/*---------------------------------*/
/*BASE STRUCT*/
/*---------------------------------*/
/*GLOBAL*/
@font-face {
	font-family: "SourceSansPro-Regular";
	font-display: swap;;
	src: url('../fonts/SourceSansPro-Regular.eot') format('embedded-opentype'),
		 url('../fonts/SourceSansPro-Regular.svg') format('svg'),
		 url('../fonts/SourceSansPro-Regular.ttf') format('truetype'),
		 url('../fonts/SourceSansPro-Regular.woff') format('woff');
}
body {
	font-family: 'SourceSansPro-Regular', sans-serif;
	background: #ffffff;
	top: 0 !important;
}


body.nohome{
	background-image:url(../images/bgnohome.jpg);
	background-size:100%;
	background-position:top left;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.home #xpagechild {
	padding: 0;
	width: 100%;
	position: relative;
}
#xlogo{
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}
#xlogo a{}

h1, h2, h3, h4, h5, h6 {
	font-family: 'SourceSansPro-Regular', sans-serif;
	line-height: 120%;
}

h1{font-size: 2.6vw;}
h2{font-size: 2.2vw;color: #6D071A;font-weight: normal;}
h3{font-size: 2vw;color: #7b1c35;}
h4{font-size: 1.8vw;}
h5{font-size: 1.4vw;}
h6{font-size: 1.1vw;}

.article_content h1{
	margin: 10px 20px;
}
.tc_content p, .tc_content ul, .tc_content ol {
	color: rgb(0, 0, 0);
}
.article_content .tc_content{
	padding: 0px 0px 40px;
}
.article_content .tc_content ul li,
.article_content .tc_content ol li {
	margin-left: 30px;
}

#xcontent .article_content {position: relative;background: #fff;padding: 40px 40px;}
.article_content.nothumb{
    /* margin-bottom: 0 !important; */
}
.article_content.hasthumb .blocthumb h1{}

.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
}

.content {font-size: 0.9em; }

/***************************************************************************/
/*BASE STYLES*/
/***************************************************************************/
.bgwhite{background:#fff;}

.centered {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: initial;
	-ms-transition: initial;
	-o-transition: initial;
	transition: initial;
}

img.cover{
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

img.responsiveimg{
	width: 100%;
}

img.bubble{
	border-radius: 50%;
	width: 100%;
	border: 10px solid #ffffff;
	box-sizing: border-box;
}

.fullheight{
	max-height: 100%;
	height: 100%;
}

/*text align*/
.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}

/*clearfix*/
.clearboth {clear: both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { height: 1%; }
.clearfix {display: block;}


/*BASE MISE EN FORME*/
.page article ul {
	margin: 10px 10px;
}
.page article ul li {
	line-height: 150%;
	list-style-type: disc;
}
.page article ul li h3{
	padding:0;
}
.page article ul li a {
	text-decoration: none;
	/* border-bottom: 1px dashed #999; */
	font-size: 1.2em;
}

.page article ul li ul{
	margin: 10px;
}

.page article p {
	line-height: 140%;
	margin-bottom: 15px;
}

.page article a,
.page article strong {
	color: #6D071A;
	font-weight: normal;
}
.page article a:hover {
	text-decoration: none;
}

.page table{
	width:100%;
}

.page h1{
	line-height: 140%;
	color: #6D071A;
	font-weight: normal;
	text-align: center;
	padding: 0 10px;
	margin: 50px 0 40px;
}

.page .nothumb h1{
    margin: 0 40px;
}

body.home h1{
	margin-top:20px;
}

.page h2{
	line-height: 140%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0 5px;
	margin-top: 15px;
	margin-bottom: 7px;
	position: relative;
	display: inline-block;
}
.page h2::after{
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #7b1c35;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.page h3{line-height: 140%;padding: 5px 10px;font-weight: normal;/* text-decoration: underline; */}
.page h4{line-height: 140%; padding: 0 10px;}
.page h5{line-height: 140%; padding: 0 10px;}
.page h6{line-height: 140%; padding: 0 10px;}

.page h1 a{text-decoration: none; color: #ce4046;}
.page h2 a{text-decoration: none;color: #000000;}
.page h3 a{text-decoration: none;color: #7b1c35;}
.page h4 a{text-decoration: none; color: #ce4046;}
.page h5 a{text-decoration: none; color: #ce4046;}
.page h6 a{text-decoration: none; color: #ce4046;}

/* COLONNAGE */
div.contentSeparation-2 {column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; }
div.contentSeparation-3 {column-count: 3; -webkit-column-count: 3; -moz-column-count: 3; }
div.contentSeparation-4 {column-count: 4; -webkit-column-count: 4; -moz-column-count: 4; }

@media screen and (max-width: 1140px) {
	div.contentSeparation-2,
	div.contentSeparation-3,
	div.contentSeparation-4 {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
	}
}
@media screen and (max-width: 780px) {
	div.contentSeparation-2,
	div.contentSeparation-3,
	div.contentSeparation-4 {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
}

/* HABILLAGE D'IMAGE */
.alignright {float: right; }
.alignleft {float: left; }
.aligncenter {margin: 10px auto; display: block; }
.alignnone {display: block; }



/* Reset flex */
.noflex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;
	vertical-align: top;
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	-webkit-flex-direction: initial;
	-ms-flex-direction: initial;
	flex-direction: initial;
}

/*GLOBAL INPUT LIB*/
input:-moz-read-only { /* For Firefox */
	background-color: #eee;
}

input:read-only {
	background-color: #eee;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 2px 1em;
	max-width: 350px;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.9em 0.2em 0.5em;
	line-height: 140%;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: bold;
	-webkit-appearance: none;
	/* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #cac7e0;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding-top: 6px;
	width: 100%;
	font-size: 1.2em;
}


/* [SEARCH] Makiko */
.input--makiko {
	overflow: hidden;
	background: #CBCBCB;
	margin: 0;
	width: 100%;
	max-width: inherit;
}

.input__field--makiko {
	width: 100%;
	background: transparent;
	color: #797693;
	z-index: 10;
	padding: 0;
	font-weight: 500;
	font-size: 0.9em;
	padding: 0.5em 1em;
	box-sizing: border-box;
	line-height: 1em;
}

.input__label--makiko {
	position: absolute;
	width: 100%;
	text-align: left;
	pointer-events: none;
	color: #fff;
}

.input__label--makiko::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0.3em;
	right: 30px;
	background: url(../images/search.svg) no-repeat center center;
	background-size: 100%;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.4s cubic-bezier(0.7,0,0.3,1);
}

.input__label-content--makiko {
	display: block;
	padding-top: 0;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.4s cubic-bezier(0.7,0,0.3,1);
}

.input__field--makiko:hover + .input__label--makiko::before,
.input--filled .input__label--makiko::before {
	-webkit-transform: scale3d(140, 140, 1);
	transform: scale3d(140, 140, 1);
}

.input__field.onsearch{
	background: url(../images/loading-search.svg) right center no-repeat;
}

/* [LOGIN] Hoshi */
.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 0.0em;
	box-sizing: border-box;
	width: 100%;
	background: transparent;
	color: #d0d0d0;
	font-size: 1.1em;
	text-shadow: 0 2px 3px #7968ff, 0px -2px 3px #222222;
	font-family: 'SourceSansPro-Regular', sans-serif;
}

.input__label--hoshi {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.25em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
	margin-top: 2px;
	border-bottom: 4px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.input__label--hoshi-color-1::after {
	border-color: #7968ff;
}

.input__label--hoshi-color-2::after {
	border-color: #00ffaa;
}

.input__label--hoshi-color-3::after {
	border-color: #ff5500;
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-hoshi 0.3s forwards;
	-moz-animation: anim-hoshi 0.3s forwards;
	-ms-animation: anim-hoshi 0.3s forwards;
	-o-animation: anim-hoshi 0.3s forwards;
	animation: anim-hoshi 0.3s forwards;
}

@-webkit-keyframes anim-hoshi {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-hoshi {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -70%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -90%, 0);
	}
}



/*GLOBAL BUTTON*/
.button {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 15px;
	background-color: #ffffff;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.button.big {
	font-size: 18px;
	padding: 8px 17px;
	background-color: #6D071A;
	margin-left: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button.big,
.button.big:hover,
.button.big:active,
.button.big:focus{
	/* border: 2px solid rgba(255, 255, 255, 0.08); */
}

.button:hover, .button:focus, .button:active {
	background-color: #616161;
	border: none !important;
	color: #ffffff;
}

.button.orange {background-color: #bf6129 !important;}
.button.orange:hover, .button.orange:focus, .button.orange:active {background-color: #e27839 !important;}
.button.yellow {background-color: #f2b300 !important;color: #3e3e3e !important;}
.button.yellow:hover, .button.yellow:focus, .button.yellow:active {background-color: #ffd400 !important;}
.button.green {background-color: #238e7f !important;}
.button.green:hover, .button.green:focus, .button.green:active {background-color: #2cb29f !important;}
.button.pink {background-color: #b7436e !important;}
.button.pink:hover, .button.pink:focus, .button.pink:active {background-color: #ea4984 !important;}
.button.indigo {background-color: #6c60c8 !important;}
.button.indigo:hover, .button.indigo:focus, .button.indigo:active {background-color: #8e83e4 !important;}
.button.red {background-color: #c00 !important;}
.button.red:hover, .button.red:focus, .button.red:active {background-color: #e00 !important;}

.bigicone {
	font-size: 1.6em !important;
	padding-left: 0;
	padding-right: 0.1em;
}


/* Toogle Bt Agence */
.toogleSlideBloc{
	margin: 20px;
}

.toogleSlideBt {
	display:block;
	font-size: 20px;
	padding: 26px 10px 26px 88px;
	color: #4d4d4d;
	background-color: #e4e4e4;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.toogleSlideBt:before{
	content: "";
	display: block;
	background-image: url(../images/icons/envelope.svg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 5px;
	height: 60px;
	width: 60px;
}

.toogleSlideBt:hover{
	color: #26a6d1;
}

.toogleSlideContent{
	background: #f0f0f0;
	line-height: 120%;
}

/*---------------------------------*/
/* HERDER BAR */
/*---------------------------------*/
#headbar {
	background: #000;
	color: #666;
	font-family: 'SourceSansPro-Regular', sans-serif;
}

.addrhead{
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/icons/mappointer.svg) center left no-repeat;
    background-size: 16px;
    padding-left: 30px;
    height: 32px;
    line-height: 32px;
}

/* ---------------------- */
/* CEKOME-SOCIAL */
/* ---------------------- */
.socialdiv {
	text-align: right;
	color: rgba(0,0,0,0.4);
	position: relative;
	z-index: 2;
}
.share-buttons {
	padding: 5px 10px;
	float: right;
	margin: auto;
	/* display: table; */
}
#navig .share-buttons {
	background-color: transparent;
}

.share-buttons a {
	display: inline-block;
	margin: 0px 3px;
	cursor: pointer;
}
.share-buttons a svg {
	height: 20px;
	fill: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.share-buttons a:hover svg {
	fill: rgb(123, 28, 53);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}



.share-buttons img {
	width: 17px;
	padding: 4px 1px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}

.share-buttons img:hover {
	filter: hue-rotate(180deg);
	-webkit-filter: brightness(40%) sepia(100%) hue-rotate(160deg) saturate(160%);
	-moz-filter: brightness(40%) sepia(100%) hue-rotate(160deg) saturate(160%);
	-o-filter: brightness(40%) sepia(100%) hue-rotate(160deg) saturate(160%);
	-ms-filter: brightness(40%) sepia(100%) hue-rotate(160deg) saturate(160%);
}




/*MENU HEADER*/
.menuheadbar {
	float: left;
	margin: 0px 5px;
}

.menuheadbar li {
	display: inline-block;
	padding: 7px 5px;
	border-left: 1px dotted #555;
}

.menuheadbar li a {
	color: #bbb;
	text-decoration: none;
	font-size: 0.8em;
}

.menuheadbar li a:hover {
	text-decoration: underline;
	color: #ddd;
}



/*---------------------------------*/
/* HEADER */
/*---------------------------------*/
#xheader{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 23%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 23%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 23%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
}
body.nohome #xheader{
    /* background: #4c4c4c url(../images/headnohome.jpg) top left no-repeat; */
    margin-bottom: 30px;
    background-size: cover;
    /* background: rgba(0,0,0,0.22); */
}
.tophead{
    /* background: #fccc07; */
    color: #fff;
    padding: 5px 10px !important;
    background: rgba(0, 0, 0, 0.48);
    z-index: 1;
}
.horaire{text-align: left;float: right;position: relative;}
.horaire ul li{
    display: inline-block;
    margin-left: 7px;
    padding: 2px;
}

.servicetime{
    float: left;
    padding: 5px 10px;
    font-weight: bold;
    text-transform: uppercase;
    background: #7b1c35;
    margin: 3px 10px;
    border-radius: 7px;
}

.buttonhor{
    background: url(../images/icons/horaires.svg) center left no-repeat;
    background-size: 23px;
    padding: 7px;
    padding-left: 30px;
    font-weight: bold;
    cursor: pointer;
    float: left;
}
.contenthor{
    position: absolute;
    width: 200px;
    /* max-width: 90%; */
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    z-index: 27;
    margin-top: 45px;
    right: 0;
    box-sizing: border-box;
}

.headerinfo{
    margin: 10px 10px 0 0 !important;
    background: #191919;
    border: none;
    padding: 6px 10px;
    border-radius: 10px;
}

.coord .addr {
    line-height: 32px;
    color: #ffffff;
    /* text-align: center; */
}
.coord .addr svg{
	fill: #ffffff;
	width: 30px;
	margin-left: -2px;
}

.visu {
	background: #dedede;
	width: 100%;
	min-height: 930px;
	height: 90vh !important;
	position: relative;
	overflow: hidden;
}
.visu::before {
	content: "";
	display: block;
	width: 100%;
	/* height: 100%; */
	/*background: rgb(63,53,0);
	background: -moz-linear-gradient(45deg, rgba(63,53,0,0.6) 50%,rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(45deg, rgba(63,53,0,0.6) 50%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(45deg, rgba(63,53,0,0.6) 50%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3500', endColorstr='#494c53',GradientType=1 );*/
	position: absolute;
	/* top: 0; */
	left: 0;
	right: 0;
	/* bottom: 0; */
}
.seph{
    position: absolute;
    top: -1px;
    left: -1%;
    z-index: 1;
    right: -1%;
    width: 102%;
}

.sepb{
    position: absolute;
    bottom: -1px;
    z-index: 1;
    left: -1%;
    right: -1%;
    width: 102%;
}

.sepleft{
    position: absolute;
    /* bottom: -1px; */
    /* z-index: 1; */
    /* left: -1%; */
    /* right: -1%; */
    /* width: 102%; */
}


/*HEADER LOGO*/
#xlogo a {
	width: 100%;
	position: relative;
	display: block;
	/* text-align: center; */
}

#xlogo a img{
    max-width: 350px;
    width: calc(100% - 30px);
    position: relative;
    margin: 15px;
}
#logo {
	width: 250px;
	max-width: 100%;
}

.tellink{
	/* padding: 5px 12px; */
	border-radius: 6px;
	margin: 0px;
	width: 200px;
	float: right;
	/* border: 1px solid #fff; */
	box-sizing: border-box;
	/* z-index: 22222222; */
	/* position: relative; */
}
.tellink:hover{
	background: #7b1c35;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-color: #7b1c35;
}

.telpagecontact .tellink{
	background-color: #6D071A;
	float: none;
	margin-left: 60px;
	margin-top: -20px;
	position: relative;
}
.phonea{
	text-decoration: none;
	padding: 0px 0px 0px 40px;
	position: relative;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 1.15em;
	text-transform: uppercase;
	/* font-weight: bold; */
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

.phonea.show{
	/* background-color: rgb(45, 193, 0); */
	color: #ffffff;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	/* width: 100%; */
	box-sizing: border-box;
	display: inline-table;
}
.phonea.hide{
	display: inline-table;
	background-color: rgba(33, 141, 0, 0);
	color: #fff;
}

.phonea:hover{
}

.phonea.hvr-sweep-to-right:before{
	/* background-color: #494c53; */
}

.phonea.show:after,
.phonea.hide:after{
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background-size: 100%;
	position: absolute;
	left: 5px;
	top: 2px;
	background-repeat: no-repeat;
}


.phonea.show#infotelport:after,
.phonea.hide#infotelport:after{
	background-image: url(../images/icons/phone.svg);
}
.phonea.show#infotelfixe:after,
.phonea.hide#infotelfixe:after{
	background-image: url(../images/icons/phonefix.svg);
}
/*---------------------------------*/
/* ckslider */
/*---------------------------------*/

.cksliderwrap{
	width: 100%;
	position:relative;
}

.cksliderwrap *{
	box-sizing:border-box;
}

.ckslider {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

}

.ckslider > * {
	/*-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;*/
}

@-webkit-keyframes ckslide {
	0% { -webkit-transform:translateX(0); transform:translateX(0); }
	100% { -webkit-transform:translateX(-100%); transform:translateX(-100%); }
}


@-webkit-keyframes cksliderev {
	0% { -webkit-transform:translateX(-100%); transform:translateX(-100%); }
	100% { -webkit-transform:translateX(0); transform:translateX(0); }
}


.ckslidercontrols .prev,
.ckslidercontrols .next{
	position: absolute;
	-webkit-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	transition: all 0.3s cubic-bezier(1, 0, 0, 0);
	height: 2em;
	width: 2em;
	bottom: 60px;
	background-color: rgba(255, 255, 255, 0.46);
	background-repeat: no-repeat;
	z-index: 1;
	cursor: pointer;
	background-size: 50%;
	border-radius: 50%;
}

.ckslidercontrols .prev{
	left: 20px;
	top: 50%;
	box-shadow: 5px 0 4px -5px rgba(0, 0, 0, 0.3);
	background-image: url(../images/icons/arrowleft.svg);
	background-position: left 7px center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ckslidercontrols .next{
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/* border-radius: 20px 0 0 20px; */
	box-shadow: -5px 0 4px -5px rgba(0, 0, 0, 0.3);
	background-image: url(../images/icons/arrowright.svg);
	background-position: right 7px center;
}

.ckslidercontrols .prev:hover,
.ckslidercontrols .next:hover{
	background-color: #e1e1e1 !important;
}

.cksliderwrap:hover .ckslidercontrols .prev,
.cksliderwrap:hover .ckslidercontrols .next{
	height:3em;
	width:3em;
	/*top: calc( 50% - 2em);*/
	background-color: rgb(255, 255, 255);
	background-size: 50%;
	/*border-radius: 0.2em;*/
}

.cksliderwrap:hover .ckslidercontrols .prev{
	left: 0;
	box-shadow: -11px 0 15px -11px rgba(0, 0, 0, 0.1);
}
.cksliderwrap:hover .ckslidercontrols .next{
	right: 0;
	box-shadow: 11px 0 15px -11px rgba(0, 0, 0, 0.1);
}

.ckctrldiv{
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	background: #7b1c35;
	z-index: 2;
	position: absolute;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 -0.5rem;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 9px;
	/* border-radius: 20px; */
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);
}

.cksliderwrap:hover .ckctrldiv{
	opacity:1;
}

.ckctrldiv .play{
	width: 24px;
	height: 24px;
	position: relative;
	cursor:pointer;
	background-position: center center;
	background-repeat: no-repeat;
}

.ckctrldiv .play.playing{background-image:url("../images/icons/play.svg");}
.ckctrldiv .play,
.ckctrldiv .play.stopped{background-image:url("../images/icons/pause.svg");}

.ckctrldiv .counter{
	height: 16px;
	text-align: right;
	width: calc(100% - 24px);
}

.ckctrldiv .counter span{
	height: 1em;
	width: 1em;
	background: none;
	margin: 0 0.3em;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}

.ckctrldiv .counter span:hover,
.ckctrldiv .counter span.active{
	background: rgba(255, 255, 255, 0.5);
}

/*------------------*/
/*SLIDER ACTU */
/*------------------*/
#xactu {
	/* background-color: rgba(0, 0, 0, 0.4); */
	/* padding: 80px 0; */
	/* position: relative; */
	/* background-image: url(../images/bg2.jpg); */
	/* background-attachment: fixed; */
	/* background-position: center center; */
	/* background-size: cover; */
	height: 70vh;
	max-height: 830px;
	min-height: 500px;
}
#xactu .ckslider {
	/* min-height: 650px; */
	padding-bottom: 50px;
}
#xactu .col {
	padding: 0;
}
.blockslidecontent {
	width: 750px;
	max-width: 90%;
	/* height: 100%; */
	position: relative;
	padding: 50px;
	background-color: rgb(37, 37, 37);
	top: 0px;
	margin: 0 auto;
	box-shadow: 20px 20px 0 rgba(0,0,0,0.05);
	/* border-radius: 12px; */
}

.blockslidecontent::before {
	content: "";
	display: block;
	border: 1px solid #6D071A;
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	pointer-events: none;
}

.titleckslider{
	/*position: absolute;
	left: 225px;
	display: block;
	width: calc(100% - 545px);*/
}
.titleckslider a{
	text-decoration: none;
	color: #bdbdbd;
	font-variant: small-caps;
	font-size: 2.1em;
	font-family: 'SourceSansPro-Regular', sans-serif;
	display: block;
	width: 100%;
	/* font-weight: bold; */
	/* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.72); */
}
.thumbnailckslider{
	position: relative;
	display: inline-block;
	width: 165px;
	box-shadow: 0px 10px 8px -10px rgba(0, 0, 0, 0.65);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffbc00), to(#ff8100));
	background: -webkit-linear-gradient(#ffbc00 0%, #ff8100 100%);
	background: -moz-linear-gradient(#ffbc00 0%, #ff8100 100%);
	background: -o-linear-gradient(#ffbc00 0%, #ff8100 100%);
	background: linear-gradient(#ffbc00 0%, #ff8100 100%);
	padding: 1em 0 0.15em;
	line-height: 0;
	display: none;
}
.thumbnailckslider img{
	width: 100%;
}

.contentckslidertext{
	margin-top: 20px;
	color: #ffffff;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.92); */
	max-height: 120px;
	overflow: hidden;
	font-size: 1em;
	margin-bottom: 35px;
}

.contentckslidergallery{
	position: absolute;
	right: 50px;
	width: 260px;
	top: 0;
	bottom: 0;
	height: 100%;
	overflow: hidden;
	padding: 40px 10px;
	background: rgba(80, 80, 80, 0.84);
	border-left: 5px solid rgba(255,255,255,0.2);
	border-right: 5px solid rgba(255,255,255,0.2);
}
.nextckslider{
	float: right;
}

.progressBar{
	position: absolute;
	bottom: 15px;
	width: 50%;
	min-width: 200px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	background: #ffffff;
	z-index: 2;
}
.progressBar .sizeBar{
	width: 0%;
	height: 100%;
	background: #7b1c35;
}


.blockslidecontent .gallery .gallery-item .gallery-icon a img{
	max-width: 110px;
}


/*---------------------------------*/
/* WIDGET ELEMENT */
/*---------------------------------*/
.widget_element_page.listelemul{
	margin: 0 10px;
	padding: 10px 0;
}

.widget_element_page.listelemul li{padding-bottom: 40px;}

.widget_element_page.listelemul li .containListPage{box-shadow:0px 5px 26px -3px rgba(0, 0, 0, 0.09);background: #fff;position: relative;padding-bottom: 40px;}

.widget_element_page.listelemul li img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-ms-filter: brightness(90%);
	-o-filter: brightness(90%);
	filter: brightness(90%);
}
.widget_element_page.listelemul li:hover img{
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}
.widget_element_page.listelemul li h3 a{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 15px 0px;
	box-sizing: border-box;
	display: block;
	line-height: 120%;
	overflow: hidden;
	color:#4d4d4d;
	text-align: center;
	font-size: 0.7em;
	text-decoration:none;
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	background: #fff;
	/*height: 40px;*/
}

.widget_element_page.listelemul li:hover h3 a{}

.widget_element_page.listelemul li a.apercu {
	color: #debb07;
	background-color: #fff;
	border-radius: 60px;
	padding: 6px;
	position: absolute;
	top: 5px;
	left: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget_element_page.listelemul li:hover a.apercu {
	padding-left: 10px;
	padding-right: 10px;
}
.widget_element_page.listelemul li a.apercu span {
	display: none;
}
.widget_element_page.listelemul li .excerptelement{
	opacity: 0;
	position: absolute;
	bottom: 0;
	/* height: 0; */
	background: #fff;
	width: 100%;
	padding: 17px;
	box-sizing: border-box;
	color: #444;
	font-size: 0.86em;
	overflow: hidden;
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	z-index: 2;
}

.widget_element_page.listelemul li:hover .excerptelement{
	opacity: 1;
	/*height: 60px;
	bottom: -60px;*/
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	/*padding: 17px;*/
	background: #ececec;
}

.widget_element_page.listelemul li:hover img{
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);
}

.widget_element_page.listelemul li:hover img{}

.partenairecekome {
	text-align: center;
	width: 150px;
	margin: 0 auto;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #696969;
}
.partenairecekome a {
}
.partenairecekome img {}
.partenairecekome strong {
	color: #ec008c;
	display: block;
	margin: 4px 0 6px 0;
	font-size: 1.2em;
}

#xagences_slider {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 100px 40px;
}
#xagences_slider .widget_element_page {
	justify-content: space-around !important;
}
#xagences_slider .ckslidercontrols .next,
#xagences_slider .ckslidercontrols .prev{
	border-radius: 40px;
	bottom: 50%;
}
.cksliderwrap:hover .ckslidercontrols .prev,
.cksliderwrap:hover .ckslidercontrols .next{
	height:2em;
	width:2em;
	background-color: rgb(255, 255, 255);
}


/*---------------------------------*/
/* PLAN DU SITE */
/*---------------------------------*/
.ulplandusite {
	margin: 20px;
}
.ulplandusite li {
	line-height: 150%;
	list-style: square;
	margin-left: 30px;
}
.ulplandusite li a {
	text-decoration: none;
	border-bottom: 1px dashed #999;
	color: #8a8a8a;
	font-size: 1.2em;
}

.ulplandusite li ul{
	margin: 10px;
}

/*---------------------------------*/
/* MENTIONS LEGALES */
/*---------------------------------*/

.template-mentions-legales-php article.article_content li {
	margin-left: 60px;
}

/*---------------------------------*/
/* WIDGET PARENT */
/*---------------------------------*/
#xprestations{
    /* background: #929292; */
    padding: 0;
    position: relative;
    margin-top: -100px;
    z-index: 2;
}
#xprestations .tc_excerpt {
	line-height: 140%;
	color: #808080;
}
#xprestations .liresuite {
	width: auto;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}
#xprestations .liresuite a {
	width: auto;
	height: auto;
	font-size: 17px;
	font-weight: normal;
	padding: 10px 15px;
	display: inline-block;
}

.parentpage{
	/* padding-bottom: 40px !important; */
}

.parentlistimg{
    overflow: hidden;
}

.parentlistimg .parenthome{
	line-height:0;
}


.widget_parent_page h3{
    width: 100%;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.widget_parent_page li:hover h2{
	opacity:1;
}

.widget_parent_page h2{
    margin: 0 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px !important;
    line-height: 20px;
    text-align: center;
    padding: 8px 0 8px 20px;
    background: #6D071A;
    box-sizing: border-box;
    width: 90% !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_parent_page h2 a{
	color:#fff;
	text-shadow:1px 1px 0 #000;
}

.widget_parent_page .tc_excerpt{
    margin: 0 10%;
}


.listpageul,
.listarticleul,
.listcategoryul{
	/*margin: 0 10px;*/
	/*padding: 10px 0;*/
}

.listpageul li,
.listarticleul li,
.listcategoryul li{
	/*padding-bottom: 40px;*/
	/*display: inline-block;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;*/
	text-align: center;
}

.listpageul li h2,
.listarticleul li h2,
.listcategoryul li h2{
	/* display: block; */
	width: 100%;
}
.listpageul li h2::after,
.listarticleul li h2::after,
.listcategoryul li h2::after{
	display: none;
}

.listpageul li .containListPage,
.listarticleul li .containListPage,
.listcategoryul li .containListPage{
	/* background: #fff; */
	position: relative;
	/* padding-bottom: 20px; */
	box-sizing: border-box;
}

.listpageul li .containListPage img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(80%);
	-ms-filter: brightness(80%);
	-o-filter: brightness(80%);
	filter: brightness(80%);
}
body.nohome .listpageul li:hover .containListPage img {
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}

body.home .listpageul li:hover .containListPage img {
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	filter: brightness(110%);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}


.listpageul li .containListPage .blocthumb{
    overflow: hidden;
}

.listpageul li h3 a,
.listarticleul li h3 a,
.listcategoryul li h3 a{
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	/* right: 0; */
	margin: auto;
	padding: 10px 30px;
	box-sizing: border-box;
	display: table;
	line-height: 120%;
	overflow: hidden;
	color: #ffffff;
	text-align: center;
	font-size: 1.1em;
	text-shadow: 1px 1px 0 #000;
	/* text-decoration:none; */
	/*-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);*/
	font-weight: bold;
	/* background: #fff; */
	/* height: 40px; */
}

.listarticleul li h3 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
	background: #0e1122a3;
}

.listpageul li:hover h3 a,
.listarticleul li:hover h3 a,
.listcategoryul li:hover h3 a{
	/* background: #bbb; */
}

.listpageul li a.image_content,
.listarticleul li a.image_content,
.listcategoryul li a.image_content{}

.listpageul li .liresuite,
.listarticleul li .liresuite,
.listcategoryul li .liresuite{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: 10px;
	/*-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);*/
}

.listpageul li .liresuite a.button,
.listarticleul li .liresuite a.button,
.listcategoryul li .liresuite a.button{
	padding: 0;
	line-height: 31px;
	/* margin: 0; */
	width: 30px;
	display: block;
	height: 30px;
	text-align: center;
	/* border-radius: 50%; */
	font-size: 33px;
	font-weight: bold;
	/*-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);*/
}

.listpageul li:hover .liresuite,
.listarticleul li:hover .liresuite,
.listcategoryul li:hover .liresuite{
	/*width: 100%;
	height: calc(100% - 40px);
	margin: 0px;*/
}

.listpageul li:hover .liresuite a.button,
.listarticleul li:hover .liresuite a.button,
.listcategoryul li:hover .liresuite a.button{
	/*background: rgba(181, 72, 72, 0.74);
	width: 100%;
	height: 100%;
	border-radius: 0;
	line-height: 1em;
	font-size: 11em;*/
}


/*---------------------------------*/
/* AGENCE */
/*---------------------------------*/
.ssmenu{
	/*padding: 1px 0px 0;*/
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home #xagences {
	background-color: rgba(0,0,0,0.05);
	padding: 100px 0;
}
.nohome #xagences {
	background-color: rgba(0,0,0,0.05);
	padding-top: 60px;
	padding-bottom: 60px;
}
#xagences .ssmenu form {
	text-align: right;
}
#xagences .ssmenu div {
	width: auto;
	display: inline-block;
}

.agencecontent {padding-top: 20px;}
.agencemenu {padding-top: 20px; padding-left: 20px; }

.ssmenu label[for=groupes_agences]{
	display: inline-block;
	line-height: 35px;
	font-size: 0.8em;
	margin-right: 10px;
	text-transform: uppercase;
}
.ssmenu .selectgroupeagence{}

.bloclistagence{}
.bloclistagence .agenceblocli{
	border-bottom: 1px dashed #ccc;
	border-left: 0px solid #e74c3c;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.bloclistagence .agenceblocli.active{

	border-left: 5px solid #e74c3c;
}
.tblagence{}
.tblagence .thumbagence{vertical-align: top;width: 100px;}
.tblagence .thumbagence img{
	width: 90%;
}
.tblagence .agencebloctitle a{
	text-decoration: none;
	color: #debb07;
	font-size: 1.1em;
	/* font-weight: bold; */
	padding-bottom: 5px;
	display: block;
}
.tblagence .agenceblocinfo{
	font-size: 0.8em;
	color: #808080;
}
.agenceblocinfo .villeagence{}
.agenceblocinfo .telagence a{
	display: block;
	padding: 2px 0;
	text-decoration: none;
	letter-spacing: 0.03em;
	color: #e74c3c;
	font-weight: bold;
}

.agenceblocnext{
	text-align: right;
}
.agenceblocnext a{
	text-decoration: none;
	font-size: 0.8em;
	text-align: right;
	padding: 2px 7px;
	margin-right: 5px;
	color: #fff;
	background: #666;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.agenceblocnext a:hover{
  background:#000;
}

.conteneur_map {
  padding: 0 0.5rem 0;
}
.map_agence{
	height: 100%;
	min-height: 400px;
}

.agencemenu .maps_canvas{height:400px;}
.agencemenu{
	line-height: 1.2em;
	font-size: 1.1em;
	color: #333;
}
.agencemenu .sbinfoagence{
	padding: 10px;
	background: #eee;
}
.agencemenu strong{
	color: #345f79;
}
.agencemenu .tel_agence{}
.agencemenu .infosup{
	font-size: 0.8em;
	border-top: 2px solid #fff;
	padding-top: 5px;
	margin-top: 10px;
	color: #666;
}

.agencesinglemail{
	margin-bottom: 90px;
}


.agencesinglemail .required{
	top: 22px !important;
}

.agencelinks{margin: 20px;}
.agencelinks h3{
	color: #23708e;
	font-size: 1.3em;
	padding: 7px 0;
}
.agencelinks a{display: block;margin-bottom: 3px;}

#xagences .bloclistagence {
	max-height: 500px;
	background-color: #fff;
	padding-top: 10px;
	overflow: auto;
}
#xagences .map_conteneur {
	padding-left: 0;
}

/* Bar rating */
.br-theme-bars-pill .br-widget {
}
.br-theme-bars-pill .br-widget a {
	padding: 0px 15px;
	background-color: #dedede;
	color: #5d5d5d;
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	border-radius: 50px;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.br-theme-bars-pill .br-widget a.br-current{
	background: #debb07;
	color: #fff;
}

/*.br-theme-bars-pill .br-widget a:first-child {
	-webkit-border-top-left-radius: 999px;
	-webkit-border-bottom-left-radius: 999px;
	-moz-border-radius-topleft: 999px;
	-moz-border-radius-bottomleft: 999px;
	border-top-left-radius: 999px;
	border-bottom-left-radius: 999px;
}*/
/*.br-theme-bars-pill .br-widget a:last-child {
	-webkit-border-top-right-radius: 999px;
	-webkit-border-bottom-right-radius: 999px;
	-moz-border-radius-topright: 999px;
	-moz-border-radius-bottomright: 999px;
	border-top-right-radius: 999px;
	border-bottom-right-radius: 999px;
}*/
.br-theme-bars-pill .br-widget a:hover{
	box-shadow: inset 0 -3px #debb07;
}
.br-theme-bars-pill .br-readonly a {
	cursor: default;
}
.br-theme-bars-pill .br-readonly a.br-active,
.br-theme-bars-pill .br-readonly a.br-selected {
	background-color: #7f7f7f;
}
@media print {
	.br-theme-bars-pill .br-widget a {
		border: 1px solid #b3b3b3;
		border-left: none;
		background: white;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.br-theme-bars-pill .br-widget a.br-active,
	.br-theme-bars-pill .br-widget a.br-selected {
		border: 1px solid black;
		border-left: none;
		background: white;
		color: black;
	}
	.br-theme-bars-pill .br-widget a:first-child {
		border-left: 1px solid black;
	}
}

/*---------------------------------*/
/* SECTIONS */
/*---------------------------------*/
#xsections {
	width: 100%;
	background: #f3f3f3;
	padding: 50px 0;
	margin: 0;
	margin-bottom: -40px;
}
#xsections .tc_content strong,
#xsections .tc_content a {
	color: #7b1c35;
	font-weight: normal;
}
#xsections .tc_content a {text-decoration: underline; }
#xsections .tc_content a:hover {text-decoration: none; }
#xsections .tc_content p,
#xsections .tc_content ul {
	line-height: 140%;
	margin-bottom: 15px;
}
.sectionsbloc{
	position: relative;
	/*padding: 20px 20px;*/
	padding: 0;
}
.sectionsbloc h2{
}
.sectionsbloc .thumbsections .blocthumb{
	line-height: 0;
	height: 100%;
}

.sectionsbloc.odd,
.sectionsbloc.even{
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
	/* background: #f6f6f624; */
	/* margin: 20px 0; */
	padding: 20px 30px;
	border-radius: 20px;
}

.sectionsbloc .contentsections{
	background-color: #fff;
	text-align: left;
	padding: 0px 40px 10px !important;
	/* position: relative; */
	/* z-index: 2; */
}

.sectionsbloc img{
	/*max-width: calc(100% - 3em);*/
	box-sizing:border-box;
	display: table-caption;
	margin: auto;
}



.sectionsbloc h3{
	/* text-decoration: none; */
	/* color: #333; */
	/* text-transform: uppercase; */
	/* display: block; */
	margin: 5px auto;
	/* border-bottom: 1px solid #999; */
}
.sectionsbloc .tc_content{
	/*padding: 10px 0;*/
	/* font-size: 1.1em; */
	line-height: 140%;
	/* margin-bottom: 35px; */
}
.sectionsbloc .contentsections a.button{
	display: block;
	box-sizing: border-box;
	margin: 10px 28px 0 0;
	padding: 15px;
	float: right;
}

.sectionsbloc .thumbgsecteurs{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-clip: content-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0.3;
}

/*---------------------------------*/
/* Fournisseurs */
/*---------------------------------*/
#xfournisseurs{
    background: #ffffff;
}

/*---------------------------------*/
/* PAGINATION */
/*---------------------------------*/
.ckPagination{
	padding: 0 10px;
	background: #f0f0f0;
	margin: 10px;
}
.ckPagination a{
	text-decoration: none;
	padding: 10px 5px;
	min-width: 15px;
	display: inline-block;
	text-align: center;
	background: #e4e4e4;
	color: #333;
}
.ckPagination span.current-post-page,
.ckPagination a:hover{
	text-decoration: none;
	padding: 10px 5px;
	min-width: 15px;
	display: inline-block;
	text-align: center;
	background: #b1b1b1;
	color: #fdfdfd;
}

.paginationbar{}
.navblog {
	margin-bottom: 40px;
}
.navblog a{
	margin: 10px 10px;
	padding: 10px;
	background: #ddd;
	display: inline-block;
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navblog a:hover{
	background: #b1b1b1;
	/*color: #fdfdfd;*/
}

.navblog.nav-next{
	float: left;
}
.navblog.nav-previous{
	float: right;
}

/*---------------------------------*/
/* GALLERY */
/*---------------------------------*/
.gallery{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

	text-align: center;
	margin-top: 30px;
}
.gallery br {display: none;}
.gallery.gallery-columns-2 .gallery-item {width: 50%;}
.gallery.gallery-columns-3 .gallery-item {width: 33%; }
.gallery.gallery-columns-4 .gallery-item {width: 25%; }

.gallery .gallery-item{
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	position: relative;
	margin-bottom: 1em !important;
}

.gallery .gallery-item .gallery-icon{
}
.gallery .gallery-item .gallery-icon a{
	display: block;
	line-height: 0;
}
.gallery .gallery-item .gallery-icon a img{
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-ms-filter: brightness(90%);
	-o-filter: brightness(90%);
	filter: brightness(90%);
}
.gallery .gallery-item .gallery-icon a img:hover {
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}
.gallery .gallery-item .gallery-caption{
	width: 100%;
	color: rgba(0, 0, 0, 0.65);
	background-color: #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	opacity: 0;
	box-sizing: border-box;
	-webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-moz-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	-o-transition: all 0.6s cubic-bezier(1, 0, 0, 0);
	transition: all 0.6s cubic-bezier(1, 0, 0, 0);
}

.gallery .gallery-item:hover .gallery-caption{
	opacity: 1;
}


/*---------------------------------*/
/* CONTACT FORM */
/*---------------------------------*/
#xcontact {padding-bottom: 70px;background: #fff;margin-bottom: 40px;}
#xcontact #xmap #map_canvas {height: 100%;min-height: 310px;}
#xcontact .horaires ul {margin-top: 25px;}
#xcontact .horaires ul li {line-height: 1.3;/* color: rgba(0, 0, 0, 0.6); *//* margin-left: 60px; */list-style-type: disc;}
#xmap{padding: 0 20px;}

/*---------------------------------*/
/* FORM */
/*---------------------------------*/
.contactformulaire{
	padding: 0px 25px;
}
.privacyform_lab a{
	color: #b5b5b5;
}

.cekome_form{padding:0 !important;}

.cekome_form .blc_desc label{
    display: none;
}

.desccontact{color: #0078b5;}

.cekome_form label{
	font-size: 0.9em !important;
	margin-bottom: 5px;
	color: #ffffff;
	position: absolute;
	top: 13px;
	left: 6px;
	z-index: 3;
	pointer-events: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.template-contact-php .cekome_form label{
	color: #6D071A;
}

.cekome_form form{padding: 30px 10px;}

.toogleSlideContent .cekome_form form{display:none;}

.cekome_form input[type=text],
.cekome_form input[type=date],
.cekome_form input[type=tel],
.cekome_form input[type=email],
.cekome_form input[type=password],
.cekome_form select{padding: 6px;color: #fff;}

.cekome_form select{background-color: #fff;}

.cekome_form input[type=text]:not(.cf_inputcaptcha),
.cekome_form input[type=tel],
.cekome_form input[type=date],
.cekome_form input[type=email],
.cekome_form input[type=password],
.cekome_form textarea,
.cekome_form select{margin: 5px 0 15px 0;z-index: 2;position: relative;color: #8b8b8b;font-size: 16px;padding: 8px 5px;box-sizing: border-box;}


.cekome_form .blc{
	position: relative;
	margin-top: 10px;
}

.cekome_form .blc_desc {
	margin-bottom: 25px;
}


.cekome_form .blc_date label {
	top: 17px;
}

.cekome_form .blc_checkbox{
    display: block;
    width: 100%;
}

.cekome_form .blc_checkbox label{
    top: 0;
    position: relative;
    padding: 0;
    left: 0;
}

.cekome_form .blc_fileattach{
    padding: 10px 0;
    margin-top: 0;
}
.cekome_form .blc_fileattach label{
    position: relative;
    top: 0;
    margin-right: 10px;
}

.cekome_form .required{
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 37px;
	font-weight: normal;
	z-index: 3;
}

.cekome_form .blc.focused label{
	top: -17px;
	font-size: 1em !important;
}

.cekome_form .blc_captcha label{
	position:relative;
	line-height: 130%;
	top: 5px;
	float: left;
}

.cekome_form .blc_captcha{
	background: #f6f6f6;
	padding: 10px !important;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 29px;
}

.cekome_form .blc_captcha .required{
	top: 10px;
	right: 2px;
}

.cekome_form .blocaptcha{
	margin: -7px 0 0 12px;
	float: left;
}

.cekome_form  input.cf_inputcaptcha{line-height: 29px;font-size: 16px;text-transform: uppercase;letter-spacing: 0.05em;text-align: center;margin: 4px 0 0  6px !important;background: #f4ebd2;outline-color: #ccc !important;outline-offset: 2px;outline-style: solid !important;outline-width: 1px !important;padding: 2px;float: left;width: 80px !important;}

.cekome_form .blocaptcha:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


.cekome_form input[type="text"],
.cekome_form input[type="date"],
.cekome_form input[type="tel"],
.cekome_form input[type="email"],
.cekome_form input[type="password"],
.cekome_form textarea {
	color: rgba(0,0,0,0.6);
	width:100%;
	border: none !important;
	border-bottom: 2px solid rgb(234, 234, 234) !important;
	outline: none;
	border-radius: 0 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/* background: rgba(255,255,255,0.7); */
}
.cekome_form input[type="text"]:focus,
.cekome_form input[type="date"]:focus,
.cekome_form input[type="email"]:focus,
.cekome_form input[type="tel"]:focus,
.cekome_form input[type="password"]:focus,
.cekome_form textarea:focus {
	border-color: #444 !important;
}

/*placeholder*/
.cekome_form input[type=text]:not(.cf_inputcaptcha)::-webkit-input-placeholder,
.cekome_form input[type=text]:not(.cf_inputcaptcha)::-moz-placeholder,
.cekome_form input[type=text]:not(.cf_inputcaptcha):-ms-input-placeholder,
.cekome_form input[type=text]:not(.cf_inputcaptcha):-moz-placeholder,
.cekome_form input[type=date]:not(.cf_inputcaptcha)::-webkit-input-placeholder,
.cekome_form input[type=date]:not(.cf_inputcaptcha)::-moz-placeholder,
.cekome_form input[type=date]:not(.cf_inputcaptcha):-ms-input-placeholder,
.cekome_form input[type=date]:not(.cf_inputcaptcha):-moz-placeholder,
.cekome_form input[type=tel]::-webkit-input-placeholder,
.cekome_form input[type=tel]::-moz-placeholder,
.cekome_form input[type=tel]:-ms-input-placeholder,
.cekome_form input[type=tel]:-moz-placeholder,
.cekome_form input[type=email]::-webkit-input-placeholder,
.cekome_form input[type=email]::-moz-placeholder,
.cekome_form input[type=email]:-ms-input-placeholder,
.cekome_form input[type=email]:-moz-placeholder,
.cekome_form input[type=password]::-webkit-input-placeholder,
.cekome_form input[type=password]::-moz-placeholder,
.cekome_form input[type=password]:-ms-input-placeholder,
.cekome_form input[type=password]:-moz-placeholder,
.cekome_form textarea::-webkit-input-placeholder,
.cekome_form textarea::-moz-placeholder,
.cekome_form textarea:-ms-input-placeholder,
.cekome_form textarea:-moz-placeholder
{color:transparent; -webkit-transition: all 0.6s ease-in-out;   -moz-transition: all 0.6s ease-in-out;  -ms-transition: all 0.6s ease-in-out;   -o-transition: all 0.6s ease-in-out;  transition: all 0.6s ease-in-out;}

.cekome_form .focused input[type=text]:not(.cf_inputcaptcha)::-webkit-input-placeholder,
.cekome_form .focused input[type=text]:not(.cf_inputcaptcha)::-moz-placeholder,
.cekome_form .focused input[type=text]:not(.cf_inputcaptcha):-ms-input-placeholder,
.cekome_form .focused input[type=text]:not(.cf_inputcaptcha):-moz-placeholder,
.cekome_form .focused input[type=date]:not(.cf_inputcaptcha)::-webkit-input-placeholder,
.cekome_form .focused input[type=date]:not(.cf_inputcaptcha)::-moz-placeholder,
.cekome_form .focused input[type=date]:not(.cf_inputcaptcha):-ms-input-placeholder,
.cekome_form .focused input[type=date]:not(.cf_inputcaptcha):-moz-placeholder,
.cekome_form .focused input[type=tel]::-webkit-input-placeholder,
.cekome_form .focused input[type=tel]::-moz-placeholder,
.cekome_form .focused input[type=tel]:-ms-input-placeholder,
.cekome_form .focused input[type=tel]:-moz-placeholder,
.cekome_form .focused input[type=email]::-webkit-input-placeholder,
.cekome_form .focused input[type=email]::-moz-placeholder,
.cekome_form .focused input[type=email]:-ms-input-placeholder,
.cekome_form .focused input[type=email]:-moz-placeholder,
.cekome_form .focused input[type=password]::-webkit-input-placeholder,
.cekome_form .focused input[type=password]::-moz-placeholder,
.cekome_form .focused input[type=password]:-ms-input-placeholder,
.cekome_form .focused input[type=password]:-moz-placeholder,
.cekome_form .focused textarea::-webkit-input-placeholder,
.cekome_form .focused textarea::-moz-placeholder,
.cekome_form .focused textarea:-ms-input-placeholder,
.cekome_form .focused textarea:-moz-placeholder
{color:#666;}

.cekome_form .blc_date table {
	top: 0 !important;
	left: 0 !important;
}

.cekome_form textarea {
	height: 100px;
	padding: 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	border: 1px solid rgba(148, 148, 148, 0.51) !important;
}

.cekome_form .captchaimg{margin-top: 2px;}

.cekome_form .button.cf_submit{
	font-size: 16px;
	padding: 9px 17px 9px 60px;
	background-color: #6D071A;
	margin-left: 0px;
	margin-right : 0px;
	margin-top: 4px;
	background-image:url("../images/icons/sendmail.svg");
	background-size:50px;
	background-repeat:no-repeat;
	background-position:5px center;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cekome_form .button.cf_submit:hover{
	background-color: #000000;
}



.cekome_form fieldset{
	display: none;
}
.cekome_form #formtab0{display: block;}
.cekome_form .prev{float: left;}
.cekome_form .nextform{float: right;}

.cekome_form .btnextprev{
	background: #6D071A;
	border: none;
	padding: 10px 20px;
	margin-top: 5px;
	/* box-shadow: 2px 2px 6px rgba(0,0,0,0.15); */
	cursor: pointer;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 12px;
}

.cekome_form .btnextprev:hover{
	background: #000000;
	color: #fff;
}

.cekome_form .close_cform{
	color: #f00;
	text-decoration: none;
}

.cekome_form .msg.fail{
	background-image:url("../images/icons/msgfail.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	padding: 5px 5px 5px 50px;
	min-height: 30px;
}
.ckformerror {
	max-width: 400px;
	background-color: #fff;
	font-family: "Arial", sans-serif;
	border-left: 4px solid #d80404;
	padding: 25px 30px;
	box-sizing: border-box;
	box-shadow: 0 0 100px rgba(0,0,0,0.1);
	margin-top: 20px;
	position: fixed;
	top: 160px;
	right: 0;
	z-index: 999;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-animation: errorckform 0.3s forwards;
	-moz-animation: errorckform 0.3s forwards;
	-ms-animation: errorckform 0.3s forwards;
	-o-animation: errorckform 0.3s forwards;
	animation: errorckform 5s forwards;
}
@-webkit-keyframes errorckform {0% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 10% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 90% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }
@-moz-keyframes errorckform {0% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 10% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 90% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }
@-ms-keyframes errorckform {0% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 10% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 90% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }
@-o-keyframes errorckform {0% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 10% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 90% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }
@keyframes errorckform {0% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } 10% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 90% {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 100% {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); } }



/*---------------------------------*/
/* MODAL */
/*---------------------------------*/
*[data-wpajxstatut="loading"] {
	pointer-events: none;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-animation: refreshLoading 0.5s forwards;
	-moz-animation: refreshLoading 0.5s forwards;
	-ms-animation: refreshLoading 0.5s forwards;
	-o-animation: refreshLoading 0.5s forwards;
	animation: refreshLoading 0.5s forwards;
}

*[data-wpajxstatut="end"] {
	opacity: 0.25;
	-webkit-transform: scale(0.96);
	-moz-transform: scale(0.96);
	-o-transform: scale(0.96);
	-ms-transform: scale(0.96);
	transform: scale(0.96);
	-webkit-animation: refreshEnd 0.8s forwards;
	-moz-animation: refreshEnd 0.8s forwards;
	-ms-animation: refreshEnd 0.8s forwards;
	-o-animation: refreshEnd 0.8s forwards;
	animation: refreshEnd 0.8s forwards;
}

*[data-wpajxstatut="loading"]:before,
*[data-wpajxstatut="end"]:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/loading.svg);
	background-position:  center center;
	background-repeat:  no-repeat;
	z-index: 99;
}

*[data-wpajxstatut="end"]:before {
	-webkit-animation: refreshEndBefore 1.1s forwards;
	-moz-animation: refreshEndBefore 1.1s forwards;
	-ms-animation: refreshEndBefore 1.1s forwards;
	-o-animation: refreshEndBefore 1.1s forwards;
	animation: refreshEndBefore 1.1s forwards;
}

.wpajx-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(56, 56, 56, 0.94);
	display: block !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.wpajx-overlay#m-flood {
	background: rgba(111, 24, 24, 0.93);
}

.wpajx-overlay[data-state="open"] {
	-webkit-animation: fadeIn 0.5s forwards;
	-moz-animation: fadeIn 0.5s forwards;
	-ms-animation: fadeIn 0.5s forwards;
	-o-animation: fadeIn 0.5s forwards;
	animation: fadeIn 0.5s forwards;
}

.wpajx-overlay[data-state="close"] {
	-webkit-animation: fadeOut 0.5s forwards;
	-moz-animation: fadeOut 0.5s forwards;
	-ms-animation: fadeOut 0.5s forwards;
	-o-animation: fadeOut 0.5s forwards;
	animation: fadeOut 0.5s forwards;
}

/*
slideDown refreshLoading refreshEnd refreshEndBefore
*/
.wpajx-modal {
	padding: 1.5vmin;
	width: 90vw;
	max-height: 80vh;
	max-width: 1140px;
	box-shadow: 0px 70px 20px -20px rgba(0, 0, 0, 0.2);
	margin: auto;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	opacity: 0;
	border: 1px solid rgba(175, 175, 175, 0.25);
	border-radius: 5px;
}

.wpajx-overlay[data-state="close"] .wpajx-modal {
	-webkit-animation: modalClose 1s forwards;
	-moz-animation: modalClose 1s forwards;
	-ms-animation: modalClose 1s forwards;
	-o-animation: modalClose 1s forwards;
	animation: modalClose 1s forwards;
}

.wpajx-overlay[data-state="open"] .wpajx-modal {
	-webkit-animation: modalOpen 1.2s forwards;
	-moz-animation: modalOpen 1.2s forwards;
	-ms-animation: modalOpen 1.2s forwards;
	-o-animation: modalOpen 1.2s forwards;
	animation: modalOpen 1.2s forwards;
}

.wpajx-overlay[data-state="open"] .wpajx-modal:before {
	-webkit-animation: modalOpenBefore 0.9s forwards;
	-moz-animation: modalOpenBefore 0.9s forwards;
	-ms-animation: modalOpenBefore 0.9s forwards;
	-o-animation: modalOpenBefore 0.9s forwards;
	animation: modalOpenBefore 0.9s forwards;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(../images/loading.svg);
	background-position:  center center;
	background-repeat:  no-repeat;
	z-index: 99;
}


.wpajx-overlay[data-state="open"] .wpajx-modal *[data-wpajxstatut="end"]:before,
.wpajx-overlay[data-state="open"] .wpajx-modal *[data-wpajxstatut="loading"]:before{
	display: none !important;
}

/***************/
.wpajx-modal-content {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	display: block;
	max-height: calc( 80vh - 30px);
	max-width: 1140px;
	background: #fff;
	border-radius: 5px;
}

.wpajx-modal-content.modaliframe {
	overflow: hidden;
}

#m-flood .wpajx-modal-content {
	background: none;
}

.wpajx-modal-content #ins-flood {
	padding: 40px;
	color: #fff;
	background: rgba(96, 34, 34, 0.84);
}

.wpajx-modal-content #ins-flood .titlemodal {
	font-size: 3em;
	margin-bottom: 0.2em;
}

.wpajx-modal-content #ins-flood p {
	font-size: 1.2em;
	line-height: 1.2em;
}

.wpajx-modal .wpajxiframe {
	width: 100%;
	min-height: calc( 80vh - 30px);
	box-sizing: border-box;
}

.wpajx-modal .closemodal {
	position: fixed;
	right: -0.5em;
	cursor: pointer;
	z-index: 2;
	top: -0.5em;
}

.wpajx-modal .closemodal:hover i.fa {
	color: rgba(255, 255, 255, 0.7);
}

.wpajx-modal .closemodal i.fa {
	color: rgba(255, 255, 255, 0.55);
	font-size: 1.3em;
	line-height: 0;
	cursor: pointer;
	text-align: center;
}

a.apercu.wpajx.onRefresh i{
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

a.apercu.wpajx.onRefresh i:before {
	content: "\f1ce";
}

/*---------------------------------*/
/* TELECHARGEMENT */
/*---------------------------------*/
.dlformloguser{
	background: #d1d1d1;
	padding: 20px;
	margin: 0 30px;
	font-size: 1.1em;
	line-height: 1.8em;
}
.dlformloguser .infoconnect{
	background: #23708e;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.dlformloguser label{
	color: #23708e;
	font-variant: small-caps;
}
.dlformloguser input{
	padding: 6px;
	font-size: 14px;
	border: 1px solid #ddd;
	margin-right: 20px;
	border: none;
}

.dm_filelist{background: #eaeaea;margin: 30px;}
.dm_filelist li{
	position: relative;
	line-height: 0;
	border-bottom: 9px solid #fff;
}
.dm_filelist li img{
	display: inline-block;
	width: 100px;
	border-right: 10px solid #fff;
}
.dm_filelist li .dm_title{
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	font-size: 1.6em;
	font-variant: small-caps;
	color: #333;
	line-height: 140%;
}
.dm_filelist li .dm_mime{
	position: absolute;
	bottom: 4px;
	left: 3px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 3px 6px;
	width: 94px;
	box-sizing: border-box;
	text-align: center;
	line-height: 100%;
}
.dm_filelist li .dlbutton{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	display: block;
	background-image:url("../images/icons/dlbutton.svg");
	background-size: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 90px;
}

.dlerror{
	padding: 20px 14px;
	margin: 30px;
	background: #dc7d7d;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	vertical-align: top;
}
.dlerror div{}

.dlerror i.fa{
	font-size: 1.9em;
	line-height: 0;
	margin: 9px 10px 0 0;
	float: left;
}

/*---------------------------------*/
/* FOOTER */
/*---------------------------------*/
#xfooter {
	padding: 40px;
	background: #3a3939;
}
#xfooter a{
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#xfooter a:hover{
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

.footer-menu{
	display: flex;
}
.footer-menu ul{
	text-align: center;
}
ul.footer-menu li{
	/*display: inline-block;*/
	/*padding: 5px;*/
	margin-right: 15px;
	vertical-align: baseline;
}

ul.footer-menu li a{
	/*color: #fff;
	text-decoration: none;*/
}


/*---------------------------------*/
/* ANIMATION */
/*---------------------------------*/
/* PRIX DIMINUE EFFECT */
@-webkit-keyframes glow {
	0% {text-shadow: 0 0 0px #fff;}
	100% {text-shadow: 0 -15px 5px #222;}
}

@-moz-keyframes glow {
	0% {text-shadow: 0 0 0px #fff;}
	100% {text-shadow: 0 -15px 5px #222;}
}

@keyframes glow {
	0% {text-shadow: 0 0 0px #ab5700;}
	100% {text-shadow: 0 -10px 2px #222;}
}

/* BLINK EFFECT */
@-webkit-keyframes blinker {
	0% {opacity: 1.0;}
	5% {opacity: 1.0; }
	100% {opacity: 0.0;}
}

@-moz-keyframes blinker {
	0% {opacity: 1.0;}
	5% {opacity: 1.0;}
	100% {opacity: 0.0;}
}

@keyframes blinker {
	0% {opacity: 1.0;}
	5% {opacity: 1.0;}
	100% {opacity: 0.0;}
}

/* CIRCLE MENU DROPDOWN */
@-webkit-keyframes circledash {
	to {stroke-dashoffset: 1000;}
}

@-moz-keyframes circledash {
	to {stroke-dashoffset: 1000;}
}

@keyframes circledash {
	to {stroke-dashoffset: 1000;}
}

@-webkit-keyframes circledashbg {
	to {stroke-dashoffset: -500;}
}

@-moz-keyframes circledashbg {
	to {stroke-dashoffset: -500;}
}

@keyframes circledashbg {
	to {stroke-dashoffset: -500;}
}

@-webkit-keyframes circledashbig {
	to {stroke-dashoffset: 50;}
}

@-moz-keyframes circledashbig {
	to {stroke-dashoffset: 50;}
}

@keyframes circledashbig {
	to {stroke-dashoffset: 50;}
}

/* FADE */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		display: block !important;
	}
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
		display: block !important;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		display: block !important; }
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		display: none;
	}
}

@-moz-keyframes fadeOut {
	from {opacity: 1;}
	to {
		opacity: 0;
		display: none;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;}
	to {
		opacity: 0;
		display: none;
	}
}

/* PANIER MENU DROPDOWN */
@-webkit-keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); }
	}

@-moz-keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); }
	}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); }
	}

/*SLIDEDOWN*/
@-webkit-keyframes slideDown {
	0% {-webkit-transform: translateY(-100%); }
	50% {-webkit-transform: translateY(8%); }
	65% {-webkit-transform: translateY(-4%); }
	80% {-webkit-transform: translateY(4%); }
	95% {-webkit-transform: translateY(-2%); }
	100% {-webkit-transform: translateY(0%); }
}

@-moz-keyframes slideDown {
	0% {transform: translateY(-100%); }
	50% {transform: translateY(8%); }
	65% {transform: translateY(-4%); }
	80% {transform: translateY(4%); }
	95% {transform: translateY(-2%); }
	100% {transform: translateY(0%); }
}

@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	50% {
		-webkit-transform: translateY(8%);
		transform: translateY(8%);
	}
	65% {
		-webkit-transform: translateY(-4%);
		transform: translateY(-4%);
	}
	80% {
		-webkit-transform: translateY(4%);
		transform: translateY(4%);
	}
	95% {
		-webkit-transform: translateY(-2%);
		transform: translateY(-2%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

/*PANIER STATUT REFRESH - END*/
@-webkit-keyframes refreshEnd {
	to {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes refreshEnd {
	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes refreshEnd {
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes refreshLoading {
	to {
		-webkit-transform: scale(0.96);
		opacity: 0.25;
	}
}

@-moz-keyframes refreshLoading {
	to {
		transform: scale(0.96);
		opacity: 0.25;
	}
}

@keyframes refreshLoading {
	to {
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
		opacity: 0.25;
	}
}

@-webkit-keyframes refreshEndBefore {
	0% {opacity: 1; visibility: 1}
	99% {opacity: 0;visibility: 0}
	100% {content:initial; z-index: -1; background-image:none; opacity: 0; visibility: 0}
}

@-moz-keyframes refreshEndBefore {
	0% {opacity: 1; visibility: 1}
	99% {opacity: 0;visibility: 0}
	100% {content:initial; z-index: -1; background-image:none; opacity: 0; visibility: 0}
}

@keyframes refreshEndBefore {
	0% {opacity: 1; visibility: 1}
	99% {opacity: 0;visibility: 0}
	100% {content:initial; z-index: -1; background-image:none; opacity: 0; visibility: 0}
}

/*MODAL STATUT REFRESH - END*/
@-webkit-keyframes modalClose {
	from {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.9);
		opacity: 0;
	}
}

@-moz-keyframes modalClose {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(0.9);
		opacity: 0;
	}
}

@keyframes modalClose {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
	}
}

@-webkit-keyframes modalOpen {
	from {
		-webkit-transform: scale(0.9);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes modalOpen {
	from {
		transform: scale(0.9);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes modalOpen {
	from {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes modalOpenBefore {
	0% {opacity: 1; }
	99% {opacity: 0;}
	100%{content:initial; z-index: -1;background-image:none; }
}

@-moz-keyframes modalOpenBefore {
	0% {opacity: 1; }
	99% {opacity: 0;}
	100%{content:initial; z-index: -1;background-image:none; }
}

@keyframes modalOpenBefore {
	0% {opacity: 1; }
	99% {opacity: 0;}
	100%{content:initial; z-index: -1;background-image:none; }
}



@-webkit-keyframes progressBar {
	to { width:100%; }
}

@-moz-keyframes progressBar {
	to { width:100%; }
}

@keyframes progressBar {
	to { width:100%; }
}


/*---------------------------------*/
/* Maintenance */
/*---------------------------------*/
#xmaintenance{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f0f0f0 url('../images/base/bg_maintenance.png') bottom left no-repeat;
	z-index: 9999;
}
.Tmaintenance{}

#xmaintenance .rouleau{
	text-align: center;
}

#xmaintenance .blocmaintenance{
	margin: 6vmin;
	border: 1px solid #ebebeb;
	padding: 6vmin;
	background: #fff;
	box-shadow: 0px 10px 8px -10px rgba(0, 0, 0, 0.65);
}

#xmaintenance .blocmaintenance p{padding:5px 0;}

#xmaintenance .blocmaintenance .button{
	padding:20px;
	display:block;
	margin-left:auto;
}

svg#pennello {width: 130px;}

.vernice {
	fill: none;
	stroke: #FF5886;
	stroke-width: 211px;
	stroke-dasharray: 525px;
	stroke-dashoffset: 460px;

}

.verniceOver {
	stroke-dashoffset: 0px;
	transition: all 3s;
}

.brush {transform: translateY(-456px);}

.brushOver {
	transform: translateY(0px);
	transition: all 3s;
}

.gocce {
	opacity: 0;
	transition: all 1s;
}

.gocceOver {
	opacity: 1;
	transition-delay: 3s;
}

.st0 {
	fill: none;
	stroke: #FF5886;
	stroke-width: 201;
	stroke-miterlimit: 10;
}
.st2 {fill: none;}
.st3 {
	fill: none;
	stroke: #282828;
	stroke-width: 5.908;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}
.st4 {fill: #FF0086;}
.st5 {fill: #FF5886;}
.st6 {fill: #FF7486;}
.st7 {
	fill: none;
	stroke: #282828;
	stroke-width: 11.8159;
	stroke-miterlimit: 10;
}
.st8 {fill: #5398d3;}
.st9 {fill: #436e9b;}
.st10 {
	fill: none;
	stroke: #282828;
	stroke-width: 2.954;
	stroke-miterlimit: 10;
}


/* ------------------------- */
/* PAGES */
/* ------------------------- */
article.hasthumb .imgUne {
	width: 100%;
	/* border: 10px solid #fff; */
	margin: 0;
	/* float: left; */
}
.nohome .blocthumb{
	margin: -40px -40px 0px -40px;
	/* border-radius: 50%; */
}

.nohome article.hasthumb h1,
.wpajx-modal-content article.hasthumb h1{
	color: #6e0418;
	background-color: #ffffff;
	text-align: center;
	padding: 30px 20px;
	/* margin-top: -40px; */
	margin: 0 auto;
	/* margin-top: -60px; */
	z-index: 1;
	max-width: 600px;
	position: relative;
	/* border-radius: 50px 50px 0 0; */
}
article.hasthumb h1 + .tc_content {
	clear: both;
}


/* ------------------------- */
/* TRADUCTION AUTOMATIQUE */
/* ------------------------- */
#google_translate_element, .skiptranslate {
	display: none !important;
}
#flags {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#flags img {
	max-width: 32px;
	margin-right: 5px;
	cursor: pointer;
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-ms-filter: brightness(90%);
	-o-filter: brightness(90%);
	filter: brightness(90%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#flags img:last-child {
	margin-right: 0;
}
#flags img:hover {
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}


/***************************************************************************/
/* LIRE LA SUITE */
/***************************************************************************/
#bttxthome {
	width: 100%;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 65%);
	border-radius: 80px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	margin-bottom: 50px;
}
.bttxthomecent{
	display: table;
	float: right;
	font-size: 17px;
	padding: 10px 15px;
	margin-top: 15px;
	margin-bottom: 35px;
}


/***************************************************************************/

.imgHome {margin-top: 220px; }

.pad {
	padding: 80px 0 30px;
}

.top {
	position: relative;
	top: 10px;
	z-index: 2;
}



#bloctxthome {
	padding-top: 0;
	padding-bottom: 0px;
}

#bloctxthome .cekome-stars{float:right;z-index: 1;}

#xc2c_avis {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 130px;
	position: relative;
	margin-top: 40px;
}
#xc2c_avis::after {
	content: "";
	display: block;
	background-color: rgba(78, 78, 78, 0.74);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}
#xc2c_avis .grid-Gutter {
	position: relative;
	z-index: 1;
}
#xc2c_avis img {
	width: 100%;
	max-width: 80px;
	margin: 0 10px -20px 0;
	opacity: 0.9;
}
#xc2c_avis h2 {
	font-size: 430% !important;
	line-height: 120%;
	margin-bottom: 15px;
	border-color: rgba(255,255,255,0.2);
}
#xc2c_avis a {color: #fff;}
#xc2c_avis a:hover {text-decoration: none;}
#xc2c_avis h2::after {
	background-color: #fff;
}
#xc2c_avis p {
	color: rgba(255,255,255,0.85);
	font-size: 130%;
	line-height: 1.3;
}

#xc2c_contact {
	color: rgba(255,255,255,0.6);
	background-color: #2f2f2f;
	padding: 80px 40px;
}
#xc2c_contact img {
	width: 100%;
	max-width: 100px;
}
.cekome_form input, .cekome_form textarea {
	color: #8b8b8b;
	background-color: transparent;
}
#xc2c_contact .coord .tellink {
	float: left;
}

#xc2c_contact .coord .tellink .phonea::after {
	width: 30px;
	height: 30px;
	top: 5px;
}
#xc2c_contact .coord {
	display: table;
	margin: auto;
}
#xc2c_contact .coord .blogname {
	font-size: 120%;
	margin-bottom: 20px;
	color: rgba(255,255,255,0.85);
}

#xform .tc_content {
	padding-bottom: 0;
}

#av {padding: 50px; }
#av h3 {padding: 0 !important; }
#av label {
	width: 100%;
	display: inline-block;
	color: rgba(255, 255, 255, 0.4);
}
#av textarea {
	width: 100%;
	height: 200px;
	color: rgba(255,255,255,0.85);
	background-color: rgba(255,255,255,0.1);
	font-size: 105%;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 20px;
	margin-top: 10px;
	outline: none;
	box-sizing: border-box;
	resize: none;
}
#av .submit.button {
	float: right;
}
#av h3#comments, #av .comment-metadata {
	display: none;
}
#av .comment {
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
}
#av footer.comment-meta {
	background-color: rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 20px;
}
#av .comment-content {
	padding: 20px;
	padding-bottom: 0;
}
#av .reply {
	text-align: right;
	padding: 20px;
}

.rge {
	width: 100%;
	max-width: 110px;
	background-color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.cekome-stars{
	/*margin:2rem 0 !important;*/
}


#xtext{
	margin-top: 60px;
}

#menudujour{
}

#menudujour .article_content{
    background: #cecece;
    border-radius: 10px;
    padding: 0 30px;
    box-shadow: 20px -20px 0 rgba(0,0,0,0.05);
    border: 6px solid #7b1c353d;
}

.z1 > *{
	z-index: 1;
}

.tc_content table {
	border-top: 3px solid #6D071A;
}
.tc_content table tr td {
	border: 1px solid rgba(0,0,0,.2);
	padding: 10px;
}


.tc_content table.notranslate td p{
	 background-position: left center;
	 background-repeat: no-repeat;
	 background-size: 15px;
	 margin-bottom: 0;
}
.tc_content table.notranslate td p:nth-child(2){
    background-image: url('../images/flags/de.svg');
    padding-left: 20px;
}
.tc_content table.notranslate td p:last-of-type{
	background-image: url('../images/flags/en.svg');
	padding-left: 20px;
}
/*--------------------------------------------*/
.containListPage img
{
	height: 100%;
	min-height: 200px;
}

/*--------------------------------------------*/
.nohome.page_carte .wp-block-table tr td:last-of-type,.nohome.page_carte .wp-block-table tr th:last-of-type
{
	max-width: 200px!important;
}

.nohome.page_carte .wp-block-table tr th:first-of-type
{
	text-align: left;
	font-size: 1.3em;
}
td,.wp-block-table td,
th,.wp-block-table th
{
	padding: 10px!important;
	box-sizing: border-box;
}

.nohome.page_carte .tc_content table
{
	margin-bottom: 100px;
	border-top: 0px!important;
}

/*--------------------------------------------*/
#xsections .sectionsbloc img
{
	height: 300px;
	object-fit: cover;
}

.nohome.category.containListPage img
{
	height: 300px;
}
/*--------------------------------------------*/
.nohome .listarticleul  .blocthumb {
    margin: 0;
}