
:root {
    --cyan: #003B49;
    --jaune: #F3F2EA;
}

.container {
    max-width: 1200px;
}

h1 {
    color: #003B49;
    font-family: Montserrat;
    font-size: 58px;
    font-weight: 300;
    line-height: 68px;
}

@media (min-width: 1200px) {
    h1 {
        color: #003B49;
        font-family: Montserrat;
        font-size: 64px;
        font-weight: 300;
        line-height: 68px;
    }
}


h2 {
    color: #003B49;
    font-family: Montserrat;
    font-size: 24px;
    line-height: 29px;
}

h3 {
    color: #003B49;
    font-family: Montserrat;
    font-size: 33px;
    line-height: 41px;
}

h4 {
    color: #003B49;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;

}



h6 {
    color: #003B49;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 29px;
    margin-top: 30px;

}

/*    VAGUE    */

.vague {
    /* The image used */
    background-image: url('../assets/Moodulate_Vague.svg');

    /* Full height */
    height: 150px;

    /* Center and scale the image nicely */
    /*background-position: center;*/
    background-repeat: repeat-x;
    /*background-size: cover;*/
    margin-top: -20px;

    @media (min-width: 1200px) {
    .vague {
        margin-top: -70px;
    }
}


}



/*   BARRE DE NAVIGATION   */

section#menu {
    background-color: var(--cyan);
}

.navbar {
    background-color: var(--cyan);
    height: 60px;
}

.navbar a {
    color: white;
}

li.active a{
    color: #F37025;
}

.btn-outline-success {
    background-color: transparent;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-radius: 50px;
    border-color: white;
    padding: 3px 45px 4px 45px;
    margin-top: 4px;

}

.btn-outline-success:hover {
    background-color: grey;
    border-color: white;

}

.navbar-brand {
    margin-top: -6px;
}


.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}

section#menu ul {
    background-color: var(--cyan);

}

.navbar {
    z-index: 9999;
}

section#menu li a {
    padding-left: 50px;
}

.hidden_burger_menu {
    display: none;
}


@media (min-width: 1200px) {
    section#menu li a {
        padding-left: 10px;
    }

    .hidden_burger_menu {
        display: inline;
    }


}




/*    FONCT_1    */

#fonct_1 {

    margin: 180px 0px;

}


/*    FONCT_2    */


#fonct_2 {

    background-color: var(--jaune);
    padding: 131px 0;

}


.titre {
    width: 360px;
    color: #003B49;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
}

.titre_long {
    width: 660px;
    color: #003B49;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
}

.textes {
    color: #003B49;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 29px;
    margin-top: 30px;
}

.row {
    margin-bottom: 50px;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

#fonct_2 img {
    margin-top: 30px;
}



@media (min-width: 1200px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .row {
        margin-bottom: 143px;
    }

    #fonct_2 img {
        margin-top: 0px;
    }

}












/*    FOOTER    */

footer .row {
    margin-bottom: 0px;
}

footer .container {
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.social {
    padding-top: 25px;
    padding-right: 15px;
}

footer .flex-item {
    margin-right: 30px;
    padding-top: 25px;
}

.footer-link {
    color: #003B49;
    margin: 0px;
    padding: 2px 0px;
    font-size: 14px;

}

.footer-link:hover{
    color: #F37025;
}

footer a,
footer a:hover {
    text-decoration: none;
}

footer i {
    color: #003B49;
}

footer .fab {
    padding: 0 6px;
}

