/*====== GENERAL ======*/

.ft-autofill {
	display: none;
}
.ft-field {
	position: relative;
}
span.ft-invalid {
	position: absolute;
	bottom: -40px;
	left: 30px;
}
html{
	font-size: 1em;
}

body{
	font-size: 1em;
	background: #fff;
}

h1,h2,h3,h4{
	text-decoration: none;
	font-family: 'Lora', serif;
	text-transform: uppercase;
}

p,a{
	text-decoration: none;
	font-family: 'Lora', serif;
}

h1{
	font-size: 1.750em;
	font-weight: bold;
	color: #282828;
	margin:0 auto 1rem;
	text-align: center;
}

h2{
	font-size: 1.250rem;
	font-weight: bold;
	color: #282828;
	margin:0 auto 1rem;
	text-align: center;
}


a{
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	text-decoration: none;
	font-family: 'Lora', serif;
	color: #fff;
}

p{
	font-size: 1.063em;
	color: #282828;
	margin:0;
	/*text-transform: uppercase;*/
	text-align: center;
	line-height: 1.25rem;
	margin-bottom: 0.75rem;
}

img{
	display: block;
}

br{
	height: 0.5rem;
}

.clear,
.clear-carrousel{
	clear: both;
}

._50{
	width: 50%;
	display:block;
	float: left;
}

.anchor {
    display: block;
    position: relative;
    top: -5.00rem;
    visibility: hidden;
}

/*====== MENU ======*/

#main-nav{
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
    margin:2.500em 5rem 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#main-nav.sticky {
	z-index: 200 !important;
	margin: 0 5rem 0 !important;
}

	.logo-icon{
		height: 4em;
		float: left;
		position: relative;
	}

	.menu-item{
		font-family: 'Lora', serif;
		font-size: 0.9em;
		color: #282828;
		text-transform: uppercase;
		float: left;
		display: block;
	}

	.menu-item:hover,
	.menu-item.is-active{
		color: #cb1517;
	}
	
	.main-nav__links-outer{
		margin-right: 3.000em;
		line-height: 4rem;
		float: right;
	}

	.main-nav__links-outer ul{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.main-nav__links-outer ul li{
		float: left;
	}

	.main-nav__links-outer ul li::after{
		content: "|";
		color: #6fcbbb;
		display: block;
		margin: 0 1.50em;
		font-size: 1em;
		float: left;
	}

	.main-nav__links-outer ul li:last-child::after{
		display: none;
	}

	.menu-item-rendezvous {
		background: #cb1517;
		font-family: 'Lora', serif;
		font-size: 0.9em;
		color: #ffffff;
		text-transform: uppercase;
		float: right;
		line-height: 4rem;
		display: table-cell;
		width: auto;
		padding: 0 40px 0 80px;
		text-align: center;
		position: relative;
	}

	.menu-item-rendezvous span {
		line-height: 24px;
		text-align: left;
		display: inline-block;
		vertical-align: middle;
	}

	.menu-item-rendezvous:before {
		content: "";
		display: block;
		background-image:  url('../img/building.svg');
		position: absolute;
		top: 50%;
		left: 30px;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.menu-item-rendezvous:hover{
		background: #282828;
	}


.menu-item-visite{
	background: #282828;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 15rem;
    z-index: 200;
    margin-top:7.500rem;
    padding: 1rem;
    right: 5rem;
    left: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.visite-title{
    font-family: 'Lora', serif;
    font-size: 1em;
    color: #60b1f2;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.visite-text{
    font-family: 'Lora', serif;
    font-size: 1em;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.menu-item-visite.sticky{
	margin-top: 5rem !important;
}

/*====== MOBILE MENU ======*/

/*=== MENU FERMÉ ===*/

#mobile-nav{
	margin:0;
	position: fixed;
    width: 100%;
    z-index: 200;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #ffffff;
    display: none;
}

.m-logo-icon{
	background-color: #fff;
	position: relative;
	width: 5rem;
}

.m-menu-icon,
.m-phone-icon{
    background-color: #fff;
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    position: relative;
}

.m-menu-icon img,
.m-phone-icon img{
	width: 3rem;
	height: 3rem;
	position: absolute;
}

/*=== MENU OUVERT ===*/

#mobile-menu{
	background: rgba(255,255,255,0.95);
	font-size: 1.000em;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .50s ease-out;
	transition: all .50s ease-out;
	width: 100%;
	z-index: 300;

}
#mobile-menu.is-open{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .50s ease-out;
	transition: all .50s ease-out;
}

.mobile-nav__links-outer{
	margin:5rem auto 0;
	text-align: center;
}

.mobile-nav__links-outer ul{
	list-style-type: none;
	padding:0;
}

.m-logo {
    width: 10rem;
    margin: 5rem auto 0;
}

.m-menu-item{
	font-family: 'Lora', serif;
	font-size: 1.50em;
	color: #282828;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 5rem;
}

.m-rendezvous{
	width: 100%;
	bottom: 0;
	background: #cb1517;
	font-family: 'Lora', serif;
	font-size: 1.5em;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 5rem;
	display: block;
	text-align: center;
}

.m-visite{
	width: 100%;
	bottom: 0;
	background: #282828;
	display: block;
	text-align: center;
}

.m-visite-title{
	color: #60b1f2;
	font-family: 'Lora', serif;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 5rem;
}

.m-visite-text{
	color: #ffffff;
	font-family: 'Lora', serif;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 5rem;
}

.m-exit-icon {
	float: right;
	width: 5rem;
	height: 5rem;
	padding: 1rem;
	position: relative;
}

.m-exit-icon img{
	width: 3rem;
	height: 3rem;
	position: absolute;
}

.menu-facebook-icon{
	padding: 1.25rem 0;
	position: relative;
	float: left;
	line-height: 4em;
}

.menu-facebook-icon img{
	width: 1.5rem;
	height: 1.5rem;
}

.m-menu-facebook-icon{
	padding: 1.25rem 0;
	position: relative;
	line-height: 4em;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 3rem;	
}

.m-menu-facebook-icon img{
	width: 3rem;
	height: 3rem;
}



/*====== SIGNATURE AF ======*/

.signatureAF{
	width: 20.000rem;
	position: fixed;
	color: black;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto 0 auto auto;
	z-index: 50;
}

/*====== HEADER ======*/

.header{
	display: block;
	clear: both;
	overflow: hidden;
}

.header--left{
	background-image: url(../img/Header-Left-new.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.header-caption {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

	.logo-complet{
		padding-top: 0;
		margin:0 auto;
		width: 10rem;
	}

	.fleche-scroll{
		margin: 0 auto;
		width: 2.563rem;
	}

.header--right{	
	background-image: url(../img/Header-Right.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}


/*====== PROJET ======*/

.projet{
	display: block;
	clear: both;
	padding:2.500rem 5rem;
	position: relative;
	z-index: 100;
}

.logo-text{
	width: 15.000rem;
	margin:0 auto 1.250rem;
}

.projet--img{
	display: block;
	clear: both;
	overflow: hidden;
}

.projet--full{
	height: 28.125em;
	background-image: url(../img/Projet-Full-new.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*.projet--left{
	height: 28.125em;
	background-image: url(../img/Projet-Left.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}*/

/*.projet--right{
	height: 28.125em;
	background-image: url(../img/Projet-Right.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}*/

/*====== AVANTAGES ======*/

.avantages{
	display: block;
	clear: both;
	overflow: hidden;
	padding:3.000rem 0;
	position: relative;
	z-index: 100;
}

.avantages--img{
	display: block;
	clear: both;
	overflow: hidden;
}

.avantages--container{
	margin:0 auto;
	text-align: center;
}

.avantages--texte{
	display: inline-block;
	text-align: center;
	max-width: 30.000rem;
	vertical-align: top;
	margin: 1.5rem auto;
}

.signature-red{
	display: inline-block;
	width: 8.750rem;
	margin:0 auto;
}

.avantages--left{	
	background-image: url(../img/Avantages-Left.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 28.125rem;
	background-size: cover;
}

.avantages--right{	
	background-image: url(../img/Avantages-Right-new.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 28.125rem;
	background-size: cover;
}

/*====== CARACTÉRISTIQUES ======*/

.caracteristiques{
	clear: both;
	overflow: hidden;
	height: 43rem;
}

.caracteristiques--left{	
	background-color: #cb1517; 
	padding: 2.500rem 1.000rem;
	text-align: center;
	height: 100%;
}

.caracteristiques--icon{
	width:10.000rem;
	margin: 0 auto 1.188rem;
}

.caracteristiques--title{
	color: #fff;
	font-size: 1.750em;
	font-weight: bold;
	margin:0;
}

.caracteristiques--emphase{
	margin:1.250rem auto 0;
	color: #ffffff;
}

.caracteristiques--left ul{
	list-style-type: none;
	font-family: 'Lora', serif;
	font-size: 1.063em;
	color: #ffffff;
	line-height: 1.625em;
	margin:0;
	text-transform: uppercase;
	text-align: center;
}

.caracteristiques--left {
	display: flex;
	justify-content: center;
	align-items: center;
}

.caracteristiques-start {
	align-items: flex-start;
	padding-top: 0;
}

.caracteristiques-end {
	align-items: flex-end;
	padding-bottom: 0;
}

.caracteristiques--left ul li{
	margin-left:-1.250rem
}

.caracteristiques--left ul li::before {
    content: '- ';
}

.caracteristiques--right{	
	height: 100%;
}

.caracteristiques--right-up{
	background-image: url(../img/Caracteristiques-Up.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 50%;
	background-size: cover;
}
.caracteristiques2--right-up{
	background-image: url(../img/Photo-3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 50%;
	background-size: cover;
}
.caracteristiques--right-middle{
	background: #fff;
	margin:1.438rem 0;
	text-align: center;
	position: relative;
	z-index: 100;
}
.caracteristiques--right-down{
	background-image: url(../img/Caracteristiques-Down-new.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 50%;
	background-size: cover;
}
.caracteristiques2--right-down{
	background-image: url(../img/Photo-11.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 50%;
	background-size: cover;
}

.bouton-border{
	padding: .75rem 2.250rem;
	color:#cb1517;
	display: inline-block;
	border: 1px solid #cb1517;
	font-weight: bold;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
}

.bouton-border:hover{
	color: #fff;
	background-color: #cb1517;
}

.bouton-bleu{
	padding: .75rem 2.250rem;
	background: #cb1517;
	font-family: 'Lora', serif;
	color: #ffffff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	margin:0 auto .75rem;
	text-align: center;
}

.bouton-bleu:hover{
	background-color: #000000;
}


/*====== EMPLACEMENT ======*/


.emplacement{
	background-color: #282828;
	display: block;
	clear: both;
	padding:2.500rem 0;
	position: relative;
	z-index: 10;
}

.emplacement p{
	color:#fff;
	font-size: 1.063em;
}

.emplacement p a:hover{
	color: #cb1517;
}

.emplacement p b{
	color: #cb1517;
}


#map{
	width: 100%;
	height: 25.750em;
	z-index: 100;
}

#map img{
	max-width: none;
	max-height: none;
}


/*====== RENDEZ-VOUS ======*/


.rendezvous{
	background-color: #cb1517;
	padding-top: 5.000rem;
	padding-bottom: 5.000em;
	z-index: 100;
	display: block;
	position: relative;
}

.rendezvous h3{
	color: #fff;
	font-size: 1.750em;
	font-weight: bold;
	margin-bottom: 5.000rem;
	text-align: center;
}

.rendezvous form{
	margin:0 auto;
	padding:0 6.25%;
}

.input--container,
.ft-field{
	font-family: 'Lora', serif;
	font-size: 1.063em;
	color: #282828;
	text-align: left;

	width: 50%;
	margin-bottom: 3.500rem;
	padding:0 2%;
	position: relative;
	float: left;
}
.ft-field label {
	display: none;
}

.ft-field--submit {
	width: 100%;
	margin: 0;
}

.ft-confirmation {
	text-align: center;
	margin-bottom: 60px;
	color: #fff;
}

.textarea--container,
.ft-field--textarea{
	font-family: 'Lora', serif;
	font-size: 1.063em;
	color: #282828;
	text-align: left;

	width: 100%;
	margin-bottom: 2.500rem;
	padding:0 2%;
	float: left;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea{	
	background: #ffffff;
	padding: 0.875rem;
	width: 100%;
}

::-webkit-input-placeholder {
   color: #282828;
   /*text-transform: uppercase;*/
}

:-moz-placeholder { /* Firefox 18- */
   color: #282828;  
   /*text-transform: uppercase;*/
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #282828;
   /*text-transform: uppercase;  */
}

:-ms-input-placeholder {  
   color: #282828; 
   /*text-transform: uppercase;*/
}

.ft-button {
	font-size: 1.063em;
	text-decoration: none;
	font-family: 'Lora', serif;
	color: #282828;
	background-color: #fff;
	clear: both;
	display: inline-block;
	text-align: center;
	margin: 1rem auto;
	width: auto;
	padding:0.938rem;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	text-transform: uppercase;
}

.ft-button:hover{
	background-color: #cb1517;
	color: #fff;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.submit,
.ft-button--submit{
	font-size: 1.063em;
	text-decoration: none;
	font-family: 'Lora', serif;
	color: #fff;
	background-color: #282828;
	clear: both;
	display: block;
	text-align: center;
	margin:0 auto;
	width: 15.000rem;
	padding:0.938rem;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;

}

.submit:hover,
.ft-button--submit:hover{
	background-color: #ffffff;
	color: #282828;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

/*====== VALIDATION ======*/

span.invalid{
	display: block;
    background: #282828;
    padding: 0.625rem;
    color: #fff;
    font-size: 1em;
}

input.invalid,
textarea.invalid{
	background-color:#e68a8a;
}

.alert{
	margin-top: 1rem;
	font-weight: bold;
	color: #33662c;
}

.alert.invalid{
	color: #c13c3c;
}

.input--container span{
	position: absolute;
}

#confirm{
	color: #ffffff;
}

/*====== PAGE - MODÈLES LISTE =======*/

._bigcontainer{
	width: 100%;
	padding: 10rem 2.5rem 2.5rem;
	background: url(../img/Background-full.jpg) fixed;
	background-size: cover;
	text-align: center;
}

._preview{
	width: 20rem;
	background-color: #ffffff;
	vertical-align: top;
	text-align: center;
	margin: 2.25rem 2.19rem;
	display: inline-block;
	height: 34rem;
}

._preview--img{
	width: auto;
	height: 420px;
	margin: 100px auto 0 auto;
}

._preview--texte{
	padding: 1.25rem;
}

._preview--texte p {
	font-size: 18px;
	line-height: normal;
}

._preview--texte h3 {
	margin-top: 0;
}

._feature{
	position: absolute;
    margin-top: 20px;
    background-color: #cb1517;
    color: white;
    padding: .75rem 2rem;
    max-width: 75%;
    margin-left: -1.25rem;
}
.feature-texte{
	color: #ffffff;
	margin-bottom: 0;
}


/*====== PAGE - FICHE APPARTEMENTS =======*/

/* SWIPER */

    .swiper-container {
		margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
        background-color: #fff;
    }
    .gallery-top {
        height: 80%;
        width: 100%;
    }
    .gallery-top .swiper-slide {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
    }
    .gallery-thumbs .swiper-slide {
        height: 100%;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    .swiper-button-white{
    	height: 100% !important;
		/* Fallback for web browsers that don't support RGBa */
		background-color: rgb(0, 0, 0) !important;
		/* RGBa with 0.6 opacity */
		background-color: rgba(0, 0, 0, 0.6) !important;
		/* For IE 5.5 - 7*/
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000) !important;
		/* For IE 8*/
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)" !important;
		height: 100% !important;
    	width: 2.5rem !important;
    	top: 0 !important;
    	margin: 0 !important;
    }
    
    .swiper-button-next{
      	right: 0 !important;
	}
    .swiper-button-prev{
      	left: 0 !important;
	}
/* SWIPER END */

._big-slides{

}

.big-slide{
	height: 30px;
}

._thumbnails{

}

.thumbnail{

}

._fiche{
	margin: 2.5rem;
}

._ficheinfos{
	width: 40%;
	height: auto;
	float: left;
	background-color: #ffffff;
	vertical-align: top;
	padding: 2.5rem;
	text-align: center;
}

._ficheinfos br{
	line-height: 2rem;
}

._fichecarrousel{
	float: left;
	width: 60%;
	height: 44rem;
	display: inline-block;
}

/*====== confirmation =======*/

.section-confirmation{
	background-color: #cb1517;
	display: block;
	clear: both;
	padding:2.500rem 0;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 11rem 6rem 6rem;
}

.section-confirmation h2{
	color: #ffffff;
}

.section-confirmation p{
	color: #ffffff;
}

/*====== 404 =======*/

.section-404{
	background-color: #cb1517;
	display: block;
	clear: both;
	padding:2.500rem 0;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 11rem 6rem 6rem;
}

.section-404 h2{
	color: #ffffff;
}

.section-404 p{
	color:#fff;
	font-size: 1.063em;
	text-transform: none;
}

.section-404 p a{
	color: #282828;
	text-decoration: underline;
	text-transform: none;
}

.section-404 p a:hover{
	color: #ffffff;
}


/*====== Utilities ======*/

.u-white{
	color: #ffffff !important;
}

.u-left{
	text-align: left !important;
}

.u-clearfix{
	clear: both;
}



/*====== BREAKPOINTS ======*/

/*====== OVER 1900PX ======*/

@media only screen and (min-width: 961px) {
	
	.clear-carrousel{
		display: none;
	}

}

/*====== OVER 1900PX ======*/

@media only screen and (min-width: 1900px) {

	html{
		font-size: 1.500em;
	}

	.caracteristiques--icon{
		width: 9.800rem;
	}

	span.ft-invalid {
		position: absolute;
		bottom: -40px;
		left: 30px;
	}
}

/*====== UNDER 1900PX ======*/

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

	html{
		font-size: 1.000em;
	}

	span.ft-invalid {
		position: absolute;
		bottom: -30px;
		left: 30px;
	}

	._preview{
		margin: 2.25rem 2.10rem;
	}

	._preview--img{
		width: auto;
		height: 200px;
		margin: 80px auto 0 auto;
	}

	._preview--texte p {
		font-size: 16px;
		line-height: normal;
	}

	.menu-item-rendezvous {
		padding: 0 30px 0 70px;
	}

	.menu-item-rendezvous span {
		line-height: 16px;
	}

	.menu-item-rendezvous:before {
		left: 20px;
		width: 32px;
		height: 32px;
	}
}

/*====== UNDER 1260PX ======*/

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

	html{
		font-size: 0.750em;
	}

	._preview--img{
		width: auto;
		height: 230px;
		margin: 70px auto 0 auto;
	}

	._preview--texte p {
		display: none;
	}

	span.ft-invalid {
		position: absolute;
		bottom: -25px;
		left: 20px;
	}

	.menu-item-rendezvous {
		padding: 0 20px 0 60px;
	}

	.menu-item-rendezvous span {
		line-height: 14px;
	}

	.menu-item-rendezvous:before {
		left: 20px;
		width: 26px;
		height: 26px;
	}
}

/*====== UNDER 960PX ======*/


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

	html{
		font-size: 0.750em;
	}

	#main-nav, .menu-item-visite{
		display: none;
	}

	#mobile-nav{
		display: flex;
		justify-content: space-between;

	}

	.anchor {
	    top: -5rem;
	}

	._fichecarrousel{
		width: 100% !important;
	}

	.swiper-container{
		width: 100% !important;
	}

	._ficheinfos{
		height: 100%;
		width: 100%;
		margin-right:0;
		clear: both;
	}

	._fichecarrousel{
		clear: both;
		width: 100%;
	}

	.swiper-button-white{
		background-color: transparent !important;
	}
	
	.header-caption {
		top: 55%;
	}
}



/*====== UNDER 860PX ======*/

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


	.signature-blue{
		display: none;
	}

	.avantages--texte{
		max-width: none;
		margin: 1.5rem 4rem;
	}

}

/*====== UNDER 768PX ======*/

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

	.header--right{
		display: none;
	}

	.header--left{
		width: 100%;
		float: none;
	}

	.logo-complet {
	    padding-top: 7rem;
	    margin: 0 auto;
	}

	.signatureAF {
	    width: 25%;
	}

	._preview{
		width: 100%;
		height: auto;
		margin: 2.25rem 0;	
	}
	
	._fiche{
		margin:0;
	}

	._preview--img{
		width: auto;
		height: 200px;
		margin: 70px auto 0 auto;
	}

	._preview--texte p {
		font-size: 16px;
		display: block;
	}

	.header-caption {
		top: 50%;
	}

}

/*====== UNDER 425PX ======*/

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

	.signatureAF{
		display: none;
	}

	.logo-complet {

	}

	.header--left {
	    height: 35rem;
	}

	.caracteristiques{
		height: initial;
	}

	.caracteristiques--left{
		float: none;
		width: 100%;
	}

	.caracteristiques--right{
		float: none;
		width: 100%;
	}

	.caracteristiques--right-up,
	.caracteristiques--right-down{
		display: none;
	}

	.avantages--left{
		width: 100%;
	}

	.avantages--right{
		display: none;
	}

	.input--container{
		width: 100%;
	}  

}