@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=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=Nunito:ital,wght@0,200..1000;1,200..1000&family=Pacifico&display=swap');
@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=Yantramanav:wght@100;300;400;500;700;900&display=swap');

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

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

:root {/*    --primary-color: #369FF4;*/--primary-color: #1e6ee7;--second-color: #ff3b00;--white-color: #fff;--black-color: #000;--primary-font: "Roboto";--title-font: "Poppins";--smooth-font: "Roboto";--primary-font: 'Catamaran', sans-serif;--second-font: 'Unbounded', sans-serif;}

:root {
    --couleur-principale: #38B6FF;    /* Or/jaune */
    --couleur-secondaire: #044b7a;    /* Bleu foncÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â© */
    --couleur-fond: #f4f7fc;          /* Gris trÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨s clair */
    --couleur-carte: #ffffff;         /* Blanc */
    --couleur-texte: #333;            /* Gris foncÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â© */
    --couleur-texte-clair: #777;      /* Gris moyen */
    --couleur-bordure: #e9eef5;       /* Gris clair */
    --couleur-verte: #28a745;         /* Vert */
    --couleur-rouge: #dc3545;         /* Rouge */
    --couleur-orange: #fd7e14;        /* Orange */
    --couleur-violette: #6f42c1;      /* Violet */
    --couleur-indigo: #6610f2;        /* Indigo */
    --couleur-cyan: #17a2b8;    
    --couleur-pnud-bleu: #0072CE;
    --primary-color: #c5932c;
    --second-color: #044b7a;
    --text-color: #1f2937;
    --text-secondary: #6b7280;
    --background-color: #f8fafc;
    --card-background: #ffffff;
    --border-color: #e5e7eb;
    --sidebar-bg: #1f2937;
    --sidebar-text: #d1d5db;
    --sidebar-hover: #374151;
    --sidebar-active: var(--primary-color);
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 3px 6px 10px #0000000d;
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --primary-color: #38B6FF;
    --second-color: #14176c;
    --thirth-color: #ecf6fa;
    --border-color: #dbe3eb;
    --white-color: #fff;
    --black-color: #191825;
    --title-font: "Roboto";
    --primary-font:
      'Catamaran', sans-serif;
    --second-font:
      'Unbounded', sans-serif;
    --thirth-font:
      'Montserrat', sans-serif;
    --smooth-font:
      "Popins" sans-serif;
    --regular-font:
        'Outfit', sans-serif;
}
/*********************************************** 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%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.container.sup-header {
    width: 1300px;
}

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

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

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

  body {
    position: relative;
    overflow-x: hidden;
    font-family: var(--primary-font);
    line-height: 1.5;
    color: #646464;
    position: relative;
}

.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 =========================================== *//* ====================================================== 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: 42px;
    line-height: 48px;
    font-weight: 500;
    color: black;
    font-family: 'Catamaran';
    padding-top: 0;
}

.title-bloc strong {
  color: black;
  font-weight: 700;
  line-height: 45px;
}

.mb-20{
    margin-bottom:20px;
}
.sub-title {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF1A 0%, #FFFFFF1A 100%);
    /* box-shadow: 0px 20px 30px 10px rgba(199.99999999999997, 208, 214, 0.25); */
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 27px;
    border-radius: 100px;
    color: var(--primary-color);
    background: white;
    font-family: var(--thirth-font);
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
  }
html {
  scroll-behavior: smooth;
}
.sub-title::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--primary-color);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
 .sub-title::after{
  content: '';
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--primary-color);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.subtitle::after {
  right: -4px;
  left: initial;
}
.section-title .title-bloc span {
    /* color: var(--primary-color); */
}
.center .sub-title {
    /* margin: 0 auto 6px; */
    /* padding: 0 44px; */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 12%;
    width: fit-content;
}

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

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

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

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

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

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

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

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

.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;
    font-family: 'BARLOW';
    height: auto;
    color: var(--white-color);
    white-space: nowrap;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 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(--second-color);
  -webkit-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

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

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

.primary-btn:hover svg {
} */
    

.primary-btn-icon{
  position: relative;
}

.primary-btn-icon::after {
  content: "";
  width: 1px;
  height: calc(100% - 3px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  background-color: var(--white-color);
  transition: all 400ms ease;
}


.primary-btn svg {
  fill: white;
  width: 26px;
  /*! left: -10px; */
  position: relative;
  margin-left: 8px;
  height: 23px;
}

.primary-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    /*! gap: 28px; */
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    padding: 10px 21px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    line-height: 1;
    /*! text-transform: uppercase; */
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 11%);
    background-color: var(--primary-color);
    z-index: 1;
    transition: 500ms;
}

.primary-btn::before, .primary-btn::after {
  content: "";
  background-color: #009edb;
  height: calc(50% + 1px);
  width: 0;
  position: absolute;
  transition: 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.primary-btn::before{
  top: 0;
  left: 0;
  right: auto;
}
.primary-btn::after{
  bottom: 0;
  right: 0;
  left: auto;
}

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

}


/* connexion / inscription**************************************************************************** */

.wrap-header-call-action .item-middle-info-header {
    /*! padding: 3px 13px 5px 6px; */
    /*! border: 1px solid white; */
    transition: ease-in all 0.3s;
    border-left: 0px;
    border-radius: 50px;
    background: white;
    overflow: hidden;
    height: 38px;
    width: 262px;
}
.wrap-header-call-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: max-content;
}
.wrap-header-call-action .item-middle-info-header h3 {
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 8px;
    padding: 0;
    position: relative;
}
.wrap-header-call-action .item-middle-info-header h3 span {
  line-height: 20px;
  margin: 0;
  font-weight: 600;
  color: var(--primary-color);
  font-size: 14px;
}

.wrap-header-call-action .item-middle-info-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  margin-left: 20px;
}
.wrap-header-call-action .icon-middle-info-header {
    width: 30px;
    min-width: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    border: 2px solid var white;
    height: 30px;
    /*! line-height: 46px !important; */
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    font-size: 12px;
    color: white;
    align-items: center;
    margin-right: 5px;
}
.item-connexion-inscription:hover {
    background: var(--second-color);  
    border-color: transparent;
}
.item-connexion-inscription:nth-child(1):hover {
    background: var(--second-color);  
    border-color: transparent;
    color: white;
}

.item-connexion-inscription {
  display: flex;
  align-items: center;
  padding: 0px 9px 0px 9px;
  height: 100%;
  width: 50%;
  justify-content: start;
}
.item-middle-info-header a + a {
  padding-left: 9px;
}

.wrap-header-call-action .icon-middle-info-header img {
  width: 17px;
  filter: brightness(0) invert(1);
}
.item-connexion-inscription:hover .icon-middle-info-header img {
  filter: none;
}
.item-connexion-inscription:nth-child(1) {
  /*! background: #f3f3f7; */
  border-right: 1px solid #b8b8be;
  padding-right: 0;
}
.item-connexion-inscription:hover h3 span {
    color: white;
  
}

.wrap-header-call-action .item-middle-info-header:hover h3 {
    color: white;
    
}

.item-connexion-inscription:hover .icon-middle-info-header {
    color: var(--second-color);
    background: white;
}

.item-middle-info-header:hover .icon-middle-info-header::before {
    /*! border-color: white; */
}


.wrap-header-call-action .icon-middle-info-header::before {
    /*! content: ""; */
    position: absolute;
    top: -4px;
    left: -5px;
    width: 45px;
    height: 44px;
    border: 2px solid red;
    display: block!important;
    border-radius: 50%;
    z-index: 0;
    display: none;
}

.wrap-header-call-action .icon-middle-info-header img {
    width: 13px;
    height: 15px;
    transition: all ease 0.3s;
}

.item-middle-info-header:hover .icon-middle-info-header img {
    animation: vibrate .4s;
}


.action-btn > a {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    color: #ffffff;
    background: #044b7a;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 0 30px 0 37px;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    position: relative;
}






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

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

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

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

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

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

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



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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


.header-mobile {
    display: none;
}


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

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

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

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

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

.element-shape-decor {}

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

.item-shape-decor img {}

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

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

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

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

@keyframes slide {
    from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}
@keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

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

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

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

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

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

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


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

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

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

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


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

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

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

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



@keyframes animationFramesOne {

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


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

}

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


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



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



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



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

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

/*GESTION DES SOUS MENUS*/

ul.smenu, ul.ssmenu {
    border-bottom: 4px solid 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 30px;
    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: #2e3d44;
    transition: all 220ms linear 0ms;
}

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

ul.ssmenu li {}

ul.ssmenu a {}

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

ul.smenu a:before {
    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: var(--primary-color);
    bottom: -5%;
}

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

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

ul.navlink li:last-child a {
    border-bottom: none;
}
ul.navlink li:last-child h3.titre-bloc-mega-menu a{
    border-bottom: 1px solid #ED0020;
}
.smenu li.has-children > a::after {
  content: "\f105";
  right: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
}
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%);
}



/*

***************************************************************************************************
                                        megas menu

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

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

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

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


.menu li {
    position: relative;
}

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

.contain-item-mega-menu {
    margin-bottom: 15px;
}
.menu li:hover ul.smenu {
    transition: all .2s ease-in-out;
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.navlink>li>.smenu::before {
  content: "";
  position: absolute;
  left: 44px;
  /* right: 0; */
  top: -5px;
  box-shadow: 11px 10px 38px rgb(46 63 99 / 15%);
  margin: auto;
  background-color: #ffffff;
  /* background-image: -webkit-gradient(linear,left top,right top,from(#d1651a),to(#c1282a)); */
  /* background-image: -webkit-linear-gradient(left,#d1651a,#c1282a); */
  background: var(--primary-color);
  background-image: -ms-linear-gradient(left,#d1651a,#c1282a);
  background-image: -o-linear-gradient(left,#d1651a,#c1282a);
  background-image: linear-gradient(left,#d1651a,#c1282a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#d1651a',endColorStr='#c1282a',gradientType='1');
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
  -webkit-transition: all .25s cubic-bezier(.37,.31,.2,.85);
  -khtml-transition: all .25s cubic-bezier(.37,.31,.2,.85);
  -moz-transition: all .25s cubic-bezier(.37,.31,.2,.85);
  -ms-transition: all .25s cubic-bezier(.37,.31,.2,.85);
  -o-transition: all .25s cubic-bezier(.37,.31,.2,.85);
  transition: all .25s cubic-bezier(.37,.31,.2,.85);
}

.conteneur-mega-menu {
    position: absolute;
    /* top: 120%; */
    background-color: #ffffff;
    border-radius: 9px;
    right: 0;
    display: flex;
    left: 0;
    padding: 25px;
    /*! border-top: 2px solid #ED0020; */
    /* border: 1px solid whitesmoke; */
    -moz-box-shadow: 1px 1px 20px 0px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 20px 0px rgba(0,0,0,.1);
    box-shadow: 1px 3px 14px 0px rgba(0,0,0,.1);
    transition: all .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    width: fit-content;
    border-bottom: 4px solid #df0e0e;
    position: absolute;
    background: #fff;
    padding: 22px 30px;
    top: 100%;
    left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 500px;
    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;

}
li.parent-mega-menu:last-child .conteneur-mega-menu {
    left: auto;
}
.wrap-mega-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.mega-menu {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    /* padding-right: 25px; */
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
}

li.bloc-mega-menu {
    width: 201px;
    padding: 0 20px;
}

ul.mega-menu a {
   line-height: normal;
  padding: 2px 0;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  display: block;
/*   border-bottom: 1px solid rgba(90,90,90,.11); */
  color: #2e3d44;
  transition: all 220ms linear 0ms;
   position: relative;
}

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

ul.contain-item-mega-menu a:before {
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
    opacity: 1;
    content: '\F105';
}

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

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

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


.menu li {
    position: relative;
}

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

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

.direct-link:hover {
  color: var(--primary-color);
}

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

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



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



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

                                                 header-mobile

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

.wrapper-super-header {
  z-index: 4;
  position: relative;
}

.wrapper-sup-header {
  position: relative;
  background-color: rgb(55 59 82);
  padding: 5px 0;
  padding-bottom: 40px;
  background: var(--primary-color);
}
.wrap-sup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  top: 5px;
  position: relative;
}
.wrapper-middle-header {
  position: relative;
  width: 92%;
  /* height: 100%; */
  margin: 0 auto;
  margin-top: -40px;
  border-radius: 50px;
  /* overflow: hidden; */
  box-shadow: 0 1px 12px 0 rgb(0 0 0 / 16%);
  background: white;
}
.wrapper-middle-header::before {
   content:""; 
  background-color: #fff;
  width: 100%;
  height: 100%;
  transform: skewX(-15deg);
  border-radius: 16px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
  margin: 0 auto;
   position: absolute;
   opacity: 0;
}
.wrap-middle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* overflow: initial; */
}
.titre-site {
  line-height: 28px;
  position: relative;
  color: var(--white-color);
}
.right-sup-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.social-header {
  margin-left: 40px;
}
.social-header a {
  margin-right: 7px;
  font-size: 12px;
  border-radius: 50px;
  width: 35px;
  aspect-ratio: 1;
  display: flex;
  transition: all ease .35s;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: var(--primary-color);
}
.social-header.row-container a:hover {
    /*! background-color: var(--primary-color); */
}
.first-right-sup-header .item-info-contact {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  padding-right: 20px;
  margin: 3px 20px 3px 0;
  position: relative;
  font-family: 'Catamaran';
  border-right: 1px solid #ffffff6b;
  padding-left: 20px;
  color: #ffffffe3;
}
.first-right-sup-header .item-info-contact:hover {
  /*! color: var(--primary-color); */
}
.first-right-sup-header .item-info-contact i {
  font-size: 14px;
  line-height: 0;
  color: #ffffff;
  margin-right: 10px;
}
.right-middle-header {
  width: 90%;
  position: relative;
  overflow: inherit;
}
.bottom-right-middle-header .wrap-header {
  display: flex;
  justify-content: center;
}

.container.middle-header {
  width: 1400px;
}
.left-middle-header {
  /*! width: 10%; */
  border-radius: 30px;
  overflow: hidden;
}
.header-contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 45px;
}
.navlink {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  font-family: var(--primary-font);
}
.navlink li a {
  position: relative;
  display: block;
  color: #000;
  text-align: left;
  line-height: 30px;
  /*! text-transform: capitalize; */
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 500;
  padding: 10px 0px;
  padding-right: 0px;
  font-size: 14px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  font-family: Poppins;
}
.navlink li {
  margin-right: 28px;
  padding: 20px 0px;
  position: relative;
}
.item-info-contact i {
  font-size: 25px;
  line-height: 1em;
  color: var(--primary-color);
  margin-right: 10px;
}
.item-info-contact {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: rgb(13, 13, 13);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin-right: 36px;
}



.logo-amories {
  height: 72px;
  display: inline-block;
}
.logo-amories img {
  height: 100%;
  width: auto;
  padding-top: 5px;
}

.bloc-change-color {
    position: relative;
    padding: 5px 13px !important;
    margin-left: 20px;
    border-radius: 5px;
    background: #f9f6f68c;
    height: 32px;
    z-index: 5;
}

.item-lang:hover {
    color: var(--second-color);
}
.bloc-change-color:hover .other-list-lang{
	opacity:1;
	visibility:visible;
}
.bloc-change-color .other-list-lang {
    position: absolute;
    flex-direction: column;
    background-color: #FFFFFF;
    right: -10px;
    /* left: -10px; */
    box-shadow: 1px 1px 8px #00000012;
    transition: all ease .35s;
    visibility: hidden;
    opacity: 0;
}
.item-lang {
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px !important;
    border-bottom: 1px solid #eee;
}

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

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

.item-lang::before {
    display: none;
}
.right-wrap-header {
  display: flex;
  justify-content: center;
}
.title-box.text-center {
  text-align: center;
}
.title-box.text-center::before {
  right: 46%;
}
.title-box.text-center::after {
  left: 49%;
}

.wrapper-testimony .title-box::before, .wrapper-testimony .title-box::after {
  background-color: #fff;
}

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

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

span.tx-line.tx-line__1 {
    background-color: green;
}

span.tx-line.tx-line__2 {
    background-color: red;
}

/* *******************************************************************************
                            flash-info
******************************************************************************* */


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


.wrapper-flash-infos {
  position: absolute;
  /* height: 50px; */
  z-index: 2;
  /* padding: 10px 0; */
  position: absolute;
  z-index: 2;
  top: 100%;
  width: 100%;
}

.flash-infos.container {
  /* width: 1100px; */
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.wrap-flash-infos {
  color: var(--white-color);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 20px #00000061;
  width: 93%;
  align-items: stretch;
  line-height: 1;
  height: 40px;
  background: var(--primary-color);
  background: rgb(55 59 82);
}

.left-flash-info {
  text-transform: uppercase;
  background: #ec1f27;
  /*! background-image: url(../images/bg/bg-btn-header.png); */
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 54% auto;
  background-repeat: no-repeat;
  padding: 10px 13px 11px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 0 0 0 5px;
  width: 125px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.wrap-left-flash-info {
  justify-content: unset;
  /* align-items: stretch; */
}

.wrap-left-flash-info i {}

.wrap-left-flash-info span {
  margin-left: 5px;
}

.content-flash-info {
  width: calc(100% - 322px);
  height: 100%;
  /*! padding: 9px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  /*! padding-top: 21px; */
}

.wrap-content-flash-info {
  padding: 0 0px 0 15px;
  width: 95%;
  display: flex !important;
}

.wrap-content-flash-info {justify-content: center;display: grid;}

.item-flash-info {
  width: 90%;
  font-size: 16px;
  height: 100%;
}

.item-flash-info p {
}

.wrap-content-flash-info .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-43%);
  right: -5px;
}

.wrap-content-flash-info .nav-btn.prev-slide {}

.wrap-content-flash-info .nav-btn.next-slide {
  right: -25px;
}

.right-flash-info {
  padding: 10px 13px 11px;
  font-size: 12px;
  width: 197px;
  border-radius: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wrap-right-flash-info {
  justify-content: end;
  line-height: 1;
}

.right-flash-info span span {
  margin-left: 5px;
}

span.value-temp {
  font-weight: 600;
}

.icon-action {
  position: relative;
  background: var(--primary-color);
  padding: 11px 15px;
  width: 60px;
  color: var(--white-color);
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.icon-action > div  {
  /* font-size: 17px; */
  position: relative;
}

.icon-action div:hover {
  /* background: #195985; */
  /* color: #fff; */
}




span.tx-line.tx-line__3 {
    background-color: var(--thirth-color);
}

/* ================================================================================================================== 
|                                                       FOOTER                                                       |
====================================================================================================================*/
wrapper-top-footer{
    position:relative;
    padding: 100px 0;
}
.wrapper-bg-footer{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 50% 50%;
    box-shadow: 0 0 0 0 #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/bg-footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.wrapper-bg-footer::before{
    content: "";
    height: 100%;
    width: 100%;
    background-color: RGBA(39, 39, 143, 0.95);
    position: absolute;
    bottom: 0;
    left: 0;
}
.wrap-top-footer{
    padding-top: 80px;
    /* padding-left:30px; */
    /* padding-right:50px; */
    position: relative;
    z-index: 3;
}
.content-top-footer{
    display: flex;
    flex-wrap: wrap;
    /*! justify-content: space-around; */
    align-items: center;
}
.logo-box{
    position: relative;
    padding-top: 15px;
    z-index: 1;
    display: inline-block;
    transition: all .4s ease;
    width: fit-content;
    padding: 10px;
    background: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-box img{
    width: 213px;
    height:59px;
}
.text-top-footer{
    max-width: 25%;
    flex-basis: 25%;
    position: relative;
    z-index: 1;
    width: 100%;
}
.text-top-footer h3{
    color: #fff;
    display:inline-block;
    font-weight: 700;
    font-size: 26px;
    margin-left: 178px;
    width: max-content;
    font-weight: 800;
}
.icon-content-footer{
    max-width: 41.666667%;
    flex-basis: 41.666667%;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-left: 111px;
}
.social-media-footer{
    display: flex;
    align-items: center;
}
.social-media-footer li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.social-media-footer li p{
    color: #ffffff;
    margin-left: 13px;
}
.social-media-footer li a {
    display: flex;
    align-items: center;
}
.social-media-footer li a i{
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 51%;
    font-size: 22px;
    color: #ffffff;
    background: var(--primary-color);
    transition: .3s ease-in-out;
    /* position: relative; */
}
.social-media-footer li a:hover i{
    transform: rotateY(360deg);
}
.wrap-middle-top-footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.item-footer-top{
    position: relative;
    display: block;
    width: 30%;
    padding: 0 10px;
}
.wrap-item-footer-infos{
    position: relative;
    display: block;
    left: -20px;
}
.title-infos-footer{
    position: relative;
    display: inline-block;
    /* margin-bottom: 15px; */
    /* margin-left: 10px; */
    /* width: 176px; */
    /* top: 20px; */
    margin-bottom: 19px;
    color:#fff;
    font-size: 26px;
    font-weight: 900;
}
.text-box-footer{
    font-size:18px;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    color: #fff;
    /* margin-bottom: 30px; */
}
.wrap-item-footer-quick-lins{
    position: relative;
    display: block;
    left: 25px;
}
.text-quick-lins-footer{
    /* margin-bottom: 9px; */
    /* padding-top: 9px;*/
    margin-bottom: 25px;
    position: relative;
    /* line-height: 1.6; */
}
.title-quick-lens-footer{
    position: relative;
    display: inline-block;
    /* margin-bottom: 15px;
    margin-left: 10px; */
    /* width: 176px; */
    /* top: 20px; */
    margin-bottom: 23px;
    color:#fff;
    font-size: 26px;
    font-weight: 900;
}
.icon-text-quick-lins-box-footer{
    display:flex;
    /* align-items: center; */
    justify-content: space-between;
}
.icon-text-quick-lins-footer{
    /* top: 80px; */
    padding: 0;
    padding-right: 40px;
    /* margin-top: 25px; */
}
.text-quick-lins-footer a{
    padding-left: 8px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-size: 16px;
}
.text-quick-lins-footer :hover{
    color:var(--primary-color);
}
.text-quick-lins-footer a::before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    color: var(--primary-color);
    position: absolute;
    top: 2px;
    left: -8px;
    transition: all 0.3s ease 0s;
    transform: translateX(0);
}
.wrap-item-footer-contact{
    position: relative;
    display: block;
}
.contact{
    left: 100px;
    position: relative;
}
.title-contact-footer{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    /* margin-left: 10px; */
    /* width: 176px; */
    /* top: 20px; */
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
    color:#fff;
}
.icon-text-contact-footer{
    position: relative;
    /* display: inline; */
    /* margin-top: 25px; */
}
.icon-text-contact-footer li{
    display: flex;
    width: 100%;
    vertical-align: top;
    border-bottom: none !important;
    margin-bottom: 20px;
    /* padding-bottom: 9px; */
    /* position: relative; */
    line-height: 1.6;
    align-items: center;
}
.icon-contact-footer span{
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 51%;
    font-size: 16px;
    color: #ffffff;
    background: var(--primary-color);
    margin-right:8px;
}
.text-contact-footer{
    color: #fff;
    font-size: 18px;
    margin-left: 8px;
    position: relative;
    top: -1px;
}
.wrapper-bottom-footer{
    position:relative;
    background: var(--primary-color);
    /* padding-bottom: 5px; */
    padding-top: 82px;
    padding-bottom: 20px;
}
.wrap-bottom-footer{
    padding-bottom:5px;
    padding-top: 15px;
}
.item-bottom-footer{
    position: relative;
    z-index: 1;
    width: 100%;
}
.wrap-item-bottom-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-bottom-left-footer h3{
    display:inline-block;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Sora', sans-serif;
    color:#fff;
    /* max-width: 50%;
    flex-basis: 50%; */
}
.text-bottom-left-footer h3 i{
    padding-right: 16px!important;
}
.text-bottom-right-footer{
    /* max-width: 50%;
    flex-basis: 50%; */
    display: flex!important;
    align-items: center !important;
    color: #fff;
    float: right;
}
.text-bottom-right-footer a{
    color: #ffffff;
    display:inline-flex;
    font-weight: 600;
}
.ligne-bottom-footer{
    margin-right: 24px !important;
    margin-left: 24px !important;
    display: block;
    height: 20px;
    width: 1px;
    background-color: #fff !important;
}
.wrapper-middle-footer{
    /* padding-top: 100px ; */
    /*! position: absolute; */
    /*! padding-left: 89px; */
    /* padding-right: 20px; */
    top: 49px;
    position: relative;
}
.wrap-middle-footer{
    display: flex;
    flex-wrap: wrap;
    /* padding-right: 40px; */
    padding-bottom: 25px;
    /* padding-left: 30px; */
    margin-top: -130px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 40px;
    padding-top: 29px;
    background-color: #FFFFFF;
    position:relative;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
}
.item-left-middle-footer{
    width: 48%;
    
}
.item-right-middle-footer{
    width: 48%;
    position: relative;
    padding-right: 30px;
}
.wrap-item-left-middle-footer{
    display:flex;
    align-items: center;
    justify-content: center;
}
.wrap-item-right-middle-footer{
    /* display:flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
}
.text-icon-middle-footer{
    /* max-width: 50%;
    flex-basis:50%; */
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    z-index: 1;
    text-align: left;
    /*! left: -33px; */
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
}
.icon-middle-footer{
    margin-right: 15px;
}
.icon-middle-footer i{
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 0 #ffffff;
    color: var(--primary-color);
    margin-top: 12px;
    font-size: 43px;
}
.text-middle-footer{
    text-align: left;
}
.text-middle-footer h3{
    font-weight: 700;
    font-size: 24px;
    margin: 0px !important;
    color:#000;
}
.text-middle-footer p{
    color: #555;
}
form{
    /* max-width: 50%; */
    /* flex-basis: 50%; */
    /* position: relative; */
    /* width: 100%; */
    /* min-height: 1px; */
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    /* z-index: 1; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* right: -125px; */
}
form input{
    transition: .35s;
    background: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d5d5d5;
    border-radius: 40px;
    height: 65px;
    width:100%;
    padding-left: 30px !important;
    /* position: absolute; */
}
::placeholder{
    color: #555;
}
.btn-box-footer{
    padding-top: 18px;
    padding-right: 36px;
    padding-bottom: 16px;
    padding-left: 36px;
    position: absolute;
    top: 3px;
    right: 3px;
    transition: all .15s ease-in-out;
    vertical-align: middle;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    background-color: var(--primary-color);
}
.btn-box-footer:hover{
    background-color:var(--primary-color);
}

.wrapper-footer {
  background-color: RGBA(12, 12, 54, 0.95);
  padding-top: 82px;
}
.wrapper-top-footer {
  padding-bottom: 86px;
}

/* **************************************************partenaire******************************************** */

.wrap-partenaire-logos:hover .nav-btn {
  background-color: var(--second-color);
}

.partenaire-titre .sub-title {
  font-size: 13px;
}
.partenaire-titre .title-bloc {
  font-size: 32px;
}
.partenaire-titre .section-title {
  margin-bottom: 0;
}
.wrap-partenaire-logos .owl-nav.disabled {
  display: block !important;
}
.wrap-partenaire-logos .nav-btn {
  position: absolute;
  transition: all ease 0.5s;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 17px;
  z-index: 4;
  width: 50px;
  aspect-ratio: 1;
  height: 50px;
  margin: 0;
  border: 3px solid #ffffff;
  top: -46%;
  transform: translateY(1%);
  border-radius: 50%;
  background-color: var(--primary-color);
  box-shadow: 0 8px 19px 0 rgba(126, 126, 126, 0.35);
}
.wrap-partenaire-logos .nav-btn.next-slide {
  right: -3%;
}
.wrap-partenaire-logos .nav-btn.prev-slide {
  left: -3%;
}

.wrapper-partenaire {
  margin-top: -300px;
  padding-top: 0;
  z-index: 6;
  position: relative;
  bottom: -95px;
}
.partenaire {
  width: 100%;
}

.partenaire-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
  background-color: #fcfcff;
  position: relative;
  z-index: 999;
}


.partenaire-content::after {
  content: "";
  position: absolute;
  width: 96%;
  height: 20px;
  background-color: #dfd7d74a;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.partenaire-content::before {
  content: "";
  position: absolute;
  width: 98%;
  height: 10px;
  background-color: #ece9e969;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.partenaire-titre {
  margin-bottom: 35px;
  text-align: center !important;
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: -0.2px;
  padding-top: 18px;
}

.partenaire-titre h6 {
  margin: 0;
  color: #383737;

  font-size: 16px;
}

.partenaire-titre h6 span {
  color: var(--primary-color);
}

.wrap-partenaire-logos {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  /*! margin: 0 2em; */

  align-items: center !important;
  padding-right: 30px;
}


.item-logo a imgg {
  width: auto !important;
  height: 70px;
}
.item-logo a img {
  /*! height: 90px; */
  width: auto !important;
  object-fit: contain;
}

.item-logo {
  padding: 0 25px;
  padding-bottom: 20px;
  height: 110px;
}

.item-logo2 img {
  /*! width: 110px; */
  height: 70px;
  object-fit: contain;
}

.partenaire-titre .sub-title {
  font-size: 13px;
}
.partenaire-titre .title-bloc {
  font-size: 32px;
}
.partenaire-titre .section-title {
  margin-bottom: 0;
}

