.navbar {
    background: #FFF;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar-nav li a, .navbar-nav li a.active {
    color: #6D1B89;
}
/* menu header */
.sa-header li a {
    position: relative;
    display: block;
    color: #022147;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    padding: 13px 15px;
    margin: 0 auto;
}

/* slide */
.intro_text span {
    display: inline-block;
    margin-bottom: 20px;
    white-space: nowrap;
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    color: #022147;
    letter-spacing: 1px;
    text-transform: capitalize;
    background-color: #fff;
    padding: 0px 28px;
}

.intro_text h1 {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 700;
}

.intro_text p {
    font-size: 30px;
    margin: 0 auto 40px;
    max-width: 70%;
    line-height: 26px;
}

.btn {

    font-size: 18px;
  
}

/* end */


/* endfront */



/* ----------------------------------------------------BACK------------------------------------------------------------------------------------------------- */

.champs-obligatoire{
    color:#ff0000;
}

