@import url("/clash-display.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
.angle {
  position: fixed;
  top: 100px;
  border: none;
  z-index: 2;
  right: 0;
}

svg.angle2 {
  color-scheme: light only;
}

nav,
ul,
li,
svg {
  border: none;
  outline: none;
}
.angle2 {
  position: fixed;
  top: 0;
  left: calc(
    80% - 25px
  ); /* 25px = la moitié de la largeur de ton angle ou autre ajustement */
  border: none;
  z-index: 2;
}
#checbox-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#consent-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  line-height: 1;
  position: relative;
  top: 8px;
}

#checkbox-label {
  font-size: 10px;
  color: #0c0402;
  font-family: "Epilogue", serif;
  line-height: 1;
}

body {
  width: 100%;
  line-height: 1.42857143;
  color: #0c0402;
  /* background-color: #0c0402; */

  font-family: "Epilogue", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
main {
  width: 100%;

  border-top-right-radius: 30px;
}

.header {
  display: flex;
  /* position: fixed; */
  width: 100%;
  justify-content: space-around;
  /* background-color: black; */
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  font-family: "ClashDisplay-Bold", serif;
  font-optical-sizing: auto;
}

.titre1 {
  font-size: 5vw;
  font-weight: 700;
  font-style: normal;
  font-family: "ClashDisplay-Bold", serif;
}
.titre2 {
  font-size: 3.5vw;
  font-weight: 700;
  font-style: normal;
}

.main_style {
  padding: 3.5vw;
  padding-top: 5%;
  position: relative;
}
.jaune {
  background-color: #ffa800;
  color: white;
}

.menu > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  list-style-type: none;
  background-color: #fdf7ec;
  margin: 0%;
  padding: 0%;
}
.black_contact {
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100px;
  background-color: #0c0402;
  list-style-type: none;
  border-bottom-left-radius: 30px;
  margin: 0%;
  padding: 0%;
  position: fixed;
  z-index: 10;
}

/* .videos_container{
  padding: 2%;
} */
svg:hover {
  color: #ff5935;
}
.orange {
  color: #ff5935;
}
.jaune2 {
  color: #ffa800;
}
.rocket {
  width: 100px;
  height: 100px;
}
.icon-logo {
  display: block;
  height: 20%;
  position: absolute;
  top: 0%;
  left: 50%;
  border: #ffffff 3px solid;
  transform: translate(-50%, -50%);
  border-radius: 3%;
}

.mynavbar {
  display: flex;
  /* position: fixed; */
  width: 100%;
  height: 100px;
  /* background-color: #0c0402; */
  list-style-type: none;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  border-bottom-right-radius: 10px;
  z-index: 1;
  font-weight: bold;
}

.footer {
  position: relative;
}

.logo1 {
  width: 500px;
  padding-left: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdf7ec;
}

.items {
  color: #0c0402 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  height: 100%;
  /* background-color: #0c0402; */
  list-style-type: none;
  /* border-bottom-right-radius: 10px; */
}
.items2 {
  color: #0c0402 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  /* background-color: #0c0402; */
  list-style-type: none;
  border-bottom-right-radius: 10px;
}
.bg {
  background-color: #fdf7ec;
}
.bg2 {
  background-color: #ff5935;
}
.wallpaper {
  position: absolute;
  bottom: -115px;
  left: 50%;
  transform: translate(-50%);
}
.but-cta {
  font-weight: 700;
  font-size: 20px;
}
.cta {
  padding-top: 100px;
  padding-bottom: 200px;
}

.menu {
  display: flex;
  width: 100%;
  height: 100px;
  /* background-color: #0c0402; */
  list-style-type: none;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  margin: 0%;
  padding: 0%;
  border-top-right-radius: 30px;
}
.contact {
  color: #fdf7ec !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #0c0402;
  list-style-type: none;
  border-bottom-left-radius: 30px;
  margin: 0%;
  padding: 0%;
}
a {
  text-decoration: none;
  color: #0c0402;
}
.event-date {
  position: absolute;
  inset: 0% 0% auto auto;
  z-index: 1;
  display: flex;
  height: 48px;
  padding: 8px 16px;
  justify-content: flex-end;
  align-items: center;
  border-bottom-left-radius: var(--raduis-4x1);
  background-color: #ffffff;
  color: #ff5935;
  line-height: 1;
}
.event-image {
  position: absolute;
  inset: 0% 0% auto auto;
  z-index: 1;
  display: flex;
  height: 48px;
  padding: 8px 16px;
  justify-content: flex-end;
  align-items: center;
  border-bottom-left-radius: 30%;
  background-color: #ffffff;
  color: #ff5935;
  line-height: 1;
}

.article {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #ffffff;
}
.article:hover {
  transform: scale(1.05);
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  width: 50%;
}
.close {
  float: right;
  cursor: pointer;
}

.hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: "ClashDisplay-Bold", serif;

  color: #ff5935;
  padding: 50px;
}
.section2 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #0c0402;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Epilogue", serif;
  font-optical-sizing: auto;
  padding: 50px;
}
.white {
  color: #fdf7ec;
}

.phrase {
  color: #0c0402;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Epilogue", serif;
  font-optical-sizing: auto;
}

.slider {
  position: relative;
  width: 100%;
  /* max-width: 900px; */
  overflow: hidden;
  border-radius: 10px;
}
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide {
  flex: 0 0 calc(100% / 3); /* Divise l'espace en 3 images visibles */
  box-sizing: border-box;
  padding: 10px;
  
}
.slide img {
  width: 100%;
  border-radius: 5px;
}
.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.nav-btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* border: 2px solid #ddd; */
  border-radius: 10px;
  /* background: #fff; */
  padding: 50px;
}
.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}
.logo {
  flex: 0 0 auto;
  width: 150px; /* Largeur de chaque logo */
  padding: 20px;
  text-align: center;
}
.logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Animation de défilement */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Dupliquer le contenu pour effet infini */
.logo-track:hover {
  animation-play-state: paused; /* Pause au survol */
}

footer {
  background-color: #0c0402;
  width: 100%;
  padding: 1%;
}
footer li {
  background-color: #0c0402;
}
footer a {
  color: #fdf7ec;
}

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #0c0402;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Epilogue", serif;
  font-optical-sizing: auto;
}
.accordion-item {
  width: 100%;
  background-color: #fdf7ec !important;
  border-radius: 10px;
}
.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #ffa800 !important;
  color: white !important;
  cursor: pointer;
}
.accordion-button:focus {
  z-index: 0 !important;
  box-shadow: 10px 5px 5px #ff5935 !important;
  transition: all 5s ease-out;
}
.accordion-button:hover {
  z-index: 0 !important;
  box-shadow: 10px 5px 5px #ff5935 !important;
}

.accordion-content {
  display: none;
  padding: 10px;
  /* max-height: 0; */
  /* overflow: hidden; */
  /* opacity: 0; */
  /* transition: max-height 0.4s ease, opacity 0.4s ease; */
}
.accordion-item.open .accordion-content {
  /* max-height: 500px; /* Ajuste selon le contenu max attendu */
  opacity: 1;
}
.accordion-content.active {
  display: block;
}
.faq {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: #0c0402;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  font-family: "Epilogue", serif;
  font-optical-sizing: auto;
  padding: 50px;
}

/* Style du menu burger */
.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 100;
}
.modal-backdrop {
  pointer-events: none; /* Empêche le clic d'interférer avec les autres éléments */
  background: rgba(0, 0, 0, 0);
}

.video-container {
  position: relative;
  width: 74%;
  margin: 0 auto;
  /* pour centrer */
  padding-bottom: 130.78%; /* format vertical 9:16 */
  height: 0;
  overflow: hidden;
  border-radius: 1rem; /* si tu veux des coins arrondis */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bar {
  width: 30px;
  height: 4px;
  background-color: #fdf7ec;
  margin: 5px 0;
  transition: 0.4s;
}

/* Affichage du menu sur mobile */
@media (max-width: 768px) {
  .slide {
    flex: 0 0 100%; /* 1 slide visible */
  }
  .video-container {
    padding-top: 50px;
    margin-bottom: 10px;
  }

  .items {
    background-color: #0c0402;
  }
  .videos_container {
    padding-top: 20px;
  }
  .burger {
    display: flex;
  }
  .img-wallpaper {
    width: 300px;
    height: 316px;
    position: absolute;
    bottom: 118px;
    left: 50%;
    transform: translate(-50%);
  }
  .main_style {
    padding: 3.5vw; /* équivaut à 48px sur un écran de ~1366px */
    padding-top: 26%;
    position: relative;
  }
  .section2 {
    flex-direction: column;
  }
  .phrase {
    font-size: 1rem;
  }
  .titre2 {
    font-size: 24px;
  }

  .menu {
    justify-content: start;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    list-style-type: none;
    margin: 0%;
    padding: 0%;
  }
  .header {
    position: fixed;
    z-index: 100;
  }

  .black_contact {
    color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 20px;
    list-style-type: none;
    border-bottom-left-radius: 30px;
  }
  .mobile-menu {
    position: fixed;
    top: 60px;
    right: 0;
    width: 200px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    z-index: 99;
  }

  .mobile-menu.active {
    transform: translateX(0);
  }

  .mobile-menu li {
    list-style: none;
    background-color: #0c0402;
  }

  .logo1 {
    padding-left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c0402;
  }

  .mobile-menu a {
    color: white;
    text-decoration: none;
    font-size: 18px;
  }
}
.hero-news {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "ClashDisplay-Bold", serif;
  color: white;
  background-color: #ff5935;
  border-radius: 30px;
  padding: 50px;
}
.news {
  padding: 2%;
}
.carre-blanc-news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  border-top-left-radius: 10px;
}
.carre-border-news {
  position: absolute;
  bottom: 0;
  right: 50;
  width: 50px;
  height: 50px;
  background-color: #621d0e;
  border-bottom-right-radius: 20px;
}

.carre-border-news2 {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 50px;
  height: 50px;
}

.article-img {
  max-width: 100px;
  max-height: 100px;
}

.work-with-us {
  grid-template-areas: "form illustration";
  grid-template-columns: 2fr 1.25fr;
  max-width: 1000px;
  margin: 0 auto;
}

.form {
  padding: 50px 50px;
  width: 100%;
}

.form h1 {
  font-size: 28px;
  margin-bottom: 100px;
  font-weight: normal;
}

.form h2 {
  font-size: 28px;
  line-height: 40px;
}

.form label,
.form input,
.form textarea,
.form button {
  display: block;
  outline: none;
  font-size: var(--font-size-form);
  width: 100%;
}

.form label,
.form input {
  border: 0;
  height: 40px;
  line-height: 40px;
}

.form input {
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
  background-color: #fdf7ec;
}

.form textarea {
  line-height: 40px;
  border: 2px solid #000;
  margin-bottom: 20px;
  resize: none;
  padding: 5px;
  background-color: #fdf7ec;
}

.form input:focus,
.form textarea:focus {
  border-color: var(--primary-accent);
  color: var(--primary-accent);
}

.form button {
  height: 50px;
  width: 150px;
  line-height: 50px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  transition: 0.2s all ease-in-out;
}

.form button:hover {
  background: #ff5935;
  color: #000;
  font-weight: bold;
}

.illustration {
  padding-top: 100px;
  grid-area: illustration;
}

.illustration h1 {
  font-family: var(--font-family-serif);
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 40px;
  transition: 0.2s all ease-in-out;
}

.illustration h1:hover {
  text-decoration: underline;
}

.illustration h2 {
  font-family: var(--font-family-sans-serif);
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}

.illustration img {
  width: 100%;
}

.illustration .link-rollup {
  padding: 145px 0 50px 20px;
}
/* modal de news */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fdf7ec;
  margin: 10% auto;
  padding: 2rem;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
  position: relative;
  text-align: center;
}

.modal-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.close {
  color: #aaa;
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 2rem;
  cursor: pointer;
}
