/*
Theme Name: Theme de base Moduloo
Text Domain: moduloo
Version: 2.2
Tested up to: 6.2
Requires at least: 4.7
Requires PHP: 5.2.4
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

HTML {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
font-size: 62.5%;  
}

BODY{
	position:relative;
	width: 100%;
  margin: 0;
  padding: 0;	
	font-size: 2rem;  
	color:black;
	background:#eeeeee;
	line-height:1.4;
font-family: "Montserrat", Arial, sans-serif;
	}
IMG{
max-width:100%;
height:auto;
}

*{
box-sizing: border-box;
}
/* =========================================================
             HEADER
 ========================================================= */
#site-header{
	width:100%;
	height:149px;
	background:white;
}
#site-header>div{
	max-width:1400px;
	position:relative;
	margin:0 auto;
}
.site-logo{
width: 200px;
padding: 10px 0 11px 10px;
}
.slogan{
position: absolute;
  top: 7px;
  left: 219px;
  font-size: 2.9rem;
  font-family: 'Bree Serif', serif;
  color: #009f3c;
  width: 543px;
  line-height: 1.2;
}  

.menu_tag{
text-align:center;
padding:20px 0 0 0;
}
DIV.menu_tag .tag{
position:relative;
background:transparent;
font-size:2rem;
border:0 none;
color:#009f3c;
margin:5px 2% 0px 2%;
font-weight:bold;
padding:0 0 0 30px;
}
DIV.menu_tag .tag:before{
content:"#";
color:#009f3c;
font-weight:bold;
font-size:3rem;
position:absolute;
left: 5px;
  top: -5px;
}
/* =========================================================
             MENU PRINCIPAL
 ========================================================= */
.primary-menu{
position:absolute;
top:80px;
right:10px;
}
.primary-menu>ul{
max-width:1400px;
margin:0 auto;
padding:0;
display: block;
text-align:center;
}
.primary-menu li{
display:inline-block;
list-style: none;
margin:0;
padding:0;
}

.primary-menu li a{
display: inline-block;
  margin: 15px 0;
  padding: 0px 20px 0 14px;
  color: gray;
  text-decoration: none;
  font-size: 2rem;
  font-weight: normal;
  border-right: 1px solid white;
}	
.primary-menu li:hover > .sub-menu {
  animation: apparitionSousMenu 1s forwards;
}
.sub-menu{
position:absolute;
background:white;
overflow: hidden;
max-height: 0;
padding:0;
z-index:50;
}
.sub-menu li{
display:block;
text-align:left;
list-style: none;
margin:0;
padding:0;
}
.sub-menu li A{
	display:block;
	width:100%;
margin:0;
padding:15px 20px;
border:0 none;
font-size: 1.8rem;
font-weight: normal;
}
.sub-menu li A:hover{
background:white;
color:#009f3c;
}
@keyframes apparitionSousMenu {
  0% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0);
    border-top: 3px solid white;
  }
  30% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
  100% {
    max-height: 50em;
    border-top: 3px solid white;
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
}
.bouton_don{
	position:absolute;
	display:block;
	background:#009f3c;
	color:white;
padding: 5px 15px;
  font-weight: bold;
top: 42px;
  right: 60px;
  border-radius: 4px;
  	cursor:pointer;
}
#fenetre_don{
display:none;
	position:absolute;
	background:#009f3c;
	color:white;
padding: 5px 15px;
  font-weight: bold;
top: 75px;
  right: 20px;
  border-radius: 4px;
  width: 400px;
  max-width:100%;
  overflow:hidden;
  height: 218px;
  z-index:2000;
}
#fenetre_don A{
	color:white;
	cursor:pointer;
}
.don_mensuel,.don_unique{
display:inline-block;
	width:48%;
	text-align:center;
	margin:0 1%;
	  border-radius: 4px;
	  padding: 0 0 7px 0;
}
.bouton_actif{
	background:white;
	color:black !important;
}
#don_mensuel, #don_unique{
	position:absolute;
	background:white;
	padding:10px;
	  border-radius: 4px;
top: 37px;
width: 94%;
}
#don_unique{
left:500px;
}	
#don_mensuel A, #don_unique A{
	display:inline-block;
		background:#009f3c;
	color:white;
padding: 5px 15px;
  font-weight: bold;
  border-radius: 4px;
	width:47%;
	text-align:center;
	margin:1%;	
	padding:5px 0 10px 0;
}
#don_mensuel A:hover, #don_unique A:hover{
	background:#a8cd9a;
}
#don_mensuel input[type="text"], #don_unique input[type="text"]{
	display:inline-block;
	border:1px solid #009f3c;
	color:black;
	height:40px;
padding: 5px 15px;
font-size:2rem;
  border-radius: 4px;
	width:calc(100% - 80px);
	text-align:left;
	margin:1%;	
}
#don_mensuel input[type="button"], #don_unique input[type="button"]{
	display:inline-block;
	border:0 none;
	background:#009f3c;
	color:white;
	height:40px;
padding: 5px 15px;
  font-weight: bold;
  font-size:2rem;
  border-radius: 4px;
	width:60px;
	text-align:center;
	margin:1%;	
}
#bouton_recherche{
  position: absolute;
  right: 10px;
  width: 40px;
  top: 40px;
}
/* =========================================================
             MENU seondaire
 ========================================================= */ 
.second-menu{
position: absolute;
top: -4px;
right: 0; 
} 
.second-menu>ul{
margin:0 auto;
padding:0;
}
.second-menu li{
display:inline-block;
list-style: none;
margin:0;
padding:0;
}

.second-menu li a{
display: inline-block;
  margin: 15px 0;
  padding: 0px 20px 0 14px;
  color: #009f3c;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: normal;
  border-right: 1px solid #009f3c;
}	  
 
/* =========================================================
             MENU SMARTPHONE
 ========================================================= */ 
#bouton_menu{
	display:none;
width: 35px;
  height: 35px;
  position: absolute;
  top: 14px;
  left: 7px;
  cursor: pointer;
  background: url(/wp-content/themes/Ressources_urbaines/assets/images/bt_menu.png) no-repeat center center #009f3c;
  border-radius: 5px;
}	
#menu_smartphone{
	display:none;
	width:100%;
	background:#009f3c;
	position:absolute;
	top:112px;
	left:0;
	z-index:50;
	padding:0 0 50px 0;
}
 #menu_smartphone li{
	 list-style:none;
 }
  #menu_smartphone li A{
	color:white;
	border-bottom:1px solid white;
	text-decoration:none;
	display:block;
	padding:10px;
	text-transform:uppercase;
 }
  #menu_smartphone  .sub-menu {
  max-height: none;
  padding:10px 0 20px 30px;
  position:relative;
  left:0;
  top:0;
 }
  #menu_smartphone .sub-menu li A{
  max-height: none;
  padding:10px 0;
  text-transform:none;
 }
#menu_smartphone .sub-menu li A:hover{
	   color:white;
	   background:transparent;
   }
#menu_smartphone  .second-menu_smartphone li A{
	text-transform:none;
 }
 #menu_smartphone  .second-menu_smartphone{
margin:30px 0  0 0;
 }
 /* =========================================================
             FOOTER
 ========================================================= */ 
#site-footer{
background: #4b4b4b;
padding:30px 0 0 0;
color:white;
}	
woocommerce
#site-footer h4{
color:white;
margin:0 0 30px 0;
font-size: 2.5rem;
}	
#site-footer  .external{
margin:0 10px;
}	
#site-footer  .deux_colonnes{
padding:0 0 20px 0;
	max-width:1620px;
	position:relative;
	margin:0 auto;
padding: 0 30px 30px 30px;
}
.menu_pied{
background:black;
text-align:center;
padding: 1px;
}
.menu_pied ul{
margin:10px 0;
}
.menu_pied li{
display:inline-block;
}
.menu_pied a{
color: white;
  font-size: 1.7rem;
  margin: 0 20px;
}
}
 /* =========================================================
     GENERALITES
 ========================================================= */ 
#site-content{
	margin:30px auto;
	max-width:1500px;
	padding: 20px 50px;
}
.clear{
clear:both;
width: 100%;
height: 1px;
}
main{
padding: 30px 0;
max-width:1620px;
margin:0 auto;
}
.of{
overflow:hidden;
}
 .deux_colonnes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 30px;
  padding: 10px 0 40px 0;
} 
.trois_colonnes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  row-gap: 30px;
  padding: 10px 0 40px 0;
} 
.quatre_colonnes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  row-gap: 30px;
  padding: 10px 0;
} 
.lien_bloc, .lien_petitbloc{
display:block;
text-decoration:none;
color:black;
}	
.lien_bloc_juridique{
display:block;
text-decoration:none;
color:black;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3); 
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
padding:20px;
}
.breve{
border:1px solid #009f3c;
border-radius:5px;
padding:30px;
}

.tag, .tag_journal{
	display:inline-block;
background: #009f3c;
color:white;
font-size: 1.4rem;
padding: 5px 6px 5px 6px;
border-radius:3px;
margin:3px;
line-height:1;
}
.tagmoteur{
color:#009f3c;
font-weight:bold;
font-size: 1.2rem;
}

.tag_journal{
background: #da338b ;	
}
.tag_64,.tag_1196{
background: #118dba;	
}
.tag_70,.tag_1208{
background: #3f99ba;	
}
.tag_202,.tag_1771{
background: #f0a70a;	
}
.tag_376,.tag_1777{
background: #f88e11 ;	
}
.tag_199,.tag_1454{
background: #fcbe12 ;	
}
.tag_382,.tag_{
background: #af37fa ;	
}
.image-container {
  position: relative;
  width: 100%; /* La largeur du conteneur peut être ajustée selon vos besoins */
  padding-bottom: 55%; /* 4/3 en pourcentage (3 / 4 * 100) */
  margin:0 0 10px 0;
  background:#F0F0F0;
}
.image-carre {
position: relative;
  width: 70px;
  padding-bottom: 70px;
  margin: 0 10px 0 0;
  background: #F0F0F0;
  float:left;
}
.image-rectangle{
position: relative;
  width: 210px;
  padding-bottom: 140px;
  margin: 0 30px 0 0;
  background: #F0F0F0;
  float: left;
}

.image-container img, .image-carre img, .image-enquete img , .image-rectangle img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajuste l'image pour remplir la zone définie */
}
.lien_bloc H3{
	font-family: 'Bree Serif', serif;
	font-size: 2.4rem;
	margin: 0 0 20px 0;
} 
.lien_bloc H3, .lien_bloc_juridique H3{
	font-family: 'Bree Serif', serif;
	font-size: 2rem;
	margin: 0;
} 
.lien_petitbloc{
	margin:0 0 15px 0;
}
.lien_petitbloc H4,.sommaire H4{
font-size: 1.6rem;
margin: 0;
color:black;
} 
.sommaire{
	margin:30px;
	padding:10px 20px 0 20px;
	border:1px solid #E0E0E0;
	border-radius:5px;
}
.sommaire H3{
margin:0 0 20px 0;
}
.sommaire H4{
margin:20px 0 0 0;
}
.descriptif{
font-size:1.6rem;
}
.descriptif p{
margin:0;
}
/* =========================================================
        HOME PAGE 
 ========================================================= */ 
.homepage{
padding: 30px 0;
max-width:1620px;
margin:0 auto;
}
.colonnes21{
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 70px;
  row-gap: 15px;
}
.homepage section{
padding: 20px 40px;
}

H5.vert,.homepage H2{
	font-family: 'Bree Serif', serif;
	color:#009f3c;
	font-size: 2.5rem;
	margin: 30px 0 20px 0;
	line-height: 1.3;
}
.homepage H2{
font-size: 3.8rem;
  margin: 0 0 30px 0;
}
.homepage H5{
font-size: 3.8rem;
  margin: 0 0 30px 0;
}
.journal H3{
font-size: 2.5rem;
  margin: 20px 0 20px 0;
}
.alaune H2{
font-size: 2.5rem;
  color:black;
  margin: 0px 0 50px 0;
}
.videos H2{
	font-size: 2.5rem;
  color:black;
  margin: 0px 0 20px 0;
	border-bottom:1px solid black;
	padding:0 0 30px 0;
}
.journal{
color:white;
background:#009f3c;
padding:30px 40px !important;
}
.journal h2{
color:white;
}
.journal .illustration{
float:left;
max-width:50%;
margin:0 40px 0 0;
}
.journal .petite_couverture{
display:inline-block;
width:150px;
margin:20px 30px;
color: white;
  font-size: 1.8rem;
  min-height: 300px;
  vertical-align: middle;
}	
.couverture_droite{
float:left;
width:150px;
margin:0  40px 0 0;
}

.enquete{
background:#a8cd9a;

}
.enquete .illustration{
float:left;
max-width:50%;
margin:0 20px 0 0;
}
.enquete H2{
margin:0 0 20px  0;
}
.enquete H4{
font-size:2rem;
}
.titre_enquete{
	margin:0;
	font-weight:bold;
}
.image-enquete{
	position: relative;
  width: 140px;
  padding-bottom: 20%;
  margin: 0 30px 0 80px;
  background: #F0F0F0;
  float:left;
}
.numero_enquete{
position: absolute;
  top: 34px;
  left: -65px;
  font-size: 2.7rem;
  color: white;
  width: 40px;
  height: 40px;
  background: #009f3c;
  border-radius: 50px;
  margin: 0;
  font-weight: bold;
  padding: 1px 0 0 12px;
}
/* =========================================================
            PAGE ARBO 
 ========================================================= */ 

 
.arborescence section>div{
	display:block;
	border:1px solid #009f3c;
padding: 15px;
  margin: 0 0 30px 0;
  font-size: 1.5rem;
  border-radius: 5px;
 }
 .arborescence .vignette{
width:200px;
margin:0 20px 0 0;
float:left;
 }
 .arbo1{
	display:block;
	font-size:2.6rem;
	font-family: 'Bree Serif', serif;	 
	margin:0 0 20px 0;
 } 
 .arbo2{
	display:block;
	font-size:1.9rem;
	color:black;
 }
 




.page-numbers{
	display:inline-block;
	border:1px solid #009f3c;
	margin:3px;
	padding:1px 5px;
}
 /* =========================================================
            PAGE ARTICLE 
 ========================================================= */  
article{
background:white;
padding: 30px 14%;
}  
.arborescence article{
padding: 30px 11%;
}  
section{
background:white;
padding: 30px 40px;
}
.transparente{
	background:transparent;
}
.aligne_gauche{
float:left;
width:70%;
padding:30px;
}
aside.colonne_droite{
float:right;
padding:0 20px 0 40px ;
width:30%;
}


H1{
	font-family: 'Bree Serif', serif;
	font-size: 4rem;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.les_auteurs, .partage{
font-size: 1.6rem;
  color: #999;
  margin: 0 0 5px 0;
}
.les_dates{
font-size: 1.6rem;
  color: #999;
  margin: 0;
}
 .partage{
text-align: right;
 }
.partage IMG{
	vertical-align: middle;
	margin: 0 5px;
}

H3{
	font-family: 'Bree Serif', serif;
	color:#009f3c;
	font-size: 2.7rem;
	margin: 25px 0 20px 0;
	line-height: 1.3;
}

.chapo{
font-weight:bold;
}
A{
color:#009f3c;
text-decoration:none;
}
table{
font-size: 1.7rem;
margin:15px 0;
}
table tr:nth-child(even){
	background:#f9f9f9;
}
table td {
	border-top:1px solid #ddd;
	padding:6px;
	vertical-align: middle;
}

.liste_cat{
	border:0 none !important;
	border-top:1px solid #ddd !important;
	padding:15px 0 !important;
}

.notes{
	font-size:1.6rem !important;
	color:#A0A0A0;
	border:0 none !important;
}
.spip_note_ref{
	position:relative;
		font-size:1.4rem;
		top:-10px;
}
.spip_documents_left {
	margin:0 30px 0 0;
}
.nav-sommaire{
	padding:0 30px 30px 30px;
	border:1px solid #009f3c;
}
.nav-sommaire li{
list-style:none;
}
.nav-sommaire li ul li{
list-style:circle;
}
.nav-sommaire a{
display:block;
margin:5px 0 5px 5px;
}
figure{
text-align: center;
margin:40px 0;
}
figcaption{
font-size:1.6rem;
color:#A0A0A0;
font-weight: normal;
}
figcaption A{
font-size:1.6rem;
color:#A0A0A0;
font-weight: normal;
text-decoration:underline;
}
figcaption p{
margin:0 0 5px 0;
}
dd, dt{
max-width:100% !important;
margin:0;
}
.iframe_video{
width:100%;padding-bottom:56%;overflow:hidden;position:relative;z-index:5;
}
.iframe_video iframe{
	width:100% !important;height:100% !important;position:absolute;left:0;
}

.bloc_rdv,.bloc_rdv h3{
	color:black;
	font-size:3rem;
	margin: 0 0 15px 0;
}

.case-date{
position:relative;
background:#009f3c;
text-align:center;
color:white;
font-size:2rem;
font-weight:bold;
padding:20px;
width:210px;
float:left;
height:140px;
margin:0;
}
.case-date.fin{
margin:0 30px 0 0;
}
.case-date.fin:after{
	content:">";
	font-size:5rem;
	color:white;
position:absolute;
top: 30px;
  left: -14px;
}	
.date_jour{
font-size:4rem;
margin:0;
line-height:1;
}
.case-texte{
overflow:hidden;
}

.cs_blocs{
	padding:0 20px 10px 20px;
	border:1px solid #009f3c;
}
.featured-media{
margin: 10px 0 40px 0;
}
.featured-media-inner img{
max-height: 550px;
  width: auto;
}


 /* =========================================================
            FORMULAIRE, BOUTON, etc...
 ========================================================= */  
.bouton, .bouton_blanc, .wp-block-button__link{
	display:inline-block;
	background:#009f3c;
	color:white;
padding: 5px 15px;
  font-weight: bold;
  margin: 5px 10px;	
}
.bouton, .bouton_blanc{
	background:white;
	color:#009f3c;
}

.input_vert{
	height: 30px;
	padding:0 15px;
  font-size: 1.8rem;
  width: 100px;
  background: #009f3c;
  border: 0 none;
  border-radius: 5px;
  color: white;
}


/* max-width pour  résolutions en dessous de 900px*/
@media screen and (max-width: 900px) {
	main {
	padding: 4px 0;
	}
	#site-header {
	  height: 110px;
	}
	.second-menu, .primary-menu{
	display:none;
	}	
	#bouton_menu{	
	display:block;
	}
	.site-logo {
	  width: 200px;
	  padding: 0 0 11px 50px;
	}	
	.slogan {
	  top: 43px;
	  left: 53px;
	  font-size: 1.8rem;
	  width: auto;
	  padding: 0 10px 0 0;
	}
	.bouton_don {
	  top: 10px;
	  right: 60px;
	}
	#bouton_recherche{
	  top: 10px;
	}	
	.nb_produits {
	  top: 11px;
	  right: 220px;
	}
	.colonnes21 {
	  grid-template-columns: 1fr;
	}	
	.homepage .deux_colonnes {
	  grid-template-columns: 1fr;
	}
	.quatre_colonnes, .trois_colonnes {
	  grid-template-columns: repeat(2, 1fr);
	}
	.homepage section {
	  padding: 10px 30px;
	}
	#fenetre_don {
	  top: 45px;
	  right: 10px;
	}
	article {
	padding: 20px 4%;
	}
	section {
	  padding: 10px 4%;
	}
	.aligne_gauche {
	  float: none;
	  width: 100%;
	  padding: 0;
	}
	aside.colonne_droite {
	  float: none;
	  width: 100%;
	  padding: 0 4%;
	}
	.case-texte{
	width:100%;
	}
}


@media screen and (max-width: 700px) {
	.deux_colonnes, .trois_colonnes {
	  grid-template-columns: 1fr;
	}
}
/* max-width pour  résolutions en dessous de 500px*/
@media screen and (max-width: 500px) {
	.homepage section {
	  padding: 10px 20px;
	}	
	H1 {
	  font-family: 'Bree Serif', serif;
	  font-size: 3rem;
	  margin: 0 0 20px 0;
	  line-height: 1.1;
	}
	.quatre_colonnes {
	  grid-template-columns: 1fr;
	  row-gap: 10px;
	}
	.journal .petite_couverture {
	  margin: 10px 15px;
	}
	.image-enquete {
	  width: 130px;
	  margin: 0 10px 0 0;
	}
	.numero_enquete {
	  position: absolute;
	top: -13px;
    left: -10px;
	  z-index:10;
	}
	.journal .illustration ,.enquete .illustration {
	  float: none;
	  max-width: 100%;
	  margin: 0 0 20px 0;
	}

	.deux_colonnes H4{
		margin:10px 0;
	}
	.case-date{
  padding: 10px;
  width: 140px;
	}
	.bloc_rdv .image-rectangle{
		width: 140px;
	}
}




/* latin-ext */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HScJ287Rb0bcw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HScJ281Rb0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HToIW87Rb0bcw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HToIW81Rb0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmYWRjRdE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rj.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wx2m3z');
  src:  url('../fonts/icomoon.eot?wx2m3z#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wx2m3z') format('truetype'),
    url('../fonts/icomoon.woff?wx2m3z') format('woff'),
    url('../fonts/icomoon.svg?wx2m3z#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
  content: "\e91e";
}
.icon-tiktok:before {
  content: "\e91f";
}
.icon-linkedin:before {
  content: "\e91d";
}
.icon-sepa:before {
  content: "\e91c";
}
.icon-Group-16:before {
  content: "\e916";
}
.icon-close-light:before {
  content: "\e911";
}
.icon-tshirt:before {
  content: "\e912";
}
.icon-video:before {
  content: "\e913";
}
.icon-tools:before {
  content: "\e914";
}
.icon-pdf1:before {
  content: "\e915";
}
.icon-book:before {
  content: "\e917";
}
.icon-youtube:before {
  content: "\e918";
}
.icon-whatsapp:before {
  content: "\e919";
}
.icon-instagram:before {
  content: "\e91a";
}
.icon-cart:before {
  content: "\e91b";
}
.icon-twitter:before {
  content: "\e900";
}
.icon-cb:before {
  content: "\e901";
}
.icon-cheque:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e903";
}
.icon-contact:before {
  content: "\e904";
}
.icon-don:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-fleche-bas:before {
  content: "\e907";
}
.icon-fleche-droit:before {
  content: "\e908";
}
.icon-mail:before {
  content: "\e909";
}
.icon-menu:before {
  content: "\e90a";
}
.icon-newsletter:before {
  content: "\e90b";
}
.icon-noun-filter-2802517:before {
  content: "\e90c";
}
.icon-pdf:before {
  content: "\e90d";
}
.icon-print:before {
  content: "\e90e";
}
.icon-rss:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e910";
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img{
max-width:100%;
height:auto;
}
HTML{
height: 100%;
width: 100%;
font-size: 62.5%; /* 1rem = 10px */
scroll-behavior: smooth;
margin: 0;
padding: 0;	

}

BODY{
position:relative;
width: 100%;
padding: 0;	
 margin: 0;
font-size: 1em;	
background:#fdfdfd;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
line-height:150%;
}

:root .grid > * > * {
	font-size:1rem;
	}

p:first-child{
margin-top:0;
}
td{line-height:1.2;
}
.print{
display:none;
}	
.noprint{
display:block;
}	
div.nettoyeur{
clear:both;
padding:0 !important;
}

HEADER{
position:relative;
width:100%;
padding:0;
text-align: center;
background:white;
}

.centrer,.centrer_c{
position:relative;
width:100%;
max-width:1500px;
margin:0 auto 0 auto;
}
.centrer_c{
text-align:center;
}

main{
padding:40px 70px;
position:relative;
width:100%;
max-width:1500px;
margin:0 auto 0 auto;
}
.zone,#zone{
position:relative;
float:left;
width:70%;
margin:0 5% 0 0;
}
.colonne,#container_colonne{
float:left;
width:25%;
}

/* ============================================================
                          MENU
===============================================================*/
#bandeau_principal{
animation: 1s ease-in 1s infinite;
top: 0;
}
#bt_newsletter, #bt_suivre, #bt_contact, #bt_don,#bt_don2, #bt_recherche,#bt_newsletter2, #bt_suivre2, #bt_contact2, #bt_communaute, #bt_communaute2{
display:block;
position:absolute;
top:43px;
left:60px;
width:70px;
font-size:1.2rem;
text-decoration:none;
color:black;
line-height: 1.8;
text-align:center;
border:0 none;
}
#bt_newsletter span, #bt_suivre span, #bt_contact span,#bt_newsletter2 span, #bt_suivre2 span, #bt_contact2 span,#bt_contact span,#bt_contact2 span, #bt_communaute2 span{
font-size:2.6rem;
}

#bt_suivre,#bt_suivre2{
left:145px;
}
#bt_contact,#bt_contact2{
left:230px;
}
#bt_communaute,#bt_communaute2{
left:310px;
top:42px;
}
#logo{
display:inline-block;
margin:32px 0 16px 0;
border:0 none;
}
#alogo{
border:0 none;
}
#bt_don,#bt_don2{
left:auto;
right:80px;
top: 30px;
background-color: #FCD126;
border-radius: 6px;
font-size:1.6rem;
text-decoration:none;
text-transform:uppercase;
text-align:left;
width:190px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
padding:4px 0 10px 13px;
}
#bt_don span.icon-don,#bt_don2 span.icon-don{
font-size:3rem;
top: 7px;
position: relative;
margin:0 12px 0 0;
}
#bt_recherche{
right: 4px;
left: auto;
font-size: 2.8rem;
margin: 7px 0 0 0;
top: 28px;
}	

.menu1{
border-top:1px solid #e9e9e9;
padding:0 0 0 0;
text-align:center;
}
.menu1 LI{
display:inline-block;
padding:5px 8px;
}
.menu1 LI A{
font-size: 1.5rem;
color: #000000;
text-align: center;
vertical-align: top;
line-height: 29px;
letter-spacing: 0.6176471px;
text-decoration:none;
border-bottom: 0 none;
}
.menu2{
border-top:1px solid #e9e9e9;
border-bottom:1px solid #e2e2e2;
padding:0 0 0 0;
text-align:center;
overflow-x: auto;
overflow-y: hidden;
}
.menu2 div{
width: 1350px;
margin: 0 auto;
}
.menu2 LI{
display:inline-block;
padding:0;
position:relative;
}
.menu2 LI A{
padding:6px 15px;
font-size: 1.5rem;
color: #000000;
text-align: center;
vertical-align: top;
line-height: 29px;
letter-spacing: 0.6176471px;
text-decoration:none;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
position:relative;
display: inline-block;
border-bottom: 0 none;
}
.cadre_menu{
display:none;
top:32px;
left:-20px;
position:absolute;
z-index:15;
padding:20px 45px 20px 25px;
background: #FFFFFF;
box-shadow: 2px 10px 13px 0 #BFBFBFB2;
text-align:left;
}
.cadre_menu LI{
display:block;
}
.cadre_menu LI A{
font-size: 1.6rem;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
color: #000000;
line-height: 31px;
letter-spacing: 0.3px;
display:block;
padding:0;
margin:0;
text-align:left;
border-bottom: 0 none;
}
.cadre_menu .icon-fleche-droit{
font-size:1rem;
color:#4577b7;
}
.titre_cadre_menu{
display:none;
}
#bt_menu{
display:none;
position:absolute;
top:23px;
left:15px;
font-size:2.6rem;
text-decoration:none;
color:black;
border:0 none;
}
#filariane{
margin:0 0 10px 0;
}

A.arianne{
font-size:1.5rem;
color:black;
text-decoration:underline;
}
#cadre_recherche{
display:none;
box-shadow: 2px 10px 13px 0 #BFBFBFB2;
padding:30px;
}

.cadre_recherche #recherche{
width:calc( 100% - 140px );
padding-left:60px;
background:url(/squelettes/images/loupe.png) no-repeat 20px center #f6f6f1;
margin:0;
}
.cadre_recherche  INPUT[type=submit]{
  position: relative;
  top: -4px;
}

#rezosociaux{
position:absolute;
top:99px;
left:127px;
box-shadow: 2px 10px 13px 0 #BFBFBFB2;
padding:10px 20px;
background:white;
text-align:center;
z-index:10;
display:none;
}
#rezosociaux A{
display:block;
font-size:4rem;
margin: 20px 5px;
border-bottom: 0 none;
}

.bandeau_sticky{
position:fixed;
max-width:none;
background:white;
z-index: 400;
text-align: left;
box-shadow: 2px 10px 13px 0 #BFBFBFB2;
}
.bandeau_sticky #logo {
margin: 12px 0 8px 60px;
  width: 130px;
}
.bandeau_sticky #bt_newsletter, .bandeau_sticky #bt_suivre, .bandeau_sticky #bt_contact, .bandeau_sticky #bt_communaute{
  display: none;
}
.bandeau_sticky #bt_recherche {
  right: 0;
  font-size: 2.3rem;
  top: 4px;
}
.bandeau_sticky #bt_don {
  left: auto;
  right: 98px;
  font-size: 1.2rem;
  width: 110px;
padding: 5px 5px 3px;
  text-align: center;
  top: 15px;
}
.bandeau_sticky #bt_don span.icon-don {
  display: none;
}
.bandeau_sticky #bt_menu {
  display: block;
  position: absolute;
  top: 16px;
}
.bandeau_sticky #affiche_panier {
  top: 7px;
  right: 204px;
}
/* ============================================================
              MENU SMARTPHONE
===============================================================*/
#menu_smartphone{
width:100%;height:100%;background:white;position:fixed;top:0;left:0;z-index: 500;;overflow:auto;
display:none;
}
#menu_smartphone .icone {
font-size: 4rem;
color: black;
margin: 5px 10px;
border:0 none;
}
#menu_smartphone .grille{
display:grid;
grid-template-columns: repeat(3, 1fr);
column-gap:60px;
row-gap:60px;
padding:60px 40px;
}
.menu_smartphone_3{
position:relative;
}
.menu_smartphone_1 LI.premierniveau{
border-bottom:1px solid #e8e8e8;
}
.menu_smartphone_1 LI,.menu_smartphone_2 LI{
display:block;
padding:0;
}
.menu_smartphone_1 A{
display:block;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 1.7rem;
color: #000000;
line-height: 45px;
letter-spacing: 0.31875px;
border:0 none;
text-decoration:none;
padding: 0;
text-align:left;
}
.menu_smartphone_1 A span{
color:#4577b7;
font-size: 1.1rem;
}
.smart_cadre_menu{
border-left:1px solid #4577b7;
padding:10px 0 10px 20px;
margin:0 0 20px 25px;
display:none;
}
.smart_cadre_menu A{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
font-size: 1.6rem;
border: 0 none;
padding: 0;
}
#bt_fermer{
display:block;
position:absolute;
top: 19px;
left: 15px;
font-size:2.5rem;
text-decoration:none;
color:#4577b7;
border:0 none;
}
.menu_smartphone_2{
padding:20px 0 0 0;
}
.menu_smartphone_2 A{
display:block;
font-size: 16px;
color: #3168af;
line-height: 45px;
letter-spacing: 0.6588235px;
text-decoration:none;
margin:5px 0;
text-align:left;
border: 0 none;
}
.rezo{
text-align:center;
border:none;
}
#bt_newsletter2,#bt_suivre2 ,#bt_contact2,#bt_communaute2 {
position:relative;
top:0;
left:0;
margin: 30px 10px;
display:inline-block;
}

#bt_don2 {
  top: 0;
  position: relative;right:0;
  margin:0 auto;
  width:100%;
  text-align:center;
  
}
#recherche_smartphone input{
background-color: #F6F6F1;
border: 1px solid #D8D8D8;
border-radius: 3px;
width:100%;
height:42px;
margin:17px 0 60px 0;
padding-left:10px;
}
#recherche_smartphone  span{
position:absolute;
right: 19px;
top: 142px;
font-size: 2rem;
}

/* ============================================================
              PIEDS DE PAGE
===============================================================*/
footer{
background:#f6f6f1;
margin:60px 0 0 0;
padding:60px 20px;
border-top:8px solid #fcd126;
}

footer .element1{
padding:0 40px 0 0;
text-align: center;
}
footer .centrer{
max-width:1100px;
font-size:1.5rem;
}
footer A{
display:block;
font-size: 1.4rem;
margin:4px 0;
text-decoration:none;
color:black;
border: 0 none;
}
.blocplus{
min-height: 350px;
padding: 0 0 20px 0;
}
.bloctheme{
min-height: 190px;
}
.bloctype{
min-height: 158px;
}
.icone, .iconeg{
font-size:3rem;
color:#3168af;
margin:7px 4px;
text-decoration:none;
display:inline-block;
}
.iconeg{
color:black;
font-size:5rem;
text-decoration:none;
border:0 none;
}
.lien_popu{
font-size: 1.4rem;
margin:0 0 30px 0;
}
.lien_popu:after{
position:absolute;
display:block;
background:url(/squelettes/images/pointille_h.png) ;
left:0;
bottom:-14px;
height:1px;
width:100%;
content:"";
}


/* ============================================================
                          MISE EN PAGE HOME PAGE
===============================================================*/
main.home{
margin:0 auto;
}
.lienbloc{
color:black;
text-decoration:none;
display:block;
position:relative;
border:0 none;
}
.article_home_1{
float:left;
width:40%;
margin:0 6% 0 0;
padding:0;
position:relative;
}
.article_home_1::after{
position:absolute;
display:block;
background:url(/squelettes/images/pointille_v.png) ;
top:0;
right:-8%;
width:1px;
height:108%;
content:"";
}
.article_home_1 H1{
font-size:3.2rem;
line-height: 39px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:20px 0 40px 0;
}
.article_home_1 .introduction{
font-size:1.7rem;
margin:10px 0 0 0;
font-family: 'Roboto Slab', sans-serif;
}

.bloc_home_2{
float:left;
width:26%;
margin:12px 6% 0 0;
position:relative;
}
.bloc_home_2::after{
position:absolute;
display:block;
background:url(/squelettes/images/pointille_v.png) ;
top:0;
right:-11%;
width:1px;
height:100%;
content:"";
}

.article_home_2:first-child{
margin-bottom:60px;
position:relative;
}
.bloc_home_2 .article_home_2:first-child:after{
position:absolute;
display:block;
background:url(/squelettes/images/pointille_h.png) ;
left:0;
bottom:-22px;
height:1px;
width:100%;
content:"";
}
.grille4 .article_home_2{
margin:0;
}
.grille4 .article_home_2:after{
display:none;
margin:0;
}
.article_home_2 H1{
font-size:1.9rem;
line-height: 25px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:10px 0 10px 0;
}
.article_home_2 .introduction{
font-size:1.6rem;
margin:10px 0 0 0;
font-family: 'Roboto Slab', sans-serif;
}

.bloc_home_3{
float:left;
width:22%;
margin:0;
}
.h2_home,.h2_home_grand{
font-size:3rem;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:40px 0 50px 0;
text-align:center;
position:relative;
line-height: 130%;
}
.h2_home_grand{
font-size:3.9rem;
margin: 40px 0 60px 0;
}
#notreactu{
margin:0px 0 50px 0;
}

.h2_bloc{
font-size:2.9rem;
line-height: 110%;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:10px 0 25px 0;
text-align:center;
position:relative;
}
H1.petit_titre{
font-size:1.6rem;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:5px 0 0 0;
text-align:left;
position:relative;
line-height: 21px;
}
H1.titre_21_c,H1.titre_19_c{
font-size:2.1rem;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:12px 0 0 0;
text-align:center;
position:relative;
line-height: 26px;
}
H1.titre_19_c{
font-size:1.9rem;
line-height: 25px;
margin:12px 0 20px 0;
}
.grille3{
display:grid;
grid-template-columns: repeat(3, 1fr);
column-gap:90px;
row-gap:60px;
}
.grille3_etroite{
column-gap:40px;
row-gap:30px;
}
.grille3_etroite .article_home_2:first-child{
margin-bottom: 10px;
}
div.blocgille3{
position:relative;
}
div.blocgille3:after{
position:absolute;
display:block;
background:url(/squelettes/images/pointille_v.png) ;
right:-45px;
top:0;
height:100%;
width:1px;
content:"";
}
div.blocgille3.bloc3:after, div.blocgille3.bloc6:after, div.blocgille3.bloc9:after{
display:none;
}

.grille4{
display:grid;
grid-template-columns: repeat(4, 1fr);
column-gap:40px;
row-gap:60px;
position:relative;
}
.preillustration{
height: 14.5vw;
max-height: 222px;
}
#actuobs H1{
min-height:80px;
}

.lien-pointille{
margin:35px 0 0 0;
}
.lien-pointille:after{
position:absolute;
display:block;
background:url(/squelettes/images/pointille_h.png) ;
left:0;
top:-22px;
height:1px;
width:100%;
content:"";
}

.colonne4{
column-count: 4;
}
.colonne4 A{
margin:0 20px 50px 20px;
position:relative;
break-inside: avoid;
border: 0 none;
}
.colonne4 H1{
font-size:1.9rem;
margin: 5PX 0 1px 0;
}
.colonne4 A:after{
position:absolute;
display:block;
background:url(/squelettes/images/pointille_h.png) ;
left:0;
bottom:-22px;
height:1px;
width:100%;
content:"";
}
.colonne4 .introduction{
font-size:1.5rem;
margin:15px 0 0 0;
font-family: 'Roboto Slab', sans-serif;
}
.introduction P{
line-height:25px;
}

.pub{
background:#fcd126;
grid-column: 2 / span 2;
margin-top:50px;
font-size:1.8rem;
line-height:150%;
position:relative;
}
.pub div{
padding:0 40px;
}
.pub .surtitre{
position:absolute;
top:12%;
left:30px;
padding:0;
width:100%;
}
.pub .surtitre p{
background:black;
color:white;
text-transform:uppercase;
padding:10px;
margin:5px;
font-size:2.3rem;
display: inline-block;
}
.date{
font-size: 1.2rem;
color: #414040F7;
padding:0 0 0 10px;
}

.actualites_obs{
padding: 0 0 30px 0;
background:#202020;
}
.actualites_obs .h2_home_grand{
color:white;
margin: 20px 0 80px 0;
}
.actualites_obs  .etiquette, .actualites_obs  H1  {
color:white;
}
.actualites_obs  .bouton_lisere{
color:white;
border:1px solid white;
}
/* ============================================================
                          MISE EN PAGE DES RUBRIQUES / MOTS
===============================================================*/
section.principale{
float:left;
overflow:visible;
width: calc(100% - 120px);
padding:0 90px 0 0;
position:relative;
}
section.principale_on{
padding:180px 90px 0 0;
}
section.principale.pleinelargeur{
float:none;
overflow:visible;
width: 100%;
padding:0 70px;
}
.grillemot{
margin:0 0 30px 0;
}
.grillemot .titre_point {
  float: left;
  width: 65%;
  }
.grillemot .titre_point:first-child{
width:31%;
float:left;
margin:0 4% 0 0;
}
.grillemot .titre_point.smartphone {
display:none;
  }
.grillemot .lienbloc{
float:left;
width:19%;
margin:0 0 0 4%;
}
.grillemot .lienbloc:first-of-type{
float:left;
width:31%;
margin:0;
}
.titre_point{
background:url(/squelettes/images/pointille_h.png) repeat-x center center;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:0 0 25px 0;
font-size: 1.7rem;
line-height: 25px;
text-transform:uppercase;
text-decoration:none !important;
}
.titre_point span{
display:inline:block;
background:white;
padding:0 14px 0 10px;
}
.filtre{
float:left;
width:25%;
margin:0 4% 0 0;
background:url(/squelettes/images/pointille_v.png) repeat-y 100% center;
}
.filtre strong{
display:block;
font-size: 1.8rem;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:30px 0 10px 0;
}
.filtre label{
display:inline-block;
font-size: 1.4rem;
color: #212529;
line-height: 23px;
text-transform: uppercase;
letter-spacing: 0.4375px;
margin:11px 0;
}
.filtre ul{
margin:0 0 40px 22px;
padding:0;
}
.filtre input{
margin:0 12px 0 0;
}
.filtre li A{
display:inline-block;
font-size: 1.4rem;
color: #212529;
line-height: 23px;
text-transform: uppercase;
letter-spacing: 0.4375px;
margin:6px 0;
text-decoration:none;
border: 0 none;
}

.liste_articles{
float:left;
width:70%;
}
.lien_article{
font-size:2.1rem;
line-height: 1.2;
margin:0;
padding:20px 0;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
background:url(/squelettes/images/pointille_h.png) repeat-x center 100% ;
clear:both;
}
.lien_article_sans{
margin:0 0 30px 0;
background:transparent;
}
.lien_rayon{
font-size:1.9rem;
line-height: 130%;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
color:black;
background:#f5f5f5;
}
.lien_produit{
font-size:2.4rem;
line-height: 33px;
margin:0;
padding:30px 0;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
clear:both;
}
.lien_produit p{
margin:15px 0;
}

.lien_article .illustration,.lien_produit .illustration{
float:left;
width:29%;
margin:0 4% 0 8px;
font-size: 1rem;
}
.illustration_outils{
float:none;
display:inline-block;
width:150px;
margin:0 4% 0 8px;
}
.lien_article:after{
clear:both;
}
.lien_article p{
margin:3px 0;
}
.lien_article .introduction,.lien_article .introduction p,.lien_produit .introduction p{
font-family: 'Roboto Slab', sans-serif;
font-size: 1.5rem;
line-height: 21px;
margin:0;
font-weight: normal;
}

.troisboutons{
position:relative;
width:100%;
margin:10px 0 0 0;
}

.troisboutons A{
display:inline-block;
border:1px dashed black;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size:2rem;
color:black;
height:80px;
width:33%;
text-align:center;
padding:19px;
vertical-align: middle;
border: 0 none;
}
.troisboutons A.actif{
border:1px solid #3168af;
color:#3168af;
}
.troisboutons A span{
margin:0 20px 0 0;
font-size:4rem;
vertical-align: middle;
}
.deuxcolonnes, .deuxcolonnesbis{
column-count:2;
column-gap:70px;
}
.deuxcolonnes H2{
color:#3168af;
font-size:2.2rem;
margin:65px 0 30px 0;
}
.deuxcolonnes div{
break-inside:avoid;
overflow: hidden;
}
.deuxcolonnes ul{
margin:0;
padding: 9px;
}
.deuxcolonnes li{
margin:0;
padding:15px;
background:url(/squelettes/images/pointille_h.png) repeat-x bottom center;
color:black;
}
.deuxcolonnes A{
display:block;
margin:0;
padding:0;
color:black;
text-decoration:none;
font-size:1.7rem;
line-height:130%;
border: 0 none;
}

.alphabet{
background:white;
padding:20px 0;
margin: 40px 20px 60px 0;
z-index:10;
text-align:center;
}

.sticky{
position:fixed;
bottom:0;
box-shadow: 2px 1px 13px 0 #BFBFBFB2;
margin: 0 50px 5px 0;
}
.alphabet A{
display:inline-block;
color:#bfd0e6;
font-size:2.4rem;
border: 0 none;
border-right:1px solid #ededed;
padding:5px 9px;
margin:5px 0;
}
.alphabet A:first-child{
border:0 none;
}
.alphabet A.active{
font-size:2.4rem;
color: #3168AF;
border-right:1px solid #c8c7c7;
}
.listealpha h2{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
color:#3168af;
font-size:4rem;
border-bottom:3px solid #3168af;
padding:0 0 20px 0;
margin:60px 0 20px 0;
}
.listealpha h3{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
color:#3168af;
font-size:1.9rem;
color:black;
margin:10px 0;
line-height:130%;
}
.listealpha div{
break-inside:avoid;
}
.deuxcolonnesbis{
font-family: 'Roboto Slab', sans-serif;
font-size:1.5rem;
line-height:130%;
}
.deuxcolonnesbis div{
font-family: 'Roboto Slab', sans-serif;
font-size:1.5rem;
line-height:150%;
padding:20px 0;
background:url(/squelettes/images/pointille_h.png) repeat-x center 100% ;
}
/* ============================================================
                          ESAPCE PEDA
*/
.espacepeda{
width:100%;
}
.espacepeda .lien_article{
border:6px solid #f9b924;
break-inside:avoid;
padding:0;
font-size:2rem;
font-family: 'Roboto Slab', sans-serif;
text-align:center;
margin:0 0 30px 0;
box-shadow: 2px 10px 13px 0 #BFBFBFB2;
min-width:25%;
}
===============================================================*/
.espacepeda{
position:relative;
width:100%;
}
.cellule {
  display: block;
  list-style: none;
  width: 21%;
  float: left;
  margin:0 4% 20px 0;
}
.espacepeda .lien_article{
display:block;
margin:0;
border:6px solid #f9b924;
break-inside:avoid;
padding:0;
font-size:2rem;
font-family: 'Roboto Slab', sans-serif;
text-align:center;
box-shadow: 2px 10px 13px 0 #BFBFBFB2;
clear:none;
min-height:430px;
}

.espacepeda .lienpeda1{
border:6px solid #f9b924;
}
.espacepeda .lienpeda2{
border:6px solid #3871ba;
}
.espacepeda .lienpeda3{
border:6px solid #01a75e;
}
.espacepeda .lienpeda4{
border:6px solid #e10713;
}
.espacepeda .lien_article div{
padding: 12px 10px;
}
.espacepeda .lien_article div.illustration_peda{
padding:0;
}
.espacepeda .lien_article p{
padding:0;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size:2.3rem;
  margin: 0 0 15px 0;
}
.espacepeda .lien_article .introduction_peda{
padding:0;
font-size: 1.6rem;
line-height: 140%;
font-weight:normal;
}

.encart_peda{
background:#fcd126;
padding:3%;
margin:30px 0;
font-size:1.7rem;
line-height:130%;
}
.encart_peda .vignette{
border-radius:150px;
overflow:hidden;
float:left;
margin:20px 40px 0 0;
}
/* ============================================================
                          MISE EN PAGE DES ARTICLES
===============================================================*/
.icon-bluesky{
background: url(/images/bluesky.png) no-repeat center center !important;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #3168af;
  border-radius: 50px;
}
.icon-blueskypied{
background: url(/images/bluesky.png) no-repeat center center !important;
background-size: 64% !important;
  width: 31px;
  height: 31px;
  position: relative;
  top: 2px;
  }
  
.icon-blueskynb{
background: url(/images/blueskynb.png) no-repeat center center !important;
background-size: 64% !important;
  width: 31px;
  height: 31px;
  position: relative;
  top: 2px;
   display: inline-block;
  border: 1px solid black;
  border-radius: 50px; 
  }
.bluesky .icon-blueskynb{
  width: 49px;
  height: 49px;
  }
article{
position:relative;
}
aside, aside.encart_souslogo{
position: absolute;
bottom: 360px;
width: 27%;
}
aside.encart_souslogo{
position: relative;
bottom: auto;
width: 83%;
margin: 300px 0 0 0;
}

aside .article_home_2{
background:url(/squelettes/images/pointille_h.png) repeat-x center 100% ;
padding: 15px 0 6px 0;
}
b{
font-weight:600;
}
q{
display:block;
background:#f3ff77;
margin:30px 0;
padding:30px;
}
.spip_poesie{
position:relative;
margin:0;
}
.spip_poesie div{
display:block;
position:absolute;
top:-50px;
left: -430px;
width: 370px;
border-top:10px solid #f3ff77;
border-bottom:10px solid #f3ff77;
padding:30px;
}
table.spip{
margin:30px 0 30px 0;
background:#f3ff77;
width:100%;
font-family: 'Be Vietnam Pro', sans-serif;
}
table.spip th{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
padding:30px 30px 10px 30px;
font-size:2rem;
border:0 none;
}

table.spip td{
padding:10px 30px 30px 30px;
border:0 none;
font-size:1.6rem;
line-height:1.6;
}

H1{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:0 0 30px 0;
font-size: 4.7rem;
line-height: 130%;
overflow: hidden;
}
H1.h1_centrer{
margin: 40px 0 50px 0;
text-align: center;
}
H2.spip{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:60px 0 35px 0;
font-size: 2.4rem;
line-height: 150%;
text-decoration: underline solid #fcd126 10px;
}
h3{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:25px 0 15px 0;
font-size: 2.1rem;
line-height: 150%;
}
h4{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:0 0 15px 0;
font-size: 2.1rem;
line-height: 150%;
}
H5{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 1.6rem;
color: #000000;
margin:0 0 15px 0;
text-transform: uppercase;
letter-spacing: 0.3555556px;
}
.etiquette{
position:relative;
font-size: 1.2rem;
line-height: 21px;
text-transform: uppercase;
letter-spacing: 1.0285714px;
font-family: 'Be Vietnam Pro', sans-serif;
display: inline-block;
}
article .etiquette{
font-size: 1.6rem;
margin: 15px 0 15px 0;
display: block;
}

.etiquette::after{
position: absolute;
display: block;
background: #fcd126;
width: 55px;
height: 4px;
content: "";
bottom: -4px;
left: 0;
}

.illustration{
margin: 0 0 22px 3%;
position:relative;
}
.illustration2{
margin: 0;
position:relative;
}


.illustration::before{
position: absolute;
display: block;
background: #fcd126;
width: 100%;
height: 90%;
content: "";
bottom: -0.95rem;
left: -1.05rem;
z-index: 4;
}
.illustration img{
z-index: 5;
position: relative;
display:block;
}

.illustration_video:after{
content:"";
width:100px;
height:60px;
position:absolute;
display:block;
left: calc(50% - 50px);
top: calc(50% - 30px);
background:url(/squelettes/images/lecteuryt.png) no-repeat center, center;
background-size:contain;
z-index: 5;
}


.gauche{
float:left;
width:150px;
margin:0 4% 0 0;
}
.gauche_large{
float:left;
width:30%;
margin:0 6% 0 0;
}
.gauche_treslarge{
float:left;
width:50%;
margin:0 6% 0 0;
}
.rub_2 .illustration::before{
background: #F3FF76;
}
.rub_2 .etiquette::after,.etiquette.rub_2::after{
background: #F3FF76;
}

.type_11 .illustration::before{
background: #c1ff5d;
}
.type_11.etiquette::after{
background: #c1ff5d;
}

.type_12 .illustration::before{
background: #78fffb;
}
.type_12.etiquette::after{
background: #78fffb;
}

.type_10 .illustration::before{
background: #ff9e72;
}
.type_10.etiquette::after{
background: #ff9e72;
}

.type_46 .illustration::before{
background: #cfbbfe;
}
.type_46.etiquette::after{
background: #cfbbfe;
}

.type_8 .illustration::before,.type_produit .illustration::before,.type_5 .illustration::before{
background: #fcd126;
}
.type_8.etiquette::after, .type_produit.etiquette::after, .type_5.etiquette::after{
background: #fcd126;
}

.type_14 .illustration::before{
background: #abccff;
}
.type_14.etiquette::after{
background: #abccff;
}

.type_83 .illustration::before{
background: #fea6ff;
}
.type_83.etiquette::after{
background: #fea6ff;
}

.type_9 .illustration::before{
background: #5bfab6;
}
.type_9.etiquette::after{
background: #5bfab6;
}

.type_47 .illustration::before{
background: #ff8c8c;
}
.type_47.etiquette::after{
background: #ff8c8c;
}

.article_2 H2{
text-decoration: underline solid #f3ff76 10px;
}
.article_11 H2{
text-decoration: underline solid #c1ff5d 10px;
}
.article_12 H2{
text-decoration: underline solid #78fffb 10px;
}
.article_10 H2{
text-decoration: underline solid #ff9e72 10px;
}
.article_46 H2{
text-decoration: underline solid #cfbbfe 10px;
}
.article_8 H2,.article_5 H2{
text-decoration: underline solid #fcd126 10px;
}
.article_14 H2{
text-decoration: underline solid #abccff 10px;
}
.article_83 H2{
text-decoration: underline solid #fea6ff 10px;
}
.article_9 H2{
text-decoration: underline solid #5bfab6 10px;
}
.article_47 H2{
text-decoration: underline solid #ff8c8c 10px;
}

.article_2 .spip_poesie div{
border-top: 10px solid #f3ff77;
border-bottom: 10px solid #f3ff77;
}
.article_11 .spip_poesie div{
border-top: 10px solid #c1ff5d;
border-bottom: 10px solid #c1ff5d;
}
.article_12 .spip_poesie div{
border-top: 10px solid #78fffb;
border-bottom: 10px solid #78fffb;
}
.article_10 .spip_poesie div{
border-top: 10px solid #ff9e72;
border-bottom: 10px solid #ff9e72;
}
.article_46 .spip_poesie div{
border-top: 10px solid #cfbbfe;
border-bottom: 10px solid #cfbbfe;
}
.article_8 .spip_poesie div,.article_5 .spip_poesie div{
border-top: 10px solid #fcd126;
border-bottom: 10px solid #fcd126;
}
.article_14 .spip_poesie div{
border-top: 10px solid #abccff;
border-bottom: 10px solid #abccff;
}
.article_83 .spip_poesie div{
border-top: 10px solid #fea6ff;
border-bottom: 10px solid #fea6ff;
}
.article_9 .spip_poesie div{
border-top: 10px solid #5bfab6;
border-bottom: 10px solid #5bfab6;
}
.article_47 .spip_poesie div{
border-top: 10px solid #ff8c8c;
border-bottom: 10px solid #ff8c8c;
}




.article_2 table.spip{
background:#f3ff76;
}
.article_11 table.spip{
background:#c1ff5d;
}
.article_12 table.spip{
background:#78fffb;
}
.article_10 table.spip{
background:#ff9e72;
}
.article_46 table.spip{
background:#cfbbfe;
}
.article_8 table.spip, .article_4 table.spip{
background:#fcd126;
}
.article_14 table.spip{
background:#abccff;
}
.article_83 table.spip{
background:#fea6ff;
}
.article_9 table.spip{
background:#5bfab6;
}
.article_47 table.spip{
background:#ff8c8c;
}

.blocrezo{
position:relative;
float:left;
width:120px;
padding:0 60px 0 20px;
}
.blocrezo_smartphone{
display:none;
position:relative;
margin:0 0 10px 0;
}
.blocrezo A, .blocrezo_smartphone A{
display:inline-block;
margin:0 0 15px 0;
font-size:3rem;
color:black;
border: 0 none;
}
.blocrezo_smartphone A{
margin:0 10px 0 0;
border: 0 none;
}
A, A.spip_out{
color: black;
text-decoration: none;
cursor:pointer;
border-bottom: 2px solid black;
}
.nonsouligne A,A.nonsouligne{
border-bottom: 0 none
}
.copierlien{
transition: all 1s ease-out;
}
.copierlien_actif:after{
content:"Lien copié !";
position:absolute;
padding:3px;
font-size:1rem;
background:#C0C0C0;
}

.chapo{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 2.1rem;
color: #000000;
line-height: 31px;
margin: 0 0 40px 0;
}
span.datearticle{
font-family: 'Roboto Slab', sans-serif;
font-size: 1.9rem;
line-height: 29px;
font-weight: normal;
padding: 0 14px 0 0;
text-decoration:none;
}
.texte{
 font-family: 'Roboto Slab', sans-serif;
font-size: 1.8rem;
color: #000000;
line-height: 150%;
}
.texte:after{
content:"";clear:both;
}
.logo_article{
width:360px;
float:left;
margin:0 40px 0 0;
}
.centrale{
margin:0 0 0 400px;
}

.memetheme{
padding: 4px 0 0 0;
background: url(/squelettes/images/pointille_h.png) repeat-x center top;
margin: 20px 0 0 0;
}

.cs_blocs{
margin:50px 0;
}
.blocs_titre{
font-family: Be Vietnam Pro;
font-size: 2.6rem;
color: #000000;
vertical-align: top;
font-weight: 600;
color:black;
margin:50px 0;
padding:0;
position:relative;
background: url(/squelettes/images/flechebas.png) no-repeat right center;
}
.blocs_titre A{
color: #000000;
border:0 none;
}
.blocs_titre:hover{
background: url(/squelettes/images/flechebas.png) no-repeat right center;
}
.blocs_replie{
background: url(/squelettes/images/flechedroite.png) no-repeat right center;
}
.blocs_titre:before{
content:" ";
position:absolute;
left:0;
top:-20px;
width:100%;
height:1px;
background: url(/squelettes/images/pointille_h.png) repeat-x center top;
}
.blocs_titre:after{
content:" ";
position:absolute;
left:0;
top:50px;
width:100%;
height:1px;
background: url(/squelettes/images/pointille_h.png) repeat-x center top;
}
/* ============================================================
            BOUTIQUE /  PRODUIT
===============================================================*/
.petit_encart{
background:#FCD126;
padding:10px;
margin:40px 0;
}
.textencart{
padding:0 20px 20px 20px;
}

.encart_produit{
background:#FCD126;
padding:20px 40px 40px 40px;
margin:40px 0;
}
table.spip .encart_produit{
background:transparent;
padding:10px;
}
A.lien_col{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
display:block;
position:relative;
background:url(/squelettes/images/pointille_h.png) repeat-x center bottom;
padding:30px 0 30px 70px;
text-decoration: none;
color:black;
font-size:1.7rem;
text-transform:uppercase;
margin:0 20px 0 0;
line-height: 130%;
border:0 none;
}
A.lien_col span{
color: #3d71b4;
font-size: 4rem;
position:absolute;
left: 15px;
top: 21%;
}
A.lien_col:hover
{
text-decoration: none;
color:#4070db;
}
/*  PANIER */
#dialogpanier{
display:none;
background: #DEFFF1;
border:1px solid #5BFAB6;
border-position: inside;
border-radius: 4px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 1.7rem;
color: #016240;
vertical-align: top;
padding: 12px 0 12px 20px;
margin: 20px 0 10px;
}
.prix{
display: inline-block;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
color: #4070db;
border: 1px solid #4070db;
padding: 0px 10px;
margin: 15px 15px 0 0;
font-size: 1.5rem;
}

.grosprix{
display:inline-block;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size:2.3rem;
background:#efefee;
padding:15px 23px;
margin:10px 15px 20px 0;
}
#qte{
width:50px;
height:35px;
text-align:center;
margin:0 15px 0 0;
}
#affiche_panier{
position:absolute;
height:30px;
top: 33px;
right: 280px;
}
#affiche_panier .icon-cart{
color:black;
font-size:3.5rem;
}
.panier_nbproduit{
display:inline-block;
background: #4070db;
color:white;
height:25px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size:1.6rem;
padding:5px 9px;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
  position: relative;
  left: -25px;
  top: 5px;
}
.table_panier{
background:white;
margin:30px 0 50px 0;
}
.table_panier td{
border-top:1px solid #c6c6c6;
border-left:1px solid #c6c6c6;
margin:0;
padding:70px 10px 30px 10px;
border-spacing:0;
border-collapse : collapse;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size:1.6rem;
vertical-align:top;
text-align:center;
}
.table_panier td:first-child{
padding:30px;
text-align:left;
border-left:0 none;
}
.table_panier th{
border-left:1px solid #c6c6c6;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size:1.4rem;
text-align:center;
text-transform:uppercase;
margin:0;
padding:20px;
border-spacing : 0;
}
.table_panier th:first-child{
border-left:0 none;
}
.table_panier tr.total td{
border-top:3px solid black;
font-size:2.3rem;
}
.ligne_produit img{
width:115px;
float:left;
margin:0 40px 0 20px;
}
.ligne_produit .info{
padding:25px 0 0 0;
overflow:hidden;
font-size:1.8rem;
}
.ligne_produit .info span{
display:block;
text-transform:uppercase;
color:#4070db;
font-size:1.3rem;
}

.plusmoins{
display:inline-block;
}
.plusmoins A{
display: inline-block;
line-height: 1.5;
background:#c6c6c6;
width:25px;
height:25px;
color:black;
text-align:center;
border:0 none !important;
padding: 2px;
margin: 0;
}



.panier_cart{
font-size:2.5rem !important;
top: 13px !important;
}
.panier_lien{
border:0 none;
}
.panier_lien:hover{
text-decoration:none;
color:black;
}


.adrfact{
display:none;
}

#bloc_don{
background:#adc3f8;
padding:25px;
width:100%;
max-width:800px;
margin:30px auto;
font-size:1.7rem;
}
#bloc_don h3{
color:#3f6fdb;
margin:0 0 30px;
font-size:2rem;
}

.ficheproduit .col1{
background:url(/squelettes/images/pointille_v.png) repeat-y right top;

}
.ficheproduit .col2{
padding:0 0 0 40px;

}
table.liste_options{
width:100%;
}
table.liste_options td{
border-bottom:1px solid black;
padding: 10px 0 20px;
font-size:1.8rem;
}




/* ============================================================
             GRAPHE
===============================================================*/
.legende_graphe{
font-size:1.4rem;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
margin:20px auto 40px auto;
line-height: 120%;
}
.source{
font-weight:normal;
}
.boutongraphe_actif,.boutongraphe{
border:1px solid #444444;
padding: 8px 8px 6px 8px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 1.4rem;
color: #444444;
background:white;
text-align: center;
margin: 7px;
text-decoration: none;
display: inline-block;
position:relative;
}
.boutongraphe_actif{
color: white;
background:#444444;
}
.imagegraphique{
display:none;
}
.imagegraphique svg{
fill: white;
}


/* ============================================================
             PAGE DON
===============================================================*/
.troiscolonnes_grise,.troiscolonnes{
display:grid;
grid-template-columns: repeat(3, 1fr);
column-gap:40px;
}
.troiscolonnes_grise div{
background: #F5F5F5;
border-radius: 13px;
padding:24px 25px 30px 25px;
}
.troiscolonnes div{
font-size:1.6rem;
padding:24px 25px 50px 25px;
line-height: 24px;
}
.troiscolonnes_grise H2{
font-size: 2.5rem;
color: #3168AF;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
text-align:center;
margin:0 0 50px 0;
libe-height:130%;
}
.groschiffre{
display:block;
margin:0 auto 15px auto;
width:42px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
border:1px solid  #3168AF;
border-radius:25px;
height: 42px;
text-align: center;
padding: 12px 0;
}
div.troiscolonnes_grise label{
font-size: 1.6rem;
line-height: 130%;
margin:0;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight: 300;
display: inline;
}
div.troiscolonnes_grise label.typedon{
display:inline-block;
border:1px solid #fcd126;
background:white;
font-size: 1.7rem;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
text-align:center;
width:49%;
min-width:auto;
margin:0 0 40px 0;
height:40px;
padding: 8px;
float: left;
cursor:pointer;
}
div.troiscolonnes_grise label.typedon_actif,.populaire{
background:#fcd126;
position:relative;
z-index:5;

}
div.troiscolonnes_grise label.typedon_actif:after,.populaire:after{
content:"";
width:19px;
height:19px;
background:url(/squelettes/images/pointe.png) no-repeat ;
position:absolute;
z-index:1;
bottom:-19px;
left: calc( 50% - 10px );
}
div.troiscolonnes_grise label.moyenpaiement, label.moyenpaiement{
display:inline-block;
float:left;
border:1px solid #ced4da;
background:white;
font-size: 1.6rem;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
text-align:center;
width: 123px;
min-width: auto;
margin: 9px 7px 30px 7px;
height: 123px;
padding: 8px;
box-shadow: 2px 10px 13px 0 #BFBFBFB2;
cursor:pointer;
}
label.moyenpaiement:hover{
background:#fcd126;
}
label.moyenpaiement span{
font-size: 6rem;
margin:0 0 15px 0;
}
label.moyenpaiement_actif{
background:#fcd126;
}

.troiscolonnes_grise input[type=radio]{
display:none;
}
.troiscolonnes_grise input[type="checkbox"] {
margin: 6px 10px 17px 0;
  float: left;
}
.troiscolonnes_grise label.box{
display: inline-block;
border: 1px solid #ced4da;
font-size: 1.8rem;
background: #FFFFFF;
border-position: inside;
border-radius: 5px;
margin: 15px 1%;
width: 22.3%;
min-width: auto;
height: 50px;
text-align: center;
padding: 12px 0 0 0;
cursor:pointer;
}
.box_active, div.troiscolonnes_grise label.box_active{
border:2px solid #fcd126 !important;
}
div.message_jaune{
background: #fcd126;
padding: 15px;
margin:30px 0;
border-radius: 13px;
text-align:center;
font-size: 1.6rem;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
line-height:130%;
}
.deduc_individuel{
margin:10px 0 0 0;
}
.precision{
margin:10px 0 25px 0;
font-family: 'Roboto Slab', sans-serif;
}
.precision strong{
display:block;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size:1.6rem;
text-align:center;
margin: 0 0 15px 0;
}
.precision span{
display:block;
background:white;
padding:15px;
text-align:center;
font-size:1.6rem;
line-height:130%;
}
.box{
position:relative;
}
.populaire{
position: absolute;
  bottom: 49px;
  left: -28px;
  font-size: 1rem;
  width: 120px;
  line-height: 1.5;
}
#temoignage{
position:fixed;
bottom:0;
height:50px;
width:100%;
z-index:10;
background:#FCD126;
-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.6); 
box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.6);
padding: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  overflow:hidden;
}
#temoignage p{
position:absolute;
top:100px;
width: 100%;
margin:0;
}


.spip_documents_left {
float:left;
margin:0 20px 0 0;
}
.spip_documents_right {
float:right;
margin:0 0 0 20px;
}
.spip_documents_center{
text-align:center;
} 
.spip_doc_inner{
margin:8px 0 0 0;
}
strong{
font-weight:700;
}
/* ============================================================
            FORMULAIRES
===============================================================*/
.filter-count{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size:1.6rem;
}
.formulaire2{
display:grid;
grid-template-columns: 200px auto;
grid-gap: 20px;
}
.formulaire2 .soustitre{
grid-column: 1 / span 2;
font-size: 2.2rem;
color: #3168AF;
padding: 30px 0 0 0;
}
LABEL.obligatoire::after{
content:" *";
color:red;
font-weight:bold;
}

.reponse_formulaire_ok,.alerte_valide{
	padding:3px;
	margin:3px;
	background:#d1fcd1;
	color:#19b830;
	border:1px solid #19b830;
	border-left:4px solid #19b830;
}
.erreur,.alerte_erreur{
display:block;
margin: 3px 0 15px 0;
	padding:3px;
	background:#fdd4d4;
	font-size:1.5rem;
	color:#fa1717;
	border:1px solid #fa1717;
	border-left:4px solid #fa1717;
}
::placeholder{
font-family: 'Roboto Slab', sans-serif;
font-size: 1.5rem;
color: #6C757D;
}
FIELDSET{
	border:1px solid #F0F0F0;
	padding:50px 30px;
	position:relative;
	margin:50px 0 30px 0;
}

LEGEND{
	position: absolute;
	background: #C0C0C0;
	display: block;
	color: white;
	width: 100%;
	left: 0px;
	padding: 10px;
	font-size: 1.4rem;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}

LABEL{
font-size: 1.7rem;
line-height: 130%;
margin: 19px 10px 5px 10px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
display: inline-block;	
}
.filtre LABEL{
font-size: 1.2rem;
line-height: 130%;
margin:7px 0;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
display:block;	
}
.selectmenu SELECT{
	background: transparent;
	color:white;
	width: 100%;
font-size: 2rem;	
	padding:10px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	margin:0;
}

INPUT[type='text'],INPUT[type='email'],INPUT[type='password'], SELECT{
display:inline-block;
border:1px solid #ced4da;
font-size: 2rem;
background: #FFFFFF;
border-position: inside;
border-radius:4px;
margin:10px 0%;
width:100%;
min-width:auto;
height:40px;
padding: 8px;
color:black;
}
OPTION{
color:black;
background: #FFFFFF;
}

div.selectmenu{
	display:inline-block;
	position:relative;
	margin:4px;
	padding:0 20px;
	width: 300px;
	max-width:100%;
	height: 47px;
	overflow: hidden;
	background:url(/images/select.png) no-repeat 100% center #4675db;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

TEXTAREA{
border: 1px solid #C0C0C0;
color: black;
padding: 8px;
font-size: 13px;
margin:2px;
width:90%;
height:200px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

input[type="submit"],input[type="button"]{
background-color: #3168AF;
border-color: #979797;
border-position: inside;
border-width: 1px;
border-radius: 6px;
font-size: 1.6rem;
padding:6px 20px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;color:white;
height: 40px;
}
input[type="submit"].submit_jaune{
    display:block;
	height:60px;
	background:#fcd126;
	color:black;
	font-size: 1.6rem;
    padding:6px 20px;
	font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
	margin:30px 0;
	width:100%;
	border:none;
}

input[type="checkbox"] {
margin:0 15px 0 0;
}
.filtre input[type="checkbox"] {
margin:0 10px 0 0;
float:left;
}
.decale{
	top:-19px;
	}
input[type="image"] {
    padding:0;
	height:auto;
}


/* ============================================================
             BOUTONS ET AUTRES
===============================================================*/
.bouton_lisere, .bouton_lisere_centrer{
border:1px solid black;
padding: 8px 5px 9px 5px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 1.4rem;
color: #000000;
text-align: center;
vertical-align: top;
text-transform: uppercase;
letter-spacing: 0.7px;
border-radius: 3px;
margin: 35px 0 0 0;
text-decoration: none;
width: 100%;
display: inline-block;
position:relative;
}
.bouton_lisere_centrer{
width: 150px;
display: block;
position: relative;
padding: 11px 20px 7px 20px;
margin: 45px auto 0 auto;
}
#actuobs .bouton_lisere{
margin: 25px 0 0 0;
}

.bouton_liserer_bleu, .pbouton{
border:1px solid #3168af !important;
padding: 8px 5px 10px 5px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
font-size: 1.6rem;
color:#3168af;
text-align: center;
border-radius: 2px;
margin: 7px 0;
text-decoration: none;
width: 100%;
display: inline-block;
}
.pbouton{
width:auto;
font-size: 1.4rem;
padding: 6px 5px*;
}
.boutonadmin span{
font-size:2.3rem;
}
.boutonicone{
height:35px;
background:black;
padding: 8px 15px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 1.4rem;
letter-spacing: 0.4px;
color:white;
text-transform: uppercase;
border-radius: 8px;
margin:5px;
text-decoration: none;
display: inline-block;
position:relative;
line-height: 130%;
}
.boutonicone_blanc{
border:1px solid black;
background:white;
padding: 3px 15px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 1.5rem;
color:black;
border-radius: 8px;
margin: 6px 0;
text-decoration: none;
display: inline-block;
position:relative;
}
.boutonicone_blanc span{
font-size: 2.5rem;
vertical-align: middle;
}

.bouton_noir, input[type=submit].bouton_noir{
border:1px solid #0E0000;
background:#0E0000;
padding: 20px 30px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 1.5rem;
color:white;
border-radius: 6px;
margin: 0 16px;
text-decoration: none;
display: inline-block;
text-transform:uppercase;
height:auto;
}
.bouton_blanc{
border:1px solid #0E0000;
background:white;
padding: 20px 30px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 1.5rem;
color:#0E0000;
border-radius: 6px;
margin: 0 16px;
text-decoration: none;
display: inline-block;
text-transform:uppercase;
}
.pbouton_blanc,.pbouton_noir{
border:1px solid #0E0000;
background:white;
padding: 10px 20px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
font-size: 1.4rem;
color:#0E0000;
border-radius: 6px;
margin: 0 10px;
text-decoration: none;
display: inline-block;
text-transform:uppercase;
}
.pbouton_noir{
border:1px solid #0E0000;
background:#0E0000;
font-size: 1.4rem;
color:white;
text-transform:none;
margin:10px 0;
padding: 5px 20px
}
.bouton_bleu{
background: #4070db;
padding: 10px 20px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight: 600;
font-size: 1.5rem;
color: white;
border-radius: 6px;
margin: 10px 0;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
}
#bt_filtre{
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
margin:0 0 30px 0;
padding: 0px 5px 7px 5px;
display:none;
}
#bt_filtre span{
font-size: 2.5rem;
position: relative;
top: 4px;
}
.bouton_jaune{
  background: #FCD126;
  border-radius: 50px;
  border:0 none;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  width: 190px;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 600;
  padding: 10px 15px 10px 15px;
  margin:20px auto;
}
.bouton_don, .bouton_don_noir{
display: block;
position: absolute;
bottom: 60px;
right: 30px;
background: #b62d12;
color: #FFF;
font-size: 2.5rem;
padding: 16px 40px;
font-weight: bold;
text-decoration: none;
cursor: pointer;
text-transform: uppercase;
margin: 5px 5px 5px 0;
line-height: 1.2;
}
.bouton_don_noir{
font-size: 2rem;
padding: 8px 20px;
bottom: 50px;
right: 140px;
background: black;
color: #FFF;
}
#retourhaut{
display:none;
position:fixed;
bottom:10px;
right:20px;
background:white;
border-radius:30px;
width:50px;
height:50px;
text-align:center;
padding:13px 0 0 0;
box-shadow: 2px 10px 13px 0 #BFBFBFB2;
}
#retourhaut img{
transform:rotate(180deg);
}
	
.CoverPop-close{
font-size:3rem;
color:white;
}

.smartphone, .blocrezo A.smartphone{
display:none;
}
#bouton_listepubli{
display:none;
}


@media  (max-width: 1300px) {
	.menu2 {
	  text-align: left;
	}
}

@media  (max-width: 1200px) {
	.grille3{
	row-gap:70px;
	}
	.grille4{
	grid-template-columns: repeat(2, 1fr);
	column-gap:40px;
	row-gap:60px;
	}
	footer .grille4{
	grid-template-columns: repeat(4, 1fr);
	}
	.colonne4{
	column-count: 3;
	}
	.grille4 .illustration{
	float:left;
	width:110px;
	margin:0 15px 10px 0 ;
	}
	section.principale {
	  width: calc(100% - 90px);
	  padding: 0;
	}	
	.blocrezo {
	  width: 90px;
	}	
	div.troiscolonnes_grise label.typedon{
	height:60px;
	}	
	.box{
	margin: 15px 2.2%;
	width: 45%;
	}	
	.preillustration {
	  height: auto;
	  max-height: none;
	}	
	.logo_article{
	width:320px;
	margin:0 40px 0 0;
	}
	.centrale{
	margin:0 0 0 360px;
	}	
	.spip_poesie div{
	left: -360px;
	width: 320px;
	}	
	.illustration_video:after{
	content:"";
	width:60px;
	height:40px;
	position:absolute;
	display:block;
	left: calc(50% - 30px);
	top: calc(50% - 20px);
	background:url(/squelettes/images/lecteuryt.png) no-repeat center, center;
	background-size:contain;
	z-index: 5;
	}	
}

@media  (max-width: 1000px) {
	HEADER {
	  text-align: left;
	}
	main.home{
	margin:0;
	}
	main {
	  padding: 30px 60px;
	  }

	.menu1, #bt_newsletter, #bt_suivre, #bt_contact, #bt_communaute{
	display:none;
	}
	#bt_recherche {
	  right: 0;
	  font-size: 2.3rem;
	  top: 13px;
	}	
	#bt_menu{
	display:block;
	}	
	#logo{
	margin:20px 0 25px 50px;
	width:130px;
	}
	#bt_don{
	left:auto;
	right:92px;
	font-size:1.2rem;
	width:110px;
	padding:4px 5px 4px;
	text-align:center;
	top:24px;
	}
	#bt_don span.icon-don{
	display:none;
	}
	#affiche_panier {
	  top: 18px;
	  right: 204px;
	}	
	section.principale {
	 width: 100%;
	float:none;
	}
	.blocrezo{
	display:none;
	}
	.logo_article{
	width:280px;
	margin:0 30px 0 0;
	}
	.centrale{
	margin:0 0 0 310px;
	}	
	.spip_poesie div{
	left: -310px;
	width: 280px;
	}		
	.grillemot .introduction, .grillemot .illustration{
	display:none;
	}
	.grillemot .lienbloc:first-of-type .illustration{
		display:block;
		}	
	.grillemot .lienbloc {
	  float: left;
	  width: 42%;
	  margin: 0 0 20px 4%;
	}
	.grillemot .lienbloc:after {
	position:absolute;
	display:block;
	background:url(/squelettes/images/pointille_h.png) ;
	right:0;
	bottom:-4px;
	height:1px;
	width:100%;
	content:"";
	}	
	.grillemot .lienbloc:first-of-type {
	  float: left;
	  width: 49%;
	  margin: 0 5% 0 0;
	}	
	.grillemot .lienbloc:first-of-type:after{
	position:absolute;
	display:block;
	background:url(/squelettes/images/pointille_v.png) ;
	right:-9.5%;
	top:0;
	height:100%;
	width:1px;
	content:"";
	}	
	.grillemot .titre_point {
	  width: 45%;
	  float: left;
	}
	.grillemot .titre_point:first-child {
	  width: 49%;
	  float: left;
	  margin: 0 5% 0 0;
	}	
	.lien_article {
	font-size: 1.9rem;
	}
	.blocrezo_smartphone {
	display:block;
	position: relative;
	top: -11px;
	}	
	.troiscolonnes_grise,.troiscolonnes{
	grid-template-columns: repeat(1, 1fr);
	row-gap:30px;
	}
	.troiscolonnes div {
	  padding: 0 25px 0 25px;
	}	
	div.troiscolonnes_grise label.typedon{
	height:40px;
	}	
	.box{
	margin: 15px 1.3%;
	width: 22%;
	}	
	.cellule {
	  width: 30%;
	  margin:0 3% 20px 0;
	}
	
	
}

@media  (max-width: 800px) {
	.cacher_800{
	display:none;
	}
	main {
	  padding: 30px 30px;
	}
	#menu_smartphone .grille{
	grid-template-columns: repeat(2, 1fr);
	padding:40px 20px;
	}
	#menu_smartphone div:first-child{
	grid-row: 1 / span 2;
	}	
	.grille3{
	grid-template-columns: repeat(2, 1fr);
	}
	div.blocgille3.bloc2::after, div.blocgille3.bloc4::after, div.blocgille3.bloc6::after, div.blocgille3.bloc8::after, div.blocgille3.bloc10::after {
	  display: none;
	}		
	div.blocgille3.bloc3::after,  div.blocgille3.bloc9::after {
	  display: block;
	}	
	.grille4{
	column-gap:40px;
	row-gap:30px;
	grid-template-columns: repeat(1, 1fr);
	}
	#actuobs .bouton_lisere{
	margin: 21px 0 16px 0;
	}
	#actuobs H1 {
	  min-height: auto;
	}	
	#actuobs .bouton_lisere::after {
	  position: absolute;
	  display: block;
	  background: #e8e8e8;
	  left: -20px;
	  bottom: -27px;
	  height: 1px;
	  width: calc(100% + 40px);
	  content: "";
	}	
	footer .grille4{
	grid-template-columns: repeat(2, 1fr);
	row-gap:30px;
	}
	.colonne4{
	column-count: 2;
	}
	.pub{
	grid-column: 1 / span 2;
  margin-top: 10px;
	}
	.article_home_1 {
	width:49%;
	margin: 0 5% 0 0;
	}
	.article_home_1::after{
	display:none;
	}
	.bloc_home_2 .illustration, #derniersarticles .illustration, .bloc_home_3  .illustration{
	display:none;
	}
	.bloc_home_3  .lienbloc:first-of-type  .illustration{
	display:block;
	}	
	.bloc_home_2, .bloc_home_3{
	width:46%;
	margin: 0;
	}
	.bloc_home_2::after{
	display:none;
	}
	.article_home_1 H1 {
	  font-size: 1.9rem;
	  line-height: 25px;
	 }
	.article_home_1 .introduction {
	  font-size: 1.5rem;
	  }
	.article_home_2 H1 {
	  font-size: 1.5rem;
	  line-height: 21px;
	 }  
	.h2_home {
	  font-size: 2.3rem;
	}  
	.h2_home_grand {
	  font-size: 3rem;
	  margin: 70px 0 90px 0;
	}
	.h2_bloc {
	  font-size: 2.5rem;
	  }
	 H1.titre_21_c {
	  font-size: 1.6rem; 
	}
	.bloctheme{
	min-height: 160px;
	}
	.bloctype{
	min-height: 12px;
	}
	#bt_filtre{
	display:block;
	}
	.filtre{
	display:none;
	float:none;
	width:100%;
	background:transparent;
	}
	#liste_articles{
	float:none;
	width:100%;
	}	
	.logo_article{
	width:220px;
	margin:0 30px 0 0;
	}
	.centrale{
	margin:0 0 0 250px;
	}	
	.spip_poesie div{
	left: -250px;
	width: 220px;
	padding:20px;
	}		
	H1 {
	font-size: 3.5rem;
	}
	.chapo{
	font-size: 1.7rem;
	line-height: 150%;
	}
	.datearticle{
	font-size: 1.5rem;
	line-height: 150%;
	}
	aside {
	  position: relative;
	  bottom: 0;
	  width: 70%;
	  margin:20px auto 0 auto;
	}
	.troisboutons A {
	  height: 100px;
	}	
	.cellule {
	  width: 46%;
	  margin:0 4% 20px 0;
	}
	.bouton_don{
	right:0;
	width: 97%;
	bottom: -80px;
	}
	.ficheproduit div.col1,.ficheproduit div.col2{
	background:white;
	padding-left:0;
	width: calc(100% - 20px) !important;
	float:none;
	  margin-left: 20px;
	}
	.ficheproduit div.col1 img{
	max-width:500px;
	margin:20px auto;
	}	
	.deuxcolonnes, .deuxcolonnesbis {
	  column-count: 2;
	  column-gap: 40px;
	}	
	.menu_smartphone_3{
	grid-column: 1 / span 2;
	}
}


@media  (max-width: 700px) {
	.logo_article {
	  width: 100%;
	  float: none;
	  margin: 0 0 20px 0;
	  text-align: center;
	}	
	aside.encart_souslogo{
	display:none;
	}	
	.centrale{
	margin:0 0 0 0;
	}	
	#liste_publi{
	display:none;
	}
	#bouton_listepubli{
	display:block;
	right: 20px;
position: absolute;
	}
}

	
@media  (max-width: 600px) {
	.spip_poesie div{
	left: -180px;
	width: 160px;
	}	
	.grosprix {
	  display: block;
	}  
	.deuxcolonnes, .deuxcolonnesbis{
	column-count:1;
	column-gap:40px;
	}	
	.boutonicone {
	height: auto;
	}
	.cadre_menu{
	left: 0 !important;
	width: 100%;
	}
	.titre_cadre_menu{
	display:block;
	font-size: 1.7rem;
	color: #000000;
	line-height: 29px;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 600;	
	}
	section.principale.pleinelargeur {
	  padding: 0 10px;
	}	
}	
@media  (max-width: 500px) {
	.smartphone{
	display:block;
	}
	main {
	  padding: 20px 24px;
	}
	main.home {
	  margin: 20px auto 0 auto;
	}
	#menu_smartphone .grille{
	display:block;
	border:0 none;
	}
	#menu_smartphone div:first-child{
	grid-row: 1 / span 1;
	}	
	#menu_smartphone div{
	border-bottom:2px solid #3168af;
	padding: 0 0 30px 0;
	}	
	#menu_smartphone div.menu_smartphone_3
	{
	border-bottom:0 none;
	}	
	#menu_smartphone  div.rezo{
	text-align:center;
	border:none;
	padding:0;
	}	
	#bt_don{
	left:auto;
	right:60px;
	font-size:1.2rem;
	width:54px;
	padding:4px 5px 4px;
	text-align:center;
	top:24px;
	}
	#bt_don span{
	display:none;
	}
	.bandeau_sticky #bt_don {
	  right: 66px;
	  width: 52px;
	  top: 15px;
	}	
	.bandeau_sticky #affiche_panier {
	  top: 7px;
	  right: 121px;
	}	
	#affiche_panier {
	  top: 18px;
	  right: 118px;
	}	
	.menu_smartphone_2 {
	  padding: 0px 0 0 0;
	}	
	.pub .surtitre {
	  top: 1%;
	  left: 8px;
	}
	.pub div {
	  padding: 14px;
	}
	.pub .surtitre p {
	  padding: 5px;
	  margin: 2px;
	  font-size: 1.6rem;
	}	
	.article_home_1 {
	width:100%;
	margin: 0 0 25px;
	}
	.article_home_1:after{
	position:absolute;
	display:block;
	background:url(/squelettes/images/pointille_h.png) ;
	left:0;
	bottom:-10px;
	top:auto;
	right:auto;
	height:1px;
	width:100%;
	content:"";
	}	
	.article_home_1 .introduction{
	display:none;
	}	
	.bloc_home_2, .bloc_home_3{
	width:100%;
	margin: 0;
	}
	.bloc_home_2 .article_home_2, .bloc_home_2 .article_home_2:first-child {
	  margin-bottom: 40px;
	  position: relative;
	}	
	.bloc_home_2 .article_home_2:first-child::after,.bloc_home_2  .article_home_2::after {
	  position: absolute;
	  display: block;
	  background: url(/squelettes/images/pointille_h.png);
	  left: 0;
	  bottom: -22px;
	  height: 1px;
	  width: 100%;
	  content: "";
	}	
	#notreactu, .bloc_home_2 .introduction, .lien_article .introduction{
	display:none;
	}	
	.grille4,.grille3, footer .grille4{
	grid-template-columns: repeat(1, 1fr);
	}

	.pub{
	grid-column: 1 / span 1;
	}

	footer .grille4{
	row-gap: 10px;
	}
	footer .element1 {
	  padding: 0 ;
	}	
	.bloctheme,.bloctype, .blocplus{
	min-height: auto;
	}

	.spip_poesie div{
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin:30px 0;
	}	
	H1{
	font-size:2.5rem;
	margin: 0 0 22px 0;
	}
	h3 {
	  margin: 0 0 20px 0;
	  font-size: 2.5rem;
	  line-height: 134%;
	}
	H4{
	font-size:1.9rem;
	margin: 0 0 22px 0;
	}	
	.blocrezo_smartphone {
	  top: -10px;
	}	
	H5 {
	  margin: 20px 0 15px 0;
	}	
	
	.grille4 .bouton_lisere{
	margin-bottom:25px;
	}	
	div.blocgille3.bloc1:after,div.blocgille3.bloc2:after,div.blocgille3.bloc3:after, div.blocgille3.bloc4:after, div.blocgille3.bloc5:after,div.blocgille3.bloc6:after, div.blocgille3.bloc7:after,div.blocgille3.bloc8:after, div.blocgille3.bloc9:after,div.blocgille3.bloc10:after {
	position: absolute;
	display: block;
	background: url(/squelettes/images/pointille_h.png);
	left:0;
	bottom:-35px;
	right: auto;
	top: auto;
	height:1px ;
	width: 100%;
	content: "";
	}	

	#outils{
	row-gap: 40px;
	}
	.element1{
	text-align:center;
	padding:0;
	}
	.grillemot {
	margin: 0 0 60px 0;
	}
	.grillemot .lienbloc, .grillemot .lienbloc:first-of-type  {
	  float: none;
	  width: 100%;
	  margin: 0 0 20px 0;
	}
	.grillemot .lienbloc:after, .grillemot .lienbloc:first-of-type :after {
	position:absolute;
	display:block;
	background:url(/squelettes/images/pointille_h.png) ;
	right:0;
	top:auto;
	bottom:-10px;
	height:1px;
	width:100%;
	content:"";
	}	
	.grillemot .titre_point{
	  display:none;
	}	
	.grillemot .titre_point.smartphone
	 {
	 display:block;
	 width: 100%;
	  margin: 20px 0;
	  }
	.grillemot .titre_point:first-child {
	display:block;
	  width: 100%;
	  margin: 0 0 20px 0;
	  float:none;
	}
	h2.titre_point span {
	  padding: 0 14px 0 0;
	}	
	.lien_article {
	  font-size: 1.4rem;
	  padding: 20px 0;
	}
	.texte{
	font-size: 1.6rem;
	line-height: 160%;
	}
	article .etiquette {
	  font-size: 1.4rem;
	}	

	aside {
	  width: 100%;
	}	
	.gauche, .gauche_large, .gauche_treslarge{
	float:none;
	width:100%;
	margin:0 0 20px 0;
	}
	.troisboutons A {
	  height: 70px;
	  width: 100%;
	}	

	.sticky{
	margin: 0 20px 5px 0;
	}
	
	#popin_don {
	left: 0;
	padding: 2%;
	width:100%;	
	}
	.bouton_noir, input[type="submit"].bouton_noir {
	 padding: 10px 20px;
	 font-size: 1.3rem;
	}  
	.colonne4 {
	  column-count: 1;
	}
	.colonne4 A {
	  margin: 0 0 50px 0;
	}	
	.cellule {
	  width: 100%;
	  margin:0 0 20px 0;
	}
	table.tabresponsive td,table.spip td,table.spip tr,table.spip th{
	display:block;
	}
	div.troiscolonnes_grise label.typedon {
	  height: auto;
	}		
	.troiscolonnes_grise label.box{
	width:47.3%;
	}	
}

@media  (max-width: 400px) {
	div.troiscolonnes_grise label.typedon {
	  height: 60px;
	}
}
#popin_don{
position: fixed;
bottom: 0;
width: 100%;
left: 0;
padding: 20px;
z-index: 1000;
background: #fcd126;
display:none;
}

/* PAGE GENERAL*/
#bandeaurub{
background:#4070db;
color:white;
font-size:2.8rem;
font-weight:bold;
padding:30px;

text-align:center;
}
.soustheme{
font-size:1.6rem;
color:#D0D0D0;
}


UL.spip li{
list-style-image: url('/images/pucebleue.png');
}
.titre_bloc{
	display:inline-block;
	font-size:1.9rem;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:4px solid black;
	margin:25px 0;
	line-height: 0.9;
}

.surtitre{
	color:#e04c50;
	font-size:1rem;
	font-weight:bold;
}

.titre, .titrebleue{
	font-size:1.4rem;
	font-weight:bold;
	
	line-height:1.1;
}
.titrebleue{
color:#4070db;
}
.ptitre{
	font-size:1rem;
	font-weight:bold;
}
.soustitre{
	color:#1daabb;
	font-size:1rem;
	font-weight:bold;
}

.bloc_info{
font-size: 1.9rem;
line-height: 130%;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight: 600;
color: black;
background: #f5f5f5;
min-height: 310px;
padding:15px;
text-align:center;
}

.titre_colonne{
	font-size:1.3rem;
	
	font-weight:bold;
	text-transform:uppercase;
	background:url(/images/pointillesbleus.png) repeat-x bottom,center;
	color:#4070db;
	padding:0 0 7px 0;
	margin:20px 0 10px 0;
	letter-spacing:1.5px;
}
.tagmc,.tagmcp{
	display:inline-block;font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
font-size: 1.4rem;
color: black;
	border:1px solid black;
	border-radius: 20px;
	margin:3px;	
	padding:3px 12px;
}
.tagmcp{
color: #3168AF;
border:1px solid #3168AF;
font-weight:600;
}

.logoarticle{
float:left;
margin: 5px 20px 10px 0;
max-width:50%;
}
table{
	border:0 none;
}

TD.entete {
	height:40px;
	background-color:#ececea;
	color:#7f2d6b;
	text-align:center;
	text-transform:uppercase;
	border:0 none;
}

TD {
	color:#333333;
}

tr > * + *  {
	border-left:0 none;
}

table.admin{
	border:1px solid #D0D0D0;
	width:100%;
}
table.admin td,table.admin th{
	border:1px solid black;
	padding:5px;
}
table.admin th{
font-weight:bold;
text-align:center;
}
table.admin A{
	border-bottom:1px solid black;
}

A.icone_admin{
margin:5px;
font-size:3rem;
text-decoration:none;

}


A.lien_doc{
	display:block;
	margin:3px 0;
	padding:15px;
	text-decoration: none;
	background:#f2f2f2;
	color:black;
	font-size:1.4rem;
}
A.lien_doc:hover
{
	text-decoration: none;
	background:#e0dede;
}


A.lien_rubcol{
	display:block;
	margin:5px 0;
	padding:0 0 10px 0;
	text-decoration: none;
	
	background:url(/images/petitpointilles.png) repeat-x bottom,left;
	color:black;
	font-size:1.1rem;
	text-transform:uppercase;
}
A.lien_rubcol:hover
{
text-decoration: none;
color:#4070db;
}

.sep{
display:none;
}
.pagination{
text-align: center;
margin:20px 0;
}
.pagination-item{
display:inline-block;
}
.pagination-item-label, .ais-Pagination-link, .lien_pagination,.on{
display:inline-block;
color: #3168af;
text-decoration: none;
border:1px solid #e8ebee;
padding:13px;
margin:0;
font-size:1.5rem;
width: 40px;
}
.lien_pagination{
width:auto;
margin:0 5px 10px;
}
.on{
background:#e8ebee;
}

/*  SLIDER */
A.lien_slide
{
    display:block;
	position:relative;
	margin-top:10px;
	padding:15px 0;
	color:white;
	font-size:0.9rem;
	cursor:pointer;
}
.contenu{
	color: white;
	padding:80px 0;
	max-width:850px;
	text-align:center;
	margin:0 auto;
	position: relative;
	z-index: 5;
}
.suite{
	position: relative;
	top: -60px;
	margin: 0px auto;
	width: 100%;
	z-index: 10;
	max-width: 1070px;
}

.suite A{
	display:inline-block;
	width:16px;
	height:16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	background:#cedade;
	margin:2px;
	border:0 none;
}
.fond_noir{
	position: absolute;
	background: black none repeat scroll 0% 0%;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
	}
	
/*  PAGE */
A.lien_rubrique
{
display:inline-block;
background:#f5f5f5;
color:black;
text-align:center;
font-size:1.3rem;
text-transform:uppercase;
min-height: 204px;
padding:15px;
width:100%;
margin: 0 0 10px 0;
}

A.lien_rubrique_liste{	
	display:block;
	margin:2px 0;
	padding:4px 0 9px 5px;
	text-decoration: none;
	
	background:url(/images/petitpointilles.png) repeat-x bottom,left;
	color:black;
	font-weight:bold;
	font-size:1.3rem;
	text-transform:uppercase;
	text-align:left;
}
A.lien_rubrique_liste::before{
	color:#4070db;
	content:"> ";
	font-weight:bold;
	font-size:1.4rem;
}



.illustrationlarge{
	float:left;
	margin-right:50px;
	width:260px;
	text-align:center;
	height:150px;
	overflow:hidden;	
}
.illustrationp{
	float:left;
	margin-right:10px;
	width:70px;
	text-align:center;
	max-height: 70px;
	overflow:hidden;	
}
.illustrationpublication{
	float:left;
	margin-right:10px;
	width:110px;
	text-align:center;
	overflow:hidden;	
}
.illustrationv2{
	width:100%;
	text-align:center;
	height:160px;
	overflow:hidden;
	margin-bottom:10px;
}
.illustrationv{
	float:left;
	margin-right:30px;
	width:170px;
	text-align:center;
}
.illustrationh{
	width:115px;
	float:left;
	text-align:center;
	height:80px;
	overflow:hidden;
	margin-right:15px;
}



A.bt_menu{
	display:inline-block;
	background-color:#08709c;
	color:white;
	padding:3px 6px;
	font-size:0.8rem;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	margin:1px;
	text-align:center;
	border:1px solid transparent;
}
A.bt_menu:hover{
	border:1px solid #08709c;
	color:#08709c;
	background-color:white;
	text-decoration:none;
}
A.lien_admintitre{
	position:relative;
	}
	
.menuaction{
	display:none;
	position:absolute;
	width:250px;
	background-color:white;
	padding:5px;
	border:1px solid gray;
	}

/* TABLEAUX DES DATA */
.divtab{
margin:70px auto 30px auto;
max-width:100%;
overflow:auto;

}
TABLE.tabdata{
border:0 none;
width:100%;
border-spacing: 0;
margin: 0 auto;
}
TABLE.tabdata TD,TABLE.tabdata TH{
border:0 none;
text-align:center;
font-size:1.3rem;
vertical-align:middle;
padding:7px 2px;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
min-width:50px;
border-left:1px solid #b4b4b4;
}
TABLE.tabdata TH{
font-size:1.3rem;
line-height:130%;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
line-height: 1.2;
border-left:1px solid #b4b4b4;
padding:15px 2px;
}
TABLE.tabdata TH:first-child{
border:0 none;
}
TABLE.tabdata TH.tittab {
padding:15px;
border:0 none;
border-bottom:5px solid black;
text-align:center;
font-size:1.9rem;
line-height:130%;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:600;
background:white;;
}
.unite{
font-size:1.6rem;
font-weight:300;
}
TABLE.tabdata THEAD{
border-bottom:2px solid #dfdfdf;
}
TABLE.tabdata tr:nth-child(odd) {
background: #f6f6f1;
}

TABLE.tabdata TD.libelle{
text-align:left;
min-width:100px;
border:0 none;
padding:7px 2px 7px 20px;
font-family: 'Be Vietnam Pro', sans-serif;
}


.note{
font-size:1.4rem;
line-height:1.2;
margin:10px auto 20px auto;
max-width:100%;
overflow:auto;
font-family: 'Be Vietnam Pro', sans-serif;
font-weight:300;
}


.separation, TABLE.tabdata td.separation {
color: White;
background: black !important;
padding:1px;
}	
.separation tr:first-child TD {
font-weight:600;
}	

/* Logos, documents et images */
img { margin: 0px; padding: 0px; border: none; }

.spip_logos { margin: 0 0 10px 0; padding: 0px; border: none; }

.spip_doc_titre {
	font-size: 11px;
	font-weight: normal;
}

	
.lity-container{
height:80%;
}
.lity-content{
height:100%;
}
.lity-iframe-container {
  height: 100%;
  padding-top: 0;
  }
	
	





@media print {
  p {
    line-height: 1.3;
	}
	#container_colonne, footer, .noprint, #bandeaurub,.boutongraphe{
	display:none;
	}
	#container, #zone{
	width:100%;
	}
	.print{
	display:block;
	}
	.imagegraphique{
	display:block;
	}	
	.grapheimage{
	display:block !important;
	}
}


LI.editer{
list-style-type: none;
}
#colorbox, #colorbox * {
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 }
#colorbox img { height: inherit; }

.box_modalbox
{-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;

}
a.spip_note{
border:0 none;
}
.spip_note_ref{
position: relative;
top: -5px;
left: -1px;
margin: 0;
  font-size: 1.4rem;
}
A.spip_doc_lien{
border:0 none;
}
.grid {
  overflow: hidden;
}
/* global styles for direct child ex. .grid3 */
.grid > * {
  display: block;
  padding: 0;
  /* gutter value */
  margin-left: -20px;
  text-align: left;
}
/* global styles for each "cell" */
.grid > * > * {
  display: inline-block;
  /* gutter value */
  padding-left: 20px;
  margin-left: 0;
  vertical-align: top;
}
/* whitespace fixing for modern browsers including IE9+ */
:root .grid {
  font-size: 0;
  /* fallback for IE9+ */
  text-justify: distribute-all-lines;
}
:root .grid > * > * {
  /* fallback for Opera Mini */
  font-size: 14px;
  font-size: 1.4rem;
}
/* Opera hack */
.opera:-o-prefocus,
.grid > * {
  word-spacing: -0.43em;
}
.grid2 > * {
  width: 50%;
}
.grid3 > * {
  width: 33.333%;
}
.grid4 > * {
  width: 25%;
}
.grid5 > * {
  width: 20%;
}
.grid6 > * {
  width: 16.667%;
}
.grid8 > * {
  width: 12.5%;
}
.grid10 > * {
  width: 10%;
}
.grid12 > * {
  width: 8.333%;
}
/* unequal grids (1-2, 2-1, 1-3 and 3-1) for 2 blocks */
.grid2-1 > *:first-child,
.grid1-2 > * + * {
  width: 66.666%;
}
.grid1-2 > *:first-child,
.grid2-1 > * + * {
  width: 33.333%;
}
.grid1-3 > *:first-child,
.grid3-1 > * + * {
  width: 25%;
}
.grid3-1 > *:first-child,
.grid1-3 > * + * {
  width: 75%;
}
@media (min-width: 501px) and (max-width: 768px) {
 /* grid rwd for small screens */
  .grid3 > *,
  .grid4 > *,
  .grid5 > *,
  .grid6 > *,
  .grid8 > *,
  .grid10 > *,
  .grid12 > * {
    width: 50%;
  }
  }
  
@media (max-width: 500px) {
    .grid > * > * {
    width: 100% !important;
  }
}

.box_mediabox .lity-content {
  min-width: auto;
}
.lity-close, .lity-close:hover, .lity-close:active, .lity-close:focus {
  position: absolute;
  top: 6px;
  right: 5px;
  margin-top: -.925rem;
  margin-right: -.925rem;
  width: 3.85rem;
  height: 3.85rem;
  line-height: 1.5rem;
  font-size: 2.5rem;
  background: #000;
  color: #fff;
  border-radius: 50%;
  border: .175rem solid #fff;
}