@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translate(-10rem);
  }
  80% {
    transform: translate(1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translate(20rem);
  }
  80% {
    transform: translate(-1rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveInLCA {
  0% {
    transform: translateY(6rem);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes AmineSlogan {
  0% {
    opacity: 1;
    transform: translateY(-3rem);
    color: #000;
  }
  100% {
    color: #ec6607;
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes animate {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1360px;
  }
}
@keyframes animate-inverse {
  0% {
    background-position: 1360px;
  }
  100% {
    background-position: 0;
  }
}
* {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #fff;
}

html::-webkit-scrollbar-thumb {
  background: #10221b;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  padding-bottom: 6rem;
}

.heading-primary-main {
  display: block;
  font-size: 2rem !important;
  font-weight: 400;
  animation-name: moveInLeft;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  padding: 15px 0;
  background: linear-gradient(90deg, transparent 0%, #ec6607 30%, white 50%, #ec6607 70%, transparent 95%);
  text-align: center;
  margin-top: 20px;
}

.heading-primary-sub {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.75rem;
  animation: moveInRight 5s ease-in-out;
}

.heading-primary-pageone {
  display: block;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 2rem;
  animation-name: moveInLeft;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
}

.slogan-heading {
  display: block;
  color: #000;
  margin-top: 20vh;
  font-size: 4rem;
}

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #ec6607, #ec6607);
  color: transparent;
  letter-spacing: 0.2rem;
  transition: all 0.2s;
}
.heading-secondary:hover {
  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2);
}

.slogan__paragraphe {
  display: block;
  color: #000;
  margin-top: 2rem;
  font-size: 2rem;
}

h2 {
  padding: 5px;
}

.u-center-text {
  text-align: center;
}

.u-margin-bottom-small {
  margin-bottom: 2rem;
}

.u-margin-bottom-mediun {
  margin-bottom: 4rem;
}

.u-margin-bottom-big {
  margin-bottom: 8rem;
}

.u-margin-top-small {
  margin-top: 2rem;
}

.u-margin-top-mediun {
  margin-top: 4rem;
}

.u-margin-top-big {
  margin-top: 8rem;
}

.white {
  color: #fff !important;
}

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75rem 1rem;
  display: inline-block;
  border-radius: 0.6rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1rem;
  background: #fff;
  color: #1C1E21;
  border: none;
  cursor: pointer;
  margin: 20px;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.btn--white {
  background-color: #fff;
  color: #B5B6B8;
}
.btn--white::after {
  background-color: #fff;
}
.btn--orange {
  background-color: #ec6607 !important;
  color: #fff !important;
}
.btn--orange::after {
  background-color: #ec6607;
}
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.btn--animated {
  animation: moveInBottom 0.5s ease-out 0.75s;
  animation-fill-mode: backwards;
}

.btn-text:link, .btn-text:visited {
  font-size: 1.2rem;
  color: #ec6607;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #ec6607;
  padding: 3px;
  transition: all 0.2s;
}
.btn-text:hover {
  background-color: #ec6607;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.btn-event {
  position: absolute !important;
  right: 5px;
  bottom: 5px;
}

.menu_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}

.inputBox {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.inputBox input, .inputBox textarea, .inputBox select {
  width: 100%;
  outline: none;
  border: 1px solid #ec6607;
  background: #fff;
  padding: 8px 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.inputBox input[type=checkbox] {
  width: 50px;
  padding-left: 10px;
  background: none;
  box-shadow: none;
}

.inputBox input[type=radio] {
  width: 50px;
  padding-right: 10px;
  background: none;
  box-shadow: none;
}

.inputBox input[type=submit] {
  background: #ec6607;
  color: #fff;
}

.inputBox label {
  padding-left: 20px;
  margin-bottom: 10px;
  color: #000;
  width: 250px;
}

.white {
  background-color: #fff;
}

.inputBox i {
  font-size: 25px;
  color: #ec6607;
  padding: 5px;
}

.w400 {
  width: 300px;
}

/* Module recherche */
.filtre-container {
  width: 20%;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* background-color: #f15152;
  border-radius: 30px; */
  position: relative;
}

.filtre-container-prestation {
  width: 350px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  /* background-color: #f15152;
  border-radius: 30px; */
  position: relative;
}

.filtre-input {
  width: 350px;
  height: 30px;
  display: block;
  border-radius: 30px;
  padding: 15px;
  font-size: 1rem;
  border: 2px solid #ec6607;
  outline: none;
}

.filtre-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 32px;
  border: none;
  outline: none;
  border-radius: 0 30px 30px 0;
  background: #ec6607;
}

.filtre-icon {
  color: #fff;
}

.filtre-container-reservation {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 250px;
}

.contact {
  position: relative;
  padding: 50px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
}

.contact .contact_content {
  max-width: 800px;
  text-align: center;
}

.contact .contact_content h3 {
  font-size: 36px;
  font-weight: 500;
  color: #000;
}

.contact .contact_content .box p {
  font-weight: 300;
  color: #000;
}

.contact_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.contact_container .contact_info {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.contact_container .contact_info .box {
  position: relative;
  padding: 20px 0;
  display: flex;
}

.contact_container .contact_info .box .icon {
  min-width: 60px;
  height: 60px;
  background: #ec6607;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
}

.contact_container .contact_info .box .text {
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #000;
  flex-direction: column;
  font-weight: 300;
}

.contact_container .contact_info .box .text h3 {
  font-size: 22px;
  font-weight: 500;
  color: #ec6607;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

.contact_container .contact_info .box .text p {
  color: #000;
  font-size: 16px;
}

.contact_form {
  width: 40%;
  padding: 40px;
  background: #fff;
}

.contact_form h2 {
  font-size: 30px;
  color: #ec6607;
  font-weight: 500;
}

.contact_form .inputbox {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact_form .inputbox input,
.contact_form .inputbox textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #ec6607;
  outline: none;
  resize: none;
}

.contact_form .inputbox span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
}

.contact_form .inputbox input:focus ~ span,
.contact_form .inputbox input:valid ~ span,
.contact_form .inputbox textarea:focus ~ span,
.contact_form .inputbox textarea:valid ~ span {
  color: #ec6607;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact_form .inputbox input[type=submit] {
  width: 100%;
  background: #ec6607;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .contact {
    padding: 20px;
  }
  .contact_container {
    flex-direction: column;
  }
  .contact_container .contact_info,
  .contact_container .contact_form {
    margin-bottom: 40px;
    width: 100%;
  }
  .contact_content {
    width: 100%;
  }
  .contact_container .contact_info .box .text p {
    font-size: 12px;
  }
}
.partenaires .silde {
  text-align: center;
}

.partenaires .silde img {
  height: 12rem;
  padding: 10px;
}

.partenaires-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.reviews .slide .text {
  padding: 2rem;
  font-size: 1.5rem;
  font-style: italic;
  background: #eee;
  border-radius: 0.5rem;
  color: #1C1E21;
  line-height: 2;
  position: relative;
  z-index: 0;
  margin-bottom: 3rem;
}

.reviews .slide .text::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0.7rem;
  height: 3rem;
  width: 3rem;
  background: #eee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.reviews .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.reviews .slide .user img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}

.reviews .slide .user h3 {
  font-size: 2rem;
  color: #1C1E21;
}

.reviews .slide .user span {
  color: #B5B6B8;
  font-size: 1.5rem;
}

.carousel-container {
  position: relative;
  width: 80%;
  max-width: 1200px;
  overflow: hidden;
  margin: auto;
}

.carousel-track-container {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.carousel-slide img {
  width: 50%;
  border: none;
}

.carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.left-button {
  left: 10px;
}

.right-button {
  right: 10px;
}

/* Tableau Partenaire */
.lespartenaires {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 50px;
}

.item-partenaire {
  width: 250px;
  list-style-type: none;
}

.item-partenaire img {
  width: 250px;
  transition: transform 0.3s ease; /* Animation douce de l'effet de zoom */
}

.item-partenaire img:hover {
  transform: scale(1.5); /* Agrandit l'image à 120% de sa taille originale */
}

.annuaire h1 {
  text-align: center;
  width: 100%;
}

.fichesadherents {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  color: #000000;
}

.fiche {
  width: 350px;
  height: 540px;
  background: url(../images/fiche-adherent.png);
  background-size: cover;
  margin: 10px;
  border-radius: 20px;
  border: 2px solid #02495f;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  position: relative;
}

.fiche .partenaire, .fiche .adherent {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.fiche .adherent::before {
  content: "ADHÉRENT";
  position: absolute;
  width: 150%;
  height: 30px;
  background: #6ccedc;
  transform: rotate(-45deg) translateY(-20px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.fiche .adherent::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #02495f;
  z-index: -1;
  box-shadow: 132px -132px #02495f;
}

.fiche .partenaire::before {
  content: "PARTENAIRE";
  position: absolute;
  width: 150%;
  height: 30px;
  background: hwb(42 9% 10%);
  transform: rotate(-45deg) translateY(-20px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.fiche .partenaire::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #B8860B;
  z-index: -1;
  box-shadow: 132px -132px #B8860B;
}

.fiche .entete {
  width: 250px;
  height: 250px;
  position: relative;
  margin-left: 100px;
}

.titrefiche {
  position: absolute;
  right: 15px;
}

.photoidentite {
  position: absolute;
  right: 40px;
  top: 65px;
  overflow: hidden;
  border-radius: 50%; /* Make the container round */
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.titreadherents {
  font-size: 60px;
  text-align: center;
}

.fiche h2 {
  color: #02495f !important;
  padding: 5px;
  font-size: 20px;
}

.fiche img {
  width: 175px;
  height: auto;
}

.fiche p {
  color: #000000;
}

.infos {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #ec6607;
  padding: 5px;
}

.contact_info .box {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 2px;
}

.fiche .contact_info .box .contact_info_text p {
  padding-left: 15px;
  margin: 0;
  color: #02495f !important;
  font-size: 0.8rem;
}

.fiche .contact_info .box .icons {
  font-size: 12px;
  color: #02495f;
  width: 10px;
  text-align: center;
}

.fiche .contact_info .box .contact_info_text a {
  padding-left: 15px;
  margin: 0;
  color: #02495f !important;
  font-size: 0.8rem;
  text-decoration: none;
}

.infos img {
  width: 100px;
}

.infos .social {
  width: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.infos .social a span {
  height: 25px;
  width: 25px;
  color: #ec6607;
  background-color: #02495f;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  transition: 0.3s;
  margin-bottom: 5px;
}

.text-presentation {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.fiche .text-presentation p {
  font-size: 1rem !important;
  padding: 10px;
  line-height: 20px;
}

.social-adherent {
  margin: 10px 0 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.social-adherent a {
  padding: 5px;
}

.social-adherent a span {
  height: 30px;
  width: 30px;
  color: #fff;
  background-color: #ec6607;
  line-height: 30px;
  text-align: center;
  font-size: 10px;
  border-radius: 5px;
  transition: 0.3s;
}

.social-adherent a span:hover {
  color: #fff;
  background-color: #ec6607;
}

.boxlogo {
  text-align: left;
}

.boxlogo img {
  width: 125px !important;
  height: auto;
  padding: 5px;
}

.fiche .btn {
  background: #ec6607 !important;
}

.footerfiche {
  width: 100%;
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-left: 5px;
  padding-right: 5px;
}

.contact_info_text {
  width: 100%;
  color: #f2f2f2;
  font-size: 15px;
}

.img-size {
  width: 600px;
  height: auto;
}

.ensavoir .btn {
  color: #fff;
  background-color: #ec6607;
}

.adherent_action .ensavoir {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: first baseline;
  gap: 10px;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.mySlides_actu {
  display: none;
}

.mySlides_actu img {
  width: 100%;
  max-height: 100vh;
  object-fit: contain;
}

.landscape {
  width: 100%;
  height: auto;
}

.portrait {
  height: 50%;
  width: auto;
}

.prev, .next {
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  cursor: pointer;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.fade_actu {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.partager {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
  cursor: pointer;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dots {
  text-align: center;
  padding: 5px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .slideshow-container {
    max-width: 300px;
    position: relative;
    margin: auto;
  }
  .mySlides img {
    width: 300px;
  }
}
.img-events {
  width: 350px;
  height: auto;
  margin-top: 50px;
}

.events {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.event_contenu {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.visu_events {
  width: 700px;
  background: white;
}

.visu_event {
  width: 670px;
  margin: auto;
  padding: 2rem;
  text-align: center;
}

.visu_event img {
  /* height: 25rem; */
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
}

.visu_event .icons {
  width: 90%;
  margin: auto;
  background: black;
  border-radius: 0.5rem;
  padding: 0.5rem;
  position: relative;
  top: -1rem;
  display: inline-block;
}

.visu_event .icons a {
  font-size: 0.8rem;
  color: #fff;
  margin: 0 1rem;
}

.visu_event .icons a:hover {
  color: #fff;
}

.visu_event .icons a i {
  padding-right: 0.5rem;
  color: white;
}

.visu_event h3 {
  font-size: 1.4rem;
  color: black;
}

.tarif {
  text-align: left;
}

.visu_event p {
  font-size: 1rem;
  padding: 1rem 0;
  line-height: 2;
  color: black;
  text-align: justify;
}

.visu_event form {
  text-align: left;
}

.visu_event .partager {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.social-event a span, .social-actu a span {
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #ec6607;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  transition: 0.3s;
}

.social-event a span:hover, .social-actu a span:hover {
  color: #ec6607;
  background-color: #fff;
}

.slide-event {
  width: 340px;
  margin: auto;
  padding: 2rem;
  text-align: center;
}

.slide-event img {
  /* height: 25rem; */
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.5rem;
}

.slide-event .icons {
  width: 90%;
  margin: auto;
  background: black;
  border-radius: 0.5rem;
  padding: 0.5rem;
  position: relative;
  top: -1rem;
  display: inline-block;
}

.slide-event .icons a {
  font-size: 0.8rem;
  color: #fff;
  margin: 0 1rem;
}

.slide-event .icons a:hover {
  color: #fff;
}

.slide-event .icons a i {
  padding-right: 0.5rem;
  color: white;
}

.slide-event h3 {
  font-size: 1.4rem;
  color: black;
}

.lesevents {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.item_event {
  width: 450px;
  height: 410px;
  /* margin: auto;
  padding: 2rem; */
  text-align: center;
  position: relative;
  background-color: #B8D3DE;
  overflow: hidden;
  margin: 15px;
}

.item_event .titre_event {
  position: absolute;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  top: 50px;
  font-size: 2rem;
}

.item_event img {
  width: 450px;
}

.item_event_contenu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.item_event_date {
  width: 110px;
  height: 110px;
  text-align: center;
  color: #000;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1rem;
}

.item_event_date p {
  font-size: 0.8rem;
  font-weight: 600;
  color: #000;
}

.item_event_date .day {
  font-size: 3.5rem;
  color: #A40E4C;
  margin: 0;
  line-height: 3.5rem;
}

.item_event_date .dayfin {
  font-size: 2rem;
  color: #A40E4C;
  margin: 0;
  line-height: 3.5rem;
}

.item_event_infos {
  width: 300px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  font-size: 1.6rem;
}

.item_event_infos p {
  color: #2C2C54;
  text-align: left;
  font-size: 0.8rem;
  line-height: 20px;
}

.item_event::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4); /* Adjust the color and opacity as needed */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.7s cubic-bezier(0.5, 0, 0.1, 1), height 0.7s cubic-bezier(0.5, 0, 0.1, 1);
}

.item_event:hover::before {
  width: 850px;
  height: 500px;
}

.visu_event .btn {
  background-color: #ec6607;
  color: #fff;
}

.thumb {
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.thumb li:hover {
  transform: translateY(-20px);
}

.thumb li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
  transition: 0.5s;
}

.thumb li img {
  width: 100px;
}

.titre_event_special {
  width: 100%;
  color: #50545c;
  font-size: 25px;
  padding: 20px;
}

@media screen and (max-width: 500px) {
  .visu_event p {
    font-size: 1.4rem;
  }
  .item_event {
    width: 100%;
    height: auto;
  }
  .item_event img {
    width: 100%;
  }
  .item_event_contenu {
    gap: 30px;
  }
  .btn-event {
    position: relative !important;
    right: 0;
  }
}
.row {
  margin: 0 auto;
}
.row:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .row {
    max-width: 50rem;
    padding: 0 3rem;
  }
}
.row:not(:last-child) {
  margin-bottom: 8rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row [class^=col-] {
  float: left;
}
.row [class^=col-]:not(:last-child) {
  margin-right: 6rem;
}
.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}
.row .col-1-of-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem);
}
.row .col-1-of-4 {
  width: calc((100% - 3 * 6rem) / 4);
}
.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem);
}
.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem);
}

/* CSS de base */
header {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: white;
  background: url("../images/club-le-pradet-var.jpg") no-repeat;
  background-size: cover;
}

.page_secondaire {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: url("club-le-pradet-var.jpg") no-repeat;
  background-size: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: relative;
  z-index: 3;
}

.logo img {
  height: 50px;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin: 0 15px;
  padding: 5px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #f0f0f0;
}

.logo_accueil {
  width: 25%;
  height: auto;
  animation: AmineSlogan 2s ease-in-out;
}

.header-content {
  position: absolute;
  bottom: 100px;
  text-align: center;
  z-index: 2;
}

.header-content h1 {
  font-size: 4rem;
  text-transform: uppercase;
  animation-name: moveInLeft;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
}

.header-content h2 {
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 1.75rem;
  animation-name: moveInRight;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
}

.header-content p {
  width: 90%;
  margin: auto;
  font-size: 1.4rem;
  margin-top: 20px;
  padding: 10px;
}

/* Menu burger */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #1C1E21;
  margin: 4px 0;
  transition: 0.4s;
}

.wave {
  position: absolute;
  width: 100%;
  height: 143px;
  bottom: 0;
  left: 0;
  background: url(../images/club-pradet/wave.png);
  animation: animate 10s linear infinite;
  z-index: 2;
}

.wave::before {
  content: "";
  width: 100%;
  height: 143px;
  background: url(../images/club-pradet/wave.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  animation: animate-inverse 10s linear infinite;
  z-index: 2;
}

.wave::after {
  content: "";
  width: 100%;
  height: 143px;
  background: url(../images/club-pradet/wave.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  animation-delay: -5s;
  animation: animate 20s linear infinite;
  z-index: 2;
}

.btnadherent {
  padding: 5px;
  background: #ec6607;
  border-radius: 5px;
}

.btnadherent a {
  color: #000;
}

/* Styles responsives */
@media (max-width: 768px) {
  .navbar {
    width: 100%;
  }
  .navbar.active {
    height: 600px;
  }
  .header-content h1 {
    font-size: 2rem;
  }
  .header-content h2 {
    font-size: 2.5rem;
  }
  .nav-links {
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.5s;
  }
  .nav-links.active {
    left: 0;
  }
  .nav-links li {
    margin: 20px 0;
    padding-left: 20px;
  }
  .nav-links:hover li {
    margin: 20px 0;
    padding-left: 20px;
    color: #ec6607;
  }
  .menu-toggle {
    display: flex;
  }
  .header-content h1 {
    font-size: 2.5rem;
  }
  .header-content p {
    font-size: 0.8rem;
    text-align: justify;
  }
}
footer {
  width: 100%;
  background-color: #50545c;
}

.main-content {
  display: flex;
}

.main-content .box {
  flex-basis: 50%;
  padding: 10px 20px;
}

.footer__logo {
  width: 150px;
  margin-top: 1rem;
}

.box h2 {
  font-family: Poppins, sans-serif;
  margin-top: 3rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

.box p {
  font-family: Poppins, sans-serif;
  margin-top: 1rem;
  color: #fff;
  font-size: 1rem;
}

.box .content {
  margin: 20px 0 0 0;
  position: relative;
}

.box .content:before {
  position: absolute;
  content: "";
  top: -10px;
  height: 2px;
  width: 100%;
  background: #fff;
}

.box .content:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 15%;
  background: #ec6607;
  top: -10px;
}

.left .content p {
  color: #fff;
  text-align: left;
  width: 80%;
}

.center .content .social {
  margin: 20px 0 0 0;
  text-align: center;
}

.center .content .social a {
  padding: 0 10px;
}

.center .content .social a span {
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #ec6607;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}

.center .content .social a span:hover {
  color: #ec6607;
  background-color: #fff;
}

.right .liens a span {
  color: #fff;
  font-size: 1.2rem;
}

.right .liens a {
  text-decoration: none;
}

.right .liens a span:hover {
  color: #ec6607;
}

.bottom center {
  padding: 5px;
  font-size: 1rem;
  background: #fff;
}

.bottom center span {
  color: #ec6607;
  font-size: 1rem;
}

.bottom center a {
  font-size: 1rem;
  color: #50545c;
  text-decoration: none;
}

.bottom center a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  footer {
    position: relative;
    bottom: 0px;
  }
  .main-content {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box {
    margin: 5px 0;
    padding: 10px 10px;
  }
  .left .content p {
    width: 100%;
  }
}
.login {
  width: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
}

.box {
  width: 600px;
  display: flex;
  justify-items: flex-start;
  align-items: center;
  margin: auto;
}

.logoConnexion {
  width: 250px;
}

.logoConnexion img {
  width: 250px;
}

.navigation {
  margin-top: 50px;
  position: fixed;
  inset: 20px;
  width: 80px;
  background: #ec6607;
  border-left: 10px solid #ec6607;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
}

.navigation.active {
  width: 300px;
  border-radius: 50px;
}

.toggle {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #ec6607;
  transform: translateY(-5px);
  transition: 1s;
}

.toggle::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #ec6607;
  transform: translateY(5px);
  transition: 1s;
}

.navigation.active .toggle::before {
  transform: translateY(0px) rotate(-405deg);
}

.navigation.active .toggle::after {
  transform: translateY(0px) rotate(225deg);
}

.navigation ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.navigation ul li:hover {
  background-color: #fff;
}

.navigation ul li:nth-child(1) {
  top: 20px;
  margin-bottom: 40px;
  background: none;
}

.navigation ul li:not(:first-child):hover::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border-bottom-right-radius: 20px;
  box-shadow: 7.5px 7.5px 0 7.5px #fff;
}

.navigation ul li:not(:first-child):hover::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border-top-right-radius: 20px;
  box-shadow: 7.5px -7.5px 0 7.5px #fff;
}

.navigation ul li {
  position: relative;
  list-style: none;
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  /* background: #fff; */
}

.navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #fff;
}

.navigation ul li:hover:not(:first-child) a {
  color: #cc3300;
}

.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
}

.navigation ul li a .icon i {
  font-size: 1.75em;
}

.navigation ul li a .title {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;
}

.logoclient img {
  width: 20px;
}

.contenu {
  width: 100%;
  margin-left: 120px;
  margin-top: 100px;
}

table {
  width: 90%;
  border-collapse: collapse;
  color: #343a40;
  background: #fff;
}

td {
  border: 1px solid #343a40;
  padding: 5px;
}

th {
  border: 1px solid #ec6607;
  background: aliceblue;
  color: #ec6607;
  padding: 5px;
}

th i {
  color: #ec6607;
}

.icon_table {
  color: #ec6607;
}

.icon_valide {
  color: forestgreen;
}

.datafacure {
  width: 600px;
}

.datafacure label {
  padding-right: 10px;
}

.datafacure input[type=number] {
  width: 100px;
}

.datafacureBox {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.listes {
  width: 95%;
  margin: auto;
}

.message {
  font-size: larger;
  font-weight: 700;
  color: #cc3300;
}

.facturation {
  width: 600px;
  margin-left: 100px;
}

/*# sourceMappingURL=tams-editions-admin.css.map */
