BODY {
    background-color: #efefef;
    /* Couleur du fond en hexadécimal */
    font-family: sans-serif;
    /* famille de police pour la page */
}
#corps {
    width: 90%;
    /* largeur du contenu */
    margin: auto;
    /* centre les éléments en largeur */
    
    /* insertion d'une image */
    margin-top: 100px;
    /* ajuste la marge du haut */
    text-align: center;
    /* centre le texte */

}
header{
	list-style: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width : 100%;
	z-index: 1000;
	background: #427381;
	box-shadow: 0  1px 6px 0 rgb(32 33 36 / 5%);
	padding: 18px 14%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .10s;
}
.logo{
	font-size: 40px;
	font-weight: 800;
	
	text-transform: uppercase;
	color: black
	
}
.navlist a{
	display: inline-block;
	margin: 0 40px;
	font-size: var(--p-font);
	font-weight: 500;
	color: #dfe6e9;
	transition: all .6s;
	font-weight: bold;
}
.navlist a:hover{
	transform: translateY(-5px);
	color:var(--second-color);
}
.navlist{
	display: flex;
	position: left;
	align-items: center;
	
}
#font-du-texte {
	color: black;
	font-family: sans-serif;
}
a{
	color: black;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 20px;
}
h1 {
    color: #E80C52;
    /* couleur du texte en hexadécimal */
    font-size: 60px;
    /* taille de la police */
    margin: auto;
	
}
h4 {
    color: #121819;
    /* couleur du texte en hexadécimal */
    font-size: 25px;
    /* taille de la police */
    margin: auto;
	
}
#logos {
    max-width: 400px;
    /* permet de réduire la largeur de l'image */
    height: auto;
    /* ajuste la hauteur de l'image proportionnelement à sa largeur */
}
#zones {
    width: 98%;
    /* les trois colonnes remplissent 98% de la zone de contenu */
    margin: auto;
}
h2 {
    font-size: 40px;
    color: #5f9288;
}

#zones > div {
    vertical-align: middle;
    /* place les trois colonnes au même niveau vertical */
    display: inline-block;
    /* les colonnes se comportent comme des blocs et se collent les unes aux autres jusqu'à remplir une ligne */
    width: 32%;
    /* largeur des colonnes, un peu moins de 1/3 de la largeur */
    border: 2px #F2F2F2 solid;
    /* la bordure fait 2px de large, est grise et en trait plein */
    background: #FFF;
    /* couleur du fond */
    border-radius: 10px;
    /* arrondi des angles */
    height: 470px;
    /* hauteur des div */
}


button {
    padding: 10px 15px;
    background-color: #f39c12;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

button:hover {
    background-color: #3498db;
}

#texte_page_principal {
	margin: 10px; 

}

#position_de_la_video{
	margin-top: 10px;
    border: 10px #427381 solid;
	border-radius: 20px;
}

img{
	font-size:20px;
	margin-top: -40px;
	right: 10px;
}

h3{    
font-size: 35px;
    color: black;
}
h5{    
font-size: 25px;
    color: #121819;
}
h6{    
font-size: 20px;
    color: black;
}
#haut-de-la-page-principal {
	text-align: left;
	
}

button{
	display: inline-block;
	padding: 12px 24px;
	background-color: #c2c3c7;
	font-size: 16px;
	font-weight: bold;
	border:none;
	border-radius: 8px;
	cursor: pointer;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	transition: all 0.4s ease;
	text-decoration: none;
	text-align: center
	
}

button:hover{
	background-color: #3498db;
	box-shadow: 0px 6px 12px rgba((0, 0, 0, 0.3);
	transform: translateY(-2px);
}

button:active{
	background-color: #3498db;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	transform: translateY(0);
}
#position-du-boutton-shop{
	position: center;
	margin-top: 100px;
	left: 100px;
}

.container {
  position: relative;
  display: inline-block; 
}

.background-image {
  width: 100%;
  height: auto; 
}

.overlay-button {
  position: absolute; 
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%); 
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6); 
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}


#petite-barre {
	color: yellow;
}










