
div.fixed {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 300px;
    height: 47px;
    border: 3px solid #B40404;
color: #B40404;
    background-color: rgba(246, 206, 206, 0.7);
    z-index: 50000;
}

* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}
 body {
     overflow-x: hidden;
     overflow-y: scroll;
     background-color: #303030;
     font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}
 h1 {
     font-size: 100px;
     color: #77684F;
     margin-bottom: 10px;
}
 h2 {
     overflow: hidden;
     text-align: center;
     color: #77684F;
     margin-top: 20px;
     margin-bottom: 20px;
}
 p {
     padding-bottom: 10px;
}
 p.petit {
     font-size: 12px;
     color: #484848;
}
 p.moyen {
     font-size: 20px;
}
 p.grand {
     font-size: 30px;
}
 p.erreur {
     font-size: 14px;
     color: #ff0000;
}
 a {
     color: #77684F;
     text-decoration: none;
}
 a:hover {
     color: #77684F;
     text-decoration: underline;
}
 .zoom {
     transition: transform 100ms;
}
 .zoom:hover {
     transform: scale(1.1);
}
 .contenu_texte {
     width: 80%;
     text-align: justify;
     margin: auto;
	 padding top: 10px;
	 padding-bottom: 20px;
}
 .opacity0 {
	 opacity: 0;
 }

 #wrapper_index_verif_age {
     z-index: 0;
     position: absolute;
     top: 0;
     max-width: 1900px;
     min-height: 100vh;
     margin-left: auto;
     margin-right: auto;
     left: 0;
     right: 0;
}
 #page_index {
     width: 100vw;
     height: 100vh;
     background: #303030 url('../img/fond.jpg') no-repeat;
     background-size: cover;
     padding-top: 100px;
     text-align: center;
}
 #page_verif_age {
     min-width: 100%;
     min-height: 100vh;
     background: #303030 url('../img/fond.jpg') no-repeat;
     background-size: cover;
     padding-bottom: 150px;
	 
}
 .columns, .columns_hors_avert, .semi_columns_hors_avert {
     display: flex;
     flex-flow: row wrap;
     text-align : center;
}
 .column, .column_gauche, .column_droite {
     flex: 1;
     min-width: 350px;
}
 @media screen and (max-width: 695px) {
     .columns, .column, .column_gauche, .column_droite, .columns_hors_avert, .semi_columns_hors_avert {
         flex-basis: 100%;
    }
     #baseline_home {
         margin-top: 20px;
         margin-bottom: 20px;
    }
     #illustration_home {
         min-width: 100vw;
         min-height: 40vh;
    }
     #illustration_histoire_1 {
         min-width: 100vw;
         min-height: 20vh;
    }
     #illustration_histoire_2 {
         min-width: 100vw;
         min-height: 20vh;
    }
     #conteneur_global_texte_makla {
         margin: 10px;
    }
     #illustration_makla {
         min-width: 100vw;
         min-height: 20vh;
    }
	 #map {
	 height: 50vh;
	}
     .invert_div {
         flex-direction: column-reverse;
    }
}
 @media screen and (min-width: 696px) {
     .columns {
         min-height: 100vh;
    }
     .columns_hors_avert {
         min-height: calc(100vh - 150px);
    }
	 .semi_columns_hors_avert {
         min-height: calc(50vh - 75px);
    }
	 .column, .column_gauche, .column_droite {
		 display: flex;
         justify-content: center;
         flex-direction: column;
         text-align: center;
	}
     #baseline_home {
         margin-bottom: 150px;
    }
     #illustration_home {
         height: 100%;
    }
     #illustration_histoire_1 {
         height: 100%;
    }
     #illustration_histoire_2 {
         height: 100%;
    }
     #conteneur_global_texte_makla {
         margin: 70px;
    }
     #illustration_makla {
         height: 100%;
    }
	 #map {
	 height: 100%;
	}
}

 @media screen and (min-width: 1900px) {
	.slider {
	left: calc(50% - 950px);
	}
}

 @media screen and (min-width: 810px) {
	h2:before, h2:after {
		 background-color: #77684F;
		 content: "";
		 display: inline-block;
		 height: 1px;
		 position: relative;
		 vertical-align: middle;
		 width: 50%;
	}
	h2:before {
	     right: 0.5em;
	 	 margin-left: -50%;
	}
	h2:after {
		 left: 0.5em;
		 margin-right: -50%;
	}	
 }
 
 #avertissement_sanitaire {
     border: 10px solid #000;
     background-color: #FFF;
     color: #000;
     text-align: center;
     position: fixed;
     bottom: 0;
     height: 150px;
     width: 100%;
     min-width:350px;
     max-width: 1900px;
     z-index: 12000;
     display: flex;
     flex-direction: column;
     justify-content: center;
     left: 50%;
     transform: translateX(-50%);
}
 #cadre_verif_age {
     min-width: 350x;
     max-width: 350px;
     background-color: #1a1a1a;
     border: 1px solid #484848;
     padding: 40px;
     color: #B7B7B7;
     text-align: left;
     margin: auto;
}
 label {
     font-size: 15px;
     font-weight: bold;
     padding-bottom: 5px;
     display: block;
}

label.inline {
	display: inline-block;
}

 input:focus, select:focus {
     border-color: #77684F;
     outline: 0;
     box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(119, 104, 79, 0.6);
}
 input#pays, #etat{
     width: 100%;
     height: 43px;
     margin-bottom: 10px;
     color: #D0D0D0;
     background-color: #2D2D2D;
     border: 1px solid #484848;
     text-align: center;
     cursor: no-drop;
}
 select#langues {
     width: 100%;
     width: 100%;
     height: 43px;
     margin-bottom: 10px;
     color: #D0D0D0;
     background-color: #1B1B1B;
     border: 1px solid #484848;
     padding-left : 58px;
}
 #drapeau_verif_age {
     height: 43px;
     width: 43px;
     background-color: #1B1B1B;
     border: 1px solid #484848;
     position: absolute;
	 text-align: center;
	 padding-top: 12px;
}
 #annee {
     width: 45%;
     height: 43px;
     margin-bottom: 10px;
     color: #D0D0D0;
     background-color: #1B1B1B;
     border: 1px solid #484848;
     margin-right: 1%;
     margin-left: 0;
     text-align: center;
}
 #mois {
     width: 25%;
     height: 43px;
     margin-bottom: 10px;
     color: #D0D0D0;
     background-color: #1B1B1B;
     border: 1px solid #484848;
     margin-right: 1%;
     margin-left: 0;
     text-align: center;
}
 #jour {
     width: 25%;
     height: 43px;
     margin-bottom: 10px;
     color: #D0D0D0;
     background-color: #1B1B1B;
     border: 1px solid #484848;
     margin-right:0;
     margin-left: 0;
     text-align: center;
}
 #submit_age {
     border-radius: 0;
     border: 0;
     width: 100%;
     height:60px;
     margin-top: 20px;
     background: #77684F;
     color: #FFF;
     font-size: 18px;
     cursor: pointer;
}
 #submit_age:hover {
     background: #695A41;
}
 #wrapper_one_page {
     z-index: -1;
     position: absolute;
     top: 0;
     max-width: 1900px;
     min-height: 100vh;
     margin-left: auto;
     margin-right: auto;
     left: 0;
     right: 0;
     background: #FFF;
}
 .hide_wrapper_one_page {
	 height: 100vh;
     overflow: hidden;
 }
 .page_deux_colonnes {
     width: 100vw;
     min-height: calc(100vh - 150px);
     max-width: 1900px;
     text-align: center;
 }
 .demi_page_deux_colonnes {
     width: 100vw;
     min-height: calc(50vh - 75px);
     max-width: 1900px;
     text-align: center;
}


 #illustration_home {
     background: #303030 url('../img/illustrations/default/illustr_accueil.jpg') center center no-repeat;
     background-size: cover;
}


 #illustration_histoire_1 {
     background: #303030 url('../img/illustrations/default/illustr_histoire_1.jpg') center center no-repeat;
     background-size: cover;
}


 #illustration_histoire_2 {
     background: #303030 url('../img/illustrations/default/illustr_histoire_2.jpg') center center no-repeat;
     background-size: cover;
}


 #illustration_makla {
     background: #303030 url('../img/illustrations/default/illustr_makla.jpg') center center no-repeat;
     background-size: cover;
}
 #makla_intro {
     margin: 20px;
     text-align: justify;
}
 .div_boite_makla {
     overflow: auto;
     min-height: 130px;
     margin-bottom: 10px;
	 margin-right: 20px;
     display: flex 
}
 .div_img_boite_makla {
     float: left;
     margin: auto;
}
 .div_txt_boite_makla {
     margin: auto;
     width: 100%;
     padding-left:10px;
     text-align: justify;
}
 .img_100px {
     width: 100px;
     height: 100px;
}
 #conteneur_global_texte_acheter {
     padding: 40px;
     width: 100%;
     margin-left: -10px;
}

 #map {
	 width: 100%;
}
 #spacer_avert_sanitaire {
     height: 150px;
}


/* MENU */

 nav{
     position:fixed;
     top: 0;
     width: auto;
	 max-width:100vw;
     z-index: 10;
     border-top: 1px solid #77684F;
}
 #head-mobile {
     border-bottom: 1px solid #77684F;
     border-right: 1px solid #77684F;
     border-left: 1px solid #77684F;
}
 #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
     list-style:none;
     line-height:1;
     display:block;
     position:relative;
}
 #cssmenu {
     position: fixed;
}
 #cssmenu:after,#cssmenu > ul:after{
     content:".";
     display:block;
     clear:both;
     visibility:hidden;
     line-height:0;
     height:0 
}
 #cssmenu #head-mobile{
     display:none	 
}
 #cssmenu{
     background:#FFF;
}
 #cssmenu > ul > li{
     float:left;
     color: #77684F;
}
 #cssmenu > ul > li > a{
     padding:10px;
     font-size:14px;
     letter-spacing:1px;
     text-decoration:none;
     width: 149px;
     height: 31px;
     text-align: center;
     border-bottom: 1px solid #77684F;
     border-left: 1px solid #77684F;
}
 #cssmenu > ul > li:hover > a,#cssmenu ul li.active a{
     color: #000;
}
 #cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{
     background:#DCDCDC!important;
     transition:background .3s ease;
}
 #cssmenu > ul > li.has-sub > a:after{
     position:absolute;
     top:15px;
     right:11px;
     width:8px;
     height:2px;
     display:block;
     background:#606060;
     content:'' 
}
 #cssmenu > ul > li.has-sub > a:before{
     position:absolute;
     top:12px;
     right:14px;
     display:block;
     width:2px;
     height:8px;
     background:#606060;
     content:'';
     transition:all .25s ease 
}
 #cssmenu > ul > li.has-sub:hover > a:before{
     top:23px;
     height:0 
}
 #cssmenu ul ul{
     position:absolute;
     left:-9999px 
}
 #cssmenu ul ul li{
     height:0;
     background:#FFF;
     transition:all .25s ease;
     margin-top: -1px;
     border-top: 1px solid #77684F;
     border-left: 1px solid #77684F;
     border-right: 1px solid #77684F;
}
 #cssmenu ul ul li:hover{
}
 #cssmenu li:hover > ul{
     left:auto 
}
 #cssmenu li:hover > ul > li{
     height:31px 
}
 #cssmenu ul ul ul{
     margin-left:100%;
     top:0;
}
 #cssmenu ul ul li a{
     padding:11px 15px;
     width:170px;
     font-size:14px;
     text-decoration:none;
     color:#77684F;
     text-align: center;
     height:31px;
}
 #cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{
     color:#000;
     background:#DCDCDC;
     border-bottom: 1px solid #77684F;
}
 #cssmenu ul ul li.has-sub > a:after{
     position:absolute;
     top:16px;
     right:11px;
     width:8px;
     height:2px;
     display:block;
     content:'' 
}
 #cssmenu ul ul li.has-sub > a:before{
     position:absolute;
     top:13px;
     right:14px;
     display:block;
     width:2px;
     height:8px;
     content:'';
     transition:all .25s ease 
}
 #cssmenu ul ul > li.has-sub:hover > a:before{
     top:17px;
     height:0 
}
 #cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{
}
 @media screen and (max-width:1530px){
     nav{
         width:100%;
    }
     .rbor {
         border-right: 1px solid #77684F;
    }
     #cssmenu{
         width:100%;
    }
     #cssmenu ul{
         width:100%;
         display:none;
    }
     #cssmenu ul li{
         width:100%;
    }
     #cssmenu ul ul li,#cssmenu li:hover > ul > li{
         height:auto 
    }
     #cssmenu ul li a,#cssmenu ul ul li a{
         width:100%;
         border-bottom: 1px solid #77684F;
    }
     #cssmenu > ul > li{
         float:none 
    }
     #cssmenu ul ul li a{
         padding-left:15px;
    }
     #cssmenu ul ul ul li a{
         padding-left:35px 
    }
     #cssmenu ul ul li a{
         color:#77684F;
    }
     #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{
         color:#000;
    }
     #cssmenu ul ul,#cssmenu ul ul ul{
         position:relative;
         left:0;
         width:100%;
         margin:0;
         text-align:left 
    }
     #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{
         display:none 
    }
     #cssmenu #head-mobile{
         display:block;
         padding:23px;
         color:#ddd;
         font-size:12px;
    }
     .button{
         width:55px;
         height:46px;
         position:absolute;
         right:0;
         top:0;
         cursor:pointer;
         z-index: 12399994;
    }
     .button:after{
         position:absolute;
         top:22px;
         right:20px;
         display:block;
         height:4px;
         width:20px;
         border-top:2px solid #606060;
         border-bottom:2px solid #606060;
         content:'' 
    }
     .button:before{
         transition:all .3s ease;
         position:absolute;
         top:16px;
         right:20px;
         display:block;
         height:2px;
         width:20px;
         background:#606060;
         content:'' 
    }
     .button.menu-opened:after{
         transition:all .3s ease;
         top:23px;
         border:0;
         height:2px;
         width:19px;
         background:#606060;
         transform:rotate(45deg) 
    }
     .button.menu-opened:before{
         top:23px;
         background:#606060;
         width:19px;
         transform:rotate(-45deg) 
    }
     #cssmenu .submenu-button{
         position:absolute;
         z-index:99;
         right:0;
         top:0;
         display:block;
         border-left:1px solid #77684F;
         height:31px;
         width:31px;
         cursor:pointer;
         border-right: 1px solid #77684F;
         border-bottom: 1px solid #77684F;
    }
     #cssmenu .submenu-button.submenu-opened{
         background:#FFF;
    }
     #cssmenu ul ul .submenu-button{
         height:31px;
         width:31px;
    }
     #cssmenu .submenu-button:after{
         position:absolute;
         top:15px;
         right:11px;
         width:8px;
         height:2px;
         display:block;
         background:#606060;
         content:'' 
    }
     #cssmenu ul ul .submenu-button:after{
         top:15px;
         right:13px 
    }
     #cssmenu .submenu-button.submenu-opened:after{
         background:#606060;
    }
     #cssmenu .submenu-button:before{
         position:absolute;
         top:12px;
         right:14px;
         display:block;
         width:2px;
         height:8px;
         background:#606060;
         content:'' 
    }
     #cssmenu ul ul .submenu-button:before{
         top:12px;
         right:16px 
    }
     #cssmenu .submenu-button.submenu-opened:before{
         display:none 
    }
     #cssmenu ul ul ul li.active a{
         border-left:none 
    }
     #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{
         border-top:none 
    }
}
 @media screen and (min-width:1530px){
     .rbor_res {
         border-right: 1px solid #77684F;
    }
     .bbor_res {
         border-bottom: 1px solid #77684F;
    }
	nav {
		 transform: translateX(-50%);
	     left: 50%;
	}
}
 .active {
     background-color: #77684F;
     color: #FFF;
}









#form_et_result_acheter {
	border: 1px solid #D0D0D0;
	background: #DCDCDC url(../img/fond_map.jpg) no-repeat;
		    background-size: cover;
	padding: 20px;
}

#result_recherche_stores {
	    

    margin-bottom: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	font-size: 14px;
	display: flex;
    flex-wrap: wrap
	
}

 input#addressInput{
    width: 250px;
    height: 30px;
    margin-bottom: 10px;
    background-color: #FFF;
    border: 1px solid #A9A9A9;
	padding-left: 10px;
 }
 
  select#radiusSelect{
    width: 55px;
    height: 30px;
    background-color: #FFF;
    border: 1px solid #A9A9A9;
	padding-left: 10px;
 }
 
  #searchButton {
     border-radius: 0;
     border: 0;
     width: 100px;
     height:30px;
     background: #77684F;
     color: #FFF;
     font-size: 15px;
     cursor: pointer;
	     margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
 #searchButton:hover {
     background: #695A41;
}

a.black_link {
	color: #000;
}


#form_keep_me_inform {
	border: 1px solid #D0D0D0;
	background: #DCDCDC url(../img/fond_contact.jpg) no-repeat;
		    background-size: cover;
	padding: 20px;
	max-width: 500px;
	margin: auto;
}

label.keepme {
	width: 33%;
}

input.keepme, select.keepme {
	width: 67%;
	height: 30px;
    margin-bottom: 10px;
    background-color: #FFF;
    border: 1px solid #A9A9A9;
	padding-left: 10px;
}

  #keepmeinformed {
     border-radius: 0;
     border: 0;
     width: 100%;
     height:30px;
     background: #77684F;
     color: #FFF;
     font-size: 15px;
     cursor: pointer;
	 margin-top: 10px;
}
 #keepmeinformed:hover {
     background: #695A41;
}

.post {
	width: 50%;
    height: 100px;
	display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.pagination {
	margin-left: auto;
    margin-right: auto;
	width: 90%;
	display: flex;
	text-align: center;
}


.pagination li {

list-style-type: none;

float: left;

width: 40px;

height: 40px;

line-height:40px;

border: 1px solid #77684F;

background-color: #FFF;

color: #77684F;

text-align: center;

cursor: pointer;

margin: 3px;

}

.pagination li:hover {

background-color: #DCDCDC;

border: 1px solid #77684F;

color: #000

}

.pagination ul {

border: 0;

padding: 0;
margin: auto;

}



.activep {

background-color: #77684F !important;

border: 1px solid #77684F !important;

color: #FFF !important;

}

.g-recaptcha-outer{
    text-align: center;
    border-radius: 2px;
    background: #f9f9f9;
    border: 1px solid #A9A9A9;
}
.g-recaptcha-inner{
    width: 154px;
    height: 82px;
    overflow: hidden;
    margin: 0 auto;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}

.slider {
  position: fixed;
  max-width: 1900px;
  width: 100%;
  bottom: 150px;
  z-index: 10000;
  opacity: 0.85;
  background-color: #d7d4d2;
}

.text-slider {
background-color: #d7d4d2;
overflow-y: auto;
max-height: 50vh;
margin-right: 17px;
padding-top: 0;
text-align: justify;
padding-left: 20px;
padding-right : 10px;
margin-right: 10px;
}

.text-slider::-webkit-scrollbar-track
{
	background-color: #d7d4d2;
	margin-right:10px;
}

.text-slider::-webkit-scrollbar
{
	width: 15px;
	background-color: #F5F5F5;
}

.text-slider::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #545454;
}

.close_slider {
	background: #d7d4d2;
	text-align: right;
	padding-right: 11px;
	padding-top : 5px;
	padding-bottom: 5px;
}

.spacer_slider {
	height: 10px;
	display: block;
}

.pointer {
	cursor: pointer;
}