/* cmsms stylesheet: CSS Layout modified: mercredi 9 juillet 2025 08:21:18 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {

}
h2, h3 {
    margin-top: 10px;
    color: #e75422;
}
h2 {
    text-transform: uppercase;
}
ul {
    list-style-position: inside;
    padding: 0;
}
a {
    color: #e75422;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #363f4a;
    text-decoration: underline;
}
.color2 {
    color: #e75422;
}
.btn-page a {
    color: #ffffff;
    text-decoration: none;
}
.btn-page:hover a, .btn-page:focus a {
    color: #e75422;
    text-decoration: none;
}
#bg {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-size: cover; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment:fixed; 
    background-color:transparent;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(https://www.maisondelageologie.fr/uploads/bg/fondscr.jpg);
    position: relative;
}
@media screen and (min-width: 1200px) { 
    .page-container {
        width: 1200px;
        margin: 0 auto;
    }
}
.aleft {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    max-width: 350px;
}
.imgcenter { display:block; max-width: 100%; height: auto; margin: 10px auto;}
/************  HEADER *********************/
.header-container {
    width: 100%;
    position: relative;
}
.header-fixe {
    width: 100%;
    position: relative;
    height: 428px;
}
#logo {
    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg);
    position: absolute;
    bottom: -40px;
    left: 0px;
}
#triangle-code{
    position: absolute;
    bottom:0;
    left:0;
    display : inline-block;
    height : 0;
    width : 0;
    border-bottom : 428px solid rgba(255, 255, 255, 0.8);
    border-left : 1200px solid transparent;
}
#photo-rc{
    position: absolute;
    background-repeat:no-repeat;
    background-size: contain; 
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-position: bottom right;
    background-image: url(https://www.maisondelageologie.fr/uploads/photocomm.png);
    bottom:0;
    width:100%;
    height: 72%;
    z-index: 20;
}
@media screen and (max-width: 767px) { 
    #logo {
        left: 40px;
        margin-bottom: 70px;
    }
    #logo img {
        width: 80px;
        height: auto;
    }
    .header-fixe {
        height: 214px;
    }
#photo-rc{
height: 50%;
    z-index: 20;
}
}
@media screen and (min-width: 768px) { 
    #logo {
        margin-bottom: 80px;
    }
}
/****** SOCIAL NETWORK ****************/
#social-network {
    color: #e75422;
    position: absolute;
    top: 50px;
    right:10px;
}
/********** MENU *******************/
.menu-container {
    width: 100%;
    position: fixed;
    top:0;
    right: 0;
    z-index:999;
}
#menu {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    padding : 0px 0;
    padding-top: 10px;
    width: 100%;
    text-transform: uppercase;
}
@media screen and (min-width: 1200px) { 
    #menu {
        width: 1200px;
        margin: 0 auto;
    }
}
.menu-scroll {
    background-color: #eeeeee;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
#menu label {
    width: 100%;
margin:0;
}
#menu ul {d
    list-style-type: none;
}
#menu ul li {
    display: inline-block;
    margin: 0 5px;
}
#menu a {
    display: inline-block;
    padding : 8px 15px;
    background-color: rgba(255,255,255,0.7);
    color: #363f4a;
    letter-spacing: 0.1em;
    text-decoration: none;
font-weight: 400;
}
a.currentpage, #menu a:hover {
    background-color: #e75422 !important;
    color: #ffffff!important;
    text-decoration: none;
}
#checkbox2, .toggle {
    display: none;
}
@media screen and (max-width: 767px) {
    #menu {
        padding-top: 0px;
        background-color: #fff;
    }
    .menu li a { font-size: 14px; }
    .toggle {
        clear: both;
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        cursor: pointer;
        width: 100%;
        font-size: 18px;
        color: #e75422;
        background-color: #ffffff;
        transition: all .1s linear;
    }
    .toggle:hover {
        background-color: #e75422;
        color: #ffffff;
    }
    #checkbox2:checked + label .second li {
        opacity: 1;
        visibility: visible;
        transition: all .7s linear;
    }
    #checkbox2:checked + label .second {
        height: 220px;
    }
    .menu {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        align-items: center;
        -webkit-align-items: center;
        border-bottom: 1px solid #e75422;
        height: 0px;
        transition: height .3s linear;
        margin: 0;
    }
    .menu li {
        display: flex;
        display: -webkit-flex;
        align-self: center;
        -webkit-align-self: center;
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }
    .menu li a {
        width: 100%;
        text-align: center;
        align-self: center;
        -webkit-align-self: center;
        align-content: center;
        -webkit-align-content: center;
    }
}
.nav-cbga {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
}
/***** MAIN Content ****************/
#content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    color: #363f4a;
    font-family: 'Open Sans', 'Sans-Serif';
}
/****** ANIMATIONS PAGE ACCUEIL ************/
#homeblocs {
	margin-top: 10px;
}
/******* Actualités POPUP HOME PAGE ********/
#bg-popup {
    display: none;
    position: absolute;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 80000;
}
#popup-container {
    max-width: 992px;
    height: 60vh;
    margin: 0 auto;
    margin-top: 20vh;
}
#inside-container {
    border: 8px solid #e75422;
    background-color: #eeeeee;
    color: #363f4a;
    height: inherit;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
#popup-header { 
    background-color: #e75422;
    color: #ffffff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    margin: 0;
}
#popup-logo img { 
    max-width: 20px;
    height:auto;
}
#popup-link { 
    color: #ffffff;
    cursor: pointer;
}
#popup-container h3 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    font-size: 24px;
}
#popup-container .titre-actu {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}
#popup-container .texte-actu {
    margin-top: 10px;
    font-size: 16px;
}
#popup-container .slider {
    padding:10px;
}
@media screen and (max-width:768px) { 
    #popup-container h3 { font-size: 24px; }
    #popup-container .texte-actu { font-size: 1em;}
}
/*** Popup avec modal *****/
.modal-open {
  padding-right: 0 !important;
}
html {
  overflow-y: scroll !important;
}
.modal-dialog {
    border: 8px solid #e75422;
    color: #363f4a;
    background-color: #eeeeee;
}
.modal-header {
    background-color: #e75422;
    color: #ffffff;
	border-bottom: 0px solid #e5e5e5;
	padding: 0 0 8px 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.close {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.modal-header h3 {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    font-size: 24px;
}
.modal-content {
    background-color: #eeeeee;
    border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}
.carousel-caption {
	position: absolute;
	left: 1%;
	right: 1%;
	top: 0;
	bottom: 30px;
	z-index: 10;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #363f4a;
	text-align: center;
	text-shadow: none;
	overflow-y: auto
}
.carousel-caption .titre-actu {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}
.carousel-caption .texte-actu {
    margin-top: 10px;
    font-size: 16px;
}
.carousel-caption .calendar-categ {
    font-size: 16px;
}
.carousel-caption a {
    text-decoration: none;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators li {
    border: 1px solid #cccccc;
    background-color: #cccccc;
}
.carousel-indicators .active {
    background-color: #e75422;
    border: 1px solid #e75422;
}
@media screen and (max-width:768px) { 
    .carousel-caption h3 { font-size: 24px; }
    .carousel-caption .texte-actu { font-size: 1em;}
}
/* entire container, keeps perspective */
#homeblocs .flip-container {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.front {
    background-color: rgba(255, 255, 255, 0.75);
}
.back {
    padding: 10px;
    border: 1px solid #ffffff;
}
.title-vertical {
    margin-top: 60px;
    color: #363f4a;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
font-size: 22px;
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flip-container, .front, .back {
	width: 100%;
	height: 240px;
	margin-bottom: 10px !important;
}
/* flip speed goes here */
.flipper {
  -webkit-transition: 0.6s;
	transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* front pane, placed above back */
.front {
	z-index: 2;
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/* back, initially hidden pane */
.back {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/****** CONTENU SUR 2 COLONNES *************/
.home-container {
    position: relative;
}
.home-content, .home-sidebar {
    padding: 10px;
}
@media screen and (min-width:1200px) {
    .home-container {
        display: flex;
        display: -webkit-flex;
    }
    .home-content {
        flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
    }
    .home-sidebar {
        width: 280px;
        flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
    }
}
.bloc-bg {
    padding: 10px;
    border: 1px solid #ffffff;
    margin-bottom: 10px;
}
.bloc-bg:hover {
    background-color: rgba(255, 255, 255, 0.75);
}
.bloc-bg:hover .style1 {
    border-color: #ccc;
}
/*** LISTE DES THEMES DE VISITES ***/
.bloc-container {
    margin: 0px 0;
}
.bloc-container p {
    font-size: 1em;
}
.bloc-item-container {
    color: #363f4a;
}
.bloc100 {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
}
.style1 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align:center;
}
.style1 h3 {
    display:inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size:20px;
    line-height:1.2; /* on rétablit le line-height */
    vertical-align: middle;
}
.item-title {
    color: #e75422;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}
.home-sidebar .item-title {
    font-size: 22px;
}
.home-content .item-title {
}
.bloc-item-container .item-bloc {
    height: 100%;
}
.link {
    text-align: center;
}
.link a {
    display: block;
    padding: 4px 15px;
    text-decoration: none;
}
.bloc-item-container .link a {
    background-color: #e75422;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.bloc-item-container .link a:hover {
    background-color: #ffffff;
    border: 1px solid #e75422;
    color: #e75422;
}
.bloc-item-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}
@media screen and (min-width: 1200px) { 
    .bloc-container {
        display: flex;
        display: -webkit-flex;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    #homeblocs .bloc-item-container {
        width: 32.4%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
    }
   .calendar-list .bloc-item-container {
        width: 32.4%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
    }
}
.img-block img {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 60px;
}
/******  LIEN MENU SIDEBAR  *************************/
.ablock {
    display: block;
    text-decoration: none;
    text-align: center;
    margin: 5px 0;
    padding: 5px;
    color: #ffffff;
    background-color: #e75422;
}
.ablock:hover, .ablock:focus {
    color: #ffffff;
}

/*********  AGENDA **********************/
@media screen and (min-width: 831px) { 
    .calendar-container {
        display: flex;
        display: -webkit-flex;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .calendar-event {
        min-height: 165px;
        width: 32.4%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        display: flex;
        display: -webkit-flex;
        flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
    }
    .bloc-item-container > div {
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
    }
    .texte-block  {
        flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        font-size: 14px;
    }
    .detail-container {
        display: flex;
        display: -webkit-flex;
    }
    .detail-dates {
        flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        min-width: 250px;
    }
}
.calendar-categ {
    display: block;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
}
/****** GOOGLE MAPS ****************/
#gmap {
    width: 100%;
    height: 280px;
}
/**** LiENS PARTENAIRES *****/
.liens-container {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
}
.liens-texte {
    padding: 0 20px;
    align-self: center;
}
/**********FORMULAIRE DE CONTACT ********/
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.form-entry {
    margin-bottom: 10px;
}
.form-entry input, select {
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    ransition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-entry textarea {
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    padding: 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    max-width: 100%;
}
label {
    display: block;
font-weight: bold;
}
.btn-default {
    color: #ffffff;
    background-color: #e75422;
    border-color: #e75422;
}
.btn-default:hover {
    color: #e75422;
    background-color: #ffffff;
    border-color: #e75422;
}
.search-form {
    position: relative;
    height: 30px;
}
#selectionJour {
    color: #444;
}
.datepicker table thead, .datepicker table tfoot {
    color: #222;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #ccc;
}
.day {
    color: #e75422;
    font-weight: 600;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #e75422 !important;
    background-color: #e75422 !important;
    background-image: none !important;
    color: #ffffff !important;
}
/*********** FOOTER *********************/
.cbga-logo {
    display: inline-block;
    padding: 10px 5px;
    background-color: #ffffff;
}
#footer {
    text-align: center;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    background-color: #594d38;
    color : #ffffff;
    width: 100%;
    margin:0;
    padding: 20px 10px;
    font-family: 'Open Sans', 'Sans-Serif';
}
.footer-container hr {
    width: 80px;
}
.footer-container h3 {
    color : #ffffff;
}
.footer-bottom {
    border-top : 1px solid #ffffff;
    padding-top: 20px;
}
@media screen and (min-width: 831px) { 
    .footer-container {
        display: flex;
        display: -webkit-flex;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        align-items: stretch;
    }
    .footer-container > div {
        align-self: center;
        -webkit-align-self: center;
    }
    .footer-container .footer-side {
        width: 30%;
        flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
    }
    .footer-container .footer-center {
        flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
    }
}
#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
/******************************************************/
/* COOKIES                                            */
/******************************************************/
#cookie_consent {
  background-color: #ffffff;
  position: fixed;
  bottom: 0px;
  left:0px;
  z-index: 10000000000000;
  width: 100%;
  padding: 10px;
}
#cookie_consent p {
  text-align: center;
  color: #363f4a;
  font-size: 14px;
}
#cookie_consent a {
  margin: 0 5px;
  padding: 5px;
  text-decoration: none;
  cursor: pointer;
}
#cookie_consent a.accept_cookies {
  color: #fff;
  background-color: #e75422;
}
#cookie_consent a.more_info, #cookie_consent a.decline_cookies {
  color: #000;
  background: #ccc;
}
