body{
  background-color: #fff;
}
@font-face {
    font-family: 'Oswald-Medium';
    src: url('../fonts/Oswald-Medium.otf'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
    font-family: 'Oswald-Light';
    src: url('../fonts/Oswald-Light.otf'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
/* Start Header */
.row,.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row{
    margin: 0;
}
header {
    background-color: #4D4D4D;
    width: 100%;
    height: 82px;
}
.logo-header{
    height: 54px;
}
.flex-end{
    display: flex;
    align-self: flex-end;
    justify-content: center;
}
#header-langs{
    display: flex;
    justify-content: space-between;
    width: 80px;
}
#fr-icon,#en-icon{
    cursor: pointer;
}
.lang-title{
    color: #ffffff;
    cursor: pointer;
}
/* End Header */
/*******************************************************************************/
/* Start Navbar */
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.dropdown-menu,
.dropdown-item {
    outline: none;
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link,
.dropdown-menu,
.dropdown-item{
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Oswald-Light';
}
.navbar-light .navbar-toggler{
    color: #ffffff;
}
.bg-light,.dropdown-menu {
    background-color: #c54239!important;
}
.navbar-toggler{
    background-color:#ffffff;
}
nav,.navbar-nav{
    width: 100%;
    outline: none;
}
.nav-link{
    outline: none;
}
a.nav-link{
    display: inline;
    text-align: center;
}
.nav-item-titles{
    text-align: center;
    display: inline;
    font-family: 'Oswald-Medium';
}
.dropdown-menu{
    min-width: 100%;
    width: 100%;
    border: none;
}
.dropdown-item{
    white-space: normal;
}
.dropdown-divider {
    margin: .5rem auto;
    border-top: 3px solid #d5637d;
    width: 85%;
}
.bar-before-nav-items{
    content: '';
    border-right:3px solid #d5637d
}
.dropdown-toggle::after {
    border-width: 0px;
}
/* End Navbar */
/*******************************************************************************/

/* Start Footer */
.copyrights{
    font-family: 'Oswald-Light';
    font-size: 17.3px;
    color:#ffffff;
}
.entrepriseNickName{
    color:#a8a7a8;
}
footer{
    padding: 30px 0;
    background-color: #1a171b;
}
/* End Footer */
/*******************************************************************************/

/* Start Section A */
#section_A{
    position: relative;
    height: 204px;
    margin-bottom: -1px;
}
#section_A img{
    height: 204px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}
#section_A h1{
    color: #ffffff;
    font-family: 'Oswald-Medium';
    font-size: 21px;
    text-align: center;
    position: absolute;
    bottom: 30%;
    width: 100%;
    z-index: 1;
}
/* End Section A */
/*******************************************************************************/

/* Start Section B */
#section_B{
    background-color:#ececed;
    padding: 40px 15%;
    color: #000000;
    margin-bottom: -1px;
}
#section_B ul li::before,
#section_F ul li::before  {
    content: "\2022";
    color: #c54239;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0;
}
#section_B ul,
#section_F ul {
    list-style: none;
    list-style-position: inside;
}
#section_B li{
    font-family: 'Oswald-Light';
    font-size: 20px;
}
#section_B h3{
    font-family: 'Oswald-Medium';
    font-size: 26px;
}
/* End Section B */
/*******************************************************************************/

/* Start Section C */
#section_C{
    position: relative;
    height: 225px;
}
#section_C img{
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}
#section_C h3{
    color: #c1c3c4;
    font-family: 'Oswald-Medium';
    font-size: 19.5px;
    text-align: center;
    position: absolute;
    top: 30px;
    left:33%;
    width: 33%;
    z-index: 1;

}
/* End Section C */
/*******************************************************************************/

/* Start Section C */
#section_D img{
    width: 94%;
    margin-left: 3%;
}
#section_D #source_url{
    font-size: 21px;
    display: block;
    padding-right: 53px;
    cursor: pointer;
}
#section_D #source_url a{
    text-decoration: none;
    color:#000000;
}
#source_div{
    height: 33px;
    display: flex;
    justify-content: flex-end;

}
/* End Section C */
/*******************************************************************************/

/* Start Section F */
#section_F{
    position: relative;
}
#section_F #bg-left{
    position: absolute;
    left: 0;
    top: 12%;
    height: 76%;
    z-index: 0;
    width: 257px;
    min-width: 25%;
    max-width: 25%;
}
#section_F #bg-right{
    position: absolute;
    right: 0;
    top: 12%;
    height: 76%;
    z-index: 0;
    width: 257px;
    min-width: 25%;
    max-width: 25%;

}
#section_F p,
#section_F li{
    font-size: 22.2px;
    font-family: 'Oswald-Light';
}
#section_F .bold{
    font-family: 'Oswald-Medium';
}
#paragraph{
    width: 50%;
    margin: auto;
    z-index: 10;
    padding: 5% 0;
    position: relative;
    z-index: 1;
}
/* End Section F */
/*******************************************************************************/

@media (max-width:700px){
  header{
      height: 110px;
  }
}

@media only screen and (min-width: 360px){
    #section_C {
        height: 159px;
    }
}
@media only screen and (min-width: 530px){
    #section_C {
        height: 130px;
    }
}

@media only screen and (min-width: 570px){
    #section_C {
        height: 106px;
    }
}

@media only screen and (min-width: 600px){
    /* Start Header */

    #header-langs{
        margin-top: 5px;
    }
    /* End Header */
    /*******************************************************************************/
    /* Start Navbar */
    .navbar-light .navbar-nav .nav-link,
    .dropdown-menu {
        font-size: 15px;
    }
    .nav-link,.dropdown-item{
        text-align: left;
    }
    /* End Navbar */
    /*******************************************************************************/
}
@media only screen and (min-width: 768px){
    /* Start Header */
    header{
        height: 90px;
    }
    #header-langs{
        margin-top: 3.5px;
    }
    /* End Header */
    /*******************************************************************************/

    /* Start Navbar */
    .navbar-light .navbar-nav .nav-link,
    .dropdown-menu {
        font-size: 14px;
    }
    .flex-through-width {
        flex: 0 0 100%;
    }
    .header-options li {
        flex-grow: 1;
        text-align: center;
    }
    .nav-item {
        display: inline-block;
    }
    .nav-link{
        text-align: center;
    }
    /* End Navbar */
    /*******************************************************************************/
    /* Start Section A */
    #section_A img{
        height: 429px;
    }
    #section_A{
        height: 429px;
    }
    #section_A h1{
        font-size: 37px;
        bottom: 20%;
    }
    /* End Section A */
    /*******************************************************************************/

    /* Start Section C */
    #section_C{
        height: 218px;
    }
    #section_C img{
        height: 109px;
    }
    #section_C h3{
        font-size: 26px;
        top: 80px;

    }
    /* End Section C */
    /*******************************************************************************/


}
@media only screen and (min-width: 799px){
    /* Start Navbar */
    .navbar-light .navbar-nav .nav-link,
    .dropdown-menu {
        font-size: 11px;
    }
    .nav-link,.dropdown-item{
        text-align: center;
    }
    /* End Navbar */
    /*******************************************************************************/
}
@media only screen and (min-width: 837px){
    /* Start Header */
    header{
        height: 85px;
    }
    #header-langs{
        margin-top: 0px;
    }
    /* End Header */
    /*******************************************************************************/
    /* Start Navbar */
    .navbar-light .navbar-nav .nav-link,
    .dropdown-menu {
        font-size: 12px;
    }
    /* End Navbar */
    /*******************************************************************************/

}
@media only screen and (min-width: 911px){
    .navbar-light .navbar-nav .nav-link,
    .dropdown-menu {
        font-size: 13px;
    }
}
@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

}
@media only screen and (min-width: 992px){
    /* Start Header */
    header{
        height: 85px;
    }
    /* End Header */
    /*******************************************************************************/

}
@media only screen and (min-width: 1024px){
    /* Start Navbar */
    .navbar-light .navbar-nav .nav-link,
    .dropdown-menu {
        font-size: 15.5px;
    }
    /* End Navbar */
    /*******************************************************************************/

    /* Start Section A */
    #section_A img{
        height: 562px;
    }
    #section_A{
        height: 562px;
    }
    #section_A h1{
        font-size: 37px;
        bottom: 26%;
    }
    /* End Section A */
    /*******************************************************************************/
     /* Start Section C */
    #section_C{
        height: 276px;
    }
    #section_C img{
        height: 185px;
    }
    #section_C h3{
        font-size: 26px;
        top: 63%;
    }
    /* End Section C */
    /*******************************************************************************/

}
@media only screen and (min-width: 1200px){
    /* Start Header */
    header{
        height: 82px;
    }
    /* End Header */
    /*******************************************************************************/
    /* Start Navbar */
    .navbar-light .navbar-nav .nav-link,
    .dropdown-menu {
        font-size: 17px;
    }
     /* End Navbar */
    /*******************************************************************************/

}


#section-localisation-right {
    position: absolute;
    right: 0;
    height: 81%;
    bottom: 0;
    width: 257px;
    z-index: 0;
    background-image: url(../images/backgrounds/import-motif-gris-1-a.png);
    background-repeat: no-repeat;
}
#section-localisation-left {
    position: absolute;
    left: 0;
    height: 81%;
    bottom: 0;
    width: 257px;
    z-index: 0;
    background-repeat: no-repeat;
    background-image: url('../images/backgrounds/import-motif-gris-1-b.png');
}
@media(max-width:767px){
    #paragraph{
        width: 80%
    }
}
