.steal1{
    font-family:Quicksand,medium 500;
}    
body{
    font-family:Quicksand,medium 500;
    background:radial-gradient(rgb(115, 160, 116),rgb(186, 200, 150));
    /*background-image: url('motifdefond.jpg');
    background-repeat: repeat; /* Répète l'image *//*
    background-size: contain; /* Ajuste la taille de l'image *//*
    position: relative; /* Nécessaire pour l'opacité */
}
body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../Fichiais/fond-legumes.jpg');
    opacity: 0.1; /* Ajuste la transparence ici */
    background-repeat: repeat;
    background-size: contain;
    z-index: -1; /* Met l'image derrière le contenu */
}
h1{
    text-align:center;
    font-size:40px;
    font-family:Quicksand,bold;
    color:rgb(20, 53, 37);
}
h2{
    text-align:center;
    font-size:20px;
    font-family:Quicksand,bold;
    font-style:italic;
    color:rgb(20, 53, 37);
}
h3{
    text-align:center;
    font-size:10px;
    font-family:Quicksand,medium 500;
    font-style:italic;
    color:rgb(20, 53, 37);
}
p{
    text-align:justify;
    font-size:15px;
    font-family:Quicksand,semi_bold_600;
    color:rgb(13, 34, 24);
    margin-left:5%;
    margin-right:2%;
}
label{
    font-family:Quicksand,medium 500;
}
/*div{
    border:solid;
    border-color: black;
}
    */
#banniere{
    width:30%;
    margin-right:35%;
    margin-left:35%;
    max-height:361px;
}
#mother{
    background-image: url("interieur_petite.jpg")
}

#page{
    
    width:33.33%;
    background:linear-gradient(rgb(154, 198, 154),rgb(162, 177, 139));
    border-radius:30px;
    border-color:rgb(193, 218, 192);
    background:linear-gradient(rgb(154, 198, 154),rgb(162, 177, 139));
    height:500px;
    border:20px;
}
#form{
    float:center;
    margin-left:30%;
    width:50%;
    max-width: 500px;
}
#retour{
    width: 19%;
    float:left;
}
.fit{
    max-width:100%;
    min-width:135px;
    max-height:361px;
    min-height:155px;
}
.Quicks{
    font-family:Quicksand,medium 500;
}
.document{
    font-family:Quicksand,medium 500;
    background:linear-gradient( to right, rgb(182, 188, 182),rgb(125, 128, 121));
    border-radius:30px;
    border-radius:30px;
    border:solid;
    border-color:rgb(116, 122, 116);
}
.un{
    float:left;   
}
.deux{
    float:left;
    
}
.meteo{
    content: '';
    position: absolute;
    background-image: url('../Fichiais/meteofond.jpg');
    background-repeat: repeat;
    background-size: contain; /* Met l'image derrière le contenu */
}
.trois{
    float:right; 
}
.ligne {
    float:left;
    display: flex; /* Utilise Flexbox pour aligner les éléments sur la même ligne */
    justify-content: space-around; /* Espace entre les images */
    height: 300px;  
}

.minia {
    
    max-width: 100%; /* Assure que les images ne débordent pas */
    height: 100%; /* Garde les proportions des images */
}