@charset "utf-8";

/******************************* Important CSS *******************************/
@import url('notification.css');
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://unpkg.com/balloon-css/balloon.min.css");

/********************************* Font Awesome *****************************************/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/fontawesome.min.css');

/********************************* OWL Carousel *****************************************/
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.css');

/********************************* Slick Carousel *****************************************/
@import url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css');
@import url('https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css');

/********************************* Modal Video *****************************************/
@import url('modal-video.min.css');

/********************************* Magnific Popup *****************************************/
@import url('https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css');

/********************************* Font Families *****************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manjari:wght@100;400;700&display=swap');

@font-face {
    font-family: reeyregular;
    src: url(fonts/reey/Reey-Regular.otf);
}

/*********************************************** COLOR VARIABLES ********************************************/

:root {
    --primary-color: #2e66b1;
    --second-color: #FF4157;
    /* --second-color: #14a751; */
    --white-color: #fff;
    --black-color: #000;
    --primary-font:
    "Roboto";
    --second-font: "open sans";
    --thirth-font: "poppins";
    --title-font:
    'Lexend',sans-serif;
    --smooth-font:
    "Roboto";
    }


/*********************************************** Default styles ********************************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;
    color: inherit;
    word-wrap: break-word;
}

::placeholder {
    font-weight: inherit;
    color: inherit;
}

input, select, button {
    outline: none;
    font-size: 14px;
    background: transparent;
    font-family: inherit;
}

a {
    cursor: pointer;
    transition: all 0.5s ease;
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.container {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.row-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.owl-nav.disabled {
    display: none !important;
}

body {
    position: relative;
    overflow-x: hidden;
    font-family: var(--thirth-font);
    line-height: 1.8;
    color: #6e7279;
    font-size: 16px;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
}

.wrapper-super-header.sticky {
    z-index: 10;
}

/*********************************************** Loaders ********************************************/

#loader{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

#loader2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 105;
}

#loader3{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 110;
}

/****************************************************** Messages Erreurs **************************************/

.message-erreur {
    display: none;
    position: relative;
    font-size: 12px;
    background: none;
    margin: 5px 0 0px;
    padding: 0 0 0 15px;
    text-align: left;
    color: #be1e2d;
    width: 100%;
}

.message-erreur::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #be1e2d;
}


/****************************************************************************************************************|
                                                                                        |**|
                                        title                                          |**|
                                                                                        |**|
*****************************************************************************************************************/
.title-filigrane {
    color: #808080de;
    font-size: 130px;
    font-weight: 600;
    line-height: .8;
    letter-spacing: 0px;
    position: relative;
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #a09a9a;
    opacity: 0.1;
    font-family: Poppins;
}

.section-title {
  margin-bottom: 25px;
}
.section-title h2 {
  font-weight: 500;
  font-size: 26px;
  color: var(--black-color);
}
.section-title.center {
  text-align: center;
}

.sub-title span {
    width: 31px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.title-bloc + p {
    margin-top: 10px;
}

.text-title {
    color: #383838;
     font-family: var(--primary-font); 
}

.section-title.center {
    text-align: center;
}

.ligne-titre {
    margin: 0 auto 40px;
    position: relative;
    width: 1200px;
}

.ligne-titre > * {
    width: 50%;
}

.ligne-titre .section-title {
    margin: 0;
    width: 50%;
    padding: 0 15px;
    position: unset;
}


/************************************************** BTN-STYLE ************************************* */

/*.primary-btn {
    position: relative;
    overflow: hidden;
    background: var(--primary-color);
    z-index: 1;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    width: fit-content;
    height: auto;
    color: var(--white-color);
    fill: var(--white-color);
    white-space: nowrap;
    font-weight: 500;
    padding: 13px 13px 13px 26px;
    border-radius: 50px;
    line-height: 1;
}

.primary-btn:hover {
    background: var(--second-color);
}

.primary-btn svg {
    fill: inherit;
    margin: -2px 0 0 7px;
    width: 24px;
    aspect-ratio: 1;
}

.primary-btn:hover svg {
}


span.play-text {
    display: flex;
    align-items: center;
}

.primary-btn i {
    color: var(--white-color);
    margin-left: 7px;
    transition: all 0.4s ease-in-out;
    position: inherit;
}

.primary-btn:hover svg, .primary-btn:hover i {}*/







.primary-btn {
    margin-right: 15px;
    padding: 17px 30px 17px 30px;
    display: flex;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background-color: var(--primary-color);
    color: var(--white-color);
    fill: var(--white-color);
    border: none;
    border-radius: 50px;
    box-shadow: 0 6px 27px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.primary-btn:last-child {
    margin-right: 0;
}

.primary-btn svg {
    margin: -2px 0 0 7px;
    transition: all 0.4s ease;
    width: 24px;
    aspect-ratio: 1;
    fill: inherit;
}

.primary-btn:hover {
    background-color: var(--second-color);
    color: var(--white-color);
    fill: var(--white-color);
}

.primary-btn i {
    color: inherit;
    font-size: inherit;
    margin: 0 7px;
    margin-right: 0;
    transition: all 0.4s ease-in-out;
}

span.play-text {
    display: flex;
    align-items: center;
}

.primary-btn.play-btn i {
    color: var(--primary-color);
    font-size: 24px;
}

.primary-btn.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.primary-btn:hover svg , .primary-btn:hover i {
    fill: inherit; 
    color: inherit; 
}

.primary-btn:hover svg {
    -webkit-animation: toRightFromLeft 0.3s linear forwards;
    animation: toRightFromLeft 0.4s linear forwards;
    fill: var(--white-color);
}

.primary-btn.play-btn:hover i {
/*    color: var(--white-color);*/
}


    
/**************************************** Margins & Paddings styles ***************************************/

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
     margin-bottom: 40px; 
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0;
}



.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0;
}


.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0;
}


.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0;
}

.white, .white > * {
    color: var(--white-color) !important;
}

.center, .center > * {
    text-align: center !important;
}

/**************************************** Header Mobile ***************************************/


.header-mobile {
    display: none;
}


/**************************************** Pop up Video ***************************************/

.popup-video {
    padding: 0px 0px 0px 0px;
    width: 65px;
    height: 65px;
    color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 6;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.popup-video i:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: red;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation:pulse-border 3s infinite;
    animation:pulse-border 3s infinite;
    opacity: .6;
    z-index: -1;
}

.popup-video:before,
.popup-video:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #005aa9;
    border-radius: 50%;
    animation: pulse-border 1.9s ease-in-out 0s infinite;
    z-index: -1;
}

.popup-video::before {
    opacity: .4;
    animation: none;
}

.element-shape-decor {}

.item-shape-decor {
    position: absolute;
    z-index: 1;
}

.item-shape-decor img {}

.item-shape-decor:nth-child(1) {
    bottom: 0;
    left: 0;
}

.item-shape-decor:nth-child(2) {
    top: 0;
    right: 0;
}

/****************************************************************************************************************|
                                                                                                              |**|
                                                    Animations                                                |**|
                                                                                                              |**|
*****************************************************************************************************************/

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes slide {
    from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@keyframes ripple {
    70% {
        background: rgba(255, 255, 255, 0);
        width: 120px;
        height: 120px;
    }
    100% {
        background: rgba(255, 255, 255, 0);
        width: 0px;
        height: 0px;
    }
}

@keyframes circle {
    0% {
         opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}

@keyframes rtLeftRight {
    0% {
        transform: perspective(600px) translate3d(0px, 0px, 0px) rotateY(45deg);
    }
    50% {
        transform: perspective(600px) translate3d(0px, 0px, 0px) rotateY(-45deg);
    }
    100% {
        transform: perspective(600px) translate3d(0px, 0px, 0px) rotateY(45deg);
    }
}


/********************************************************************************************************/
 
 
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}
@keyframes shapeMover {
  0%, 100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
 
/*****************************************************************************************************/

@keyframes UpDown {
  0%,100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}


@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}



@keyframes animationFramesOne {

    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-40px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(0);
    }
}
 


@keyframes alltuchtopdown {
    0% {
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        transform: rotateX(0deg) translateY(0px);
    }

}

 
/**************************************************************************************************/
 


/****************************************************************************************************************|
                                                                                                              |**|
                                                        Header                                                |**|
                                                                                                              |**|
*****************************************************************************************************************/


/* ***********************************************************************************************************
|                                                   GRSTION INFO COMPTE Utilisateur                                                           |
**************************************************************************************************************/
.infoCompteUser {position: absolute;width: 100%;padding: 20px 6px 9px;padding-bottom: 0;border-radius: 10px;background: white;box-shadow: 1px 2px 9px #b6b6b6;/* border: 1px solid #eee; */top: 131px;right: 0;z-index: 2;max-width: 400px;height: auto;overflow: auto;}

.infoCompteUser .item{border-bottom: 1px solid #eee;}

.infoCompteUser .moncompte{/* padding: 0 33px; */color: black;display: flex;flex-direction: column;align-items: center;}


span.dot {
    background: black;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 3px;
}

.charte li {
    display: flex;
    align-items: center;
}

.charte a:hover {
    background: #eee;
}

.logout-all-account a:hover {
    background: #eeeeeec7;
}

.manage-myaccount:hover {
    background: #eeeeeeb8;
}
.with-wrap-account {
    display: flex;
    width: 25%;
}

.with-wrap-account .widget-info-top-header {
    width: 100%;
}

.add-account a:hover {
    background: #eeeeeea6;
}

span.text-profil {
    color: white !important;
    font-weight: 600;
    font-size: 37px;
    text-transform: lowercase;
}

.image-profil {
    display: flex;
    justify-content: center;
    width: 90px;
    height: 90px;
    flex-wrap: wrap;
    /* position: relative; */
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin-bottom: 16px;
    align-items: center;
    z-index: 1;
    background: var(--second-color);
}

.other-account {
    display: flex;
    padding: 11px 32px 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}


.item.logout-all-account {
    padding: 16px;
    color: black;
}

.political-charte {
    color: black;
    font-size: 13px;
    font-weight: 300;
}

ul.charte {
    display: flex;
    justify-content: space-between;
    padding: 17px 20px;
}

.charte a {
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 4px 7px;
    transition: all ease 0.5s;
}

.logout-all-account a {
    border: 1px solid #dadce0;
    padding: 8px 24px;
    border-radius: 4px;
    display: inline-block;
    transition: all ease-in 0.6s;
    font-size: 16px;
}

.statut-account {
    color: black;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    position: absolute;
    right: 0;
}
.profilother-account {
    border-radius: 50%;
    display: flex;
    height: 32px;
    /* margin-bottom: 4px; */
    /* margin-top: 2px; */
    position: relative;
    /* vertical-align: top; */
    width: 32px;
    overflow: hidden;
    /* justify-content: center; */
    justify-content: center;
    align-items: center;
    background: #054a7a;
}

.profilother-account img {
    width: 100%;
    object-fit: cover;
}

.info-other-account {
    display: flex;
    width: 87%;
    flex-wrap: wrap;
    justify-content: start;
    font-size: 13px;
    /* align-items: start; */
    padding-left: 16px;
    line-height: 20px;
    flex-direction: column;
    text-align: left;
    position: relative;
}

.info-other-account .info-user {
    font-weight: 500;
    padding-right: 74px;
}

.profil-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.moncompte .info-user.center {
    /* color: #202124; */
    line-height: 30px;
}

.email-user.center {
    color: black;
}

.moncompte .email-user {
    margin-bottom: 16px;
    font-weight: 300;
    color: #5f6368;
    font-size: 16px;
}

#infoCompteUser i {
    color: black;
}

.add-account a {
    padding: 11px 32px 15px;
    display: inline-block;
    display: flex;
    transition: all ease 0.7s;
}

.add-account a i {
    margin-right: 19px;
    width: 32px;
}

.add-account a span {
    display: block;
}

.manage-myaccount {
    border: 1px solid #dadce0;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 274px;
    transition: all ease 0.5s;
    cursor: pointer;
    outline: 0;
    padding: 6px 16px;
    text-transform: capitalize;
    font-size: 16px;
}

#infoCompteUser span {
    color: black;
}


.profilother-account .text-profil {
    font-size: 17px;
    font-weight: 500;
}

.image-profil img {
    width: 100%;
}
svg.dx-icon {
    fill: white;
    width: 100%;
    height: 40px;
}
.editer-profil {
    position: absolute;
    background: white;
    width: 28px;
    color: black;
    z-index: 2;
    top: 38%;
    align-items: center;
    font-size: 13px;
    justify-content: center;
    display: flex;
    height: 28px;
    right: 30%;
    border-radius: 50%;
    box-shadow: 1px 2px 9px #c0bdbd;
}



/***************************************************Recherche*************************************************************/

/* Megamenu */

.conteneur-mega-menu {
   position: absolute;
  transition: all 0.4s ease;
  visibility: hidden;
  border-radius: 0 15px 15px 0;
  opacity: 0;
  /*! filter: alpha(opacity=0); */
  transform: translate(0,60px);
  left: 100%;
  top: 0;
  min-width: 650px;
  background: var(--white-color);
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  padding: 0 15px;
  font-size: 14px;
   margin: 0;
   border-bottom: 4px solid var(--primary-color);
}
.liste-categorie-shop .navlink > li .smenu, .liste-categorie-shop .navlink > li .conteneur-mega-menu {
  transition: all 0.3s ease;
}

.liste-category-shop ul li.has-children .conteneur-mega-menu.smenu:hover {
  transform: translate(0);
}

li h3.titre-bloc-mega-menu a {
  font-size: 16px !important;
  color: #000 !important;
  text-transform: capitalize;
  font-weight: 500;
  border-bottom: 1px solid #eee !important;
  margin-bottom: 5px !important;
  text-transform: capitalize;
  position: relative;
  line-height: 1.428571429 !important;
}
.contain-item-mega-menu li a {
  border: none !important;
  padding: 0 !important;
  color: #666 !important;
  line-height: 38px !important;
  font-weight: 400 !important;
  text-transform: capitalize;
}
.liste-categorie-shop .navlink > li a:hover {
  color: var(--second-color) !important;
}
.contain-item-mega-menu li {
  padding: 0 !important;
}

.wrap-mega-menu {
    width: 100%;
}

ul.mega-menu {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    padding-right: 25px;
    box-sizing: border-box;
    padding-top: 20px;
}

li.bloc-mega-menu {
    width: 33.33%;
    padding: 0 15px;
}

ul.mega-menu a {
    padding: 2px 0;
    position: relative;
    font-size: 13px;
    text-align: left;
    display: block;
}

h3.titre-bloc-mega-menu a {
    color: #ED0020;
    border-bottom: 1px solid #ED0020;
    margin-bottom: 15px;
    font-size: 13px;
}

ul.contain-item-mega-menu a:before {
    content: '\F105';
    font-family: FontAweSome;
    margin-right: 10px;
    color: #ED0020;
}

ul.menu a:hover {
    color: #ED0020;
    position: relative;
}

.smenu > li:last-child > a, .ssmenu > li:last-child > a {
    border: none;
}

ul.menu li:hover .conteneur-mega-menu {
    transition: all .2s ease-in-out;
    visibility: visible;
    opacity: 1;
    top: 100%;
}


.menu li {
    position: relative;
}

ul.smenu li a {
    padding: 10px 17px;
}

.contain-item-mega-menu {
    margin-bottom: 15px;
    width: max-content;
}
.menu li:hover ul.smenu {
    transition: all .2s ease-in-out;
    visibility: visible;
    opacity: 1;
    top: 50px;
}

.menu li.parent-mega-menu {
    position: unset;
}

.smenu a:before, .smenu span:before {
    content: '\F105';
    font-family: FontAweSome;
    /* margin-right: 5px; */
    color: #ED0020;
    position: absolute;
    top: 50%;
    left: 1px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 0;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    /* bottom: -5%; */
}

/* fin megamenu */




.bloc-search-bar-- {
    position:  absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    top: 0;
    width:  100%;
    background-color: rgb(245, 245, 245);
    height: 200px;
    z-index: 10010;
    margin-top: 1px;
    padding-top: 30px;
    transform: translateY(-178%);
    transition: all 0.8s;
}

.content-search-display {
    width: 900px;
    max-width: 100%;
    margin:  0 auto;
    height: auto;
    position:  relative;
    padding-right: 100px;
    box-sizing: border-box;
}

button#close {
    position: absolute !important;
    top: 0;
    right: 0;
    margin-right: 0 !important;
    padding: 0 !important;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    width: 34px;
    cursor: pointer;
}


.titre-search-bar {
    margin: 0 0 10px 0;
    font-size: 27px;
    letter-spacing: .5px;
    font-weight: 400;
    color: var(--primary-color);
    text-align: center;
}

p.description-search-bar {
    color: rgb(37, 37, 37);
    font-size: 17px;
    width: auto;
    line-height:  1.5;
    opacity: 0.8;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.bloc-search-bar--:before {
    position: absolute;
    right: 0;
    top: -15px;
    left: 55vw;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-bottom: 15px solid rgb(242, 242, 242);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid rgba(0, 0, 0, 0);
    z-index: 1500;
    display: none;
}

.bloc-search-bar--.show-search-bar--- {
    transform: translateY(0);
}

.icone-search svg, 
.icone-cle svg {
}

form#search-bar label {
    width: 70%;
}

input#mot-cle {
    width: 100%;
    height: 50px;
    border: 0px solid rgb(216, 216, 216);
    padding: 0 10px;
    font-size: 19px;
    margin-right: 0;
    background: #fff;
}


form#search-bar {
    position:  relative;
    display: flex;
    width:  100%;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    height: 80px;
    border-radius: 40px;
    padding: 0 15px 0 20px;
    position: relative;
    z-index: 2;
    align-items: center;
}

.content-button-client a:last-child .icone-cle {
    width: 123px;
}

button#search-button {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 45px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    height: 55px;
    background: var(--primary-color);
    cursor: pointer;
    display: none;
}

.element-recherche {
    position: absolute;
    top: 80%;
    width: 95%;
    padding: 18px 30px 20px;
    background: var(--white-color);
    border-bottom: 5px solid var(--second-color);
    box-shadow: 11px 10px 38px rgb(46 63 99 / 15%);
    transition: all 220ms linear 0ms;
    border-radius: 8px;
}

.resultats-recherche{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: var(--second-color);
    padding: 0 0 20px;
}

ul.liste-element-recherche {
    max-height: 250px;
    overflow-y: auto;
}

form#search-bar:hover .element-recherche {
}

li.item-element-recherche {
    padding: 2px 0;
    font-size: 14px;
    cursor: pointer;
    transition: all 220ms linear 0ms;
}

li.item-element-recherche:not(:last-child) {
    border-bottom: 1px solid #eee;
}

li.item-element-recherche:hover {
    color: var(--primary-color);
}

div#div_preloader {}

div#loadercontenteur {
    position: absolute;
    right: 1%;
}

div#loadercontenteur img {
    width: 50px;
}


/******************************************************************************************************/

.wrapper-top-header {
    /* padding: 20px 0; */
    background: white;
    position: relative;
    z-index: 2;
}

.super-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--white-color);
    /* box-shadow: 0px 2px 6px #eee; */
}

.wrapper-super-header {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.top-header {
    /* width: 1400px; */
}

.wrap-conteneur-top-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.widget-select.no-bg {
    background: transparent;
    /* padding: 0; */
    color: var(--white-color);
}
ul.widget-select.no-bg img {
    width: 17px;
    height: auto;
}
.wrap-left-top-header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 10%;
    padding: 0 10px 0 10px;
    padding-left: 0;
}

.wrap-middle-top-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 45%;
}

.wrap-right-top-header {
    display: flex;
    justify-content: space-between;
    width: 34%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 10px;
}

.logo-header {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    /* left: -15px; */
}

.logo-header img {
    width: 100%;
    height: auto;
}

.logo-header {}

.search-middle-top-header, .form-search-product {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    width: 100%;
    position: relative;
    height: 50px;
    /* border-radius: 50px; */
    background: #fff;
    overflow: hidden;
}
.label-search-product {
    height: 100%;
    color: rgba(149, 149, 149, .76);
    width: 100%;
    font-size: 13px;
    padding: 6px 22px;
    display: flex;
    align-items: center;
}
.btn-search {
    width: 60px;
    font-size: 27px;
    /* cursor: pointer; */
    background-color: var(--primary-color);
    border-radius: 0 50px 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
}
.wrapper-categorie-middle-top-header select {
    display: flex;
    flex-wrap: wrap;
    padding: 0 9px 0;
    color: #000;
    appearance: none;
    border: none;
    width: 192px;
    height: 40px;
}

label.wrapper-categorie-middle-top-header {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    position: relative;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    background-color: #f9f9f9;
}

label.wrapper-categorie-middle-top-header::before {
    content: '\f0d7';
    font-family: FontAwesome;
    color: #000;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    /* width: 40px; */
    /* text-align: center; */
}

label.search-bar-middle-top-header {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 258px);
    border: 1px solid #ddd;
}
.search-bar-middle-top-header input::placeholder {
    text-transform: capitalize;
}
.search-bar-middle-top-header input {
    width: 100%;
    height: 40px;
    padding: 0 10px 0 25px;
}

.bloc-btn-search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    top: -1px;
    position: relative;
    height: 43px;
    border-radius: 0 5px 5px 0;
    background: var(--second-color);
    color: var(--white-color);
}

.widget-info-top-header::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: var(--second-color);
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    z-index: 2;
}
ul.widget-select.no-bg:hover {
    /* background: none; */
    /* border-color: var(--white-color); */
}
.widget-info-top-header {
    display: flex;
    flex-direction: column;
    width: 25%;
    align-items: center;
    padding: 30px 0 7px 0;
    background-color: #FFF;
    position: relative;
    transition: all ease 0.4s;
    border-right: 1px solid #eee;
}

.icon-widget-info-top-header {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
}

.content-widget-info-top-header {
    font-family: "Roboto",Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.widget-info-top-header .swe-wrap-cart-content {
    position: absolute;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    width: 350px;
    transition: all ease 0.5s;
    transform: translateY(29px);
    transition: 200ms;
    z-index: 5;
    top: 58px;
    border-radius: 25px;
    right: 0;
    left: auto;
    opacity: 0;
    /* z-index: 2; */
    visibility: hidden;
    background: var(--white-color);
    top: 67px;
}

.swe-wrap-cart-top {
    padding: 0px 25px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    display: flex;
}

.swe-close {
    font-size: 12px;
    color: #fff;
}

.swe-wrap-cart-bottom {
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.count-cart {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #FFF;
    background: #FF4157;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    right: 29px;
    top: 20px;
    position: absolute;
}

.widget-info-top-header:hover {
    background: #F9F9F9;
}

.widget-info-top-header:hover::before {
    opacity: 1;
    visibility: visible;
}

.widget-info-top-header:last-child {
    border-right: none;
}

.widget-info-top-header.cart:hover .swe-wrap-cart-content {
    opacity: 1;
    visibility: visible;
}

.swe-wrap-cart-content::before {
  font-family: FontAwesome;
  content: "\f0d8";
  width: 20px;
  height: 20px;
  position: relative;
  top: -20px;
  left: 82%;
  font-size: 21px;
  font-weight: bold;
  color: var(--second-color);
  /*! opacity: 0; */
  /*! visibility: hidden; */
  z-index: 4;
}

.wrap-conteneur-bottom-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    /* z-index: 1; */
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}



.wrapper-bottom-header {
    position: relative;
    z-index: 1;
    border-top: 1px solid #eee;
    width: 100%;
    background: var(--primary-color);
    box-shadow: 0px 5px 13px #0000000f;
}

.container.bottom-header {
    /* width: 1400px; */
}

.wrap-meta-header-shop {
    display: flex;
}

.item-meta-shop {
    width: 50px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    background-color: rgba(255,255,255,.1);
    font-size: 18px;
    border-radius: 50%;
    margin-left: 20px;
    position: relative;
}

.item-meta-count {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    background-color: var(--second-color);
    border-radius: 15px;
    position: absolute;
    top: 0;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap-left-bottom-header {
    display: flex;
    flex-direction: column;
    width: 21%;
    /*! padding: 0 10px 0 10px; */
    position: relative;
    background: var(--white-color);
    /* height: 47px; */
    box-sizing: border-box;
}

.wrap-left-bottom-header:after {
    content: "";
    background: var(--white-color);
    width: 1000px;
    left: -1000px;
    position: absolute;
    top: 0;
    height: 100%;
}


.shop-by-category {
    height: 100%;
    /* line-height: 47px; */
    background-color: rgba(255,255,255,.1);
}

.label-filter-shop {
    font-size: 14px;
    color: #111;
    position: relative;
    font-weight: 400;
    padding-left: 50px;
    background: url(../../../themes/bakan/assets/img/icon-verticle.png) left 20px center no-repeat;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 100%;
}
.wrap-left-bottom-header .liste-categorie-shop {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    background-color: #fff;
    border-top: 0;
    z-index: 9;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: all ease .3s;
    top: 44px;
    width: 100%;
}

.liste-categorie-shop .navlink li {
    /*! padding: 0 20px; */
    background: none;
    border: 0;
    margin: 0 !important;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.liste-categorie-shop ul.navlink {
    flex-direction: column;
}

.liste-categorie-shop .navlink >li a {
    font-size: 14px;
    padding: 8px 20px;
    line-height: 25px;
    font-weight: 500;
    color: #555;
    border-bottom: 1px solid #eee;
    align-items: center;
}

.liste-categorie-shop .navlink >li .smenu,.liste-categorie-shop .navlink >li .ssmenu {
    left: 100%;
    top: 14px !important;
    border-radius: 0 30px 10px 0;
}

.liste-categorie-shop .navlink >li.has-children:hover > a:after {
    color: var(--second-color);
}

.liste-categorie-shop ul.smenu a:before {
    /*! width: 0; */
}

.liste-categorie-shop li.has-children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 18px;
}

.liste-categorie-shop .navlink li:hover> a {
    color: var(--second-color);
}
.wrap-left-bottom-header:hover .liste-categorie-shop {
    opacity: 1;
    visibility: visible;
}

.liste-categorie-shop .navlink > li a img {
  width: 18px;
  margin-right: 12px;
  /*! top: -4px; */
  position: relative;
}
.liste-categorie-shop .navlink > li a span {
  height: 100%;
}
.label-filter-shop::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: url(../images/icons/icon-verticle3.png) center no-repeat var(--second-color);
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 8px;
}
.label-filter-shop:hover::before {
    content: "\f00d";
    font-family: FontAwesome;
    width: 0;
    height: 0;
    top: 0;
    left: 16px;
    font-size: 18px;
}

.label-filter-shop:hover {
    background: var(--second-color);
    color: var(--white-color);
    border-right: 1px solid white;
}

.label-filter-shop i {
    margin-right: 10px;
    font-size: 16px;
}



.liste-categorie-shop {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    top: 100%;
    box-shadow: 0 18px 43px rgba(90,90,90,.14);
    transition: all 220ms linear 0ms;
    clip: rect(1px,1px,1px,1px);
    transform: translateY(30px);
    transform-origin: 0 0 0;
}

.wrap-left-bottom-header:hover .liste-categorie-shop {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    transform: translateY(0);
}

.wrap-liste-categorie-shop {
    background: var(--white-color);
    color: #111;
    border-radius: 0 0 25px 25px;
    padding: 0 0 10px;
}

.item-categorie {
    position: relative;
}



.item-categorie > a, .scategorie a {
    padding: 0 26px;
    line-height: 42px;
    border-bottom: 1px solid #f2f2f2;
    /*! font-weight: 500; */
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    color: rgba(34,34,34,.87);
}

.item-categorie > a:hover, .scategorie a:hover {
  color: var(--primary-color);
}

.item-categorie.has-children > a:after {
    content: "\f105";
    margin-left: auto;
}

.wrap-left-bottom-header:hover .shop-by-category {
    border-radius: 25px 25px 0 0;
}

.item-categorie > a span {
    margin-right: 12px;
}

.item-categorie > a span img {
    width: 18px;
}

.scategorie {
    position: absolute;
    left: 100%;
    background: #fff;
    border-radius: 0 15px 15px 0;
    padding: 10px 0 10px;
    top: 100%;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 270px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 18px 43px rgba(90,90,90,.14);
    transition: all 220ms linear 0ms;
    clip: rect(1px,1px,1px,1px);
    transform: translateY(30px);
    transform-origin: 0 0 0;
}

.item-categorie:hover .scategorie, .item-categorie:hover .maga-menu {
    top: 0;
    left: 100%;
    visibility: visible;
    opacity: 1;
    clip: inherit;
    transform: translateY(0);
}

.item-categorie:last-child > a, .scategorie > li:last-child a {
    border: none;
}

/*********************************MEGA MENU****************************/

ul.mega-menu {
    position: absolute;
    transition: all 0.4s ease;
    visibility: hidden;
    border-radius: 0 15px 15px 0;
    opacity: 0;
    /*! filter: alpha(opacity=0); */
    transform: translate(0,60px);
    left: 100%;
    top: 0;
    min-width: 650px;
    background: var(--white-color);
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    padding: 0 15px;
    font-size: 14px;
}

.item-categorie:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0px,0px);
}

li.item-scategorie {
    padding: 25px 15px 10px;
    width: 33.33%;
}

.item-scategorie > a {
    margin-bottom: 5px;
    padding: 0 0 10px;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #eee;
    position: relative;
    line-height: 1.428571429;
}
.wrap-middle-bottom-header .navlink>li>a {
    font-size: 14px;
    /* color: #222; */
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 25px;
    height: auto;
    line-height: 42px;
}

.wrap-middle-bottom-header .navlink>li>a:hover,.wrap-middle-bottom-header .navlink>li>a.active {
    color: var(--white-color);
    background: var(--second-color);
}

.wrap-middle-bottom-header {
    /* display: flex; */
    /* justify-content: flex-start; */
    /* flex-wrap: wrap; */
    width: 40%;
    /* align-items: start; */
    /* height: 100%; */
}

.right-bottom-header {
    width: auto;
    padding: 0 10px 0 10px;
    margin-left: auto;
}

.wrap-right-bottom-header {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    align-items: center;
    /* width: auto; */
    height: 100%;
    /* padding: 0 10px 0 10px; */
    /* margin-left: auto; */
}

ul.widget-select {
    margin: 0 5px;
    padding: 0 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid transparent;
    position: relative;
    /* height: 100%; */
}
.user-account {
    padding-left: 12px;
    margin-left: 15px;
    border-left: 1px solid #ffffffb0;
    color: white;
}

.wrap-user-account {
    font-size: 14px;
}

.name-user {}

.name-user i {
    margin-right: 7px;
    font-size: 12px;
}

ul.widget-select li ul {
    left: -50px;
    top: 38px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
    position: absolute;
    background: #fff;
    width: 100px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 10px;
}

a.lang_sel_sel {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.iclflag {
    margin-right: 7px;
}

ul.widget-select:hover {
    /* background: var(--white-color); */
    /* border: 1px solid var(--second-color); */
}

ul.widget-select:hover li ul {
    opacity: 1;
    visibility: visible;
}

ul.widget-select li ul li a {
    display: flex;
    align-items: center;
    color: #777;
    /* display: block; */
    height: auto;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
    text-transform: uppercase;
}

ul.widget-select li ul li.active {
    border-color: #111;
    background: #f5f5f5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}


.navlink {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* z-index: 1; */
    height: 100%;
    justify-content: flex-start;
}

.navlink > li {
    position: relative;
    /* padding: 20px 0; */
    /* z-index: 1; */
}

.navlink > li:not(:first-child) {
    /* margin-left: 30px; */
}

.navlink > li > a {
    position: relative;
    display: flex;
    transition: all .5s ease;
    color: #222933;
    /* text-transform: uppercase; */
    font-weight: 500;
    align-items: center;
    font-size: 15px;
    padding: 30px 0;
}

.navlink > li > a.active, .navlink > li > a:hover, .navlink > li:hover > a, .navlink > li.active > a {
    /*! color: var(--primary-color); */
    /* text-shadow: 0.05px 0 0 rgb(255 255 255/80%); */
}

.navlink > li > a:before {
    content: '';
    /* width: 7px; */
    /* aspect-ratio: 1; */
    /* background-color: var(--primary-color); */
    /* position: relative; */
    /* left: 0; */
    /* margin-right: 12px; */
    /* transform: rotate(45deg); */
    /* transition: background-color .3s ease,left .3s ease; */
}

.navlink > li:hover > a:before, .navlink > li.active > a:before, .navlink > li > a.active:before {
    left: -4px;
    background-color: var(--second-color);
}

.navlink > li > a:after {
    content: '';
    /* width: 0; */
    /* height: 1px; */
    /* background-color: var(--primary-color); */
    /* position: absolute; */
    /* left: 0; */
    /* transition: width .3s ease,background-color .3s ease; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.navlink > li:hover > a:after, .navlink > li.active > a:after, .navlink > li > a.active:after {
    /* width: 14px; */
    /* background-color: var(--second-color); */
}


/*GESTION DES SOUS MENUS*/

ul.smenu, ul.ssmenu {
    border-bottom: 4px solid var(--primary-color);
    position: absolute;
    background: #fff;
    padding: 22px 0;
    top: 100%;
    left: 0;
    margin-top: 30px;
    min-width: 250px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    box-shadow: 11px 10px 38px rgb(46 63 99 / 15%);
    transition: all 220ms linear 0ms;
    border-radius: 8px;
    clip: rect(1px,1px,1px,1px);
    transform-origin: 0 0 0;
    text-align: left;
}

ul.smenu li, .ssmenu li {
    padding: 0 32px;
    white-space: nowrap;
    position: relative;
}

ul.smenu a {
    line-height: normal;
    padding: 12px 0;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid rgba(90,90,90,.11);
    color: #222933;
    transition: all 220ms linear 0ms;
}

ul.navlink li:hover .smenu, ul.smenu li:hover .ssmenu {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    margin-top: 0px;
    transition: all 0.4s ease;
    transform: translate(0,0);
}

ul.smenu a:before {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(0,-50%);
    opacity: 0;
    transition: all 220ms linear 0ms;
    background-color: var(--second-color);
    bottom: -5%;
}

ul.smenu a:hover {
    padding-left: 18px;
    color: var(--second-color);
}

ul.smenu a:hover:before {
    opacity: 1;
    left: 0;
}

ul.navlink li:last-child a {
    border-bottom: none;
}

ul.ssmenu {
    top: 0;
    left: 100%;
}

ul.ssmenu li {}

ul.ssmenu a {}

.smenu li.has-children > a:after {
    content: "\f105";
    right: 0;
}

li.has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0,-50%);
}

.btn-header a {
    padding: 16px 25px;
    background-image: -webkit-linear-gradient(0deg, #17df6a 0%, var(--primary-color) 100%);
    font-family: "Poppins";
    border-radius: 5px;
    color: var(--white-color);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    fill: var(--white-color);
    text-transform: uppercase;
    transition: all 500ms ease;
}

/* *********************************************************************************************************************
                                                NEWSLETTER
************************************************************************************************************************** */

/******************************************************* Newsletter ********************************************/

.wrapper-newsletter {
    position: relative;
    margin-bottom: -97px;
    /* margin-top: -114px; */
}

.wrap-newsletter {
    background: var(--primary-color);
    padding: 38px 60px 55px;
    border-radius: 20px;
    position: relative;
    color: #fff;
    font-family: var(--title-font);
    margin-top: 28px;
}

.left-newsletter {
    width: 50%;
    font-size: 22px;
    text-transform: capitalize;
}

.left-newsletter h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.left-newsletter div {color: #FFF;font-family: "Roboto",Sans-serif;font-size: 14px;font-weight: 400;text-transform: uppercase;}

.right-newsletter {
    width: 50%;
}

.right-newsletter h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.newsletter-fields {
    max-width: 610px;
    width: 100%;
    position: relative;
}

form.form-newsletter {}

form.form-newsletter input {
    width: 100%;
    height: 54px;
    padding: 0px 20px;
    padding-right: 44px;
    border-radius: 30px;
    color: #666;
    background: #fff;
    font-size: 15px;
    font-family: var(--primary-font);
}
form.form-newsletter button:hover {
}

form.form-newsletter button {
   
    fill: var(--second-color);
    position: absolute;
    width: 25px;
    left: 91%;
    top: 28%;
}


/* ================================================================================================================== 
|                                                       FOOTER                                                       |
====================================================================================================================*/


.wrapper-footer {
    background-color: #292934;
    color: #fff;
    padding: 100px 0 45px 0;
}

.wrap-footer {
    align-items: unset;
}

.footer-widget {
    width: 20%;
    padding: 0 15px;
}


.wrap-footer-widget {
    position: relative;
}

.footer-logo {
    position: relative;
    margin-bottom: 18px;
}



.social-footer {
    justify-content: center;
    padding: 23px 20px 23px 24px;
    background-color: var(--primary-color);
    border-radius: 20px 20px 20px 20px;
    width: 28%;
}

.social-footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #616161;
    aspect-ratio: 1;
    width: 54px;
    border-radius: 50px;
    transition: all 300ms ease;
    margin-right: 10px;
    background-color: white;
}

.parent-wrap-newsletter.row-container {
  justify-content: unset;
  padding: 23px 20px 23px 20px;
  background-color: var(--primary-color);
  border-radius: 20px 20px 20px 20px;
  color: white !important;
  width: 69%;
  margin-left: 30px;
}
.left-newsletter h3 {
  font-size: 18px;
  font-weight: 500;
}
.wrapper-newsletter-social .container {
  width: 1320px;
}
.wrap-newsletter-social.row-container {
  justify-content: space-around;
}
.wrapper-newsletter-social {
  position: relative;
  margin-bottom: -48px;
  padding-top: 0;
}
.footer-widget-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.footer-widget-title h3 {
  position: relative;
}
.footer-widget-title h3::before {
  content: '';
  width: 30px;
  height: 2px;
  background-color: var(--second-color);
  position: absolute;
  left: 0;
  bottom: -20px;
}
.wrap-nav-footer li a {
  color: #AAA;
  fill: #AAA;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}
.wrap-nav-footer li a::before {
  content: '';
  height: 4px;
  width: 4px;
  background-color: var(--second-color);
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0;
  border-radius: 2px;
}
.wrap-nav-footer li a:hover::before {
  opacity: 1;
}
.wrap-nav-footer li a:hover {
  color: var(--second-color);
  padding-left: 10px;
  transition: all 220ms linear 0ms;
}

.wrapper-info-contact-footer {
  background: #3B3B4A;
  color: white;
  padding: 30px 0 30px 0;
  position: relative;
}
.item-info-contact {
  padding: 10px 15px 10px 15px;
}
.incon-info-contact {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  padding: 14px;
  display: inline-block;
  background-color: var(--primary-color);
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.incon-info-contact img {
  filter: brightness(0) invert(100%);
}

.footer-partenaires a {
  width: auto;
  height: 31px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 4px;
}
.footer-partenaires a img {
  height: 100%;
}
.footer-partenaires.row-container {
  justify-content: center;
  padding-bottom: 20px;
}
.content-copyright.row-container {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-bottom: 20px;
}
.text-info-contact span {
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(0,0,0,.3);
  color: #BBB;
  margin-bottom: 5px;
  margin-top: 9px;
}
.text-info-contact h3 {
  color: #FFF;
  font-size: 17px;
  font-weight: 700;
}
.wrap-copyright.container.row-container {
  justify-content: center;
  font-size: 13px;
  color: #bbb;
  margin: 0 0 20px;
  width: 100%;
  display: block;
}

.social-footer a:hover {
    border-color: var(--second-color);
    background-color: var(--second-color);
    color: white;
}

.footer-copyright {
    color: white;
    background-color: black;
    font-size: 14px;
    text-align: center;
    padding: 30px 0 20px;
}

.right-copyright a {
    color: var(--second-color);
}
