

/******* STYLE PAGE BOTANIQUE *********/

.botanique .banniere{
    background-image: 
    linear-gradient(90deg, rgba(30, 30, 30, 0.80) 0%, rgba(30, 30, 30, 0.00) 100%),
    linear-gradient(180deg, rgba(22, 112, 112, 0.00%) 0%, #167070 100%),
    url('../img/botanique/Morene.JPG') /*image de la banniere*/;
    
    background-size: 
    60% 100%, /* Taille du 1er dégradé (40% largeur, 100% hauteur) */
    100% 40%,
    cover;   /*taille de l'image*/
    
    background-position: 
    left,
    bottom,
    center; 
    background-repeat: no-repeat;     /* Empêche la répétition de l'image */
    height: auto;                     /* Ajuste la hauteur selon le contenu */
    width: auto;                      /* Ajuste la largeur selon le texte */
    color: var(--blanc);
    width: 100%;
    position: relative;
    height: 30rem;
    overflow: hidden;
}

.botanique .banniere h2{
    font-size: 52px;
    margin: 0;
}

.botanique .textPhare {
    width: 35%;
    height: 60%;
    display: flex;
    flex-direction: column;
    margin: 120px 10% 0;
}

.botanique .textPhare p {
    font-size: var(--texte1);
}


.botanique #comp1 img {
    top :-7rem;
    width: 16rem;
    left: -6rem;
}
.botanique #comp2 img {
    width: 9rem; /* Ajuste la taille de l'image */
}
.botanique #comp3 img {
    width: 14rem;
    left: -2rem;
    top: -4rem;
}
.botanique #comp4 img {
    width: 7rem;
    left: -3rem;
    top: -5rem;
}
.botanique #comp5 img {
    left: -6rem;
    top: -4rem;
    width: 12rem;
}
.botanique #comp6 img {
    width: 9rem;
    top: -4.5rem;
    left: -4rem;
}
