/*
Theme Name: MS Thème Child
Author: Multimed Solutions
Author URI: http://www.multimed-solutions.com/
Description: Thème spécial pour wordpress
Version: 2.0
Text Domain:  mstheme-child

*/
/* XERIUS */

/* ------------------ Include Styles ------------------ */

/*       Open sans */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);

@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
/*font-family: 'Roboto', sans-serif;*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i");
/*font-family: 'Roboto Condensed', sans-serif;*/

/* ------------------ GENERAL ------------------ */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	font-family: "Roboto", sans-serif;
	color: #777777;
	line-height: 1.5em;
	font-size: 0.85rem;
	overflow-x: hidden;
}

b,
strong {
	font-family: "Open Sans", sans-serif !important;
	font-weight: 600 !important;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: underline;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
#main ul,
#main ol {
	font-size: 1.3rem;
	line-height: 2.5rem;
}

#main li {
}

.header-bg {
	background: #ffffff;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
	box-shadow: 0 1px 3px #00000036;
	z-index: 99 !important;
	position: relative;
}

.site-header {
	border-top: solid #d61712 0px;
	/* background: #383838; */
	z-index: 999999999999;
}

/*.home .site-header {
    height: 90vh;
    background: #efedeb url(images/slider.jpg) center center no-repeat;
    background-position-y: -232px;
}
*/

.sub-special:before {
	display: block;
	height: 36px;
	/* width: 1px; */
	background: #ccc;
	position: absolute;
	content: "";
	left: 0;
	top: 26px;
	left: -35px;
}

input.search-submit {
	background-image: url(images/search.png);
	position: absolute;
	left: 0;
	z-index: 999999;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position-x: 7px;
	background-position-y: 7px;
	/* border-radius: 30px; */
}

input.search-field:before {
	content: "";
	background: #777;
	height: 35px;
	width: 1px;
	display: block;
	position: relative;
	left: 0;
}
.search-submit {
	font-size: 27px;
	/* content:''; */
	border: none;
	background: transparent;
	float: left;
	padding: 8px;
	transition-duration: 0.4s;
	color: #ccc;
	position: absolute;
	left: 0;
	font-weight: 100;
	height: 38px;
	width: 38px;
	bottom: 0;
	outline: none;

	cursor: pointer !important;
}

.search-submit:hover {
	background-color: #ccc;
	border-radius: 30px;
}

/*
.search-form:focus-within .search-submit {
    background:#CCC;
    color:white;
    border-radius:30px;
    cursor: pointer!important;
}

*/

input.search-field {
	width: 18%;
	font-size: 0.85rem;
	margin-top: 3px;
	color: #ccc !important;
	font-weight: 400;
	outline: none;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid #ccc !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
input.search-field:focus-within {
	width: 100%;
	/* outline: none; */
	/* padding-top: 0.3em; */
	margin-top: 3px;
	color: #777 !important;
	font-weight: 400;
	outline: none;
	border-bottom: 1px solid #32a1d8 !important;
	border-bottom: 1px solid #ccc !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
input[type="search"] {
	background-color: transparent !important;
	border: none;
}

.search-form:before {
	/* content:''; */
	font-family: "FontAwesome";
	border: none;
	background: transparent;
	float: left;
	padding-right: 8px;
	transition-duration: 0.4s;
	color: #ccc;
	padding-left: 13px;
	padding-top: 4px;
}
.search-form {
	margin-top: 31px;
	/* background-color: #eeeeee; */
	padding-top: 0px;
	padding-bottom: 0px;
	outline: none !important;
	max-width: 173px;
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
	width: 173px;
	/* border-bottom:1px solid #CCC; */
	float: left;
	margin-left: 36px;
}
.search-form label .screen-reader-text {
	display: none;
}

.container1500 {
	max-width: 1500px;
	margin: 0 auto;
}

/* BAR TOP */
.bar-top {
}
i.fa.fa-facebook,
i.fa.fa-instagram,
i.fa.fa-pinterest,
i.fa.fa-twitter,
i.fa.fa-linkedin,
i.fa.fa-viadeo,
i.fa.fa-youtube-play {
	color: #dadada;
	/* background: #ab9f8c; */
	font-size: 1.4rem;
	padding: 10px 13px;
	border-radius: 0px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	background: #7e8faa00;
	/* border: 1px solid #32a1d8; */
	border-radius: 30px;
}
i.fa.fa-facebook:hover,
i.fa.fa-instagram:hover,
i.fa.fa-pinterest:hover,
i.fa.fa-pinterest:hover,
i.fa.fa-twitter:hover,
i.fa.fa-linkedin:hover,
i.fa.fa-viadeo:hover,
i.fa.fa-youtube-play:hover {
	color: #ffffff;
	/* font-size: 2rem; */
	/* padding: 8px 12px; */
	border-radius: 30px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
}
/* end BAR TOP */

/*.................... end ......................*/

/* LOGO SVG */

polygon {
	color: rgb(208, 231, 251);
	fill: currentColor;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

polygon:hover {
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

/* end LOGO SVG */

/* responsive menu override */

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	line-height: 40px !important;
	border-bottom: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
}
#responsive-menu-container li.responsive-menu-item {
	width: auto !important;
	list-style: none;
}

#responsive-menu-container #responsive-menu #responsive-menu-item-310 {
	color: #fff;
	width: 150px !important;
	line-height: 30px !important;
	margin-top: 0.5em !important;
	text-align: center;
	font-size: 0.9rem !important;
	/* letter-spacing: 0.1em; */
	padding: 0.3em 2em !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	border: none;
	font-weight: 600;
	margin-top: 0rem;
	border: 1px solid #ffffff;
	outline: none;
	background-color: #e63459 !important;
	letter-spacing: 1px;
	border-radius: 30px;
	outline: none !important;
	line-height: 20px !important;
	margin-left: 1em !important;
}

.responsive-menu-open button#responsive-menu-button:hover,
.responsive-menu-open button#responsive-menu-button:focus,
button#responsive-menu-button:hover,
button#responsive-menu-button:focus {
	background: #00437c !important;
}

button#responsive-menu-button {
	width: 55px;
	height: 55px;
	position: absolute !important;
	top: 20px !important;
	right: 10px !important;
	background: #6cbee5 !important;
	z-index: 99999 !important;
}
#responsive-menu-container {
	width: 360px !important;
	right: 0;
	transition: transform 0.5s;
	text-align: left;
	background: #212121;
	padding-top: 2em !important;
}
#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a {
	border-top: 1px solid #212121;
	color: #fff !important;
}

/* end responsive menu override */

/* INVERSION COULEUR LOGO */

.myfixed #logo img {
	float: left;
	width: 66%;
	margin-top: 0;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.myfixed #logo img:hover {
	/* color: rgb(99, 163, 56); */
}

.wrapfixed {
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	margin-top: 0px !important;
	z-index: 888;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	opacity: 0.95;
	background-color: #3e3e3e !important;
}
.wrapfixed {
	border-bottom: none;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

/* end INVERSION COULEUR LOGO */

/* INVERSION GESTION COULEUR MENU */
.myfixed .navbar {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}
.myfixed li.current-menu-item a {
	/* color: #ff1100!important; */
	/*font-size: 1.4rem!important*/
}
.myfixed .navbar-inverse .navbar-nav > li > a {
	/* color: #777777; */
}
.myfixed .navbar-inverse .navbar-nav > li > a:focus,
.myfixed .navbar-inverse .navbar-nav > li > a:hover {
	color: #656565 !important;
}

.myfixed .navbar-nav > li::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0%;
	border-bottom: 1px solid rgb(255, 56, 0);
	right: 0;
	margin: auto;
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.5s;
	transition-property: width;
	transition-duration: 0.5s;
	bottom: 0;
}
.myfixed .navbar-nav > li:hover::after {
	width: 100%;
}

/* end INVERSION GESTION COULEUR MENU */

/*
svg .st1 {fill:#FFF}
svg .st2 {fill:#fff}
svg .st3 {fill:#fff}
*/

/* border col */

.borderright {
	border-right: 2px solid #ccc;
	padding-right: 2em;
}
.borderleft {
	border-left: 2px solid #ccc;
	padding-left: 2em;
}

/* ------------------ HEADER ------------------ */

.wrapfixed {
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	margin-top: 0px !important;
	z-index: 888;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1 !important;
	background-color: #ffffff !important;
}

.home-link {
	text-decoration: none !important;
	display: block;
	width: 238px;
	/* margin: 0 auto; */
	padding-left: 0.5em;
}

.home-img img {
	border-radius: 8px;
	/*background: rgb(0, 0, 0) url(./images/home.png) center top no-repeat;width:100%;height:100%;background-size: contain;}*/
}

.metaslider {
	z-index: 0 !important;
}
#main:before {
	content: url(images/arrow.svg);
	display: block;
	position: relative;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
}

.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 9px !important;
	height: 9px !important;
	text-indent: -9999px;
	margin: 0px 4px !important;
	background: #fff !important;
	border-radius: 30px;
	z-index: 999999999 !important;
	border: 1px solid #fff !important;
}

.theme-default .nivo-controlNav a.active {
	display: inline-block;
	width: 14px !important;
	height: 14px !important;
	text-indent: -9999px;
	border: 0;
	background: #fff !important;
	border-radius: 30px;
	border: 3px solid #fff !important;
	bottom: 4px !important;
}

p#face {
	margin-top: 20px;
}

/* REA */

.rea-icon {
	position: relative;
	display: block;
	z-index: 9999999;
	margin-top: -7px;
}

.rea-icon span {
	color: #eee7da;
	font-size: 1.4rem;
	margin-left: 5px;
	padding-left: 2px;
	font-family: "Open Sans", sans-serif;
	/* margin-top: -9px; */
	/* 
    padding-top: 10px; */
}

/* COLOR */

.orange {
	border-color: #ea5b0c;
}
.blue {
	border-color: #2f7abd;
}
.green {
	border-color: #88bd2c;
}
.grey {
	border-color: #555555;
}

/* LOGO PIED DE PAGE SPECIFIQUE */
.logo-rea {
	margin-bottom: 10px;
}

.contact1 {
	margin: 0;
	padding: 0;
	color: #bdb097;
	font-size: 1.4rem;
}
.contact2 {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
/*.................... end ......................*/
.separateur-10 {
	height: 10px;
	display: block;
}
.separateur-20 {
	height: 20px;
	display: block;
}
.separateur-30 {
	height: 30px;
	display: block;
}
.separateur-40 {
	height: 40px;
	display: block;
}
.separateur-50 {
	height: 50px;
	display: block;
}
.separateur-100 {
	height: 100px;
	display: block;
}
.separateur-120 {
	height: 120px;
	display: block;
}
.semi-container {
	width: 70%;
	margin: auto;
	padding-top: 3px;
}

.line1 {
	height: 1px;
	border-top: solid #f2f2f2 1px;
	/* margin-bottom: 2em; */
	margin-top: 2em;
	margin-left: 15px;
	margin-right: 15px;
}

.line-green {
	height: 2px;
	border-top: solid #ffffff 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 140px;
	font-weight: 400;
}

#menu-item-274 li a {
	color: #de8c10;
}

/* li SPECIAL  */
#post-18 li {
	margin-left: 2rem;
}

/* ------------------ MENU ------------------ */
/* ----------- Menu  AEVC SOUS MENU ---------- */
.navbar {
	text-align: center;
	border-radius: 0px;
	min-height: 0;
	margin: 0;
	padding-top: 13px;
}

.navbar-nav,
.navbar-inverse {
}

ul.sub-menu > .current-menu-item a {
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
	/* font-family: 'Roboto Condensed', sans-serif; */
	padding-top: 0.7em;
	padding-bottom: 10px;
	padding-left: 1.5em;
	padding-right: 1.5em;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	color: #111111;
}
.navbar-inverse .navbar-nav > li > a {
	padding-top: 0.4em;
	padding-bottom: 10px;
	padding-left: 1.2em;
	padding-right: 1.2em;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	color: #111111;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #368ed3;
	text-decoration: none !important;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
.interne #navbar {
	font-size: 1.3rem;
	line-height: 0px;
}

.interne .navbar-inverse .navbar-nav > li > a:hover {
	color: #ccc;
}

#main ul.slides,
#main ul {
	margin: 0;
	padding: 0;
}
#main ul {
	padding-left: 45px;
}

#main ul.nav.nav-tabs {
	padding-left: 0;
}
ul.slides {
	padding: 0;
}

ul.sub-menu {
	padding-left: 0;
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.84);
	list-style: none;
	width: 330px;
	z-index: 99999;
	-webkit-animation: fadeim 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadeim 1s; /* Firefox < 16 */
	-ms-animation: fadeim 1s; /* Internet Explorer */
	-o-animation: fadeim 1s; /* Opera < 12.1 */
	animation: fadeim 1s;
}
@keyframes fadeim {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Firefox < 16 */
@-moz-keyframes fadeim {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeim {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Internet Explorer */
@-ms-keyframes fadeim {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Opera < 12.1 */
@-o-keyframes fadeim {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
li.menu-item:hover > ul.sub-menu {
	display: block;
}
div#container.rea {
	font-size: 1.3rem;
	color: #000000;
}
ul.sub-menu > .menu-item a {
	float: left;
	color: #1f1f1f;
	font-size: 0.9rem;
	width: 100%;
	margin: 0;
	text-align: left;
	padding-left: 10px;
	/* text-transform: uppercase; */
	line-height: 4rem;
}
ul.sub-menu > li.menu-item:hover a,
ul.sub-menu > .menu-item > a:hover {
	color: #e63459;
	text-decoration: none;
	-webkit-transition: color 1s;
	transition: color 1s;
}
ul.sub-menu > li.menu-item {
	float: left;
	padding: 0px 0px;
	width: 100%;
	text-decoration: none;
}
ul.sub-menu > li.menu-item:hover {
	/* background: #fff; */
	color: #212121 !important;
}
.col-sm-4.home-btn {
	padding: 50px 0;
}
ul#menu-menu-footer {
	background: transparent !important;
	text-align: center;
	margin-bottom: 20px;
}

/*.................... end ......................*/
li.current-menu-item a,
.current_page_ancestor > a {
	color: #017ccc !important;
	background: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0rem;
	padding-right: 1rem;
	text-decoration: none !important;
	font-weight: 600;
}

p#breadcrumbs {
	margin: 0 10px;
	text-align: right;
	font-size: 0.8rem;
}

/* SPECIAL PAGE INTERNES */
.page-id-13 a {
	color: #02346d;
	text-decoration: underline;
}

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

.scroll-d {
	position: absolute;
	margin: auto;
	margin-bottom: 5%;
	width: 50px;
	height: 80px;
	left: 0;
	right: 0;
	bottom: 0;
}
.mouse {
	width: 0px;
	padding: 9px 14px;
	height: 27px;
	border: 2px solid #292929;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}
.scroll-er {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #ea5b0c;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
	animation-iteration-count: infinite;
	margin-left: -1px;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}
/******************/

/* ------------------ MAIN ------------------ */

#actu {
	background: #e6e6e6;
	padding: 0 0 60px;
}
#footer-main {
	background: #696256;
	padding: 40px 0 10px;
}
.btn-menu {
	font-size: 1.8rem;
	color: #8fc851;
	border: 1px solid #8fc851;
	padding: 10px 0px;
	text-align: center;
	text-transform: uppercase;
}
a.img-actu img {
	height: auto;
}
#actu ul {
	list-style: none;
	padding: 0;
}

span.title-actu {
	text-transform: uppercase;
	line-height: 3;
	font-size: 1.7rem;
}
.txt-actu p {
	font-size: 1rem;
	color: #909090;
	font-size: 1.4rem;
	text-align: justify;
}
#coord {
	color: #ffffff;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
}
#logo-foot {
	text-align: center;
}
#logo-foot img {
	padding-left: 50px;
}

.logo-footer {
	/* width: 151px; */
	/* margin-left: auto; */
	/* margin-right: auto; */
	margin-bottom: 0.5em;
	/* border-top: 1px solid #CCC; */
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	/* border-bottom: 1px solid #CCC; */
	text-align: center;
}

.dot {
	font-size: 1rem;
	vertical-align: middle;
	content: "";
	height: 5px;
	width: 5px;
	background: #dddddd;
	border-radius: 25px;
	font-size: 2rem;
	position: relative;
	display: inline-block;
	color: #dadada;
	margin-left: 7px;
	margin-right: 7px;
}

#footer-main {
	color: #fff;
	font-size: 13px;
}
.facebookSlider {
	color: #8fc851;
}

.copy a:visited {
	/* color: #717171; */
}
.copy a:link {
	color: #757575;
}
.copy {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.7rem !important;
	padding-top: -1em !important;
}

#actu-home {
	font-size: 3.4rem;
	color: #05692f;
	text-align: center;
	padding: 40px 0;
	line-height: 1;
	width: 350px;
	margin: auto;
}
.text-center {
	text-align: center !important ;
}
.text-left {
	text-align: left !important ;
}
.text-right {
	text-align: right !important ;
}
/*.................... end ......................*/

.special-accueil {
	text-align: right !important;
	padding-right: 20px;
}

.contain-line {
	border-bottom: 2px solid #cccccc;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.rezize {
	max-width: 80%;
	margin: auto;
}
.flex {
	display: flex;
	min-height: 400px;
}
/* ------------------ HEADING ------------------ */

h1,
h2,
h3 {
	/* font-family: 'Roboto condensed', sans-serif; */
}
h1 {
	font-size: 2.5rem;
	font-weight: 400;
	color: #303030;
	padding-top: 1em;
	display: block;
	position: relative;
	margin: 0;
	line-height: 3rem;
	text-transform: uppercase;
}
.search-results h1 {
	padding-left: 15px;
}
h1 span {
	color: #32a1d8;
	font-weight: 300;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2 {
	font-size: 2rem;
	font-weight: 300;
	color: #1a1a1a;
	margin-bottom: 0.5em;
	margin-top: 0em;
	font-weight: 300;
	line-height: 2.7rem;
	/* text-align: center; */
	text-transform: uppercase;
}
h2 span {
	font-weight: 400;
	/* color: #1a1a1a; */
	/* letter-spacing: -1px; */
	/* padding-top: 1em; */
	/* font-style: italic; */
}

.page-id-16 h2 {
	text-align: center;
	padding-top: 1em;
	text-transform: uppercase;
	color: #fff;
}

h3 {
	font-size: 1.5rem;
	font-weight: 400;
	color: #32a1d8;
	margin-bottom: 0.5em;
	margin-top: 1em;
	/* text-transform: uppercase; */
	letter-spacing: 0px;
}
h4 {
	font-weight: 400;
	color: #313131;
	font-size: 1.5rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
	text-transform: initial;
}
h5 {
	font-size: 1.25rem;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #555555;
}
h6 {
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: 1em;
	margin-top: 1em;
}

.process h4 {
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	color: #313131;
	font-size: 2.5rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
.process h4 span {
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	color: #313131;
	font-weight: 400;
	font-size: 2.5rem;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
.process p {
	font-size: 1rem;
	color: #4a4a4a;
}
.three p {
	text-align: center !important;
	padding-left: 25%;
	padding-right: 25%;
}

/*SLOGAN SUR SLIDER end */

.nivo-caption {
	background: none !important;
	margin: 0 auto;
	display: block;
	top: calc(50% - 100px);
	opacity: 1 !important;
}
.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 0px dotted #fff !important;
}
.theme-default .nivo-controlNav {
	text-align: center;
	padding: 15px 0;
	width: 100%;
	z-index: 99;
	position: absolute;
	bottom: 0px;
}
.slogan-block .btn {
	margin-top: 1em;
	background: rgba(255, 255, 255, 0.8);
	color: #1a1a1a !important;
}
.slogan-block .btn:hover {
	background: #fff;
	color: #1a1a1a !important;
}
.slogan-block .slogan:after {
	content: "";
	height: 3px;
	width: 20px;
	/* border-bottom: 5px dotted #959595; */
	position: relative;
	display: block;
	margin: 0 auto;
	background: #02346d;
	border-radius: 30px;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	border-radius: 0;
	border: none;
	z-index: 999999;
}

.slogan-block {
	padding-bottom: 2em;
	padding-top: 2em;
	text-align: center;
}
.slogan {
	font-size: 3rem;
	font-weight: 600;
	color: #ffffff;
	line-height: 38px;
	text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.73);
	padding-bottom: 0.4em;
	line-height: 2.5rem;
}
.slogan span {
	font-weight: 600;
	/* text-align: center; */
	/* font-style: italic; */
	font-size: 2.8rem;
	line-height: 0px !important;
	color: #d5d5d5;
	/* letter-spacing: -1px; */
}

.big {
	color: #3d3d42;
	font-size: 1rem;
	line-height: 1.8rem;
	padding-bottom: 1em;
	font-weight: 300;
	text-align: justify !important;
}

.big span {
	font-weight: 400;
}

/*SLOGAN SUR SLIDER end */

/*.................... end ......................*/

/*********************BTN EFFETS************************/
.bg-1 {
	/* background: #ECEFF1;*/
	/* color: #37474f; */
}

/* Common button styles */
.button {
	float: none;
	/* min-width: 150px; */
	/* max-width: 250px; */
	display: block;
	/* margin-top: 4em; */
	margin: 4em auto;
	padding: 0 1em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
	color: #ffffff;
	/* border-color: #fff; */
	background: #88bd2c;
	/* margin-top: 1em; */
}
.bg-2 .button {
	color: #eceff1;
	border-color: #eceff1;
}
.bg-3 .button {
	color: #fff;
	border-color: #fff;
}

/* Sizes */
.button--size-s {
	font-size: 1rem;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 0px;
	text-transform: uppercase;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 400;
}
.button--round-s {
	/* border-radius: 5px; */
}
.button--round-m {
	border-radius: 15px;
}
.button--round-l {
	border-radius: 40px;
}

/* Borders */
.button--border-thin {
	border: 1px solid #c5c5c5;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}
/* mines1 */
.button--mines1 {
	/* padding: 0.5em 0.5em; */
	background: rgba(88, 179, 43, 1);
	color: #fff;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.button--mines1.button--inverted {
	background: #fff;
	color: #7986cb;
}
.button--mines1 > span {
	display: inline-block;
	padding: 5px 0;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--mines1::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6px 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--mines1:hover {
	background-color: #9b4493;
}
.button--mines1:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--mines1:hover > span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--mines1:hover > span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}
.button--mines1:hover > span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}
.button--mines1:hover > span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}
.button--mines1:hover > span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	transition-delay: 0.18s;
}
.button--mines1:hover > span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	transition-delay: 0.225s;
}
.button--mines1:hover > span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	transition-delay: 0.27s;
}
.button--mines1:hover > span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	transition-delay: 0.315s;
}
.button--mines1:hover > span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	transition-delay: 0.36s;
}
.button--mines1:hover > span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	transition-delay: 0.405s;
}
.button--mines1:hover > span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.button--mines1:hover > span:nth-child(11) {
	-webkit-transition-delay: 0.505s;
	transition-delay: 0.505s;
}
.button--mines1:hover > span:nth-child(12) {
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.button--mines1:hover > span:nth-child(13) {
	-webkit-transition-delay: 0.605s;
	transition-delay: 0.605s;
}
.button--mines1:hover > span:nth-child(14) {
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s;
}

/* mines2 */
.button--mines2 {
	padding: 0;
	overflow: hidden;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.button--mines2::before {
	content: "";
	position: absolute;
	left: -50%;
	width: 200%;
	height: 200%;
	background: rgb(255, 255, 255);
	top: -50%;
	z-index: -1;
	-webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
	transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
}
.button--mines2.button--inverted::before {
	background: rgb(9, 55, 37);
}
.button--mines2-up::before {
	-webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
	transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
}
.button--mines2 > span {
	display: block;
}
.button--mines2 .button__icon {
	position: absolute;
	top: 5px;
	width: 100%;
	left: 0;
	color: #88bd2c;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.button--mines2-up .button__icon {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--mines2 > span,
.button--mines2 .button__icon {
	padding: 0.2em 1.2em;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.button--mines2:hover::before {
	-webkit-animation: anim-mines2-1 0.3s forwards ease-in;
	animation: anim-mines2-1 0.3s forwards ease-in;
}
.button--mines2-up:hover::before {
	-webkit-animation: anim-mines2-2 0.3s forwards ease-in;
	animation: anim-mines2-2 0.3s forwards ease-in;
}
@-webkit-keyframes anim-mines2-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes anim-mines2-1 {
	50% {
		-webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}
@-webkit-keyframes anim-mines2-2 {
	50% {
		-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}
@keyframes anim-mines2-2 {
	50% {
		-webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
		transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
	}
}
.button--mines2:hover {
	background-color: #37474f;
	-webkit-transition: background-color 0s 0.3s;
	transition: background-color 0s 0.3s;
}
.button--mines2.button--inverted:hover {
	background-color: #7986cb;
}
.button--mines2:hover .button__icon {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--mines2:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--mines2-up:hover > span {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.monbtn {
	margin: 10px;
	padding: 15px 30px;
	cursor: pointer;
	background: transparent;
	text-decoration: none;
	color: #666;
	font-family: "Raleway", sans-serif;
	border: 1px solid #04843c;
}
/*------ Sweep Right ------*/
.btn--mines3 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transform: translate(0);
	transform: translate(0);
	text-decoration: none;
	/*Permet la transition*/

	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	/*Transition de la couleur*/

	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.btn--mines3:before {
	content: "";
	position: absolute;
	z-index: -1;
	/*l'anim se fait en dessous du texte*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*le before prend tout l'espace du bloc*/
	background: rgb(83, 154, 54);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	/*Le before n'est pas visible, il a une taille de 0 et permet une transition seulement sur l'axe horizontal X*/
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	/*permet d'orienter la transition*/
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.btn--mines3:hover:before,
.btn--mines3:focus:before,
.btn--mines3:active:before {
	/* La taille du background augmente au survol seulement sur l'axe horizontal X*/
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn--mines3:hover,
.btn--mines3:focus,
.btn--mines3:active {
	color: white;
	text-decoration: none;
}

.rpwwt-widget li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transform: translate(0);
	transform: translate(0);
	text-decoration: none;
	width: 84%;
	/*Permet la transition*/

	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.rpwwt-widget li:before {
	content: "";
	position: absolute;
	z-index: -1;
	/*l'anim se fait en dessous du texte*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*le before prend tout l'espace du bloc*/
	background: rgb(83, 154, 54);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	/*Le before n'est pas visible, il a une taille de 0 et permet une transition seulement sur l'axe horizontal X*/
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	/*permet d'orienter la transition*/
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.rpwwt-widget li:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.rpwwt-widget ul li img {
	display: inline;
	float: left;
	margin: 0em 0.75em 0em 0 !important  ;
}

/*BTN SIMPLE */

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

/*********************FONTS EFFETS*************************/

.ml14 {
	/* font-weight: 400; */
	/* font-size: 1.2em; */
}

.ml14 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
}

.ml14 .line {
	opacity: 0;
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
	transform-origin: 100% 100%;
	bottom: 0;
}

.ml14 .letter {
	display: inline-block;
	line-height: 1em;
}

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

/* ------------------ FORMULAIRE ------------------ */

.wpcf7-form-control.wpcf7-submit {
}
.wpcf7-form-control.wpcf7-submit:hover {
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
	outline-color: #7e8faa;
}
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-textarea:focus {
	color: #333;
}

/*.................... end ......................*/
/*******************************SLIDER*************************/

/* ------------------ BTN ------------------ */

.btn-container {
	padding: 5px !important;
	border: 1px solid #a7a7a7;
	width: auto;
	display: inline-block;
}

.page-id-16 .btn,
.page-id-16 .wpcf7-form-control.wpcf7-submit {
	margin-top: 2rem;
	outline: none;
}

.btn,
.wpcf7-form-control.wpcf7-submit,
.more-link {
	/* text-transform: uppercase; */
	color: #ffffff;
	background: #02346d;
	width: auto;
	text-align: center;
	font-size: 0.8rem !important;
	padding: 1em 2.1em !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	font-weight: 400;
	margin-top: 1em;
	outline: none;
	letter-spacing: 0px;
	border-radius: 4px;
	outline: none !important;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border: 1px solid #dfdfdf;
}

.bg-noir {
	background-color: #303232;
}
.more-link {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-decoration: none !important;
}
.entry-thumbnail {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.btn:hover,
.wpcf7-form-control.wpcf7-submit:hover,
.more-link:hover {
	border: 1px solid #d6d6d6; /* border-left: 5px solid #dd5253; */
	outline: none;
	color: #1a1a1a;
	background-color: #ffffff !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

.btn:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.btn.bg-marron:hover {
	outline: none;
	background-color: #827971;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
a.btn {
}
.btn:hover,
.wpcf7-form-control.wpcf7-submit:hover {
	outline: none;
	/* color: #ffffff; */
}

.button {
	outline: none;
	width: auto;
	/* margin: 5px; */
	padding: 0.5em 1.1em;
	font-size: 0.8rem;
	color: #fff;
	/* line-height: 5rem; */
	border: 0;
	text-transform: uppercase;
}
.button:visited,
.button:active,
.button::focus,
.button:link {
	outline: none;
	width: auto;
	margin: 5px;
	padding: 5px 15px;
	font-size: 1.6rem;
	color: #fff;
	line-height: 5rem;
	border: 0;
	border-color: transparent;
	border-style: none;
	text-transform: uppercase;
}

.button:hover {
	background: #b19e7b;
	outline: none;
	color: #fff;
}
span.wpcf7-form-control-wrap.captcha-892 {
	padding-right: 50px;
}

.navbar-nav > li::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #65b12e !important;
	right: 0;
	margin: auto;
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.8s;
	transition-property: width;
	transition-duration: 0.8s;
	bottom: 0;
	display: none;
}
.navbar-nav > li:hover::after {
	width: 100%;
}

/* ------------------ ACTUALITES ------------------ */

/*.................... end ......................*/

/* ------------------ CUSTOM ------------------ */
.parallax-window {
	min-height: 900px;
	background: transparent;
}

.row div .img {
	position: relative;
	height: 180px;
	margin-top: 50px;
	cursor: pointer;
}

.row div.img img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;

	-webkit-transition-property: top; /* Safari */
	-webkit-transition-duration: 0.5s; /* Safari */

	transition-property: top;
	transition-duration: 0.5s;
}
.row div .img:hover img {
	top: -10px;
}

.row div .img::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0%;
	border-bottom: 2px solid rgb(224, 87, 11);
	right: 0;
	margin: auto;
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.5s;
	transition-property: width;
	transition-duration: 0.3s;
	bottom: 0;
}

.row div .img:hover::after {
	width: 20%;
}
.bio p {
	text-align: center !important;
}

.green {
	background-color: #2d2f31 !important;
	transition: background-color 0.75s ease;
	color: #7d7d7d !important;
}
.green-pulse {
	background-color: #8ec036 !important;
	background-image: none;
	transition: background-color 0.75s ease;
	color: #fff !important;
}
.green h2 {
	color: #eee;
}
#sidebarSocials .box {
	padding-top: 5px;
	width: 33px;
	height: 33px;
	border-radius: 40px;
	margin-right: 6px;
	float: left;
	transition-duration: 0.4s;
}
#sidebarSocials .box:last-child {
	margin-right: 0;
}
#sidebarSocials .box a,
#sidebarSocials .box i {
	color: #fff;
	transition-duration: 0.4s;
	width: 100%;
	height: 100%;
}
#sidebarSocials .box a:hover,
#sidebarSocials .box i:hover {
	color: #fff;
}
#sidebarSocials .box.circle-twitter:hover {
	background-color: #55acee;
	border: 2px solid #55acee;
	border-radius: 0;
}
#sidebarSocials .box.circle-facebook:hover {
	background-color: #3b5998;
	border: 2px solid #3b5998;
	border-radius: 0;
}
#sidebarSocials .box.circle-google:hover {
	background-color: #dd4b39;
	border: 2px solid #dd4b39;
	border-radius: 0;
}
#sidebarSocials .box.circle-viadeo:hover {
	background-color: #ec7500;
	border: 2px solid #ec7500;
	border-radius: 0;
}
#sidebarSocials .box.circle-linkedin:hover {
	background-color: #007bb5;
	border: 2px solid #007bb5;
	border-radius: 0;
}
#sidebarSocials .box.circle-instagram:hover {
	background-color: #e95950;
	border: 2px solid #e95950;
	border-radius: 0;
}
/*.................... end ......................*/
/*********************************************GALLERY*******************************************************************/

/* Blur */
#gallery-2 figure {
	overflow: hidden;
	max-width: 355px;
	margin: 24px;
}
#gallery-2 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#gallery-2 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* BLOCK PROCESS */
.one,
.two,
.three {
	position: relative;
}
.one:before {
	content: url(./images/one.png);
	position: absolute;
	width: 400px;
	height: 400px;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.two:before {
	content: url(./images/two.png);
	position: absolute;
	/* width: 400px; */
	/* height: 400px; */
	right: 0;
	top: -133px;
}
.three:before {
	content: url(./images/three.png);
	position: absolute;
	width: 400px;
	height: 400px;
	margin: 0 auto;
	top: -112px;
	left: 15%;
	right: 25%;
}

/* BLOCK PROCESS end */

/* BLOCK SECTION 1 */

.section1 {
	margin-bottom: 0em;
	text-align: left !important; /* background: #f5f5f5; */
	padding-bottom: 4em; /* padding-top: 1em; */ /* border-bottom: 1px solid #f2f2f2; */
}
.section1 h2 {
	margin-bottom: 0.5em;
}
.section1 .big {
	text-align: center !important;
}
.section1 .container-title {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 0em;
	padding-bottom: 1em;
	text-align: center !important;
}
.section1 .container-txt {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0em;
	padding-bottom: 0em; /* background: #2b2d30; */
	margin-top: 0em;
	color: #3d3d42; /* border-left: 1px solid #32a1d8; */
	margin-left: 0em;
	margin-right: 0em;
	display: table;
}
.section1 .container-txt p {
	/* color:#383838; */
	font-size: 1rem;
}
.section1 h1 {
	/* text-align:center; */
	/* padding-bottom: 0.5em; */
	color: #3d3d42;
	/* font-size: 1rem; */
	/* text-align:center; */
	/* line-height: 1.5rem; */
	/* font-family: 'Open Sans', sans-serif; */
	margin-bottom: 0.4em;
	padding-top: 0;
}
.section1 h1 span {
	/* color: #999; */
}
.section1 h1 span:after {
	content: "";
	height: 3px;
	width: 20px;
	/* border-bottom: 5px dotted #959595; */
	position: relative;
	display: block;
	/* margin: 0 auto; */
	background: #32a1d8;
	border-radius: 30px;
	/* margin-top: 0.5em; */
	/* margin-bottom: 0.3em; */
	border-radius: 0;
	border: none;
	margin: 0.5em auto;
}

.section1 .image {
	float: left;
	position: relative;
	display: block;
}
.section1 .row {
	margin-top: 3em;
}

/* end BLOCK SECTION 1 */

/* SECTION 2 */

.section2 .tips {
	font-weight: 600;
	font-size: 1.6rem !important;
	/* font-family: 'Niconne', cursive; */
	color: #32a1d8;
	margin: 0 !important;
}

.section2 h2 {
	color: #4d4d4d;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-size: 1.75rem;
	text-align: center;
}

.section2 {
	/* margin-bottom: 3em; */
	background: #f6f6f6;
	padding-top: 0.5em;
	padding-bottom: 2em;
}
.section2 .container-txt {
	/* padding-left: 4em; */ /* padding-right: 4em; */
	padding-top: 1em;
	padding-bottom: 1em; /* background: #32a1d8; */
	color: #26376d; /* margin-top: 1em; */ /* margin-bottom: 1em; */
}
.section2 .container-title {
	padding-left: 13em;
	padding-right: 11em;
	padding-top: 0;
	padding-bottom: 0em; /* background: #dd5253; */ /* height: 79px; */
}
.section2 .container-title .btn {
	background: #222222;
	border-left: 0px solid #ccc;
	/* color: #FFF; */
}
.section2 .container-title .btn:hover {
	background: #ffffff !important;
	color: #2d2d2d;
	border-left: 0px solid #ffffff;
}

/* BLOCK expertise */

.section-expertise {
	background: rgba(243, 246, 251, 1);
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: left !important;
}

.section-expertise h2 {
	color: #1a1a1a;
}

.section-expertise .container-txt {
	/* color:#FFF; */
	text-align: justify !important;
	padding-left: 20%;
	padding-right: 10%;
	padding-top: 2em;
}
.section-expertise .container-img {
	/* text-align: center; */
}
/* end BLOCK expertise */
.section-solutions {
	/* background:#f4f4f4; */
	padding-top: 2em;
	padding-bottom: 2em;
}
.section-solutions .container-txt {
	padding-left: 0%;
	padding-right: 35%;
	padding-top: 10%;
	text-align: justify;
}
.section-solutions img {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.section-solutions .container-img {
	margin: 0 auto;
	text-align: center;
	display: block;
}

/* BLOCK TRANSFO */

.contact {
	background: rgb(160, 77, 152);
	padding: 40px 0 40px;
}
/* ------------------ FORMULAIRE ------------------ */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	background: rgb(241, 241, 241);
	padding: 6px;
	border: 1px solid #ffffff;
	max-height: 100px;
}
.home .wpcf7-form-control.wpcf7-text,
.home .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	padding: 6px;
	border: 1px solid #999;
	border-bottom: 1px solid #999 !important;
}
.home input.wpcf7-form-control.wpcf7-submit {
	/* margin-top: 10px; */
}

div.wpcf7 {
	margin: 0;
	padding: 0;
	max-width: 100%;
	margin: auto;
	margin-top: 2em;
}
.contact .titre {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 300;
	line-height: 2.3rem;
	text-align: center;
	padding-bottom: 20px;
	margin: 0 auto;
	text-align: center !important;
}
.contact .titre span {
	font-weight: 400;
}
/*......
/*.................... end ......................*/

/* end BLOCK EXERGUE */

/* FOOTER */
footer#colophon {
	padding-top: 1.3em;
	background: #02346d;
	/* margin-top: 2em; */
	border-top: 4px solid #f3f6fb;
	padding-bottom: 1.3em;
}
/* footer 3 block avec icone facebook*/

/* footer 3 block avec icone facebook*/

.tpls:before {
	/* background: none repeat scroll 0 0 #9c0600; */
	content: "";
	/* display: block; */
	height: 15px;
	/* width: 4px; */
	position: absolute;
	left: 0;
	/* top: 18px; */
	border-left: 4px solid #9c0600;
	/* padding-right: 10px; */
	/* float: left; */
}
.col-footer .col-md-3.spe:before {
	display: none;
}

.col-footer .spe {
	border: none; /* margin: 0 auto; */
	text-align: center; /* display: block; */ /* width: 450px; */
	padding-top: 0.8em;
	color: black;
}
.col-footer p {
	color: #dddddd; /* text-align: center; */ /* margin-bottom: 2em; */
	margin-bottom: 0; /* font-weight: 600; */
	font-size: 0.9rem; /* font-family: 'Caveat', cursive; */
	text-align: center;
	text-transform: uppercase;
}
.col-footer a {
	/* color: #adadad; */ /* text-decoration: none!important; */
}
.col-footer p.title-footer {
	/* text-transform:   uppercase; */
	color: #9a9a9a !important;
	text-align: center;
	padding-top: 1.5em;
	margin-bottom: 20px;
	font-size: 1.2rem; /* font-family: 'Mr Dafoe', cursive; */
	font-weight: 400;
}
.navf {
	padding-left: 10px;
}
#foot {
	font-size: 1.4rem;
}

.site-footer .email {
}
.site-footer .phone {
	/* color: #dddddd; */
	padding-top: 0;
}

.site-footer {
	font-size: 1.4rem;
}

.site-footer a,
#foot p {
	text-decoration: none;
}
.site-footer .fa {
	font-size: 2.5rem;
	/* color: #e63459; */
	padding-bottom: 0rem;
	float: none;
	padding-right: 10px;
	vertical-align: middle;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.site-footer .fa:hover {
	/* font-size: 2.5rem; */
	/* color: #ffffff; */
	/* padding-bottom: 0rem; */
	float: none;
	/* padding-right: 10px; */
	vertical-align: middle;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

.site-footer a:focus,
.site-footer a:visited,
.site-footer p {
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

.site-footer .telephoneSlider {
	color: #828282;
	font-size: 1.6rem;
	border-bottom: 0px solid #ffffff;
	/* margin-bottom: 10px; */
	padding-bottom: 10px;
}
.site-footer .horaireSliderTiltle {
	color: #828282;
	font-size: 1.6rem;
	border-bottom: 1px solid #cccccc;
	/* margin-bottom: 10px; */
	padding-bottom: 10px;
}

.site-footer .horaireSlider {
	color: #828282;
	font-size: 1.4rem;
	border-bottom: 0px solid #ffffff;
	/* margin-bottom: 10px; */
	padding-bottom: 10px;
}

.adresseSlider {
	color: #828282;
	padding-top: 10px;
	font-size: 1.6rem;
}
#foot .facebookSlider {
	color: #828282;
}

ul#menu-menu-footer {
	background: transparent !important;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#foot ul#menu-menu-principal-1 {
	float: none;
	text-align: right;
	list-style: none;
	display: block;
}

#foot ul.sub-menu {
	padding-left: 0;
	position: relative;
	background: none;
	list-style: none;
	z-index: 99999;
}
#foot ul.sub-menu > li.menu-item:hover {
	background: none !important;
	color: #c59958 !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

#foot li.menu-item:hover > ul.sub-menu {
	display: initial;
}

#foot ul li a {
	padding: 0;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

#foot ul li a:hover {
	text-decoration: none;
	color: #c59958 !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

#foot ul.sub-menu > .menu-item a {
	float: left;
	font-size: 1.2rem;
	width: 100%;
	margin: 0;
	text-align: right;
	padding-left: 10px;
	background: none !important;
	color: white;
}
#foot ul.sub-menu > .menu-item a:hover {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
	padding-left: 10px;
	background: none !important;
	color: #569000 !important;
}

#foot .titre-coord {
	font-size: 1.8rem;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	border-bottom: 1px solid #c59958;
	border-top: 1px solid #c59958;
	margin-bottom: 20px;
}

.phone {
	line-height: 1.2em;
	padding-top: 1em;
	/* padding-bottom: 1em; */
	/* color: #FFF!important; */
}

.phone a {
	/* font-weight:700!important; */
	text-decoration: none !important;
	/* color: #259fd8; */
}
.phone a:hover {
	/* font-weight: 400; */
	color: #32a1d8 !important;
	text-decoration: none !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.fax {
	padding-bottom: 1em;
}
.email a {
	color: #e63459 !important;
	text-decoration: none !important;
}
.email a:hover {
	color: #575757 !important;
	color: #fff !important;
	text-decoration: none !important;
}

#footer-main {
	color: #fff;
	font-size: 13px;
}
.facebookSlider {
	color: #8fc851;
}

.copy a:visited {
	color: #b6b6b6;
}
.copy a:link {
	color: #b6b6b6;
}
.copy {
	color: #63605a;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px; /* padding-top: 2px; */
	font-size: 0.8rem;
	margin-bottom: 0;
	padding-bottom: 0.2em; /* padding-top: 2em; */
	text-align: right !important;
}

/* end FOOTER */

/* BANDEAU PAGES INTERNES */

.semi-container {
	/* width: 100%; */
	/* margin: auto; */
	/* padding-top: 3px; */
}
section.sectionTop {
	/* padding: 15px 0; */
	/* background: #f8f8f8; */
	/* margin-bottom: 0; */
	margin-bottom: 2em;
	margin-top: 0em;
	/* border-top: 1px solid #ccccd0; */
	box-shadow: inset 0px 2px 5px #00000036;
}

/* specifique sols et matières */
.page-id-16 section.sectionTop {
	margin-bottom: 0em;
}

.page-id-16 .block-infos {
	background: #313e4f;
	margin-top: 2em;
	margin-bottom: 0.2em;
	display: block;
	padding-bottom: 2em;
}
.page-id-16 .block-infos p {
	color: #c6c6c6;
}
/* specifique sols et matières */
.breadCrumb {
	color: #fff;
	opacity: 0.8;
	padding-top: 1em;
}
p#breadcrumbs {
	margin: 0;
	text-align: right;
	font-size: 0.8rem;
	color: #979797;
}
.sectionTop h1 {
	margin: 0;
	font-size: 2rem; /* padding-left: 1em; */
	padding-top: 1em;
	text-align: center;
	padding-bottom: 1em;
}
.sectionTop h1:before {
	content: "";
	width: 50px;
	height: 10px;
	position: relative;
	color: #32a1d8;
}
.sectionTop h1:after {
	display: none;
	content: "";
	width: 15px;
	height: 15px;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #32a1d8 transparent transparent transparent;
	position: relative;
	margin: 10px auto;
}

h2.entry-title {
	padding-top: 1.5em;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
h2.entry-title a:hover {
	color: #32a1d8;
	padding-top: 1.5em;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}

#blog article:after {
	content: "";
	display: block;
	border-top: 1px dotted #ccc;
	margin-left: 15px;
	margin-right: 15px;
}

.ctI {
	font-size: 1rem;
	font-weight: bold;
	background: #f3f6fb;
	text-align: center !important;
	color: #02346d;
	display: block;
	padding: 29px 0 1px;
	border-radius: 15px;
}
.numbers {
	color: #368ed3;
	font-size: 1.5rem;
	padding: 0 20px;
	text-align: center;
	width: 100%;
	max-width: 93px;
	margin: auto;
	display: inline-block;
}
.stats {
	font-size: 1.3rem;
	padding: 40px 0;
}

.section3 ul li {
	font-size: 0.9rem;
	line-height: 1.5;
}
.section3 p {
	font-size: 1rem;
	line-height: 1.5;
	padding-left: 15px;
	padding-right: 15px;
}

.flex2 {
	display: flex;
}
.margin2 {
	margin: auto;
}
.h320 {
	height: 320px;
}
.grey {
	background: rgba(243, 246, 251, 1);
}

/********FORM*********/
span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
input[type="checkbox"] {
	vertical-align: sub;
}
#cookie-law-info-bar {
	padding: 5px 0;
}
.contain-textarea.cookie1 span {
	color: #716c6c;
	font-size: 0.9rem !important;
}
.contain-textarea.cookie1 a {
	color: #fca300 !important;
	font-size: 1.2rem !important;
}

.contain-textarea.cookie.c2 {
	font-style: italic;
	color: #585858 !important;
	font-size: 0.8rem !important;
	text-align: center;
}
.contain-textarea.cookie.c2 a {
	color: #e3061b !important;
}
/*
*******FORM*********/
input[type="file"] {
	/* display: block; */
	width: 100%;
	border: 1px solid rgb(241, 241, 241);
	background-color: #fff;
	padding: 10px;
	font-size: 14px;
	width: 100%;
	color: #02346d;
}

.page-id-511 .section3 ul li {
	font-size: 1.3rem;
	line-height: 1.5;
}
/* ------------------ BREAK POINTS ------------------- */
@media screen and (min-width: 992px) and (max-width: 1580px) {
	#box-col {
		top: 35% !important;
	}
}
@media screen and (max-width: 1500px) {
	div#responsive-menu-additional-content a {
		font-size: 13px;
	}
	div#responsive-menu-additional-content {
		padding: 15px 5% !important;
	}
	#responsive-menu-container .responsive-menu-search-box {
		color: #ffffff !important;
		font-size: 13px;
	}
	/*
#responsive-menu-container ::-webkit-input-placeholder {
  color: red!important;
  content: "red";
}

#responsive-menu-container :-ms-input-placeholder {
  color: red!important;
  content: "red";
}

#responsive-menu-container ::placeholder {
  color: red!important;
  content: "red";
}


*/

	.navbar-inverse .navbar-nav > li > a {
		padding-left: 1em;
		padding-right: 1em;
		font-size: 1.35rem;
	}
}

@media screen and (max-width: 1400px) {
	.page-id-276 .section1 p {
		padding-left: 5% !important;
		padding-right: 5% !important;
		text-align: justify !important;
	}
	html {
		font-size: 90%;
	}
}

@media screen and (max-width: 1245px) {
	#coord {
		/* display: none; */
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 1.15rem;
	}
}

@media screen and (max-width: 1150px) {
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 1em;
		padding-right: 1em;
		font-size: 1.35rem;
	}

	.search-form {
		display: none;
	}

	.t {
		width: 317px !important;
		margin: 25px auto !important;
	}
	ul.sub-menu > .current-menu-item a {
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}

	.navbar-inverse .navbar-nav > li > a {
		/* padding-left: 0.5em; */
		/* padding-right: 0.5em; */
	}
	.flex {
		display: flex;
		min-height: 0;
	}
}

@media screen and (max-width: 991px) {
	.rezize {
		max-width: 100%;
	}
	.container1500 {
		padding: 0 12px;
	}
	.flex {
		display: flex;
	}
	.margin {
		margin: auto;
	}
	.stats {
		margin: auto;
		max-width: 345px;
		width: 100%;
	}
	.col-footer p {
		text-align: center !important;
	}
	#coord {
		text-align: center !important;
	}
	.container-img {
		text-align: center !important;
		padding-left: 0;
		padding-right: 0;
	}
	.container-txt p {
		text-align: center !important;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	.container-txt {
		text-align: center !important;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	.btn {
		margin: 0 auto !important;
		text-align: center !important;
	}

	/*
    .home .site-header {
    height: 50vh;
    background: #efedeb url(images/slider.jpg) center center no-repeat;
    background-position-y: 0px;
    background-size:cover;
    }
    */

	.section1 h1 :after {
		margin: 0 auto;
	}
	.section-3blocksimage-01,
	.section-3blocksimage-02,
	.section-3blocksimage-03 {
		height: 200px;
	}
	.section-3blocksimage-01 p,
	.section-3blocksimage-02 p,
	.section-3blocksimage-03 p {
		text-align: center !important;
		font-weight: 400;
		color: #fff !important;
	}

	.section-3blocksimage .container-txt {
		text-align: center !important;
		margin: 0 auto !important;
		width: 100%;
		top: 15%;
	}
	.section-1blockimage .container-txt p {
		text-align: center !important;
		margin: 0 auto !important;
		width: 100%;
	}
	.section1 .container-txt {
	}
	.section1 .image {
		float: initial;
		margin: 0 auto;
		text-align: center;
	}
	.section1 .container-txt {
		float: initial;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 2em;
	}
	.section1 .container-txt ol {
		padding-left: 0;
	}
	.container-title {
		text-align: center !important;
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.tips {
		text-align: center !important;
	}

	html {
		font-size: 86%;
	}

	.section4 {
		height: 500px;
	}
	.coordF {
		float: none !important;
	}
	footer {
		padding: 20px 0;
	}
	div#sidebarSocials {
		text-align: center;
		display: inline-block;
		position: relative;
		margin: auto;
		left: 0;
		right: 0;
	}
	.rpwwt-widget ul {
		text-align: center;
	}
	.rpwwt-widget ul li {
		text-align: center;
		width: 58%;
	}
	.none {
		display: none;
	}

	.navbar {
		text-align: center;
	}
	#head .row {
		padding-left: 0;
		margin: 0;
	}
	div#head {
		padding: 0;
	}
	#box-col {
		position: relative;
	}

	.t {
		width: 350px !important;
		margin: 25px auto !important;
	}
	p#slogan {
	}
	p#face {
		padding-top: 1px;
	}
	h2 {
		text-align: center;
	}
	.contain-rea {
		margin-right: auto;
		margin-left: auto;
	}
	.textwidget {
		text-align: center;
	}
	#foot {
		text-align: center;
	}
	#foot ul#menu-menu-principal-1 {
		float: none;
		text-align: center;
		list-style: none;
		display: block;
		padding: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#face {
		text-align: center;
	}
	.rea-icon {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.text-right {
		text-align: center !important;
	}
	.h320 {
		height: auto;
	}
	.margin2 {
		margin-bottom: 2em;
	}
	.one:before {
	}
	.two:before {
		left: 0;
	}
	.three:before {
		left: 0;
		right: 0;
	}

	.section1 .col-md-5 {
		height: 650px;
		/* background-size: cover; */
		background: #ececec;
	}
	.page-id-276 .section1 .col-md-5 {
		height: auto;
		/* background-size: cover; */
	}

	html {
		font-size: 75%;
	}

	div#slider-contact {
		top: initial;
	}
	html {
		font-size: 86%;
	}
	.section1 h2 {
		margin-top: 0 !important;
		padding-top: 2em !important;
	}
}
@media screen and (max-width: 650px) {
	.slogan {
		font-size: 2rem;
	}
	.slogan span {
		font-size: 2rem;
	}
	.theme-default .nivo-controlNav {
		bottom: -15px;
	}
}
@media screen and (max-width: 450px) {
	.metaslider {
		padding-top: 0;
		/* margin-top: -22px; */
		z-index: -1 !important;
	}

	.section1 .container-title {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.section1 .container-txt {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0em;
		padding-bottom: 0em; /* background: #2b2d30; */
		margin-top: 5em;
		color: #3d3d42;
		border-left: 1px solid #32a1d8; /* margin-left: 1em; */ /* margin-right: 1em; */
	}

	.section1 .container-txt {
		margin-top: 0 !important;
		border-left: 0px solid #cccccc24;
		border-top: 0px solid #32a1d8;
		padding-top: 1em;
		/* margin: 0 18%; */
		width: 100%;
	}

	html {
		font-size: 60%;
	}

	.site-footer .raccourcis a:after {
		content: "";
		position: absolute;
		width: 3px;
		height: 3px;
		background: #df570c;
		margin-left: 4px;
		margin-top: 6px;
		border-radius: 20px;
	}

	.nivo-caption {
		background: none !important;
		margin: 0 auto;
		display: block;
		top: 0px;
		opacity: 1 !important;
	}

	.slogan-block .slogan:after {
		margin-top: 5px;
	}
	.slogan {
		line-height: 18px;
	}
}
.sbttBacktotop {
	bottom: 90px !important;
}
