:root { /*valeur de la variable de couleur*/
	--violet: #ffff }


body{
 	font-family: 'Open Sans', sans-serif;
 		background: #C0C0C0;
}
a{
	text-decoration: none;
}
.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; 

}
/*header (haut de page)*/

.margetop{
	background-color: #C0C0C0;;
	display: flex; 
	margin-top: 10px;
	margin-right: 20%; 
	margin-left: 20%;
	border-radius: 40px;
	//flex-wrap:wrap;  // sur mobile les éléments ne seront pas alignés mais empilés 
}
 


.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;
 }
 	.btn{
	border:1px solid #FF3362;
	padding-top: 10px; 
	padding-bottom: 10px;  
	background: linear-gradient(#696562,#9696A2, #A5AABD);
}
 }
 /*fin header (haut de page)*/

 /*section principale*/
.container{
	position: relative;
	/*display: flex;
	justify-content: center;
	align-items:center ; */
	flex-wrap: wrap;
	margin-top: auto; 
	margin-right: 20%; 
	margin-left: 20%;
	margin-bottom: 0.5%;
	border-radius: 30px; 
	border: 1px solid black;

}
.cadre{
	border-radius: 30px; 
	border: 1px solid black;
	margin-right: 1%; 
	margin-left: 1%;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 650px;


}
 


 
 /*fin de section principale*/

.color {
			
			border: 1px solid black;
			border-radius: 20px;
		}
.color {
	background:white;
	margin-top: 5%;
	margin-right: 25%;
	margin-left: 25%;
	border-radius: 20px;
	margin-bottom: 10px;
}

form{
	padding-top: 20px;

}
/* début de footer */

.soulignement:link { 
/*supprime le soulignement des liens hypertext*/
 text-decoration:none; 
} 

	


/* 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: 0%; 
	margin-left: 0%;
}


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
	color: yellow;
}	*/
/*------------------------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*/
}
/* CSS mobile */
}
@media screen and (max-width: 768px)
{
/* CSS tablette */
}
 /* {
			background-color: #F3D92E;
          	margin-top: 10px;
          	padding: 20px;                  
          	border-radius: 40px;
          	cursor: pointer;
          	outline: none;
          	transition: 0.2s;

      }

