.section-notre-histoire {
    width: 80%;
    margin-top: 50px;
}

.section-notre-histoire h3 {
    padding-top: 30px;
    color: #54606c;
}

.section{
    animation: fadeHistoire 2s ease-in-out;
    animation-fill-mode: forwards;
}

nomcouleur {
    color: #01a1df !important;
}

.logo-notre-histoire {
    width: 400px;
}

.img-fondateurs {
    width: 500px;
}

.img-regis,
.img-julien {
    border-radius: 50%;
    width: 300px;
}

@keyframes fadeHistoire{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.div-flex-section0 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-flex-section1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-image-histoire {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-texte-description-histoire {
    width: 100%;
    padding: 0px 100px 0px 100px;
}

.div-texte-description-histoire p {
    color: white;
    text-align: justify;
    font-size: 16px;
    text-shadow: #000 1px 0 10px;
}

.div-texte-description-date {
    width: 100%;
    padding: 0px 100px 0px 100px;
}

.div-texte-description-date p {
    color: white;
    text-align: justify;
    font-size: 18px;
    text-shadow: #000 1px 0 10px;
}

#fp-nav ul li a span {
    background: #fff;
}

.h3-nom {
    color: white;
    font-size: 60px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 0 10px;
}

.h3-date {
    color: white;
    font-size: 150px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: #000 1px 0 10px;
}

#section0 {
    background-image: url(/assets/img/notre_histoire/regis.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section1 {
    background-image: url(/assets/img/notre_histoire/julien.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section2 {
    background-image: url(/assets/img/notre_histoire/2014.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section3 {
    background-image: url(/assets/img/notre_histoire/2015.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section4 {
    background-image: url(/assets/img/notre_histoire/2016.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section5 {
    background-image: url(/assets/img/notre_histoire/2017.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section6 {
    background-image: url(/assets/img/notre_histoire/2018.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section7 {
    background-image: url(/assets/img/notre_histoire/2019.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section8 {
    background-image: url(/assets/img/notre_histoire/2020.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section9 {
    background-image: url(/assets/img/notre_histoire/2021.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section10 {
    background-image: url(/assets/img/notre_histoire/2022.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#section11 {
    background-image: url(/assets/img/notre_histoire/2023.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#section12 {
    background-image: url(/assets/img/notre_histoire/2024.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1550px) {
    .div-texte-description-histoire {
        width: 100%;
        padding: 0px 50px 0px 100px;
    }

    .div-texte-description-histoire p {
        font-size: 16px;
    }
    
    .div-texte-description-date p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .section-notre-histoire {
        width: 80%;
        margin-top: 50px;
    }

    .section-notre-histoire h3 {
        padding-top: 30px;
        color: #54606c;
        font-size: 20px;
    }

    .div-texte-description-histoire {
        width: 100%;
        padding: 0px 50px 0px 100px;
    }

    .div-texte-description-histoire h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .div-flex-section0 {
        flex-direction: column-reverse;
    }

    .div-flex-section1 {
        flex-direction: column;
    }
    
    .div-image-histoire{
        padding-bottom: 20px;
    }
    
    .h3-date {
        font-size: 80px !important;
    }

    .img-regis,
    .img-julien {
        border-radius: 50%;
        width: 250px;
    }

    .section-notre-histoire {
        width: 80%;
        margin-top: 50px;
    }

    .div-texte-description-histoire {
        width: 100%;
        padding: 0px 100px 0px 100px;
    }

    .div-texte-description-histoire h3 {
        color: white;
        text-align: center;
        font-size: 40px !important;
        text-shadow: #000 1px 0 10px;
    }
    
    .div-texte-description-histoire p {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 991px) {
    .div-texte-description-histoire{
        padding: 0px 20px 0px 20px !important;
    }
    
    #fp-nav{
        top: 150px !important;
    }
    
    .h3-nom{
        font-size: 25px !important;
    }
}

@media screen and (max-width: 800px) {
    .img-regis,
    .img-julien {
        border-radius: 50%;
        width: 200px;
    }
    
    .div-texte-description-histoire h3 {
        font-size: 25px !important;
    }
    
    .div-texte-description-histoire p {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 700px) {
    .img-regis,
    .img-julien {
        border-radius: 50%;
        width: 130px;
    }
    
    .div-texte-description-date{
        padding: 0px 20px 0px 20px !important;
    }
    
    .h3-date{
        text-align: center;
    }
}
