




.lineaireholder, .headcontent {
    background-image: url(./img/iStock-1215246603.jpg);
}

.spstre {
    height: 1px;
    background-color: black;
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

.separateur50px {
    height: 50px;
    background: #ffffff;
    width: 100%;
}


.stre-container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.stre-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.stre-card {
    background-color: #edeaea;
    border-radius: 10px;
    /* padding: 1.5rem; */
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out;
}

.stre-card:hover {
  transform: translateY(-5px);
}

.stre-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 1rem;
    /* border: 3px solid #ddd; */
}

.stre-card h3 {
  font-size: 1.1rem;
  margin: 0.5rem 0;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}

.stre-card h3 span {
  font-weight: normal;
  font-size: 0.95rem;
  display: block;
  color: #555;
  font-weight: 600;
}

.stre-card p {
  font-size: 0.9rem;
  color: #777;
  margin-top: 0.5rem;
}


.stre-form-container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: Arial, sans-serif;
}

.stre-form {
  display: flex;
  flex-direction: column;
}

.stre-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.stre-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.stre-field label {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
}

.stre-field input {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #000;
  border-radius: 4px;
  width: 50%;
  margin: 0 auto;
}

.stre-full {
  flex: 1 1 100%;
}

.stre-privacy {
  font-size: 0.75rem;
  color: #333;
  margin: 1rem 0;
  line-height: 1.4;
}

.stre-privacy a {
  color: #0000ee;
  text-decoration: underline;
}

.stre-submit-wrapper {
  text-align: center;
  margin-top: 1rem;
}

.stre-submit-btn {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(to right, #d41c74, #3a5adb);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.stre-submit-btn:hover {
  opacity: 0.9;
}



/* Modal Container */
.stre-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.stre-modal-content {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
}

.stre-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

#stre-redirect-btn {
  margin-top: 1rem;
  padding: 10px 20px;
  background: linear-gradient(to right, #d41c74, #3a5adb);
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  cursor: pointer;
}



.headingstra {
  background: #ffffff;
  width: 100%;
  padding: 4rem 0 2rem;
}

.stracontenthd {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
    max-width: 1200px;
}

.straimg1 img {
  max-width: 350px;
}

.straimg2 {
  text-align: right;
}

.straimg2 p {
  font-family: "Roboto", sans-serif;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 22px;
    color: #31424f;
}

.straimg2 img {
  max-width: 140px;
}


.lineairestra {
    width: 100%;
    background: #ffffff;
    margin: 30px 0;
}

.lineaireholder {
    width: 80%;
    margin: 0 auto;
    border-radius: 25px;
    background-position: top;
    background-size: cover;
    max-width: 1200px;
}

.lineairecontent {
    padding: 3rem;
    display: flex;
    flex-direction: column;
}

.lineairecontent h2 {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 700;
}

.lineairecontent p {
    font-size: 26px;
    color: #ffffff;
}

.lineairebtn {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.lineairebtn .btn1 {
    color: #b73686;
    background: #ffffff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 12px;
    height: 100%;
    font-family: "Roboto", sans-serif;
}

.lineairebtn .btn1 a {
    color: #b73686;
}

.icondate {
    display: flex;
    gap: 15px;
    flex-direction: row;
}

.icondate img {
    width: 100%;
    max-width: 50px;
    height: 100%;
}

.icondate p {
    margin: 0;
    color: #ffff;
    font-size: 20px;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 1024px) {
  .lineaireholder {
    width: 90%;
  }

  .lineairecontent {
    padding: 2rem;
  }

  .lineairecontent h2 {
    font-size: 30px;
  }

  .lineairecontent p {
    font-size: 22px;
  }

  .icondate p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .lineairecontent {
    padding: 1.9rem;
  }

  .lineairebtn {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .lineairebtn .btn1 {
    width: 80%;
    text-align: center;
  }

  .icondate {
    flex-direction: row;
    align-items: center;
  }

  .icondate img {
    max-width: 40px;
  }

  .lineairecontent h2 {
    font-size: 26px;
  }

  .lineairecontent p {
    font-size: 20px;
  }
  .stracontenthd {
    flex-direction: column;
    gap: 50px;
  }
  ..straimg2 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .lineairecontent {
    padding: 1.5rem;
  }

  .lineairecontent h2 {
    font-size: 22px;
  }

  .lineairecontent p {
    font-size: 18px;
  }

  .lineairebtn {
    gap: 15px;
  }

  .icondate p {
    font-size: 16px;
  }
}


.descstra {
    width: 100%;
    background: #ffffff;
    margin: 50px 0 60px;
}

.descholder {
    width: 80%;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    color: #31424f;
    max-width: 1200px;
}

.descholder .destext {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 1.4;
}

.descholder h3 {
    margin: 2.5rem 0 9px;
    font-size: 22px;
    border-bottom: solid 3px #31424f;
    width: fit-content;
}

.headcontent {
    width: 80%;
    margin: 0 auto;
    border-radius: 15px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom: 20px;
    max-width: 1200px;
}

.headcontent h2 {
    color: #ffffff;
    font-size: 32px;
    line-height: 44px;
    padding: 10px 0;
}

@media (max-width: 1024px) {
  .descholder {
    width: 90%;
  }

  .headcontent {
    width: 90%;
  }

  .descholder .destext {
    font-size: 20px;
  }

  .descholder h3 {
    font-size: 24px;
  }

  .headcontent h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  .descholder {
    width: 90%;
  }

  .headcontent {
    width: 95%;
    padding: 0 10px;
  }

  .descholder .destext {
    font-size: 18px;
  }

  .descholder h3 {
    font-size: 22px;
    margin: 2rem 0 8px;
  }

  .headcontent h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .video-container {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .descholder .destext {
    font-size: 16px;
  }

  .descholder h3 {
    font-size: 20px;
    margin: 1.5rem 0 6px;
    border-bottom-width: 2px;
  }

  .headcontent h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 8px 0;
  }
}



.footerstre {
    width: 100%;
    background: #ffffff;
    margin: 35px 0;
}

.footerstreholder {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Roboto", sans-serif;
}
.footerstreholder p {
    font-size: 24px;
    color: #31424f;
    font-weight: 400;
}


.footerstreholder img {
  width: 200px;
}

.separateur30px {
  height: 30px;
  width: 100%;
  background: #ffffff;
}

.stre-modal-content p {
  font-size: 18px;
}

p.dissummaire {
  font-size: 22px;
  margin: 10px 0;
}

.video-container {
  width: 80%;
  margin: 40px auto;
}