@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");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html {
  font-size: 12pt;
  font-family: Poppins, Segoe UI, Tahoma, sans-serif;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 9999;
  background-color: white;
  color: black;
  font-weight: 500;
}
.links-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav a {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
}
nav a:hover {
  color: rgb(245, 127, 1);
}
nav .home-link {
  margin-right: auto;
}
nav svg {
  fill: var(--text-color);
}

.sinscrire {
  background-color: black;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  z-index: 100;
  gap: 12px;
  border: 1px solid orange;
  padding: 12px;
  margin-right: 8px;
}
.links-container button a:hover {
  color: #fff;
}
.sinscrire:hover {
  background-color: orange;
  color: #fff;
  transform: scale(1.09);
  transition: 0.1s ease-out;
}

#sidebar-active {
  display: none;
}
.open-sidebar-button,
.close-sidebar-button {
  display: none;
}

/* Home style */
.home {
  height: 100vh;
  background-image: url("./images/confcover.png");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: -33px;
}

.homecontent {
  margin-left: 123px;
  max-width: 600px;
}

.homecontent h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.homecontent h3 {
  font-size: 32px;
  font-weight: 700;
  color: rgb(248, 143, 5);
  margin-top: 18px;
}

.homecontent p {
  font-size: 16px;
  font-weight: lighter;
  margin: 20px 0 40px;
  line-height: 1.6;
}

.homecontent .btnbox {
  display: flex;
  justify-content: space-between;
  width: 345px;
  height: 50px;
}

.btnbox a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  background: rgb(255, 8, 0);
  border: 2px solid rgb(255, 34, 0);
  border-radius: 8px;
  font-size: 19px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

.btnbox a:hover {
  color: #fff;
  background: transparent;
}

.btnbox a:nth-child(2) {
  background: transparent;
  color: rgb(251, 252, 252);
}

.btnbox a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgb(255, 13, 0);
  z-index: -1;
  transition: 0.5s;
}

.btnbox a:hover::before {
  width: 100%;
}

.homesci {
  position: absolute;
  margin-left: 122px;
  margin-bottom: 22px;
  bottom: 70px;
  width: 200px;
  display: flex;
  justify-content: space-between;
}

.homesci a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #0f0f0f;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
}

.homesci a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: red;
  transition: 0.5s;
}

.homesci a:hover::before {
  width: 100%;
}

.homeimghover {
  position: absolute;
  top: 0;
  right: 0px;
  width: 800px;
  height: 100%;
  background: transparent;
  transition: 3s;
}

.homeimghover:hover {
  background: #010101;
  opacity: 0.8;
}

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

.section1 {
  width: 700px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px;
}
.section1 p {
  font-size: 21px;
}
.desc1 {
  font-size: 17px;
  margin-top: 13px;
  margin-bottom: 29px;
}
.ha {
  margin-top: 50px;
  color: red;
  font-size: 19px;
  text-align: start;
}
.section2 {
  background-color: rgb(17, 16, 16);
  color: white;
  width: 800px;
  height: 600px;
  padding: 70px;
}

.ensavoirplus {
  font-size: 21px;
  text-decoration: none;
  background-color: #010101;
  color: #fff;
  padding: 15px 30px;
  width: 16px 20px;
}
.section1 button {
  position: relative;
  left: 160px;
  width: 168px;
  height: 55px;
}
.ri-checkbox-circle-fill {
  color: orange;
}
.liste {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 19px;
  gap: 13px;
}

.title {
  margin-top: 25px;
}

.title1 {
  font-size: 33px;
}
.desc2 {
  margin-top: 36px;
  font-size: 27px;
}

.title {
  margin-top: 25px;
}

.title1 {
  font-size: 33px;
}
.desc2 {
  margin-top: 36px;
  font-size: 27px;
}

.sect1 {
  background-color: #f67701f8;
  width: 100%;
  height: 320px;
}

.sect2 {
  position: absolute;
  left: 260px;
  bottom: -1010px;
  border-bottom-right-radius: 100px;
  width: 920px;
  height: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fffefe;
  box-shadow: 1px solid black;
}
.sect2 .soussect21 {
  background: #000000;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.imgslide {
  width: 400px;
  height: 250px;
}

.imgslide {
  border-radius: 32px 0 32px 0;
  margin-bottom: 12px;
}

.imgslide:hover {
  cursor: pointer;
  transform: scale(1.06);
  transition: 0.5s;
}

.ri-movie-fill {
  color: orange;
  font-size: 135px;
  cursor: pointer;
  margin-top: 12px;
}

/* Section contenu de la page */
.slider {
  max-width: 100%;
  height: 750px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}

.slider .list .item {
  inset: 0 0 0 0;
}

.slider .list .item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider .list .item .content {
  z-index: 100;
  position: absolute;
  top: 20%;
  width: 1140px;
  max-width: 80%;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 30%;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 2px 2px 4px rgb(24, 24, 24);
}

.span {
  font-size: 29px;
}
.title h1 {
  font-size: 4.8rem;
  font-weight: 900;
}

.description {
  display: flex;
  flex-direction: column;
}
.date {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  text-shadow: 2px 2px 4px rgb(24, 24, 24);
}
.localisation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}
.eventpresent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 35px;
}

.themes {
  color: #000000;
  background-color: orange;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  padding: 24px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}

.themes span {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.themes p {
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}

.tarifs {
  font-size: 22px;
  padding: 24px;
  font-weight: 200;
  color: #0d0d0d;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgb(255, 255, 0);
}

.tarifs span {
  font-weight: bold;
}
.entree h1 {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 20px;
}

.entree h3 {
  text-align: center;
}
.entree p {
  font-size: 20px;
}
.image {
  border: 1px solid gray;
}

.eventdes {
  margin: 50px;
}
.rouge {
  width: 100%;
  height: 510px;
  background-color: orange;
}

.paiement {
  margin-bottom: 228px;
}
.pannoir {
  position: absolute;
  bottom: -1600px;
  left: 126px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.sectn1 {
  background: #0d0d0d;
  width: 575px;
  height: 450px;
  color: #fff;
  padding: 64px;
}

.sectn1 span {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 2;
}

.sectn1 span h1 {
  font-size: 37px;
  width: 100%;
  line-height: 1.7;
}
.sectn2 {
  background-color: #fff;
  color: #0d0d0d;
  width: 575px;
  height: 450px;
  padding: 55px;
}

.sectn2 span {
  display: flex;
  align-items: flex-start;
  font-size: 37px;
  width: 100%;
  line-height: 1.7;
  gap: 10px;
  font-weight: bold;
}

.sectn2 p {
  font-size: 20px;
  line-height: 2;
  font-style: normal;
}

.sectn2 legend {
  margin-top: 10px;
  font-size: 20px;
  font-style: normal;
}
.sectn2 .moneyimg {
}

/* Slide partie */
.slider .list .item .content .description {
  font-size: 18px;
}

.button button {
  padding: 20px 35px;
  background-color: #000000;
  border: none;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  cursor: pointer;
  font-size: 22px;
  border-radius: 12px;
}

.button button a {
  text-decoration: none;
  color: #fff;
  list-style: none;
}

.button button:hover {
  background-color: red;
  color: #fff;
  font-weight: 600;
  transform: scale(1.09);
  transition: 0.5s ease-out;
}
.imagepresente {
  width: 650px;
  height: 760px;
}

.imgslider {
  width: 1500px;
  height: 700px;
  object-fit: cover;
}

.ri-calendar-line {
  color: red;
  font-size: 45px;
}
.ri-map-pin-line {
  color: red;
  font-size: 45px;
}

.moneyimg {
  position: relative;
  width: 170px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 100px;
  margin-top: 5px;
}

/* Section animation des slides */
.slider .list .item:nth-child(1) {
  z-index: 1;
}

.slider .list .item:nth-child(1) .content .title,
.slider .list .item:nth-child(1) .content .type,
.slider .list .item:nth-child(1) .content .description,
.slider .list .item:nth-child(1) .content .button {
  transform: translateY(50px);
  filter: blur(20px);
  opacity: 0;
  animation: showContent 0.5s 1s linear 1 forwards;
}

@keyframes showContent {
  to {
    transform: translateY(0px);
    filter: blur(00px);
    opacity: 1;
    animation: showContent 0.5s 1s linear 1 forwards;
  }
}

.slider .list .item:nth-child(1) .content .title {
  animation-delay: 0.4s;
}
.slider .list .item:nth-child(1) .content .type {
  animation-delay: 0.6s;
}
.slider .list .item:nth-child(1) .content .description {
  animation-delay: 0.8s;
}
.slider .list .item:nth-child(1) .content .button {
  animation-delay: 1s;
}
/* Animation pour le button clique next */
.slider.next .list .item:nth-child(1) img {
  width: 150px;
  height: 220px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  border-radius: 30px;
  animation: showImage 0.5s linear forwards;
}

@keyframes showImage {
  to {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.slider.next .thumbnail .item:nth-child(1) {
  overflow: hidden;
  animation: showThumbnail 0.5s linear 1 forwards;
}
.slider.prev .list .item .img {
  z-index: 100;
}

@keyframes showThumbnail {
  from {
    width: 0;
    opacity: 0;
  }
}

.slider.next .thumbnail {
  animation: showThumbnail 0.5s linear 1 forwards;
}

@keyframes effectNext {
  from {
    transform: translateX(150px);
  }
}
/* Animation du boutton précedent */
.slider.prev .list .item:nth-child(2) {
  z-index: 2;
}
.slider.prev .list .item:nth-child(2) .img {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: showThumbnail 0.5s linear 1 forwards;
}
@keyframes outFrame {
  to {
    width: 150px;
    height: 220px;
    bottom: 50px;
    left: 50%;
    border-radius: 20px;
  }
}

.slider.prev .thumbnail .item:nth-child(1) {
  overflow: hidden;
  opacity: 0;
  animation: showThumbnail 0.5s linear 1 forwards;
}

.slider.prev .list .item:nth-child(1) .content .title,
.slider.prev .list .item:nth-child(1) .content .type,
.slider.prev .list .item:nth-child(1) .content .description,
.slider.prev .list .item:nth-child(1) .content .button {
  animation: contentOut 0.5s linear 1 forwards;
}
@keyframes contentOut {
  to {
    transform: translateY(-150px);
    filter: blur(20px);
    opacity: 0;
  }
}

/* Footerstyle */
.footcontainer {
  background-color: rgb(28, 28, 28);
  color: #fff;
  padding: 15px;
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.foot1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 850px;
  height: 200px;
  background-color: black;
  padding: 34px;
  border-top-left-radius: 33px;
  border-bottom-right-radius: 33px;
}

.txt {
  display: inline-flex;
  gap: 7px;
}

.sss {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.foot2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 135px;
}
.sect1 {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.sect1 p {
  font-size: 15px;
  font-weight: 100;
}
.sect2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  gap: 7px;
  background-color: #000000;
}
.social {
  position: absolute;
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 23px;
}
.copyright {
  margin-top: 17px;
  font-size: 13px;
}

.ri-contacts-line {
  color: orange;
  font-size: 35px;
}
.ri-mail-line {
  color: orange;
  font-size: 35px;
}
.ri-map-pin-fill {
  color: orange;
  font-size: 35px;
}

.foot2sect1 {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.foot2sect1 p {
  font-size: 15px;
  font-weight: 100;
}
.foot2sect2 {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  gap: 7px;
}

.social {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 23px;
  margin: 30px;
  right: 270px;
}

.social .icon {
  height: 25px;
  width: 25px;
}
.copyright {
  margin-top: 18px;
  font-size: 13px;
}

/* Partie responsive  design */
@media screen and (max-width: 678px) {
  .navcontainer {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 60px;
    padding-block: 4rem;
    /* Pour Safari uniquement */
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transition: top 0.4s;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 10%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  @media (max-width: 600px) {
    .links-container {
      flex-direction: column;
      align-items: flex-start;

      position: fixed;
      top: 0;
      right: -100%;
      z-index: 10;
      width: 300px;

      background-color: black;
      color: #fff;
      box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
      transition: 0.75s ease-out;
    }
    nav a {
      box-sizing: border-box;
      height: auto;
      width: auto;
      padding: 10px 10px;
      justify-content: flex-start;
    }

    .image {
      margin-top: 30px;
    }
    .button {
      z-index: 1000;
    }
    .date h2 {
      font-size: 13px;
    }
    .localisation h2 {
      font-size: 13px;
    }
    .footcontainer {
      display: flex;
      flex-direction: column;
    }
    .adresse {
      gap: 11px;
      margin: 10px;
    }
    .txt i {
      font-size: 24px;
    }
    .sss h2 {
      font-size: 16px;
    }
    .sss p {
      font-size: 12px;
    }
    .foot1 {
      margin: auto;
      width: auto;
    }
    .foot2 {
      margin-top: 16px;
    }
    .foot2sect1 h3 {
      font-size: 17px;
    }
    .foot2sect1 p {
      font-size: 10px;
      margin-top: 5px;
    }
    .foot2sect2 h3 {
      font-size: 17px;
    }
    .social {
      position: relative;
      left: -20px;
      top: -10px;
    }
    .foot2sect2 .copyright {
      margin-top: -28px;
    }
    .foot2sect1 .copyright {
      margin-top: 8px;
    }
    .open-sidebar-button,
    .close-sidebar-button {
      padding: 20px;
      display: block;
    }
    #sidebar-active:checked ~ .links-container {
      right: 0;
    }
    #sidebar-active:checked ~ #overlay {
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
    }
  }
  .Logo {
    width: 70px;
    height: 50px;
  }
  .link {
    font-size: 15px;
  }
  .faireundon {
    display: none;
  }
  .home {
    margin-left: -89px;
  }
  .home h1 {
    font-size: 50px;
    margin-bottom: 100px;
  }
  .btnbox {
    margin-top: -20px;
  }
  .homesci {
    margin-top: 18px;
    margin-left: 80px;
  }
  .pulse {
    font-size: 20px;
    gap: 10px;
  }
  .section1 span {
    font-size: 16px;
  }
  .section1 h1 {
    font-size: 25px;
  }
  .section1 p {
    font-size: 16px;
  }
  .section1 a {
    display: none;
  }
  .section2 h1 {
    font-size: 26px;
  }
  .section2 span {
    font-size: 14px;
  }
  .sect2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 220px;
    margin-left: -130px;
    margin-bottom: -450px;
  }
  .sect2 h2 {
    font-size: 20px;
  }
  .imgslide {
    width: 200px;
    height: 130px;
  }
  .myicon {
    font-size: 20px;
  }
  .actu1 h1 {
    font-size: 35px;
  }
  .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card2 .imgslide {
    width: 260px;
    height: 160px;
  }
  .card1 .imgslide {
    width: 260px;
    height: 160px;
  }
  .card2 h3 {
    font-size: 15px;
  }
  .card1 h4 {
    font-size: 15px;
  }
  .apropos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section1 span {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .section1 h1 {
    font-size: 30px;
  }
  .section1 p {
    font-size: 20px;
    padding: 12px;
    text-align: center;
    margin: 40px;
  }
  .section2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .desc2 {
    margin: 66px;
  }
  .desc2 span {
    font-size: 19px;
  }
  .foot1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    padding: 32px;
  }
  .sss h2 {
    font-size: 15px;
  }
  .sss p {
    font-size: 10px;
  }
  .contacts {
    font-size: 15px;
  }
  .email {
    font-size: 15px;
  }
  .localisation {
    font-size: 14px;
  }
  .adresse {
    grid-area: 5px;
  }
  .icon {
    height: 20px;
    width: 20px;
  }
  .slider {
    max-width: 100%;
    height: 750px;
    overflow: hidden;
    object-fit: cover;
    position: relative;
  }
  .slider .list .item {
    inset: 0 0 0 0;
  }

  .slider .list .item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slider .list .item .content {
    z-index: 100;
    position: absolute;
    top: 20%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 2px 2px 4px rgb(24, 24, 24);
  }

  .span {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .title h1 {
    font-size: 3.4rem;
    font-weight: 800;
    margin-bottom: 25px;
  }

  .description {
    display: flex;
    flex-direction: column;
  }
  .date {
    margin-top: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6px;
    text-shadow: 2px 2px 4px rgb(24, 24, 24);
  }
  h2 {
    font-weight: bold;
  }
  .date h2 {
    font-size: 37px;
    font-weight: 500px;
  }
  .localisation {
    display: inline-flex;
    justify-content: flex-start;
    gap: 6px;
  }
  .localisation h2 {
    font-size: 37px;
  }
  .pulse {
    font-size: 40px;
  }
  .button button {
    width: 15px 30px;
  }
  .button button a {
    font-weight: bold;
  }
  .eventpresent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .paiement {
    display: flex;
    flex-direction: column;
  }
  .pannoir {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 310px;
    left: 0px;
    right: 0px;
  }
  .imagepresente {
    height: 800px;
    width: 580px;
  }
}
