@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,700i");
ul li{
    list-style: none;
}
body{
    font-family: "Roboto",sans-serif;
    color: #0049b3;
}
img:focus {
    outline:none;
}
h2{
    color: #00c4b3;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    background-color: #0049b3;
    border: 1px solid transparent;
    margin:15px;
    padding: .5em;
    color: #fff;
    text-decoration: none;
}
.nav-fill .nav-item:hover{
    border: 1px solid #0049b3;
    color: #0049b3;
    background-color: #FFF;
}
.nav-fill .nav-item.active{
    color: #00c4b3;
}
h1.title{
    font-size: 30px;
    text-transform: uppercase;
    color: #00c4b3;
}
h1 sup, h1 span{
    font-weight: 200;
}
h1 sup{
    font-size: 20px;
}
.d-flex{
    display: inline-flex!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center{
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
a{
    color: #00c4b3;
}

.section{
    padding: 2em 0;
}
.section-small{
    padding: .5em 0;
}
.bg-grey{
    background-color: #EFEFEF;
}
.bg-grey-dark{
    background-color: #3C3C3C;
}
.site-logo{
    max-width: 180px;
}
.mb-0{
    margin-bottom: 0!important;
}
.ml-0{
    margin-left: 0;
}
.pl-0{
    padding-left: 0!important;
}
.slick-slide{
    height: auto;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.section-footer{
    margin-top: 4em;
}
.section-footer a:hover{
    color: #FFF;
}
.section-videos{
    margin-top: 2em;
    padding-bottom: 3em;
}
.trait{
    height: 1px;
    width: 80%;
    background-color: #00c4b3;
    margin: 2em auto;
}

.mt-1{
    margin-top: 1em;
}
.mt-2{
    margin-top: 2em;
}
.mt-3{
    margin-top: 3em;
}
.mt-4{
    margin-top: 4em;
}
.mt-5{
    margin-top: 5em;
}
@media (min-width: 992px) {
    .d-md-flex{
        display: inline-flex!important;
    }
}

video{
    width: 100%;
}
.drapeau{
    margin-bottom: 2em;
}
.section-404{
    min-height: 75vh;
    padding: 8em 0;
}