.titre{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 600px;
    margin-bottom: 30px;
    background-color:rgb(60, 170, 60, 0.8);

}


.suggest{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-bottom: 30px;
    background-color:white;

}


.sugg{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-bottom: 30px;
    background-color:white;

}


.sub{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-bottom: 30px;
    background-color:white;

}


.sub1{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 700px;
    margin-bottom: 30px;
    background-color:rgb(60, 170, 60, 0.8);

}


.sub2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 250px;
    margin-bottom: 30px;
    background-color:white;

}


.sub3{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-bottom: 30px;
    background-color:white;

}


.sub4{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 200px;
    margin-bottom: 30px;
    background-color:white;

}


.sub5{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 250px;
    margin-bottom: 30px;
    background-color:white;

}


.sub6{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 250px;
    margin-bottom: 30px;
    background-color:rgb(60, 170, 60, 0.8);

}

.sub7{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-bottom: 30px;
    background-color:rgb(8, 71, 8);

}


.sub8{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    margin-bottom: 30px;
    background-color:white;

}

/*NAVIGATION*/
#toggle-btn {
    display: none;
    position: absolute;
    top: 150px;
    right: 20px;
     cursor: pointer;

}
nav ul{
    display: flex;
    color: black;
    flex-direction: row;
    justify-content: right;
    top: 100px;
    list-style-type: none;
    opacity: 1;
    transition: opacity 0.5s;
    
}

nav ul li{
    margin: 10px 20px;
    font-size: 15px;
    min-width: 110px;
    height: 25px;
    color: black;
    text-align: center;
    box-shadow: 2px 2px 2px;
    text-decoration:none ;
}
nav ul li a {
    text-decoration: none;
}

.button{
    background-color: rgb(60, 170, 60, 0.8);
    color: black;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 30px 5px;
    cursor: pointer;
}

.article h3{
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 40px 0;
}

.article1{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 15px 20px;
    padding: 20px;

}
