.Pagedecontenu{
    background-color: #FFF5E5;
    .Haut{
        h1{
        padding-top: 128px;
        margin-bottom: 78px;
        color: #46512A;
        text-align: center;
        font-family: Shrikhand;
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 56px; /* 116.667% */
        }
        p{
            color: #091606;
            text-align: center;
            font-family: Bitter;
            font-size: 20px;
            font-style: italic;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 135px;
        }

        }
        .info{
        
            padding-top: 85px;
        background: #46512A;
               .Content{
                display: flex;
               padding-bottom:124px;
               justify-content: center;
                
                .Gauche{
                    margin-left: 148px;
                    display: flex;
                    width: 800px;
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 26px;

                    h2{
                        color: #FFF5E5;
                        font-family: Bitter;
                        font-size: 32px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                    }
                    p{
                        color: #FFF5E5;
                        font-family: Bitter;
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 135%; /* 27px */
                    }
                    h3{
                        color: #FFF5E5;
                        font-family: Bitter;
                        font-size: 24px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                    }

                    ul{
                        li{
                            color: #FFF5E5;
                            font-family: Bitter;
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: normal;
                        }
                    }

                }

                .Droite{
                    margin-right: 167px;
                    margin-left: 29px;
                    border-radius: 12px;
                    background: #64743C;
                    width: 300px;
                    height: 600px;
                    h3{
                        margin-left: 21px;
                        margin-top: 30px;
                        color: #FFF5E5;
                        font-family: Shrikhand;
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 21px; /* 105% */
                    }
                    p{
                        margin-left: 27px;
                        margin-top: 21px;
                        margin-bottom: 21px;
                        color: #FFF5E5;
                        font-family: Bitter;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                    }
                    .Bouton{
                        margin-right: 70px;
                        margin-left: 60px;
                        display: flex;
                        padding: 20px;
                        justify-content: center;
                        align-items: center;
                        gap: 10px;
                        border-radius: 10px;
                        background: #9A5F20;

                        &:hover{
                            background-color: #46512A;
                        }
                        a{
                            text-decoration: none;
                            color: #FFF;
                            font-family: Bitter;
                            font-size: 20px;
                            font-style: normal;
                            font-weight: 400;
                            line-height: normal;
                        }
                    }
                }
            }
            
       
        }
        .Bas{
     
            h2{
                color: #46512A;
                text-align: center;
                font-family: Shrikhand;
                font-size: 40px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-bottom: 30px;
            }
    
            .Image52{
                .image1{
                    display: flex;
                    margin-right: 75px;
                    margin-left: 45px;
                    justify-content: center;
                    div{
                        margin-left: 30px;
                    }
                }
                .image2{
                    margin-top: 30px;
                    margin-left: 75px;
                    margin-right: 75px;
                    margin-bottom:30px ;
                    text-align: center;
                }
                .image2-1{
                    
                    display: flex;
                    margin-right: 75px;
                    margin-left: 45px;
                    justify-content: center;
                    .deux{
                        margin-top: 30px;
                    }

                }
                .image3{
                    display: flex;
                    margin-right: 75px;
                    margin-left: 45px;
                    justify-content: center;
                    div{
                        margin-left: 30px;
                    }
                }
            }
            
    
            .Cinquieme{
                background-color: #FFF5E5;
    
    
                .Ensemble {
                    padding-top: 51px;
                    padding-bottom: 78px;
                    display: flex;
                    margin-left: 75px ;
                    margin-right: 75px;
                    justify-content: center;
                    .Texte{
                        padding-left: 130px;
                        padding-right: 95px;
                        background-color: #091606;
                        color: white;
    
                        .Titre{
                            font-family: Shrikhand ;
                            font-size: 32px;
                            color: #FFF5E5;
                            text-align: center;
                            padding-top: 87px;
                            line-height: normal;
                        }
    
                        .Description{
                            font-family: Bitter;
                            font-size: 20px;
                            text-align:center;
                            padding-top: 25px;
                            padding-bottom: 25px;
                            line-height: 136%;
                        }
                        .Bouton{
                            text-align: center;
                            background-color: #9A5F20;
                            margin-right: 250px;
                            margin-left: 250px;
                            padding: 20px;
                            border-radius: 10px;
                            &:hover{
                                background-color: #4C4F21;
                            }
    
                            a{
                                color: white;
                                text-decoration: none;
                                font-family: Bitter;
                                font-size: 16px;
    
    
                            }
                        }
                    }
                }
            }
        }
}