            .logo-gamme-repair {
                width: 25%;
                min-width: 15em;
                margin-top: -320px;
            }
            
            .h2span {
                font-size: 14px;
            }
            
            .BorderGris {
                border-top: 1px solid var(--grey-color-bg);
            }
            
            .H2soustitre {
                margin-top: 100px;
            }
            
            .Gras {
                font-weight: 600;
            }
            
            .Center {
                text-align: center;
            }
            
            #Contenantavantapres {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-evenly;
                margin-top: 15px;
            }
            
            #Contenantavantapres>div>img {
                width: 90%;
                margin-bottom: 20px;
            }
            
            .BoutonBrochure {
                background-color: #CBAF9D;
                width: 350px;
                height: 40px;
                line-height: 40px;
                border-radius: 25px;
                margin: 0 auto;
                text-align: center;
                margin-bottom: 50px;
            }
            
            .Img100 {
                width: 100%;
            }
            
            .ContenantTrait {
                display: flex;
                align-items: center;
                margin-bottom: 100px;
            }
            
            #ContenantProtocole {
                width: 90%;
                justify-content: space-between;
                display: flex;
                flex-wrap: wrap;
                margin: 0 auto;
            }
            
            #ContenantProtocole>div {
                margin-bottom: 150px;
                width: 45%;
            }
            
            .ContenantCarre {
                display: flex;
            }
            
            .Carre {
                background-color: #efe7e1;
                width: 80px;
                height: 80px;
            }
            
            .Protocole {
                padding-left: 20px;
                font-size: 25px;
                color: black
            }
            
            .Ecriture30 {
                font-size: 26px;
                font-weight: bold;
                color: black;
            }
            
            .Decalage30 {
                margin-left: 50px;
                color: black;
            }
            
            .Numero {
                font-size: 86px;
                color: black;
                font-weight: 800;
                margin-left: -25px;
                margin-top: 10px;
            }
            
            .Trait {
                width: 3px;
                height: 80px;
                background-color: black;
                margin-left: 286px;
            }
            
            #ContenantFaq {
                width: 98%;
                margin: 0 auto;
            }
            
            .DivfaqGris {
                background-color: #efe7e1;
                padding: 20px 100px 0;
                min-height: 58px;
                vertical-align: middle;
                cursor: pointer;
            }
            
            .DivfaqBlanc {
                background-color: white;
                padding: 20px 100px 0;
                min-height: 58px;
                cursor: pointer;
            }
            
            .PReponse {
                display: none;
                height: 5%;
            }
            
            @media only screen and (max-width: 1400px) {
                #Contenantavantapres {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    margin-top: 15px;
                }
                #Contenantavantapres>div>img {
                    width: 90%;
                    display: block;
                    margin: 0 auto;
                    margin-bottom: 20px;
                }
            }
            
            @media only screen and (max-width: 1050px) {
                .logo-gamme-repair {
                    width: 25%;
                    min-width: 15em;
                    margin-top: -120px;
                }
                h2 {
                    margin-top: 50px;
                }
            }
            
            @media only screen and (max-width: 800px) {
                .logo-gamme-repair {
                    width: 25%;
                    min-width: 15em;
                    margin-top: -60px;
                }
                #ContenantProtocole>div {
                    margin-bottom: 150px;
                    width: 90%;
                }
                .Trait {
                    width: 3px;
                    height: 80px;
                    background-color: black;
                    margin-left: 20px;
                }
            }
            
            @media only screen and (max-width: 600px) {
                .logo-gamme-repair {
                    width: 25%;
                    min-width: 15em;
                    margin-top: -30px;
                }
            }