@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.frm_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.container {
  margin: 0 auto;
  max-width: 1300px;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 2rem;
  }
}

.post, .category {
  margin-top: 4rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .post, .category {
    flex-direction: column-reverse;
  }
}
.post #post-content, .category #post-content {
  padding-bottom: 5rem;
  margin-top: 5rem;
}
.post #post-content figure img, .category #post-content figure img {
  max-width: 100%;
}
.post #post-content ul, .post #post-content ol, .category #post-content ul, .category #post-content ol {
  list-style-type: disc;
  padding-left: 2rem;
}
.post #post-content ul li, .post #post-content ol li, .category #post-content ul li, .category #post-content ol li {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  color: #828282;
}
.post #post-content a, .category #post-content a {
  text-decoration: underline;
  color: #DE5D45;
}
.post h1, .category h1 {
  color: black;
  text-align: left;
}
.post h2, .category h2 {
  margin: 2rem 0;
}
.post h3, .category h3 {
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
}
.post strong, .category strong {
  display: inline;
  font-weight: bold;
}
.post #summary, .category #summary {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  top: 10rem;
  margin-top: 5rem;
  margin-left: 5rem;
  width: 400px;
  min-width: 20vw;
  border: 1px solid #DE5D45;
  padding: 2rem;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  .post #summary, .category #summary {
    position: relative;
    top: auto;
    width: 100%;
  }
}
.post #summary summary, .category #summary summary {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.post #summary ol li, .category #summary ol li {
  padding: 1rem 0;
  border-bottom: 1px solid lightgrey;
  font-size: 1.1rem;
}
.post #summary ol li:last-child, .category #summary ol li:last-child {
  border: none;
}
.post .loop, .category .loop {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .post .loop, .category .loop {
    flex-direction: column;
  }
}
.post .loop article, .category .loop article {
  background: white;
  position: relative;
  border-radius: 10px;
  width: calc(50% - 2rem);
  box-shadow: 0 19px 30px rgba(0, 0, 0, 0.03), 0 15px 12px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .post .loop article, .category .loop article {
    width: 100%;
  }
}
.post .loop article .date, .category .loop article .date {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: white;
}
.post .loop article figure, .category .loop article figure {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .post .loop article figure, .category .loop article figure {
    height: 250px;
  }
}
.post .loop article figure img, .category .loop article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post .loop article .card-body, .category .loop article .card-body {
  padding: 2rem;
}

.push-gutenberg {
  background: #DE5D45;
  padding: 2rem;
  margin: 3rem 0;
  border-radius: 10px;
  position: relative;
}
.push-gutenberg:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -2rem;
  background: url(../src/img/aspi-loc.svg) no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 200px;
  height: 150px;
}
.push-gutenberg span {
  display: block;
  font-size: 2rem;
  margin-left: 180px;
}
.push-gutenberg a {
  display: inline-block;
  margin-top: 1rem;
  margin-left: 180px;
  background: white;
  text-decoration: none !important;
  padding: 1rem;
  border-radius: 5px;
}

.frm_form_field {
  position: relative;
}

.frm_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@font-face {
  font-family: "Avenir";
  src: url(../src/fonts/Avenir-Black.28fd423d.woff) format("woff"), url(../src/fonts/Avenir-Black.e8c9b764.eot) format("eof");
  font-weight: bold;
}
@font-face {
  font-family: "Avenir";
  src: url(../src/fonts/Avenir-Medium.b0e26dac.woff) format("woff"), url(../src/fonts/Avenir-Medium.24c9d526.eot) format("eof");
  font-weight: normal;
}
* {
  box-sizing: border-box;
  font-family: "Avenir";
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  background: white;
  padding-top: 0.8rem;
}

figure {
  margin: 0;
}

/* HEADER */
header {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 6vw;
  z-index: 10000;
  width: 100%;
  height: auto;
  background: white;
  border: 1px solid #E0E0E0;
  top: 0;
}

header a.logo {
  align-self: flex-start;
  padding: 1rem;
}

header img {
  height: auto;
}

header ul {
  display: flex;
  text-align: center;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: -100vh;
  transition: 0.3s ease;
  flex-direction: column;
  max-width: 90vw;
  justify-content: center;
  font-weight: 700;
  height: 30vh;
}

header a.btn-gris {
  position: absolute;
  top: -100vh;
  transition: 0.3s ease;
}

header ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  justify-content: center;
  color: #333;
  transition: 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
}

header li svg {
  fill: #333;
  height: 1.2rem;
  display: inline-block;
  margin-right: 10px;
  width: auto;
  transition: 0.3s ease;
}

header ul li a:hover {
  color: #DE5D45;
  transform: scale(1.05);
}

header ul li a:hover svg {
  fill: #DE5D45;
  margin-right: 15px;
}

header .current-menu-item a {
  color: #DE5D45;
}

header div.fond {
  z-index: -10;
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  transform: scaleY(0);
  transition: 0.3s ease;
  transform-origin: top;
}

header input {
  display: none;
}

header label.burger {
  position: absolute;
  right: 5vw;
  top: 1vh;
}

header label.burger::before {
  content: "≡";
  font-size: 3rem;
  cursor: pointer;
  color: #C4C4C4;
}

header input#icon-burger:checked ~ ul.menu li {
  margin: 0;
}

header input#icon-burger:checked ~ ul.menu li a,
header input#icon-burger:checked ~ a {
  display: flex;
}

header input#icon-burger:checked ~ #header-content-menu .menu {
  top: 220px;
  position: fixed;
  margin: 0 auto;
}

header input#icon-burger:checked ~ a.btn-gris {
  top: 70vh;
  position: fixed;
}

header input#icon-burger:checked ~ div.fond {
  transform: scaleY(1);
}

header input#icon-burger:checked ~ label.burger::before {
  content: "✗";
  right: 4vw;
  position: fixed;
}

header input#icon-burger:checked ~ a.logo {
  position: fixed;
}

/* Fin HEADER */
/* textes */
h1 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: initial;
  text-align: center;
  color: #ffffff;
}

h1 span {
  color: #DE5D45;
}

h2 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

h2 span {
  color: #DE5D45;
}

form#regForm h2 {
  font-size: 1.7rem;
  margin-bottom: 10rem;
  text-align: center;
  opacity: 0;
}

h3 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}

h4 {
  font-weight: 400;
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 2rem;
}

h6 {
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 1rem 0;
}

strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: initial;
  padding: 1rem 0;
}

p {
  color: #828282;
  width: 100%;
  font-size: 0.9rem;
  line-height: initial;
  margin-bottom: 1rem;
}

em {
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: #8EBAE7;
}

form p {
  font-weight: 500;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.5rem;
  margin: 0 0 1rem 0;
}

form p i {
  margin: 0 0.5rem 0 0;
  color: #828282;
}

label {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  padding: 0.5rem;
  text-align: left;
  top: 0;
  line-height: 1.7rem;
  transition: 0.3s ease;
  color: #828282;
}

form input:focus ~ label,
form textarea:focus ~ label,
form input.completed ~ label,
form textarea.completed ~ label {
  top: -2.5rem;
  font-weight: 600;
  color: #333;
}

section {
  padding: 4rem 5vw;
  position: relative;
}

.btn-basique {
  background: #DE5D45;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  display: inline-block;
  text-align: center;
}

a:hover {
  opacity: 0.8;
}

hr {
  height: 0.2rem;
  width: 25%;
  margin-top: 3rem;
  border-radius: 50px;
}

/* Fin textes */
/* Page - Accueil */
section.accueil {
  position: relative;
  padding: 6rem 5vw;
  background-size: cover;
  background-position-y: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 0;
}

.degrade {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -10;
}

.accueil h2,
.accueil p {
  color: white;
  text-align: center;
}

.accueil p {
  font-size: 1rem;
}

.accueil form input:focus ~ label,
.accueil form input.completed ~ label {
  color: white;
}

.accueil form button {
  float: inherit;
  display: block;
  margin: 2rem auto 0;
}

.aspiratrice p {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
}

.aspiratrice strong {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  display: inline-block;
}

.aspiratrice h4,
.avantages h4 {
  font-size: 1.2rem;
}

li.avantages_video iframe {
  max-width: 100%;
  max-height: 50vw;
  border-radius: 8px;
}

.aspiratrice h2 {
  margin-top: 3rem;
}

.processus h3 {
  color: white;
}

.processus h4 {
  font-size: 2rem;
  color: white;
}

.processus strong {
  color: white;
}

.processus ul li {
  text-align: center;
}

.aspiratrice ul {
  display: flex;
  margin-top: 3rem;
  flex-direction: column;
}

.aspiratrice ul li {
  width: 100%;
  margin: 1rem 0.4vw 2rem;
  text-align: center;
}

.aspiratrice ul img {
  width: 70%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -100;
}

.aspiratrice figure {
  display: flex;
  margin: 0 0 8vh 0;
  flex-direction: column;
}

.aspiratrice figure figcaption {
  width: 100%;
}

.aspiratrice img.aspi-illu {
  margin: 1rem 0;
  height: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.avantages p {
  font-weight: 500;
  font-size: 1.5rem;
  Margin-bottom: 2rem;
}

.avantages div {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.avantages ul:nth-child(2) {
  margin-top: 3rem;
}

.avantages div ul li.item {
  line-height: initial;
  font-size: 1rem;
  position: relative;
  margin: 1.5rem 0 1.5rem 2rem;
}

.avantages div ul li.item::before {
  content: "+";
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: -0.7rem;
  left: -2rem;
  color: #1F77D1;
}

.avantages div ul li:last-child {
  margin-top: 2.5rem;
}

.avantages img {
  width: 100%;
  margin: 0 auto 4rem;
  display: block;
}

.processus {
  background: linear-gradient(#1F77D1, #005ab8);
  padding: 4rem 13vw;
  margin: 2rem 0;
  color: white;
}

.processus ul {
  display: flex;
  flex-direction: column;
}

.processus ul .img {
  width: 30vw;
  height: 30vw;
  max-width: 150px;
  max-height: 150px;
  margin: 2rem auto;
  display: block;
  background-color: white;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
}

.processus ul p {
  color: white;
}

.locatiers-entreprises h2 {
  text-align: left;
  font-weight: 600;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.locatiers-entreprises a.more {
  color: #DE5D45;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  display: block;
}

.locatiers-entreprises a.btn-basique {
  margin-top: 2rem;
}

.locatiers-entreprises figure {
  display: flex;
  flex-direction: column;
}

.locatiers-entreprises img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 2rem 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.locatiers-entreprises:last-of-type img {
  width: 100%;
  margin: 0 0 2rem 0;
}

.locatiers-entreprises p.sous-titre {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 3rem;
}

.title_margin {
  margin-top: 10rem;
}

/* Fin page : Accueil */
/* slick */
.clients {
  display: block;
}

#slick-slide-control00,
#slick-slide-control01,
#slick-slide-control02,
#slick-slide-control03,
#slick-slide-control04,
#slick-slide-control05,
#slick-slide-control06,
#slick-slide-control07,
#slick-slide-control08,
#slick-slide-control09 {
  display: none;
}

.slick-arrow {
  width: 15vw;
  height: 15vw;
  border: none;
  border-radius: 100%;
  outline: none;
  cursor: pointer;
}

.slick-next svg {
  vertical-align: middle;
  width: 2.5vw;
  margin-left: 0.2vw;
}

.slick-prev svg {
  vertical-align: middle;
  width: 2.5vw;
  margin-right: 0.2vw;
}

.slick-next.slick-arrow {
  position: absolute;
  top: 35vh;
  right: -8vw;
}

.slick-prev.slick-arrow {
  position: absolute;
  top: 35vh;
  left: -8vw;
}

.slick-slide img {
  width: 200px;
}

/* Fin slick */
/* Page - domaines d'intervention */
.domaine_inter {
  padding: 0 5vw 4rem 5vw;
}

.domaine_inter div {
  padding-top: 4rem;
}

.domaine_inter div p {
  line-height: initial;
  color: #333;
  text-align: justify;
}

.domaine_inter div strong {
  font-weight: bold;
  padding: 0;
  display: contents;
}

.domaine_inter h1 {
  color: #333;
  margin-top: 5rem;
}

.domaine_inter ul li {
  text-align: center;
  margin: 1rem 0.4vw 2rem;
  width: 100%;
}

.domaine_inter ul img {
  width: 70%;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -100;
}

.domaine_inter span {
  color: #DE5D45;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 1rem;
}

.domaine_inter .btn-basique {
  margin: 0 1rem;
}

.domaine_inter_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0 !important;
}

.domaine_inter_container > article, .domaine_inter_container > article > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-top: 0.5rem !important;
}

.domaine_inter_container img {
  max-width: 200px;
}

.domaine_inter_container p {
  text-align: center !important;
  color: #828282 !important;
  padding: 0 1rem !important;
}

.domaine_inter_container a {
  padding: 0.5rem 0 !important;
  text-align: center;
}

.center {
  display: flex;
  justify-content: center;
}

.btn-basique.center {
  width: 20vw;
}

.btn_center {
  display: flex;
  justify-content: center;
}

/* fin Page - domaines d'intervention */
/* Page - intervention */
.titre_intervention {
  padding: 4rem 0 0;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-size: cover;
  background-position-y: top;
  z-index: -100;
}

.intervention {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.intervention p {
  text-align: justify;
  margin-bottom: 0;
}

.intervention_btn {
  padding: 0;
}

.intervention_btn .btn-basique {
  margin: 1rem;
}

section.intervention {
  padding-bottom: 2rem;
}

.intervention_agri {
  width: 100%;
  padding: 0 3rem 3rem 3rem;
}

.intervention_agri > section {
  border: 1px dotted;
  border-color: #DE5D45;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.intervention_agri img {
  max-width: 50px;
  padding-bottom: 10px;
}

.intervention_agri strong {
  text-align: center;
}

section.intervention_btn {
  padding-bottom: 2rem;
}

.autre_domaine {
  padding-top: 0;
  padding-bottom: 2rem;
}

.autre_domaine span {
  color: #DE5D45;
}

.autre_domaine hr {
  height: 0.1rem;
  color: #DE5D45;
  margin-bottom: 3rem;
}

/* fin Page - agricole */
/* Page - Chercher une aspiratrice */
section.section-entete {
  background: #F4F8FD;
  position: relative;
  height: auto;
  padding: 5rem 13vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.section-entete {
  margin-bottom: -4rem;
}

section.section-entete img {
  display: none;
}

section.section-entete p {
  display: block;
  font-weight: 500;
  line-height: initial;
  width: auto;
  color: #333;
  margin: 0;
}

section.section-entete h1 {
  color: #333;
}

/* Fin page - Chercher une aspiratrice */
/* Page - Comment ça marche ? */
section.processus-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.processus-steps h1 {
  color: #333;
}

.processus-steps h2 {
  text-align: left;
  font-weight: 600;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}

div.processus-details {
  border: 1px solid #8EBAE7;
  border-radius: 5px;
  padding: 6vw;
  width: 100%;
  margin-top: 3rem;
}

.processus-details li.step-info {
  position: relative;
  margin: 0 0 7vh;
}

.processus-details img {
  height: 20vw;
  max-width: 150px;
  max-height: 100px;
  margin: 1rem 0;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.processus-details strong {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.processus-details span {
  background-color: inherit;
  color: #DE5D45;
  font-weight: 500;
  width: auto;
  float: none;
  cursor: pointer;
  padding: 10px 20px;
  transition: 0.3s ease;
  display: inline-block;
}

.processus-details span.close {
  border: 1px solid #DE5D45;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.processus .btn-basique {
  margin: 3rem auto 0;
  display: block;
  width: 20vw;
  min-width: 200px;
}

.see-more {
  position: relative;
  padding: 2rem;
  border: 1px solid #8EBAE7;
  border-radius: 5px;
  margin: 30px 0 0;
}

.see-more svg {
  height: 20px;
  position: absolute;
  top: -20px;
}

.see-more li {
  margin: 0;
  padding: 0;
}

.see-more li p {
  width: 100%;
}

.see-more li:before {
  content: "Entreprise TP";
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #8EBAE7;
  line-height: 2rem;
  font-size: 1.2rem;
}

.see-more li:nth-child(2):before {
  content: "Locatier";
}

ul.step-info-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.processus-details a {
  margin: 0 auto 2rem;
  display: block;
  width: 100%;
}

.grille-abo {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.grille-abo p {
  font-size: 1rem;
}

ul.abo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 3rem;
}

ul.abo table {
  width: 100%;
}

.abo li {
  margin: 2rem 0;
  width: 100%;
}

tr th {
  padding: 1rem 1rem;
  text-align: center;
}

tr td {
  background: #EBF0F5;
  padding: 0.5rem 1rem;
  border: 3px solid white;
  text-align: center;
  font-size: 0.9rem;
  line-height: initial;
}

tr td:nth-child(1) {
  text-align: left;
  max-width: 140px;
}

tr:nth-child(2n) td {
  background: white;
}

/* Fin page - Comment ça marche ? */
/* Page - A propos */
.aspi-description {
  padding: 5rem 0 0;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-size: cover;
  background-position-y: top;
  z-index: -100;
}

.aspi-description h2 {
  color: white;
  margin-bottom: 10rem;
}

.aspi-description div.text-block {
  background: #2A3139;
  padding: 4rem 20vw;
  width: 100%;
}

.aspi-description div h3 {
  color: #99B1CB;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.aspi-description div p {
  color: #99B1CB;
}

.aspi-qui {
  display: flex;
  flex-direction: column;
  padding: 0 13vw;
}

.aspi-qui img {
  margin: 0 0 3rem;
  width: 100%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}

.aspi-qui h2 {
  font-weight: 600;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.aspi-qui h4 {
  text-align: left;
}

.contact-pierre {
  margin-top: 2rem;
}

.aspi-qui a.btn-basique {
  margin-top: 2rem;
}

.aspi-avantages {
  margin: 15vh 13vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aspi-avantages-title {
  text-align: left;
  font-weight: 600;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 0rem;
  color: black;
}

.aspi-avantages li {
  width: 22vw;
  margin: 0 1vw;
  min-width: 200px;
}

.aspi-avantages h5 {
  font-size: 1.3rem;
}

.aspi-avantages img {
  height: 4rem;
  margin: 2rem 1rem;
}

.aspi-avantages h3 {
  text-align: left;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0rem;
}

.aspi-matos {
  padding: 0 13vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 10vh;
}

.aspi-matos h5 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.aspi-matos h2 {
  text-align: left;
  font-weight: 600;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}

.aspi-matos h3 {
  font-size: 1.2rem;
}

.aspi-matos a {
  color: #DE5D45;
}

.aspi-matos img {
  margin-top: 10vw;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Fin page - A propos */
/* Type - Formulaire */
#regForm {
  position: relative;
  margin: 0 auto;
  font-family: "Avenir";
  padding: 10%;
  width: auto;
  min-width: 300px;
}

input, textarea {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: "Avenir";
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  transition: 0.3s ease;
}

input::-moz-placeholder {
  font-family: "Avenir";
}

input:-ms-input-placeholder {
  font-family: "Avenir";
}

input::placeholder {
  font-family: "Avenir";
}

input:focus, textarea:focus {
  box-shadow: 0 0 3px #1F77D1;
  border: none;
}

form input:hover {
  border: 1px solid #e0e0e0;
  background: #F4F8FD;
}

div.radio-form {
  width: 100%;
}

div.radio-form input {
  display: none;
}

div.radio-form div {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem;
}

.radio-tag {
  display: inline-block;
  border-radius: 100px;
  padding: 0.1rem 1rem;
  font-weight: 500;
  border: 2px solid #ddd1d1;
  margin: 0 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.radio-tag:hover {
  opacity: 0.6;
}

div.radio-form input:checked ~ label {
  background: #1F77D1;
  border-color: #1F77D1;
  color: white;
}

.champ {
  width: 100%;
  display: inline-block;
  margin: 2rem 0 1rem;
  position: relative;
}

.champ p {
  margin: 0;
}

.champ.text {
  width: 100%;
}

.contact-chant {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-cond {
  margin-top: 3rem;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}

fieldset.radio-form-coche {
  margin-top: 2rem;
}

fieldset.radio-form-coche h6 {
  width: auto;
}

#recap-tequi::before,
#recap-d-inter::before,
#recap-t-aspi::before,
#recap-meter::before {
  content: "Type d'équipement fourni avec l'aspiratrice";
  display: block;
  color: #828282;
  font-weight: 600;
  line-height: 2rem;
}

#recap-d-inter::before {
  content: "Domaine d'intervention";
}

#recap-t-aspi::before {
  content: "Type d'aspiration";
}

#recap-meter::before {
  content: "Mètre(s) de rallonge";
}

.check-tag {
  width: 100%;
  display: inline-block;
  padding: 0.5rem 0 0.5rem 2rem;
  margin: 0 1vw 0;
  position: relative;
  cursor: pointer;
}

.hide {
  width: 100%;
  display: inline-block;
  padding: 0.5rem 0 0.5rem 2rem;
  margin: 1.5rem 15px 0;
  position: relative;
  cursor: pointer;
}

.hide::before,
.check-tag::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #bdbdbd;
  position: absolute;
  left: 3px;
  border-radius: 3px;
  margin: 3px 0 0;
  line-height: 1rem;
  transition: 0.3s ease;
}

#contact-conducteur:checked ~ div.contact-cond {
  display: flex;
}

#contact-chantier:checked ~ .hide::before,
#contact-conducteur:checked ~ .hide::before,
#have-phone:checked ~ .hide::before,
fieldset input:checked ~ .check-tag::before {
  content: "✓";
  background: #1F77D1;
  border-color: #1F77D1;
  color: white;
  text-align: center;
}

input[type=checkbox]:checked ~ label {
  color: #333;
}

.recap-list {
  display: inline-block;
  margin-bottom: 3rem;
}

.smartphone-oui {
  color: #828282;
}

/* Type - Formulaire
  -> Erreurs de validation */
input.invalid {
  border: 2px solid #EB5757;
}

#recap-date-end {
  margin-left: 1rem;
}

input.required ~ label::after {
  content: "*";
  color: #EB5757;
  margin-left: 5px;
}

/* Type - Formulaire
  -> Étapes du form */
div.steps {
  position: absolute;
  top: 9rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
}

.step {
  height: 40px;
  width: 40px;
  margin: 0 6%;
  padding: 8px 0;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: white;
}

div.steps:before {
  content: "";
  width: 70%;
  height: 5px;
  background: #bbb;
  position: absolute;
  z-index: -10;
}

.step.active {
  background-color: #333;
}

.step.finish {
  background-color: #bbb;
}

.tab {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Type - Formulaire
  -> Boutons du form */
.btns {
  overflow: auto;
  margin-top: 2rem;
}

button {
  background-color: #DE5D45;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 600;
  float: right;
  width: auto;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
  float: left;
}

/* Type - Formulaire
  -> Datepicker */
#ui-datepicker-div {
  border-radius: 8px;
  width: 80%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

#ui-datepicker-div div.ui-datepicker-header {
  background: white;
  border: none;
}

.ui-datepicker tr td {
  padding: 0;
}

#ui-datepicker-div .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: white;
  border: none;
  text-align: center;
  padding: 0.5rem 0.5rem;
}

#ui-datepicker-div tr td a.ui-state-active, #ui-datepicker-div .ui-widget-content .ui-state-active {
  border: none;
  background: #DE5D45;
  font-weight: 700;
  border-radius: 8px;
}

#ui-datepicker-div .ui-state-default:hover {
  background: rgba(222, 93, 69, 0.3019607843);
  border-radius: 8px;
}

.ui-datepicker-other-month {
  background: #e0e0e0;
}

.ui-datepicker-next.ui-corner-all.ui-state-hover,
.ui-datepicker-prev.ui-corner-all.ui-state-hover {
  border: none;
  border-radius: 50px;
}

/* Type - Formulaire
  -> Messages validation du form */
.mail-ok.contact,
.mail-error.contact {
  margin-top: 0;
}

.mail-ok {
  background: #2ABD91;
  padding: 1rem;
  text-align: center;
  margin-top: 4rem;
}

.mail-error {
  background: #EB5757;
  padding: 1rem;
  text-align: center;
  margin-top: 4rem;
}

.mail-ok p,
.mail-error p {
  color: white;
  margin: 0;
}

/* Fin type - Formulaire */
/* Page - Contact */
.aspi-description.contact {
  margin-bottom: 0;
}

#contactForm {
  padding: 4rem 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#contactForm h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}

#contactForm button {
  float: none;
  margin-top: 3rem;
}

/* Fin page - Contact */
/* Page - Mentions légales */
section.mentions {
  padding: 4rem 5vw;
}

section.mentions h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 4rem;
  color: #333;
}

section.mentions p {
  font-size: 1rem;
}

section.mentions h2,
section.mentions h3,
section.mentions h4 {
  font-size: 1.5rem;
  width: auto;
  margin: 3rem 0 1rem;
  text-align: left;
}

/* Fin de page - Mentions légales */
/* Type - Cookie notice */
#cookie-notice {
  font-family: "Avenir";
  font-size: 1rem;
}

#cookie-notice span {
  color: white;
}

#cookie-notice a.cn-button {
  padding: 0.3rem 1rem;
  border-radius: 3px;
  text-decoration: none;
  color: white;
  font-weight: 700;
  margin-left: 1rem;
  transition: 0.3s ease;
}

#cookie-notice .cn-button.cn-set-cookie {
  background: #DE5D45;
}

#cookie-notice .cn-button.cn-more-info {
  background: #828282;
}

#cookie-notice .cn-button:hover {
  opacity: 0.5;
}

/* Fin type - Cookie notice */
/* Type - Chargement animation */
.loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  cursor: wait;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
}

.animation {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #1F77D1;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 1.2s ease infinite;
  /* Safari */
  animation: spin 1.2s ease infinite;
  cursor: wait;
  position: absolute;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Fin type - Chargement animation */
/* FOOTER */
footer {
  background: #2A3139;
  padding: 3rem 13vw;
}

footer div {
  display: flex;
  justify-content: space-around;
  position: relative;
  flex-direction: column;
}

footer ul {
  margin-bottom: 3rem;
}

footer ul li {
  color: white;
  font-weight: 700;
  line-height: 1.5rem;
  font-size: 0.8rem;
}

footer ul li a {
  font-weight: 400;
}

footer div::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #828282;
  position: absolute;
  bottom: 1.5rem;
}

footer p {
  color: #C7DDF3;
  text-align: center;
  font-size: 0.7rem;
  margin: 0;
}

/* Fin FOOTER */
/* LANDING PAGE */
div.landing-page {
  position: relative;
  padding: 0 30vw;
}

.landing-page h1 {
  color: #DE5D45;
  padding-top: 5rem;
}

.landing-page .nf-form-fields-required {
  padding: 1rem 1rem 1rem 0.5rem;
}

.landing-page .label-above .field-wrap {
  padding: 2rem 0rem 0rem;
}

.landing-page .nf-field-element p {
  margin: 0;
  color: #333;
  text-align: justify;
}

.slick-dots, .slick-arrow {
  display: none !important;
}

@media (min-width: 1000px) {
  /* textes */
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 2rem;
  }

  body {
    padding-top: 2rem;
  }

  p {
    font-size: 1.2rem;
  }

  form#regForm h2 {
    font-size: 2rem;
    margin-bottom: 12rem;
  }

  strong {
    font-size: 1.2rem;
  }

  form p {
    margin: 0 0 1rem 25px;
  }

  form h6 {
    margin: 2rem 0 1rem 25px;
  }

  .btn-basique {
    padding: 0.7rem 2rem;
    font-size: 1.1rem;
  }

  /* Fin textes */
  /* HEADER */
  header {
    padding: 0 13vw;
    flex-direction: row;
  }

  header a.logo {
    display: flex;
    align-self: center;
    padding: 1rem;
  }

  header ul.menu {
    width: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }

  header ul li {
    margin: 0 0 0 3rem;
  }

  header ul li a::after {
    content: "";
    width: 0;
    height: 3px;
    background: #DE5D45;
    position: absolute;
    bottom: 0;
    left: -1rem;
    transition: 0.3s ease;
  }

  header ul li a:hover::after {
    width: calc(100% + 2rem);
  }

  header .btn-gris {
    margin: auto 0;
  }

  header ul.menu, header a.btn-gris {
    position: relative;
    height: auto;
    top: inherit;
    left: inherit;
  }

  header label {
    display: none;
  }

  /* Fin HEADER */
  /* Page - Accueil */
  section {
    padding: 0 13vw 20vh;
  }

  section.accueil {
    min-height: 80vh;
  }

  .accueil form {
    margin-top: 3rem;
    display: block;
  }

  .accueil p {
    font-size: 1.5rem;
  }

  .aspiratrice {
    padding: 0 10vw 15vh;
  }

  .aspiratrice figure {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .aspiratrice figure figcaption {
    width: 60%;
  }

  .aspiratrice p {
    font-size: 1.1rem;
  }

  .aspiratrice ul {
    flex-direction: row;
  }

  .aspiratrice ul li {
    margin: 1rem 1.5vw 0;
  }

  .aspiratrice ul img {
    margin: 0;
  }

  .avantages p {
    font-size: 2rem;
  }

  .avantages div {
    flex-direction: row;
  }

  .avantages ul:nth-child(2) {
    margin-top: 0;
  }

  .avantages div ul li.item {
    font-size: 1.1rem;
    margin-left: 0;
  }

  .avantages div ul li a {
    width: inherit;
  }

  .avantages div ul li.item::before {
    font-size: 2.5rem;
    top: -1rem;
    left: -2.5rem;
  }

  .avantages img {
    width: 43vw;
  }

  li.avantages_video iframe {
    max-width: 22vw;
    max-height: 13vw;
    margin-bottom: 1rem;
  }

  .processus ul {
    flex-direction: row;
  }

  .processus ul li {
    margin: 0 2vw;
    width: 25%;
  }

  .processus ul .img {
    width: 7vw;
    height: 7vw;
  }

  .locatiers-entreprises {
    margin: 20vh 20vw;
    padding: 0;
  }

  .locatiers-entreprises h2 {
    font-size: 1.9rem;
  }

  .locatiers-entreprises h4 {
    line-height: 3rem;
  }

  .locatiers-entreprises a.more {
    position: absolute;
    right: 0;
    top: 2.5rem;
    font-size: 1.2rem;
    margin: 0;
  }

  .locatiers-entreprises p {
    width: 41vw;
  }

  .locatiers-entreprises figure {
    flex-direction: row;
  }

  .locatiers-entreprises:last-of-type figure {
    flex-direction: row-reverse;
  }

  .locatiers-entreprises img {
    width: 30vw;
    margin: 0 -3vw 0 3vw;
  }

  .locatiers-entreprises:last-of-type img {
    width: 50vw;
    margin: 0 3vw 0 -3vw;
  }

  /* Fin de page - Accueil */
  /* slick */
  .slick-arrow {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .slick-next svg {
    width: 0.7vw;
  }

  .slick-prev svg {
    width: 0.7vw;
  }

  .slick-next.slick-arrow {
    top: 195px;
    right: -60px;
  }

  .slick-prev.slick-arrow {
    top: 195px;
    left: -60px;
  }

  section.clients {
    margin: 0 10vw;
    padding: 0;
  }

  section.clients img {
    width: 15vw;
    height: 15vw;
  }

  /* Page - domaines d'intervention */
  .domaine_inter {
    padding: 2rem 5vw 4rem 5vw;
  }

  .domaine_inter ul li {
    margin: 1rem 1.5vw 0;
  }

  .domaine_inter ul {
    display: flex;
    flex-direction: row;
  }

  .domaine_inter div p {
    padding: 0 10rem 0 10rem;
  }

  .domaine_inter_container {
    flex-direction: row;
  }
  .domaine_inter_container article {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .domaine_inter_container article a {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .domaine_inter_container article a strong {
    padding: 1rem 0;
  }
  .domaine_inter_container article a h2 {
    margin: 1rem 0;
    font-size: 1.4rem;
  }

  /* fin Page - domaines d'intervention */
  /* Page - intervention */
  .intervention {
    flex-direction: row;
    padding: 4rem 5vw;
  }

  .intervention_agri {
    width: 33%;
  }

  /* fin Page - intervention */
  /* Page - Chercher une aspiratrice */
  section.section-entete {
    height: 52vh;
    padding: 5rem 20vw;
    text-align: center;
    margin-top: 2rem;
  }

  section.section-entete img {
    display: block;
    width: 5vw;
    position: absolute;
    bottom: 0;
    left: 10vw;
    margin: auto;
    top: 0;
  }

  section.section-entete img + img {
    left: inherit;
    right: 10vw;
  }

  /* Fin de page - Chercher une aspiratrice */
  /* Page - Mentions légales */
  section.mentions {
    padding: 8rem 20vw;
  }

  /* Fin de page - Mentions légales */
  /* Page - Comment ça marche ? */
  section.processus-steps {
    margin-top: 13vh;
  }

  div.processus-details {
    padding: 6vw 3vw 3vw 6vw;
  }

  .processus-steps h2 {
    font-size: 2rem;
  }

  .processus-details li.step-info {
    position: relative;
    margin: 0 0 7vw;
    padding-left: 13vw;
    width: 75%;
  }

  .processus-details li p,
.processus-details li strong {
    width: 90%;
  }

  .processus-details img {
    position: absolute;
    left: 0;
    width: 8vw;
    text-align: center;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 6vw;
    margin: 0;
  }

  .see-more {
    margin: 30px 0 0 -2rem;
  }

  .processus-details a {
    margin: 0 auto 2rem;
    display: block;
    width: 20vw;
    min-width: 400px;
  }

  .step-info-list li.step-info:nth-child(even) {
    align-self: flex-end;
  }

  .grille-abo p {
    font-size: 1rem;
    width: 70%;
  }

  ul.abo {
    flex-wrap: nowrap;
  }

  .abo li {
    margin: 0 2vw;
  }

  tr th {
    padding: 1rem 1rem;
  }

  tr td {
    padding: 0.5rem 2rem;
    font-size: 1rem;
  }

  tr td:nth-child(1) {
    max-width: 400px;
  }

  /* Fin page - Comment ça marche ? */
  /* Page - A propos */
  .aspi-qui {
    display: flex;
    flex-direction: row;
    padding: 0 13vw;
  }

  .aspi-qui h2 {
    font-size: 2rem;
  }

  .aspi-qui img {
    width: inherit;
    height: 45vh;
    margin: 0 5vw 0;
  }

  .aspi-avantages li {
    width: 20vw;
    margin: 0 2vw;
  }

  .aspi-matos {
    flex-direction: row;
  }

  .aspi-matos img {
    margin-left: 0;
    margin-top: 4vh;
  }

  .aspi-matos h2 {
    font-size: 2rem;
  }

  /* Fin page - A propos */
  /* Type - Formulaire */
  #regForm {
    padding: 3vw;
    width: 78vw;
  }

  input, textarea {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: "Avenir";
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    transition: 0.3s ease;
  }

  input::-moz-placeholder {
    font-family: "Avenir";
  }

  input:-ms-input-placeholder {
    font-family: "Avenir";
  }

  input::placeholder {
    font-family: "Avenir";
  }

  input:focus, textarea:focus {
    box-shadow: 0 0 3px #1F77D1;
    border: none;
  }

  form input:hover {
    border: 1px solid #e0e0e0;
    background: #F4F8FD;
  }

  div.radio-form input {
    display: none;
  }

  div.radio-form div {
    display: inline-block;
    width: auto;
    margin: 0;
  }

  .check-tag {
    width: 22vw;
  }

  .radio-tag {
    display: inline-block;
    border-radius: 100px;
    padding: 0.1rem 1rem;
    font-weight: 500;
    border: 2px solid #ddd1d1;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
    position: relative;
  }

  .radio-tag:hover {
    opacity: 0.6;
  }

  div.radio-form input:checked ~ label {
    background: #1F77D1;
    border-color: #1F77D1;
    color: white;
  }

  .champ {
    width: 22vw;
    margin: 2rem 1vw 1rem;
  }

  .champ.large {
    width: 46vw;
  }

  .champ.large-droite {
    margin-right: 25vw;
  }

  div.center-vertical {
    margin-right: auto;
    margin-left: auto;
  }

  .champ p {
    margin: 0;
  }

  .champ-reduit {
    width: 16vw;
  }

  #contact-chantier {
    display: none;
  }

  .contact-chant {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .radio-form-coche.aspi {
    margin: 2rem 0 0 8vw;
  }

  .radio-form-coche.equi {
    margin: 2rem 8vw 0 0;
  }

  .hide {
    width: 22vw;
    display: inline-block;
    padding: 0.5rem 0 0.5rem 2rem;
    margin: 1.5rem 1vw 0;
    position: relative;
    cursor: pointer;
  }

  .hide::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #bdbdbd;
    position: absolute;
    left: 3px;
    border-radius: 3px;
    margin: 3px 0 0;
    line-height: 1rem;
  }

  #contact-chantier:checked ~ div.contact-chant {
    display: none;
  }

  #contact-chantier:checked ~ .hide::before {
    content: "✓";
    background: #1F77D1;
    border-color: #1F77D1;
    color: white;
    text-align: center;
  }

  .recap-list {
    max-width: 25vw;
  }

  .btns {
    margin-top: 6rem;
  }

  button {
    width: 20vw;
    min-width: 300px;
  }

  /* Type - Formulaire
  -> Étapes du fom */
  .step {
    margin: 0 8%;
  }

  div.steps {
    justify-content: center;
  }

  div.steps:before {
    content: "";
    width: 70%;
    height: 5px;
    background: #bbb;
    position: absolute;
    z-index: -10;
  }

  .step.active {
    background-color: #333;
  }

  .step.finish {
    background-color: #bbb;
  }

  .tab.recap {
    padding: 0 10vw;
  }

  /* Type - Formulaire
  -> Datepicker */
  #ui-datepicker-div {
    width: 18vw;
    min-width: 300px;
  }

  /* Fin type - Formulaire */
  /* Page - Contact */
  .aspi-description.contact {
    margin-bottom: 0;
  }

  #contactForm {
    padding: 4rem 20vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #contactForm h2 {
    font-size: 2rem;
  }

  #contactForm button {
    float: none;
    margin-top: 3rem;
  }

  /* Fin page - Contact */
  /* FOOTER */
  footer {
    padding: 3rem 8vw;
  }

  footer div {
    display: flex;
    justify-content: space-around;
    position: relative;
    padding-bottom: 3rem;
    flex-direction: row;
  }

  footer ul {
    margin-bottom: 0;
  }

  /* Fin FOOTER */
}
@media (max-height: 770px) and (min-width: 1000px) {
  /* version tablette */
  /* global */
  button {
    width: auto;
  }

  section {
    padding: 4rem 5vw;
    position: relative;
  }

  h1 {
    margin-top: 6rem;
  }

  /* header */
  header {
    padding: 0 5vw;
  }

  /* accueil */
  .accueil .champ.large {
    width: 40vw;
  }

  .accueil .champ {
    width: 20vw;
  }

  .locatiers, .entreprisestp {
    margin: 0;
    padding: 4rem 5vw;
  }

  .locatiers a.more, .entreprisestp a.more {
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 1rem;
    margin: 0 0 2rem 0;
  }

  /* contact */
  #contactForm button {
    width: 100%;
  }

  ul.abo table {
    width: 100%;
  }
}
@media (min-height: 1000px) and (max-width: 770px) {
  /* version tablette paysage */
  /* header */
  header ul li a {
    font-size: 1.5rem;
  }

  /* accueil */
  .aspiratrice img.aspi-illu {
    height: 20vh;
  }

  .aspiratrice ul li {
    width: calc(33.3333333333% - 2vw);
    margin: 1rem 1vw 2rem;
  }

  .processus ul {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .processus ul li {
    width: calc(50% - 4vw);
    margin: 0 2vw;
  }

  .processus ul .img {
    width: 20vw;
    height: 20vw;
  }

  .locatiers figure {
    flex-direction: column-reverse;
  }

  .locatiers img, .entreprisestp img {
    width: 50%;
    margin: 0 0 2rem 0;
  }

  /* contact */
  #contactForm {
    padding: 4rem 0;
    margin: 0 auto;
    width: 78vw;
  }

  #contactForm button {
    width: 46vw;
  }

  /* comment ça marche */
  .processus-details img {
    top: 3vw;
  }

  .processus-details a {
    width: 50vw;
  }

  ul.abo {
    justify-content: center;
  }
}
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}

#breadcrumbs * {
  font-size: 1rem;
  color: grey;
}
#breadcrumbs span {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
#breadcrumbs span.breadcrumb_last * {
  color: #DE5D45;
}

header {
  flex-direction: column;
  padding: 0;
  align-items: end;
}
@media screen and (max-width: 480px) {
  header img {
    height: 4rem !important;
    width: auto !important;
  }
}
header #header-top {
  width: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 480px) {
  header #header-top {
    position: relative;
    left: 0;
    top: 0;
    height: 30px;
  }
  header #header-top ul {
    top: auto;
    display: flex;
    flex-wrap: wrap;
  }
}
header #header-top #menu-top-menu {
  width: 100%;
  height: 30px;
}
header #header-top #menu-top-menu li {
  display: flex;
  border-left: 1px solid lightgrey;
  padding: 0 3rem;
  height: 30px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  header #header-top #menu-top-menu li:first-child {
    border-left: none;
  }
}
header #header-top #menu-top-menu li a {
  padding: 0;
  color: grey;
}
header #header-content {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
header #header-content-menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  header #header-content-menu #menu-main-menu {
    top: 100%;
    position: relative;
  }
}
header #header-content-menu li {
  margin: 0 0 0 2rem;
}
@media screen and (max-width: 480px) {
  header #header-content-menu li {
    margin: 0;
  }
}
header #header-content-menu li.menu-item-has-children .sub-menu {
  top: 60px;
  left: 10px;
  display: none;
  width: 300px;
  background: white;
  height: auto;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  header #header-content-menu li.menu-item-has-children .sub-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
}
header #header-content-menu li.menu-item-has-children .sub-menu li {
  margin: 0;
}
header #header-content-menu li.menu-item-has-children .sub-menu li a {
  padding: 1rem 0;
}
header #header-content-menu li.menu-item-has-children .sub-menu li a:after {
  display: none;
}
header #header-content-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header #header-content-menu .btn-mini {
  margin: 0 0 0 2rem;
  font-size: 1rem;
  padding: 0.7rem 1rem;
}
header #header-content-menu .btn-light {
  background: white;
  border: 2px solid #DE5D45;
  color: #DE5D45;
}
@media screen and (max-width: 480px) {
  header #header-content #push-button {
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #E0E0E0;
    padding: 0.5rem;
  }
  header #header-content #push-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.5rem;
    width: 50%;
    height: 50px;
  }
}
header.scroll #header-top {
  height: 0;
  top: -100px;
  transition: all 0.3s ease;
}

.intervention .wp-block-columns {
  gap: 5rem;
}
.intervention .wp-block-columns .wp-block-column {
  border: 1px dotted;
  border-color: #DE5D45;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-width: 350px;
}
.intervention .wp-block-columns .wp-block-column h2 {
  margin: 1rem 0;
  text-align: center;
}

.page-aspi * {
  text-align: left;
}
.page-aspi .titre_intervention {
  align-items: flex-start;
}
.page-aspi h1, .page-aspi h2 {
  color: #DE5D45;
}
.page-aspi h1 {
  margin-top: 3rem;
}
.page-aspi h2 {
  max-width: 50%;
}
@media screen and (max-width: 480px) {
  .page-aspi h2 {
    max-width: none;
  }
}
.page-aspi ul {
  list-style-type: disc;
  text-align: left;
}
.page-aspi ul li {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.page-aspi .wp-container-9 .wp-block-column {
  background: lightgrey;
  border-radius: 10px;
  padding: 4rem;
}
.page-aspi .wp-block-column {
  position: relative;
}
.page-aspi .grey-parent .wp-block-column {
  background: lightgrey;
  border-radius: 10px;
  padding: 4rem;
}
.page-aspi .grey-parent .wp-block-column figure {
  margin-bottom: 1rem;
}
.page-aspi .grey-parent:last-child .wp-block-column:last-child {
  background: none;
}
.page-aspi .fix {
  position: absolute;
  width: 200px;
}
@media screen and (max-width: 480px) {
  .page-aspi .fix {
    position: relative;
    width: auto;
  }
}
.page-aspi .fix-one {
  left: 50px;
  top: 90px;
}
.page-aspi .fix-two {
  right: 0;
  top: 90px;
}
.page-aspi .fix-third {
  right: 0;
  bottom: 0;
}

.wp-block-quote {
  position: relative;
}
.wp-block-quote:before {
  display: inline-block;
  position: absolute;
  left: -3rem;
  top: -1rem;
  content: "❝";
  color: grey;
  font-size: 4rem;
}
.wp-block-quote:after {
  display: inline-block;
  position: absolute;
  right: -3rem;
  bottom: 1rem;
  content: "❞";
  color: grey;
  font-size: 4rem;
}

/*# sourceMappingURL=main.css.map*/