/* IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');


/* BASE */
*
{
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
}

body
{
	margin: 0;
	padding: 0;

	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	color: #3B3B3B;
}

header
{
	position: relative;
	width: 100%;
	height: 65px;
}

.clear
{
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 24px 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    line-height: 1;
}

h2 {
    font-size: 220%;
}

.titre
{
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.reverse > div > .titre
{
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.row
{
	margin : 0 -10px;
	padding : 0;
	font-size : 0;
	list-style : none;
}

.row.no-auto-width
{
	display: inline-block;
}

.row > *
{
	display : inline-block;
	margin : 0;
	padding : 0 10px;
	font-size : 15px; /*font default*/
	vertical-align : top;
}

.row > .col-1
{
	width : 8.333333%;
}

.row > .col-2
{
	width : 16.666667%;
}

.row > .col-3
{
	width : 25%;
}

.row > .col-4
{
	width : 33.33%;
}

.row > .col-5
{
	width : 41.666667%;
}

.row > .col-6
{
	width : 50%;
}

.row > .col-7
{
	width : 58.333333%;
}

.row > .col-8
{
	width : 66.66%;
}

.row > .col-9
{
	width : 75%;
}

.row > .col-10
{
	width : 83.333333%;
}

.row > .col-11
{
	width : 91.666667%;
}

.row > .col-12
{
	width : 100%;
}

p
{
	margin: 5px 0;
	padding: 0;
	text-align: justify;	
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

ul > li
{
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

.full
{
	width: 100%;
}

.container {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.margin_section
{
	margin: 15px 0;
	padding: 15px 0;
}

.reverse
{
	background: rgba(0, 0, 0, 0.05) !important;
}

.resp
{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.notification
{
	padding: 10px;
	font-weight: bold;
	border-radius: 3px;
	color: #C1C1C1;
	border: 1px solid #C1C1C1;
	background-color: #ECECEC;
	margin: 5px 0;
}

.notification.small
{
	margin: 1px;
	padding: 2px 10px;
}

.notification:before
{
	display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
	font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    width: 20px;
    vertical-align: middle;
}

.notification a
{
	color: #fff;
}

.notification > span
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 25px);
}

.notification.information
{
	color: #FFFFFF;
	border: 1px solid #0D4E94;
	background-color: #1F71CA;
}

.notification.information:before
{
	content: "\f05a";
}

.notification.alert
{
	color: #FFFFFF;
	border: 1px solid #D09608;
	background-color: #EB9807;
}

.notification.alert:before
{
	content: "\f071";
}

.notification.validation
{
	color: #FFFFFF;
	border: 1px solid #08921F;
	background-color: #08B404;
}

.notification.validation:before
{
	content: "\f058";
}

.notification.erreur
{
	color: #FFFFFF;
	border: 1px solid #920808;
	background-color: #B40404;
}

.notification.erreur:before
{
	content: "\f057";
}

#scrollUp
{
	position: fixed;
	bottom : 25px;
	right: -100px;
	opacity: 1;
	z-index: 101;
}
#scrollUp > a
{
	padding: 15px;
    background-color: #000;
    text-decoration: none;
    color: #fff;
}
.texte > p
{
	font-size: 17px;
}

/* HEADER */
header
{
	z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
    background-color: #fff;
    border-bottom: 2px rgba(153, 153, 153,0.1) solid;
}

#logo
{
    display: block;
    position: absolute;
    align-items: center;
    height: 100%;
	padding-top: 5px;
}

#logo > img
{
    height: 56px;
    transition: width ease-in-out 0.15s;
}

#menu
{
    padding: 0;
}

#menu > ul
{
	padding: 0;
    list-style: none;
    left: 0;
    position: absolute;
    width: 60%;
    text-align: center;
    z-index: 1;
    margin: 0;
    left: 8%;
}

#menu_1
{
    display: inline-block;
}

#menu > ul > li
{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    *float: left;
}

#menu > ul > li > a 
{
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 22px 8px;
    overflow: hidden;
    text-decoration: none;
    font-size: 15px;
    /*letter-spacing: -1px;*/
    color: #000;
    font-weight: 600;
}

#contact_menu
{
	margin-top: 25px;
	display: inline-block;
	text-align: right;
}

#contact_menu > a
{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px #e00f00 solid;
    background-color: #e00f00;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#contact_menu > a:hover
{
    color: #fff;
    background-color: #e13b2f;
    border: 1px #e13b2f solid;
}

.button_services
{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px #e00f00 solid;
    background-color: #e00f00;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.button_services:hover
{
    color: #fff;
    background-color: #e13b2f;
    border: 1px #e13b2f solid;
}



/* SLIDER */
#slider
{
	position: relative;

	background-image: url(../img/slide.jpg);
	background-size: cover;
	background-position: 0% 50%;

	overflow: hidden;

	width: 100%;
	height: 715px;
}
.form_slide {
	position: absolute;
	text-align: center;
	right: 0;
	transform: translate(0, -50%);
	top: 55%;
	margin: 0;
	padding: 0;
	z-index: 99;
	width: 35%;
	padding: 15px 15px 0 15px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.6);
}

#slider .text-slide
{
	max-width: 450px;	
	padding-top: 15%;
	padding-left: 10px;
    text-shadow: 1px 1px 1px #000000;
}

#slider .text-slide div
{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

#slider .text-slide hr
{
	width: 150px;
    height: 3px;
    background-color: #7ab6ff;
    border: none;
    margin: 13px 0px;
}

#slider .text-slide span
{
	font-size: 20px;
	color: #fff;
}

#slider .text-slide span b
{
	font-size: 29px;
    color: #d849c0;
    padding-bottom: 5px;
    display: block;
}

#slider .note
{
	position: absolute;
	bottom: 5px;
	left: 15px;
	color: white;
    text-shadow: 1px 1px 1px #000000;
}
.slide
{
	position: absolute;
	text-align: left;
	left: 0;
	transform: translate(0, -50%);
	top: 50%;
	margin: 0;
	padding: 0;
	z-index: 99;
	width: 50%;
	padding: 15px;
	border-radius: 5px;
	background-color: rgba(35, 31, 32,0.6);
}
.slider-titre > h1
{
	font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
}
.slider-texte > p
{
	text-align: left;
    font-size: 21px;
    color: #fff;
}
.slider-bouton
{
	margin-top: 40px;
	margin-bottom: 20px;
}
.slider-bouton > a
{
	text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px #e4428b solid;
    background-color: #e4428b;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.slider-bouton > a:hover
{
	color: #fff;
    background-color: #e3609b;
    border: 1px #e3609b solid;
}
#video_slider
{
	opacity: 0.2;
    filter: invert(1) blur(3px);
}


/* SERVICE */
.service-bloc > .service-icone
{
	text-align: center;
}

.service-bloc > .service-icone > i 
{
    margin: 26px 0 24px;
    font-size: 48px;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 75px;
    /*border: 1px solid;*/
}
.service-bloc > .service-icone > img 
{
    margin: 26px 0 24px;
    font-size: 48px;
    border: 0px solid;
    padding: 10px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 75px;
    /*border: 1px solid;*/
}

.service-bloc > .service-titre
{
	text-align: center;
}

.service-bloc > .service-titre > h4
{
	font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
}

.service-bloc > .service-texte
{
	text-align: center;
}

.serv1 > .service-bloc > .service-icone > i, .serv1 > .service-bloc > .service-icone > img,.serv1 > .service-bloc > .service-titre > h4
{
	/*border-color: #e00f00;*/
	color: #e00f00;
}

.serv2 > .service-bloc > .service-icone > i, .serv2 > .service-bloc > .service-icone > img,.serv2 > .service-bloc > .service-titre > h4
{
	/*border-color: #25292F;*/
	color: #25292F;
}

.serv3 > .service-bloc > .service-icone > i, .serv3 > .service-bloc > .service-icone > img,.serv3 > .service-bloc > .service-titre > h4
{
	/*border-color: #e00f00;*/
	color: #e00f00;
}


/* REALISATION */
.realisation-bloc > .realisation-image > img 
{
    width: 100%;
    border-radius: 6px;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
    box-shadow: 0 16px 38px -12px rgba(78,70,145,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.realisation-bloc > .realisation-titre 
{
    text-align: center;
    margin: 0;
    font-weight: 400;
    color: #333c4e;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-transform: translateY(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.realisation-bloc > .realisation-titre a
{
	text-decoration: underline;
	color: #000;
}
.realisation-bloc > .realisation-titre > i
{
	margin-right: 5px;
}

.realisation-bloc:hover > .realisation-image > img 
{
    width: 101%;
    margin-left: -2px;
    margin-top: -2px;
    transition: all .3s ease;
}


/* OFFRE */
.offres-bloc {
    border: 1px solid #DDDCED;
    padding: 15px 0;
    border-radius: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.offres-bloc > .offres-titre
{
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.offres-bloc > .offres-description > ul {
	list-style: none;
    padding: 0;
    max-width: 415px;
    margin: 10px auto;
    text-align: center;
}
.offres-bloc > .offres-description > ul li {
    padding: 12px 0;
    /*border-bottom: 1px solid rgba(153,153,153,.3);*/
}
.offres-bloc:hover {
    box-shadow: 0 16px 38px -12px rgba(78,70,145,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.offres-bloc > .offres-bouton
{
	text-align: center;
}
.offres-bloc > .offres-bouton > a {
    text-decoration: none;
    color: #000;
    padding: 10px 10px;
    background-color: #e8e8e8;
    border-radius: 5px;
}
.offres-bloc:hover > .offres-bouton > a
{
	background-color: #d9d9d9;
}

#image-box,#image-box2
{
	text-align: center;
}

#image-box > li
{
	width: 300px;
    height: 213px;
    position: relative;
    overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#image-box > li > a > img
{
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: initial;
}

#image-box2 > li:first-child
{
	margin-left: 0;
}
#image-box2 > li
{
	width: 250px;
    height: 213px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#image-box2 > li > a > img
{
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: initial;
}


.parallax {
    min-height: 400px;
    background: transparent;
}

/* FOOTER */
footer
{
	background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 5px;
}
footer > a
{
    color: #fff;
}


/* FORMULAIRE */
.button,
button
{
	padding: 8px 15px;
    border: 0;
    background-color: #f1f1f1;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
    transition: ease-in-out 200ms background-color;
    border-radius: 5px;
}

.button:hover,
button:hover
{
	background-color: #d3d1d1;
}

fieldset
{
	margin : 0;
	padding : 0;
	border : 0;
}
fieldset > legend
{
	text-align : center;
	font-size : 16px;
	font-weight : bold;
}
fieldset > ul,
fieldset > .contenu > ul
{
	margin : 0;
	padding : 0;
	font-size : 0;
	list-style : none;
}
fieldset > ul > li,
fieldset > .contenu > ul > li
{
	display : inline-block;
	width : 50%;
	margin : 0;
	padding : 0;
	font-size : 14px;
}
fieldset > ul > li > .input,
fieldset > .contenu > ul > li > .input
{
	display : block;
	width : 100%;
	padding : 5px;
	text-align : left;
	font-size : 0;
}
fieldset > ul > li > .input > label,
fieldset > .contenu > ul > li > .input > label
{
	display: block;
	font-weight: 400;
	font-size : 16px;
	padding: 3px 0;
}
fieldset > ul > li > .input > div > *,
fieldset > .contenu > ul > li > .input > div > *
{
	font-size: 14px;
}
fieldset > ul > li > .input > div > input,
fieldset > ul > li > .input > div > select,
fieldset > ul > li > .input > div > textarea,
fieldset > .contenu > ul > li > .input > div > input,
fieldset > .contenu > ul > li > .input > div > select,
fieldset > .contenu > ul > li > .input > div > textarea
{
	display: inline-block;
    width: 100%;
    font-size: 14px;
    border: 1px solid #e9e7e7;
    border-radius: 3px;
    background-color: #f1f1f1;
    padding: 5px 5px;
}
fieldset > ul > li.double,
fieldset > .contenu > ul > li.double
{
	width : 100%;
}

form#demande
{
	position: absolute;
	top: 20px;
	right: 0;
	margin: 0 10px;
	
	width: calc(100% - 20px);
	max-width: 450px;

	padding: 10px;
	background-color: rgba(255,255,255,0.9);
}

.captchagc,
.captchagc *
{
	box-sizing: border-box;
	outline: none;
}
.captchagc
{
	position: relative;
	background-color: #E7E7E7;
	border: 1px solid #D6D6D6;
	width: 250px;
	height: 70px;
	overflow: hidden;
	margin: 10px auto;
}
.captchagc > img:nth-of-type(1)
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
.captchagc > img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
	height: 25px;
	z-index: 3;
	margin: 0!important;
	animation: 3s ease-out 1s infinite running captchagc;
}
@keyframes captchagc
{
	0% { left: 25px; }
	25% { left: 25px; }
	50%{ left: 210px; }
	100%{ left: 210px; }
}
.captchagc > img:nth-of-type(1) + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #FFF;
	z-index: 1;
}
.captchagc > img:nth-of-type(1) + div.accept
{
	border: 1px solid #F3990C;
}
.captchagc > img:nth-of-type(1) + div.hover
{
	border: 1px solid #1CD129;
}
.captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">>>>>>>>";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
}
.captchagc.valid:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
}
.captchagc > i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}	
.captchagc.valid > i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
.captchagc > i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
.captchagc > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
.captchagc.valid > img:nth-of-type(1)
{
	top: 18px!important;
	left: 197px!important;
}
.captchagc.valid > img:nth-of-type(2)
{
	display: none;
}
#image-box
{
	text-align: center;
}
#image-box > li
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#image-box > li:first-child
{
	margin-left: 0px;
}

.box-services
{
	background-color: #f2f2f2;
	padding: 15px;
	border-radius: 10px;
	box-shadow: rgb(0 0 0 / 10%) 0 0 13px;
	text-align: center;
}

@media screen and (max-width:1060px)
{
	#image-box2 > li:last-child
	{
		margin-left: 0px;
		margin-top: 10px;
	}
}

@media screen and (max-width:940px)
{
	#image-box > li:last-child
	{
		margin-left: 0px;
		margin-top: 10px;
	}
}

/* RESOLUTION 860px */
/* Tablette */
@media screen and (max-width:860px)
{
	.row > *
	{
		display : block!important;
		width : initial!important;
		padding : initial!important;
	}
	#contact_menu
	{
		display: none;
	}
	.slide
	{
		width: 85%;
	}
	#menu > ul
	{
		left: 35%;
	}
	#realisation > div > .row
	{
		height: 1235px !important;
	}
	.realisation-image
	{
		width: 100%;
	    height: 300px;
	    margin: 0 auto;
	    text-align: center;
	}
	.realisation-image > img
	{
		width: 100%;
		height: initial;
	}
	#offres > div > div > div:first-child
	{
		margin-bottom: 15px;
	}
	#temoignages > div > div > div:first-child
	{
		margin-bottom: 15px;
	}

	#image-box2 > li:nth-child(3)
	{
		margin-left: 0px;
		margin-top: 10px;
	}
	#image-box2 > li:nth-child(4)
	{
		margin-left: 10px;
		margin-top: 10px;
	}

	.box-services img
	{
		width: 90%;
		height: initial !important;
	}

	.box-services iframe
	{
		width: 100%;
	}

	#formulaire_slider
	{
		display: none;
	}
}

@media screen and (max-width:720px)
{
	#menu_1
	{
		display: none;
	}
}

/* Mobile */
@media screen and (max-width:430px)
{
	#logo
	{
		width: calc(100% - 40px);
		text-align: center;
	}
	.slider-titre > h1
	{
		font-size: 22px;
	}
	.slider-texte > p
	{
		font-size: 14px;
	}
	.slider-bouton > a
	{
		font-size: 11px;
		display: block;
	}
	#menu
	{
		display: none;
	}
	.realisation-image
	{
		height: 240px;
	}
	#realisation > div > .row
	{
		height: 930px !important;
	}
	fieldset > ul > li, fieldset > .contenu > ul > li
	{
		width: 100%;
	}
	#image-box > li:first-child, #image-box2 > li:first-child
	{
		margin-top: 0px;
		margin-left: 0px;
	}
	#image-box > li,#image-box2 > li
	{
		margin-top: 10px;
		margin-left: 0px;
	}
	#image-box2 > li:last-child
	{
		margin-left: 0;
	}

	.titre-logo
	{
		display: none;
	}
}