@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

*{
	/*font-family: Gill Sans MT,Arial;*/
	font-family: 'Lato', sans-serif;
}

h1{
  	font-size: 3rem;
  	text-transform: uppercase;
}

h2{
  	font-size: 2.6rem;
  	text-transform: uppercase;
}

h3{
  	font-size: 2.2rem;
}

h4,h5{
  	font-size: 1.8rem;
}

p,a,li,span,label{
	font-size: 1.8rem;
}

html{
	position: relative;
	height: 100%;
	background: rgb(185,184,184); /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(185,184,184,1) 40%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(185,184,184,1) 40%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b8b8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 10px;
}

html::before{
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: -1;
	background: rgb(185,184,184); /* Old browsers */ /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(250,250,250,1) 30%,transparent 75%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-radial-gradient(center ellipse, rgba(250,250,250,1) 30%, transparent 75%);
	background: -webkit-radial-gradient(center ellipse, rgba(250,250,250,1) 30%,transparent 75%);
	background: radial-gradient(ellipse at center, rgba(250,250,250,1) 30%,transparent 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b8b8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body{
	height: 100%;
	overflow: hidden;
}

#content{
	position: relative;
	height: 100%;
	width: 100%;
}

header,main{
	display: block;
	margin: 0 auto;
	width: 95%;
}

/* Message portrait */

@media screen and (orientation:landscape) {
    #portrait{
     display: none;
        }
}

@media screen and (orientation:portrait) {
	#portrait{
		position: fixed;
		z-index: 900;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		background: #c1c1c0;
		border: 6px solid #004b93;
		border-radius: 10px;
		padding: 0 50px;
		height: 70%;
		width: 70%;
		text-align: center;
	}

	#portrait div{
		position: relative;
		top:45%;
		transform: translateY(-50%);
	}
	#portrait p{
		font-weight: bold;
		font-size: 30px;	
	}
}

/* HEADER */
#content>header{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding : 50px 0 50px 0;
	height: 12%;
}

header #logo{
	display: inline-block;
  	-webkit-box-flex: 0;
  	    -ms-flex: none;
  	        flex: none;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #c1c1c0;

}
header #logo img{
	height: 100%;
}


header h1{
	display: inline-block;
    padding: 0 25% 0 0;
    color: #004b93;
	text-align: center;
	margin: auto 0;
	font-weight: normal;
  	-webkit-box-flex: 1;
  	    -ms-flex: auto;
  	        flex: auto;
}
body{
	margin: 0;
}
ul{
	padding: 0;
}
ul li{
	list-style: none;
}
/* MAIN */

main{
	text-align: center;
	padding-top: 20px;
	height: 81%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	        overflow: hidden;
}
form div{
	/*height: 77px;*/
	position: relative;
	margin-bottom: 20px;
}

input,textarea{
	border-radius: 10px;
	border: 1px solid #c1c1c0;
	padding: 10px;
}

input[type="text"],input[type="email"],input[type="password"],textarea{
	width: 50%;
	height: 55px;
	display: block;
    margin: 20px auto;
}

form>div>label{
	font-size: 1.8rem;
	margin: 20px 0;
	display: block;
}

form button,
input[type="button"]{
	width: 180px;
	height: 65px;
	background: #004b93;
	border: 1px solid #004b93;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 1.8rem;
	color: #fff;
}

form button:hover,
input[type="button"]:hover{
	background: transparent;
	color: #004b93;
}

#formConnexion input{
	display: block;
	margin: 20px auto;
}
#formConnexion div{
	display: inline-block;
	width: 40%;
	margin-bottom:0;
    text-align: left;
}

#formConnexion button{
	width: auto;
}

#formConnexion a{
	text-transform: uppercase;
	text-decoration: none;
	color: #004b93;
}

/* Fullscreen */
#content.fullscreen header{
	display:none;
}
#content.fullscreen .viewModelConfig,
#content.fullscreen main{
	height: 100%;
	width: 100%;
}
#content.fullscreen .viewModelConfig .interfaceLeft{
	margin-left: 100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#content.fullscreen .viewModelConfig .bottomBtn{
	margin-right: 100px;
}

/* =============== SVG ================= */
.interfaceLeft polygon,
.interfaceLeft path,
.interfaceLeft rect{
	fill: #949493;
}

/* exterieur */
.acroterion svg .cls-1{
	display:none;
}

.acroterion svg path:last-child{
	fill: #064c92;
}
.low_bay svg .cls-2{
	fill: #fff;
}
.low_bay svg rect.cls-1:nth-of-type(2){
	fill: #064c92;
}

.rim svg path:nth-of-type(12){
	fill: #064c92;
}

/* sieges */
.armrest svg rect:nth-of-type(2){
	fill: #064c92;
}
.tablet svg rect:nth-of-type(3){
	fill: #064c92;
}
.interfaceLeft .storage svg{
    max-height: 100%;
    max-width: 100%;
}

.foot svg path:nth-of-type(1),
.foot svg rect:nth-of-type(2){
	fill: #064c92;
}

.lowInterface path,
.lowInterface rect{
	fill: #fff;
}

.left svg .cls-1,
.right svg .cls-1{
	display:none;
}


/* slider */
.slick-arrow{
    height: 44px;
    width: 44px;
    background: #004b93 url(/images/leftSlide.png) center center no-repeat;
    top: 25%;
    position: absolute;
    cursor: pointer;
    z-index: 5;
    border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.slick-arrow:hover{
	opacity:0.8;
}

.slick-arrow.slick-prev{
	left:-35px;
}

.slick-arrow.slick-next{
	right:-35px;
	-webkit-transform: scale(-1,1);
	        transform: scale(-1,1);
}

.slick-list{
	position: relative;
}
.slick-list::before{
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	top:30.5%;
	background: #ebeaeb;
}

/* Langue */
#selectLangue{
	position: absolute;
	z-index: 2;
	right: 0;
	border: 1px solid #333333;
	border-radius: 10px;
	color: #333333;
	padding: 20px;
	text-transform: uppercase;
	font-size: 1.4rem;
	cursor: pointer;
}

#langueSelected::after {
	content: "";
	height: 10px;
	width: 25px;
	background:url('/images/select.png') center center no-repeat;
	display: inline-block;
}

#selectLangue li a{
	color: #333333;
	text-decoration: none;
	font-size: 1.3rem;
}

#listLangue{
	display: none;
	text-align: center;
	margin: 10px 0 0 0;
}

#listLangue .active::before {
	content: "• ";
	height: 10px;
	width: 10px;
	color:#004b93;
	display: inline-block;
}

/* @media only screen and (min-width: 1920px){
	header, main{
		width: 120vh;
	}
} */
@media only screen and (min-width: 1024px) {
	p, a, li, span, label{
		font-size: 1.8vh;
	}
	#content>header{
		padding: 5vh 0 5vh 0;
	}
	header #logo{
		width: 20%;
	}
	/* header #logo img{
		width: 100%;
	} */
	h1{
		font-size: 3vh;
	}
	form div{
		margin-bottom: 0;
	}

	/* select langue */
	#selectLangue{
		font-size: 1.4vh;
		border-radius: 1vh;
		border: 0.1vh solid #333333;
		padding: 2vh;
	}
	#langueSelected::after{
		height: 1vh;
		width: 2.5vh;
		background-size: contain;
	}
	#selectLangue li a{
		font-size: 1.3vh;
	}
	#listLangue .active::before{
		height: 1vh;
		width: 1vh;
	}
	/* form */
	input[type="text"], 
	input[type="email"], 
	input[type="password"], 
	input[type="button"], 
	textarea{
		height: 5.5vh;
		margin-bottom: 2vh;
	}
	input, textarea{
		border-radius: 1vh;
		border-width: 0.1vh;
		padding: 1vh;
		font-size: 1.6vh;
	}
	form>div>label{
		font-size: 1.8vh;
		margin-left: 3vh;
	}
}
