/*********************************************************************************************************************************************/	
/* STRUCTURE   *******************************************************************************************************************************/
/*********************************************************************************************************************************************/	

/* BASE */
@import url(https://fonts.googleapis.com/css?family=Halant:400,600,700|Satisfy);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic); 
	body{font-size : 16px ; font-family: 'Lato', 'Verdana','sans-serif';}
/* CSS RGPD */
.RGPD {
    text-align: justify;
    font-size: 0.9em;
    line-height: normal;
    /* width: 270px; */
}
input#RGPD {
    display: inline;
    padding: 0;
    margin: 0;
    height: auto;
    top: 4px;
}
label[for="RGPD"] {
    display: inline !important;
    text-align: justify !important;
}
.small{font-size:0.9em!important;}
/* Image et couleur de fond */
	html{}
	body{background : #fff;}
	#site{}  /* Englobe tous le site */
	.page {background : transparent ;} /* Formate la page dans les blocs 100% */
	#headers,#headerBan,#headerNav,#headerSlide{clear:both;}
	#headers{background:transparent;}
		#headerBan{background: transparent;/*  height: 280px; */} /* Englobe #banner */
			#banner {background : transparent ;}
			#banner .h1 {text-align:center;}
		#headerNav{background:#9d9d9d;} /* Englobe #navigationH */
		#headerSlide{background: transparent;} /* Englobe #bandeau_anim et #bandeau_fixe */
			/* .home  */#headerSlide{background: transparent;position: relative;} /* Englobe #bandeau_anim et #bandeau_fixe */
			/* .home  */#headerSlide .page{width:100%;} /*Pour avoir un slide à 100% du site */
			#anim1{
				background: #262a35 url(../../images/anim_bg1.jpg) top center no-repeat;
				background-size: auto;
				background-size: contain;
			}
			#anim2{background: transparent url(../../images/anim_bg2.jpg) top center no-repeat;}
			#anim3{background: transparent url(../../images/anim_bg3.jpg) top center no-repeat;}
			#anim4{background: transparent url(../../images/anim_bg4.jpg) top center no-repeat;}
		
		img#bel {
			position: absolute;
			top: calc(50%);
			right: 15%;
			z-index: 9999;
			max-width: 25%;
		}
	#containers{background : #fff;/*  url(../../images/page.png) repeat-y top center  */padding-top:28px;position:relative;} /* Englobe #container, #containDeco, #contain, #leftbar */
	.home #containers{background: #000000;padding-top:28px;position:relative;} /* Englobe #container, #containDeco, #contain, #leftbar */
	.shadow{
		background: transparent url(../../images/shadow.png) top center repeat-x;
		height: 28px;
		position:absolute;
		width:100%;
		top: 0px;
	}
		#container {/* background : #fff url(../../images/page.png) repeat-y top left ; */}
		.home #container {background : transparent ;}
			#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;}
				.home #leftbar {background: transparent url(../../images/accueil_leftbar.jpg) 300px center repeat-y;}
				#leftbar div.box {padding: 0 16px 14px 20px;}
				#leftbar div#Panier {padding: 0px !important;}
	#footers{background: #f1f1f1;} /* Englobe #footer et #footerContent */
		#footer{}
			#footer #footerContent{background : transparent;/* position:absolute;  box-shadow: 0px 0px 8px #888; -webkit-box-shadow: 0px 0px 8px #888;*/} /* 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: #000000;font-size: 0.95em;text-transform: uppercase;padding: 10px 0;} 
	.poweredby{color:#ffffff;display:inline-block;margin:auto ;} /* Couleur des liens des plugins */

	#FullDecoTop {background: transparent url(../../images/shadow.png) top center repeat-x;}
	
/* Couleur de texte */
	#signature .BottomFontText,#signature .BottomFontText a, .signature * {color: #ffffff ;}
	#contain, .galerie, .BodyFontText{color: #494949;}
	.home #contain,.home  .galerie,.home  .BodyFontText{color: #fff;}
	#contain a{color:#a90d4e; font-weight:bold;}
/* Titres */
	h1,h2,h3,h4,h5,h6,.BodyFontSubTitle, .BodyFontTitle, legend, .boxTitle{line-height:1.2em; color: #9d9d9d;}
	h1,h2,h3,h4,h5,h6,.BodyFontSubTitle, .BodyFontTitle {padding:5px 0px ;}
	
	h1 {
		font-size:1.25em;
	}
	#contain h2,#contain .BodyFontTitle {
		font-size: 1.2em;
		padding-left: 0px;
		background: transparent;
		margin-bottom: 10px;
		text-transform: uppercase ;
		font-weight: 700;
		color: #a90d4e;
	}
	.home #contain h2,.home #contain .BodyFontTitle {
		color: #fff;
	}
	#contain span.BodyFontTitle,#contain legend.BodyFontTitle {border-width : 0px ;}
	h3, .BodyFontSubTitle {
		font-size:1.7em;
		padding-left:35px;
		padding-bottom: 10px;
		/* font-family: 'Satisfy', 'Halant', 'Verdana'; */
		font-weight: normal;
	}
	.home h3,.home  .BodyFontSubTitle {color: #fff;}
	.home p {text-align: justify;}
	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 ;
	}
	#contain p {
		text-align: justify;
	}
/* 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) ; */
	}
	.galerie .vignette img, span.vignette{
		width: 90px;
		height: 90px;
	}
/* Formulaire */
	.button , .box .button {color: #a90d4e; background: #fff; font-weight: bold; padding: 2px 3px;}

#cboxLoadedContent {
	background: #a90d4e !important;
}
	
/*********************************************************************************************************************************************/	
/* 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:#fff;} /* 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: #fff;
		background: transparent;
		border-width: 0px;
		display: block;
		font-size: 1.45em;
		font-weight: 600;
		text-transform: uppercase;
	} /* Régis tous les titres des boite */
	.box h3{
		padding: 2px 0 0 5px;
		color: #fff;
		background: transparent;
		border-width: 0px;
		font-size: 1.6em;
		margin-bottom: 5px;
	} /* Régis les titres des boites actus et coordonnées */
	.home .box.box_bottom{
		height: 0px; background: transparent;
	}.box.box_bottom{
		height : 30px ;background : transparent url(../../images/box_bottom.png) center center no-repeat;
	} /* 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; */
	}
	#footer #footerContent  *{
		line-height: 0px;
		font-size: 0px;
		display: block;
		padding: 0;
		margin: 0;
		float: left;
	}
	
/*********************************************************************************************************************************************/	
/* NAVIGATION  *******************************************************************************************************************************/
/*********************************************************************************************************************************************/	


	/* Liens du menu */
	li a.MenuHyperlink, li a.MenuHyperlinkSelected {
		color: #fff;
		/* font-weight: 600; */
		text-transform: uppercase;
		font-size: 1em;
		padding : 0 12px;
	}
	li a.MenuHyperlink:hover, #navigationH .navigation1 li.level1:hover>a.MenuHyperlink{
		color: #a90d4e !important;
	}
	li a.MenuHyperlinkSelected{
		color: #a90d4e;
	}
/* 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;height :23px;position:relative;padding:0px 11px 0px ;text-align:center;}
	.box#navigationH{background: #9d9d9d; height: 30px; position: relative; padding: 0px 11px 8px; 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 : #9d9d9d;
			z-index : 99999 ;
		} 
		#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: 11px 4px 6px; /* A modifier pour régler l'espace entre la navigation level1 et le sous menu */
		}
		#navigationH .navigation1 li ul ul 
		{
			margin : 0px 0 0 175px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */  
			margin-top : -31px; /*  A modifier pour aligner le haut des sous menu à la rubrique parente */  
		}
		.box#navigationH li.level1{
			text-align : left ;
			padding-right : 3px ;
			padding-left : 0px ;
		}
		 .box#navigationH li.level1 +li.level1{
			padding-left : 3px ;
			/* border-left : 1px solid #fff ; */
			background : transparent; /* url(../../images/nav_separe.png) bottom 18px left no-repeat */
			padding-right : 3px ;
		}
		#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 */
		}
		#navigationH .navigation1 li ul /* Sous-listes */
		{ 
				-moz-box-shadow: 0px 2px 2px #999; 
				-webkit-box-shadow: 0px 2px 2px #999; 
				box-shadow: 0px 2px 2px #999; 
				box-shadow: 0px 2px 2px 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{}
	div.actualites .box.box_top{} 
	div.actualites .box.box_bottom{}
	.headline a.savoir_plus {
		padding-left: 15px;
		background: transparent url(../../images/savoir_plus.png) left center no-repeat;
		float: right;
		margin-right: 5px;
		font-family: 'Satisfy', 'Halant', 'Verdana';
		font-size: 1.45em;
		text-decoration: none;
		margin-bottom: 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: 200px;}
		 #scrollup {
		   position: relative;
		   border: 0px solid #000;
		   height: 200px;
		   width: 100% ;
		 }
		 .headline {
		   height: 200px;
		   overflow-y:hidden;
		 }
		 
		 #actu .bx-wrapper .bx-viewport{
			background : transparent ;
		 }
		 .headline img, .eventline img{
			float : left ;
			padding-right: 5px ;
			max-width : 50px ;
			max-height : 50px ;
			position : relative ;
			top :15px ;
		 }
		 .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{background: transparent url(../../images/box_newsl.png) left top no-repeat;}
	div.newsletter #Newsletter_mobile{}
	div.newsletter #Newsletter .news_label{
		color:#fff!important;
		display:inline-block!important;
		float:none; 
		font-size: 1.75em;
		font-weight: 600;
		padding-left: 50px;
		padding-top: 12px;
		height: 82px;
	}
	div.newsletter #Newsletter .news_submit{color:#000!important;position:relative;top:0px;}
	div.newsletter #Newsletter input[type="email"]{color: #9d9d9d !important; width: 180px;}
	#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É   ****************************************************************************************************/
/*********************************************************************************************************************************************/	


/* 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 */
	#drapeaux {
		position : absolute ;
		right : 20px ;
		top : 55px ;
	}
	#drapeaux img.activeLang{
		filter: alpha(opacity=100);
		opacity: 1;
		border-width: 0;
	}
	#drapeaux img{
		max-height : 20px ;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}



.ul_nav_sitemap li a{ /* Puce pour les liens de la page sitemap */
	background : transparent ;
	padding-left : 3px ;
}
.ul_nav_sitemap{
	list-style : square ;
}

/* 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;
	}

#pictos{
	background: #000000;
	width: 100%;
	text-align: center;
	position: relative;
	max-height : 50px;
	overflow-y : hidden;
}
#pictos img{
	padding : 5px 0px;
	margin : 0 ;
	line-height : 0 ;
	max-width: 100%;
}

/* PANIER */


/* RECHERCHE */
.ui-corner-all {}
	
	
	
	div#pictos_footer_mobile {
		display: none !important;
	}
/*********************************************************************************************************************************************/	
/* RESPONSIVE  *******************************************************************************************************************************/
/*********************************************************************************************************************************************/	


@media (max-width: 648px) { /* 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 ;} */
	#drapeau {
		position : relative !important;
	}
	#drapeau img {
		display : inline-block !important;
	}
	body #footer img.mobile_only{
		display:block !important;
		
	}
	/* #footer{
		background : #000 ;
	} */

	/* body{
		background : #000;
	} */
	#pictos {
		display: none !important;
	}
	#headerBan {
		background: #fff !important;
		height: auto !important;
	}
	label+input, label+select {
		left: 0px !important;
		width: 50% !important;
	}
	
	#footer #pictos_footer_mobile .picto {
		display : block ;
		width : 100% ;
	}
}
@media (max-width: 1400px) { 

			#anim1{
				background: #262a35 url(../../images/anim_bg1.jpg) top center no-repeat;
				background-size: cover;
			}
}
@media (max-width: 970px) { /* Inscrire la largeur de la page qui est de 970px */
	html body{
		background-position : center 57px; 
		padding:57px 0 0; /* par defaut 0 1% => voir en fonction des sites */
	}
	#footer img.mobile_only{
		display:none !important;
	}
	#container{
		background : #fff ;
	}
/* HACK RWD TOOLBAR => Pour modifier les couleurs du RWD */	
	#RWDMenu #toolbar{
		background: #9d9d9d !important ; /* Couleur du Toolbar */
	}
	 
	#RWDMenu #navigationM, #RWDMenu #newsM, #RWDMenu #newsletM, #RWDMenu #coordM, #RWDMenu #toolsM, #RWDMenu #cartM, #RWDMenu #searchM{
		background: #4b5457!important ;/* Couleur des boites et Menu RWD */
	}
	
	#RWDMenu .MenuHyperlink{ /* Comportement du lien dans la navigation */
		color : #fff !important ;
	}
	#RWDMenu .MenuHyperlinkSelected{ /* Comportement du lien dans la navigation */
		color : #A90D4E !important;
		background-color: #9d9d9d;
	}
	#RWDMenu #newscpt, #RWDMenu #cartcpt, #RWDMenu #toolscpt{ /* Modification des puces compteurs Panier et Actu + "!" d'outils */
		border-radius : 50% ;
		background : #A90D4E !important ;
		color : #fff ;
		box-shadow : -1px 1px 1px rgba(0,0,0,0.5); 
	}
	#RWDMenu .box h3{ /* Comportement du titre des actu RWD */
		color : #fff ;
	}
	html #RWDMenu .button, html #RWDMenu input[type="submit"]{ /* Comportement des boutons et des submits (Newsletter / Recherche) */
		background : #A90D4E !important ;
		color : #fff !important ;
	}
	#containers {
	background: #fff;
	}
	.actu .article {
		padding-top: 0px;
	}
	#container #contain {
		padding-top: 0;
	}
	
	/* FOOTER */
		div#pictos_footer {
			display: none !important;
		}
		#footer #footerContent {
			box-shadow: none !important;
			-webkit-box-shadow: none !important;
			text-align: center !important;
		}
			#footer #footerContent *{
				display : inline-block ;
				float : none ;
			}
				html div#pictos_footer_mobile {
					display: block !important;
					text-align: center !important;
					margin: auto 0 !important;
				}
					#pictos_footer_mobile .picto {
						display : inline-block ;
						width : 50% ;
					}
					#pictos_footer_mobile .picto.gris {
						background : #f1f1f1 ;
					}
}
/* 2020 */

div#pictos_footer {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}
#footer #footerContent * {
	float: none;
}
iframe#iFrameResizer0 {
    height: inherit !important;
}
.contact {
    padding: 28px !important;
    background: #f1f1f1;
}


@media (max-width: 970px) {
	div#pictos_footer {
		flex-direction: column;
	}
}
