: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    */

.btn-test {
    background-color: #003B49;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-radius: 50px;
    border-color: #003B49;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;

    padding: 16px 70px 16px 70px;
}

.btn-test:hover {
    background-color: transparent;
    color: #003B49;
}

#fonct_1 h1 {
    margin-bottom: 20px;
}

#fonct_1 a {
    margin-top: 60px;
}

#fonct_1 .text1 {
    text-align: center;
}


@media (min-width: 1200px) {
    #fonct_1 .text1 {
        text-align: left;
    }
}

.block1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 576px) {
    .block1 {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}


video {
    z-index: 20;
    margin-top: -670px;
    margin-left: 150px;
}

@media (min-width: 576px) {
    video {
        z-index: 0;
        margin-top: -670px;
        margin-left: 400px;
    }
}


/*    FONCT_2    */

section#fonct_2 {
    background-color: var(--jaune);
}

.bloc2 {
    padding-top: 50px;
}


.section2-image {
    height: 300px;
}

.section2-titre {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    height: 29px;
    color: #F37025;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
}

.section2-text {
    height: 58px;
    color: #003B49;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
}

#fonct_2 div.row {
    padding-bottom:150px;
}

/*    FONCT_3    */

section#fonct_3 {
    margin-bottom: 150px;
}

#fonct_3 h3 {
    margin-top: 68px;
    margin-bottom: 68px;
}

#fonct_3 div.d-flex {
    margin-bottom: 70px;
}


.section3-first {
    height: 41px;
    width: 46px;
    color: #003B49;
    font-family: Montserrat;
    font-size: 80px;
    line-height: 41px;
    padding-top: 20px;
}

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

@media (min-width: 576px) {
    .section3-titre {

        color: #003B49;
        font-family: Montserrat;
        font-size: 26px;
        font-weight: bold;
        line-height: 35px;
        padding-left: 0px;
    }

}


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

#fonct_3 .row {
    margin-bottom: 80px;
}

.btn-fonctionnalites {
    background-color: transparent;
    color: #003B49;
    border-style: solid;
    border-width: 3px;
    border-radius: 50px;
    border-color: #003B49;

    font-size: 16px;
    font-weight: 400;

    padding: 10px 50px 10px 50px;
}

.btn-fonctionnalites:hover {
    background-color: #003B49;
    color: #FFF;
}

.image_analyser {
    width: 427px;
}

/*    FONCT_4    */

section#fonct_4 {
    background-color: var(--jaune);
}

#fonct_4 div.container {
    margin-top: 30px;
}

#fonct_4 .tarifs {
    background: linear-gradient(to right, #f6eb37, #8bc53f);
    border-radius: 47px;
    height: 94px;
}

#fonct_4 h5.titre {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-top: 20px;
}

#fonct_4 h5.lettre {
    font-size: 20px;
    font-weight: 400;
    padding-top: 9px;
}

#fonct_4 h5.sub {
    font-size: 12px;
    font-weight: 700;
    padding-top: 0px;
    margin-top: 28px;
    text-transform: uppercase;
}

#fonct_4 h5.somme {
    font-size: 26px;
    font-weight: 400;
    padding-top: 4px;
}

#fonct_4 .tarifs {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    /*padding-left: 50px;*/
    /*padding-right: 50px;*/
}

#fonct_4 .row:nth-child(3) {
    margin-top: 120px;
}

#fonct_4 {
    padding-bottom: 70px;
}

/*    FONCT_4_mob    */

section#fonct_4_mob {
    background-color: var(--jaune);
}

#fonct_4_mob div.container {
    margin-top: -0px;
}

#fonct_4_mob h5.titre {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-top: 20px;
}

#fonct_4_mob h5.lettre {
    font-size: 20px;
    font-weight: 400;
    padding-top: 9px;
}

#fonct_4_mob h5.sub {
    color: rgba(0,59,73,0.5);
    font-size: 12px;
    font-weight: 700;
    padding-top: 0px;
    margin-top: -5px;
    text-transform: uppercase;
}

#fonct_4_mob h5.somme {
    font-size: 26px;
    font-weight: 400;
    padding-top: 4px;
}

#fonct_4_mob .tarifs {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
        background: linear-gradient(to right, #f6eb37, #8bc53f);

    /*padding-left: 50px;*/
    /*padding-right: 50px;*/
}

#fonct_4_mob .row:nth-child(3) {
    margin-top: 30px;
}

#fonct_4_mob {
    padding-bottom: 70px;
}

.btn-test_mob {
    background-color: #003B49;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-radius: 50px;
    border-color: #003B49;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;

    padding: 16px 32px 16px 32px;
}

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

}


/*    FOOTER    */

footer .container {
    padding-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;
}

