html, body {
    background-color: #f8f5f3;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}
#circularcursor {
  background-color: #f8f5f3;
  border:0.5px solid #f8f5f3;
  height:10px;
  width:10px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  position: absolute;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 1600;
  transition: transform 0.2s ease-in-out;
}
#circularcursor.hover {
    background-color: transparent;
    transform: scale(4);
}
#logo {
  width: 20%;
  padding: 1%;
  margin-left: 5%;
}
#burger {
  padding: 10px;
}
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    z-index: 1500;
}
.menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.bar {
  margin: 0;
  padding: 0;
  display: block;
  width: 20px;
  height: 2px;
  background: black;
  transition: 0.4s;
}
.menu-toggle.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}
.menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.nav-menu.active {
    transform: translateY(0);
}
.nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
/* rajout d'un fond en dégadé animé ----------------------------------------- */
    background: linear-gradient(290deg, #8c76af, #fdb1d5, #a8c987);
    background-size: 600% 600%;
    animation: gradientMove 10s ease infinite;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
    z-index: 1400;
}
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
/* FIN fond en dégadé animé ----------------------------------------- */
.nav-menu ul {
    list-style: none;
    text-align: left;
    border-left-style: solid;
    border-width: thin;
    border-color: black;
    margin-left: 10%;
    font-size: 50px;
    font-family: "Bebas Neue", serif;
}
.nav-menu ul li {
    margin: 10px 0;
}
.nav-menu ul li a {
    color: black;
    font-size: 3rem;
    text-decoration: none;
    transition: 0.3s;
}
.nav-menu ul li a:hover {
    color: white;
}
/* ------------------------------------------ */
#nom {
  font-style: normal;
  font-size: 2em;
}
.row {
    --bs-gutter-x:0;
}
a {
  text-decoration: none;
}
header {
     overflow: hidden;
     height: 100vh;
     color: black;
     font-size: 40px;
     display: flex;
     justify-content: right;
     text-align: right;
     text-transform: uppercase;
     font-family: sans-serif;
}

#hovervideo p {
    font-size: 20px;
    color: black;
    text-align: left;
    font-family: "Poppins", sans-serif;
}
h1 {
  font-size: 100px;
  letter-spacing: 10px;
  margin-top: 70vh;
  font-family: "Bebas Neue", serif;
  line-height: 80px;
}
.header {
  background-image: url("./img/fond.png");
}
.blobs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#blob1 {
  width: 60vw;
  max-width: 600px;
  top: 5%;
  left: 1%;
}
#blob2 {
  width: 60vw;
  max-width: 1000px;
  top: 30%;
  left: 20%;
}
#blob3 {
  width: 40vw;
  max-width: 450px;
  top: 70%;
  left: 15%;
}
#blob1, #blob2, #blob3 {
  position: absolute;
  opacity: 1;
  filter: blur(30px);
  transition: transform 0.2s ease-out;
}
#hovervideo {
  position: relative;
  z-index: 2;
}
/* Divider ------------------------------- */
.bandeau {
  color: black;
  font-size: 25px;
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 0;
  width: 100%;
  margin-top: 6em;
  z-index: 1000;
  position: sticky;
}
.defilement {
  display: inline-block;
  white-space: nowrap;
  animation: defilement-rtl 15s linear infinite;
}
.defilement span {
  display: inline-block;
  padding-right: 0px; /* un petit espace entre les duplicatas */
}
@keyframes defilement-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.skills {
  border: 1px solid black;
  border-radius: 50px;
  padding: 5px 10px 5px 10px;
  margin-left: 1em;
  font-style: normal;
}
/* Galerie ----------------------------------------------------------------- */
.work {
  padding: 6em 4em 4em 4em;
}
.galerie {
  filter: grayscale(0);
  transition: all 0.5s ease-in-out;
}
.galerie:hover {
  filter: grayscale(1);
}
/* Services ----------------------------------------------------------------- */
#services {
  padding: 4em 4em 0 4em;
  position: sticky;
  z-index: 900;
}
.services {
      background-color: #f8f5f3;
      padding:3%;
}
.services ul {
  list-style: none;
}
.detailsservices h2 {
  padding: 0 0 5% 0;
  font-size: 4em;
}
.detailsservices p {
  width: 60%;
}
.detailsservices ul li {
  text-transform: uppercase;
  font-weight: 600;
}
h2 {
  font-family: "Bebas Neue", serif;
  padding-left: 10%;
  text-align: left;
  font-size: 5em;
  line-height: 70px;
}
h2 a {
  color: #070707;
  transition: all 0.5s ease-in-out;
}
.h2cgv {
  margin-top: auto;
  padding: 0.5em 0 0.5em 0;
}
#ml {
  height:20vh;
}
.liensml {
  color: #8C76AF;
  transition: all 0.5s ease-in-out;
}
.liensml:hover {
color: #a8c987;
}
.accordion {
  width:50%;
  margin-top: 30px;
  margin-bottom: 70px;
  --bs-accordion-border-color: none;
  --bs-accordion-border-radius:0;
  --bs-accordion-inner-border-radius:0;
  --bs-accordion-active-bg: transparent;
  text-transform: uppercase;
}
.accordion-item, .accordion-header, .accordion-button {
  background-color: transparent;
  text-transform: uppercase;
}
.accordion-button {
  border-bottom-color: #070707;
  border-bottom-width: thin;
  border-bottom-style: solid;
  font-size: 1.5em;
}
.accordion-button:not(.collapsed), .accordion-button {
  color: #070707;
}
.accordion-body ul li, footer ul li {
  list-style: none;
  font-size: 1.5em;
}
.accordeonh2 {
  font-size: 1em;
}
/* Les Kits ------------------------------- */
#leskits {
  justify-content: center;
  padding: 5%;
  color: black;
  border: solid 1px black;
  margin: 3em;
}
h3 {
  margin-top: 80px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 5px;
  font-family: "Bebas Neue", serif;
}

#pagecontact {
  padding: 10% 10% 0 10%;
  color: black;
  margin-top: 3.5em;
}
#minimoi {
  width: 100%;
}
.infoscontact ul {
  padding-left: 0;
}
.infoscontact ul li {
  list-style: none;
}
.infoscontact ul li a {
  color: black;
}
.infoscontact a:hover {
  color: #8C76AF;
}

/*------------------------------------*/

/* Pages dédiées aux kits ------------------------------------*/
.header {
    overflow: hidden;
    height: 100vh;
    color: black;
    font-size: 40px;
    display: flex;
    justify-content: left;
    text-align: left;
}
.hovervideo p {
  font-size: 0.6em;
  color: black;
  text-align: left;
  margin-left: 9%;
  width: 80%;
}
.h1kit {
  font-family: "Bebas Neue", serif;
  text-transform: capitalize;
  text-align: left;
}
.introkit {
  width: 70%;
}
.arg {
  text-align: center;
}
.argtitle {
  font-family: "Bebas Neue", serif;
  font-size: 2em;
}
#arg {
  border-style: groove;
  border-width: thin;
  border-color: #f8f5f3;
  margin: 3%;
  padding : 5%;
  color: #f8f5f3;
}
#circularthing {
  background-color: #f8f5f3;
  height: 15px;
  width: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  transition: all .5s ease-out;
}
.arg:hover #circularthing  {
  transform: translate(0, -10px);
  box-shadow: #f8f5f3 0px 0px 10px 0px;
}
.detailkit, .detailkitplus {
  margin-top: 10%;
  color:#f8f5f3;
  margin-left: 20%;
}
.detailkit h2, .detailkitplus h2{
  padding-left: 0;
}
.detailkit h3 {
  font-size: 2em;
}
.detailkitplus {
  background-color: #8C76AF;
  background-blend-mode: hue;
  padding-bottom: 3%;
}
/* Footer ------------------------------- */
footer {
  color: white;
  text-transform: uppercase;
  padding-top: 200px;
}
#contact {
  margin: 4em;
  background-color: #8C76AF;
  padding: 3em;
}
footer a {
    color: white;
    font-family: "Bebas Neue", serif;
}
footer a:hover, #services h2 a:hover {
  color: black;
}
footer p {
  font-size: 0.7em;
  font-family:sans-serif;
}
#ulfooter {
  padding-top: 4em;
}
#rs {
  text-align: right;
  font-family: "Bebas Neue", serif;
}
#rs ul li{
  font-size: 1em;
}
#rs a {
  color: white;
  transition: all 0.5s ease-out;
}
#rs a:hover {
  color: black;
}
.mecontacter a:hover {
  color: black;
}
.mecontacter a {
  color: white;
  transition: all 0.5s ease-out;
}
#contact ul li{
  list-style: none;
}
/* Responsive ------------------------------------*/
@media (max-width: 576px) {
  body {
    overflow-x: hidden;
  }
  .topbar, .detailsservices p{
    width: auto;
    height: auto;
  }
  .blobs {
    display: none;
  }
  .header {
      overflow: hidden;
      height: 100vh;
      color: black;
      font-size: 40px;
      display: flex;
      justify-content: left;
      text-align: left;
      background-repeat: no-repeat;
      background-image: url("../img/fond-2.png");
      background-size: cover;
  }
  .kit {
    width:100%;
    border-radius: 0;
  }
  .accordion {
    width: 100%;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 80vh;
  }
#ml {
    height:0;
  }
  h2 a, {
  font-size: 0.8em;
  }
  h2{
    font-size: 3em;
  }
  .h2cgv {
    margin-top: 0;
    font-size: 2em;
    line-height: 1em;
    padding: 1em 0 1em 0;
  }
  h3 {
    margin:2%;
    font-size: 1.5em;
  }
  .detailkit h3 {
    font-size: 2em;
    padding: 2% 0 3% 0;
  }
  .introkit, p {
    width: auto;
  }
  #logo {
    width: 20%;
    padding: 0;
    margin-left: 0%;
  }
  #circularcursor {
    display: none;
  }
  #ctap {
    padding: 0;
  }
  #leskits {
    margin: 1rem;
  }
  .work {
    padding: 4em 0 0 0;
  }
  .detailkit, .detailkitplus {
    margin-left: 1%;
  }
  #contact {
    margin-top: 5%;
  }
  .horaires ul {
    padding-left: 0;
  }
  #rs {
    padding-top: 3em;
  }
  #logofooter {
    display: none;
  }
  #ulfooter {
    padding-top: 0;
  }
  #contact {
    margin: 0;
  }
  .infoscontact {
    padding:0;
  }
  .horaires {
    margin-bottom: 0 !important;
  }
 }
 @media (min-width:576px) and (max-width: 768px) {
   h1 {
     margin-top: 20%;
   }
   .kit {
     width:100%;
     border-radius: 0;
   }
   .h1kit {
     margin-top: 20vh;
   }
   .work {
     padding: 4em 0 0 0;
   }
   .accordion {
     width: 100%;
   }
   #circularcursor {
     display: none;
   }
   .nav-menu ul li a, .nav-menu ul {
       font-size: 30px;
   }
   .nav-menu ul li {
       margin: 0;
   }
   #rs {
     padding-top: 3em;
   }
   #logofooter {
     display: none;
   }
   #ulfooter {
     padding-top: 0;
   }
  }
  @media (min-width:1200px) and (orientation: landscape) {
    .kit {
      border-radius: 0;
    }
    .button-48 {
      border: solid 1px white;
    }
  }
