@charset "UTF-8";
@import "../../assets/fonts/Satoshi_Complete/Fonts/WEB/css/satoshi.css";
.xdebug-var-dump {
  font-family: monospace !important;
  background: #f4f4f4 !important;
  color: #222 !important;
  padding: 10px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  white-space: pre !important;
  overflow: auto !important;
  word-break: normal !important;
  display: block !important;
  z-index: 9999 !important;
}

/*-----------------GENERALS-----------------*/
* {
  box-sizing: border-box;
  -ms-user-select: text;
  user-select: text;
  -webkit-background-clip: padding-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
div {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Satoshi-Black;
  color: #000000;
}

h2 {
  font-size: 1.4rem;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #000000;
}
a:link {
  text-decoration: none;
  color: #000000;
}
a:visited {
  text-decoration: none;
  color: #000000;
}

main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 80vh;
}

.hidden {
  display: none !important;
}

#scrollUp {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  animation: scrollPop 0.3s;
  z-index: 110;
}
#scrollUp a {
  display: block;
  position: relative;
  width: fit-content;
  height: fit-content;
  border-radius: 50%;
}
#scrollUp a:hover {
  opacity: 0.9;
}

.color-red {
  color: #f00000;
}

@media screen and (min-width: 768px) {
  main #stats-text article:nth-child(even) div {
    flex-direction: row-reverse;
  }
  main #stats-text article:nth-child(even) div div {
    flex-direction: column;
  }
  .first-bloc div h1 {
    font-size: 1.4rem;
    text-align: center;
  }
  #main-title {
    width: 70%;
  }
  #main-title h2 {
    font-size: 1.4rem;
    color: #ffc300;
  }
  #home-icon-stats {
    margin-bottom: 0;
    background-color: #ffffff;
  }
  .devenez-testeur > div {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .list-title {
    font-size: 1.1rem;
  }
  .first-bloc-search #first-bloc-search-content #first-bloc-search-text h1 {
    font-size: 2.5rem;
  }
  .first-bloc-search #first-bloc-search-content #first-bloc-search-text p {
    font-size: 1rem;
  }
  #stats-text article > div {
    width: 90%;
  }
  #stats-text article > div div {
    width: 55%;
  }
  #stats-text article > div div h3 {
    font-size: 1.8rem;
  }
  #stats-text article > div div p {
    font-size: 1rem;
  }
  #stats-text article > div img {
    height: clamp(300px, 28vw, 360px);
  }
  .devenez-testeur > div p {
    font-size: 1rem;
  }
  .register {
    width: 80%;
  }
}
/*-----------------ANIMATIONS-----------------*/
@keyframes scrollPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.7;
  }
  70% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollHidden {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
/*-----------------BANDEROLE-INSCRIPTION-----------------*/
.header-inscription-banderole {
  width: 100%;
  min-height: 2rem;
  display: flex;
  align-items: center;
  background: #e61565;
  color: #ffffff;
}
.header-inscription-banderole .header-inscription-banderole__text {
  font-size: clamp(0.6rem, 3.5vw, 1rem);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.header-inscription-banderole .header-inscription-banderole__text div {
  color: #ffffff;
  margin-right: 5px;
}
.header-inscription-banderole .header-inscription-banderole__text a {
  font-size: 1.1rem !important;
  color: #ffffff;
  text-decoration: underline;
}

/*-----------------HEADER-----------------*/
.dropdown-holder {
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

.nb-favoris-page {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 1rem 0.5rem;
}

.nb-favoris-navbar {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 2rem 2.8rem;
}

header {
  position: fixed;
  height: fit-content;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.nav-shadow {
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
}

.fill-bell {
  fill: #ffc300;
}

.fill-heart {
  fill: #fb0100;
}

#sidebar-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#logo-header {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
}
#logo-header a {
  height: 3rem;
  width: fit-content;
  color: #ffc300;
  display: flex;
  align-items: center;
}
#logo-header a .desktop-icone {
  display: none;
}
#logo-header a img {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

#register-and-account {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-nav {
  height: 75%;
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.register-nav a {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.6rem;
  font-weight: 700;
  color: #000000;
  gap: 0.2rem;
}
.register-nav a .nav__action-icon {
  width: 100%;
  height: 27.8px;
}
.register-nav a:hover {
  opacity: 1;
}
.register-nav .btn-login {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border-radius: 25px;
}
.register-nav .btn-login a {
  padding: 0.2rem;
  font-size: 1.1rem;
  color: #000000;
  border-radius: 10px;
  font-weight: 700;
}
.register-nav .btn-login a img {
  width: 100%;
  height: 32px;
  padding: 4px;
  border-radius: 50%;
  background: #ffc300;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.5);
}
.register-nav .btn-login:hover {
  opacity: 1;
}
.register-nav .btn-signin {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  box-shadow: 6px 5px 10px rgba(0, 0, 0, 0.4);
}
.register-nav .btn-signin a {
  padding: 0.2rem 0.7rem 0.2rem 0.7rem;
  font-size: 1.1rem;
  color: #000000;
  border-radius: 25px;
  background-color: #ffc300;
  font-weight: 700;
}
.register-nav .btn-signin:hover {
  opacity: 1;
}

.btn-logout {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-logout a {
  padding: 1rem 3rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  border: 1px solid black;
  border-radius: 10px;
}
.btn-logout:hover {
  opacity: 1;
}

#burger-menu-container {
  display: flex;
  position: relative;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
}
#burger-menu-container ul {
  display: flex;
  flex-direction: column;
  align-items: end;
  list-style: none;
  min-width: 100%;
  flex-grow: 1;
  min-height: fit-content;
}
#burger-menu-container ul li {
  flex-grow: 1;
  min-width: fit-content;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: end;
  padding: 0.5rem;
}
#burger-menu-container ul:first-child li:first-child {
  text-decoration: underline;
}
#burger-menu-container > ul {
  display: flex;
  position: absolute;
  text-align: right;
  top: 2.8rem;
  right: -100vh;
  height: fit-content;
  background-color: #ffffff;
  padding: 1rem 10rem 2rem 2rem;
  transition: 0.5s cubic-bezier(0.61, -0.32, 0.33, 1.29);
}

#burger-menu-label {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000000;
  z-index: 1;
}

#burger-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
#burger-menu:checked + label .burger-element:nth-child(1) {
  transform-origin: top;
  transform: rotate(45deg) translate(6px, 8px);
  height: 7px;
}
#burger-menu:checked + label .burger-element:nth-child(2) {
  transform-origin: top;
  transform: rotate(-45deg) translate(-6px, -5px);
  width: 43px;
  height: 7px;
}
#burger-menu:checked + label .burger-element:nth-child(3) {
  transform-origin: bottom;
  transform: rotate(45deg) translate(-5px, -7.5px);
  height: 7px;
}
#burger-menu:checked + label + ul {
  right: -9rem;
}

.burger-element {
  width: 100%;
  height: 0.43rem;
  background-color: black;
  border-radius: 0.25rem;
  transition: 0.2s ease-in-out;
}

.list-title {
  text-decoration: underline;
  color: #000000;
}

.contact {
  order: 1;
}

@media screen and (min-width: 350px) {
  #sidebar-menu {
    gap: 1rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .register-nav {
    justify-content: space-around;
  }
  .header-inscription-banderole__text {
    flex-direction: column !important;
    align-items: center;
  }
}
@media screen and (max-width: 1080px) {
  #burger-menu-container > ul {
    gap: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  #logo-header a .desktop-icone {
    display: block;
    margin-bottom: 14px;
  }
  #logo-header a .mobile-icone {
    display: none;
  }
  .register-nav {
    gap: 1rem;
  }
  .first-bloc-search #first-bloc-search-content {
    gap: 4rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  #burger-menu-container > ul li a {
    font-size: 1.1rem;
  }
  .open-dropdown .dropdown-holder {
    font-size: 1.1rem;
  }
  #nos-dossier ul {
    min-width: 16rem;
  }
  .list-title {
    font-size: 1.1rem;
  }
  #icone-social {
    width: 20%;
  }
  .register {
    width: 80%;
  }
}
/*-----------------Phone 2FA modal-----------------*/
.phone-2fa-modal__content .phone-2fa-modal__skip-link {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  background: none;
  border: none;
  padding: 0;
  font-size: 0.82rem;
  font-weight: 400;
  color: #888;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.phone-2fa-modal__content .phone-2fa-modal__skip-link:hover {
  color: #333;
}

/*-----------------ANIMATIONS-----------------*/
@keyframes scrollPop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.7;
  }
  70% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollHidden {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  60% {
    opacity: 0.5;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
/*--------------menu déroulant pour les articles------------------/*

 */
.open-dropdown:hover > ul {
  display: block !important;
  position: absolute;
  visibility: visible;
  width: fit-content;
  height: fit-content;
  font-weight: 100 !important;
}

.open-dropdown ul,
.open-dropdown li,
.open-dropdown span,
.open-dropdown ul li > a:not(:last-child) {
  background-color: #f5f5f5 !important;
  color: black !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  align-self: end !important;
  border-radius: 15px;
}

.open-dropdown > ul {
  border: 1px solid black;
  border-radius: 15px;
  margin-right: 3.8rem;
  margin-top: -0.5rem;
}

.open-dropdown ul li > a {
  text-decoration: none;
  font-weight: 700;
  color: black !important;
  font-size: medium !important;
}

@media screen and (min-width: 800px) {
  /* Style for the links */
  .open-dropdown ul,
  .open-dropdown li,
  .open-dropdown span,
  .open-dropdown ul li > a:not(:last-child) {
    align-self: start !important;
  }
  .open-dropdown > ul {
    margin-top: 2rem;
    margin-left: -15px;
  }
  #sidebar-menu {
    padding: 0.3rem 3rem;
  }
  .register-nav {
    gap: 1rem;
  }
  #register-and-account {
    width: 18rem;
    justify-content: center;
  }
  #register-and-account {
    justify-content: end;
    order: 2;
  }
  .register-nav a {
    padding: 0 0.5rem;
  }
  .devenez-testeur .register a {
    width: 70%;
    font-size: 1.2rem;
  }
  .register a {
    font-size: 1.2rem;
  }
  #burger-menu-container {
    width: 70%;
  }
  #burger-menu-container ul {
    top: 0;
    gap: 0;
  }
  #burger-menu-container ul li {
    align-items: center;
    text-align: center;
  }
  #burger-menu-container ul li li:hover {
    background-color: #ffc300;
  }
  #burger-menu-container ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: black;
    border-bottom: solid 3px transparent;
  }
  #burger-menu-container ul li a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #ffc300;
    transition: width 0.5s ease;
  }
  #burger-menu-container ul li a:hover::after {
    width: 100%;
  }
  #burger-menu-container ul li li a,
  #burger-menu-container ul li li a:hover {
    border-bottom: solid 0;
  }
  #burger-menu-container > ul {
    margin-top: 2px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    right: 0;
    gap: 1rem;
    background-color: transparent;
    transition: 0s;
  }
  #burger-menu-container > ul > li {
    flex-grow: 0;
    padding: 0.5rem 0.75rem;
  }
  #burger-menu-container > ul li a {
    font-weight: 700;
    color: #000000;
  }
  #burger-menu-container > ul > .contact {
    display: flex;
  }
  #burger-menu {
    display: none;
  }
  #burger-menu-label {
    display: none;
  }
  .list-title {
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-bottom: solid 3px transparent;
    min-width: fit-content;
  }
  .list-title:hover {
    border-bottom: solid 3px #ffc300;
  }
  #nos-dossier {
    position: relative;
    padding-top: 0;
    order: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    gap: 1rem;
  }
  #nos-dossier ul {
    min-width: 14rem;
    display: none;
    background-color: #f8f8f8;
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2.5rem;
    padding-top: 0.5rem;
    border-radius: 0 0 10px 10px;
  }
  #nos-dossier ul li a {
    font-size: 0.9rem;
    font-weight: 400;
  }
  #nos-dossier ul li a:hover {
    border-bottom: solid 0;
  }
  #nos-dossier:hover ul {
    background-color: #f8f8f8;
    padding-bottom: 1rem;
    border-radius: 0 0 10px 10px;
  }
  #faq {
    order: 2;
  }
  .contact {
    order: 3;
  }
  #admin {
    order: 4;
  }
  .open-dropdown .dropdown-holder {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #000000;
    border-bottom: solid 3px transparent;
  }
}
@media screen and (min-width: 1200px) {
  #sidebar-menu {
    padding: 0.3rem 6rem;
  }
}
/*-----------------Notifications-----------------*/
.mail-notification-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mail-notification-container .mail-notification {
  background-color: #0e7d71;
  margin: 0 0 -4rem 0rem;
  width: fit-content;
  text-align: center;
  color: white;
}

/*-----------------MEGA MENU DROPDOWN-----------------*/
.mega-menu-dropdown {
  display: none;
  position: fixed;
  top: 6.5%;
  left: 0;
  right: 0;
  width: 100vw;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 2rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.mega-menu-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  padding: 0 2rem;
}

.mega-menu-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.mega-menu-title {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 2px solid #ffc300;
  padding-bottom: 0.5rem;
  margin: 0;
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mega-menu-list li {
  width: 100%;
  margin: 0;
}

.mega-menu-list a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  text-align: left;
  transition: color 0.2s ease;
}
.mega-menu-list a:hover {
  color: #ffc300;
}

.mega-menu-discover {
  grid-column: 5;
  grid-row: 1/-1;
}

.mega-menu-discover-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mega-menu-discover-card {
  flex: 1;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 2px solid #ffc300;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
}

.mega-menu-discover-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffc300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-menu-discover-icon .material-symbols-outlined {
  color: #333;
  font-size: 28px;
}

.mega-menu-discover-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  text-align: left;
}

.mega-menu-discover-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #555;
  margin: 0;
  flex: 1;
  text-align: left;
}

.mega-menu-discover-button {
  align-self: flex-start;
  padding: 0.75rem 1.5rem;
  background-color: #ffc300;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid #ffc300;
}
.mega-menu-discover-button:hover {
  color: #ffc300;
}
.mega-menu-discover-button::after {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined";
  font-size: 18px;
}

/* Show mega menu on hover */
.open-dropdown:hover .mega-menu-dropdown {
  display: block;
}

/* Add padding to prevent hover from breaking */
.open-dropdown {
  position: relative;
  padding-bottom: 0.5rem;
}
.open-dropdown:hover {
  padding-bottom: 0.5rem;
}

/* Hitbox expansion for mega menu */
.open-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -2rem;
  right: -2rem;
  height: 1rem;
  z-index: 999;
}

/* Responsive: Hide mega menu on mobile */
@media screen and (max-width: 800px) {
  .open-dropdown {
    width: 100%;
    padding-bottom: 0;
  }
  .open-dropdown::after {
    display: none;
  }
  .open-dropdown:hover .mega-menu-dropdown {
    display: none;
  }
  .open-dropdown.is-open .mega-menu-dropdown {
    display: block !important;
  }
  .open-dropdown .dropdown-holder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    font-weight: 700;
  }
  .open-dropdown .dropdown-holder::after {
    content: "▾";
    transition: transform 0.2s ease;
  }
  .open-dropdown.is-open .dropdown-holder::after {
    transform: rotate(180deg);
  }
  .mega-menu-dropdown {
    position: fixed;
    top: var(--mobile-mega-menu-top, 64px);
    left: 0;
    right: 0;
    width: 100vw;
    max-height: calc(100dvh - var(--mobile-mega-menu-top, 64px) - 0.75rem);
    overflow-y: auto;
    padding: 0.9rem;
    margin-top: 0;
    border: 1px solid #ffc300;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    z-index: 1200;
    background: #fff;
  }
  .mega-menu-content {
    max-width: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }
  .mega-menu-column {
    display: none;
  }
  .mega-menu-column:first-child,
  .mega-menu-discover {
    display: flex;
  }
  .mega-menu-title {
    font-size: 0.95rem;
  }
  .mega-menu-list a {
    font-size: 0.9rem;
  }
  .mega-menu-discover {
    grid-column: auto;
    grid-row: auto;
  }
  .mega-menu-discover .mega-menu-title {
    display: none;
  }
  .mega-menu-discover-card {
    padding: 0.9rem;
    gap: 0.6rem;
  }
  .mega-menu-discover-heading,
  .mega-menu-discover-text,
  .mega-menu-discover-icon {
    display: none;
  }
  .mega-menu-discover-button {
    width: 100%;
    justify-content: center;
    align-self: stretch;
  }
}
footer {
  width: 100%;
  background-color: #ebebeb;
  display: flex;
  align-content: center;
  justify-content: center;
}
footer #footer-container {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
footer #footer-container #footer-upper {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}
footer #footer-container #footer-upper #footer-upper-left {
  margin-top: -8px;
  display: flex;
  flex-direction: column;
}
footer #footer-container #footer-upper #footer-upper-left #footer-upper-left-title a img {
  margin-left: -8px;
  min-width: 235px;
}
footer #footer-container #footer-upper #footer-upper-right #footer-navigation-container * {
  font-size: 1.1rem;
  font-weight: 700;
}
footer #footer-container #footer-lower {
  display: flex;
  flex-direction: column;
}
footer #footer-container #footer-lower #footer-below-separator {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
footer #footer-container #footer-lower #footer-below-separator #plan-mention-container {
  opacity: 0.6;
  display: flex;
  gap: 1rem;
}
footer #footer-container #footer-lower #footer-below-separator #reseau-sociaux {
  display: flex;
  gap: 0.5rem;
}
footer .footer-seperator div {
  height: 1.5px;
  width: 100%;
  background: black;
}

footer * {
  font-family: Satoshi-Medium;
}

.copyright {
  font-size: 0.7rem;
  opacity: 0.5;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  footer #footer-container {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  footer #footer-container {
    width: 80%;
  }
  footer #footer-container #footer-upper {
    flex-direction: column;
    gap: 2rem;
  }
  footer #footer-container #footer-upper #footer-upper-left-title a img {
    width: 2%;
  }
  footer #footer-container #footer-upper #footer-navigation-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 2fr 1fr;
  }
  footer #footer-container #footer-upper #footer-navigation-container * {
    text-align: center;
  }
  footer #footer-container #copyright-desktop {
    display: none;
  }
  footer #footer-container #footer-below-separator #plan-mention-container {
    font-size: clamp(0.6rem, 3vw, 0.9rem);
  }
  footer #footer-container #footer-lower {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #footer-container {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  footer #footer-container #footer-upper {
    flex-direction: row;
    gap: 1rem;
  }
  footer #footer-container #footer-upper #footer-upper-left-title a img {
    width: 60%;
  }
  footer #footer-container #footer-upper #footer-navigation-container {
    display: flex;
    gap: 1rem;
  }
  footer #footer-container #footer-below-separator #plan-mention-container {
    font-size: 0.9rem;
  }
  footer #footer-container #footer-lower {
    padding: 1rem 0;
  }
  footer #footer-container #copyright-mobile {
    display: none;
  }
}
/*---------------ARTICLES SECTION-------------------*/
.articles-hub {
  width: 100%;
  min-height: calc(100vh - 4rem);
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
  background: #f8f8f8;
}

.articles-hero {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) 1.2rem;
  background: #f8f8f8;
  text-align: center;
  border-bottom: 1px solid rgba(23, 22, 25, 0.08);
}
.articles-hero__content {
  width: 100%;
  max-width: 980px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  padding: clamp(1.15rem, 2.8vw, 2rem);
  border-radius: 20px;
  border: 1px solid rgba(23, 22, 25, 0.1);
  background: #ebebeb;
  box-shadow: 0 16px 36px rgba(23, 22, 25, 0.08);
}
.articles-hero__badge {
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 195, 0, 0.2);
  color: #333;
  font-family: Satoshi-Bold;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.articles-hero__title {
  font-family: Satoshi-Black;
  font-size: clamp(2rem, 5.5vw, 3.8rem);
  font-weight: 700;
  color: #171619;
  margin: 0;
  line-height: 1.12;
}
.articles-hero__subtitle {
  font-family: Satoshi-Medium;
  font-size: clamp(0.95rem, 2.2vw, 1.2rem);
  color: #555;
  margin: 0;
  max-width: 700px;
  line-height: 1.6;
}
.articles-hero__stats {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.9rem;
}
.articles-hero__stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  border-radius: 14px;
  border: 1px solid rgba(23, 22, 25, 0.08);
  background: #f8f8f8;
  padding: 0.9rem 0.5rem;
  box-shadow: 0 6px 14px rgba(23, 22, 25, 0.05);
}
.articles-hero__stat-value {
  font-family: Satoshi-Black;
  font-size: clamp(1rem, 3vw, 1.35rem);
  color: #171619;
}
.articles-hero__stat-label {
  font-family: Satoshi-Medium;
  font-size: 0.78rem;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.articles-showcase {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: clamp(1.4rem, 4vw, 2.4rem) 1.2rem 0;
}
.articles-showcase__inner {
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(260px, 1fr);
  gap: 1rem;
  align-items: stretch;
}
.articles-showcase__side {
  border-radius: 18px;
  border: 1px solid rgba(23, 22, 25, 0.1);
  background: #ebebeb;
  box-shadow: 0 18px 38px rgba(23, 22, 25, 0.1);
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.articles-showcase__side-title {
  margin: 0;
  font-family: Satoshi-Bold;
  font-size: 1rem;
  color: #333;
}
.articles-showcase__side-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.articles-showcase__side-list li {
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid rgba(23, 22, 25, 0.08);
}
.articles-showcase__side-list li a {
  display: block;
  padding: 0.75rem 0.8rem;
  color: #333;
  font-family: Satoshi-Medium;
  font-size: 0.92rem;
  line-height: 1.35;
  text-decoration: none;
  transition: all 0.2s ease;
}
.articles-showcase__side-list li a:hover {
  background: #ffc300;
  color: #000;
}
.articles-showcase__side-list-empty {
  padding: 0.75rem 0.8rem;
  color: #555;
  font-family: Satoshi-Medium;
  font-size: 0.9rem;
}

.featured-article {
  border-radius: 18px;
  border: 1px solid rgba(23, 22, 25, 0.12);
  border-left: 4px solid #ffc300;
  background: #ebebeb;
  box-shadow: 0 20px 42px rgba(23, 22, 25, 0.11);
  padding: clamp(1.3rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.featured-article__label {
  width: fit-content;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 195, 0, 0.35);
  color: #333;
  font-family: Satoshi-Bold;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.featured-article__title {
  margin: 0;
  font-family: Satoshi-Black;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.2;
  color: #171619;
}
.featured-article__excerpt {
  margin: 0;
  font-family: Satoshi-Medium;
  color: #555;
  line-height: 1.65;
  max-width: 66ch;
}
.featured-article__link {
  margin-top: 0.35rem;
  width: fit-content;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  border: 2px solid #ffc300;
  background: #ffc300;
  color: #000;
  text-decoration: none;
  font-family: Satoshi-Bold;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  transition: all 0.2s ease;
}
.featured-article__link:hover {
  background: transparent;
  color: #333;
}

.articles-container {
  width: min(100%, 1180px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: clamp(1.6rem, 4vw, 2.8rem) 1.2rem 0;
  flex: 1;
  margin-inline: auto;
}

.articles-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}
.articles-section-head h2 {
  margin: 0;
  font-family: Satoshi-Black;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  color: #171619;
}
.articles-section-head p {
  margin: 0;
  font-family: Satoshi-Medium;
  color: #555;
  font-size: 0.95rem;
}

.articles-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}
.articles-grid__empty {
  grid-column: 1/-1;
  padding: 3rem 1.2rem;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 16px;
  border: 2px dashed rgba(255, 195, 0, 0.55);
}
.articles-grid__empty p {
  font-family: Satoshi-Medium;
  font-size: 1.1rem;
  color: #555;
  margin: 0;
}

.article-card {
  display: flex;
  flex-direction: column;
  background: #ebebeb;
  border: 1px solid rgba(23, 22, 25, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(23, 22, 25, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  position: relative;
}
.article-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 195, 0, 0.75);
}
.article-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 195, 0, 0.6);
  box-shadow: 0 20px 34px rgba(23, 22, 25, 0.12);
}
.article-card__content {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}
.article-card__category {
  font-family: Satoshi-Medium;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.04em;
  width: fit-content;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 195, 0, 0.26);
}
.article-card__title {
  font-family: Satoshi-Black;
  font-size: 1.1rem;
  font-weight: 600;
  color: #171619;
  margin: 0;
  line-height: 1.35;
}
.article-card__excerpt {
  font-family: Satoshi-Medium;
  font-size: 0.9rem;
  color: #555;
  margin: 0;
  line-height: 1.55;
  flex: 1;
}
.article-card__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(23, 22, 25, 0.07);
}
.article-card__link {
  font-family: Satoshi-Bold;
  font-size: 0.8rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #ffc300;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.article-card__link:hover {
  color: #ffc300;
  border-color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .articles-hero {
    padding: 2.2rem 1rem;
  }
  .articles-hero__title {
    font-size: 2.1rem;
  }
  .articles-hero__subtitle {
    font-size: 1rem;
  }
  .articles-hero__stats {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }
  .articles-showcase {
    padding: 1rem 1rem 0;
  }
  .articles-showcase__inner {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .articles-container {
    padding: 1.2rem 1rem 0;
  }
  .articles-section-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.8rem;
  }
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
  .featured-article__title {
    font-size: 1.45rem;
  }
  .featured-article__link {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1060px) {
  .articles-showcase__inner {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=articles.css.map */
