*, ::after, ::before {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

ul, li{
    list-style: none;
}

img {
    max-width: 100%;
}

a{
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
}

header {
    margin: 0px 15px 0px 15px;
}

.header-top-contact, .header-top, .header-bottom, .site-navigation, .footer-top, .header-reseaux{
    display:flex;
    flex-direction: row;
}

footer, .footer-top-element, .footer-top-element-list, .footer-bottom   {
    display: flex;
    flex-direction: column;
}



.header-top{ 
    padding: 10px 0;
    border-bottom: 1px solid rgb(238,238,238);
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-top-contact{
    width: 72%;
}

.header-top-contact-inner { 
    color: #182044;
    text-transform: uppercase;
    font: 700 14px Lato;
    margin: 0 15px;
}

.header-top-contact-text{
    padding-left: 10px;
}

.header-top i{
    font-size: 16px;
}

.header-bottom{
    padding: 25px 0;
    justify-content:space-between;
    align-items: center;
    width: 100%;
}

.header-bottom-navigation{ 
    width: 50%;
}

.header-reseaux i {
    padding: 9px;
    padding-left: 8px;
    font-size: 18px;    
    border-radius: 50%;
    color: #a0a2ab;
    width: 36px;
    height: 36px;
    margin: 0px 0px 0px 10px;
}

.header-reseaux i:nth-child(3), .header-reseaux i:nth-child(2){
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e9e9e9;
    border-radius: 40px 40px 40px 40px;
}

.header-reseaux{
    align-items: center;
}

.header-reseaux-text{ 
    font-family: "Lato", Sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    line-height: 16.5px;
    letter-spacing: 0px;
    color: #A0A2AB;
}

.site-navigation{
    justify-content:flex-end;
    align-items: center;
}

.site-navigation{
    font-size: 18px;
}

.site-navigation > li {
    margin-left: 30px;
    font: 300 12px 'Montserrat';
    text-transform: uppercase;
}

.site-navigation i{
    font-size:18px;
}

.site-navigation a{
    color: #1e252f; 
}
    
.header-reseaux-other-icon{ 
    color: #42474c !important;
}

.section-titles h1{
    font-family: "Vidaloka", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: non;
    text-align: center;
    margin-top: 2px;
}

.section-titles h6{
    font-family: "Montserrat", Sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.navigation-bar{
    background-color: rgba(98, 60, 60, 0);
    background-image: url("../img/images/bg-page.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    padding: 70px 0px 70px 0px;
}

.navigation-bar-inner {
    width: 78%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.current-page {
    order: -1;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.33em;
    letter-spacing: 3px;
    color: #ffffff;
}

.current-page-path  {
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none; 
    color:  #fff;   
}

footer {
    padding: 80px 0;
    background-color: #1f2027;
}

.footer-top{
    width: 78%;
    margin: auto;
    border-bottom: 1px solid #a0a2ab;
}

.footer-top-element{
    width: 25%;
}

.footer-top-element-address, .footer-top-element-contact, .footer-top-element-opened{ 
    color: #a0a2ab;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28.8px;
    margin: 0px 21px 15px 0px;
}

.footer-top-element-contact a{
    color: white;
    margin: 0;
    text-transform: lowercase;
}

.footer-top-element-opened a{
    margin: 0;
}

.footer-top-element{
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 14px;
    color: #a0a2ab;
}

.footer-top-element h6{
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 14px;
}

.footer-top-element-list{ 
    justify-content: flex-start;
    text-align: left;
    padding:0;
    margin: 0;
}

.footer-top-element-list li {
    padding-bottom: 20px;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 20px;
    text-align: left;
}

.footer-top-element-input{ 
    width: 100%;
    margin: 5px 0px 5px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: #262730;
    color: #a0a2ab;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #262730;
    padding: 13px 20px;
}

footer .news-read { 
    text-align: left !important;
    margin-top: 15px !important;
    margin-left: 5px !important;
}

.footer-bottom{
    padding: 50px 0 30px 0;
    width: 78%;
    margin: auto;
}

.footer-reseaux {
    width: max-content; 
    margin: auto; 
    color: #a0a2ab;
    font-size: 28px;
}

.footer-reseaux i  {
    margin-right: 40px;
}

.footer-resume {
    color: #a0a2ab;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: center;
    margin: 70px 0px 20px 0px;
}

.footer-copyright{
    color: #a0a2ab;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.footer-logo{
    width:auto;
    margin: auto;
    margin-top: 65px;
}

.footer-link-active {
    color: #fff;
}

.only-responsive{
    display:none;
}

.responsive-break{ 
    flex-basis: 0%;
    height: 0;
}  


@media only screen and (max-width: 1024px),
    screen and (max-device-width: 1024px){

    .only-responsive{
        display: block;
    }

    .right-menu{
        position:fixed;
        z-index: 2;
        transition: all 0.4s ease-in-out;
    }

    .right-menu-show .site-navigation-right { 
        right: 0vw;
        transition: all 0.4s ease-in-out;
    }
    
    .right-menu-show .hamburger { 
        right: 75vw;
        transition: all 0.4s ease-in-out;
    }
    
    .right-menu-btn{ 
        position: relative;
    }
    
    .site-navigation-right {
        transition: all 0.4s ease-in-out;
        background-color: #fff;
        flex-direction:column;
        position: fixed;
        right: -70vw;
        width: 70vw;
        height: 100vh;
        margin: 0;
        top: 0;
        z-index: 5;
    }

    .site-navigation-right li { 
        font-family: "Montserrat", Sans-serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.5em;
        letter-spacing: 0.1px;
    }

    .hamburger {
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        width: 35px;
        height: 35px;
        position: fixed;
        padding: 0;
        border-width: 0;
        z-index: 3;
        top: 10px;
        right: 20px;
        color: #ffffff;
        background-color: #182044;
        border-radius: 4px;
    }

    .header-top{
        padding: 15px 0;
    }

    .header-top-contact{ 
        width: 57%;
        flex-wrap: wrap;
    }

    .header-top-contact-inner{ 
        margin: 10px 15px 0px 0px;
    }

    .header-reseaux {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        z-index: 8;
    }

    .header-reseaux i {
        background-color: white;
    }

    .header-bottom-navigation{
        justify-content: space-between;
    }

    .header-responsive-cart { 
        margin-left: auto;
        margin-right: 2px;
        width:max-content;
        font-size: 20px;
    }

    .responsive-break{ 
        flex-basis: 100%;
        height: 0;
    }  

    .not-responsive{
        display: none !important;
    }

    .navigation-bar-inner{ 
        flex-direction: column;
        align-items: center;
    }

    .current-page{
        margin-bottom: 10px;
    }
    footer {
        padding: 40px 20px 40px 20px;
    }

    .footer-top{
        width: 100%;
        flex-wrap: wrap;
    }
    
    .footer-top-element{
        width: 50%;
    }

    .footer-bottom{
        width: 100%;
    }
        
}

@media only screen 
    and (max-device-width: 768px), 
    only screen and (max-device-width: 768px), 
    only screen and (max-width: 768px){

        .header-reseaux i {
            margin: 0px 0px 10px 10px;
        }

        .header-top-contact, .header-top, .first{ 
            flex-direction: column;
            align-items: center;
        }

        .header-top-contact{
            width: max-content;
        }

        .header-top{
            padding: 10px 0;
        }

        .header-reseaux{
            justify-content: center;
            margin-top:30px;
        }

        .footer-top-element{
            width: 100%;
        }
            

        footer .news-read{ 
            margin-bottom: 15px;
        }
    }