#header-body h1 {
    border-left: 4px solid rgb(32, 141, 168);
}

#header-body .right {
    background: linear-gradient(250deg, rgb(32, 141, 168), rgba(255, 0, 0, 0) 75.71%), linear-gradient(320deg, rgb(0, 255, 128), rgba(0, 0, 255, 0) 82.71%), linear-gradient(100deg, rgb(32, 141, 168), rgba(0, 255, 0, 0) 68.71%);
}

.contenu-textes {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 50px;
    background-color: rgb(252, 252, 252);
}

.contenu-textes img.logo {
    padding-bottom: 18px;
    width: 450px;
    display: flex;
    align-self: center;
    border-bottom: 2px solid rgb(238, 238, 238);
    opacity: 0.95;
}

.contenu-textes p.devise {
    margin-top: 8px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: rgb(160, 160, 160);
}

.contenu-textes h2 {
    padding-top: 15px;
    margin-bottom: 38px;
    text-align: center;
    font-weight: 900;
    font-size: 27px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(61, 61, 61);
    border-top: 1px solid rgb(236, 236, 236);
}

b.num {
    margin-right: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-weight: 600;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(34, 124, 160);
    border: 1px solid rgb(34, 124, 160);
    border-radius: 50px;
}

.slide-show {
    border-top: 2px solid rgba(219, 219, 219, 0.199);
    border-bottom: 2px solid rgba(214, 214, 214, 0.199);
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    background: rgba(255, 255, 255, 0.95);
}

.slide-show div img {
    width: 80%;
    transition: 0.2s;
    opacity: 0.9;
}


/* FAQ */

div.bloc {
    margin-top: 10px;
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

span.TR001 {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

p.question {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(87, 87, 87);
}

.TR000 p.reponse {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 45px;
    text-align: justify;
    line-height: 25px;
    font-size: 16px;
    font-family: sans-serif;
    color: rgb(77, 77, 77);
}

.TR001 p.reponse {
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 45px;
    text-align: justify;
    line-height: 24px;
    font-size: 14px;
    font-family: sans-serif;
    color: rgb(77, 77, 77);
}

.TR001 p.reponse::before {
    font-weight: 999;
    font-size: 16px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    content: '→';
    color: rgb(23, 255, 112);
}

.red {
    color: red;
}

@media screen and (max-width: 550px) {
    .contenu-textes img.logo {
        padding-bottom: 11px;
        width: 300px;
    }
    .contenu-textes h2 {
        padding-top: 25px;
        font-size: 22px;
        padding-left: 7%;
        padding-right: 7%;
    }
    p.question {
        font-size: 15px;
    }
    .TR001 p.reponse {
        padding-left: 7%;
        padding-right: 7%;
        line-height: 20px;
        font-size: 12px;
    }
    .TR000 p.reponse {
        padding-left: 7%;
        padding-right: 7%;
        line-height: 22px;
        font-size: 13px;
    }
}