/*Theme Name: MaxiwebTheme URI:Author: Jayces AstuteAuthor URI: http://tidythemes.com/Description:Version: 4.0.4License: GNU General Public LicenseLicense URI: https://www.gnu.org/licenses/gpl.htmlTags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-readyText Domain: blankslateBlankSlate WordPress Theme © 2011-2017 TidyThemesBlankSlate is distributed under the terms of the GNU GPL*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Libre+Franklin:100,300,400,700');
/* @font-face {
	font-family: "Lato";
	src: url('../font/Lato-Regular.ttf');
}
*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-right: 0px;
	padding-left: 0px;
}
.h4, .h5, .h6, h4, h5, h6 {
	margin : 0!important;
}
html{
	margin : 0!important;
	height: 100%;
}
strong{
	font-weight: bold!important;
}
body{
	background-position: 100% 0%;
	background-repeat: no-repeat;
	height: 100%;
	overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.grid-row{
	display: grid;
	grid-auto-flow: row;
	gap : 15px;
}
.grid-col{
	display: grid;
	grid-auto-flow: column;
	gap:15px;
}
.grid-col label{
	width:100%
}
.grid-col.checkbox{
    grid-template-columns: auto max-content 1fr;
    gap: 15px;
	align-items: center;
    justify-items: flex-start;

}
#contact .wpcf7 {
	display: grid;
	grid-template-areas: "first" "second";
	gap: 15px;
}
.screen-reader-response{
	grid-area: second;
}
.screen-reader-response ul{
	display: none;
}
.screen-reader-response p {
	margin: 0;
}
.wpcf7-form.sent{
	grid-area: first;
}
.wpcf7 .screen-reader-response{
	height: max-content;
    width: 100%;
    clip-path: unset;
    clip: unset;
    display: grid;
    align-items: center;
    justify-items: center;
    color: black;
	outline: 1px solid #003487;
	padding: 15px;
}

@media (max-width : 1200px){
	.grid-col{
		grid-auto-flow: row;
		grid-template-columns: 100%;
	}
	#contact {
		height: 1280px!important;
	}

}
#contact input, #contact textarea{
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid #003487;
	height: 70px;
	font-family: "Lato", sans-serif;
	font-style: italic;
}
#contact .wpcf7{
	position: relative;
    padding-top: 50px;
    padding-left: 9.5%;
    width: 100%;
    z-index: 10;
}

#contact input[type="checkbox"] {
    width: 16px!important;
    height: 16px!important;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
}
.ft-small{
	font-weight: 300;
	font-size: 14px;
}
#contact input[type="submit"] {

    width: 200px;
    margin: auto;
    background: #003487;
    color: white;
    font-size: 20px;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 5px;
}
/* LOADER */

#loader{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background : white;
	z-index: 9999999;
}
#loader img{
	top : 50%;
	left : 50%;
	transform : translateX(-50%) translateY(-50%);
	position : absolute;
	max-width: 225px;
	width:100%;
}
#loader .progressbar{
	position: absolute;
	top: 0%;
	font-weight: bold;
	height: 10px;
	width: 0px;
	background : #003487;
}
#loader .lab_prog{
	position : absolute;
	top : 15px;
	left : 50%;
	transform : translateX(-50%);
	color : #003487;
	font-size : 40px;
	font-weight: bold;
	font-family: 'Libre Franklin', sans-serif;
}
#elevator{
	position: fixed;
	bottom : 60px;
	right : 20px;
	z-index: 99;
}
#elevator i{
	transform: rotateZ(90deg);
	transform-origin: center;
	color: rgba(207, 233, 250, 0.8);
	cursor:pointer;
}
/* NAVIGATION */
nav{
	font-family: 'Libre Franklin', sans-serif;
	color: black;
	position: fixed;
	z-index: 99999;
}
nav .desktop{
	position: fixed;
	width: 100%;
	min-height: 100px;
	z-index: 99;
}
nav .desktop .nav_img_bottom{
	position: absolute;
	bottom: -59px;
	z-index: 99;
}
nav .desktop ul{
	position: absolute;
	padding: 0;
	list-style: none;
	color : white;
	margin : auto;
}
nav .desktop li{
	position : relative;
	margin-top: 40px;
	font-weight: bold;
	font-size: calc(18px + (0) * ((100vw - 300px) / (1600 - 300)));
	padding-left : 3%;
	padding-right : 3%;
}
nav .desktop li span{
	border-bottom: 3px dashed rgba(255,255,255,0);
	color: #003487;
}
nav .desktop li:hover span{
	border-bottom : 3px dashed rgba(13, 53, 134, 0.4);
	opacity: 1;
	transition : 0.3s cubic-bezier(.49,.22,.52,1.35);
	;
}
nav .desktop li .round:hover{
	animation : cartoon 2s;
}
nav .desktop .nav_img_logo{
	position: absolute;
	width: auto;
	z-index: 101;
	left: 50%;
	transform: translateX(-50%);
	max-width: 300px;
	margin-top: 10%;
	transition : .5s;
}
nav .desktop .nav_img_logo_little{
	max-width: 130px!important;
	margin-top: 0px;
	transition : .5s;
}
nav .desktop .list_left{
	top : 50%;
	width: 100%;
}
nav .desktop .list_left li{
	float : right;
}
nav .desktop .list_right{
	top : 50%;
	width: 100%;
}
nav .desktop .list_right li{
	float : left;
}
nav .desktop a,nav .desktop a:visited,nav .desktop a:active,nav .desktop a:focus{
	color: black!important;
	font-weight: bold;
	cursor : pointer;
}
nav .desktop .fa-facebook-f{
	color: black;
	padding: 10px;
	width: 36px;
	height: 36px;
	position: relative;
	margin-top : -5px;
}
nav .desktop .fa-facebook-f:before {
	content: "\f39e";
	top: 8px;
	left: 10px;
	position: absolute;
}
nav .background{
	background-color  :rgba(215, 235, 249, 0.85);
	transition : .5s;
}
nav .backgroundt{
	background-color  :trasnparent;
	transition : .5s;
}

nav .mobile, nav .mobile .burger-menu,nav .mobile .menu{
	display : none;
}
nav .mobile .nav_img_logo{
	max-width: 150px;
	width: 100%;
}
nav .mobile .burger-menu{
	position: fixed;
	top: 0px;
	left: 50%;
	height: 90px;
	width: 100px;
	background : white;
	z-index: 99;
	transform: translateX(-50%);
	border-radius: 0px 0px 10px 10px;
	opacity: 0.8;
	color: black;
	box-shadow: 0px 0px 13px black;
	display: none;
	text-align: center;
	cursor : pointer;
}
nav .mobile .text_menu_logo{
	font-weight: bold;
}
nav .mobile .burger-menu i{
	margin : auto;
	color: #003487;
	cursor: pointer;
}
nav .mobile .menu{
	position: absolute;
	width : 100%;
	height : 100%;
	transition: 0.5s;
	background : white;
	z-index: -1;
	opacity: 0;
	top :0;
}
nav .mobile .menu ul{
	max-width: 300px;
	width :100%;
	color : white;
	font-family: 'Libre Franklin', sans-serif;
	font-size : 20px;
	position: absolute;
	top : 60px ;
	left : 50%;
	transform : translateX(-50%);
	margin-top: 30px;
}
nav .mobile .menu li{
	margin-top : 20px;
	margin-bottom : 20px;
	padding-bottom : 20px;
	border-bottom : 1px solid rgba(255,255,255,0.3);
	cursor : pointer;
	font-weight: bold;
	font-size: calc(15px + (0) * ((100vw - 300px) / (1600 - 300)));
}
nav .mobile .menu li:hover{
	cursor : pointer;
}
nav .mobile .menu a,nav .mobile .menu a:active,nav .mobile .menu a:focus,nav .mobile .menu a:visited,nav .mobile .menu a:hover{
	color : black;
	cursor : pointer;
}
@media screen and (max-width: 1200px) {
	nav .desktop li{
		font-size: calc(16px + (0) * ((100vw - 300px) / (1600 - 300)));
	}
}

@media screen and (max-width: 1200px) {
	nav .desktop .nav_img_logo{
		max-width: 200px;
	}
}
@media screen and (max-width: 1024px) {
	nav .desktop .nav_img_logo{
		max-width: 130px;
	}
	nav .desktop li{
		padding-left: 2%;
		padding-right: 2%;
		font-size: calc(16px + (0) * ((100vw - 300px) / (1600 - 300)));
	}
}
@media screen and (max-width: 768px) {
	nav .desktop li{
		padding-left: 1%;
		padding-right: 1%;
		font-size: calc(13px + (0) * ((100vw - 300px) / (1600 - 300)));
	}
	nav .desktop .nav_img_logo{
		max-width: 100px;
	}

}
@media screen and (max-width: 767px) {
	nav .desktop, nav .mobile .burger-menu,nav .mobile .menu{
		display : none;
	}
	nav .mobile, nav .mobile .burger-menu,nav .mobile .menu{
		display : block;
	}
	nav .mobile .menu ul{
		height: 0;
	}
	nav .mobile .menu li{
		padding-bottom : 5px;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
	}
}
/* QUI SOMMES NOUS */
#quisommesnous{
	position: relative;
	display: block;
	overflow: hidden;
}
#quisommesnous .quisommesnous_fond{
	position: relative;
	display: block;
	z-index: 2;
}
#quisommesnous .quisommesnous_photo{
	position: absolute;
	display: block;
	z-index: 1;
}
#quisommesnous .quisommesnous_photo[data-number="1"]{
	position: absolute;
	top : 0;
	right:0;
	width: 72%;
}
#quisommesnous .quisommesnous_photo[data-number="2"]{
	position: absolute;
	top : 30%;
	left:0;
	width: 72%;
}
#quisommesnous .box_texte{
	position: relative;
	display: block;
	/* top: 30%; */
	margin-top: -30%;
	padding-bottom: 10%;
	left: 10%;
	z-index: 2;
	max-width: 50%;
}
#quisommesnous .title{
	font-family: 'Libre Franklin', sans-serif;
	color : white;
	font-size: calc(65px + (0) * ((100vw - 300px) / (1600 - 300)));
	text-transform: uppercase;
}
#quisommesnous .texte{
	position: relative;
	top: 60px;
	left: 10%;
	width: 80%;
	padding-top: 50px;
	/* padding-left: 80px; */
	font-family: 'Libre Franklin', sans-serif;
	font-size: calc(16px + (0) * ((100vw - 300px) / (1600 - 300)));
	font-weight: 300;
	text-align: left;
	color: white;
}
#quisommesnous .texte p{
	text-align: justify;
}
#quisommesnous ul{
	list-style: square;
	padding-left: 30px;
}
@media screen and (max-width: 2560px) {
	#quisommesnous .box_texte{
		margin-top: -40%;
	}
}
@media screen and (max-width: 1980px) {
	#quisommesnous .title{
		font-size: calc(40px + (0) * ((100vw - 300px) / (1600 - 300)));
		position: relative;
		left: 10%;
		top: 70px;
		font-size: 60px;
		font-weight: 300;
		text-align: left;
		text-transform: capitalize;
		color: white;
	}
}
@media screen and (max-width: 1440px) {

	#quisommesnous{
		background: #003487;
	}

}
@media screen and (max-width: 1200px) {

	#quisommesnous .title{
		font-size: calc(40px + (0) * ((100vw - 300px) / (1600 - 300)));
	}
	#quisommesnous .texte{
		font-size: calc(15px + (0) * ((100vw - 300px) / (1600 - 300)));
	}
}

@media screen and (max-width: 768px) {
	#quisommesnous .title{
		font-size: calc(30px + (0) * ((100vw - 300px) / (1600 - 300)));
	}
	#quisommesnous .texte{
		width : 100%;
	}


}
@media screen and (max-width: 767px) {
	#quisommesnous .quisommesnous_fond {
		display: none;
	}
	#quisommesnous .quisommesnous_photo[data-number="1"] {
		width: 100%;
		opacity: 0.4;
		filter: blur(3px);
	}
	#quisommesnous .box_texte{
		top : 0;
		margin-top : 0;
		max-width : 80%;
		left: 0;
		padding-top: 30px;
	}
	#quisommesnous .texte{
		color : black;
		background: rgba(255, 255, 255, 0.6);
		padding: 20px;
		border-radius: 5px;
		margin-top: 20px;
		margin-bottom: 30px;
	}

}
@media screen and (max-width: 425px) {
}
/* NOS MISSIONS */
#nosmissions{
	position: relative;
	display: block;
	background: #003487;
	z-index: 3;
}
#nosmissions .box_missions_container{
	display: flex;
	flex-grow: 0;
	justify-content: center;
	max-width : 960px;
	width : 100%;
	margin: auto;
}
#nosmissions .box_missions{
	position: relative;
	z-index: 2;
}
#nosmissions .box_mission_one{
	width : 200px;
	padding-bottom: 50px;
	color : white;
	text-align: center;
	cursor:pointer;
}
#nosmissions .box_mission_one .box_title{
	width: 180px;
	margin: auto;
	margin-top: 20px;
	transition: .6s;
}
#nosmissions .box_mission_one .boximgtext{
	display: inline-table;
	text-align: center;
}

#nosmissions .box_mission_one img{
	max-width: 120px;
	cursor:pointer;
	transform-origin: center;
	transition: .6s;
}
#nosmissions .box_mission_one:hover img{
	transform-origin: center;
	transform: rotateZ(180deg);
	transition: .6s;
}
#nosmissions .box_mission_one:hover .box_subtitle,
#nosmissions .box_mission_one:hover .box_title{

	transition: .6s;
	transform: scale(1.2);
    background: white;
    border-radius: 3px;
    color: #003487;
    padding: 5px;
}
#nosmissions .box_mission_one:hover .box_subtitle{
	margin-top: 5px;
}

#nosmissions .box_mission{
	position: relative;
	transition : .5s;
	padding: 75px;
	overflow : hidden;
	display : none;
}
#nosmissions ul{
	list-style: square;
	padding-left: 30px;
}
#nosmissions .step{
	height: 0;
	width : 100%;
	color : white;
	transition: 0.5s;
	font-weight: 200;
	z-index: 0;
	display : none;
}
#nosmissions .active{
	height: 100%;
	display : block;
	transition: 0.5s;
	display: block!important;
	z-index: 1!important;
}
#nosmissions .step strong{
	font-weight: bold;
	font-size: 20px;
}
#nosmissions .img_croix{
	position: absolute;
	display: none;
	top: -20px;
	left: 20px;
	width: 120px;
	height: 200px;
}
#nosmissions .img_croix_2{
	position: absolute;
	display: none;
	bottom: 20px;
	right: 20px;
	width: 120px;
	height: 200px;
	transform-origin: center;
	transform: rotateZ(180deg);
}
#nosmissions button{
	padding: 0 40px;
	background: white;
	border: 0;
	border-radius: 5px;
	text-align: center;
	left: 50%;
	width: 150px;
	margin: auto;
	display: block;
	cursor: pointer;
}
#nosmissions p{
	text-align: justify;
}

/* #nosmissions .box_missions .box_mission */
@media screen and (max-width: 1200px) {
	#nosmissions .box_missions {
		border-top: 3px dashed #4b619d;
		padding-top: 50px;
	}
}
@media screen and (max-width: 1024px) {
	/* #nosmissions .box_mission_one .box_title{
		width: 200px;
	} */
	#nosmissions .box_mission_one img{
		max-width: 80px;
	}
}
@media screen and (max-width: 768px) {
	#nosmissions .box_mission_one .box_title {
		width: 160px;
	}
}
@media screen and (max-width: 767px) {
	#nosmissions .box_mission_one {
		width: 120px;
	}

	#nosmissions .box_mission_one .box_title {
		width: 120px;
		font-size : 12px;
	}
}



/* ASSURANCE */
#assurance{
	position: relative;
	height: 1100px;
	background: #f3f3f3;
	z-index: 10;
	overflow: hidden;
	padding : 100px 0;
}
#assurance .img_assurance{
	position:absolute;
	width : 50%;
	height: 100%;
	top : 0;
	left:0;
}
#assurance .box_texte{
	position: absolute;
	left: 50%;
	margin-right: 10%;
}
#assurance .title{
	position: relative;
	top: 70px;
	font-size: 60px;
	font-weight: 300;
	text-transform: capitalize;
	color: #003487;
}
#assurance .subtitle{
	position: relative;
	top: 50px;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: bold;
	color: #003487;
}
#assurance .texte{
	text-align: right;
	position: relative;
	top: 60px;
	max-width: 75%;
	font-weight: 300;
	font-size: calc(16px + (0) * ((100vw - 300px) / (1600 - 300)));
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	border-radius: 5px;
}
#assurance .img_croix{
	position: absolute;
	width: 150px;
	top: 0;
	right: 0;
	transform-origin: center;
	transform: rotateY(180deg);
}
#assurance .texte ul{
	list-style: square;
	text-align: left;
	padding-left: 30px;
}
#assurance .texte p{
	text-align: justify;
}
#assurance .barre_fond_top{
	position: absolute;
	z-index: 2;
	top : 0;
}
#assurance .barre_fond_bottom{
	position: absolute;
	z-index: 2;
	bottom : 0;

}
@media screen and (max-width: 1440px) {
	#assurance .subtitle{
		font-size: 40px;
	}
	#assurance .img_assurance{
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
	#assurance{
		height: 850px;
	}
	#assurance .box_texte{
		top: 50px;
	}
	#assurance .subtitle{
		font-size: 40px;
	}
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {
	#assurance .box_texte {
		left: 40%;
	}
}
@media screen and (max-width: 768px) {

	#assurance .subtitle{
		font-size: 30px;
	}
	#assurance .box_texte{
		left : 0;
		margin-left: 10%;
	}
}


@media screen and (max-width: 600px) {
	#assurance .texte{
		max-width: 100%;
	}

}
/* BATIMENT */
#batiment{
	position: relative;
	height: 820px;
	background: #003487;
	z-index: 10;
	overflow: hidden;

}
#batiment .img_batiment{
	position:absolute;
	width : 50%;
	bottom : 0;
	right:0;
}
#batiment .box_texte{
	position: absolute;
	left: 10%;
	max-width: 50%;
}
#batiment .title{
	position: relative;
	left: 10%;
	top: 70px;
	font-size: 60px;
	font-weight: 300;
	text-align: left;
	text-transform: capitalize;
	color: white;
}
#batiment .subtitle{
	position: relative;
	top: 50px;
	left: 10%;
	font-size: 60px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}
#batiment .texte{
	text-align: left;
	left: 10%;
	position: relative;
	top: 60px;
	max-width: 54%;
	font-weight: 300;
	font-size: calc(16px + (0) * ((100vw - 300px) / (1600 - 300)));
	color: white;
}
#batiment ul{
	list-style: square;
	padding-left: 30px;
}
#batiment .texte p{
	text-align: justify;
}
#batiment .img_croix{
	position: absolute;
	width: 150px;
	top: 0;
	left: 0;
	transform-origin: center;
}
#batiment .barre_fond_bottom{
	position: absolute;
	z-index: 2;
	bottom : 0;
}

@media screen and (max-width: 1440px) {
	#batiment .subtitle{
		font-size: 40px;
	}
	/* #batiment .img_batiment{
		width: 80%;
	} */
}
@media screen and (max-width: 1200px) {

	#batiment .box_texte{
		max-width: 70%;
	}
	#batiment .subtitle{
		font-size: 40px;
	}
	#batiment .img_batiment{
		width: 80%;
	}
}

@media screen and (max-width: 1024px) {
	#batiment{
		height: 850px;
	}


}
@media screen and (max-width: 768px) {
	#batiment .texte{
		width : 100%;
		background: rgba(255, 255, 255, 0.6);
		color : black;
		padding: 20px;
		border-radius: 5px;
		max-width: none;
	}
	#batiment .box_texte{
		left: 0;
		margin-right: 10%;
	}

}
@media screen and (max-width: 767px) {
	#batiment .subtitle {
		font-size: 30px;
	}

}
@media screen and (max-width: 600px) {
	#batiment .texte {
		max-width: 90%;
	}
	#batiment {
		height: 1080px;
	}
	#batiment .box_texte{
	    max-width: 100%;
	}
}
@media screen and (max-width: 320px) {
	#batiment {
		height: 1280px;
	}
}
/* IMMOBILIER */
#immobilier{
	position: relative;
	height: 980px;
	background: #f3f3f3;
	z-index: 10;
}
#immobilier .img_immobilier{
	position:absolute;
	width : 50%;
	top : 0;
	left:0;
}
#immobilier .box_texte{
	position: absolute;
	margin-right: 10%;
	left: 50%;
}

#immobilier .title{
	position: relative;
	top: 70px;
	font-size: 60px;
	font-weight: 300;
	text-transform: capitalize;
	color: #003487;
}
#immobilier .subtitle{
	position: relative;
	top: 50px;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: bold;
	color: #003487;
	line-height: 60px;
}
#immobilier .texte{
	position: relative;
	top: 60px;
	max-width: 75%;
	font-weight: 300;
	font-size: calc(16px + (0) * ((100vw - 300px) / (1600 - 300)));
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	border-radius: 5px;
}
#immobilier .img_croix{
	position: absolute;
	width: 150px;
	top: 0;
	right: 0;
	transform-origin: center;
	transform: rotateY(180deg);
}
#immobilier ul{
	list-style: square;
	text-align: left;
	padding-left: 30px;
}
#immobilier .barre_fond_top{
	position: absolute;
	z-index: 2;
}
#immobilier .barre_fond_bottom{
	position: absolute;
	z-index: 2;
	bottom : 0;
}
@media screen and (max-width: 1440px) {
	#immobilier .subtitle{
		font-size: 40px;
	}

	#immobilier .texte {
		max-width: 90%;
		font-size: 14px;
	}
}
@media screen and (max-width: 1200px) {

	#immobilier .subtitle{
		font-size: 40px;
	}
	#immobilier .box_texte{
		left: 30%;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px){
	#immobilier{
		height : 1080px;
	}
	#immobilier .texte{
		font-size: calc(16px + (0) * ((100vw - 300px) / (1600 - 300)));
	}

	#immobilier .box_texte{
		left: 0;
		margin-left: 10%;
		margin-right: 10%;
	}
}

@media screen and (max-width: 767px){

	#immobilier .subtitle {
		font-size: 30px;
		line-height: 30px;
	}
}
@media screen and (max-width: 600px){
	#immobilier{
		height: 1500px;
	}
	#immobilier .texte{
		max-width: 100%;
	}
}
@media screen and (max-width: 320px){
	#immobilier{
		height: 1700px;
	}

}

/* CONTACT */
#contact{
	position: relative;
	height: 950px;
	background: white;
	z-index: 8;

}
#contact .box_texte{
	position: absolute;
	left: 10%;
	width: 50%;
}
#contact .title{
	position: relative;
	padding-left: 10%;
	top: 70px;
	font-size: 60px;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	color: #003487;
}
#contact .subtitle{
	position: relative;
	top: 50px;
	left: 10%;
	font-size: 60px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #003487;
}
#contact .texte{
	text-align: left;
	left: 10%;
	position: relative;
	top: 60px;
	max-width: 50%;
	font-weight: 300;
	font-size: 15px;
	color: #003487;
}
#contact .img_croix{
	position: absolute;
	width: 150px;
	top: 0;
	left: 0;
	transform-origin: center;
}
#formulaire{
	padding-top: 50px;
	padding-left : 9.5%;
	width : 100%;
}
#contact .message{
	display: none;
}
#contact .parallax{
	height: 1080px;
	position: relative;
}
#contact .info{
	position: relative;
	height: 300px;
	background:blueviolet;
}
#contact .espace{
	padding-top: 50px;
	padding-bottom: 50px;
}
#contact .img_slider_bottom{
	position: absolute;
	bottom: 0;
	z-index: 999;
}
#contact .img_slider_top{
	position: absolute;
	bottom: 0;
	z-index: 999;
}
#contact input, #contact textarea{
	font-size : 20px;
	padding : 10px;
	margin-bottom: 10px;
	width : 100%;
	font-weight: 300;
}
#contact textarea{
	resize: none;
}
#contact input::placeholder, #contact textarea::placeholder{
	font-style: italic;
}
#contact ul{
	width: 150px;
	float: right;
	margin-right: 200px;
	margin-top: 50px;
}
#contact li{
	padding-bottom : 30px;
}
#contact .g-recaptcha{
	margin : auto;
}
#contact .icon_round{
	border-radius: 50%;
	background: #6f6f6f;
	width: 50px;
	height: 50px;
	margin-left: 50px;
}
#contact button{
	width: 200px;
	margin: auto;
	background: #003487;
	color: white;
	font-size: 20px;
	border: none;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	padding-bottom: 5px;
	padding-top: 5px;
}
#contact .icon_round img{
	width: 36px!important;
	position: absolute;
	transform: translateX(19%) translateY(22%);
}
#contact .texte{
	max-width: 200px;
	text-align: center;
}
#contact .contact_error{
	background: red;
	color: white;
}
#contact .barre_fond_bottom{
	position: absolute;
	z-index: 2;
	bottom : 0;
}

@media screen and (max-width: 1440px) {
	#contact .box_texte{
		width: 80%;
	}
}

@media screen and (max-width: 1200px) {

	#contact{
		height: 1080px;
	}

	#contact .espace{
		width: 80%;
	}
}

@media screen and (max-width: 768px) {

	#contact .title {
		font-size: 40px;
	}
}
@media screen and (max-width: 600px) {
	#formulaire{
		padding-left : 0;
	}
	#contact .espace {
		width: 100%;
	}
	#contact .img_croix{
		display : none;
	}
	#contact .title {
		font-size: 30px;
		top : 0px;
	}
	#contact .box_texte{
		width: 100%;
		left: 0;
	}
}
@media screen and (max-width: 320px) {

	#contact{
		height: 1100px;
	}
	#contact .box_texte{
		width: 100%;
		left: 0;
	}
}
/* ADRESSE */
#adresse{
	position: relative;
	height: 300px;
	background: #003487;
	z-index: 10;
	overflow: hidden;

}
#adresse .box_adresse{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	max-width: 500px;
	color : white;
	font-weight: 300;
	font-size: 14px;
}
#adresse .box_adresse .texte{
	padding-left : 5px;
	padding-bottom : 30px;
	font-size: calc(16px + (0) * ((100vw - 300px) / (1600 - 300)));
}
#adresse .box_adresse .img_icon{
	width: 100%;
	max-width: 20px;
}
#adresse .box_adresse .img_croix{
	width: 100%;
	max-width: 120px;
	position: absolute;
	transform-origin: center;
	/* transform: rotateX(180deg);
	*/
	margin-left: -20%;
	margin-top: 10%;
}
#adresse .box_adresse .img_croix_2{
	width: 100%;
	max-width: 120px;
	position: absolute;
	transform-origin: center;
	transform: rotateZ(180deg);
	right: 0;
	top: 0;
	margin-top: -15%;
	margin-right: -10%;
}

@media screen and (max-width: 767px) {
	#adresse .box_adresse .img_croix {
		margin-left: -12%;
	}
}

@media screen and (max-width: 576px) {
	#adresse {
		height: 400px;
	}
	#adresse .box_adresse {
		max-width: 250px;
	}
	#adresse .box_adresse .img_croix_2,
	#adresse .box_adresse .img_croix {
		display : none;
	}
}
/* CARTE */
#carte{
	position: relative;
	height: 800px;
	background: grey;
	z-index: 10;
	overflow: hidden;
}
#carte .barre_fond_top {
    position: absolute;
    z-index: 2;
    top: 0;
}

@media screen and (max-width: 767px){
	#carte {
		height: 600px;
	}

}


/* FOOTER */
#footer{
	background: #003487;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	bottom: 0px;
	width: 100%;
}
#footer .mp_container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 750px;
}
#footer a ,#footer a:active , #footer a:focus,#footer a:visited{
	color :white!important;
}
#footer ul{
	display : flex;
	flex-direction : column;
	color : white;
}
#footer .button{
	position: relative;
	width: 300px;
	height: 54px;
	border: 0px;
	background: transparent;
	color: white;
	border-radius: 30px;
	cursor: pointer;
	right: 40px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	border: 1px solid white;
}
#footer .b1{
	background: white;
	color: #333333;
}
#footer .b2{
	margin-top: 10px;
}
#footer .button i,#footer .button span{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#footer .button i{
	font-size: 35px;
}
#footer .icon_sifrais{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 35px;
}
#footer .button span{
	padding-left: 40px;
}
#footer .fa-sifrais{
	background-image: url('/wp-content/themes/maxiweb/images/si-frais.svg');
}
#footer .icon_round{
	border-radius: 50%;
	background: #6484c5;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 15px 5px #00216347;
}
#footer .icon_round img{
	width: 50%!important;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translateX(-25%) translateY(-50%);
}
#footer .sp1{
	font-family: 'Libre Franklin', sans-serif;
	font-weight: bold;
	color: white;
	width: 100%;
	font-size : 30px;
}
#footer .sp2{
	font-family: 'Lato', sans-serif;
	color: white;
	font-size : 16px;
	font-weight: 100;
	padding-bottom: 20px;
}
#footer .input_button{
	position: relative;
}
#footer .input_button:hover .button_newsletter img{
	cursor:pointer;
	transition: 0.5s;
	transform: translateX(-50%) translateY(-50%) rotateZ(90deg);
	transition-timing-function: cubic-bezier(.03,1.09,1,1.53);
}
#footer .footer_img_top{
	position: absolute;
	top: -30px;
	left : 0px;
}
#footer .input_newsletter{
	padding: 10px;
	width: 240px;
	font-size: 18px;
	border-radius: 30px 0px 0px 30px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 0px;
	background: transparent;
	color: white;
}
#footer .input_newsletter::placeholder{
	color : white;
	font-family: 'Lato', sans-serif;
	font-style : italic;
	text-indent: 20px;
}
#footer .button_newsletter{
	position: relative;
	height: 51px;
	width: 51px;
	border-radius: 0px 30px 30px 0px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	border-left: 0px;
	background : #6484c5;
}
#footer .button_newsletter img{
	width : 100%;
	max-width: 30px;
	position: absolute;
	top : 50%;
	left : 51%;
	transform : translateX(-50%) translateY(-50%);
	transition: 0.5s;
	transition-timing-function: cubic-bezier(.03,1.09,1,1.53);
}
#footer .adresse{
	margin-top : 50px;
	color : white;
}
#footer .adresse .texte{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}
#footer .footer_completed{
	color : white;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	#footer .button{
		right : 0px;
	}
}
@media screen and (max-width: 576px) {
	#footer .mp_container{
		max-width: 300px;
	}
	#footer .icon_round img{
		transform: translateX(-16px) translateY(-50%);
	}
}
.realise{
	color : grey;
	font-size : 12px;
}
.Error_element{
	background : red;
}
/* MENTION */
#mention{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9999999;
	background: white;
	padding: 20px;
	overflow-y: scroll;
	color:#212529;
	padding: 60px;
}
#mention a, #mention a:visited,#mention a:focus,#mention a:active{
	color:#212529!important;
	font-weight: bold;
}
#mention::-webkit-scrollbar {
	width: 10px;
	height: 8px;
	background-color: #aaa;
}
#mention .close_mention{
	position: fixed;
	top: 10px;
	right: 20px;
	color: #212529;
	cursor : pointer;
}
#mention ul{
	color : black;
}
#mention::-webkit-scrollbar {
	display: none;
}
#mention scrollbar {
	-moz-appearance: none !important;
}
#mention scrollbarbutton {
	-moz-appearance: none !important;
}
#mention thumb{
	-moz-appearance: none !important;
}
#mention scrollcorner {
	-moz-appearance: none !important;
	resize:both;
}
#mention scrollbar[orient="vertical"] {
	color:silver;
}
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------------------------*/
/* BOOTSTRAP CUSTOM */
a[href^="http://maps.google.com/maps"]{
	display:none !important
}
a[href^="https://maps.google.com/maps"]{
	display:none !important
}
.gmnoprint .gmnoprint a, .gmnoprint span, .gm-style-cc {
	display:none;
}
.gm-style .gmnoprint {
	opacity: 1!important;
	border-radius: 10px!important;
	padding: 10px!important;
}
.gm-style .gmnoprint .gm-style-mtc , .gmnoprint .gm-bundled-control , .gmnoprint .gm-style button{
	display:none!important;
}
.gm-style .gmnoprint img{
	padding: 3px!important;
}
/*a,a:visited,a:focus,a:active,a:hover{
	color : white!important;
}
*/
a{
	text-decoration: none!important;
}
.container{
	padding-right: 0;
	padding-left: 0;
}
img{
	width: 100%;
}
.row{
	margin-right: 0px;
	margin-left: 0px;
}
.nopadding{
	padding-right: 0px!important;
	padding-left: 0px!important;
}
.nomargin{
	margin-right: 0px!important;
	margin-left: 0px!important;
}
.flexRow{
	display: flex;
	align-items: center;
	flex-direction : row;
	flex-wrap: wrap;
}
.fl-al-top{
	align-items: flex-start!important;
}
.fl-al-strch{
	align-items: stretch;
}
.fl-just-cnt{
	justify-content: center;
}
.fl-just-spc{
	justify-content: space-around;
}
.fl-just-spc-btw{
	justify-content: space-between;
}
.dsp_tb{
	display : table;
}
.dsp_tb_cell{
	display : table-cell;
}
.vt_al_ct{
	vertical-align: middle;
}
.hr1{
	border:1px solid #ecd20c;
}
.mg_10{
	margin: 10px;
}
.mg_20{
	margin: 20px;
}
.mg_30{
	margin: 30px;
}
.pad_middle{
	padding-left : 10px;
	padding-right : 10px;
}
.mgtp_10{
	margin-top: 10px;
}
.mgtp_20{
	margin-top: 20px;
}
.mgtp_30{
	margin-top: 30px;
}
.mgtp_40{
	margin-top: 40px;
}
.mgtp_50{
	margin-top: 50px;
}
.mglt_50{
	margin-left : 200px;
}
.mgbt_10{
	margin-bottom: 10px;
}
.mgbt_20{
	margin-bottom: 20px;
}
.mgbt_50{
	margin-bottom: 50px;
}
.mgbt_100{
	margin-bottom: 100px;
}
.pd_50{
	padding : 50px;
}
.pd_20{
	padding : 20px;
}
.pd_10{
	padding: 10px;
}
.pd_5{
	padding : 5px;
}
.pdbt_10{
	padding-bottom : 10px;
}
.pdbt_20{
	padding-bottom : 20px;
}
.pdtp_20{
	padding-top : 20px;
}
.bold{
	font-weight: bold;
}
.yellow{
	color:#ecd20c;
}
.white{
	color:#fff;
}
.blue{
	color:#2b1f68;
}
.bgblue{
	background: #004f9b;
}
.fs_12{
	font-size: 12px;
}
.fs_15{
	font-size: 15px;
}
.fs_18{
	font-size: 18px;
}
.fs_20{
	font-size: 20px;
}
.underline{
	text-decoration : underline;
}
.hr_light{
	color: #004f9b;
	max-width: 40px;
	border: 1px solid #004f9b;
	margin: 0;
	margin-bottom: 20px;
}
.hr_hard{
	border: 10px solid white;
}
.txt-left{
	text-align : left;
}
.txt-right{
	text-align : right;
}
.h2_section{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #004f9b;
	z-index: 99;
	position: relative;
}
.carre_bleu{
	width: 163px;
	height: 92px;
	background: #1f407a;
	float: right;
	transform: rotate(45deg);
	margin-top: -46px;
	margin-right: -56px;
}
.gmnoprint ,.gm-style-cc{
	display:none;
}
/* ANIMATION */
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
@media screen and (max-width: 600px) {
	#mention {
		padding: 10px;
	}
}
@keyframes blurIn {
	from {
		-webkit-filter: blur(50px);
		filter: blur(50px);
		opacity: 1;
	}
	to {
		-webkit-filter: blur(0px);
		filter: blur(0px);
	}
}
.blurIn {
	-webkit-animation-name: blurIn;
	animation-name: blurIn;
}
@keyframes blurOut {
	from {
		-webkit-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
	to {
		-webkit-filter: blur(50px);
		filter: blur(50px);
	}
}
.blurOut {
	-webkit-animation-name: blurOut;
	animation-name: blurOut;
}
.animateSpeed05{
	animation-duration: 0.5s !important;
}
.animateSpeed2s{
	animation-duration: 2s !important;
}
@keyframes blurflash {
	from {
		text-shadow:0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 25px #fff,0px 0px 25px #fff,0px 0px 25px #fff,0px 0px 25px #fff,0px 0px 25px #fff,0px 0px 25px #fff,0px 0px 50px #fff,0px 0px 50px #fff,0px 0px 50px #7B96B8,0px 0px 150px #7B96B8,0px 10px 100px #7B96B8,0px 10px 100px #7B96B8,0px 10px 100px #7B96B8,0px 10px 100px #7B96B8,0px -10px 100px #7B96B8,0px -10px 100px #7B96B8;
	}
}
@keyframes cartoon{
	0%{
		transform : scale(1);
	}
	15%{
		transform : scale(1.3);
	}
	30%{
		transform : scale(1);
	}
	50%{
		transform : scale(1.5);
	}
	70%{
		transform : scale(1);
	}
	80%{
		transform : scale(1.4);
	}
	90%{
		transform : scale(1) rotateZ(0deg);
	}
	100%{
		transform : scale(1.3) rotateZ(25deg);
	}
}

#mxw_rgpd_cookie_popup{
	font-family: 'Poppins'!important;
}

#mxw_rgpd_cookie_popup.mxw_modal {
	background: rgb(243 243 243) none repeat scroll 0 0;
    box-shadow: 0 8px 32px 0 rgb(183 208 232);
}
#mxw_rgpd_cookie_popup .modal_frame h4 {
    color: #09333f;
}

#mxw_rgpd_cookie_popup .ccc-grid-button div:hover {
    background: #013588;
}
#mxw_rgpd_cookie_popup .ccc-privacy-text {
    color: #09333f;
}
#mxw_rgpd_cookie_popup .tab_header {
    background-color: #aac4f7;
    border: 1px solid #01093f;
}
#mxw_rgpd_cookie_popup .tab_header img{
	width: auto!important;
}
#mxw_rgpd_cookie_popup  .illustration-cop{
	width: auto!important;
}
#mxw_rgpd_cookie_popup .ccc-grid-button div:nth-child(3){
    color: #013588;
}

#mxw_rgpd_cookie_popup .modal_frame b{
    color: rgb(9 51 63);
}

#mxw_rgpd_cookie_popup .mxw_rgpd_label_checkbox input:checked+.mxw_rgpd_slider {
    background-color: #09333f;
}
#mxw_rgpd_cookie_popup .ccc-grid-button * {
    color: #09333f;
}