body {
    color: #000;
}

.ftco-navbar-light .navbar-brand img {
    width: 315px;
}

#section-counter {
    min-height: 95vh;
    box-shadow: 0px -13px 60px -55px #000;
}

.flex-center {
    display: flex;
    align-items: center;
}

#mot-du-comite p {
    text-align: justify;
}

#ecole .video {
    padding-left: 35px;
}

@media screen and (max-width: 750px){
    iframe {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }   
}

#ecole p,
#inscription p {
    text-align: justify;
    color: #FFF;
}

#ecole h3,
#inscription h2 {
    color: #FFF;
}

#ecole a {
    font-size: 1.15rem;
}

#ecole video {
    box-shadow: 0px 15px 25px -18px #000000;
    width: 100%;
}

p {
    margin-bottom: 0.8rem;
    line-height: 1.5rem;
    font-size: 1.05rem;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: #5b7f95;
}

#timeline img {
    width: 100%;
}

.ftco-footer {
    padding: 25px 0;
    background: #5b7f95;
}

.ftco-footer p {
    padding: 0;
    margin: 0;
}

.single-contact {
    background: #5b7f95;
    padding: 25px;
    border-left: solid 3px #fff;
    color: #fff;
}

.single-contact p {
    margin: 0;
}

.single-contact .name {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 5px;
}

#cta-subscribe {
    display: none;
}

.blue {
    color: #5e8197;
}

.bold {
    font-weight: bold;
}

#burger-btn {
    background: #5b7f95;
    top: 100px;
    padding: 6px 8px 8px 10px;
    font-size: 0.9rem;
    color: #FFF !important;
    border-radius: 2px;
    margin: 10px 0;
}

#cta-btn-mobile {
    display: block;
    color: #ffffff;
    background: #69b8bd;
    padding: 4px 15px;
    border-radius: 6px;
    font-size: 0.9rem;
    border: solid 2px #ffffff;
    margin-left: 7px;
    text-transform: uppercase;
}

#subscribe-cta {
    display: none;
}

#timeline .hori {
    display: none;
}

#timeline .vert {
    display: inherit;
}

@media (min-width: 700px) {
    #timeline .hori {
        display: inherit;
    }
    #timeline .vert {
        display: none;
    }
    #subscribe-cta {
        display: initial;
        background: #69b8bd;
        padding: 1px 15px;
        margin: .5rem 0;
        border-radius: 25px;
        border: solid 2px #98d1d5;
        color: #FFF !important;
    }
    #subscribe-cta:hover {
        background: #5b7f95;
        padding: 0px 15px;
        margin: .5rem 0;
        border-radius: 25px;
        border: solid 2px #5b7f95;
    }
    #cta-subscribe {
        display: block;
        box-shadow: none;
        background: #69b8bd !important;
        padding: 12px;
        color: white;
    }
    #ftco-navbar {
        /*top: 35px;*/
    }
    #ftco-navbar.scrolled {
        /*top: 52px;*/
    }
    #cta-btn {
        color: #ffffff;
        background: #69b8bd;
        padding: 5px 15px;
        border-radius: 25px;
        font-size: 0.95rem;
        border: solid 2px #98d1d5;
        margin-left: 7px;
    }
    #cta-btn-mobile {
        display: none;
    }
}