        html,
        body {
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .scroll {
            opacity: 0;
            transform: translateY(20px);
        }

        .contain-button-fixed {
            position: fixed;
            height: 4rem;
            width: 12rem;
            right: 10vh;
            bottom: 2.2rem;
            z-index: 3;
            background: #ffffff7d;
            transition: 0.7s;
        }

        .button-fixed {
            cursor: pointer;
            height: 100%;
            width: 100%;
            background: transparent;
            border: 1px rgb(0, 0, 0), solid;
            display: flex;
            justify-content: center;
            align-items: center;
            color: rgb(0, 0, 0);
            font-family: 'Inter', sans-serif;
            font-size: 1.1rem;
            font-weight: 200;
        }

        .button-fixed:hover {
            background-color: #f1e4d9;
            transition: 0.3s;
            color: black;
        }

        #p1 {
            height: 120%;
            width: 100%;
        }

        #p1 .divbasep1 {
            height: 100%;
            width: 100%;
            display: flex;
            position: relative;
            overflow: visible;
        }

        #p1 .headernojs {
            height: 100%;
            width: 19%;
            display: flex;
        }

        #p1 .divbackground {
            height: 100%;
            width: 81%;
            background: url("image/background1.png");
            background-repeat: no-repeat;
            background-size: cover;
        }

        #p1 .headerreseau {
            width: 4rem;
            height: 11.5rem;
            margin-top: 4rem;
            margin-left: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        #p1 .divbutheader {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: flex-start;
        }

        #p1 .butmenu,
        .butmenu2 {
            cursor: pointer;
            background: transparent;
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 30%;
        }

        #p1 .divreseau {
            height: 70%;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: center;
        }

        #p1 .hamburger {
            width: 30px;
            height: 22px;
            position: relative;
            cursor: pointer;
        }

        #p1 .hamburger span {
            position: absolute;
            height: 4px;
            width: 100%;
            background: rgb(0, 0, 0);
            left: 0;
            transition: 0.3s;
        }

        #p1 .hamburger span:nth-child(1) {
            top: 0;
        }

        #p1 .hamburger span:nth-child(2) {
            top: 9px;
        }

        #p1 .hamburger span:nth-child(3) {
            bottom: 0;
        }

        #p1 .reseau {
            height: 33%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .hrefreseau {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .imgreseau,
        .imgreseau2,
        .imgreseau3 {
            height: 40%;
            width: 40%;
        }

        #p1 .imgreseau {
            height: 45%;
            width: 45%;
        }

        #p1 .imgreseau3 {
            height: 30%;
            width: 30%;
        }

        #p1 .divelement {
            height: 100%;
            width: 38%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

        #p1 .divlogo {
            height: 6rem;
            width: 12rem;
            margin-top: 3rem;
            margin-right: 8rem;
            display: flex;
            justify-content: center;
        }

        #p1 .imglogoinsta {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

        #p1 .divtitle {
            position: absolute;
            height: 17rem;
            width: 31rem;
            z-index: 1;
            top: 45%;
            left: 10%;
            background-color: rgb(255, 255, 255);
        }

        #p1 .divtitrebase {
            height: 67%;
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-end;
        }

        #p1 .divsoustitre {
            height: 33%;
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
        }

        #p1 .titrebase,
        .titrebase2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 4.2rem;
            color: black;
            line-height: 0%;
            letter-spacing: 3px;
        }

        #p1 .titrebase2 {
            font-size: 2.5rem;
        }

        #p1 .soustitre {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.6rem;
            color: #b34d0c;
            line-height: 0%;
            margin-top: 0.5rem;
        }

        #p1 .divfleche {
            width: 101%;
            height: 4rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: white;
        }

        #p1 .divflechejs {
            width: 37%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 2rem;
        }

        #p1 .arrow {
            width: var(--arrow-size);
            height: var(--arrow-size);
            border: solid var(--arrow-color);
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 2px;
            --arrow-size: 8px;
            --arrow-color: #111;
        }

        #p1 .arrow--right {
            transform: rotate(-45deg);
        }

        #p1 .arrow--left {
            transform: rotate(135deg);
        }

        #p1 .divnomberjs {
            height: 100%;
            width: 70%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .paranomber {
            font-size: 1.2rem;
            font-family: 'Poppins', sans-serif;
            font-weight: 100;
        }

        #p1 .butarrow {
            cursor: pointer;
            background: transparent;
            border: none;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .responmenu {
            height: 100vh;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #d4a78bf2;
            display: none;
        }

        #p1 .divheadercroix {
            height: 100%;
            width: 22%;
            display: flex;
            justify-content: center;
            align-items: flex-start;
        }

        #p1 .divheaderlogo {
            height: 100%;
            width: 15.5%;
        }

        #p1 .divheaderchoix {
            height: 100%;
            width: 25%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .divheaderespace {
            height: 100%;
            width: 37.5%;
        }

        #p1 .divcroix {
            height: 3rem;
            width: 3rem;
            margin-top: 10vh;
            margin-left: 4vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .divlogoencore {
            width: 100%;
            height: 15vh;
            margin-top: 7.5vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .divheaderborder {
            height: 83%;
            width: 100%;
            margin-top: 8vh;
        }

        #p1 .divmenuonglet {
            height: 58%;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }

        #p1 .divongletcontact {
            height: 18%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: flex-start;
        }

        #p1 .divongletreseau {
            height: 24%;
            width: 100%;
        }

        #p1 .divonglet {
            height: 20%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .divbutonglet {
            height: 90%;
            width: cover;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .butonglet {
            cursor: pointer;
            border: none;
            background: transparent;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .namebut {
            font-size: 1.2rem;
            color: white;
            font-family: 'Inter', sans-serif;
            display: inline-block;
            position: relative;
            cursor: pointer;
            font-weight: 100;
        }

        #p1 .namebut::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background-color: #b34d0c;
            transition: width 0.15s ease;
        }

        #p1 .namebut:hover::after {
            width: 100%;
        }

        #p1 .butcontact {
            cursor: pointer;
            height: 4rem;
            width: 70%;
            background: transparent;
            border: 1px rgb(255, 255, 255), solid;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-family: 'Inter', sans-serif;
            font-size: 1.2rem;
            font-weight: 200;
        }

        #p1 .butcontact:hover {
            background-color: white;
            transition: 0.2s;
            color: #d4a78b;
        }

        #p1 .headertitle {
            height: 35%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .headerbut {
            height: 40%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .divbarjolie {
            height: 25%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .titlereseau {
            font-size: 1.2rem;
            color: white;
            font-family: 'Inter', sans-serif;
            font-weight: 150;
        }

        #p1 .headermargin {
            height: 100%;
            width: 50%;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        #p1 .butreseau {
            height: 75%;
            width: cover;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .butres {
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #p1 .imglogor2 {
            height: 80%;
            width: 80%;
            object-fit: contain;
        }

        #p1 .imglogor3 {
            height: 70%;
            width: 70%;
            object-fit: contain;
        }

        #p1 .top-bar {
            width: 30%;
            height: 1px;
            background: white;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        #p1 .divheaderrespon {
            display: none;
        }

        #p1 .divcroixrespon {
            display: none;
        }