/*--------------------------------------------------------------
# Font Family
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@800&display=swap');
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
*{margin: 0;padding: 0;scroll-behavior: smooth;box-sizing: border-box;font-family: 'Poppins', sans-serif;}
a{text-decoration: none}
li{list-style: none}
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root{
    /*        Color              */
    --main-color: #333;
    --main-red: #cc1517;
    --grey: #eee;
    --white: #ffff;
    --text-color: rgba(42,42,42,0.8);
    --linear-red: linear-gradient(to right, #CC1517, #333333);
    /*        Font Size              */
    --subtitle: 30px;
    --title: 35px;
    --text20: 20px;
    --text18: 18px;
    --text16: 16px;
    /*        Padding & Margin              */
    --padding100: 100px 0;
    --margin75: 75px 0;
}
/*--------------------------------------------------------------
# Scroll Top
--------------------------------------------------------------*/
#scroll_to_top {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    text-align: center;
    border-radius: 50%;
    z-index: 999;
}

#scroll_to_top img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
/*--------------------------------------------------------------
# Global Banner
--------------------------------------------------------------*/
.banner{
    min-height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 100px;
}
.banner::after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: var(--white);
    clip-path: polygon(100% 50%, 0% 100%, 100% 100%);
}
@media (max-width: 650px) {
    .banner::after{
        width: 0;
        height: 0;
    }
}
/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/
.section_title{
    margin: 50px 0;
    text-align: center;
}
.section_title h1{
    font-size: var(--title);
    color: var(--main-color);
    font-weight: 500;
}
.section_title h2{
    font-size: var(--subtitle);
    color: var(--main-red);
    font-weight: 800;
}
.section_title h3{
    font-size: var(--title);
    color: var(--main-color);
    font-weight: 500;
}
.section_title h1 span{
    color: var(--main-red);
}
.section_title h3 span{
    color: var(--main-red);
    font-weight: 500;
}
.section_title h4{
    font-size: var(--subtitle);
    color: var(--main-red);
    font-weight: 700;
}
.section_title .btn{
    color: var(--main-color);
    font-size: 20px;
    border: 2px solid var(--main-color);
    border-radius: 5px;
    padding: 10px 15px;
    transition: 0.5s;
    display: inline-block;
    margin-top: 30px;
}
.section_title .btn:hover{
    color: var(--white);
    background: var(--main-color);
    transform: scale(1.06);
}
.section_title p{
    font-size: 22px;
    color: rgba(42,42,42,0.6);
    margin-top: 40px;
}
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer{
    background: var(--main-color);
    min-height: 50vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 50px 100px 30px;
}
.footer .container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer .container .col50.liens{
    text-align: left;
}
.footer .container .col50.liens h3{
    margin-bottom: 50px;
}
.footer .container .col50.liens .content{
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer .container .col50.liens .content .card{
    width: 300px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    cursor: default;
    margin: 10px 0;
}
.footer .container .col50.liens .content .card:hover i{
    color: var(--main-red);
}
.footer .container .col50.liens .content .card i{
    font-size: 30px;
    color: rgba(255,255,255,0.8);
    margin-right: 15px;
    transition: 0.5s;
}
.footer .container .col50.liens .content .card p{
    color: #fff;
    font-size: 16px;
}
.footer .container .col50 .box{
    width: 800px;
    margin-top: 50px;
}
.footer .container .col50 h3{
    color: #fff;
    font-size: 25px;
    position: relative;
    padding: 10px 0;
    cursor: default;
}
.footer .container .col50 h3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    border-bottom: 2px solid var(--main-red);
    transition: all 0.4s ease;
}
.footer .container .col50 h3:hover::after{
   width: 120px;
}
.footer .container .col50 .box h5{
    color: var(--main-red);
    font-size: 20px;
    margin-bottom: 15px;
}
.footer .container .col50 .box h5 span{
    color: white;
}
.footer .container .col50 .box p{
    color: rgba(255,255,255,0.8);
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 16px;
}
.footer .container .col50 .btn{
    color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 10px 15px;
    font-weight: 300;
    transition: 0.5s;
    font-size: 15px;
    display: inline-block;
}
.footer .container .col50 .btn:hover{
    background: var(--white);
    color: var(--main-color);
    transform: scale(1.06);
    font-weight: bold;
}
.footer .textBx{
    text-align: right;
    margin-top: 80px;
}
.footer .textBx p{
    font-size: 15px;
    color: #fff;
}
.footer .textBx p.horaires, .footer .textBx p a{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footer .textBx p a:hover{
    color: var(--main-red);
}
.footer span{
    color: var(--main-red);
}
@media (max-width: 1391px) {
    .footer .container .col50 .box{
        width: 550px;
    }
    .footer{
        padding: 50px 50px 30px;
    }
}
@media (max-width: 1000px) {
    .footer .container{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .footer .container .col50 .box{
        margin-bottom: 50px;
        width: 100%;
    }
}
@media (max-width: 490px) {
    .footer{
        padding: 50px 15px 30px;
        text-align: left;
    }
    .footer .container .col50.liens .content{
        text-align: left;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .footer .container .col50.liens .content .card{
        width: auto;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        margin: 10px 0;
    }
    .footer .container .col50 h3{
        text-align: left;
    }
    .footer .textBx{
        text-align: left;
        margin-top: 80px;
    }
}
@media (max-width: 300px) {
    .footer .container .col50 .btn{
        font-size: 12px;
    }
}
/*--------------------------------------------------------------
# Global Navigation
--------------------------------------------------------------*/
.header .container {
    max-width: 100%;
    margin: 0 auto;
}
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
}
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    z-index: 5000;
    background: rgba( 255, 255, 255, 0.7 );
    box-shadow: 0 8px 32px 0 rgba( 42, 42, 42, 0.37 );
}
.header .nav-menu {
    padding: 0 15px;
}
img.nav-logo{
    width: 120px;
    height: 50px;
    object-fit: contain;
}
.header .menu > .menu-item {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.header .menu > .menu-item > a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 300;
    transition: all 0.3s ease;
}

.header .menu > .menu-item > a .plus {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left: 5px;
    pointer-events: none;
}

.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    background-color: #000000;
    height: 2px;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after {
    background-color: var(--main-red);
}

.header .menu > .menu-item > a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a {
    color: var(--main-red);
    transform: scale(1.1);
}

.header .menu > .menu-item > .sub-menu {
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (min-width: 992px) {
    .header .menu > .menu-item-has-children:hover > .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu > .menu-item-has-children:hover > a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.header .menu > .menu-item > .sub-menu > .menu-item {
    display: block;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    margin-right: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 40px;
    width: 40px;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.header .menu > .menu-item > a.contact {
    color: #ffffff;
    padding: 10px 25px;
    background: var(--main-red);
    border-radius: 5px;
}
/* responsive */
@media (max-width: 700px) {
    .header-main {
        padding: 20px 20px;
    }
}
@media (max-width: 991px) {
    .nav-logo {
        width: 100px;
    }

    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #333;
        z-index: 1000;
        padding: 15px 20px;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0;
    }

    .header .menu > .menu-item {
        display: block;
        margin: 0;
    }

    .header .menu > .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu > .menu-item > a {
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #333333;
    }

    .header .menu > .menu-item:first-child > a {
        border-top: 1px solid #333333;
    }

    .header .menu > .menu-item > a .plus:before,
    .header .menu > .menu-item > a .plus:after {
        background-color: #ffffff;
    }

    .header .menu > .menu-item-has-children.active > a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu > .menu-item > .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .header .menu > .menu-item > .sub-menu > .menu-item > a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        display: flex;
    }
}
@media (max-width: 352px) {
    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 100%;
        height: 100%;
    }
}


