        #p23 {
            height: 200vh;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p23 .border {
            height: 100%;
            width: 62%;
        }

        #p23 .contain-p2 {
            height: 95vh;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

        #p23 .contain-image,
        #p23 .contain-text {
            width: 50%;
            height: 100%;
        }

        #p23 .contain-text {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            margin-right: -2rem;
        }

        #p23 .imgp2,
        #p23 .imgbio {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

        #p23 .divtitre {
            width: 100%;
            height: 7%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-top: 1.4rem;
        }

        #p23 .title,
        #p23 .title2,
        #p23 .title3 {
            font-family: 'Montserrat', sans-serif;
        }

        #p23 .title {
            font-size: 2rem;
            margin-top: 3rem;
        }

        #p23 .title2 {
            font-size: 1.5rem;
        }

        #p23 .title3 {
            font-size: 1.1rem;
            color: #d4a78b;
        }

        #p23 .divaccroche {
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        #p23 .divtext {
            width: 87%;
            height: 80%;
        }

        #p23 .titre1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.6rem;
            letter-spacing: 3px;
        }

        #p23 .titre2 {
            font-family: 'Montserrat', sans-serif;
            color: #b34d0c;
            font-size: 1.5rem;
        }

        #p23 .titre3 {
            font-family: 'Urbanist', sans-serif;
            font-size: 1.25rem;
            line-height: 1.9rem;
            text-align: justify;
        }

        #p23 .contain-p3 {
            height: 105vh;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

        #p23 .contain-image-bio,
        #p23 .contain-text-bio {
            width: 50%;
            height: 100%;
        }

        #p23 .contain-text-bio {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }

        #p23 .contain-image-bio {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
        }

        #p23 .divtexttout {
            height: 25rem;
            width: 90%;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            margin-right: 3rem;
        }

        #p23 .fonda {
            width: 78%;
            height: 33%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        #p23 .espace {
            width: 100%;
            height: 10%;
        }

        #p23 .para {
            font-size: 1.2rem;
            font-family: 'Urbanist', sans-serif;
            line-height: 2rem;
            text-align: justify;
        }