.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.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;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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-image: url('../images/intro.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block {
  margin-top: 11px;
  margin-bottom: 37px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px #000;
}

.container {
  padding: 60px;
  border-radius: 0px;
  background-color: rgba(100, 178, 255, 0.61);
  opacity: 1;
  text-align: center;
}

.button {
  background-color: #fff;
  color: #6ab3e4;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100vw;
  -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: hsla(0, 0%, 86.7%, 0);
}

.menu-button {
  background-color: #6ab3e4;
  color: #fff;
}

.menu-button.w--open {
  background-color: #115a8b;
}

.menu-button.w--open:hover {
  background-color: #115a8b;
}

.nav-menu {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  padding-top: 177px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  background-color: #6ab3e4;
}

.nav-link {
  display: block;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 20px;
}

.nav-link:hover {
  color: #115a8b;
}

.nav-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
}

.nav-link-3 {
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
}

.nav-link-ok {
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 21px;
}

.nav-link-ok:hover {
  color: #115a8b;
}

.container-2 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.heading {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #115a8b;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.paragraph {
  margin-bottom: 36px;
  color: #6ab3e4;
  text-align: center;
}

.section-2 {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

.btnbleu {
  padding: 15px 30px;
  background-color: #6ab3e4;
  text-transform: uppercase;
}

.btnbleu:hover {
  background-color: #115a8b;
}

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

.section-3 {
  background-color: #6ab3e4;
}

.column {
  padding-right: 100px;
  padding-left: 100px;
  border-right: 1px solid #fff;
  text-align: center;
}

.columns {
  padding-top: 100px;
  padding-bottom: 100px;
}

.titreblanc {
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 25px;
}

.paragraph-2 {
  margin-bottom: 32px;
  color: #fff;
}

.btnble {
  background-color: #6ab3e4;
}

.button-copy {
  background-color: #fff;
  color: #6ab3e4;
  text-align: center;
}

.btnblanc {
  padding: 15px 30px;
  background-color: #fff;
  color: #6ab3e4;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.btnblanc:hover {
  background-color: #115a8b;
  color: #fff;
  text-transform: uppercase;
}

.column-2 {
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.section-4 {
  background-color: #fff;
}

.paragraph-s3 {
  margin-bottom: 32px;
  color: #6ab3e4;
}

.container-4 {
  text-align: center;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #6ab3e4;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.paragraph-3 {
  margin-bottom: 40px;
  color: #fff;
}

.column-s4 {
  padding-right: 100px;
  padding-left: 100px;
  border-right: 1px solid #6ab3e4;
  text-align: center;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: block;
  height: 1px;
  -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: hsla(0, 0%, 100%, 0);
}

.nav-menu-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  padding-top: 149px;
  float: none;
  -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: #6ab3e4;
}

.menu-button-2 {
  z-index: 2;
  background-color: #6ab3e4;
  color: #6ab3e4;
}

.menu-button-2:hover {
  background-color: #115a8b;
}

.menu-button-2.w--open {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #115a8b;
  color: #115a8b;
}

.container-5 {
  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;
}

.icon {
  color: #fff;
}

.container-6 {
  text-align: center;
}

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

.text-block-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px none #115a8b;
  color: #fff;
  text-align: center;
}

.section-7 {
  background-color: #6ab3e4;
}

.heading-2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #67b2e4;
  font-weight: 700;
  text-align: center;
}

.image {
  display: none;
  margin-bottom: 60px;
}

.bold-text {
  font-family: Merriweather, serif;
  color: #6ab3e4;
  font-size: 25px;
  font-weight: 400;
}

.paragraph-4 {
  color: #115a8b;
}

.heading-3 {
  line-height: 35px;
  font-weight: 400;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  display: block;
  text-align: center;
}

.column-4 {
  text-align: center;
}

.column-1 {
  text-align: center;
}

.section-8 {
  height: 350px;
  padding-top: 51px;
  background-color: rgba(106, 179, 228, 0.06);
  background-image: url('../images/porquerolles.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold-text-2 {
  font-family: Merriweather, serif;
  color: #6ab3e4;
  font-size: 25px;
  font-weight: 400;
}

.petit-titre-ok {
  font-family: Merriweather, serif;
  color: #6ab3e4;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.bold-text-3 {
  font-family: Merriweather, serif;
  color: #6ab3e4;
  font-size: 25px;
  text-decoration: underline;
}

.bold-text-4 {
  text-decoration: underline;
}

.columns-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-6 {
  font-size: 15px;
  font-weight: 400;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  padding-top: 33px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(106, 179, 228, 0.06);
}

.container-7 {
  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;
}

.section-10 {
  padding-top: 33px;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 650px;
  padding-top: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-top: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(106, 179, 228, 0.06);
}

.container-8 {
  background-color: #fff;
  text-align: center;
}

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

.section-14 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6ab3e4;
}

.field-label {
  margin-top: 25px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.field-label-2 {
  color: #fff;
}

.text-field {
  margin-bottom: 40px;
  float: none;
  color: #115a8b;
}

.text-field-2 {
  margin-bottom: 40px;
  color: #115a8b;
}

.form {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.select-field {
  display: block;
  margin-bottom: 40px;
  color: #115a8b;
}

.textarea {
  margin-bottom: 54px;
}

.slide {
  text-align: center;
}

.slide-2 {
  text-align: center;
}

.slider {
  width: 400px;
  height: 400px;
}

.section-1-log {
  display: block;
  padding-top: 100px;
  padding-bottom: 60px;
}

.paragraph-4-2 {
  margin-bottom: 50px;
  color: #115a8b;
  text-align: center;
}

.heading-2-loge {
  margin-top: 60px;
  margin-bottom: 13px;
  font-family: Merriweather, serif;
  color: #6ab3e4;
  font-weight: 700;
  text-align: center;
}

.column-4-log {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.section-9-loge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 104px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(106, 179, 228, 0.06);
}

.image-2 {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-3 {
  margin-bottom: 20px;
}

.paragraph-bleu-claire {
  margin-bottom: 212px;
  color: #6ab3e4;
  text-transform: none;
}

.sectionbleumaison {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(106, 179, 228, 0.06);
}

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

.paragraph-5 {
  margin-bottom: 61px;
  color: #6ab3e4;
  text-align: center;
}

.columns-4 {
  display: block;
  margin-bottom: 60px;
}

.titreacti {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #6ab3e4;
  font-size: 23px;
  line-height: 35px;
  font-weight: 700;
}

.textacti {
  color: #6ab3e4;
}

.divactiv {
  height: 550px;
  margin-bottom: 60px;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.section-8-asso {
  height: 350px;
  padding-top: 51px;
  background-color: rgba(106, 179, 228, 0.06);
  background-image: url('../images/AdobeStock_300148915.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-8-maison {
  height: 350px;
  padding-top: 51px;
  background-color: rgba(106, 179, 228, 0.06);
  background-image: url('../images/maison_intro.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-8-log {
  height: 350px;
  padding-top: 51px;
  background-color: rgba(106, 179, 228, 0.06);
  background-image: url('../images/Logement.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-8-activi {
  height: 350px;
  padding-top: 51px;
  background-color: rgba(106, 179, 228, 0.06);
  background-image: url('../images/img_2458-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-8-adhe {
  height: 350px;
  padding-top: 51px;
  background-color: rgba(106, 179, 228, 0.06);
  background-image: url('../images/AdobeStock_300148915.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-block {
  text-align: center;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-4 {
  margin-bottom: 64px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #6ab3e4;
  text-align: center;
}

.container-10 {
  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;
}

.form-2 {
  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;
  color: #6ab3e4;
  text-align: center;
}

.text-field-3 {
  width: auto;
  margin-bottom: 30px;
}

.textarea-2 {
  height: 500px;
  margin-bottom: 30px;
}

.text-field-4 {
  margin-bottom: 30px;
}

.submit-button {
  margin-top: 30px;
}

.section-1-log-bien-etre {
  display: none;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-9-loge-jumelle {
  display: none;
  padding-top: 104px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.06);
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.text-block-3 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 19px;
  padding-right: 69px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #94c7e9;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}

.icon-2 {
  display: block;
}

.body {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.bold-text-7 {
  font-size: 18px;
}

.bold-text-8 {
  font-size: 18px;
}

.bold-text-9 {
  font-weight: 400;
  text-transform: none;
}

.bold-text-10 {
  font-weight: 400;
  text-transform: none;
}

.mask {
  margin-right: 75px;
  margin-left: 75px;
}

.heading-5 {
  display: block;
  margin-top: 25px;
  margin-left: 20px;
  float: left;
  color: #fff;
}

.image-5 {
  float: left;
}

.paragraph-6 {
  margin-top: 15px;
  float: left;
  color: #fff;
}

.slider-5 {
  display: block;
  -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: #6ab3e4;
}

.div-block {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff;
}

.div-block-avis1 {
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.div-block-2 {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  margin-top: 30px;
  background-color: #fff;
  color: #6ab3e4;
}

.button-2-prochainement {
  display: none;
  margin-top: 30px;
  background-color: #fff;
  color: #6ab3e4;
}

.text-block-4 {
  margin-bottom: 60px;
  color: #6ab3e4;
  text-align: center;
}

.text-block-5 {
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  color: #115a8b;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}

.text-field-etape1 {
  color: #115a8b;
}

.div-block-3 {
  margin-top: 100px;
}

.text-block-6 {
  color: #fff;
}

.text-block-7 {
  color: #115a8b;
}

.success-message {
  border-radius: 19px;
  background-color: #fff;
}

.checkbox-label {
  font-family: Merriweather, serif;
  color: #115a8b;
  font-size: 16px;
  text-align: left;
}

.checkbox-field {
  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;
  text-align: left;
}

.checkbox {
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.radio-button-label {
  padding-left: 10px;
  font-family: Merriweather, serif;
  color: #115a8b;
  font-size: 16px;
}

.radio-button-field {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.radio-button {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 15px;
  }

  .container-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column {
    margin-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
    border-right-style: none;
  }

  .titreblanc {
    font-size: 30px;
  }

  .column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-s3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-s4 {
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
  }

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

  .text-block-2 {
    border-top-style: none;
  }

  .heading-2 {
    margin-bottom: 26px;
  }

  .columns-2 {
    display: block;
    height: 600px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-3 {
    padding-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bold-text-3 {
    text-decoration: none;
  }

  .columns-1 {
    height: 600px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-3 {
    display: block;
    height: auto;
    margin-bottom: 0px;
  }

  .section-9 {
    height: auto;
  }

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

  .section-11 {
    height: auto;
  }

  .slider {
    width: 100%;
    height: 300px;
  }

  .paragraph-4-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-9-loge {
    padding-top: 0px;
  }

  .paragraph-bleu-claire {
    margin-bottom: 40px;
  }

  .paragraph-5 {
    margin-bottom: 42px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .divactiv {
    height: auto;
  }

  .textarea-2 {
    height: 400px;
  }

  .section-9-loge-jumelle {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .body {
    background-position: 50% 90%;
  }

  .column-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider-2 {
    height: 200px;
  }

  .slider-3 {
    height: 150px;
    margin-bottom: 22px;
  }

  .slider-4 {
    height: 150px;
  }

  .image-5 {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .div-block-avis1 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .columns-5 {
    display: block;
  }

  .slide-nav {
    top: 354px;
  }

  .right-arrow {
    width: 35px;
  }

  .left-arrow {
    width: 35px;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

