body{
    margin: 0;
    font-family: Lato,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
}
h1, h3, h4{
    font-family: Oswald, sans-serif;
    color: #0087b2;
    text-transform: uppercase;
}
h2{
    font-family: "Patrick Hand", sans-serif;
    color: #0aaddc;
}

h3{
   font-size: 2rem;
}

a{
    color: #0aaddc;
}

.img-fluid{
    width: 100%;
}

.font-size-0{
    font-size: .75rem;
}


.nav-mobile a, .nav-top a {
    font-family: Oswald,sans-serif;;
    color: #0087b2;
    margin-left: 2rem;
}
.nav-top a.active, .nav-top a:hover{
    color: #026382
}


.header-banner{
    background: url("../img/header-bg.png") no-repeat center;
    background-size: cover;
    position: relative;
    z-index:-2;

}
.header-banner::after{
    content:"";
    position: absolute;
    background: url("../img/separation-blanche.png");
    width: 100%;
    height: 220px;
    bottom: -120px;
    z-index: -1;

}
.bg-white-transparent{
    background-color: rgba(255,255,255,0.6);
}
.main-title{
    font-size: 7rem;
}
.text-align-right{
    text-align: right;
}
@media (max-width: 768px){
    .header-banner::after{
        bottom: -160px;

    }
    .text-align-right{
        text-align: center;
    }
}

.bg-light-blue{
background-color: #def3ff;
}

.btn{
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    padding: 0.1em 2em;
}
.main-btn{
    background-color: #026382;
    border-color: #026382;
    font-size: 1.4rem;
}
.main-btn:hover{
    background-color: #0087b2;
    border-color: #0087b2;
}
.secondary-btn{
    background-color: #026382;
    border-color: #026382;
    font-size: 1rem;
}
.secondary-btn:hover{
    background-color: #0087b2;
    border-color: #0087b2;
    color: white;
}





.background-blue{
    background: #0aaddc;
    position: relative;
}
.background-blue::before{
    content:"";
    position: absolute;
    background: url("../img/separation-bleue.png");
    width: 100%;
    height: 220px;
    top: -80px;
    z-index: -1;

}
.background-dark-blue{
    background: #0087b2;
    position: relative;
}
.background-dark-blue::before{
    content:"";
    position: absolute;
    background: url("../img/separation-bleue-foncee.png");
    width: 100%;
    height: 220px;
    top: -80px;
    z-index: 0;

}
.background-dark-blue img {
    position: relative;
    z-index: 4;
}


footer {
    background: #046281;
    color: white;
    font-family: Oswald, sans-serif;
}

