/* IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/* BASE */
*
{
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
}

body
{
	margin: 0;
	padding: 0;

	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
    background-color: #151515;
}

header
{
	position: relative;
	width: 100%;
	height: 65px;
}

.clear
{
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 24px 0;
    font-family: 'Lato', 'Helvetica Neue Light', 'Helvetica Neue', 'Segoe UI', 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    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: #242424 !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 FontAwesome;
	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";
	font-family: "Font Awesome 5 Pro";
}

.notification.erreur
{
	color: #FFFFFF;
	border: 1px solid #920808;
	background-color: #B40404;
}

.notification.erreur:before
{
	content: "\f057";
	font-family: "Font Awesome 5 Pro";
}

#scrollUp
{
	position: fixed;
	bottom : 25px;
	right: -100px;
	opacity: 1;
	z-index: 101;
}
#scrollUp > a
{
	padding: 15px;
    background-color: #242424;
    text-decoration: none;
    color: #fff;
}


/* HEADER */
header
{
	z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    text-align: right;
    background-color: #242424;
    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: 25%;
}

#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: 20px 8px;
    overflow: hidden;
    text-decoration: none;
    font-size: 21px;
    /*letter-spacing: -1px;*/
    color: #fff;
    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 #0faacf solid;
    background-color: #0faacf;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#contact_menu > a:hover
{
    color: #fff;
    background-color: #258aa2;
    border: 1px #258aa2 solid;
}


/* SLIDER */
#slider
{
	position: relative;

	background-image: url(../img/slide.jpg);
	background-size: cover;
	background-position: 0% 50%;

	overflow: hidden;

	width: 100%;
	height: 600px;
}

#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: 10%;
    transform: translate(0, -50%);
    top: 55%;
    margin: 0;
    padding: 0;
    z-index: 99;
    width: 37%;
    padding: 15px;
    border-radius: 5px;
}
.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: 18px;
    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.5;
    /*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;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 75px;
}
.service-bloc > .service-icone > img 
{
    margin: 26px 0 24px;
    font-size: 48px;
    border: 0px solid;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 75px;
}

.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: #50abf1;
	color: #50abf1;
}

.serv2 > .service-bloc > .service-icone > i, .serv2 > .service-bloc > .service-icone > img,.serv2 > .service-bloc > .service-titre > h4
{
	border-color: #b169cd;
	color: #b169cd;
}

.serv3 > .service-bloc > .service-icone > i, .serv3 > .service-bloc > .service-icone > img,.serv3 > .service-bloc > .service-titre > h4
{
	border-color: #e8724d;
	color: #e8724d;
}

.serv4 > .service-bloc > .service-icone > i, .serv4 > .service-bloc > .service-icone > img,.serv4 > .service-bloc > .service-titre > h4
{
	border-color: #6cb051;
	color: #6cb051;
}

.serv5 > .service-bloc > .service-icone > i, .serv5 > .service-bloc > .service-icone > img,.serv5 > .service-bloc > .service-titre > h4
{
	border-color: #d63d6c;
	color: #d63d6c;
}

.serv6 > .service-bloc > .service-icone > i, .serv6 > .service-bloc > .service-icone > img,.serv6 > .service-bloc > .service-titre > h4
{
	border-color: #715892;
	color: #715892;
}


/* 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: #999;
}
.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: #999;
    padding: 10px 10px;
    background-color: #e8e8e8;
    border-radius: 5px;
}
.offres-bloc:hover > .offres-bouton > a
{
	background-color: #d9d9d9;
}


/* TEMOIGNAGES */
.temoignages-bloc 
{
    background-color: #ededfa;
    border-radius: 5px;
    padding: 10px 10px;
    text-align: justify;
    border: 1px solid #ededfa;
}
.temoignages-bloc > .temoignages-titre
{
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}
.temoignages-bloc > .temoignages-description
{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}


/* FOOTER */
footer
{
	background-color: #242424;
    color: #fff;
    text-align: center;
    padding: 5px;
}
footer > a
{
    color: #fff;
}


/* FORMULAIRE */
.button,
button
{
	padding: 8px 15px;
    border: 0;
    background-color: #f1f1f1;
    color: #999;
    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 #242424;
    border-radius: 3px;
    background-color: #242424;
    padding: 5px 5px;
    color: #fff;
}
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: #242424;
	border: 1px solid #242424;
	width: 250px;
	height: 70px;
	overflow: hidden;
	margin: 5px auto;
}

#captchagc > .fav
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}

#captchagc > .fav + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #3e3e3e;
	z-index: 1;
}

#captchagc > .fav + div.accept
{
	border: 1px solid #F3990C;
}

#captchagc > .fav + 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 > .fav
{
	top: 18px!important;
	left: 197px!important;
}

.cursor-captcha
{
	height: 25px;
	position: absolute;
    z-index: 99;
    top: 42px;
    left: 27px;
}
.cursor-captcha img
{
	height: 20px !important;
	width: 20px !important;
}

.slider-rss
{
	margin-top: 20px;
}
.slider-rss > li
{
	list-style: none;
	display: inline-block;
}
.slider-rss > li > a
{
	text-decoration: none;
	color: #fff; 
	padding: 15px;
	font-size: 15px;
}
.slider-rss > li:first-child > a
{
	padding-left: 0;
}
.slider-rss > li:last-child > a
{
	padding-right: 0;
}
.slider-rss > li > a > i
{
	font-size: 28px;
}

/* 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;
	}
}

/* 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%;
	}
}