/* LESS Document */

/* FONT */

@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Poppins');

/* CSS RESET  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	text-decoration:none;
	
}



body{
	height:3000px;
}

.GTH1{
	text-align: center;
	margin-top: 125px;
	font-family: 'Oswald', sans-serif;
	font-size:45px;
	color:#000000 !important;
	font-weight:bold;
}

.caracteristiques{
	position:absolute;
}




.caract_veh{
	background-color:lightgray;
	width: 100%;
	height: 250px;
	/*margin-top: 150px;*/
	box-shadow: 1px 10px 20px 2px #656565;
	/*margin:150px auto 0;*/
	display:inline-block;
}

.logo_veh{
	position:absolute;
	z-index:5;
	left:110px;
	top:16px;
	height:80px;
	
}

.couv_cart{
	width: 93%;
	height: 270px;
	position:absolute;
	z-index: 9;
	transition-duration: 0.3s;
	top: 3px;
	left: -12px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.arrow-up {
	width: 0; 
	height: 32px; 
	border-left: 0px solid transparent;
	border-right: 137px solid transparent;
	position:absolute;
	left: 86.7%;
	transition-duration: 0.3s;
	top: 3px;
	border-top-right-radius: 10px;
}

.translate .couv_cart{
	width: 7%;
	height: 270px;
	position:absolute;
	z-index: 9;
	transition-duration: 0.2s;
	border-bottom-right-radius: 10px;
}
.translate .arrow-up{
	width: 0; 
	height: 0; 
	border-left: 0px solid transparent;
	border-right: 120px solid transparent;
	
	position:absolute;
	left: 14px;
	transition-duration: 0.2s;
}

.image_GT{
	position:absolute;
	top:20%;
	left:15%;
	transition-duration: 2s;
	transition: height 1s ease;
	transition: width 1s ease;
	transform:scale(1);
	width:600px;
}

.translate .image_GT{
	position:absolute;
	top:160px;
	left:550px;
	height:85px;
	width:auto;
	transform:scale(1);
	transition-duration: 2s;
	transition: height 1s ease;
	transition: width 1s ease;
	
}

.GTContent{
	font-family: Roboto;


	
	
}

#gt h2{
	width:500px;
	Margin:30px 20px 15px 20px;
	font-family: Oswald;
	font-size:35px;
	text-align:left;
}


#gt th{
	font-size: 23px;
	font-family: Oswald;
	font-weight: bold;
	padding:0px 0px 5px 10px;
	
}

#gt table{
	border-bottom: 0px solid black;
	font-family: Roboto;
	margin:15px 0 10px;
}

.footer a,p,img{
	color:white;
	text-decoration: none;
	font-family: lato, sans-serif;
	font-size: 13px;
}

.footer a:hover{
	color:white;
}

.logoAutomaniacs{
	width:80%;
	margin-left: 10%;
	margin-top:70px;
}

.messageH2{
	text-align: center;
	font-family: lato;
	font-size: 25px;
	font-weight: bold;
	margin: 30px 0 20px 0;
	padding:0 20px;
}

.messageH3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 0 20px;
}

.messageP{
	text-align: center;
	margin-top: 50px;
}

.messageP a{
	font-size: 18px;
	padding: 15px;
	Margin: 20px;
	background: red;
	text-decoration: none;
	color:white;
	font-weight: bold;
	border-radius: 15px;
}


