 .flags{
        display: flex;

flex-flow: row wrap;

justify-content: end;
    }
	
	
	.spip-admin-bloc, .spip-admin-float {
    z-index: 100000;
	}

#logonav a img{
        max-height: 80px;
     
    }

#logonav {
     display: none;
    }

@media max-width(900px){
    
    #logonav a img{
        display: none;
    }
    
}


.dislog {

    display: block !important;

}

a {
    /* color: #000;  */
	transition: all 0.3s;
}


a:hover {
    
    text-decoration: none !important;
}


.minhnav{
	min-height: 40px;

	transition: all 0.5s;
}

.minhnav:hover{
	
       
	
 } 

/* Classe principale de la barre de navigation */
.navbar-default {
/* Couleur de fond de la barre de navigation */
/* background: linear-gradient(to top, rgba(249, 250, 146, 0.7) 0%,rgba(189, 210, 55, 1) 100%); */
/* background: rgba(48, 146, 0, 0.7); */
background: transparent;
transition: all 0.3s;
min-height:63px;
}
/* Couleur des titres affichés dans la barre */
.navbar-default .navbar-brand {
color: black;


}
/* Couleur utilisée lors du passage de la souris sur un titre de la barre */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #BBD034;

}
/* Couleur utilisée pour les liens */
.navbar-default .navbar-nav > li > a {
color: whitesmoke;

}

  
/* Couleur utilisée pour les liens lorsque la souris passe dessus */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #cbd572;
background-color: transparent;

/* border-bottom:2px solid #86CDDE;  */
transition: all 0.3s;
box-shadow: none;

}

@media (max-width: 1180px){
	
	#blocdroit{
		max-width:100%;
	}
	#blocgauche{
		max-width:100%;
	}
	
	.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {

 padding-left:15px; 
 padding-right:15px; 
}
}

@media (max-width: 790px){
	
	.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {

 padding-left:5px; 
 padding-right:5px; 
}
	
}

/* .dropdown:hover > ul{ */
	/* display: block; */
/* } */

/* .dropdown:active > ul, */
/* .dropdown:focus > ul{ */
	/* display:none; */
/* } */


/* Couleur utilisée pour le lien actif (celui qui est affiché sur la page) */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #9F479A;
background-color:  rgba(0,0,0,0.3); 
}
/* Couleur utilisée pour un menu dépliant lorsqu'il est ouvert */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #FFF;
background-color:  rgba(0,0,0,0.3); 
/* background-color: #EB138A ; */
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #67605A;
border-bottom-color: #67605A;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #FFF;
border-bottom-color: #FFF;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #555;
border-bottom-color: #555;
}
/* Version mobile, le menu devient une icône qui déroule une liste avec le menu en vertical */
.navbar-default .navbar-toggle {
border-color: #cbec50;
color:#674140;
text-align:center;
transition: all 0.3s;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: rgba(0,0,0,0.3);
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #cbec50;
}


	
label {
  display: inline-block;
  font-weight: 700;
  max-width: 100%;
  margin-bottom: 0px;
    padding: 15px;
}



.navbar-toggle{
	margin-right:25px;
}

.nav li a.dropdown-toggle  {
   background: transparent;
    padding: 10px;
    margin: 2px;
}
.navbar-default {

    /* border-bottom:1px solid #67605A; */
/* border-top: 1px solid #67605A; */
border:none;
}
.nav li a:focus, .nav li a:active {
  background-color: transparent!important;
  color: white !important;
}

.nav li a {

background:rgba(0,202,255,0.5); 

border-radius: 0em !important;
/* border-right: 1px solid #FFF; */
/* border-left: 1px solid #FFF; */
font-size:1.1em;
}

.nav li a:hover, .nav li a:focus, .nav li a:active {
    background: transparent;
    color: #cbd572;
	
}



.dropdown-menu{
	padding: 0px !important;
	padding: 0em !important;
	background:rgba(0, 0, 0, 0.85) !important;
    min-width: 280px;
}

.dropdown-menu > li > a{
	color:white;
	white-space: nowrap;
	/* border-bottom: 1px solid #FFF; */
	/* border-right: 1px solid #FFF ; */
	background: transparent;
    padding: 10px 5px;
    margin:0;
	
}

.dropdown-menu > li > a:hover{
	background:rgba(0,0,0,1);
	border-left: 4px solid #cbd572;
	color: #333333;
    background:white;
	 padding: 20px 5px;
	
}


@media (min-width: 767px) and (max-width: 1100px) {
	
	
.nav li a {
padding-left:7px;
padding-right:7px;
font-size:1em;
}

.nav li a:hover, .nav li a:focus, .nav li a:active {
	font-size:1.1em;
}	
	
	.dropdown-menu > li > a{
	
	font-size:1em;
}

.dropdown-menu > li > a:hover{
	
	font-size:1.1em;
}
	
	
}



@media (max-width: 767px) {
.navbar-custom-cha{
	width:100%;
}

 
	
.navbar-nav {
    margin: 0px;
}
	
.dropdown-toggle{
	 text-align:center;
	 width:100%;
	 border-bottom: 1px solid #FFF;
}	
	
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #5a5349;
    font-weight: 600;
    padding: 15px;
width:100%;
border-bottom:  1px solid white ;
text-align:center;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #5a5349 !important;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    text-align: center;
	border: none;
}
/* .open:hover > ul, */
/* .open:focus > ul, */
/* .open:active > ul{ */
	/* display:block !important; */
/* } */

.navbar-default .navbar-nav > .open > a{
	background:#77819C;
}

.dropdown-menu > li > a{
	
	background: white;
}

}



a:focus {
	border-color: #80D6ED!important;
}

.head-margin{
margin-left: 25px;	
margin-top: 5px;
}

.no-padding{
	padding-left:0px !important;
	padding-right: 0px !important;
}

.no-marg{
	margin-bottom: 0px !important;
	
}


.navbar{
min-height:auto !important;
z-index: 1000;
border-radius: 0px !important;
}

.navbar-nav{
	margin-top:7px !important;
   
    transition: all 0.5s;
}

.shadowb{
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
}

.borderg{
	
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	background:white;
	
}

.mgt30{
	margin-top:30px;
}

.borderbb{
border-bottom: 5px solid #81D0E1;
}

.borderbm{
border-bottom:5px solid #674140;	
}


.kl-bottommask--mask3 {
    position: absolute;
    /* bottom: 9%; */
    left: 0;
    width: 100%;
    height: 20px;
}

.kl-bottommask {
    z-index: 1;
}

.kl-bottommask--mask3 .svgmask {
    position: absolute;
    bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -15px;
}
svg:not(:root) {
    overflow: hidden;
}



#logonav{
	display:none;
	position: absolute;
left: 0;
z-index: 100;
}

.margin5{
	padding:15px;
	transition: all 0.5s;
	max-width: 20%;
}

.margin5:hover{
	padding:5px;
	padding-top:0px;
}

.btn {
color: #663f40 !important;

background: white !important;
margin: 15px 5px !important;
padding: 10px;

transition: all 0.2s;

font-size: 1.2em !important;

border-radius: 0;

border: 1px solid #663f40;

}

.btn:hover {
    background:white !important;
	color:#cbd572 !important;
    border: 1px solid #cbd572 !important;

	
    
}

.pb15{
	padding-top:35px;
	padding-bottom:35px;
	background: whitesmoke;
}


.dislog{
	display:block !important;
}

.logo-bandeau{
    background-image:url("/IMG/jpg/bandeau-vert.jpg");
    background-size: cover;
}

.flexb {

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.aside1 {

    width: 100%;
    padding:0px;
    z-index: 10;
    background-color: whitesmoke;
    text-align: center;

}


.bloc-boutons {

    display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-shrink: 0;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 0 10px;
    padding: 0px;
    width: 100%;

}

.par3 {

    width: 24%;

}

.par3g {

    width: 50%;

}

#boutons-vers-thelis {

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;

}

.fond_boutons {

    max-height: 50px;

}
.box-thel {

    
    color: #fff;
    margin: 0;
    padding: 5px;

}
.sharebtn{
text-align: left;
margin-left: 10px;
}

.sharebtn a img {

    height: 40px !important;
    border: 0;
    box-shadow: 0;
    display: inline;
 

}


.paralax {

position: relative;
	height: 100vh;
	background-image: url('/IMG/jpg/vue_aerienne.jpg');
		background-size: cover;
		background-position: top center;
		background-attachment: fixed;
		background-repeat: no-repeat;
}

.espace-aqua {
  background: rgba(250,250,250,0.4);
  
  font-family: 'Quicksand';
  line-height: 0px;
    width:35%;
    position:absolute;
    left:10px;
    bottom:10px;
    
}

.espace-aqua p{
    color: #663F40;
    background:white;
}


.par2{
    width:50%;
    padding:25px; 
}
 

@media (max-width: 900px) {
  .par2 {
    width: 100% !important;
  }
    .par3{
    width: 100%;
    }
    
    .margin5{
	
	max-width: 50%;
}
    .espace-aqua{
       width: 100%; 
    }
    
  .flex_images{
	  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  }
 
}

@media (max-width: 767px) {
	.bloc-boutons .par3{width:50%; margin-left:0;}
	#bloclangue-home{margin:0;}
}

@media (max-width: 600px) {
      .margin5{
	
	max-width: 100%;
}
}



.amg-button {
  width: 100%;
	display: inline-block;
	padding: 10px 20px;
	background: #39d084;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	margin: 10px 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
  border: none;
}

/* Floating Contact ---------------------- */
.amg-blue .amg-floating-icon, 
.amg-blue .amg-floating-link {
	background: #2c3e50;
}
.amg-orange .amg-floating-icon, 
.amg-orange .amg-floating-link {
	background: white;
}
.amg-green .amg-floating-icon, 
.amg-green .amg-floating-link {
	background: #b0d550;
}
.amg-floating-contact-wrap {
	position: fixed;
	right: -260px;
	font-size: 20px;
	opacity: 0.6;
	z-index: 999;
  -webkit-transition: right 1s;
	-moz-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
    border-left: 4px solid #663f40;
}
.amg-floating-contact-wrap:first-child {
	top: 40vh;
}
.amg-floating-contact-wrap:nth-child(2) {
	top: 46vh;
}
.amg-floating-icon, .amg-floating-link {
	text-align: left;
}
.amg-floating-icon {
	width: 48px;
	float: left;
	padding: 10px;
}
.amg-floating-icon i:before {
	vertical-align: middle;
}
.amg-floating-link {
	width: 260px;
  min-height: 48px;
	padding: 6px 0;
	overflow: hidden;
}
.amg-floating-link a {
	white-space: nowrap;
  color: #FFFFFF;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
}
.amg-floating-link a:hover {
  color: #FFFFFF;
	color: rgba(255,255,255,1);
}
.amg-floating-link form, 
.amg-floating-link a {
	width: 40px !important;
	margin: 0px auto;
    display: inline-block;
}
/* Hover Effect */
.amg-floating-contact-wrap.hover {
	opacity: 1;
  right: 0;
}
.amg-floating-contact-wrap.hover .amg-floating-link {
	right: 0;
}







#contact-buttons-bar {
position: fixed;
bottom: 100px;
left: -50px;
width: 50px;
opacity: 0.9;
}


#contact-buttons-bar.slide-on-scroll {
position: absolute;
}

.contact-button-link  {
display: block;
width: 50px;
height: 50px;
padding: 0;
margin-bottom: 1px;
text-align: center;
line-height: 50px;
font-size: 22px;
background: #8e8e93;
color: #fff;
position: relative;
left: 0;

-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;

-webkit-transition: all 250ms;
    -moz-transition: all 250ms;
        transition: all 250ms;
}
.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
color: #fff;
padding-left: 20px;
width: 70px;
}
.contact-button-link.cb-hidden {
left: -50px;
}
.contact-button-link.facebook {
background: #3b5998;
}
.contact-button-link.skype {
background: #1686d9;
}
.contact-button-link.line {
background: #00b900;
}

.contact-button-link.separated {
margin-top: 1em;
}

.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
background: transparent;
color: #000;
border: 0;
outline: 0;
padding: 0;
width: 50px;
}
.contact-button-link.show-hide-contact-bar:hover {
color: #000;
background: #ccc;
padding: 0;
width: 50px;
}

