html {
	overflow-x: hidden;
}
* {
	outline: none !important;
	text-decoration: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Futura Medium';
	font-size: 16px;
	line-height: normal;
	color: #7a7f83;
	line-height: 30px;
	overflow-x: hidden;
	background-color: #fff;
	background-size: 100%;
	-webkit-font-smoothing: antialiased;
}
#wrapall {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
a, a *:before, a *:after, button, .btn {
	transition: all 0.15s linear 0s;
	cursor: pointer;
}
a, a:hover {
	text-decoration: none;
	outline: none !important;
	color: #7a7f83;
}
a:hover {
	color: #274259;
}
p {
	margin-bottom: 15px;
	color: #7e7e7e;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 20px;
}
p:empty {
	line-height: 0 !important;
}
strong, b {
	font-weight: 900;
}
ul, li {
	list-style: none;
	margin: 0;
}
ol {
	padding-left: 20px;
	list-style: decimal;
	line-height: 24px;
}
ol li {
	list-style: decimal;
	margin-bottom: 20px;
}
ol li::marker {
 font-weight: 700;
 color: #274259;
}
.site-main ul {
	margin-bottom: 15px;
	padding-left: 20px;
}
.site-main ul li {
	padding-left: 25px;
	margin-bottom: 5px;
	line-height: 28px;
	position: relative;
	list-style: none;
}
/*.site-main ul li:after {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 0;
	color: #e5ba84;
	font-family: "Font Awesome 5 Free";
	text-align: center;
	font-size: 14px;
}*/
 input::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #7a7f83 !important;
 font-size: 14px !important;
 line-height: 22px !important;
 font-weight: 500 !important;
}
.container {
	max-width: 1170px;
	width: 100%;
	padding: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
img, iframe, svg {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}
svg {
	height: auto;
}
u {
	text-decoration: underline;
}
h1 {
	font-size: 5%;
	color: #274259;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 30px;
}
h2 {
	font-size: 50px;
	line-height: 50px;
	color: #141414;
	margin-bottom: 30px;
	font-family: 'Futura Medium';
}
h3 {
    font-size: 40px;
    line-height: 42px;
    color: #141414;
    margin-bottom: 20px;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	color: #ce997b;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Futura Medium';
}
h5 {
	font-size: 18px;
	line-height: 20px;
	color: #203864;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Plus Jakarta Sans';
}
h6 {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	font-family: 'Plus Jakarta Sans';
}

.d-block {
	display: block !important;
}
.d-none {
	display: none !important;
}
.d-flex {
	display: flex !important;
	flex: 1 1 0;
}
.d-flex.a-right {
	justify-content: flex-end !important;
}
.f-d-column {
	flex-direction: column;
}
.d-i-flex {
	display: inline-flex !important;
}
.flex-wrap {
	flex-wrap: wrap;
}
.pull-left, .alignleft {
	float: left;
}
.pull-right, .alignright {
	float: right;
}
.pull-center, .aligncenter {
	float: none;
	margin: 0 auto;
}
.a-left {
	text-align: left;
}
.a-right {
	text-align: right;
}
.a-center {
	text-align: center;
}
.align-items-center {
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.p-0 {
	padding: 0 !important;
}
.p-5 {
	padding: 5px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-35 {
	padding: 35px !important;
}
.p-t-0 {
	padding-top: 0px !important;
}
.p-t-5 {
	padding-top: 5px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-t-15 {
	padding-top: 15px !important;
}
.p-t-20 {
	padding-top: 20px !important;
}
.p-t-25 {
	padding-top: 25px !important;
}
.p-t-30 {
	padding-top: 30px !important;
}
.p-t-40 {
	padding-top: 40px !important;
}
.p-t-50 {
	padding-top: 50px !important;
}
.p-t-75 {
	padding-top: 75px !important;
}
.p-t-100 {
	padding-top: 100px !important;
}
.p-t-200 {
	padding-top: 200px !important;
}
.p-r-0 {
	padding-right: 0px !important;
}
.p-r-5 {
	padding-right: 5px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-r-15 {
	padding-right: 15px !important;
}
.p-r-20 {
	padding-right: 20px !important;
}
.p-r-25 {
	padding-right: 25px !important;
}
.p-r-30 {
	padding-right: 30px !important;
}
.p-b-0 {
	padding-bottom: 0px !important;
}
.p-b-5 {
	padding-bottom: 5px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-b-15 {
	padding-bottom: 15px !important;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.p-b-25 {
	padding-bottom: 25px !important;
}
.p-b-30 {
	padding-bottom: 30px !important;
}
.p-b-40 {
	padding-bottom: 40px !important;
}
.p-b-50 {
	padding-bottom: 50px !important;
}
.p-b-75 {
	padding-bottom: 75px !important;
}
.p-b-100 {
	padding-bottom: 100px !important;
}
.p-l-0 {
	padding-left: 0px !important;
}
.p-l-5 {
	padding-left: 5px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-l-15 {
	padding-left: 15px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.p-l-30 {
	padding-left: 30px !important;
}
.m-0 {
	margin: 0 !important;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-t-60 {
	margin-top: 60px !important;
}
.m-t-75 {
	margin-top: 75px !important;
}
.m-t-100 {
	margin-top: 100px !important;
}
.m-r-0 {
	margin-right: 0px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.m-r-20 {
	margin-right: 20px !important;
}
.m-r-25 {
	margin-right: 25px !important;
}
.m-r-30 {
	margin-right: 30px !important;
}
.m-r-40 {
	margin-right: 40px !important;
}
.m-r-50 {
	margin-right: 50px !important;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-2 {
	margin-bottom: 2px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-45 {
	margin-bottom: 45px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-b-60 {
	margin-bottom: 60px !important;
}
.m-b-75 {
	margin-bottom: 75px !important;
}
.m-b-100 {
	margin-bottom: 100px !important;
}
.m-l-0 {
	margin-left: 0px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-20 {
	margin-left: 20px !important;
}
.m-l-25 {
	margin-left: 25px !important;
}
.m-l-30 {
	margin-left: 30px !important;
}
.col-50 {
	flex: calc(50% - 10px) 0 0;
}
.col-100 {
	flex: 100% 0 0;
}
#main-navigation-mobile {
	display: none;
}
.open-menu {
	display: none;
	text-decoration: none;
	width: 30px;
	padding: 0;
	position: absolute;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	cursor: pointer;
}
.open-menu .bar {
	background-color: #9ac0b5;
	display: block;
	height: 5px;
	margin: 0 0 6px;
	width: 100%;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
}
.open-menu.open .bar {
	margin: 0;
	transform: rotate(45deg);
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	background-color: #313131;
}
.open-menu.open .bar.bar2 {
	margin-top: -5px;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
}
.open-menu.open .bar.bar1 {
	transform: rotate(-45deg);
	margin-top: 13px;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
}
.open-menu.open .bar.bar3 {
	display: none;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
}
.grecaptcha-badge {
	right: -500px !important;
}
.scrolltotop {
    background: #9ac0b5;
    bottom: 80px;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    opacity: 0.7;
    overflow: hidden !important;
    padding: 0;
    position: fixed !important;
    right: 40px;
    font-size: 20px;
    width: 40px;
    z-index: 999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100%;
}
.scrolltotop svg {
	color: #FFFFFF;
}
.scrolltotop:hover {
	background: #d62222;
	opacity: 1;
}
.img_top_parallax {
	height: 320px;
}
.img_top_parallax .container {
	max-width: 100%;
}
.img_top_parallax * {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.img_top_parallax h1 {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 0;
}
.img_top_parallax .content {
	z-index: 10;
	position: relative;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 20px;
	text-align: center;
	flex-direction: column;
}
.img_top_parallax .parallaxator {
	overflow: hidden;
	position: relative;
	height: 100%;
	background-color: #313131;
}
.img_top_parallax .parallaxator > .parallax_child {
	position: absolute;
	top: 0;
	min-height: 100%;
	max-width: inherit;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	width: auto !important;
}
.single .bloc_right{
	padding-left: 50px;
}
/*----- Accordion -----*/
.accordion .cont_accordion {
	margin-bottom: 10px;
	/*  box-shadow: 0 10px 30px rgba($color-bleu, 0.2);*/
  background: #f8f4ee;
	border-radius: 0;
	padding: 25px 40px;
}
.accordion .cont_accordion .accordion-section-title {
	color: #274259;
	font-size: 23px;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.accordion .cont_accordion .accordion-section-title:after {
	content: "";
	flex: 30px 0 0;
	height: 30px;
	width: 30px;
	background: url(../img/plus.png) center center no-repeat;
	z-index: 1;
	margin-left: auto;
}
.accordion .cont_accordion .accordion-section-title.active:after {
	background: url(../img/moin.png) center center no-repeat;
}
.accordion .cont_accordion .accordion-section-content {
	display: none;
	width: 100%;
	padding-top: 30px;
}
.accordion .cont_accordion .accordion-section-content li {
	margin-bottom: 5px;
}
/*******waves-effect********/
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.7s ease-out;
	transition-property: transform, opacity;
	transform: scale(0);
	pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
	background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
	background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
	background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
	background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
	background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
	background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect.waves-blue .waves-ripple {
	background-color: rgba(0, 57, 99, 0.7);
}
.waves-effect input[type=button], .waves-effect input[type=reset], .waves-effect input[type=submit] {
	border: 0;
	font-style: normal;
	font-size: inherit;
	text-transform: inherit;
	background: none;
}
.waves-effect img {
	position: relative;
	z-index: -1;
}
.waves-effect .waves-notransition {
	transition: none !important;
}
.waves-effect .waves-circle {
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
	-webkit-mask-image: none;
}
.waves-effect .waves-input-wrapper {
	border-radius: 0.2em;
	vertical-align: bottom;
}
.waves-effect .waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.waves-effect .waves-block {
	display: block;
}
.waves-effect .waves-ripple {
	z-index: -1;
}

.bloc_right, .bloc_left {
    width: 50%;
}
/*************** tabs **************/
.panel_tab .nav_tabs {
	-moz-column-gap: 0;
	column-gap: 0;
}
.panel_tab .nav_tabs .item {
	background: #e9ecf0;
	padding: 0 40px;
	color: #203864;
	flex: 1;
	line-height: 50px;
	justify-content: center;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	justify-content: center;
	align-items: center;
	-moz-column-gap: 10px;
	column-gap: 10px;
	position: relative;
	text-transform: uppercase;
	font-family: 'Plus Jakarta Sans';
}
.section_contact_map .panel_tab .nav_tabs .item {
    background: #fff;
}
.panel_tab .nav_tabs .item:after{
    content: "\f0dd";
    color: #fff;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: 18px;
    font-size: 25px;
    height: 9px;
    left: calc( 50% - 6px);
}
.section_contact_map .panel_tab .nav_tabs .item:after{
	display: none;
}
.panel_tab .nav_tabs .item a {
	color: #274259;
}
.panel_tab .nav_tabs .item.active, .panel_tab .nav_tabs .item:hover {
	background: #d62222;
}
.panel_tab .nav_tabs .item.active:after, .panel_tab .nav_tabs .item:hover:after {
	color: #d62222;
}
.section_contact_map .panel_tab .nav_tabs .item.active:after,
.section_contact_map .panel_tab .nav_tabs .item:hover:after {
	display: block;
}

.panel_tab .nav_tabs .item.active a, .panel_tab .nav_tabs .item:hover a {
	color: #fff;
}
.panel_tab .nav_tabs .item:first-child {
}
.panel_tab .nav_tabs .item:last-child {
}
.panel_tab .tab-content {
	padding: 0;
}
.panel_tab .tab-content .tab_pane{
    width: 100%;
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
	margin-top: 30px;
}
.panel_tab .tab-content .tab_pane.active {
	height: auto;
	opacity: 1;
	visibility: visible;
}
.panel_tab .tab-content .tab_pane a {
	text-decoration: underline;
}
button {
	border: none;
	background: none;
	cursor: pointer;
}
.btn {
    padding: 10px 40px;
    background-color: #fff;
    font-family: 'Plus Jakarta Sans';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #7e7e7e;
    width: auto;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    outline: 0;
    box-sizing: border-box;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    z-index: 5;
    border-radius: 30px;
    box-shadow: 0 0 40px rgb(0 0 0 / 20%);
    border: 1px solid #ebebeb;
}
.btn:hover, .btn:focus, .btn.active {
	background-color: #9ac0b5;
}
.btn.btn_small {
	line-height: 18px;
	padding: 8px 30px;
}
.btn i {
	margin-right: 10px;
}
.btn.btn_noir {
	background-color: #274259;
	color: #e5ba84;
}
.btn.btn_noir:hover, .btn.btn_noir:focus, .btn.btn_noir.active {
	background-color: #f8f4ee !important;
	color: #274259;
}
.btn.btn_gris {
	background-color: #f8f4ee;
	color: #274259;
}
.btn.btn_gris:hover, .btn.btn_gris:focus, .btn.btn_gris.active {
	background-color: #274259;
	color: #FFFFFF;
}
.form-control {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-bottom: 20px;
	width: 100%;
}
input, select{
    background: none;
    border: none;
    font-weight: 500;
    height: 50px;
    background-color: #fff;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Plus Jakarta Sans';
    color: #7e7e7e;
    border-radius: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.lcb-form {
    -moz-column-gap: 20px;
    column-gap: 20px;
}
textarea {
	background-color: #fff;
	height: 130px;
	font-size: 14px;
	font-weight: 500;
	padding: 25px 30px;
	border: none;
	width: 100%;
	margin-bottom: 20px;
	font-family: 'Plus Jakarta Sans';
    border-radius: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
 [type=checkbox]:not(:checked), [type=checkbox]:checked {
 position: absolute;
 pointer-events: none;
 opacity: 0;
}
.form-check-input[type=checkbox] + label {
	text-align: justify;
	position: relative;
	display: inline-block;
	padding-left: 30px;
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.form-check-input[type=checkbox] + label:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 18px;
	height: 18px;
	margin-top: 0;
	content: "";
	background: #FFFFFF;
	transition: 0.2s;
}
 .form-check-input[type=checkbox]:not(.filled-in) + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 0;
 width: 18px;
 height: 18px;
 margin-top: 0;
 content: "";
 background: #FFFFFF;
 transition: 0.2s;
}
.form-check-input[type=checkbox]:not(.filled-in) + label:after {
 transform: scale(0);
 background: none;
}
.form-check-input[type=checkbox]:checked + label:before {
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	top: -4px;
	left: -5px;
	width: 10px;
	height: 15px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	transform: rotate(40deg);
	transform-origin: 100% 100%;
	backface-visibility: hidden;
	background: none;
	border-radius: 0;
}
select {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	margin: 0;
	width: 100%;
	font-family: 'Plus Jakarta Sans';
	cursor: inherit;
	line-height: inherit;
	outline: none;
	z-index: 10;
}
 select::-ms-expand {
 display: none;
}
.form-select {
	width: 100%;
	cursor: pointer;
	background: #FFFFFF url(../img/caret.png) right 30px center no-repeat;
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #7a7f83;
	padding: 18px 0 18px 30px;
	border: none;
	margin-bottom: 20px;
	border-radius: 6px;
}
select, .form-select:after {
	grid-area: select;
}
.alert, .m_system {
	font-size: 14px;
	text-transform: initial;
	line-height: 18px;
	padding: 10px;
	margin: 0 0 15px;
	text-align: left;
}
.alert-info, .m_infos {
	border: 1px solid rgb(235, 169, 50);
	background: rgba(235, 169, 50, 0.26);
	color: rgb(235, 169, 50);
}
.alert-danger, .m_alerte {
	background: rgb(255, 205, 207);
	border: 1px solid rgb(209, 35, 42);
	color: rgb(209, 35, 42);
}
.alert-success, .m_valide {
	background: #1c8820;
	border: 1px solid rgb(28, 136, 32);
	color: rgb(255, 255, 255);
}
.home header {
    position: absolute;
}

header {
    background-color: #fff;
    z-index: 100;
    width: 80%;
    margin: 40px 10% 0;
}
header .container {
	max-width: 100%;
	-moz-column-gap: 50px;
	column-gap: 50px;
	width: 100%;
}
header .container .header_left {
	padding: 10px ;
	display: flex;
	align-items: center;
	width: 282px;
}
header .container .header_left .logo {
	width: 100%;
	text-align: center;
}
header .container .header_right {
}
header .container .header_right .bloc_top {
	font-size: 16px;
	justify-content: space-between;
	align-items: center;
	background: #e9ecf0;
	padding: 0 60px;
}
header .container .header_right .bloc_top .sociaux {
	-moz-column-gap: 20px;
	column-gap: 20px;
}
header .container .header_right .bloc_top a {
	color: #7e8187;
	font-size: 13px;
}
header .container .header_right .bloc_top a:hover {
	color: #203864;
}
header .container .header_right .bloc_top .pos_right i {
	margin-right: 10px;
	color: #d62222;
}
header .container .header_right .main_menu {
	-moz-column-gap: 80px;
	column-gap: 80px;
	align-items: center;
}
header .container .header_right .main_menu a {
	color: #7e7e7e;
	font-size: 20px;
	line-height: 108px;
	font-family: 'Futura Medium';
	position: relative;
}
header .container .header_right .main_menu a:hover, 
header .container .header_right .main_menu .menu-item-type-post_type a {
	color: #000;
}


header #btn_search {
    background: url(../img/icon-search.png) center center no-repeat;
    width: 40px;
    height: 100%;
    margin: 0 80px 0 40px;
}
header #header-widget-area {
    display: none;
    position: absolute;
    width: 200px;
    padding: 10px;
    right: 0;
	top: 113px;
    background: #9ac0b5;
}
header .active #header-widget-area {
    display: block;
}
header .wp-block-search input {
    height: 40px;
    background: #fff;
    padding: 10px;
    max-width: 150px;
}
header .wp-block-search .wp-block-search__button {
    font-size: 0;
    cursor: pointer;
    float: right;
	height: 40px;
    width: 40px;
    background: url(../img/icon-search.png) center center no-repeat;
}
footer {
	background: #313131;
	margin-top: auto;
}
footer .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
	font-size: 15px;
	font-weight: 500;
}
footer .container a:hover {
	color: #fff;
}
footer .footer_top {
	width: 100%;
	padding: 50px 0;
}
footer .footer_top span{
    color: #5d5d5d;
    font-size: 24px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
}
footer .footer_top a {
    font-weight: 400;
    color: #5d5d5d;
    line-height: 36px;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
}
footer .footer_top a.email {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
	line-height: 80px;
}
footer .footer_top a:hover {
	text-decoration:underline;
}
footer .footer_top .adresse{
    max-width: 180px;
    text-align: center;
}
footer .footer_top .sociaux {
	justify-content: center;
}
footer .footer_top .sociaux .lien {
	background: #1a2e54;
	height: 42px;
	width: 42px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	line-height: 42px;
	color: #fff;
	margin: 0 5px;
	font-size: 15px;
}
footer .footer_top .sociaux .lien:hover {
	background: #fff;
	color: #274259;
}
footer .footer_bottom{
    position: relative;
    width: 100%;
    padding: 60px 0;
    border-top: 1px solid #464646;
}
footer .sociaux a.lien {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #9ac0b5;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}
footer .sociaux a.lien:hover {
    background: rgba(255,255,255,.1);
	color: #9ac0b5;
}
footer .menu{
	float: left;
	margin-left: 80px;
}

.content_area {
}
.section_gallery_home {
	width: 100%;
	position: relative;
}
.section_gallery_home .owl-carousel, .section_gallery_home .owl-stage-outer, .section_gallery_home .owl-stage, .section_gallery_home .owl-item {
	height: 100%;
}
.section_gallery_home #slide_accueil .slide {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.section_gallery_home #slide_accueil .slide .container {
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	row-gap: 30px;
	flex-direction: column;
	height: 780px;
	padding-bottom: 5%;
	justify-content: end;
	position: relative;
	z-index: 10;
	text-align: left;
}
.section_gallery_home #slide_accueil .slide .container h2 {
    font-size: 62px;
    line-height: 80px;
    color: #fff;
    padding-bottom: 10%;
    font-family: 'Futura Medium';
    font-weight: bold;
    text-transform: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.section_gallery_home #slide_accueil .slide .container h2 span {
	color: #ce997b;
}
.section_gallery_home #slide_accueil .slide::after{
	 position: absolute;
	 background-color: rgba(0, 0, 0, 0.6);
	 content: "";
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
}
.section_gallery_home .sociaux {
    -moz-row-gap: 10px;
    row-gap: 10px;
    position: absolute;
    top: 35%;
    width: 60px;
    left: 10%;
}
.section_gallery_home .sociaux a.lien {
    float: left;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: rgba(255,255,255,.1);
    border-radius: 100%;
	color: #fff;
    margin-bottom: 10px;
}
.section_gallery_home .sociaux a.lien:hover {
    background: #9ac0b5;
}

.container_btn{
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 40%;
    z-index: 9999;
}
.section_gallery_home #text {
  height: 140px;
  width: 140px;
  position: relative;
  /*animation: effect 8s linear infinite;*/
}
.section_gallery_home .btn_square{
    display: inline-block;
    max-height: 140px;
    background: url(../img/flech.png) center center no-repeat;
}

@keyframes effect {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section_gallery_home #text span {
  position: absolute;
  left: 50%;
  font-size: 14px;
  transform-origin: 0px 65px;
  transform-style: flat;
  font-family: 'Plus Jakarta Sans';
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}


.section_somme_nous .item {
	-moz-column-gap: 40px;
	column-gap: 40px;
	margin-bottom: 80px;
}
.single .bloc_left,
.section_somme_nous .item .bloc_left,
.section_prestations .item .bloc_left  {
	width: 50%;
	position: relative;
}
.section_somme_nous .item .bloc_left .image {
	width: 540px;
	max-height: 540px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	max-width: 100%;
	height: -moz-fit-content;
	height: fit-content;
}
.single .bloc_left img{
	max-width: 90%;
	border-radius: 20px;
}

.section_somme_nous .item .bloc_left .image img {
	min-height: 100%;
	min-width: 100%;
	max-width: inherit;
}
.section_somme_nous .item .bloc_right {
    width: 40%;
    float: right;
}
.section_somme_nous .item .bloc_left .image_1  {
    width: 440px;
    height: 670px;
    overflow: hidden;
    border-radius: 220px;
    text-align: center;
}
.section_somme_nous .item .bloc_left .image_1 img,
.section_somme_nous .item .bloc_left .image_2 img{
	max-width: inherit;
	margin-left: -80%;
}
.section_somme_nous .item .bloc_left .image_2{
    position: absolute;
    top: calc(50% - 220px);
    width: 270px;
    height: 440px;
    left: 50%;
    overflow: hidden;
    border-radius: 135px;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}

.section_realisations {
	padding: 0 2%;
}
.section_realisations .liste_realisations{
    column-gap: 40px;
	row-gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
}
.section_realisations .liste_realisations a.item{
    width: calc((100% - 80px) / 3);
    flex: auto;
}

.liste_articles {
    column-gap: 40px;
	row-gap: 40px;
	flex-wrap: wrap;
	justify-content: center;
}
.liste_articles a.item {
    width: calc((100% - 80px) / 3);
    flex: auto;
}
.section_realisations .liste_realisations .item_content:after,
.liste_articles .item_content:after  {
	 position: absolute;
	 background-color: rgba(255, 255, 255, 0.8);
	 content: "";
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 display: none;
}
.section_realisations .liste_realisations .item:hover h6,
.liste_articles .item:hover h6,
.section_realisations .liste_realisations .item:hover .link,
.liste_articles .item:hover .link ,
.section_realisations .liste_realisations .item:hover h4,
.liste_articles .item:hover h4,
.section_realisations .liste_realisations .item:hover .item_content:after,
.liste_articles .item:hover .item_content:after  {
	 display: block;
}

.section_realisations .liste_realisations .item_content,
.section_bloc_blog .container .liste_articles .item_content,
.liste_articles .item_content  {
	width: 100%;
	height: 430px;
	position: relative;
	border-radius: 20px;
	padding: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section_realisations .liste_realisations .item:hover .item_content,
.liste_articles .item:hover .item_content {
	box-shadow: 0 0 30px rgb(255 255 255 / 80%);
}
.section_realisations .liste_realisations .link,
.liste_articles .link  {
    position: absolute;
    top: 20px;
    right:20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    font-size: 24px;
	z-index: 99;
	transform: rotate(45deg);
	display: none;
}
.section_realisations .liste_realisations .item:hover .link,
.liste_articles .item:hover .link  {
    background: #ce997b;
	color: #fff;
}
.section_realisations .liste_realisations h4,
.liste_articles h4 {
    font-size: 26px;
    line-height: 36px;
    color:#ce997b;
    font-weight: 500;
    margin-bottom: 10px;
	display: none;
    font-family: 'Plus Jakarta Sans';
}
.section_realisations .liste_realisations h6,
.liste_articles h6 {
    color:#000;
	display: none;
}
.section_realisations .filter_cat,
.page-template-archive .filter_cat{
	padding: 0;
	margin-bottom: 40px;
}
.section_realisations .filter_cat li,
.page-template-archive .filter_cat {
	padding: 0 50px 0 0;
}
.section_realisations .filter_cat a,
.page-template-archive .filter_cat a{
	color: #7e7e7e;
	font-size: 16px;
    font-family: 'Futura Bold';
}
.section_realisations .filter_cat a.active,
.section_realisations .filter_cat a:hover,
.page-template-archive .filter_cat a.active,
.page-template-archive .filter_cat a:hover{
	color: #9ac0b5;
}
.section_realisations .steps{
    height: 1px;
    background: #ebebeb;
    margin-top: 40px;
	position: relative;
}
.section_realisations .steps:after{
    height: 1px;
    background: #ce997b;
    width: 30%;
	position: absolute;
	content: "";
	left:0;
	top: 0;
}


.section_prestations .services  {
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.section_prestations .services h5 {
    font-size: 30px;
    line-height: 40px;
    color: #141414;
    font-weight: 600;
    margin: 20px 0;
	text-transform: none;
    font-family: 'Futura Medium';
}
.section_prestations .services .service{
	width: 33.333%
}
.section_prestations .services .service .image {
    width: 100%;
    border-radius: 20px;
    height: 270px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_missions {
	background: #f6f6f6 url(../img/bg-missions.jpg) center center no-repeat;
}
.section_missions .bloc_left img {
    border-radius: 20px;
}
.section_missions .mission {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.section_missions .top{
    margin-bottom: 20px;
}
.section_missions span.titre{
    font-size: 26px;
    line-height: 42px;
    color: #141414;
	margin-left: 20px;
    font-family: 'Futura Medium';
}


.section_projets{
	background: url(../img/bg-projet.jpg) center center no-repeat;
}
.section_projets .projets{
	padding: 0 10%;
}
.section_projets .projet-desc {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 26px;
    padding: 0 18px;
    font-weight: 500;
}

marquee {
  position: relative;
  overflow-x: hidden;
}

.site-main marquee ul {
    margin: 0;
    line-height: 85px;
    padding: 0;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

#section_4 marquee{
    background: rgba(154,192,181,.5);
    height: 85px;
    line-height: 85px;
}
#section_4 marquee li {
    float: left;
	color: #fff;
    margin: 0 50px;
	font-size: 32px;
	line-height: 85px;
	text-transform: uppercase;
}
#section_4 marquee li:first-child {
    margin-left: 0;
}
#section_4 marquee li:last-child {
    margin-right: 0;
}

.section_projets h4 {
    color: #000;
    font-size: 20px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    margin-top: 30px;
}
.section_projets .projet-desc span{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align:center;
	background: #fff;
	color: #141414;
    border-radius: 100%;
	position: absolute;
    left: 0;
}
.section_projets .projet-desc:hover span{
	background: #000;
	color: #fff;
}

.section_projets .projet-desc .projet-img{
	width: 160px;
	height: 160px;
	line-height: 160px;
	text-align:center;
	background: #000;
	display: inline-block;
    border-radius: 100%;
	position: relative;
}
.section_projets .projet-desc:hover .projet-img{
	background: #ce997b;
}
.section_projets .projet-desc:hover .projet-img img{
	filter: brightness(3);
}


.section_services {
	background: url(../img/bg-services.jpg) center center no-repeat;
}
.section_services .service{
	text-align: center;
	background: #fff;
}
.section_services .service:hover{
	background: #203864;
}
.section_services .descriptif{
	height: 220px;
	padding: 20px 40px;
}

.section_services .descriptif p{
    color: #203864;
    text-transform: uppercase;
	font-family: 'Plus Jakarta Sans';
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
.section_services .service:hover .descriptif p{
	color: #fff;
}


.section_prestations .panel_tab .tab-content .tab_pane.active .row {
}
.site-main .section_prestations ul {
    margin-bottom: 0;
    padding-left: 0;
}
.site-main .section_prestations ul li{
    padding-left: 0;
    margin-bottom: 0;
    line-height: 70px;
    color: #d62222;
    font-size: 20px;
    position: relative;
    border-bottom: 1px solid #d7dae0;
    font-weight: 500;
}
.site-main .section_prestations ul li:after{
	display: none;
}
.section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-left {
	width: calc(100% - 391px);
	padding: 15px 15px 15px 35px;
	color: #274259;
	align-items: center;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
.section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-left .icone {
	height: 60px;
	flex: 60px 0 0;
	background-color: #f8f4ee;
	text-align: center;
	line-height: 60px;
	border-radius: 100%;
}
.section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-right {
	width: 391px;
	padding: 15px 15px 15px 35px;
	color: #7a7f83;
	border-left: 1px solid #ede8e1;
	align-items: center;
	display: flex;
}
.section_prestations .cards {
	-moz-column-gap: 30px;
    column-gap: 30px;
}
.section_prestations .card {
    width: 50%;
	background: #203864;
	color: #fff;
	padding: 40px;
	-moz-column-gap: 40px;
    column-gap: 40px;
}
.section_prestations .card:last-child {
	background: #d62222;
}
.section_prestations .card h4 {
    color: #fff;
    line-height: 30px;
}
.site-main .section_prestations .card ul li,
.section_contact_map .tab-content li {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
	position: relative;
	padding-left: 15px;
    border-bottom: none;
}
.section_contact_map .tab-content li:before ,
.site-main .section_prestations .card ul li:before{
    content: "✓";
    color: #d62222;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: 18px;
    font-size: 16px;
	font-weight: bold;
    top: 0;
    left: 0;
}
.section_contact_map .tab-content li {
    color: #7e8187;
}
.site-main .section_prestations .card:last-child ul li:before {
    color: #203864;
}

.bloc_fournisseurs .logo {
    width: 170px;
    height: 170px;
    line-height: 170px;
    background: #fff;
    border-radius: 100%;
    min-width: 170px;
	text-align: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.bloc_fournisseurs .descriptif {
	padding: 0 30px;
}
.bloc_fournisseurs .image {
    min-width: 300px;
    margin-bottom: 30px;
}

.section_realisations .slide_realisations {
    padding: 0 8%;
}
.section_realisations .owl-carousel .owl-item {
    max-height: 430px;
}
.section_realisations .descriptif {
    position: absolute;
    z-index: 10;
    bottom: 0;
    padding: 30px 40px;
	color: #fff;
	display: none;
    background: rgba(214,34,34,.9);
}
.section_realisations .descriptif a,
.section_realisations .descriptif a:hover{
	color: #fff;
}

.section_realisations .realisation:hover .descriptif {
	display: block;
}
.section_realisations .descriptif .surtitle{
    font-size: 12px;
    line-height: 14px;
	font-weight: 400;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans';
}
.section_realisations .descriptif .titre{
    font-size: 24px;
    line-height: 30px;
	font-weight: bold;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans';
}
.section_realisations .descriptif i{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    color: #203864;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: -25px;
}

.section_coordinations .tab_responsive {
	overflow-x: auto;
}
.section_coordinations .bloc_coordinations {
	flex-direction: column;
	min-width: 600px;
}
.section_coordinations .bloc_coordinations .row_item_top .col {
	background-color: #274259;
	padding: 40px;
	color: #FFFFFF;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 5px;
	font-size: 18px;
	font-weight: 700;
}
.section_coordinations .bloc_coordinations .row_item_top .col .prix {
	font-weight: 500;
	color: #e5ba84;
}
.section_coordinations .bloc_coordinations .row_item_top .col:first-child {
	border-radius: 10px 0 0 0;
}
.section_coordinations .bloc_coordinations .row_item_top .col:last-child {
	border-radius: 0 10px 0 0;
}
.section_coordinations .bloc_coordinations .rows_item_bottom {
	flex-direction: column;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item {
	border-bottom: 1px solid #ede8e1;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item .col {
	padding: 40px;
	font-size: 18px;
	border-left: 1px solid #ede8e1;
	font-weight: 500;
	flex: 1;
	background-color: #229fa1;
	color: #fff;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item .col:first-child {
	background-color: #f5af47;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item .col:last-child {
	border-right: 1px solid #ede8e1;
	background-color: #f86f94;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item:last-child {
	border-radius: 0 0 10px 10px;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item:last-child .col:first-child {
	border-radius: 0 0 0 10px;
}
.section_coordinations .bloc_coordinations .rows_item_bottom .row_item:last-child .col:last-child {
	border-radius: 0 0 10px 0;
}
#section_3 .slide_services {
	padding: 10px 10%;
}
#section_3 .slide_services .img {
	background-color: #ede8e1;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#section_3 .slide_services img {
	width: auto;
}
.section_contact_map .title_contact{
	background: #d62222;
	color: #fff;
	position: relative;
	padding: 20px 60px;
}
.section_contact_map .title_contact:after{
    content: "\f0dd";
    color: #d62222;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: 15px;
    font-size: 60px;
    height: 10px;
    left: 60px;
}

.section_votre_projet {
	position: relative;
	background: url(../img/img-projet.jpg) center center no-repeat;
}
.section_votre_projet:after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.section_votre_projet h2 {
	line-height: 60px;
    font-size: 60px;
    color: #fff;
	position: relative;
    z-index: 99;
}
.section_votre_projet h4 {
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 99;
}
.section_parcours .bloc_left_parcours {
    min-width: 345px;
    margin-right: 40px;
}

.section_contact{
	position: relative;
	background: url(../img/bg-contact.png) center center no-repeat;
}
.section_contact:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    right: 70%;
    top: 0;
    background: #9ac0b5;
}
.section_contact .bloc_right {
	position: relative;
	z-index: 99;
}
.section_contact svg {
    position: absolute;
    height: 100%;
    width: auto;
}
.section_contact .btn,
.section_votre_projet .btn {
    background-color: #9ac0b5;
    color: #fff;
	border: none;
}
.section_contact .btn:hover,
.section_votre_projet .btn:hover {
    background-color: #fff;
    color: #7e7e7e;
}

@media only screen and (max-width: 1630px) {
header {
    width: 90%;
    margin: 40px 5% 0;
}
.section_gallery_home .sociaux {
    left: 5%;
}
}
@media only screen and (max-width: 1580px) {
#section_3 .slide_services {
  padding: 10px;
}
.section_gallery_home .sociaux {
    left: 1%;
}
.section_projets .projets {
    padding: 0;
}
.section_contact:after {
    right: 75%;
}
}
 @media only screen and (max-width: 1380px) {
 header .container {
 padding: 0 !important;
 -moz-column-gap: 20px;
 column-gap: 20px;
}
 header .container .header_left {
 width: 180px;
}
 header .container .header_left .logo {
 line-height: 60px;
 min-height: 60px;
}
 header .container .header_right {
 width: calc(100% - 180px);
}
 header .container .header_right .bloc_top {
 margin-bottom: 5px;
}
.section_gallery_home #slide_accueil .slide .container {
    padding-left: 80px !important;
}
}
@media only screen and (max-width: 1299px) {
header .container .header_right .main_menu {
    -moz-column-gap: 60px;
    column-gap: 60px;
}	
}
@media only screen and (max-width: 1180px) {
.container {
 padding-left: 15px !important;
 padding-right: 15px !important;
}
 h1 {
 font-size: 40px;
 line-height: 40px;
 margin-bottom: 20px;
}
 h2 {
 font-size: 30px;
 line-height: 34px;
 margin-bottom: 20px;
}
 h3 {
 font-size: 22px;
 line-height: 28px;
 margin-bottom: 15px;
}
header .container .header_right .main_menu {
    -moz-column-gap: 40px;
    column-gap: 40px;
}
header #btn_search {
    margin: 0 40px;
}
.section_gallery_home #slide_accueil .slide .container h2 {
 font-size: 50px;
 line-height: 50px;
 margin-bottom: 15px;
}
.section_projets .projets {
    padding: 0;
    display: inline-block !important;
}
.section_projets .projet {
    width: 33%;
    float: left;
    margin-bottom: 20px;
}
.section_missions .bloc_left{
	margin-right: 20px;
}
}

@media only screen and (max-width: 991px) {
 #main-navigation {
 display: none;
}
 .open-menu {
 display: inline-block;
 position: relative;
 margin: 40px 0;
}
#main-navigation-mobile{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: #9ac0b5;
    z-index: 20;
    width: 100vw;
    border-top: 5px solid #313131;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    display: block;
    padding: 20px 50px 20px 20px;
}
 #main-navigation-mobile.active {
 max-height: 100vh;
 visibility: visible;
 opacity: 1;
 transition: all linear 0.5s;
 -webkit-transition: all linear 0.5s;
 -moz-transition: all linear 0.5s;
 -o-transition: all linear 0.5s;
}
 #main-navigation-mobile .sf-menu {
 flex-direction: column;
 align-items: flex-start;
}
 #main-navigation-mobile .sf-menu > li {
 display: inline-block;
 width: 100%;
 position: relative;
 white-space: nowrap;
 transition: background ease-in-out 0.2s;
}
 #main-navigation-mobile .sf-menu > li > a {
 text-align: left;
 width: 100%;
 border-bottom: 1px solid #000;
 display: inline-block;
 font-size: 16px;
 padding: 5px 5px;
 text-transform: uppercase;
 color: #000;
}
 #main-navigation-mobile .sf-menu > li:last-child > a {
 border-right: none;
}
 #main-navigation-mobile .sf-menu > li.menu-item-has-children .after {
 width: 40px;
 height: 37px;
 display: flex;
 position: absolute;
 right: 0;
 border-left: 1px solid #000;
 align-items: center;
 justify-content: center;
 color: #000;
 top: 0;
 z-index: 2;
 cursor: pointer;
}
 #main-navigation-mobile .sf-menu > li.menu-item-has-children .after .caret {
 border-top: 8px dashed;
 border-top: 8px solid\9;
 border-right: 8px solid transparent;
 border-left: 8px solid transparent;
 transition: all linear 0.5s;
}
 #main-navigation-mobile .sf-menu > li.menu-item-has-children.active .after .caret {
 transform: rotate(180deg);
 transition: all linear 0.5s;
}
 #main-navigation-mobile .sf-menu ul.sub-menu {
 max-height: 0;
 display: inherit;
 padding: 0 20px;
 position: relative;
 background: #f8f4ee;
 left: 0;
 min-width: 100%;
 top: 100%;
 z-index: 99;
 font-size: 16px;
 font-weight: 600;
 overflow: hidden;
}
 #main-navigation-mobile .sf-menu ul.sub-menu:after {
 background: #f8f4ee;
 left: 0;
 min-width: 100%;
 position: absolute;
 bottom: 0;
 z-index: 99;
 height: 1px;
 content: "";
}
 #main-navigation-mobile .sf-menu ul.sub-menu.open {
 max-height: 100vh;
 display: block;
}
 #main-navigation-mobile .sf-menu ul li a {
 color: #000;
 padding: 5px 0;
 display: block;
}
 #main-navigation-mobile .sf-menu ul li aa:hover {
 color: #a6a8b3;
}
 #main-navigation-mobile .open-menu {
	 top: 0;
	 right: 10px;
	 left: auto;
	 margin: 10px 0;
	 transform: translateY(0);
	 position: absolute;
}
 #main-navigation-mobile .sf-menu > li.menu-item-has-children:hover .after,  #main-navigation-mobile .sf-menu > li:hover > a,  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active .after,  #main-navigation-mobile .sf-menu > li.menu-item-has-children.active > a {
 color: #fff;
 background-color: #000;
}
 header .container .header_right .bloc_top {
 margin-bottom: 15px;
 padding-bottom: 5px;
}
 header .container .header_right .bloc_bottom {
 justify-content: flex-end;
 padding: 10px;
}
 h1 {
 font-size: 34px;
 line-height: 34px;
}
 h2 {
 font-size: 26px;
 line-height: 30px;
}
 h3 {
 font-size: 20px;
 line-height: 26px;
}
 .img_top_parallax {
 height: 180px;
}
 .m-t-50 {
 margin-top: 20px !important;
}
 .m-b-50 {
 margin-bottom: 20px !important;
}
 .m-b-75 {
 margin-bottom: 25px !important;
}
 .m-t-75 {
 margin-top: 25px !important;
}
 .m-t-100 {
 margin-top: 30px !important;
}
 .m-b-100 {
 margin-bottom: 30px !important;
}
 .p-b-75 {
 padding-bottom: 25px !important;
}
 .p-t-75 {
 padding-top: 25px !important;
}
 .p-t-100,  .p-t-200 {
 padding-top: 30px !important;
}
 .p-b-100 {
 padding-bottom: 30px !important;
}
.section_somme_nous {
    background-position: right bottom;
}
.section_somme_nous .item, .section_prestations .item ,
.section_prestations .cards, .fournisseur.item, .section_contact_map .container{
 row-gap: 40px;
 flex-direction: column;
 align-items: center;
 margin-bottom: 30px;
}
.section_somme_nous .item .bloc_left,
.section_prestations .item .bloc_left,
.section_prestations .card {
 width: 100%;
 justify-content: center;
 display: flex;
}
 .single .the_content {
   /* display: inline-block !important;*/
}
.single .bloc_right {
    padding: 20px 0 0 0;
}
 .section_somme_nous .item .bloc_right, 
 .section_prestations .item .bloc_right,
 .single .bloc_right, .single .bloc_left  {
 width: 100%;
}
 .section_somme_nous .item.bloc_image_texte:nth-child(2n) {
 flex-direction: column;
}
 .section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-left {
 width: calc(100% - 250px);
 padding: 10px;
 -moz-column-gap: 10px;
 column-gap: 10px;
}
 .section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-right {
 width: 250px;
 padding: 10px;
}
.single .bloc_left,
.single .bloc_right {
	width: 100%;
}
.single .bloc_left img {
	max-width: 100%;
}
.single article .container {
    flex-direction: column;
}
 footer .container .footer_top {
 -moz-column-gap: 20px;
 column-gap: 20px;
}
 .section_contact_map .container {
 -moz-column-gap: 20px;
 column-gap: 20px;
}
.section_bloc_blog .container .liste_articles {
 -moz-column-gap: 10px;
 column-gap: 10px;
 row-gap: 20px;
 margin-bottom: 50px;
}
.home header {
    margin-top: 20px;
}
.section_realisations .filter_cat li, .page-template-archive .filter_cat {
    padding: 0 30px 0 0;
}
.section_prestations .services {
    flex-direction: column;
}
.section_prestations .services .service {
    width: 100%;
}
.section_prestations .services .service .image {
    float: left;
    width: 40%;
    margin-right: 20px;
}
.section_prestations .services h5 {
    margin-top: 0;
}
.section_missions p {
    line-height: 26px;
}
.section_contact .bloc_right {
    width: 100%;
}
footer .footer_top a.email {
    font-size: 46px;
}
footer .menu {
    margin-left: 40px;
}
.section_realisations .liste_realisations, .liste_articles {
    display: inline-block !important;
    text-align: center;
	width: 100%;
}
.section_realisations .liste_realisations a.item, .liste_articles a.item {
    width: calc((96% - 60px) / 2);
    display: inline-block !important;
    margin: 2%;
}
}
@media only screen and (max-width: 767px) {
.site-main ul li {
 margin-bottom: 10px;
}
 .panel_tab .nav_tabs {
 flex-direction: column;
 row-gap: 5px;
}
 .panel_tab .nav_tabs .item {
 border-radius: 0 !important;
 padding: 10px;
}
.home header{
    margin: 0;
    width: 100%;
    position: relative;
}
footer {
 padding: 20px 0 40px;
}
footer .container {
 row-gap: 20px;
}
footer .container .footer_top {
    flex-direction: column !important;
    align-items: center;
}
.footer_top .fadeInLeft{
	text-align: center;
}
.section_contact_map .container {
 flex-direction: column-reverse;
 row-gap: 30px;
}
header .container .header_right .bloc_top {
    padding: 0 20px;
}
header .container .header_right .bloc_top a {
    font-size: 12px;
}
 .section_gallery_home #slide_accueil .slide .container {
 height: 400px;
 padding-bottom: 20px;
}
.section_gallery_home #slide_accueil .owl-nav {
    bottom: 30px;
}
.section_gallery_home #slide_accueil .slide .container h2 {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 20px;
}
.section_gallery_home .sociaux {
    top: 20%;
}
.container_btn {
    top: 10%;
}
.section_somme_nous .item .bloc_right .image_1 {
    max-width: 70%;
}
.section_somme_nous .item .bloc_right .image_2 {
    max-width: 50%;
}
 .section_prestations .panel_tab .tab-content .tab_pane.active .row {
 flex-direction: column;
}
 .section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-left {
 width: 100%;
 font-size: 16px;
 line-height: 24px;
}
 .section_prestations .panel_tab .tab-content .tab_pane.active .row .pos-right {
 border: none;
 padding: 0 10px 10px 80px;
 width: 100%;
}
.section_prestations .card {
    padding: 10px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.section_projets .projet {
    width: 50%;
}
.section_prestations .services .service .image {
    width: 100%;
	margin-bottom: 20px;
}
.section_missions .d-flex,
.section_parcours .d-flex {
    flex-direction: column !important;
}
.section_missions .bloc_left,
.section_parcours .bloc_left_parcours  {
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}
.section_missions .bloc_right,
.section_parcours .bloc_right_parcours {
    width: 100%;
}
.section_realisations .liste_realisations a.item, .liste_articles a.item {
    width: 100%;
    display: inline-block !important;
    margin: 2% 0;
}
.section_realisations .filter_cat li, .page-template-archive .filter_cat {
    padding: 0 15px 0 0;
}
.section_realisations .filter_cat a, .page-template-archive .filter_cat a {
    font-size: 14px;
}
}
@media only screen and (max-width: 650px) {
 header .container .header_right .bloc_top {
 display: none !important;
}
.section_somme_nous .item .bloc_left .image_2 {
    left: inherit;
    right: 15px;
}
}

@media only screen and (max-width: 550px) {
 .section_bloc_blog .container .liste_articles .item {
 width: 100%;
}
.section_contact_map .container .bloc_left .infos {
    flex-direction: column;
    align-items: center;
}
.section_contact_map .logo {
    margin-bottom: 20px;
}
 .col-50 {
 flex: 100% 0 0;
}
.section_contact .bloc_left{
    width: 550px;
    position: absolute;
    height: 100%;
}

.section_contact h4{
	margin-bottom: 0;
}
.section_contact h2{
	margin-bottom: 20px !important;
}
input, select {
    height: 40px;
    line-height: 20px;
}
.form-control {
    margin-bottom: 10px;
}
textarea {
    height: 80px;
}
.section_realisations .filter_cat, .page-template-archive .filter_cat {
    margin-bottom: 0;
    flex-direction: column;
}
footer .footer_bottom {
    flex-direction: column;
    justify-content: center !important;
    text-align: center;
	padding: 20px 0;
}
footer .footer_bottom .sociaux {
	margin-top: 20px;
}
}
@media only screen and (max-width: 480px) {
 .section_gallery_home #slide_accueil .slide .container h2 {
 font-size: 24px;
 line-height: 30px;
}
.section_projets .projet {
    width: 100%;
}
footer .footer_top a.email {
    font-size: 34px;
	line-height: 60px;
}
footer .footer_top span {
    font-size: 20px;
}
.btn {
    padding: 10px 20px;
}
.section_realisations .container.top {
    flex-direction: column;
}
.section_realisations .container.top .btn{
    margin-top: 0 !important;
}

}





/*# sourceMappingURL=styles.css.map */
