





@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.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');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Pacifico&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: #276691;
    --second-color: #136e38;
    --third-color: #ea581c;

    --white-color: #fff;
    --black-color: #000;
    --title-font: "Roboto";
    --primary-font:
    'Lato', sans-serif;
    --second-font:
    'Unbounded', sans-serif;
    --thirth-font:
    'Montserrat', sans-serif;
    --smooth-font:
    "Popins" sans-serif;
   
}



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

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%);
}
.slick-btn:before {
    display: none;
}

/*********************************************** 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: 40px;
    line-height: 1.2;
    padding-bottom: 15px;
    color: #222;
    font-family: 'Catamaran';
    font-weight: 700;
}

span.sub-title::after {
    position: absolute;
    content: "";
    height: 47px;
    width: 47px;
    background-image: url("../images/icons/favicon.png");
    top: -18px;
    background-repeat: no-repeat;
    left: -4px;
    background-size: 45px;
    background-position: left top;
}

.mb-20{
    margin-bottom:20px;
}
.title-bloc strong {
  font-weight: 700;
}
.sub-title{
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    position: relative;
    /*! color: var(--second-color); */
    font-size: 16px;
    position: relative;
    padding: 0 17px;
    min-height: 33px;
    line-height: 1.8;
    display: inline-block;
    letter-spacing: 1px;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--primary-color);
    width: fit-content;
}
.sub-title i{
    font-size: 12px;
    display: inline-block;
    margin-right: 4px;
    color: var(--primary-color);
    transform: translateY(2px);
    top: -4px;
    position: relative;
}
.section-title .title-bloc span {
    /* color: var(--primary-color); */
}
.center .sub-title {
    /* margin: 0 auto 6px; */
    /* padding: 0 44px; */
}

.title-bloc + p {
    margin-top: 10px;
    font-weight: 500;
    line-height: 25px;
    font-size: 19px;
    font-family: var(--primary-font);
}

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

.section-title.center {
    text-align: center;
}
.section-title .sub-title::before {
    position: absolute;
    content: "";
    width: 32px;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    display: inline-block;
    background-image: url(
    '../images/shape/reseau.png');
    transform: translateX(-50%) rotate(180deg);
    bottom: calc(100% - 5px);
}
.section-title .sub-title::after {
    position: absolute;
    content: "";
    width: 32px;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    display: inline-block;
    background-image: url(
    '../images/shape/reseau.png');
    transform: translateX(-50%);
    top: calc(100% - 8px);
}

.ligne-titre {
    margin: 0 auto 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.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: 'Catamaran';
    height: auto;
    color: var(--white-color);
    white-space: nowrap;
    font-weight: 500;
    font-size: 15px;
    padding: 9px 20px;
    border-radius: 50px;
    text-transform: uppercase;
}
.primary-btn i {
    font-size: 16px;
    /* margin-left: 8px; */
}


.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: 30px;
  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;
}
a.primary-btn span{
       height: 26px;
       width: 26px;
       display: inline-block;
       font-size: 16px;
       line-height: 32px;
       text-align: center;
       border-radius: 50px;
       margin-left: 6px;
       background: #ffffff69;
       display: flex;
       align-items: center;
       justify-content: center;
}
.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, .center > * {
    text-align: center !important;
    /* justify-content: center; */
    /* display: flex; */
}

/**************************************** 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 animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}


@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);
    }
}
.rotation{
    animation-duration: 30S;
    animation: rotation 5S linear infinite;
}

@keyframes rotation{
    100% {
        -webkit-transform: translate(0) rotate(360deg);
        transform: translate(0) rotate(360deg);
    }
}
@-webkit-keyframes paralax1 {
  0% {
    -webkit-transform:translateY(0) translateX(0);
    transform:translateY(0) translateX(0)
  }
  50% {
    -webkit-transform:translateY(-20px) translateX(10px);
    transform:translateY(-20px) translateX(10px)
  }
  100% {
    -webkit-transform:translateY(0) translateX(0);
    transform:translateY(0) translateX(0)
  }
}

.pulse{
    animation-duration: 30S;
    animation: pulse 5S linear infinite;
}
@keyframes pulse{
    100% {
        -webkit-transform: translate(0) scale(1.2);
        transform: translate(0) scale(1.2);
    }
}

.horizontal{
    animation: horizontal 12s linear infinite;
}
@keyframes horizontal{
    0% {
        transform: translateX(0);
    }
    
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}

.vertical{
    animation: vertical 12s linear infinite;
}
@keyframes vertical{
    0% {
        transform: translateY(0);
    }
    
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/********************************************************************************************************/
 
 
@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: 19%; */
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 0 18px;
 padding-left: 0;
}
.center-header {width: 47%;padding: 0 20px;display: flex;align-items: center;justify-content: center;}
.container.header {
    width: 1400px;
}

.wrapper-header {
    position: absolute;
    /* background: #f8f8f8; */
    padding-top: 0px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    font-family: var(--second-font);
}
.top-super-header {
    width: 90%;
    flex: 0 0 auto;
    background: linear-gradient(132deg, rgb(223 14 14) 0%, rgb(242, 142, 38) 100%);
    padding: 11px 35px;
    border-radius: 40px;
    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: 233px;
    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:nth-child(2)::after {
  display: none;
}

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

.navlink > li > a.active::before, .navlink > li > a:hover::before {
    position: absolute;
    left: 0;
    content: "";
    height: 10px;
    width: 10px;
    background: #df0e0e;
    border-radius: 50%;
    bottom: -10px;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.social-header a i {
}

.wrapper-super-header {
    position: relative;
    width: 100%;
    /* margin-top: 100px; */
}

.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: #c4942c;
    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: 34%;
    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;
    background: white;
    border-radius: 80px;
    padding: 0px 35px;
    padding-top: 15px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -16px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
}

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

li.header-shop-cart button {
    display: block;
    font-size: 17px;
    line-height: 1;
    border: none;
    background: none;
    /* padding: 0 10px 0 0; */
    background: #df0e0e;
    border-radius: 50%;
    width: 45px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

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

.right-header .header-action ul li {
    position: relative;
    padding-left: 25px;
    margin-left: 20px;
}

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::before {
    content: "";
    position: absolute;
    left: -.5px;
    top: 50%;
    transform: translateY(-50%);
    height: 67px;
    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 {
    color: #136e3a;
    padding: 10px 20px;
    border: 2px solid var(--second-color);
    border-radius: 50px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

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

a.btn.transparent-btn:hover::before {
    top: -40%;
    background: #136e38;
}

a.btn.transparent-btn:hover {
    color: white;
    border-color: var(--second-color);
}

.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: #c3942e;
    cursor: pointer;
}




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

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

.navlink > li:not(:last-child) {
}

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

.navlink li.has-children {
  margin-right: 32px;
}

.navlink > li > a.active, 
.navlink > li > a:hover {
    /*! color: #c5932c; */
    color: #df0e0e;
}

/*GESTION DES SOUS MENUS*/

ul.smenu, ul.ssmenu {
    border-bottom: 4px solid #034c76;
    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;
}

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: #034c76;
    transition: all 220ms linear 0ms;
}

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

ul.ssmenu li {}

ul.ssmenu a {}

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

ul.smenu 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: #c8932d;
    bottom: -5%;
}

ul.smenu a:hover {
    padding-left: 18px;
    color: #c8932d;
}

ul.smenu 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: 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;
}

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

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

.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                                                       |
====================================================================================================================*/

.footer.container {
    width: 1300px;
}

.wrapper-footer {
    background-image: url("../images/bg/bg-footer.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    padding: 38px 0px 0px 0px;
}

.wrap-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.top-right-footer {
    width: 80%;
    padding-left: 30px;
}

.top-left-footer {
    width: 20%;
}

.wrap-support-items {
    flex-direction: row-reverse;
    align-items: center;
}

.wrap-support-item {
    padding: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    background: var(--second-color);
}

.support-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 88px;
    flex-wrap: wrap;
    padding: 0px 25px 0px 25px;
    border-right: 1px solid #ffffff80;
}

.support-item .content {
    display: flex;
    line-height: 1.2;
    align-items: center;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    color: white;
}

.icons-footer {
    display: flex;
    justify-content: center;
    width: 50px;
    padding-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.icons-footer img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.support-icon-text {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.call .icons-footer {
    width: 80px;
    padding-right: 15px;
    padding-bottom: 0px;
}

.support-item.call .content {
    flex-direction: row;
    font-size: 24px;
}

.call .support-icon-text {
    width: calc(100% - 80px);
}

.support-item:last-child {
    border-right: none;
}
.wrap-support-logo::before {
    position: absolute;
    content: "";
    height: 45px;
    background: #fff8f8;
    clip-path: polygon(145% 0, 100% 100%, 0 100%);
    top: -45px;
    left: -4px;
    right: -0.5px;
}

.wrap-support-logo::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 34px;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 150%, 0 100%);
    top: -34px;
    right: -25px;
    background: var(--third-color);
}
.wrap-support-logo {
    display: flex;
    align-items: center;
    width: 209px;
    height: 100px;
    background: #fff8f8;
    position: relative;
    margin-top: -38px;
    margin-bottom: 20px;
    border-radius: 0 0 0px 50px;
}

a.support-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0 15px;
}

a.support-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.description-support-footer p {
    padding: 9px 0;
}

.footer-widget.nav-widget {
  width: 20%;
}

.description-support-footer {
    text-align: left;
    color: white;
    font-size: 1em;
    margin-bottom: 20px;
    font-family: 'Catamaran';
}

.wrap-footer-link {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin-bottom: 45px;
}

.footer-link {
    width: 20%;
    padding-right: 30px;
}

.footer-link:last-child {
    padding-right: 0;
}

.footer-link-item:not(:last-child) {
    margin-bottom: 30px;
}

.heading {
    font-weight: 700;
    font-size: 22px;
    color: var(--second-color);
    margin-bottom: 20px;
    line-height: 20px;
}

.footer-link-item {
    color: white;
    font-size: 15px;
}

.link-item-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.link-item-text i {
    margin-right: 10px;
    font-size: 13px;
}

ul.links {
    display: flex;
    flex-direction: column;
    width: 100%;
}

li.item-text {
    line-height: 25px;
    margin-bottom: 8px;
    font-weight: 500;
}

li.item-text a:hover {
    color: var(--primary-color);
}

.item-news {
    padding: 0px 0px 20px 0px;
}

.item-news p {
    color: white;
}

form.subscribe-form input {
    border: 0;
    background: #4D4D4D;
    box-shadow: 0 0 70px #0000004D;
    border-radius: 6px;
    color: #D2D2D2;
    padding: 14px 34px;
    padding-right: 40px !important;
    width: 95%;
}

form.subscribe-form {
    position: relative;
}

.subscription-button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-37%);
    align-items: center;
    display: flex;
    width: 40px;
    height: 38px;
    aspect-ratio: 1;
    justify-content: center;
    border-radius: 4px;
    background: var(--third-color);
}

button {}

.subscription-button svg {
    width: 18px;
    fill: var(--second-color);
    transition: all ease .35s;
}

.subscription-button:hover svg {
    fill: white;
}
form.subscribe-form {
    position: relative;
}

.subscription-button {
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
}

button {}

.subscription-button svg {
    width: 18px;
    fill: #ffffff;
    transition: all ease .35s;
}

.subscription-button:hover svg {
    fill: white;
}

.footer-item-social-link {
    border-top: 1px solid #5E5E5E;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.footer-widget {
  width: 25%;
  padding-right: 50px;
}
.footer-widget.logo-widget {
  width: 30%;
}
.footer-widget.contact-widget {
  width: 25%;
  padding-right: 0;
}
.footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 15px;
  line-height: 34px;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
}
.texte-widget-title {
  font-weight: 400;
  line-height: 26px;
  font-size: 14px;
  color: white;
  margin-bottom: 10px;
}

.container.footer {
  width: 1350px;
}
.wrap-nav-footer li a {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 0 0px 0;
  text-transform: capitalize;
  color: white;
}
.wrap-footer.row-container {
  font-family: Poppins;
  align-items: initial;
}

.info-contact {
  position: relative;
  padding-top: 0;
  margin-top: 15px;
  color: white;
  font-size: 15px;
}
span {
}
.info-contact i {
  margin-right: 10px;
  color: var(--third-color);
}
.social-footer.row-container {
  margin-top: 25px;
  justify-content: start;
}
.news-letter-button svg {
  height: 19px;
  fill: white;
}
.text-form-title {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  margin-right: 0px;
  margin-right: 0;
  color: #fff;
  text-transform: capitalize;
  color: var(--second-color);
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background: var(--third-color);
}
.footer-copyright {
  background: #141414;
  /*! padding-top: 20px; */
  /*! padding-bottom: 20px; */
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins;
}
.text-copyright {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  /* margin: 0 auto; */
  color: white;
  scroll-behavior: smooth;
}

.wrap-copyright.container.row-container {
  width: 100%;
  align-items: center;
  /* border-top: 1px solid #525252; */
}
.back-to-top i {
  margin-right: 12px;
  font-weight: 900;
}

.text-copyright a {
  color: var(--third-color);
}
.wrap-nav-footer li {
  margin-bottom: 10px;
}

.wrap-nav-footer  li a::before {
  content: "\f105";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-family: FontAwesome;
  font-size: 10px;
  top: 0px;
  position: relative;
}



.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: 16px;
    color: var(--primary-color);
    transition: all 0.3s ease-out 0s;
}

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


.social-link-img {
    display: flex;
    align-items: center;
}
.subscription-button button {
    display: flex;
    align-items: center;
    justify-content: center;
}