/* CSS Document */
body {
  margin: 0;
  padding: 0;
  background-image: url("https://www.renault-exclusif.fr/img/fond_renault-2.jpg");
  background-size: cover;                /* pour occuper toute la zone */
  background-repeat: repeat-y;
  background-position: center center;
  background-attachment: fixed;           /* FOND FIXE = PARALLAX SIMPLE */
}

html {
	margin: 0px;
	padding: 0px;
}

@font-face {
 font-family: "NouvelR";
 src: url("font/NouvelR-Regular.woff") format("woff");
}

@font-face {
 font-family: "Renaultlife_bold";
 src: url("font/NouvelR-Extrabold.otf") format("truetype");
}

@font-face {
 font-family: "test";
 src: url("font/NouvelR-Extrabold.otf") format("truetype");
} 

.contact {
	height: 100vh;
    background-image: url("https://www.renault-exclusif.fr/img/fond_renault-2.jpg");
	
}

.index {
	height: 100vh;
	background-image: url("https://www.renault-exclusif.fr/img/Renault-clio-2026-renault-salon.webp");
	
	background-position: top;
	background-size: cover;	
}

a {
	text-decoration: none;
	color: black;
}

.lovemyname {
	text-decoration: underline;
    color: white !important;
}

.lien_contact {
	color: white;
	text-decoration: underline;
}

.renault {
	font-size: 20px;
	text-decoration: underline;
	font-family: "NouvelR";
    color: white !important;
}

/*-----------------------------------------------INDEX-----------------------------------------------*/


.text-renault-titre_index {
	width: 100%;
 	font-family: "NouvelR";
	color: #FFFFFF;
	font-size: 50px;
	text-align: center !important;
    align-items: center !important;
}

.text-renault_formulaire_index {
    font-family: "NouvelR";
    font-size: 18px;
    color: #000000;
    margin-bottom: 8px;
    text-align: center;
}

.formulaire_enter {
    width: 50%;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
	background-color: rgba(255, 255, 255, .8);
}

.traits_index {
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
}

.titre {
	display: flex;
    width: 100%;
    margin-top:25px;
    justify-content: center;
    align-items: center;
    color: white;
}

.titre-renault_index {  
	font-family: "NouvelR";
    font-size: 30px;
    color: white;
    margin-bottom: 8px;
	margin-top: 8px;
    margin-right: 2vw;
    margin-left: 2vw;
    width: 100%;
    align-items: center !important;
}

.container_formulaire {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.formulaire_index {
    display: flex;
    flex-direction: column;
    padding-top: 5vh;
    align-items: center;
}

.champ_formulaire_index {
	display: flex;
    justify-content: space-between;
	text-align: center;
    width: 100%;
    align-items: center;
}

.label_input_index {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-renault_formulaire_index {
    font-family: "NouvelR";
    font-size: 18px;
    color: #000000;
    margin-bottom: 8px;
    text-align: center;
    align-items: center !important;
}

.input_index {
    background-color: #F4F4F4;
    height: 35px;
    width: 20vw;
	padding-left: 5px;
    border-width: 1px;	
}

.button_yellow_index {
    background-color: #C10000;
	color: black;
    font-family: "NouvelR";
    height: 45px;
    width: 20.5vw;
    font-size: 16px;
    border-width: 1px;
	margin-top: 20px;
}

.presentation_carte_index {
	margin-top: 5vh;
	
	text-align: center;
}

.signature {
    font-family: "NouvelR";
	font-size: 18px;
	margin-top: 5vh;
    color: white !important;
}

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

.presentation_carte_index {
	margin-top: 5vh;
    text-align: center;
}
	
.signature {
    font-family: "NouvelR";
	font-size: 1.5vh;
	margin-top: auto;
    color: white !important;
}
	
}

@media only screen and (max-width : 1266px) {
	
.text-renault_formulaire_index {
    font-family: "NouvelR";
    font-size: 30px;
    color: #000000;
    margin-bottom: 8px;
    text-align: center !important;
    align-items: center !important;
}
	
.formulaire_enter {
    width: 90%;
    height: 350px;
	background-color: rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
.traits_index {
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
}
	
.formulaire_index {
    display: flex;
    flex-direction: column;
    padding-top: 0vh;
    align-items: center;
}
	
.input_index {
    background-color: #F4F4F4;
    height: 50px;
    width: 40vw;
    border-width: 1px;
	padding-left: 5px;
}
	
.button_yellow_index {
    background-color: #C10000;
	color: black;
    font-family: "NouvelR";
    height: 60px;
    width: 40vw;
    font-size: 30px;
    border-width: 1px;
    margin-top: 20px;
}
	
}

@media only screen and (min-width: 500px) and (max-width : 1266px) and (orientation: portrait) { 
	
.presentation_carte_index {
	margin-top: 5vh;
	text-align: center;
	height: 55vh;
}
	
.titre-renault_index {
    font-family: "NouvelR";
    font-size: 55px;
    color: white;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-right: 1vw;
    margin-left: 1vw;
    width: 100%;
}
	
.formulaire_enter {
    width: 100%;
    height: 300px;
	margin-bottom: 2vh;
	background-color: rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}
	
.text-renault-titre_index {
    width: 100%;
    font-family: "NouvelR";
    color: #FFFFFF;
    font-size: 42px;
    text-align: center !important;
    align-items: center !important;
}
	
.button_yellow_index {
    background-color: #C10000;
	color: black;
    font-family: "NouvelR";
    height: 80px;
    width: 50vw;
    font-size: 25px;
    border-width: 1px;
    margin-top: 20px;
}
	
.text-renault_formulaire_index {
    font-family: "NouvelR";
    font-size: 25px;
    color: #000000;
    margin-bottom: 8px;
    text-align: center !important;
    align-items: center !important;
}
	
.input_index {
    background-color: #F4F4F4;
    height: 70px;
    width: 50vw;
    border-width: 1px;
	padding-left: 5px;
}
	
.renault {
	font-size: 35px;	
		
}
	
}

@media only screen and (min-width: 500px) and (max-width : 1266px) and (orientation: landscape) { 
	

	
.titre-renault_index {
    font-family: "NouvelR";
    font-size: 50px;
    color: white;
    margin-bottom: 8px;
    margin-top: 8px;
  
    margin-right: 2vw;
    margin-left: 2vw;
    width: 100%;
}
	
.formulaire_enter {
    width: 100%;
    height: 170px;
	background-color: rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
	margin-bottom: 2vh;
}
	
.text-renault-titre_index {
    width: 100%;
    font-family: "NouvelR";
    color: #FFFFFF;
    font-size: 25px;
	margin: 0px;
    text-align: center !important;
    align-items: center !important;
}
	
.button_yellow_index {
    background-color: #C10000;
	color: black;
    font-family: "NouvelR";
    height: 40px;
    width: 51vw;
    font-size: 20px;
    border-width: 1px;
    margin-top: 20px;
}
	
.text-renault_formulaire_index {
    font-family: "NouvelR";
    font-size: 20px;
    color: #000000;
    margin-bottom: 8px;
    text-align: center !important;
    background-color: #ffe502;
}
	
.input_index {
    background-color: #F4F4F4;
    height: 40px;
    width: 50vw;
    border-width: 1px;
	padding-left: 5px;
}
	
.lien_lovemyname {
	margin-top: 0px;	
}
	
.renault {
	font-size: 20px;	
}
	
}

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

.text-renault-titre_index {
    width: 100%;
    font-family: "NouvelR";
    color: #FFFFFF;
    font-size: 40px;
	margin-top: 35px;
    padding-top: 5vh;
    text-align: center !important;
    align-items: center !important;
}
	
.presentation_carte_index {
	margin-top: 5vh;
	text-align: center;
	height: 45vh;
}
	
.titre-renault_index {
    font-family: "NouvelR";
    font-size: 40px;
    color: white;
    margin-bottom: 8px;
    margin-top: 35px;
    margin-right: 1vw;
    margin-left: 1vw;
    width: 100%;
}
	
.formulaire_enter {
    width: 100%;
    height: 300px;
	background-color: rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}
	
.button_yellow_index {
    background-color: #C10000;
	color: black;
    font-family: "NouvelR";
    height: 80px;
    width: 50vw;
    font-size: 35px;
    border-width: 1px;
    margin-top: 20px;
    background-color: #ffe502;
}
	
.text-renault_formulaire_index {
    font-family: "NouvelR";
    font-size: 45px;
    color: #000000;
    margin-bottom: 8px;
    text-align: center !important;
    align-items: center !important;
}
	
.input_index {
    background-color: #F4F4F4;
    height: 70px;
    width: 50vw;
	font-size: 45px;
    border-width: 1px;
	padding-left: 5px;
}
	
.signature {
    font-family: "NouvelR";
	font-size: 30px;
	margin-top: 3vh;
}
	
}

/*-----------------------------------------------CONTACT-----------------------------------------------*/



iframe {
	width: 100%;
	height: 600px;
}

.all_page {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.two_voitures {
	height: 30vh;
}

.voitures {
	width: 50vw;
}



.invitation {
	display: flex;
	justify-content: space-between;
    align-content: center;

}

.presentation_evenement {
	width: 70%;
	text-align: center;
}

.presentation_carte {
	margin-top: 5vh;
    text-align: center;
}

.background-black {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formulaire {
	width: 70%;
	background-color: rgba(255, 255, 255, .8);
    align-content: center;
}

.formulaire_form {
	width: 70%;
}

.input_select {
	background-color: #F4F4F4;
	width: 100%;
	height: 40px;
	padding-left: 5px;
}


.input {
    background-color: #F4F4F4;
    height: 35px;
    width: 12vw;
    border-width: 1px;
	padding-left: 5px;
}

.titre {
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: white;
}

.titre-renault {  
	font-family: "NouvelR";
    font-size: 40px;
    color: white;
    margin-bottom: 8px;
	margin-top: 35px;
	margin-top: 35px;
	margin-top: 35px;
    margin-right: 2vw;
    margin-left: 2vw;
    width: 100%;
}

.text-renault-titre {
 	font-family: "NouvelR";
	color: #FFFFFF;

	margin: 10px;

    text-shadow: 10px 10px 10px black, 0 0 2em black, 0 0 0.3em black;
}

.text-renault {
 	font-family: "NouvelR";
	font-size: 28px;
	color: white;
	margin-bottom: 8px;
}

.text-renault_formulaire {
 	font-family: "NouvelR";
	font-size: 18px;
	color: #000000;
	margin-bottom: 8px;
	text-align: left;
}

.text-renault_label {
 	font-family: "NouvelR";
	font-size: 18px;
	color: #000000;
	margin-left: 10px;
	text-align: left;
}

.logo_brand_tablet_phone {
	
}


.logo_brand {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo {
	width: 80%;
	padding: 40px;
}

.logo_renault {
	width: 80%;
	padding: 40px;
}


.red-titre {
	color: #25b1d9;
 	font-family: "NouvelR";
    
}

.date {
 	font-family: "NouvelR";
}

.text-renault-titre-jaune {
 	font-family: "NouvelR";
	text-align: left;
	font-size: 20px;
    
}

.label_select {
    display: flex;
    flex-direction: column;
    width: 90%;
    text-align: left;
    color: white;
    padding-left: 5%;
}

.champ_formulaire {
    display: flex;
    justify-content: space-between;
    width: 90%;
    align-items: center;
    padding-left: 5%;
}

.button_yellow {
    background-color: #C10000;
	color: black;
    font-family: "NouvelR";
    height: 45px;
    width: 12vw;
    font-size: 16px;
    border-width: 1px;
    background-color: #ffe502;
}

.label_input {
	display: flex;
	flex-direction: column;
}

.autorisation_validation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding-left: 5%;
}

.autorisation {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

input[type="radio"] {
	height: 30px;
	width: 30px;
}

.traits {
	height: 2px;
	width: 100%;
	background-color: #FFFFFF;
}

.reseaux-sociaux {
    width: 90%;
	padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rs-picture {
	height: 40px;
	margin: 10px 2px;
}

.double_column {
	display: flex;
	width: 100%;
	justify-content: center;
}

.column_image_formulaire {
	display: flex;
	justify-content: center;
	width: 70vw;
    background-color: #FFFFFF;
}

.column_form {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 40px;
}

.column_image {
    width: 60%;
    height: auto;

}

.image_invitation {
	width: 100%;
	height: 100%;
    align-content: center;
}


.image {
	width: 150vw;
}

.picture {
	width: 100%;

}

.invitation {
	width: 100%;

}

.formulaire {
	background-color: rgba(255, 255, 255, .8);
	width: 30vw;
}

.formulaire_form {
	width: 30vw;
}

@media only screen and (max-width : 1938px) {
	
.text-renault-titre-jaune {
    font-family: "NouvelR";
    text-align: left;
    font-size: 25px;
    padding-left: 0px;
    padding-right: 0px;
}
	
.column_image {
    width: 70%;
    height: auto;
  
}
	
.column_form {
	background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}
	
.text-renault-titre-jaune {
    font-family: "NouvelR";
    text-align: center;
    font-size: 25px;
    margin-left: 20px;
    margin-right: 20px;
}
	
.rs-picture {
    margin: 10px 2px;
}
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 1.7vh;
    color: #000000;
    margin-bottom: 8px;
}
	
.reseaux-sociaux {
	width: 70%;
	padding-left: 30px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
	
.input {
    background-color: #F4F4F4;
    height: 2vh;
    border-width: 1px;
	padding-left: 5px;
}
	
.formulaire {
	background-color: rgba(255, 255, 255, .8);
    width: 30vw;
    /* margin: 3px; */
    padding: 0.8%;
}
	
.formulaire_form {
    width: 30vw;
    /* margin: 3px; */
    padding: 0.8%;
}

.label_input {
    display: flex;
    flex-direction: column;
    width: 45%;
    text-align: left;
    color: white;
}
	
.text-renault_label {
    font-family: "NouvelR";
    font-size: 1.3vh;
    color: #000000;
    margin-left: 10px;
    text-align: left;
}
    

	
	
.text-renault-titre-jaune {
    font-family: "NouvelR";
    text-align: center;
    font-size: 1.6vh;
    margin-left: auto   ;
    margin-right: auto  ;
}
	
}

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

.text-renault-titre-jaune {
    font-family: "NouvelR";
    text-align: center;
    font-size: 2vh;
    margin-left: auto;
    margin-right: auto  ;
}
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 1.7vh;
    color: #000000;
    margin-bottom: 8px;
	text-align: left;
}
	
.input_select {
    background-color: #F4F4F4;
    width: 100%;
    height: 2.5vh;
	padding-left: 5px;
}
	
.input {
    background-color: #F4F4F4;
    height: 2vh;
    border-width: 1px;
	padding-left: 5px;
}
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 1.7vh;
    color: #000000;
    margin-bottom: 8px;
}
	
.rs-picture {
    height: 35px;
    margin: 10px 2px;
}
	
.reseaux-sociaux {
    width: 80%;
	padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
	
}

@media only screen and (min-width : 1267px) and (max-width : 1666px) {

.text-renault-titre-jaune {
    font-family: "NouvelR";
    text-align: center;
    font-size: 1.6vh;
	margin: 0px;
	margin-bottom: 10px;
       margin-left: auto;
    margin-right: auto;
	padding: 0px;
}
	
.text-renault-titre_index {
    width: 100%;
    font-family: "NouvelR";
    color: #FFFFFF;
    font-size: 55px;
    text-align: center;
}
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 1.7vh;
    color: #000000;
    margin-bottom: 8px;
}
	
.input {
    background-color: #F4F4F4;
    height: 1.8vh;
    border-width: 1px;
	width: 7.5vw;
	padding-left: 5px;
}
	
.input_select {
    background-color: #F4F4F4;
    width: 100%;
    height: 2vh;
	padding-left: 5px;
}
	
.button_yellow {
    background-color: #C10000;
	color: black;
    font-family: "NouvelR";
    height: 3vh;
    width: 55%;
    font-size: 1.2vh;
    border-width: 1px;
    background-color: #ffe502;
}
	
.rs-picture {
    height: 25px;
    margin: 10px 2px;
}
	
.reseaux-sociaux {
    width: 90%;
	padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-renault_label {
    font-family: "NouvelR";
    font-size: 1.3vh;
    color: #000000;
    margin-left: 10px;
    text-align: left;
}
	
.formulaire {
	background-color: rgba(255, 255, 255, .8);
    width: 20vw;
    /* margin: 3px; */
    padding: 0.8%;
}
	
.formulaire_form {
    width: 20vw;
    /* margin: 3px; */
    padding: 0.8%;
}
	
.formulaire_enter {
    width: 50%;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .8);
}
	
.formulaire_index {
	padding-top: 0vh;	
}
}


@media only screen and (min-width: 500px) and (max-width : 1266px) and (orientation: portrait) {

.logo_brand_tablet_phone {
	width: 20%;
	height: 20%;
	display: flex;	
	justify-content: center;
}	
	
.logo_brand {
    width: 25%;

    align-items: center;
    justify-content: center;
}	
	
.invitation {
	margin-top: 0px;
    width: 150%;
  align-content: center;
    flex-direction: column;

    padding-bottom: 3vh;
}
	
.logo_brand {
    width: 25%;
    padding-bottom: 1vh;
    padding-top: 3vh;

    align-items: center;
    justify-content: center;
}
	
.logo {
	padding: 40px;
}

.logo_renault {
	padding: 40px;
}
	
.text-renault-titre {
    font-family: "NouvelR";
    color: #FFFFFF;
    font-size: 35px;
    margin: 10px;
    width: 100vw; 
}
	
.titre-renault {
    font-family: "NouvelR";
    font-size: 3vh;
    text-align: center;
    color: white;
    margin-bottom: 8px;
    margin-top: 8px;
        margin-left: auto;
    margin-right: auto;
    width: 100%;
}
	
.paragraphe_renault {
	font-size: 15px;
}
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 2vh;
    color: #000000;
    margin-bottom: 8px;
}
	
.image {
	width: 80vw;	
}
	
.formulaire {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-color: rgba(255, 255, 255, .8);
    width: 80vw;
    margin: 0px;
    padding: 0px;
}
	
.formulaire_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin: 0px;
    padding: 0px;
}
	
.column_form {
	background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px; 
}
	
.image {
    width: 80vw;
}
	
.presentation_evenement {
	width: 80%;
	text-align: center;
}
	
.background-black {
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
.text-renault-titre-jaune {
    font-family: "NouvelR";
    text-align: center;
    font-size: 30px;
    padding-top: 2vh;
    margin: 0px;
    /* padding: 0px; */
} 
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 25px;
    color: #000000;
    margin-bottom: 8px;
}
	
.label_select {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 3vh;
    /* text-align: left; */
    color: white;
}
	
.input_select {
    background-color: #F4F4F4;
    width: 70%;
    height: 4vh;
	font-size: 20px;
	padding-left: 5px;
}
	
.champ_formulaire {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
	
.label_input {
    display: flex;
    flex-direction: column;
    width: 45%;
    text-align: left;
    color: white;
}
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 25px;
    color: #000000;
    margin-bottom: 8px;
}
	
.input {
    background-color: #F4F4F4;
    height: 3.5vh;
    border-width: 1px;
	font-size: 2vh;
    width: 24.5vw;
	padding-left: 5px;
}
	
.autorisation_validation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3vh;
}
	
.text-renault_label {
    font-family: "NouvelR";
    font-size: 25px;
    color: #000000;
    margin-left: 10px;
    text-align: left;
}
	
.reseaux-sociaux {
    width: 70%;
	padding-left: 10px;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
	
.button_yellow {
    background-color: #C10000;
	color: black;
    font-family: "NouvelR";
    height: 5vh;
    width: 90%;
    font-size: 2vh;
    border-width: 1px;
}
	
.autorisation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}
	
.rs-picture {
    height: 60px;
    margin: 10px 2px;
}
	
input[type="radio"] {
    height: 100px;
    width: 100px;
}
	
.rs_all {
	padding-bottom: 2vh;	
}
	
.text-renault {
    font-family: "NouvelR";
    font-size: 25px;
    color: white;
    margin-bottom: 8px;
}
	
input[type="radio"] {
    height: 100px;
    width: 126px;
}

}

@media only screen and (min-width: 500px) and (max-width : 1266px) and (orientation: landscape) {

.logo_brand_tablet_phone {
	width: 20%;
	height: 20%;
	display: flex;	
	justify-content: center;
}	
	
.logo_brand {
    width: 25%;
    
    align-items: center;
    justify-content: center;
}	
	
.invitation {
	margin-top: 0px;
    width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
.logo_brand {
    width: 25%;
    padding-bottom: 1.5vh;
    padding-top: 3vh;
    
    align-items: center;
    justify-content: center;
}
	
.logo {
	padding: 20px;
	width: 60%;
}

.logo_renault {
	padding: 20px;
	width: 60%;
}
	
.text-renault-titre {
    font-family: "NouvelR";
    color: #FFFFFF;
    font-size: 50px;
    margin: 10px;
           margin-left: auto;
    margin-right: auto;
    width: 100vw; 
}
	
.titre-renault {
    font-family: "NouvelR";
    font-size: 35px;
    text-align: center;
    color: white;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-right: 2vw;
    margin-left: 2vw;
    width: 100%;
}
	
.paragraphe_renault {
	font-size: 15px;
	margin-bottom: 10px;
}
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 2vh;
    color: #000000;
    margin-bottom: 8px;
}
	
.image {
	width: 80vw;	
}
	
.formulaire {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-color: rgba(255, 255, 255, .8);
    width: 80vw;
    margin: 0px;
    padding: 0px;
}
	
.formulaire_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin: 0px;
    padding: 0px;
}
	
.column_form {
	background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px; 
}
	
.image {
    width: 80vw;
}
	
.presentation_evenement {
	width: 80%;
	text-align: center;
}
	
.background-black {
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
.text-renault-titre-jaune {
    font-family: "NouvelR";
    text-align: center;
    font-size: 25px;
    padding-top: 2vh;
         margin-left: auto;
    margin-right: auto;
    /* padding: 0px; */
} 
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 20px;
    color: #000000;
    margin-bottom: 8px;
}
	
.label_select {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 3vh;
    /* text-align: left; */
    color: white;
}
	
.input_select {
    background-color: #F4F4F4;
    width: 70%;
    height: 8vh;
	font-size: 18px;
	padding-left: 5px;
}
	
.champ_formulaire {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
	
.label_input {
    display: flex;
    flex-direction: column;
    width: 45%;
    text-align: left;
    color: white;
}
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 25px;
    color: #000000;
    margin-bottom: 8px;
}
	
.input {
    background-color: #F4F4F4;
    height: 7vh;
    border-width: 1px;
	font-size: 2vh;
    width: 24.5vw;
	padding-left: 5px;
}
	
.autorisation_validation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3vh;
}
	
.text-renault_label {
    font-family: "NouvelR";
    font-size: 18px;
    color: #000000;
    margin-left: 10px;
    text-align: left;
}
	
.reseaux-sociaux {
    width: 70%;
	padding-left: 10px;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
	
.button_yellow {
    background-color: #C10000;
	color: black;
    font-family: "NouvelR";
    height: 8vh;
    width: 90%;
    font-size: 18px;
    border-width: 1px;
}
	
.autorisation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}
	
.rs-picture {
    height: 50px;
    margin: 10px 2px;
}

iframe {
    width: 100%;
    height: 150px;		
}
	
input[type="radio"] {
    height: 100px;
    width: 100px;
}
	
.signature {
	font-size: 2vh;
    color: white;
}
	
.rs_all {
	padding-bottom: 2vh;	
}
	
.text-renault {
    font-family: "NouvelR";
    font-size: 25px;
    color: white;
    margin-bottom: 8px;
}
	
input[type="radio"] {
    height: 90px;
    width: 100px;
}
	
}

@media only screen and (max-width : 1000px) {
	
input[type="radio"] {
    height: 100px;
    width: 126px;
}
	
}
	
@media only screen and (min-width : 1000px) and (max-width : 1500px) and (orientation: landscape) {  
	
iframe {
	width: 100%;
	height: 400px;
}
	
.logo {
	width: 70%;	
}
	
.logo_renault {
	width: 70%;	
}

}

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

	
.logo_brand_tablet_phone {
	margin-top: 50px;
	width: 100%;
}
	


	
.invitation {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 3vh;
}
	
.logo_brand {
    width: 25%;
    padding-bottom: 1vh;


    align-items: center;
    justify-content: center;
}
	
.text-renault-titre {
    font-family: "NouvelR";
    color: #FFFFFF;
    font-size: 150px;
    margin-left: auto;
    margin-right: auto;
   

}
	

.titre-renault {
    font-family: "NouvelR";
    font-size: 3vh;
    text-align: center;
    color: white;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-right: 1vw;
    margin-left: 1vw;
    width: 100%;
}
	
.paragraphe_renault {

	font-size: 2vh;
    margin-bottom:45px;
}
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 2vh;
    color: #000000;
    margin-bottom: 8px;
}
	
.image {
	width: 80vw;	
}
	
.formulaire {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-color: rgba(255, 255, 255, .8);
    width: 80vw;
    margin: 0px;
    padding: 0px;
}
	
.formulaire_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin: 0px;
    padding: 0px;
}
	
.column_form {
	background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px; 
}
	
.image {
    width: 80vw;
}
	
.presentation_evenement {
	width: 80%;
	text-align: center;
}
	
.background-black {
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
.text-renault-titre-jaune {
    font-family: "NouvelR";
    text-align: center;
    font-size: 1.5vh;
    padding-top: 2vh;
    margin: 0px;
    /* padding: 0px; */
} 
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 2vh;
    color: #000000;
    margin-bottom: 8px;
}
	
.label_select {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 3vh;
    /* text-align: left; */
    color: white;
	padding-left: 0px;
}
	
.input_select {
    background-color: #F4F4F4;
    width: 70%;
    height: 4vh;
	font-size: 2vh;
	padding-left: 5px;
}
	
.champ_formulaire {
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    width: 70%;
	padding-left: 0px;
}
	
.label_input {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    color: white;
}
	
.text-renault_formulaire {
    font-family: "NouvelR";
    font-size: 50px;
    color: #000000;
    margin-bottom: 8px;
}
	
.input {
    background-color: #F4F4F4;
    height: 3.5vh;
    border-width: 1px;
	font-size: 2vh;
    width: 55vw;
	padding-left: 5px;
}
	
.autorisation_validation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1vh;
	padding-left: 0px;
}
	
.text-renault_label {
    font-family: "NouvelR";
    font-size: 40px;
    color: #000000;
    margin-left: 10px;
    text-align: left;
}
	
.reseaux-sociaux {
    width: 70%;
	padding-left: 10px;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
	
.button_yellow {
    background-color: #C10000;
	color: black;
    font-family: "NouvelR";
    height: 5vh;
    width: 90%;
    font-size: 2vh;
    border-width: 1px;
    background-color: #ffe502;
}
	
.autorisation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}
	
.rs-picture {
    height: 100px;
    margin: 10px 2px;
}
	
input[type="radio"] {
    height: 400px;
    width: 400px;
}
	
.rs_all {
	padding-bottom: 2vh;	
}
	
.text-renault {
    font-family: "NouvelR";
    font-size: 3vh;
    color: white;
    margin-bottom: 8px;
}
	
.presentation_carte {
    margin-top: 2vh;
    text-align: center;
}
	
}