@font-face {
  font-family: Mada;
  src: url(Mada-Bold.ttf);
}
@font-face {
  font-family: Kanit;
  src: url(Kanit-ExtraBoldItalic.ttf);
}

body {
  width: 1080px;
  margin: 0 auto;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
}
#navigation {
  display: flex;
  justify-content: center;
  list-style-type: none;
  height: 30px;
}
/* Début de la navigation */
nav a {
  margin-left: 20px;
  text-decoration: none;
  color: white;
  position: relative;
  transition: color 0.3s ease-in-out;
}

nav a:hover {
  color: rgb(0, 0, 0);
  /* text-decoration: underline; */
  transition: color 0.3s ease-in-out;
}

nav a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

nav a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Mada";
  font-size: large;
  color: white;
}
nav a:visited {
  color: rgba(255, 255, 255, 0.952);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
a.active {
  background-color: #22584b;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  color: black;
}
#navigation {
  display: flex;
  justify-content: center;
  list-style-type: none;
  height: 30px;
}
/* Fin de la navigation */

/* Debut page index */
header {
  background-color: #f76800;
  margin-bottom: 8px;
  background-image: url(images/TT.png);
  height: 60px;
  align-items: center;
}
main {
  margin-right: 30px;
  margin-left: 30px;
}
.logo {
  width: 4%;
  position: absolute;
  top: 10px;
  padding-left: 8px;
}

.court {
  width: 1028px;
  margin-bottom: 190px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.description {
  margin-top: -120px;
  line-height: 20px;
  text-align: justify;
  font-family: "Poppins", sans-serif;
}

footer {
  background-color: #22584b;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ffcc00;
}

footer p {
  margin: 10px 0;
  font-size: 0.9em;
}

.references {
  margin-bottom: 15px;
}
footer::before {
  content: "";
  display: block;
  height: 4px;
  background-color: #fff;
  margin-bottom: 15px;
}
/*Footer*/
/*Contact*/
.image_terrain {
  width: 507px;
  height: 484px;
  z-index: -1;
  border-radius: 14px;
}
.bloc_contact {
  width: 1080px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
}
.invitation {
  text-align: center;
}
form {
  width: 369px;
  height: 100px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
}
.form_contact form {
  height: 409px;
}
label {
  display: block;
  color: black;
  font-size: small;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 18px;
}
#en-tete > div:first-child {
  margin-right: 10px;
}
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
#en-tete {
  display: flex;
  justify-content: space-between;
}

input[type="submit"] {
  font-family: "Poppins", sans-serif;

  background-color: #22584b;
  margin-top: 5px;
  width: 100%;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

input[type="submit"]:hover {
  background-color: #0d3a2f;
}

.rectangle {
  background-color: #22584b;
  padding-bottom: 8px;
}
.contact_titre {
  display: flex;
  width: 1059px;
  height: 40px;
  justify-items: center;
  color: #22584b;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
  font-family: "Kanit";
  padding-bottom: 7px;
  padding-left: 21px;
}
/*Bande défilante titre */
marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.contact_titre h1 {
  white-space: nowrap;
  font-family: "Kanit";
  color: #22584b;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: white;
  padding-left: 21px;
}
/* Fin de Bande défilante titre */

.radio_group {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  cursor: pointer;
}
/* Fin de contact */
.upload {
  background-color: #d1cdcd;
  display: block;
  justify-content: center;
  align-items: center;
}

.ref {
  color: black;
}
/* Galerie */
#img-canva {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1080px;
}
.galerie_container {
  width: 300px;
  height: 300px;
  margin: 10px;
  flex-basis: calc(33.333% - 20px);
  overflow: hidden;
  display: flex;
  justify-items: center;
  border-radius: 15px;
  box-sizing: border-box;
}
.galerie_container:hover {
  zoom: normal;
  filter: grayscale(1);
  transition: 200ms;
  transform: scale(1.05);
}
.galerie_container img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fin de galerie */
textarea {
  font-family: "Poppins", sans-serif;
}

/* Partenaires  */

#presentation {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.429);
  color: black;
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-align: justify;
}

#presentation p {
  font-family: "Poppins", sans-serif;
  padding: 30px;
}

/* /Partie PARTENAIRES CARDS/ */

.person_card {
  height: 365px;
  width: 500px;
  background-color: #22584b;
  border-radius: 15px;
  margin-top: 30px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: small;
}
.person_card:hover {
  zoom: normal;
  transition: 200ms;
  transform: scale(1.05);
}

.all_cards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.image_banniere {
  height: 150px;
  width: 100%;
  background-color: #00000059;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  margin: 0 auto;
  object-fit: cover;
}

.image_person {
  width: 105px;
  height: 100px;
  background-color: #000000;
  border-radius: 15px;
  position: absolute;
  top: 105px;
  left: 20px;
  object-fit: cover;
  border: 7px solid #22584b;
}

/* Partie PARTENAIRES DOCUMENTS CHARTE ET PLANNING */

.documents_partenaires {
  height: 100px;
  width: 100%;
  background-color: white;
  border-radius: 15px;
  margin-top: 30px;
}

.titre_person {
  position: absolute;
  top: 135px;
  left: 155px;
  font-size: 35px;
  color: #ffffff;
}

.paragraphe_person {
  width: 100%;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  position: absolute;
  top: 180px;
  font-size: 13px;
  color: white;
}

.paragraphe_person p {
  padding-top: 29px;
  padding: 25px;
}
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: initial;
  background-color: white;
  width: 122px;
  height: 22px;
  position: absolute;
  top: 310px;
  left: 186px;
  text-align: center;
  border-radius: 6px;
  padding: 7px;
}

/* Fin de partenaires */

/*datatable*/
th {
  background-color: #22584b;
  color: #fff;
}
#tennis {
  border-collapse: collapse; /* Fusionner les bordures de la table */
  width: 100%;
  border: 1px solid #22584b; /* Couleur et épaisseur de la bordure */
}

/* Styles pour les cellules du tableau */
#tennis th,
#tennis td {
  padding: 10px;
  text-align: left;
  border: 1px solid #22584b;
}
#tennis th {
  background-color: #22584b;
  color: #fff;
}

#tennis td {
  background-color: #ffffff;
}

#tennis tr:hover td {
  background-color: #d3e0dc;
}
.dt-buttons {
  margin-top: 7px;
  margin-bottom: 10px;
}

.dt-button {
  padding: 8px 12px;
  margin-right: 8px;
  border: 1px solid #000000;
  background-color: #22584b;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dt-button:hover {
  background-color: #113a30;
}

#references {
  text-align: center;
  list-style-type: none;
}
#references li {
  list-style-type: none;
}

.documents_partenaires h1 {
  /* color: rgb(22, 21, 21); */
  padding-top: 30px;
  font-size: 25px;
}
.documents_partenaires {
  height: 196px;
  width: 453px;
  background-color: #0d3a2f;
  margin-top: 30px;
  margin-bottom: 79px;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: stretch;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.documents_partenaires a {
  color: white;
}

/* Add your other styles here */
