.section {
  height: 300px;
  background-image: url('https://static.millesima.com/s3/contrib/common/landing-pages/2022/MAJ-FAQ-primeurs/images/header.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.dropdown-toggle {
  display: block;
  max-width: 1000px;
  min-width: 800px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #a4a4a4;
  background-color: rgba(246, 245, 243, 0);
}

.dropdown-toggle:active {
  background-color: #f6f5f3;
}

.dropdown-toggle:focus {
  background-color: #f6f5f3;
}

.dropdown-toggle.w--open {
  display: block;
  max-width: none;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown {
  position: static;
  display: block;
  max-width: 1000px;
  min-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block {
  float: left;
  clear: left;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icon {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  position: static;
  display: block;
  width: auto;
  max-width: 1000px;
  min-width: 1000px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.paragraph {
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: auto;
  padding: 22px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-align: left;
}

.heading {
  margin-top: auto;
  padding-top: 208px;
  padding-left: 143px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
}

.section-2 {
  display: block;
  max-width: 1200px;
  min-width: 800px;
  margin: 36px auto 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bold-text {
  color: #000;
  font-weight: 600;
}

.bold-text-2 {
  color: #000;
  font-weight: 500;
}

.link {
  color: #000;
}

.bold-text-3 {
  font-weight: 500;
}

.bold-text-4 {
  color: #000;
  font-weight: 500;
}

.link-2 {
  color: #000;
  font-weight: 500;
}

.bold-text-5 {
  color: #000;
  font-weight: 500;
}

.bold-text-6 {
  color: #000;
  font-weight: 500;
}

.section-3 {
  margin-top: 59px;
  padding-top: 21px;
  padding-bottom: 40px;
  background-color: #f6f5f3;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 32px;
  margin-top: auto;
}

.link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.div-block {
  float: left;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 50% 50%;
  }

  .dropdown-toggle {
    display: block;
    width: auto;
    max-width: none;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .dropdown-toggle.w--open {
    max-width: none;
    min-width: auto;
  }

  .dropdown {
    max-width: none;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-list.w--open {
    max-width: 768px;
    min-width: 600px;
  }

  .paragraph {
    max-width: none;
    min-width: auto;
  }

  .section-2 {
    max-width: none;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-position: 50% 50%;
  }

  .dropdown-toggle {
    display: block;
    overflow: visible;
    max-width: 90%;
    min-width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    white-space: unset;
  }

  .text-block {
    display: block;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-list.w--open {
    max-width: none;
    min-width: auto;
  }

  .paragraph {
    font-size: 13px;
  }

  .heading {
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 50% 50%;
  }

  .dropdown-toggle {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dropdown {
    display: inline;
    width: auto;
    max-width: 370px;
    min-width: 300px;
    float: none;
    clear: left;
  }

  .text-block {
    position: static;
    left: 0px;
    right: auto;
    display: block;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 40px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
  }

  .icon {
    position: absolute;
    float: none;
  }

  .paragraph {
    font-size: 11px;
    line-height: 18px;
  }

  .heading {
    padding-left: 21px;
    font-size: 40px;
  }

  .section-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block {
    display: inline-block;
  }
}