@charset "utf-8";
/* CSS Document */


html{
	  scroll-behavior: smooth;
}
p{
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
}

/* ---------------------------------------------------------------- */
/*       F  O  R  M  U  L  A  I  R  E                               */
/* ---------------------------------------------------------------- */

form{
	width:80%;
	color:black;
	
}
label{
	display:block;
	margin-top:15px;
	width:100%;
}
form label{
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.choix label{
	display:inline;
}
input.checkbox{
	display:inline;
}

p.boutons input{
	background-color: #a50d12;
	color:white;
	
	border: none;
	border-radius: 3px;
	padding: 12px 50px;
	margin-top:20px;
  
	font-family: 'Raleway', sans-serif;
	font-size: normal;
	font-weight: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;	
}

div.reponse_formulaire p{
	font-family: 'Raleway', sans-serif;
	font-size: normal;
	font-weight: bold;
	letter-spacing: 0.15em;
}
div.edito p{
	font-size: large;
}
/* --------------------------------------------------------------------------- */
/*                                                                             */
/*       AJUSTEMENT PAGE CHAQUE VIN                                        */
/*                                                                             */
/* --------------------------------------------------------------------------- */
#product-sheet p{
	font-size: normal;
}
#product-sheet p strong{
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color:#a50d12;
}

/* ----------------------------------------------------------------- */
/*       AJUSTEMENT DIAPORAMA                                        */
/* ----------------------------------------------------------------- */

.swiper-container p{
	font-size:120%;
	color:white;
}


.encours{
	font-weight:bold;
}

/* ----------------------------------------------------------------- */
/*       AJUSTEMENT FOOTER                                        */
/* ----------------------------------------------------------------- */

footer a{
	color:white;
}
footer img{
	background: white;
	vertical-align: top;
}