@font-face {
    font-family: NeoSansProRegular;
    src: url(../fonts/NeoSansPro-Regular.otf);
}

@font-face {
    font-family: BlissRegular;
    src: url(../fonts/Bliss-Regular.otf);
}

@font-face {
    font-family: BlissLight;
    src: url(../fonts/BlissLight-Light.otf);
}

@font-face {
    font-family: BlissMedium;
    src: url(../fonts/BlissMedium-Medium.otf);
}

@font-face {
    font-family: Dys;
    src: url("../fonts/OpenDyslexic-Regular.otf");
}

:root{
    --main-color: #f5bbc1;
    --second-color: #f5c5c9;
    --second-color-opacity: rgba(245,197,201,0.2);
    --txt-color: #253f8e;
    --white: #F5F5F5;
}

*{
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style-type:none;
}

html {
    height: 100%;
}


body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: BlissLight;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--white);
}

/* Header logos */

header{
    font-family: NeoSansProRegular;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 36px;
    background-color: var(--main-color) ;
    background-repeat: repeat-x;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
}

.align_logo_proEnglish{
    display: flex;
    align-items: center;
    /*position: absolute;*/
    /*top: 20px;*/
    /*left: 43%;*/
    z-index: 110;
}

.align_flex{
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .align_flex{
        display: none;
    }
}

.logo_foucher{
    padding: 10px;
}

/* Header features */

.header_features{
    width: 96%;
    height: 70px;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    column-gap: 20px;
    padding: 0 2%;
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: var(--white);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.btn_dys{
    cursor: pointer;
}

.button_translate{
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--txt-color);
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.button_translate:hover{
    height: 36px;
    padding: 5px 11px;
}

.button_translate.activated{
    background-color: var(--txt-color);
    color: var(--white);
}

/* Fin header features */

.container{
    padding-bottom: 20px;
}

/*Bandeau onglet*/

.bandeau_onglet {
    z-index: 3;
    height: auto;
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    column-gap: 5px;
    margin-top: 20px;
}

/* Fin bandeau lettre*/

.centre {
    border-radius: 20px;
    background-color: #fff;
    z-index: 10;
    width: 96%;
    height: 100%;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
    display: flex;
    margin: 0 2% 2% 2%;
}

.zoneMots{
    width: 100%;
}

.lettre{
    display: flex;
    padding: 40px 10% 40px 0;
}


.lettre_onglet {
    background-color: var(--txt-color);
    width: 35px;
    height: 40px;
    display: inline-block;
    font-family: BlissMedium;
    color: #fff;
    padding: 5px;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;

    transition: .2s ease-in-out;
}

.lettre_onglet:hover, .lettre_active {
    background-color: var(--main-color);
}

.lettreEnCours {
    color: var(--second-color);
    font-size: 15rem;
    margin: 50px 70px;
    display: flex;
}
/*audio*/

.son_alert{
    display: none;
    width: 0px;
    height: 0px;
}

.icon-audio{
    width: 32px;
    height: 32px;
    cursor: pointer;
}

/*fin audio*/

/* style content*/

.mot, .accordion{
    width: 100%;
}

.nom {
    border-bottom: 1px solid #D8D8D8;
    font-size: 30px;
    padding: 10px 0;
    margin: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.button_ecoute{
    margin-left: 20px;
    background-color: var(--second-color-opacity);
    padding: 10px;
    border-radius: 10px;
    max-width: 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    user-select: none;
}

.definition{
    margin: 10px 0 10px 20px;
    font-size: 20px;
    display: block;
}

.definition_titre{
    color: var(--txt-color);
}

.audio_texte{
    color: var(--txt-color);
    font-size: 20px;
}
/*fin style content*/

/* Puces */
.puce {
    background-color: var(--main-color);
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}
/*Fin Puces*/






#datas {
    display: none;
}

h1 {
    font-size: 45px;
}

h3 {
    margin: 3%;
    display: block;
    clear: both;
    border-bottom: 2px solid #E52D87;
    font-size: 30px;
    width: 90%;
    cursor: pointer;
}

.zoneMots{

}

.accordion{
    width: 100%;
}

.dys_active{
    font-family: Dys ;
}


a{
    text-decoration: none;
    color: #ffb900;
}

.sous_container{
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1250px){
    .bandeau_onglet{
        flex-wrap: wrap;
        row-gap: 5px;
        margin-bottom: 5px ;
    }

    .lettre_onglet {
        width: 30px;
        height: 30px;
        z-index: 99;
        font-size: 18px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 1024px) {

    h3{
        font-size: 24px;
    }
    .logo_foucher{
        width: 90px;
        height: 90px;
        padding: 10px;
    }

    .align_logo_proEnglish .logo_proEnglish{
        width: 125px;
        height: 97px;
    }

    .align_logo_proEnglish{
        display: flex;
        align-items: center;
        position: unset;
    }

    .align_logo_proEnglish p {
        font-size: 24px;
    }

    .nom{
        font-size: 24px;
    }

    .align_logo_proEnglish{
        text-align: center;
    }

    .lettre{
        display: flex;
        padding: 20px 5% 20px 0;
    }

    .lettreEnCours{
        margin: 30px;
        font-size: 90px;
    }
}


@media screen and (max-width: 600px) {
    .align_logo_proEnglish{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .lettreEnCours{
        display: none;
    }

    .lettre{
        display: flex;
        padding: 20px 5% 20px 5%;
    }
}