@font-face {
  font-family: 'Molther';
  src: url('./font/Molther.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Reno';
    src: url('./font/Reno.ttf') format('truetype');
    }
  @font-face {
    font-family: 'bergen';
    src: url('./font/BergenText-Bold.otf') format('truetype');
  }
  @font-face {
    font-family: 'MonumentExtended';
    src: url('./font/MonumentExtended-Ultrabold.otf') format('truetype');
  }
  @font-face {
    font-family: 'Morebig';
    src: url('./font/Morebig Sans.otf') format('truetype');
  }
  @font-face {
    font-family: 'Pulse';
    src: url('./font/Pulse.otf') format('truetype');
  }
  @font-face {
    font-family: 'Rasgen';
    src: url('./font/Rasgen - Modern Bold Font.otf.otf') format('truetype');
  }
  @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;500;600;700;800;900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins: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');

  :root{
    /* Font */
    --h1-size-L:24px; 
    --h2-size-L:20px;
    --h3-size-L:15px;
    --body-size-L: 12px;


    --h1-size-S:12px; 
    --h2-size-S:12px;
    --h3-size-S:12px;

    --font-family-Main:'Outfit', sans-serif;
    --font-family-header:'poppins','sans-serif';

    /*Color*/
    --color-background:#f8f8f8;
    --color-background-header:#1f1f1e;
    --color-text:#f8f8f8;
    --color-text-2:#151514;
    --color-text-act:#888888;

    /*Margin & Padding */
    --margin-l: 30px; 
    --padding-l:30px;

    /*box-shadow*/
     box-shadow:0 12px 24px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.08);

  }
 
  body {
    background: var(--color-background);
    margin: 0px;
    padding: 0px;
    box-sizing: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

}

body::-webkit-scrollbar {
    display: none;
}
.cookieset {
  width: 100%;
  height: 100%;
  display: none; 
  justify-content: center;
  align-items: center;
  z-index: 130;
  position: fixed;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.5);
}
.cookie-card {
  max-width: 320px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
}
.title {
  font-weight: 600;
  color: rgb(31 41 55);
}
.description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99);
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}
.description a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246);
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}
.description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}
.pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31 41 55 );
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}
.pref:hover {
  color: rgb(156 163 175);
}
.pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17 24 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border: none;
  transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.accept:hover {
  background-color: rgb(55 65 81);
}
.accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
/* preloader */ 
.socket {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
}
.hex-brick {
  background: #151514;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 5px;
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
.h2 {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}
.h3 {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.gel {
  height: 30px;
  width: 30px;
  transition: all .3s;
  -webkit-transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.center-gel {
  margin-left: -15px;
  margin-top: -15px;
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}
.c1 {
  margin-left: -47px;
  margin-top: -15px;
}

.c2 {
  margin-left: -31px;
  margin-top: -43px;
}

.c3 {
  margin-left: 1px;
  margin-top: -43px;
}

.c4 {
  margin-left: 17px;
  margin-top: -15px;
}

.c5 {
  margin-left: -31px;
  margin-top: 13px;
}

.c6 {
  margin-left: 1px;
  margin-top: 13px;
}

.c7 {
  margin-left: -63px;
  margin-top: -43px;
}

.c8 {
  margin-left: 33px;
  margin-top: -43px;
}

.c9 {
  margin-left: -15px;
  margin-top: 41px;
}

.c10 {
  margin-left: -63px;
  margin-top: 13px;
}

.c11 {
  margin-left: 33px;
  margin-top: 13px;
}

.c12 {
  margin-left: -15px;
  margin-top: -71px;
}

.c13 {
  margin-left: -47px;
  margin-top: -71px;
}

.c14 {
  margin-left: 17px;
  margin-top: -71px;
}

.c15 {
  margin-left: -47px;
  margin-top: 41px;
}

.c16 {
  margin-left: 17px;
  margin-top: 41px;
}

.c17 {
  margin-left: -79px;
  margin-top: -15px;
}

.c18 {
  margin-left: 49px;
  margin-top: -15px;
}

.c19 {
  margin-left: -63px;
  margin-top: -99px;
}

.c20 {
  margin-left: 33px;
  margin-top: -99px;
}

.c21 {
  margin-left: 1px;
  margin-top: -99px;
}

.c22 {
  margin-left: -31px;
  margin-top: -99px;
}

.c23 {
  margin-left: -63px;
  margin-top: 69px;
}

.c24 {
  margin-left: 33px;
  margin-top: 69px;
}

.c25 {
  margin-left: 1px;
  margin-top: 69px;
}

.c26 {
  margin-left: -31px;
  margin-top: 69px;
}

.c27 {
  margin-left: -79px;
  margin-top: -15px;
}

.c28 {
  margin-left: -95px;
  margin-top: -43px;
}

.c29 {
  margin-left: -95px;
  margin-top: 13px;
}

.c30 {
  margin-left: 49px;
  margin-top: 41px;
}

.c31 {
  margin-left: -79px;
  margin-top: -71px;
}

.c32 {
  margin-left: -111px;
  margin-top: -15px;
}

.c33 {
  margin-left: 65px;
  margin-top: -43px;
}

.c34 {
  margin-left: 65px;
  margin-top: 13px;
}

.c35 {
  margin-left: -79px;
  margin-top: 41px;
}

.c36 {
  margin-left: 49px;
  margin-top: -71px;
}

.c37 {
  margin-left: 81px;
  margin-top: -15px;
}

.r1 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .2s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .2s;
}

.r2 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .4s;
}

.r3 {
  animation-name: pulse00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .6s;
  -webkit-animation-name: pulse00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .6s;
}

.r1 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .2s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .2s;
}

.r2 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .4s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .4s;
}

.r3 > .hex-brick {
  animation-name: fade00;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: .6s;
  -webkit-animation-name: fade00;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: .6s;
}

@keyframes pulse00 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.01);
    transform: scale(0.01);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade00 {
  0% {
    background: #252525;
  }

  50% {
    background: #000000;
  }

  100% {
    background: #353535;
  }
}

#preloader{
  background:#262624; 
  top:0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;

}
.preloader-logo{
  width: 150px;
  height: 150px;
}
.scale-up-center {
	-webkit-animation: scale-up-center 2s infinite cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 2s infinite cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*nav*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: var(--color-background-header);
  border-bottom: 1px solid #f2f1f1;
  display: flex;
  justify-content: flex-start;
}

.header {
  position: relative;
  margin: 0;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding-bottom: 1rem;
  text-align: center;
}
nav{
width: 100%;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
  /* hamburger menu */
  .menu-btn{
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    left:15px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu-btn__burger{
    width: 30px;
    height:3px ;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255,101,47,.2);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu-btn__burger::before,
.menu-btn__burger::after{
    content: '';
    position: absolute;
    width: 30px;
    height:3px ;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(255,101,47,.2);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.menu-btn__burger::before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.menu-btn__burger::after {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
/*animation burger */
.menu-btn.open .menu-btn__burger{
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before{
    -webkit-transform: rotate(45deg) translate(35px, -35px);
    transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn__burger::after{
    -webkit-transform: rotate(-45deg) translate(35px, 35px);
    transform: rotate(-45deg) translate(35px, 35px);
}
  /* side bar */
  .side-nav {
    width: 0;
    transition: width 0.3s;
  }
  .side-nav.open {
    width: 0px;
  }
  .side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 90px;
    left: 0;
    background-color: var(--color-background);
    overflow-x: hidden;
    transition: 0.5s;
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-direction: column;
    z-index: 100;
    padding-top: 30px;

  }
  .side-nav a {
    font-family: 'MonumentExtended';
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #121111;
    width: 100%; 
    transition: 0.3s;
    text-transform:uppercase;
    white-space: nowrap;
    display: flex;
    padding-top:20px;
    padding-bottom: 20px;
    justify-content: center;
  }
  .side-nav a:hover {
    color: #737373;
  }
  .side-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .nav-links {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
  }
  
  .nav-links a {
    text-decoration: none;
    color: white;
    font-family: 'MonumentExtended';
    font-weight: 900;
    font-size: 11px;
    margin: 15px;
    position: relative; /* Ajouter cette propriété */
  }
  
  .nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.5s ease, left 0s 0.5s;
  }
  
  .nav-links a:hover::after {
    width: 100%;
    left: 0;
    transition: width 0.5s ease, left 0s;
  }
  /* section 1 */
  @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
  .no-select {
    user-select: none;
    -webkit-user-select: none; /* Support pour les navigateurs WebKit (Safari, Chrome) */
    -moz-user-select: none;    /* Support pour les navigateurs Mozilla (Firefox) */
    -ms-user-select: none;     /* Support pour les navigateurs Microsoft (IE, Edge) */
}
.homepage1{
  width: 100%;
  height: 72px;
  overflow: hidden;
  background-color: var(--color-background-header);
  background-clip: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;}


.titlesection{
  font-family: 'MonumentExtended';
  text-transform: uppercase;
  font-size: 25px;
  color: var(--color-text);
  letter-spacing: 0.02em;
  font-weight: 900;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 0px;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.174);
  /*-webkit-text-stroke: 2px rgb(0, 0, 0);
  text-stroke: 2px rgb(0, 0, 0);*/
  
}
.descriptionsection{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: var(--color-text);
  line-height: 22px;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.516);

}
.positionbtn{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.linkbtn{
  font-family: 'Pulse';
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 10px;
  font-weight:bolder;
  width: 300px;
  height: 50px;
  border-radius: 10px;
  background-color: var(--color-background-header);
  color: var(--color-text);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.imglp{
  width: 100%;
  display: none;
  justify-content: space-between;
  position: relative;
  padding-left: auto;
  padding-right: auto;
  z-index: 1;
}
.img1{
  width:250px;
  height: auto;
  padding-left: 60px;
 padding-right: 60px;
}
.bot {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative; /* Ajout de cette propriété pour permettre la superposition des éléments enfants */
  align-items: center;
  z-index: 2;
}
.svgbo {
  position: relative; /* Changer "relative" en "absolute" */
  bottom: -50px;
  z-index: 2;
  width: 100%; /* Ajout de cette propriété pour étendre l'élément sur toute la largeur */
}
@media screen and (max-width: 780px){

}
@media screen and (max-width: 450px){
  .titlesection{
    font-family: 'MonumentExtended';
    font-size: 22px;
    letter-spacing: 0.02em;
    font-weight: 900;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 0px;
    text-shadow: 5px 5px 10px rgba(69, 69, 69, 0.089);
  }
  .descriptionsection{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
  .positionbtn{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .empla{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    bottom:0px!important;
  }
  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 20px!important;
    border: 2px solid #f8f8f8;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
}
.empla{
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  bottom:55px;
}
.lgbn{
  position: relative;
  z-index: 3;
  width: 100%;
}
.scroll-downs {
  width: 100%;
  height: auto;
  position: relative; /* Changer "relative" en "absolute" */
  display: flex;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #f8f8f8;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: var(--color-text);
  animation-name: scroll-downs;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll-downs {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.homepage2{
  width: 100%;
  height: 100%;
  background-color: var(--color-background-header);
  display: flex; /* Ajouté pour permettre l'alignement des éléments */
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  position: relative;
}
.posisection{
  width: 90%;
  height: 27vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.titlesection2{
font-family: 'MonumentExtended';
font-style: normal;
font-weight: 800;
font-size: 36px;
line-height: 43px;
display: flex;
align-items: center;
color: #FFFFFF;
margin:0 ;
}


.linkpageproduct{
  position: relative;
  text-decoration: none;
  font-family: 'MonumentExtended';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}
.carousel-container {
  overflow: hidden;
  position: relative;
  width: auto;
  margin-top: auto;
}
.carousel-inner {
  display: flex;
  animation: scroll 30s linear infinite;
  align-items: center;
  gap: 55px;
}

#carousel a {
  display: inline-block;
  margin: 0;
}

#carousel img {
  max-width: 100px;
  transition: transform 0.1s ease;
  filter: brightness(0) invert(1);
}

.img-partenaire {
  transform: scale(1.1);
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.carousel-inner:hover {
  animation-play-state: paused;
}
.cate{
  width: 100%;
  height: auto;
  color: var(--color-text-act);
  font-family: 'MonumentExtended';
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 43px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap:30px;
  margin-top: 15px;
}
.cat{
  cursor:pointer;
}
.category{
  cursor:pointer;
}
.act{
  color: var(--color-text);
  font-family: 'MonumentExtended';
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 43px;
  border-bottom: 2px solid var(--color-text);
}
.subCategory{
  color: var(--color-text-act);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
.Active {
  color: var(--color-text);
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  border-bottom: 2px solid var(--color-text);
}
.subCate{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction: row;
  row-gap:30px;
  column-gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.search-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#search-input {
  width: 285px;
  height: 15px;
  color: var(--color-text);
  background-color: var(--color-background-header);
  border-radius: 10px;
  border: 2px solid var(--color-text);
  padding: 15px;
  outline: none;
}
#search-input:focus {
  outline: none;
}
.search-icon {
 position: relative;
 right: 30px;
color: white; 
width: 0;
}
#cards-wrapper {
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;

}
#cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 15px;
  justify-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.card{
  width:264px;
  height:384px;
  background-color: var(--color-text);
  border-radius: 19px;
  box-shadow: 0px 4px 40px rgba(255, 255, 255, 0.25);
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

}
.imgcard{
  object-fit: contain;
  width: 100%;
  height: 200px;
}
.titrecard{
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: var(--color-text-2);
  line-height: 22px;
  margin-top:5px;
  margin-bottom: 5px;
}
.catecard{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 11px;
  background-color: #1856dc44;
  color:#1856dc ;
  line-height: 22px;
  padding: 5px 10px;
  border-radius:20px;
}
.descard {
  width: 100%;
  max-height: 3.6em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1.2em;
  color: #323232;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: center;

}
.btncard{
  width: 100%;
  height: 45px;
  color: var(--color-text);
  background-color: var(--color-background-header);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  font-family: 'MonumentExtended';
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 10px;
  text-decoration: none;
}
.btncard:hover{
  background-color: #1856dc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
}

  /* Footer */ 
footer{
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  color: #000000;
  background-color: var(--color-background-header);
}
footer > * {
  flex: 1 100% ;
}
.logo-footer{
  margin-left:30px
}
.footer-left{
  margin-right: 1.25em;
  margin-bottom: 2em;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}
.footer-left .LAMW2{
  width: 50%;
  left: 0px;
}
h2{
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  color: var(--color-text);
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer li {
  line-height: 2em;
  font-family: 'Poppins', sans-serif;
}
footer a {
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
.footer-right{
  display: flex;
  flex-flow: row wrap;
}
.fab{
  text-decoration: none;
  color: var(--color-text);
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.socials{
  display: flex;
  justify-content:flex-start;
  margin-top: 30px;
  gap:10px;
  margin-left: var(--margin-l);
}
.footer-right > * {
  flex: 1 50%;
  margin-right: 1.25em;
}
.box a {
color: var(--color-text);
}
.footer-bottom{
  text-align: center;
  color: var(--color-text);
  padding-top: 10px;
  font-size: 10px;
}
.footer-left p {
  padding-right: 5%;
  color: var(--color-text);
  width: 80%;
  padding-left: 30px;
}
.social a {
  background:#ff0000;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}
.social a i {
  color:#f2f1f1;
  padding: 10px 12px;
  font-size: 20px;
}
@media screen and (max-width: 768px){
  .nav-links {
    display: none;
}
  .menu-btn {
    display: flex;
  }
  .side-nav.open {
    width: 100%;
  }
.footer-right > * {
  flex: 1 1 50%;
  margin-right: 1.25em;
  /* padding-left: 30px; */
  text-align: center;
}
.footer-left{
    margin-right: 1.25em;
    margin-bottom: 2em;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.footer-left p{
  text-align: center;
}
}
@media screen and (min-width:600px){
  .footer-right > * {
    flex: 1;
  }
  .footer-left{
    flex:1 0px ;
  }
  .footer-right{
    flex: 2 0px;
  }
}
    /* responsive */ 
    @media screen and (max-width: 596px) {
  }
@media screen and (max-width: 450px){
  .menu-btn {
    display: flex;
  }
  .side-nav.open {
    width: 100%;
  }
.footer-right > * {
  flex: 1 1 50%;
  margin-right: 1.25em;
  /* padding-left: 30px; */
  text-align: center;
}
.footer-left{
    margin-right: 1.25em;
    margin-bottom: 2em;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.footer-left p{
  text-align: center;
}
.logo-footer{
  margin-left:0px;
}

}
  @media screen and (max-height: 450px) {
    .side-nav {padding-top: 15px;}
    .side-nav a {font-size: 18px;}
  }

   /* politique de cookies */
   .descripcookiespoli{
    width: 80%;
    margin-left:auto;
    margin-right: auto;
    height: auto;
    color:var(--color-text);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
   }
   .politiquedeconfidentialite{
    width: 80%;
    height: auto;
    margin-left:auto;
    margin-right: auto;
    color:var(--color-text);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
   }
   .mentionlegale{
    width: 80%;
    height: auto;
    margin-left:auto;
    margin-right: auto;
    color:var(--color-text);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
   }
   .aboutpage{
    width: 80%;
    height: auto;
    margin-left:auto;
    margin-right: auto;
    color:var(--color-text);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
   }
   .avertissementp{
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    height: auto;
    margin-left:auto;
    margin-right: auto;
    color:var(--color-text);
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 500;
   }
   .titlepageblog{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--color-text);
    font-family: 'MonumentExtended';
    margin-top: 30px;
    margin-bottom: 30px;
   }
   .titlecoaching{  
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--color-text);
    font-family: 'MonumentExtended';
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
   .wraparticle{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 15px;
    justify-items: center;
    align-items: center;
    margin-bottom: 30px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
   }
   .articleblog{
    width: 265px;
    height: 350px;
    background-color: var(--color-background);
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgba(255, 255, 255, 0.25);
    display: flex;
    flex-direction: column;
    padding: 20px;
   }
   .imageblog{
    width: 100%;
    height: 100px;
    position: relative;
    object-fit: cover;
    border-radius: 10px 10px 0 0 ;
    box-shadow: 0px 4px 40px rgba(82, 82, 82, 0.25);
   }
   .imageblog {
    position: relative;
    background: #ccc; /* couleur de fond */
  }
  
  .imageblog::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.6s linear infinite;
  }
  
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
   .titlearticleblog{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 22px;
    color: var(--color-text-2);
    width: 100%;
    height: auto;
   }
   .descriptionarticleblog{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color:var(--color-text-act);
    width: 100%;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 0;
  
   }
   .btnarticles{
    width: 100%;
    height: 35px;
    margin-top: 10px;
    color: var(--color-text);
    background-color: var(--color-background-header);
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 22px;
    border-radius: 5px;
    box-shadow: 0px 4px 40px rgba(82, 82, 82, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
   }
   .btnarticles:hover{
    background-color: #1856dc;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
   }
   /*template blog */
   .imgblogarticle{
    width: 100%;
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0px 4px 40px rgba(255, 255, 255, 0.078);
   }
   .headarticle{
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    gap: 10px;
   }
   .autorarticle{
    color: var(--color-text-act);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
   }
   .datearticle{
    color: var(--color-text-act);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
   }
   .titrearticleblog{
    font-family: 'MonumentExtended';
    letter-spacing: 0.1em;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    color: var(--color-text);
    height: auto;
    margin-bottom: 30px;
    margin-top: 0;
   }
   .titrearticleblog2{
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: var(--color-text);
    height: auto;
    margin-bottom: 30px;
    margin-top: 0;
   }
   .bodyarticledescriptionblog{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: var(--color-text-act);
    height: auto;
    margin-bottom: 30px;
    margin-top: 0;
   }
   .bodyarticleblog{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: var(--color-text);
    height: auto;
    margin-bottom: 30px;
    margin-top: 0;
   }
   #articleContent{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
   }
   .btnlinksblog{
    width: 300px;
    height: 50px;
    color:var(--color-text-2);
    background-color: var(--color-background);
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgba(255, 255, 255, 0.182);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
   }
   .btnlinksblog:hover {
    color: var(--color-text);
    background-color: #1856dc;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1);
   }

   .btnlinksblog > a{
    text-decoration: none;
    color: var(--color-text-2);
    font-family: 'MonumentExtended';
    letter-spacing: 0.1em;
    font-weight: 800;
    font-size: 12px;
    line-height: 30px;
   }
   .posibtnarticlesbloglien{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
   }
   .pubgoads{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
   }
   #categories{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-top: 30px;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
  }
  .categorieBtn{
    background-color: transparent;
    color: var(--color-text-act);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    border: none;
  }
  .categorieBtn:hover{
    color:#ebc028;
  }
  .nl:hover{
    color:#ebc028;
  }
  .category:hover{
    color:#ebc028;
  }
  .subCategory:hover{
    color:#ebc028;
  }
  .catActive{

    color: var(--color-text);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 2px solid var(--color-text);
  }

.headtemplateblogbackandshare{
   width: 80%;
 height: 50px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 30px;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
}
.back-button-container {
position: relative;
}

.back-button {
  display: inline-block;
  text-decoration: none;
  color: var(--color-text-act);
  background-color:transparent;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size:12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;

}

.back-button i {
  margin-right: 0.5rem;
  font-size:11px;
}


#shareButton{
  background-color: transparent;
  border: none;
  color: var(--color-text-act);
  background-color:transparent;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}
#btn-donation{
  width:100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#1856dc;
  color: var(--color-background);
  border-radius: 5px;
  margin: 0;
}
#btn-donation2{
  width:150px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#1856dc;
  color: var(--color-background);
  border-radius: 5px;
  margin: 0;
  font-size: 13px;
}
/*.calendly-inline-widget{
  margin-left:auto;
  margin-right:auto;
  min-width:80%;
  height:900px;
}
iframe{
  height: 100%;
  width: 100%;
}*/