
@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('css/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');

/********************************* 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=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat: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');


@font-face {
    font-family: Prata ;
    src: url("police/Prata-Regular.ttf");
}




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

:root {
    --primary-color: #089441;
    --second-color: #089441;
    --primary-font: "Montserrat";
    --title-font: 'Prata';
}


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

::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;
}
a.cart {
    margin-right: 12px;
}

span#total-cart {
    position: absolute;
    display: inline-block;
    background: white;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    color: #089441;
    display: flex;
    box-shadow: 2px 3px 6px #eee;
    justify-content: center;
    align-items: center;
    right: -10px;
}

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

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    /* padding: 0 20px; */
}

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

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

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

.section-title {
    position: relative;
    /*! font-family: var(--title-font); */
    margin-bottom: 35px;
}

.section-title .sub-title {
   position: relative;
   /* text-align: left; */
   color: #089441;
   /* display: block; */
   font-size: 18px;
   line-height: 28px;
   font-family: var(--primary-font);
   font-weight: 600;
   margin-bottom: 16px;
   text-transform: uppercase;
   width: fit-content;
}
.section-title.center .sub-title {
    margin: 0 auto;
}
 .sub-title::before {
  width: 15px;
  height: 4px;
  background-color: #089441;
  display: inline-block;
  margin-right: 5px;
  margin-left: 12px;
  border-radius: 10px;
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

 .sub-title::after {
  width: 34px;
  height: 4px;
  background-color: #089441;
  display: inline-block;
  margin-right: 5px;
  margin-left: 12px;
  border-radius: 10px;
  content: "";
  position: absolute;
  right: -72px;
  top: 50%;
  transform: translateY(-50%);
}

.section-title h2{
    font-size: 55px;
    line-height: 1;
    font-family: var(--title-font);
    text-align: left;
    font-weight: 500;
}


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

.primary-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
    background: var(--primary-color)!important;
    z-index: 1;
    transition: all 500ms ease;
    display: flex;
    border-radius: 50px;
    padding: 10px 10px 10px 15px;
    align-items: center;
    width: fit-content;
}
.primary-btn i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  margin-left: 8px;
}


.primary-btn::before {    
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 0;
    opacity: 0;
    content: "";
    z-index: -1;
    background-color: #1c4b33;
    transform: scale(1.0) rotateX(45deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.primary-btn:hover::before {
    opacity: 1.0;
    width: 100%;
    transform: scale(1.0) rotateX(0deg);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/**************************************** 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: #fff !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 slide {
    from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

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

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

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

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

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

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

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


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

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

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



.page-wrapper {}

.wrapper-super-header {
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 15px rgb(0 0 0 / 5%);
}

.wrapper-top-header {
    position: relative;
    width: 100%;
    padding: 14px 0px 13px 0px;
    background: var(--primary-color);
    color: #fff;
}

.wrapper-top-header .shape {
    position: absolute;
    left: 40%;
    bottom: 0px;
    width: 76px;
    height: 41px;
    background-repeat: no-repeat;
}

.top-header {}

.wrap-top-header {
    justify-content: space-between;
}

.left-top-header {}

.header-social {
    display: flex;
    align-items: center;
}

.header-social span {
    padding-right: 25px;
}

.header-social a {
    font-size: 13px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    aspect-ratio: 1;
    border: 1px solid #fff;
}

.info-top-header {
    padding: 0 0 27px;
}

.wrap-info-top-header {
    justify-content: end;
}

.info-top {
    display: flex;
    align-items: center;
}

.info-top:not(:last-child) {
    margin-right: 30px;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.icon-info-top {
    font-size: 17px;
}

.meta-info-top {
    color: #fff;
    padding-left: 20px;
}

.right-top-header {}

.wrap-right-top-header {}


.wrap-action-btn {
  display: flex;
  justify-content: end;
}



/*Bottom header*/

.wrap-bottom-header {
    position: relative;
    width: 100%;
}

.left-bottom-header {width: auto;}

.left-bottom-header .shape, .first-top-footer .shape {
    position: absolute;
    left: -13px;
    bottom: -20px;
    width: 140px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.logo-header {
    display: flex;
    align-items: center;
    position: relative;
}

.logo-header img {
    height: 120px;
}

.navbar-header-bottom {
    display: flex;
    align-items: center;
    width: auto;
    text-align: center;
}

.navbar-header-bottom > .navlink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-header-bottom > .navlink > li {
    position: relative;
    padding: 0px 15px;
    transition: all 300ms ease;
}

.navbar-header-bottom > .navlink >li:first-child {
    margin-left: 0;
}

.navbar-header-bottom > .navlink >li >a {
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    transition: all 0.5s ease-in;
    font-size: 17px;
    line-height: 30px;
    padding: 45px 0px;
    display: block;
}

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

.navbar-header-bottom > .navlink  >li > a:after {
    content: "";
    position: absolute;
    top: 70%;
    left: 10px;
    width: 0%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.navbar-header-bottom > .navlink > li > a:hover:after,
.navbar-header-bottom > .navlink > li > a.active:after {
    background-color: var(--second-color);
    transform: translateX(-50%) scaleX(1);
}

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;
    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: 500;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid rgba(90,90,90,.11);
    color: var(--primary-color);
    transition: all 220ms linear 0ms;
}

ul.ssmenu {
    top: 0;
    left: 100%;
}
li.has_menu_item {
    position: relative;
}

li.has_menu_item:hover .smenu {
    visibility: visible;
    opacity: 1;
    position: relative;
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    margin-top: 0;
}
li.has_menu_item a::before {
    content: "\f107";
    position: absolute;
    z-index: 1;
    font-family: 'FontAwesome';
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
ul.ssmenu li {}

ul.ssmenu a {}

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

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: #089441;
    bottom: -5%;
}
.navlink span {
  float: inherit;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  font-style: normal;
  font-family: 'font awesome 5 free';
  margin-left: 6px;
  font-size: 15px;
}

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

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

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


.action-btn {/* width: 24%; */}

.wrap-action-btn > a:not(:last-child) {
    color: #ffffff;
    background: var(--primary-color);
    position: relative;
    font-size: 15px;
    width: 45px;
    aspect-ratio: 1;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    margin-left: 5px;
    height: 45px;
    align-items: center;
    justify-content: center;
}


.btn-header-user {
  display: flex;
  align-items: center;
  width: 172px;
  height: 47px;
  border-radius: 50px;
  padding: 7px 20px 7px 7px;
  color: #ffffff;
  background: var(--primary-color);
  margin-left: 5px;
  font-size: 15px;
}

.btn-header-user i, .btn-header-user img {
  background: white;
  border-radius: 50%;
  height: auto;
  width: 35px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #089441;
}

.btn-header-user span {
  white-space: nowrap;
  padding-left: 8px;
  font-weight: 500;
}








/**************************************************Profil*********************************************/



.with-wrap-account a {
    height: unset;
    background: unset;
    width: unset;
    aspect-ratio: unset;
    margin: unset;
    padding: unset;
}

.infoCompteUser:before {
    content: "";
    position: absolute;
    width: 0;
    aspect-ratio: 1;
    top: -18px;
    left: 51%;
    transform: translate(-50%, 0);
    font-weight: bold;
    color: #ffffff;
    z-index: 5;
    border-width: 0 9px 9px;
    border-color: transparent transparent var(--primary-color);
    border-style: solid;
}

.with-wrap-account span.box-icon-register {
    margin: 0;
}

.infoCompteUser {
    position: absolute;
    width: 320px;
    padding: 20px 6px 0px;
    border-radius: 10px;
    background: white;
    box-shadow: 1px 2px 9px #b6b6b6;
    top: 80px;
    right: -50px;
    z-index: 2;
    overflow: unset !important;
}

.infoCompteUser .item{
}

.infoCompteUser .moncompte{
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #eee;
}


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

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

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

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

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


.item.logout-all-account {
    padding: 16px 0;
    display: flex;
    justify-content: center;
}

.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 10px;
    border-radius: 4px;
    display: inline-block;
    transition: all ease-in 0.6s;
    font-size: 15px;
    line-height: 1;
    color: #000;
    font-weight: 500;
}

.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;
    position: relative;
    width: 32px;
    overflow: hidden;
    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;
    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;
    width: 100%;
}

.moncompte .info-user.center {
    line-height: 1.5;
    font-weight: 700;
}

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

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

#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 {
    margin-bottom: 20px;
    transition: all ease 0.5s;
    font-size: 15px;
    width: 90%;
}

#infoCompteUser span {
}


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

.image-profil img {
    width: 100%;
}

.with-wrap-account .editer-profil {
    position: absolute;
    background: white;
    width: 28px;
    aspect-ratio: 1;
    align-items: center;
    font-size: 13px;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    box-shadow: 1px 2px 9px #c0bdbd;
    z-index: 2;
    top: 42%;
    height: 28px;
    right: 35%;
    transform: translateX(-50%);
}



 
.btn-header-user svg {
    /* width: 20px; */
    fill: #089441;
    /* width: 53px; */
}

a.wrap-right-bottom-header.btn-header-user {
    /* width: 172px; */
    position: relative;
    /* background: var(--primary-color); */
    display: flex;
    align-items: center;
    width: 172px;
    height: 47px;
    border-radius: 50px;
    padding: 7px 20px 7px 7px;
    color: #ffffff;
    background: var(--primary-color);
    margin-left: 5px;
    font-size: 15px;
}

.img-contact-header.connecter {
    background: white;
    border-radius: 50%;
    height: auto;
    width: 35px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.with-wrap-account {
    width: 174px;
    position: relative;
    margin-left: 5px;
}

.manage-myaccount a {
    height: auto;
    border-radius: 50px;
    width: 100%;
    background: none;
    color: inherit;
    /* font-weight: 500; */
    font-size: inherit;
    padding: 5px 0;
    display: block;
    text-align: left;
    position: relative;
}

.manage-myaccount a:before {
    /* position: absolute; */
    font-family: "fontAwesome";
    content: "\f105";
    margin-right: 10px;
}
.manage-myaccount a:hover {
    color: var(--primary-color);
    padding-left: 7px;
}



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


.wrapper-top-footer {
}

.wrap-top-footer {
    margin-bottom: -60px;
    position: relative;
}

.first-top-footer {
    width: 20%;
    padding: 0 15px;
    position: relative;
}

.footer-logo {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.first-top-footer img {
    height: 113px;
}

.first-top-footer .shape {
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    width: 80%;
    background-size: cover;
}



.second-top-footer {
    width: 80%;
    padding-left: 30px;
    padding: 0 15px;
}

.wrap-second-top-footer {
    display: flex;
    background: #e8f5e9;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 12%);
    padding: 30px 30px;
}

.item-top-footer {
    display: flex;
    position: relative;
    width: 33.33%;
    align-items: center;
}

.item-top-footer:not(:last-child):after {
    border-right: 1px solid var(--primary-color);
    position: absolute;
    content: "";
    height: 100%;
    right: 45px;
}

.item-top-footer-icon {
    padding-right: 16px;
    padding-top: 10px;
    color: var(--primary-color);
    font-size: 20px;
}

.item-top-footer-icon i {}

.item-top-footer-infos {
    color: #525368;
    margin: 1px 0;
}




.wrapper-bottom-footer {
    background: url(../images/bg/hen1.png);
    padding: 125px 0 30px;
    background-repeat: no-repeat;
    background-color: #1c4b33;
    background-size: 200px;
    background-position: 0% 89%;
    color: #fff;
}

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

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

.footer-widget-title {
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.footer-widget-title h3 {
    padding: 0 0 15px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 21px;
    background: #348e38;
}

.text-logo, .textwidget {
    line-height: 1.8;
    margin-bottom: 35px;
}

.social-footer {
    justify-content: unset;
}

.social-footer a {
    /* display: flex; */
    position: relative;
    font-size: 15px;
    /* color: inherit; */
    display: flex;
    aspect-ratio: 1;
    width: 38px;
    border-radius: 50px;
    transition: all 300ms ease;
    margin-right: 14px;
    align-items: center;
    justify-content: center;
    color: #a0a2a6;
    background-color: #325d48;
    height: 38px;
}

.social-footer a:hover {
    background: #0c9144;
    color: white;
}


.wrap-nav-footer {
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.nav-footer li {
    list-style: square;
    width: 50%;
}

.nav-footer li:hover::marker {
    color: #fff;
}

.nav-footer li::marker {
    color: #3f8462;
    left: 0;
}

.nav-footer li a {
    line-height: 2.5;
}


.formulaire-newsletter {
    display: flex;
    width: 100%;
}

.input-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    height: 70px;
    position: relative;
}

.input-wrap input {
    padding: 15px 70px 15px 32px;
    border: 1px solid #e8e3e382;
    border-radius: 35px;
    width: 100%;
    font-size: 17px;
    background: transparent;
    height: 100%;
    transition: all .3s;
}

.input-wrap button {
    cursor: pointer;
    font-size: 21px;
    width: 61px;
    aspect-ratio: 1;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5px;
    position: absolute;
    transition: all .3s;
}

.copyright-footer {
    text-align: center;
    color: #BBC9C2;
    padding: 30px 0 0;
    border-top: 1px solid #ffffff3d;
    margin-top: 55px;
}