/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "FA/all.css";
@import "Barlow.css";
@import "BarlowCondensed.css";
@import "BarlowSemiCondensed.css";
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  font-weight: normal;
}

.debug {
  display: none;
}

.zone_wrap {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1020px) {
  .zone_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

html {
  font: 18px/1.5 BarlowSemiCondensedRegular;
}

body {
  accent-color: #82e6fa;
}

main {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  font: 18px/1.5 BarlowSemiCondensedRegular;
}
p strong {
  font: 18px/1.5 BarlowSemiBold;
}

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

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-position: inside;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  position: fixed;
  width: 100%;
  transition: all 0.3s ease-out;
  z-index: 999;
}
header.mode1 {
  background: transparent;
  border-bottom: none;
}
header.mode2 {
  background: white;
  border-bottom: solid 1px #467882;
}
header .navigation_top {
  display: flex;
}
header .navigation_top ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
header .navigation_top ul li.prestations {
  position: relative;
}
header .navigation_top ul li.prestations .prestations {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: max-content;
  background: #467882;
  padding: 0;
}
header .navigation_top ul li.prestations .prestations li {
  list-style: none;
  display: flex;
  border-bottom: solid 1px #46bedc;
  width: 100%;
  margin-left: 0;
  padding: 0;
}
header .navigation_top ul li.prestations .prestations li i {
  display: none;
}
header .navigation_top ul li.prestations .prestations li a {
  font: 20px/25px BarlowSemiCondensedRegular;
  color: white;
  text-align: left;
  min-height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 10px;
}
header .navigation_top ul li.prestations .prestations li:last-child {
  border-bottom: none;
}
header .navigation_top ul li.prestations .prestations:before {
  top: -70px;
  left: 0;
  height: 70px;
  width: 140px;
  content: "";
  position: absolute;
}
header .navigation_top ul li.prestations:hover .prestations {
  display: block;
}
header .navigation_top ul.mode1 {
  height: 70px;
}
header .navigation_top ul.mode1 li {
  transition: all 0.3s ease-out;
  margin: 0 15px;
}
header .navigation_top ul.mode1 li a {
  font: 20px/1.5 BarlowSemiCondensedRegular;
}
header .navigation_top ul.mode1 li a.mode1 {
  color: #82e6fa;
  height: 70px;
}
header .navigation_top ul.mode1 li a.mode1 img {
  width: 200px;
  height: 50px;
}
header .navigation_top ul.mode1 li.logo1 {
  transition: all 0.3s ease-out;
  margin: 0 auto 0 0;
  position: relative;
}
header .navigation_top ul.mode1 li.logo1 a {
  height: 70px;
  background: white;
  display: flex;
  align-items: center;
}
header .navigation_top ul.mode1 li.logo1::before {
  position: absolute;
  top: 0;
  left: -500px;
  content: "";
  width: 500px;
  height: 70px;
  background: white;
}
header .navigation_top ul.mode1 li.logo1::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  width: 120px;
  height: 70px;
  background: transparent url("../img/courbe-70_haut.svg") 0 0 no-repeat;
}
header .navigation_top ul.mode1 li.logo2 {
  display: none;
  margin: 0 auto 0 0;
  position: relative;
}
header .navigation_top ul.mode1 li.logo2 a {
  height: 50px;
  background: white;
  display: flex;
  align-items: center;
}
header .navigation_top ul.mode1 li li.prestations .prestations {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: max-content;
  background: #467882;
  padding: 0;
}
header .navigation_top ul.mode1 li li.prestations .prestations li {
  list-style: none;
  display: flex;
  border-bottom: solid 1px #46bedc;
  width: 100%;
  margin-left: 0;
  padding: 0;
}
header .navigation_top ul.mode1 li li.prestations .prestations li i {
  display: none;
}
header .navigation_top ul.mode1 li li.prestations .prestations li a {
  font: 20px/25px BarlowSemiCondensedRegular;
  color: white;
  text-align: left;
  min-height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 10px;
}
header .navigation_top ul.mode1 li li.prestations .prestations li:last-child {
  border-bottom: none;
}
header .navigation_top ul.mode1 li li.prestations .prestations:before {
  top: -70px;
  left: 0;
  height: 70px;
  width: 140px;
  content: "";
  position: absolute;
}
header .navigation_top ul.mode1 li li.prestations:hover .prestations {
  display: block;
}
header .navigation_top ul.mode1 li.reseaux a {
  color: #46bedc;
}
header .navigation_top ul.mode1 .mode1 {
  width: 200px;
  height: 50px;
}
header .navigation_top ul.mode1 .mode2 {
  display: none;
  width: 50px;
  height: 50px;
}
header .navigation_top ul.mode2 {
  height: 50px;
}
header .navigation_top ul.mode2 li {
  margin: 0 15px;
}
header .navigation_top ul.mode2 li a {
  font: 20px/1.5 BarlowSemiCondensedRegular;
  color: #467882;
  width: 50px;
  height: 50px;
}
header .navigation_top ul.mode2 li.prestations .prestations {
  top: 40px;
}
header .navigation_top ul.mode2 li.logo2 {
  margin: 0 auto 0 0;
  position: relative;
}
header .navigation_top ul.mode2 li.logo2 a {
  height: 50px;
  background: white;
  display: flex;
  align-items: center;
}
header .navigation_top ul.mode2 li.reseaux a {
  color: #46bedc;
}
header .navigation_top ul.mode2 .mode2 {
  width: 50px;
  height: 50px;
}
header li.prestations {
  cursor: pointer;
}
header .btn_menu {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
header .btn_menu span {
  display: none;
}
header .btn_menu i {
  font-size: 30px;
  color: #46bedc;
}
header .btn_menu.active {
  display: block;
}
@media (max-width: 990px) {
  header .navigation_top ul li.reseaux {
    display: none;
  }
}
@media (max-width: 940px) {
  header .navigation_top ul.mode1 li {
    margin: 0 7px;
  }
  header .navigation_top ul.mode1 li.logo1 {
    left: -40px;
  }
  header .navigation_top ul.mode1 li.logo1 a img {
    position: relative;
    left: 30px;
    z-index: 1000;
  }
}
@media (max-width: 840px) {
  header .navigation_top ul li.page {
    display: none;
  }
  header .btn_menu {
    display: block;
  }
}

.zone_titre {
  background: #467882 center top no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 345px;
  text-align: center;
  position: relative;
}
.zone_titre h1 {
  font: 80px/1 BarlowCondensedThin;
  font-size: calc(40px + 40 * (100vw - 400px) / 600);
  letter-spacing: 0.05em;
  color: white;
}
@media (max-width: 400px) {
  .zone_titre h1 {
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  .zone_titre h1 {
    font-size: 80px;
  }
}

.top {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px;
}
.top .zone_wrap {
  height: 70px;
  background: transparent url("../img/courbe-70_bas.svg") right bottom no-repeat;
  position: relative;
}
.top .zone_wrap:after {
  position: absolute;
  content: "";
  left: 100%;
  width: 500px;
  height: 100%;
  top: 0;
  background-color: white;
}

.menu_mobile {
  display: none;
  background: #234146;
  position: absolute;
  z-index: 900;
  top: 0;
  padding-top: 100px;
  padding-bottom: 20px;
}
.menu_mobile ul {
  max-width: 400px;
  margin: auto;
}
.menu_mobile ul li.page {
  list-style: none;
}
.menu_mobile ul li.page a {
  font: 25px/50px BarlowSemiCondensedRegular;
  color: white;
  text-align: left;
  min-height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
.menu_mobile ul li.page .prestations {
  background: #467882;
}
.menu_mobile ul li.page .prestations li {
  list-style: none;
}
.menu_mobile ul li.page .prestations li i {
  display: none;
}
.menu_mobile ul li.page .prestations li a {
  font: 20px/25px BarlowSemiCondensedRegular;
  color: white;
  text-align: left;
  min-height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px #46bedc;
  padding: 6px 20px 10px;
}
.menu_mobile ul li.page .prestations li:last-child a {
  border-bottom: none;
}
.menu_mobile.active {
  display: block;
}
.menu_mobile.scroll {
  padding-top: 80px;
}

#page_accueil .zone_titre {
  background-color: #467882;
}
#page_accueil .zone_titre .zone_prestations {
  padding-top: calc(100px + 50 * (100vw - 400px) / 600);
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 60px;
}
@media (min-width: 1000px) {
  #page_accueil .zone_titre .zone_prestations {
    padding-top: 150px;
  }
}
#page_accueil .zone_titre .prestations {
  color: white;
  text-align: left;
  padding-top: calc(40px + 50 * (100vw - 400px) / 600);
  padding-bottom: calc(40px + 80 * (100vw - 400px) / 600);
  max-width: 660px;
}
@media (min-width: 1000px) {
  #page_accueil .zone_titre .prestations {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
#page_accueil .zone_titre .prestations h2 {
  font: 80px/1 BarlowCondensedThin;
  font-size: calc(40px + 40 * (100vw - 400px) / 600);
  letter-spacing: 0.05em;
}
#page_accueil .zone_titre .prestations .activites {
  font: 18px/25px BarlowSemiCondensedRegular;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#page_accueil .zone_titre .prestations ul {
  padding-left: 20px;
}
#page_accueil .zone_titre .prestations ul li {
  list-style: none outside;
  position: relative;
}
#page_accueil .zone_titre .prestations ul li i {
  color: #82e6fa;
  margin-right: 5px;
  position: absolute;
  left: -20px;
  top: 5px;
}
#page_accueil .zone_titre .prestations ul li a {
  font: 18px/30px BarlowSemiCondensedSemiBold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: white;
}
#page_accueil .zone_titre .prestations a {
  font: 20px/30px BarlowSemiCondensedSemiBold;
  color: #82e6fa;
  white-space: nowrap;
}
#page_accueil .zone_titre .prestations a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
#page_accueil .zone_societe {
  color: white;
  text-align: left;
  max-width: 660px;
  min-height: auto;
  margin: 0 auto;
}
#page_accueil .zone_societe h2 {
  font: 80px/1 BarlowCondensedThin;
  font-size: calc(40px + 40 * (100vw - 400px) / 600);
  letter-spacing: 0.05em;
}
#page_accueil .zone_societe p {
  font: 20px/30px BarlowSemiCondensedRegular;
}
#page_accueil .zone_societe p strong {
  font: 20px/30px BarlowSemiCondensedSemiBold;
}
#page_accueil .zone_societe p a {
  font: 20px/30px BarlowSemiCondensedSemiBold;
  color: #82e6fa;
  white-space: nowrap;
}
#page_accueil .zone_societe p a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
#page_accueil .zone_actualites {
  position: relative;
  padding-top: calc(50px + 50 * (100vw - 400px) / 600);
  padding-bottom: calc(50px + 50 * (100vw - 400px) / 600);
}
@media (min-width: 1000px) {
  #page_accueil .zone_actualites {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#page_accueil .zone_actualites .zone_wrap h2 {
  text-align: center;
  font: 80px/80px BarlowCondensedThin;
  font-size: calc(40px + 40 * (100vw - 400px) / 600);
  letter-spacing: 0.05em;
  color: #467882;
  margin: 0 auto calc(50px + 50 * (100vw - 400px) / 600);
}
#page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 90px;
}
#page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil .gauche .date {
  margin-top: 0;
  font: 20px/30px BarlowSemiCondensedSemiBold;
  color: #467882;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
}
#page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil .gauche .titre {
  font: 30px/40px BarlowSemiCondensedBold;
  font-size: calc(25px + 5 * (100vw - 400px) / 600);
  line-height: calc(30px + 10 * (100vw - 400px) / 600);
  text-transform: uppercase;
  text-align: left;
  color: #3c3c3c;
  margin: 0 0 20px;
}
@media (max-width: 400px) {
  #page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil .gauche .titre {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1000px) {
  #page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil .gauche .titre {
    font-size: 30px;
    line-height: 40px;
  }
}
#page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil .gauche .chapo {
  font: 18px/25px BarlowSemiCondensedRegular;
  text-align: justify;
}
#page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil .gauche .btn_suite {
  display: block;
  border: none;
  background: transparent;
  font: 20px/30px BarlowSemiCondensedSemiBold;
  color: #467882;
  margin: 40px 0;
  text-align: left;
}
@media (max-width: 768px) {
  #page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil .gauche .btn_suite {
    margin: 20px 0;
  }
}
#page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil .droite img {
  border: solid 1px #467882;
}
@media (max-width: 768px) {
  #page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil {
    display: block;
    margin-bottom: 50px;
  }
  #page_accueil .zone_actualites .zone_wrap .chk_actualite_accueil .droite {
    text-align: center;
  }
}
#page_accueil .zone_actualites .zone_wrap .zone_texte {
  margin-top: 100px;
}
#page_accueil .zone_actualites .zone_wrap .zone_texte h2 {
  font: 18px/25px BarlowSemiCondensedBold;
}
#page_accueil .zone_actualites .zone_wrap .zone_texte p {
  font: 18px/25px BarlowSemiCondensedRegular;
  text-align: justify;
}
#page_accueil .zone_actualites .zone_wrap .btn_toutes {
  display: block;
  width: 320px;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
  font: 20px/30px BarlowSemiCondensedSemiBold;
  text-align: center;
  color: #467882;
  margin: 0 auto;
}
#page_accueil .zone_clients {
  background: #e6ebeb;
  min-height: auto;
  padding-top: calc(50px + 50 * (100vw - 400px) / 600);
  padding-bottom: calc(40px + 40 * (100vw - 400px) / 600);
  text-align: center;
}
@media (min-width: 1000px) {
  #page_accueil .zone_clients {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
#page_accueil .zone_clients h2 {
  text-align: center;
  font: 80px/80px BarlowCondensedThin;
  font-size: calc(40px + 40 * (100vw - 400px) / 600);
  letter-spacing: 0.05em;
  color: #467882;
  margin: 0 auto calc(40px + 60 * (100vw - 400px) / 600);
}
@media (max-width: 400px) {
  #page_accueil .zone_clients h2 {
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  #page_accueil .zone_clients h2 {
    font-size: 80px;
  }
}
#page_accueil .zone_clients .chk_client_accueil {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: calc(40px + 60 * (100vw - 400px) / 600);
  padding-bottom: calc(40px + 40 * (100vw - 400px) / 600);
}
#page_accueil .zone_clients .chk_client_accueil .gauche .logo img {
  width: 300px;
  height: 200px;
  border: solid 1px #467882;
}
#page_accueil .zone_clients .chk_client_accueil .gauche .infos {
  width: 300px;
  border-top: solid 1px #467882;
  text-align: right;
  margin-top: 20px;
}
#page_accueil .zone_clients .chk_client_accueil .gauche .raison {
  font: 20px/30px BarlowSemiCondensedRegular;
  color: #467882;
  margin: 0;
  border-bottom: solid 1px #467882;
}
#page_accueil .zone_clients .chk_client_accueil .gauche .raison span {
  font: 20px/30px BarlowSemiCondensedSemiBold;
  color: #3c3c3c;
}
#page_accueil .zone_clients .chk_client_accueil .droite {
  flex: 0 1 auto;
  max-width: 595px;
}
#page_accueil .zone_clients .chk_client_accueil .droite .chapo {
  display: flex;
  align-items: flex-start;
}
#page_accueil .zone_clients .chk_client_accueil .droite .chapo img {
  width: 180px;
  height: 160px;
  margin-bottom: -60px;
}
#page_accueil .zone_clients .chk_client_accueil .droite .chapo p {
  margin: 0;
  font: 30px/40px BarlowSemiCondensedBold;
  text-transform: uppercase;
  text-align: left;
  color: #3c3c3c;
}
#page_accueil .zone_clients .chk_client_accueil .droite .intro {
  margin: 30px 0 30px;
}
#page_accueil .zone_clients .chk_client_accueil .droite .intro p {
  margin: 0;
  font: 18px/25px BarlowSemiCondensedRegular;
  color: #3c3c3c;
  text-align: justify;
}
#page_accueil .zone_clients .chk_client_accueil .droite .texte p {
  margin: 0;
  font: 18px/25px BarlowSemiCondensedRegular;
  color: #3c3c3c;
  text-align: justify;
}
@media (max-width: 800px) {
  #page_accueil .zone_clients .chk_client_accueil {
    display: block;
    text-align: center;
  }
  #page_accueil .zone_clients .chk_client_accueil .gauche {
    text-align: center;
  }
  #page_accueil .zone_clients .chk_client_accueil .gauche .infos {
    margin: 30px auto;
  }
  #page_accueil .zone_clients .chk_client_accueil .droite {
    margin: 30px auto;
  }
  #page_accueil .zone_clients .chk_client_accueil .droite .chapo img {
    width: calc(100px + 80 * (100vw - 400px) / 600);
    object-position: 0 -20px;
  }
}
#page_accueil .zone_clients .btn_autres_clients {
  display: block;
  width: 320px;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
  font: 20px/30px BarlowSemiCondensedSemiBold;
  text-align: center;
  color: #467882;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page_accueil .zone_prestations .logo {
    display: none;
  }
}

.bandeau_ecosave {
  width: 100%;
  background: #467882;
}
.bandeau_ecosave .zone_wrap {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.bandeau_ecosave .zone_wrap .logo {
  width: 200px;
  padding-top: 3px;
}
.bandeau_ecosave .zone_wrap .logo img {
  width: 200px;
  height: 50px;
  max-width: none;
}
.bandeau_ecosave .zone_wrap span {
  font: 15px/1.25 BarlowSemiCondensedBold;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 1000px) {
  .bandeau_ecosave .zone_wrap {
    justify-content: center;
    gap: 15px;
  }
  .bandeau_ecosave .zone_wrap .logo {
    width: 50px;
  }
  .bandeau_ecosave .zone_wrap .logo img {
    width: 50px;
    height: 50px;
    max-width: none;
    object-position: left;
    object-fit: cover;
  }
}

#page_societe .zone_titre .societe {
  padding-top: calc(100px + 50 * (100vw - 400px) / 600);
}
@media (min-width: 1000px) {
  #page_societe .zone_titre .societe {
    padding-top: 150px;
  }
}
#page_societe .zone_titre .intro {
  width: 660px;
  max-width: 100%;
  margin: 30px auto 100px;
}
#page_societe .zone_titre .intro p {
  font: 20px/1.5 BarlowSemiCondensedRegular;
  color: white;
  text-align: justify;
}
@media (max-width: 480px) {
  #page_societe .zone_titre .intro p {
    text-align: left;
  }
}
#page_societe .zone_titre .intro p strong {
  font: 20px/1.5 BarlowSemiCondensedSemiBold;
}
#page_societe .zone_equipe {
  position: relative;
  padding-bottom: calc(50px + 50 * (100vw - 400px) / 600);
}
#page_societe .zone_equipe h2 {
  text-align: center;
  font: 80px/80px BarlowCondensedThin;
  font-size: calc(60px + 20 * (100vw - 400px) / 600);
  letter-spacing: 0.05em;
  color: #467882;
  margin: 0 auto;
  padding-top: calc(50px + 50 * (100vw - 400px) / 600);
  padding-bottom: calc(50px + 50 * (100vw - 400px) / 600);
}
@media (max-width: 400px) {
  #page_societe .zone_equipe h2 {
    font-size: 60px;
  }
}
@media (min-width: 1000px) {
  #page_societe .zone_equipe h2 {
    font-size: 80px;
  }
}
#page_societe .zone_equipe .equipe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
#page_societe .zone_equipe .equipe .chk_un_membre .intro {
  display: flex;
  align-items: center;
}
#page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .nom {
  font: 30px/1 BarlowSemiCondensedSemiBold;
  text-transform: uppercase;
  color: #467882;
  margin: 0;
}
#page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .prenom {
  font: 30px/1 BarlowSemiCondensedSemiBold;
  text-transform: uppercase;
  color: #467882;
  margin: 0;
}
#page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .reseaux {
  list-style: none;
  display: flex;
  padding-top: 10px;
}
#page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .reseaux li a {
  color: #46bedc;
  font-size: 25px;
}
#page_societe .zone_equipe .equipe .chk_un_membre .texte p {
  font: 18px/25px BarlowSemiCondensedRegular;
  color: #3c3c3c;
}
#page_societe .zone_equipe .equipe .chk_un_membre .texte p strong {
  font: 18px/25px BarlowSemiCondensedBold;
}
#page_societe .zone_equipe .equipe .chk_un_membre .texte ul {
  margin: -20px 0 0;
}
#page_societe .zone_equipe .equipe .chk_un_membre .texte .mobile {
  display: none;
}
#page_societe .zone_equipe .equipe .chk_un_membre .btn_plus {
  display: none;
}
@media (max-width: 780px) {
  #page_societe .zone_equipe .equipe .chk_un_membre .intro {
    display: block;
    text-align: center;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre .intro .photo {
    margin-bottom: 10px;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .nom {
    font: 30px/1 BarlowSemiCondensedSemiBold;
    font-size: calc(18px + 12 * (100vw - 400px) / 600);
  }
}
@media (max-width: 780px) and (max-width: 400px) {
  #page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .nom {
    font-size: 18px;
  }
}
@media (max-width: 780px) and (min-width: 1000px) {
  #page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .nom {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  #page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .prenom {
    font: 30px/1 BarlowSemiCondensedSemiBold;
    font-size: calc(18px + 12 * (100vw - 400px) / 600);
  }
}
@media (max-width: 780px) and (max-width: 400px) {
  #page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .prenom {
    font-size: 18px;
  }
}
@media (max-width: 780px) and (min-width: 1000px) {
  #page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .prenom {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  #page_societe .zone_equipe .equipe .chk_un_membre .intro .identite .reseaux {
    display: none;
  }
}
@media (max-width: 780px) {
  #page_societe .zone_equipe .equipe .chk_un_membre .texte {
    display: none;
  }
}
@media (max-width: 780px) {
  #page_societe .zone_equipe .equipe .chk_un_membre .btn_plus {
    display: block;
    text-align: center;
    background: transparent;
    border: none;
    color: #46bedc;
    margin: 10px auto 0;
    cursor: pointer;
    position: relative;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre .btn_plus i {
    font-size: 30px;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre .btn_plus:after {
    width: 120px;
    height: 260px;
    position: absolute;
    left: -30px;
    top: -260px;
    content: "";
  }
}
@media (max-width: 780px) {
  #page_societe .zone_equipe .equipe .chk_un_membre.off {
    opacity: 0.3;
  }
}
@media (max-width: 780px) {
  #page_societe .zone_equipe .equipe .chk_un_membre.active .texte {
    display: block;
    background: #e6ebeb;
    position: absolute;
    z-index: 100;
    margin-top: -50px;
    left: 0;
    padding: 20px;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre.active .texte .identite {
    display: flex;
    justify-content: space-between;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre.active .texte .identite .nom {
    font: 30px/1 BarlowSemiCondensedSemiBold;
    text-transform: uppercase;
    color: #467882;
    margin: 0;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre.active .texte .identite .prenom {
    font: 30px/1 BarlowSemiCondensedSemiBold;
    text-transform: uppercase;
    color: #467882;
    margin: 0;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre.active .texte .identite .reseaux {
    list-style: none;
    display: flex;
    padding-top: 20px;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre.active .texte .identite .reseaux li a {
    color: #46bedc;
    font-size: 25px;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre.active .texte .btn_moins {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    text-align: center;
    background: transparent;
    border: none;
    color: #46bedc;
    margin: 10px auto 0;
    cursor: pointer;
  }
  #page_societe .zone_equipe .equipe .chk_un_membre.active .texte .btn_moins i {
    font-size: 30px;
  }
}

#page_prestations .zone_titre .prestations,
#page_une_prestation .zone_titre .prestations {
  padding-top: calc(100px + 50 * (100vw - 400px) / 600);
  padding-bottom: 80px;
}
@media (min-width: 1000px) {
  #page_prestations .zone_titre .prestations,
#page_une_prestation .zone_titre .prestations {
    padding-top: 150px;
  }
}
#page_prestations .zone_titre .intro,
#page_une_prestation .zone_titre .intro {
  width: 660px;
  max-width: 100%;
  margin: 30px auto 0;
}
#page_prestations .zone_titre .intro p,
#page_une_prestation .zone_titre .intro p {
  font: 20px/1.5 BarlowSemiCondensedRegular;
  color: white;
  text-align: justify;
}
@media (max-width: 510px) {
  #page_prestations .zone_titre .intro p,
#page_une_prestation .zone_titre .intro p {
    text-align: left;
  }
}
#page_prestations .zone_titre .intro p strong,
#page_une_prestation .zone_titre .intro p strong {
  font: 20px/1.5 BarlowSemiCondensedSemiBold;
}
#page_prestations .zone_titre .intro p a,
#page_une_prestation .zone_titre .intro p a {
  display: none;
}
#page_prestations .chk_une_prestation,
#page_une_prestation .chk_une_prestation {
  position: relative;
  padding-top: calc(40px + 60 * (100vw - 400px) / 600);
  padding-bottom: calc(40px + 60 * (100vw - 400px) / 600);
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
}
@media (max-width: 400px) {
  #page_prestations .chk_une_prestation,
#page_une_prestation .chk_une_prestation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  #page_prestations .chk_une_prestation,
#page_une_prestation .chk_une_prestation {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#page_prestations .chk_une_prestation .gauche,
#page_une_prestation .chk_une_prestation .gauche {
  text-align: center;
}
#page_prestations .chk_une_prestation .gauche img,
#page_une_prestation .chk_une_prestation .gauche img {
  width: 300px;
  height: 300px;
}
#page_prestations .chk_une_prestation .gauche h2,
#page_une_prestation .chk_une_prestation .gauche h2 {
  font: 30px/1 BarlowSemiCondensedBold;
  text-transform: uppercase;
  color: #467882;
  margin-top: 20px;
}
#page_prestations .chk_une_prestation .droite,
#page_une_prestation .chk_une_prestation .droite {
  max-width: 660px;
}
#page_prestations .chk_une_prestation .droite p,
#page_une_prestation .chk_une_prestation .droite p {
  font: 18px/25px BarlowSemiCondensedRegular;
  text-align: justify;
  color: #3c3c3c;
  margin: 0 0 20px;
}
#page_prestations .chk_une_prestation .droite p strong,
#page_une_prestation .chk_une_prestation .droite p strong {
  font: 18px/25px BarlowSemiCondensedBold;
}
@media (max-width: 460px) {
  #page_prestations .chk_une_prestation .droite p,
#page_une_prestation .chk_une_prestation .droite p {
    text-align: left;
  }
}
@media (max-width: 760px) {
  #page_prestations .chk_une_prestation,
#page_une_prestation .chk_une_prestation {
    grid-template-columns: 1fr;
  }
}
#page_prestations .btn_prestation_precedente,
#page_une_prestation .btn_prestation_precedente {
  width: 100%;
  min-height: 40px;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 21px;
  line-height: 1.15;
  position: relative;
  padding: 5px 0;
}
#page_prestations .btn_prestation_precedente:after,
#page_une_prestation .btn_prestation_precedente:after {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 23px;
  content: "";
  background: transparent url("../img/patern_eco.png") repeat-x;
}
#page_prestations .btn_prestation_precedente span,
#page_une_prestation .btn_prestation_precedente span {
  text-transform: uppercase;
  margin-right: 6px;
}
#page_prestations .btn_prestation_precedente span i,
#page_une_prestation .btn_prestation_precedente span i {
  margin-right: 6px;
}
#page_prestations .btn_prestation_suivante,
#page_une_prestation .btn_prestation_suivante {
  width: 100%;
  min-height: 40px;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 0;
  line-height: 1.15;
}
#page_prestations .btn_prestation_suivante span,
#page_une_prestation .btn_prestation_suivante span {
  text-transform: uppercase;
  margin-left: 6px;
}
#page_prestations .btn_prestation_suivante span i,
#page_une_prestation .btn_prestation_suivante span i {
  margin-left: 6px;
}
#page_prestations .zone_prestations,
#page_une_prestation .zone_prestations {
  background: #e6ebeb;
  padding: 0;
  padding-bottom: 100px;
}
#page_prestations .zone_prestations h2,
#page_une_prestation .zone_prestations h2 {
  text-align: center;
  font: 80px/80px BarlowCondensedThin;
  letter-spacing: 0.05em;
  color: #467882;
  margin: 100px auto;
}
#page_prestations .zone_prestations .zone_wrap,
#page_une_prestation .zone_prestations .zone_wrap {
  padding-top: calc(40px + 60 * (100vw - 400px) / 600);
  padding-bottom: calc(40px + 60 * (100vw - 400px) / 600);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 30px;
  justify-items: center;
}
@media (max-width: 400px) {
  #page_prestations .zone_prestations .zone_wrap,
#page_une_prestation .zone_prestations .zone_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  #page_prestations .zone_prestations .zone_wrap,
#page_une_prestation .zone_prestations .zone_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#page_prestations .zone_prestations .zone_wrap .chk_prestation_liste,
#page_une_prestation .zone_prestations .zone_wrap .chk_prestation_liste {
  text-align: center;
  width: 150px;
}
#page_prestations .zone_prestations .zone_wrap .chk_prestation_liste img,
#page_une_prestation .zone_prestations .zone_wrap .chk_prestation_liste img {
  width: 150px;
  height: 150px;
}
#page_prestations .zone_prestations .zone_wrap .chk_prestation_liste .titre,
#page_une_prestation .zone_prestations .zone_wrap .chk_prestation_liste .titre {
  font: 15px/20px BarlowSemiCondensedBold;
  text-transform: uppercase;
  color: #467882;
  margin-top: 10px;
}
@media (max-width: 700px) {
  #page_prestations .zone_prestations .zone_wrap,
#page_une_prestation .zone_prestations .zone_wrap {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
  }
  #page_prestations .zone_prestations .zone_wrap .chk_prestation_liste,
#page_une_prestation .zone_prestations .zone_wrap .chk_prestation_liste {
    width: 150px;
  }
  #page_prestations .zone_prestations .zone_wrap .chk_prestation_liste img,
#page_une_prestation .zone_prestations .zone_wrap .chk_prestation_liste img {
    width: 150px;
    height: 150px;
  }
  #page_prestations .zone_prestations .zone_wrap .chk_prestation_liste .titre,
#page_une_prestation .zone_prestations .zone_wrap .chk_prestation_liste .titre {
    margin-top: 0;
    font: 15px/20px BarlowSemiCondensedBold;
  }
}

#page_un_client .zone_titre {
  min-height: auto;
  padding-top: calc(100px + 50 * (100vw - 400px) / 600);
  padding-bottom: calc(80px + 70 * (100vw - 400px) / 600);
}
@media (min-width: 1000px) {
  #page_un_client .zone_titre {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
#page_un_client .zone_client {
  position: relative;
  padding-top: calc(40px + 60 * (100vw - 400px) / 600);
  padding-bottom: calc(40px + 60 * (100vw - 400px) / 600);
}
#page_un_client .zone_client .zone_wrap {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  grid-gap: 15px;
}
#page_un_client .zone_client .zone_wrap .wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 30px;
}
#page_un_client .zone_client .zone_wrap .gauche .logo img {
  width: 300px;
  height: 200px;
  border: solid 1px #467882;
}
#page_un_client .zone_client .zone_wrap .gauche .infos {
  width: 300px;
  border-top: solid 1px #467882;
  text-align: right;
  margin-top: 20px;
}
#page_un_client .zone_client .zone_wrap .gauche .raison {
  font: 20px/30px BarlowSemiCondensedRegular;
  color: #467882;
  margin: 0;
  border-bottom: solid 1px #467882;
}
#page_un_client .zone_client .zone_wrap .gauche .raison span {
  font: 20px/30px BarlowSemiCondensedSemiBold;
  color: #3c3c3c;
}
#page_un_client .zone_client .zone_wrap .droite {
  flex: 0 1 auto;
  max-width: 595px;
}
#page_un_client .zone_client .zone_wrap .droite .chapo {
  display: flex;
  align-items: flex-start;
}
#page_un_client .zone_client .zone_wrap .droite .chapo img {
  width: calc(75px + 105 * (100vw - 400px) / 600);
  height: auto;
  margin-bottom: -60px;
}
@media (max-width: 400px) {
  #page_un_client .zone_client .zone_wrap .droite .chapo img {
    width: 75px;
  }
}
@media (min-width: 1000px) {
  #page_un_client .zone_client .zone_wrap .droite .chapo img {
    width: 180px;
  }
}
#page_un_client .zone_client .zone_wrap .droite .chapo p {
  margin: 0;
  font: 30px/40px BarlowSemiCondensedBold;
  text-transform: uppercase;
  text-align: left;
  color: #3c3c3c;
}
#page_un_client .zone_client .zone_wrap .droite .intro {
  margin: 30px 0 30px;
}
#page_un_client .zone_client .zone_wrap .droite .intro p {
  margin: 0;
  font: 18px/25px BarlowSemiCondensedRegular;
  color: #3c3c3c;
  text-align: justify;
}
#page_un_client .zone_client .zone_wrap .droite .btn_suite {
  display: block;
  border: none;
  background: transparent;
  font: 20px/30px BarlowSemiCondensedSemiBold;
  color: #467882;
  margin: 40px 0;
  text-align: left;
}
#page_un_client .zone_client .zone_wrap .droite .illustration {
  border: solid 1px #467882;
  width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  #page_un_client .zone_client .zone_wrap .wrap {
    display: block;
  }
  #page_un_client .zone_client .zone_wrap .gauche {
    text-align: center;
    margin-bottom: 50px;
  }
  #page_un_client .zone_client .zone_wrap .gauche .infos {
    margin: 30px auto;
  }
  #page_un_client .zone_client .zone_wrap .droite {
    margin: 30px auto;
  }
  #page_un_client .zone_client .zone_wrap .droite .chapo {
    text-align: justify;
  }
  #page_un_client .zone_client .zone_wrap .droite .chapo img {
    width: calc(100px + 80 * (100vw - 400px) / 600);
    object-position: 0 -20px;
  }
  #page_un_client .zone_client .zone_wrap .droite .texte {
    text-align: justify;
  }
}
@media (max-width: 460px) {
  #page_un_client .zone_client .zone_wrap {
    padding: 0;
    grid-gap: 0;
  }
  #page_un_client .zone_client .zone_wrap .droite .chapo {
    text-align: left;
  }
  #page_un_client .zone_client .zone_wrap .droite .texte {
    text-align: left;
  }
}
#page_un_client .zone_clients {
  background: #e6ebeb;
}
#page_un_client .zone_clients h2 {
  font: 50px/1 BarlowCondensedThin;
  font-size: calc(36px + 14 * (100vw - 400px) / 600);
  letter-spacing: 0.05em;
  text-align: center;
  color: #467882;
  padding-top: calc(40px + 60 * (100vw - 400px) / 600);
}
@media (max-width: 400px) {
  #page_un_client .zone_clients h2 {
    font-size: 36px;
  }
}
@media (min-width: 1000px) {
  #page_un_client .zone_clients h2 {
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  #page_un_client .zone_clients h2 {
    padding-top: 40px;
  }
}
@media (min-width: 1000px) {
  #page_un_client .zone_clients h2 {
    padding-top: 100px;
  }
}
@media (max-width: 1020px) {
  #page_un_client .zone_clients h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page_un_client .zone_clients .zone_wrap {
  padding-top: calc(40px + 60 * (100vw - 400px) / 600);
  padding-bottom: calc(40px + 60 * (100vw - 400px) / 600);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px;
  justify-items: center;
}
@media (max-width: 400px) {
  #page_un_client .zone_clients .zone_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  #page_un_client .zone_clients .zone_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#page_un_client .zone_clients .zone_wrap .chk_client_liste {
  display: block;
  text-align: center;
}
#page_un_client .zone_clients .zone_wrap .chk_client_liste .logo img {
  width: 300px;
  height: 200px;
  border: solid 1px #467882;
}
#page_un_client .zone_clients .zone_wrap .chk_client_liste .infos {
  width: 300px;
  border-top: solid 1px #467882;
  text-align: right;
  margin-top: 20px;
}
#page_un_client .zone_clients .zone_wrap .chk_client_liste .infos .raison {
  font: 20px/30px BarlowSemiCondensedRegular;
  color: #467882;
  margin: 0;
  border-bottom: solid 1px #467882;
}
#page_un_client .zone_clients .zone_wrap .chk_client_liste .infos .raison span {
  font: 20px/30px BarlowSemiCondensedSemiBold;
  color: #3c3c3c;
}
#page_un_client .navigation_clients {
  position: fixed;
  top: 50vh;
  left: 0;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#page_un_client .navigation_clients.off {
  display: none;
}
#page_un_client .navigation_clients .btn_client_precedent, #page_un_client .navigation_clients .btn_client_suivant {
  background: transparent;
  border: none;
  align-self: center;
  pointer-events: auto;
}
#page_un_client .navigation_clients .btn_client_precedent i, #page_un_client .navigation_clients .btn_client_suivant i {
  font-size: 80px;
  font-size: calc(60px + 20 * (100vw - 400px) / 600);
  color: #467882;
}
@media (max-width: 400px) {
  #page_un_client .navigation_clients .btn_client_precedent i, #page_un_client .navigation_clients .btn_client_suivant i {
    font-size: 60px;
  }
}
@media (min-width: 1000px) {
  #page_un_client .navigation_clients .btn_client_precedent i, #page_un_client .navigation_clients .btn_client_suivant i {
    font-size: 80px;
  }
}
@media (max-width: 460px) {
  #page_un_client .navigation_clients {
    padding: 5px;
  }
}

#page_une_actualite .zone_titre {
  min-height: auto;
  padding-top: calc(100px + 50 * (100vw - 400px) / 600);
  padding-bottom: calc(80px + 70 * (100vw - 400px) / 600);
}
@media (min-width: 1000px) {
  #page_une_actualite .zone_titre {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
#page_une_actualite .zone_actualite {
  position: relative;
  min-height: auto;
  padding-top: calc(50px + 50 * (100vw - 400px) / 600);
  padding-bottom: calc(50px + 50 * (100vw - 400px) / 600);
}
@media (min-width: 1000px) {
  #page_une_actualite .zone_actualite {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#page_une_actualite .zone_actualite .zone_intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 90px;
}
#page_une_actualite .zone_actualite .zone_intro .gauche .date {
  margin-top: 0;
  font: 20px/30px BarlowSemiCondensedSemiBold;
  color: #467882;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
}
#page_une_actualite .zone_actualite .zone_intro .gauche .titre {
  font: 30px/40px BarlowSemiCondensedBold;
  font-size: calc(25px + 5 * (100vw - 400px) / 600);
  line-height: calc(30px + 10 * (100vw - 400px) / 600);
  text-transform: uppercase;
  text-align: left;
  color: #3c3c3c;
  margin: 0 0 20px;
}
@media (max-width: 400px) {
  #page_une_actualite .zone_actualite .zone_intro .gauche .titre {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 1000px) {
  #page_une_actualite .zone_actualite .zone_intro .gauche .titre {
    font-size: 30px;
    line-height: 40px;
  }
}
#page_une_actualite .zone_actualite .zone_intro .gauche .chapo {
  font: 18px/25px BarlowSemiCondensedRegular;
  text-align: justify;
}
@media (max-width: 440px) {
  #page_une_actualite .zone_actualite .zone_intro .gauche .chapo {
    text-align: left;
  }
}
#page_une_actualite .zone_actualite .zone_intro .gauche .btn_suite {
  display: block;
  border: none;
  background: transparent;
  font: 20px/30px BarlowSemiCondensedSemiBold;
  color: #467882;
  margin: 40px 0;
  text-align: left;
}
@media (max-width: 768px) {
  #page_une_actualite .zone_actualite .zone_intro .gauche .btn_suite {
    margin: 20px 0;
  }
}
#page_une_actualite .zone_actualite .zone_intro .droite img {
  border: solid 1px #467882;
}
@media (max-width: 768px) {
  #page_une_actualite .zone_actualite .zone_intro {
    display: block;
    margin-bottom: 50px;
  }
  #page_une_actualite .zone_actualite .zone_intro .droite {
    text-align: center;
    margin-top: 40px;
  }
}
#page_une_actualite .zone_actualite .zone_texte {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #page_une_actualite .zone_actualite .zone_texte {
    margin-top: 0;
  }
}
#page_une_actualite .zone_actualite .zone_texte h2 {
  font: 18px/25px BarlowSemiCondensedBold;
}
#page_une_actualite .zone_actualite .zone_texte p {
  font: 18px/25px BarlowSemiCondensedRegular;
  text-align: justify;
}
@media (max-width: 460px) {
  #page_une_actualite .zone_actualite .zone_texte p {
    text-align: left;
  }
}
#page_une_actualite .zone_actualites {
  background: #e6ebeb;
}
#page_une_actualite .zone_actualites .zone_wrap {
  padding-top: calc(40px + 60 * (100vw - 400px) / 600);
  padding-bottom: calc(40px + 60 * (100vw - 400px) / 600);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px;
  justify-items: center;
}
#page_une_actualite .zone_actualites .zone_wrap .chk_actualite_liste {
  width: 300px;
}
#page_une_actualite .zone_actualites .zone_wrap .chk_actualite_liste img {
  border: solid 1px #467882;
}
#page_une_actualite .zone_actualites .zone_wrap .chk_actualite_liste .date {
  margin: 20px 0;
  font: 20px/30px BarlowSemiCondensedSemiBold;
  text-align: center;
  color: #467882;
  border-top: solid 1px #467882;
  border-bottom: solid 1px #467882;
}
#page_une_actualite .zone_actualites .zone_wrap .chk_actualite_liste .titre {
  font: 20px/25px BarlowSemiCondensedBold;
  text-transform: uppercase;
  color: #3c3c3c;
  text-align: center;
}

#page_contact .zone_titre {
  min-height: auto;
  padding-top: calc(100px + 50 * (100vw - 400px) / 600);
  padding-bottom: calc(80px + 70 * (100vw - 400px) / 600);
}
@media (min-width: 1000px) {
  #page_contact .zone_titre {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
#page_contact .zone_contact {
  position: relative;
  padding: calc(40px + 60 * (100vw - 400px) / 600) 0;
}
#page_contact .zone_contact .zone_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#page_contact .zone_contact .zone_wrap .logo {
  margin: 0 0 0 auto;
}
#page_contact .zone_contact .zone_wrap .logo img {
  width: 140px;
  height: 130px;
}
#page_contact .zone_contact .zone_wrap .gauche {
  margin: 0 40px 0 20px;
}
#page_contact .zone_contact .zone_wrap .gauche p {
  margin: 0;
}
#page_contact .zone_contact .zone_wrap .gauche .ecosave {
  margin-top: -3px;
  font: 20px/1.5 BarlowSemiCondensedBold;
  color: #3c3c3c;
  text-align: left;
}
#page_contact .zone_contact .zone_wrap .gauche .adresse {
  font: 20px/1.5 BarlowSemiCondensedRegular;
  color: #3c3c3c;
  text-align: left;
}
#page_contact .zone_contact .zone_wrap .gauche .telephone {
  font: 20px/1.5 BarlowSemiCondensedRegular;
  color: #3c3c3c;
  text-align: left;
}
#page_contact .zone_contact .zone_wrap .gauche .email {
  text-align: left;
}
#page_contact .zone_contact .zone_wrap .gauche .email a {
  font: 20px/1.5 BarlowSemiCondensedBold;
  color: #3c3c3c;
}
#page_contact .zone_contact .zone_wrap .droite {
  margin: 0 auto 40px 0;
}
#page_contact .zone_contact .zone_wrap .droite p {
  margin: 0;
}
#page_contact .zone_contact .zone_wrap .droite .activites {
  font: 15px/22px BarlowSemiCondensedRegular;
  text-transform: uppercase;
  color: #467882;
  margin-bottom: 6px;
}
#page_contact .zone_contact .zone_wrap .droite .legal p {
  font: 15px/20px BarlowSemiCondensedRegular;
  margin-bottom: 5px;
}
#page_contact .zone_contact .zone_wrap .droite .legal p strong {
  font: 15px/20px BarlowSemiCondensedBold;
}
@media (max-width: 640px) {
  #page_contact .zone_contact .zone_wrap .gauche {
    margin: 0 auto 0 20px;
  }
  #page_contact .zone_contact .zone_wrap .droite {
    flex: 0 0 100%;
    margin: 30px auto;
    text-align: center;
  }
}
@media (max-width: 440px) {
  #page_contact .zone_contact .zone_wrap .logo {
    margin: 0 auto 30px;
    text-align: center;
  }
  #page_contact .zone_contact .zone_wrap .gauche {
    flex: 0 0 100%;
    margin: 0 auto;
    text-align: center;
  }
  #page_contact .zone_contact .zone_wrap .gauche p {
    text-align: center !important;
  }
}
#page_contact .zone_googlemaps {
  width: 100%;
  height: 480px;
  max-height: 80vh;
  border-top: solid 1 ps #467882;
}
#page_contact .zone_googlemaps iframe {
  width: 100% !important;
  height: 100% !important;
}

#page_mentions main .zone_titre {
  min-height: auto;
  padding-top: calc(100px + 50 * (100vw - 400px) / 600);
  padding-bottom: calc(80px + 70 * (100vw - 400px) / 600);
}
@media (min-width: 1000px) {
  #page_mentions main .zone_titre {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
#page_mentions main .zone_mentions {
  position: relative;
  padding: 100px 0;
}
#page_mentions main .zone_mentions .titre {
  font: 20px/1.5 BarlowSemiCondensedBold;
}
#page_mentions main .zone_mentions .texte p {
  font: 20px/1.5 BarlowSemiCondensedRegular;
  color: #3c3c3c;
}

footer {
  height: 420px;
}
footer .footer_social {
  background: #467882;
}
footer .footer_social .zone_wrap ul {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
footer .footer_social .zone_wrap ul li {
  color: white;
  margin: auto 10px;
}
footer .footer_social .zone_wrap ul li a {
  color: white;
  font: 20px/1.5 BarlowSemiCondensedLight;
}
footer .footer_social .zone_wrap ul li a span {
  display: none;
}
footer .footer_info .zone_wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 50px;
}
footer .footer_info .zone_wrap > * {
  margin: 0 20px 50px;
}
footer .footer_info .zone_wrap .contact1 {
  text-align: right;
  order: 1;
}
footer .footer_info .zone_wrap .contact1 p {
  margin: 0;
}
footer .footer_info .zone_wrap .contact1 .ecosave {
  font: 20px/1.5 BarlowSemiCondensedBold;
  color: black;
  text-align: right;
}
footer .footer_info .zone_wrap .contact1 .adresse {
  font: 20px/1.5 BarlowSemiCondensedRegular;
  color: black;
  text-align: right;
}
footer .footer_info .zone_wrap .contact1 .telephone {
  font: 20px/1.5 BarlowSemiCondensedRegular;
  color: black;
  text-align: right;
}
footer .footer_info .zone_wrap .contact1 .email {
  text-align: right;
}
footer .footer_info .zone_wrap .contact1 .email a {
  font: 20px/1.5 BarlowSemiCondensedBold;
  color: black;
}
footer .footer_info .zone_wrap .contact1 .reseaux {
  font: 20px/1.5 BarlowSemiCondensedRegular;
  color: black;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-top: 9px;
}
footer .footer_info .zone_wrap .contact1 .reseaux ul {
  margin-left: 10px;
  list-style: none;
}
footer .footer_info .zone_wrap .contact1 .reseaux ul li a {
  color: #46bedc;
}
footer .footer_info .zone_wrap .contact2 {
  text-align: center;
  order: 2;
}
footer .footer_info .zone_wrap .contact2 .logo {
  margin: auto;
}
footer .footer_info .zone_wrap .contact2 .logo img {
  width: 140px;
  height: 130px;
  margin: auto;
}
footer .footer_info .zone_wrap .contact2 .activites {
  font: 15px/1.5 BarlowSemiCondensedRegular;
  text-transform: uppercase;
  color: #467882;
  margin-top: 21px;
}
footer .footer_info .zone_wrap .contact3 {
  order: 3;
}
footer .footer_info .zone_wrap .contact3 .navigation_pages ul li {
  list-style: none;
}
footer .footer_info .zone_wrap .contact3 .navigation_pages ul li a {
  font: 25px/43px BarlowSemiCondensedRegular;
  color: #3c3c3c;
}
footer .footer_info .zone_wrap .contact3 .navigation_pages ul li.mentions a {
  font-size: 15px;
}
@media (max-width: 680px) {
  footer .footer_info .zone_wrap {
    justify-content: center;
  }
  footer .footer_info .zone_wrap .contact1 {
    order: 2;
  }
  footer .footer_info .zone_wrap .contact2 {
    order: 0;
    flex: 0 0 100%;
  }
  footer .footer_info .zone_wrap .contact3 {
    order: 3;
  }
}
@media (max-width: 480px) {
  footer .footer_info .zone_wrap {
    justify-content: center;
  }
  footer .footer_info .zone_wrap .contact1 {
    order: 2;
    text-align: center;
  }
  footer .footer_info .zone_wrap .contact1 * {
    text-align: center !important;
  }
  footer .footer_info .zone_wrap .contact1 .reseaux {
    justify-content: center;
  }
  footer .footer_info .zone_wrap .contact2 {
    order: 0;
    flex: 0 0 100%;
    text-align: center;
  }
  footer .footer_info .zone_wrap .contact3 {
    flex: 0 0 100%;
    text-align: center;
  }
}

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