@charset "UTF-8";
/*

Reset styles are based on the great work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/ 
and Nicolas Gallagher & Jonathan Neal http://necolas.github.io/normalize.css/

http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

normalize.css v3.0.1 | MIT License | git.io/normalize

*/
/*  ---------------------------------------

    GRID          

---------------------------------------- */
/* 
	  Responsive CSS Framework
    Copyright © 2012 Aline Keller - www.alinekeller.ch 
    This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) - http://creativecommons.org/licenses/by-sa/4.0/
*/
/* Column = 15px / Gutter = 10px => 310px */
.page-fonctionnement .fonctionnement-contact .wp-block-group__inner-container, .page-fonctionnement .fonctionnement-infos, .page-fonctionnement .fonctionnement-ensuite p, .page-fonctionnement .fonctionnement-schema, .contentcenter,
.wrapper,
.wrapper-narrow {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  position: relative;
  width: 96%;
}
@media screen and (min-width: 30em) {
  .page-fonctionnement .fonctionnement-contact .wp-block-group__inner-container, .page-fonctionnement .fonctionnement-infos, .page-fonctionnement .fonctionnement-ensuite p, .page-fonctionnement .fonctionnement-schema, .contentcenter,
.wrapper,
.wrapper-narrow {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .page-fonctionnement .fonctionnement-contact .wp-block-group__inner-container, .page-fonctionnement .fonctionnement-infos, .page-fonctionnement .fonctionnement-ensuite p, .page-fonctionnement .fonctionnement-schema, .contentcenter,
.wrapper,
.wrapper-narrow {
    padding: 0;
    width: 645px;
  }
}
@media screen and (min-width: 64em) {
  .page-fonctionnement .fonctionnement-contact .wp-block-group__inner-container, .page-fonctionnement .fonctionnement-infos, .page-fonctionnement .fonctionnement-ensuite p, .page-fonctionnement .fonctionnement-schema, .contentcenter,
.wrapper,
.wrapper-narrow {
    width: 880px;
  }
}
@media screen and (min-width: 79em) {
  .page-fonctionnement .fonctionnement-contact .wp-block-group__inner-container, .page-fonctionnement .fonctionnement-infos, .page-fonctionnement .fonctionnement-ensuite p, .page-fonctionnement .fonctionnement-schema, .contentcenter,
.wrapper,
.wrapper-narrow {
    width: 1110px;
  }
}
@media screen and (min-width: 90em) {
  .page-fonctionnement .fonctionnement-contact .wp-block-group__inner-container, .page-fonctionnement .fonctionnement-infos, .page-fonctionnement .fonctionnement-ensuite p, .page-fonctionnement .fonctionnement-schema, .contentcenter,
.wrapper,
.wrapper-narrow {
    width: 1170px;
  }
}

.wrapper-left {
  margin-left: calc((100vw - 1170px) / 2);
  width: calc(1170px / 2);
}

.grid {
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 48em) {
  .grid {
    margin-left: -7px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 64em) {
  .grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 79em) {
  .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.col {
  clear: both;
  float: none;
  margin: 0 0 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .col {
    clear: none;
    float: left;
    padding-left: 7px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 64em) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 79em) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col.right {
  float: right;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  clear: none;
  float: left;
}

.col-xs-1 {
  width: 8.33343%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3334%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3334%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3334%;
}

.col-xs-11 {
  width: 91.6667%;
}

.col-xs-12 {
  width: 100%;
}

/*  -----------------------------------------------------------

	Media Queries - Mobile phones (> 480px)

	Column = 25px / Gutter = 10px => 430px

------------------------------------------------------------ */
@media screen and (min-width: 30em) {
  .col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11 {
    clear: none;
    float: left;
  }

  .col-s-1 {
    width: 8.3334%;
  }

  .col-s-2 {
    width: 16.6667%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-4 {
    width: 33.3334%;
  }

  .col-s-5 {
    width: 41.6667%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-7 {
    width: 58.3334%;
  }

  .col-s-8 {
    width: 66.6667%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-10 {
    width: 83.3334%;
  }

  .col-s-11 {
    width: 91.6667%;
  }

  .col-s-12 {
    width: 100%;
  }

  .offset-1 {
    margin-left: 8.3334%;
  }

  .offset-2 {
    margin-left: 16.6667%;
  }

  .offset-3 {
    margin-left: 25%;
  }

  .offset-4 {
    margin-left: 33.3334%;
  }

  .offset-5 {
    margin-left: 41.6667%;
  }

  .offset-6 {
    margin-left: 50%;
  }

  .offset-7 {
    margin-left: 58.3334%;
  }

  .offset-8 {
    margin-left: 66.6667%;
  }

  .offset-9 {
    margin-left: 75%;
  }

  .offset-10 {
    margin-left: 83.3334%;
  }

  .offset-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Small desktop & vertical tablets (> 768px)

------------------------------------------------------------ */
@media screen and (min-width: 48em) {
  .col12,
.col-m-12,
.col-l-12,
.col-xl-12 {
    clear: both;
    float: none;
  }

  /* Columns width */
  .col1 {
    width: 8.3334%;
  }

  .col2 {
    width: 16.6667%;
  }

  .col3 {
    width: 25%;
  }

  .col4 {
    width: 33.3334%;
  }

  .col5 {
    width: 41.6667%;
  }

  .col6 {
    width: 50%;
  }

  .col7 {
    width: 58.3334%;
  }

  .col8 {
    width: 66.6667%;
  }

  .col9 {
    width: 75%;
  }

  .col10 {
    width: 83.3334%;
  }

  .col11 {
    width: 91.6667%;
  }

  .col12 {
    width: 100%;
  }

  .col-m-1 {
    width: 8.33344%;
  }

  .col-m-2 {
    width: 16.6667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .col-m-4 {
    width: 33.3334%;
  }

  .col-m-5 {
    width: 41.6667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .col-m-7 {
    width: 58.3334%;
  }

  .col-m-8 {
    width: 66.6667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .col-m-10 {
    width: 83.3334%;
  }

  .col-m-11 {
    width: 91.6667%;
  }

  .col-m-12 {
    width: 100%;
  }

  /* Offset */
  .offset-m-1 {
    margin-left: 8.3334%;
  }

  .offset-m-2 {
    margin-left: 16.6667%;
  }

  .offset-m-3 {
    margin-left: 25%;
  }

  .offset-m-4 {
    margin-left: 33.3334%;
  }

  .offset-m-5 {
    margin-left: 41.6667%;
  }

  .offset-m-6 {
    margin-left: 50%;
  }

  .offset-m-7 {
    margin-left: 58.3334%;
  }

  .offset-m-8 {
    margin-left: 66.6667%;
  }

  .offset-m-9 {
    margin-left: 75%;
  }

  .offset-m-10 {
    margin-left: 83.3334%;
  }

  .offset-m-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1024px

------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .col-l-1 {
    width: 8.33344%;
  }

  .col-l-2 {
    width: 16.6667%;
  }

  .col-l-3 {
    width: 25%;
  }

  .col-l-4 {
    width: 33.3334%;
  }

  .col-l-5 {
    width: 41.6667%;
  }

  .col-l-6 {
    width: 50%;
  }

  .col-l-7 {
    width: 58.3334%;
  }

  .col-l-8 {
    width: 66.6667%;
  }

  .col-l-9 {
    width: 75%;
  }

  .col-l-10 {
    width: 83.3334%;
  }

  .col-l-11 {
    width: 91.6667%;
  }

  .col-l-12 {
    width: 100%;
  }

  .offset-l-1 {
    margin-left: 8.3334%;
  }

  .offset-l-2 {
    margin-left: 16.6667%;
  }

  .offset-l-3 {
    margin-left: 25%;
  }

  .offset-l-4 {
    margin-left: 33.3334%;
  }

  .offset-l-5 {
    margin-left: 41.6667%;
  }

  .offset-l-6 {
    margin-left: 50%;
  }

  .offset-l-7 {
    margin-left: 58.3334%;
  }

  .offset-l-8 {
    margin-left: 66.6667%;
  }

  .offset-l-9 {
    margin-left: 75%;
  }

  .offset-l-10 {
    margin-left: 83.3334%;
  }

  .offset-l-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1264px

------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .col-xl-1 {
    width: 8.33343%;
  }

  .col-xl-2 {
    width: 16.6667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3334%;
  }

  .col-xl-5 {
    width: 41.6667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3334%;
  }

  .col-xl-8 {
    width: 66.6667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3334%;
  }

  .col-xl-11 {
    width: 91.6667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.3334%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3334%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3334%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3334%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}
/*  -----------------------------------------------------------

	Media Queries - Desktop > 1440px

------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  /*
    .col-xxl-1 { width: 8.33343%; }
    .col-xxl-2 { width: 16.6667%; }
    .col-xxl-3 { width: 25%; }
    .col-xxl-4 { width: 33.3334%; }
    .col-xxl-5 { width: 41.6667%; }
    .col-xxl-6 { width: 50%; }
    .col-xxl-7 { width: 58.3334%; }
    .col-xxl-8 { width: 66.6667%; }
    .col-xxl-9 { width: 75%; }
    .col-xxl-10 { width: 83.3334%; }
    .col-xxl-11 { width: 91.6667%; }
    .col-xxl-12 { width: 100%; }

    .offset-xxl-1   { margin-left: 8.3334%; }
    .offset-xxl-2   { margin-left: 16.6667%; }
    .offset-xxl-3   { margin-left: 25%; }
    .offset-xxl-4   { margin-left: 33.3334%; }
    .offset-xxl-5   { margin-left: 41.6667%; }
    .offset-xxl-6   { margin-left: 50%; }
    .offset-xxl-7   { margin-left: 58.3334%; }
    .offset-xxl-8   { margin-left: 66.6667%; }
    .offset-xxl-9   { margin-left: 75%; }
    .offset-xxl-10  { margin-left: 83.3334%; }
    .offset-xxl-11  { margin-left: 91.6667%; }
  */
}
/* Media queries */
/* Theme colors */
/* WP colors */
/* Texts */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
  display: none;
}

/*
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  margin: 0;
  min-width: 0;
}
.grid:after {
  content: none;
}

.col {
  margin: 0;
  padding: 0;
  width: auto;
  grid-column: span 12;
}

@media screen and (min-width: 0) {
  .col-xs-1 {
    grid-column: span 1;
  }

  .col-xs-2 {
    grid-column: span 2;
  }

  .col-xs-3 {
    grid-column: span 3;
  }

  .col-xs-4 {
    grid-column: span 4;
  }

  .col-xs-5 {
    grid-column: span 5;
  }

  .col-xs-6 {
    grid-column: span 6;
  }

  .col-xs-7 {
    grid-column: span 7;
  }

  .col-xs-8 {
    grid-column: span 8;
  }

  .col-xs-9 {
    grid-column: span 9;
  }

  .col-xs-10 {
    grid-column: span 10;
  }

  .col-xs-11 {
    grid-column: span 11;
  }

  .col-xs-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 30em) {
  .col-s-1 {
    grid-column: span 1;
  }

  .col-s-2 {
    grid-column: span 2;
  }

  .col-s-3 {
    grid-column: span 3;
  }

  .col-s-4 {
    grid-column: span 4;
  }

  .col-s-5 {
    grid-column: span 5;
  }

  .col-s-6 {
    grid-column: span 6;
  }

  .col-s-7 {
    grid-column: span 7;
  }

  .col-s-8 {
    grid-column: span 8;
  }

  .col-s-9 {
    grid-column: span 9;
  }

  .col-s-10 {
    grid-column: span 10;
  }

  .col-s-11 {
    grid-column: span 11;
  }

  .col-s-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 48em) {
  .col-m-1 {
    grid-column: span 1;
  }

  .col-m-2 {
    grid-column: span 2;
  }

  .col-m-3 {
    grid-column: span 3;
  }

  .col-m-4 {
    grid-column: span 4;
  }

  .col-m-5 {
    grid-column: span 5;
  }

  .col-m-6 {
    grid-column: span 6;
  }

  .col-m-7 {
    grid-column: span 7;
  }

  .col-m-8 {
    grid-column: span 8;
  }

  .col-m-9 {
    grid-column: span 9;
  }

  .col-m-10 {
    grid-column: span 10;
  }

  .col-m-11 {
    grid-column: span 11;
  }

  .col-m-12 {
    grid-column: span 12;
  }
}
@media screen and (min-width: 64em) {
  .col-l-1 {
    grid-column: span 1;
  }

  .col-l-2 {
    grid-column: span 2;
  }

  .col-l-3 {
    grid-column: span 3;
  }

  .col-l-4 {
    grid-column: span 4;
  }

  .col-l-5 {
    grid-column: span 5;
  }

  .col-l-6 {
    grid-column: span 6;
  }

  .col-l-7 {
    grid-column: span 7;
  }

  .col-l-8 {
    grid-column: span 8;
  }

  .col-l-9 {
    grid-column: span 9;
  }

  .col-l-10 {
    grid-column: span 10;
  }

  .col-l-11 {
    grid-column: span 11;
  }

  .col-l-12 {
    grid-column: span 12;
  }
}
/* ------------------------------------------
 01 BASE STYLES
------------------------------------------ */
/* Sticky footer */
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#page .site-content {
  flex-grow: 1;
}
#page .site-footer {
  flex-shrink: 0;
}

/* Fonts */
@font-face {
  font-family: Lufga;
  src: url("../fonts/lufga/Adam Ladd - Lufga Light.otf");
  font-weight: normal;
}
@font-face {
  font-family: Lufga;
  src: url("../fonts/lufga/Adam Ladd - Lufga SemiBold.otf");
  font-weight: 600;
}
@font-face {
  font-family: Lufga;
  src: url("../fonts/lufga/Adam Ladd - Lufga ExtraBold.otf");
  font-weight: 800;
}
@font-face {
  font-family: Lufga;
  src: url("../fonts/lufga/Adam Ladd - Lufga Light Italic.otf");
  font-weight: 400;
  font-style: italic;
}
/* Structure */
html {
  font-size: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #011a64;
  font-family: Lufga, Arial, sans-serif;
  font-weight: 400;
  position: relative;
}

body,
.btn {
  font-size: 16px;
  line-height: 24px;
}

.site {
  position: relative;
}

.builder-error {
  opacity: 0;
}

.page-fonctionnement .page-body p:first-child, .header-content, .wrapper-wide {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 96%;
}
@media screen and (min-width: 30em) {
  .page-fonctionnement .page-body p:first-child, .header-content, .wrapper-wide {
    width: 90%;
  }
}
@media screen and (min-width: 48em) {
  .page-fonctionnement .page-body p:first-child, .header-content, .wrapper-wide {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .page-fonctionnement .page-body p:first-child, .header-content, .wrapper-wide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 79em) {
  .page-fonctionnement .page-body p:first-child, .header-content, .wrapper-wide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 90em) {
  .page-fonctionnement .page-body p:first-child, .header-content, .wrapper-wide {
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: 1520px;
  }
}

.wrapper-narrow {
  max-width: 970px;
}

/* Typography */
p {
  margin-bottom: 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
p.lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.125em;
}

p + p.lead {
  margin-top: 1.125em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lufga, Arial, sans-serif;
  font-weight: 600;
}

h1 {
  text-align: center;
  font-size: 32px;
  margin-top: 1em;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

h3 {
  font-size: 18px;
  text-transform: uppercase;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
img + h1,
img + h2,
img + h3,
img + h4,
img + h5,
img + h6,
figure + h1,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6,
.jetpack-video-wrapper + h1,
.jetpack-video-wrapper + h2,
.jetpack-video-wrapper + h3,
.jetpack-video-wrapper + h4,
.jetpack-video-wrapper + h5,
.jetpack-video-wrapper + h6 {
  clear: both;
  margin-top: 2.25em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1.125em;
}

a {
  color: #e05537;
  position: relative;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.3s ease-in-out;
}
a:hover, a:active {
  color: #008da7;
}
a:focus {
  color: #008da7;
  outline: 2px dotted #008da7;
}

a.layout {
  display: block;
  color: #008da7;
}
a.layout p {
  font-weight: normal;
}
a.layout .youtube {
  pointer-events: none;
  transition: all 0.25s;
}
a.layout:hover {
  color: #011a64;
}
a.layout:hover .youtube {
  box-shadow: 5px 5px 0px rgba(1, 1, 1, 0.1);
}

/* Lists */
.nav li {
  padding: 0;
}
.nav li:before {
  display: none;
}

/* Accessibility */
.screen-reader-text,
.label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

.a11y-link {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
  color: #008da7;
  z-index: 11;
}
.a11y-link:hover, .a11y-link:focus, .a11y-link:active {
  color: #008da7;
}
.a11y-link:focus {
  position: static;
  overflow: visible;
  clip: auto;
  height: auto;
  width: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.a11y-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.a11y-links ul li {
  margin: 0;
  padding: 0;
}
.a11y-links ul li:before {
  display: none;
}

.page-check-up .nf-breadcrumbs li:before, .page-check-up .nf-breadcrumbs:before, .footer .captcha-disclaimer:before {
  content: "";
  display: block;
  position: absolute;
}

/* Buttons */
.page-check-up .nf-next-previous input[type=button], .site-menu .menu li:last-child a, .btn,
.wp-block-button__link,
.button,
button,
input[type=submit],
input[type=button] {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #008da7;
  border: 0;
  border-radius: 2px;
  font-weight: 500;
  height: auto;
  line-height: auto;
  transition: color 0.2s ease-in-out, border 0.3s ease-in-out, background-color 0.3s ease-in-out;
  padding: 0.25em 1em;
  text-transform: none;
  border: 2px solid transparent;
  border-radius: 4px;
  color: #fff;
}
.page-check-up .nf-next-previous input[type=button]:visited, .site-menu .menu li:last-child a:visited, .btn:visited,
.wp-block-button__link:visited,
.button:visited,
button:visited,
input[type=submit]:visited,
input[type=button]:visited {
  background-color: #008da7;
  color: #fff;
}
.page-check-up .nf-next-previous input[type=button]:hover, .site-menu .menu li:last-child a:hover, .btn:hover,
.wp-block-button__link:hover,
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover, .page-check-up .nf-next-previous input[type=button]:active, .site-menu .menu li:last-child a:active, .btn:active,
.wp-block-button__link:active,
.button:active,
button:active,
input[type=submit]:active,
input[type=button]:active, .page-check-up .nf-next-previous input[type=button]:focus, .site-menu .menu li:last-child a:focus, .btn:focus,
.wp-block-button__link:focus,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  background: transparent;
  color: #008da7;
  border-color: #008da7;
}
.media-modal .page-check-up .nf-next-previous input[type=button], .page-check-up .nf-next-previous .media-modal input[type=button], .media-modal .site-menu .menu li:last-child a, .site-menu .menu li:last-child .media-modal a, .media-modal .btn,
.media-modal .wp-block-button__link,
.media-modal .button,
.media-modal button,
.media-modal input[type=submit],
.media-modal input[type=button] {
  font-family: Lufga, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and (min-width: 64em) {
  .page-check-up .nf-next-previous input[type=button], .site-menu .menu li:last-child a, .btn,
.wp-block-button__link,
.button,
button,
input[type=submit],
input[type=button] {
    font-size: 18px;
    line-height: 27px;
  }
}

.blog-collection + .slick-pager .slick-arrow, .blog-collection + .slick-pager li button, .btn-2 {
  background: white;
  border-color: #008da7;
  color: #008da7;
}
.blog-collection + .slick-pager .slick-arrow:visited, .blog-collection + .slick-pager li button:visited, .btn-2:visited {
  background: white;
  color: #008da7;
}
.blog-collection + .slick-pager .slick-arrow:hover, .blog-collection + .slick-pager li button:hover, .btn-2:hover, .blog-collection + .slick-pager .slick-arrow:active, .blog-collection + .slick-pager li button:active, .btn-2:active {
  background: #008da7;
  border-color: #008da7;
  color: white;
}

.page-fonctionnement .fonctionnement-checkup .wp-block-button__link, .site-menu .menu li:last-child a, .btn-3 {
  background-color: #e05537;
  color: white;
}
.page-fonctionnement .fonctionnement-checkup .wp-block-button__link:visited, .site-menu .menu li:last-child a:visited, .btn-3:visited {
  background-color: #e05537;
  color: white;
}
.page-fonctionnement .fonctionnement-checkup .wp-block-button__link:hover, .site-menu .menu li:last-child a:hover, .btn-3:hover, .page-fonctionnement .fonctionnement-checkup .wp-block-button__link:active, .site-menu .menu li:last-child a:active, .btn-3:active {
  background: transparent;
  border-color: #e05537;
  color: #e05537;
}

.page-check-up .nf-next-previous input[type=button], .wpcf7 .wpcf7-submit, .btn-4 {
  background-color: #a7d8e1;
  color: white;
}
.page-check-up .nf-next-previous input[type=button]:visited, .wpcf7 .wpcf7-submit:visited, .btn-4:visited {
  background: white;
  color: #008da7;
}
.page-check-up .nf-next-previous input[type=button]:hover, .wpcf7 .wpcf7-submit:hover, .btn-4:hover, .page-check-up .nf-next-previous input[type=button]:active, .wpcf7 .wpcf7-submit:active, .btn-4:active {
  background: #008da7;
  border-color: #008da7;
  color: white;
}

/* Form */
input[type=email],
input[type=text],
input[type=number],
input[type=tel],
textarea {
  padding: 1em 1em;
  background-color: rgba(0, 141, 167, 0.15);
  height: auto;
  border: 0;
}
input[type=email]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  background-color: white;
}
input[type=email]::placeholder,
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #008da7;
}

div.wp-link-input input {
  border-radius: 2px;
  height: 26px;
  line-height: 1;
  font-size: 1rem;
}

.mce-toolbar .mce-btn-group .mce-btn button {
  background: transparent;
}

#wp-link #link-selector label,
#wp-link #link-selector p,
#wp-link #link-selector li,
#wp-link #link-selector .query-notice {
  font-size: 0.8125rem;
}
#wp-link #link-selector #link-options label span {
  width: 100px;
}
#wp-link #link-selector input[type=text],
#wp-link #link-selector input[type=search] {
  border-radius: 2px;
  display: inline-block;
  height: 28px;
  line-height: 1;
  font-size: 1rem;
}
#wp-link #link-selector #wp-link-target {
  position: static;
  opacity: 1;
}
#wp-link #link-selector .link-target label {
  max-width: none;
}

.wp-block-gallery {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.wp-block-gallery .wp-block-image {
  margin: 0;
  padding: 0;
  flex-grow: 0;
  min-width: 150px;
}
.wp-block-gallery .wp-block-image:before {
  content: none;
}

.nf-error-field-errors {
  text-align: center;
}

.wp-block-separator {
  border-top: 2px solid #a7d8e1;
  border-bottom: 0px;
}

b,
strong {
  font-weight: 600;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  body {
    font-size: 18px;
    line-height: 27px;
  }

  h1 {
    font-size: 48px;
    line-height: 57.6px;
    color: #011a64;
    margin-top: 0;
  }

  h2 {
    font-size: 32px;
    line-height: 48px;
    color: #011a64;
  }

  h3 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  dd,
dt,
li,
p,
td,
th,
label,
input {
    font-size: 1.125rem;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 02 HEADER
------------------------------------------ */
.site-header {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  height: 60px;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
}
.site-header .header-content {
  position: static;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Branding */
.site-branding {
  width: 80%;
  padding: 1.15em 0;
}
.site-branding svg {
  vertical-align: middle;
  width: 100%;
}

/* --- Menu --- */
/* Mobile nav */
.site-menu a.menu-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 50px;
  padding: 12px;
  position: fixed;
  top: 6px;
  right: 4px;
  width: 56px;
  z-index: 99999;
}
.site-menu a.menu-toggle .patty {
  margin: 12px 0;
  position: relative;
  transition: all 0.3s;
}
.site-menu a.menu-toggle .patty, .site-menu a.menu-toggle .patty:before, .site-menu a.menu-toggle .patty:after {
  display: block;
  background: #011a64;
  height: 4px;
  width: 32px;
}
.site-menu a.menu-toggle .patty:before, .site-menu a.menu-toggle .patty:after {
  content: "";
  position: absolute;
  right: 0;
  transition: all 0.3s;
  z-index: -1;
}
.site-menu a.menu-toggle .patty:before {
  top: -11px;
}
.site-menu a.menu-toggle .patty:after {
  top: 11px;
}
.site-menu a.menu-toggle:hover {
  background: #008da7;
}
.site-menu a.menu-toggle:hover .patty {
  background: #fff;
}
.site-menu a.menu-toggle:hover .patty:before, .site-menu a.menu-toggle:hover .patty:after {
  background: #fff;
}

.nav-open .site-menu .menu-toggle {
  border-color: #fff;
  position: fixed;
}
.nav-open .site-menu .menu-toggle .patty {
  background: transparent !important;
}
.nav-open .site-menu .menu-toggle .patty:before, .nav-open .site-menu .menu-toggle .patty:after {
  background: #fff;
}
.nav-open .site-menu .menu-toggle .patty:before {
  top: 0 !important;
  transform: rotate(-45deg);
}
.nav-open .site-menu .menu-toggle .patty:after {
  top: 0 !important;
  transform: rotate(45deg);
}
.nav-open .site-menu .menu-toggle:hover {
  background: #fff;
}
.nav-open .site-menu .menu-toggle:hover .patty:before,
.nav-open .site-menu .menu-toggle:hover .patty:after {
  background: #008da7;
}

.site-menu .menu {
  background: #008da7;
  bottom: 0;
  color: #008da7;
  flex-direction: column;
  justify-content: space-between;
  overflow: auto;
  padding: 62px 0 20px;
  position: fixed;
  right: -100%;
  top: 0;
  text-align: left;
  transition: right 0.4s ease;
  width: 100%;
  z-index: 99998;
}
.nav-open .site-menu .menu {
  right: 0;
}
.admin-bar .site-menu .menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-menu .menu {
    top: 46px;
  }
}
.site-menu .menu .nav {
  padding-bottom: 1rem;
}
.site-menu .menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: Lufga, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0.625em 20px;
  transition: all 0.3s ease-in-out;
}
.site-menu .menu li:last-child {
  text-align: center;
}
.site-menu .menu ul:last-child > li:last-child {
  margin-bottom: 0;
}
.site-menu .menu a {
  color: #fff;
  display: inline-block;
}
.site-menu .menu a:hover {
  color: #a7d8e1;
}
.site-menu .menu a[href="#"] {
  pointer-events: none;
  cursor: default;
}

/* Admin bar */
.admin-bar .site-menu .menu {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-menu .menu {
    top: 46px;
  }
}
.admin-bar.nav-open .menu-toggle {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar.nav-open .menu-toggle {
    top: 58px;
  }
}

#page {
  position: relative;
}
#page:after {
  content: "";
  background: #008da7;
  bottom: 0;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.4s ease;
  width: 100%;
  z-index: 5;
}
.nav-open #page:after {
  right: 0;
}

.header-actions {
  display: none;
}
.header-actions .login {
  display: none;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
@media screen and (min-width: 79em) {
  .site-header + .site-content {
    margin-top: 104px;
  }

  .site-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    z-index: 10;
    height: auto;
  }
  .logged-in.admin-bar .site-header {
    top: 32px;
  }
  .site-header + .site-content {
    margin-top: 96px;
    position: relative;
    z-index: 1;
  }
  .site-header .wrapper {
    position: relative;
  }

  .site-branding {
    width: auto;
  }

  .header-content {
    display: flex;
    position: relative;
  }

  /* --- Menu --- */
  a.menu-toggle,
.expand-sub-menu {
    display: none !important;
  }

  .site-menu .menu {
    background: transparent;
    display: block;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .site-menu .menu:before {
    display: none;
  }
  .site-menu .menu .nav-wrapper {
    width: 50%;
  }
  .site-menu .menu .nav {
    padding: 0;
  }
  .site-menu .menu .nav li {
    border: 0;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .site-menu .menu .nav li + li {
    margin-left: 0.75em;
  }
  .site-menu .menu .nav a {
    color: #011a64;
    display: inline-block;
    padding: 0;
  }
  .site-menu .menu .nav a:hover {
    color: #008da7;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
@media screen and (min-width: 90em) {
  .header-actions {
    display: block;
  }

  .site-menu .menu .nav li {
    font-size: 1.125rem;
  }

  .site-header + .site-content {
    margin-top: 100px;
  }
}
/* ------------------------------------------
 03 FOOTER
------------------------------------------ */
.footer {
  padding: 2em 2em;
  position: relative;
  text-align: left;
  z-index: 2;
  color: white;
  position: relative;
  overflow: hidden;
}
.footer:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.footer .img {
  border: 0;
}
.footer a {
  color: white;
}
.footer .logo-ate {
  margin: auto;
}
.footer .logo-ate a {
  display: block;
}
.footer .logo-ate span {
  display: block;
  font-size: 14px;
  font-style: italic;
  padding-top: 0px;
  padding-left: 60px;
}
.footer .logo-ate svg {
  max-width: 100%;
}
.footer .socials {
  display: flex;
  justify-content: space-around;
  width: 100%;
  top: 40%;
}
.footer .socials a {
  color: #008da7;
  display: inline-block;
  text-align: center;
  color: white;
  border: 1px solid white;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  text-align: center;
  padding: 0;
  margin-right: 1em;
  background-color: transparent;
}
.footer .socials a:last-child {
  margin-right: 0;
}
.footer .socials a:hover {
  color: #008da7;
  border-color: white;
  background-color: white;
}
.footer .socials a:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 2rem;
  font-weight: normal;
  line-height: 54px;
}
.footer .socials a[href*=facebook]:before {
  content: "";
}
.footer .socials a[href*=instagram]:before {
  content: "";
}
.footer .socials a[href*=pinterest]:before {
  content: "";
}
.footer .socials a[href*=twitter]:before {
  content: "";
}
.footer .socials a[href*=youtube]:before {
  content: "";
}
.footer .socials a[href*=linkedin]:before {
  content: "";
}
.footer .socials a[href*=vimeo]:before {
  content: "";
}
.footer .socials a[href*=tiktok]:before {
  content: "";
}
.footer .copyright {
  font-size: 14px;
  margin-bottom: 1em;
}
.footer .credits {
  display: block;
  margin-top: 4em;
  margin-bottom: 0.5em;
  text-align: center;
}
.footer .lemon {
  display: inline-block;
  margin: 0;
  height: 19px;
  width: 74px;
  margin-left: auto;
  color: white;
  height: inherit;
  width: inherit;
}
.footer .lemon:hover {
  color: #011a64;
}
.footer .lemon svg {
  display: block;
  fill: currentColor;
}
.footer .lemon span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}
.footer .captcha-disclaimer {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  padding-top: 1em;
  margin-top: 1em;
  position: relative;
}
.footer .captcha-disclaimer:before {
  display: block;
  border-top: 1px solid #a7d8e1;
  max-width: 250px;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.footer-nav {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 2em 0;
}
.footer-nav ul {
  width: 100%;
}
.footer-nav li {
  margin-bottom: 0;
  vertical-align: top;
}
.footer-nav li:before {
  content: none;
}
.footer-nav a {
  display: block;
  padding-bottom: 1em;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .footer .logo-ate {
    margin: 0;
  }
  .footer .socials {
    position: absolute;
    left: 0;
  }
  .footer .credits {
    display: flex;
    margin-top: 4em;
    margin-bottom: 0.5em;
  }
  .footer .copyright {
    margin-bottom: 0;
  }

  .footer-nav {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 0;
  }
  .footer-nav li {
    display: block;
    margin-right: 0.5em;
  }
  .footer-nav a {
    padding-bottom: 0;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 04 CONTENT
------------------------------------------ */
/* Structure */
.page-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Content */
h1 + .page-body > p:first-child {
  text-align: center;
  margin-bottom: 3em;
}

.footer {
  background: url("../img/big_circle.svg") #008da7 no-repeat;
  background-position: right -100px bottom -100px;
  background-size: 400px auto;
}

.newsletter {
  background-color: #011a64;
}

.parallax-1 {
  transform: translate(0, calc(var(--scroll) * -0.12px + 0%));
}

.parallax-2 {
  transform: translate(0, calc(var(--scroll) * -0.3px + 0%));
}

.home .assurances-obligatoires:after, .parallax-3 {
  transform: translate(0, calc(var(--scroll) * -0.5px + 0%));
}

.zoom {
  transition: transform 0.25s;
}
.zoom:hover {
  transform: scale(1.05, 1.05);
}

.grecaptcha-badge {
  display: none !important;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  h1 + .page-body > p:first-child {
    margin-bottom: 6em;
  }

  .footer {
    background-position: right -200px top -150px;
    background-size: 600px auto;
  }

  .site-content {
    background-image: url("../img/big_circle.svg");
    background-repeat: no-repeat;
    background-position: right -200px bottom -450px;
    background-size: 600px auto;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
/* ------------------------------------------
 05 HOMEPAGE
------------------------------------------ */
.home section {
  padding: 4em 0;
}
.home h2 {
  text-transform: none;
  text-align: left;
}
.home .wrapper {
  position: relative;
  z-index: 5;
}
.home .actions {
  margin-top: 2em;
}
.home .actions .btn {
  margin-right: 1em;
}
.home .actions .btn:last-child {
  margin-right: 0;
}
.home .intro {
  background: url(../img/banner-mob_up.svg) no-repeat center 15vh/100% auto;
  padding: 35vh 0;
  height: 100vh;
  position: relative;
}
.home .intro:after {
  content: "";
  display: block;
  background: url(../img/banner-mob_down_HD.png) no-repeat center bottom/100% auto;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  pointer-events: none;
}
.home .prestations {
  padding: 0;
}
.home .prestations .grid {
  column-gap: 0;
  row-gap: 0;
}
.home .prestations .col {
  padding: 4em 10%;
}
.home .prestations .col:nth-child(1) {
  background-color: rgba(0, 141, 167, 0.15);
}
.home .prestations .col:nth-child(2) {
  background-color: #008da7;
}
.home .prestations .col:nth-child(2),
.home .prestations .col:nth-child(2) h2 {
  color: white;
}
.home .prestations .col:nth-child(2) .btn {
  margin-top: 1em;
}
.home .assurances-obligatoires {
  background: url("../img/wave.svg") no-repeat 140% 20%/60% auto;
  position: relative;
}
.home .assurances-obligatoires:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../img/arrows.svg") no-repeat 90% 100%/60% auto;
  z-index: -1;
}
.home .assurances-obligatoires .col:nth-child(1) p {
  margin: 2em 0;
}
.home .assurances-obligatoires .col:nth-child(2) .btn {
  display: block;
  padding: 1em 2em;
  height: auto;
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 2em;
  text-align: center;
}
.home .economiser {
  padding-bottom: 6em;
}
.home .testimonials {
  background-color: rgba(0, 141, 167, 0.15);
}
.home .testimonials h2 {
  text-align: center;
}
.home .testimonials .collection {
  margin-top: 5em;
  position: relative;
}
.home .testimonials .img {
  width: 90%;
  border-radius: 100%;
  height: 0;
  padding-top: 90%;
  margin: auto;
  background: #008da7;
  background: linear-gradient(225deg, #008da7 0%, #011a64 100%);
}
.home .testimonials .img img {
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.home .testimonials .slick-arrow {
  text-indent: -100em;
  background: url(../img/arrow.svg) no-repeat transparent center center/100% auto;
  top: 20vw;
  position: absolute;
  overflow: hidden;
  height: 4em;
}
.home .testimonials .slick-prev {
  transform: rotate(180deg);
}
.home .testimonials .slick-next {
  right: 0;
}
.home .testimonials .slick-list {
  width: 90%;
  margin: auto;
}
.home .testimonials .slick-slide {
  display: grid;
  padding: 0 2em;
}
.home .testimonials .testimonial-author {
  margin-top: 3em;
  color: #008da7;
}
.home .testimonials .page-body {
  font-style: italic;
}
.home .testimonials .field-title {
  font-weight: bold;
}
.home .testimonials .slick-dots {
  position: absolute;
  top: -3em;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0;
  margin: 0;
}
.home .testimonials .slick-dots li {
  display: inline-block;
  padding: 0;
  margin-right: 1em;
}
.home .testimonials .slick-dots li:last-child {
  margin-right: 0;
}
.home .testimonials .slick-dots li:before {
  content: none;
}
.home .testimonials .slick-dots li.slick-active button {
  background-color: #e05537;
  border: 1px solid #e05537;
}
.home .testimonials .slick-dots button {
  display: block;
  overflow: hidden;
  text-indent: -100em;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #008da7;
}
.home .newsletter {
  color: white;
  background-color: #011a64;
  text-align: center;
}
.home .newsletter h2 {
  text-align: center;
  color: white;
}
.home .newsletter strong {
  display: block;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .home .economiser {
    padding-top: 0;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
@media screen and (min-width: 64em) {
  .home h2 {
    font-size: 48px;
    line-height: 57.6px;
  }
  .home .intro {
    height: auto;
    padding: 8em 0;
    background: url(../img/home_banner.jpg) no-repeat right center/auto 100%;
  }
  .home .intro:after {
    content: none;
  }
  .home .assurances-obligatoires {
    padding: 10em 0 5em;
    background-position: -25% calc(var(--scroll) * 0.15px + 0%);
    background-size: 45% auto;
  }
  .home .assurances-obligatoires:after {
    background-position: 90% 100%;
    background-size: 20% auto;
  }
  .home .assurances-obligatoires .col:nth-child(2) {
    grid-row: 1;
  }
  .home .economiser .img {
    width: 80%;
    margin-top: 10%;
  }
  .home .testimonials .img {
    margin: 0;
  }
  .home .testimonials .slick-arrow {
    top: 15%;
  }
  .home .newsletter {
    background-image: url("../img/big_circle.svg");
    background-repeat: no-repeat;
    background-position: right -200px bottom -450px;
    background-size: 600px auto;
  }
}
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
.page-fonctionnement .page-body p:first-child {
  text-align: center;
}
.page-fonctionnement .page-content {
  padding-bottom: 0;
}
.page-fonctionnement .site-content > .wrapper {
  margin: 0;
  width: auto;
  padding: 0;
}
.page-fonctionnement h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1em;
  text-align: center;
}
.page-fonctionnement .fonctionnement-schema {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.page-fonctionnement .fonctionnement-schema .wp-block-image {
  height: 7rem;
}
.page-fonctionnement .fonctionnement-schema .wp-block-image svg {
  display: block;
  height: 100%;
  margin: auto;
}
.page-fonctionnement .fonctionnement-schema .wp-block-group {
  margin-top: 2rem;
}
.page-fonctionnement .fonctionnement-schema .wp-block-buttons {
  margin-top: 1em;
}
.page-fonctionnement .fonctionnement-schema-full {
  display: none;
  width: 100%;
  height: auto;
}
.page-fonctionnement .fonctionnement-ensuite {
  background-color: #008da7;
  padding: 4em 0;
  position: relative;
}
.page-fonctionnement .fonctionnement-ensuite p {
  font-size: 32px;
  line-height: 40px;
  color: white;
  font-weight: bold;
}
.page-fonctionnement .fonctionnement-ensuite:before, .page-fonctionnement .fonctionnement-ensuite:after {
  content: none;
  background: url("../img/arrow-double.svg") no-repeat center center/100% auto;
  position: absolute;
  width: 280px;
  height: 290px;
}
.page-fonctionnement .fonctionnement-ensuite:before {
  left: -6em;
  top: -80%;
}
.page-fonctionnement .fonctionnement-ensuite:after {
  right: -6em;
  top: 60%;
}
.page-fonctionnement .fonctionnement-infos {
  padding: 3em 0;
}
.page-fonctionnement .fonctionnement-contact {
  background-color: rgba(0, 141, 167, 0.15);
  padding: 2em 0;
  text-align: center;
}
.page-fonctionnement .fonctionnement-contact .wp-block-buttons {
  justify-content: center;
  margin-top: 2em;
}
.page-fonctionnement .wp-block-button {
  margin: auto !important;
}
@media screen and (min-width: 64em) {
  .page-fonctionnement .wp-block-image {
    display: none;
  }
  .page-fonctionnement h3 {
    font-size: 18px;
    margin-top: 0;
    text-align: left;
  }
  .page-fonctionnement p {
    font-size: 16px;
  }
  .page-fonctionnement .wp-block-button {
    margin: 0 !important;
  }
  .page-fonctionnement .fonctionnement-schema .wp-block-group {
    position: absolute;
    margin-top: 0;
    max-width: 350px;
  }
  .page-fonctionnement .fonctionnement-schema-full {
    display: block;
    height: auto !important;
  }
  .page-fonctionnement .fonctionnement-schema-full svg {
    height: auto;
    width: 100%;
  }
  .page-fonctionnement .fonctionnement-ensuite p {
    font-size: 48px;
    line-height: 57.6px;
  }
  .page-fonctionnement .fonctionnement-ensuite:before, .page-fonctionnement .fonctionnement-ensuite:after {
    content: "";
  }
  .page-fonctionnement .fonctionnement-checkup.wp-block-group {
    top: 0%;
    max-width: 300px;
  }
  .page-fonctionnement .fonctionnement-analyse {
    top: 25%;
    margin-left: 48%;
  }
  .page-fonctionnement .fonctionnement-demande,
.page-fonctionnement .fonctionnement-comparaison {
    top: 40%;
  }
  .page-fonctionnement .fonctionnement-demande.wp-block-group,
.page-fonctionnement .fonctionnement-comparaison.wp-block-group {
    max-width: 250px;
  }
  .page-fonctionnement .fonctionnement-demande {
    margin-left: 70%;
  }
  .page-fonctionnement .fonctionnement-comparaison {
    margin-left: 8%;
  }
  .page-fonctionnement .fonctionnement-reception {
    top: 64%;
    margin-left: 30%;
  }
  .page-fonctionnement .fonctionnement-avant {
    top: 88%;
    margin-left: 63%;
  }
  .page-fonctionnement .fonctionnement-infos {
    padding: 6em 0;
  }
}
@media screen and (min-width: 79em) {
  .page-fonctionnement .fonctionnement-schema .wp-block-group {
    max-width: 350px;
  }
  .page-fonctionnement .fonctionnement-schema .fonctionnement-demande,
.page-fonctionnement .fonctionnement-schema .fonctionnement-comparaison {
    max-width: 300px;
  }
  .page-fonctionnement .fonctionnement-schema h3 {
    font-size: 22px;
  }
  .page-fonctionnement .fonctionnement-schema p {
    font-size: 16px;
  }
  .page-fonctionnement .fonctionnement-schema .wp-block-button__link {
    font-size: 16px;
  }
  .page-fonctionnement .fonctionnement-checkup {
    top: 4%;
  }
  .page-fonctionnement .fonctionnement-analyse {
    top: 27%;
  }
  .page-fonctionnement .fonctionnement-demande,
.page-fonctionnement .fonctionnement-comparaison {
    top: 43%;
  }
  .page-fonctionnement .fonctionnement-reception {
    top: 66%;
  }
  .page-fonctionnement .fonctionnement-avant {
    top: 88%;
  }
}
.page-blog .page-content img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.page-blog h2 {
  text-align: left;
}
.page-blog h3 {
  margin: 0 0 1em;
}

.blog-standalone {
  margin: 4em 0;
}
.blog-standalone .img {
  height: 386px;
}
.blog-standalone .read-more {
  display: none;
}

.blog-collection .layout-item {
  color: #011a64;
}
.blog-collection .layout-item:hover {
  color: #008da7;
}
.blog-collection .layout-item:hover .read-more {
  font-weight: bold;
}
.blog-collection .img {
  height: 250px;
  margin-bottom: 1em;
}
.blog-collection .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.blog-collection .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  padding: 1em 0;
}
.blog-collection + .slick-pager {
  text-align: center;
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.blog-collection + .slick-pager ul {
  margin: 0;
  margin: 0 0.5em;
  padding: 0;
}
.blog-collection + .slick-pager li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.blog-collection + .slick-pager li:last-child {
  margin-right: 0;
}
.blog-collection + .slick-pager li:before {
  content: none;
}
.blog-collection + .slick-pager li.slick-active button {
  font-weight: bold;
}
.blog-collection + .slick-pager li button {
  border-color: transparent;
  padding: 0.25em 1em;
}
.blog-collection + .slick-pager .slick-arrow {
  font-size: 0;
  padding: 0 1.25rem;
  position: relative;
}
.blog-collection + .slick-pager .slick-arrow:after {
  content: "›";
  font-size: 32px;
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.blog-collection + .slick-pager .slick-next {
  order: 2;
}
.blog-collection + .slick-pager .slick-next:after {
  content: "›";
}
.blog-collection + .slick-pager .slick-prev:after {
  content: "‹";
}
.blog-collection .read-more {
  color: #008da7;
  padding-left: 1em;
}

.faq .layout-item {
  border-bottom: 2px solid rgba(0, 141, 167, 0.15);
  position: relative;
  margin-bottom: 1em;
}
.faq .layout-item h2 {
  padding-right: 2em;
  margin-bottom: 0;
}
.faq .layout-item h2:after {
  content: "+";
  position: absolute;
  border: 1px solid #008da7;
  border-radius: 100%;
  right: 0;
  top: 4px;
  font-size: 40px;
  line-height: 0.9em;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #008da7;
  text-align: center;
  pointer-events: none;
  font-weight: normal;
  transition: transform 0.5s;
}
.faq .layout-item h2:hover:after {
  background-color: #008da7;
  color: white;
}
.faq .layout-item .page-body {
  opacity: 0;
  margin-top: 1em;
  transition: max-height 0.5s, margin 0.5s, opacity 0.5s;
}
.faq .layout-item.open h2:after {
  background-color: #e05537;
  border-color: #e05537;
  color: white;
  transform: rotate(-135deg);
}
.faq .layout-item.open h2:hover:after {
  background-color: transparent;
  color: #e05537;
}
.faq .layout-item.open .page-body {
  margin-bottom: 3em;
  opacity: 1;
}
.page-partenaires .wp-block-gallery img {
  max-height: 120px;
  margin: auto;
}
.page-partenaires .wp-block-image {
  margin-bottom: 3em !important;
  display: flex;
  max-width: 20%;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.wpcf7 {
  max-width: 770px;
  margin: auto;
}
.wpcf7 .fields {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 1em;
}
.wpcf7 .prenom {
  margin-right: 1em;
}
.wpcf7 .prenom,
.wpcf7 .nom {
  width: calc(50% - 0.5em);
}
.wpcf7 .wpcf7-submit {
  display: block;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 3em;
}
.wpcf7 + p {
  font-size: 16px;
}

.page-check-up .nf-before-form-content {
  display: none;
}
.page-check-up .nf-breadcrumbs {
  justify-content: space-between;
  max-width: 800px;
  margin: auto !important;
  margin-bottom: 3rem !important;
  position: relative;
}
.page-check-up .nf-breadcrumbs:after {
  content: none;
}
.page-check-up .nf-breadcrumbs li {
  position: relative;
  display: block;
  float: none;
  line-height: 3em;
  border-top: 1px solid #a7d8e1;
}
.page-check-up .nf-breadcrumbs li:before {
  border: 2px solid #a7d8e1;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-top: 0.5em;
  display: inline-block;
  background-color: white;
}
.page-check-up .nf-breadcrumbs li.active:before {
  background-color: #a7d8e1;
}
.page-check-up .nf-breadcrumbs li.active.errors:before {
  background-color: #e05537;
}
.page-check-up .nf-breadcrumbs li.active a {
  font-weight: normal;
}
.page-check-up .nf-breadcrumbs li.errors:before {
  border-color: #e05537;
}
.page-check-up .nf-breadcrumbs li a {
  margin: 0;
  padding-left: 3em;
  color: #011a64;
}
.page-check-up label {
  display: none;
  font-weight: normal !important;
}
.page-check-up .file_upload-wrap label,
.page-check-up .listradio-wrap label,
.page-check-up .checkbox-wrap label {
  display: block;
}
.page-check-up .nf-next-previous {
  text-align: center;
}
.page-check-up .nf-next-previous li {
  float: none !important;
  display: inline-block;
  margin-top: 1em !important;
}
.page-check-up .submit-wrap {
  text-align: center;
}
.page-check-up .nouvelle_entreprise .nf-field-label {
  display: none;
}
.page-check-up .nouvelle_entreprise ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-check-up .nouvelle_entreprise li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1em !important;
  height: 50vh;
}
.page-check-up .nouvelle_entreprise label {
  text-align: center;
  filter: grayscale(100%);
  transition: filter 0.5s, transform 0.5s, opacity 0.5s;
  cursor: pointer;
  font-size: 22px;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 0 !important;
  padding: 0 1em;
  padding-bottom: 2em;
  height: 100%;
}
.page-check-up .nouvelle_entreprise label:before {
  content: "";
  display: block;
  background: url("../img/nouvelle_entreprise.svg") no-repeat center center/contain;
  height: 90%;
  width: 100%;
  pointer-events: none;
  margin: auto;
  margin-bottom: 1em;
}
.page-check-up .nouvelle_entreprise li:first-child label:before {
  width: 90%;
}
.page-check-up .nouvelle_entreprise li:last-child label:before {
  background-image: url("../img/entreprise_existante.svg");
}
.page-check-up .nouvelle_entreprise input {
  display: none;
}
.page-check-up .nouvelle_entreprise input.nf-checked + label {
  filter: none;
  transform: scale(1.1, 1.1);
  opacity: 1;
}
@media screen and (min-width: 48em) {
  .page-check-up .nf-breadcrumbs {
    display: flex;
  }
  .page-check-up .nf-breadcrumbs:before {
    border-top: 2px solid #a7d8e1;
    width: 85%;
    top: 15px;
    left: 7.5%;
  }
  .page-check-up .nf-breadcrumbs li {
    position: relative;
    line-height: initial;
    border: 0;
  }
  .page-check-up .nf-breadcrumbs li:before {
    line-height: normal;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    position: absolute;
    background-color: white;
    margin-top: 0;
  }
  .page-check-up .nf-breadcrumbs li a {
    padding: 3em 1em 1em 1em;
  }
  .page-check-up .nouvelle_entreprise li {
    width: 50%;
    height: 60vh;
  }
}

/*# sourceMappingURL=theme.min.css.map */
