.discovery-bg {
  background-image: url(../images/visuel-header.webp);
  height: 641px;
  width: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.discovery-bg::before {
  content: "";
  background-color: #000000;
  opacity: 75%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
.discovery-block {
  text-align: center;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.discovery-block-title {
  margin: 20px 0 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 900;
}
.discovery-block-caption {
  margin: 10px 0 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 300;
}
.discovery-block-text {
  margin: 30px 0 0 0;
  font-weight: 300;
  line-height: 1.8;
}

@media screen and (max-width: 1350px) {
  .discovery-block {
    top: 10%;
    left: 0%;
    transform: translate(0%, 0%);
    margin: 0 80px;
  }
}
@media screen and (max-width: 580px) {
  .discovery-block {
    top: 10%;
    left: 0%;
    transform: translate(0%, 0%);
    margin: 0 20px;
  }
  .discovery-block-title {
    font-size: 35px;
  }
  .discovery-block-caption {
    font-size: 35px;
  }
  .discovery-block-text {
    font-size: 12px;
  }
}
.offer-title {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  text-align: center;
  margin: 92px 0;
}
.offer-container {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.offer-container-details {
  width: 556px;
}
.offer-container-card {
  width: 473px;
  background-color: #F1F1F1;
  border-radius: 10px;
}

.details {
  display: block;
  line-height: 25px;
  margin: 50px 0;
}
.details-title {
  margin: 0;
  font-weight: 900;
}
.details-text {
  line-height: 25px;
  margin: 0;
  font-weight: 300;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card::before {
  content: "";
  border-radius: 10px 10px 0 0;
  background-color: #32B13F;
  width: 100%;
  height: 30px;
}
.card-title {
  margin: 39px 0 25px 0;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
}
.card-price {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.card-month {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 28px;
}
.card-caption {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin: 20px;
}
.card-details-line {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
.card-details-line-check {
  margin-right: 17px;
}
.card-details-line-text {
  margin: 0;
}
.card-details-line-IA {
  color: #DA5137;
  font-size: 10px;
  margin-left: 5px;
  transform: translateY(-5px);
}
.card-choice__btn {
  cursor: pointer;
  background: #32B13F;
  border-radius: 5px;
  padding: 5px 30px;
  margin: 30px auto;
}
.card-choice__btn-text {
  display: block;
  font-size: 16px;
  text-align: center;
  color: white;
  padding: 8px;
}
.card-functionnality {
  margin-bottom: 30px;
}
.card-star {
  position: relative;
  top: 30px;
  color: #C4C5C7;
  font-size: 13px;
}

@media screen and (max-width: 1350px) {
  .offer-container {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px;
  }
  .offer-container-details {
    width: 45%;
    margin: 0;
  }
  .offer-container-card {
    margin: 0;
    width: 45%;
    height: 770px;
  }
  .details {
    margin: 0 0 50px 0;
  }
  .card-title {
    font-size: 35px;
  }
  .card-price {
    font-size: 35px;
  }
  .card-month {
    font-size: 22px;
  }
  .card-caption {
    font-size: 14px;
  }
  .card-details-line-text {
    font-size: 14px;
    margin: 0;
  }
  .card-choice__btn {
    cursor: pointer;
    background: #32B13F;
    border-radius: 5px;
    padding: 5px 30px;
    margin: 30px auto;
    width: 260px;
  }
  .card-choice__btn-text {
    display: block;
    font-size: 12px;
    text-align: center;
    color: white;
    padding: 8px;
  }
  .card-functionnality {
    font-size: 14px;
  }
  .card-star {
    font-size: 11px;
    text-align: center;
    top: 40px;
  }
}
@media screen and (max-width: 580px) {
  .offer-title {
    font-size: 35px;
    margin: 92px 20px;
  }
  .offer-container {
    width: 100%;
    flex-direction: column-reverse;
  }
  .offer-container-details {
    width: 100%;
    margin: 80px 0;
  }
  .offer-container-card {
    margin: 0 auto 20px auto;
    width: 90%;
  }
  .details {
    margin: 20px;
  }
  .details-title {
    font-size: 14px;
  }
  .details-text {
    font-size: 14px;
  }
  .card {
    padding-bottom: 20px;
  }
  .card-details-line {
    margin: 20px;
  }
  .card-choice__btn {
    width: 200px;
  }
  .card-functionnality {
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .offer-container-card {
    height: 820px;
  }
}
.functionnalities {
  padding-top: 100px;
}
.functionnalities-title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  text-align: center;
  margin: 92px 0;
}
.functionnalities-board {
  width: 833px;
  margin: auto;
  margin-bottom: 50px;
}

.board-insert {
  display: flex;
}
.board-insert-content {
  padding: 35px;
  width: 300px;
  display: flex;
  align-items: flex-start;
}
.board-insert-icon {
  margin-right: 15px;
}
.board-insert-title {
  margin: 0;
  font-weight: 900;
  line-height: 25px;
}
.board-insert-details {
  width: 500px;
  align-self: flex-end;
  padding: 20px;
}
.board-insert-details-line {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.board-insert-details-line-check {
  color: #32B13F;
  margin-right: 15px;
}
.board-insert-details-line-text {
  margin: 0;
}
.board-insert-details-line-IA {
  color: #DA5137;
  font-size: 10px;
  margin-left: 5px;
  transform: translateY(-5px);
}

.board-insert:nth-child(2n) {
  background-color: #F6F6F6;
}

.profit__btn {
  width: 180px;
  cursor: pointer;
  background: #32B13F;
  border-radius: 5px;
  padding: 5px 30px;
  margin: 30px auto;
}
.profit__btn-text {
  display: block;
  font-size: 16px;
  text-align: center;
  color: white;
  padding: 8px;
}

@media screen and (max-width: 1350px) {
  .functionnalities {
    padding-top: 0;
  }
  .functionnalities-board {
    width: 80%;
  }
  .board-insert {
    flex-direction: column;
    padding: 20px;
  }
  .board-insert-details {
    width: 100%;
    padding: 0;
    align-self: flex-start;
  }
  .board-insert-content {
    padding: 25px 10px;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .board-insert-icon {
    margin-right: 15px;
  }
  .board-insert-title {
    margin: 0;
    font-weight: 900;
    line-height: 25px;
  }
  .board-insert-details-line {
    display: flex;
    align-items: center;
    margin: 0 25px 20px 45px;
  }
  .board-insert-details-line-text {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 580px) {
  .functionnalities {
    padding-top: 0;
  }
  .functionnalities-title {
    font-size: 35px;
    margin: 0 0;
  }
  .functionnalities-board {
    margin-top: 20px;
    width: 90%;
  }
  .board-insert {
    padding: 0px;
  }
}
.conditions {
  display: flex;
  margin-top: 100px;
}
.conditions-img {
  background-image: url(../images/visuel-conditions.webp);
  width: 100%;
  height: 554px;
  background-repeat: no-repeat;
  background-size: cover;
}
.conditions-content {
  width: 100%;
  background-color: #F6F6F6;
  padding: 50px 50px;
}
.conditions-content-title {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 900;
}
.conditions-content-text {
  width: 580px;
  line-height: 25px;
  font-weight: 300;
}
.conditions-content-btns {
  width: 580px;
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.content-btn-green {
  cursor: pointer;
  background: #32B13F;
  border-radius: 5px;
  padding: 5px 30px;
  margin: 0;
}
.content-btn-green-text {
  display: block;
  font-size: 16px;
  text-align: center;
  color: white;
  padding: 8px;
}

.content-btn-black {
  display: flex;
  align-items: flex-start;
  margin-left: 80px;
}
.content-btn-black-icon {
  margin-right: 10px;
}
.content-btn-black-text {
  line-height: 25px;
}

.try-sarbacane-img {
  position: absolute;
  background-image: url(../images/pj1.png);
  width: 100%;
  height: 100%;
  background-size: cover;
}

@media screen and (max-width: 1350px) {
  .conditions {
    flex-direction: column;
  }
  .conditions-img {
    height: 225px;
  }
  .conditions-content {
    background-color: #F6F6F6;
    padding: 50px 25px;
  }
  .conditions-content-title {
    text-align: center;
    font-size: 35px;
  }
  .conditions-content-text {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .conditions-content-btns {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .content-btn-black {
    margin-top: 30px;
    margin-left: 0;
    align-items: center;
  }
  .content-btn-black-text {
    font-size: 14px;
  }
  .try-sarbacane-img {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .conditions {
    flex-direction: column;
  }
  .conditions-img {
    height: 225px;
  }
  .conditions-content {
    background-color: #F6F6F6;
    padding: 50px 25px;
  }
  .conditions-content-title {
    text-align: center;
    font-size: 35px;
  }
  .conditions-content-text {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .conditions-content-btns {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .content-btn-black {
    margin-top: 30px;
    align-items: center;
  }
  .content-btn-black-text {
    font-size: 14px;
  }
  .try-sarbacane-img {
    display: none;
  }
}
.bg-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.315);
}

.modal-rdv {
  position: relative;
  margin: 20% auto;
  width: 100%;
  height: 300px;
  max-width: 500px;
  background-color: #F1F1F1;
  border-radius: 10px;
  padding-top: 10px;
}
.modal-rdv-close {
  cursor: pointer;
  margin: 0;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-rdv-title {
  text-align: center;
  font-size: 35px;
}
.modal-rdv-btn {
  width: 200px;
  cursor: pointer;
  background: #32B13F;
  border-radius: 5px;
  padding: 5px 30px;
  margin: 30px auto;
}
.modal-rdv-btn-text {
  display: block;
  font-size: 16px;
  text-align: center;
  color: white;
  padding: 8px;
}

@media screen and (max-width: 580px) {
  .modal-rdv {
    max-width: 300px;
  }
}
* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

* a {
  text-decoration: none;
  color: black;
}

body {
  width: 100%;
  margin: auto;
}

/*# sourceMappingURL=style.css.map */
