/*********************************************************************************************************************************************/	
/* STRUCTURE   *******************************************************************************************************************************/
/*********************************************************************************************************************************************/	
@import url(structure_media.css) ;
@import url(structure_bfw.css) ;
/* BASE */@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Slabo+27px&display=swap');
	body{
		font-size : 16px ; 
		font-family: "Open Sans", sans-serif;
		font-weight : normal;
	}

/* Image et couleur de fond */
	html{background : #000;}
	body{}
	#site{background: #ffffff;}  /* Englobe tous le site */
	.page {background : transparent ;} /* Formate la page dans les blocs 100% */
	#headers,#headerBan,#headerNav,#headerSlide{clear:both;}
	#headers{height: auto;background: transparent url(../../images/banner.jpg) center;width: 100%;background-size: cover;}
	.home #headers{height: 100vh;display: flex;flex-direction: column;/* justify-content: space-between; */flex-wrap: nowrap;}
	div#bannav {
		padding: 50px 0;
		display: flex;
		width: 100%;
		/* margin: auto; */
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
		border-bottom: 0px solid #d0a35c;
		background: #998C79;
		background: linear-gradient(90deg, #ffffff 25%, #ffffff 25%, #dfe1e24a 70%, #dfe1e200 100%);
	}
	.home div#bannav {
    padding: 15px 0 0;
	}
		#headerBan{background:transparent;} /* Englobe #banner */
			#banner {background : transparent ;}
			/* Option Tel dans le banner */
				/* #headerBan .page,#headerNav .page {width:1200px;max-width:100%;margin:auto;} 
				#headerBan .page .tel{position:absolute;right:0px;top:0px;} */												   
			#banner .h1 {text-align:center;}
		#headerNav{/* background:#888; */} /* Englobe #navigationH */ /* ONEPAGE : position:fixed;height:33px;z-index:99999999999;top:0;width:100%; */
		/* Si on fixe la navigation avec le JS CF HTMLSpe2 */
		/* #headerNav.fixed{position:fixed;top:0;}
			#headerNav.fixed nav{background : transparent url(../../images/logo_nav.png) left center no-repeat ;transition:all 0.3s;}
			#headerNav nav{background-image : none ;transition:all 0.3s;} */
		#headerSlide{background:transparent;} /* Englobe #bandeau_anim et #bandeau_fixe */
		/*#headerSlide .page{width:100%;} Pour avoir un slide à 100% du site */
		
	#containers{background:transparent;padding: 5vh 0;} /* Englobe #container, #containDeco, #contain, #leftbar */
	.home #containers{padding: 15vh 0;} /* Englobe #container, #containDeco, #contain, #leftbar */
		#container { }
			#containDeco {background : transparent;} /* zone qui couvre exactement #container, permet d'ajouter un élément non-duplicable sur container si page doit être transparent sinon, sert à rien */
				#contain{}
				#leftbar{background : transparent ;}
				
	#footers{background:transparent;} /* Englobe #footer et #footerContent */
		#footer{}
			#footer #footerContent{background : transparent;/* position:absolute; */} /* Zone de contenu au dessus de bottom.ext et au dessous de #container [Possibilité d'avoir la boite coordonnées] sinon, sert à rien */
			
	#signatures {background: #000;font-size:0.8em;} /* Englobe #navigationH */
	.poweredby{color:#ffffff;display:inline-block;margin:auto ;} /* Couleur des liens des plugins */

	/* #FooterDecoTop, #FooterDecoBottom, HeaderDecoTop, #HeaderDecoBottom, #FullDecoTop, #FullDecoBottom, #ContainDecotop, #ContainDecoBottom */
	.ct {
		background: #e1e1e1;
		box-sizing: border-box;
		padding: 5%;
		margin: 30px auto;
	}
	.ct li, .ct ul {
		list-style-type: none;
		line-height: normal;
		margin: 0;
	}

	.ct li:before {
		content: ">";
		background: #000;
		border-radius: 12px;
		color: #fff;
		padding: 5px 10px !important;
		font-weight: 900;
		display: inline-block;
		width: fit-content;
		margin-right: 10px;
	}
	.ct h2 {
		color: #000 !important;
	}
	
	iframe#interfast {
		width: 100%;
		min-height: 920px;
		border-width: 0;
	}
	iframe#interfast .bg-white, iframe#interfast .bg-white * {
		background: transparent !important;
	}
	
	
		.col {
			display: inline-block;
			vertical-align: top;
			width: 33%;
			box-sizing: border-box;
			margin: 0px auto;
		}
		div#banner2 {
    background: #998C79;
    background: linear-gradient(90deg, #ffffff 25%, #ffffff 25%, #dfe1e24a 70%, #dfe1e200 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

div#banner2 h2 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 125px;
    font-size: 5.20em;
    line-height: 75px;
    /* border-right: 5px solid #d0a35c; */
    padding-bottom: 25px;
}
	div#banner2 > div {
    width: 70%;
    /* border-right: 1px solid #d0a35c; */
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 0 0 14%;
}

div#banner2 span {
    /* border-right: 5px solid #d0a35c; */
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 28px;
    font-size: 1.6em;
    line-height: normal;
    font-weight: 400;
    max-width: 600px;
}

div#flexinline {
    /* border-right: 5px solid #d0a35c; */
    padding-top: 50px;
    display: flex;
    flex-direction: row;
}

a.btn {
    background: #ff6400;
    color: #fff !important;
    font-weight: normal !important;
    padding: 10px 30px;
    border-radius: 25px;
    margin-right: 20px;
    border: 1px solid #ff6400;
    transition: all 0.13s;
    display: block;
    text-transform: uppercase;
}

#bloc_fw_2 a.btn {
    border: 1px solid #ede2d1;
}

a.btn:hover {
    background: #000;
    transition: all 0.3s;
    transform: scale(1.08);
    text-decoration: none;
    border-color: #000;
}
.bloc_double {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bloc_double .bdl_2:nth-child(2) {
    margin-left: 5%;
}
.bloc_fw_contain {
    padding: 0;
    overflow: visible;
}
.bloc_fw.bfw3{
    background: #7f3c117d;
    background-size: cover;
    backdrop-filter: blur(6px);
}
.bloc_fw.bfw1 {
    background-color: #ede2d1 !important;
}
.bloc_fw.bfw2 {
    background-color: #d0a35c !important;
}
#footers {
    background-color: #4b4b4b !important;
}
#contain .lien h2 {
    text-align: center;
    margin-bottom: 50px;
    display: block;
}

#contain .lien li {
    list-style-type: none;
    border: 1px solid #ede2d1;
    background: #00000021 url(../../images/pdf.png) 9px center no-repeat;
    /* padding: 14px; */
    box-sizing: border-box;
    border-radius: 30px;
    margin: 18px auto;
    transition: all 0.2s;
}

#contain .lien li a {
    font-weight: normal;
    padding: 15px;
    padding-left: 55px;
    font-family: 'Slabo 27px', serif;
    font-size: 1.25em;
    line-height: normal;
    display: block;
}

#contain .lien li:hover {
    text-decoration: none;
    transform: scale(1.015);
    transition: all 0.2s;
	background: #00000033 url(../../images/pdf.png) 9px center no-repeat;
}
#contain .lien li a:hover {
    text-decoration: none;
}
#contain .article iframe {
	aspect-ratio: 16/9;
	width: 100%;
    border-radius: 25px;
}

#FooterDecoTop form {
    display: flex;
    gap: 10%;
    padding: 5vh 0 0;
}

span.vignette  a {
    line-height: 0;
    height: 0;
}
.vignette br {
    display: none;
}
div#LeftForm fieldset {
    max-width: 500px;
}
span.vignette {
    padding: 0 !important;
    margin: 10px;
    line-height: 0;
    transition: all 0.2s;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
    max-width: calc(25% - 20px);
}
span.vignette:hover span.BodyFontText {
    opacity: 1;
    top: 0;
    transition: all 0.3s;
}
span.vignette img:hover {
    transform: scale(1);
}
span.vignette span.BodyFontText {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    display: flex;
    background: #4b4b4ba1;
    color: #ede2d1;
    font-family: 'Slabo 27px', serif;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 0;
    font-size: 1.55em;
    font-weight: normal;
    opacity: 0;
    transition: all 0.3s;
    line-height: normal;
}
#galerie_4 span.vignette {
    max-width: 220px;
}
#FullDecoBottom .bloc_fw.bfw3 {
    justify-content: center;
}
#page2 #FooterDecoTop {
    display: none;
}

.box.box_top strong.boxTitle, .box strong.boxTitle {
    text-align: center;
}

form.contactform {
    display: flex;
    gap: 15%;
}
form.contactform .BodyFontText {
    color: #4b4b4b;
}
#FooterDecoTop form.contactform .BodyFontText {
    color: #ede2d1;
}
aside#FooterDecoTop {
    background: #e9e9e9;
    padding: 4vh 15px;
}
div#beforeform {
    background: #103081;
    color: #fff;
    border-radius: 25px;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 35px 30px !important;
    max-width: 100%;
}
#beforeform a {
    color: #58a1c6;
}
#RightForm iframe, #FooterDecoTop iframe {
    border-radius: 25px;
    width: 100% !important;
    margin: auto;
}
/* Couleur de texte */
	#signature .BottomFontText,#signature .BottomFontText a, .signature * {color: #fff;}
	#contain {color: #000;}
	.galerie, .BodyFontText{color: #000000;}
	#contain a{color: #58a1c6;/* font-weight:bold; */}
	a:hover {
		text-decoration: none;
	}
/* Titres */
	h1,h2,h3,h4,h5,h6,.BodyFontSubTitle, .BodyFontTitle, legend, .boxTitle{line-height: 1.2em;color: #ff6700;font-weight:bold;}
	h1,h2,h3,h4,h5,h6,.BodyFontSubTitle, .BodyFontTitle {padding:5px 0px ;}
	
	h1 {	font-size:1.25em;}
	#contain h2, #contain .BodyFontTitle, .box.box_top strong.boxTitle, .box strong.boxTitle {
    font-size: 1.95em;
    padding-left: 0px;
    background: transparent;
    margin-bottom: 40px;
    color: #ff6400;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
.galerie h2 {
    text-align: center !important;
}
	#contain span.BodyFontTitle,#contain legend.BodyFontTitle {border-width: 0px; margin-bottom: 0px;}
	h3, .BodyFontSubTitle {font-size:1.1em;font-family: "Open Sans", sans-serif;font-size: 1.2em;font-weight: 400;color: #fe6700;line-height: normal;}
	.bfw3 *, .bfw2 *, .bfw2 h2, .bfw2 h3, .bfw2 p {
    color: #ffffff !important;
}

#bloc_fw_2 p {
    font-size: 1.25em;
    font-weight: 300;
    margin-top: -12px
}
	aside#FullDecoBottom {
    background: #fdaa77 url(../../images/banner.jpg) no-repeat;
}
	h4 {font-size:1.10em;padding-left:25px;}
	h5 {font-size:1.05em;padding-left:30px;}
	h6 {font-size:1em;text-indent:35px;}
	legend{}
	fieldset{
		width : 90%;
		margin : auto ;
		border-width : 0px ;
	}
	
	b,strong{
		font-weight : bold ;
	}
	.bloc_double > div {
		padding: 0;
		width: 100%;
	}
	.bloc_double .bdl_3 .article_image {
		width: 100%;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}
	
	/* Ariane */
	#ariane{font-size:0.9em;font-weight:normal;}
		#ariane .ariane a,#ariane .ariane a:hover,#ariane .ariane a:visited{
			color: #959595;
			font-weight: 300;
			font-size: 14px;
		}
		#ariane .ariane a:hover {
			color: #333;
			text-decoration: none;
		}
		#ariane .ariane a img{padding:0 5px ;}
		#ariane .arianeSepare{
			padding: 0 7px;
			color: #959595;
			font-weight: 300;
			font-size: 14px;
		}
		div#bloc_contact_1 {
			max-width: 400px;
			margin: auto;
		}
	
/* Images */
	.article_image img,.vignette img,.image img,.lien_url img{
/* 		border : 2px solid #a90a2e; 
		box-shadow : 2px 2px 2px #888 ;
		box-shadow : 2px 2px 2px rgba(0,0,0,0.5) ; */
	}
	.article.article_gauche img {margin: 10px 30px 0 0;}
	.article.article_droite img {margin: 10px 0 0 30px;}
	.article .article_image + p,.article p:first-child{} /* Agir sur le premier <p> de chaque bloc Article */
	
/* Formulaire */
	.button,input.button[type="submit"] , .box .button {color: #000000 !important;background: transparent !important;font-weight : bold;padding : 2px 3px;font-family: 'Open Sans', sans-serif;font-weight: normal;border-radius: 25px;border-color: #000000;width: fit-content;}

	
/*********************************************************************************************************************************************/	
/* WIDGET GLOBAL    **************************************************************************************************************************/
/*********************************************************************************************************************************************/	


	.widget aside{ /* Englobe tout le widget */
	/* 	background : #094686;
		box-shadow : 0px 0px 3px #000 ; */
	}
	.box {background : transparent;} /* Agir sur tout les éléments "box" */
	.box *, .box{color:#929292; } /* Couleur d'écriture de tout les éléments "box" */
	.box.box_top{
		/* height : 30px; */
		background : transparent;
		vertical-align:top;
	} /* Régis tout les haut de boite */
	.box.box_top strong.boxTitle, .box strong.boxTitle{
		/* padding: 0px 0 0 0px; */
		/* color: #929292; */
		background: transparent;
		/* border-width: 0px; */
		/* font-size: 1.1em; */
		display: block;
	} /* Régis tous les titres des boite */
	#leftbar .box_top+.box,#rightbar .box_top+.box{
	/* 	padding-top : 5px ;
		padding-bottom : 5px ; */
	}
	.box h3{
		padding: 0 5px;
		color: #929292;
		background: transparent;
		border-width: 0px;
		font-size: 1.3em;
	} /* Régis les titres des boites actus et coordonnées */
	.box.box_bottom{
		height: 10px; background: transparent;
	} /* Régis tous les bas de boite */
	div.boite_separer{
		height: 0px; background: transparent;
	}/* Permet de mettre en style la séparation entre les boites */
	
	#footer #footerContent .widget{ /* Base pour intégrer les widgets en bas de page */
	/* 	padding : 0 ;
		display : inline-block;
		height : 162px;
		margin : 0 10px ;
		text-align:justify; */
	}

	
/*********************************************************************************************************************************************/	
/* NAVIGATION  *******************************************************************************************************************************/
/*********************************************************************************************************************************************/	


	/* Liens du menu */
	li a.MenuHyperlink, li a.MenuHyperlinkSelected {
		color: #000;
		text-transform: uppercase;
		/* font-weight: bold; */
		padding: 8px 15px;
		/* background:transparent url(../../images/nav_puce.png) left center no-repeat; */
		/* border: 1px solid transparent; */
		border-radius: 25px;
		transition: all 0.3s;
		background: #ffffffb0;
	}
	li a.MenuHyperlinkSelected:hover, li a.MenuHyperlink:hover, #navigationH .navigation1 li.level1:hover>a.MenuHyperlink{
		text-decoration: none !important;
		/* border: 1px solid #103081; */
		background: #fff;
		transition: all 0.3s;
		transform: scale(0.925);
	}
	li a.MenuHyperlinkSelected{
		/* text-decoration : underline; */
	}
/* Comportement des liens de 2e niveaux */
	.navigation2 .MenuHyperlink, .navigation2 .MenuHyperlinkSelected {
		background-image : none ;
		padding : 2px 0px 2px 7px ;
	}
	
	
/* NAVIGATION HORIZONTALE
	.box#navigationH : Régis le tableau de navigation
	.box#navigationH .box.nav_top : Régis le bas de la navigation
	.box#navigationH .box.nav_bottom : Régis le bas de la navigation
	.box#navigationH td : Régis chaque ligne de la navigation
*/
	.box#navigationH{/* background:transparent url(../../images/navigation.png) no-repeat top left; *//* height :23px; */position:relative;/* padding:0px 11px 0px; */text-align:center;}
	.box#navigationH{background:transparent;/* height :23px; */position:relative;/* padding:5px 11px 5px; */text-align:center;}
	.box#navigationH ul.ul_nav.navigation1{display:inline-block;}
	.box#navigationH .nav_top{/*height : 20px ;background : transparent url(../../images/nav_top.png) no-repeat bottom left ;*/}
	.box#navigationH .nav_bottom{/*height : 20px ;	background : transparent url(../../images/nav_bottom.png) no-repeat top left ;*/}
	.box#navigationH li{ 
		background : transparent ;
		padding : 0px ;
		height : auto;
		display : inline-block ;
	}
	.box#navigationH td img{display: inline; padding-right: 3px;}
	 
	/* NAVIGATION SOUS MENU HORIZONTALE */
		#navigationH .navigation1 li ul{
			background : #959595 ;
			z-index : 99999 ;
		} 
		#navigationH .navigation1 li ul a{
			/* color : #fff ; */
		}
		#navigationH .navigation1 li.level1 ul.navigation2{
			margin-left : -6px ; /* A modifier pour aligner verticalement le sous menu à la rubrique parente */
		}
		#navigationH ul.navigation1 li.level1  a.alevel1{
			/* padding-bottom : 7px ; */ /* A modifier pour régler l'espace entre la navigation level1 et le sous menu */
		}
		#navigationH .navigation1 li ul,#navigationH .navigation1 li ul a{/*width:200px;*/} /* largeur des sous menu */
		#navigationH .navigation1 li ul ul {margin : -31px 0 0 calc(100% - 15px) ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ }
		.box#navigationH li.level1{
			text-align : left ;
			padding-right : 10px ;
			padding-left : 10px ;
		}
		 .box#navigationH li.level1 +li.level1{
			padding-left : 9px;
			/* background : transparent url(../../images/nav_separe.png) left center no-repeat ; */
			padding-right : 10px;
		}
		#navigationH .navigation1 li ul a:hover, #navigationH .navigation1 .level1 li:hover>a /* Lorsque la souris passe sur un des liens */    
		{
				color: #000; /* On passe le texte en noir... */
				background: #fff; /* ... et au contraire, le fond en blanc */
				text-decoration : underline ;
		}
		#navigationH .navigation1 li ul /* Sous-listes */
		{ 
				-moz-box-shadow: 0px 1px 1px #999; 
				-webkit-box-shadow: 0px 1px 1px #999; 
				box-shadow: 0px 1px 1px #999; 
				box-shadow: 0px 1px 1px rgba(0,0,0,0.35); 
		}

/* NAVIGATION VERTICALE 
	.box#navigation : Régis le tableau de navigation
	.box.nav_top : Régis le bas de la navigation
	.box.nav_bottom : Régis le bas de la navigation
	.box#navigation td : Régis chaque ligne de la navigation
*/
	.box#navigation{background:transparent url(../../images/nav.png) repeat-y top left ;}
	.box.nav_top{height : 15px ;background : transparent url(../../images/nav_top.png) no-repeat bottom left ;}
	.box.nav_bottom{height : 20px ;	background : transparent url(../../images/nav_bottom.png) no-repeat top left ;}
	.box#navigation li{
		background : transparent ;
		vertical-align : top ;
		padding-top : 5px ;
	}
	.box#navigation td img{display: inline; padding-right: 3px;}

	.box#navigation li.level1{
		background : transparent url(../../images/nav_separe.png) bottom center no-repeat ;
		padding-bottom : 3px ;
	}

	
/*********************************************************************************************************************************************/	
/* WIDGETS INTEGRATION SPÉ *******************************************************************************************************************/
/*********************************************************************************************************************************************/	

	/* Permet de travailler spécifiquement sur la boite concernée */
/* COORDONNEES */
	div.coordonnees aside{}
	div.coordonnees .box#Coordonnee_mobile{}
	div.coordonnees .box.box_top{}
	div.coordonnees .box.box_bottom{}
	#banner .coordonnees{top : 35px ;right : 20px ;position : absolute;} /* Placement de Coordonnées si == top */
	#footer .coordonnees{top : 0px ;right : auto ;position : relatif;width:100%;text-align:center;} /* Placement de Coordonnées si == bottom */
	#footer div.coordonnees .box{background : transparent;color:#fff;}
	#footer div.coordonnees  strong.boxTitle{display:inline;color:#fff;}
	#ContainDecoBottom .widget.coordonnees{width : 223px ;}
	#ContainDecoBottom div.coordonnees .box.box_top{background-image:url(../../images/box_top_coord.png);}
	#ContainDecoBottom div.coordonnees .box.box_bottom{background-image:url(../../images/box_bottom_coord.png);}
	#ContainDecoBottom .widget.coordonnees h3{display:none;}


/* ACTUALITE */	
	div.actualites .box#actu{
    max-width: 100%;
}
	div.actualites .box.box_top{} 
	div.actualites .box.box_bottom{}
	.headline a.savoir_plus {
		padding-left : 10px ;
		background : transparent url(../../images/savoir_plus.png) left center no-repeat ;
		float:right;
		margin-right:5px;
	}
	#ContainDecoBottom div.actualites .box#actu{background-image:url(../../images/box_actu.png);height:115px;overflow-y:hidden;padding:0 10px;}
	#ContainDecoBottom .widget.actualites {width : 365px ;margin-left : 0px ;} 
	#ContainDecoBottom div.actualites .box.box_top{background-image:url(../../images/box_top_actu.png);} 
	#ContainDecoBottom div.actualites .box.box_bottom{background-image:url(../../images/box_bottom_actu.png);}
	
	/* Intérieur du widget Actualité */
	#actu{/* height: 110px; */}
	#scrollup, .headline{
		/* height: 385px; */
		padding : 0;
		text-align : left;
	}
	#scrollup {
		position: relative;
		border: 0px solid #000;
	}
	 
	 /* VERSION BLOCK */
	.widget.actualites.actublocs {width : 100%;margin: 8vh auto;}
	#ContainDecoBottom .widget.actualites.actublocs {width : 100%;margin-left:0px;}
	 
	#scrollup2 {
		display : block;
		text-align : center;
		max-width: 100%;
		margin: auto;
		/* display: flex; */
		/* gap: 0%; */
		vertical-align: middle;
	}
		#scrollup2:after {
			/* content : " " ; */
			display : block;
			clear : both;
		}
		#scrollup2 li{
			display : inline-block;
			width : 30%;
			margin : 1.5%;
			box-sizing : border-box;
			background : #fff;
			vertical-align: top;
		}
		#scrollup2 .headline{
			height: fit-content;
			text-align : center;
			padding-bottom: 15px;
		}
		#scrollup2 .headline > p{
			/* height : 70px ; */
		}
			#scrollup2 .headline h3,#scrollup2 .headline p{
				padding: 10px 20px;
				text-align : left;
				box-sizing: border-box;
				color: #4b4b4b !important;
			}
			#scrollup2 .headline h3,#scrollup2 .headline a{
				margin-top : 10px ;
				text-align : center ;
				display : inline-block;
			}
		#scrollup2 .headline .b_savoir_plus{text-align:center;}
			#scrollup2 .headline a.savoir_plus {background: #fff;color: #4b4b4b !important;padding: 2px 15px;float:none;border: 1px solid #4b4b4b;border-radius: 25px;font-size: 0.8em;
    transition: all 0.2s;}
			#scrollup2 .headline a.savoir_plus:hover {
    text-decoration: none;
    transition: all 0.2s;
    transform: scale(1.05);
}
		#scrollup2 .headline .actu_picture{
			float : none ;
			margin: 0px 0;
			width : 100% ;
			height : 200px ;
			max-height : 200px ;
			position : relative ;
			background : transparent center center no-repeat ;
			display : flex;
			flex-direction : column;
			align-items : center;
			justify-content: center;
			top : 0px ;
		}
			.actu_picture img{max-height:100%;max-width:100%;}
			.actu_picture[data-img="contain"] img,.actu_picture[data-img="cover"] img{
				visibility : hidden ;
			}
			.actu_picture[data-img="contain"],.actu_picture[data-img="cover"]{
				background : transparent no-repeat center center ;
			}
			.actu_picture[data-img="contain"]{
				background-size : contain ;
			}
			.actu_picture[data-img="cover"]{
				background-size : cover ;
			}
	
	.headline {
		overflow-y:hidden;
	}
		.headline p {
			padding : 0;
			color: #262626;
			/* font-size: 12px; */
			width: 400px;
			max-width: 100%;
			margin: auto;
			line-height: normal;
			/* line-height: 18px; */
		}
	 
	#actu .bx-wrapper .bx-viewport{
		background : transparent ;
	}
	.headline img, .eventline img{
		max-width : 100%;
		max-height : 100% ;
	}
	.headline strong,.eventline strong{
		padding-left : 0px ;
		background : transparent ;
		clear : both ;
		display:block;
	}
	 
/* NEWSLETTER */
	#banner .newsletter{
		top : 0px ;
		right : 0px ;
		position : absolute;
		max-width: 205px;
		background : transparent ;
	}
	#banner .newsletter aside{
		/* background : transparent ;
		box-shadow : none; */
	}
	div.newsletter #Newsletter{}
	div.newsletter #Newsletter_mobile{}
	div.newsletter #Newsletter .news_label{color:#fff!important;display:inline-block!important;float:none;}
	div.newsletter #Newsletter .news_submit{color:#000!important;position:relative;top:0px;}
	div.newsletter #Newsletter input[type="email"]{color:#000!important; width:150px;}
	#ContainDecoBottom div.newsletter #Newsletter{background-image:url(../../images/box_newsl.png);height:115px;overflow-y:hidden;padding:0 10px;}
	#ContainDecoBottom .widget.newsletter{width:291px;margin-right:0px;}
	#ContainDecoBottom div.newsletter .box.box_top{background-image:url(../../images/box_top_newsl.png);} 
	#ContainDecoBottom div.newsletter .box.box_bottom{background-image:url(../../images/box_bottom_newsl.png);} 




	
/*********************************************************************************************************************************************/	
/* DIVERS / DECO / DRAPEAUX / AJOUT SPÉ   ****************************************************************************************************/
/*********************************************************************************************************************************************/	
.mob{display: none;}

/* Si utilisé dans deco de parametres.php */
#facebook{padding:5px;}
	#facebook a,#facebook a:hover{
		color : #333;
		text-decoration : none;
	}
	#facebook a img{
		vertical-align : middle ;
	}
	

	#deco{
		margin-top:10px ;
	}

	/* MULTI LANG */

	/* MULTI LANG */
	#site .drapeaux {
		position : fixed ;
		right : 20px ;
		top : 20px ;
		z-index : 9999;
		width : 115px ;
	}
		#site .drapeaux ul{
			list-style:none;
			display:none;
			width:100%;
			background:rgba(255,255,255,0.9);
			padding : 5px 5px 0 ;
		}
		#site .drapeaux li{
			padding-bottom : 5px
		}
		#site .drapeaux img.activeLang{
			border-width: 0;
		}
		#site .drapeaux span.activeLang{
			display : inline-block;
			width : 100% ;
			text-align : right ;
			box-sizing : border-box ;
			padding-right: 15px;
			cursor: pointer;
			background: transparent url(../../images/langlistw.png) right center no-repeat; /* langlistw.png pour blanc / langlist.png pour noir */
		}
		#site .drapeaux span.activeLang > span:first-child{
			padding-right : 15px; 
			font-size : 15px;
			display:none ;
		}
		#site .drapeaux span.activeLang > span.otherLang{
			padding-left : 5px; 
			font-size : 10px;
		}
		#site .drapeaux a{
			color : #313131 ;
		}
		#site .drapeaux img{
			max-height : 20px ;
			vertical-align : middle; 
		}
		#site .drapeaux img + span{
			padding-left : 15px; 
			font-size : 15px;
		}

.bloc_double .bdl_3:nth-child(2) {
    margin: 0 3%;
}
.bloc_double {
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
}

.ul_nav_sitemap li a{ /* Puce pour les liens de la page sitemap */
	background : transparent ;
	padding-left : 3px ;
}
.ul_nav_sitemap{
	list-style : square ;
	padding-left : 20px ;
	font-weight : normal ;
}
.ul_nav_sitemap a {
	font-weight : normal!important ;
}
	.ul_nav_sitemap a:hover {
		text-decoration : underline ;
	}

/* Partenaire */
.url_partenaire_url{
	float : left ;
	width : 200px ;
	height : 120px ;
	overflow : hidden ;
	text-align : center  ;
	padding : 10px ;
}

/* Pop Up viticole */
.popupViticole{
	padding : 20px 10px;
	color : #fff ;
	font-size : 1.4em;
}
	.popupViticole strong{
		padding : 0 0 5px 0 ;
		display : inline-block;
	}

/* Réseaux Sociaux */
#socialshare.box{
	position : fixed ;
	width : 135px ;
	top : 10% ;
	right : -135px ;
	display : block ;
	background : #e5e5e5 url(../../images/partage_share.png) left center no-repeat ;
	padding-left : 20px ;
}
	#socialshare.box:hover{
		right : 0px ;
	}
	
#socialshare.line{
	position : relative ;
	max-width : 100% ;
	display : block ;
	background : transparent;
	padding : 10px 0 ;
}
	#socialshare.line ul{
		margin-left : 0 ;
		text-align : center ;
	}
	#socialshare.line .social_share_privacy_area.line li .dummy_btn{
		padding-left : 0 ;
		margin : 1px;
	}
	#socialshare.line .social_share_privacy_area.line li {
		display : inline-block ;
		float : none ;
	}


.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label,
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset,
.social_share_privacy_area li.settings_info .settings_info_menu form {
	float : none ; 
	width : auto ;
	padding : inherit ;
	text-align : left ;
}

/*****************************************************************/
/* CONTACT   *****************************************************/
/*****************************************************************/
div#RightForm {
	width: 50%; 
	/* float: left; */
	/* margin: 20px 0; */
	/* padding: 35px 2%; */
	background: transparent;
	padding-bottom: 30px;
}

div#RightForm.RightForm2 {
	width: 50%;
	float: left;
	margin: 20px 0;
	padding: 0px 2%;
	background: transparent;
	padding-bottom: 30px;
}

div#LeftForm {
	width: 50%;
	/* float: left; */
	margin: 0 auto;
	/* padding: 0 8%; */
}

.form2cols{
	text-align : center ;
}
.form2cols input[type="text"],.form2cols input[type="password"],.form2cols input[type="date"],.form2cols input[type="datetime"],.form2cols input[type="datetime-local"],.form2cols input[type="month"],.form2cols input[type="week"],.form2cols input[type="email"],.form2cols input[type="color"],.form2cols input[type="number"],.form2cols input[type="search"],.form2cols input[type="tel"],.form2cols input[type="time"],.form2cols input[type="url"],.form2cols input[type="file"] ,.form2cols textarea,.form2cols select {
	min-width: 100px;
	border: 0px solid #00204B;
	padding: 10px;
	margin: 5px 0;
	width: calc(100% - 25px);
	font-size: 14px;
	background: #dddddd !important;
	border-radius: 25px;
}
.form2cols select, .form2cols select option {
	height : 36px ; 
	width: 100%;
}
.form2cols label{
	text-align : left ;
}

.form2cols .button,.form2cols  input.button[type="submit"],.form2cols  .box .button {
	/* text-transform: uppercase; */
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	padding : 6px;
	height: fit-content;
	margin: 0;
	/*border-width: 0px;*/
}
.form2cols fieldset{
	padding : 0 ;
	width : 100% ;
}

    div#spam {
            display: flex;
            align-items: center;
    }

    #spam label.BodyFontText {
            font-size: 14px;
            line-height: normal;
            text-align: right;
    }


/********/
/* RGPD */
/********/
.RGPD {
    text-align: justify;
    font-size: 0.8em;
    line-height: normal;
    /* width: 270px; */
    width: 100% !important;
    margin: 0 auto 15px;
    box-sizing: border-box;
}
input#RGPD {
    display: inline;
    padding: 0;
    margin: 0;
    height: auto;
    top: 6px;
}
label[for="RGPD"] {
    display: inline !important;
    text-align: justify !important;
}

/*************/
/****GoTop****/
/*************/
#goTop{
    display: none !important;
    position: fixed;
    right: 10px;
    bottom: 10vh;
    width: 50px;
    height: 50px;
    z-index: 9999999999999999999999;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.44);
    text-align: center;
    line-height: 60px;
	/* transition : all 0.3s ; */
}
/* #goTop:hover { */
	/* transition : all 0.3s ; */
    /* line-height: 50px; */
/* } */

/*****************************************************************/
/* ONEPAGE   *****************************************************/
/*****************************************************************/
.onepage{
	background : #fff ;
	min-height : 100vh; /* Permet d'avoir chaque segment faisant au moins 100% de la hauteur de l'écran */
}
	.onepage .onepage_content{ /* permet de center l'ensemble du contenu dans l'élément si ce dernier est initialement plus petit que l'écran */
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		top: 50vh;
		transform: translateY(-50%);
		box-sizing: border-box;
	}

	
/* Exemple CSS alternatif fond + couleur
	.onepage:nth-child(2n){background : #000 ;}
	#contain .onepage:nth-child(2n) ,.onepage:nth-child(2n) .galerie,.onepage:nth-child(2n) .BodyFontText{color: #fff;}
	#contain .onepage:nth-child(2n) a{color:#fcdd09;}
	.onepage:nth-child(2n) h1,.onepage:nth-child(2n) h2,.onepage:nth-child(2n) h3,.onepage:nth-child(2n) h4,.onepage:nth-child(2n) h5,.onepage:nth-child(2n) h6,.onepage:nth-child(2n) .BodyFontSubTitle,.onepage:nth-child(2n) .BodyFontTitle,.onepage:nth-child(2n) legend,.onepage:nth-child(2n) .boxTitle{color : #fcdd09;}
*/
	
/*********************************************************************************************************************************************/	
/* BLOC FW  ***** PLACER ICI LES THEMES ET CLASS PROPRE AU PROJET ****************************************************************************/
/*********************************************************************************************************************************************/	

.bfw1{background-color:#fff;}
.bfw2{
	background : #fff center top no-repeat scroll;
	background-size : cover ;
	padding : 100px 0 ;
}
.bfw3{
	background : #fff center center no-repeat ;
	background-size : cover ;
}
.bloc_fw.intro{
	background : #796e6d center bottom no-repeat ;
	background-size : cover ;
}
	
/*********************************************************************************************************************************************/	
/* RESPONSIVE  *******************************************************************************************************************************/
/*********************************************************************************************************************************************/	


@media (max-width: 740px) { /* Inscrire ici la largeur de la zonde de contenu */
	/* .poweredby{color:#000;display:block;margin:auto ;}
	#signature .BottomFontText,#signature .BottomFontText a, .signature * {color: #000 ;}
	#contain, .galerie, .BodyFontText{color: #000;}
	#contain a{color:#f00; font-weight:bold;}
	h1,h2,h3,h4,h5,h6,.BodyFontSubTitle, .BodyFontTitle, legend{color : #000 ;}
	h1,h2,h3,h4,h5,h6,.BodyFontSubTitle, .BodyFontTitle {padding:5px 0px ;} */

	body #footer img.mobile_only{
		display:block !important;
	}
	
	#site #LeftForm, #site #RightForm{
		float : none ;
		clear : both ;
		margin : 10px auto ;
		padding : 0 0px ;
		box-sizing : border-box ;
		width : 100% ;
		max-width : 100% ;
		text-align : center ;
	}
	form fieldset{
		padding : 0 ;
	}
	/* #footer{
		background : #000 ;
	} */

	/* body{
		background : #000;
	} */
}

@media (min-width:970px) and (max-width:1200px){ 

}

@media (max-width: 1400px) {
	
	div#banner2 > div {
		padding: 0 0 0 6%;
		font-size: 0.8em;
		line-height: 1em;
	}
	
}
@media (max-width: 1200px) {
	div#bannav {
		flex-direction: column;
		background: #998C79;
		background: #fff;
	}
	li a.MenuHyperlink, li a.MenuHyperlinkSelected {
		padding: 25px 10px 10px;
	}
}
@media (max-width: 970px) {
	.bloc_double {
    flex-direction: column;
}
	div#banner2 > div {
        padding: 100px 0 0 6%;
        font-size: 0.6em;
        line-height: 1em;
        width: 100%;
        border-right: 0px solid #d0a35c;
        /* justify-content: flex-start; */
    }
	div#banner2 {
		height: 100%;
		width: 100%;
	}
	div#banner2 > div {
        padding: 0 0 0 6%;
        font-size: 0.8em;
        line-height: 1em;
        width: 100%;
        border-right: 0px solid #d0a35c;
        margin: 0 !important;
    }
	div#banner2 h2 {
		font-size: 4em;
		line-height: 1em;
		border-right: 0px solid #d0a35c;
		padding-bottom: 15px;
	}
	div#banner2 span {
		border-right: 0px solid #d0a35c;
		font-size: 2em;
		line-height: normal;
		margin: 0;
	}
	div#flexinline {
		border-right: 0px solid #d0a35c;
		padding-top: 50px;
		margin: 30px 0;
		font-size: 1.2em;
		width: fit-content;
	}
	html body{
		/*background-position : center 57px; */
		padding:0px 0 57px; /* par defaut 0 1% => voir en fonction des sites */
	}
	#footer img.mobile_only{
		display:none !important;
	}
	#container{
		background: #fff;
	}
	#containers{
    padding: 0;
	}
	.img_bg img {
		display : none ;
	}
	.mob{display: block;}
	fieldset{
		border-width : 0px ;
	}
	form fieldset label{
		text-align : center !important;
		max-width : 100% ;
		width : 100% ;
	}
	div#RightForm, div#LeftForm {width: 98%; float: none; padding: 1%; text-align: center; border: none;}
	/* Pour modifier la couleur du texte de toutes les boîtes RWD */
	.actu .article {padding-top: 0px !important;}
	
	span.vignette img {
		padding: 0 !important;
	}
/* HACK RWD TOOLBAR => Pour modifier les couleurs du RWD */	
    #RWDMenu #toolbar {
        background: #000!important;
        height: 50px;
        padding-bottom: 7px;
    }
	 
	#RWDMenu #navigationM, #RWDMenu #newsM, #RWDMenu #newsletM, #RWDMenu #coordM, #RWDMenu #toolsM, #RWDMenu #cartM, #RWDMenu #searchM{
		background: #fff!important ;/* Couleur des boites et Menu RWD */
		box-shadow: 0 0 8px #000;
		-webkit-box-shadow: 0 0 8px #000;
	}
	
	#RWDMenu #newscpt, #RWDMenu #cartcpt, #RWDMenu #toolscpt{ /* Modification des puces compteurs Panier et Actu + "!" d'outils */
        border-radius: 28%;
        background: #ffffff !important;
        color: #031c5b;
		box-shadow : -1px 1px 1px rgba(0,0,0,0.5);
		font-weight: 400;
		font-size: 12px;
		width: 16px !important;
		height: 15px;
		right: 25px;
	}
	#RWDMenu .box h3{ /* Comportement du titre des actu RWD */
		color: #000;
		padding-left: 0px !important;
		font-weight: 700;
		font-size: 15px;
		margin: 10px 0 0;		   
	}
	html #RWDMenu .button, html #RWDMenu input[type="submit"]{ /* Comportement des boutons et des submits (Newsletter / Recherche) */
		background : #f00 !important ;
		color : #ede2d1 !important ;
	}
/* MENU RWD */

	span.deploie{
		display:none;
	}
	#navigationM #navContainer ul li {
		position : relative;
		border-width: 0;
	}
	#navigationM #navContainer ul li ul {
		display: none;
	}
	#navigationM #navContainer ul li .ssmenu{ /* Gestion du + */
		position: absolute;
		right: 0;
		top: 0px;
		display: inline-block;
		color: #031c5b!important;
		background: transparent;
		width: 30px;
		text-align: center !important;
		height: 14px;
		margin: 0px 0;
		font-size: 1.2em;
		line-height: 14px;
		vertical-align: middle;
		z-index: 999999999;
		cursor : pointer;
		padding: 10px;
	}
		/* A MODIFIER OU PAS */
	#body #RWDMenu .box *, #body #RWDMenu .widget *, #body #RWDMenu .box h3, #body #RWDMenu #coordM #coordContainer *, #body #RWDMenu #newsletM #newsletContainer{
		color: #000!important;
	}
	#navigationM #navContainer ul li ul{ /* arrière plan des sous menu */
		background: rgb(40 40 40 / 12%);
	}
	#body #RWDMenu #navigationM, #body #RWDMenu #newsM, #body #RWDMenu #newsletM, #body #RWDMenu #coordM, #body #RWDMenu #toolsM, #body #RWDMenu #cartM, #body #RWDMenu #searchM{
		background : #ede2d1fffd4!important ;
		backdrop-filter: blur(10px);
	}
	#RWDMenu .MenuHyperlink, #RWDMenu .MenuHyperlinkSelected{ /* Comportement du lien dans la navigation */
		color : #fff !important;
		border: 0px solid #000 !important;
		background: linear-gradient(180deg, #ffffff 25%, #00000017 100%);
		border-radius: 0;
		/* border-width: 0 0px 1px 0 !important; */
	}
	#body #RWDMenu .MenuHyperlinkSelected{
		font-weight: normal;
		font-style: italic;
	}
	.bx-controls.bx-has-pager {
		padding-top: 50px !important;
	}
	.bloc_double .bdl_2:nth-child(2) {
    margin-left: 0;
}
.bfw2 {
    padding: 0px 0;
}
aside#FullDecoBottom {
    display: none;
}
    #contain h2, #contain .BodyFontTitle {
        font-size: 1.6em;
    }
	h3, .BodyFontSubTitle {
    font-size: 1.15em;
    }
	.home #containers {
    padding: 5vh 0 0;
}
}



@media (max-width: 750px) {
	#FooterDecoTop form {
    flex-direction: column;
}
    div#banner2 span
 {
        font-size: 3em;
    }

div#RightForm, div#LeftForm  {
	width: 100%;
}
	
	.home #containers {
    padding: 2vh 0 0;
}
	div#banner2 > div {
        padding: 100px 0 0 6%;
        font-size: 0.45em;
        line-height: 1em;
        width: 100%;
        border-right: 0px solid #d0a35c;
        justify-content: flex-start;
    }
	    div#banner2 h2 {
        font-size: 6em;
    }
	.home #headers {
    height: 75vh;
    }
	    .galerie .vignette{
        max-width: 42% !important;
    }
	.bloc_double {
		display: block;
	}
	#container .bloc_double .contain2 {
        padding: 0%;
    }
	div#flexinline {
        font-size: 1.5em;
    }
	.article div#flexinline {
    margin: 0;
    padding: 0;
        flex-direction: column;
}
    div#flexinline {
        border-right: 0px solid #d0a35c;
        padding-top: 50px;
        margin: 30px 0;
        font-size: 1.5em;
        width: fit-content;
    }
	#bloc_fw_2 .article a.btn {
		border: 1px solid #ede2d1;
		font-size: 0.7em;
		width: fit-content;
		flex-wrap: nowrap;
		margin: 10px 0;
	}
	form.contactform {
		flex-direction: column;
	}
	form.contactform iframe {
	   width: 100%;
	}
}

@media (max-width: 500px) {
    div#banner2 > div {
        font-size: 0.65em;
    }
	div#banner2 h2 {
        font-size: 4em;
    }
	    div#banner2 span {
        border-right: 0px solid #d0a35c;
        font-size: 1.8em;
        line-height: normal;
        margin: 0;
    }
}

