/*-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap" rel="stylesheet"');
/* = Init CSS/*-------------------------------------------------*/

body, html {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 10px;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style:disc inside;
}
a {
	text-decoration: none;
	outline: none;
	color: #DC2425;
}
.pull-left {
	margin-right: 20px;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #474d51;
}
.breadcrumb > li {
	display: contents;
}
.breadcrumb {
	background-color: transparent;
}
figure {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	max-width: 100%;
}
.container-fluid {
	padding: 0;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
h1 {
	margin: 0 0 15px;
	font-size: 35px;
}
h2 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 24px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	font-weight: normal;
}
h6 {
	font-size: 10px;
	font-weight: normal;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 15px;
	padding-left: 0;
	position: relative;
}
.col-xs-1:first-child, .col-sm-1:first-child, .col-md-1:first-child, .col-lg-1:first-child, .col-xs-2:first-child, .col-sm-2:first-child, .col-md-2:first-child, .col-lg-2:first-child, .col-xs-3:first-child, .col-sm-3:first-child, .col-md-3:first-child, .col-lg-3:first-child, .col-xs-4:first-child, .col-sm-4:first-child, .col-md-4:first-child, .col-lg-4:first-child, .col-xs-5:first-child, .col-sm-5:first-child, .col-md-5:first-child, .col-lg-5:first-child, .col-xs-6:first-child, .col-sm-6:first-child, .col-md-6:first-child, .col-lg-6:first-child, .col-xs-7:first-child, .col-sm-7:first-child, .col-md-7:first-child, .col-lg-7:first-child, .col-xs-8:first-child, .col-sm-8:first-child, .col-md-8:first-child, .col-lg-8:first-child, .col-xs-9:first-child, .col-sm-9:first-child, .col-md-9:first-child, .col-lg-9:first-child, .col-xs-10:first-child, .col-sm-10:first-child, .col-md-10:first-child, .col-lg-10:first-child, .col-xs-11:first-child, .col-sm-11:first-child, .col-md-11:first-child, .col-lg-11:first-child, .col-xs-12:first-child, .col-sm-12:first-child, .col-md-12:first-child, .col-lg-12 {
	padding-left: 0;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
.help-block {
	margin: 0;
}
.sx-spinner-bar {
	z-index: 10051;
	position: fixed;
	top: 40%;
	left: 50%;
	/* width: 100px;*/
	margin-left: 0px;
	text-align: center;
}
.after_logo {
	display: block;
	width: 200px;
	height: 167px;
	background-image: url(../img/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border-radius: 0% !important;
	-webkit-animation: none;
	animation: none;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	margin: 0px auto 15px;
	background-size: contain;
	position: fixed;
	top: 30%;
	left: 0;
	right: 0;
}
.sx-spinner-bar > div {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	border-radius: 100% !important;
	background: #eee;
	-webkit-animation: bounceDelay 1.4s infinite ease-in-out;
	animation: bounceDelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sx-spinner-bar .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.sx-spinner-bar .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

/***
Sx Basic Animations
***/

@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(15px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(15px);
         transform: translateY(15px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
         transform: translateY(0);
}
}
.fade-in-up {
	-webkit-animation: fadeInUp .5s;
	animation: fadeInUp .5s;
}
 @-webkit-keyframes bounceDelay {
 0%,  80%,  100% {
 -webkit-transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
}
}
 @keyframes bounceDelay {
 0%,  80%,  100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
#page-maintenance {
	text-align: center;
	width: 900px;
	margin: 20px auto;
	background: #E6E6E6;
	padding: 20px;
	border: #CCCCCC solid 1px;
	border-radius: 10px;
}
/*-------------------------------------------------*/

/* = General code/*-------------------------------------------------*/

html {
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #fff;
	background-position: top;
	background-repeat: repeat-x;
	min-height: 100%;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transition: all 0.17s ease-in-out;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
}
.sx-spinner-bar > div {
	background: #f29b1c;
}
.adobe-logo {
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	stroke: #fee16e;
}
.adobe-logo:hover {
	fill: #3881cc;
	stroke-width: 20;
}
.bg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.path {
	-webkit-animation: draw 3.5s infinite;
	        animation: draw 3.5s infinite;
}
 @-webkit-keyframes draw {
 50% {
 stroke-dashoffset: 0;
}
}
 @keyframes draw {
 50% {
 stroke-dashoffset: 0;
}
}
a.logo {
	display: block;
	width: 151px;
	height: 94px;
	margin: 0 auto;
	background-image: url(../img/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: -20px;
}
header.sticky a.logo {
	width: 130px;
	height: 70px;
    -o-transition: all 125ms ease-in-out;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
}
.logo_center a.logo {
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 208px;
	height: 79px;
	background-image: url(../img/logo.png);
	background-position: center;
	background-repeat: no-repeat;
}
.sx_galleria {
	width: 100%;
	height: 400px;
	margin-top: 10px;
}
.gmap3 {
	width: 100%;
	height: 420px;
}
.div-center {
	text-align: center;
}
.div-right {
	text-align: right;
	margin-top: 20px;
}
.alert {
	display: none;
	margin-bottom: 15px;
	padding: 18px 24px;
	border: 0;
	border-radius: reset;
	border-radius: 0;
}
.alert .close {
	top: 2px;
	right: 0;
	font-size: 16px;
	line-height: 16px;
	color: #343434;
	opacity: 100;
	filter: alpha(opacity=10000);
}
.alert.error {
	color: #ff3f3f;
	background: #ffe9e9;
}
.alert.success {
	color: #609e21;
	background: #ebf6e0;
}
.alert.warning {
	color: #a7a33e;
	background: #fbfadd;
}
.alert.info {
	color: #4683a2;
	background: #e9f7fe;
}
.nicescroll-rails {
	z-index: 999999!important;
}
.padding-0 {
	padding-right: 0;
}
/*-------------------------------------------------*/

/* = Slider/*-------------------------------------------------*/

.nivoSlider {
	max-height: 520px;
}
/*-------------------------------------------------*/

/* = Footer/*-------------------------------------------------*/


/* footer {
	background-color: #2b2b2b;
	color: #fff;
} */

.top-footer {
    padding: 20px 0 10px;
   /*  background-image: linear-gradient(to right, #000000, #13171a); */
    color: #000;
	border-top: none;
	background-color: #fff;
}

.items-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.items-top .item-top~.item-top {
    margin-left:40px;
}

.sub-footer {
    padding: 10px 0;
/* 	background-image: linear-gradient(to right, #000000, #13171a); */
	position:relative;
	background-color: #f6f6f6;
}

.sub-footer:before{
	content: "";
    position: absolute;
    height: 1px;
    left: 0;
    top: 0;
    background-image: -o-linear-gradient(left, #C49953, transparent);
    width: 100%;
}

.items-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

/*.sx-menu-footer li {
    float: left;
    padding: 0 10px;
    border-left: #474d51 solid 1px;
}

.sx-menu-footer li:first-child {
    border: none;
}*/

.sx-menu-footer {
    list-style: disc inside;
}

.sx-menu-footer a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.sx-copyright {
	display: inline-block;
}
.sx-copyright a {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 900;
}
.sx-copyright a, .sx-copyright a:hover {
	color: #000;
	text-transform: uppercase;
}
#footer_bottom {
	display: inline-block;
}
#footer_bottom li:first-child {
	padding-left: 0;
}
#footer_bottom li a:before {
	position: absolute;
	content: "|";
	left: -9px;
	top: 0px;
	color: #000;
}
#footer_bottom li:first-child a:before {
	content: "";
}
#footer_bottom li a {
	color: #000;
	position: relative;
}
#footer_bottom li a:hover, #footer_bottom li a:focus {
	color: #dc2425;;
}
#footer_bottom {
	display: inline-block;
}
#footer_bottom li {
	display: inline-block;
	padding: 0 5px;
}
.sx-menu-footer-bottom a {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	display: block;
}
#footer_bottom {
	display: inline-block;
}
.bloc_footer_bottom {
	background-color: #1f1f1f;
	padding: 20px 0;
	text-align: left;
}

.coordonnees {
	font-size: 14px;
	line-height: 17px;
}
.bloc_coord_titre {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 18px;
}
.coordonnees .fa-phone, .coordonnees .fa-map-marker, .coordonnees .fa-envelope, .coordonnees .fa-mobile {
	color: #fff;
	float: left;
	font-size: 19px;
	margin: 0 10px 0 0;
	min-width: 20px;
}
.coordonnees .fa-mobile {
	font-size: 26px;
}
.coordonnees a, .coordonnees a:hover, .coordonnees a:focus {
	color: #fff;
}
/*-------------------------------------------------*/

/* = Contact/*-------------------------------------------------*/

.contact-info, #sx-form {
	margin-bottom: 20px;
}
#sx-form.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}
#sx-form .form-control {
	height: auto;
	padding: 10px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	font-size: 12px;
	color: #919191;
	background-color: #fcfcfc;
}
#sx-form .form-control:focus {
	color: #555;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	        box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}
#sx-form #sx-captcha {
	width: 80%;
}
#sx-form input[type="submit"] {
	border: none;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	background: #dc2425; /* background color de boutton envoyer */
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#sx-form input[type="submit"]:hover{
	background: #010129;
}
#sx-form input[type="submit"]:hover, .comment-form input[type="submit"]:hover {
	opacity: 0.8;
}
.btn-info, .btn-info:hover, .btn-info:focus {
	border-color: #f29b1c; /* border color de boutton captcha */
	background-color: #f29b1c; /* background color de boutton captcha */
}
label.condition{ font-weight:300; font-size:12px;}
label.condition a{ color: #ff0000;}
/********** | VALIDATION | *****************/

.sx-errblock {
	display: block;
	margin: 0;
	color: #eb2c06;
	opacity: 0.6;
}
small.sx-errblock {
	position: absolute;
	right: 5px;
	bottom: 0;
}

#contact iframe {
	display:block;	
}

/*-------------------------------------------------*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #919191 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #919191 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #919191 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #919191 !important;
}

/* = Reservation/*-------------------------------------------------*/

.contact-info, #reservation-form {
	margin-bottom: 20px;
}
#reservation-form .form-control {
	height: auto;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	font-size: 12px;
	color: #919191;
	background-color: #fcfcfc;
}
#reservation-form .form-control:focus {
	color: #555;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	        box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}
#reservation-form #sx-captcha {
	width: 80%;
}
#reservation-form input[type="submit"] {
	border: none;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	background: #f29b1c; /* background color de boutton envoyer */
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#reservation-form input[type="submit"]:hover, .comment-form input[type="submit"]:hover {
	opacity: 0.8;
}
/*-------------------------------------------------*/

/* = Carousel Slider/*-------------------------------------------------*/
.carousel_position {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
.carousel_slide {
	position: relative;
	margin: 40px auto;
	text-align: center;
	display: block;
	width: 100%;
}
.carousel_slide .slider-size {
	height: 300px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: inline-block;
	height: auto;
}
.carousel {
	width: 100%;
	margin: 0 auto;
}
main div[id^=carouselC_] {
	height: calc(30vh);
}
main div[id^=carouselH_] {
	height: calc(100vh - 220px);
}
.slider-size {
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
}
.carousel .carousel-inner .item {
    height: 100%;
}
.carousel .carousel-inner .item > img {
    width: 100%;
	height:100%;
	-o-object-fit: cover;
	   object-fit: cover;
    display: block;
}
@support(object-fit:cover){
	.carousel .carousel-inner .item > img {
		height:100%;
		-o-object-fit:cover;
		   object-fit:cover;
		-o-object-position:center center;
		   object-position:center center;	
	}
}
.carousel-caption {
	text-shadow: none;
}
.title-caption {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 25px;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
}
.carousel .carousel-inner {
	position: relative;
	height: 100%;
	width: auto;
	overflow: hidden;
}
/* Carousel Fading slide */

.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.carousel-fade .active.left, .carousel-fade .active.right {
	z-index: 2;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel-fade .carousel-control {
	z-index: 10;
}
.carousel-fade .next, .carousel-fade .prev {
	z-index: 1;
	left: 0;
}
/* Carousel Control */

.carousel-control {
	top: 43%;
	font-size: 48px;
}
/* Animation */

.control-box, a.carousel-control, .carousel-indicators li {
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
/* Removing BS background */

.carousel .control-box {
	opacity: 0;
}
a.carousel-control.left {
	left: 0;
	border: 0;
	background: none;
}
a.carousel-control.right {
	right: 0;
	border: 0;
	background: none;
}
/* Hover animation */

.carousel:hover .control-box {
	opacity: 1;
}
.carousel:hover a.carousel-control.left {
	left: 15px;
}
.carousel:hover a.carousel-control.right {
	right: 15px;
}
/* Carouse Indicator */

.carousel-indicators li.active, .carousel-indicators li {
	border: 0;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	background: #666;
}
.carousel-indicators li.active {
	margin: 0 3px;
	background: #fff;
}
/*-------------------------------------------------------*/

/* Isotope filtering/*-------------------------------------------------------*/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	z-index: 1;
	pointer-events: none;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	   transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}
/*-------------------------------------------------------*/
.bloc_galerie {
	margin-bottom: 60px;
}
.sx-sizer, .sx-item {
	width: 265px;
	height: 250px;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #FFF;
}
.sx-item img {
	border-radius: 0;
}
.sx-item .fancybox {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.sx-item .fancybox:before {
	content: "";
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-100px);
	    -ms-transform: translateX(-100px);
	        transform: translateX(-100px);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.sx-item .fancybox:hover:before {
	opacity: 1;
	width: 100%;
	height: 100%;
	background-image: url(../img/img_hover.png);
	background-position: center center;
	-webkit-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	        transform: translateX(0px);
}
.bloc_galerie h2 {
	font-size: 30px;
	text-align: center;
	color: #282828;
	margin: 60px 0;
	text-transform: uppercase;
}
/*-------------------------------------------------*/

/* = Isotope Zoom/*-------------------------------------------------*/

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	max-width: none;
	padding-bottom: 40px;

}
.gallery .item .fancybox {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 35px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	z-index: 9;
}
.titre_galery {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out .2s;
    -o-transition: opacity .2s ease-out .2s;
    transition: opacity .2s ease-out .2s;
    z-index: 2;
}
.titre_galery span {
	text-transform: lowercase;
	font-size: 15px;
	line-height: 15px;
}

.gallery .item:hover .titre_galery {
	opacity: 1;
	-webkit-transition: opacity .2s .3s;
	-o-transition: opacity .2s .3s;
	transition: opacity .2s .3s;
}

.galerie_line {
	display: block;
    height: 2px;
    width: 0;
    background-color: #fff;
    margin-top: 12px;
    -webkit-transition: width .3s cubic-bezier(.77,0,.175,1);
    -o-transition: width .3s cubic-bezier(.77,0,.175,1);
    transition: width .3s cubic-bezier(.77,0,.175,1);	
	z-index: 2;
}

.gallery .item:hover .galerie_line {
	width: 100%;
	-webkit-transition: width .3s cubic-bezier(.77,0,.175,1) .25s;
	-o-transition: width .3s cubic-bezier(.77,0,.175,1) .25s;
	transition: width .3s cubic-bezier(.77,0,.175,1) .25s;
}

/*.gallery .item .fancybox:after {
	border: 1px solid #fff;
	bottom: 30px;
	content: "";
	left: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
}
.gallery .item .fancybox:before {
	bottom: 0px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: rgba(58, 52, 42, 0.7);
	padding: 3em;
	transition: background-color 0.35s ease 0s;
}
.gallery .item .fancybox .titre_galery, .gallery .item .fancybox:before, .gallery .item .fancybox:after {
	opacity: 0;
	transform: scale(0);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.gallery .item:hover .fancybox:before, .gallery .item .fancybox:hover .titre_galery, .gallery .item:hover .fancybox:after {
	opacity: 1;
	transform: scale(1);
}*/
.texte_galery {
	display: none;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

.gallery .item {
	position: relative;
	overflow: hidden;
	margin: 8px;
	width: calc(33.33% - 16px);
} 	

.gallery .item .img-isotope {
    position: relative;
    display: block;
}

.gallery .item .img-isotope:before {
    position: relative;
    display: block;
    content: ' ';
    padding-top: 66.6666%;
}

.gallery .item > img {
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	-o-transition: transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
}

.gallery .item:hover > img {
	-webkit-transition: -webkit-transform 1s cubic-bezier(.32,.09,.11,.87);
    transition: -webkit-transform 1s cubic-bezier(.32,.09,.11,.87);
    -o-transition: transform 1s cubic-bezier(.32,.09,.11,.87);
    transition: transform 1s cubic-bezier(.32,.09,.11,.87);
    transition: transform 1s cubic-bezier(.32,.09,.11,.87), -webkit-transform 1s cubic-bezier(.32,.09,.11,.87);
    -webkit-transform: translate3d(40px,0,0);
    transform: translate3d(40px,0,0);
}

.gallery .item:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background-color: #01012975;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(1,0,0,.86);
    transition: -webkit-transform .7s cubic-bezier(1,0,0,.86);
    -o-transition: transform .7s cubic-bezier(1,0,0,.86);
    transition: transform .7s cubic-bezier(1,0,0,.86);
    transition: transform .7s cubic-bezier(1,0,0,.86), -webkit-transform .7s cubic-bezier(1,0,0,.86);
    z-index: 1;
}

.gallery .item:hover:after {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	    transform: translateX(0);
}

/*.fleche_item {
	background-image: url(../img/icone-zoom.png);
	background-position: center;
	width: 22px;
	height: 25px;
	transition: transform 0.35s ease 0s;
	position: absolute;
	left: 0;
	right: 0;
	top: 47%;
	margin: 0 auto;
	opacity: 1;
}
.gallery .item:hover .fleche_item {
	opacity: 0;
}*/
/*-------------------------------------------------*/

/* = Menu/*-------------------------------------------------*/
.menu {
	margin-top: 20px;
}
.navbar-default {
	border: none;
	background-color: transparent; /* enlever le background-color par defaut de boostrap   */
}
.navbar {
	margin: 0;
	min-height: 56px;
	border: none;
}
.navbar-collapse {
	padding: 0;
}
.header_bottom {
	padding-top: 74px;
}
.navbar-nav {
	float: right;
}
.navbar-default .navbar-nav > li {
	position: relative;
}
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
	display: none;
}
.navbar-nav .caret {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid;
}
.navbar-nav .caret_cader {
	padding: 0;
	position: relative;
    left: -6px;
}
.dropdown-menu > .dropdown > .caret_cader .caret {
	color: #fff;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 9px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
/* ---- style de parent de menu ---- */

.navbar-default .navbar-nav > li > a {
	position: relative;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    padding: 6px 0;
    display: inline-block;
    margin-right: 14px;
}
header.sticky .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 6px 0;
 -o-transition: all 125ms ease-in-out;
 -webkit-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	margin-right: 20px;
}
header.sticky .navbar-nav > li:last-child a{
	margin-right: 0 ;
}
header.sticky .navbar-toggle {
    margin-top: -40px;
}

.navbar-nav > li:last-child a {
	color: #000;
	font-weight: 400;
	margin-right: 0;
	display:none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active {
	border: none;
	color: #d2232a;
	background-color: transparent;
}
/* annimation de border bottom */

.navbar-default a:before, .navbar-default li:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 4px;
	text-shadow: 0 0 transparent;
	font-size: 37.2em;
	color: transparent;
	opacity: 0;
	background: none repeat scroll 0 0 #d2232a;
	-webkit-transition: all 0.3s ease 0s, color 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s, color 0.3s ease 0s;
	transition: all 0.3s ease 0s, color 0.3s ease 0s;
	/* transform: translateX(-50%);*/
	pointer-events: none;
	margin: 0;
	width: 0;
}
.navbar-default a.active:before, .navbar-default a:hover:before, .navbar-default a:focus:before, .navbar-default li.active_parent:before {
	text-shadow: 10px 0 #fff, -10px 0 #fff;
	color: #d2232a;
	opacity: 1;
	left: 0;
    right: 0;
    width: 23px;
}
.dropdown-menu a.active:before, .dropdown-menu a:hover:before, .dropdown-menu a:focus:before, .dropdown-menu li.active_parent:before {
	opacity: 0; /* désactiver annimation de border bottom*/
}
/* ---- FIN style de parent de menu ---- */

/* ---- style background-color par defaut open de parent  ---- */

/*.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #000000;
}*/

.dropdown-menu {
	padding: 6px 0;
	border: none;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

/*	section content	*/

section.content {
    padding-top: 30px;
}

section.content.detail {
    text-align: center;
}

/*********** <<< Sous menu 1 >>> ***************/

.navbar-nav > li > .dropdown-menu {
	background-color: #dc2425; /* background-color Sous menu 1   */
}
.navbar-nav .dropdown-menu > li > a {
	font-size: 13px;
	color: #fff;
	display: block;
}
.navbar-nav .dropdown-menu > li.dropdown > a:first-child {
	width: 92%;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #000; /* background-color Sous menu 1 hover   */
}
/* ---- style background-color par defaut open de Sous menu 1   ---- */

/*.navbar-default .navbar-nav .dropdown-menu > .open > a,
.navbar-default .navbar-nav .dropdown-menu > .open > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .open > a:focus {
    color: #fff;
    background-color: #000000;
}*/

/*********** <<< Sous menu 2 >>> ***************/

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
	background-color: #dc2425; /* background-color Sous menu 2   */
	left: 100%;
	top: 0;
}
/* ----  style de Sous menu  ---- */

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
	font-size: 13px;
	color: #fff;
	display: block;
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #000; /* background-color Sous menu 2 hover   */
}
/*-------------------------------------------------*/

/* = social icons/*-------------------------------------------------*/

ul.sx-social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.sx-social-icons li {
    list-style: none;
}
ul.sx-social-icons li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-right: 10px;
}

ul.sx-social-icons li a:hover, ul.sx-social-icons li a:focus {
	color: #dc2425;
}

footer ul.sx-social-icons li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
	color: #000;
    padding: 10px;
}

footer ul.sx-social-icons {
    padding: 0;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
}

footer ul.sx-social-icons li a:hover, footer ul.sx-social-icons li a:focus {
	color: #dc2425
}

.title-footer {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
}

.adresse-footer {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
.adresse-footer a{
	text-decoration: none;
    outline: none;
    color: #000;
}
.adresse-footer a:hover {
    color: #dc2425;
}


.call-footer {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
}

.call-footer a {
    color: #000;
	display: inline-block;
}

.call-footer a:hover, .call-footer a:focus {
    color: #e2a115;
}

.horaires-footer {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
}

.coordonnees-footer {
    color: #fff;
}

.coordonnees-footer a {
    color: #fff;
}

.coordonnees-footer a:hover, .coordonnees-footer a:focus {
	color: #dc2425;
}

.fcLike-footer {
	margin: 20px 0;	
}

.coordonnees-footer > i {
    margin-right: 6px;
}


/*-------------------------------------------------*/

/* = Parallax/*-------------------------------------------------*/

.bloc_parallax {
	text-align: center;
	font-size: 22px;
	color: #fff;
}
.bloc_parallax_image {
	margin: 0 0 0;
	padding: 160px 0 70px;
	background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
	position:relative;
	z-index: 0;
}
.bloc_parallax_image a{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;	
}
.bloc_parallax_image.initial {
    background-attachment: initial
}
/*-------------------------------------------------*/

/* = SX Flexslider /*-------------------------------------------------*/

.flexslider {
	margin-bottom: 15px;
	border: none;
	border-radius: 0;
	background: none repeat scroll 0 0 #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.sx_flexslider .flex-slider .slides li {
	width: auto;
	height: 400px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sx_flexslider .flex-carousel {
	margin-top: 10px;
}
.sx_flexslider .flex-carousel .slides li {
	display: block;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.sx_flexslider .flex-carousel .slides li img {
	height: 100px;
}
.sx_flexslider .flex-carousel .slides li:hover, .sx_flexslider .flex-carousel .slides li:focus, .sx_flexslider .flex-carousel .slides li.flex-active-slide {
	opacity: 0.8;
}

.sx_flexslider .flex-carousel .slides li.flex-active-slide {
	cursor: default;
}
.fancybox {
	display: block;
	width: 100%;
	height: 100%;
}
/*-------------------------------------------------*/

/* = Produits/*-------------------------------------------------*/
.bloc_actualites {
	margin-bottom: 20px;
}
#actualites .actus_image {
	max-width: 295px;
	/*max-height:240px;*/
	text-align: center;
	margin-bottom: 10px;
	float: none;
}
.actus_image img {
	max-width: 100%;
	max-height: 100%;
}
.actus-row .actus-suite a, a.lien_retour {
	display: block;
	width: 102px;
	height: 30px;
	background-color: #999;
	color: #fff;
	text-align: center;
	line-height: 29px;
	margin-top: 0;
	float: left;
}
a.lien_retour {
	margin-bottom: 20px;
}
#actualites_detail a.lien_retour {
	margin-top: 20px;
}
.actus-row .social-likes {
	float: right;
}
.actus-txt {
	min-height: 60px;
	margin-bottom: 10px;
}

.actus_retour {
	font-size: 14px;
    line-height: 14px;
    /* text-transform: uppercase; */
    color: #000;
    margin: 0 auto 12px;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100px;
    border: 1px dashed transparent;
    padding: 4px;	
}

a.actus_retour > i {
    margin-right: 5px;
}

a.actus_retour:hover, a.actus_retour:focus {
    background-color: transparent;
    color: #000;
    -webkit-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
    border: 1px dashed #000;
}

/*-------------------------------------------------*/

/* = Partenaires/*-------------------------------------------------*/

.bloc_partenaire {
	margin: 20px 0;
}
.bloc_partenaire .partenaire_titre {
	margin-top: 10px;
	margin-bottom: 10px;
}
.bloc_partenaire .partenaire {
	margin: 0 0 20px;
}
.bloc_partenaire .partenaire:first-child {
	margin-left: 0;
/* 	min-height: 330px; */
}
.bloc_partenaire .partenaire_texte {
	margin: 10px 0;
}
.bloc_partenaire a {
	color: #000;
}
.bloc_partenaire .social-likes {
	float: right;
}
/*-------------------------------------------------*/

/* = modal/*-------------------------------------------------*/

#h_login {
	margin-bottom: 20px;
}
.alert-cat {
	margin-bottom: 10px;
	color: #ff0000;
}
/*-------------------------------------------------*/

/* = Pagination/*-------------------------------------------------*/

.paginate {
	width: 50%;
	margin: 0 auto 20px;
	text-align: center;
}
.paginate li {
	display: inline-block;
	margin-right: 5px;
}
.paginate li a {
	display: block;
	width: 20px;
	height: 20px;
	color: #000;
}
.paginate li a:hover, .paginate li a.active {
	border-radius: 10px;
	color: #fff;
	background-color: #000;
}
/*-------------------------------------------------*/

/* = Referencement/*-------------------------------------------------*/

.bloc_referencement {
	padding: 10px 0;
	background-color: #504c47;
}
.menu_referencement {
	padding: 20px;
}
.menu_referencement , .menu_referencement ul{
	list-style:none;
}
.menu_referencement > li {
	width: 25%;
	float: left;
	padding-right: 15px;
}
.menu_referencement > li > a {
	font-size: 16px;
	line-height: 28px;
	color: #000;
}
.menu_referencement li li a {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding-left: 0px;
	padding: 5px 10px;
	display: block;
}
.menu_referencement li li li a {
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	padding-left: 20px;
}
.menu_referencement li li {
	background-color: #dc2425;
	margin-bottom: 10px;
}
.referencement_titre {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 46px;
}
.referencement_fleche {
	background: none;
	border: none;
	border-radius: 0%;
	color: #000;
	width: 28px;
	height: 20px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}
.referencement_fleche .caret {
	border-width: 9px 8px 0;
	vertical-align: bottom;
	border-bottom-width: 0;
}
.referencement_contenu {
	display: none;
}
/*-------------------------------------------------*/

/* = Produits/*-------------------------------------------------*/

#produits .produit_image {
	max-width: 295px;
	/*max-height:240px;*/
	text-align: center;
}
.produit_image img {
	max-width: 100%;
	max-height: 100%;
}
.produit-row .produit-suite a, .categorie-suite a, .categorie-suite a, .sous_categorie_suite a, .sous_categorie_suite a {
	display: block;
	width: 150px;
	height: 30px;
	background-color: #999;
	color: #fff;
	text-align: center;
	line-height: 29px;
	margin-top: 15px;
}
.produit-row .social-likes {
	float: left;
}
.produit-txt {
	min-height: 60px;
}
.titre_detail_produit {
	font-size: 30px;
	margin-bottom: 20px;
	color: #06F;
}
.deatil_right {
	padding: 20px 0;
}
.titre_categorie, .titre_sous_categorie {
	margin-top: 10px;
}
/*-------------------------------------------------*/

/* = Code CSS/*-------------------------------------------------*/

header {
	/*position: sticky;*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-top {
    background-color: #333333;
    padding: 5px 0;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
}

header.sticky .header-top {
    padding: 0;
    -o-transition: all 125ms ease-in-out;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
}
#index .header-bottom {
	background-color: #fff;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	position: relative;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.header-bottom {
	background-color: #fff;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	        box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

header.sticky .header-bottom, #index header.sticky .header-bottom {
    background-color: #fff;
    -webkit-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

header.sticky .item-header {
    padding: 5px 0;
    -o-transition: all 125ms ease-in-out;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
}

.item-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 0;
}

main {
	padding-top: 114px;
	min-height:625px;
}

.logo {
    margin-right: 10px;
}

.header-right {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-right > * {
    margin: 5px;
}

.lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slogan {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}
.slogan p {
	margin: 0;
}

.fixed-phone{
	position: absolute;
    top: calc(100% + 12px);
    right: 24px;
}

.fixed-phone > a {
    padding: 8px 24px 8px 16px;
    background: white;
    color: #8ad1cd !important;
    font-weight: 700;
    font-size: 20px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.07);
            box-shadow: 0px 2px 5px rgba(0,0,0,0.07);
    -o-transition: all 125ms ease-in-out 0ms;
    transition: all 125ms ease-in-out 0ms;
    -moz-transition: all 125ms ease-in-out 0ms;
    -webkit-transition: all 125ms ease-in-out 0ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9;
	position:relative;
	white-space: nowrap;
}

.fixed-phone > a:hover, .fixed-phone > a:focus {
    background: #8ad1cd;
    color: white !important;
}

.fixed-phone > a > i {
    margin-right: 6px;
    font-size: 22px;
    line-height: 22px;
    position: relative;
    display: block;
}

.fixed-phone > a > span {
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: 0px;
    -o-transition: all 125ms ease-out 0ms;
    transition: all 125ms ease-out 0ms;
    -moz-transition: all 125ms ease-out 0ms;
    -webkit-transition: all 125ms ease-out 0ms;
}

.fixed-phone.sticky > a {
    padding: 8px 12px;
}

.fixed-phone.sticky > a > i {
    margin-right: 0;
}

.fixed-phone.sticky > a > span {
    text-indent: -1000px;
    width: 0;
}

.phone {
	color: #ffffff;
	position: relative;
	margin-right: 30px;
}

.phone a {
    color: #000;
    font-size: 12px;
}

.phone a:hover, .phone a:focus {
    color: #d2232a;
}

.phone a > i {
	border: none;
    border-radius: 50%;
    font-size: 18px;
    line-height: 15px;
    padding: 5px;
	margin-left: 5px;
	color: #dc2425;
}

#index .bloc_header_top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9;
	background-image: url(../img/bg_header.png);
	padding-bottom: 20px;
}
.bloc_header_top {
	padding-bottom: 20px;
}

.header_top {
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
	background-color: #333;
}
.phone_icon {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 8px;
	border-radius: 5px;
	text-align: center;
	line-height: 24px;
	color: #000;
	background: #fff;
}
.header_top .slogan {
	padding-top: 0;
	color: #fff;
	line-height: 31px;
	text-align: left;
}

.lock {
    width: 26px;
    height: 26px;
    border-radius: 30px;
    margin-right: 10px;
    color: #fff;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lock.active, .lock:hover, .lock:focus {
	color:#000;
	background-color:#fff;
	-webkit-transition: all 2s ease 0s;
	-o-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
}
.lang .fr a, .lang .en a, .lang .es a {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 30px;
	background-position: left;
	background-repeat: no-repeat;
	margin-right: 10px;
	cursor: pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ *//* -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.lang li {
	display: inline-block;
}
.lang .fr a {
	background-image: url(/redhost/img/fr.png);
}
.lang .en a {
	background-image: url(/redhost/img/en.png);
}
.lang .es a {
	background-image: url(/redhost/img/es.png);
}
.fr a.active {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.en a.active {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.es a.active {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}
.affix {
	padding: 0;
	-webkit-transition: all 2s ease 0s;
	-o-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
	left: 0;
	right: 0;
	z-index: 999;
	top: 0;
	background-image: url(../img/bg_header.png);
}
.liste_contenu {
	padding: 20px 0;
}
.bloc_actus .liste_contenu {
	text-align: left;
}
.col_actus {
	display: inline-block;
	max-width: 262px;
	width: 100%;
	vertical-align: top;
	margin: 15px;
	text-align: left;
}
.bloc_texte img {
	max-width: 100%;
}
a.img-detail {
    margin: 30px auto 15px;
    display: inline-block;
    width: auto;
}
/*.bloc_texte ul {
	list-style: square;
	margin-left: 15px;
}*/
.bloc_texte p {
	margin: 10px 0;
}
#h_login {
	margin-bottom: 20px;
}

.texte_cms {
	padding-bottom: 20px;
	padding-top: 8px;
}

.img-right {
    float: right;
    margin-left: 12px;
    margin-bottom: 10px;
}
.bloc_texte .img-detail img {max-height: 60vh;} 
.texte_cms a:hover, .texte_cms a:focus, .texte_cms_left a:hover, .texte_cms_left a:focus, .texte_detail_produit a:hover, .texte_detail_produit a:focus {
	text-decoration: none;
    color: #000;
}
.gmap3 a {
	color: #000;
}
.fancybox-opened {
	z-index: 2147483647;
}
.bloc_actus {
	background-color: #CCC;
	padding: 20px 0;
}
.appear {
	opacity: 0;
}
.animated {
	opacity: 1;
}
.bloc_item {
	margin-bottom: 20px;
}
.loader {
	width: 100px;
	height: 100px;
	display: none;
	margin: 20px auto;
}
#plan_site .texte_cms ul {
	list-style: none;
}

#plan_site .texte_cms ul li ul {
	margin-left: 40px;
}
#plan_site .texte_cms ul li a {
font-size: 15px;
   padding: 8px 0;
   display: block;
}
#plan_site .texte_cms ul li li a {
	font-size: 13px;
}
#plan_site .bloc_texte h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	text-decoration: none;
}
#plan_site .texte_cms {
	text-align: left;
}
#plan_site .texte_cms a {
	color: #000;
}
#plan_site .texte_cms a:hover, #plan_site .texte_cms a:focus {
	color: #d2232a;
	text-decoration:none;
}
/******************/

#cookiesdirective {
	text-align: center !important;
}
#cookiesdirective input[type="submit"], #cookiesdirective a {
	border: 2px solid #fff;
	background: transparent;
	padding: 0 5px;
	font-weight: bold;
}
#cookiesdirective a, #cookiesdirective > div > div {
	display: inline-block;
	margin: 10px;
}
/******************/

.intpage {
	background-image: url(../img/erreur-404.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	position: relative;
	background-color: #e8e6e7;
}
.intpage a.lien_404 {
	display: block;
	max-width: 688px;
	height: 125px;
	background-image: url(../img/bouton.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	bottom: 20px;
}
/***** bloc cms******/


.uns_bloc {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all 225ms ease-in-out 0ms;
	-o-transition: all 225ms ease-in-out 0ms;
	transition: all 225ms ease-in-out 0ms;
	width: 100%;
	z-index: 1;
	max-width: 305px;
	-webkit-animation-delay: 35ms;
	        animation-delay: 35ms;
	-webkit-animation-duration: 225ms;
	        animation-duration: 225ms;
	-webkit-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-name: vsy-on;
	        animation-name: vsy-on;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
	        animation-timing-function: cubic-bezier(0, 0, 0.025, 1.02);
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
}
.uns_bloc:hover .bloc_alltexte {
	background-color: #ff2828;
	padding-bottom: 46px;
	-webkit-transition: all 225ms ease-in-out 0ms;
	-o-transition: all 225ms ease-in-out 0ms;
	transition: all 225ms ease-in-out 0ms;
}
.uns_bloc > span > img {
	display: block;
	position: relative;
	width: 100%;
}
.bloc_alltexte {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #4b4b4d;
	left: 0;
	overflow: hidden;
	padding-bottom: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	        transform: translateY(0%);
	width: 100%;
	z-index: 2;
}
.bloc_alltexte {
	bottom: 0;
	top: auto;
}
.ann-texte {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin: 3px 0 5px;
	overflow: hidden;
	position: relative;
	color: #fff;
	height: 0;
	-webkit-transition: all 225ms ease-in-out 0ms;
	-o-transition: all 225ms ease-in-out 0ms;
	transition: all 225ms ease-in-out 0ms;
}
.uns_bloc:hover .ann-texte {
	height: 50.6px;
	-webkit-transition: all 225ms ease-in-out 0ms;
	-o-transition: all 225ms ease-in-out 0ms;
	transition: all 225ms ease-in-out 0ms;
	margin: 3px 0 10px;
	padding-bottom: 5px;
}
.bloc_alltexte .ann-titre {
	display: block;
	position: relative;
}
.bloc_texte .uns_bloc .bloc_alltexte .ann-titre h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 20px 0 10px;
}
.uns_bloc .bloc_alltexte .ann-titre h2 a {
	color: #4b4b4d;
}
.uns_bloc:hover .bloc_alltexte .ann-titre h2 a {
	color: #fff;
}
.bloc_liens {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	left: 0;
	opacity: 0;
	padding: 5px;
	position: absolute;
	-webkit-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	        transform: translateY(50px);
	-webkit-transition: all 225ms ease-in-out 0ms;
	-o-transition: all 225ms ease-in-out 0ms;
	transition: all 225ms ease-in-out 0ms;
	width: 100%;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}
.uns_bloc:hover .bloc_liens {
	opacity: 1;
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	-webkit-transition: all 225ms ease-in-out 0ms;
	-o-transition: all 225ms ease-in-out 0ms;
	transition: all 225ms ease-in-out 0ms;
}
.bloc_liens .btn_contact, .bloc_liens .btn_plus {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	float: none;
	margin: 0;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: auto;
}
.bloc_liens .btn_contact {
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #4b4b4d;
	text-shadow: none;
	padding: 7.5px 15px;
}
.bloc_liens .btn_plus {
	-moz-appearance: none;
	background-color: #ff2828;
	border: 1px solid #ff2828;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	margin: 0;
	outline: medium none;
	padding: 7.5px 15px;
	position: relative;
	-webkit-transition: all 125ms ease-in 0ms;
	-o-transition: all 125ms ease-in 0ms;
	transition: all 125ms ease-in 0ms;
}
.bloc_liens .btn_contact:hover {
	color: #fe5e08;
}
.bloc_liens .btn_plus:hover {
	color: #fe5e08;
	background-color: #fff;
}
.btn_detail_contact {
	width: 50%;
	padding: 15px;
	font-size: 14px;
	color: #fff;
	background-color: #ff2828;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}
.image_detail_cont {
	background-color: #ff2828;
	padding: 15px;
}
.image_detail_cont img {
	-webkit-transition: all 125ms cubic-bezier(0, 0.005, 1, 1) 0ms;
	-o-transition: all 125ms cubic-bezier(0, 0.005, 1, 1) 0ms;
	transition: all 125ms cubic-bezier(0, 0.005, 1, 1) 0ms;
}
.image_detail_cont:hover img {
	-webkit-transform: scale(1.025);
	    -ms-transform: scale(1.025);
	        transform: scale(1.025);
}
/***** Fin bloc cms *******/
/************/

.fancybox-slide--iframe .fancybox-content {
	width: 530px;
	height: 298px;
	max-width: none;
	max-height: none;
}
/*#mon_texte_fermer{
	max-width:600px; 
}
.bloc_video {
    height: 0;
    padding-bottom: 66.25%;
    padding-top: 25px;
    position: relative;
	margin-bottom:50px;
}

.bloc_video iframe{
	width:100%;
	margin:0px auto 20px;
	display:block;
	height:100%;
	position:absolute;
}

.titre_video span{
	color:#b150c5;
	font-size:18px;
	font-family: 'oxygenbold';
	border-bottom:5px solid #b150c5;
}
.titre_video{
	display:block;
	margin-bottom:20px;
}
.texte_video{
	 font-family: 'oxygenregular';
	font-size:12px;
}
.control {
    background-color: #000;
    color: #fff;
	padding:5px;
	margin-right:20px;
}

.bouton {
	background-color: #000000;
	border-radius:8px;
    color: #FFFFFF;
    font-family: 'oxygenregular';
    line-height: 45px;
    margin: 0 auto;
   	width: 40%;
    text-align: center;
	margin-top: 40px;
	margin-bottom:20px;
  
}
.bouton a{
	 color: #FFFFFF;
	font-size:16px;
	display:block;
	
	}
*/

/*#mon_texte_fermer{max-width:600px;width: 100% !important;padding: 15px;}*/
/*.fancybox-outer, .fancybox-inner {
	position: relative;
	height: auto !important;
}*/

/***************************/
/***********/

/*--------------------
Contact Bloc
--------------------*/
.hidden_fr {
	display: block;
}
.text-left {
	font-size: 22px;
	height: 32px;
	line-height: 32px;
	margin-top: -43px;/*text-align: center;
    width: 32px;
	float: left;*/
}
.text-left1 {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 3px 0;
}
#contact h3.name_contact {
	color: #d4151b;
	font-size: 15px;
	font-style: normal;
	line-height: 32px;
	margin-top: 0;
	padding-left: 38px;
	text-align: left;
	text-decoration: none;
}
a.sx-more {
	color: #999;
	display: block;
	padding-right: 100%;
	position: relative;
	z-index: 9999;
	padding-left: 15px;
}
.detail.hidden_fr {
	padding: 0 15px 15px 38px;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
}
.owl-carousel {
	margin: 20px auto;
}
.owl-carousel .owl-dot {
	display: inline-block;
	margin-left: 10px;
}
.owl-dots {
	height: 30px;
}
.owl-dot > span {
	background-color: #000;
	display: inline-block;
	height: 10px;
	width: 20px;
}
.owl-dot.active > span {
	background-color: #53c6ae;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 0;
}
.owl-carousel .owl-prev {
	background-image: url(../img/fleche01.png);
}
.owl-carousel .owl-next {
	background-image: url(../img/fleche02.png);
	margin-left: 10px;
}
.owl-nav {
	text-align: center;
}
.carousel_item:after {
	border: 3px solid #fff;
	bottom: 15px;
	content: "";
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transform: translate3d(50%, 50%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(0, 0, 1);
	        transform: translate3d(50%, 50%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(0, 0, 1);
	-webkit-transform-origin: 50% 50% 0;
	    -ms-transform-origin: 50% 50% 0;
	        transform-origin: 50% 50% 0;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	opacity: 0;
	z-index: 9;
}
.carousel_item:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
	        transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
}
.carousel_item:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.79);
	position: absolute;
	width: 80%;
	height: 80%;
	margin: auto;
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
	background-position: center center;
	z-index: 9;
	opacity: 0;
	-webkit-transform: translate3d(50%, 50%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(0, 0, 1);
	        transform: translate3d(50%, 50%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(0, 0, 1);
	-webkit-transform-origin: 50% 50% 0;
	    -ms-transform-origin: 50% 50% 0;
	        transform-origin: 50% 50% 0;
	-webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	-o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.carousel_item:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
	        transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
}
.carousel_item {
	position: relative;
}
.carousel_item .bloc_owl_caption {
	position: absolute;
	top: 25%;
	margin: 0;
	left: 0;
	right: 0;
	font-weight: 300;
	opacity: 0;
	z-index: 99;
	padding: 9%;
	text-align: center;
}
.carousel_item .bloc_owl_caption h3 {
	color: #dca601;
	font-size: 23px;
	font-style: normal;
	text-decoration: none;
}
.carousel_item .bloc_owl_caption .texte_owl {
	color: #fff;
	font-size: 18px;
}
.carousel_item:hover .bloc_owl_caption {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
	        transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
}
/** ref **/
.liste_secteur {
	display: none;
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 300px;
	background-color: #dc2425;
	color: #fff;
	text-align: left;
	padding: 20px;
	border-radius: 15px;
}
.liste_secteur h3 {
	margin: 0 0 20px 0;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
}
.footer_bottom {
	position: relative;
	margin: 0 auto;
}
.ref_bloc {
	font-size: 13px;
	letter-spacing: 0px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	color: #000;
}
.ref_bloc:hover {
	color: #dc2425;
}
.titre_secteur a {
	color: #fff;
	padding-left: 15px;
	font-weight: 400;
}
.titre_secteur a:hover, .titre_secteur a:focus {
	color: #000;
}
/*#liste_secteur a{ color:#999; padding-left:15px; font-weight:400;}
#liste_secteur a:hover{ color:#999; padding-left:15px; font-weight:400;}*/
.titre_activite a {
	color: #d2232a;
	padding-left: 15px;
	font-weight: 500;
	line-height: 26px;
	padding-left: 22px;
}
.titre_activite a:hover {
	color: #010129;
	font-weight: 500;
}
.liste_activites h4 a, .liste_activites h4 a:hover {
	color: #999;
	padding-left: 15px;
	font-weight: 400;
}
#liste_secteur .titre_secteur a, #liste_secteur .titre_secteur a:hover {
	color: #999;
}
.bloc_texte .liste_activites h3 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
	font-style: normal;
	text-decoration: none;
}
.bloc_texte .liste_activites h4 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: right;
}
.titre_activite {
	margin-bottom: 5px;
	position: relative;
}
.titre_activite:before {
	content: "";
	background-color:#d2232a;;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	top: 8px;
	left: 0;
	position: absolute;
}
.liste_blocs {
	max-width: 1320px;
	margin: 30px auto;
}
.liste_blocs .item_conseil {
	padding: 10px;
	margin-bottom: 30px;
}
.liste_blocs .titre_conseil {
	min-height: inherit;
}
.liste_blocs .texte_conseil {
	min-height: inherit;
}
.liste_blocs .btn-plus-conseil {
	bottom: -23px;
	right: 20px;
	left: inherit;
}
.liste_blocs .btn-plus-conseil:hover {
	color: #fff;
}
#contenu .liste_blocs {
	margin-top: 80px;
}
.liste_activites {
	margin-bottom: 20px;
}
.fil_arial a {
	color: #333;
}
.carousel-caption .fil_arial a {
	color: #fff;
}
.item_conseil {
	border: 2px solid #999;
	border-radius: 0;
	padding-left: 48px;
	padding-right: 20px;
	padding-top: 55px;
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.4s linear,  -webkit-transform 0.4s ease-in-out,  box-shadow 0.4s ease-in-out;
	-o-transition: opacity 0.4s linear,  -o-transform 0.4s ease-in-out,  box-shadow 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s linear,  -webkit-transform 0.4s ease-in-out,  -webkit-box-shadow 0.4s ease-in-out;
	transition: opacity 0.4s linear,  -webkit-transform 0.4s ease-in-out,  -webkit-box-shadow 0.4s ease-in-out;
	-o-transition: opacity 0.4s linear,  transform 0.4s ease-in-out,  box-shadow 0.4s ease-in-out;
	transition: opacity 0.4s linear,  transform 0.4s ease-in-out,  box-shadow 0.4s ease-in-out;
	transition: opacity 0.4s linear,  transform 0.4s ease-in-out,  box-shadow 0.4s ease-in-out,  -webkit-transform 0.4s ease-in-out,  -webkit-box-shadow 0.4s ease-in-out;
	min-height: 170px;
}
.titre_conseil {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #999;
	margin-bottom: 6px;
	margin-top: 0px;
	min-height: 70px;
	text-align: left;
}
.texte_conseil {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	line-height: 17px;
	min-height: 170px;
	padding-bottom: 15px;
	word-break: keep-all;
	letter-spacing: 1px;
}
.btn-plus-conseil {
	background-color: #999;
	border-radius: 0px;
	bottom: -30px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: 0;
	line-height: 19px;
	margin: auto;
	max-width: 150px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	width: 100%;
	-webkit-box-shadow: 1px 3px 0 10px #eee;
	        box-shadow: 1px 3px 0 10px #eee;
}
.bloc_cms_image {
	float: left;
	padding-right: 20px;
}
/** Fin ref **/

.image_categorie {
    float: left;
    margin: 0 15px 15px 0;
}

/* Hover Style for all the items: blur, scale down*/
.item_conseil.blur {
	-webkit-box-shadow: 0 0 45px 19px rgba(255, 255, 255, 1);
	        box-shadow: 0 0 45px 19px rgba(255, 255, 255, 1);
	opacity: 0.18;
	-webkit-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	        transform: scale(0.9);
}
/* Hover Style for single item: scale up */
.item_conseil.active {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,1),  1px 11px 15px 10px rgba(0,0,0,0.4);
	        box-shadow: 0px 0px 0px 10px rgba(255,255,255,1),  1px 11px 15px 10px rgba(0,0,0,0.4);
	z-index: 100;
	opacity: 1;
}
#rss-feeds li {
	display: inline-block;
	max-width: 250px;
	margin-right: 25px;
	overflow: hidden;
	min-height: 280px;
}
.item_conseil .col-sm-8 {
	position: initial;
}
/* Ancien load */
/*.loader_site {
 display: inline-block;
 width: 30px;
 height: 30px;
 position: absolute;
 border: 4px solid #000;
 top: 50%;
 left:0;
 right:0;
 margin:0 auto;
 animation: loader 2s infinite ease;
}

.loader-inner {
 vertical-align: top;
 display: inline-block;
 width: 100%;

 background-color: #000;
 animation: loader-inner 2s infinite ease-in;
}


@keyframes loader {
 0% {
   transform: rotate(0deg);
 }
 
 25% {
   transform: rotate(180deg);
 }
 
 50% {
   transform: rotate(180deg);
 }
 
 75% {
   transform: rotate(360deg);
 }
 
 100% {
   transform: rotate(360deg);
 }
}

@keyframes loader-inner {
 0% {
   height: 0%;
 }
 
 25% {
   height: 0%;
 }
 
 50% {
   height: 100%;
 }
 
 75% {
   height: 100%;
 }
 
 100% {
   height: 0%;
 }
}*/
/*	Nouveau load	*/
.loader_site {
	display: block;
	position: fixed;
	top: 48%;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #21b4d4;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
        transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
        transform:rotate(360deg);
}
}
a.pdf-link .fa-file-pdf-o {
	font-size: 20px;
	padding-right: 10px;
}
a.pdf-link {
	display: inline-block;
	padding: 19px 28px;
	border: 1px solid #dc2425;
	font-size: 13pt;
	line-height: 1em;
	text-transform: uppercase;
	color: #dc2425;
	font-weight: 400;
	letter-spacing: 2px;
	background-color: rgba(196, 153, 83, 0);
	-o-transition: all 125ms ease-in-out;
	-webkit-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	margin-bottom: 30px;
}
a.pdf-link:hover{
	background-color: #010129;
	color: #fff;
	text-decoration: none;
	border: 1px solid #010129;
}
.actus_image {
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.actus-date {
	font-size: 15px;
	line-height: 15px;
	color: #af1516;
	font-weight: 700;
	margin: 10px 0;
}
#actualites_detail .social-likes {
	float: right;
}
/*
// style produits page home
*/
.titre_produit {
	font-size: 17px;
	margin: 10px 0;
}
.produit-suite a {
	background-color: #999;
	color: #fff;
	display: block;
	height: 30px;
	line-height: 29px;
	margin: 10px 0;
	text-align: center;
	width: 102px;
}
.bloc_home_param_produit {
	text-align: center;
	margin: 20px auto;
}
.titre_home_param_produit {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}

/*
// Fin style produits page home
*/

/*
// style actualites page home
*/

.bloc_home_param_actualites {
	text-align: center;
	margin: 20px auto;
}
.titre_home_param_actualites {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}

/*
// Fin style actualites page home
*/

/*
// style marque page home
*/

	.bloc_marque {
		text-align: center;
		padding: 40px 0 0;
	}
	
	.titre_home_param_marques {
		font-size: 25px;
		font-weight: 700;
		margin-bottom: 20px;
	}

/*
// Fin style marque page home
*/

/*
// style partenaires page home
*/

	.bloc_partenaires {
		text-align: center;
		padding: 40px 0 0;
	}
	
	.titre_home_param_partenaires {
		font-size: 25px;
		font-weight: 700;
		margin-bottom: 20px;
	}

/*
// Fin style partenaires page home
*/

.item_logo {
	margin: 6px;
}
.owl-carousel .owl-item .item_logo img {
	border: 1px solid #c4b5a0;
}
.bloc_marque .carousel_item:before {
	background-color: transparent;
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
	        transform: translate3d(0%, 0%, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1);
}
.bloc_marque .carousel_item:after {
	border: none;
}
.marque_item {
	margin: 6px; /*display:inline-block;*/
}
#results {
	margin: 40px 0;
}
/*	Style datepicker	*/

.ui-widget-header {
	color: #000;
	font-weight: bold;
}
.date_depart, .date_arrive {
	position: relative;
}
.ui-datepicker-trigger {
	background: url(../img/icone-calendrier.png) no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	background-color: rgba(0, 0, 0, 0);
	background-position-x: 0%;
	background-position-y: 0%;
	border: medium none;
	content: "";
	font-size: 0;
	outline: medium none;
	position: absolute;
	background-color: #1d1508;
	background-position: right;
	top: 7px;
	right: 8px;
	width: 24px;
	height: 24px;
	z-index: 2;
}
.ui-datepicker-trigger {
	font-size: 0;
}
/*	Style de map de footer	*/

.footer_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.col_map_footer {
    width: 50%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
} 
.map_coordonnees {
	background-color: #fff;
	max-width: 306px;
	color: #000;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 30px 0;
	margin: 0 auto;
}
.bloc_formulaire {
    width: 50%;
    background-color: #000;
}
.ctn-formulaire {
    max-width: 555px;
	width: 100%;
}
.titre_contact {
	font-size: 17px;
	line-height: 20px;
	color: #af1516;
	font-weight: 700;
}
.titre_formulaire {
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
}
.texte_formulaire {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}
.bloc_formulaire {
    padding: 40px 25px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#sx-form-footer .form-control {
	position: relative;
	display: block;
	width: 100%;
	height: 43px;
	padding: 10px 38px;
	font-size: 14px;
	line-height: 16px;
	color: #919191;
	background-color: #efefef;
	background-image: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: initial;
	        box-shadow: initial;
	font-family: 'Open Sans', sans-serif;
}
 #sx-form-footer .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #919191 !important;
}
#sx-form-footer .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #919191 !important;
}
#sx-form-footer .form-control:-ms-input-placeholder { /* IE 10+ */
 color: #919191 !important;
}
#sx-form-footer .form-control:-moz-placeholder { /* Firefox 18- */
 color: #919191 !important;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
#sx-form-footer textarea.form-control {
	height: 146px !important;
}
.icon_nom, .icon_tel, .icon_mail, .icon_message {
	position: relative;
}
.icon_nom::before, .icon_tel::before, .icon_mail::before, .icon_message::before {
	position: absolute;
	font-family: FontAwesome;
	left: 15px;
	top: 11px;
	z-index: 1;
	color: #000;
}
.icon_nom::before {
	content: "\f007";
}
.icon_tel::before {
	content: "\f095";
}
.icon_mail::before {
	content: "\f0e0";
}
.icon_message::before {
	content: "\f075";
}
.btn_formulaire {
	background-color: #e5b924;
	border: 0;
	padding: 8px 30px 10px 30px;
	color: #312f2f;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	text-align: left;
}
.bloc_formulaire .alert {
	padding: 8px 24px;
}
/****	Wow jQuery	****/
#grid{ padding-bottom:40px;}

.grid.grid-not-margin {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#grid .item.item-not-spaced {
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#grid .item {
	width: 33.333%;
	margin-bottom: 70px;
	padding-right: 35px;
	padding-left: 35px;
	float: center;
}
#grid .portfolio-overlay {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
	text-align: center;
}
#grid .portfolio-overlay > img {
	height: 100%;
	width: 100%;
}
#grid .portfolio-content {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	/*background-color: rgba(0, 0, 0, 0.8);*/
	z-index:2;
}
#grid .portfolio-title {
   margin-bottom: 0px;
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   position: relative;
}
#grid .portfolio-cn-title {
	position: absolute;
	left: 0px;
	bottom: 2%;
	right: 0px;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	padding-left: 30px;
	text-align: left;
	opacity:0;-webkit-transition:opacity .2s ease-out .2s;-o-transition:opacity .2s ease-out .2s;transition:opacity .2s ease-out .2s;z-index:2;
}

#grid .portfolio-title {
   margin-bottom: 0px;
   font-size: 15px;
   line-height: 20px;
   letter-spacing: 0px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   position: relative;
}
#grid .portfolio-overlay:hover .portfolio-cn-title{opacity:1;-webkit-transition:opacity .2s .3s;-o-transition:opacity .2s .3s;transition:opacity .2s .3s;}
.galerie_line{display:block;height:2px;width:0;background-color:#fff;margin-top:12px;-webkit-transition:width .3s cubic-bezier(.77,0,.175,1);-o-transition:width .3s cubic-bezier(.77,0,.175,1);transition:width .3s cubic-bezier(.77,0,.175,1);z-index:2;}
#grid .galerie_line{display:block;height:2px;width:0;background-color:#fff;margin-top:12px;-webkit-transition:width .3s cubic-bezier(.77,0,.175,1);-o-transition:width .3s cubic-bezier(.77,0,.175,1);transition:width .3s cubic-bezier(.77,0,.175,1);z-index:2;}
#grid .portfolio-overlay:hover .galerie_line{width:95%;-webkit-transition:width .3s cubic-bezier(.77,0,.175,1) .25s;-o-transition:width .3s cubic-bezier(.77,0,.175,1) .25s;transition:width .3s cubic-bezier(.77,0,.175,1) .25s;}

#grid .portfolio-title::before {
	position: absolute;
	content: "";
	background-image: url(../img/fleche-gallery.png);
	width: 17px;
	height: 13px;
	top: -20px;
	left: 0;
}
#grid .portfolio-sub-title {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	line-height: 20px;
	text-transform: none;
	margin-top: 5px;
}

#grid .portfolio-overlay:after{content:'';position:absolute;display:block;width:100%;height:100%;top:0;left:0;background-color:rgba(37, 190, 253, 1);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform .7s cubic-bezier(1,0,0,.86);transition:-webkit-transform .7s cubic-bezier(1,0,0,.86);-o-transition:transform .7s cubic-bezier(1,0,0,.86);transition:transform .7s cubic-bezier(1,0,0,.86);transition:transform .7s cubic-bezier(1,0,0,.86), -webkit-transform .7s cubic-bezier(1,0,0,.86);z-index:1;}
#grid .portfolio-overlay:hover:after{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}

/*	Style bloc service	*/

.bloc_service {
	position: relative;
	padding: 40px 0 38px;
}
.titre_bloc_service {
	font-weight: 400;
	font-size: 50px;
	line-height: 45px;
	color: #222323;
}
.texte_bloc_service {
	font-weight: 300;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
}
.liste_bloc_service {
	margin-top: 30px;
	padding-top: 36px;
}
/*	Style bloc travaux	*/

.bloc_travaux {
	text-align: center;
	padding: 28px 0 0;
	margin-bottom: -50px;
	position: relative;
	z-index: 1;
}
.titre_bloc_travaux {
	font-weight: 400;
	font-size: 50px;
	line-height: 45px;
	color: #222323;
}
.texte_bloc_travaux {
	font-weight: 300;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
}
.col-travaux {
	display: inline-block;
	margin: 6px 3px;
}
.image_travaux {
	display: block;
	position: relative;
	overflow: hidden;
}
.image_travaux img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	    transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.bloc_width a:hover .image_travaux img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	    transform: scale(1.3);
}
.titre_travaux {
	position: absolute;
	font-weight: 700;
	text-align: center;
	color: #010101;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #fff;
	display: inline-block;
	padding: 10px 5px;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
}

.bloc_width a:hover .titre_travaux {
	background-color: #af3e28;
	color: #fff;
}

.bloc_travaux .results.affichage_global {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
}

.bloc_travaux .results.affichage_global a.article , .bloc_travaux .results.affichage_global div.article {
    overflow: hidden;
    margin: 20px 8px;
	width: calc(25% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-box-shadow: 10px -4px 23px 0px rgba(0,0,0,0.1);
	        box-shadow: 10px -4px 23px 0px rgba(0,0,0,0.1);
    -webkit-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
	padding: 65px 0 55px 15px;
	text-align: left;
	background: #fff;
}
.bloc_travaux span.article-texte {
    font-size: 13px;
    line-height: 24px;
	text-align: center;
}
.bloc_travaux .results.affichage_global a.article .article-image , .bloc_travaux .results.affichage_global div.article .article-image {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	    transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
}

.bloc_travaux .results.affichage_global a.article:hover .article-image , .bloc_travaux .results.affichage_global div.article:hover .article-image {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	    transform: scale(1.3);
}

.bloc_travaux .results.affichage_global a.article .article-cnt , .bloc_travaux .results.affichage_global div.article .article-cnt {
	z-index: 2;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
    bottom: 0;
    -webkit-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 10px;
	width: 100%;
	text-align: left;
}

.bloc_travaux .results.affichage_global a.article:hover .article-cnt {
	/* background: rgba(255, 255, 255, 0.65); */
}

.bloc_travaux .results.affichage_global a.article:hover .article-cnt .article-titre , .bloc_travaux .results.affichage_global div.article:hover .article-cnt .article-titre {
	color:#dc2425;
}

.bloc_travaux .results.affichage_global a.article .article-cnt .article-titre , .bloc_travaux .results.affichage_global div.article .article-cnt .article-titre {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #000;
    font-size: 18px;
	line-height: 40px;
	text-align: center;
    /* text-transform: uppercase; */
}

/*	Bloc associees	*/

.titre_bloc_assoc {
	font-weight: 400;
	font-size: 50px;
	line-height: 45px;
	color: #222323;
}
.texte_bloc_assoc {
	font-weight: 300;
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	margin-top: 20px;
}
.bloc_testimonials {
	background-color: #f5f5f5;
	padding: 90px 0 60px;
}
.show_testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row no-wrap;
	        flex-flow: row no-wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.item_testimonial {
	max-width: 563px;
	width: 100%;
	min-height: 356px;
	border: 1px solid #dbdada;
	padding: 55px 20px 40px 30px;
	position: relative;
	margin: 0 10px;
}
.item_testimonial::before {
	position: absolute;
	content: "";
	background-image: url(../img/quote.png);
	width: 168px;
	height: 146px;
	left: 45px;
	bottom: 24%;
}
.titre_testimonial {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
	color: #575757;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.titre_testimonial span {
	display: block;
}
.etoile_testimonial {
	margin-bottom: 30px;
}
.texte_testimonial {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #575757;
	position: relative;
	z-index: 2;
}
.texte_testimonial p {
	margin: 0px 0 20px;
}
.nom_auteur {
	font-family: 'Arizonia', cursive;
	font-size: 27px;
	line-height: 27px;
	color: #2e2e2e;
	display: inline-block;
}
.nom_auteur span {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	display: block;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
}
.text-links {
	text-align: right;
}
.col-devis-5 {
	background-color: #04b8e3;
}
.titre_devis {
	font-size: 25px;
	line-height: 25px;
	color: #2e2e2e;
	text-transform: uppercase;
	padding: 30px 45px 25px;
}
.titre_devis span {
	display: block;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
}
#testimoniaux h2 {
	color: #f6af00;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}
.nombre_commentaires {
	color: #9c9a99;
	font-size: 14px;
	margin: 0 0 20px;
}
.nombre_commentaires .blue {
	color: #04b8e3;
}
.contenu_livre_or .item_testimonial {
	margin: 15px 0px;
}
#testimoniaux .bloc_formulaire_commentaire h2 {
	color: #454544;
}
.rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}
.rating label:last-child {
	position: static;
}
.rating label:nth-child(1) {
	z-index: 5;
}
.rating label:nth-child(2) {
	z-index: 4;
}
.rating label:nth-child(3) {
	z-index: 3;
}
.rating label:nth-child(4) {
	z-index: 2;
}
.rating label:nth-child(5) {
	z-index: 1;
}
.rating label input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.rating label .icon {
	float: left;
	color: transparent;
}
.rating label:last-child .icon {
	color: #000;
}
.rating:not(:hover) label input:checked ~ .icon, .rating:hover label:hover input ~ .icon {
	color: #f6af00;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
	color: #000;
	text-shadow: 0 0 5px #09f;
}
.rating {
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
}
#commentaire-submit {
	width: 144px;
	height: 34px;
	background-color: #2e2e2e;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 15px;
}
.titre_li {
	line-height: 26px;
	display: -ms-inline-grid;
	display: inline-grid;
	vertical-align: middle;
}
.titre_li span {
	display: -ms-inline-grid;
	display: inline-grid;
	line-height: 6px;
}
::-webkit-input-placeholder {
color:#fff !important;
}
#testimoniaux input::-webkit-input-placeholder {
color:#ccc !important;
}
.testimonials .img-responsive, .testimonials .thumbnail > img, .testimonials .thumbnail a > img, .testimonials .carousel-inner > .item > img, .testimonials .carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 174px;
	width: 100%;
	margin: 0 auto;
	border-radius: 50%;
}
.testimonials {
	background-image: url(../img/parallaxe1.jpg);
	padding: 115px 0 60px 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	margin: 0 auto;
	height: 600px;
}
.titre_param_temoi {
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.titre_temoin {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #f9f9f9;
	margin-bottom: 20px;
}
.comments {
	max-width: 907px;
	margin: 15px auto 0 auto;
	font-size: 22px;
	line-height: 28px;
	position: relative;
	color: #fff;
	font-weight: 500;/*	min-height: 150px;*/
}
.nom_temoin {
	font-size: 27px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 58px;
	margin-top: 35px;
}
.testimonials .carousel-indicators {
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.testimonials .carousel-indicators li {
	width: 35px;
	height: 5px;
	margin: 0 3px;
	background: #ebdc06;
	border-radius: 0;
}
.testimonials .carousel-indicators li.active {
	width: 35px;
	height: 5px;
	margin: 0 3px;
	background: #d0190f;
}
.contenu_temoingnage {
	margin-top: 25px;
	position: relative;
}
.contenu_temoingnage:before {
	position: absolute;
	content: "";
	background-image: url(../img/icone.png);
	background-repeat: no-repeat;
	width: 124px;
	height: 128px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.des_bloc_testimonials {
	margin-left: -55px;
}
.carousel-indicators {
	bottom: 0;
}
.categ_act {
	margin-bottom: 30px;
}
/***** Fin temoingnage *****/

.contenu_actus {
	text-align: left;
	padding-top: 35px;
}
.col_article {
	display: inline-block;
	vertical-align: top;
	max-width: 370px;
	width: 100%;
	margin: 20px 8px;
}
.contenu_col_actus {
	text-align: left;
	padding: 25px 5px 0;
}
.titre_actus {
	color: #ff4800;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}
.actus-txt {
	margin-bottom: 20px;
	min-height: 80px;
}
.actus-suite a {
	color: #fff;
	background-color: #ff4800;
	display: inline-block;
	padding: 8px 15px;
	margin-top: 3px;
}
.actus-suite a:hover {
	background-color: #dddddd;
	-webkit-transition-duration: 2s;
	     -o-transition-duration: 2s;
	        transition-duration: 2s;
	color: #000;
}
.col_article:hover {
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}
.bloc_contenu3 {
	display: block;
	height: auto;
	margin: 15px auto 30px;
	max-width: 100%;
	width: 100%;
	text-align: center;
}
.non_precedent, .active_precedent, .pas_suivant, .active_suivant {
}
.active_precedent a, .active_suivant a, .pas_suivant a, .non_precedent a {
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin: 10px 0;
    font-size: 15px;
    line-height: 15px;
    background-color: transparent;
    color: #404054;
    padding: 0;
}
.active_precedent a:hover, .active_precedent a:focus, .active_suivant a:hover, .active_suivant a:focus, .pas_suivant a:hover, .pas_suivant a:focus, .non_precedent a:hover, .non_precedent a:focus {
	background-color: transparent;
	color: #dc2425;
}
.non_precedent, .active_precedent, .pas_suivant, .active_suivant {
	line-height: 30px;
}
.active_suivant {
	text-align: left;
}
.active_precedent {
	text-align: right;
}
/*.separateur {float: left;font-weight: bold;line-height: 30px;margin-right: 3px;width: 5px;}
.active_precedent a:hover, .active_suivant a:hover{color:#000;}*/
.actus-suite {
	margin-top: 10px;
}
.contenu_bloc_cms {
	background-color: #ededed
}
.signe2 {
	margin-left: 5px;
}
.signe1 {
	margin-right: 5px;
}
a.prenez_contact {
	display: inline-block;
    padding: 20px 28px;
	border: 1px solid #dc2425;
    font-size: 13pt;
    line-height: 1em;
    text-transform: uppercase;
    color: #dc2425;
    font-weight: 400;
    letter-spacing: 2px;
    background-color: rgba(196, 153, 83, 0);
    -o-transition: all 125ms ease-in-out;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    margin-bottom: 30px;
}
a.prenez_contact:hover, a.prenez_contact:focus {
	background-color: #010129;
    color: #fff;
    text-decoration: none;
    border: 1px solid #010129;
}
a.prenez_contact > i {
	margin-right: 10px;
}
a.btn-interesse {
	display: inline-block;
    padding: 20px 28px;
    border: 1px solid #C49953;
    font-size: 13pt;
    line-height: 1em;
    text-transform: uppercase;
    color: #C49953;
    font-weight: 400;
    letter-spacing: 2px;
    background-color: rgba(196, 153, 83, 0);
    -o-transition: all 125ms ease-in-out;
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    margin-bottom: 30px;
}
a.btn-interesse:hover, a.btn-interesse:focus {
	background-color: #c49953;
	color: #fff;
	text-decoration: none;
}
a.btn-interesse > i {
	margin-right: 10px;
}

/*	Traitement d'affichage des pages articles et categories articles	*/

a.article,div.article {
	color: black;
	text-decoration: none;
	position: relative;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 24px 0;
	/* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05); */
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
}
a.article span,div.article span {
	display: block;
}
a.article .article-image {
	position: relative;
	display: block;
	width: 40%;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
a.article .article-image:before {
	position: relative;
	display: block;
	content: ' ';
	padding-top: 87.6666%;
}
a.article .article-cnt {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 24px;
	font-size: 12pt;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}
a.article .article-cnt .article-titre {
    font-weight: 400;
    font-size: 21px;
    letter-spacing: -.5px;
    color: #000;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: left;
}
a.article .article-cnt .article-date {
	color: black;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: -0.5px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
a.article .article-cnt .article-txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
a.article .article-cnt * ~ * , div.article .article-cnt * ~ * {
	margin-top: 20px;
}
a.article .article-cnt .article-bts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	z-index: 2;
}
a.article .article-cnt .article-bts.btn-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
a.article .article-plus {
	display: block;
	position: relative;
	padding: 14.4px 24px;
	color: white;
	/* text-transform: uppercase; */
	font-size: 10pt;
	letter-spacing: 0px;
	background: none;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
}
a.article .article-plus:hover {
	background: none;
}
.results.affichage1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: none;
}
.results.affichage1 a.article {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin-bottom: 48px;
}
.results.affichage1 a.article .article-image {
	width: 100%;
	z-index: 1;
}
.results.affichage1 a.article .article-cnt {
	z-index: 2;
	background: white;
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	        box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	margin: -24px 24px 0 24px;
	padding-bottom: 36px;
	text-align: center;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	width:calc(100% - 48px);
}
.results.affichage1 a.article:hover .article-cnt {
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.15);
	        box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}
.results.affichage1 a.article .article-cnt .article-bts {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	    transform: translateY(50%);
}
.results.affichage3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: none;
}
.results.affichage3 a.article {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}
.results.affichage3 a.article .article-image {
	width: 100%;
	z-index: 1;
}
.results.affichage3 a.article .article-image:before {
	padding-top: 100%;
}
.results.affichage3 a.article .article-cnt {
	z-index: 2;
	background: rgba(0, 0, 0, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	position: absolute;
	width: 80%;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	padding-bottom: 36px;
	color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
}
.results.affichage3 a.article .article-cnt .article-titre {
	color: white;
}
.results.affichage3 a.article .article-cnt .article-date {
	color: white;
}
.results.affichage3 a.article .article-cnt .article-txt {
	font-size: 10pt;
}
.results.affichage3 a.article .article-cnt .article-bts {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	    transform: translateY(50%);
}
.results.affichage3 a.article:hover .article-cnt {
	background: black;
}
.results.affichage5 a.article {
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.results.affichage5 a.article:hover {
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.15);
	box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}
.results.affichage5 a.article .article-image {
	display: none;
}
.results.affichage6 a.article {
	min-height: 500px;
	min-height:calc(100vh - (88px + 48px));
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 0;
}
.results.affichage6 a.article .article-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}
.results.affichage6 a.article .article-image:before {
	padding-top: 0;
}
.results.affichage6 a.article .article-image:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	content: ' ';
	display: block;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
}
.results.affichage6 a.article .article-cnt {
	z-index: 2;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	max-width: 480px;
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	color: white;
	margin: 150px 0 48px auto;
	width: 100%;
	padding: 24px;
}
.results.affichage6 a.article .article-cnt .article-titre {
	color: white;
}
.results.affichage6 a.article .article-cnt .article-date {
	color: white;
}
.results.affichage6 a.article .article-cnt .article-titre:after {
	display: none;
	content: ' ';
	width: 48px;
	height: 1px;
	background: white;
	margin-top: 12px;
}
.results.affichage6 a.article:nth-child(even) .article-cnt {
	margin-left: 0;
	margin-right: auto;
}
.results.affichage6 a.article:hover .article-image:after {
	background: rgba(0, 0, 0, 0.65);
}
.results.affichage6 a.article:hover .article-cnt {
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	    transform: translateY(-25px);
}
.results.affichage6 a.article .article-cnt .article-plus {
	background-color: none;
	color: #fff;
}
.results.affichage6 a.article .article-cnt .article-plus:hover {
	background: none;
	color: #dc2425;
}
.results.affichage6 a.article .article-cnt .article-titre {
	font-size: 30px;
}
/*	Fin traitement d'affichage des pages articles et categories articles	*/

a.article_retour {
    font-size: 11pt;
    line-height: 11pt;
    color: #000;
    margin: 12px auto ;
    display: block;
    width: 100%;
    max-width: 100px;
    border: 1px dashed transparent;
    padding: 0 4px;
    text-transform: uppercase;
    position: relative;
}

a.article_retour::before {
    position: absolute;
    content: "<";
    left: 0;
    bottom: -4px;
    line-height: 20pt;
}

/*a.article_retour::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -98px;
    width: 1px;
    margin: auto;
    height: 64px;
    background-color: #000;
}
*/
a.article_retour:hover, a.article_retour:focus {
    color: #000;
}

.titre_article_bas {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	margin-top: 20px;
}
.texte_article_bas {
	font-size: 14px;
	line-height: 20px;
}
/*	Fiche technique	*/

.caracts-bien {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin: 30px 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.row-caract {
	border-bottom: 0;
    padding: 15px 10px;
    max-width: 540px;
    width: 100%;
    display: inline-block;
    margin: 0 22px 10px;
    text-align: left;
    -webkit-box-shadow: 10px -4px 23px 0px rgba(0,0,0,0.1);
            box-shadow: 10px -4px 23px 0px rgba(0,0,0,0.1);
    background-color: #fff;
}
.v_suffixe {
	font-size: 13px;
}

.social-likes {
	z-index: 1;
}

.social-likes > * {
    margin-top: 0 !important;
}

/*	Share Facebook	*/
.partage_sociaux {
    margin: 30px 0 5px;
    text-align: center;
    display: block;
}
.titre_partage {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.titre_partage::before {
    left: -10px;
    -webkit-transform: translate(-100%, -2px);
        -ms-transform: translate(-100%, -2px);
            transform: translate(-100%, -2px);
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #8B8B9B;
    height: 1px;
    width: 40px;
}
.titre_partage::after {
    right: -10px;
    -webkit-transform: translate(100%, -2px);
        -ms-transform: translate(100%, -2px);
            transform: translate(100%, -2px);
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #8B8B9B;
    height: 1px;
    width: 40px;
}
.social-likes__icon {
    font-size: 25px;
    color: #939397;
}

/*	Style popup	*/

.modal .bloc_video {
	/*padding-top: 25px;*/
	position: relative;
	margin-bottom: 20px;
}
.modal .bloc_video iframe {
	width: 100%;
	overflow: hidden;
}
.modal img {
	max-width: 100%;
}
.modal .titre_video span {
	color: #e04242;
	font-size: 18px;
	line-height: 20px;
}
.modal .titre_video {
	display: block;
	margin-bottom: 20px;
}
.modal .texte_video {
	font-size: 15px;
	line-height: 18px;
	color: #000;
}
.modal .control {
	background-color: #000;
	color: #fff;
	padding: 5px;
	margin-right: 20px;
}
.modal .bouton {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.modal .bouton a {
	color: #fff;
	font-size: 16px;
	background-color: #e04242;
	text-align: center;
	max-width: 168px;
	width: 100%;
	display: inline-block;
	border-radius: 8px;
	line-height: 18px;
	padding: 10px 0;
	margin: 0 auto;
}
.modal .bouton a:hover, .modal .bouton a:focus {
	color: #000;
	background-color: #fff;
}
.modal .modal-header {
	padding: 0;
	border-bottom: none;
	min-height: 16.42857143px;
	padding-right: 20px;
}
.modal .modal-header .close {
	margin-top: 10px;
	opacity: 1;
	z-index: 2;
	position: relative;
}
.modal .modal-body .content-popup .btn{
	color: #fff;
    background: linear-gradient(to bottom, #D6101D 0%, #000000 100%);
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.modal .modal-body .content-popup .btn:hover,
.modal .modal-body .content-popup .btn:focus{
	color: #fff !important;
    background: linear-gradient(to bottom, #20201e 0%, #20201e 100%);
}
/* .modal button.close {
	background-image: url(../img/icone-fermer.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	background-size: contain;
} */
/*	Style page tarifs	*/

.texte_tarifs {
	padding-top: 30px;
	color: #878383;
	font-size: 18px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	color: #fff;
}
.col_tarif_rose, .col_tarif_gris {
	width: calc(50% - 40px);
	text-align: left;
	background-color: #3c62cf;
	padding: 10px 15px 25px;
	margin: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.col_tarif_gris {
	background-color: #9c906d;
}
.col_bloc_tarif {
	padding: 15px;
	border-bottom: 1px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.col_bloc_tarif:last-child {
	border-bottom: 0;
}
.titre_col_tarif {
	width: 85%;
	padding-right: 5px;
}
.vip_col_tarif {
	width: 15%;
	text-align: center;
}
/*	Articles page home	*/

.liste_article_home {
	padding: 35px 0;
}
.titre_home_param_articles {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}

/*	Traitement des bloc referencement 3 avec flex */

.results.affichage_ref {
	padding: 0 0 40px;
}

.results.affichage_ref a.article .article-cnt {
    font-size: 11pt;
}

.results.affichage_ref a.article .article-cnt .article-titre {
    color: black;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 13pt;
}

.results.affichage_ref a.article .article-plus {
    padding: 10px;
    background-color: #000000;
    color: #ffffff;
}

.results.affichage_ref a.article .article-plus:hover {
    background: #d2232a;
}

.results.affichage_ref a.article .article-plus > .fa {
    margin-left: 5px;
    font-size: 12px;
    line-height: 12px;
}

/*	Fin traitement des bloc referencement 3 avec flex */
#tarteaucitronRoot #tarteaucitronPrivacyUrl{ color:#fff;}

a.plan_acces{ 
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 1px;
    padding-left: 0px;
}
a.plan_acces svg{
    height: 25px;
    width: 25px;
	fill:#000;
	margin-right:10px;
}
.map_coordonnees a.plan_acces svg{fill:#000000; }

.img-right-xs {
    display: none;
}
.center_content {
    text-align: center;
}



/* style pour bandeau image cms */ 

.bandeau_content {
    position: relative;
    height: calc(30vh);
}
.bandeau_caption_cms {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.title_caption {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.bandeau_content > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}
.bandeau_content .breadcrumb {
    margin-bottom: 0;
}
.header-email a{color:#000; }
.header-email a:hover{color:#d2232a; }
/* style pour bandeau image cms */ 

/*** Correction twitter ******/
iframe.twitter-share-button {
    vertical-align: bottom;
}
/*** Fin Correction twitter ******/

.carousel .carousel-inner::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    background-color:rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: 3;
    background-position: top center;
	background-repeat: repeat;
}
.fa-phone:before {
    content: "\f095";
    position: relative;
    top: 2px;
}
.header-email {
    font-size: 13px;
	position: relative;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
}
.header-email a:before {
    position: absolute;
    left: 8px;
    top: 5px;
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    color: #dc2425;
    line-height: 17px;
}
.phone::after{
	position: absolute;
	content: "";
	border-right: 1px solid #b7b7b7;
	right: -20px;
	top: 4px;
    height: 18px;
}
.header-bottom::before{
	position: absolute;
    content: "";
    width: 33.8%;
    right: 0;
    top: 0;
    height: 4px;
    background-color: #dc2425;
}
.carousel-caption {
	position: absolute;
    text-align: left;
    bottom: 0;
	left: 0;
	right: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contenu_caption {
    max-width: 470px;
}
.titre_site {
    font-size: 22.27px;
    line-height: 18.56px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-right: 180px;
}
.titre_site::after{
    position: absolute;
    content: "";
    border: 3px solid #dc2425;
    width: 160px;
    top: 10px;
    right: 0;
}
.contenu_caption h4 {
    font-size: 40px;
    line-height: 40px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding-bottom: 12px;
}
.btn_diapo{
	text-align:center;	
}
.btn_diapo span, .btn_diapo a {
    
    font-size: 14px;
    line-height: 27px;
    color: #fff;
	position: relative;
	padding:10px 15px;
	padding-right: 30px;
	background: linear-gradient(to bottom, #D6101D 0%, #000000 100%);
	display: inline-block;
}
.btn_diapo span:hover, .btn_diapo a:hover {
    color: #fff;
	background: linear-gradient(to bottom, #20201e 0%, #20201e 100%);
}
.btn_diapo span::after, .btn_diapo a::after{
	position: absolute;
	content: "";
	background-image: url(../img/fleche-blanc.png);
	background-repeat: no-repeat;
	right: 5px;
	bottom: 19px;
    width: 15px;
    height: 7px;
}
/* .btn_diapo span:hover, .btn_diapo a:hover{
	color: #dc2425;;
} */
.last_img {
    position: relative;
    top: -38px;
}
.first_img {
    margin-left: 45px;
}
.bg_contenu_home {
	font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    margin-top: -100px;
	z-index: 9;
	padding: 90px 35px 55px 70px;
	position: relative;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.titre_page {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
}
.bg_contenu_home .texte_cms {
    font-size: 14px;
    line-height: 27px;
	color: #000;
	text-align: justify;
}
.btn_home a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 30px;
    font-size: 14px;
    line-height: 27px;
	color: #2f3085;
	position: relative;
}
.btn_home a:hover{
	text-decoration: none;
	color: #dc2425;
}
.btn_home a::after{
	position: absolute;
	content: "";
	background-image: url(../img/fleche-bleu.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 7px;
	right: 0;
	top: 10px;
}

.all_services {
    position: relative;
}
.all_services::before{
	position: absolute;
	content: "";
	background: #000013;
	width: 70%;
	height: calc(100% - 275px);
	left: 0;
	top: 0;
	z-index: -1;
}
.liste_bloc_service .titre_bloc_assoc {
    z-index: 1;
    font-size: 40px;
    line-height: 40px;
	color: #fff;
}
.all_services a.article .article-cnt {
    background: #fff;
    width: calc(100% - 145px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: -205px;
	z-index: 1;
	padding: 35px 44px;
}
.all_services a.article .article-cnt .article-txt {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    color: #000;
}
.all_services .results.affichage_bloc_service a.article .article-plus::after{
	position: absolute;
	content: "";
	background-image: url(../img/fleche-noir.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 7px;
	top: 20px;
	right: 0;
}
.all_services .results.affichage_bloc_service a.article .article-plus:hover{
	color: #2f3085;
}
.lien_btn a {
	text-align: center;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #000;
    padding: 20px 34px;
    display: inline-block;
}
.titre_btn_service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-top: 80px;
}
.bloc_travaux .article-texte {
    margin-top: 5px !important;
    font-size: 13px;
    line-height: 24px;
}
.parallax_contenu {
    text-align: left;
	max-width: 525px;
}
.parallax_contenu .titre_parallax {
    font-size: 40px;
    line-height: 40px;
}
.lien_btn a:hover {
    background: #474798;
    color: #fff;
    border: 1px solid #474798;
}
.lien_contact {
    padding-left: 0;
	padding-top: 2px;
	margin-left: 12px;
	border: 1px solid #dc2425;
	padding: 0px 5px;
}
.copy_right {
	color: #000;
	font-weight: 700;
}
.sub-footer .item-sub:last-child {
    color: #000;
}
ul#menu_footer li {
    list-style: none;
}
.menu-footer {
    padding-bottom: 10px;
}
.results.affichage1 a.article .article-cnt {
    z-index: 2;
    background: white;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
            box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    margin: -90px 0px 0px 60px;
    padding-bottom: 36px;
    text-align: center;
    -webkit-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    width: calc(100% - 30px);
}
.liste_article_home .results.affichage1 a.article .article-cnt {
    z-index: 2;
    background: white;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
            box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	margin: -140px 0px 0px 120px;
    padding-bottom: 36px;
    text-align: center;
    -webkit-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    width: calc(100% - 85px);
}
.results.affichage1 a.article .article-cnt .article-bts{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
    position: relative;
}
.liste_article_home .results.affichage1 a.article .article-date {
    position: absolute;
    bottom: 140px;
    right: 0px;
    padding: 20px;
    background: #dc2425;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
	color: #fff;
	text-align: center;
}
.liste_article_home .results.affichage1 a.article .article-date span {
	font-weight: 700;
	font-size: 16px;
}
.bloc_titre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 55px;
}
.liste_bloc_service .titre_page {
	color: #fff;
	padding-bottom: 42px;
}
.liste_bloc_service .titre_page span {
    display: block;
}
.parallax_contenu .titre_page {
	color: #fff;
	padding-bottom: 25px;
	padding-top: 10px;
}
.bloc_titre .titre_page span {
    display: block;
}
.lien_contact a {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
}
a.article .article-cnt .article-txt {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
	color: #000;
	text-align: justify;
}

a.article .article-plus:hover {
    color: #dc2425;
}
a.article .article-plus::after {
    position: absolute;
    content: "";
    background-image: url(../img/fleche-noir.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 7px;
    top: 16px;
    right: 0;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}
h1 {
	font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #000;
}
.panel-success>.panel-heading {
    color: #fff;
    background-color: #d2232a;
    border-color: #d2232a;
}
.panel-success {
    border-color: #d2232a;
}
.results.affichage_ref a.article .article-plus::after{
	display: none;
}
.lien_contact a:hover {
    color: #dc2425;
}
#categories_articles .results.affichage1 a.article .article-date {
    position: absolute;
    bottom: 90px;
    right: 0px;
    padding: 15px;
    background: #dc2425;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#categories_articles .results.affichage1 a.article .article-date span {
    font-weight: 400;
    font-size: 14px;
}
.contenu_parallax {
    text-align: left;
    left: 0;
    right: 0;
    z-index: 9;
    /* display: flex; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contenu_caption h4 span {
	display: block;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu .caret_cader {
    padding: 0;
    position: absolute;
    left: 0;
}
.sx-menu-footer a:hover{
	color: #dc2425;
}
.results.affichage3 a.article .article-cnt .article-txt, .results.affichage3 a.article .article-plus{
	color: #fff;
}
.results.affichage3 a.article .article-plus:hover {
    color: #dc2425;
}
.results.affichage3 a.article .article-plus::after{
	top: 18px;
}
.results.affichage4 a.article .article-cnt .article-bts, .results.affichage6 a.article .article-cnt .article-bts{
	margin-top: 35px;
}
.results.affichage6 a.article .article-cnt .article-txt{
	color: #fff;

}
.navbar-nav > li > .dropdown-menu .caret_cader{
	position: initial;
}


/** Partenaires **/

.titre_categorie_part {
    font-size: 25px;
    color: #fff;
    background: #000;
    padding: 5px 10px;
}
.partenaire_image {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
			justify-content: space-between;
			padding-left: 30px;
}
.partenaire_content {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* justify-content: space-between; */
	padding: 0 30px;
}
.contenu_categorie_partenaire {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bloc_partenaire .partenaire_texte {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
}
.bloc_partenaire .partenaire_titre {
    font-size: 24px;
    color: #dc2425;
}
.texte_categorie_part {
    padding-top: 30px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.chapeau_categorie_part {
    padding-top: 20px;
    font-size: 25px;
    line-height: 24px;
}

ul.puces_lien li{
	list-style: none;
	position: relative;
	padding-left: 22px;
	line-height: 27px;
	font-size: 14px;
	text-align: justify;
}
ul.puces_lien li::before{
	position: absolute;
	content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #dc2425;
	top: 0;
	left: 0;
}
.texte_cms h3 {
    font-size: 26px;
    line-height: 30px;
	color: #2f3085;
}
.padBot20 {
    padding-bottom: 20px;
}
ul.puces li {
    list-style: none;
    line-height: 24px;
	font-size: 14px;
	text-align: justify;
}
ul.puces li:before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: 3px;
}
#categories_articles .texte_cms {
    padding-bottom: 40px;
}
h3.panel-title {
    color: #fff;
}
.bloc_texte h1.titre_page span {
    display: block;
}
.bloc_partenaire .btn_home {
    padding-right: 30px;
}
.texte_cms {
    text-align: justify;
    line-height: 24px;
}
.scale {
	-webkit-transition: all .4s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
}
.scale:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#index .bloc_contenu {
    padding-bottom: 20px;
}
.all_img{
	display:inline-block;
	float:right;	
}
#form_prive {
    max-width: 500px;
    margin: 0 auto;
	border:1px solid #eee;
	background-color:#fff;
	text-align: center;
	padding: 20px;
}
#form_prive .control-label{
	text-align:right;	
}
.flex_h1{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;	
	-webkit-box-align: center;	
	    -ms-flex-align: center;	
	        align-items: center;
	margin-bottom: 15px;
}
.flex_h1 h1{
	margin-bottom:0;	
}
.nclient{
	font-weight:700;
}
.deconnexion{
	color:#d2232a;	
}
.deconnexion:hover{
	color:#2f3085;	
}
.valid_question{
	background-color:#dc2425;	
	border-color: #dc2425;
}
.valid_question[disabled]{
	background-color: #dc2425;
	border-color: #dc2425;
}
button.sx_login{
	background-color: #d2232a;
	border-color: #d2232a;	
}
button.sx_login:hover{
	background-color: #2f3085;
	border-color: #2f3085;	
}
.form_inscription {
    max-width: 620px;
	margin: 0 auto;
	border: 1px solid #eee;
	background-color: #fff;
	text-align: left;
	padding: 20px;
}
.bloc_cat_question:nth-child(odd){
	background-color:#fff;	
}
.bloc_cat_question{
	padding:10px 5px;	
}
/************************************************************/
/* Customize the label (the container) */
.chekcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chekcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chekcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chekcontainer input:checked ~ .checkmark {
  background-color: #dc2425;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chekcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chekcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/***********************************************************/
.resultat{
	padding:20px 0 10px;
	font-size:20px;
	font-weight:700;	
}
.demarrer{
	background-color:#d2232a;	
	border:1px solid #d2232a;
}
.demarrer:hover{
	background-color:#2f3085;	
	border:1px solid #2f3085;
}
.item-top .fb_iframe_widget span, .item-top .fb_iframe_widget span iframe{
	height:150px !important;	
} 
.pdf_lien a{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #000;
	padding: 20px 34px;
	display: inline-block;	
}
.breadcrumb a:hover{
	color:#dc2425;	
}
.descrip_footer{
	padding-bottom:15px;
	max-width: 380px;
	width: 100%;	
}
.contenu_categorie_partenaire .partenaire_image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.img-presentation {
    text-align: center;
    margin-top: 20px;
}

.img-presentation img {
    padding: 10px;
}
.btn-manon{
	color: #fff;
	background: linear-gradient(to bottom, #D6101D 0%, #000000 100%);
	border: 0;	
}
.btn-manon:hover, .btn-manon:focus{
	color: #fff !important;
	background: linear-gradient(to bottom, #20201e 0%, #20201e 100%);
}
.liste_bloc_travaux .sarticle-image{
	text-align:center;
}
.social-footer{
	margin-top:10px;	
}
.titre_suivre{
	font-weight:700;
	font-size:18px;	
}

@media (min-width: 992px){
	.row-caract {
		width: calc(50% - 15px);
		max-width: 50%;
		margin: 0 15px 10px 0;
	}
	.results.affichage1.formations a.article {
		width: 25%;
		width: calc(25% - 36px);
		width: calc((100% - 36px)/4);
		margin-right: 12px;
	}
	.results.affichage1.formations a.article:nth-child(3n+3) {
		margin-right: 12px !important;
	}
	.results.affichage1.formations a.article:nth-child(4n+4) {
		margin-right: 0 !important;
	}
	.results.affichage1.formations a.article .article-cnt {
		margin: -90px 0px 0px 20px;
		width: calc(100% - 20px);
	}
}
.list_client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.list_client .row.bloc_partenaire {
    width: 100%;
    max-width: 585px;
}

.list_client .partenaire_image {width: 40%;}

.list_client .partenaire_image img {
    -o-object-fit: cover;
       object-fit: cover;
}
.list_client .partenaire.bloc_item {
    min-height: 165px;
}
.image_left, .image_right{
	max-width:300px;
	width:100%;	
	margin:5px 5px;
}
.row_lien_image{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#merci .content {
	min-height: 61vh;	
}
.center{
	text-align:center;	
}
.success_msg {
	color: #609e21;
	margin: 40px auto 40px;
	padding: 18px 24px;
	background-color: #EBF6E0;
	max-width: 810px;
	text-align: center;
}
@media(max-width:991px){
  .row_lien_image {
    flex-direction: column;
}
  .image_right{
    margin-top:20px;
  }
}
@media only screen and (min-width:1200px) {
.results.affichage7 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: none;
}
.results.affichage7 a.article {
	width: 50%;
	margin: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.results.affichage7 a.article .article-image {
	width: 50%;
}
.results.affichage7 a.article .article-cnt {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.results.affichage7 a.article .article-cnt .article-txt {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.results.affichage7 a.article:hover {
	background: #f0f0f0;
}
.results.affichage7 a.article:nth-child(4n + 1) .article-image, .results.affichage7 a.article:nth-child(4n + 2) .article-image {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.results.affichage7 a.article:nth-child(4n + 1) .article-cnt, .results.affichage7 a.article:nth-child(4n + 2) .article-cnt {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.results.affichage7 a.article:nth-child(4n + 3) .article-image, .results.affichage7 a.article:nth-child(4n + 4) .article-image {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.results.affichage7 a.article:nth-child(4n + 4) .article-cnt, .results.affichage7 a.article:nth-child(4n + 4) .article-cnt {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
}
@media(max-width:1199px) {
.texte_tarifs {
	font-size: 16px;
	line-height: 18px;
}
.col_tarif_rose, .col_tarif_gris {
	width: calc(50% - 20px);
	margin: 10px;
}
.col_bloc_tarif {
	padding: 12px;
}
a.logo{
	margin-left: 0;
}
.liste_article_home .results.affichage1 a.article .article-cnt{
	margin: -140px 0px 0px 85px;
}
.bloc_travaux {
    padding: 15px 0 0;
}
}
@media(max-width:1169px) {
.wrapper {
	width: 100%;
}
.container-fluid {
	padding: 0 15px;
}
.item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.header-right {
    position: absolute;
    right: 0;
    top: 0;
}
.nav-menu{
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
}
@media(max-width:1090px) {
	.titre_page {
		font-size: 30px;
	}
}
@media only screen and (min-width:992px) {

/*	Traitement des bloc referencement 3 avec flex */

.results.affichage_ref {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
	text-align: left;
}
.disFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.results.affichage_ref a.article {
    margin: 20px 8px;
    width: calc(50% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    position: relative;
    border: 3px solid #000;
    padding: 10px;
}

.results.affichage_ref a.article .article-cnt .article-bts {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-14%) translateY(51%);
        -ms-transform: translateX(-14%) translateY(51%);
            transform: translateX(-14%) translateY(51%);
    -webkit-box-shadow: 0px 0px 0px 6px rgb(246, 246, 246);
    box-shadow: 0px 0px 0px 6px rgb(220, 228, 236);
}

/*	Fin traitement des bloc referencement 3 avec flex */

/*	Traitement des gestions avec flex : exemple 3 articles par ligne */

.results.affichage_global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
}

.results.affichage_global a.article {
    margin: 20px 8px;
    width: calc(33.3333333% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	        box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
}

.results.affichage_global a.article:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.15);
            box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}

.results.affichage_global a.article .article-image {
    width: 100%;
}

/*	Fin traitement des gestions avec flex : exemple 3 articles par ligne */

/*	Traitement des blocs services avec flex : exemple 3 articles par ligne */


.results.affichage_bloc_service a.article {
    width: calc((100% - 116px)/2) !important;
}

/*	Fin traitement des blocs services avec flex : exemple 3 articles par ligne */

}

 @media(max-width:991px) {
.referencement_titre {
	font-size: 17px;
}
.fullscreen_carousel {
	display: none;
}
.responsive_1 {
	display: block;
}
#grid .item {
	width: 50%;
}
#grid .portfolio-title {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0;
}
#grid .portfolio-sub-title {
	font-size: 13px;
	line-height: 15px;
}
.contenu_actus {
	text-align: center;
}
	
.texte_tarifs {
	font-size: 14px;
	line-height: 16px;
}
.row-caract {
	margin: 0 auto 10px;
}

.gallery .item {
    width: calc(50% - 16px);
}

.gallery .item .fancybox {
    padding: 20px;
}

.bloc_travaux .results.affichage_global a.article , .bloc_travaux .results.affichage_global div.article {
    width: calc(50% - 16px);
}

.items-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

main {
    padding-top: 164px;
}
.bloc_parallax_image {
    background-attachment: initial;
}
.bg_contenu_home{
    padding: 60px 10px 30px 15px;	
}
.titre_page {
	font-size: 38px;
}
.all_services::before {
	width: 100%;
}
.liste_article_home .results.affichage1 a.article .article-date {
	padding: 15px;
}
.all_services a.article .article-cnt {
    width: calc(100% - 70px);
    padding: 30px;
}
.items-top .item-top~.item-top {
     margin-left: 0; 
}
footer ul.sx-social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#categories_articles .results.affichage1 a.article .article-cnt {
    z-index: 2;
    background: white;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
            box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
    margin: -40px 0px 0px 0px;
    padding-bottom: 36px;
    text-align: center;
    -webkit-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    width: 100%;
}
#categories_articles .results.affichage1 a.article .article-date{
	bottom: 40px;
}
.all_img {
    display: block;
    float: none;
}
}

 @media only screen and (min-width:800px) {
	.results.affichage1 a.article {
		width: 33.33333%;
		width: calc(33.3333334% - 24px);
		width: calc((100% - 100px)/3);
		margin-right: 50px;
	}
	.results.affichage1 a.article:nth-child(3n+3) {
		margin-right: 0;
	}
.liste_article_home .results.affichage1 a.article {
	width: 33.33333%;
	width: calc(33.3333334% - 24px);
    width: calc((100% - 65px)/2);
    margin-right: 65px;
}
.liste_article_home .results.affichage1 a.article:nth-child(2n+2) {
    margin-right: 0;
}
}
@media only screen and (min-width:610px) and (max-width:1199px) {
.results.affichage7 a.article {
	margin: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.results.affichage7 a.article .article-image {
	width: 50%;
}
.results.affichage7 a.article .article-cnt {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.results.affichage7 a.article .article-cnt .article-txt {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.results.affichage7 a.article:nth-child(odd) .article-image {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.results.affichage7 a.article:nth-child(odd) .article-cnt {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.results.affichage7 a.article:hover {
	background: #f0f0f0;
}
}

@media only screen and (min-width:610px) and (max-width:991px) {

.results.affichage_ref a.article {
	-webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

.results.affichage_ref a.article:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.15);
    box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}

.results.affichage_global a.article {
	-webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

.results.affichage_global a.article:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.15);
    box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}

}

@media only screen and (min-width:610px) and (max-width:799px) {
.results.affichage1 a.article {
	width: 50%;
	width: calc(50% - 24px);
	/* width: calc((100% - 12px)/2);
	margin-right: 12px; */
	width: 100%;
	margin-right: 0;
	max-width:538px;
	margin:20px auto;
}
.results.affichage1 a.article:nth-child(2n+2) {
	margin-right: auto;
}

.all_services .results.affichage_bloc_service a.article {
    margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	width: 100%;
	max-width: 526px;
	margin-left: auto;
}
.all_services a.article .article-cnt {
    width: calc(100% - 145px);
	margin-top: -100px;
}
.all_services .results.affichage_bloc_service a.article:nth-child(2n+2){
	margin-bottom: 100px;
    margin-right: auto;
}
}
 @media(max-width:767px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 0;
	padding-left: 0;
}
.bloc_actus .actus-row {
	margin: 0;
}
.navbar-nav {
	float: none;
	margin: 5px 0;
}
.dropdown-menu {
	float: none;
	position: inherit;
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
	background-color: transparent;
	left: 0;
	top: 0;
	margin-left: 30px;
}
.menu_referencement li {
	float: none;
	padding-right: 15px;
	width: 100%;
}
.navbar-toggle {
	margin-top: -38px;
    background-color: transparent;
    border: none;
    margin-right: 0;
    padding: 0;
}
.intpage .navbar-toggle {
    margin-top: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	height: 5px;
	background-color: #000;
	width: 32px;
	border-radius: 0px;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #dc2425;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar {
	min-height: inherit;
}
#page-maintenance {
	width: 100%;
}
.affix {
	position: relative;
}
.liste_blocs .item_conseil {
	margin: 0 auto 40px;
	max-width: 400px;
}
footer .footer_bottom ul.sx-social-icons {
	text-align: left;
}
.titre_conseil {
	margin: 10px 0;
}
.liste_contenu, .bloc_actus .actus-row {
	max-width: 300px;
	margin: 20px auto 0;
}
.liste_blocs .item_conseil {
	margin: 0 auto 40px;

	max-width: 400px;
	display: inline-block;
	text-align: left;
	width: 100%;
}
.liste_blocs {
	text-align: center;
}
.img_bloc {
	float: none;
	padding-right: 0;
}
.bloc_cms_image {
	display: inline-block;
	margin-bottom: 30px;
}
.bloc_cms_image {
	float: none;
	padding-right: 0;
	margin-bottom: 25px;
	display: inline-block;
}
.navbar-collapse.in {
	overflow-y: hidden;
}
.navbar-collapse {
	max-height: 100%;
}
.navbar-default .navbar-nav > li > a {
	display: block;
}
.dropdown-menu > .dropdown > .caret_cader .caret {
	color: #fff;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 9px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.dropdown > .caret_cader .caret {
	color: #000;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 15px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.navbar-nav li.dropdown > a:first-child {
	width: 95%;
}
.col_map_footer {
	min-height: 300px;
	height: auto;
	width: 100%;
}
.bloc_formulaire {
    width: 100%;
}
.titre_bloc_service {
	font-size: 35px;
	line-height: 35px;
}
.texte_bloc_service {
	font-size: 16px;
	line-height: 18px;
}
.texte_service {
	min-height: 100%;
}
.titre_bloc_travaux {
	font-size: 35px;
	line-height: 35px;
}
.texte_bloc_travaux {
	font-size: 16px;
	line-height: 18px;
}
.texte_travaux {
	min-height: 100%;
}
.titre_travaux {
	font-size: 16px;
	line-height: 16px;
}
.titre_bloc_assoc {
	font-size: 35px;
	line-height: 35px;
}
.texte_bloc_assoc {
	font-size: 16px;
	line-height: 18px;
}
.testimonials {
	height: auto;
}
.contenu_actus {
	max-width: 300px;
	margin: 0 auto;
}
.col_article {
	max-width: 300px;
	margin: 0 auto 20px;
}
.actus_image {
	float: none;
	margin-bottom: 15px;
}
.active_precedent {
	text-align: center;
	margin-bottom: 10px;
}
.active_suivant {
	text-align: center;
}
	
.col_tarif_rose, .col_tarif_gris {
	width: calc(100% - 20px);
}
.titre_galery {
    font-size: 18px;
    line-height: 20px;
}
.titre_galery span {
    font-size: 14px;
    line-height: 14px;
}

.image_categorie {
    float: none;
    padding-right: 0;
    margin: 0 0 15px;
    display: inline-block;
}

.item-header.item-header1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.header-right {
    margin-top: 10px;
}

.item-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.nav-menu {
    width: 100%;
}

.slogan {
    text-align: center;
}

.items-top .item-top~.item-top {
    margin-left: 0;
    margin-top: 10px;
}

.items-sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.item-sub {
    text-align: center;
}

.footer_map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
main {
    padding-top: 100px;
}
.hidden_img_sm {
    display: none !important;
}
.img-right-xs {
	display: block;
	text-align: center;
}
.titre_page {
    font-size: 30px;
}
.texte_cms {
    padding-top: 0;
}
a.article .article-plus{
	color: #000;
}
.all_services a.article .article-cnt {
    width: calc(100% - 60px);
    padding: 30px;
    margin-left: 70px;
    margin-top: -120px;
}
.titre_btn_service{
	padding-top: 0;
}
.bloc_titre {
    display: block;
    padding-bottom: 25px;
}
.bloc_titre .lien_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 25px;
}
.lien_contact a {
    font-size: 0;
}
.phone a {
    font-size: 0;
}
.contenu_caption h4 {
	font-size: 20px;
	line-height: 20px;
}
.titre_site {
	font-size: 16px;
	padding-right: 110px;
}
.titre_site::after {
	width: 40%;
	top: 6px;
 }
 .img-right-xs img {
    margin-bottom: 25px;
}
header.sticky .header-bottom, #index header.sticky .header-bottom {
    min-height: 100px;
}
header.sticky a.logo {
    width: 173px;
	height: 79px;
}
header.sticky .navbar-toggle {
    margin-top: -28px;
}
.navbar-nav .caret_cader {
    padding: 0;
    position: initial;
    left: 0;
}
.liste_article_home .results.affichage1 a.article .article-date {
	font-size: 20px;
    padding: 5px;

}
.contenu_categorie_partenaire {
    display: block;
}
.partenaire_image {
    width: 230px;
    margin: 0 auto;
}
.partenaire_content {
    width: 100%;
    padding: 0px;
}
#results {
    margin:0;
}
.flex_h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.bienvenu_msg{
	padding-top:10px;
	width: 100%;
	text-align:right;	
}
.header-email a {
    font-size: 0;
}
.lien_contact{
	display:none;	
}
.navbar-nav > li:last-child a {
	display:block;
}
}
 @media only screen and (min-width:610px) {
.results.affichage4 a.article {
	-webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}
.results.affichage4 a.article:hover {
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.15);
	box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}
.results.affichage2 a.article {
	margin: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.results.affichage2 a.article .article-image, .results.affichage2 a.article .article-cnt, .results.affichage7 a.article .article-cnt {
width: 50%;
}
.results.affichage2 a.article .article-cnt {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.results.affichage2 a.article .article-cnt .article-txt {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.results.affichage2 a.article:nth-child(odd) .article-image {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.results.affichage2 a.article:nth-child(odd) .article-cnt {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.results.affichage2 a.article:hover {
	background: #f0f0f0;
}
.results.affichage3 a.article:nth-child(even) {
	margin-right: 0;
	margin-left: 12px;
}
.results.affichage3 a.article {
	width: 50%;
	width: calc(50% - 12px);
	margin-right: 12px;
}
.results.affichage4 a.article .article-cnt {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.results.affichage4 a.article .article-cnt .article-txt {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.results.affichage4 a.article .article-cnt, .results.affichage_ref a.article .article-cnt {
width: 60%;
}
.results.affichage7 a.article:before {
	content: '';
	right: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	z-index: 1;
	background-image: url(../img/icon-affichage7.svg);
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

/*	Traitement des blocs services avec flex : exemple 3 articles par ligne */

.results.affichage_bloc_service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
}

/* .results.affichage_bloc_service a.article {
    margin: 20px 8px;
    width: calc(50% - 16px);
    display: flex;
    flex-direction: column;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	transition: all 125ms ease-in-out;
} */
.results.affichage_bloc_service a.article {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 116px;
	width: calc((100% - 116px)/2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
   /*  box-shadow: 0px 2px 10px rgba(0,0,0,0.1); */
	-webkit-transition: all 125ms ease-in-out;
	-o-transition: all 125ms ease-in-out;
	transition: all 125ms ease-in-out;
	margin-bottom: 50px;
}
.results.affichage_bloc_service a.article:nth-child(2n+2){
	margin-right: 0;
}
.results.affichage_bloc_service a.article:nth-child(2n+2){
	position: relative;
	top: 67px;
}

.results.affichage_bloc_service a.article .article-cnt .article-titre {
    color: #2f3085;
    font-size: 24px;
	line-height: 27px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
}

.results.affichage_bloc_service a.article .article-plus {
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
	background-color:none;
	background: none;
	color:#000;
	position: relative;
	padding-right: 30px;
}

a.article .article-plus {
    padding: 12px;
    font-size: 14px;
    line-height: 17px;
    background-color: none;
    background: none;
    color: #000;
    position: relative;
	padding-right: 30px;
	margin-top: -30px;
}
.results.affichage_ref a.article .article-plus {
    margin-top: 0;
}
.results.affichage_bloc_service a.article .article-plus:hover {
    background: none;
}

.results.affichage_bloc_service a.article:hover {
   /*  box-shadow: 0px 5px 15px rgba(0,0,0,.15); */
}

.results.affichage_bloc_service a.article .article-image {
    width: 100%;
}

/*	Fin traitement des blocs services avec flex : exemple 3 articles par ligne */


}
@media only screen and (max-width:609px) {
a.article {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
a.article .article-image {
	width: 100%;
}
.results.affichage_global a.article {
	-webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

.results.affichage_global a.article:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.15);
    box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}
.results.affichage_ref a.article {
	-webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
}

.results.affichage_ref a.article:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.15);
    box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}
.results.affichage_bloc_service a.article:hover {
    -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.15);
            box-shadow: 0px 5px 15px rgba(0,0,0,.15);
}

.bloc_travaux .results.affichage_global a.article, .bloc_travaux .results.affichage_global div.article {
    width: 100%;
}

.bloc_travaux .results.affichage_global a.article .article-cnt , .bloc_travaux .results.affichage_global div.article .article-cnt {
    width: 100%;
}


}
 @media(max-width:600px) {
.slider-wrapper {
	border: #FFF solid 2px;
}
.sx-sizer, .sx-item {
	margin: 0 auto 20px;
	right: 0;
}
.referencement_titre {
	text-align: center;
}
.referencement_fleche {
	float: none;
	margin: 10px auto 0;
}
.width-xs {
	margin-left: 0;
	width: 100%;
}
#grid .item {
	width: 100%;
}
.gallery .item {
    width: 100%;
}
a.btn-interesse {
    padding: 20px 14px;
    font-size: 12pt;
    letter-spacing: 1px;
}
.fancybox-slide--iframe .fancybox-content {
	width: 80%;
}
.row_lien_image {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
}
 @media only screen and (max-width:480px) {
.results.affichage3 a.article .article-cnt .article-txt {
	display: none;
}
}
 @media(max-width:400px) {
	
.titre_col_tarif {
	width: 100%;
	padding-right: 0;
	text-align: center;
}
.vip_col_tarif {
	width: 100%;
	margin-top: 5px;
	font-weight: 700;
}

.ref_bloc {
    width: 100%;
}
.liste_secteur {
    right: 0;
    left: 0;
    width: 100%;
}

main {
    padding-top: 100px;
}
.img-right-xs img {
    margin-bottom: 25px;
}
.titre_page {
    font-size: 22px;
}
.all_services a.article .article-cnt {
    width: calc(100% - 40px);
	margin-left: 25px;
	padding: 10px;
}
.bloc_service {
    padding: 40px 0 0px;
}
.liste_article_home .results.affichage1 a.article .article-cnt {
    margin: -100px 0px 0px 0px;
    width: 100%;
}
.liste_article_home .results.affichage1 a.article .article-date {
	bottom: 100px;
}
.contenu_caption h4 {
    font-size: 22px;
	line-height: 30px;
}
.lien_btn a {
	padding: 20px 15px;
}
.bloc_travaux .results.affichage_global a.article, .bloc_travaux .results.affichage_global div.article{
	padding: 30px 0;
}
a.prenez_contact{
	letter-spacing: 0;
}
.widget_facebook {
    overflow-y: hidden;
    max-width: 300px;
}
.titre_categorie_part {
	font-size: 25px;
}
h1{
	font-size: 30px;
}
.liste_article_home {
    padding: 0;
}
a.article .article-cnt .article-titre {
    line-height: 24px;
	font-size: 18px;
}
.phone {
    margin-right: 10px;
}
h1 {
    font-size: 25px;
}
.resultat {
    font-size: 15px;
}
.phone::after {
    right: -10px;
}
}