@font-face {
    font-family: 'BBB Poppins TN';
    src: url('../Font/bbb-poppins-tn-main/webfonts/BBBPoppinsTN-DisplayRegular.woff') format('woff');
    font-weight:regular;
    font-style:normal;}


* {

    margin: 0;
    padding: 0;
    background-color : lightgray;

}

body {
    display: flex;
    flex-direction: column;
    font-family: 'BBB Poppins TN', sans-serif;
}


#navbar {
    overflow: hidden;
    position: fixed;
    z-index: 998;
    /* Make it stick/fixed */
    top: 0;
    /* Stay on top */
    width: 100%;
    /* Full width */
    transition: top 0.3s;
    background-color : lightgray;
}

/* Style the navbar links */
.retour {
    float: left;
    margin-left: 2%;
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    padding: 1%;

}


.retour:hover {
    color: #61ffa1;
}

.strike{
    float: left;
    margin-left: 2%;
    /*color: #92579b;*/
    color: #000000;
    text-align: center;
    margin-top: 0.6%;
    Padding: 0.4%;
    text-decoration: none;
    font-size: 16px;
    font-family: 'BBB Poppins TN', sans-serif;

}

.strike:hover {

    color: #7efcb1;
}


.menu {
    float: right;
    margin-right: 2%;
    margin-top: 0.6%;
    Padding: 0.4%;
    /*color:#92579b;*/
    color: #000000;
    font-size: 16px;
    font-family: 'BBB Poppins TN', sans-serif;
    font-weight: thin;
    cursor: pointer;

}
.menu:hover {
    color: #7efcb1;
}

#mytexte {
    margin-top: 5%;
    position: sticky;
    overflow: hidden;
    z-index: 997;
    width: 100%;
    height: 100%;
    color: #61ffa1
}


#mytexte p {
    margin-left: 2.4%;
    width: 55%;
    font-size: 16px;
    line-height: 1.4;
    /*color: #61ffa1;*/
    color: #000000;
    font-family: 'BBB Poppins TN', sans-serif;

}

#mytexte h2 {
    margin-left: 2.4%;
    width: 55%;
    font-size: 16px;
    /*color: #61ffa1;*/
    color: #000000;
    font-family: 'BBB Poppins TN', sans-serif;

}


footer {
    position: fixed;
    bottom: 0;
    right: 2.5%;
    text-align: right;
    margin-bottom: 1%;
}

footer ul {
    list-style-type: none;
    margin-top: 5%;

}

footer ul li {
    font-family: 'BBB Poppins TN', sans-serif;
    display: block;
    font-weight: thin;
    font-size: 16px;
    line-height: 1.4;

}

footer ul li a {
    color : #000000;
    text-decoration: none;


}

footer ul li a:hover {
    color: #61ffa1;
}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: lightgray;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    display: flex;
    justify-content: center; /* centre horizontalement */
    align-items: center;
    flex-direction: column;
    z-index: 999;
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center;
    font-family: 'BBB Poppins TN', sans-serif;
    background-color: lightgray;

}

.overlay a {
    text-decoration: none;
    font-size: 16px;
    /*color: #92579b;*/
    color: black;
    display: block;
    transition: 0.3s;
    background: none;
    line-height : 3em;
}

.overlay a:hover,
.overlay a:focus {
    color: #61ffa1;

}

.overlay .closebtn {
    Background: none;
    text-decoration: none;
    margin-right: 2.5%;
    float: right;
    font-size: 26px;
    font-family: 'BBB Poppins TN', sans-serif;
}


html {
    scroll-behavior: smooth;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;

}

/*second changement de structure à partir de cette taille d'écran*/

/* Responsive layout -chaque colonne prend 100% de l'espace disponible/destiné aux smartphones */
@media screen and (max-width: 600px) {


    .strike{
        margin-top: 4%;
        margin-left: 4%;
    }
    .menu{
        margin-top: 2%;
        margin-right: 4%;
    }

    #mytexte {
        margin-top: 12%;

    }
    #mytexte p {
        margin-top: 2%;
        width: 68%;
        font-size: 16px;
        margin-left: 5%;

    }

    footer {
        position: relative;
        margin-top: 10%;
        bottom: 0;
        right: 2.5%;
        text-align: right;
        margin-bottom: 1%;
    }

    .overlay {
        height: 100%;
        width: 0%;
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        background-color: lightgray;
        overflow-x: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        z-index: 999;
        position: relative;
        top: 15%;
        width: 100%;
        text-align: center;
        font-family: 'BBB Poppins TN', sans-serif;
        background-color: lightgray;

    }

    .overlay a {
        text-decoration: none;
        font-size: 16px;
        color: black;
        display: block;
        transition: 0.3s;
        background: none;
        line-height : 3em;
    }

    .overlay .closebtn {

        margin-right: 5%;
    }
}
