body {
	background : #353535; 
	font-family: 'Open Sans', Arial, sans-serif;
	font-size  : 16px;
}
h1, h2, h3, h4, h5 {
	font-family: CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-weight: 300;
}
* { outline: none !important; }

.fr-only:not(.langfr) { display: none; }
.mobonly { display: none; }
table, tr, td { border: none !important; }
.seeU,
.rt {
	position: absolute;
	left    : -10000px;
}
img { max-width: 100%; }
/*-----------------------------------*/
/*      CONTENEURS PRINCIPAUX        */
/*-----------------------------------*/
#outer-wrapper {
	position  : relative;
	background: #fff;
	margin    : 0 auto;
	width     : 100%;
	min-height: 600px;
	height    : auto !important;
	background: white;
	z-index   : 1;
	transition: all 0.5s ease-out;
}
#outer-wrapper.moved,
#menuprincipal.moved {
	transform: translate(240px);
}
.chrow {
	width  : 100%;
	clear  : both;
	padding: 0;
	margin : 0;
}
.container {
	position: relative;
	width   : 1200px;
	margin  : 0 auto;
}
.container.topbandeau,
.container.topbandeau img {
	width   : 100%;
}
/*----fin conteneurs principaux------*/

/* -- voile du menu hamburger, haut de page absolute -- */
#hamvoile {
	background: rgba(0,0,0,0.8);
	position  : absolute;
	top       : 147px;
	left      : 0;
	width     : 100%;
	height    : 100%;
	z-index   : 1000;
	cursor    : pointer;
	display   : none;
}

/*-----------------------------------*/
/*  HEADER MENU                      */
/*-----------------------------------*/
header {
	float     : left;
	position  : relative;
	width     : 100%;
	height    : 147px;
	background: #353535;
	z-index   : 2;
}
#headdeco {
	width     : 100%;
	height    : 40px;
	position  : absolute;
	bottom    : 0;
	left      : 0;
	background: #000;
}
.mobile_logo {
	display: none;
}
header a.logo {
	position: absolute;
	display : block;
	width   : 122px;
	height  : 147px;
	top     : 0;
	left    : 80px;
	z-index : 2;
}
header a.logo img {
	width : 100%;
	height: 100%;
}

header .slogan {
	width      : 800px;
	margin     : 20px auto 0 auto;
	text-align : center;
	font-family: CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size  : 22px;
	line-height: 26px;
	color      : #C5AF82;
}
#showsearch {
	float  : right;
	margin : 8px 10px 0 0;
	display: none;
}
/* -- menu principal -- */
#hamzone {
	position   : absolute;
	left       : 0;
	bottom     : 0;
	color      : #fff !important;
	height     : 40px;
	font-size  : 10px;
	line-height: 10px;
	text-align : center;
	z-index    : 5;
}
#hamzone p { margin: 0; }

#houvert { display: none; }
#menu-icon {
	position  : relative;
	width     : 80px;
	height    : 25px;
	transition: transform 0.5s;
	cursor    : pointer;
	z-index   : 5;
}
#menu-icon span {
	position  : absolute;
	top       : 50%;
	left      : 50%;
	transform : translateX(-50%) translateY(-50%);
	display   : block;
	width     : 32px;
	height    : 2px;
	background: #fff;
	transition: background 0.5s;
}
#menu-icon span::before,
#menu-icon span::after {
	content   : '';
	position  : absolute;
	top       : 0;
	left      : 0;
	transform : translateY(-7px);
	display   : block;
	width     : 32px;
	height    : 2px;
	background: #fff;
	transition: transform 0.5s;
}
#menu-icon span::after {
	transform: translateY(7px);
}
#menu-icon.is-opened span { background: transparent; }
#menu-icon.is-opened span::before { transform: translateY(0) rotate(45deg); }
#menu-icon.is-opened span::after { transform: translateY(0) rotate(-45deg); }

#menuprincipal {
	width     : 240px;
	position  : absolute;
	left      : -240px;
	top       : 0;
	overflow  : hidden;
	background: #353535;
	transition: transform 0.5s ease-out;
	min-height: 100%;
	overflow-y: auto;
}

#menutop {
	background: #000;
	width     : 240px;
	height    : 147px;
	position  : relative;
}
#menutopsearch {
	position: absolute;
	height  : 40px;
	width   : 100%;
	left    : 0;
	top     : 105px;
} 
#leftlangues {
	padding: 12px 0 0 16px;
}
.selectbureau,
.selectlangue {
	padding        : 0 0 0 18px;
	margin         : 0;
	background     : url(/assets/img/white_arrow_down11.svg) no-repeat left center;
	background-size: 11px auto;
	cursor         : pointer;
	font-family    : CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-weight    : 300;
	text-transform : uppercase;
	font-size      : 8px;
}
.selectbureau:hover,
.selectlangue:hover {
	color          : #C5AF82 !important;
	background     : url(/assets/img/gold_arrow_down11.svg) no-repeat left center;
	background-size: 11px auto;
}
.langlist {
	position  : absolute;
	left      : 24px;
	top       : 32px;
	padding   : 2px 10px 10px 10px;
	background: #000;
	z-index   : 50;
}
.yams_current {
	display: none;
}
.menulangues,
.menubureaux {
	position      : relative;
	color         : #fff;
	font-size     : 12px;
	letter-spacing: 1px;
}
.menubureaux a,
.menulangues a {
	color          : #fff;
	text-decoration: none;
	margin         : 0 0 3px 0;
}

#hmenu {
	margin: 12px 0;
	width : 240px;
}
#hmenu ul {
	background : #474747;
	font-size  : 0.9em;
	font-weight: 300;
	line-height: 1.1em;
}
#hmenu ul ul {
	background : #525252;
	font-size  : 0.96em;
	font-weight: 300;
	line-height: 1.1em;
}
#hmenu a {
	display        : block;
	color          : #fff;
	text-decoration: none;
	font-size      : 0.875em;
}
#hmenu a:hover,
#hmenu a.active,
#hmenu a.jsactive,
#hmenu li.level1.active > a {
	color: #C5AF82;
}
#hmenu li > a {
	position: relative;
	padding : 3px 8px 3px 30px;
}
#hmenu li.level1 > a:before {
	content   : url(/assets/img/puce_carree_orsurnoir_11.svg);
	position  : absolute;
	width     : 11px;
	height    : 11px;
	top       : 50%;
	margin-top: -10px;
	left      : 10px;
}
#hmenu li.level1 > a.jsactive:before {
	content   : url(/assets/img/puce_carree_orsurnoir_11.svg);
	position  : absolute;
	width     : 11px;
	height    : 11px;
	top       : 50%;
	margin-top: -5px;
	left      : 15px;
	-webkit-transform: rotate(90deg);
	-moz-transform   : rotate(90deg);
	-ms-transform    : rotate(90deg);
	-o-transform     : rotate(90deg);
	transform        : rotate(90deg);
}
#hmenu li li a {
	padding: 3px 8px 3px 40px;
}
#hmenu li li li a {
	padding: 1px 8px 2px 50px;
}
/*--fin menu principal--*/

/*-----------------------------------*/
/*       moteur de recherche         */
/*       réseaux sociaux             */
/*       haut de page                */
/*-----------------------------------*/
#topsearch {
	padding: 20px 0;
}
#topsr {
	width     : 802px;
	margin    : 0 auto;
	padding   : 0;
	text-align: left;
	height    : 40px;
}
#topsr #topsearchform {
	display: inline-block;
	margin : 0 !important;
	padding: 0 !important;
	width  : 500px;
	height : 40px;
	border : 0;
	border-right: 1px solid #fff;
}

#footer1 ul.socs_icons,
#topsr ul.socs_icons {
	display       : inline-block;
	margin        : 4px 0 0 6px;
	height        : 32px;
	padding       : 0;
	vertical-align: middle;
}
#topsr ul.socs_icons {
	vertical-align: top;
}
ul.socs_icons li a,
ul.socs_icons li a img,
ul.socs_icons li {
	display        : inline-block;
	width          : 32px;
	height         : 32px;
	margin         : 0 0 0 6px;
	padding        : 0;
	border         : 0;
	text-decoration: none;
}
ul.socs_icons li a,
ul.socs_icons li a img {
	margin  : 0 !important;
	overflow: hidden;
}
#footer1 ul.socs_icons {
	margin: 18px 0 0 186px;
}
#topcoteaux {
	position: absolute;
	right   : 60px;
	top     : 42px;
}
#headlangues {
	height : 30px;
	padding: 0 60px 0 0;
}
#rightbureaux {
	height : 30px;
	margin : 0 30px 0 0;
}
#rightlangues,
#rightbureaux {
	float  : right;
	padding: 10px 0 0 0;
}
#rightlangues .langlist {
	position  : absolute;
	left      : 9px;
	background: #353535;
	z-index   : 50;
}
#rightbureaux .bureauxlist {
	position  : absolute;
	left      : 0px;
	width     : 200px;
	background: #353535;
	z-index   : 50;
}
.menburintro {
	background: #000;
	padding   : 18px;
}
ul.menu_bureaux {
	padding: 5px 18px 18px 18px;
}
ul.menu_bureaux li {
	margin: 0 0 5px 0;	
}
ul.menu_bureaux a {
	display        : inline-block;
	padding-left   : 23px;
	background     : url(/assets/img/puce_carree_orsurnoir_11.svg) no-repeat left center;
	background-size: 11px 11px;
} 
#leftlangues p + div,
#rightlangues p + div,
#hamzone p + div { margin: 0 !important; }
/*------------fin header-------------*/

/*-----------------------------------*/
/*              FOOTER               */
/*-----------------------------------*/
.narrow-foot {
	padding-left : 6%;
	padding-right: 6%;
	margin       : 0 auto;
}
footer {
	width     : 100%;
	padding   : 20px 0px;
	background: #fff;
	color     : #a9a9a9;
}
#footer1 {
	margin  : 3em auto 0 auto;
	height  : 70px;
	position: relative;
}
.footlogo {
	position: absolute;
	top     : 0;
	left    : 82px;
	width   : 80px;
	height  : 97px;
	z-index : 5;
}
#footer2 {
	padding: 26px 0 15px 0;
}
.footcivc.narrow-foot {
	padding-top   : 28px;
	padding-bottom: 18px;
}
.f2half {
	color         : #C5AF82;
	float         : left;
	vertical-align: top;
	width         : 50%;
	margin        : 16px 0;
}
.f2lefthalf {
	border-right: 1px solid #C5AF82;
	padding     : 10px 20px 30px 0;
}
.f2lefthalf a {
	display        : inline-block;
	font-family    : CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-size      : 12px;
	line-height    : 12px;
	color          : #C5AF82;
	text-decoration: none;
	text-transform : uppercase;
	margin         : 0 40px 30px 0;
}
.f2righthalf {
	padding: 10px 0 30px 40px;
}
.f2righthalf p {
	margin: 0 0 1.5em 0;
}
.f2righthalf input[type=text] {
	width        : 75%;
	padding-left : 2%;
	border       : 1px solid #fff;
	height       : 38px;
}
.f2righthalf input[type=submit] {
	width        : 23%;
	border       : 1px solid #353535;
	background   : #353535;
	color        : #C5AF82;
	height       : 38px;
}
/* à traiter à part en responsive */
#fnewsletter,
.footcivc.narrow-foot a {
	box-sizing     : content-box;
	font-family    : CIVCTitle, 'Open Sans', Arial, sans-serif;
	display        : inline-block;
	padding        : 22px 0;
	margin-bottom  : 10px !important;
	font-variant   : small-caps;
	color          : #C5AF82;
	border         : 1px solid #C5AF82;
	text-decoration: none;
	text-align     : center;
	width          : 29.5%;
	background     : url(/assets/img/civclink.svg) no-repeat right 5px bottom 5px;
	background-size: 11px;
}
a#fnewsletter {
	box-sizing      : content-box;
	font-family     : CIVCTitle, 'Open Sans', Arial, sans-serif;
	display         : inline-block;
	padding         : 22px 0;
	margin-bottom   : 0;
	font-variant    : small-caps;
	color           : #353535;
	background-color: #C5AF82 !important;
	border          : 1px solid #C5AF82;
	text-decoration : none;
	text-align      : center;
	width           : 90%;
	background      : url(/assets/img/civclink_white.svg) no-repeat right 5px bottom 5px;
	background-size : 11px;
}
a#fnewsletter:hover {
	background-color:  #353535 !important;
	color     : #C5AF82;
}
.footcivc.narrow-foot a:hover {
	background:  #C5AF82;
	color     : #353535;
}
.footcivc.narrow-foot a:nth-child(1) {
	margin: 0 4.5% 0 0;
}
.footcivc.narrow-foot a:nth-child(2) {
	margin: 0;
}
.footcivc.narrow-foot a:nth-child(3) {
	margin: 0 0 0 4.5%;
}
.narrow-foot hr {
	margin          : 0;
	color           : #C5AF82;
	background-color: #C5AF82;
}
#footer3 {
	padding: 35px 0;
	color  : #353535;
}
#footer3 a {
	color          : #353535;
	text-decoration: none;
}
.littlelinks { font-size: .95em; }
/*------------fin footer-------------*/

/*-----------------------------------*/
/*              HOME                 */
/*-----------------------------------*/

/* -- slider -- */
#slider-home-wrapper {
	position  : relative;
	width     : 100%;
	height    : auto;
	overflow  : hidden;
	z-index   : 1;
	padding   : 0;
	margin    : 0;
}

#slider-home,
.slide-bureau,
.slide-bureau img
.slide-home,
.slide-home img {
	width : 100%;
	height: auto;
}

.text-slider-home {
	position    : absolute;
	right       : 0;
	bottom      : 10%;
	width       : 50%;
	height      : auto;
	padding     : 1.5% 15% 1.5% 1.5%;
	line-height : 24px;
	color       : #fff;
	overflow    : hidden;
	background  : rgba(0, 0, 0, 0.7);
}

.text-slider-home h2 {
	font-variant: small-caps;
	font-weight : 300;
	font-size   : 40px;
	line-height : 42px;
	margin      : 0 0 .5em 0;
}
.text-slider-home p {
	margin: 0 0 .4em 0;
}
.text-slider-home a {
	color          : white;
	text-decoration: none;
	font-size      : .8em;
}
.text-slider-mobile {
	display: none;
}
/*--fin slider--*/

.hometitle h1 {
	margin      : 0;
	padding     : 0 0 0 7.16%;
	color       : #C5AF82;
	font-size   : 2.5em;
	line-height : 1.7em;
	font-variant: small-caps;
}
.hometitle.blanc h1 {
	color       : #fff;
}
.homebande {
	padding: 30px 0;
}
.homebande50 {
	padding: 50px 0;
}
.hometout {
	padding: 0 0 50px 0;
}
/* pavé film sous le slide */

.sslide_img {
	vertical-align: top;
	display: inline-block;
	width: 47%;
}
.sslide_content {
	vertical-align: top;
	box-sizing  : border-box !important;
	display     : inline-block;
	width       : 47%;
	padding-left: 30px;
}
.sslide_content h4,
.sslide_content p {
	text-align: left;
	margin    : 0 0 .9em 0;
}
.sslide_content h4 {
	font-weight: 500;
}
a.htoutbutt,
a.heventbutt {
	box-sizing     : border-box;
	font-family    : CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-weight    : bold;
	display        : inline-block;
	padding        : 22px;
	margin         : 0 auto !important;
	font-variant   : small-caps;
	color          : #C5AF82;
	border         : 1px solid #C5AF82;
	text-decoration: none;
	text-align     : center;
	width          : 29.5%;
	background     : #fff url(/assets/img/civclink.svg) no-repeat right 5px bottom 5px;
	background-size: 11px;
}
a.htoutbutt.grey {
	background     : #f9f9f9 url(/assets/img/civclink.svg) no-repeat right 5px bottom 5px;
	background-size: 11px;
}
a.heventbutt {
	display        : block !important;
	background     : #f9f9f9 url(/assets/img/civclink.svg) no-repeat right 5px bottom 5px;
	background-size: 11px;
	border         : 1px solid #005e6e;
	color          : #005e6e;
	width          : auto;
	max-width      : 70%;
	margin         : 30px auto 20px auto !important;
}
a.heventbutt:hover,
a.htoutbutt:hover {
	color          : #fff;
	background     : #C5AF82 url(/assets/img/civclink.svg) no-repeat right 5px bottom 5px;
	background-size: 11px;
}
/* ---- pushes decouvertes ---- */

.unhpush {
	display   : inline-block;
	width     : 22.5%;
	background: #C5AF82;
	margin    : 0 0.5% 1.2em 0.5%;
	text-align: center;
}
.unhpush:first-child {
	margin-left: 2.8%;
}
.rpushtitre,
.hpushtitre {
	width         : 100%;
	padding       : 12px 1%;
	font-family   : CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-weight   : 300;
	font-variant  : small-caps;
	color         : #fff;
	letter-spacing: 1px;
}
.unrpush a,
.unhpush a {
	display : block;
	position: relative;
}
.unrpush a,
.unrpush a img
.unhpush a,
.unhpush a img {
	width : 100%;
	height: auto;
}
.unrpush a .rpushcontent,
.unhpush a .hpushcontent {
	position   : absolute;
	left       : 0;
	top        : 0;
	width      : 100%;
	height     : 100%;
	padding    : 0.5em 0.5em 0 0.5em;
	z-index    : 50;
	color      : #fff;
	font-size  : 2em;
	background-color   : rgba(0, 0, 0, 0.3);
	background-image   : url(/assets/img/pluslink36.svg);
	background-size    : 36px 36px;
	background-repeat  : no-repeat;
	background-position: center bottom 1.2em;
}
.unhpush a .hpushcontent p {
	line-height: 1.3em;
}
.unhpush a .rpushcontent p {
	line-height: 1.3em;
}
/* ----- fin pushes ----- */

/* ----- ligne innovations ----- */
.hinnolink {
	display        : block;
	width          : 96%;
	margin         : 0 auto 1.5em auto;
	padding        : 20px 80px 20px 10px;
	min-height     : 140px;
	border-left    : 20px solid #6d6d6d;
	text-decoration: none;
	background     : url(/assets/img/home_inno_2.svg) no-repeat right center;
	background-size: 31px 161px !important;
}
.hinnolink:first-child {
	border-left: 20px solid #4b4b4b;
	background : url(/assets/img/home_inno_1.svg) no-repeat right center;
}
.hinnolink figure {
	display       : inline-block;
	vertical-align: middle;
	width         : 31%;
	margin        : 0 1.5%;
}
.hinnolink figure img {
	width  : 100%;
}
.hinnolink div {
	display       : inline-block;
	vertical-align: middle;
	width         : 65%;
}
.hinnolink h3 {
	font-size: 2.1em;
	margin   : 0 0 .1em 0;
}
.hinnolink h4 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size  : 1em;
	margin     : 0 0 .8em 0;
}
.hinnolink p {
	font-size  : .81em;
	line-height: 1.2em;
}
/* ----- ressources ------------ */
.hress {
	display       : inline-block;
	width         : 25%;
	margin        : 0 2% 15px 2%;
	vertical-align: top;
}
.hressimg {
	display : inline-block;
	position: relative;
	width   : 50%;
}
.hressimg figure {
	display       : table-cell;
	vertical-align: bottom;
}
.hresstxt {
	position      : relative;
	display       : inline-block;
	width         : 47%;
	margin        : 0 0 0 1%;
	vertical-align: bottom;
}
.hresstxt div {
	display: table-cell;
	text-align    : left;
	vertical-align: bottom; 
}
.hresstxt h4 {
	font-size    : 1.2em;
	font-weight  : normal;
	font-variant : small-caps;
	line-height  : 1.1em;
	padding      : 0 0 6px 0;
	border-bottom: 1px solid #C5AF82;
	margin       : 0;
}
.hresstxt p {
	text-align : right;
	font-size  : .68em;
	font-weight: 300;
}
.hresstxt a {
	color: #848484;
	text-decoration: none;
}

/* ----- carte interactive ----- */
p.hcarte {
	font-size: 1.18em;
	margin   : 0 0 2em 0;
}
.hcartelegende {
	display   : inline-block;
	margin    : 20px auto 0 auto;
	text-align: left;
}
.hcartelegende span {
	display: inline-block;
	width  : 42px;
	height : 11px;
	margin : 0 9px 0 0;
}
#hcpaysyes span {
	background: #005e6e;
}
#hcpaysno span {
	background: #AF4D20;
}
#hcbureau span {
	background: #fff url(/assets/img/pucebureau.png) no-repeat right center;
}
/*------------fin home--------------*/

/*-----------------------------------*/
/*        PAGE TYPE - GENERAL        */
/*-----------------------------------*/
.pagecontent,
.rightpushes {
	box-sizing    : border-box;
	display       : inline-block;
	vertical-align: top;
	padding-top   : 3em;
}
.pagecontent {
	width  : 70%;
	padding: 3em 2.3%;
}
.fullpagecontent {
	width  : 100%;
	padding: 3em 2.3%;
}
.fullpagecontent.bureaushallow {
	width  : 80%;
	margin : 0  auto;
}
.fille_content {
	width      : 100%;
	padding-top: 70px;
}
.page_row {
	width  : 100%;
	padding: 40px 0;
}
.p$michtopralL0$,
.pagecontent-accordeon-closed {
	width: 100%;
	margin: 1em 0;
}
/* les pushes de droite */
.rightpushes {
	width     : 25%;
	text-align: center;
}
.unrpush {
	width     : 90%;
	margin    : 0 auto 1em auto;
	background: #C5AF82;
}
.unrpush a .rpushcontent {
	position   : absolute;
	left       : 0;
	top        : 0;
	width      : 100%;
	height     : 100%;
	overflow   : hidden;
	padding    : 0.5em 0.5em 0 0.5em;
	z-index    : 50;
	color      : #fff;
	font-size  : 1.8em;
	background-color   : rgba(0, 0, 0, 0.3);
	background-image   : url(/assets/img/pluslink36.svg);
	background-size    : 36px 36px;
	background-repeat  : no-repeat;
	background-position: center bottom 0.8em;
}
.unrpush.modalevideo a .rpushcontent,
.unrpush.pushvideo a .rpushcontent {
	background-image   : url(/assets/img/playlink36.svg);
}
.unrpush.lienfichier a .rpushcontent {
	background-image   : url(/assets/img/picto_push_file.svg);
}
.unrpush.lienext a .rpushcontent {
	background-image   : url(/assets/img/picto_push_lien.svg);
}
.unrpush a .rpushcontent p {
	line-height: 1.25em;
}
/* ends pushes de droite */
.pagetitle {
	padding: 10px 0;
}
.pagetitle.actucattitle p,
.pagetitle p.titre1,
.pagetitle h1 {
	font-size: 2.5em;
	margin   : 0;
	font-family: CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-variant : small-caps;
	font-weight: 300;
}
.pagetitle.actutitle h1.pagetitre,
.pagetitle p.titre2,
.pagetitle h2 {
	font-size: 1.6em;
	font-weight: 400;
	margin   : 0 0 0.2em 0;
}
.pagecontent h2,
.pagecontent h3 {
	padding    : .3em 2%;
	background : #4c4c4c;
	color      : #C5AF82;
	line-height: 1.3em;
}
.pagecontent h2 {
	font-size : 1.8em;
	background: #353535;
}
p.intro {
	font-size  : 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	margin     : 0 0 1em 0;
}

.pagecontent p a {
 	color          : #666;
	text-decoration: none;
}
.pagecontent p a:hover {
 	color          : #C5AF82;
	text-decoration: underline;
}
.pagecontent p strong { color: #C5AF82; }
.savoir-plus {
	width        : 100%;
	margin       : 3em auto 0 auto;
	padding      : 0 0 3em 0;
}
.savoir-plus h3 {
	padding    : .3em 2%;
	color      : #4c4c4c;
	background : #C5AF82;
	line-height: 1.3em;
}
#tools-footer {
	width     : 100%;
	height    : 40px;
	padding   : 0.6em 0 2em 0;
	margin    : 30px auto 0 auto;
	border-top: 1px solid #C5AF82;
}
#tools-footer a {
	line-height: 20px;
	font-size  : 14px;
	color      : #fff;
}
#tools-footer a i {
	line-height: 20px;
	font-size  : 18px;
	color      : #fff;
}
.fb-like.fb_iframe_widget {
	height : 20px !important;
	padding: 0 !important;
}
.fb-like.fb_iframe_widget span {
	vertical-align: top !important;
}
#rezos-page-content,
#rezos-page-content span,
#rezos-page-content iframe {
	display: inline-block;
	height : 20px important;
	margin : 0;
}
#rezos-page-content li {
	float   : left;
	height  : 25px;
	margin  : 0 12px 0 0;
	padding : 0;
	overflow: hidden;
}
/*----fin contenu----*/
/*------fin page type général--------*/

/*-----------------------------------*/
/*       bandeau légal               */
/*-----------------------------------*/
#bandeaulegal {
	position  : fixed;
	top       : 0;
	left      : 0;
	z-index   : 2000;
	width     : 100%;
	height    : 100%;
	padding   : 20px 0;
	color     : #fff !important;
	background: rgba(0,0,0,.9); 
	text-align: center;
}

#legalcontainer {
	width         : 90%;
	position      : relative;
	margin        : 0 auto;
	padding-top   : 60px;
}

#legaltitre {
	font-weight   : 300;
	font-size     : 30px !important;
	line-height   : 1.3em;
	margin        : 0 0 20px 0;
	padding       : 0 0 20px 0;
	text-transform: none;
	color         : #C5AF82;
	background         : linear-gradient(#C5AF82,#C5AF82);
	background-repeat  : no-repeat;
	background-position: center bottom;
	background-size    : 105px 1px; 
}
#legalbla,
#legallie {
	font-size: .815em;
	margin   : 0 0 20px 0;
}
#legalquest {
	font-weight   : 300;
	font-size     : 20px;
	line-height   : 1.3em;
	margin        : 0 0 10px 0;
	color         : #C5AF82;
}
#legallinks {
	padding: 0 0 20px 0;
}
#legallinks a {
	display: inline-block;
	margin : 0 5px;
	color  : white;
	font-size  : 23px;
	font-weight: 400;
	line-height: 44px;
	width      : 118px;
	border     : 1px solid #c5af82;
	text-decoration    : none !important;
	text-transform     : capitalize;
	background-color   : #c5af82;
	background-image   : url(/assets/img/legallink_bg.svg);
	background-size    : 9px 9px;
	background-repeat  : no-repeat;
	background-position: right 5px bottom 5px
}
#legallinks a:hover {
	color  : #c5af82;
	background-color: white;
	background-image: url(/assets/img/legallinkhover_bg.svg);
}
@media (min-width: 768px){
	#legalcontainer {
		padding-top   : 120px;
		width         : 550px;
	}
	#legallinks a {
		margin : 0 7px;
		width      : 128px;
	}
}

/*-----------------------------------*/
/*       cookies                    */
/*-----------------------------------*/
#cookies {
	position  : fixed;
	bottom    : 0;
	left      : 20px;
	z-index   : 100;
	width     : 300px;
	height    : auto;
	padding   : 20px;
	color     : #333 !important;
	background: #C5AF82; 
	text-align: center;
	border-radius: 8px 8px 0 0;
}
#cookies p a {
	color: #333 !important;
}
#cookies p a:hover {
	text-decoration: none;
}
#cookies #cookielinks a {
	display: inline-block;
	margin : 0 5px;
	color  : #c5af82;
	font-size  : 18px;
	font-weight: 400;
	line-height: 35px;
	padding    : 0 20px;
	border     : 1px solid #353535;
	text-decoration    : none !important;
	background-color   : #353535;
}
#cookies #cookielinks a:hover {
	color: #333;
	background-color: white;
}
/*-----------------------------------*/
/*       La nav qui tue sa mère      */
/*-----------------------------------*/
.pagetitle.mainrub h1 {
	margin: 0;
	line-height: 1.2em;
}
.pagetitle.sousrub {
	position: relative;
}
.pagetitle.sousrub h2,
.pagetitle.sousrub p.titre2 {
	box-sizing     : border-box;
	display        : inline-block !important;
	vertical-align : middle;
	width          : 89%;
}
.pagetitle.sousrub .sousrubprev,
.pagetitle.sousrub .sousrubnext {
	box-sizing    : border-box;
	margin        : 0;
	display       : inline-block;
	width         : 5%;
	vertical-align: middle;
}
.pagetitle.zipage h3,
.pagetitle.zipage h1.titre3 {
	box-sizing     : border-box;
	display        : inline-block;
	vertical-align : middle;
	margin         : 0;
	width          : 68%;
	font-family    : 'Open Sans', Arial, sans-serif;
	color          : #C5AF82;
	text-decoration: none;
	font-size      : 1.8em;
	font-variant   : normal;
	font-weight    : 400;
}
.pagetitle.zipage.comcoord p {
	margin         : 0 auto;
	width          : 80%;
	font-family    : 'Open Sans', Arial, sans-serif;
	color          : #C5AF82;
	font-size      : 1.25em;
}
.pagetitle.zipage .zipageprev,
.pagetitle.zipage .zipagenext {
	box-sizing    : border-box;
	margin        : 0;
	display       : inline-block;
	width         : 15.5%;
	vertical-align: middle;
}
.pagetitle.zipage .zipageprev,
.pagetitle.sousrub .sousrubprev {
	text-align  : left;
	padding-left: 1%;
}
.pagetitle.zipage .zipagenext,
.pagetitle.sousrub .sousrubnext {
	text-align: right;
	padding-right: 1%;
}
.pagetitle.zipage a {
	-webkit-flex   : 0 0 auto;
	-ms-flex       : 0 0 auto;
	flex           : 0 0 auto;
	display        : flex;
	flex-direction : column; /* direction d'affichage verticale */
	justify-content: center;
	font-family    : 'Open Sans', Arial, sans-serif;
	color          : #C5AF82;
	text-decoration: none;
	font-size      : 14px;
	height         : 38px;
}
.pagetitle.zipage .zipageprev a {
	padding-left : 18px;
	background   : url(/assets/img/navprev.svg) no-repeat left center;
}
.pagetitle.zipage .zipagenext a {
	padding-right: 18px;
	background   : url(/assets/img/navnext.svg) no-repeat right center;
}
.pagetitle.zipage .zipageprev a,
.pagetitle.zipage .zipagenext a {
	background-size: 10px 36px;
}
.pagetitle.zipage a span {
	display    : inline;
	line-height: 16px !important;
}

/*-----------------------------------*/
/*       PAGE TYPE - ELEMENTS        */
/*-----------------------------------*/
.bloc {
	width  : 100%;
	margin : 1em 0;
}

.bloc h2,
.cadre h2 {
	font-size  : 1.15em;
}

.bloc h3,
.cadre h3 {
	font-size  : 0.85em;
	font-weight: 400;
	padding    : 0 0 10px 0;
	background : none;
}

.bloc img {
	margin: 0 0 1px 0;
}

.bloc ul,
.bloc p {
	clear: both;
}

.bloc h2 img, 
.bloc h3 img {
	float         : none !important;
	width         : auto !important;
	margin        : 0;
	vertical-align: baseline;
}

.bloc .bloc-focus {
	font-size   : 1.15em;
	color       : #997f4e;
	font-weight : bold;
	font-style  : italic;
	line-height : 24px;
	padding     : 30px 20px;
	margin      : 0 0 5px 0;
}

.bloc .bloc-focus-beige {
	font-size   : 18px;
	color       : #997f4e;
	font-weight : bold;
	font-style  : italic;
	line-height : 24px;
	padding     : 30px 20px;
	background  : #f3ede2;
}

.bloc a.black-link,
.cadre .conteneur-image a.black-link {
	display    : block;
	font-size  : 0.8em;
	line-height: 14px;
	color      : #fff;
	background : #353535; 
	margin-top : 1px;
	padding    : 5px 8px;
	min-height : 14px;
}

.bloc .sous-titre-img {
	color      : #655d50;
	font-size  : .8em;
	padding    : 0 0 5px 0;
}
.bloc .sous-titre-img .black-link { font-size: 1em !important; }
.bloc .fixe-width,
.bloc .other-width {
	display       : inline-block;
	overflow      : hidden;
	vertical-align: top;
}

.bloc.fixe200 .fixe-width {
	width: 35%;
}
.bloc.fixe200 .fixe-width img {

}
.bloc.fixe200 .fixe-width a.black-link {
}
.bloc.fixe200 .other-width {

}
.bloc.fixe200 .other-width img {

}
.accordeon .bloc.fixe200 .other-width,
.accordeon .bloc.fixe200 .other-width img,
.onglets .bloc.fixe200 .other-width,
.onglets .bloc.fixe200 .other-width img {
	
}

.bloc.fixe200 .other-width a.black-link {
	
}

.accordeon .bloc.fixe200 .other-width a.black-link,
.onglets .bloc.fixe200 .other-width a.black-link {
	
}

.bloc.fixe270 .fixe-width,
.bloc.fixe270 .fixe-width img  {


}

.bloc.fixe270 .fixe-width a.black-link {
	width  : 260px;
}

.bloc.fixe270 .other-width,
.bloc.fixe270 .other-width img {


}

.accordeon .bloc.fixe270 .other-width,
.accordeon .bloc.fixe270 .other-width img,
.onglets .bloc.fixe270 .other-width,
.onglets .bloc.fixe270 .other-width img {

}

.bloc.fixe270 .other-width a.black-link{

}
.fixe-width, .other-width {
	width: 48%;
	display: inline-block !important;
	vertical-align: top;
}

.cadre {
	padding    : 20px;
	margin     : 0 0 30px 0;
}

.cadre h2 {
	padding    : 0 0 20px 0;
}

.cadre p {
	padding: 0 0 10px 0;
}

.cadre .focus-chiffre {
	font-family   : 'Trebuchet MS', Helvetica, sans-serif;
	font-size     : 83px;
	line-height   : 83px;
	vertical-align: middle;
	white-space   : nowrap;
}

.cadre .conteneur-image img,
.cadre .conteneur-image a,
.cadre .cadre-content {

}

.cadre.image300 .conteneur-image,
.cadre.image300 img {

}

.cadre.image200 .conteneur-image,
.cadre.image200 img {

}

.cadre.image300 .conteneur-image a { width : 290px; }
.cadre.image200 .conteneur-image a { width : 190px; }

.cadre.image300 .cadre-content { width: 350px;}
.cadre.image200 .cadre-content { width: 450px;}

.images-x3 a { 
	display  : inline-block !important;
	width    : 30.5% !important;
	margin   : 2px 1%;
	font-size: 0.8em;
	color    : #353535;
}
.images-x3 img {
	width    : 30.5% !important;
	margin   : 2px 1%;
}
.images-x3 a img {
	margin: 2px 0;
	width : 100% !important;
}

.accordeon .image300 .cadre-content,
.onglets .image300 .cadre-content {
	width: 290px;
}

.accordeon .cadre.image200 .cadre-content,
.onglets .cadre.image200 .cadre-content {
	width: 390px;
}

.cadre.imagemax .imgmax-wrapper { 
	width   : 670px;
	overflow: hidden;
}

.accordeon .cadre.imagemax .imgmax-wrapper,
.onglets .cadre.imagemax .imgmax-wrapper {
	width: 610px;
}

.cadre-color,
.cadre-quote {
	line-height: 24px;
	color      : #fff;
}

.cadre-color h3,
.cadre-quote h3 {
	font-size  : 1.15em;
	font-weight: bold;
	color      : #fff;
}

.cadre-quote tr td{
	vertical-align: middle;
}

.cadre-beige {
	background-color: #eaeaea;
}

.cadre-vertpomme { 
	background-color: #bebe00;
	color           : #000;
}

.cadre-rouge-bordeau { background-color: #9b191e; }
.cadre-violet { background-color: #692d5f; }
.cadre-bleu { background-color: #005f6e; }

.cadre {
	clear: none !important;
	float: none;
}
p + div { margin-top: 20px !important; }
/* accordéons */
.pagecontent-accordeon,
.pagecontent-accordeon-closed,
.accordeon {
	margin: 0 0 1.8em 0;
}
.pagecontent-accordeon-closed h2.acctrig,
.pagecontent-accordeon h2.acctrig,
.accordeon > h2.acctrig {
	font-size      : 1.25em;
	padding        : 5px 41px 5px 10px;
	cursor         : pointer;
	background     : #353535 url(/assets/img/acc+.svg) no-repeat right 10px center;
	background-size: 21px 21px;
	color          : #C5AF82;
}
.pagecontent-accordeon h2.acctrig.opened,
.pagecontent-accordeon-closed h2.acctrig.opened,
.accordeon > h2.acctrig.opened {
	background     : #4f4f4f url(/assets/img/acc-.svg) no-repeat right 10px center;
	background-size: 21px 21px;
}
.accordeon h2 span {
	display   : block;
	float     : right;
	width     : 20px;
	height    : 20px;
	background: url(/assets/img/accordeon-btn.gif) no-repeat top left;
}
 
.accordeon h2.on span {
	background: url(/assets/img/accordeon-btn.gif) no-repeat bottom left;
}

.accordeon .acc-content {
	width      : 670px;
 	font-size  : 12px;
 	line-height: 18px;
 	padding    : 20px;
 	background : #fff;
 	color      : #3c3c3c;
	clear      : both;
}

.acc-fond-beige .acc-content {
 	background : #f9f7f2;
}

.onglets {
	margin  : 0 0 30px 0;
	width   : 100%;
	overflow: hidden;
	position: relative;
	padding : 30px 0;
}

.onglets .titres-onglet {
	width     : 100%;
	margin    : 0 0 5px 0;
}
.ongletlike_2,
.ongletlike_2:hover,
.onglets .titreonglet {
	box-sizing     : border-box;
	display        : inline-block;
	vertical-align : bottom;
	font-family    : CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-weight    : 300;
	width          : 32%;
	font-size      : 1.2em;
	padding        : 6px;
	background     : #353535;
	color          : #C5AF82 !important;
	margin         : 0 0.5% 5px 0.5%;
	text-align     : center;
	text-decoration: none !important;
	outline        : none;
}
.ongletlike_2,
.ongletlike_2:hover {
	width  : 48%;
}
.ongletlike_2.active,
.ongletlike_2.active:hover,
.onglets .titreonglet.active {
	background   : #4f4f4f;
	color        : #C5AF82 !important;
}

.onglets .contentonglet {
	width       : 100%;
	padding     : 2%;
	background  : #eaeaea;
}

.onglets .titreonglet.active {
	background   : #4f4f4f;
}

.ongletblanc .titreonglet.active {
	
}

.ongletblanc .contentonglet {

}

.onglets-cartes {
	width     : 100%;
	padding   : 2%;
	background: #eaeaea;
	text-align: center;
}

.onglets-cartes .titres-onglet {
	text-align    : left;
	vertical-align: top;
	display       : inline-block;
	position      : relative;
	width         : 26%;
	height        : auto;
	margin        : 0 2% 0 0;
	padding       : 0;
}

.onglets-cartes .titreonglet {
	box-sizing    : border-box;
	display       : block;
	width         : 100%;
	text-transform: uppercase;
	text-align    : left;
	padding       : 4px 4px 4px 12px;
	margin        : 0 0 1px 0;
	font-size     : .9em;
	font-weight   : 400;
	background    : #343434 no-repeat 4px center;
}

.onglets-cartes .titreonglet span {
	display: none;
}

.onglets-cartes .titreonglet.active,
.onglets-cartes .titreonglet.active.first {
	background: #565656;
	color     : #C5AF82;
}

.onglets-cartes .titreonglet.active span {

}

.onglets-cartes .titreonglet.first {
	
}

.onglets-cartes .contentonglet {
	text-align    : left;
	vertical-align: top;
	display       : inline-block;
	background    : none;
	border        : none;
	width         : 70%;
	margin        : 0;
	padding       : 0;
}
.onglets-cartes .contentonglet img { width: 100% !important; }

.titre-vertpomme .titreonglet,
.titre-vertpomme h2.acctrig         { background: #96BE0F; color: #fff;}
.titre-bleu .titreonglet,
.titre-bleu h2.acctrig              { background: #005F6E; color: #fff;}
.titre-violet .titreonglet,
.titre-violet h2.acctrig            { background: #692D5F; color: #fff;}
.titre-rouge-bordeau .titreonglet,
.titre-rouge-bordeau h2.acctrig     { background: #9B191E; color: #fff;}
.titre-color-champ .titreonglet,
.titre-color-champ h2.acctrig       { background: #C8B082; color: #fff;}
.titre-brun .titreonglet,
.titre-brun h2.acctrig              { background: #4e483d; color: #fff;}


.twoModales {
	float  : left;
	width  : 710px;
}

.oneModale {
	display       : inline-block;
	vertical-align: top;
	width         : 47%;
	margin        : 0 2% 30px 0;
	overflow      : hidden;
}

.oneModale img {
	width: 100%;
}

.oneModale .black-link {
	margin-top : 10px;
}

.oneModale .sous-titre {
	font-size  : 10px;
	line-height: 13px;
	color      : 6#55d50;
	padding    : 0;
}
/*------fin page type elements-------*/

/*-----------------------------------*/
/*         PAGE HISTORIQUE           */
/*-----------------------------------*/
.acc-content p:after {
	clear  : both;
	content: ""; 
	display: table;
}

.acc-content p span.date-histoire-civc {
	display    : block;
	float      : left;
	padding    : 0 0 14px 0;
	width      : 3em;
	height     : inherit;
	font-size  : 1.7em;
	line-height: 1em;
	color      : #C5AF82;
}

#plaquette-civc {
	width     : 199px;
	height    : ;
	float     : right;
	padding   : 0 0 20px 20px;
	font-size : 11px;
	text-align: center;
}

#plaquette-civc img {
	margin: 0 0 1px 0;
}

#plaquette-civc a {
	display    : block;
	background : #000;
	color      : #fff;
	height     : 20px;
	line-height: 20px;
	padding    : 0 10px;
}
/*--------fin page historique--------*/

/*-----------------------------------*/
/*             BUREAUX               */
/*-----------------------------------*/

.bureau_desc,
.bureau_coord {
	display       : inline-block;
	vertical-align: top;
}
.bureau_desc {
	width    : 55%;
	padding  : 0 2% 0 0;
	font-size: .875em;
}
.bureau_desc h3 {
	font-weight: 400;
	line-height: 1.3em !important;
}
.bureau_soc {
	margin: 30px 0 0 0;
}
.bureau_soc a {
	display: inline-block;
	width  : 32px;
	height : 32px;
	margin : 0 5px 0 0;
}
.bureau_coord {
	width: 42%;
}
.bureau_coord h4 {
	font-family   : 'Open Sans', Helvetica, sans-serif;
	text-transform: none;
	font-size     : 1.25em;
	font-weight   : 400;
	margin        : 0 0 1em 0;
}
.bureau_coord figure,
.bureau_coord .bureau_coordcoord {
	display   : block;
	float     : left;
	margin-top: 0 !important;
}
.bureau_coordcoord {
	width  : 55%;
	padding: 0 0 0 20px;
}
.bureau_coord figure {
	width : 43%;
}
.bureau_coord figure img {
	width : 100%;
	height: 100%;
}
.burcontactbutt {
	display        : inline-block;
	margin         : 40px 0 0 0;
	background     : #3c3c3b;
	color          : #fff;
	text-transform : uppercase;
	padding        : 9px 14px;
	font-size      : 12px;
	text-decoration: none;
}
.burcontactbutt:hover {
	color: #C5AF82;
}

#menuBureaux {
	margin: 0 0 1.5em 0;
}
#menuBureaux li {
	display       : inline-block;
	font-family   : CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-size     : .8em;
	font-weight   : 400;
	font-variant  : small-caps;
	line-height   : 18px;
}
#menuBureaux li a {
	display        : block;
	padding        : 0 12px 0 16px;
	color          : #005f6e;
	background     : url(/assets/img/menuBureaux-arrow.gif) no-repeat 8px 7px;
	text-decoration: none;
}

#menuBureaux li.active a,
#menuBureaux li a:hover {
	color     : #fff;
	background: #c6af7b url(/assets/img/menuBureaux-arrow-white.gif) no-repeat 8px 7px;
}

.bureaux #menu-right #menuBureaux li {
	clear: both;
}

.bureaux #menu-right {
	float: left;
	width: 200px;
}
.container.bureaumenupages h1 {
	padding       : 0 0 12px 3.16%;
	color         : #C5AF82;
	font-size     : 2.5em;
	line-height   : 1em;
	text-transform: lowercase;
	font-variant  : small-caps;
	border-bottom : 1px solid #C5AF82;
	margin        : 0 0 .8em 0;
}
a.bureaupagebutt {
	box-sizing     : content-box;
	font-family    : CIVCTitle, 'Open Sans', Arial, sans-serif;
	display        : inline-block;
	padding        : 22px 15px;
	margin-bottom  : 15px !important;
	font-variant   : small-caps;
	color          : #C5AF82;
	border         : 1px solid #C5AF82;
	text-decoration: none;
	text-align     : center;
	background     : url(/assets/img/civclink.svg) no-repeat right 5px bottom 5px;
	background-size: 11px;
}
a.bureaupagebutt:hover {
	background:  #C5AF82;
	color     : #353535;
}
#rss-buro {
	float     : left;
	width     : 710px;
	padding   : 10px 0 0 0;
	margin    : 10px 0 0 0;
	background: url(/assets/img/pointilles-sous-menu.gif) repeat-x left top;
}

#rss-buro img {
	float     : left;
	width     : 100px;
}

#rss-buro .content {
	float      : left;
	width      : 585px;
	padding    : 0 10px 0 15px;
	font-size  : 11px;
	line-height: 13px;
}

#rss-buro .content h3 {
	color      : #988046;
	font-size  : 17px;
	line-height: 20px;
	padding    : 0 0 10px 0;
	background : none;
}

#rss-buro .content h4 {
	font-size  : 13px;
	font-weight: bold;
	line-height: 16px;
	padding    : 0 0 2px 0;
}

#rss-buro .content a.suite {
	display    : inline-block;
	color      : #fff;
	font-size  : 11px;
	line-height: 18px;
	height     : 18px;
	background : #000;
	padding    : 0 5px;
	margin     : 0 10px 0 0;
}

.ie7 #rss-buro .content a.suite {
	zoom   : 1;
	display: block;
}
/*------------fin bureaux-------------*/

/*-----------------------------------*/
/*          ORGANIGRAMME             */
/*-----------------------------------*/
#orga-acc {
	width: 100%;
}
#orga-acc h2 {
	text-align     : center;
	color          : #353535;
	font-size      : 1.2em;
	padding        : 7px 40px;
	background     : #C5AF82 url(/assets/img/acc_or_plus.svg) no-repeat right 12px center;
	background-size: 21px 21px;
	margin-top     : 5px;
}

#orga-acc h2.on {
	background     : #C5AF82 url(/assets/img/acc_or_moins.svg) no-repeat right 12px center;
	background-size: 21px 21px;
}
#orga-acc p {
	margin: 0 0 1em 0;
}

#orga-acc > .orga-acc-content {
	margin: 0 0 15px 0;
}

#orga-inner-content {
	width     : 100%
	padding   : 26px 0;
}

#orga-inner-content > div {

}
#orga-sous-titres {
	width     : 100%;
	text-align: center;
	padding   : 0 0 5px 0;
	background: #fff url(/assets/img/orga_center.png) no-repeat center bottom;
}
#orga-sous-titres div {
	box-sizing     : border-box;
	display        : inline-block !important;
	vertical-align : bottom;
	width          : 48%;
	padding        : 0 10% 20px 10%;
	text-align     : center;
	color          : #4e483d;
	font-size      : 1.17em;
	font-weight    : 300;
	font-style     : italic;
	background     : #fff url(/assets/img/bottom_or_arrow.svg) no-repeat center bottom;
	background-size: 25px 9px;
}

#orga-acc2 {
	width : 96%;
	margin: 0 auto;
}

#orga-acc2 h2 {
	margin-top: 5px;
}
#orga-acc2 .sep {
	width     : 100%;
	height    : 50px;
	background: #fff url(/assets/img/orga_center.png) no-repeat center bottom;
}
#orga-acc2 .orga-acc-content {
	background : #fff;
	width      : 100%;
	padding    : 20px 0 10px 0;
}

.orga-acc-content .bloc-half {
	display       : inline-block;
	vertical-align: top;
	width         : 48%;
	padding       : 0 10% 15px 10%;
	margin        : 0 0 15px 0;
}
.orga-acc-content .bloc-half img {
	margin: 0 0 0.8em 0;
}
.orga_num {
	color      : #C5AF82;
	font-weight: 600;
}
.orga_num span {
	font-size: 6em;
	line-height: 1em;
}
#orga-acc2 .orga-acc-content h4 {
	font-size  : 1em;
	font-weight: 600;
	margin     : 0;
	color      : #C5AF82;
}
/*------------organigramme-----------*/


/*-----------------------------------*/
/*            ACTUALITES             */
/*    communiqués de presse itou     */
/*-----------------------------------*/
figure.actumainimg {
	width     : 100%;
	text-align: center;
	background: #fff;
	margin    : 0 0 1.5em 0;
}
figure.actumainimg img {
	max-width: 100%;
}
.bottom_toutes_actus {
	text-align     : center;
	box-sizing     : border-box;
	display        : inline-block;
	width          : 100%;
	padding        : .3em 2%;
	background     : #353535;
	color          : #C5AF82;
	line-height    : 2em;
	text-decoration: none;
	margin         : 4em 0 3em 0;
	font-size      : 1.3em;
}
.bottom_toutes_actus:hover {
	color     : #353535;
	background: #C5AF82;
}
.container.actutypos {
	padding: 2em 5%;
}
.container.bureaumenupages,
.container.actuscivc {
	padding   : 1em 0;
}
a.isobutton {
	display: inline-block;
	text-decoration: none;
}
.isobutton {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size  : 0.75em;
	background : #fff;
	color      : #4c4c4c;
	border     : 1px solid #4c4c4c;
	padding    : .5em 1.1em;
	margin     : 0 4px 14px 4px;
}
.isobutton:hover,
.isobutton.is-checked {
	color      : #C5AF82;
	border     : 1px solid #C5AF82;
}
.une_actu_list {
	position      ; static !important;
	display       : inline-block;
	width         : 31%;
	vertical-align: top;
	margin        : 0 1% 1em 1%;
}
.une_actu_list.par2 {
	position      ; static !important;
	display       : inline-block;
	width         : 46%;
	vertical-align: top;
	margin        : 0 1% 1em 1%;
}
.une_actu_list .infos {
	color         : #8e8e8e;
	font-size     : 0.875em;
	text-transform: uppercase;
	border-bottom : 1px solid #8e8e8e;
	margin-bottom : 1em;
	line-height   : 1.8em;
	text-align    : left;
}
.une_actu_list .infos .date {
	font-size: 0.85em;
	float    : right;
}
.une_actu_list.actu_buro_list .infos,
.une_actu_list.actu_buro_list .infos .date {
	font-size : 0.85em;
	float     : none;
	text-align: right;
}
.une_actu_list a {
	color          :  #4c4c4c;
	text-decoration: none;
	text-align     : center;
	font-family    : CIVCTitle, "Open Sans", Arial, sans-serif;
	font-weight    : normal;
	font-variant   : small-caps;
}

.une_actu_list a.commlist_file {
	display        : block;
	color          : #848484;
	text-decoration: none;
	text-align     : center;
	font-family    : "Open Sans", Arial, sans-serif;
	font-weight    : 300;
	font-variant   : normal;
	margin         : 12px 0;
	font-size      : 0.8em;
}
.une_actu_list p,
.une_actu_list h2 {
	font-size: 1.25em;
	margin   : .5em 0 0 0;
	line-height: 1.2em;
	font-weight: 400;
}
.une_actu_list img {
	width: 100%;
}
.une_actu_list.commpresse a {
	font-family : "Open Sans", Arial, sans-serif !important;
	font-variant: initial;
}
h3.buractu_titre {
	font-weight: 400;
	text-align : center;
}
h3.burcomm_titre {
	font-weight: 400;
	text-align : left;
}
.une_acturightcat {
	padding-bottom: 15px;
}
/*------- fin  actualites------------*/


/*-----------------------------------*/
/*         ESPACE PRESSE             */
/*-----------------------------------*/
.liens-presse {
	float: right;
	width: 186px;
}

.liens-presse a {
	width: 186px;
	margin: 0 0 3px 0 !important;
}

.paginate-type {
	clear      : both;
	width      : 710px;
	background : #000;
	color      : #fff;
	font-size  : 11px;
	line-height: 20px;
	height     : 20px;
}

.paginate-type .prev,
.paginate-type .next {
	display        : block;
	float          : left;
	width          : 150px;
	height         : 20px;
	color          : #fff;
	text-align     : center;
	text-decoration: none;
}

.paginate-type .prev {
	padding     : 0 0 0 21px;
	background  : url("/assets/img/actu-prev.gif") no-repeat scroll left top #000000;
	border-right: 1px solid #fff;
}

.paginate-type .next {
	padding    : 0 21px 0 0;
	background : url("/assets/img/actu-next.gif") no-repeat scroll right top #000000;
	border-left: 1px solid #fff;
}

.paginate-type .prevOff {
	margin      : 0 21px 0 0;
	padding     : 0;
	background  : #000000;
	border-right: 1px solid #ccc;
	color       : #ccc;
}

.paginate-type .nextOff {
	margin     : 0 0 0 21px;
	padding    : 0;
	background : #000000;
	border-left: 1px solid #ccc;
	color      : #ccc;
}

.paginate-type .dittoPages {
	float      : left;
	text-align : center;
	color      : #fff;
	width      : 366px;
}

.paginate-type .dittoPages .ditto_current_page {
	color      : #fff;
	font-weight: bold;
}

.paginate-type .dittoPages .ditto_page {
	color          : #ccc;
	text-decoration: none;
}

/*-------fin  espace presse-----------*/


/*-----------------------------------*/
/*            MEDIATHEQUE            */
/*-----------------------------------*/

article.medunitem {
	width : 100%;
	margin: 0 0 27px 0;
}
figure.meddoc,
div.meditem_content {
	display: inline-block;
	vertical-align: top;
}
figure.meddoc {
	width: 150px !important;
	margin: 0 10px 0 0 !important;
}
figure.meddoc img {
	width: 100%;
}
div.meditem_content {
	width    : calc(100% - 170px);
	font-size: .8em;
}
.meditem_content a,
.meditem_content a.black-link,
.meditem_content a.black-link-court,
.meditem_content p a,
.meditem_content p a.black-link,
.meditem_content p a.black-link-court {
	font-weight: normal !important;
	color      : #C5AF82 !important;
}

.meditem_content a:before,
.meditem_content a.black-link:before,
.meditem_content a.black-link-court:before {
	content: "> ";
	color  : #C5AF82 !important;
}
.meditem_content a.nobefore:before {
	content: "" !important;
}
div.meditem_content h3 {
	font-variant  : small-caps;
	font-size     : 1.5em;
	letter-spacing: 1px;
	font-weight   : 400;
	font-family   : 'Open Sans', Arial, sans-serif;
	background    : none;
	margin        : 0;
	padding       : 0;
	color         : #353535;
}
div.meditem_content hr {
	margin: 4px 0;
	width : 140px;
}
h2.medrubtitre {
	font-family    : 'Open Sans', Arial, sans-serif;
	color          : #353535;
	font-size      : 1em;
	font-weight    : 600;
	padding        : 0 0 0 27px;
	background     : url('/assets/img/puceor8.png') no-repeat left 5px;
	background-size: 12px;
}

/*-------fin  mediatheque-----------*/



/*-----------------------------------*/
/*         CARTE DES AROMES          */
/*-----------------------------------*/

.lien-carte-aromes {
	display        : block;
	float          : left;
	width          : 100%;
	text-align     : center;
	padding        : 10px;
	color          : #c7b07c;
	background     : #000;
	font-size      : 20px;
	line-height    : 20px;
	font-family    : 'Open Sans', Arial, sans-serif;
	color          : #fff !important;
	text-decoration: none;
}

/*-------fin carte des arômes-----------*/

/*-----------------------------------*/
/*           OENOTOURISME            */
/*-----------------------------------*/
#lien-visites {
	width : 170px;
	float : left;
	margin: 0 0 20px 0;
}

#lien-visites p {
	width         : 150px;
	height        : 150px;
	padding       : 10px;
	margin        : 0 0 5px 0;
	background    : url(/assets/img/visites.jpg) no-repeat top left;
	color         : #fff;
	font-size     : 10px;
	line-height   : 14px;
	text-transform: uppercase;
	font-weight   : bold;
}

.bloc-visite-cave a {
	width      : 170px;
	height     : 80px;
	padding    : 10px 20px;
	float      : left;
	margin     : 0 20px 0 0;
	color      : #fff;
	font-size  : 11px;
	line-height: 13px;
	font-weight: bold;
}

.bloc-visite-cave a span {
	font-size  : 36px;
	line-height: 34px;
}

.bloc-visite-cave a.last {
	margin: 0;
}

.bloc-visite-cave a.vignerons {
	background: url(/assets/img/visite-vignerons.jpg) no-repeat top left;
}

.bloc-visite-cave a.maisons {
	background: url(/assets/img/visite-maisons.jpg) no-repeat top left;
}

.bloc-visite-cave a.coop {
	background: url(/assets/img/visite-coop.jpg) no-repeat top left;
}

/* player audio */
div.jp-audio {
	width      : 710px;
	background : #000;
	color      : #fff;
	font-size  : 12px;
	border     : none;
	font-family: Arial;
}

div.jp-audio p {
	text-transform: uppercase;
	font-size     : 10px;
	line-height   : 30px;
	font-weight   : bold;
	color         : #c8b082;
	width         : 120px;
	height        : 30px;
	float         : left;
	padding       : 0;
}

div.jp-audio ul.jp-controls {
    padding: 0;
    width  : 570px;
	border : none;
}

div.jp-audio div.jp-type-single div.jp-interface {
    width     : 690px;
    height    : 30px;
	padding   : 10px;
	background: #000;
}
a.jp-play {
	display   : block;
	width     : 30px;
	height    : 30px;
    background: url(/assets/img/play.gif) no-repeat 0 0;
}
a.jp-play:hover {
	display   : block;
	width     : 30px;
	height    : 30px;
    background: url(/assets/img/play.gif) no-repeat 0 -30px;
}
a.jp-pause {
	background: url(/assets/img/pause.gif) no-repeat 0 0;
	display    : none;
	width     : 30px;
	height    : 30px;
}
a.jp-pause:hover {
	background: url(/assets/img/pause.gif) no-repeat 0 -30px;
}

div.jp-audio div.jp-type-single div.jp-progress,
div.jp-audio div.jp-progress {
	width   : 385px;
    height  : 5px;
	top     : 21px;
	left    : 170px;
}
div.jp-progress,
div.jp-seek-bar {
    background: #444444;
    overflow  : hidden;
}

div.jp-play-bar {
	background: #c8b082;
}

div.jp-audio div.jp-time-holder {
	position   : absolute;
	top        : 15px;
	left       : 570px;
	font-size  : 11px;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	color      : #a3a2a2;
}

.jp-current-time {
	color: #fff;
}

div.jp-title, div.jp-playlist {
	background: #000;
	font-size : 12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin : 10px 0 0 490px;
	width  : 9px;
	height : 11px;
}

a.jp-mute,
a.jp-mute:hover,
a.jp-unmute,
a.jp-unmute:hover {
	background: url("/assets/img/mute.gif") no-repeat 0 0;
}

div.jp-audio div.jp-volume-bar {
	margin: 10px 0 0 0;
}

div.jp-audio div.jp-volume-bar,
div.jp-volume-bar-value  {
	left      : 665px;
	top       : 10px;
	width     : 23px;
	height    : 11px;
	background: url("/assets/img/volume.gif") no-repeat 0 0;
}

div.jp-volume-bar-value {
	background: url("/assets/img/volume.gif") no-repeat 0 -11px;
}
h3.routeh {
	color     : #333;
	background: #C5AF82;
	font-size : 1.2em;
}
.routecontent h3 {
	color     : #353535;
	background: #fff;
	padding   : 0;
}
/* visites de caves et visites culturelles */
#oenoreset,
.switchfilters {
	display        : block;
	box-sizing     : border-box;
	width          : 100%;
	text-align     : center;
	color          : #b2b2b2;
	text-decoration: none;
	border         : 1px solid #b2b2b2;
	padding        : 3px 5px;
	font-style     : italic;
	margin         : 0 auto 20px auto;
}
#oenoreset:hover,
.switchfilters:hover {
	color          : #353535;
	background     : #b2b2b2;
}
#search-oeno label {
	font-style: italic;
}
#oenotxtfields {
	width  : 100%;
	padding: 0 0 15px 0;
}
#oenotxtfields input[type=text],
#oenotxtfields select {
	display   : block;
	box-sizing: border-box;
	width     : 100%;
	height    : 34px;
}
.moreplus,
.moreplus:visited {
	display        : block;
	text-decoration: none;
	color          : #C5AF82;
	font-size      : 30px;
	line-height    : 45px;
	width          : 45px;
	text-align     : center;
	padding        : 0 12px;
	margin         : 10px auto;
	background     : #353535;
}
.moreplus:hover {
	background     : #C5AF82;
	color          : #353535;
}
/* kalypto */
/* Switch Styles */
a.toggle {
	background    : url(/assets/img/oenocheck.png) bottom left;
	display       : block;
	float         : left;
	width         : 36px;
	height        : 36px;
	overflow      : hidden;
	vertical-align: top;
	margin        : 0 !important
}
.toggle.checked {
	background-position: left top;
}
.disabled {
	opacity: .7;
}

.uneoenocheck label {
	display       : inline-block !important;
	vertical-align: top;
	width         : calc(100% - 40px);
	line-height   : 1.1em;
	min-height    : 36px;
	margin        : 0;
}
.uneoenocheck label span.picto {
	display            : block;
	float              : left;
	width              : 55px !important;
	height             : 36px;
	vertical-align     : middle;
	background-position: center center !important;
	background-repeat  : no-repeat !important;
}
#vignlabel span.picto {
	background-image:url(/assets/img/picto_vigneron.svg);
}
#maislabel span.picto {
	background-image:url(/assets/img/picto_maison.svg);
}
#cooplabel span.picto {
	background-image:url(/assets/img/picto_coop.svg);
}
.uneoenocheck,
#oenotxtfields dl {
	display       : inline-block;
	vertical-align: top;
	width         : 31%;
	margin        : 0 2%;
}
.uneoenocheck {
	min-height: 36px;
}
.uneoenocheck:first-child,
#oenotxtfields dl:first-child {
	margin: 0;
}
.uneoenocheck:nth-child(3),
#oenotxtfields dl:nth-child(3) {
	margin: 0;
}
#oenotxtfields dl dt,
#oenotxtfields dl dd {
	margin : 0 0 5px 0;
	padding: 0;
}
#eonosubmit {
	margin: 32px auto 10px auto;
}
#eonosubmit p {
	margin: 0 0 10px 0;
}
p#filtreslabel {
	display    : block;
	width      : 35%;
	margin     : 0 auto 30px auto;
	line-height: 35px;
	background : #444;
	color      : #C5AF82;
}
.recap-research {
	font-family: CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	color      : #C5AF82;
	background : #353535;
	font-size  : 1.5em;
	line-height: 2em;
	padding    : 0 10px;
	margin     : 20px 0 10px 0;
}

a.results {
	display: inline-block;
	margin : 0 0 8px 0;
	width  : 100%;
}
a.results:nth-child(even) {
	background: #f2f2f2;
}
a.results:hover {
	background: #dedede;
}
.one-result {
	text-transform: uppercase;
	color         : #000;
}
.one-result .text-result {
	padding : 0 20px;
}

.one-result .text-result span {
	text-transform: none;
}
.one-result img,
.one-result .text-result,
.one-result span.respicto {
	display: inline-block;
}
.one-result span.respicto img {
	height        : 35px;
	vertical-align: middle;
}
.one-result img {
	width   : 71px;
	height  : 40px;
}
.one-result .infos {
	text-align    : right;
	text-transform: none;
	padding       : 0 20px 0 0;
	display       : none;
	font-size     : .5em;
}

.one-result:hover .infos {
}

/* page une visite de cave */
.oenoadh_top {
	width : 100%;
	margin: 0 0 25px 0;
}
.oenoadh_top figure,
.oenoadh_top .oenoadh_desc {
	display       : inline-block;
	vertical-align: top;
}
.oenoadh_top figure {
	width : 40%;
	margin: 0 2% 0 0;
}
.oenoadh_top figure img {
	width: 100%;
}
.oenoadh_top .oenoadh_desc {
	width  : 50%;
	font-size: 0.875em;
}
p.adhtype { color: #81A9AC; }

.oenoadh_bottom {
	width     : 100%;
	background: #eaeaea;
	position  : relative;
	overflow  : hidden;
}
.unadhoeno .content-right {
	background : #000;
	color      : #fff;
	width      : 490px;
	height     : 493px;
	padding    : 20px 20px 0 20px;
	font-size  : 12px;
	line-height: 16px;
}
.unadhoeno .links-contact-infos {
	margin: 0 0 20px 0;
}
.unadhoeno .links-contact-infos p {
	margin: 0;
}
div.infosmall p,
p.infosmall,
.unadhoeno .gps,
.unadhoeno .gmap-link,
.unadhoeno .links-contact-infos a {
	color          : #606060 !important;
	font-size      : 0.8em;
	text-decoration: none;
}
.unadhoeno .gmap-link {
	display: block;
	margin : 0 0 10px 0;
}
div.infosmall p,
p.infosmall {
	margin: 0 0 0.3em 0;
}
.unadhoeno .gmap-link:hover,
.unadhoeno .links-contact-infos a:hover {
	text-decoration: underline;
}

.oenoadh_bottom h3,
.oenoadh_bottom h2 {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size  : 1em;
	color      : #353535;
	font-weight: 400;
	background : none;
	padding    : 0 !important;
}

.unadhoeno .infos_1,
.unadhoeno .infos_2,
.unadhoeno .infos_3 {
	position      : relative;
	display       : inline-block;
	vertical-align: top;
	box-sizing    : border-box;
	padding       : 20px;
}
.unadhoeno .infos_1 {
	width: 33%;
}
.unadhoeno .infos_2 {
	width: 30%;
}
.unadhoeno .infos_3 {
	width: 33%;
}
.unadhoeno .infos_2:before,
.unadhoeno .infos_2:after {
	content     : "";
	display     : block;
	position    : absolute;
	z-index     : 1;
	top         : 0;
	bottom      : -800%;
	left        : 0;
    width       : 1px;
    border      : 1px solid #c3c3c3;
    border-width: 0 1px 0 0;
    margin      : 0 0 0 -2px;
    background  : none;
}
.unadhoeno .infos_2:after {
	left   : auto;
	right  : 0;
	margin : 0 0 0 0;
	border : 0 0 0 1px;
}
.unadhoeno .icones {
	text-align: right;
	padding: 8px 0;
}
.unadhoeno .icones img {
	margin: 0 0 0.5em 1em;
}

/* ui-auto-complete */
.ui-widget-content {
	border    : 1px solid #aaaaaa;
	background: #ffffff;
	color     : #222222;
}
.ui-widget-content a { color: #222222; }
.ui-widget-header a  { color: #222222; }
.ui-autocomplete {
	position  : absolute;
	cursor    : default;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}	
.ui-menu {
	list-style : none;
	padding    : 0;
	margin     : 0;
	display    : block;
	float      : left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin : 0;
	padding: 0;
	zoom   : 1;
	float  : left;
	clear  : left;
	width  : 100%;
}
.ui-menu .ui-menu-item a {
	font-size      : 12px;
	text-decoration: none;
	display        : block;
	padding        : 2px 4px;
	line-height    : 15px;
	zoom           : 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	background : #655d50;
	color      : white;
	font-weight: normal;
}
/*-------fin oenotourisme -----------*/


/*-----------------------------------*/
/*        LES CHIFFRES CLES          */
/*-----------------------------------*/
hr.chiffres_hr {
	width  : 40%;
	height : 2px;
	margin : 2em auto;
	padding: 0;
	border : 0;
	color  : #C5AF82;
	background-color: #C5AF82;
}
h2.titre-chiffres {
	box-sizing  : border-box;
	display     : inline-block;
	font-family : CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-weight : 300;
	width       : 48%;
	font-size   : 1.2em;
	padding     : 6px !important;
	text-align  : center;
	background  : #353535;
	color       : #C5AF82;
	margin      : 0 0.5% 5px 0.5%;
	cursor      : pointer;
	outline     : none;
}

h2.titre-graph {
	padding: 0 1px 0 0;
}

h2.titre-tab {
	padding: 0 0 0 1px;
}

h2.titre-chiffres.active {
	background   : #4f4f4f;
}
.chiffres_aff {
	display       : inline-block;
	vertical-align: top;
	width         : 49%;
	text-align    : center;
}
.chiffres object,
.chiffres_aff object {
	display       : inline-block !important;
	vertical-align: top;
	max-width     : 100%;
	margin        : 0 !important;
	padding       : 0 !important;
}
.content-chiffres {
	padding     : 20px 0;
	border-width: 0 1px 1px 1px;
}

.content-tab td {
	padding       : 15px;
	background    : #ededed;
	font-size     : 0.9em;
	vertical-align: middle;
	color         : #353535;
}

.content-tab td.col1 {
	font-family : CIVCTitle, 'Open Sans', Arial, sans-serif;
	background  : #474747;
	color       : #C5AF82;
	font-size   : 1.2em;
	font-weight : 300;
	width       : 30%;
}

.content-tab tr:nth-child(even) td.col1 {
	background    : #525252;
}

.content-tab td p {
	padding       : 0;
}
.content-tab td table {
	width: 100% !important;
	border: none !important;
}
.content-tab td td {
	padding   : 0 5px 0 0;
	border    : 0;
	background: none;
	outline   : none;
}
.content-tab td table tr td:nth-child(2) {
	text-align: right;
}

/*--------fin chiffres cles----------*/

/*-----------------------------------*/
/*         CONTACT ACCES             */
/*-----------------------------------*/
.faketabs {
	width : 100%;
	margin: 0 0 30px 0;
}
#form-contact ul,
#form-contact {
	width: 100%;
}
#form-contact {
	padding: 20px 0;
}
#form-contact li {
	display: block;
	width  : 710px;
	margin : 0 0 20px 0;
}

#form-contact label {
	display       : inline-block;
	vertical-align: top;
	width         : 15%;
	text-align    : right;
	padding       : 0 10px 0 0;
	margin        : 0 !important;
}

#form-contact input[type="text"],
#form-contact select {
	display       : inline-block !important;
	vertical-align: top;
	width         : 50%;
	height        : 35px;
	line-height   : 35px;
	border        : 1px solid #666;
	padding       : 0 10px;
	margin        : 0 important;
}
#form-contact ul input[type="text"]#objet {
	width: 80%;
}

#form-contact ul textarea {
	display       : inline-block;
	vertical-align: top;
	width         : 80%;
	height        : 120px;
	border        : 1px solid #666;
	padding       : 10px;
	margin        : 0 !important;
}

#form-contact ul input.error,
#form-contact ul select.error,
#form-contact ul textarea.error {
	border : 2px solid #9B191E;
}

#form-contact .error {
	color: #9B191E;
}

#form-contact p.error-bloc {
	padding    : 24px;
	border     : 2px solid #9B191E;
	background : #f4f4f4;
	color      : #9B191E;
	margin     : 0 0 20px 0;
}

#form-contact input[type="submit"] {
	display    : inline-block;
	border     : 2px solid #C5AF82;
	background : #C5AF82;
	color      : #353535;
	padding    : 5px 10px;
	margin     : 0;
}
#form-contact input[type="submit"]:hover {
	border     : 2px solid #96BE0F;
	background : #96BE0F;
	color      : #fff;
}

#access_gmap {
	width : 100%;
	height: 400px;
	margin: 0 0 25px 0;
}

.contact-acces .acces-img {
	padding: 0 0 10px 28px;
}
#mapinfos h1 {
	font-size: 1.5em;
	margin   : 0 0 10px 0 !important; 
}
.contact-acces hr {
	border     : 0;
	height     : 3px;
	background : url(/assets/img/pointilles-sous-menuSec.gif) 50% 0 repeat-x;
	margin     : 10px 0;
}

.ie7 .contact-acces hr {
	display    : list-item;
	list-style : url(/assets/img/pointilles-sous-menuSec.gif) inside;
	filter     : alpha(opacity=0);
	width      : 0;
}

.form_ml {
	padding    : 0 0 0 94px;
	font-size  : 11px;
	line-height: 15px;
	font-style : italic;
	color      : #999;
}
/*--------fin contact accès----------*/



/*-----------------------------------*/
/*           PLAN DU SITE            */
/*-----------------------------------*/
#plan-site {
	width: 100%;
	margin: 0 0 30px 0;
}
#plan-site ul {
	display: block !important;
	width  : 90%;
}
#plan-site ul ul {
	width  : 98%;
	padding: 0 0 0 5%;
	margin : 0 0 1.2em 0;
}

#plan-site a { 
	color          : #000;
	text-decoration: none;
}
#plan-site h3 { 
	background: #353535;
}
#plan-site h3 a { 
	color: #fff;
}

/*-------  fin plan du site  --------*/

/*-----------------------------------*/
/*           Choli tableau           */
/*-----------------------------------*/

.mep_tab td,
#chiffres_tab td {
	background    : #f4efe6;
	border        : 1px solid #fff;
	padding       : 20px;
	color         : #4e483d;
	font-size     : 12px;
	line-height   : 18px;
	vertical-align: middle;
	width         : 390px;
}
.mep_tab td.col1,
#chiffres_tab td.col1 {
	background    : #501419;
	color         : #fff;
	font-size     : 16px;
	width         : 180px;
}
.mep_tab td.col1.even,
#chiffres_tab td.col1.even {
	background    : #692d5f;
}
.mep_tab td p,
#chiffres_tab td p {
	padding       : 0;
}
.mep_tab td td,
#chiffres_tab td td {
	padding   : 0 5px 0 0;
	border    : 0;
	background: none;
}
.mep_tab th {
	background : #c7b07c;
	color      : #fff;
	border     : 1px solid #fff;
	padding    : 10px 20px;
	font-weight: bold;
	font-size  : 14px;
}
/*------  ends choli tableau  -------*/


/*-----------------------------------*/
/*         Eléments divers           */
/*-----------------------------------*/

em     { font-style: italic; }

.noir          { color: #000 !important; }
.blanc         { color: #fff !important; }
.vertpomme     { color: #96BE0F !important; }
.bleu          { color: #005F6E !important; }
.violet        { color: #692D5F !important; }
.rouge-bordeau { color: #9B191E !important; }
/* .color-champ   { color: #A07F44 !important; } */
.color-champ   { color: #C5AF82 !important; }
.yellow        { color: yellow; }

.black-link,
.black-link-court  { /* black-link-court pour palier une ereur de surcharge sur black-link dans les modèles predefinis pour tiny MCE */
	display        : inline-block;
	color          : #fff !important;
	font-size      : .8em;
	min-height     : 20px;
	background     : #000 url(/assets/img/bg-black-link.gif) repeat-x top left;
	padding        : 5px !important;
	margin         : 0 10px 0 0;
	text-decoration: none !important;
}
p a span.black-link,
p a span.black-link-court,
p a.black-link,
p a.black-link-court {
	display    : inline;
	color      : #C5AF82 !important;
	background : none;
	font-size  : 1em;
	height     : auto;
	padding    : 0 !important;
	margin     : 0;
}
p a:hover span.black-link,
p a:hover span.black-link-court,
p a.black-link:hover,
p a.black-link-court:hover {
	text-decoration: underline !important;
}
.lien-type {
	color          : #000;
	text-decoration: underline;
}

ul.liste-carres {
	margin             : 0 0 1em 40px;
	list-style-image   : url('/assets/img/puceor8.png') !important;
	list-style-position: outside !important;
}
ul li.liste-carres {
	margin             : 0 0 4px 40px;
	list-style-image   : url('/assets/img/puceor8.png') !important;
	list-style-position: outside !important;
}
p:not(.intro) + ul.liste-carres {
	margin: 1em 0 1em 20px;
}

ul.liste-carres li {

}

ul.liste-actus li::before {
	margin : 0 8px 0 0;
	content: url(/assets/img/gold-square.gif);
}
ul li.liste-actus::before {
	margin : 0 8px 0 0;
	content: url(/assets/img/gold-square.gif);
}
.page-content .liste-actus ul {
	padding     : 0 0 5px 15px;
}

ol {
	list-style-type    : decimal;
	list-style-position: inside;
}

blockquote {
	font-size  : 30px;
	line-height: 34px;
	display    : inline-block;
}

.blackbg {
	background: #000;
}
.graybg {
	background: #353535;
}
.bluebg {
	background: #005e6e;
}
.medgraybg {
	background: #444;
}
.lightbg {
	background: #f4f4f4;
}
.lightbgf3 {
	background: #f3f3f3;
}
.whitebg {
	background: #fff;
}

.mbot30  { margin-bottom: 30px !important; }
.mbot40  { margin-bottom: 40px !important; }
.mbot50  { margin-bottom: 50px !important; }
.mbot60  { margin-bottom: 60px !important; }
.mbot80  { margin-bottom: 80px !important; }
.mbot100 { margin-bottom: 100px !important; }

.pbot30  { padding-bottom: 30px !important; }
.pbot40  { padding-bottom: 40px !important; }
.pbot50  { padding-bottom: 50px !important; }
.pbot60  { padding-bottom: 60px !important; }
.pbot80  { padding-bottom: 80px !important; }
.pbot100 { padding-bottom: 100px !important; }

.pbt20  { padding-top: 20px !important;  padding-bottom: 20px !important; }
.pbt30  { padding-top: 30px !important;  padding-bottom: 30px !important; }
.pbt40  { padding-top: 40px !important;  padding-bottom: 40px !important; }
.pbt50  { padding-top: 50px !important;  padding-bottom: 50px !important; }
.pbt60  { padding-top: 60px !important;  padding-bottom: 60px !important; }
.pbt80  { padding-top: 80px !important;  padding-bottom: 80px !important; }
.pbt100 { padding-top: 100px !important; padding-bottom: 100px !important; }

strong, b {
	font-weight: 600 !important;
}

/* mailchimp */

#mc_embed_signup{background:#fff; clear:left; }
#mc_embed_signup input { height: 35px;	line-height: 35px; border: 1px solid #666; padding: 0 10px; border-radius: 0; }
#mc-embedded-subscribe-form input[type=checkbox] { display: inline; height: auto; width: auto; margin-right: 10px; margin-top: 15px;}
#mergeRow-gdpr {margin-top: 5px;}
#mergeRow-gdpr fieldset label {font-weight: normal;}
#mc_embed_signup .button { clear: both; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button { display: inline-block; border: 2px solid #C5AF82; background : #C5AF82; color: #353535; padding: 5px 20px; margin : 0 0 20px 0; border-radius: 0; height: auto; width: auto; font-size:18px; line-height: 20px; }
#mc_embed_signup .button:hover { border: 2px solid #96BE0F; background: #96BE0F; color: #fff; }
#mc-embedded-subscribe-form .mc_fieldset{border:none;min-height: 0px;padding-bottom:0px;}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper {
	padding: 0 !important;
	margin : 0 !important;
}
.bx-wrapper .bx-viewport {
	border    : 0;
	left      : 0;
	background: #000;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform   : translatez(0);
    -ms-transform    : translatez(0);
    -o-transform     : translatez(0);
    transform        : translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom  : 15px;
	width   : 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/assets/img/bx_loader.gif) center center no-repeat #fff;
	height    : 100%;
	width     : 100%;
	position  : absolute;
	top       : 0;
	left      : 0;
	z-index   : 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align : center;
	font-size  : .85em;
	font-family: Arial;
	font-weight: bold;
	color      : #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display : inline-block;
	*zoom   : 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background : #666;
	text-indent: -9999px;
	display    : block;
	width      : 10px;
	height     : 10px;
	margin     : 0 5px;
	outline    : 0;
	-moz-border-radius   : 5px;
	-webkit-border-radius: 5px;
	border-radius        : 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* google search */
#topsearch table,
#menutopsearch table {
	background: white;
}
#topsr input {
	border: 0;
	margin: 0 !important;
}
#___gcse_0,
#___gcse_1 {
	width    : auto !important;
	max-width: 90% !important;
	height   : 35px !important;
	background: #fff !important;
}
#___gcse_0 {
	max-width: 100% !important
}
#___gcse_0 { height: 35px !important; }
#___gcse_0 div,
#___gcse_1 div {
	border : 0 !important;
	padding: 0 !important;
}
#___gcse_0 div {
	height : 35px !important;
}
#___gcse_0 table table,
#___gcse_0 table, 
#___gcse_1 table table,
#___gcse_1 table {
	table-layout: auto;
}
table.gsc-search-box,
table.gsc-search-box table,
table.gsc-search-box tr,
table.gsc-search-box td,
table.gsc-search-box form,
table.gsc-search-box div { 
	padding   : 0 !important;
	margin    : 0 !important
	border    : 0 !important;
	box-shadow: none !important;
}
.gsc-search-box .gsc-input {
	width  : 350px;
	outline: none !important;
}

table.gsc-search-box td {
	vertical-align: middle;
}
.gsc-search-button.gsc-search-button-v2,
.gsc-search-button.gsc-search-button-v2:hover {
	width          : 35px !important;
	height         : 35px !important;
	background     : #fff url(/assets/img/search_magn.svg) no-repeat center center;
	background-size: 40px;
	border-radius  : 0 !important;
}
.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors  : none;
	-moz-border-right-colors : none;
	-moz-border-top-colors   : none;
	border-color: #fff;
	border-image: none;
	border-style: solid;
	border-width: 0;
	box-shadow  : none;
	outline     : medium none;
}
.gsc-search-box input.gsc-input,
.gsc-search-box input.gsc-input:hover {
	padding-left: 5px !important;
}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
	border    : 1px solid #fff;
	box-shadow: none;
	outline   : medium none;
}
.cse input.gsc-search-button, input.gsc-search-button {
	background-color: #4d90fe;
	background-image: -moz-linear-gradient(center top , #4d90fe, #4787ed);
	border          : 1px solid #3079ed;
	border-radius   : 0;
	color           : #fff;
	font-family     : inherit;
	font-size       : 11px;
	font-weight     : bold;
	min-width       : 35px;
	padding         : 0 8px;
}
.cse input.gsc-search-button:focus, input.gsc-search-button:focus {
    box-shadow: none;
}
.gsc-search-box.gsc-search-box-tools {
	max-width: 100%:
}

#___gcse_0,
#___gcse_1,
#___gcse_0 .gsc-control-cse.gsc-control-cse-fr,
#___gcse_1 .gsc-control-cse.gsc-control-cse-fr {
	margin    : 0;
	padding   : 0;
	background: #fff;
	border    : none;
	outline   : none !important;
}
#___gcse_1 table,
#___gcse_1 tr,
#___gcse_1 td,
#___gcse_0 table,
#___gcse_0 tr,
#___gcse_0 td {
	margin : 0;
	padding: 0;
	outline: none !important;
	background: #fff;
}
#___gcse_0 td.gsib_a,
#___gcse_1 td.gsib_a {
	width: 200px !important;
}
.gsib_b {
	width: 10px !important;
}
a.gsst_a span {
	line-height: 32px;
	text-align: center;
}
.gsst_a .gscb_a {
	color : pink !important;
	cursor: pointer;
}
.gsst_a:hover .gscb_a, .gsst_a:focus .gscb_a {
	color: red !important;
}
#___gcse_1 * {
	height : 35px !important;
}
#___gcse_0 * {
	height : 35px !important;
}
#___gcse_0 a.gsst_a span {
	line-height: 32px;
}
#___gcse_0 .gsc-search-button.gsc-search-button-v2,
#___gcse_0 .gsc-search-button.gsc-search-button-v2:hover {
	width          : 35px !important;
	height         : 35px !important;
	background-size: 35px;
}


/************************************
	carto viticulture durable
************************************/
#oenoev_map,
#oenocalcarte,
#viticarte,
#viticarto {
	width: 100%;
}
#oenoev_map,
#oenocalcarte,
#viticarte {
	height: 700px;
}
.iwcontent h1 {
	font-family: CIVCTitle, 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size  : 1.4em;
	font-style : small-caps;
	color      : #C5AF82;
	background : #353535;
	padding    : 10px 37px 10px 10px !important;
	margin     : 0 0 10px 0;
}
.iwcontent p {
	margin    : 0 10px 10px 10px;
	font-size : 1em !important;
}
.iwcontent a {
	font-size      : 1.1em;
	color          : #999;
	text-decoration: none;
	font-style     : italic;
}
.iwcontent strong {
	font-size      : 1.25em;
	color          : #353535 !important;
}
.js-info-bubble-close {
	height: 14px;
	width : 14px;
	top   : 12px !important;
	right : 10px !important;
}
h2.vitiresultaff {
	background: #353535;
	color     : #C5AF82;
	margin    : 20px 0 0 0;
	padding   : 6px 12px;
}


/* résultats */
.gs-web-image-box, .gs-promotion-image-box {
	float  : none !important;
	display: inline-block !important;
}
td.gsc-table-cell-thumbnail.gsc-thumbnail {
	width: 80px !important;
	text-align: center !important;
	vertical-align: top !important;
}
td.gsc-table-cell-snippet-close {
	width: calc(100% - 40px) !important;
}
.gsc-cursor-page,
a.gs-title,
a.gs-title b {
	color: #666 !important;
}
.gsc-cursor-current-page,
.gsc-cursor-page:hover,
a.gs-title:hover
a.gs-title:hover b {
	color          : #C5AF82 !important;
	text-decoration: underline !important;
}
.gsc-cursor-current-page { font-weight: 600; } 
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
	color: #C5AF82 !important;
}
iframe#champday {
	width: 100%;
	height: 1000px;
	border: 0;
}

/* adblock google */
.gsc-adBlock,
#adBlock,
.gcsc-branding {
	display: none !important;
}


/***********************************************************
 oeno events
 **********************************************************/
/* la timeline */
#dragmonths {
	width    : 100%;
	display  : flex;
	flex-wrap: wrap;
}
.onemonth {
	background: url(/assets/img/oeno_emptymonth_bg.png) no-repeat center 49px;
}
.onemonth.droppable {
	background: url(/assets/img/oeno_month_bg.png) no-repeat center 49px;
	cursor    : pointer;
}
.onemonth.m1 {
	background: url(/assets/img/oeno_month_first_bg.png) no-repeat center 49px;
}
.onemonth.m12 {
	background: url(/assets/img/oeno_month_last_bg.png) no-repeat center 49px;
}
.onemonth,
.onemonth.ui-droppable {
	box-sizing: border-box !important;
	display   : inline-block;
	width     : 8%;
	height    : 98px;
	margin    : 0 0 20px 0 !important;
	position  : relative;
	padding   : 0 !important;
	text-align: center;
}
.onemonth p,
.onemonth.ui-droppable p {
	margin   : 0;
}
.onemonth p.calmois,
.onemonth.ui-droppable p.calmois {
	font-size     : 15px;
	text-transform: uppercase;
	line-height   : 17px;
	margin-top    : 15px;
}
.onemonth p.calannee {
	font-size    : 10px;
	color        : #7a7a7a;
	margin-bottom: 19px;
}
.onemonth.droppable.ui-droppable-hover p.calannee,
.onemonth.droppable.dropped p.calannee {
	margin-bottom: 35px;
}
.onemonth p.calmois {
	color: #7a7a7a;
}
.onemonth.droppable p.calmois {
	color: #353535;
}
.onemonth.droppable.ui-droppable-hover p.calmois,
.onemonth.droppable.dropped p.calmois {
	margin-top : 0;
	font-size  : 20px;
	font-weight: bold;
}
span.calnum {
	display       : inline-block;
	width         : 20px;
	height        : 20px;
	font-size     : 10px;
	border        : 1px solid #353535;
	border-radius : 100%;
	line-height   : 17px;
	vertical-align: center;
}
.droppable.ui-droppable-hover span.calnum,
.droppable.dropped span.calnum {
	background: #353535;
	color     : #fff;
}
#mydrag,
#mydrag.ui-draggable.ui-draggable-handle {
	width     : 100%;
	height    : 100%;
	background: url(/assets/img/oeno_curseur.png) no-repeat center 38px;
	position  : absolute;
	left      : 0;
	top       : 0;
	z-index   : 10;
}
.pagecontent#oenoevents h2.oenoev_h2 {
	font-family : 'Open Sans', Arial, sans-serif;
	font-size   : 2.5em;
	font-variant: small-caps;
	padding     : 0;
	background  : #fff;
	color       : #444;
	margin      : 0 !important;
}
.oenosee {
	padding: 1.8rem 0 2rem 0;
}
.oenosee p::last-child {
	margin: 0;
}
/* le contenu */
.zievents {
	clear     : both;
	padding   : 35px 0 20px 0;
	background: url(/assets/img/zievents_bg.png) no-repeat 43px top;
}
.eventdate {
	background   : white;
	text-align   : center;
	margin       : 0 20px;
	float    : left;
}
.eventdate strong {
	display: block;
	font-size: 2.3em;
	line-height: 1em;
	font-weight: bold;
	color: #353535 !important;
	margin: 0 0 3px 0;
}
.eventdate .oenomonth {
	display: block;
	font-size: .86em;
	color: #4f4f4f;
	line-height: 1em;
	margin: 0 0 3px 0;
}
.eventdate .oenoyear {
	display: block;
	font-size: .6em;
	color: #7a7a7a;
	line-height: 1em;
	margin: 0 0 3px 0;
}
.eventdate .datesep {
	display: block;
	line-height: 4px;
	height: 4px;
}
.eventdate p {
	width        : 66px;
	border-top   : 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin       : 0;
}
.evimg {
	margin   : 0 20px 0 0;
	float    : left;
	max-width: 166px;
	
}
.unev_content {
	float: left;
	width: calc(100% - 293px)
}
.oenonavbutt,
.oenonavbuttshort {
	padding        : .4rem 7rem;
	display        : inline-block;
	font-size      : 1.2em;
	color          : #9a9a9a;
	border         : 1px solid #9a9a9a;
	text-decoration: none !important;
}
.oenonavbuttshort { padding: .4rem 1rem; }
.oenonavbuttshort:hover,
.oenonavbutt:hover,
.oenonavbuttshort:hover strong {
	color     : #fff !important;
	background: #9a9a9a;
}

.unoenoev {
	display: block;
	float  : left;
	margin : 0;
	background: url(/assets/img/date_bg.png) repeat-y 53px top;
	padding-bottom: 50px;
}
.unoenoev.lastev {
	background: none;
}
.pagecontent#oenoevents h2.vitiresultaff {
	margin-top: 30px;
	font-size : 1.6em;
}
h3.oenoev_titre {
	background : none;
	color      : #353535;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size  : 1.4em;
	padding    : 0;
	margin     : 0 0 5px 0;
	font-weight: 400;
}
.oenoev_com {
	font-size     : 1.1em;
	text-transform: uppercase;
	color         : #4f4f4f;
	margin        : 0 0 13px 0;
}
.odeclinks {
	padding-left: 10px;
	border-left : 1px solid #c1c1c1;
}
.oenoev_desc {
	margin-bottom: .8em;
	font-size    : .85em;
}
.oenoev_links a {
	display  : inline-block;
	margin   : 0 20px 0 0;
	font-size: 11px;
	color    : #848484;
}
.oenoev_typo {
	font-size      : 11px;
	color          : #c5af82;
	padding-left   : 15px;
	background     : url(/assets/img/flag.svg) no-repeat left center;
	background-size: 8px 8px;
	margin         : 0 0 12px 0;
}
@media (max-width: 960px) {
	.onemonth.m7 {
		background: url(/assets/img/oeno_month_first_bg.png) no-repeat center 49px;
	}
	.onemonth.m6 {
		background: url(/assets/img/oeno_month_last_bg.png) no-repeat center 49px;
	}
	.onemonth,
	.onemonth.ui-droppable {
		width: 16%;
	}
}
@media (max-width: 768px) {
	.evimg {
		display: none;
	}
	.unev_content {
		float: left;
		width: calc(100% - 107px)
	}
}
/* modale enquête */
#enq_modale {
	box-sizing: border-box;
	width: 350px;
	padding: 30px;
	background: #000;
	border: 1px solid #C5AF82;
	position: relative;
	text-align: center;
}
#enq_close {
	font-size: 18px;
	padding  : 0;
	display  : block;
	position : absolute;
	top      : 0;
	right    : 10px;
	text-decoration: none;
	color    : #fff !important;
}
#enq_modale h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size  : 3.4rem;
	color      : #C5AF82;
	line-height: 1.2em;
	margin-top : 0;
	text-transform: none;
	font-style    : normal;
}
#enq_modale h1 .enq_hsmall {
	font-weight: 300;
	font-size  : 3.8rem;
}
hr.end_hr {
	width        : 105px;
	margin       : 0 auto 2rem auto;
	border       : 0;
	border-top   : 1px solid #C5AF82;
}
#enq_modale p {
	font-size: 14px;
	color    : #fff;
}
a#end_butt {
	box-sizing      : content-box;
	display         : inline-block;
	padding         : 8px 25px;
	margin-top      : 20px;
	margin-bottom   : 0;
	color           : #fff;
	background-color: #C5AF82 !important;
	border          : 1px solid #C5AF82;
	text-decoration : none;
	text-align      : center;
	background      : url(/assets/img/civclink_white.svg) no-repeat right 5px bottom 5px;
	background-size : 11px;
	font-size       : 1.8rem;
}
a#end_butt:hover {
	background-color: #353535 !important;
	color           : #C5AF82;
}

/*
<div id="enq_modale" style="display: none;">
	<a href="#" id="enq_close">x</a>
	<h1>Votre avis sur<br /><span class="enq_hsmall">champagne.fr</span></h1>
<hr class="end_hr" />
<p>
Dans une démarche d’amélioration du site champagne.fr, nous souhaitons savoir dans quelle mesure il a répondu à vos attentes.
<br />Répondre à ce questionnaire ne vous prendra que 2 minutes.
</p>
<a href="/http://champnew.test/fr/enquete-champagne" id="end_butt">Cliquez ici</a>
</div>
*/

