.apropos {
    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;
        }

    }

    .Interieur{
        background: #46512A;
        .info{
            margin-left: 124px;
            display: flex;    
            justify-content: center;
                .Gauche{
                    margin-top: 80px;
                    margin-bottom: 141px;
                }
                .Droite{
                    margin-right: 100px;
                    margin-left: 58px;
                    margin-top: 60px;
                    margin-bottom: 119px;
                    p{
                        margin-bottom: 7%;
                        color: #FFF5E5;
                        font-family: Bitter;
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                    }
                }


        }   



    }

    .Bas{

        .Donne{
            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;


                        }
                    }
                }
            }

        }
    }
}