html{
    font-size: 16px;
}
body{
    overflow-x: hidden!important;
    color:#384A56;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 1rem;
    line-height: 1.7rem;
}
.main{
    position: relative;
    padding: 60px 0;
}
.header {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 10px 0;
}
.coordonne{
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 15px 0;
    text-align: center;
}
.header-menu{
    background-color: #263479;
    padding: 5px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.navbar {
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px;
}
.navbar-btn {
    background: #273478;
    color: #fff;
    border: 1px solid #222;
    font-size: 2rem;
    padding: 5px 10px;
}
.navbar-inner {
    background: #273478;
    opacity: 0;
    position: absolute;
    right: 0;
    margin-right: 20px;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    text-align: center;
}
.navbar-inner.in {
    opacity: 100;
    visibility: visible;
}
.nav {
    margin-top: 0;
}
.list-menu{
    max-width: 1650px;
    margin: 0 auto;
    display: none;
}
.header-menu .menu-item{
    display:block;
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s;
    padding: 20px ;
    min-width: 200px;
}
.header-menu .menu-item:hover{
    color: #e5211c;
}
.big__text--red{
    color: #db4336;
    font-size: 2.5rem;
    margin-bottom: 60px;
    text-transform:uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    line-height: 3rem;

}
.footer{
    background-color: #e5211c;
    padding: 30px 0;
    color: #000;
    text-transform: uppercase;
    font-size: 0.75rem;
    text-align: center;
}
.footer-menu .footer-menu-item a, .footer a{
    color: black;
    text-decoration: none;
    transition: all .3s;
}
.footer-menu .footer-menu-item a:hover, .footer a:hover{
    color: #ffffff;
}
@media (min-width: 767.98px)  {
    .header-menu{
        padding: 10px;
    }
    .list-menu{
        display: inline;
    }
    .list-menu .list-inline-item{
        width: 20%;
    }
    .coordonne{
        text-align: right;
    }
    .logo_footer{
        max-width: 100%;
    }
    .logo-brand {
        max-width: 100%;
    }
    .footer{
        text-align: left;
    }
    .header-menu .menu-item{
        padding: 0;
    }
    .header-menu .menu-item{
        padding: 0 30px ;
    }

}
@media (min-width: 992px)  {

    .logo_footer{
        max-width: 429px;
    }
    .logo-brand {
        max-width: 665px;
    }
    .header-menu .menu-item{
        padding: 0 30px;
    }

}