
*,
*::before,
*::after
{
box-sizing: border-box;
}
.sr-only {
  position: absolute ;
  width: 1px ;
  height: 1px ;
  padding: 0 ;
  margin: -1px ;
  overflow: hidden ;
  clip: rect(0, 0, 0, 0) ;
  white-space: nowrap ;
  border: 0 ;
}

body{
 
  color:white;
  font-family: "Poppins", sans-serif;
  margin: 0;

}

nav{
   width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

nav .nav-right a {
color: rgb(0, 0, 0);
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    margin-left: 30px;
    transition: all 0.3s ease;
    float: right;
    padding-right: 20px;
}


nav .nav-right a:hover {
    color: rgb(255, 69, 0); 
    transform: scale(1.1); 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
    float: right;
}



nav .societe{
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    float: left; 
}

.gymnase_description{
  color:black;
  font-size:0.9rem;
  font-family:"Poppins";
}

td {
padding: 5px;
}

.one{
  width: 50px;
    height: 50px;
}

 tr:nth-child(2n) {
 background-color: lightgrey;
}

.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #dfe1e5;
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    max-width: 584px;
    width: 100%;
    height: 44px;
  text-align: center;
  margin-left: 40%;
  margin-right: 10%;

}

.search-input {
    border: none;
    padding: 0 14px;
    font-size: 16px;
    outline: none;
    flex: 1;
    font-family: "Poppins";
}

.search-button {
    background-color: #f8f9fa;
    border: none;
    color: #5f6368;
    padding: 0 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
}
.containergym {
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap; 
}

.search-button:hover {
    background-color: #e8eaed;
}

.search-button:focus {
    outline: none;
}
    

section{
    padding: 100px 100px;

}
.home-img {
  max-width: 100%;
}


.accueil{

   position: relative;
   width: 100%;
   min-height: 100vh;
   display: flex;
   justify-content: center;
   flex-direction: column;
background-color: rgb(255, 255, 255);
}

.accueil .content{
    z-index: 888;
    color: rgb(255, 255, 255);
width: 70%;
margin-top: 50px;
}

.accueil .content h2{

 font-weight: 900;
 font-size: 3.5em;
 text-transform: uppercase;
 letter-spacing: 5px;
 line-height: 75px;
 margin-bottom: 40px;  

 
}
.accueil .content p{
    margin-bottom: 65px;
    

}

.accueil .content a{
    background-color: white;
    padding: 15px 35px;
    text-decoration: none;
}

footer a{

    padding: 15px 35px;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
}

h2{
 
    font-weight: 500;
    font-style: normal;
    font-size: 3.9rem;
    color: #000000;
  text-align: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
 
}


details {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  max-width: 500px;
}
summary {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  color:black;
}

summary::marker {
  content: none;
}

summary::before,
summary::after {
  content: "";
  width: 0.75rem;
  height: 0;
  border-bottom: 1px solid;
  position: absolute;
  top: calc(50%);
  right: 0;
}

summary::after {
  transform: rotate(90deg);
}

details[open] summary::after {
  transform: rotate(0deg);
}

details, summary {
  padding: 0.3em;
}





 p{
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    
 }


@media (min-width:768px){
    header{
        padding: 12px 20px;
    }

section{
    padding: 100px 20px;
}
.images-container section {
    text-align: center; 
    margin: 20px; 
}

.images-container section img {
    width: 300px; 
    height: auto; 
}
}

.accueil img{
    z-index: 000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
} 

.heading{
    text-align: center;
    padding: 2.5rem 0;
    color: white;
   }

   .heading span{
    font-size: 3rem;
    background-color: #420a67;
    color: #FFA500;
    border-radius: .5rem;
    padding: .2rem 1rem;
    display: inline-block;
    font-family:"Poppins";

   }
   .heading2{
    text-align: center;
    padding: 2.5rem 0;
    color: white;
   }

   .heading2 span{
    font-size: 3rem;
    background-color: #420a67;
    color: white;
    border-radius: .5rem;
    padding: .2rem 1rem;
    font-family:"Poppins";
    display: inline-block;

   }
   
   @media (max-width: 480px) {
    .heading2 {
        padding: 1rem 0; 
    }

    .heading2 span {
        font-size: 1.5rem; 
        padding: .1rem .5rem; 
    }
}

   .icons-container{
    background-color:#eee;
    display: flex;
    justify-content: space-between;
    padding-top: 5rem;
    padding-bottom: 5rem;
    }
    
    .icons-container .icons{
    background-color:#fff;
    border:1rem solid rgba(0,0,0,.1);
    padding:2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex:1;
    max-width: calc(33.333% - 1rem);
   }
   .basket{
    display: grid;
    align-items: center;
    
    
   }
   .box{ 
    font-family:  "Poppins", sans-serif;
    
   }
   
   .skip {
    position: absolute;
    left: -999px;
    }

   .services .box-container{
    display: flex;
    flex-wrap: wrap;
    font-family:  "Poppins", sans-serif;
   }
   .services .box-container .box{
    flex: 1 1 20rem;
    border-radius: .5rem;
    padding: 0.1rem;
    text-align: center;
   }

   .services .box-container .box i{
    padding: 0.5rem;
    font-size: 4rem;
    
   }



.services .box-container .box h4{
font-size: 2.2rem;
color:#333 ;
}

 .services .box-container .box p{
    font-size: 1.5rem;
    color: #545454;
    padding: 0.5rem 0;
   }

   .services .box-container .box:hover{
    box-shadow: 0 1rem 2rem rgba(0,0,0,2);

   }


footer{
background-color: #ebcff1;
color: rgb(0, 0, 0);
line-height: 20px;
text-align: center;

}

.FOOTER1{
  background-color: white;
}

  .flex {
    display: flex;
  }
  
.avecba{
  
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    
  }

  

  .tri{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
   font-size: 1.2rem;
   color: #000000;
  }

  .images-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-wrap: wrap;
  }
  
  
  
  .images-container p {
    text-align: center;
    margin-top: 5px;
  }
  
  .ter1:hover,
  .ter2:hover,
  .ter3:hover {
      transform: scale(1.2);
      transition: transform 0.3s ease; 
  }
  .ter2{
      width: 100px;
      height: 200px;
      border-radius: 10px;
      margin: 0 5px;
     
  }   
  .ter1,
  .ter2,
  .ter3 {
      width: 200px;
      height: 200px;
      border-radius: 10px;
      margin: 0 5px;
  }
  .ter1{
    cursor: pointer;
  }
  
 
.box-image{
  width: 400px;
  height: 350px;
  float: left;
  margin-right: 15px;
}

  .merci{
    color:black;
    text-align: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  }

  .gymnase {
    font-size: 2.2rem;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px; 
    color: #000000;
    background: linear-gradient(135deg, #f1d96d, #8a2be2);
}


 .button{
  text-align: right;
 justify-content: flex-end; 
  border-radius: 50px;
  min-width: 44px;
  min-height: 44px;
 }
  .terr1{
    float: left;
  margin-right: 15px;

  }
  header .societe2{
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-family:"Poppins";
    float: left; 
}


.textphoto{
 justify-content: flex-end;
  color: #000000;
 
}

.ville_title{
  font-size:  1.4rem;
  font-family: 'Poppins';
  text-align: center;
  align-items: center;
  margin-left: 10% ;
  margin-right: 10% ;
  color:black;
}

.descrip{
  font-size:  1.4rem;
  font-family: 'Poppins';
  text-align: center;
  align-items: center;
  margin-left: 10% ;
  margin-right: 10% ;
  color:black;
  
}

@media (max-width: 768px)  {
    .descrip {
        font-size: 1.2rem; 
        margin-left: 5%; 
        margin-right: 5%; 
    }
}

.descrip2{
  font-size:  1.4rem;
  font-family: 'Poppins';
  text-align: center;
  align-items: center;
  margin-left: 10% ;
  margin-right: 10% ;
  color:black;
  font-weight: bold;
}

.informations{
    color:black;
 font-size:  1.2rem;
  font-family: 'Poppins';
  text-align: center;
  align-items: center;
  margin-left: 10% ;
  margin-right: 10% ;
}

.propos{
  
  text-align: center;
  align-items: center;
  margin-left: 10% ;
  margin-right: 10% ;
  color: #000000;
}


@media (max-width: 1200px) {
  .propos {
    font-size: 1.8rem; 
  }
}

.middle_title{
   text-align: center;
  margin: 0 auto;
  width: fit-content; 
}

.droite {
  text-align: right;
}
.fl-gauche {
  float: left;
  margin-right: 15px;
  margin-left: 20px; 
  
}

@media (max-width: 768px) {
    .fl-gauche {
        float: none;
        margin: 0 auto; 
        display: block;
        max-width: 100%;
    }
}



.fl-droite {
  float: right;
  margin-right: 25px;
  margin-left: 30px; 
}

@media (max-width: 768px) {
    .fl-droite {
        float: none; 
        margin: 0 auto; 
        display: block; 
        max-width: 100%;
    }
}

.partner-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.partner-logo {
  flex: 1;
  text-align: center;
  margin: 10px;
}

.partner-logo img {
  max-width: 100px; 
  height: auto;
}



@media (max-width: 768px) {
  .partner-logos {
    flex-direction: column;
    align-items: center;
  }

  .partner-logo {
    margin: 10px 0;
  }
}
.bluebask{
 
    width: 300px; 
    height: 200px; 
    max-width: 100%; 
  
}

.pre{
  color: #000000;
  font-size: 1.1rem;
  font-family: "Poppins";
}


.basket-text1{
  background-color:#FFE6F7;
}


.etoile{
 max-width: 100px;
}

.box {
background-color: #ebcff1;
  border-radius: 5px;
  margin: 10px;
  width: 200px; 
  display: inline-block;
  vertical-align: top;
  text-align: center;
  align-items: center;
  margin-left: 60px;
}



.coeur {
  display: flex;
  border: 1px solid #ffd500;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffd500;
  max-width: 150px; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
  font-family:"Poppins";
}


.box h4 {
  margin-top: 0;
  font-size: 18px;
}

h1{
  color: rgb(255, 255, 255);
    font-size: 5.5rem;
   justify-content: center;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .avecba {
        font-size: 1rem;
    }

    .search-input, .search-button {
        font-size: 0.9rem;
        padding: 8px;
    }

    .search-button {
        width: 50px; 
    }
}

.box p {
  font-size: 14px; 
  color:black;
}

input{
  width: 300px;
  height: 35px;
  margin-bottom: 20px;
  border:1px solid #9e9e9e;
}

input[type="submit"] {
  font-family: 'Montserrat Alternates', sans-serif;            
  border:none;
  color: #373030;
  font-size: 1.1rem;
  box-shadow: 4px 4px #f0a097;
  transition: all 0.3s ease-in-out;
}

input:focus {
  outline: 2px solid #f67d70;
}

input[type="submit"]:focus {
  outline: 2px solid #373030;
}

input[type="submit"]:hover {
  box-shadow: 4px 4px #373030;
}


 .describe{
  color: #000000;
 
 }
 .gym_title {
  font-size: 2.2rem;
  font-family: 'Poppins';
  text-align: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  color: #000000;
}

.gym_TITRE{
   
  font-size: 1.8rem;
  font-family: 'Poppins';
  text-align: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  color: #000000;
}
.background-gymna{
    background-color: #f3e9f6; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

 h3{
  font-size: 2.2rem;
  font-family: 'Poppins';
  text-align: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  color: #000000;
 }
 
 @media (max-width: 768px)  {
    h3 {
        font-size: 1.2rem; 
        margin-left: 5%; 
        margin-right: 5%; 
    }
}

 

 h4{
  font-family:"Poppins";
  font-size: 1.2rem;

 }


 .lieu{
  color: #420a67;
 }




.formbold-mb-5 {
  margin-bottom: 20px;
}
.formbold-pt-3 {
  padding-top: 12px;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}
.formulaire-nom {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
background-color: #ebebeb;
}
.formulaire-label {
  display: block;
  font-weight: 500;
  font-family:"Poppins";
  color: #07074d;
  margin-bottom: 12px;
  text-align: center;
  
}
.formulaire-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  display:block;
}


.formulaire-input{
  width: 100%;
  border-radius: 6px;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}


.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 10px 20px; 
  border: none;
  font-weight: 600;
  background: linear-gradient(to right, #6a64f1, #ff69b4); 
  cursor: pointer;
  align-items: center;
  margin-left: 130px;
  color: black; 
}


.formbold--mx-3 {
  margin-left: 2px;
  margin-right: 2px;
}
.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.formbold-radio {
  width: 20px;
  height: 20px;
}

@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}

.reservation{
font-size: 2.5rem;
 color: #000000;
 text-align: center;
}

.adresse{
  color: #000000;
  font-family:"Poppins";
  font-weight:bold;

}

.reviews-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}

.review {
  width: 300px; 
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 0 10px 20px; 
margin-bottom: 20px
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
   margin-top: 20px;
   margin-left: 10px; 
}

.review-user {
  font-weight: bold;
  font-family:"Poppins";
  margin-right: 10px;
  color:black;
  margin-left: 10px;
}

.review-rating {
  font-size: 20px;
  color: #f8b739; 
}

.review-content {
   font-size: 14px;
  line-height: 1.5;
  padding: 10px; 
 
}
.review-content p {
  font-size: 16px;
  line-height: 1.5;
 color: #000000;
}

.retour{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  overflow: auto;
  min-width: 44px;
  min-height: 44px;
}

.retour2{
  background-color: #fff;
  margin: 20% auto;
  width: 60%;
  max-width: 600px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  min-width: 44px;
  min-height: 44px;
}
#retour1 {
  background: linear-gradient(to bottom, #8A2BE2, #800080); 
  color: rgb(255, 255, 255); 
  padding: 15px 20px; 
  border: none; 
  border-radius: 5px; 
  cursor: pointer; 
  position: relative; 
  left: 50%; 
  transform: translateX(-50%); 
  font-family: "Poppins";
  font-size: 1.4rem;
  min-width: 44px;
  min-height: 44px;
}

.popup-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  overflow: auto;
}



.popup-body {
  background-color: #fff;
  margin: 20% auto;
  padding: 20px;
  width: 60%;
  max-width: 600px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.popup-body h4{
  margin-top: 0;
}

.popup-body p {
  margin-bottom: 10px;
}
#btnPopup {
  background: linear-gradient(to bottom, #8A2BE2, #800080); 
  color: rgb(255, 255, 255); 
  padding: 15px 20px; 
  border: none; 
  border-radius: 5px; 
  cursor: pointer; 
  position: relative; 
  left: 50%; 
  transform: translateX(-50%); 
  font-family: "Poppins";
  font-size: 1.4rem;
  min-width: 44px;
  min-height: 44px;
}

#btnPopup:hover {
  font-family: "Poppins";
  color: black;
  background: linear-gradient(to bottom, #ffa8ff, #8A2BE2);
}
.popup-body p {
  color: black; 
  font-family: "Poppins";
}

.review-content{
  font-family: "Poppins";
}

