@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,400');

body{
	font-family: 'Titillium Web', sans-serif;
	margin:auto;
	color:#1d1d1b;
	cursor: none;
}
h2{
	margin:10px auto;
	font-size:1.4em;
	text-transform: uppercase;
	position:relative;
	text-align: center;
}
h2.style_h2:after{
	position:absolute;
	bottom:-10px;
	left:50%;
	transform: translateX(-50%);
	background:#ec671b;
	height:3px;
	width:20px;
	content:'';
	display:block;
}
.max-width{
	max-width: 1200px;
	margin:auto;
}
a{
	text-decoration: none;
	color:inherit;
	transition:0.2s ease;
}
.center{
	text-align:center;
}
button[type="submit"],button[type="button"]{
	border: none;
    font-size: 0.9em;
    padding: 10px 15px;
}
#main_content{
	display:none;
}
.material-icons{
	display:inline-block;
	vertical-align: middle;
}

/* ===============================================================================================
BOUTON PANIER
=================================================================================================*/
#bouton_offre_promo{
	position:fixed;
	right:-10px;
	top:100px;
	width: 100px;
    height: 100px;
    overflow: hidden;
	transition: 0.3s ease;
	z-index: 5;
	cursor:pointer;
    border: 8px solid #FFF;
	background:#212121;
    border-radius: 250px;
}
#bouton_offre_promo:hover{
	width: 150px;
    height: 150px;
	background:#ec671b;
	right:10px;
	bottom:50px;
	box-shadow: 0 0 0 1px rgba(236, 103, 27, 0.4);
    border: 12px solid #FFF;
}

#bouton_offre_promo div{
	height:100%;
	width:100%;
	position:relative;
	display:block;
}
#bouton_offre_promo div p{
	margin:auto;
	width:36px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
    transition: 0.3s ease;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:0.8em;
}
#bouton_offre_promo div p span{
	font-weight:bold;
	display:block;
	font-size:1.2em;
}
#bouton_offre_promo:hover div div{
	opacity:0;
	visibility: hidden;
	top:0;
}
#bouton_offre_promo div h3{
	text-transform: uppercase;
    width: 100%;
    margin: auto;
    font-size: 0.9em;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 2px;
    transition: 0.3s ease;
	position:absolute;
	top:100%;
	left:50%;
	transform:translate(-50%, -50%);
	text-align: center;
	opacity:0;
	visibility: hidden;
}
#bouton_offre_promo:hover div h3{
	top:50%;
	opacity:1;
	visibility: visible;
}
#bouton_offre_promo div h3 span{
	font-weight:bold;
	display:block;
}

/* ===============================================================================================
HOME DEVIS
=================================================================================================*/
#home_devis{
	height: 100vh;
    position: fixed;
    background: #000000;
    overflow: hidden;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}
#home_devis:after{
	right: 57px;
    top: 100%;
    height: 50%;
    width: 2px;
    background: #ec671b;
    content: '';
    display: block;
    position: absolute;
	transition:0.8s ease 0.6s;
}
.active_animation #home_devis:after{
	top:50%;
	transform: translateY(-50%);
}
#home_devis #logo{
	position:absolute;
	top:15%;
	left:50%;
	transform:translateX(-50%);
	width:450px;
	max-width:98%;
}
#parallax{
	width:100%;
	height:100%;
    position: absolute;
	top:0;
	left:0;
	transition:0.2s ease;
	display:flex;
	z-index: 2;
}
#parallax>svg{
	width:250px;
	margin:auto;
	position:relative;
}
#parallax>svg>path:first-child{
	position:absolute;
	top:0;
	left:0;
}
#div_parallax {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    left: 0;
	top:0;
}
#parallax>svg>path{
	transition:0.8s ease;
	fill:rgba(255, 255, 255, 0.30);
}
#parallax>svg>path:hover{
	fill:#FFF;
}
#parallax>svg>path:nth-child(3):hover{
	fill:#eb671b;
}
#parallax>svg>g>path{
	fill:#eb671b;
}

#infos_contact{
	position: absolute;
    bottom: 100%;
    left: 70px;
    z-index: 3;
    transform: rotate(-90deg);
    transform-origin: bottom left;
	transition:0.8s ease 0.6s;
	width:100%;
}
.active_animation #infos_contact{
	bottom:70px;
}
#infos_contact p{
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	display:inline-block;
	vertical-align: middle;
	margin:auto;
}
#infos_contact span{
	display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 2px;
    background: #eb671b;
    margin: 0 20px 0 30px;
}
#infos_contact a, #infos_contact #bouton_mail{
	display:inline-block;
	vertical-align: middle;
	margin:0 10px;
	opacity:0;
	transition:0.3s ease;
}
#infos_contact #bouton_mail{
	cursor:pointer;
}
#infos_contact img{
	transition:0.2s ease;
}
#infos_contact a:hover img, #infos_contact #bouton_mail:hover img{
	transform:rotate(90deg);
}
#infos_contact a img, #infos_contact #bouton_mail img{
	width:24px;
}
.active_animation #infos_contact a, .active_animation #infos_contact #bouton_mail{
	opacity:1;
}
#infos_contact #bouton_mail{
	transition-delay:1.2s;
}
#infos_contact a:nth-child(4){
	transition-delay:1.4s;
}
#infos_contact a:nth-child(5){
	transition-delay:1.6s;
}

#svg_cercles {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.1;
}

#infos_home{
	bottom:70px;
	left:50%;
	transform: translateX(-50%);
	display:block;
	position:absolute;
	color:#FFF;
	text-align: center;
}
#infos_home h3{
	font-size: 2em;
    margin: auto;
}
#infos_home h3 span{
	font-weight:normal;
	text-transform: uppercase;
}
#infos_home #date_devis{
	text-transform: uppercase;
	margin:auto;
	font-size:1.2em;
	font-weight:200;
}


/*Cursor*/
.cursor {
	position: absolute;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.cursor:nth-child(1) {
	background-color: #FFF;
	z-index: 1;
	height: 8px;
	width: 8px;
}
.cursor:nth-child(2) {
	background-color: rgba(255, 255, 255, 0.2);
	height: 28px;
	width: 28px;
}
/* ===============================================================================================
NOTRE HISTOIRE
=================================================================================================*/
#notre_histoire{
	margin:80px auto;
	padding-top:20px;
}
#img_frise{
    max-width: 850px;
    margin: auto;
	display: block;
	margin-top:40px;
}

/* ===============================================================================================
VOTRE PROJET
=================================================================================================*/
.option_projet{
	display:flex;
	margin:40px auto;
	max-width:1200px;
}
.option_projet>div{
	margin:auto;
}
.option_projet>div.background_image_projet{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:5px;
	min-height:250px;
	width:calc(40% - 60px);
	margin-right:60px;
}
.option_projet>div.texte_projet{
	width:40%;
}
.option_projet>div.texte_projet h4{
	margin: auto;
    font-weight: normal;
    font-size: 1.6em;
}
.option_projet>div.texte_projet h4 .prix_final{
	font-weight:bold;
}
.option_projet>div.texte_projet div, .option_projet>div.texte_projet p{
	color: rgba(33, 33, 33, 0.7);
	margin:auto;
	font-size:0.9em;
}
.option_projet>div.texte_projet ul{
	padding:0;
	margin:auto;
}
.option_projet>div.texte_projet ul li{
	list-style-type: none;
	position:relative;
	padding-left: 40px;
}
.option_projet>div.texte_projet ul li:before{
	content:'';
	position:absolute;
	background:url('../images/check.svg') center center no-repeat;
	width:16px;
	height:16px;
	display:block;
	left:15px;
	top:4px;
}
.option_projet>div.boutons_option{
	width:calc(20% - 60px);
	margin-left:60px;
	text-align: center;
}
.option_projet>div.boutons_option .texte_inclus{
	font-weight:bold;
	color:#ec6726;
}
.option_projet>div.boutons_option .texte_inclus span{
	font-weight:normal;
	font-style: italic;
	display:block;
}

#container_remise_exceptionnelle{
	text-align:center;
	width:100%;
}
#remise_exceptionnelle{
    text-align: center;
    display: inline-block;
    font-weight: normal;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    font-size: 1.4em;
	color:#ec671b;
}
#remise_exceptionnelle span{
	display: block;
    font-weight: bold;
    font-size: 1.4em;
}

.bouton_timeline_etape{
	text-align:center;
}
.bouton_timeline_etape>div{
	display:inline-block;
	vertical-align: middle;
}
.bouton_timeline_etape .bouton{
	font-size:1.2em;
}

.container_options .gallery .lslide img{
	border-radius:5px;
	max-width:100%;
}
#timeline_etapes{
	position:relative;
	height:30px;
	margin: 90px auto 60px;
}
#timeline_etapes:after{
	width:100%;
	height:2px;
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background:rgba(236, 103, 27, 0.6);
	z-index: -1;
}
.rond_timeline{
	background: #e5e5e5;
    width: 20px;
    height: 20px;
    border-radius: 250px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 8px solid #FFF;
    box-shadow: 0px 0px 0px 1px rgba(229, 229, 229, 0.6);
	position:relative;
}
.rond_timeline.active{
    box-shadow: 0px 0px 0px 1px rgba(236, 103, 27, 0.6);
	background: #ec671b;
	width:25px;
	height:25px;
}
.rond_timeline p{
	position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.2em;
}
#timeline_etapes .rond_timeline:first-child{
	left:0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#timeline_etapes .rond_timeline:nth-child(2){
	left:50%;
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%);
}
#timeline_etapes .rond_timeline:last-child{
	right:0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bouton{
	background:rgba(236, 103, 27, 0.6);
	display:inline-block;
	vertical-align: middle;
	border-radius:15px;
	padding:5px 15px;
	text-transform: uppercase;
	color:#FFF;
	font-size:1.4em;
	margin:5px auto;
	min-width:110px;
	box-sizing: border-box;
	transition:0.2s ease;
	position:relative;
	z-index: 0;
	overflow:hidden;
}
.bouton span{
	font-size: 0.5em;
    display: block;
    text-transform: none;
}
.bouton_ajouter:after, .bouton_retirer:after{
	width:102%;
	height:102%;
	background:#FFF;
	position:absolute;
	content:'';
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index: -1;
	transition:0.2s ease;
}
.bouton_ajouter:hover:after, .bouton_retirer:hover:after{
	width:0;
}
.bouton_ajouter{
	background:#FFF;
	text-transform: none;
	cursor:pointer;
	position:relative;
	border:1px solid #b2b2b2;
}
.bouton i{
	margin-right:10px;
}
.bouton_ajouter:after{
	background:#b2b2b2;
}
.bouton_ajouter:hover{
	color:#b2b2b2;
}
.bouton_retirer{
	background:#FFF;
	cursor:pointer;
	border:1px solid rgba(236, 103, 27, 0.6);
}
.bouton_retirer:after{
	background:rgba(236, 103, 27, 0.6);
}
.bouton_retirer:hover{
	color:rgba(236, 103, 27, 0.6);
}
/* ===============================================================================================
HEADER
=================================================================================================*/
#header {
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
    z-index: 2;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background: #212121;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:80px;
}
#header .logo {
    display: block;
    width: 250px;
    position: absolute;
    top: 50%;
	left:40px;
    transform: translateY(-50%);
    z-index: 2;
	margin:auto;
	cursor:pointer;
}
#header .menu {
    margin: 0 10px;
    background: none;
    height: 80px;
    position: relative;
}
#header .menu > ul {
    width: 100%;
    list-style: none;
    display: block;
    margin: 0;
    text-align: right;
    padding: 0;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.menu-item {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    opacity: 1;
    max-height: none;
    float: none;
}
.menu-item a{
	height: 80px;
    line-height: 80px;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    margin: 0 20px;
    text-transform: uppercase;
	color:#f4f4f4;
	overflow:hidden;
	transition:0.4s ease 0.3s;
}
.menu-item a:hover{
	color:#212121;
}
.menu-item a:before{
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #ec6726;
    white-space: nowrap;
    width: 0%;
    -webkit-transition: 0.4s cubic-bezier(0.7,0,0.3,1) 0.3s;
    transition: 0.4s cubic-bezier(0.7,0,0.3,1) 0.3s;
}
.menu-item a:hover:before{
    width: 100%;
}
.menu-item a:after{
	content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    right: 0;
    background: rgba(236, 103, 38, 0.8);
    -webkit-transform: translate3d(-102%,0,0);
    transform: translate3d(-102%,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.menu-item a:hover:after{
    -webkit-transform: translate3d(102%,0,0);
    transform: translate3d(102%,0,0);
}

/* ====================== MENU BURGER ======================== */
.menu-icon-wrapper {
    display: none;
    width: 34px;
    height: 34px;
    pointer-events: none;
    transition: 0.2s ease;
    position: fixed;
    right: 22px;
    top: 22px;
	z-index: 100;
	transform: rotate(90deg);
}

.menu-icon-wrapper svg {
    position: absolute;
    top: -33px;
    left: -33px;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.menu-icon-wrapper svg path {
    stroke: #FFF;
    stroke-width: 30px;
    stroke-linejoin: round;
    fill: transparent;
}

.menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.menu-icon-wrapper .menu-icon-trigger:hover,
.menu-icon-wrapper .menu-icon-trigger:focus {
    outline: none;
}

@media only screen and (max-width:1220px) {
    .menu-icon-wrapper {
        display:block;
        z-index:999;
        transition:0.2s ease;
    }
}

/* ===============================================================================================
CHIFFRES CLES
=================================================================================================*/
#chiffres_cles, #votre_projet{
	margin:auto;
	overflow:hidden;
	position:relative;
}
#votre_projet{
	margin-top:80px;
}
.header_biseau{
	background:#010101;
	text-align: right;
}
.header_biseau .max-width{
	padding:50px 0 20px;
	box-sizing: border-box;
	position:relative;
}
.logo_biseau{
	width: 280px;
	position: absolute;
    bottom: -54px;
    left: 0;
}
.logo_biseau .st2{
	fill:#EC671B;
}
#container_item_chiffres_cles{
	margin:50px auto;
	max-width:1200px;
	overflow: hidden;
}
.titre_biseau{
	font-size:1.2em;
}
.titre_biseau h2{
	color:#ec671b;
	text-align: left;
}
.titre_biseau p{
	color:#FFF;
	text-align: left;
}
.item_chiffres_cles{
	width: calc(100% / 3 - 10px);
    float: left;
    color: #FFF;
    margin: 5px;
    padding: 80px 30px 30px;
    box-sizing: border-box;
    border-radius: 5px;
}
.item_chiffres_cles:first-child, .item_chiffres_cles:nth-child(5){
	background:#ec671c;
}
.item_chiffres_cles:nth-child(2), .item_chiffres_cles:nth-child(6){
	background:rgba(236, 103, 28, 0.7);
}
.item_chiffres_cles:nth-child(3), .item_chiffres_cles:nth-child(4){
	background:rgba(236, 103, 28, 0.3);
	color:#ec671b;
}
.item_chiffres_cles img{
	width:60px;
	margin-bottom:20px;
}
.item_chiffres_cles p{
	font-size:2em;
	margin:auto;
	font-weight:bold;
	line-height:1em;
	display:none;
}
.item_chiffres_cles span{
	margin:auto;
	display:block;
	font-size:1.2em;
	transition:0.2s ease;
	opacity:0;
}
.item_chiffres_cles span.active{
	opacity:1;
}

/* ===============================================================================================
NOS REALISATIONS
=================================================================================================*/
#realisations{
	padding-top:20px;
}
#realisations iframe{
	margin:30px auto;
	border:none;
}

/* ===============================================================================================
EQUIPE
=================================================================================================*/
#equipe{
	margin:30px auto;
}
#equipe h2{
	margin-top:0;
}
#equipe>p{
	text-align:center;
	font-weight:bold;
	margin-top:40px;
}
#container_personnes{
    text-align: center;
	margin:auto;
	max-width:1100px;
}
.personne{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width:calc(100% / 6 - 14px);
	margin:20px 5px;
	color:#c6c6c6;
}
.personne.active{
	color:#ec6726;
}
.personne.active .sticker:after{
	content:'';
	display:block;
	position:absolute;
	width:135px;
	height:135px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
    border: 2px solid #ec6726;
	border-radius:250px;
}
.personne .sticker{
    border-radius: 150px;
	max-width:100%;
	width:130px;
	height:130px;
	margin:auto;
	position:relative;
	margin-bottom:10px;
}
.personne:first-child .sticker-img{
	background:url('../images/personnes/nicolas.png') center center no-repeat;
}
.personne:nth-child(2) .sticker-img{
	background:url('../images/personnes/kevin.png') center center no-repeat;
}
.personne:nth-child(3) .sticker-img{
	background:url('../images/personnes/sylvain.png') center center no-repeat;
}
.personne:nth-child(4) .sticker-img{
	background:url('../images/personnes/marc.png') center center no-repeat;
}
.personne:nth-child(5) .sticker-img{
	background:url('../images/personnes/stephanie.png') center center no-repeat;
}
.personne:nth-child(6) .sticker-img{
	background:url('../images/personnes/marion.png') center center no-repeat;
}
.personne:nth-child(7) .sticker-img{
	background:url('../images/personnes/stefan.png') center center no-repeat;
}
.personne:nth-child(8) .sticker-img{
	background:url('../images/personnes/jerem.png') center center no-repeat;
}
.personne:nth-child(9) .sticker-img{
	background:url('../images/personnes/julie.png') center center no-repeat;
}
.personne:nth-child(10) .sticker-img{
	background:url('../images/personnes/cindy.png') center center no-repeat;
}
.personne:nth-child(11) .sticker-img{
	background:url('../images/personnes/tristan.png') center center no-repeat;
}
.personne:nth-child(12) .sticker-img{
	background:url('../images/personnes/nicolas_b.png') center center no-repeat;
}
.personne h4{
	font-weight: bold;
    margin:0 auto;
	font-size:1em;
}
.personne h5{
    font-weight:normal;
    margin:0 auto;
	font-size:0.9em;
}

/* ===============================================================================================
AVIS CLIENTS
=================================================================================================*/
#avis{
	margin: 30px auto;
	padding-top:20px;
}
#container_avis{
	margin:40px auto;
	min-height:375px;
}
.avis{
	border-radius: 5px;
	padding: 50px;
	border: 1px solid rgba(0,0,0,0.1);
	box-sizing: border-box;
	min-height:356px;
}
.entete_avis>img{
	display:inline-block;
	vertical-align: middle;
	width:65px;
	margin-right:20px;
}
.entete_avis>div{
	display:inline-block;
	vertical-align: middle;
}
.entete_avis>div p{
	margin:auto;
}
.entete_avis>div .nom_avis{
	font-weight:bold;
}
.entete_avis>div .poste_avis{
	color:#c6c6c6;
}
.entete_avis>div .prestation_avis{
	font-size:0.8em;
}
.texte_avis{
	font-size:0.8em;
}
/* ===============================================================================================
FOOTER
=================================================================================================*/
footer {
    text-align: center;
    padding: 0;
    width: 100%;
    background: #242422;
    margin: 0;
    z-index: 20;
	padding:20px 0;
}
footer p, footer a{
    color:#FFF;
	text-decoration: none;
	margin:auto;
}
footer .sociaux a{
    display:inline-block;
    margin:10px;
}
footer .row>div:first-child p{
    display:inline-block;
    vertical-align: middle;
    margin:2px auto;
    text-transform: uppercase;
}
footer .row>div:first-child p:first-child:after{
    content: "";
    width: 6px;
    height: 6px;
    background: #eb671b;
    z-index: 1;
    display:inline-block;
    vertical-align: middle;
    margin:0 10px;
}
footer .row>div:first-child p:first-child, footer .row>div:first-child p:nth-child(2){
    letter-spacing: 2px;
    font-size:0.8em;
    position:relative;
}
footer .row>div:first-child p.tel{
    display:block;
}
footer .tel span{
    color:#eb671b;
}
footer #mentions_legales{
	transition: 0.2s ease;
	cursor:pointer;
}
footer #mentions_legales:hover{
	color:#eb671b;
}
/* ===============================================================================================
OVERLAY PANIER
=================================================================================================*/
#overlayPanier{
	background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    display: none;
}
#container_overlay_opportunite {
    margin: auto;
	width:60%;
	background:#FFF;
	padding:50px;
	position:absolute;
	box-shadow : 0 4px 6px 0 rgba(0, 0, 0, 0.2);
	border-radius:5px;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	max-height:98vh;
	overflow:auto;
}
#container_overlay_opportunite>h2{
	margin-top:0;
}
#container_overlay_opportunite #prix_total{
	text-align: center;
	margin:40px auto;
	font-weight: bold;
	font-size:1.2em;
	line-height:1.2em;
}
#container_overlay_opportunite #prix_total span{
	display: block;
    font-style: italic;
    font-weight: normal;
    font-size: 0.8em;
    color: rgba(29, 29, 27, 0.8);
}
.bouton_close{
	position:absolute;
	top:20px;
	right:20px;
	width:24px;
	cursor:pointer;
}
.overlay_infos_contact img{
	border: 2px solid #ec671b;
    border-radius: 150px;
	margin-top:20px;
}
.overlay_infos_contact p{
	margin:auto;
}
.overlay_infos_contact a:hover{
	color:#ec671b;
}

#container_overlay_infos_contact>form, #container_overlay_infos_contact>div{
	margin:auto;
	width:48%;
	display:inline-block;
	vertical-align: top;
}
#container_overlay_infos_contact>div{
	margin-left:10%;
	width:38%;
}
#container_overlay_infos_contact h4{
	color: #eb671b;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    margin: auto;
	margin-bottom:17px;
}
#container_overlay_infos_contact h4:before{
	display: inline-block;
    vertical-align: middle;
    content: '';
    background: url(../images/rdv_orange.svg) no-repeat center center;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background-size: cover;
    margin-bottom: 6px;
}
#container_overlay_infos_contact form h4:before{
    background: url(../images/devis_orange.svg) no-repeat center center;
}
.style_input{
	position: relative;
	margin:10px auto;
}
.style_input input, .style_input textarea, .style_input select{
	padding: 10px;
	display: block;
	width: 100%;
	box-sizing:border-box;
    border: 1px solid rgba(29, 29, 27, 0.3);
    margin: 25px auto;
    background: #fff;
    border-radius: 5px;
}
.style_input label{
	color: rgba(29, 25, 64, 0.5);
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 10px;
	top: 7px;
	transition: 0.2s ease all;
	font-style: italic;
	font-size:0.9em;
}
.style_input input:focus ~ label, .style_input input.active ~ label,
.style_input textarea:focus ~ label, .style_input textarea.active ~ label,
.style_input select:focus ~ label, .style_input select.active ~ label{
	top: -20px;
    left: 5px;
    color: #1d1d1b;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8em;
}

#prix_final_commande{
	text-align: center;
    display: inline-block;
    font-weight: normal;
    padding: 10px;
    border-radius: 10px;
    color: #ec671b;
    line-height: 20px;
    margin: 20px auto;
}
#container_prix_total_ttc{
	font-size:1.2em;
	font-style:italic;
	display:block;
}

/* ===============================================================================================
OVERLAY MENTIONS LEGALES
=================================================================================================*/
#overlayMentions{
	background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    display: none;
}
#container_overlay_mentions{
    margin: auto;
	width:60%;
	background:#FFF;
	padding:50px;
	position:absolute;
	box-shadow : 0 4px 6px 0 rgba(0, 0, 0, 0.2);
	border-radius:5px;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	max-height:98vh;
	overflow:auto;
}
/* ===============================================================================================
RESPONSIVE
=================================================================================================*/
@media screen and (max-width: 1300px) {
	.menu-item a{
		font-size:0.9em;
	}
	#timeline_etapes{
		max-width:90%;
	}
}
@media screen and (max-width: 1220px) {
	#container_overlay_opportunite{
		width:98%;
	}
	.container_options{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.option_projet{
		width:50%;
		display:block;
		margin:5px auto;
	}
	.option_projet>div.background_image_projet{
		margin:10px;
		width:calc(100% - 20px);
		min-height:0;
	}
	.option_projet>div.texte_projet{
		margin:10px;
		width:calc(100% - 20px);
	}
	.option_projet>div.boutons_option{
		margin:10px;
		width:calc(100% - 20px);
	}
	.lslide>img{
		display:block;
		margin:auto;
	}
	.lSSlideOuter .lSPager.lSGallery{
		margin: 5px auto 0 !important;
	}
}
@media screen and (max-width: 1000px) {
	#container_overlay_infos_contact>form, #container_overlay_infos_contact>div{
		width:100%;
		display:block;
	}
	#container_overlay_infos_contact>div{
		margin:20px auto 0;
		text-align: center;
	}
	#container_overlay_infos_contact h4{
		text-align: center;
	}
}
@media screen and (max-width: 900px) {
	.personne{
		width:140px;
		margin:20px 10px;
	}
}
@media screen and (max-width: 800px) {
	.option_projet{
		width:100%;
		margin:20px auto;
	}
	.item_chiffres_cles{
		width:calc(50% - 10px);
	}
	.titre_biseau{
		width:100%;
	}
	.titre_biseau h2{
		text-align: center;
	}
	.titre_biseau p{
		text-align: center;
	}
	.logo_biseau{
		position:static;
		margin:auto;
		display:block;
		width:120px;
	}
	.option_projet>div.texte_projet h4{
		font-size:1.2em;
	}
}

@media screen and (max-width: 600px) {
	#infos_contact{
		transform:translateX(-50%);
		top:20px;
		left:50%;
		text-align: center;
	}
	#home_devis:after{
		display:none;
	}
	.active_animation #infos_contact{
		bottom:inherit;
	}
	#infos_contact p{
		display:block;
	}
	#infos_contact span{
		display:block;
		margin:10px auto;
	}
	#home_devis #logo{
		width:250px;
		top:20%;
	}
	.avis, #container_avis{
		min-height:0;
	}
}
@media screen and (max-width: 450px) {
	.item_chiffres_cles{
		width:calc(100% - 10px);
		float:none;
		padding:15px;
		text-align:center;
	}
}

@media only screen and (max-width: 1220px) {
    #header.active {
		position:fixed;
		top:0;
		left:0;
        height: 100%;
    }
    #header .menu {
        height: 100%;
        margin: 0;
        padding: 40px 0;
    }
    #header .menu {
        height: 100%;
        margin: 0;
        position: fixed;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        top: 0;
        z-index: 98;
        overflow-y: auto;
        overflow-x: hidden;
        margin: 0;
        background: #242422;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        left: 0;
        width: 100%;
        transform: transformY(-110%);
        -webkit-transform: transformY(-110%);
        -moz-transform: transformY(-110%);
        -ms-transform: transformY(-110%);
        -o-transform: transformY(-110%);
    }
    #header .menu ul {
        display: flex;
        width: 100%;
        min-width: 200px;
        padding: 0px;
        height: auto;
        align-items: center;
        flex-direction: column;
		visibility: visible;
		opacity: 1;
		position:static;
		transform:none;
		background:none;
		box-shadow:none;
    }
	#header .menu-item ul a{
		color:#FFF;
		font-size:0.8em;
	}
    #header .menu ul li {
        border: none;
        display: block;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        margin: auto;
        padding: 0;
    }
    #header .menu-item > a{
        display: inline-block;
        width: auto;
        padding: 0 20px;
        font-size: 1em;
        color: #fff;
        height: auto;
        line-height: 50px;
        color: #fefefe;
    }
	#header .menu-item > a:hover{
		color: #212121;
	}
    #header .menu ul li a{
        padding:0px;
    }
    /* === navigation ouverte ====*/
    #header.active .menu {
        -webkit-transform: transformY(0);
        -moz-transform: transformY(0);
        -ms-transform: transformY(0);
        -o-transform: transformY(0);
        transform: transformY(0);
        opacity: 1;
        visibility: visible;
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 600px) {
	#timeline_etapes{
		height:auto;
		text-align: center;
		display:none;
	}
	#timeline_etapes .rond_timeline{
		position:relative !important;
		transform:none !important;
		left:inherit !important;
		top:inherit !important;
		display:block;
		margin:55px auto;
	}
	#timeline_etapes:after{
		display:none;
	}
	#bouton_offre_promo{
		width: 100%;
		height: auto;
		bottom: 0;
		right: 0;
		top: inherit;
		border-radius: 0;
		border: none;
		border-top:1px solid #FFF;
		z-index: 1;
	}
	#bouton_offre_promo div p{
		position:static;
		transform:none;
	}
	#bouton_offre_promo:hover {
		width: 100%;
		height: auto;
		background: #212121;
		right: 0;
		bottom: 0;
		box-shadow: none;
		border: none;
		border-top: 1px solid #FFF;
	}
	footer{
		padding-bottom:83px;
	}
}

/* ===============================================================================================
FORMULAIRE COMMANDE HTTPS
=================================================================================================*/
#formulaire_commande_https{
	display:flex;
	background-color: #dfdfdf;
    background-image: url(../images/fond_commande_https.png);
    background-size: cover;
	background-position: 50% 0;
}
#formulaire_commande_https form{
	margin:auto;
	width:100%;
	max-width: 400px;
	border: 1px solid #d4d4d4;
    border-radius: 5px;
	background:#FFF;
    box-sizing: border-box;
}
#formulaire_commande_https form p{
	font-size:0.8em;
	margin:4px auto;
	color:#676767;
}
#formulaire_commande_https form p#prix_https{
	color: #ff6600;
    font-weight: bold;
    font-size: 1em;
	text-align: center;
	margin:0 auto 20px;
}
#formulaire_commande_https #header_form{
	background: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center;
	padding:20px;
}
#formulaire_commande_https #header_form h1{
	margin:0 auto 4px;
	font-size:1em;
}
#formulaire_commande_https #header_form img{
	margin:auto;
	width:80px;
}
#formulaire_commande_https #content_form{
	background: #fbfbfb;
    color: #9c9c9c;
    box-shadow: 0 1px 1px #f5f5f5 inset;
	padding:20px;
}
#formulaire_commande_https .bouton{
	cursor:pointer;
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	border:2px solid #e5e5e5;
    border-radius: 30px;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: -999em;
    width: 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.lSSlideOuter .lSPager.lSpg > li a:after{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	display:block;
	width:0;
	height:0;
	background:#ec671b;
	content:'';
	transition:0.2s ease;
	border-radius:30px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a:after, .lSSlideOuter .lSPager.lSpg > li.active a:after {
	width:105%;
	height:105%;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	border:2px solid #FFF;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.2s linear 0s 0.35s linear 0s;
    transition: border-radius 0.2s linear 0s 0.35s linear 0s;
	opacity:0.5;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    opacity:1;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    bottom:14px;
    height: 32px;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}