/** HEADER **/
/** BORDER RADIUS **/
a, button {
  outline: none;
  box-shadow: 0 0 0 white;
  background-color: transparent;
  cursor: pointer;
}
a:focus, a.focus, button:focus, button.focus {
  outline: 0;
  box-shadow: 0 0 0 0 white;
}
a.disabled, a:disabled, button.disabled, button:disabled {
  box-shadow: none;
}

.btn, .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_style-formidable.with_frm_style input[type=submit], .frm_style_style-formidable.with_frm_style .frm_submit input[type=button], .frm_style_style-formidable.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1rem 1.5rem;
  border-radius: 48px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
.btn:hover, .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_style-formidable.with_frm_style input[type=submit]:hover, .frm_style_style-formidable.with_frm_style .frm_submit input[type=button]:hover, .frm_style_style-formidable.with_frm_style .frm_submit button:hover, .frm_form_submit_style:hover, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn:hover {
  transition: all 0.35s ease-in-out;
}
.btn.disabled, .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .disabled.dz-message, .frm_style_style-formidable.with_frm_style input.disabled[type=submit], .frm_style_style-formidable.with_frm_style .frm_submit input.disabled[type=button], .frm_style_style-formidable.with_frm_style .frm_submit button.disabled, .disabled.frm_form_submit_style, .frm_style_style-formidable.with_frm_style .disabled.frm-edit-page-btn {
  opacity: 40%;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-primary {
  background-color: #20305F;
  color: #FFF;
}
.btn-primary:hover {
  background-color: #4d597f;
}

.btn-pink {
  background-color: #EA5172;
  color: #FFF;
}
.btn-pink:hover {
  background-color: #ee748e;
}

.btn-green {
  background-color: #00B1AA;
  color: #FFF;
}
.btn-green:hover {
  background-color: #33c1bb;
}

.btn-purple {
  background-color: #662483;
  color: #FFF;
}
.btn-purple:hover {
  background-color: #85509c;
}

.btn-orange, .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_style-formidable.with_frm_style input[type=submit], .frm_style_style-formidable.with_frm_style .frm_submit input[type=button], .frm_style_style-formidable.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn {
  background-color: #EB6131;
  color: #FFF;
}
.btn-orange:hover, .frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_style-formidable.with_frm_style input[type=submit]:hover, .frm_style_style-formidable.with_frm_style .frm_submit input[type=button]:hover, .frm_style_style-formidable.with_frm_style .frm_submit button:hover, .frm_form_submit_style:hover, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn:hover {
  background-color: #ef815a;
}

.btn-with-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  text-decoration: underline;
}
.btn-with-arrow:before {
  content: "";
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.btn-primary-reverse {
  color: #20305F;
  background-color: #FFF;
}
.btn-primary-reverse:hover {
  color: #4d597f;
}
.btn-primary-reverse.btn-primary-reverse-with-arrow:before {
  content: "";
  border: solid #20305F;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.btn-big {
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: 500;
}

.content-btn {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.with_frm_style {
  --field-height: 45px;
  --fieldset-bg-color: transparent;
  --text-color: #20305F;
  --border-radius: 8px;
  --bg-color: white;
  --label-color: #20305F;
  --check-font-size: 16px;
  --check-label-color: #20305F;
  --weight: bold;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
  width: 100%;
}

.frm_style_style-formidable.with_frm_style .form-field input:not([type=file]):focus, .frm_style_style-formidable.with_frm_style select:focus, .frm_style_style-formidable.with_frm_style textarea:focus, .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=text], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=password], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=email], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=number], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=url], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=tel], .frm_style_style-formidable.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_style-formidable.with_frm_style .frm_focus_field .frm-card-element.StripeElement, .frm_style_style-formidable.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_style-formidable.with_frm_style .chosen-container-active .chosen-choices {
  box-shadow: none;
}

.frm_style_style-formidable.with_frm_style .form-field {
  margin-bottom: 15px;
}

.frm_style_style-formidable.with_frm_style input::-webkit-input-placeholder,
.frm_style_style-formidable.with_frm_style textarea::-webkit-input-placeholder {
  color: rgba(32, 48, 95, 0.54);
  font-size: 14px;
  font-size: 0.875rem;
}

.frm_style_style-formidable.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_style-formidable.with_frm_style input[type=submit]:hover, .frm_style_style-formidable.with_frm_style .frm_submit input[type=button]:hover, .frm_style_style-formidable.with_frm_style .frm_submit button:hover, .frm_form_submit_style:hover, .frm_style_style-formidable.with_frm_style .frm-edit-page-btn:hover {
  color: white;
}

.with_frm_style .frm_submit {
  display: flex;
  align-content: center;
  justify-content: flex-start;
}

.frm_dropzone.frm_single_upload.frm_clearfix.dz-clickable {
  max-width: 100%;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
  border: 1px solid #C5CCE1;
}

.with_frm_style input[type=radio], .with_frm_style input[type=checkbox] {
  box-shadow: inset 3px 6px 6px rgba(0, 0, 0, 0.17);
}

.with_frm_style .frm_inside_container > label {
  top: calc(1px + 0.65 * var(--field-height));
}

.frm_style_style-formidable.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing, .menu-edit #post-body-content .frm_style_style-formidable.with_frm_style .frm-show-form .frm_section_heading .frm_section_spacing {
  margin-bottom: 0.5rem;
  padding: 0;
}

.frm_style_style-formidable.with_frm_style .form-field.frm_section_heading {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.frm_style_style-formidable.with_frm_style .form-field.frm_section_heading h3 {
  display: none;
}
.frm_style_style-formidable.with_frm_style .form-field.frm_section_heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
  border-bottom: 1px solid #c5cce1;
}
.frm_style_style-formidable.with_frm_style .form-field.frm_section_heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
  border-bottom: 1px solid #c5cce1;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.icon-search-bar {
  background-color: #20305F;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19.75C15.4183 19.75 19 16.1683 19 11.75C19 7.33172 15.4183 3.75 11 3.75C6.58172 3.75 3 7.33172 3 11.75C3 16.1683 6.58172 19.75 11 19.75Z' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21.7499L16.65 17.3999' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19.75C15.4183 19.75 19 16.1683 19 11.75C19 7.33172 15.4183 3.75 11 3.75C6.58172 3.75 3 7.33172 3 11.75C3 16.1683 6.58172 19.75 11 19.75Z' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21.7499L16.65 17.3999' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.shape-trapezoid {
  position: relative;
}
.shape-trapezoid:before, .shape-trapezoid:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.shape-trapezoid-w-image:after {
  -webkit-mask-image: url(../src/img/img-union.png);
          mask-image: url(../src/img/img-union.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  top: -10%;
}

.shape-trapezoid-purple:before {
  height: 270px;
  background-color: #662483;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.shape-trapezoid-turquoise {
  overflow: hidden;
}
.shape-trapezoid-turquoise:before {
  height: 1050px;
  background-color: #00B1AA;
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-turquoise:before {
    height: 773px;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
  }
}
.shape-trapezoid-turquoise:after {
  height: 1050px;
  background-color: #009490;
  -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
          clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 93%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-turquoise:after {
    height: 773px;
    -webkit-clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
            clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 93%);
  }
}

.shape-trapezoid-yellow:before {
  height: 800px;
  background-color: #FBB737;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
}
.shape-trapezoid-yellow:after {
  height: 800px;
  background-color: #FCC24C;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
}

.shape-trapezoid-blue:before {
  height: 400px;
  min-height: auto;
  background-color: #557ABC;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 80%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-blue:before {
    height: 800px;
  }
}
.shape-trapezoid-blue:after {
  height: 400px;
  min-height: auto;
  background-color: #446296;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
}
@media only screen and (min-width: 992px) {
  .shape-trapezoid-blue:after {
    height: 800px;
  }
}

.shape-trapezoid-orange:before {
  background-color: #EB6131;
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-orange:before {
    height: 736px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  }
}

.shape-trapezoid-pink:before {
  background-color: #EA5172;
}

.shape-trapezoid-blue-light:before {
  height: 500px;
  background-color: #ECF7FE;
  -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 89%);
          clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 89%);
}
@media screen and (min-width: 1920px) {
  .shape-trapezoid-blue-light:before {
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 95%);
            clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 95%);
  }
}
.shape-trapezoid-blue-light:after {
  content: none;
}

.shape-trapezoid-cta:before {
  height: 250px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-cta:before {
    height: 300px;
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
            clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
  }
}
.shape-trapezoid-cta:after {
  height: 250px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-cta:after {
    height: 300px;
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
            clip-path: polygon(0 25%, 100% 0, 100% 75%, 0% 100%);
  }
}

.shape-trapezoid-orange-cta:before {
  background-color: #E84F21;
}
.shape-trapezoid-orange-cta:after {
  background-color: #EB6131;
}

.shape-trapezoid-secondary-cta:before {
  background-color: #EB6131;
}
.shape-trapezoid-secondary-cta:after {
  background-color: #E84F21;
  top: 0;
}
.shape-trapezoid-secondary-cta .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .shape-trapezoid-secondary-cta .container {
    padding: 3rem 0;
  }
}
.shape-trapezoid-secondary-cta .container .content-btn {
  gap: 1rem;
}

.shape-trapezoid-green-cta:before {
  background-color: #00B1AA;
}
.shape-trapezoid-green-cta:after {
  background-color: #33c1bb;
}

.block-shape-top {
  position: relative;
  padding-top: 7rem;
}
@media only screen and (min-width: 992px) {
  .block-shape-top {
    padding-top: calc((132px + 40px) + 1.5rem);
  }
}
.block-shape-top:before {
  height: 55vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  background-color: #557ABC;
}
@media only screen and (min-width: 1920px) {
  .block-shape-top:before {
    height: 38vh;
  }
}
.block-shape-top:after {
  height: 55vh;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  background-color: #7795c9;
}
@media only screen and (min-width: 1920px) {
  .block-shape-top:after {
    height: 38vh;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #20305F;
}
.card .card-header {
  position: relative;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
  height: 250px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .card .card-header {
    height: 350px;
  }
}
.card .card-header figure {
  width: 100%;
  height: 100%;
}
.card .card-header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-body {
  flex-basis: calc(100% - 250px);
  padding: 1rem 0;
}
@media screen and (min-width: 1200px) {
  .card .card-body {
    padding: 1.5rem 0;
  }
}
.card .card-body .card-title {
  margin: 0 0 0.5rem 0;
}

.card-small .card-header {
  flex-basis: 187px;
}

.figure-withfallback {
  background: url(../src/img/img-fallback.jpg) no-repeat center/cover;
}

.card-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #557ABC;
}

.card .card-header {
  height: 250px;
}

.block-section {
  padding: 2rem 0;
}
@media only screen and (min-width: 992px) {
  .block-section {
    padding: 4rem 0;
  }
}
.block-section .row-titles {
  justify-content: space-between;
  margin-bottom: 1rem;
}

.block-section-head {
  position: relative;
  min-height: 60vh;
  padding-top: 6rem;
}
@media only screen and (min-width: 992px) {
  .block-section-head {
    height: 100vh;
  }
}
.block-section-head:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-section-head .container, .block-section-head .container-small {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .block-section-head .container, .block-section-head .container-small {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .block-section-head .container .row, .block-section-head .container-small .row {
    height: 100%;
  }
}
.block-section-head .container .row .col-12, .block-section-head .container-small .row .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-section-head .container .row .col-12 .title-primary-xxl, .block-section-head .container-small .row .col-12 .title-primary-xxl {
  margin-top: 2rem;
}
.block-section-head .container .row .col-12 .title-primary-large, .block-section-head .container-small .row .col-12 .title-primary-large {
  margin: 2rem 0 1rem 0;
  font-size: 24px;
  font-size: 1.5rem;
}

.block-section-seo {
  opacity: 0.3;
  padding: 4rem 0;
}
@media only screen and (min-width: 992px) {
  .block-section-seo {
    padding: 7rem 0;
  }
}
.block-section-seo * {
  color: #20305F;
}
.block-section-seo h2, .block-section-seo h3 {
  font-size: 16px;
  font-size: 1rem;
}
.block-section-seo p {
  font-size: 14px;
  font-size: 0.875rem;
}

.block-section-head {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  overflow: hidden;
  height: 400px;
  min-height: initial;
}
@media only screen and (min-width: 992px) {
  .block-section-head {
    height: 600px;
  }
}
.block-section-head:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  height: 400px;
}
@media only screen and (min-width: 992px) {
  .block-section-head:before {
    height: 600px;
  }
}

.content-form {
  width: 100%;
  background: #ECF7FE;
  position: relative;
  padding: 2rem;
  margin: -9rem auto auto;
  overflow: hidden;
  border-radius: 16px 0;
}
@media only screen and (min-width: 992px) {
  .content-form {
    padding: 2rem 6rem;
    width: 80%;
    margin: -14rem auto auto;
  }
}
.content-form > * {
  position: relative;
  z-index: 2;
}

.page-id-23 .block-section-head {
  padding-top: 9rem;
}
.page-id-23 .block-section-head:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  -webkit-mask-image: none;
          mask-image: none;
  height: 400px;
  background: 80%/cover no-repeat url(../src/img/img-template-formulaire-contactez-nous.png);
  -o-transform: initial;
  -moz-transform: initial;
  -webkit-transform: initial;
}
@media only screen and (min-width: 992px) {
  .page-id-23 .block-section-head:after {
    height: 600px;
  }
}
.page-id-23 .block-section-head h1 {
  display: flex;
  flex-direction: column;
}
.page-id-23 .content-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 165px;
  width: 100%;
  background-color: #D0EBFC;
}
.page-id-23 #frm_field_14_container {
  margin-bottom: 4rem;
}
.page-id-23 #frm_field_14_container label {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-transform: initial;
  font-family: "KarbidSlabPro", Arial, Helvetica, sans-serif;
}
.page-id-23 #frm_field_19_container {
  display: flex;
  align-items: center;
}
.page-id-23 .block-section-seo {
  padding: 1rem 0 7rem 0;
  opacity: 0.5;
}

.page-id-505 .block-section-head figure {
  position: absolute;
  top: 35px;
  right: -9rem;
  z-index: -1;
  max-height: 100%;
}
.page-id-505 .content-form {
  padding-top: 4rem;
}

@media only screen and (min-width: 1920px) {
  .page-id-23 .block-section-head:after {
    height: 738px;
  }
}

.block-footer {
  -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
  background-color: #662483;
  padding: 4rem 0 3rem 0;
}
@media only screen and (min-width: 992px) {
  .block-footer {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  }
}
.block-footer a {
  text-decoration: none;
}
.block-footer ul {
  list-style-type: none;
}
.block-footer ul li {
  margin: 0;
}
.block-footer ul li a {
  color: #C5CCE1;
}
.block-footer .coordonnees-container #menu-menu-pied-de-page {
  margin-top: 5rem;
}
@media only screen and (max-width: 992px) {
  .block-footer .coordonnees-container {
    text-align: center;
  }
  .block-footer .coordonnees-container #menu-menu-pied-de-page {
    margin-top: 0;
  }
  .block-footer .coordonnees-container > :nth-child(1) {
    order: 4;
  }
  .block-footer .coordonnees-container > :nth-child(2) {
    order: 1;
  }
  .block-footer .coordonnees-container > :nth-child(3) {
    order: 2;
  }
  .block-footer .coordonnees-container > :nth-child(4) {
    order: 3;
  }
}
.block-footer .coordonnees-container .address {
  margin-top: 3rem;
}
@media only screen and (min-width: 992px) {
  .block-footer .coordonnees-container .address {
    margin-top: 0;
  }
}
.block-footer .menu-parent .title-secondary-medium {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.block-footer .menu-parent .title-primary-medium {
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: flex;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .title-primary-medium {
    font-size: 1.2rem;
    padding: 1rem 2rem;
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .title-primary-medium:after {
    display: inline-block;
    content: "";
    position: relative;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 9px;
    height: 16px;
    transition: all 0.35s ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  .block-footer .menu-parent .title-primary-medium.legal {
    display: none;
  }
}
.block-footer .menu-parent .menu {
  margin-bottom: 3rem;
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu {
    margin-bottom: 0rem;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}
.block-footer .menu-parent .menu li {
  margin: 1rem 0 0;
  list-style: none;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu li {
    margin: 0;
  }
}
.block-footer .menu-parent .menu li a {
  display: inline-block;
  color: #C5CCE1;
  text-decoration: none;
  position: relative;
}
.block-footer .menu-parent .menu li a:after {
  display: inline-block;
  content: "";
  position: relative;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  transition: all 0.35s ease-in-out;
}
.block-footer .menu-parent .menu li a:hover:after {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu.active {
    text-align: left;
    padding: 0 2rem;
    margin-bottom: 1rem;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent .menu.active li {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 769px) {
  .block-footer .menu-parent:after {
    display: inline-block;
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    background: #8A92AB;
  }
}
.block-footer .menu-parent.active .title-menu-footer:after {
  transform: rotate(90deg);
  transition: all 0.35s ease-in-out;
}
.block-footer .menu-legals li {
  line-height: 26px;
}
.block-footer .menu-legals li a {
  font-weight: 400;
  font-size: 14px;
}
.block-footer strong, .block-footer small {
  display: inline;
}
.block-footer small {
  color: #C5CCE1;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-footer figure {
  width: 60%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .block-footer figure {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-footer .btn {
  margin-bottom: 1rem;
  color: #20305F;
}
.block-footer .outro {
  margin-bottom: 1rem;
}
.block-footer .hours {
  font-weight: 600;
  margin-top: 0.5rem;
}
.block-footer .phone {
  text-decoration: none;
  font-size: 24px;
  color: white;
  display: block;
  margin: 1rem 0 0.5rem;
}
.block-footer .btn-primary-reverse {
  margin-top: 1.5rem;
}
.block-footer .col-newsletter .container-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
@media only screen and (max-width: 992px) {
  .block-footer .col-newsletter .container-newsletter {
    margin-bottom: 3rem;
  }
}
.block-footer .col-newsletter .container-newsletter .btn-blue {
  margin-top: 1rem;
  display: inline-block;
  color: white;
}
.block-footer .blue-text-footer {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
.block-footer .labels-container {
  align-items: flex-end;
}
.block-footer .labels-container .row {
  align-items: flex-end;
}
@media only screen and (max-width: 992px) {
  .block-footer .labels-container .row {
    align-items: center;
  }
  .block-footer .labels-container .row > :nth-child(2) {
    text-align: left;
  }
}
@media only screen and (max-width: 992px) {
  .block-footer .labels-container {
    align-items: initial;
  }
}
.block-footer .mention {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .block-footer .mention {
    justify-content: center;
    margin-top: 3rem;
  }
}
.block-footer .mention span {
  margin-bottom: -1px;
}
.block-footer .mention .logo-meldomys {
  margin-left: 5px;
}
.block-footer .logo-meldomys-mobile {
  margin-top: 0.5rem;
}
.block-footer #menu-logements-particuliers-1 {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 992px) {
  .block-footer .copyright {
    text-align: center;
  }
}

.social-links {
  display: flex;
  flex-direction: row;
  margin-left: 0;
  padding: 0;
  position: relative;
  top: initial;
  background-color: transparent;
}
.social-links li {
  list-style-type: none;
}
.social-links li a {
  color: white;
}

/*# sourceMappingURL=template-formulaires.css.map*/