html{
    height: 100%;
}
.body__noir{
    line-height: 1.4;
    background-color: #1C1919;
    margin: 0;
}
.text{
    width: 500px;
    height: 500px;
    text-align: center;
    font-size: 25px;
    padding-left: 10px;
    padding-top: 170px;
}
.retour1{
    font-size: 20px;
    left: 30px;
    top: 30px;
    position: absolute;
    background-color: #D17A72;
    text-decoration: none;
}
.retour2{
    font-size: 20px;
    left: 30px;
    top: 60px;
    position: absolute;
    background-color: #D17A72;
    text-decoration: none;
}
.retour3{
    font-size: 20px;
    left: 30px;
    top: 90px;
    position: absolute;
    background-color: #D17A72;
    text-decoration: none;
}
body{
    line-height: 1.4;
    background-color: #F2E5D5;
    margin: 0;
}
.header__white{
    background-color: white;
    height: 80px;
}
.header__red{
    background-color: #A82113;
    height: 80px;
}
button:hover{
    background-color: #1C1919;
    color: whitesmoke;
}
.menu__liste__red{
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #F2E5D5;
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    transform: translateX(-100%);
    /* 100% de qsa taille à lui donc ici 100% du viewport */
    /* Transale, rotate, scale, skew */
    transition: transform .3s ease-in-out;
}
.menu__el__red{
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
}
.a__el__red{
    color: #A82113;
}
.a__el__red:hover{
    color: #b8abab;
}
.a__el__red:active{
    color: #1C1919;
}
.a_f__red{
    color: #F2E5D5;
}
.a_f__red:hover{
    color: #c47979;
}
.a_f__red:active{
    color: #1C1919;
}
.a_f__white{
    color: black;
}
.a_f__white:hover{
    color: #D17A72;
}
.menu__btn__red{
    background-color: #A82113;
    padding: 0;
    border: none;
    cursor: pointer;
    /* il faut redéfinir la font */
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10;
    color: white;
}
.menu--open .menu__liste__red,
.menu--open .menu__liste__black {
    transform: translateX(0);
}
.menu__liste__black{
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #1C1919;
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    transform: translateX(-100%);
    /* 100% de qsa taille à lui donc ici 100% du viewport */
    /* Transale, rotate, scale, skew */
    transition: transform .3s ease-in-out;
}
.menu__el__black{
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
}
.a__el__black{
    color: white;
}
.a__el__black:hover{
    color: #D17A72;
}
.a__el__black:active{
    color: #5e332f;
}
.menu__btn__black{
    background-color: white;
    padding: 0;
    border: none;
    cursor: pointer;
    /* il faut redéfinir la font */
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10;
    color: black;
}
.titre__red{
    color: #A82113;
}
.connaitre__list1, .connaitre__list2,
.connaitre__list3, .connaitre__list4,
.connaitre__list5{
    list-style: none;
}
@media (max-width: 450px){
    .menu__liste__red{
        width: 225px;
    }
    .menu__btn__red{
        font-size: 25px;
    } 
    .menu__liste__black{
        width: 225px;
    }
    .menu__btn__black{
        font-size: 25px;
    }
    .a__el__black{
        font-size: 18px;
    }
    .a__el__red{
        font-size: 18px;
    }
    .title__black{
        color: black;
        text-align: center;
    }
    .title__red{
        color: white;
        text-align: center;
    }
    h1{
        font-size: 29px;
        font-family: 'Lora', semiBold;
        color: white;
        margin: 0;
        grid-column: 1 / 6;
    }
    h2{
        font-size: 24px;
        font-family: 'Lora', semiBold;
        color: white;
        margin: 0;
        grid-column: 1 / 6;
    }
    .details__titre{
        margin-left: 35px;
    }
    h3{
        font-size: 20px;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .titre, .container5{
        margin-left: 35px;
    }
    .idées__p{
        color: #A82113;
        padding-bottom: 40px;
        padding-left: 35px;
        padding-right: 64px;
        margin: 0;
        font-family: 'Lora', regular;
        font-size: 14px;
    }
    .rectangle, .container7{
        width: 450px;
        height: 696px;
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        display: grid;   
    }
    .critique__p1{
        font-size: 14px;
        font-family: 'Lora', regular;
        grid-column: 1 / 6;
        grid-row: 3 / 4;
        margin: 0;
        padding: 0;
    }
    .critique__p2{
        font-size: 14px;
        font-family: 'Lora', regular;
        grid-column: 1 / 6;
        grid-row: 4 / 5;
        margin: 0;
    }
    .critique__image{
        grid-column: 2 / 4;
        grid-row: 1 / 3 ;
        max-width: 220px;
        max-height: 326px;
        margin-top: 20px;
    }
    .solution__image{
        max-width: 339px;
        max-height: 223px;
        border-radius: 10px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .solution__p1{
        font-size: 14px;
        font-family: 'Lora', regular;
        margin: 0;
        grid-column: 1 / 8;
        grid-row: 4 / 5;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .solution__p2{
        font-size: 14px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .solution__p3{
        font-size: 14px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        color: white;
    }
    .solution__p4{
        font-size: 14px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        color: white;
    }
    .rectangle__solution{
        width: 380px;
        height: 596px;
        background-color: white;
        border-radius: 10px;
    }
    .rectangle__solution2{
        width: 380px;
        height: 596px;
        background-color: black;
        border-radius: 10px;
    }
    .polémique__p1{
        font-size: 14px;
        font-family: 'Lora', regular;
        grid-column: 1 / 6;
        grid-row: 1 / 2;
        margin: 0;
        padding: 0;
    }
    .polémique__p2{
        font-size: 14px;
        font-family: 'Lora', regular;
        grid-column: 1 / 6;
        grid-row: 2 / 3;
        margin: 0;
        margin-top: 10px;
    }
    .polémique__image{
        grid-column: 2 / 4 ;
        grid-row: 3 / 5 ;
        max-width: 220px;
        max-height: 320px;
        margin-left: 5px;
    }
    .stat__rectangle, .container6{
        width: 100%;
        height: 1200px;
        background-color: #D17A72;
        margin-top: 40px;
    }
    .stats__p1, .stats__p2, .stats__p3, .stats__p4,
    .stats__p5, .stats__p6, .stats__p7, .stats__p8,
    .stats__p9, .stats__p10, .stats__p11, .stats__p12,
    .stats__p13, .stats__p14, .stats__p15, .stats__p16, 
    .stats__p17, .stats__p18, .stats__p19, .stats__p20{
        font-size: 16px;
        font-family: 'Lora', regular ;
        color: black;
        text-align: center;
        height: 0;
        padding-bottom: 20px;
        text-decoration: underline;
        text-decoration-style: dotted ;
    }
    .Insta__ggd, .Insta__MS, .Insta__MC, 
    .Youtube__ggd, .tiktok__MC{
        font-size: 25px;
        font-family: 'Lora', regular;
        margin: 0;
        text-align: center;
        padding-top: 40px;
    }
    .argent__p1{
        color: white;
        font-size: 14px;
        font-family: 'Lora', regular;
        margin-right: 35px;
        grid-column: 3 / 6;
        grid-row: 2 / 3;
        text-align: center;
    }
    .argent__p2{
        color: white;
        font-size: 14px;
        font-family: 'Lora', regular;
        margin-right: 35px;
        grid-column: 3 / 6;
        grid-row: 3 / 4;
        text-align: center;
    }
    .argent__titre{
        grid-column: 1 / 6;
        grid-row: 1 / 2;
    }
    .argent__image{
        grid-column: 1 / 3;
        grid-row: 2 / 4;
        max-width: 100px;
        max-height: 200px;
    }
    .p_positif{
        color: white;
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 20px; 
        padding-left: 35px;
        padding-right: 35px;
        font-family: 'Lora', regular;
    }
    .details__list{
        color: white;
        margin-right: 35px;
        margin-left: 35px;
        font-size: 14px;
        font-family: 'Lora', regular;
    }
    .connaitre__image{
        max-width: 140px;
        max-height: 140px;
        border-radius: 100%;
        grid-column: 4 / 6 ;
        grid-row: 3 / 5;
    }
    .connaitre__title{
        color: #D17A72;
        font-size: 17px;
        font-family: 'Lora', medium;
    }
    .connaitre__infos{
        color: white;
        font-size: 14px;
        font-family: 'Lora', regular;
    }
    .conaitre__titre{
        grid-column: 1 / 6;
        grid-row: 1 / 2;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .connaitre__list1{
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list2{
        grid-column: 1 / 3;
        grid-row: 3;
        margin: 0;
        padding: 0;  
    }
    .connaitre__list3{
        grid-column: 3 / 4;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list4{
        grid-column: 3 / 4;
        grid-row: 3 / 4;
        margin: 0;
        padding: 0;
    }
    .connaitre__list5{
        grid-column: 1 / 4;
        grid-row: 4;
        margin: 0;
        padding: 0;  
    }
    .footermoi__list, .footergaelle__list{
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .footercredit{
        text-align: center;
    }
    .footergaelle__el, .footermoi__el{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    a, span{
        color: black;
        text-decoration: none;
    }
    .footercredit__p{
        text-align: center;
        margin-top: 12px;
    }
    .footer__white, .container{
        background-color: white;
        width: 100%;
        height: 695px;
    }
    .footer__red{
        background-color: #A82113;
        width: 100%;
        height: 692px;
    }
    .f__red{
        color: #F2E5D5;
    }
    .footermoi{
        text-align: left;
        display: block;
    }
    .container{
        display: grid;
        grid-template-columns: repeat(1, 60);
        grid-template-rows: repeat(3, 323px, 323px, 50px);
        padding-top: 15px;
        justify-content: center;
    }
    .container1{
        display: grid;
        grid-template-columns: repeat(1, 60);
        grid-template-rows: repeat(3, 323px, 323px, 50px);
        padding-top: 15px;
        justify-content: center;
    }
    .container2{
        display: grid;
        grid-template-columns: repeat(5, 60px);
        grid-template-rows: repeat(3, 100px);
        padding-top: 15px;
        justify-content: center;
        padding-bottom: 20px;
    }
    .container4{
        display: grid;
        grid-template-columns: repeat(5, 60px);
        grid-template-rows: repeat(4, 70px);
        column-gap: 20px;
        row-gap: 15px;
        justify-content: center;
        padding-bottom: 40px;
    }
    .container7{
        display: grid;
        grid-template-columns: repeat(5, 65px);
        grid-template-rows: repeat(4, 166px);
        column-gap: 20px;
        row-gap: 20px;
        justify-content: center;
        padding-top: 10px;
    }
    .container8{
        display: grid;
        grid-template-columns: repeat(5, 60px);
        grid-template-rows: repeat(1, 86px);
        column-gap: 25px;
        justify-content: center;
        padding-top: 40px;
    }
    .container9{
        display: grid;
        grid-template-columns: repeat(5, 60px);
        grid-template-rows: repeat(5, 100px);
        column-gap: 20px;
        row-gap: 24px;
        justify-content: center;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .container10{
        display: grid;
        grid-template-columns: repeat(5, 60px);
        column-gap: 20px;
        grid-template-rows: repeat(4, 50px);
        row-gap: 20px;
        justify-content: center;
    }
    .intro__image{
        padding-top: 20px;
        max-width: 170px;
        max-height: 263px;
        grid-column: 1 / 2;
        grid-row: 1 / 4;
    }
    .intro__p1{
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        padding-left: 20px;
    }
    .intro__p2{
        grid-column: 3 / 4;
        grid-row: 2 / 3;
        padding-left: 20px;
    }
    .intro__p3{
        grid-column: 4 / 5;
        grid-row: 2 / 3;
        padding-left: 20px;
    }
    .intro__p4{
        grid-column: 4 / 5;
        grid-row: 3 / 4;
        padding-left: 20px;
    }
    .intro__p5{
        grid-column: 5 / 6;
        grid-row: 3 / 4;
        padding-left: 15px;
    }
    .intro__p6{
        grid-column: 5 / 6;
        grid-row: 4 / 5;
        padding-left: 15px;
    }
    .intro__p1, .intro__p2, .intro__p3, 
    .intro__p4, .intro__p5, .intro__p6{
        font-size: 45px;
        color: #A82113;
        font-family: 'Lora', Bold;
        margin: 0;
    }
    .container11{
        display: grid;
        grid-template-columns: repeat(5, 60px);
        grid-template-rows: 160px 220px;
        column-gap: 20px;
        row-gap: 40px;
        justify-content: center;
        padding-bottom: 60px;
    }
    .descr__p1, .idées__p1{
        font-size: 13px;
        font-family: 'Lora', regular;
        grid-column: 1 / 6;
        grid-row: 1 / 2;
        margin: 0;
        color: #A82113;
    }
    .descr__p2, .idées__p2{
        font-size: 14px;
        font-family: 'Lora', regular;
        grid-column: 1 / 6;
        grid-row: 2 / 3;
        margin: 0;
        color: #A82113;
    }
    .container12{
        display: grid;
        grid-template-columns: repeat(5, 60px);
        grid-template-rows: repeat(1, 60px);
        column-gap: 20px;
        justify-content: center;
    }
    .titre, .container12{
        padding-top: 40px;
    }
    .container13{
        display: grid;
        grid-template-columns: repeat(5, 60px);
        grid-template-rows: repeat(5, 154px);
        column-gap: 20px;
        row-gap: 40px;
        justify-content: center;
        padding-bottom: 40px;
        
    }
    .marque__image{
        max-width: 220px;
        max-height: 363px;
        grid-column: 2 / 4;
        grid-row: 1 / 3;
        display: grid;
    }
    .marque__image1{
        max-width: 220px;
        max-height: 363px;
        grid-column: 2 / 4;
        grid-row: 1 / 3;
        display: grid;
        padding-top: 50px;
    }
    .marque__p1{
        grid-column: 2 / 5;
        grid-row: 1 / 2;
        margin: 0;
        font-size: 21px;
        font-family: 'Lora', Bold;
        padding-top: 20px;
        padding-left: 20px;
    }
    .marque__p2{
        grid-column: 1 / 6;
        grid-row: 3 / 4;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 14px;
        font-family: 'Lora', regular;
    }
    .marque__p3{
        grid-column: 1 / 6;
        grid-row: 4 / 5;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 14px;
        font-family: 'Lora', Bold;
    }
    .marque__p4{
        grid-column: 1 / 6;
        grid-row: 5 / 6;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 14px;
        font-family: 'Lora', regular;
    }
    .marque__p5, .marque__p6{
        padding-left: 45px;
        grid-column: 2 / 5;
        grid-row: 1 / 2;
        margin: 0;
        font-size: 21px;
        font-family: 'Lora', Bold;
        padding-top: 20px;
    }
    .rectangle__red{
        background-color: #F9F9F9;
        width: 380px;
        height: 930px;
        display: grid;
    }
    .rectangle__blue{
        background-color: #B6D4CC;
        width: 380px;
        height: 930px;
        display: grid;
    }
    .rectangle__brun{
        background-color: #D6C3AD;
        width: 380px;
        height: 930px;
        display: grid;
    }
    .custom-line {
        border: none; 
        height: 4px; 
        background-color:#A82113; 
        width: 100%; 
        margin-top: 55px;
        margin-bottom: 0;
        grid-column: 1 / 6;
        grid-row: 4;
    }
}
@media (min-width:451px) and (max-width: 960px){
    .title__black{
        color: black;
        text-align: center;
        padding-top: 15px;
    }
    .title__red{
        color: white;
        text-align: center;
        padding-top: 15px;
    }
    .menu__liste__red{
        width: 250px;
    }
    .menu__btn__red{
        font-size: 30px;
    } 
    .menu__liste__black{
        width: 250px;
    }
    .menu__btn__black{
        font-size: 30px;
    }
    .a__el__black{
        font-size: 21px;
    }
    .a__el__red{
        font-size: 21px;
    }
    h1{
        font-size: 37px;
        font-family: 'Lora', semiBold;
        color: white;
        margin: 0;
    }
    h2{
        font-size: 31px;
        font-family: 'Lora', regular;
        color: white;
        margin: 0;
    }
    h1, h2{
        grid-column: 1 / 8;
        grid-row: 1;
    }
    h3{
        font-size: 21px;
        margin: 0;
    }
    .rectangle{
        width: 100%;
        height: 346px;
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;   
    }
    .idées__p{
        color: #A82113;
        padding-bottom: 40px;
        padding-left: 167px;
        padding-right: 222px;
        margin: 0;
        font-family: 'Lora', regular;
        font-size: 16px;
    }
    .p_positif{
        color: white;
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px; 
        padding-left: 178px;
        padding-right: 178px;
        font-family: 'Lora', regular;
    }
    .connaitre__title{
        color: #D17A72;
        font-size: 18px;
        font-family: 'Lora', medium;
    }
    .connaitre__infos{
        color: white;
        font-size: 16px;
        font-family: 'Lora', regular;
    }
    .conaitre__titre{
        grid-column: 1 / 7;
        grid-row: 1 / 3;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .connaitre__image{
        grid-column: 6 / 8;
        grid-row: 1 / 3;
        max-width: 150px;
        max-height: 150px;
        border-radius: 100%;
    }
    .connaitre__list1{
        grid-column: 1 / 4;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list2{
        grid-column: 1 / 3;
        grid-row: 3;
        margin: 0;
        padding: 0;  
    }
    .connaitre__list3{
        grid-column: 3 / 4;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list4{
        grid-column: 5 / 6;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list5{
        grid-column: 3 / 6;
        grid-row: 3;
        margin: 0;
        padding: 0;  
    }
    .details__list{
        color: white;
        font-size: 16px;
        font-family: 'Lora', regular;
        grid-column: 1 / 8;
        grid-row: 2 / 6;
    }
    .details__titre{
        grid-column: 1 / 8;
        grid-row: 1;
        margin: 0;
    }
    .stat__rectangle, .container6{
        width: 100%;
        height: 700px;
        background-color: #D17A72;
        display: grid;
    }
    .stats__p1, .stats__p2, .stats__p3, .stats__p4,
    .stats__p5, .stats__p6, .stats__p7, .stats__p8,
    .stats__p9, .stats__p10, .stats__p11, .stats__p12,
    .stats__p13, .stats__p14, .stats__p15, .stats__p16, 
    .stats__p17, .stats__p18, .stats__p19, .stats__p20{
        font-size: 14px;
        font-family: 'Lora', regular ;
        color: black;
        padding-left: 20px;
        padding-top: 20px;
        margin: 0;
        text-decoration: underline;
        text-decoration-style: dotted ;
    }
    .stats__p1{
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .stats__p2{
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .stats__p3{
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }
    .stats__p4{
        grid-column: 4 / 5;
        grid-row: 2 / 3;
    }
    .stats__p5{
        grid-column: 5 / 6;
        grid-row: 2 / 3;
    }
    .stats__p6{
        grid-column: 6 / 7;
        grid-row: 2 / 3;
    }
    .stats__p7{
        grid-column: 7 / 8;
        grid-row: 2 / 3;
    }
    .stats__p8{
        grid-column: 8 / 9;
        grid-row: 2 / 3;
    }
    .stats__p9{
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
    .stats__p10{
        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }
    .stats__p11{
        grid-column: 3 / 4;
        grid-row: 4 / 5;
    }
    .stats__p12{
        grid-column: 4 / 5;
        grid-row: 4 / 5;
    }
    .stats__p13{
        grid-column: 5 / 6;
        grid-row: 4 / 5;
    }
    .stats__p14{
        grid-column: 6 / 7;
        grid-row: 4 / 5;
    }
    .stats__p15{
        grid-column: 7 / 8;
        grid-row: 4 / 5;
    }
    .stats__p16{
        grid-column: 8 / 9;
        grid-row: 4 / 5;
    }
    .stats__p17{
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }
    .stats__p18{
        grid-column: 2 / 3;
        grid-row: 6 / 7;
    }
    .stats__p19{
        grid-column: 3 / 4;
        grid-row: 6 / 7;
    }
    .stats__p20{
        grid-column: 4 / 5;
        grid-row: 6 / 7;
    }
    .Insta__ggd{
        grid-column: 1 / 5;
        grid-row: 1 / 2;
    }
    .Insta__MS{
        grid-column: 5 / 10;
        grid-row: 1 / 2; 
    }
    .Insta__MC{
        grid-column: 1 / 5;
        grid-row: 3 / 4;
    }
    .Youtube__ggd{
        grid-column: 5 / 10;
        grid-row: 3 / 4; 
    }
    .tiktok__MC{
        grid-column: 1 / 5;
        grid-row: 5 / 6;
    }
    .Insta__ggd, .Insta__MS, .Insta__MC, 
    .Youtube__ggd, .tiktok__MC{
        font-size: 31px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-top: 40px;
        padding-left: 20px;
    }
    .argent__p1{
        color: white;
        font-size: 16px;
        font-family: 'Lora', regular;
        margin: 0;
        grid-column: 4 / 8 ;
        grid-row: 2 ;
    }
    .argent__p2{
        color: white;
        font-size: 16px;
        font-family: 'Lora', regular;
        margin: 0;
        grid-column: 4 / 8 ;
        grid-row: 3 ;
    }
    .argent__titre{
        grid-column: 1 / 5 ;
        grid-row: 1 ;
        margin: 0;
    }
    .argent__image{
        grid-column: 1 / 3 ;
        grid-row: 2 / 3 ;
        max-width: 151px ;
        max-height: 80px;
    }
    .footer__white, .container{
        background-color: white;
        width: 100%;
        margin: 0;
    }
    .footermoi__list, .footergaelle__list{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footercredit{
        text-align: center;
        grid-column: 4 / 5;
        grid-row: 1;
    }
    .footergaelle__el, .footermoi__el{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    a, span{
        color: black;
        text-decoration: none;
    }
    .footercredit__p{
        text-align: center;
        margin-top: 12px;
    }
    .footermoi{
        text-align: right;
        display: block;
    }
    .footer__red, .container1{
        background-color: #A82113;
        width: 100%;
        height: 323px;
    }
    .f__red{
        color: #F2E5D5;
    }
    .footermoi{
        text-align: left;
        display: block;
        grid-column: 5 / 8;
        grid-row: 1;
        margin-left: 40px;
    }
    .footergaelle{
        grid-column: 2 / 4 ;
        grid-row: 1;
    }
    .container{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(1, 323px);
        gap: 40px;
        padding-top: 15px;
        justify-content: center;
    }
    .container1{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(1, 323px);
        gap: 40px;
        padding-top: 15px;
        justify-content: center;
    }
    .container2{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(3, 30px);
        column-gap: 40px; 
        row-gap: 20px;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .container3{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(4, 55px);
        column-gap: 40px;
        row-gap: 40px;
        justify-content: center;
    }
    .container4{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(3, 40px);
        column-gap: 40px;
        row-gap: 30px;
        justify-content: center;
        padding-bottom: 40px;
    }
    .container5{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(1, 86px);
        column-gap: 40px;
        justify-content: center;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .container6{
        display: grid;
        grid-template-columns: repeat(9, 60px);
        grid-template-rows: repeat(7, 90px);
        column-gap: 50px;
        row-gap: 15px;
        background-color: #D17A72;
        justify-content: center;
    }
    .container7{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(4, 55px);
        column-gap: 40px;
        row-gap: 42px;
        justify-content: center;
        background-color: white;
        padding-bottom: 16px;
    }
    .critique__image{
        max-width: 240px;
        max-height: 326px;
        grid-column: 5 / 8;
        grid-row: 1 / 5;
        padding-top: 30px;
    }
    .critique__p1{
        font-size: 16px;
        font-family: 'Lora', regular;
        grid-column: 1 / 5;
        grid-row: 1 / 3;
    }
    .critique__p2{
        font-size: 16px;
        font-family: 'Lora', regular; 
        grid-column: 1 / 5;
        grid-row: 3 / 5;
        margin: 0;
    }
    .polémique__p1{
        font-size: 13px;
        font-family: 'Lora', regular;
        grid-column: 1 / 5;
        grid-row: 1 / 3; 
    }
    .polémique__p2{
        font-size: 13px;
        font-family: 'Lora', regular; 
        grid-column: 1 / 5;
        grid-row: 3 / 5;
    }
    .polémique__image{
        max-width: 235px;
        max-height: 326px;
        grid-column: 5 / 8;
        grid-row: 1 / 5;
        padding-top: 10px;
    }
    .solution__image{
        max-width: 594px;
        max-height: 224px;
        border-radius: 10px;
        margin-top: 16px;
        margin-left: 16px;
    }
    .container8{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(1, 86px);
        column-gap: 40px;
        justify-content: center;
        padding-top: 40px;
    }
    .container9{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(4, 130px);
        column-gap: 40px;
        row-gap: 24px;
        justify-content: center;
        padding-top: 40px;
    }
    .solution__p1{
        font-size: 13px;
        font-family: 'Lora', regular;
        margin-left: 16px;
        margin-right: 16px;
    }
    .solution__p2{
        font-size: 13px;
        font-family: 'Lora', regular;
        margin-left: 16px;
        margin-right: 16px;
    }
    .solution__p3{
        font-size: 13px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 20px;
        color: white;
    }
    .solution__p4{
        font-size: 13px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        color: white;
    }
    .rectangle__solution{
        width: 626px;
        height: 500px;
        background-color: white;
        border-radius: 10px;
    }
    .rectangle__solution2{
        width: 626px;
        height: 520px;
        background-color: black;
        border-radius: 10px;
    }
    .container10{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        column-gap: 40px;
        grid-template-rows: repeat(4, 102px);
        row-gap: 25px;
        justify-content: center;
    }
    .intro__image{
        padding-top: 40px;
        max-width: 340px;
        max-height: 470px;
        grid-column: 1 / 5;
        grid-row: 1 / 4;
    }
    .intro__p1{
        grid-column: 5 / 6;
        grid-row: 1 / 2;
    }
    .intro__p2{
        grid-column: 5 / 6;
        grid-row: 2 / 3;
    }
    .intro__p3{
        grid-column: 6 / 7;
        grid-row: 2 / 3;
    }
    .intro__p4{
        grid-column: 6 / 7;
        grid-row: 3 / 4;
    }
    .intro__p5{
        grid-column: 7 / 8;
        grid-row: 3 / 4;
    }
    .intro__p6{
        grid-column: 7 / 8;
        grid-row: 4 / 5;
    }
    .intro__p1, .intro__p2, .intro__p3, 
    .intro__p4, .intro__p5, .intro__p6{
        font-size: 75px;
        color: #A82113;
        font-family: 'Lora', Bold;
        margin: 0;
    }
    .container11{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: 145px 200px;
        column-gap: 40px;
        row-gap: 50px;
        justify-content: center;
        padding-bottom: 60px;
    }
    .descr__p1, .idées__p1{
        font-size: 16px;
        font-family: 'Lora', regular;
        grid-column: 1 / 7;
        grid-row: 1 / 2;
        margin: 0;
        color: #A82113;
    }
    .descr__p2, .idées__p2{
        font-size: 16px;
        font-family: 'Lora', regular;
        grid-column: 1 / 7;
        grid-row: 2 / 3;
        margin: 0;
        color: #A82113;
    }
    .container12{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(1, 90px);
        column-gap: 40px;
        justify-content: center;
    }
    .titre, .container12{
        padding-top: 40px;
    }
    .container13{
        display: grid;
        grid-template-columns: repeat(7, 55px);
        grid-template-rows: repeat(5, 56px);
        column-gap: 40px;
        row-gap: 40px;
        justify-content: center;
        padding-bottom: 40px;
    }
    .marque__image{
        max-width: 253px;
        max-height: 440px;
        grid-column: 1 / 4;
        grid-row: 1 / 6;
        display: grid;
        padding-top: 60px;
    }
    .marque__image1{
        max-width: 253px;
        max-height: 440px;
        grid-column: 1 / 4;
        grid-row: 1 / 6;
        display: grid;
        padding-top: 60px;
    }
    .marque__p1, .marque__p5, .marque__p6{
        grid-column: 4 / 8;
        grid-row: 1 / 2;
        margin: 0;
        font-size: 22px;
        font-family: 'Lora', Bold;
        padding-top: 20px;
        padding-left: 20px;
    }
    .marque__p2{
        grid-column: 4 / 8;
        grid-row: 2 / 3;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 12px;
        font-family: 'Lora', regular;
    }
    .marque__p3{
        grid-column: 4 / 8;
        grid-row: 3 / 4;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 12px;
        font-family: 'Lora';
        font-weight: bold;
    }
    .marque__p4{
        grid-column: 4 / 8;
        grid-row: 4 / 5;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 12px;
        font-family: 'Lora', regular;
    }
    .rectangle__red{
        background-color: #F9F9F9;
        width: 625px;
        height: 440px;
        display: grid;
    }
    .rectangle__blue{
        background-color: #B6D4CC;
        width: 625px;
        height: 440px;
        display: grid;
    }
    .rectangle__brun{
        background-color: #D6C3AD;
        width: 625px;
        height: 440px;
        display: grid;
    }
    .custom-line {
        border: none; 
        height: 4px; 
        background-color:#A82113; 
        width: 100%; 
        margin-top: 105px;
        margin-bottom: 0;
        grid-column: 1 / 8;
        grid-row: 4;
    }
    .contenaire {
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        width: 200px; 
    }
}
@media (min-width: 961px) and (max-width: 1280px){
    .title__black{
        color: black;
        text-align: center;
        padding-top: 15px;
    }
    .title__red{
        color: white;
        text-align: center;
        padding-top: 15px;
    }
    .menu__liste__red{
        width: 300px;
    }
    .menu__btn__red{
        font-size: 30px;
    } 
    .menu__liste__black{
        width: 300px;
    }
    .menu__btn__black{
        font-size: 30px;
    }
    .a__el__black{
        font-size: 25px;
        text-decoration: none;
    }
    .a__el__red{
        font-size: 25px;
        text-decoration: none;
    }
    h1{
        font-size: 37px;
        font-family: 'Lora', semiBold;
        color: white;
        margin: 0;
    }
    h2{
        font-size: 31px;
        font-family: 'Lora', semiBold;
        color: white;
        margin: 0;
    }
    h3{
        font-size: 21px;
        margin: 0;
    }
    .rectangle, .container7{
        width: 100%;
        height: 470px;
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        display: grid;   
    }
    .critique__p1{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 5;
        grid-row: 1 / 3;
        margin: 0;
        padding-top: 40px;
    }
    .critique__p2{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 5;
        grid-row: 3 / 5;
        margin: 0;
    }
    .critique__image{
        grid-column: 5 / 8;
        grid-row: 1 / 5 ;
        max-width: 350px;
        max-height: 472px;
        padding-top: 40px;
    }
    .solution__image{
        max-width: 810px;
        max-height: 305px;
        border-radius: 10px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .solution__p3{
        font-size: 18px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 20px;
        color: white;
    }
    .solution__p4{
        font-size: 18px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        color: white;
    }
    .solution__p2{
        font-size: 18px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .rectangle__solution{
        width: 850px;
        height: 720px;
        background-color: white;
        border-radius: 10px;
    }
    .rectangle__solution2{
        width: 850px;
        height: 720px;
        background-color: black;
        border-radius: 10px;
    }
    .polémique__p1{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 5;
        grid-row: 1 / 3;
        margin: 0;
        padding-top: 20px;
    }
    .polémique__p2{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 5;
        grid-row: 3 / 5;
        margin: 0;
        margin-top: 20px;
    }
    .polémique__image{
        grid-column: 5 / 8;
        grid-row: 1 / 5 ;
        max-width: 350px;
        max-height: 450px;
        padding-top: 10px;
        margin-left: 20px;
    }
    .p_positif{
        color: white;
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 40px; 
        padding-left: 215px;
        padding-right: 233px;
        margin: 0;
        font-family: 'Lora', regular;
    }
    .details__list{
        color: white;
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 8;
        grid-row: 2 / 6;
    }
    .argent__p1{
        color: white;
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 4 / 8;
        grid-row: 2;
        margin: 0;
    }
    .argent__p2{
        color: white;
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 4 / 8;
        grid-row: 3;
        margin: 0;
    }
    .stat__rectangle{
        width: 100%;
        height: 550px;
        background-color: #D17A72;
        display: grid;
    }
    .footer__white,.container{
        background-color: white;
        width: 100%;
        margin: 0;
    }
    .footer__red, .container1{
        background-color: #A82113;
        width: 100%;
        margin: 0;
    }
    .footermoi__list, .footergaelle__list{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footercredit{
        text-align: center;
        grid-column: 4 / 5; 
        grid-row:  1 ;
    }
    .footergaelle__el, .footermoi__el{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    a, span{
        color: black;
        text-decoration: none;
    }
    .footercredit__p{
        text-align: center;
        margin-top: 12px;
    }
    .footermoi{
        text-align: left;
        display: block;
        grid-column: 5 / 6; 
        grid-row:  1 ;
    }
    .footergaelle{
        grid-column: 3 / 4; 
        grid-row:  1 ;
    }
    .container{
        display: grid;
        grid-template-columns: repeat(7, 1fr) ;
        grid-template-rows: repeat(1, 323px);
        gap:25px;
        padding-top: 15px;
    }
    .container1{
        display: grid;
        grid-template-columns: repeat(7, 1fr) ;
        grid-template-rows: repeat(1, 323px);
        gap:25px;
        padding-top: 15px; 
    }
    .f__red{
        color: #F2E5D5;
    }
    .container2{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(3, 50px);
        column-gap: 25px;
        row-gap: 30px;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .argent__titre{
        grid-column: 1 / 4; 
        grid-row:  1;
        margin: 0;
    }
    .argent__image{
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        max-width: 225px;
        max-height: 130px;
    }
    .container3{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(5, 50px);
        column-gap: 25px;
        row-gap: 30px;
        justify-content: center;
    }
    .details__titre{
        grid-column: 1 / 4;
        grid-row: 1;
        margin: 0;
    }
    .container4{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(3, 70px);
        column-gap: 25px;
        row-gap: 40px;
        justify-content: center;
        padding-bottom: 40px;
    }
    .connaitre__title{
        color: #D17A72;
        font-size: 22px;
        font-family: 'Lora', medium;
    }
    .connaitre__infos{
        color: white;
        font-size: 18px;
        font-family: 'Lora', regular;
    }
    .conaitre__titre{
        grid-column: 1 / 5;
        grid-row: 1 / 2 ;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .connaitre__list1{
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list2{
        grid-column: 1 / 3;
        grid-row: 3;
        margin: 0;
        padding: 0;  
    }
    .connaitre__list3{
        grid-column: 3 / 4;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list4{
        grid-column: 4 / 5;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list5{
        grid-column: 3 / 5;
        grid-row: 3;
        margin: 0;
        padding: 0;  
    }
    .connaitre__image{
        grid-column: 5 / 8;
        grid-row: 1 / 3;
        max-width: 290px;
        max-height: 290px;
        border-radius: 100%;
    }
    .container5{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(1, 86px);
        column-gap: 25px;
        justify-content: center;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    h1, h2{
        grid-column: 1 / 6;
        grid-row: 1;
    }
    .stats__p1, .stats__p2, .stats__p3, .stats__p4,
    .stats__p5, .stats__p6, .stats__p7, .stats__p8,
    .stats__p9, .stats__p10, .stats__p11, .stats__p12,
    .stats__p13, .stats__p14, .stats__p15, .stats__p16, 
    .stats__p17, .stats__p18, .stats__p19, .stats__p20{
        font-size: 18px;
        font-family: 'Lora', regular ;
        color: black;
        text-align: center;
        height: 0;
        margin: 0;
        text-decoration: underline;
        text-decoration-style: dotted ;
    }
    .stats__p1{
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .stats__p2{
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .stats__p3{
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }
    .stats__p4{
        grid-column: 4 / 5;
        grid-row: 2 / 3;
    }
    .stats__p5{
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
    .stats__p6{
        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }
    .stats__p7{
        grid-column: 3 / 4;
        grid-row: 4 / 5;
    }
    .stats__p8{
        grid-column: 4 / 5;
        grid-row: 4 / 5;
    }
    .stats__p9{
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }
    .stats__p10{
        grid-column: 2 / 3;
        grid-row: 6 / 7;
    }
    .stats__p11{
        grid-column: 3 / 4;
        grid-row: 6 / 7;
    }
    .stats__p12{
        grid-column: 4 / 5;
        grid-row: 6 / 7;
    }
    .stats__p13{
        grid-column: 1 / 2;
        grid-row: 8 / 9;
    }
    .stats__p14{
        grid-column: 2 / 3;
        grid-row: 8 / 9;
    }
    .stats__p15{
        grid-column: 3 / 4;
        grid-row: 8 / 9;
    }
    .stats__p16{
        grid-column: 4 / 5;
        grid-row: 8 / 9;
    }
    .stats__p17{
        grid-column: 1 / 2;
        grid-row: 10 / 11;
    }
    .stats__p18{
        grid-column: 2 / 3;
        grid-row: 10 / 11;
    }
    .stats__p19{
        grid-column: 3 / 4;
        grid-row: 10 / 11;
    }
    .stats__p20{
        grid-column: 4 / 5;
        grid-row: 10 / 11;
    }
    .Insta__ggd{
        grid-column: 1 / 5;
        grid-row: 1 / 2;
        padding-top: 20px;
    }
    .Insta__MS{
        grid-column: 1 / 5;
        grid-row: 3 / 4; 
    }
    .Insta__MC{
        grid-column: 1 / 5;
        grid-row: 5 / 6;
    }
    .Youtube__ggd{
        grid-column: 1 / 5;
        grid-row: 7 / 8; 
    }
    .tiktok__MC{
        grid-column: 1 / 5;
        grid-row: 9 / 10;
    }
    .Insta__ggd, .Insta__MS, .Insta__MC, 
    .Youtube__ggd, .tiktok__MC{
        font-size: 31px;
        font-family: 'Lora', regular;
        margin: 0;
        text-align: center;
    }
    .container6{
        display: grid;
        grid-template-columns: repeat(4, 212px);
        grid-template-rows: repeat(10, 70px);
        column-gap: 25px;
        row-gap: 25px;
        background-color: #D17A72;
        justify-content: center;
        padding-bottom: 20px;
    }
    .container7{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(4, 100px);
        column-gap: 25px;
        row-gap: 24px;
        justify-content: center;
    }
    .container8{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(1, 86px);
        column-gap: 25px;
        justify-content: center;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .container9{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(6, 100px);
        column-gap: 25px;
        row-gap: 24px;
        justify-content: center;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .container10{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        column-gap: 40px;
        grid-template-rows: repeat(4, 102px);
        row-gap: 84px;
        justify-content: center;
    }
    .intro__image{
        padding-top: 40px;
        max-width: 466px;
        max-height: 600px;
        grid-column: 1 / 5;
        grid-row: 1 / 4;
    }
    .intro__p1{
        grid-column: 5 / 6;
        grid-row: 1 / 2;
    }
    .intro__p2{
        grid-column: 5 / 6;
        grid-row: 2 / 3;
    }
    .intro__p3{
        grid-column: 6 / 7;
        grid-row: 2 / 3;
    }
    .intro__p4{
        grid-column: 6 / 7;
        grid-row: 3 / 4;
    }
    .intro__p5{
        grid-column: 7 / 8;
        grid-row: 3 / 4;
    }
    .intro__p6{
        grid-column: 7 / 8;
        grid-row: 4 / 5;
    }
    .intro__p1, .intro__p2, .intro__p3, 
    .intro__p4, .intro__p5, .intro__p6{
        font-size: 95px;
        color: #A82113;
        font-family: 'Lora', Bold;
        margin: 0;
    }
    .container11{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: 145px 200px;
        column-gap: 40px;
        row-gap: 40px;
        justify-content: center;
        padding-bottom: 40px;
    }
    .descr__p1, .idées__p1{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 7;
        grid-row: 1 / 2;
        margin: 0;
        color: #A82113;
    }
    .descr__p2, .idées__p2{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 7;
        grid-row: 2 / 3;
        margin: 0;
        color: #A82113;
    }
    .container12{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(1, 90px);
        column-gap: 40px;
        justify-content: center;
    }
    .titre, .container12{
        padding-top: 40px;
    }
    .container13{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(5, 100px);
        column-gap: 40px;
        row-gap: 40px;
        justify-content: center;
        padding-bottom: 40px;
    }
    .marque__image{
        max-width: 380px;
        max-height: 660px;
        grid-column: 1 / 4;
        grid-row: 1 / 6;
        padding-top: 60px;
        display: grid;
    }
    .marque__image1{
        max-width: 380px;
        max-height: 660px;
        grid-column: 1 / 4;
        grid-row: 1 / 6;
        padding-top: 115px;
        display: grid;
    }
    .marque__p1, .marque__p5, .marque__p6{
        grid-column: 4 / 8;
        grid-row: 1 / 2;
        margin: 0;
        font-size: 22px;
        font-family: 'Lora';
        font-weight: bold;
        padding-top: 20px;
        padding-left: 20px;
    }
    .marque__p2{
        grid-column: 4 / 8;
        grid-row: 2 / 3;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 18px;
        font-family: 'Lora', regular;
    }
    .marque__p3{
        grid-column: 4 / 8;
        grid-row: 3 / 4;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 18px;
        font-family: 'Lora';
        font-weight: bold;
    }
    .marque__p4{
        grid-column: 4 / 8;
        grid-row: 4 / 5;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 18px;
        font-family: 'Lora', regular;
    }
    .rectangle__red{
        background-color: #F9F9F9;
        width: 940px;
        height: 660px;
        display: grid;
    }
    .rectangle__blue{
        background-color: #B6D4CC;
        width: 940px;
        height: 660px;
        display: grid;
    }
    .rectangle__brun{
        background-color: #D6C3AD;
        width: 940px;
        height: 660px;
        display: grid;
    }
    .custom-line {
        border: none; 
        height: 4px; 
        background-color:#A82113; 
        width: 100%; 
        margin-top: 105px;
        margin-bottom: 0;
        grid-column: 1 / 8;
        grid-row: 4;
    }
}
@media (min-width: 1281px){
    .title__black{
        color: black;
        text-align: center;
        padding-top: 15px;
    }
    .title__red{
        color: white;
        text-align: center;
        padding-top: 15px;
    }
    .menu__liste__red{
        width: 350px;
    }
    .menu__btn__red{
        font-size: 30px;
    } 
    .menu__liste__black{
        width: 350px;
    }
    .menu__btn__black{
        font-size: 30px;
    }
    .a__el__black{
        font-size: 30px;
        text-decoration: none;
    }
    .a__el__red{
        font-size: 30px;
        text-decoration: none;
    }
    h1{
        font-size: 37px;
        font-family: 'Lora', semiBold;
        color: white;
        margin: 0;
    }
    h2{
        font-size: 31px;
        font-family: 'Lora', semiBold;
        color: white;
        margin: 0;
    }
    h3{
        font-size: 21px;
        margin: 0;
    }
    .rectangle, .container7{
        width: 100%;
        height: 470px;
        background-color: white;
        margin-top: 20px;
        margin-bottom: 20px; 
        display: grid;  
    }
    .critique__p1{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 5;
        grid-row: 1 / 3;
        margin: 0;
        padding-top: 40px;
    }
    .critique__p2{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 5;
        grid-row: 3 / 5;
        margin: 0;
    }
    .critique__image{
        grid-column: 5 / 8;
        grid-row: 1 / 5 ;
        max-width: 350px;
        max-height: 472px;
        padding-top: 40px;
    }
    .solution__image{
        max-width: 810px;
        max-height: 305px;
        border-radius: 10px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .solution__p1{
        font-size: 18px;
        font-family: 'Lora', regular;
        margin: 0;
        padding: 20px;
    }
    .solution__p3{
        font-size: 18px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 20px;
        color: white;
    }
    .solution__p4{
        font-size: 18px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        color: white;
    }
    .solution__p2{
        font-size: 18px;
        font-family: 'Lora', regular;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .rectangle__solution{
        width: 850px;
        height: 720px;
        background-color: white;
        border-radius: 10px;
    }
    .rectangle__solution2{
        width: 850px;
        height: 720px;
        background-color: black;
        border-radius: 10px;
    }
    .polémique__p1{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 5;
        grid-row: 1 / 3;
        margin: 0;
        padding-top: 20px;
    }
    .polémique__p2{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 5;
        grid-row: 3 / 5;
        margin: 0;
        margin-top: 20px;
    }
    .polémique__image{
        grid-column: 5 / 8;
        grid-row: 1 / 5 ;
        max-width: 350px;
        max-height: 450px;
        padding-top: 10px;
        margin-left: 20px;
    }
    .p_positif{
        color: white;
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 40px; 
        padding-left: 215px;
        padding-right: 233px;
        margin: 0;
        font-family: 'Lora', regular;
    }
    .details__list{
        color: white;
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 8;
        grid-row: 2 / 6;
    }
    .argent__p1{
        color: white;
        font-size: 18px;
        font-family: 'Lora', regular;
        margin-right: 35px;
        grid-column: 4 / 8;
        grid-row: 2 ;
        margin: 0;
    }
    .argent__p2{
        color: white;
        font-size: 18px;
        font-family: 'Lora', regular;
        margin-right: 35px;
        grid-column: 4 / 8;
        grid-row: 3;
        margin: 0;
    }
    .stat__rectangle{
        width: 100%;
        height: 550px;
        background-color: #D17A72;
        display: grid;
    }
    .footer__white,.container{
        background-color: white;
        width: 100%;
        margin: 0;
    }
    .footer__red, .container1{
        background-color:#A82113;
        width: 100%;
        margin: 0;
    }
    .footermoi__list, .footergaelle__list{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footercredit{
        text-align: center;
        grid-column: 4 / 5; 
        grid-row:  1 ;
    }
    .footergaelle__el, .footermoi__el{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    a, span{
        color: black;
        text-decoration: none;
    }
    .footercredit__p{
        text-align: center;
        margin-top: 12px;
    }
    .footermoi{
        text-align: left;
        display: block;
        grid-column: 5 / 6; 
        grid-row:  1 ;
    }
    .footergaelle{
        grid-column: 3 / 4; 
        grid-row:  1 ;
    }
    .container{
        display: grid;
        grid-template-columns: repeat(7, 1fr) ;
        grid-template-rows: repeat(1, 323px);
        gap:25px;
        padding-top: 15px;
    }
    .container1{
        display: grid;
        grid-template-columns: repeat(7, 1fr) ;
        grid-template-rows: repeat(1, 323px);
        gap:25px;
        padding-top: 15px; 
    }
    .f__red{
        color: #F2E5D5;
    }
    .container2{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(3, 50px);
        column-gap: 25px;
        row-gap: 30px;
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .argent__titre{
        grid-column: 1 / 4; 
        grid-row:  1;
        margin: 0;
    }
    .argent__image{
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        max-width: 225px;
        max-height: 130px;
    }
    .container3{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(5, 50px);
        column-gap: 25px;
        row-gap: 30px;
        justify-content: center;
    }
    .details__titre{
        grid-column: 1 / 4;
        grid-row: 1;
        margin: 0;
    }
    .container4{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(3, 70px);
        column-gap: 25px;
        row-gap: 40px;
        justify-content: center;
        padding-bottom: 40px;
    }
    .connaitre__title{
        color: #D17A72;
        font-size: 22px;
        font-family: 'Lora', medium;
    }
    .connaitre__infos{
        color: white;
        font-size: 18px;
        font-family: 'Lora', regular;
    }
    .conaitre__titre{
        grid-column: 1 / 5;
        grid-row: 1 / 2 ;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .connaitre__list1{
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list2{
        grid-column: 1 / 3;
        grid-row: 3;
        margin: 0;
        padding: 0;  
    }
    .connaitre__list3{
        grid-column: 3 / 4;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list4{
        grid-column: 4 / 5;
        grid-row: 2 / 3;
        margin: 0;
        padding: 0;
    }
    .connaitre__list5{
        grid-column: 3 / 5;
        grid-row: 3;
        margin: 0;
        padding: 0;  
    }
    .connaitre__image{
        grid-column: 5 / 8;
        grid-row: 1 / 3;
        max-width: 290px;
        max-height: 290px;
        border-radius: 100%;
    }
    .container5{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(1, 86px);
        column-gap: 25px;
        justify-content: center;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    h1, h2{
        grid-column: 1 / 6;
        grid-row: 1;
    }
    .stats__p1, .stats__p2, .stats__p3, .stats__p4,
    .stats__p5, .stats__p6, .stats__p7, .stats__p8,
    .stats__p9, .stats__p10, .stats__p11, .stats__p12,
    .stats__p13, .stats__p14, .stats__p15, .stats__p16, 
    .stats__p17, .stats__p18, .stats__p19, .stats__p20{
        font-size: 18px;
        font-family: 'Lora', regular ;
        color: black;
        text-align: center;
        height: 0;
        margin: 0;
        text-decoration: underline;
        text-decoration-style: dotted ;
    }
    .stats__p1{
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .stats__p2{
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .stats__p3{
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }
    .stats__p4{
        grid-column: 4 / 5;
        grid-row: 2 / 3;
    }
    .stats__p5{
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
    .stats__p6{
        grid-column: 2 / 3;
        grid-row: 4 / 5;
    }
    .stats__p7{
        grid-column: 3 / 4;
        grid-row: 4 / 5;
    }
    .stats__p8{
        grid-column: 4 / 5;
        grid-row: 4 / 5;
    }
    .stats__p9{
        grid-column: 1 / 2;
        grid-row: 6 / 7;
    }
    .stats__p10{
        grid-column: 2 / 3;
        grid-row: 6 / 7;
    }
    .stats__p11{
        grid-column: 3 / 4;
        grid-row: 6 / 7;
    }
    .stats__p12{
        grid-column: 4 / 5;
        grid-row: 6 / 7;
    }
    .stats__p13{
        grid-column: 1 / 2;
        grid-row: 8 / 9;
    }
    .stats__p14{
        grid-column: 2 / 3;
        grid-row: 8 / 9;
    }
    .stats__p15{
        grid-column: 3 / 4;
        grid-row: 8 / 9;
    }
    .stats__p16{
        grid-column: 4 / 5;
        grid-row: 8 / 9;
    }
    .stats__p17{
        grid-column: 1 / 2;
        grid-row: 10 / 11;
    }
    .stats__p18{
        grid-column: 2 / 3;
        grid-row: 10 / 11;
    }
    .stats__p19{
        grid-column: 3 / 4;
        grid-row: 10 / 11;
    }
    .stats__p20{
        grid-column: 4 / 5;
        grid-row: 10 / 11;
    }
    .Insta__ggd{
        grid-column: 1 / 5;
        grid-row: 1 / 2;
        padding-top: 20px;
    }
    .Insta__MS{
        grid-column: 1 / 5;
        grid-row: 3 / 4; 
    }
    .Insta__MC{
        grid-column: 1 / 5;
        grid-row: 5 / 6;
    }
    .Youtube__ggd{
        grid-column: 1 / 5;
        grid-row: 7 / 8; 
    }
    .tiktok__MC{
        grid-column: 1 / 5;
        grid-row: 9 / 10;
    }
    .Insta__ggd, .Insta__MS, .Insta__MC, 
    .Youtube__ggd, .tiktok__MC{
        font-size: 31px;
        font-family: 'Lora', regular;
        margin: 0;
        text-align: center;
    }
    .container6{
        display: grid;
        grid-template-columns: repeat(4, 212px);
        grid-template-rows: repeat(10, 70px);
        column-gap: 25px;
        row-gap: 25px;
        background-color: #D17A72;
        justify-content: center;
        padding-bottom: 20px;
    }
    .container7{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(4, 100px);
        column-gap: 25px;
        row-gap: 24px;
        justify-content: center;
    }
    .container8{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(1, 86px);
        column-gap: 25px;
        justify-content: center;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .container9{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(6, 100px);
        column-gap: 25px;
        row-gap: 24px;
        justify-content: center;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .container10{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        column-gap: 40px;
        grid-template-rows: repeat(4, 102px);
        row-gap: 84px;
        justify-content: center;
    }
    .intro__image{
        padding-top: 40px;
        max-width: 466px;
        max-height: 600px;
        grid-column: 1 / 5;
        grid-row: 1 / 4;
    }
    .intro__p1{
        grid-column: 5 / 6;
        grid-row: 1 / 2;
    }
    .intro__p2{
        grid-column: 5 / 6;
        grid-row: 2 / 3;
    }
    .intro__p3{
        grid-column: 6 / 7;
        grid-row: 2 / 3;
    }
    .intro__p4{
        grid-column: 6 / 7;
        grid-row: 3 / 4;
    }
    .intro__p5{
        grid-column: 7 / 8;
        grid-row: 3 / 4;
    }
    .intro__p6{
        grid-column: 7 / 8;
        grid-row: 4 / 5;
    }
    .intro__p1, .intro__p2, .intro__p3, 
    .intro__p4, .intro__p5, .intro__p6{
        font-size: 95px;
        color: #A82113;
        font-family: 'Lora', Bold;
        margin: 0;
    }
    .container11{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: 145px 200px;
        column-gap: 40px;
        row-gap: 40px;
        justify-content: center;
        padding-bottom: 40px;
    }
    .descr__p1, .idées__p1{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 7;
        grid-row: 1 / 2;
        margin: 0;
        color: #A82113;
    }
    .descr__p2, .idées__p2{
        font-size: 18px;
        font-family: 'Lora', regular;
        grid-column: 1 / 7;
        grid-row: 2 / 3;
        margin: 0;
        color: #A82113;
    }
    .container12{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(1, 90px);
        column-gap: 40px;
        justify-content: center;
    }
    .titre, .container12{
        padding-top: 40px;
    }
    .container13{
        display: grid;
        grid-template-columns: repeat(7, 100px);
        grid-template-rows: repeat(5, 100px);
        column-gap: 40px;
        row-gap: 40px;
        justify-content: center;
        padding-top: 40px;
    }
    .marque__image{
        max-width: 380px;
        max-height: 660px;
        grid-column: 1 / 4;
        grid-row: 1 / 6;
        padding-top: 60px;
        display: grid;
    }
    .marque__image1{
        max-width: 380px;
        max-height: 660px;
        grid-column: 1 / 4;
        grid-row: 1 / 6;
        padding-top: 115px;
        display: grid;
    }
    .marque__p1, .marque__p5, .marque__p6{
        grid-column: 4 / 8;
        grid-row: 1 / 2;
        margin: 0;
        font-size: 22px;
        font-family: 'Lora';
        font-weight: bold;
        padding-top: 20px;
        padding-left: 20px;
    }
    .marque__p2{
        grid-column: 4 / 8;
        grid-row: 2 / 3;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 18px;
        font-family: 'Lora', regular;
    }
    .marque__p3{
        grid-column: 4 / 8;
        grid-row: 3 / 4;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 18px;
        font-family: 'Lora';
        font-weight: bold;
    }
    .marque__p4{
        grid-column: 4 / 8;
        grid-row: 4 / 5;
        padding-right: 20px;
        padding-left: 20px;
        margin:0;
        font-size: 18px;
        font-family: 'Lora', regular;
    }
    .rectangle__red{
        background-color: #F9F9F9;
        width: 940px;
        height: 660px;
        display: grid;
    }
    .rectangle__blue{
        background-color: #B6D4CC;
        width: 940px;
        height: 660px;
        display: grid;
    }
    .rectangle__brun{
        background-color: #D6C3AD;
        width: 940px;
        height: 660px;
        display: grid;
    }
    .custom-line {
        border: none; 
        height: 4px; 
        background-color:#A82113; 
        width: 100%; 
        margin-top: 105px;
        margin-bottom: 0;
        grid-column: 1 / 8;
        grid-row: 4;
    }
}