* {
  box-sizing: border-box;
  scrollbar-width: none;
}

body {
  background-color: #f6f6f6;
  margin: 0;
  cursor: url("/img/cursor/axe.png") 0 0, auto;
  height: 100vh;
}

i.fab {
  width: 25px;
  height: 25px;
}

.display, footer, .nom_prenom, .container_img_txt_cards, .container_statistiques, .container_images_info, .container_text_bouton_support, .mail_form, .logo {
  display: flex;
  flex-direction: row;
}

.display_column, .body_class, .container_nom_prenom, .container_maps, .card_, .container_cards, .donnees_statistiques, .img_and_info {
  display: flex;
  flex-direction: column;
}

/**********************Section Menu et logo*********************/
.container_logo {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.logo a {
  cursor: url("/img/cursor/loock.png") 0 0, pointer !important;
}

header {
  top: 0;
  z-index: 1000;
  background: linear-gradient(to right, #ff8000, #e63946);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
header .container_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 130px;
  height: 120px;
  /* border-radius: 45%; */
}
.logo h1 {
  margin: 10px 0 5px;
}

.menu-nav ul {
  margin-top: 45px;
  font-family: anybody;
  font-size: 1.75rem;
  margin-right: 60px;
}
.menu-nav li {
  display: inline;
  padding: 10px;
}
.menu-nav a {
  text-decoration: none;
  color: #3e294e;
  font-family: "Bebas Neue", sans-serif;
}
.menu-nav a.active {
  text-decoration: underline;
  color: #3e294e;
}
.menu-nav a:hover {
  color: #3e294e;
}
.menu-nav nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-nav nav ul li a {
  text-decoration: none;
  color: #3e294e;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: url("/img/cursor/loock.png") 0 0, pointer !important;
}

/**********************Section 1 carousel*********************************/
#Section_1 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.container_carousel {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
  cursor: url("/img/cursor/loock.png") 0 0, pointer !important;
}

.carousel-control-next-icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(7484%) hue-rotate(1deg) brightness(96%) contrast(103%);
}

.carousel-control-prev-icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(94%) saturate(7484%) hue-rotate(1deg) brightness(96%) contrast(103%);
}

/****************************section  ligne_decorative*************/
.ligne_container {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.ligne_decorative {
  content: "";
  display: block;
  height: 2px;
  background: rgba(34, 204, 51, 0.9333333333);
  width: 1000px;
  margin: 20px 0;
}

/******************************section 2 mail form******************/
.container_form_mail {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 300px;
}
.container_form_mail h4 {
  text-align: center;
  margin-top: 45px;
  font-size: 45px;
  margin-top: 110px;
}

.img_escalade_homme img {
  width: 80px;
  height: 100px;
}

.mail textarea {
  width: 400px;
  height: 50px;
  padding: 5px;
  resize: none;
  margin-left: 40px;
}
.mail textarea:hover {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.mail_form {
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .mail_form {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .mail_form .img_escalade_homme img {
    width: auto;
  }
  .mail_form .mail textarea {
    width: 100%;
    margin-left: 0;
  }
  .mail_form .bouton .btn-escalade {
    font-size: 9px;
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .mail_form {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .mail_form .img_escalade_homme img {
    width: auto;
  }
  .mail_form .mail textarea {
    width: 100%;
    margin-left: 0;
  }
  .mail_form .bouton .btn-escalade {
    font-size: 9px;
    text-align: center;
    margin-left: 0;
  }
}

.btn-escalade {
  text-decoration: none;
  background: linear-gradient(135deg, #2e8b57, #3cb371);
  margin: 0 0 10px 40px;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  cursor: url("/img/cursor/loock.png") 0 0, pointer !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.btn-escalade:hover {
  background: linear-gradient(135deg, #228b22, #2ecc71);
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
}

/*************section 3 text bouton************************/
.container_text_bouton_support {
  justify-content: center;
  margin-top: 45px;
  background: linear-gradient(to bottom right, #1f1f1f, #2c2c2c, #3e1e0d);
  height: 300px;
}
.container_text_support {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-family: "Bebas Neue", sans-serif; */
  font-family: "Alegreya", serif;
}
.container_text_support p {
  font-size: 19px;
  /* font-family: "Bebas Neue", sans-serif; */
  font-family: "Alegreya", serif;
  text-align: center;
  color: white;
}
@media (min-width: 1199px) and (max-width: 501px) {
  .container_text_support p {
    width: 90%;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .container_text_support p {
    width: 90%;
    font-size: 12px;
  }
}

.container_bouton_support {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-support {
  margin-top: 25px;
  background: linear-gradient(135deg, #ff4500, #ff6347);
  color: white;
  font-size: 1.1rem;
  padding: 12px 28px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  cursor: url("/img/cursor/loock.png") 0 0, pointer !important;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
.btn-support:hover {
  background: linear-gradient(135deg, #d63a00, #e85c3c);
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
}
@media (min-width: 1199px) and (max-width: 501px) {
  .btn-support {
    width: auto;
    height: 40px;
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .btn-support {
    width: auto;
    height: 40px;
    font-size: 10px;
  }
}

/*************************Section 4 info project*******************/
.container_textImg_info {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.container_textImg_info h6 {
  text-align: center;
  justify-content: center;
  margin-top: 25px;
}
.container_textImg_info p {
  text-align: center;
  font-size: 15px;
}
.container_images_info {
  justify-content: space-between;
  margin-top: 50px;
  gap: 30px;
}

.title_subtitle_info h2 {
  text-align: center !important;
  margin: 65px !important;
}
.title_subtitle_info h3 {
  justify-content: center;
  text-align: center;
  font-size: 22px;
}

.img_and_info {
  text-align: center;
}
.img_and_info h6 {
  margin-top: 28px;
}
.img_and_info p {
  margin-top: 28px;
}

.img_card img {
  width: 90px;
  height: 95px;
  border-radius: 45%;
}

/*************section 5 grid gallery************************/
.container_gallery {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  grid-gap: 30px;
}

.item {
  background-color: #ddd;
  border: 2px solid #333;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 150px;
  gap: 10px;
  padding: 10px;
}
.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid #000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.gallery__img:hover {
  transform: scale(1.05);
}
.gallery__item_1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
}
.gallery__item_2 {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 5;
  grid-row-end: 8;
}
.gallery__item_3 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 5;
}
.gallery__item_4 {
  grid-column-start: 4;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 8;
}
.gallery__item_5 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 5;
  grid-row-end: 3;
}
.gallery__item_6 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (min-width: 1199px) and (max-width: 540px) {
  .gallery {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .gallery .gallery__item_1,
  .gallery .gallery__item_2,
  .gallery .gallery__item_3,
  .gallery .gallery__item_4,
  .gallery .gallery__item_5,
  .gallery .gallery__item_6 {
    width: 100%;
  }
  .gallery .gallery__img {
    width: 100%;
    border-radius: 4px;
  }
}
@media (max-width: 520px) {
  .gallery {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .gallery .gallery__item_1,
  .gallery .gallery__item_2,
  .gallery .gallery__item_3,
  .gallery .gallery__item_4,
  .gallery .gallery__item_5,
  .gallery .gallery__item_6 {
    width: 100%;
  }
  .gallery .gallery__img {
    width: 100%;
    border-radius: 4px;
  }
}

/*************************section 6 statistiques***************/
.container_statistiques {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.container_statistiques h3 {
  font-size: 60px;
}
.container_statistiques p {
  margin-top: 35px;
}
@media (min-width: 1199px) and (max-width: 501px) {
  .container_statistiques .container_text_statistiques {
    width: 50%;
    /* align-items: center; */
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .container_statistiques .gateau_statistiques {
    display: none;
  }
  .container_statistiques h3 {
    font-size: 40px;
  }
  .container_statistiques p {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .container_statistiques .container_text_statistiques {
    width: 50%;
    /* align-items: center; */
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .container_statistiques .gateau_statistiques {
    display: none;
  }
  .container_statistiques h3 {
    font-size: 40px;
  }
  .container_statistiques p {
    font-size: 18px;
  }
}

.donnees_statistiques h2 {
  margin-top: 35px;
}

.gateau_statistiques {
  width: 40%;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), transparent 70%), conic-gradient(#4caf50 0% 10.5%, #2196f3 10.5% 35.1%, #ff9800 35.1% 50.9%, #9c27b0 50.9% 70.2%, #f44336 70.2% 74.4%, #00bcd4 74.4% 83.2%, #cccccc 83.2% 100%);
  margin: 80px auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), inset 0 8px 12px rgba(255, 255, 255, 0.2), inset 0 -8px 12px rgba(0, 0, 0, 0.2); /* sombra interna abajo */
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gateau_statistiques:hover {
  transform: scale(1.03);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.5), inset 0 8px 15px rgba(255, 255, 255, 0.25), inset 0 -8px 15px rgba(0, 0, 0, 0.25);
}

.container_text_statistiques {
  width: 50%;
}

/***************************section 7 cards************************/
.container_cards {
  max-width: 1400px;
  margin: 0 auto;
}
.container_cards h2 {
  text-align: center !important;
  margin-top: 35px;
}
.container_cards h3 {
  text-align: center;
  margin-top: 35px;
}
@media (max-width: 500px) {
  .container_cards h3 {
    font-size: 15px;
  }
}
.container_img_txt_cards {
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 50px;
}
@media (max-width: 1199px) and (min-width: 501px) {
  .container_img_txt_cards {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .container_img_txt_cards {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1199px) and (min-width: 501px) {
  .container_title_cards {
    padding: 35px;
  }
}
@media (max-width: 500px) {
  .container_title_cards {
    padding: 35px;
  }
}

.card_ {
  align-items: self-start;
  width: 25%;
  padding: 15px;
  border: 2px solid #ccc;
  background-color: #a9bcdb;
  border-radius: 25px;
}
.card_ img {
  width: 140px;
  height: 178px;
  border-radius: 30px;
}
@media (max-width: 1199px) and (min-width: 501px) {
  .card_ {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  .card_ {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }
}

.reseaux_sociaux_team a {
  color: #ffffff;
}

/**************************section 8  maps formulaire*****************/
.container_form_maps {
  position: relative;
}
.container_form_maps button {
  background: linear-gradient(135deg, #ff5100, rgba(255, 166, 0, 0.5));
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  cursor: url("/img/cursor/loock.png") 0 0, pointer !important;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 200, 0, 0.4);
}
.container_form_maps button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.6);
  background: linear-gradient(135deg, #b34200, #cf8300);
}
.container_form_maps button:active {
  transform: scale(0.97);
}
@media (max-width: 1199px) and (min-width: 501px) {
  .container_form_maps {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .container_form_maps {
    display: flex;
    flex-direction: column;
  }
}

.container_maps {
  max-width: 1900px;
  margin: 0 auto;
  height: 750px;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 520px) {
  .container_maps {
    width: 100%;
    height: 900px;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .container_maps {
    width: 500px;
    height: 900px;
    margin-left: 0;
  }
}

/* form {
  width: 35%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
} */
.nom_prenom {
  /* justify-content: space-between; */
  width: 100%;
}

.container_nom_prenom {
  justify-content: space-between;
}
@media (max-width: 1199px) and (min-width: 501px) {
  .container_nom_prenom .nom_prenom {
    display: flex;
    flex-direction: column;
  }
  .container_nom_prenom #nom {
    width: 200px;
  }
  .container_nom_prenom #prenom {
    width: 200px;
  }
  .container_nom_prenom #email {
    width: 200px;
  }
  .container_nom_prenom #message {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .container_nom_prenom .nom_prenom {
    display: flex;
    flex-direction: column;
  }
  .container_nom_prenom #nom {
    width: 200px;
  }
  .container_nom_prenom #prenom {
    width: 200px;
  }
  .container_nom_prenom #email {
    width: 200px;
  }
  .container_nom_prenom #message {
    width: 200px;
  }
}

#nom {
  width: 222px;
}

#prenom {
  width: 222px;
}

#email {
  width: 480px;
}

#message {
  width: 480px;
}

.maps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}

.form-overlay {
  position: absolute;
  top: 0;
  right: 80px;
  width: 600px;
  height: 600px;
  background-color: #eaeaea;
  padding: 15px;
  border-radius: 10px;
  z-index: 2;
  /* encima del mapa */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) and (min-width: 501px) {
  .form-overlay {
    width: 52%;
    height: 750px;
  }
}
@media (max-width: 500px) {
  .form-overlay {
    width: 52%;
    top: 880%;
    height: 750px;
  }
}

.input-control {
  padding: 15px;
}
.input-control textarea {
  resize: none;
}
.input-control textarea:hover {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.input-control .errorMessage {
  color: #ff3860;
  font-size: 9px;
  height: 13px;
}
.input-control input {
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
  padding: 10px;
}
.input-control input:hover {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.input-control input:focus {
  outline: 0;
}
.input-controlsucces input {
  border-color: green;
}
.input-controlerror input {
  border-color: red;
}

#btn_form_maps {
  padding: 5px;
  width: 200px;
  margin-left: 16px;
}

/************************section logo****************/
.container_img_logo {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}
.container_img_logo img {
  height: 300px;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 320px;
}

/*************************menu footer************************/
.menu_footer {
  display: flex;
  justify-content: center;
}
@media (min-width: 1199px) and (max-width: 520px) {
  .menu_footer {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .menu_footer .menu-nav {
    width: 90%;
  }
  .menu_footer .menu-nav nav ul li a {
    font-size: 12px;
  }
}

/************************Section footer******************************/
.container_footer {
  max-width: 1200px;
  margin: 0 auto;
}

footer {
  justify-content: space-between;
  border-top: 2px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .nom_realisateur {
  font-size: 16px;
  margin-left: 90px;
}
footer .icons_reseaux_sociaux {
  display: flex;
  gap: 10px;
  margin: 0 20px 0 20px;
}
footer .icons_reseaux_sociaux img {
  height: 20px;
  width: 20px;
}
footer .icons_reseaux_sociaux a {
  color: red;
}
footer .contact_realizateur {
  margin-left: 15px;
}
footer .contact_realizateur a {
  text-decoration: none;
  color: gray;
}
footer p {
  color: gray;
  font-size: 1rem;
  font-family: anybody;
}
@media (min-width: 1199px) and (max-width: 501px) {
  footer {
    width: 100%;
  }
  footer .nom_realisateur {
    margin-left: 23px;
  }
  footer .contact_realizateur {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}
@media (max-width: 500px) {
  footer {
    width: 100%;
  }
  footer .nom_realisateur {
    margin-left: 23px;
  }
  footer .contact_realizateur {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}

/************************confirmation page********/
.body_class {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("https://images.unsplash.com/photo-1500048993951-d6f5f88b0f84") center/cover no-repeat;
  color: white;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background-image: url(/img/background/montain.jpg);
  background-size: cover;
}

.confirmation-box {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  max-width: 500px;
}

.confirmation-box h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #a9bcdb;
}

.confirmation-box p {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.confirmation-box .btn {
  background-color: #a9bcdb;
  color: #000;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.confirmation-box .btn:hover {
  background-color: #ffffff;
}