
@charset "utf-8";

/******************************* Important CSS *******************************/

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

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

/********************************* OWL Carousel *****************************************/
@import url('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');
@import url('slick.css');

/********************************* Modal Video *****************************************/
@import url('modal-video.min.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=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=Kumbh+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Dancing+Script:wght@400;600;700&family=Whisper&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: reeyregular;
    src: url(fonts/reey/Reey-Regular.otf);
}


/********************************* Lightbix connexion *****************************************/
@import url('modal-video.min.css');




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

*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;
    color: inherit;
    word-wrap: break-word;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}




:root {
    --primary-color: #CD0101;
    --second-color: #057838;
    --white-color: #fff;
    --black-color: #000;
    --title-font: "Roboto";
    --primary-font:
    'Catamaran', sans-serif;
    --second-font:
    'Unbounded', sans-serif;
    --thirth-font:
    'Montserrat', sans-serif;
    --smooth-font:
    "Popins" sans-serif;
   
    --third-color: #000180;
}



::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%;
}

.container {
    width: 1200px;
    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(--primary-font);
    line-height: 1.5;
    color: #646464;
    position: relative;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
}

.wrapper-bottom-header.sticky {
    z-index: 10;
    padding: 5px 0;
    box-shadow: 0 15px 18px rgb(2 21 78 / 10%);
}


/* ***********************************************************************************************************
|                                                   GRSTION INFO COMPTE Utilisateur                                                           |
**************************************************************************************************************/
.infoCompteUser {position: absolute;width: 375px;padding: 20px 6px 9px;padding-bottom: 0;border-radius: 10px;background: white;box-shadow: 1px 2px 9px #b6b6b6;/* border: 1px solid #eee; */top: 60px;right: -300%;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;
}

.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: #c6942a;
}

.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: 254px;
    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*************************************************************/



.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;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.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 {
}

input#mot-cle {
    width: 60%;
    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;
    /* right:  0; */
    /* top: 0; */
    /* bottom:  0; */
    /* font-size: 100%; */
    /* border:  none; */
    /* border-left: 1px solid #d8d8d8; */
    /* padding: 12px 19px; */
    /* height:  50px; */
    /* background: #034c76; */
    /* border:  none; */
    /* color: #fff; */
    /* font-family: "Rubik", sans-serif; */
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    /* background: #044b7a; */
    padding: 0 45px;
    /* height: 70px; */
    /* line-height: 70px; */
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    height: 55px;
    background: #c3942e;
    cursor: pointer;
}



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

/*********************************************** 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;
}

/* ====================================================== Titre General =========================================== */

/* ====================================================== Titre General =========================================== */


.section-title {
    position: relative;
    margin-bottom: 40px;
    font-family: var(--thirth-font);
}

.title-filigrane {
    top: 20%;
    left: 0;
    font-size: 170px;
    font-weight: 700;
    color: #fbfbfb;
    position: absolute;
    line-height: .8;
    transform: translate(0 , -50%);
}

.center .title-filigrane {
    left: 50%;
    transform: translate(-50%, -50%);
}
span.title-separator {
    background-color: #df0e0e;
    display: block;
    height: 2px;
    position: relative;
    width: 50px;
    border-radius: 0 15px 0 15px;
}
.center .title-wrap {
    justify-content: center;
    align-items: center;
}
.title-wrap {
    display: flex;
    align-items: start;
    justify-content: start;
    /* text-align: center; */
    flex-direction: column;
    margin-bottom: 15px;
}

span.title-separator::before,span.title-separator::after {
    content: "";
    position: absolute;
    left: 54px;
    width: 14px;
    height: 2px;
    background: #000;
    display: block;
}

span.title-separator::after {
    right: auto;
    left: 71px;
    width: 7px;
    background-color: #0c1831;
}
.title-bloc {
    position: relative;
    font-size: 35px;
    line-height: 31px;
    font-weight: 700;
    color: #251444;
    font-family: 'Catamaran';
}


.mb-20{
    margin-bottom:20px;
}
.sub-title {
    margin: 0;
    margin-bottom: 0px;
    color: #E12238;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 14px;
    width: fit-content;
}
.section-title .title-bloc span {
    /* color: var(--primary-color); */
}
.center .sub-title {
    /* margin: 0 auto 6px; */
    /* padding: 0 44px; */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 12%;
}

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

.text-title {
    color: #383838;
     font-family: var(--primary-font); 
}
.subtitle_divider::before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 0;
    bottom: -14px;
    border-top-style: solid;
    border-top-width: 1px;
    left: 0;
    right: auto;
}

.subtitle_divider::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 0;
    bottom: -14px;
    border-top-style: solid;
    border-top-width: 1px;
    left: auto;
    right: 0;
}
.subtitle_divider{
    /* position:relative; */
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subtitle_divider_icon {
    display: block;
    width: 43px;
    height: 7px;
    margin: -3px auto -4px;
    position: absolute;
    top: 27px;
}

.subtitle_divider_icon::before {
    content: "\f005";
    font-family: 'FontAwesome';
    font-size: 6px;
    color: var(--primary-color);
    position: absolute;
    left: 3px;
    right: auto;
    top: 1px;
}

.subtitle_divider_icon::after {
    content: "\f005";
    font-family: 'FontAwesome';
    font-size: 6px;
    color: var(--primary-color);
    position: absolute;
    left: auto;
    right: 3px;
    top: 1px;
}

.subtitle_divider_icon_large::before {
    content: "\f005";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: var(--primary-color);
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: -2px;
}
.section-title.center {
    text-align: center;
    margin-top: 0;
}

.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(--second-color);
    z-index: 1;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    width: fit-content;
    font-family: 'BARLOW';
    height: auto;
    color: var(--white-color);
    white-space: nowrap;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 10px;
    text-transform: uppercase;
}
.primary-btn i {
    font-size: 16px;
    margin-left: 8px;
    transform: scale(-1,1);
}


.primary-btn::before {
  position: absolute;
  box-sizing: border-box;
  content: "";
  left: inherit;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  border-radius: 10px;
  background-color: var(--primary-color);
  -webkit-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.primary-btn:hover::before {
    width: 100%;
  right: inherit;
  left: 0;
}

.primary-btn svg {
    fill: var(--white-color);
    margin-left: 6px;
    width: 24px;
    height: auto;
    aspect-ratio: 1;
    transform: translateY(-3px);
}

.primary-btn:hover svg {
}

    
/**************************************** 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 .sub-title::before {
    left: auto;
    left: -44px;
    background: url(../images/shape/shape-titre-left.svg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    content: '';
    position: absolute;
    display: block;
    width: 28.922px;
    height: 88.824px;
    top: 50%;
    margin: -34px 0 0;
    opacity: 0;
}
.center .sub-title::after {
    left: auto;
    right: -44px;
    background: url(../images/shape/shape-titre-right.svg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    content: '';
    position: absolute;
    display: block;
    width: 28.922px;
    height: 88.824px;
    top: 50%;
    margin: -34px 0 0;
    opacity: 0;
}

span.sub-title {}
.center, .center > * {
    text-align: center !important;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

/**************************************** 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;
}

/****************************************************************************************************************|
                                                                                                              |**|
                                                    Animations                                                |**|
                                                                                                              |**|
*****************************************************************************************************************/
@keyframes bg-zoom-anim {
	0% { background-size: 100% auto; }
	100% { background-size: 130% auto; }
}
@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}


@keyframes shake {
0% {    transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
50% {
        transform: translateX(30px);
        transform: translateX(30px);
        opacity: 1;
    }
100% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

}


@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;
    }
}

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

@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 ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);  
    }
    100% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
    }
}

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

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


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




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


.left-header {
 width: 14%;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 0 18px;
 padding-right: 0;
 /* background: white; */
}
.center-header {width: 60%;padding: 0 20px;display: flex;align-items: center;justify-content: center;}
.container.header {
    width: 1400px;
}

.wrapper-header {
    position: fixed;
    /* background: #ffffff; */
    padding-top: 0px;
    z-index: 3;
    left: 50%;
    /* right: 0; */
    /* top: 10px; */
    transform: translateX(-50%);
    font-family: var(--second-font);
}
.top-super-header {
    width: 93%;
    flex: 0 0 auto;
    background: var(--primary-color);
    padding: 11px 35px;
    border-radius: 0 0 15px 15px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    align-items: center;
}

.center-top-header {
    width: 100%;
}

.wrap-left-header {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
}

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

a.logo-header {
    display: flex;
    align-items: start;
    justify-content: start;
    width: 170px;
    height: auto;
}
ul.header-contact-info {
    display: flex;
    align-items: center;
}

ul.header-contact-info li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
    /* margin: 3px 20px 3px 0; */
    position: relative;
    font-family: 'Catamaran';
}

ul.header-contact-info li i {
    font-size: 14px;
    line-height: 0;
    color: #ffffff;
    margin-right: 10px;
}
.left-top-super-header {
    width: 70%;
    padding: 0 25px 0 0px;
    display: flex;
    align-items: center;
    color: white;
}

.left-top-super-header p {
    margin-right: 35px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.left-top-super-header .tx-icon {
    color: var(--primary-color);
    background: white;
    border-radius: 50%;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    margin-right: 15px;
}

.right-top-super-header {
    width: 29.6667%;
    font-family: 'Catamaran';
}
.right-top-super-header ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

li.header-user-info {
    position: relative;
    margin: 3px 20px 3px 0;
    padding-right: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: white;
}
.social-header a:hover {
    background: white;
    color: #df0e0e;
}

li.header-user-info:hover >i {
    background: white;
    color: #df0e0e;
}
li.header-user-info >i {
    font-size: 14px;
    margin-right: 10px;
    background: #0000001c;
    border-radius: 50px;
    width: 30px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease .35s;
}

li.header-user-info::after {
    content: "";
    position: absolute;
    right: -.5px;
    top: 50%;
    width: 1px;
    height: 15px;
    background: #e1e6ee;
    transform: translateY(-50%);
}
.social-header {
    justify-content: end;
    font-size: 14px;
    color: white;
}

.social-header a {
    margin-right: 15px;
    font-size: 14px;
    border-radius: 50px;
    width: 30px;
    aspect-ratio: 1;
    display: flex;
    transition: all ease .35s;
    justify-content: center;
    align-items: center;
    background: #0000001c;
}

.social-header a:last-child {
    margin-right: 0;
}
.wrap-contener-header {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tx-lines {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
    gap: 1px;
    align-items: center;
}

span.tx-line {
    background: #ffffff;
    height: 1px;
    width: 100%;
}

span.tx-line.tx-line__1 {
    width: calc(100% - 200px);
}

span.tx-line.tx-line__2 {
    width: calc(100% - 250px);
}

span.tx-line.tx-line__3 {
    width: calc(100% - 100px);
}

.header-action .action-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: black;
    position: relative;
}

a.btn-header-user span {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 16px;
    min-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f1b1af;
    color: #1a1a1a;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 500;
    line-height: 100%;
}

.info-top-header {
    display: flex;
}

.info-top {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 11px;
    /* padding: 0px; */
    font-weight: 500;
}

.icon-info-top {
    width: 20px;
    height: 20px;
    padding: 0px;
    position: relative;
    margin-right: 7px;
}

.meta-info-top {
    padding: 0px;
    font-weight: 500;
}

form.choix-lang-top-header select {
    font-size: 11px;
    padding: 0px;
    font-weight: 500;
    border: navajowhite;
}

.navbar-header-bottom > .navlink > li > a.active::before, .navbar-header-bottom > .navlink > li > a:hover::before {
    position: absolute;
    left: 0;
    content: "";
    /* height: 10px; */
    width: 100%;
    background: var(--primary-color);
    /* border-radius: 50%; */
    bottom: 0px;
    height: 2px;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.social-header a i {
}

.wrapper-super-header {
    position: relative;
    width: 100%;
}

.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;
}

.right-header {
    width: 26%;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
    position: relative;
    font-family: 'Catamaran';
}

.wrap-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 0px 30px;
    background: #ffffff;
    padding-top: 15px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -16px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
    border: 2px solid #d00202;
}

.right-header .header-action {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.right-header .header-action ul {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    /* background-color: #FFFFFF; */
    /* right: -10px; */
    /* left: -10px; */
}

li.header-shop-cart button {
    display: block;
    font-size: 17px;
    line-height: 1;
    border: none;
    background: none;
    /* padding: 0 10px 0 0; */
    background: var(--primary-color);
    border-radius: 50%;
    width: 45px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
li.item-lang:hover {
    color: var(--second-color);
}
.bloc-change-color:hover .other-list-lang{
	opacity:1;
	visibility:visible;
}
.bloc-change-color .other-list-lang {
    position: absolute;
    flex-direction: column;
    background-color: #FFFFFF;
    right: -10px;
    /* left: -10px; */
    box-shadow: 1px 1px 8px #00000012;
    transition: all ease .35s;
    visibility: hidden;
    opacity: 0;
}

li.item-lang {
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px !important;
    border-bottom: 1px solid #eee;
}

a.bloc-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px 0; */
    font-size: 14px;
    font-weight: 600;
}

a.bloc-lang img {
    margin: 0 0 0 10px;
    width: 14px;
    height: 14px;
}

.item-lang::before {
    display: none;
}
li.header-shop-cart button span {
    position: absolute;
    right: 7px;
    top: 5px;
    /* width: 16px; */
    /* height: 16px; */
    text-align: center;
    /* border-radius: 50%; */
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    /* color: #df0e0e; */
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

li.header-shop-cart::before {
    content: "";
    position: absolute;
    left: 82px !important;
    top: 50%;
    transform: translateY(-50%);
    height: 22px !important;
    width: 1px;
    background: #e1e6ee;
}

.right-header .header-action ul li {
    position: relative;
    padding-left: 25px;
    /* margin-left: 20px; */
}
li.bloc-change-color {
    padding: 5px 13px !important;
    margin-left: 25px;
    border-radius: 5px;
    background: #cd01010a;
}
li.header-phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.header-phone .icon {
    font-size: 35px;
    color: #df0e0e;
    padding-right: 13px;
}

li.header-phone .icon i {
}

li.header-phone .content span {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 2px;
}

li.header-phone .content h5.number {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 600;
    color: #df0e0e;
}

.right-header .header-action ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: -.5px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
    background: #e1e6ee;
}

.right-header .header-action ul li:first-child {
    /* padding-left: 0; */
    /* margin-left: 0; */
}

li.header-phone {}

.right-header .header-action ul li.header-phone {
    margin-left: 0px;
    padding-left: 24px;
}

.right-header .header-action ul li.header-phone::before {
    display: none;
}
a.btn.transparent-btn:hover {
    background: transparent;
}

a.btn.transparent-btn {
    color: #ffffff;
    padding: 10px 20px;
    border: 2px solid var(--second-color);
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    background-color: var(--second-color);
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    transition: all ease .3s;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 10%);
}

a.btn.transparent-btn::before {
    content: "";
    position: absolute;
    transition-duration: .8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: transparent;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
}

a.btn.transparent-btn:hover::before {
    top: -40%;
    background: var(--primary-color);
}

a.btn.transparent-btn:hover {
    color: white;
    border-color: var(--primary-color);
    background: var(--primary-color);
}
a.btn.transparent-btn i {
    transform: scale(-1,1);
    margin-left: 5px;
}
.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 {
}

input#mot-cle {
    width: 60%;
    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(--third-color);
    cursor: pointer;
}




.navbar-header-bottom > .navlink {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: end;
    position: relative;
    margin: 0;
    font-family: var(--primary-font);
}

.navbar-header-bottom > .navlink > li {
    position: relative;
    /* padding: 32px 0px; */
    display: inline-block;
    transition: .5s ease-in-out;
    /*! color: var(--white-color); */
    margin: 0 20px;
}

.navbar-header-bottom > .navlink > li:not(:first-child)::before, .list-nav-profil li:not(:first-child)::before {content: '';position: absolute;display: block;width: 1px;height: 16px;left: -15px;right: auto;top: 50%;transform: translateY(-50%);/* z-index: 4; */opacity: 0.25;background-position: right top;-webkit-background-size: 2px 6px;background-size: 2px 6px;background-repeat: repeat-y;background-image: linear-gradient(to bottom, #d00202 33%, transparent 0%);}

.navbar-header-bottom > .navlink > li > a {
    position: relative;
    display: flex;
    align-items: center;
    transition: .5s ease-in-out;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    color: #343232;
    font-style: normal;
    text-transform: capitalize;
    height: 82px;
}

.navbar-header-bottom > .navlink > li > a.active, 
.navbar-header-bottom > .navlink > li > a:hover {
    /*! color: #c5932c; */
    color: var(--primary-color);
}

/*GESTION DES SOUS MENUS*/

ul.smenu, ul.ssmenu {
    border-bottom: 4px solid #df0e0e;
    position: absolute;
    background: #fff;
    padding: 22px 0;
    top: 100%;
    left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 250px;
    z-index: 99;
    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;
}
.navbar-header-bottom > .navlink > li.has-children > a.active::before, .navbar-header-bottom > .navlink > li.has-children > a:hover::before {
    background: transparent;
}
.navlink>li>.smenu::before {
  content: "";
  position: absolute;
  left: 25px;
  /* right: 0; */
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
  top: -5px;
  box-shadow: 11px 10px 38px rgb(46 63 99 / 15%);
  margin: auto;
  background: #df0e0e;
  transition: all .25s cubic-bezier(.37,.31,.2,.85);
  z-index: -1;
}
.list-nav-profil li:first-child a {
    border-top: 1px solid rgba(90,90,90,.11);
}

.infoCompteUser .center {
    margin-top: 5px;
}
ul.smenu li, .ssmenu li, .list-nav-profil li {
    padding: 0 30px;
    white-space: nowrap;
    position: relative;
}
ul.list-nav-profil li {
    width: 100%;
}

ul.list-nav-profil {
    display: flex;
    flex-wrap: wrap;
    /* padding: 0 20px; */
    width: 100%;
    justify-content: center;
}

ul.list-nav-profil li:last-child a {
    border-bottom: 0px;
}
ul.smenu a, .list-nav-profil a {
    line-height: normal;
    padding: 12px 0;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid rgba(90,90,90,.11);
    color: #2e3d44;
    transition: all 220ms linear 0ms;
}

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

ul.ssmenu li {}

ul.ssmenu a {}

ul.navlink li:hover .smenu, ul.smenu li:hover .ssmenu {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    margin-top: -15px;
}

ul.smenu a:before, .list-nav-profil a:before {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -10px;
    -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;
    background-color: #df0e0e;
    bottom: -5%;
}

ul.smenu a:hover, .list-nav-profil a:hover {
    padding-left: 18px;
    color: #df0e0e;
}

ul.smenu a:hover:before, .list-nav-profil a:hover:before {
    opacity: 1;
    left: 0;
}

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

li.has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: -15px;
    top: 50%;
    -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%);
}



/****************************************************************************************************************|
                                                                                                              |**|
                                                    FLASH INFOS                                               |**|
                                                                                                              |**|
*****************************************************************************************************************/



/* ***********************************************************************************************************|
                                                   GRSTION INFO COMPTE Utilisateur                          |
**************************************************************************************************************/

.infoCompteUser {position: absolute;width: 375px;padding: 20px 6px 9px;padding-bottom: 0;border-radius: 10px;background: white;box-shadow: 1px 2px 9px #b6b6b6;/* border: 1px solid #eee; */top: 45px;left: 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;
}

.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(--third-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;
}

.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;
    margin-right: 0;
}

.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: 254px;
    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%;
}

.editer-profil {
    position: absolute;
    background: white;
    width: 28px;
    color: black;
    z-index: 2;
    top: 74px;
    align-items: center;
    font-size: 13px;
    justify-content: center;
    display: flex;
    height: 28px;
    right: 44px;
    border-radius: 50%;
    box-shadow: 1px 2px 9px #c0bdbd;
}

.icon-bottom-banniere span img {
  height: 30px;
}
.image-cachee {
}
.icon-bottom-banniere span.image-cachee {
  position: absolute;
  left: 15px;
  right: 0;
  top: 46%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transition: all 0.43s ease-in-out;
  transition: all 0.43s ease-in-out;
  opacity: 0;
}
.wrap-item-bootom-banniere:hover .icon-bottom-banniere span.image-cachee {
  opacity: 1;
  animation: toBottomFromTop 0.5s;
  display: none;
}
.wrap-item-bootom-banniere:hover .icon-bottom-banniere span {
  animation: toBottomFromTop 0.3s;
}
.wrap-item-bootom-banniere:hover .icon-bottom-banniere span.image-cachee {
}
.wrap-item-bootom-banniere:hover .icon-bottom-banniere svg {
  fill: var(--second-color);
}

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




/**************************************************************************************************************|
                                                      newsletter                                             **|
***************************************************************************************************************/



.form-newsletter {
    justify-content: unset;
    position: relative;
    width: fit-content;
    width: fit-content;
    width: 100%;
}

.field-form-news-letter input {
    border: none;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 73px 10px 28px;
    height: 50px;
    width: 100%;
    text-align: initial;
    padding-left: 0;
    color: white;
    justify-content: start;
}

.field-form-news-letter input::placeholder {
/*! text-align: center; */
}

.news-letter-button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 51px;
    border-radius: 5px !important;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    color: var(--white-color);
    width: 24%;
}



.news-letter-button:hover:before {
    top: -40%;
}

.news-letter-button:hover {
}

.social-footer {
    flex-grow: 1;
    gap: 10px;
    justify-content: flex-end;
}

.social-footer a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    border-radius: 5px;
    font-size: 20px;
    color: var(--primary-color);
    transition: all 0.3s ease-out 0s;
}

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

/*
***************************************************************
               footer-widget

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

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


.footer-widget-newsletter input[type="email"] {
  width: 100%;
  padding-left: 30px;
  border: none;
  outline: none;
  background-color: var(--twonet-text-light);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
  color: var(--twonet-text);
  font-weight: 500;
  font-size: 16px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}


.footer-link-item {
  display: flex;
  flex-direction: column;
  width: 25%;
  flex: 0 0 auto;
  padding-right: 10px;
}
.wrap-item-footer-post {
    justify-content: unset;
}

.footer-post-image {
    width: 80px;
    aspect-ratio: 1;
    display: flex;
    background: #dfdfdf;
    border-radius: 5px;
    /* align-items: center; */
    /* justify-content: center; */
    margin-bottom: 12px;
}

.footer-post-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    /* height: 100%; */
}

.footer-post-content {
    padding-left: 15px;
    width: calc(100% - 80px);
}

.footer-post-content span {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--second-color);
    font-weight: 300;
}

.footer-post-content p {
    font-family: var(--title-font);
    line-height: 1.2;
}

.footer_slider_arrows {
    position: absolute;
    top: 34px;
    right: 50px;
}

.prev-slick.slick-arrow {
    margin-right: 7px;
}



.footer-link-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400px;
}

.logo .footer-link-text {
  font-size: 16px;
  padding-bottom: 20px;
}

.footer-link-title {
  color: white;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
  line-height: normal;
}

.wrapper-footer-main {
  padding-top: 57px;
}

.footer-link-liens-details li a:hover {
  color: var(--primary-color);
}
.wrapper-footer {
  padding-top: 142px;
  /* background: #0e0e0e; */
  background-image: url("../images/bg/bg-footer1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-color: #04072e;
}
.wrapper-footer.footer-interne {
  padding: 0;
}

.btn.btn-bg-white:hover::before {
  width: 100%;
}
.btn-bg-white:hover::before, .btn-bg-white-two:hover::before {
  width: 100%;
}
.item-logo a {
  width: 145px;
  height: 91px;
  display: block;
}
.item-logo a img {
  height: 100%;
  width: 100%;
}

.footer-link-social {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  z-index: 9;
  list-style: none;
}

.footer-link-social li {
  padding: 0 0.2em;
}

.footer-link-title {
}
.footer-link-title::before {
  width: 31px;
  height: 4px;
  content: '';
  position: absolute;
  background: var(--primary-color);
  bottom: -9px;
  border-radius: 2px;
}
.footer-link-social a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, .1);
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

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

.liens {}

.footer-link-liens-details, .footer-link-contact-details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-link-liens-details li a {
  color: rgba(255, 255, 255, 0.65);
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer-link-liens-details>li>a:hover::before {
  opacity: 1;
}

.footer-link-liens-details li a:hover {
  color: var(--primary-color);
  padding-left: 15px;
}

.footer-link-liens-details>li>a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  opacity: 0;
  color: var(--primary-color);
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer-link-contact-details li {
  display: flex;
}

.footer-link-contact-details li:first-child i {
  padding-top: 5px;
}

.footer-link-contact-details li>i {
  font-size: 16px;
  color: var(--primary-color) !important;
  padding-right: 15px;
}

.footer-link-contact-details li>svg {
  margin-right: 10px;
}

.icon-map::before {
  content: "\f3c5";
  color: var(--primary-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.footer-link-contact-details li p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
}

.footer-link-contact-details li+li {
  padding-top: 20px;
}

.footer-link-contact-details li a {
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 14px;
}

.footer-link-contact-details li:hover a {
  color: var(--primary-color);
}

.icon-mail::before {
  content: "\f2b6";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--primary-color);
}

.icon-uniE90::before {
  content: "\f4d2";
  color: #ff1749;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.footer-link-title {
}
.footer-link-title::before {
  width: 31px;
  height: 4px;
  content: '';
  position: absolute;
  background: var(--primary-color);
  bottom: -9px;
  border-radius: 2px;
}

.icon-uniE90D {
  width: 20px;
  height: 20px;
  fill: var(--primary-color);
  display: inline-block;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}


.footer-widget-contact-details li p {
  margin-top: 0;
  margin-bottom: 1rem;
}


.newsletter {
  position: relative;
  z-index: 9;
}

.newsletter input[type="email"] {
  width: 100%;
  padding-left: 30px;
  border: none;
  outline: none;
  background-color: white;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
  color: #6c6969;
  font-weight: 500;
  font-size: 16px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 6px;

}


.btn-bg-white::before, .btn-bg-white-two::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background-color: var(--primary-color);
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

.btn-bg-white:hover i::before {
  color: var(--twonet-secondary);
}

.btn {
  border: transparent;
}

.btn-bg-primary, .btn-bg-white, .btn-bg-white-two {
  padding: 16px 40px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 500;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.btn-bg-primary, .btn-small-primary, .btn-bg-white {
  color: white;
  background-color: var(--second-color);
  position: relative;
  z-index: 11;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.btn {
  border: transparent;
}

.footer-widget-newsletter button span {
  font-size: 16px;
}

.btn-bg-white .icon-1::before {
  color: white;
  font-size: 12px;
  transition: all 0.3s;
  margin-left: 7px;
}

.btn i {
  font-weight: 50px;
}

.icon-1::before {
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.footer-copyright {
  /*! position: absolute; */
  background-color: #04072e;
  bottom: 0;
  right: 0;
  left: 0;
}

.wrapper-footer-copyright {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
  justify-content: space-between;
  flex-wrap: wrap;
  color: white;
  border-top: 1px dashed rgb(255 255 255 / 40%);
}

.copyright p {
  margin: auto auto 0 auto;
  color: var(--twonet-light);
}

.copyright p a {
  color: var(--primary-color);
  text-decoration: none;
}

.copyright-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 auto;
  padding-left: 0;
  list-style: none;
}

.copyright-menu li {
  padding: 0 10px;
}


.copyright-menu li a {
  color: var(--twonet-light);
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.copyright-menu li:hover a {
  color: var(--twonet-primery);
}

.footer-links> div + div {
  padding-right: 40px;
}
.footer-content.container {
  width: 1260px;
}
.scroll-to-top{
  display: inline;
  align-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--second-color);
  position: absolute;
  top: -15px;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  z-index: 99;
  text-align: center;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 5px;
  scroll-behavior: smooth;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  display: none;
}

.scroll-to-top:hover{
  background-color: var(--primary-color);
  color: white;
}

.field-form-news-letter input {
    height: 60px;
    padding: 10px 20px;
    outline: 0;
    border: 1px solid rgba(241, 238, 246, 0.5);
    color: #686a6f;
    font-size: 1rem;
    width: 100%;
    background-color: var(--white-color);
    /* appearance: none; */
    border-radius: 5px;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
button.news-letter-button i {
 transform: scale(-1, 1) translateY(-2px);
    margin-left: 8px;
}
.news-letter-button {
    font-size: 16px;
    line-height: 1.4;
    padding: 1.2rem 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    border-width: 0;
    transition: all 0.2s ease-in-out;
    color: var(--white-color);
    background-color: var(--second-color);
    border-color: var(--second-color);
    cursor: pointer;
    border-radius: 10px;
    /* margin-left: 20px; */
    justify-content: space-between;
}
.image-logo-footer img {
    filter: brightness(0) invert(1);
}

.image-logo-footer {
  height: 137px;
  position: relative;
}
.image-logo-footer img {
  max-height: 100%;
}
.wrap-footer {
  padding-bottom: 40px;
}
.wrapper-news-letter {
  position: relative;
  margin: -80px 0 -85px;
  z-index: 1;
  /* padding: 80px 0 0; */
}
.wrap-newsletter.row-container {
  position: relative;
  background-image: url("../images/bg/bg-newsletter.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--primary-color);
  padding: 40px 60px 40px;
  border-radius: 10px;
  color: var(--white-color);
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.news-letter-title {
  font-size: 28px;
  letter-spacing: -0.03em;
  padding-bottom: 8px;
  font-weight: 600;
  width: 30%;
}
.wrap-form-news-letter {
  width: 65%;
}
.field-form-news-letter {
  width: 100%;
}
.field-form-news-letter input::placeholder {
  text-align: left !important;
}
