

html, body {
	overflow-x:hidden;
	color: #333;
	font-family: "Niramit", sans-serif;
	text-rendering: optimizeLegibility;
	/*font-family: Graphik,serif;*/
}

a:hover { color: inherit; }

ul { list-style: square; }
.slideshow .slide .text { font-size: 5.5em; color: #d2ec31; line-height: 1em; text-shadow: 1px 1px 1px #3F3034; color: white; font-family: 'tangerineregular', cursive; text-align: center;  }
.slideshow .slide .image { float: none; margin: auto; }
.slideshow .slide .image-container { min-width: 100%; }

.clignote  {
   animation-duration: 1.5s;
   animation-name: clignoter;
   animation-iteration-count: infinite;
   transition: none;
}
@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:0.2; }
  100% { opacity:1; }
}


/*.btn { 
		
color: #115511;
background: #cdeb8e; /* Old browsers */
/*background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
/*border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
border: solid 4px #efe1c2;
overflow: hidden;
	    
	
	opacity: 1; color:#586A37; }


.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "lemonmilk_lightregular", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  
}*/
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  /*color: #373737;*/
  font-weight: bold;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}


.btn {

  margin: auto;
  display: block;
  border-color: #fff;
  background: #E4E7E3;
  border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: solid 4px #efe1c2;
  overflow: hidden;
  transition: color 0.1s linear 0.05s;
  color: #675532;

}

.btn::before {
  background: #fff;
}


.btn-secondary:hover 

{
	background-color: white;
	color: #ba9e66;
	border-color: #ba9e66;
}

#add_to_cart, #valider { color: white; }
.btn-valide { background: #a1cb54; color: white; transition: all .5s linear 0s; }
.btn-valide:hover { background: #2a6c09; transition: all .5s linear 0s;; }
.btn-suppr { background: red; }

.padding1 { padding: 0 1em; }

#addToCartForm .supprimerItem { 
  position: absolute;
  left: 15px;
  width: 100px;
  height: 25px;
  padding: 2px;
  bottom: 5px;
  text-align: center;
  line-height: 20px;
}

#addToCartForm #SupprimerArticle:hover { background: black; border-color: white; }

.slideshow .slide .caption { margin-top: 5em; }	
.slideshow .slide .caption hr { display: none; }
.slideshow .slide .image-container::before {   background: rgba(0, 0, 0, 0.2); }	
	
.slideshow .slide .title {  padding-left: 0.42em; text-shadow: 1px 1px 1px #3F3034; color: white; font-size: 1.5em; letter-spacing: 0.3em; color: white; /*background: #A1CB54; padding: 0.4em;*/  padding: 0.5em;}
.slideshow .fond { background: transparent url("/img/slider-blanc.png") top left no-repeat; width: 100%; height: 100%; z-index: 10000; }
.slideshow p { color: white; text-align: center; color: #d2ec31; line-height: 1em; }

.center { text-align: center; }

.container-fluid { 
	
	max-width: 1500px;
	width: 95%;
	
	
}

.logo { 

width: 100%;	
max-width: 250px;
margin-bottom: .5em;
display: block;
height: auto;
float: left; 

}






#mainNav .logo {  max-width: 50px;   }
#footer .logo {  width: 100%;  }



.nom { font-size: 0.8em; }
.nom a:hover { color: white; }
.nom span { display: block; font-size: 0.6em; }

.logo { width:100%; max-width: 250px; margin-bottom: 0.5em; display: block;  height: auto; float: left;  }
#Slider .logo {  float: none; margin: auto; display: block; width: 150px; min-width: 50px; }
#mainNav .logo {  max-width: 50px; visibility: visible; margin: 5px 10px 0 0;  }
#footer .logo {   width: 100%;  }
#asso .logo {   width: 100%;  }
#asso a { color:#675532; text-decoration: underline;}
#asso .ActuAsso a { text-decoration: none; color: white; }
#asso .ActuAsso a:hover {  color: #a1cb54; }

hr.sep-2 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #f0f0f0, #a1cb54, #f0f0f0);
  margin-bottom: 2em;
  margin-top: 2em;
  z-index: -1;
  color: white;
}
hr.sep-2::after {
  content: url('/img/2023/logo-hr-blanc.png');
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  padding: 1rem;
  background-color: transparent;
} 

hr.sep-3, .mb-4, .my-4 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #fff, #8f8f8f, #fff, #8f8f8f, #fff);
  margin-bottom: 6em;
  margin-top: 1em;
  z-index: -1;
}
hr.sep-3::after {
  content: url('/img/2023/titre-down.webp');
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  padding: 1rem;
  background-color: transparent;
  margin-top: 2em;
}

hr.sep-3-blanc {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #fff, #8f8f8f, #fff, #8f8f8f, #fff);
  margin-bottom: 4em;
  margin-top: 1em;
  z-index: -1;
}
hr.sep-3-blanc::after {
  content: url('/img/2023/titre-down-blanc.webp');
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  padding: 1rem;
  background-color: transparent;
  margin-top: 2em;
}


.mb-4::after, .my-4::after 
{
  content: url('/img/2023/logo-hr-noir.png');
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  padding: 1rem;
  background-color: transparent;
}


.deco { 
	
	background: url("/img/logo-amis-domaine-marly-blanc.png") no-repeat bottom right;
	background-size: 1500px 1500px;
	filter: blur(5px);
position: absolute;
z-index: 0;
width: 1500px;
height: 1500px;
right: -337px;
bottom: -264px;
}

.blocv2 { 
	
	border-bottom: 1px solid #A1CB54;
	  margin-bottom: 1em;
	  padding-bottom: 1em;
	}
	
 }

.tangerine { font-family: 'tangerineregular', cursive;  }



.navbar { background-color:rgba(255, 255, 255, 0.85);  color: #1e4790; text-shadow: 1px 1px 1px white;   }


.navbar-light .navbar-brand a { color:#1e4790;  }
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: white;   }
 
.navbar-light .navbar-nav .nav-link { color: white; }

.NavInside { background-color: #fff; border-bottom: 1px solid white; text-shadow: none; ; }
#mainNav a.nom { font-family: "lemonmilk_lightregular", sans-serif; color:#1e4790;  }

#mainNav a.nav-link { color: #A1CB54;  }
#mainNav a.tangerine { font-size: 1.5em; }


#mainNav2 { 
	
	height: 30px;
	-webkit-box-shadow: inset 0px -4px 10px -6px rgba(0,0,0,0.85); 
	box-shadow: inset 0px -4px 10px -6px rgba(0,0,0,0.85);
	background: #a1cb54;
	color: white;
	white-space: nowrap;
	 }

#mainNav2 a { color: #2a6c09 }
#mainNav2 .new { background: white;  display: block; color: #2a6c09; height: 34px; white-space: nowrap;}
#mainNav2 ul li {
	white-space: nowrap;
}

@media screen and (max-width: 768px ) {
	.nav-link, .nav-item {
	padding: 0
	}
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;

}

#mainNav { margin-top: 30px; border-bottom:1px solid #1e4790; }

#mainNav a.nav-link { cursor: pointer; transition: color 0.5s; color: #1e4790; font-family: "lemonmilk_lightregular", sans-serif; }
#mainNav a.nav-link:hover {  color:#a1cb54;   }


#mainNav a.adhe { color:#A1CB54;}
#mainNav a.adhe:hover { color:#1e4790;}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}

.wow { visibility: hidden; }
section .mb-5 p { text-align: center; }

section { padding: 3em 0em;  position: relative; }
.DecopageInterieures { background: url("/img/musee-promenade-marly-louveciennes-top.jpg") no-repeat top center; background-size: 100% auto; width: 100%; height: 100%; position: absolute; top:0; left:0px; opacity: 0.2; z-index: 0; }

.DecopageInterieuresAsso { background: url("/img/logo-amis-domaine-marly-blanc.webp") no-repeat top left; background-size: 100% auto; width: 100%; height: 100%; position: absolute; top:0px; left:-400px; opacity: 0.2; z-index: 0; }

.green {  
	
	  background-image: linear-gradient(to right bottom, #a1cb54, #83b342, #659b30, #48831d, #2a6c09);
	}


.green p { color: white; font-size: 1.2em; text-align: left; }


.cursive {  font-family: 'tangerineregular', cursive; }

.row { z-index: 1; position: relative; }


.cadre {
	
	box-shadow: 1px 1px 2px #eee;
	padding: 2em;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: solid 4px #fff;
	 background: rgb(255,255,255);
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(244,242,238,1) 30%, rgba(244,242,238,1) 70%, rgba(255,255,255,1) 100%); 
	
	
}

.cadre h4 { margin-bottom: 1em; }
.cadre h5 { font-weight: bold; font-size: 1.2em; color: #1e4790; }
.cadre h6 { font-weight: bold; }
.cadre h7 { font: 1em/1.2 "lemonmilk_lightregular", sans-serif; width: 100%; display: block; font-weight: bold;} 

.Recap h4 { color: #1e4790; }


/* e-commerce */

.alertify-notifier .ajs-message { width: 500px; }
.alertify-notifier.ajs-top { top:50px; }
.ajs-message { font-size: 1.5em; }	
	

.log { 
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 2.4em;
	 }

.log h3 {  font-size: 3em; }

.log h3.section-heading, .log h3.form-signin-heading { font:1.5em/1.2 "lemonmilk_lightregular",sans-serif; color: #0e2f4f; }

.cartItems { 
	
	border: 2px solid #2a6c09;
	text-align: center;
	min-width: 37px;
	height: 22px;
	margin-left: 10px;
	line-height: 14px;
	 }
.commande { margin-bottom: 4em; }
div.commandee { width: 100%;  padding: 0.5em; color: white; height: 40px;   background-image: linear-gradient(to right bottom, #ba9e66, #c4a669, #cfae6d, #d9b770, #e4bf74); }
.commandee h5 { float: left; }
.commande h6 { font-weight: bold; color: #1e4790; }

.commandeTotal { float: right; }
.adresseLivraison, .adresseFacturation, .marron { color: #705619; min-height:; }

.indication { text-align: left; display: block; width: 100%; color: #414141; }

.panier .produit, .LePaiement .descriptif, .commandes .descriptif { width: 100%; display: block; max-width: none; clear: both; margin: 1em auto; color: #1e4790; }
.panier .produit { font:1.1em/1.3 "lemonmilk_lightregular",sans-serif;}
.panier .activite { max-height: 285px; }
.panier .Acti-complet { display: none; }
.panier .btn-4 { margin: 0; background: red; }
.DansLePanier { margin-bottom: 6em; font-size: 0.9em; margin-right: auto; margin-left: auto; width: 80%;}
.big {
	
	border: 2px solid white;
	background: #7eaf25;
	height: 2px;
	margin-top: 2em;
 }
.infos p { text-align: center; }
.infos h6 { color: #7eaf25; }
.activites .btn-4 { margin: 0;  width: 216px; margin-top: 1em; }

.vert { color: #7eaf25; }


#totalGeneralPanier { margin-bottom: 1em; font-weight: bold; font-size: 1.7em; color: #7eaf25;}

.commandes .publication { 
	
	overflow: hidden; 
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	

	
	 }

#PageRecap .PubliIsotope { width: 46%; margin-bottom: 0; }

.Recap ul { list-style: none; padding: 1em; line-height: 1.4em; }
.Recap li { text-align: left;  }
.Recap .titre { display: block; width: 100%; font-weight: bold; color:#1e4790; margin-top: 1em; }  

legend { font-size: 0.8em; margin-top: 2em; }

.Recap .form-check { margin-bottom: 1em; }

.success { font-size: 1.3em; margin: auto; max-width: 500px; color: green;  text-align: center; }
.echec { font-size: 1.3em; margin: auto; max-width: 500px; color: red; text-align: center;}




/* footer */

#footer { 
	
	min-height: 200px;
	 background-image: linear-gradient(to right bottom, #ba9e66, #c4a669, #cfae6d, #d9b770, #e4bf74);
	overflow: hidden;
	border-top: 5px solid white;
	
	
 }

#footer h6 { font-family: "lemonmilk_lightregular", sans-serif;  color: white; } 
#footer ul {  list-style: none; padding: 0px; }
#footer li {  font-size: .7em; margin-bottom: 0.3em; }
#footer li a {  color:#efe1c2; text-decoration: none; }
#footer li a:hover {  color:white }




/* mise en page */

p { text-align: justify;  line-height: 1.7em; }
p::first-letter { font-family: 'tangerineregular', cursive;  font-size: 2em; font-weight: bold;}
section h2, section h1 { color:#1e4790; font: 2.5em/1.2 "lemonmilk_lightregular", sans-serif;  position: relative; z-index: 1; margin: 0; }
section h4 { font: 1.3em/1.2 "lemonmilk_lightregular", sans-serif;  }
section h3 { color:#675532; font-size: 2.2em; margin-top: 1em; margin-bottom: 1em; /*font-family: 'tangerineregular', cursive;*/ }


section .adhesions h3 {  }
section.green h2 { color:white; }
h1.section-heading { margin-top: 2em; margin-bottom: 0em;  }
h2.section-heading { margin-top: O.5em; margin-bottom: 0em; font:2em/1.2 "lemonmilk_lightregular", sans-serif; color: #1e4790; margin-top: 1em;  }
h3.section-heading { color:#1e4790; }
.titre-up {  background: url("/img/2023/titre-up.webp") no-repeat; background-size: 100% 100%; width: 100px; height: 30px; margin: auto; margin-top: 1em; margin-bottom: 0.5em; }
.titre-down {  background: url("/img/2023/titre-down.webp") no-repeat; background-size: 100% 100%; width: 100px; height: 30px; margin: auto; margin-top: 0em; margin-bottom: 2em; }
.titre-up-blanc {  background: url("/img/2023/titre-up-blanc.webp") no-repeat; }
.titre-down-blanc {  background: url("/img/2023/titre-down-blanc.webp") no-repeat;}

#page-top .btn-color { background:rgba(42, 108, 9, 0.6); padding: 0.3em 1em; }
#page-top .coin p { font-size: 1em; padding: 1.2em; }

.btn {
  display: inline-block;
  /*padding: 13px 20px;*/
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: 2px solid #fff;
  font: 0.6em/1 "lemonmilk_lightregular", sans-serif
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 2px;
  /*text-transform: uppercase;*/
  transition: color 0.1s linear 0.05s;
  white-space: normal !important;
 
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
 	color: #ffffff;
    transition: all 0.5s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}
 
.btn-2 { display: block; z-index: 500; position: relative; cursor: pointer; float: left; margin:auto; border: 1px solid #fff; padding: 0.4em 1em 0.6em 1em; color: #1e4790; line-height: 1em; background:rgba(255, 255, 255, 0.24); transition: all 0.3s linear 0s; float: none;  -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
color:  #2a6c09;
display: block;
margin-bottom: 1em; }

.btn-new { text-transform: none; font-size: inherit; }

a.btn-2:hover, a.btn-new:hover { text-decoration: none; text-shadow: none;}

.btn-2:hover { background: white; text-decoration: none;   }



.btn-3 { display: block; z-index: 500; position: relative; cursor: pointer; float: left; margin:auto; border: 1px solid #fff; padding: 0.4em 1em 0.6em 1em; color: #1e4790; line-height: 1em; background:#efe1c2; transition: all 0.3s linear 0s; float: none; width: 50%; -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
color:  #fff;
display: block; }

.btn-3:hover { background: #ba9e66; text-decoration: none;  }



.btn-4 { 
	
	display: block; z-index: 500; position: relative; cursor: pointer; float: left; margin:auto; border: 1px solid #fff; padding: 0.4em 1em 0.6em 1em; color: #1e4790; line-height: 1em; background:#1e4790; transition: all 0.3s linear 0s; float: none;  -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
color:  #fff;
display: block;
 background-image: linear-gradient(to right bottom, #ba9e66, #ad935e, #a08857, #937d4f, #877248);
 }




.btn-4 a { text-decoration: none; color: white; width: 100%; height: 100%;  }
.btn-4 a:hover { color: #fff;  }
.btn-4:hover { background: #a1cb54; text-decoration: none; border-color:#ba9e66;  }

#PagePublications .btn-4 { 
	 
	 display: block; z-index: 500; position: relative; cursor: pointer; float: left; margin:auto; border: 1px solid #fff; padding: 0.4em 1em 0.6em 1em; color: #1e4790; line-height: 1em; background:#1e4790; transition: all 0.3s linear 0s; float: none;  -webkit-border-top-left-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
 -moz-border-radius-topleft: 10px;
 -moz-border-radius-bottomright: 10px;
 border-top-left-radius: 10px;
 border-bottom-right-radius: 10px;
 color:  #1e4790;
 display: block;
  background-image: linear-gradient(to right bottom, #cbe5ed, #cbe5ed, #cbe5ed, #cbe5ed, #cbe5ed);
  }
#PagePublications .btn-4:hover { background: #a1cb54; text-decoration: none; border-color:#ba9e66;  }

.btn-30 { min-width: 30%; }
.btn-31 { max-width: 30%; }
.btn-80 { max-width: 80%; }
.btn-48 { max-width: 48%; }

.btn-inner { width: 100%; text-align: center; display: block; }


/*.btn-2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn-2::after {
  transition: border 0.1s linear 0.05s;
}
.btn-2 .btn-2-inner {
  position: relative;
  z-index: 2;
}
.btn-2:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn-2:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn-2:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}*/
 

.ViewAll { margin-top: 2em;}
 
.accroche { font-family: 'tangerineregular', cursive; font-size: 3em; }  
.accroche2 { font-family: 'tangerineregular', cursive; font-size: 2em; line-height: 1.2em; color: #1e4790; text-align: center; }    
 .accroche2 p { line-height: 1.3em; text-align: center; } 
  
  
 .col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
 
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

 
    
/* site */

.PageAdhesion h4 { 
	text-align: left;
	font-family:"lemonmilk_lightregular",sans-serif;
 }

.PageAdhesion h5 { 
	 text-align: center;
	 color: white;
	 background: #1e4790; 
	 padding: 0.5em;
	 margin-top: 0.5em;
	 margin-bottom: 1em;
	 font-family:"lemonmilk_lightregular",sans-serif;
  }

.PageAdhesion ul {
	
	text-align: left;
	color: #1e4790; 
	font-size: 0.8em;
	margin-bottom: 2em;
	border-bottom: 1px solid #1e4790; 
	padding-bottom: 2em;
	
}


.adhesion   { 
	
	min-height: 200px;
	background-color: #1e4790; 
	color: white; padding: 10px; 
	margin-bottom: 2em; position: relative; 
	min-height: 350px;text-align: center; 
	border-top-left-radius:10px; 
	border-bottom-right-radius:10px;
	overflow: hidden;
	
}


.PageAdhesion a { position: relative; display: block; }

.PageAdhesion .button {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #e2c581; 
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  font-size: 19px;
  cursor: pointer;
  color: #1e4790;
  z-index: 1;
  background: #e2c581;
  width: 80%; 
  font-size: 1em;
  margin-bottom: 1em;
}

.PageAdhesion .button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.PageAdhesion .button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #39bda7;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.PageAdhesion .button:hover {
  color: #ffffff;
  border: 1px solid #39bda7;
}

.PageAdhesion .button:hover:before {
  top: -35%;
  background-color: #a1cb54;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.PageAdhesion .button:hover:after {
  top: -45%;
  background-color: #a1cb54;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


.PageAdhesion .sous-titre {
	
	font-family:"lemonmilk_lightregular",sans-serif;
	font-size: 0.8em;
	text-align: left;
	width: 100%;
	margin-bottom: 2em;
	display: block;
}

.PageAdhesion .adhesion p { 
	
	font-size: 1.3em;
	padding: 1em 2em;
	text-align: center;
	color: white; z-index: 100;
	
}

.adhesions p, .adhesions h3, .adhesions img  { 
	
	text-align: center;
	display: block;
	
}

.adhesions i { 
	
	font-size: 5em;
	width: 100%;
	text-align: center;
	
}


.AdhesionType {
	
	background:transparent;
	border-radius: 10px;
	border:2px solid #1e4790;
	margin-bottom: 2em;
	min-height: 450px;
	padding: 1em;	
	position: relative;
	
}

.AdhesionType .sous-titre2 { width: 100%; display: block; text-align: center; }

.Bulletin {
	
	background:#1e4790;
	border-radius: 10px;
	border:2px solid #1e4790;
	color: #fff;
	margin-bottom: 2em;
	padding: 1em;
	position: relative;
	
}

.Bulletin p {
	
	width: 90%; 
	margin: auto;
	
	}
	
.Bulletin h4 {
	
	width: 100%; 
	text-align: center;
	
	}	
	

.Impots {
		
		background:white;
		border-radius: 10px;
		border:2px solid #1e4790;
		color: #1e4790;
		margin-bottom: 2em;
		padding: 1em;
		position: relative;
		min-height: 520px;
		
	}

.AdhesionType img {
	
	margin: auto;
	width: 25%;
	float: none;
	margin-top: 1em;
	
}

.AdhesionType hr { 
	
	color: #1e4790; 
	border-color: #1e4790; 
	
 }

.AdhesionType h4 { 
	
	
	/*text-shadow: 0px 1px 1px #7d5d55 ;*/
	
 }

.AdhesionType .prix { 
	 
	 color: #1e4790;
	 font-size: 0/8em;
	 position: absolute;
	 right: 0.5em;
	 top:5.5em;
	 background: #e2c581;
	 padding: 0.5em;
	 border-radius: 40px;
	 height: 3em;
	 line-height: 2em;
	 min-width: 3em;
	 
	 
  }


.AdhesionType p { 
	
	color: white;
	text-align: center;
	
 }


.ActuAsso { 
	
	min-height: 200px;
	border: 1px solid white;
	
	padding: 10px; 
	margin-bottom: 2em; position: relative; 
	min-height: 350px;text-align: center; 
	border-top-left-radius:10px; 
	border-bottom-right-radius:10px;
	color: white;
	overflow: hidden;
	color: white;
	
	
	
	 }


.cadre2 {
	
 	background-image: linear-gradient(to right bottom, #ba9e66, #c4a669, #cfae6d, #d9b770, #e4bf74);
 	border: 4px solid #fff;
 	padding: 2em;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}
	
.cadre3 {
	box-shadow: 1px 1px 2px #eee;
	padding: 2em;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: solid 4px #fff;
	 background: rgb(255,255,255);
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(244,242,238,1) 30%, rgba(244,242,238,1) 70%, rgba(255,255,255,1) 100%); 
	min-height: 260px;
	
}

.cadre3 p { text-align: center; }
.cadre3 .btn { max-width: 80%; margin-top: 1em; background: white; border-color:#d0d0d0; color: gray; }

.cadre3 h6 { color:#675532; border-bottom: 1px solid #ba9e66; padding-bottom: 1em; }

.cadre3 strong { color:#ba9e66}
	
.cadre4 {

 background: rgb(219,11,11);
background: -moz-linear-gradient(130deg, rgba(219,11,11,1) 10%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 80%, rgba(219,11,11,1) 80%);
background: -webkit-linear-gradient(130deg, rgba(219,11,11,1) 10%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 80%, rgba(219,11,11,1) 80%);
background: linear-gradient(130deg, rgba(219,11,11,1) 10%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 80%, rgba(219,11,11,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db0b0b",endColorstr="#db0b0b",GradientType=1); 

border: 4px solid #db0b0b;
padding: 2em;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	max-width: 500px;
	margin: auto;
	
}


.cadre5 {
	
	
	background:#a1cb54;
 	border: 4px solid #fff;
 	padding: 2em;
	border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
	 
#asso p  { width: 100%; margin-bottom: 1em; }
#asso ul { text-align: left; }
	 
.ActuAsso img, .presentationAsso img { width: 50%; float: left; }

#asso .ActuAsso p {
	
	color: white;
	padding: 1em 2em;
	text-align: justify;
	font-size: 1em;
	position: relative;
	z-index: 2;
	
	
	 } 
#asso h3 { color: white;}



.aider .btn, .adhesion .btn, .collection .btn { 
		
color: #115511;
background: #cdeb8e; /* Old browsers */
background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #cdeb8e 0%,#a5c956 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #cdeb8e 0%,#a5c956 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
cursor: pointer;
margin-top: 20px; clear: both; min-width: 30%; z-index: 1000;
    
	
	opacity: 1; color:#586A37; }

#collection .btn-2 { margin:auto; width: 50%; float: none; background: rgba(255, 255, 255, 0.25); margin-bottom: 35px;}

.collection p {   padding: 1em; }


.adhesion a { color: white; }
.adhesion a:hover { color: #ba9e66; }
 /* Actus */
 
 .actus { text-align: left;
	 
 }  


.actu {  color: #414141; padding: 1em; margin-bottom: 2em; position: relative; min-height: 510px;text-align: center; border-top-left-radius:10px; border-bottom-right-radius:10px; overflow: hidden; position:relative; 	 }
.coin {  color: #414141; padding: 1em; margin-bottom: 2em; position: relative; min-height: 510px;text-align: center; border-top-left-radius:10px; border-bottom-right-radius:10px; overflow: hidden; position:relative;  }
.actu p { position: relative; clear: both; z-index: 5; min-height: 75px; }

#actus .btn-2,  {  }

#actus .btn-2:hover, #collection .btn-2:hover { background: white;} 
.actu h5 { font-size: 1.15em;  float: left; width: 100%; margin-top: 1em; font-family: "lemonmilk_lightregular", sans-serif; color: #675532; min-height: 110px;  }
.actu a { width: 100%; margin-bottom: 1em; display: block; text-decoration: none; float: left;}
.actu img { float: left; width: 100%; height: auto; border-top-left-radius:10px; border-bottom-right-radius:10px; overflow: hidden; display: block;}
//#actus p { font-size: 0.8em; width: 100%; float: left; padding: 1em; text-align: center; line-height: normal;  font-family: "Niramit",sans-serif;
  //margin: auto;
  //display: block;
  //clear: both;
  //}
  
#actus .mb-5 p { font-size: 1.1em; }

#actualitePage img { max-width: 100%;}
#PublicationPage img { max-width: 100%; min-height: 450px;}


 /* Activités */
 

.DesListing { color: white; padding: 2em; }

.activites { text-align: left; }  



#activites a { color: white; }
#activites a:hover {  }

#activites .btn:hover, #publications .btn:hover, #collection .btn:hover, #actus .btn:hover, #asso .btn:hover, .plaquette .btn:hover, #CoinsDesAmis .btn:hover { color: #fff;  } 

#actus .btn:hover { background: white; }

#activites .fas { font-size: 5em; color: white; }

.activite   { 
	
	min-height: 200px;
	background-color: #fff; 
	color: #A1CB54; padding: 0px 15px 0 0; 
	margin: auto;
	margin-bottom: 2em; position: relative; 
	min-height: 150px;text-align: left; 
	border-top-left-radius:10px; 
	width: 100%;
	border-bottom-right-radius:10px;
	overflow: hidden;
	z-index: 500;
	position:relative; border: 4px solid #A1CB54;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	
	
	
}

.activite h5 { width: 100%; float: left; font: 1.25em/1.3 "lemonmilk_lightregular", sans-serif; clear: both;  position: relative; z-index: 100; text-shadow: 1px 1px 1px white; color: #675532; margin-top:0.8em; }
.activite p { font-size: 1em; /**float: left; margin-top: 1em;**/ margin-top: 10px; text-align: justify; clear: both;  text-shadow: 1px 1px 1px white; position: relative; z-index: 100; max-width: 100%; padding-right: 120px; }
.activite a { font-size: 1em; /**float: left; width: 80%;**/ }
.activite img { position: relative; z-index: 10; width: auto; height: 110%; }
.activite .poster { position:relative; display: block; width: 200px; height: 265px; overflow: hidden; z-index: 10; width: 100%; }

.actiResume { max-width: 90%; margin-bottom: 1em; color: #675532; }

.ActiCache { width: 80px; transform: rotate(25); height: 120%; position: absolute; left: 194px; top:0px; z-index: 15; background: white; transform: rotate(16deg); }
.listingActivites .ActiCache {
  height: 210%;
}

.listingActivites a { color: white; }
.listingActivites .btn-inner { color: #2a6c09; }
.Acti-theme { 

position: absolute;

bottom: 70px;

right: -140px;

transform: rotate(-74deg);

background: #f7848b;

color: white;

padding: 1em;

text-transform: uppercase;

width: 357px;

clear: both;

float: left;

text-align: center;
z-index: 10;

box-shadow: 1px 1px 1px white;
	
	
	 }

 .exposition .Acti-theme { background: #7b9df2; }
 .visite-conference .Acti-theme { background-image: linear-gradient(to bottom right, #8d2990, #951414); }
 .visite .Acti-theme { background: #8d2990; }
 .concert .Acti-theme { background: #26aabe; }
 .conference .Acti-theme { background: #951414; }
 .voyage .Acti-theme { background: #e78238; }


#activites .complet { opacity: 1; }

#activites .Acti-complet { 

	position: relative; 
	background: #aa3939;
	color: white;
	padding: 0.8em; 
	text-transform: uppercase;
	width: 100px; 
	float: left;
	text-align: center;
	line-height: 10px;
	display: none;
	
	box-shadow: 1px 1px 1px white;
	
	 }

.complet .Acti-complet { display: block; } 

.infos { z-index: 20; }

.Acti-Date { 

	position: relative; 
	background: #A1CB54;
	color: white;
	padding: 0.8em; 
	text-transform: uppercase;
	width: auto; 
	float: left;
	text-align: center;
	line-height: 10px;
	
	box-shadow: 1px 1px 1px white;
	
	margin-bottom: 20px;
	 }

.produit {  border-bottom: 1px solid white; margin: 1em auto; max-width: 95%;}
.produit .titre { font: 1.2em/1.3 "lemonmilk_lightregular", sans-serif; margin-bottom: 1em; color: #1e4790; padding-bottom: 1em; border-bottom: 1px solid #a1cb54; }

.price { background: transparent; color: #1e4790; width: 100%; padding: 1%; font: 1.3em/1.3 "lemonmilk_lightregular", sans-serif; margin-bottom: 1em; }
.qty select {  color:#675532; width: 60%; padding: 5%; font: 1em/1 "lemonmilk_lightregular", sans-serif; margin-bottom: 1em; text-align: center; margin-top: 0.5em; clear: both; }
.panier .qty select { width: auto; padding: 5px;}
#addToCartForm button { width: 100%;  margin-top: 0em; margin-bottom: 5em; max-width: 230px; padding: 1em; }

.secu { color: #1e4790; font-size: 0.7em; margin-top: 3em;  }
.secu img { display: block; width: 50%; margin: auto; }

#programme, #galerie { width: 100%; position: relative; float: left; }

#programme p, #galerie p {
  text-transform: uppercase;
  letter-spacing: .5em;
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  display: block;
  margin: 0 0 2em 0em;
  font-size: 0.7em;
  text-align: center;
}
#programme p span, #galerie p span {
  font: 700 2.5em/1 "lemonmilk_lightregular", sans-serif;
  letter-spacing: 0;
  padding: .35em 0 .425em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url(/img/animated_text_fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.fas { padding: 0.4em; font-size: 1.7em; color: #1e4790; }

.info { 
	background: white;
	border-radius: 15px;
	color: black;
	font-size: 0.8em;
	padding: 1em;
	margin-bottom: 2em;
	 }

.poster { float:left; }



/* Pages */


#main .mb-5 p { text-align: center; font-size: 1.1em; }



/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}


.filter-button-group {
	
	margin: 2em;
	text-align: center;
	
	
}

.filter-button-group button {
	
	background-image: linear-gradient(to right bottom, #ba9e66, #c4a669, #cfae6d, #d9b770, #e4bf74);
	color: white;
	border: 2px solid white;
	padding: 10px;
	cursor: pointer;
	transition: background 0.5s; 
	border-radius: 10px;
	margin-bottom: 15px;
	
	
}

.filter-button-group button:hover {
	
	background: #E4BF74;
	color: #fff;
	border-color: #fff;
	
	
}

.mois { margin-top: -30px; }


.Fond { position: absolute;
  width: 79%;
  opacity: .10;
  z-index: 12;
  top: -250px;
  right: 0;
  transform: rotate(16deg); }
.Fond img { width: 116%; }
 /* oeuvres */
 

 
.oeuvres { text-align: center; }  

.oeuvre { background-color: transparent; color:; padding: 0px; margin-bottom: 2em; border-bottom: 2px solid #1e4790; }
#collection .oeuvre { border-bottom: 0px; }
#collection a { text-decoration: none; }
.oeuvre img { display: block; margin:auto; margin-bottom: 1em; border-radius: 20px; width: 100%; }
.oeuvre h5 { text-align: center; width: 100%; font-size: 1.2em; }
.oeuvre h4 { text-align: center; width: 100%; font-size: 1.1em; height: 20px; }
.oeuvre p { text-align: center; width: 100%; font-size: 0.8em; color:#1e4790;  padding-bottom: 10px; height: 80px;}
.oeuvre a { color : #1e4790; margin-bottom: 10px; display: block; width: 100%; }


.TypeOeuvre { width: 100%; background: #A1CB54; color: white; margin-bottom: 10px; line-height: 2em; border: 1px solid white; }
.Acquisition { background: #1e4790; }
.Restauration { background: #afd36e; }


/**.PubliIsotope {
	
	width: 30%;
	margin-right: 3%;
	float: left;
	overflow: hidden;
	min-height: 360px;
	margin-bottom: 1em;
	
}**/

.Auteur { background: rgba(226, 230, 225, 0.55); padding: 1em;}

/* Homepage Publications */

#publications h3 { color: white; margin-top: 1em; font-size: 2.5em;  height: 30px; }
#publications img { height: 340px; width: 100%; }




/* Page Publications */

.tri { text-align: left; color: #1e4790; margin-bottom: 1em; border-top:1px solid #fff; padding-top: 1em; }

#PagePublications .publication {  margin-bottom: 5em;}

#PagePublications .img-fluid { height: 285px; }

#PagePublications .mb-5 { margin: auto; text-align: center; }
#PagePublications .btn { width: 100%; }

.Publi-theme { border: 2px solid white;  background:#1e4790; color: #cbe5ef; width: 100%; padding: 1em; margin-bottom: 1em; display: block; font-size: 0.7em; }

#PagePublications .publiImage { background: #CBE5F1; }

#PagePublications .poster {
	
	position: absolute;
	z-index: 0;
	width: 95%;
	margin-left: 2.5%;
	height: auto;
	top: 0px;
	
	
	 }

#PagePublications .poster img { width: 100%; height: 100%; display: block; }

#PagePublications p { min-height: 100px; color: #1e4790; line-height: 1.3em; }

#PagePublications h5.h6, #PageRecap h5.h6 { width: 100%; text-align: center; font: 700 1.1em/1.3 "lemonmilk_lightregular", sans-serif; clear: both;  z-index: 100; color: #1e4790; border-bottom: 3px solid #C9E8FB; padding-bottom: 1em; margin-bottom: 1em;   }

#PagePublications .PubliContenu .h6 {	width: 100%; text-align: center; display: block; font: 1.3	em/1.3 "lemonmilk_lightregular", sans-serif; margin-bottom: .5em;  }

#PagePublications .PubliContenu p { color: white; text-align: justify; }
#PagePublications .btn {  }


/*---------------*/
/***** Ming *****/
/*---------------*/

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 20px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	height: auto;
	/*background: #3085a3;*/
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 88%;
	max-width: 90%;
	opacity: 1;
	margin: auto;
}

.grid figure figcaption {
	padding: 3.5em;
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 0px;
	font-size: 1em;
}
figure.effect-ming {
	/*background: #030c17;*/
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h5 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-ming p {
	padding: .5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h5 {
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: black;
	
	opacity: 0.7;
	
	
}

figure.effect-ming:hover img {
	opacity: 0.2;
	
	
}


/* Coins */

#CoinsDesAmis.green p { font-size: 0.8em; width: auto; margin: auto; margin: 2em 1em 3em 1em; float: left; }
#CoinsDesAmis .actu { border-radius: 0px; background:rgba(255, 255, 255, 0.7); min-height: 600px; border-radius: 10px; }
a.LienCoin { border-top: 1px solid #A1CB54; width: 100%; padding: 1em; margin-top: 1em; float: left; }
#CoinsDesAmis h5 { color: #355137; z-index: 1000; position: relative; min-height: 2.5em; }
#CoinsDesAmis img {  z-index: 1000; position: relative; }
#CoinsDesAmis .decoText { z-index: 0; color: #fff;}
.legende { background: white;
	  color: #693;
	  border-radius: 10px;
	  padding: 15px 10px 15px 10px;
  margin-top: 1em;}

.coin h5 { font-size: 1.15em; margin-top: 15px; float: left; width: 100%; margin-top: 1em; font-family: "lemonmilk_lightregular", sans-serif; color: #675532; z-index: 5; position: relative;  }
.coin img { float: left; width: 100%; height: auto; border-top-left-radius:10px; border-bottom-right-radius:10px; overflow: hidden; display: block; z-index: 5; position: relative;}

.coins .decoText { z-index: 0; color: #fff; opacity: 0.8;}
.coins .poster { float:none; z-index: 2; }
.coins p { z-index: 5; position: relative; clear: both; min-height: 190px; }

/* PAralax et déco */
section.parallax p { font-family: 'tangerineregular', cursive;  font-size: 4em; color: white; margin: 0; padding: 0; text-align: center; text-shadow: 1px 1px 1px black; }
section.parallax strong { font-weight: normal; }
.decoText { font-size: 35em; line-height: 0.5em; letter-spacing:-14px; opacity: .1; color: white; position: absolute; bottom:0px; left: 0px; font-family: 'tangerineregular', cursive; z-index: 0; text-align:right; width: 100%; z-index: 0; }

.decoblur {
	filter: blur(92px);
	-webkit-filter: blur(2px);
	opacity: 0.25;
	width: 100%;
	bottom: 0px;
	position: absolute;
	z-index: 0;
}

.decoblur img, .decoblurLTE img { width: 100%; }
	
.decoblurLTE {
	mix-blend-mode: multiply;
	filter: blur(92px);
	-webkit-filter: blur(2px);
	opacity: 0.20;
	width: 100%;
	bottom: 0px;
	position: absolute;
	z-index: 0;
}

	
/* Contact */

#contact #contact_save {  background: blue; }
#contact_save:hover { color: green;  }



img:not([src]) {
	visibility: hidden;
}
/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden;
	}
}
.slides .lazy .loaded {
    height: 100%;
    width: 100%;
}
div.legende {
	text-align:center;
}

.article.element-item {
	width:49%;
	margin-right:1%;
	
}




// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { 
	
	.ActiCache { display: none;}
 }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 
	
	.ActiCache { display: none;}
 }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
	
	.ActiCache { display: none;}
 }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }



@media (max-width: 991px) { 
	
	.ActiCache { display: none;}
	#asso .ActuAsso p { padding: 1%; }
	.Acti-theme  { display: none;}
	.actiResume {
	  max-width: 100%;
	  margin-bottom: 1em;
	  color: #675532;
	  padding: 4%;
	  text-align: justify; }

  }
