/*-------------------------------------------------*/
/*-----------TEXT DISPLAY FOR ALL PAGES------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/


#chapter-left {
    display: flex;
    flex-direction: column; /* Dispose les enfants en colonne */
    align-items: right;    /* Centre horizontalement dans le conteneur */ 
}

.main-title {
    font-family: 'ERROR 441';
    margin-left: 2%;
    animation: colorChange 5s infinite;  
    line-height: 1;
    white-space: nowrap; /* Empêche le texte de passer à la ligne suivante */
}

.title {
    line-height: 1;
    font-size: 10vw;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.subtitle {
    font-size: 5vw;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.CLICK {
    text-shadow:  2px 2px 4px rgba(0, 0, 0, 0.5); /* Ombre floue noire */;
    padding: 4px;
    padding-left: 11px;
    padding-right: 11px;
    color: rgb(255, 255, 255);
    font-family:Arial, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    border: 2px solid white;
}

.legende {
    text-shadow:  2px 2px 4px rgba(0, 0, 0, 0.5); /* Ombre floue noire */;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    text-align: justify;
    padding-top: 1%;
    padding-bottom: 1%;
    list-style-type: none;
}

.slogan2 {
    margin-left: 2%;
    font-size: 4vw;
    opacity: 1;
    transition: opacity 0.2s ease;
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 1.12em;
}

.slogan2 span {
    background-color: rgba(12, 84, 226, 0.478); /* Choisissez la couleur de surlignage */
    padding-right: 1%;
    padding-left: 1%;
}


.text {
    line-height: 1.2;
    margin-top: 2%;
    word-spacing: -1px;
    max-width: 40%;
    font-size : 0.95vw;
    color: white;
}

.text1{
    line-height: 1.2;
    font-size : 2vw;
    color: white;
}

.text-container {
    border-left: 2px solid white;
}



@media (min-width: 769px) {

    .title {
        font-size: 7.5vw;
    }

    #chapter-left {
        padding-left: 1%
    }

    .main-title {
        font-size :5vw;
    }

    .CLICK {
        width: 100%;
        font-size: 3.5vw;
    }

    .legende {
        font-size: 1vw;
        text-align: left;
        color: white;
    }

    .text-container {
        margin-top: 2%;
        margin-bottom: 3%;
        margin-left: 10%;
        padding-left: 1%;
    }

    .text {
        padding-left: 1%;
    }

    .text1{
        padding: 5%;
        line-height: 1.2;
        color: white;
    }

}


@media (max-width: 768px) {

    .title {
        font-size: 15vw;        
    }

    .title2 {
        line-height: 2;
        text-align: center;
        font-size: 10vw;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
    }

    .subtitle {
        text-align: center;
    }

    #chapter-left {
    }
    .main-title {
        font-size: 9vw;
        padding : 3%;
    }

    /*----------_CHAPTER-----------*/

    .CLICK {
        font-size: 9vw;
    }
    .legende {
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: 12px;
        text-align: left;
        color: white;
    }

    .text-container {
        padding-left: 3.5%;
    }

    .text {
        font-size: 15px;
        text-align: left;
        color: white;
        word-spacing: -1px;
        max-width: 80%;
    }

    .text1{
        padding: 5%;
        line-height: 1.2;
        font-size : 4vw;
        color: white;
    }

}

