.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.hero {
  position: relative;
  display: block;
  height: 650px;
  padding-right: 20px;
  padding-left: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 68, 101, 0.81)), to(rgba(14, 14, 44, 0.91))), url('../images/Rectangle-89.jpg');
  background-image: linear-gradient(180deg, rgba(23, 68, 101, 0.81), rgba(14, 14, 44, 0.91)), url('../images/Rectangle-89.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.layout {
  width: auto;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.layout.top {
  width: 100%;
}

.layout.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout.conditions {
  margin-top: 40px;
  text-align: center;
}

.heading {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  font-weight: 900;
}

.heading.color {
  color: #174465;
}

.paragraph {
  width: 450px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.logo-container {
  position: absolute;
  left: -109px;
  top: -21%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -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;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.image {
  width: 160px;
}

.image-2 {
  position: absolute;
  left: 27.5px;
  top: 36px;
  width: 100px;
}

.pictos {
  position: relative;
  left: -0.5vw;
  top: auto;
  right: 0%;
  bottom: -37%;
}

.pictos._2 {
  position: static;
}

.image-3 {
  width: 20px;
  margin-right: 16px;
  margin-left: 16px;
}

.image-3.first {
  margin-left: 0px;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.main {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side {
  position: relative;
  width: 460px;
  padding-right: 20px;
}

.heading-2 {
  margin-bottom: 30px;
  color: #29b9a2;
}

.heading-2._2 {
  margin-bottom: 0px;
}

.form-block {
  position: relative;
  top: -150px;
  width: 715px;
}

.div-block {
  position: relative;
  padding-left: 18px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #174465;
}

.body {
  background-color: #f2f2f2;
  font-family: Lato, sans-serif;
}

.heading-3 {
  margin-top: 0px;
  color: #174465;
  font-size: 17px;
  line-height: 23px;
}

.heading-3._2 {
  margin-top: 50px;
}

.paragraph-2 {
  color: #174465;
  font-size: 16px;
}

.paragraph-3 {
  padding-left: 30px;
  color: #174465;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-3.center {
  text-align: center;
}

.paragraph-3.no-space {
  padding-left: 0px;
}

.div-block-2 {
  position: absolute;
  left: -14px;
  top: 0%;
  width: 25px;
  height: 25px;
  border: 5px solid #d0d0e1;
  border-radius: 100%;
  background-color: #174465;
}

.div-block-2._2 {
  top: 39%;
}

.div-block-2._3 {
  top: 72%;
}

.div-block-3 {
  background-color: #29b9a2;
}

.heading-4 {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.form {
  background-color: #fff;
}

.form-container {
  padding: 30px 80px 50px;
}

.heading-5 {
  color: #29b9a2;
}

.text-field {
  height: 48px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #d0d0e1;
  color: #174465;
  font-size: 17px;
}

.text-field.col-2 {
  width: 48%;
}

.text-field.textarea {
  height: 150px;
}

.col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  border-radius: 10px;
  background-color: #29b9a2;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.submit-button:hover {
  box-shadow: 1px 1px 12px 0 #70e9d6;
}

.submit-button._2 {
  margin-top: 15px;
}

.paragraph-4 {
  font-size: 16px;
}

.paragraph-5 {
  padding-top: 50px;
  color: #174465;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.link {
  color: #29b9a2;
}

.checkbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkbox {
  width: 32px;
  height: 32px;
  border-color: #d0d0e1;
  border-radius: 8px;
  background-color: #d0d0e1;
}

.checkbox.w--redirected-checked {
  background-color: #29b9a2;
  background-position: 50% 50%;
  background-size: 20px 20px;
  font-size: 20px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.checkbox-label {
  margin-bottom: 0px;
  padding-left: 5px;
  color: #174465;
  font-size: 17px;
}

.paragraph-6 {
  padding-top: 26px;
  color: #174465;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-6._2 {
  width: 350px;
  padding-top: 10px;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.formations-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formation-item {
  position: relative;
  width: 32%;
  height: 505px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 68, 101, 0.55)), to(rgba(14, 14, 44, 0.78))), url('../images/reeducation-epaule.jpeg');
  background-image: linear-gradient(180deg, rgba(23, 68, 101, 0.55), rgba(14, 14, 44, 0.78)), url('../images/reeducation-epaule.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.formation-item.echo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 68, 101, 0.55)), to(rgba(14, 14, 44, 0.78))), url('../images/echographie.jpeg');
  background-image: linear-gradient(180deg, rgba(23, 68, 101, 0.55), rgba(14, 14, 44, 0.78)), url('../images/echographie.jpeg');
}

.formation-item.epaule {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 68, 101, 0.55)), to(rgba(14, 14, 44, 0.78))), url('../images/epaule.jpeg');
  background-image: linear-gradient(180deg, rgba(23, 68, 101, 0.55), rgba(14, 14, 44, 0.78)), url('../images/epaule.jpeg');
}

.formation-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 11%;
}

.heading-6 {
  margin-bottom: -7px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.paragraph-7 {
  color: #d0d0e1;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.div-block-5 {
  padding-top: 100px;
}

.div-block-5.mobile {
  display: none;
}

.testimonial-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  background-color: #29b9a2;
}

.section {
  padding-right: 20px;
  padding-left: 20px;
}

.section.financement {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.conditions {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content {
  padding-left: 10px;
}

.paragraph-8 {
  color: #fff;
}

.paragraph-9 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.paragraph-10 {
  margin-bottom: 0px;
  color: #174465;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.paragraph-11 {
  width: 370px;
  padding-top: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.image-4 {
  border-radius: 100%;
}

.image-5 {
  position: absolute;
  top: 98%;
}

.image-6 {
  position: absolute;
  left: 419px;
  bottom: 92%;
}

.footer {
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#174465), to(#0e0e2c));
  background-image: linear-gradient(180deg, #174465, #0e0e2c);
}

.image-7 {
  width: 100px;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-7 {
  color: #29b9a2;
  font-size: 24px;
  line-height: 40px;
}

.link-2 {
  padding-bottom: 5px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-2.more-space {
  margin-right: 10px;
  margin-left: 10px;
}

.link-3 {
  color: #fff;
  font-size: 17px;
}

.link-4 {
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

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

.link-4.green {
  padding-left: 20px;
  color: #29b9a2;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo {
  position: absolute;
  left: 47px;
  top: 3%;
  right: auto;
  bottom: auto;
  z-index: 111;
  width: 100px;
}

.image-8 {
  width: 210px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.financement-img {
  margin-top: 20px;
}

.link-5 {
  color: #174465;
  text-decoration: none;
}

.bold-text {
  color: #174465;
  text-decoration: none;
}

.link-6 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .layout {
    max-width: none;
  }

  .side {
    top: -140px;
    width: 49%;
  }

  .heading-2 {
    font-size: 29px;
  }

  .form-block {
    top: -144px;
    width: 49%;
  }

  .paragraph-3 {
    padding-left: 15px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 32px;
  }

  .form-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-5 {
    font-size: 21px;
  }

  .text-field.col-2 {
    width: 100%;
  }

  .col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .formation-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 340px;
    -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;
  }

  .formation-item.echo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .formation-content {
    position: static;
  }

  .heading-6 {
    line-height: 23px;
  }

  .paragraph-7 {
    padding-top: 20px;
  }

  .section {
    margin-top: -86px;
  }

  .testimonial-item {
    width: 50%;
  }

  .paragraph-11 {
    width: auto;
    font-size: 16px;
    line-height: 28px;
  }

  .image-6 {
    left: 294px;
  }

  .footer {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .layout._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .layout.conditions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .logo-container {
    left: -29px;
    top: -7%;
    width: 150px;
    height: 150px;
  }

  .pictos._2 {
    padding-top: 20px;
  }

  .hero-block {
    height: auto;
    padding-top: 68px;
  }

  .main {
    padding-top: 40px;
  }

  .main-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side {
    position: static;
    width: 100%;
  }

  .heading-2._3 {
    margin-top: 40px;
  }

  .form-block {
    position: static;
    width: 100%;
  }

  .paragraph-3.center {
    padding-left: 0px;
    text-align: left;
  }

  .text-field.col-2 {
    width: 49%;
  }

  .col-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .submit-button._2 {
    width: 172px;
    font-size: 14px;
  }

  .checkbox-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .checkbox-field {
    margin-left: 20px;
  }

  .formations-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .formation-item {
    width: 100%;
    height: 210px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-5.mobile {
    display: block;
  }

  .testimonial-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section {
    margin-top: 0px;
    padding-top: 50px;
  }

  .section.financement {
    padding-top: 40px;
  }

  .section.conditions {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-item {
    width: 100%;
  }

  .testimonial-item.mobile {
    display: none;
  }

  .image-6 {
    left: 442px;
    width: 50px;
  }

  .footer {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-2.more-space {
    margin-right: 0px;
    margin-left: 0px;
  }

  .link-4 {
    font-size: 16px;
  }

  .logo {
    left: 23px;
    width: 80px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
    padding-bottom: 20px;
  }

  .layout.menu {
    margin-top: 0px;
    padding-top: 110px;
  }

  .paragraph {
    width: auto;
    font-size: 16px;
    line-height: 23px;
  }

  .pictos {
    padding-top: 34px;
  }

  .heading-2 {
    white-space: normal;
  }

  .div-block-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-4 {
    font-size: 21px;
  }

  .form-container {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .heading-5 {
    font-size: 21px;
  }

  .text-field {
    font-size: 16px;
  }

  .text-field.col-2 {
    width: 100%;
  }

  .col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button {
    width: 172px;
    font-size: 14px;
  }

  .paragraph-5 {
    padding-top: 30px;
    font-size: 14px;
  }

  .checkbox-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkbox-field {
    margin-left: 0px;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .paragraph-6._2 {
    width: auto;
  }

  .formations-container {
    padding-top: 20px;
  }

  .section {
    padding-top: 20px;
  }

  .section.conditions {
    overflow: visible;
  }

  .image-6 {
    left: 205px;
    width: 50px;
  }

  .link-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-4.green {
    padding-left: 0px;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}