
@import url('https://fonts.googleapis.com/css2? family= Open+Sans & display=swap');






body{
 	font-family: 'Open Sans', sans-serif;
 	margin: 0px;
 	padding: 0px;  /*dimensionne la marge inférieure*/
 	background-color:#dcdcdc;

}

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*/

 

.margetop{
	padding: 0.3%;
	display: flex; 
	margin-top: 10%;
	margin-right: 26%; 
	margin-left: 26%;
	flex-wrap:wrap;  // sur mobile les éléments ne seront pas alignés mais empilés 
}
 


.btn{ /*bouton naviguer*/


	width: 200px;
	border:1px solid #FF3362;


 	margin-top: 5px;  
	padding: 15px 20px 0px 15px ; /* 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;
 }



.elements p{
	margin-right: 20px;

}
.elements a:hover{
	color: red;
}

.elements a{
	color: black;
}
.elements {
	display: flex; /*flex aligne les boutons du header*/
  	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*/
 }
  
 	
 }
 /*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*/

 /*pied de page*/
.soulignement:hover{
	color: red;
}
.soulignement{
	color: white; 
}

.blue{
	color: blue;
}

.blue:hover{
	color: red;
}



/* début de footer */
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*/
}
 

