@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap);

* {
    font-family: 'Montserrat';
}



/* tete de page */

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

header img {
    width: 150px;
}

header nav {
    height: 60px;
    padding: 20px;
    text-align: right;
    background-color: #7c3f4a;
    box-shadow:0px 10px 15px 0px #7c3f4a;
}
.logo {
width: 200px;
height: auto;
}

.couleurP{
    font-family: bold;
    color: black;
    font-size: 49px;;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu li {
    display: inline-block;
    margin: 15px;
}
.menu li a {
    text-decoration: none;
    color: #ffffff;
}
.menu li a:hover {
    color: rgb(114, 32, 32);
}
.voir-menu, .cacher-menu, #check {
    display: none;
}
.menu .on {
    color: rgb(99, 17, 17);
    font-weight: bold;
}


@media screen and (max-width: 900px) {
    .cacher-menu, .voir-menu  {
        display: block;
        font-size: 40px;
        cursor: pointer;
        transition: 0.5s;
        font-weight: bold;
        color: #9b3d3d;
    }
    .voir-menu:hover, .cacher-menu:hover {
        color: rgb(165, 112, 92);
        transition: 0.5s;
    }
    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        background-color: #f8f8f8a5;
        width: 100%;
        transition: 0.8s;
        padding-top: 180px;
    }
    
    #check:checked ~ .menu {
        right: 0;
    }
    #check:checked + .voir-menu {
        opacity: 0;
    }
    .cacher-menu {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .menu li {
        display: block;
        text-align: center;
        margin-bottom: 35px;
        border-bottom: 1px solid #7c3f4a;
    }
}

section h1 {
    color :#7c3f4a;
    text-align: center;
}

section p {
    text-align: center;
    font: size 1200px;
 }

    .bests-items {
        margin: 90px;
    }
    
    .best-plants {
        min-height: 500px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .plant-box {
        position: relative;
        background-size: cover;
        background-position: center;
    }
    
    .no-grid {
        min-width: 350px;
        height: 500px;
        flex: 1;
    }
    
    .plant1 {
        background-image: url(../img/loatt.jpg);
    }
    
    .plant2 {
        background-image: url(../img/atisuba.jpg);
    }
    
    .plant3 {
        background-image: url(../img/gp\ 2.jpg);
    }
    
    .plant4 {
        background-image: url(../img/Mastu\ et\ Théodort.jpg);
    }
    
    .plant5 {
        background-image: url(../img/sage\ homme.png);
    }
    
    .plant6 {
        background-image: url(../img/theodort\ moi.png);
    }
    
    .plant7 {
        background-image: url(../img/ytb.png);
    }
    
    .plant8 {
        background-image: url(../img/album.jpg);
    }

 .plant9 {
        background-image: url(../img/festival.jpg);
    }
    
    .plant10 {
        background-image: url(../img/album2.jpg);
    }
    
    .plant11 {
        background-image: url(../img/theodort\ gp2025.png);
    }
    
    .plant12 {
        background-image: url(../img/theo\ et\ theo\ gp.png);
    }
    
    .plant13 {
        background-image: url(../img/IMG_3239.png);
    }
    
    .plant14 {
        background-image: url(../img/theodort\ moii.jpeg);
    }
    
    
    .plant-details {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-color: #7c3f4a;
        padding: 5px 20px;
    }
    
    .plant-name {
        font-size: 22px;
        font-weight: 600;
        line-height: 3px;
    }
    
    .body{
        margin: 0;
        padding: 0;
        height: 100%;
        overflow: hidden
        font-family: Arial, sans-serif;
      }

      #bg-video {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
        z-index: -1;
      }
      
      .content {
        position: relative;
        z-index: 1;
        color: white;
        text-align: center;
        top: 40%;
        transform: translateY(-40%);
      }
      
      .content h1 {
        font-size: 3em;
        margin-bottom: 0.5em;
      }
      
      .content p {
        font-size: 1.5em;
      }

       {
        margin: 0;
      }

      .bloc {
        position: relative;
        height: 100vh;
        width: 100%;
        overflow: hidden;
      }

      .bloc video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        z-index: -100;
        transform: translate(-50%, -50%);
      }

       .bloc video {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
       }