/*-----------------Code CSS générique à toutes les pages------------------ */ 


/*initialisation pour retirer les marges et mises en page auto des navigateurs web*/
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

/*définition de la typographie*/
body {
    font-family: 'roboto', sans-serif;

}

/*Défintion des titre H1*/
h1 {
	font-family: "Roboto", sans-serif;
	color : #E2C690;
	text-align: center;
	font-size: 36px;
	
}

/*Défintion des titre H2*/
h2 {
	font-family: "Roboto", sans-serif;
	color : #E2C690;
	font-size : 30px;
	margin-left: 170px;
	margin-top: 100px;
	
}

/*Défintion des titre H3*/
h3 {
	font-family: "Roboto", sans-serif;
	color : #E2C690;
	text-align: center;
	font-size: 20px;	
}

/*Défintion des titre paragraphes*/
p {
	font-family: "Roboto", sans-serif;
	color : #7A7A7A;
	text-align: justify;
	font-size: 15px;
}

/*Box noir contenant le bas de page*/
.box {
	border : 1px solid black;
	background-color: black;
}

/*Bas de page*/
.footer {
	
	font-family: "Roboto", sans-serif;
	color : #E2C690;
	font-size: small;
	padding-top : 20px;
	padding-bottom: 20px;
	margin-left :350px;
	
	
}

.loi {
    display: inline;
	justify-content: right;
}

.loi a {
	font-size: smaller;
    color: white!important;
    text-decoration: underline; /* Retire le soulignement */
    margin-left: 10px; /* Espace entre les liens */
}

/*Code appelé en dessous d'une section pour créer un espace*/
.vide {
	margin-bottom : 5vw;
}

/*Code appelé en dessous d'une section pour créer un espace d'une autre dimension que la class .vide*/
.vide2 {
	margin-top: 5vw;
	margin-bottom : 5vw;
}

/*-----------------Code CSS générique à toutes les pages en mode responsive------------------ */

@media screen and (max-width: 915px ) {
	h1 {
		font-size: 30px;
		text-align: center;
	}

	h2 {
		font-size: 24px;
		margin-left: 4em;
	}

	h3 {
		font-size: 20px;
		text-align: center;
	}

	p {
		font-size: small;
		text-align: center;
	}

	.footer {
		margin-left: 0px;
		font-size: small;
	}

	
}

@media screen and (max-width: 500px ) {
	.footer {
		margin-left: 0px;
		font-size: 8px;
	}

	.loi a {
		margin-left: 5px; /* Espace entre les liens */
	}

}

/*-----------------Code CSS pour le menu------------------ */ 

/*Définition image haut de page*/
header {
    height: 45vh;
    width: 100%;
    background-image: url("Images-logos/Paris-Wallpaper-Fullscreen-HD-Eiffel.jpg");
    background-size: cover;
    background-position-y: 25%;
}

/*Emplacement barre de navigation (aucun titre ici)*/
.navbar {
    position: fixed;
	z-index: 9999;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.650);
    
}

/*Couleur et épaisseur des titres contenus dans la barre de navigation permettant l'accès à toutes les pages*/
.navbar a {
    color: white;
    font-weight: 505;

}

/*Changement couleur des titre de la nav bar au survol*/
.navbar .nav-links a:hover {
	color: #3183ff;
}

/*Répartition des titres dans l'emplacement dédié*/
.navbar .nav-links ul {
    display: flex;
}

/*Espace entre les titres*/
.navbar .nav-links ul li {
    margin: 0 25px;
}

/*Couleur de fond au scroll down - va avec le JS navbar.js*/
.BgColour {
    transition: all 1s;
    background-color: #E2C690;
    border-bottom: 1px solid lightgray;
    padding: 10px;
    }


/*-----------------Code CSS pour le menu en mode responsive------------------ */

/*Changement de menu lors du passage au format tablette ou portable*/
.navbar .menu-hamburger {
    display: none;
    width: 30px;
    position: absolute;
    top: 25px;
    right: 25px;

}

@media screen and (max-width : 799px) {
    

    .navbar .menu-hamburger {
        display: block;
    }  

    .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.473);
        backdrop-filter: blur(5px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
    }

    .navbar .mobile-menu {
        margin-left: 0;
        transition: all 0.5s;
        
    
    }

    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li {
        margin: 10px 0;
        font-size: 1.2em;
    }

    .BgColour {
        transition: all 1s;
        background-color: #E2C690;
        border-bottom: 1px solid lightgray;
        padding: 25px;
        }
    
}

/*-----------------Code CSS Page d'accueil------------------ */ 


/*Bloc introduction (Présentation, marge et espace interligne)*/
.intro {
	display: flex;
	flex-direction: row; 
	padding : 50px;
	gap: 50px;
	margin-left: 120px;
	margin-bottom : -50px;

}

/*Bloc prestation (couleur de fond, marges intérieurs et extérieurs)*/
.bloc-prestations {
	background: linear-gradient(white,rgba(211, 211, 211, 0.289),white);
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 0.5em;
}


/*Bloc valeur (couleur de fond, marges intérieurs et extérieurs)*/
.prestations_valeurs {
	display: flex;
	flex-direction: row; 
	justify-content: center;
	padding : 50px;
	gap: 50px;
	margin-left: 120px;
	margin-right: 100px;
	margin-bottom : -50px;
}

/*Gestion affichage des icons pour les blocs valeur et prestation*/
.icon_prestations {
	display: grid;
	padding-bottom: 2em;
	justify-content: center;
}

/*Bloc Awinsi en chiffre (définition de l'espace, des marges et de la couleur de fond)*/
.espace-chiffre {
	padding-top: 4em;
	padding-bottom: 4em;
	background: linear-gradient(white, #E2C690);
}

/*Gestion couleur "en quelques chiffres"*/
.change_color {
	color: #7A7A7A;
	}

/*Définition de l'espace dédié aux chiffres + agencement*/	
.num {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding : 50px;
	gap: 150px;
	
}

/*Définition de la couleur, taille et typographie de l'effectif d'AWINSI (class associée au code du fichier compteur.js)*/
.typo_num {
	display: grid;
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	color: #222C40;
	font-weight: bold;	
	justify-content: center;
	
}

/*Définition de la couleur, taille et typographie du CA*/
.typo_num2 {
	
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	color: #222C40;
	font-weight: bold;
	justify-content: center;	
}

/*Définition de la couleur, taille et typographie de l'année de création*/
.typo_num3 {
	display: grid;
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	color: #222C40;
	font-weight: bold;	
	justify-content: center;
	
}

/*Définition de la couleur, taille et typographie du texte sous les chiffres*/
.text {
	display: grid;
	margin-top: 1em;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #222C40;
	justify-content: center;
}

/*Gestion des icons au dessus des chiffres clés AWINSI*/
.icon {
	display: grid;
	margin-bottom: 2em;
	justify-content: center;

	
}

/*-----------------Code CSS pour la page d'accueil en mode responsive------------------ */

@media screen and (max-width : 799px) {
	

	.typo_num {
		font-size: 22px;
	}

	.typo_num2 {
		font-size: 22px;
	}

	.prestations_valeurs {
		flex-direction: column;
	}

	.num {
		flex-direction: column;
		text-align: center;
		margin-left: 0;
		gap: 40px;
		
	}

	.bloc-prestations h2 {
		margin-left: 3.5em;
		
	}

	.prestations_valeurs {
		margin-left: 40px;
		margin-right: 40px;
		gap: 40px;
		
	}

	.intro {
		margin-left: 3em;
		padding-left: 1em;
		padding-right: 1em;
		padding: 35px;
		margin-bottom: -100px;
		
	}

	
}

/*-----------------Code CSS Page Notre équipe------------------ */ 

/*Gestion de l'espace dédié à la liste (ul) et à l'agancement de la page notre équipe*/
.box2 {
	display : flex;
	flex-wrap : wrap;
	justify-content: center;
	max-width: 100%;
	list-style-type: none;
}

/*Gestion de la taille, de la dispositio et de l'espace entre chaque photo*/
.picture {
	display : flex;
	flex-direction: row;
	margin: auto;
	background-size: cover;
	max-width: 250px;
	padding : 5px;
	justify-content : center;
}

/*Position des photos à l'intérieur de l'espace dédié (250px)*/
.image-container {
  position: relative;
}

/*Gestion du voile qui se superpose aux photos (dimensions, typo, couleur, transparence et transition)*/
.image-caption {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 250px;
  height : 375px;
  background-color: #E2C690;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size : 25px;
  font-weight : bold;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

/*Taille et position des inscriptions affichées sur le voile*/
.subtitle {
	font-size: 20px;
	text-align: center;
}

/*Gestion affichage du voile au passage de la souris*/
.image-container:hover .image-caption {
  visibility: visible;
  opacity: 0.8;
}

/*Effet de zoom sur le contenu présent sur le voile*/
.zoom {
  object-fit: cover;
  transition: transform 0.3s;

}

/*Gestion du zoom au passage de la souris*/
.zoom:hover {
  transform: scale3d(1.1, 1.1,1);

}

/*-----------------Code CSS Pages Individuelles-------------- */ 

/*Gestion de l'espace entre le poste et l'identité de la personne */
.vide_indiv{
	margin-bottom: 2vw;
}

/*Gestion de l'affichage du poste*/
.capitale {
	font-family: "Roboto", sans-serif;
	color : black;
	text-align: center;
	font-size: 20px;
	text-transform : uppercase;
	margin-bottom : -30px;
	margin-top : 50px;
}

/*Gestion de l'affichage de l'identité du conseiller*/
.identité {
	font-family: "Roboto", sans-serif;
	color : #7A7A7A;
	text-align: center;
	font-size: 40px;
	text-decoration : bold;
} 

/*Ligne rouge délimitant le titre de la page du contenu*/
hr {
  border-top: 2px solid red;
  width: 5%;
}

/*Positionnement de la photo sur la page*/
.position_photo {
	display : flex;
	justify-content : center;
	margin-top : 70px;
	margin-bottom : 10px;
}


/*Forme contenant la photo*/
.circle-mask {
	
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #fff;
}

/*Gestion de la taille de la photo contenu dans la forme défini par la class "circle-mask"*/
.identité {
	width: 100%;
	
}

/*Gestion de la section permettant d'afficher la présentation du consultant*/
.box_description {
	display: flex; 
	justify-content: center;
	margin-left : 250px;
	margin-right : 250px;
	
}

/*Police + Mise en page de la section "box_description"*/
.texte_equipe {
	font-family: "Roboto", sans-serif;
	color : #7A7A7A;
	text-align : center;
}

/*Police + Couleur + Mise en page de la signature*/
.signature {
	font-family: "Roboto", sans-serif;
	color : #E2C690;
	font-size: 20px;
	display: flex; 
	justify-content: center;
	text-transform : uppercase;
}

/*Gestion de l'icon en haut à gauche des pages individuelles*/
.fa-quote-left  {
	font-family: "Roboto", sans-serif;
	color : #E2C690;
	opacity : 0.3;
	font-size : 70px;
	
}

/*Gestion de l'icon en bas à droite des pages individuelles*/
.fa-quote-right {
	font-family: "Roboto", sans-serif;
	color : #E2C690;
	opacity : 0.3;
	font-size : 70px;
	text-align : end;
	margin-right : -950px;
	
}

/*Mise en page des bouton "Likedin" et "Twitter"*/
.bouton_position {
	display: flex; 
	justify-content: center;
	gap: 5px;
	margin-top : 10px;
	margin-bottom : 50px;
}

/*Pointeur "Linkedin"*/
.bouton_linkedin {
	cursor: pointer;
}

/*Pointeur "Twitter"*/
.bouton_twitter {
	cursor: pointer;
}

/*-----------------Code CSS pour les pages individuelles en mode responsive------------------ */

/* Format tablette */

@media screen and (min-width: 500px) and (max-width: 999px) {
	.box_description {
		margin-left : 100px;
		margin-right : 100px;
		
	}
	
	.vide_indiv{
		margin-bottom: 5vw;
	}

	.capitale {
		font-size: 15px;
		
	}
	
	.identité {
		font-size: 35px;
	
	} 
	
	hr {
	  width: 10%;
	}

	.fa-quote-left  {
		font-size : 35px;
		
	}
	
	.fa-quote-right {
		font-size : 35px;
		margin-right : -550px;
		
	}

	.signature {
		font-size: 25px;
	}
	
}

/* Format mobile */

@media screen and (max-width: 499px) {
	.box_description {
		margin-left : 50px;
		margin-right : 50px;
		
	}
	
	.vide_indiv{
		margin-bottom: 9vw;
	}

	.capitale {
		font-size: 12px;
		
	}
	
	.identité {
		font-size: 30px;
	
	} 
	
	hr {
	  width: 10%;
	}

	.fa-quote-left  {
		font-size : 25px;
		
	}
	
	.fa-quote-right {
		font-size : 25px;
		margin-right : -250px;
		
	}

	.signature {
		font-size: 20px;
	}
	
}


/*-----------------Code CSS Page Nos réalisations-------------- */ 

.clients {
	display: flex;
	gap: 40px;
	margin-left: 100px;
	margin-top: 50px;
}

.logo {
	width: 125px;
}

.logo:hover {
	border-bottom: solid 2px #E2C690;	
}

.position_ligne_horizontale {
	margin-left: -35%;
	margin-bottom: 50px;
}

.ligne_horizontale {
	border-top: 1px solid #7A7A7A;
	width: 75%;
	opacity: 0.5;
}

.btn {
	background-color: white;
	border: none;
	cursor: pointer;
	margin-bottom: 10px;
}


.icon_realisations {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}

.sous_icon {
	font-family: "roboto", sans-serif;
	font-size: 10px;
	color: #E2C690;
		
}

.ligne_verticale {
	border-left: 1px solid #7a7a7a9d;
        display: inline-block;
        height: 100%;
        margin: 0 5px;
}

.btn2 {
	display: flex;
	background-color: white;
	border: 2px solid #E2C690;
	border-radius: 30px;
	padding: 10px;
	cursor: pointer;
}

.btn2:hover{
	background-color: #4D74B0;
	
}


.engie {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 60px;
	margin-top: 50px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 50px;
}

#Section2 {
	display: none;
}

.btn3 {
	background-color: white;
	border: 2px solid #E2C690;
	border-radius: 30px;
	padding: 10px;
	cursor: pointer;
}

.btn3:hover {
	background-color: #4D74B0;
}

.enedis {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 60px;
	margin-top: 50px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 50px;
}

#Section3 {
	display: none;
}

.btn4 {
	background-color: white;
	border: 2px solid #E2C690;
	border-radius: 30px;
	padding: 10px;
	cursor: pointer;
}

.btn4:hover{
	background-color: #4D74B0;
	
}

.givaudan {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 60px;
	margin-top: 50px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 50px;
}

#Section4 {
	display: none;
}

.btn5 {
	background-color: white;
	border: 2px solid #E2C690;
	border-radius: 30px;
	padding: 10px;
	cursor: pointer;
}

.btn5:hover{
	background-color: #4D74B0;
	
}

.antargaz {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 60px;
	margin-top: 50px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 50px;
}

#Section5 {
	display: none;
}

.btn6 {
	background-color: white;
	border: 2px solid #E2C690;
	border-radius: 30px;
	padding: 10px;
	cursor: pointer;
}

.btn6:hover{
	background-color: #4D74B0;
	
}

.stellantis {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 60px;
	margin-top: 50px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 50px;
}

.gras {
	font-weight: bold;
}

.puces {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1vw;
	color:#7A7A7A;
	font-size: 15px;
}

.souligné {
	text-decoration: underline;
}

#Section6 {
	display: none;
}

.btn7 {
	background-color: white;
	border: 2px solid #E2C690;
	border-radius: 30px;
	padding: 10px;
	cursor: pointer;
}

.btn7:hover{
	background-color: #4D74B0;
	
}

.powercloud {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 60px;
	margin-top: 50px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 50px;
}

.puces {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1vw;
	color:#7A7A7A;
	font-size: 15px;
}

/*-----------------Code CSS pour la page nos réalisations en mode responsive------------------ */

/* Format tablette */

@media screen and (min-width: 500px) and (max-width: 912px ) { 
	.clients {
		gap: 15px;
		margin-left: 25px;
	}

	.logo {
		width: 80px;
	}

	.ligne_horizontale {
		display: none;
	}

	.engie {
		gap: 30px;
		margin-top: 25px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 25px;

	}

	.enedis {
		gap: 30px;
		margin-top: 25px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 25px;

	}

	.givaudan {
		gap: 30px;
		margin-top: 25px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 25px;

	}

	.antargaz {
		gap: 30px;
		margin-top: 25px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 25px;

	}

	.stellantis {
		gap: 30px;
		margin-top: 25px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 25px;

	}
	
	.powercloud {
		gap: 30px;
		margin-top: 25px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 25px;

	}

	
	
}

/* Format mobile */

@media screen and (max-width: 499px ) { 
	.clients {
		gap: 15px;
		margin-left: 25px;
	}

	.logo {
		width: 50px;
	}

	.ligne_horizontale {
		display: none;
	}

	.engie {
		gap: 30px;
		margin-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 25px;

	}

	.enedis {
		gap: 30px;
		margin-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 25px;

	}

	.givaudan {
		gap: 30px;
		margin-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 25px;

	}

	.antargaz {
		gap: 30px;
		margin-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 25px;

	}

	.stellantis {
		gap: 30px;
		margin-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 25px;

	}
	
	.powercloud {
		gap: 30px;
		margin-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 25px;

	}
	
}




/*-----------------Code CSS Page Nous contacter-------------- */ 


.container {
  display: flex;
  margin-left : 19vw;
  margin-right: 19vw;
  margin-bottom: 2vw;
  gap : 2vw;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  
}

.left-section {
  flex: 0.5;
  background-color: #E2C690; /* Couleur de fond de la partie gauche */
  text-align : center;
  
}

.logo-contact {
	width: 100px;
}

.fa-location-dot {
	font-size : 25px;
}

.fa-mobile {
	font-size : 25px;
}

.fa-square-rss {
	font-size : 25px;
}

.titre_contact {
	font-family: "Roboto", sans-serif;
	color: black;
	font-weight: bold;
	
}

.texte_contact {
	font-family: "Roboto", sans-serif;
	font-size : 13px;
	font-weight: bold;
	color : black;
	text-align : center;
	opacity : 0.9;
	
}

.bouton_twitter{
	border : 5px solid #00acee ;
	border-radius : 15px;
	color : white;
	background-color : #00acee ;
}

.bouton_linkedin{
	border : 5px solid #0077b5 ;
	border-radius : 15px;
	color : white;
	background-color : #0077b5;
}

.bouton_twitter:hover {
	background-color : #333333;
	border-color: #333333;
}

.bouton_linkedin:hover {
	background-color : #333333;
	border-color: #333333;
}

.right-section {
  	flex: 1;
 	background-color: #FFFFFF; /* Couleur de fond de la partie droite */
  	margin-top : 2vw;
  	margin-bottom : 2vw;
}


.contact-form {
  	display: flex;
  	flex-direction: column;
}

.name-fields {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: stretch;
  	gap : 1vw;
  
}

.name-fields .form-group input[type="text"],
.name-fields .form-group input[type="tel"],
.name-fields .form-group input[type="email"]
 {
  	width: 18vw; /* ajuster la taille des champs */
}


.name-fields,
.form-group input,
.form-group textarea{
  	width: 100%; /* Ajuster la largeur des champs à 100% */
  	padding: 5px; /* Ajuster le remplissage interne des champs */

}


.form-group {
  	font-family : "Roboto", sans-serif;
  	color : #333333;
  	font-weight : bold;
  	margin-bottom: 10px;
  
}

.form-group label {
	display: block; /* Afficher le label en tant qu'élément de bloc */
	margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  	border: none;
  	outline: none;
  	padding: 5px;
  	margin-bottom: 10px;
  	border-bottom: 1px solid #AAAAAA; /* Ajouter une bordure inférieure */
  	width : 40vw;
}

.contact-form input[type="submit"] {
  	background-color: #E2C690;
  	color: #ffffff;
  	border: none;
  	padding: 10px 10px 10px 10px;
  	margin : 2px;
  	cursor: pointer;
  	border-radius : 100px;
  	width : 150px;

}

.contact-form input[type="submit"]:hover {
  	background-color: #333333;
  	width : 150px;
  	transition : background-color 0.5s;
  
}

.submit {

	background-color: #E2C690;
  	color: #ffffff;
  	border: none;
  	padding: 10px 10px 10px 10px;
  	margin : 2px;
  	cursor: pointer;
  	border-radius : 100px;
  	width : 150px;

}

.submit:hover {
	background-color: #333333;
	width : 150px;
	transition : background-color 0.5s;

}

.message {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;

}

.success {
	font-family: roboto, sans-serif;
	font-size: 20px;
	color: green;
	position: absolute;
	animation: buttons .3s linear;

}

.error {
	font-family: roboto, sans-serif;
	font-size: 20px;
	color: red;
	position: absolute;
	transition: .3s;
	animation: buttons .3s linear;

}


/*-----------------Code CSS pour la page nous contacter en mode responsive------------------ */

@media screen and (max-width: 500px) {
	.container  {
  	margin-left : 5vw;
  	margin-right: 5vw;
  	margin-bottom: 2vw;
  	gap : 2vw;

	}

	.left-section {
	margin-top: 0.5vw;
	}

	.logo-contact {
		width: 80px;
	}

	.fa-location-dot {
		font-size : 15px;
	}
	
	.fa-mobile {
		font-size : 15px;
	}
	
	.fa-square-rss {
		font-size : 15px;
	}
	
	.titre_contact {
		font-size: 13px;
		
	}
	
	.texte_contact {
		font-size : 10px;
	}

	.bouton_twitter{
		font-size: 11px;
	}
	
	.bouton_linkedin{
		font-size: 11px;
	}

	
	.right-section {
  	margin-top : 4vw;
 	margin-bottom : 2vw;

	}

	.name-fields {
		gap: 3vw;
	}

	.form-group {
		font-size: 14px;
	}

	.contact-form input[type="submit"] {
		border-radius : 100px;
		width : 100px;
		font-size: 12px;
  
  }


}


/*-----------------Code CSS Page erreur 404-------------- */ 

.texte-erreur {
	color: #7A7A7A;

}

.not-found {
	font-family: robot, sans sérif;
	font-size: 6vw;
	color: #7A7A7A;
	

}

/*-----------------Code CSS Page CGV-------------- */ 

.cgv {
	display: flex;
	flex-direction: row; 
	padding : 50px;
	gap: 50px;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom : 50px;
}

@media screen and (min-width: 500px) and (max-width: 912px ) { 
	.cgv {
		display: flex;
		flex-direction: row; 
		padding : 50px;
		gap: 50px;
		margin-left: 150px;
		margin-right: 150px;
		margin-bottom : 50px;
	}

}

@media screen and (max-width: 500px) {
	.cgv {
		display: flex;
		flex-direction: row; 
		padding : 50px;
		gap: 50px;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom : 25px;
	}

}






