/******************** section 1 ****************/
.hero {
  background: url("../images/partenaire/04.png") no-repeat center center/cover;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  background-size: cover;
  z-index: 3;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.hero-content {
  position: relative;
  z-index: 8;
  padding: 20px;
}

.hero-content .small {
  font-size: 14px;
  font-weight: 500;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 600;
}

.hero-content p {
  font-size: 16px;
  margin:  20px 0; 
  line-height: 1.4;

  font-weight: 500;
  color: white;

  /* margin: 0 auto 30px; */
}

.hero-content p a {
  color: white;
  transition: 0.3s ease-in-out;
}
.hero-content p a:hover {
  color: #c77f05;
}

.underline {
  height: 5px;
  width: 214px;
  background: var(--clr-orange); /* Secondary color */
  margin: 10px auto 20px;
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .hero {
    height: 60vh;
  }

  .hero-content h1 {
    font-size: 26px;
  }

  .underline {
    width: 114px;
  }
}

/******************** section 2 ****************/

.tarif {
  padding: 60px 40px;
  text-align: center;
  position: relative;
  overflow-x: hidden;

}

.tarif-text {
  position: relative;
  z-index: 3;
}

.tarif-title {
  font-size: 40px;
  background: var(--clr-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: 500;
  padding-bottom: 20px;
}

.tarif-subtitle {
  max-width: 1510px;
  margin: 0 auto 50px;
  padding-bottom: 30px;

  font-size: 18px;
  font-weight: 400;

  line-height: 1.6;

  text-align: center;
}

.background {
  background: url("../images/globej.png") no-repeat center center/cover;
  position: absolute;
  background-position: left;
  background-size: contain;
  top: -70px;
  left: 0;
  height: 838px;
  width: 838px;
  z-index: 1;
}

.card-container {
    display: grid;
    max-width: 1400px;
    
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    margin: 20px auto;
   
    gap: 50px;
 



  position: relative;
  z-index: 4;
}
.card {
  /* width: 423px; */
  height: 524px;
width: 100%;
  border-radius: 20px;
  background: var(--clr-orange);
  padding: 10px 0 30px;
  margin: 0 auto;
}

.card-content {
    width: 100%;
  background-color: white;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 30px 20px 20px;
  
}

.card-content h3 {
 
  font-weight: 500;
  font-size: 30px;

  text-transform: uppercase;
}

.divider {
    height: 1px;
    width: 177px;
    background: var(--clr-orange); /* Secondary color */
    margin: 10px auto 30px;
}

.pack {
    padding: 20px 10px 0;
    text-align: center;
   

}

p.desc {
    font-size: 15px;
    padding-bottom: 18px;
    gap: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  font-family: var(--ff-tertiary);
    text-transform: capitalize;
}

.souscrire{
    border: none;
    display: flex;
    background: var(--clr-orange);
 
    justify-content: center;
    gap: 8px;
  
    align-items: center;

    padding: 16px 30px;
  font-size: 15px;
  border-radius: 5px;

  cursor: pointer;
  transition: all 0.3s ease;

  text-align: center;
  margin: 20px auto;
}

.souscrire a{
    color: white;

}


@media screen and (max-width: 1258px) {
    .card-container{
        max-width: 900px;
        grid-template-columns: repeat(2, 1fr);
    }
  }


@media screen and (max-width: 1024px) {
  .tarif-title {
    font-size: 32px;
  }

  .tarif-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }

 
}

@media screen and (max-width: 856px) {
    .card-container{
        max-width: 430px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 768px) {
  .tarif-title {
    font-size: 28px;
  }

  .tarif-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 450px) {
    .card{
        height: 100%;
    }
    p.desc {
        font-size: 14px;
    }

    .card-content h3 {
        font-size: 26px;
    }
}



/******************* why   *********************/

/* Container swiper : assure qu’il laisse de l’espace en bas */
.why-swiper {
  display: flex;
  align-items: center; /* centre verticalement */
  justify-content: center; /* optionnel si besoin horizontalement */

  height: 550px;
  padding-bottom: 10px;
}

@media (max-height: 700px) {
  .why-swiper {
    height: 600px;
  
  }
}

/* Pagination bien en dessous, centrée */

.swiper-pagination {
  /* display: none !important; */
}

/* Flèches */
.swiper-nav {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
transform: translateY(50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* important pour ne pas gêner le swiper */
}

.swiper-button-prev,
.swiper-button-next {
  pointer-events: auto; /* remet l'interaction sur les flèches */
  width: 70px;
  height: 70px;
  background: #01357233;
  border-radius: 50%;
  color: #c68006;

  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
}
}

.why {
  padding: 60px 40px;
  text-align: center;
background-image: url("../images/partenaire/bg-part.png");
  /* background-color: #F5F5F5; */
  height: 100%;
}

.why-title {
  font-size: 40px;
  background: var(--clr-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: 500;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.why-subtitle {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding-bottom: 10px;

  font-size: 18px;
  font-weight: 400;

  line-height: 1.6;

  text-align: center;
}

.why-grid {
  position: relative;
  display: flex;

  max-width: 1500px;
  justify-content: center;
  align-items: center;

  gap: 30px;
  margin-top: 10px;
  padding: 0 30px;
  margin: 80px auto;
}

 .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.why-card {
  padding: 30px 20px 20px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 4px 1px 0px #013572;
  text-align: center;
  height: 410px;
}

.why-card.color {
  background: #0954e61a;
}

.why-img {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  border: 2px dashed #c68006;

  margin: 0 auto;
  margin-bottom: 20px;
}

.why-img img {
  width: 60%;
  height: 60%;
}

.why-name {
  font-size: 18px;
  font-weight: 600;

  background: var(--clr-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--ff-primary);
  padding-bottom: 10px;
}

.underline-4 {
  height: 2px;
  width: 65px;
  background: var(--clr-blue-2); /* Secondary color */
  margin: 0 auto;
  margin-bottom: 20px;
}

.why-text {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 1370px) {
  .why-card {
    height: 480px;
  }
}

@media screen and (max-width: 1070px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .why-title {
    font-size: 32px;
  }

  .why-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }

  .why-card {
    padding: 20px 15px;
  }

  .why-img {
    width: 120px;
    height: 120px;
  
  }

  .why-name {
    font-size: 16px;
  }

  .why-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .why-stars {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .why-grid {
    max-width: 500px;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 10px;
  }
  .why-title {
    font-size: 28px;
  }

  .why-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }

  
  .why-card p {
    text-align: left;
  }
}





/****************** section 2 ****************************/

#section2 {
  display: grid;
  grid-template-columns: 40% 60%;
  justify-content: space-between;
  height: auto;
  background-image: url('../images/about/globej\ 1.png');
  background-repeat: no-repeat;
  padding-bottom: 50px;
  gap: 40px;

  background-color: white;
}

#section2>div:nth-child(1) {
  width: 100%;
  height: 100%;

}

.image-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;

  justify-content: center;
  text-align: justify;
  padding: 0 20px;
}

.cadre {
  background: var(--clr-orange);
width: 70%;
height: 447px;
border-radius: 10px;
}

.cadre img {
width: 100%;
height: 447px;
border-radius: 10px;
object-fit: cover;
transform: translate(10px, 10px);

}

.c

.po {
  font-weight: 300;
  font-family: var(--primary);
}

/* #section2>div:nth-child(1)>img {
  object-fit: cover;
  display: flex;
  height: 100%;
  width: 78%;
  margin: auto;
  align-items: center;
  justify-content: center;
} */

#section2>div:nth-child(2) {
  padding-top: 30px;
  width: 100%;
  height: fit-content;

}

#section2>div:nth-child(2)>h1 {
  font-size: 40px;
  background: var(--clr-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: 500;
  padding-bottom: 10px;
}

.line-combo {
  display: flex;
  gap: 5px;
 
  margin-bottom: 30px;
}

.small_underline {
  height: 5px;
  width: 200px;
  background: var(--clr-orange);
  margin-bottom: 5px;
  /* Secondary color */
}

.second-underline {
  height: 5px;
  width: 20px;
  background: var(--clr-orange);
  margin-bottom: 5px;
  /* Secondary color */
}

.blue_underline {
  height: 5px;
  width: 20px;
  background: var(--clr-blue-2);
  margin-bottom: 5px;
  /* Secondary color */
}

#section2>div:nth-child(2)>div:nth-child(3) {
  width: 80%;
  padding-right: 20px;

}

#section2>div:nth-child(2)>div:nth-child(3)>p {
  word-spacing: 5px;
  max-width: 1200px;
text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;

}

#section2>div:nth-child(2)>div:nth-child(3)>div>button {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media(max-width: 1024px) {
  #section2 {
      grid-template-columns: 1fr;

  }

  #section2>div:nth-child(1) {
      display: none;
  }

  #section2>div:nth-child(2) {
      grid-column: 1;
      justify-items: center;
      text-align: center;
  }

  #section2>div:nth-child(2)>div:nth-child(3) {
      width: 80%;
  }

  .buttons {
      display: flex;
      justify-content: center;
  }

}

@media screen and (max-width: 1200px) {
  .cadre{
    width: 100%;
  }

  #section2>div:nth-child(2)>div:nth-child(3) {
    width: 96%;
  }
}

/*************** formulaire ********************/


/******************** section 2 ****************/

.formulaire {
  padding-top: 30px;
 
}

.formulaire-text {
  background-color: #f5f5f5;
  padding: 50px ;
   padding-left: 20px;
  padding-right: 20px;
 margin-bottom: 30px;

}
.formulaire-title {
    font-size: 40px;
    background: var(--clr-orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-transform: uppercase;
    max-width: 1200px;
    margin: 0 auto;
  
    font-weight: 500;
    padding-bottom: 20px;
  }
  
  .formulaire-subtitle {
    max-width: 1510px;
    margin: 0 auto;
   
  
    font-size: 18px;
    font-weight: 400;
  
    line-height: 1.6;
  
    text-align: center;
  }

.form {
  padding: 30px 0px;
}

.form-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin: 0 auto;
  padding-bottom: 60px;
  padding: 0 20px;
}

.form1-container , .form2-container{
    width: 100%;
  box-shadow: 0px 4px 4px 0px #c77f05;
 
  border-radius: 10px;
  background-color: white;
  padding: 10px 80px;
  margin-bottom: 50px;
  padding-bottom: 100px;

}

.form2-container{
    height: 160px;
}

.form1
 {

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.form2 {
    display: flex;
    justify-content: space-between;
}

.input-radio input  {
    border: 1px solid #757575;
    height: 34px;
    width: 37px;
    border-radius: 3px;
}

.notice span{
    font-family: var(--ff-tertiary);
font-weight: 400;
font-size: 22px;
color: white;
letter-spacing: 0%;
text-align: center;

    background: var(--clr-orange);
    padding: 10px 30px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.notice {
    padding-bottom: 50px;
    margin-top: -20px;
}

.input-card {
  width: 100%;
  background: transparent;
  padding: 15px 20px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 18px;
  height: 66px;
  border: 1px solid #757575;
}

.input-card img {
  width: 33px;
  height: 33px;
}

.input-card .name {
  width: 22px;
  height: 22px;
}

label {
  font-family: var(--ff-tertiary);
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}

input,
select {
  border: none;
  font-family: var(--ff-tertiary);
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  outline: none;
  width: 100%;
  color: #000000a1;
  background: transparent;
}

option {
  width: 100%;
}



.btn.sub {
  width: 500px;
}


.sponsor-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
  }

  .sponsor-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
  }

  .sponsor-option input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  
  .statut-section {
      padding-bottom: 80px;
    
      border-radius: 4px;
    
    margin: 30px 0;
   
   
    border-bottom: 1px solid #75757540;
    }

      .statut-section.fd {
       max-width: 1200px;
      }
    
    .statut-title {
      display: block;
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: 600;
    }
    
    .statut-options {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
    }
    
    .statut-options div {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      white-space: nowrap;
      /* font-size: 14px; */
    }

    .champ input[type="checkbox"] {
      border: none;
      outline: none;
      box-shadow: none;
      /* appearance: none;
      -webkit-appearance: none; */
      width: 20px;
      height: 20px;
      background-color: white;
      cursor: pointer;
    }
    .champ input[type="text"] {
      padding-left: 10px;
      padding:  8px;
    
    
    }
    
    .champ label {
      font-size: 18px;
    }
    
    .autre-option {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      flex-wrap: wrap;
    }
    
    .autre-input {
      padding: 0.3rem;
      border: 1px solid #ccc;
      border-radius: 4px;
      min-width: 150px;
    }

    .partnership-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 20px 0;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
   display: block;
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: 600;
}

textarea {
  height: 180px;
  padding: 20px;

  border: 1px solid #757575;
  border-radius: 4px;
 outline: none;
 font-family: var(--ff-primary);
}

.deadline {
  color: #FD0207;
  font-weight: bold;
}

@media (max-width: 768px) {
  .partnership-form {
    grid-template-columns: 1fr;
  }
}

    
    /* Responsive tweaks */
    @media (max-width: 600px) {
      .statut-options {
        flex-direction: column;
      }
    
      .autre-input {
        width: 100%;
      }
    }


@media screen and (max-width: 1024px) {
  .formulaire-title {
    font-size: 32px;
  }

  .formulaire-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 830px) {
  .form-container {
    gap: 20px;
  }

  .input-card img {
    width: 22px;
    height: 22px;
  }

  .input-card .name {
    width: 15px;
    height: 15px;
  }
  .input-card {
    height: 50px;
  }

  input,
  select {
    font-size: 14px;
  }

  label {
    font-size: 18px;
  }
}
@media screen and (max-width: 738px) {
  .formulaire-title {
    font-size: 28px;
  }
  .form1-container{
    height: auto;
    margin-bottom: 100px;
    padding-bottom: 20px;
    
  }

  .notice span{
    font-size: 20px;
  }

  .form2-container{
    height: auto;
    padding-bottom: 20px;

  }

  .formulaire-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }

  .form1 {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    margin: 0 auto;
  }

  input,
  select {
    font-size: 14px;
  }


}
@media screen and (max-width: 708px) {
  .btn.sub {
    width: 300px;
  }
}

@media (max-width: 430px) {
    .sponsor-options {
      flex-direction: column;
      align-items: flex-start;
    }

    .notice span{
        font-size: 14px;
      }
    
      .form1-container , .form2-container{
      padding: 10px ;
  }

}
