body {
    background-color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
}

header {
    z-index: 2;
    width: 100%;
    position: fixed;
    top: 0;
    height: 80px;
    background-color: white;
    display: flex;
    border-bottom: 1px solid #dadada;
}

.header-wrap {
    display: flex;
    padding: 0 115px;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    max-width: 1360px;
}

.logo img {
    height: 60px;
}

.logo-text {
    font-weight: 700;
    font-size: 1.9rem;
    text-decoration: none;
    color: #646464;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header-navbar {
    display: flex;
    flex: 1;
    align-items: center;
    margin-left: 60px;
    text-transform: uppercase;
    list-style: none;
    justify-content: flex-end;
    color: #0a0a0a;
}

.header-navbar li {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: center;
    margin-right: 6px;
    list-style: none;
}

.header-navbar li a {
    color: #646464;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: center;
    list-style-type: none;
    padding: 14px 20px;
    text-transform: uppercase;
}

.header-navbar li a.active {
    /*text-decoration: underline;*/
    color: #f65654;
}

.menu-contact a {
    color: white !important;
    padding: 14px 20px;
    background-color: #f65654;
    border-radius: 4px;
}



/*-------------------------------------------------------*/

.section2 {
    z-index: 1;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 80px;
}

.section2-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    flex-wrap: wrap;
    padding: 0 115px;
    margin: 0 auto;
    box-sizing: border-box;
}


/*-----------------------------------------------------------*/
.productItem {
    display: flex;
    flex-basis: 33.33%;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.productItem a:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.10);
}

.productItem a {
    background-color: #fff;
    width: 100%;
    text-align: left;
    padding-bottom: 16px;
    text-decoration: none;
    position: relative;
}

.productItem img {
    padding: 10px;
    width: 100%;
    height: auto;
    display: block;
    border-style: none;
    box-sizing: border-box;
    line-height: 1;
    border: 0;
}

.productName2 {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    padding-left: 8px;
    padding-top: 8px;
    font-weight: bold;
    padding-bottom: 4px;
    color: #2f3a4f;
    padding-right: 8px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
}

 
 



/*--------------------------------------------------------------*/

#encart1 {
    background-color: #48d26b;
}
#encart2 {
    
    background-color: #ffbd16;
}
#encart3 {
    background-color: #ffbd16;
}
#encart4 {
    background-color: #4499ec;
}

.encart-wrap {
    display: flex;
    max-width: 730px;
    justify-content: center;
    align-content: center;
    padding-top: 0;
    padding: 0 10px;
    flex-wrap: wrap;
    margin: 0 auto;
    box-sizing: border-box;
}

.encart {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
}

.encart-wrap {
     
    border-radius: 5px;
    height: 180px;
     
}

.encart h2 {
    padding-top: 30px;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #fff;
    margin-bottom: 10px;
}


.encart h3 {
    font-size: 15px;
    color: #fff;
    margin-top: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
    font-stretch: normal;
}


.encart .btn-detail {
    color: #6b6b6b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 130px;
    font-style: normal;
    font-stretch: normal;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    min-height: 35px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #fff;
    text-align: center;
    cursor: pointer;
}







/*--------------------------------------------------------------*/



.section-menu {
    z-index: 1;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 100px;
}

.section-menu-wrap {
    padding-top: 0;
    flex-wrap: wrap;
    padding: 0 115px;
    margin: 0 auto;
    max-width: 1360px;
    box-sizing: border-box;
}

.part1 {
    flex: 5;
    padding: 0;
    position: relative;
}

.part1 h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 5px !important;
    margin: 0 0 15px;
    color: #fff;
}

.part1 div:first {
    font-size: 26px;
    color: white;
    font-weight: 300;
}

.part1 div span {
    font-weight: 700;
}

.btn1 {
    margin: 0 10px 10px 0;
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    min-height: 45px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #f79631;
    border: 1px solid #f79631;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.btn2 {
    background: rgba(47, 58, 79, 0.7);
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    text-decoration: none;
    line-height: 50px;
    min-height: 45px;
    font-size: 16px;
    margin: 0 10px;
    font-weight: 600;
    border-radius: 5px;
}

.avantages {
    max-width: 700px;
    padding-top: 10px;
    margin: 0 auto;
}

.avantages h2 {
    color: #fff;
    font-size: 0.95rem;
    text-align: center;
    background-color: #f65654;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: bold;
    line-height: 1.4;
    padding: 18px 20px;
}

.avantages a {
    color: #fff;
    text-decoration: none;

}


.avantages h1 {
    color: #fff;
    border-top: 1px solid #868b96;
    font-size: 26px;
    text-align: center;
    background-color: #f79631;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 0px;
}

.avantages ul {
    background-color: #fff;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    list-style-type: none;
    box-shadow: 0px 10px 20px 0 rgba(47, 58, 79, 0.2);
}

.avantages li {
    padding: 10px 20px 10px 20px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    color: #676d7c;
}

.avantages li:last-child {
    border-bottom: none;
}

.avantages li img {
    width: 15px;
    margin-right: 15px;
    transform: rotate(90deg);
}

.avantages li span {
    color: #676d7c;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-align: start;
}

.etape {
    font-size: 1rem !important;

}


/*---------------------------------------------------*/

.chap-section {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start;
}

.chap-section a {
    padding: 8px;
}

.list-section {
    padding: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    color: #676d7c;
}


/*--------------------------------------------------------*/

@media screen and (max-width: 768px) {
    .header-wrap {
        padding: 0 20px;
    }
    .header-navbar {
        display: none;
    }
    .logo-text {
        font-size: 1.5rem;
    }
    /*----------------------------------*/
    .section-menu-wrap {
        padding: 0;
    }
    .part1 h1 {
        font-size: 20px;
    }
    .part1 div {
        font-size: 15px;
    }
    .avantages {
        max-width: 100%;
    }
}