@font-face {
    font-family: Dys;
    src: url("../fonts/OpenDyslexic-Regular.otf");
}

html{
    height: 100%;
}

body{
    font-family: Verdana, sans-serif;
    margin: 0;
    overflow: hidden;
    min-width: 450px;
    height: 100%;
    background: #ED8543;
}

#datas{
    display: none;
}

header{
    text-align: center;
    position: relative;
    /*background-color: #E52D87;*/
    background-image: url("../medias/header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header img{
    width: 600px;
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    margin-left: 30px;
}

.titre {
    color: white;
}

h1 {
    font-size: 45px;
}

h3 {
    margin: 3%;
    display: block;
    clear: both;
    border-bottom: 2px solid #E52D87;
    font-size: 30px;
    width: 90%;
    cursor: pointer;
}

/*.btn {*/
/*    color: #fff;*/
/*    background-color: rgba(107,81,119,80%);*/
/*    padding: 20px 25px;*/
/*    border-radius: 20px;*/
/*    height: 20px;*/
/*    transition: 0.2s;*/
/*    margin-right: 30px;*/
/*}*/

/*.btn:hover {*/
/*    background-color: #fff;*/
/*    color: #ffb900;*/
/*}*/

.definition{
    display: none;
}
.nom{
    cursor: pointer;
}

p{
    font-size: 160%;
    margin-left: 5%;
}

.btn_dys{
    z-index: 4;
    height: 48px;
    width: 69px;
    position: absolute;
    right: 50px;
    bottom: -50px;
    cursor: pointer;
    background-image: url('../medias/Btn_Dys.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.lettre{
    position: relative;
}

.lettre_onglet {
    background-color: #E52D87;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    line-height: 55px;
    text-align: center;
    font-size: 26px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    z-index: 99;
    margin-left: 5px;
}

.lettre_onglet:first-of-type{
    margin-left: 0;
}

.bandeau_onglet {
    margin-top: 10px;
    z-index: 3;
    height: auto;
    top: 20px;
    text-align: center;
    display: inline-block;
    width: calc(100% - 140px);
}

.centre {
    border-radius: 20px;
    background-color: #fff;
    z-index: 10;
    width: 96%;
    margin: auto;
    height:840px;
}

.zoneMots{

}

.lettreEnCours{
    color: #ED8543;
    font-size: 240pt;
    width: 17%;
    text-align: center;
    float: left;
    position: absolute;
    display: block;
}

.accordion{
    margin-left: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 834px;
    padding-right: 20px;
}

.lettre_onglet:hover, .lettre_active {
    background-color: #ffb900;
}

.puce{
    font-size: 25px;
    color: #ED8543;
    padding-right: 10px;
}

.dys_active{
    font-family: Dys;
}

a{
    text-decoration: none;
    color: #ffb900;
}

.sous_container{
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .lettre_onglet {
        width: 45px;
    }
}

@media screen and (max-width: 1250px) {
    .btn_dys{
        right: 30px;
    }

    .logo {
        width: 50px;
        height: 50px;
        margin-left: 20px;
    }

    .lettre_onglet {
        width: 42px;
    }

    .lettreEnCours{
        font-size: 220pt;
    }

    .accordion{
        margin-left: 250px;
    }
}
@media screen and (max-width: 1150px) {
    .btn_dys{
        right: 5px;
        width: 40px;
    }

    .lettre_onglet {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }

    .lettreEnCours{
        font-size: 200pt;
    }

    .accordion{
        margin-left: 220px;
    }

    h1 {
        font-size: 43px;
    }

    h3{
        font-size: 26px;
    }

    p{
        font-size: 140%;
    }
}
@media screen and (max-width: 1060px) {
    .btn {
        padding: 15px 20px 10px 15px;
        border-radius: 10px;
        font-size: 12px;
        display: inline-block;
    }

    header img{
        width: 40%;
        margin-top: 20px;
    }

    .lettre_onglet{
        border-radius: 20px;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 15px;
    }

    .bandeau_onglet {
        width: 570px;
    }

    .lettreEnCours{
        font-size: 180pt;
    }

    .accordion{
        margin-left: 200px;
    }

    .puce{
        font-size: 22px;
    }

    h1 {
        font-size: 41px;
    }

    h3{
        font-size: 24px;
    }

    p{
        font-size: 130%;
    }
}
@media screen and (max-width: 950px) {
    .lettreEnCours{
        font-size: 140pt;
    }

    .accordion{
        margin-left: 160px;
    }

    .puce{
        font-size: 21px;
    }

    h1 {
        font-size: 39px;
    }

    h3{
        font-size: 22px;
    }

    p{
        font-size: 120%;
    }
}
@media screen and (max-width: 800px) {
    .lettreEnCours{
        font-size: 120pt;
    }

    .accordion{
        margin-left: 140px;
    }

    .puce{
        font-size: 20px;
    }

    h1 {
        font-size: 37px;
    }

    h3{
        font-size: 20px;
    }

    p{
        font-size: 110%;
    }
}
@media screen and (max-width: 680px) {
    .btn {
        padding: 5px 15px 15px 10px;
        font-size: 12px;
        display: inline-block;
    }

    .btn_dys{
        right: 2px;
        bottom: 00px;
    }

    .logo {
        width: 30px;
        height: 30px;
    }

    header img{
        width: 40%;
    }

    header{
        height: 120px;
    }

    .lettreEnCours{
        font-size: 100pt;
    }

    .accordion{
        margin-left: 120px;
    }

    .puce{
        font-size: 18px;
    }

    h1 {
        font-size: 35px;
    }

    h3{
        font-size: 18px;
    }

    p{
        font-size: 100%;
    }
}
@media screen and (max-width: 600px) {
    header{
        height: 110px;
    }

    header img{
        margin-top: 15px;
    }

    .lettreEnCours{
        font-size: 80pt;
    }

    .accordion{
        margin-left: 100px;
    }
}
@media screen and (max-width: 550px) {
    header{
        height: 100px;
    }

    header img{
        margin-top: 10px;
    }

    .lettre_onglet{
        margin-right: 10px;
    }

    .bandeau_onglet {
        width: 90%;
    }

    .lettreEnCours{
        font-size: 60pt;
    }

    .accordion{
        margin-left: 80px;
    }
}
@media screen and (max-width: 500px) {
    header{
        height: 80px;
    }

    header img{
        margin-top: 5px;
    }

    .lettreEnCours{
        font-size: 50pt;
    }

    .accordion{
        margin-left: 70px;
    }
}
@media screen and (max-width: 450px) {
    body{
        overflow-x: auto;
    }
}