body 
{ 
	margin-top: 10px;
	font-family: Arial,	sans-serif; 
	/*height: 100vh;  Hauteur pleine de la fenêtre */ 
} 



.contact-form 
{ 
	text-align: center;
	max-width: 400px; 
	margin: 150px auto; 
	padding: 20px; 
	background: rgba(255, 255, 255, 0.9); 
	border-radius: 8px; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
	border: 2px solid #3498db; /* Cadre bleu */ 
} 

input, textarea 
{ 
	width: 80%;
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #ccc; 
	border-radius: 4px; 
} 
button 
{ 
	 
	width: 20%; 
	padding: 10px; 
	background: #28a745; 
	color: white; 
	border: none; 
	border-radius: 4px; cursor: pointer; 
	margin: 0 auto;
} 

button:hover{ background: #218838; }

.btn{

	padding-top: 10px; 
	padding-bottom: 10px;  
	}

.btn{ /*bouton naviguer*/
 	margin-top: 5px;  
	padding: 15px 20px 15px 20px ; /* marge extérieure en haut et en bas/ à droite et à gauche*/
	font-size: 20px; /*dimensionne le texte du bouton naviguer*/ 
	border: none;
	border-radius: 20px;
	cursor: pointer; /*le curseur se transforme en pointeur au survol de l'onglet*/
	text-decoration: none; 
 	
 }

.confirmation-message {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.confirmation-message h1 {
    color: #28a745;
}

.confirmation-message p {
    font-size: 1.2em;
}

.confirmation-message a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.confirmation-message a:hover {
    background: #2980b9;
}
a{
	text-decoration: none;
}


/*header (haut de page)*/
.logo {
	margin-right: 20%;
	margin-left: 20%;  
	display: flex; 
	
	align-items: center; 
	border-radius: 30px;
	padding: 2px 0px 2px 20px;
	flex-wrap:wrap; 
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(#696562,#9696A2, #A5AABD); /*couleur dégradée* #9797A3 #C1C6DC #AEBCD6  #FF3362, #20212e, #341b47 /
/*#13181d, #20212e, #341b47*/
}

.logo p{
	color: white;
	font-size: 20px;
	text-align: center;

}

 .img{
	
	text-align: center; 

}

 /*barre de navigation*/

	
	
	
 /*fin de barre de navigation*/

 


.btn{
	border:1px solid #FF3362;
	padding-top: 10px; 
	padding-bottom: 10px;  
	background: linear-gradient(#696562,#9696A2, #A5AABD);
}

.elements{
	display: flex; /*flex aligne les boutons du header*/
	

}
.elements p{
	margin-right: 20px;

}
.elements a:hover{
	color: red;
}

.elements a{
	color: black;
}
.elements {
	
  	justify-content:center;
	flex-wrap:wrap;  // sur mobile les éléments ne seront pas alignés mais empilés  
}

header{
	height: 1%; 
	background: linear-gradient(#696562,#9696A2, #A5AABD);
	padding: 5px;
	border-radius: 30px; 
	margin-right: 1%; 
	margin-left: 1%;
	margin-top: 1%;
	border:2px solid #F4E3AD;  
}
 header h1{
 	font-size: 24px; /*dimensionne les textes en h1 du navigateur*/
 	max-width: 500px; /*largeur max du header*/
 	text-align: center; /*centre le texte  du header*/
 }
  .btn{ /*bouton naviguer*/
 	margin-top: 5px;  
	padding: 15px 20px 15px 20px ; /* marge extérieure en haut et en bas/ à droite et à gauche*/
	font-size: 20px; /*dimensionne le texte du bouton naviguer*/ 
	border:2px solid #F4E3AD;
	border-radius: 20px;
	cursor: pointer; /*le curseur se transforme en pointeur au survol de l'onglet*/
	text-decoration: none; 
 	background: linear-gradient(#696562,#9696A2, #A5AABD); /*couleur dégradée*/
 	color: white;
 }
 	
 }
 /*fin header (haut de page)*/
 
/* début de footer */



.blue{
	color: blue;
}

.blue:hover{
	color: red;
}

.soulignement:hover{
	color: red;
}
.soulignement{
	color: white; 
}


footer{

	border-radius: 30px;
	border:2px solid #F4E3AD;
	position: sticky;  /* associé avec le (top: 0px;)bloque la barre de navigation en haut de la page ou pied de page*/
	
	margin-right: 1%; 
	margin-left: 1%;
}


footer{
	color:white;
	text-align: center;
	/*display: flex; /*flex aligne les éléments du footer*/
	flex-wrap: wrap; /* sur mobile les éléments ne seront pas alignés mais empilés*/
	justify-content: space-between; /* espace les éléments du footer*/
	padding: 2px;  dimensionne la marge inférieure
	
	font-family: 'Montserrat', sans-serif;
	background:  linear-gradient(#696562,#9696A2, #A5AABD); /*couleur dégradée*/
/*#13181d, #20212e, #341b47*/

}

footer .social-media{
	display: flex;
}

footer .social-media p{
	margin-right: 15px;
	cursor: pointer; /*le curseur se transforme en pointeur au survol de l'onglet*/
	border: 1px solid yellow;
	border-radius: 100%;
	padding: 30px;  /*dimensionne la marge inférieure*/
	text-align: center; /* aucun effet car les icones étaient déja bien centrés */
	width: 15px; /*dimensionne les icones*/
	
}	


/*------------------------fin de Footer-----------------------------------------------------*/

@media screen and (max-width: 640px) {table,
	div {
		display: block;
		width: auto!important;
/*la page ne peut pas être inférieure à 640px*/
}