@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=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');
@font-face {
    font-family: reeyregular;
    src: url(fonts/reey/Reey-Regular.otf);
}

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

:root {
    --primary-color: #1a3563;
    --second-color: #fcb512;
    --third-color: #9dceef;
    --white-color: #fff;
    --black-color: #000;
    --title-font:
    "Roboto";
    --primary-font:
    'Kumbh Sans', 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%;
    object-fit: cover;
}

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

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

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

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

.section-title {
    position: relative;
    font-family: 'Lexend',sans-serif;
    margin-bottom: 40px;
}

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

.center .title-filigrane {
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-bloc {
    position: relative;
    font-size: 40px;
    line-height: 1.1;
    padding-bottom: 45px;
    color: #222;
    font-weight: 400;
}

.title-bloc:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 81px;
    bottom: 7px;
    left: 0;
    background-color: var(--second-color);
}

.center .title-bloc:before {
    left: 50%;
    transform: translateX(-50%);
}

.title-bloc:after {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    bottom: 2px;
    left: 0;
    background-color: var(--second-color);
    border-radius: 50%;
}

.center .title-bloc:after {
    left: 50%;
    transform: translateX(-50%);
}
.mb-20{
    margin-bottom:20px;
}
.sub-title {
    position: relative;
    color: var(--second-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.center .sub-title {
    /* margin: 0 auto 6px; */
    /* padding: 0 44px; */
}

.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;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background-color: var(--second-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(--primary-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);*/
}

.primary-btn .btn-icon, .secondary-btn .btn-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background: var(--second-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.primary-btn:hover .btn-icon, .secondary-btn:hover .btn-icon{
    background: var(--primary-color);
    transform: rotate(0deg);
}

.service-btn-box .secondary-btn {
    margin-right: 15px;
    padding: 5px;
    display: inline-flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background-color: var(--second-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;
}
.wrap-item-service:hover .service-btn-box .secondary-btn {
    background-color: var(--second-color);
    color: var(--white-color);
}
.service-btn-box .secondary-btn .btn-text {
    width: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.wrap-item-service:hover .service-btn-box .btn-text {
    width: calc(100% - 45px);
    padding: 0 10px 0 10px;
    visibility: visible;
    opacity: 1;
}

.wrap-item-service:hover .secondary-btn .btn-icon{
    background: var(--primary-color);
    transform: rotate(0deg);
}


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

.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: var(--second-color);
    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;
}
/* ***********************************************************************************************************
|                                                   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;
}
.right-bar-menu {
    display: flex;
    width: fit-content;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#serach_icon_top {}

.right-bar-menu .search-header {
    color: var(--primary-color);
    margin: 0px 20px 0px 0px;
}

.right-bar-menu .with-wrap-account {
    margin-right: 20px;
    /* border: 1px solid; */
    color: white;
}
.with-wrap-account {
    background: var(--second-color);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    aspect-ratio: 1;
    align-items: center;
    position: relative;
}

svg.dx-icon {
    width: 30px;
    height: 30px;
    fill: white;
}

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

.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;
    color: black;
}

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

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

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

@-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 smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}


/********************************************************************************************************/
 
 
@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% {
        transform: translateY(8px);
    }
    50% {
        transform: translateY(4px);
    }
    100% {
        transform: translateY(8px);
    }
}

@keyframes updown-sink {
    100% {
        transform: translateY(8px);
    }
}
/**************************************************************************************************/

@keyframes movedelement_A1{
    0%{
    -webkit-transform:translate(0);
    transform:translate(0)
    }
    25%{
        -webkit-transform:translate(10px,10px);
        ransform:translate(10px,10px)
    }
    50%{
        -webkit-transform:translate(5px,5px);
        transform:translate(5px,5px)
    }
    75%{
        -webkit-transform:translate(10px,-5px);
        transform:translate(10px,-5px)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
}

@keyframes movedelement_A2{
    0%{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
    25%{
        -webkit-transform:translate(-10px,-10px);
        transform:translate(-10px,-10px)
    }
    50%{
    -webkit-transform:translate(-5px,-5px);
    transform:translate(-5px,-5px)
    }
    75%{
        -webkit-transform:translate(-10px,5px);
        transform:translate(-10px,5px)
    }
    to
    {
        -webkit-transform:translate(0);
        transform:translate(0)
    }
}

@keyframes movedelement_A3{
    0%{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
    25%{
        -webkit-transform:translate(15px,15px);
        transform:translate(15px,15px)
    }
    50%{
        -webkit-transform:translate(8px,8px);
        transform:translate(8px,8px)
    }
    75%{
        -webkit-transform:translate(15px,-8px);
        transform:translate(15px,-8px)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0)
    }
}
@keyframes movedelement_A4{
    0%{
    -webkit-transform:translate(0);
    transform:translate(0)
    }
    25%{
        -webkit-transform:translate(-15px,-15px);
        transform:translate(-15px,-15px)
    }
    50%{
        -webkit-transform:translate(-8px,-8px);
        transform:translate(-8px,-8px)
    }
    75%{
        -webkit-transform:translate(-15px,8px);
        transform:translate(-15px,8px)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0)}
    }
}
/*****************************************************************************************************/


@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}


@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

 
/**************************************************************************************************/
 
/* ====================================================== Live chat whatsapp =========================================== */

.live-chat {
 position: fixed;
 /* width: 60px; */
 /* height: 60px; */
 bottom: 40px;
 right: 40px;
 /* background-color: #25d366; */
 color: #fff;
 /* border-radius: 50px; */
 text-align: center;
 font-size: 15px;
 /* box-shadow: 2px 2px 3px #999; */
 z-index: 100;
 /* animation: UpDown infinite linear; */
}
.item-person-live-chat-left::before {
    content: "";
    background: #289a0b;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50px;
    bottom: 3px;
    left: 6px;
}

.live-chat:hover .content-live-chat {
    opacity: 1;
    visibility: visible;
}
.btn-live-chat-whatsapp {
    border-radius: 50px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    padding: 5px 14px;
    position: relative;
    animation: mover infinite linear;
}

.live-chat .content-live-chat {
    position: absolute;
    bottom: 47px;
    width: 370px;
    right: 0;
    display: flex;
    flex-direction: column;
    background: var(--white-color);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 2px 20px #00000021;
    transition: all ease .3s;
    visibility: hidden;
    opacity: 0;
}

.btn-live-chat-whatsapp span {
    padding-left: 5px;
}

.top-content-live-chat {
    display: flex;
    align-items: center;
    line-height: 24px;
    justify-content: center;
    background: var(--primary-color);
    padding: 20px 20px;
}

ul.bottom-content-live-chat {
    display: flex;
    flex-direction: column;
    width: 100%;
}

li.item-person-live-chat {
    border-bottom: 1px solid #eee;
    padding: 10px;
    color: black;
}

li.item-person-live-chat:last-child {
    border-bottom: none;
}

li.item-person-live-chat a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* justify-content: start; */
    /* align-items: center; */
}

.item-person-live-chat-left {
    width: 67px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 67px;
    position: relative;
}

.item-person-live-chat-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.item-person-live-chat-right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 67px);
    justify-content: start;
    align-items: start;
    position: relative;
    padding-left: 21px;
}

h4.title-live-chat {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 22px;
    /* margin-bottom: 5px; */
}

p.content-person-live-chat {
    font-size: 15px;
    color: #9b9b9b;
    line-height: 20px;
    margin-bottom: 6px;
}

span.disponibility-live-chat {
    font-size: 12px;
    font-weight: 500;
    color: #9b9b9b;
    text-transform: capitalize;
}

span.icon-call-live-chat {
    position: absolute;
    font-size: 20px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #289a0b;
}



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

.tooltip-primary-color {
    --balloon-color: var(--primary-color);
}

.tooltip-second-color {
    --balloon-color: var(--second-color);
}


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

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


.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(--second-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: var(--second-color);
    cursor: pointer;
}



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


.wrapper-super-header {
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: var(--white-color);
    /* margin-bottom: -45px; */
    font-family: 'Kumbh Sans', sans-serif;
    box-shadow: 3px 5px 9px #0000003d;
}

.container.super-header {
    width: 1300px;
    padding: 0 15px;
}

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

.logo-header {
    width: 7.5%;
}

.logo-header a {
    display: flex;
    justify-content: center;
}

.logo-header img {
    height: 80px;
    object-fit: contain;
}

.info-header {
    width: 78%;
    padding-right: 30px;
}

.wrap-info-header {}
.text-info-header {
    padding-left: 25px;
    position: relative;
}
.text-info-header {
    padding-left: 25px;
    position: relative;
    text-align: left;
}

.text-info-header::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #fcb5121c;
    position: absolute;
    left: 12px;
}

.text-info-header h5 span {
    color: var(--second-color);
    margin-right: 8px;
}
.item-info-header {
    padding-left: 30px;
}

.wrap-item-info-header {
    /* margin-bottom: 15px; */
}

.icon-info-header.whatzapp {
  background: none;
}
.icon-info-header.whatzapp img {
  height: 38px !important;
}

.icon-info-header {
    background: var(--second-color);
    color: var(--white-color);
    border-radius: 50px;
    width: 43px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-info-header i {
}
.right-header {
    width: 14.5%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

a.logo-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

a.logo-right img {
    width: 55px;
    height: auto;
    object-fit: contain;
}

.right-header .meta-info-header {
    margin-top: 16px;
}
.meta-info-header {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.meta-info-header label {
    font-size: 14px;
    line-height: 1.2;
    color: #8f8f8f;
    font-weight: 500;
}

.meta-info-header a {
    color: #1c231f;
    font-size: 15px;
    font-weight: 600;
}





.wrap-bottom-header {
    border-radius: 6px;
    padding: 15px 25px 15px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    /* z-index: 2; */
    bottom: -45px;
    margin-top: -45px;
    background: var(--primary-color);
    color: var(--white-color);
    /* line-height: 1; */
    box-shadow: 3px 5px 19px #00000042;
}

.left-bottom-header {
    width: 89%;
}

.navlink {
    flex-wrap: wrap;
    position: relative;
    justify-content: unset;
}

.navlink > li {
    position: relative;
    /* padding: 15px 18px; */
    box-sizing: border-box;
    display: flex;
}

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

.navlink > li > a {
    position: relative;
    /* display: flex; */
    transition: all .5s ease;
    /* text-transform: uppercase; */
    font-weight: 600;
    /* align-items: center; */
    font-size: 14px;
    padding: 15px 14px;
    /* height: 100%; */
    color: #fff;
    text-transform: uppercase;
}

.navlink > li > a.active, .navlink > li > a:hover, .navlink > li:hover > a, .navlink > li.active > a {
    color: var(--second-color);
}

.navlink > li > a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: var(--second-color);
    bottom: -15px;
    opacity: 0;
    visibility: hidden;
    transition: .5s linear;
}

.navlink > li > a.active:before, .navlink > li > a:hover::before, .navlink > li:hover > a:before, .navlink > li.active > a:before {
  opacity: 1;
  visibility: visible;
  width: 30px;
}


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

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: 10px;
    position: relative;
    margin-left: 7px;
}

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


.meta-header-bottom {width: 11%;}

.wrap-meta-header-bottom {
    justify-content: flex-end;
}

.search-header {
    margin: 0px 25px 0px 15px;
    padding: 0px 0px 0px 20px;
    border-left: 1px solid #FFFFFF33;
    border-color: #FFFFFF33;
    color: #f3f8f6;
}

.search {}

.search i {}

.item-meta-bottom {
    font-size: 22px;
    width: 45px;
    height: 45px;
    background-color: #0000004A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.35s;
    color: var(--second-color);
}

.item-meta-bottom:hover {
    cursor: pointer;
    color: var(--white-color);
    background: var(
    --second-color);
}



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


.wrapper-footer.nous-rejoindre {
    padding: 130px 0 50px;
}
.wrapper-footer {
  padding: 80px 0 50px;
  /* background-color: black; */
  color: white;
  background-color: #313041;
  background-image: url("https://gaviaspreview.com/wp/tevily/wp-content/uploads/2021/09/bg-map-2.png");
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  font-family: var(--title-font);
}

.footer-widget {
  width: 20%;
  padding: 0 20px;
}
.wrap-footer.row-container {
  align-items: inherit;
}
.wrap-footer-widget {
  color: #aaa9b8;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}
.footer-widget-title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wrap-nav-footer li a {
  transition: color .3s;
  line-height: 38px;
}
.wrap-nav-footer li a:hover {
  color: white;
}
.field-form-news-letter input {
  padding: 0 15px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  border: none;
  line-height: 66px;
  -webkit-transition: all .35s;
  transition: all .35s;
  font-size: 16px;
  color: #a9a8b6;
  background: rgba(0,0,0,.2);
  display: block;
}
.field-form-news-letter input::placeholder {
  font-size: 12px;
}
.news-letter-button {
  font-size: 12px;
  background: var(--second-color);
  color: #fff;
  font-weight: 700;
  padding: 18px 30px;
  height: 66px;
  border-radius: 8px;
  position: relative;
  opacity: .9;
  transition: all .35s;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
#form-newsletter div {
  width: 100%;
}
.wrap-form-news-letter {
  margin-top: 20px;
}

.wrap-copyright.row-container {
  justify-content: flex-end;
  /* width: 70%; */
  margin-left: auto;
}
.social-footer.row-container {
  /*! width: 10%; */
  padding: 0 15px;
}
.social-footer.row-container a {
  width: 48px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf5ee;
  border-radius: 50%;
  /* font-size: 17px; */
  color: inherit;
  transition: all 0.3s ease-out 0s;
  margin: 0 5px;
  color: #313041;
}

.footer-copyright {
  /* background-color: #313041; */
  /* text-align: end; */
  /* display: flex; */
  /* justify-content: flex-end; */
}
.wrap-copyright-social-footer {
  /* width: 81%; */
  background-color: var(--white-color);
  /* padding-right: 40px; */
  border-radius: 10px 0 0 10px;
  /* overflow: hidden; */
  position: relative;
  justify-content: unset;
}
.fleche-to-scroll-top {
  height: 100%;
  padding: 26px 15px;
  background-color: var(--second-color);
  width: 10%;
  text-align: center;
  border-radius: 10px 0 0 10px;
  font-size: 20px;
  color: var(--white-color);
  line-height: 2.4;
}

.text-copyright {
  color: gray;
  font-size: 14px;
}
.text-copyright a {
  color: var(--second-color);
}
.wrap-copyright-social-footer.container.row-container {
  margin: inherit;
  justify-content: initial;
}

.fleche-to-scroll-top {
  /* font-size: 20px; */
  /* color: white; */
  cursor: pointer;
}

.info-contact i {
  color: var(--second-color);
  margin-right: 15px;
}
.image-logo-footer {
  height: 100px;
}
.image-logo-footer img {
  height: 100%;
}

.text-copyright {
  /* color: gray; */
  /* font-size: 14px; */
}

.text-footer-widget {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.text-footer-widget {
  border-bottom: 1px solid #ebe8e847;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

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

.footer.container {
  width: 1300px !important;
}
.footer-widget.logo-widget {
  width: 30%;
}
.footer-widget.news-letter-widget {
  width: 30%;
}


.wrapper-footer-copyright {
    background-color: #313041;
    text-align: end;
    display: flex;
    justify-content: flex-end;
    font-family: var(--title-font);
    font-weight: 500;
}

.wrap-copyright-social-footer.row-container:after {
    position: absolute;
    left: 100%;
    content: "";
    width: 1000px;
    background: var(--white-color);
    height: 100%;
    top: 0;
}





li.info-contact {
    cursor: pointer;
    transition: all ease .3s;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
}

li.info-contact:hover {
    color: var(--second-color);
}

li.info-contact span {
    transition: color .5s;
}

.info-contact img {
  height: 33px;
  margin-right: 8px;
}
.news-letter-button:hover {
    opacity: 1;
}
.text-info-footer {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding-left: 14px;
    position: relative;
}

.text-info-footer h5 span {
    color: #ffffff;
    margin-right: 5px;
}

.text-info-footer::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #eeeeee57;
    position: absolute;
    left: 0;
}

.text-info-footer {}