/*
#@squelettes/assets/css/style.scss
*/
@charset "UTF-8";
/* init responsive */
/* init couleurs */
@font-face {
  font-family: Grotesk;
  src: url('https://www.zedd.fr/squelettes/assets/webfonts/hindmadurai-regular-webfont.woff2') format("woff2"), url('https://www.zedd.fr/squelettes/assets/webfonts/hindmadurai-regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Grotesk;
  src: url('https://www.zedd.fr/squelettes/assets/webfonts/hindmadurai-bold-webfont.woff2') format("woff2"), url('https://www.zedd.fr/squelettes/assets/webfonts/hindmadurai-bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Grotesk;
  src: url('https://www.zedd.fr/squelettes/assets/webfonts/DINNeuzeitGroteskLT-BoldCond.woff2') format("woff2"), url('https://www.zedd.fr/squelettes/assets/webfonts/DINNeuzeitGroteskLT-BoldCond.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* reset general */
:link, :visited {
  text-decoration: none;
  outline: none;
}
h1, h2, h3, h4, h5, h6, pre, code {
  font-style: normal;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, div {
  margin: 0;
  padding: 0;
}
ul {
  list-style: inside;
}
ol {
  list-style-type: decimal;
  list-style-position: outside;
}
ol > li::marker {
  font-weight: bold;
  font-size: 1.15em;
}
ol > li > h3 {
  display: inline-block;
}
a {
  color: initial;
}
a.lienfonce {
  color: #89bfb7;
}
a.lienclair {
  color: #00949b;
}
a img {
  border: 0;
}
p {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
h1, h2.spip, h2, h3, h4 {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .spip-admin-bloc, .spip-admin-float {
    font-size: 10px;
  }
}
/* */
html {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  display: none;
}
body {
  scroll-behavior: smooth;
  min-height: 100vh;
  font-family: Grotesk;
}
body.homepage #menuButton {
  z-index: 5;
}
body.homepage #menuButton .logozedd .st1 {
  fill: white;
  stroke: white;
}
body.homepage #menuButton .logozedd .st2 {
  transition: ease-in-out 0.1s;
  fill: white;
  stroke: white;
}
svg path {
  fill: #fff;
}
svg circle, svg .fond {
  fill: #001516ff;
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
svg:hover circle, svg:hover .fond {
  fill: #00949b;
  opacity: 0.8;
}
svg:hover span {
  color: #00949b;
}
svg.logozedd .st0 {
  opacity: 0.5;
}
svg.logozedd .st1 {
  fill: #00949b;
  stroke: #00949b;
}
svg.logozedd .st2 {
  transition: ease-in-out 0.1s;
  fill: #444E51;
  stroke: #444E51;
}
/* bouton temoignage toutes pages */
div.boutemoi {
  text-transform: capitalize;
  width: 90px;
  height: 80px;
  text-align: center !important;
  font-size: 14px;
  border: 1px solid #00151650;
  border-radius: 5px;
  margin: 3em auto;
  padding: 0.6em 0.2em 0em 0.2em;
  line-height: initial;
}
div.boutemoi a {
  color: #00151650;
}
div.boutemoi a svg {
  width: 30px;
  margin: 10px auto;
}
div.boutemoi a svg .rond {
  fill: #00151650;
}
div.boutemoi a:hover {
  color: #00949b;
}
div.boutemoi a:hover svg .rond {
  fill: #00949b;
}
div.boutemoi.actif a {
  color: #00949b !important;
}
div.boutemoi.actif svg .rond {
  fill: #00949b;
}
/* menu */
#menuButton {
  position: fixed;
  padding: 1em 0 0 2em;
  cursor: pointer;
  width: 100px;
  display: flex;
  gap: 8px;
  z-index: 3;
}
#menuButton svg {
  fill: #89bfb7;
  stroke: #89bfb7;
}
#menuButton svg:first-of-type {
  transition: 0.5s x ease-in-out;
}
#menuButton svg:first-of-type rect {
  transition: 0.5s x ease-in-out;
}
#menuButton .logozedd {
  margin-top: 2px;
  transform: translateY(-2px);
  transition: 0.3s transform ease-in-out;
}
#menuButton .logozedd .st0 {
  opacity: 0.5;
}
#menuButton .logozedd:hover {
  transform: translateX(10px) translateY(-2px);
}
#menuButton.homeblanc svg {
  fill: white;
}
#menuButton.homeblanc .logozedd .st0 {
  opacity: 0.5;
}
#menuButton.homeblanc .logozedd .st1 {
  fill: #00949b;
  stroke: #00949b;
}
#menuButton.homeblanc .logozedd .st2 {
  fill: #fff;
  stroke: #fff;
}
@media only screen and (max-width: 640px) {
  #menuButton.homeblanc svg {
    fill: #89bfb7;
  }
  #menuButton.homeblanc .logozedd .st0 {
    opacity: 0.5;
  }
  #menuButton.homeblanc .logozedd .st1 {
    fill: #00949b;
    stroke: #00949b;
  }
  #menuButton.homeblanc .logozedd .st2 {
    transition: ease-in-out 0.1s;
    fill: #444E51;
    stroke: #444E51;
  }
}
#menuButton.blanc-port svg {
  fill: white;
}
#menuButton.blanc-port .logozedd .st0 {
  opacity: 0.5;
}
#menuButton.blanc-port .logozedd .st1 {
  fill: #00949b;
  stroke: #00949b;
}
#menuButton.blanc-port .logozedd .st2 {
  fill: #fff;
  stroke: #fff;
}
@media only screen and (max-width: 640px) {
  #menuButton.blanc-port svg {
    fill: #89bfb7;
  }
  #menuButton.blanc-port .logozedd .st0 {
    opacity: 0.5;
  }
  #menuButton.blanc-port .logozedd .st1 {
    fill: #00949b;
    stroke: #00949b;
  }
  #menuButton.blanc-port .logozedd .st2 {
    transition: ease-in-out 0.1s;
    fill: #444E51;
    stroke: #444E51;
  }
}
#menuButton.blanc {
  z-index: 6;
}
#menuButton.blanc svg {
  fill: white;
}
#menuButton.blanc svg:first-of-type rect {
  width: 10px;
  x: 50%;
}
#menuButton.blanc .logozedd .st0 {
  opacity: 0.5;
}
#menuButton.blanc .logozedd .st1 {
  fill: #00949b;
  stroke: #00949b;
}
#menuButton.blanc .logozedd .st2 {
  fill: #fff;
  stroke: #fff;
}
#menuButton aside {
  width: auto;
  white-space: nowrap;
  position: absolute;
  bottom: -42px;
  left: 10px;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100%);
  font-weight: 900;
  font-size: 32px;
  color: #89bfb7;
  direction: rtl;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  #menuButton aside {
    transform: initial;
    bottom: 6px;
    left: 80px;
    width: 260px;
    font-size: 28px;
    line-height: 48px;
  }
}
#menuButton.accueil {
  z-index: 6;
}
#menuButton.accueil svg {
  fill: white;
}
#menuButton.accueil svg:first-of-type {
  transform: translateX(10px);
}
#menuButton.accueil svg:first-of-type rect {
  width: 10px;
}
#menuButton.accueil .logozedd .st0 {
  opacity: 0.5;
}
#menuButton.accueil .logozedd .st1 {
  fill: #00949b;
  stroke: #00949b;
}
#menuButton.accueil .logozedd .st2 {
  fill: #fff;
  stroke: #fff;
}
@media only screen and (max-width: 640px) {
  #menuButton {
    width: 100%;
    background-color: white;
    padding-bottom: 8px;
  }
  #menuButton.blanc {
    background-color: initial;
  }
  #menuButton svg:first-of-type {
    width: 26px;
  }
  #menuButton .logozedd {
    width: 65px;
  }
  #menuButton .logozedd .st1 {
    fill: #00949b;
    troke: #00949b;
  }
  #menuButton .logozedd .st2 {
    transition: ease-in-out 0.1s;
    fill: #444E51;
    stroke: #444E51;
  }
  #menuButton.staytop {
    position: inherit;
  }
  #menuButton.staytop.blanc {
    position: fixed;
    z-index: 6;
  }
  #menuButton.staytop.blanc svg {
    fill: white;
  }
  #menuButton.staytop.blanc svg:first-of-type {
    transform: translateX(10px);
  }
  #menuButton.staytop.blanc svg:first-of-type rect {
    width: 10px;
  }
}
/* fin menu */
/* footer */
footer {
  width: 100%;
  height: 80px;
  background-color: #344445;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  footer {
    height: auto;
    padding-top: 1em;
    flex-direction: column;
    justify-content: flex-start;
  }
}
footer div {
  width: auto;
  height: 50px;
  margin: 0 0 5px 0;
  padding: 0;
  color: white;
  font-size: 0.9em;
  line-height: 50px;
}
@media only screen and (max-width: 640px) {
  footer div {
    width: auto;
    max-width: 90%;
    height: auto;
    text-align: center;
    line-height: 30px;
  }
}
footer div a {
  color: #FFFFFF;
}
footer div a:hover {
  opacity: 0.8;
}
footer div a#ecoindex-badge-link {
  height: 20px;
  margin-top: 8px;
}
/* fin footer */
#volet {
  z-index: 5 !important;
}
#volet, .contact, .pers {
  z-index: 2;
  position: fixed;
  width: 50%;
  background-color: #001516cc;
  height: 100vh;
  left: -50%;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  #volet, .contact, .pers {
    width: 100%;
    left: -100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  #volet, .contact, .pers {
    width: 100%;
    left: -100%;
  }
}
#volet .volet-inner, .contact .volet-inner, .pers .volet-inner {
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}
#volet .volet-inner #menuprin, .contact .volet-inner #menuprin, .pers .volet-inner #menuprin {
  display: flex;
  align-items: center;
  height: 80%;
  width: 100%;
  font-weight: 900;
  flex-direction: column;
}
#volet .volet-inner #menuprin > #menu, .contact .volet-inner #menuprin > #menu, .pers .volet-inner #menuprin > #menu {
  text-transform: uppercase;
  font-size: min(100px, 8vh);
  margin: auto;
  padding: 84px 0 0 0;
  list-style: none;
}
#volet .volet-inner #menuprin > #menu > li, .contact .volet-inner #menuprin > #menu > li, .pers .volet-inner #menuprin > #menu > li {
  transition: 0.3s ease-in-out;
}
#volet .volet-inner #menuprin > #menu > li:hover, .contact .volet-inner #menuprin > #menu > li:hover, .pers .volet-inner #menuprin > #menu > li:hover {
  transform: translateX(20px);
}
#volet .volet-inner #menuprin > #menu > li a, .contact .volet-inner #menuprin > #menu > li a, .pers .volet-inner #menuprin > #menu > li a {
  color: white !important;
}
#volet .volet-inner #menuprin > #menusmall, .contact .volet-inner #menuprin > #menusmall, .pers .volet-inner #menuprin > #menusmall {
  font-size: 1em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-evenly;
  gap: 8px;
  flex-direction: row;
  font-weight: normal;
  list-style: none;
  height: 25px;
}
@media only screen and (max-width: 640px) {
  #volet .volet-inner #menuprin > #menusmall, .contact .volet-inner #menuprin > #menusmall, .pers .volet-inner #menuprin > #menusmall {
    height: auto;
    width: 70%;
    flex-direction: column;
  }
}
#volet .volet-inner #menuprin > #menusmall > li, .contact .volet-inner #menuprin > #menusmall > li, .pers .volet-inner #menuprin > #menusmall > li {
  align-self: flex-end;
  height: 18px;
  transition: height 0.5s ease-out;
}
@media only screen and (max-width: 640px) {
  #volet .volet-inner #menuprin > #menusmall > li, .contact .volet-inner #menuprin > #menusmall > li, .pers .volet-inner #menuprin > #menusmall > li {
    height: 30px;
  }
}
#volet .volet-inner #menuprin > #menusmall > li:hover, .contact .volet-inner #menuprin > #menusmall > li:hover, .pers .volet-inner #menuprin > #menusmall > li:hover {
  height: 25px;
  transition: height 0.08s ease-in;
}
#volet .volet-inner #menuprin > #menusmall > li a, .contact .volet-inner #menuprin > #menusmall > li a, .pers .volet-inner #menuprin > #menusmall > li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white !important;
}
#volet .volet-inner #menuprin > #menusmall > li.sep, .contact .volet-inner #menuprin > #menusmall > li.sep, .pers .volet-inner #menuprin > #menusmall > li.sep {
  position: relative;
  top: -2px;
  color: #bf428f;
}
@media only screen and (max-width: 640px) {
  #volet .volet-inner #menuprin > #menusmall > li.sep, .contact .volet-inner #menuprin > #menusmall > li.sep, .pers .volet-inner #menuprin > #menusmall > li.sep {
    display: none;
  }
}
#volet .volet-inner #menuClose, .contact .volet-inner #menuClose, .pers .volet-inner #menuClose {
  position: absolute;
  width: 20px;
  right: 0;
  height: 20px;
  z-index: 5;
  cursor: pointer;
  padding: 2em;
}
#volet .volet-inner #menuClose svg, .contact .volet-inner #menuClose svg, .pers .volet-inner #menuClose svg {
  fill: white;
  width: 100%;
  height: inherit;
}
#volet.open, .contact.open, .pers.open {
  left: 0%;
}
#volet.open .volet-inner, .contact.open .volet-inner, .pers.open .volet-inner {
  opacity: 1;
}
#volet#contact #menuClose, .contact#contact #menuClose, .pers#contact #menuClose {
  position: absolute;
  width: 20px;
  right: 0;
  z-index: 5;
  height: 10px;
  cursor: pointer;
  padding: 1em;
}
#volet#contact #menuClose svg, .contact#contact #menuClose svg, .pers#contact #menuClose svg {
  fill: white;
  width: 100%;
  height: inherit;
}
#volet#contact .contact-volet, .contact#contact .contact-volet, .pers#contact .contact-volet {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
#volet#contact .contact-volet-inner, .contact#contact .contact-volet-inner, .pers#contact .contact-volet-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
#volet#contact .contact-volet-inner div, .contact#contact .contact-volet-inner div, .pers#contact .contact-volet-inner div {
  color: white;
  line-height: 1.5em;
}
#volet#contact .contact-volet-inner div.contact-info, .contact#contact .contact-volet-inner div.contact-info, .pers#contact .contact-volet-inner div.contact-info {
  position: relative;
  margin-right: 4em;
  font-size: 14px;
}
#volet#contact .contact-volet-inner div.contact-info span, .contact#contact .contact-volet-inner div.contact-info span, .pers#contact .contact-volet-inner div.contact-info span {
  font-size: 0.8em;
}
#volet#contact .contact-volet-inner div.contact-info > h1, .contact#contact .contact-volet-inner div.contact-info > h1, .pers#contact .contact-volet-inner div.contact-info > h1 {
  font-weight: 900;
  margin: 0 0 0.3em 0;
}
#volet#contact .contact-volet-inner div.contact-info a, .contact#contact .contact-volet-inner div.contact-info a, .pers#contact .contact-volet-inner div.contact-info a {
  color: white;
  font-size: 16px;
}
#volet#contact .contact-volet-inner div.contact-info a svg, .contact#contact .contact-volet-inner div.contact-info a svg, .pers#contact .contact-volet-inner div.contact-info a svg {
  position: absolute;
  height: 21px;
  width: 21px;
  left: -32px;
}
#volet#contact .contact-volet-inner div.contact-info a svg circle, .contact#contact .contact-volet-inner div.contact-info a svg circle, .pers#contact .contact-volet-inner div.contact-info a svg circle {
  fill: #00949b;
}
#volet#contact .contact-volet-inner div.contact-info .btn_sommaire, .contact#contact .contact-volet-inner div.contact-info .btn_sommaire, .pers#contact .contact-volet-inner div.contact-info .btn_sommaire {
  margin-top: 10px;
}
#volet#contact .contact-volet-inner div.contact-info .btn_sommaire > a, .contact#contact .contact-volet-inner div.contact-info .btn_sommaire > a, .pers#contact .contact-volet-inner div.contact-info .btn_sommaire > a {
  text-align: center;
  border: 1px solid white;
  padding: 0.4em 3em;
  width: fit-content;
  color: white;
  display: block;
  border-radius: 5px;
}
#volet#contact .contact-volet-inner div.plan, .contact#contact .contact-volet-inner div.plan, .pers#contact .contact-volet-inner div.plan {
  display: flex;
  flex-direction: column;
}
#volet#contact .contact-volet-inner div.plan img, .contact#contact .contact-volet-inner div.plan img, .pers#contact .contact-volet-inner div.plan img {
  display: inline-block;
  max-width: 500px;
  width: 120%;
  margin-left: 12em;
}
#volet#contact .pers-volet-inner, .contact#contact .pers-volet-inner, .pers#contact .pers-volet-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 32px 0;
}
#volet#contact .pers-volet-inner div, .contact#contact .pers-volet-inner div, .pers#contact .pers-volet-inner div {
  flex: 60%;
  color: white;
}
#volet#contact .pers-volet-inner div.pers-info, .contact#contact .pers-volet-inner div.pers-info, .pers#contact .pers-volet-inner div.pers-info {
  position: relative;
  margin: 0 4em 0 0;
  line-height: 1.3em;
}
#volet#contact .pers-volet-inner div.pers-info h1, .contact#contact .pers-volet-inner div.pers-info h1, .pers#contact .pers-volet-inner div.pers-info h1 {
  font-size: min(32px, 6vw);
  font-weight: 900;
  text-transform: uppercase;
}
#volet#contact .pers-volet-inner div.pers-info h2, .contact#contact .pers-volet-inner div.pers-info h2, .pers#contact .pers-volet-inner div.pers-info h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0.5em 0 1em 0;
}
#volet#contact .pers-volet-inner div.pers-info a, .contact#contact .pers-volet-inner div.pers-info a, .pers#contact .pers-volet-inner div.pers-info a {
  color: white;
}
#volet#contact .pers-volet-inner div.pers-info a svg, .contact#contact .pers-volet-inner div.pers-info a svg, .pers#contact .pers-volet-inner div.pers-info a svg {
  position: absolute;
  height: 21px;
  width: 21px;
  left: -32px;
}
#volet#contact .pers-volet-inner div.pers-info a svg circle, .contact#contact .pers-volet-inner div.pers-info a svg circle, .pers#contact .pers-volet-inner div.pers-info a svg circle {
  fill: #00949b;
}
#volet#contact .part-volet, .contact#contact .part-volet, .pers#contact .part-volet {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: end;
}
#volet#contact .part-volet .part-volet-inner, .contact#contact .part-volet .part-volet-inner, .pers#contact .part-volet .part-volet-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
  gap: 32px 0;
}
#volet#contact .part-volet .part-volet-inner h1, .contact#contact .part-volet .part-volet-inner h1, .pers#contact .part-volet .part-volet-inner h1 {
  flex: 100%;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
}
#volet#contact .part-volet .part-volet-inner #partenaires, #volet#contact .part-volet .part-volet-inner #annuaires, .contact#contact .part-volet .part-volet-inner #partenaires, .contact#contact .part-volet .part-volet-inner #annuaires, .pers#contact .part-volet .part-volet-inner #partenaires, .pers#contact .part-volet .part-volet-inner #annuaires {
  display: flex;
  color: #FFFFFF;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 0;
}
#volet#contact .part-volet .part-volet-inner #partenaires .part-info, #volet#contact .part-volet .part-volet-inner #annuaires .part-info, .contact#contact .part-volet .part-volet-inner #partenaires .part-info, .contact#contact .part-volet .part-volet-inner #annuaires .part-info, .pers#contact .part-volet .part-volet-inner #partenaires .part-info, .pers#contact .part-volet .part-volet-inner #annuaires .part-info {
  width: calc(50% - 32px);
  position: relative;
  line-height: 1.3em;
  margin-left: 32px;
}
#volet#contact .part-volet .part-volet-inner #partenaires .part-info h3, #volet#contact .part-volet .part-volet-inner #annuaires .part-info h3, .contact#contact .part-volet .part-volet-inner #partenaires .part-info h3, .contact#contact .part-volet .part-volet-inner #annuaires .part-info h3, .pers#contact .part-volet .part-volet-inner #partenaires .part-info h3, .pers#contact .part-volet .part-volet-inner #annuaires .part-info h3 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
#volet#contact .part-volet .part-volet-inner #partenaires .part-info h4, #volet#contact .part-volet .part-volet-inner #annuaires .part-info h4, .contact#contact .part-volet .part-volet-inner #partenaires .part-info h4, .contact#contact .part-volet .part-volet-inner #annuaires .part-info h4, .pers#contact .part-volet .part-volet-inner #partenaires .part-info h4, .pers#contact .part-volet .part-volet-inner #annuaires .part-info h4 {
  font-size: 14px;
  font-weight: normal;
}
#volet#contact .part-volet .part-volet-inner #partenaires .part-info a, #volet#contact .part-volet .part-volet-inner #annuaires .part-info a, .contact#contact .part-volet .part-volet-inner #partenaires .part-info a, .contact#contact .part-volet .part-volet-inner #annuaires .part-info a, .pers#contact .part-volet .part-volet-inner #partenaires .part-info a, .pers#contact .part-volet .part-volet-inner #annuaires .part-info a {
  color: #FFFFFF;
}
#volet#contact .part-volet .part-volet-inner #partenaires .part-info a svg, #volet#contact .part-volet .part-volet-inner #annuaires .part-info a svg, .contact#contact .part-volet .part-volet-inner #partenaires .part-info a svg, .contact#contact .part-volet .part-volet-inner #annuaires .part-info a svg, .pers#contact .part-volet .part-volet-inner #partenaires .part-info a svg, .pers#contact .part-volet .part-volet-inner #annuaires .part-info a svg {
  position: absolute;
  height: 21px;
  width: 21px;
  left: -32px;
}
#volet#contact .part-volet .part-volet-inner #partenaires .part-info a svg circle, #volet#contact .part-volet .part-volet-inner #annuaires .part-info a svg circle, .contact#contact .part-volet .part-volet-inner #partenaires .part-info a svg circle, .contact#contact .part-volet .part-volet-inner #annuaires .part-info a svg circle, .pers#contact .part-volet .part-volet-inner #partenaires .part-info a svg circle, .pers#contact .part-volet .part-volet-inner #annuaires .part-info a svg circle {
  fill: #00949b;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  #volet .volet-inner, .contact .volet-inner, .pers .volet-inner {
    height: 100%;
    position: relative;
  }
  #volet .volet-inner nav #menu, .contact .volet-inner nav #menu, .pers .volet-inner nav #menu {
    font-size: min(80px, 8vh) !important;
    margin: auto;
  }
  #volet#contact .contact-volet-inner, .contact#contact .contact-volet-inner, .pers#contact .contact-volet-inner {
    gap: 0;
  }
  #volet#contact .contact-volet-inner .plan, .contact#contact .contact-volet-inner .plan, .pers#contact .contact-volet-inner .plan {
    flex: 100%;
  }
  #volet#contact .contact-volet-inner .plan img, .contact#contact .contact-volet-inner .plan img, .pers#contact .contact-volet-inner .plan img {
    margin: 0 auto !important;
  }
  #volet#contact .pers-volet-inner, .contact#contact .pers-volet-inner, .pers#contact .pers-volet-inner {
    flex-wrap: wrap;
  }
  #volet#contact .pers-volet-inner div, .contact#contact .pers-volet-inner div, .pers#contact .pers-volet-inner div {
    flex: 100%;
  }
  #volet#contact .pers-volet-inner div.pers-info, .contact#contact .pers-volet-inner div.pers-info, .pers#contact .pers-volet-inner div.pers-info {
    margin: 0 4em;
  }
  #volet#contact .part-volet, .contact#contact .part-volet, .pers#contact .part-volet {
    justify-content: center;
  }
  #volet#contact .part-volet .part-volet-inner, .contact#contact .part-volet .part-volet-inner, .pers#contact .part-volet .part-volet-inner {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #volet, .contact, .pers {
    width: 100%;
    left: -100%;
  }
  #volet .volet-inner, .contact .volet-inner, .pers .volet-inner {
    height: 100%;
    position: relative;
  }
  #volet .volet-inner nav #menu, .contact .volet-inner nav #menu, .pers .volet-inner nav #menu {
    font-size: min(60px, 8vh) !important;
    margin: auto;
  }
  #volet#contact, .contact#contact, .pers#contact {
    position: inherit;
    height: inherit;
    padding: 128px 0 64px 0;
  }
  #volet#contact #menuClose, .contact#contact #menuClose, .pers#contact #menuClose {
    display: none;
  }
  #volet#contact .contact-volet-inner, .contact#contact .contact-volet-inner, .pers#contact .contact-volet-inner {
    gap: 0;
  }
  #volet#contact .contact-volet-inner .contact-info, .contact#contact .contact-volet-inner .contact-info, .pers#contact .contact-volet-inner .contact-info {
    margin: auto;
  }
  #volet#contact .contact-volet-inner .plan, .contact#contact .contact-volet-inner .plan, .pers#contact .contact-volet-inner .plan {
    flex: 100%;
  }
  #volet#contact .contact-volet-inner .plan img, .contact#contact .contact-volet-inner .plan img, .pers#contact .contact-volet-inner .plan img {
    width: 90% !important;
    margin: 0 auto !important;
  }
  #volet#contact .pers-volet-inner, .contact#contact .pers-volet-inner, .pers#contact .pers-volet-inner {
    flex-wrap: wrap;
  }
  #volet#contact .pers-volet-inner div, .contact#contact .pers-volet-inner div, .pers#contact .pers-volet-inner div {
    flex: 100%;
  }
  #volet#contact .pers-volet-inner div.pers-info, .contact#contact .pers-volet-inner div.pers-info, .pers#contact .pers-volet-inner div.pers-info {
    margin: 0 2em 0 4em;
  }
  #volet#contact .part-volet .part-volet-inner, .contact#contact .part-volet .part-volet-inner, .pers#contact .part-volet .part-volet-inner {
    width: 90%;
    margin: auto;
    gap: 32px 0;
  }
}
/* sommaire */
.homeslider {
  display: flex;
  flex-wrap: wrap;
  /* bouton scroll accueil */
}
.homeslider div.logo {
  background-color: #FFFFFF;
  position: relative;
  z-index: 4;
  height: 100vh;
  flex: 50%;
}
@media only screen and (max-width: 640px) {
  .homeslider div.logo {
    height: 50vh;
    flex: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .homeslider div.logo {
    height: 50vh;
    flex: 100%;
  }
}
.homeslider div.logo .fleches {
  width: 34px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: 2em;
  margin-left: -17px;
  z-index: 5;
  fill: #bf428f;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: MoveDown 3s ease-in-out infinite;
}
.homeslider div.logo .fleches svg {
  width: 20px;
}
.homeslider div.logo .fleches svg:first-of-type {
  width: 28px;
}
.homeslider div.logo .logo-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  .homeslider div.logo .logo-inner {
    margin-top: 35px;
    gap: 16px;
  }
}
.homeslider div.logo .logo-inner svg {
  width: min(80%, 300px);
}
@media only screen and (max-width: 640px) {
  .homeslider div.logo .logo-inner svg {
    width: min(30vh, 300px);
  }
}
.homeslider div.logo .logo-inner div {
  font-size: 14px;
  width: auto;
  line-height: 1.4em;
}
.homeslider div.logo .logo-inner div a {
  color: initial !important;
}
.homeslider .slogan {
  background-image: url('https://www.zedd.fr/squelettes/assets/images/home-right.jpg');
  background-repeat: no-repeat;
  background-color: #001516cc;
  background-blend-mode: darken;
  background-position: right;
  background-size: cover;
  position: relative;
  z-index: 3;
  height: 100vh;
  width: 50vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .homeslider .slogan {
    height: 50vh;
    width: 100vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .homeslider .slogan {
    height: 50vh;
    width: 100vw;
  }
}
.homeslider .slogan .slogan-inner {
  width: 90%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .homeslider .slogan .slogan-inner {
    width: 78%;
    margin: 15px auto 0 auto;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .homeslider .slogan .slogan-inner {
    width: 78%;
    margin: 15px auto 0 auto;
    padding-top: 20px;
  }
}
.homeslider .slogan .slogan-inner h1.slogan-txt {
  color: white;
  font-weight: 900;
  font-size: 5.5em;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .homeslider .slogan .slogan-inner h1.slogan-txt {
    font-size: 2em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .homeslider .slogan .slogan-inner h1.slogan-txt {
    font-size: 5em;
  }
}
.homeslider .slogan .slogan-inner h1.slogan-txt span.baseline {
  display: inline-block;
  padding: 0 0 0 1em;
  border-left: 2px solid #bf428f;
  font-weight: 400;
  font-size: 0.3em;
  line-height: 1.2em;
  text-transform: initial;
}
@media only screen and (max-width: 640px) {
  .homeslider .slogan .slogan-inner h1.slogan-txt span.baseline {
    font-size: 0.4em;
    margin-top: 1em;
  }
}
.homeslider .slogan .slogan-inner .cta {
  margin-top: 20px;
}
.homeslider .homescroll {
  width: 100vw;
  height: 10vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
/* sommaire chauffe rond avec prestations */
.chauffe {
  width: 100%;
  height: 800px;
  padding: 0 0 2em 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .chauffe {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.chauffe .imagefond {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .chauffe .imagefond {
    height: auto;
    padding: 2em 0;
  }
}
.chauffe .imagefond img {
  width: 600px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 640px) {
  .chauffe .imagefond img {
    width: 300px;
  }
}
.chauffe .textechauffe {
  position: absolute;
  top: 4%;
  right: 65%;
  width: 372px;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4em;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 640px) {
  .chauffe .textechauffe {
    position: initial;
    top: initial;
    left: initial;
    width: 300px;
    order: 1;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .chauffe .textechauffe {
    right: 58%;
  }
}
.chauffe .boutonschauffe {
  width: 1000px;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .chauffe .boutonschauffe {
    width: 100%;
    height: auto;
    position: initial;
    transform: initial;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
  }
}
.chauffe .boutonschauffe .boutonchauffe {
  display: block;
  position: absolute;
  width: auto;
  min-width: 320px;
  height: 80px;
  padding: 0 0.6em;
  border: 1px solid lightgray;
  border-radius: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 80px;
  background-color: lightgray;
}
@media only screen and (max-width: 640px) {
  .chauffe .boutonschauffe .boutonchauffe {
    width: 250px;
    height: 60px;
    position: initial;
    font-size: 24px;
    line-height: 60px;
  }
}
.chauffe .boutonschauffe .boutonchauffe .fondpicto {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  margin: 15px 20px 0 0;
  border-radius: 25px;
  background-color: #00949b;
}
@media only screen and (max-width: 640px) {
  .chauffe .boutonschauffe .boutonchauffe .fondpicto {
    margin: 5px 20px 0 -7px;
  }
}
.chauffe .boutonschauffe .boutonchauffe .fondpicto .spip_logo {
  float: left;
  width: 30px;
  height: auto;
  margin: 10px 0 0 10px;
}
.chauffe .boutonschauffe .boutonchauffe:nth-child(1) {
  top: 50%;
  left: -12%;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .chauffe .boutonschauffe .boutonchauffe:nth-child(1) {
    left: 0%;
  }
}
.chauffe .boutonschauffe .boutonchauffe:nth-child(3) {
  top: 18%;
  right: -2%;
}
.chauffe .boutonschauffe .boutonchauffe:nth-child(5) {
  top: 60%;
  right: -8%;
}
.chauffe .boutonschauffe .listeexpertises {
  display: inline-block;
  width: 200px;
  height: auto;
  list-style: none;
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .chauffe .boutonschauffe .listeexpertises {
    position: initial;
    margin-bottom: 2em;
  }
}
.chauffe .boutonschauffe .listeexpertises li {
  list-style: none;
  margin: 0 0 5px 0;
}
.chauffe .boutonschauffe .listeexpertises li a {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
}
.chauffe .boutonschauffe .listeexpertises:nth-child(2) {
  top: 63%;
  left: 0%;
}
.chauffe .boutonschauffe .listeexpertises:nth-child(4) {
  top: 31%;
  left: 82%;
}
.chauffe .boutonschauffe .listeexpertises:nth-child(6) {
  top: 73%;
  left: 79%;
}
/* sommaire bloc chiffres */
.chiffres {
  width: 100%;
  height: 400px;
  padding: 2em 0 4em 0;
  position: relative;
  background-color: #001516cc;
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  background-image: url('https://www.zedd.fr/squelettes/assets/images/fond-photo-chiffres.jpg');
}
@media only screen and (max-width: 640px) {
  .chiffres {
    height: auto;
  }
}
.chiffres .inner {
  width: 75%;
  height: 80%;
  max-width: 1260px;
  margin: 3em auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  color: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  .chiffres .inner {
    width: 80%;
    margin: 0 auto;
  }
}
.chiffres .inner .leschiffres {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-evenly;
}
@media only screen and (max-width: 640px) {
  .chiffres .inner .leschiffres {
    flex-direction: column;
  }
}
.chiffres .inner .leschiffres div {
  width: 30%;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .chiffres .inner .leschiffres div {
    width: 100%;
  }
}
.chiffres .inner .leschiffres div h3 {
  padding: 0;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1em;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .chiffres .inner .leschiffres div h3 {
    font-size: 2em;
    margin: 1em 0 1em 0;
  }
}
.chiffres .inner .leschiffres div h3 > span {
  font-size: 2em;
}
.chiffres .inner .leschiffres div p {
  width: 80%;
  margin: 1em 0 1em 0;
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: left;
}
.chiffres .inner .leschiffres div p.source {
  font-size: 0.8em;
}
.chiffres .cta {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .chiffres .cta {
    margin-top: 30px;
  }
}
/* sommaire bloc raisonnée-responsable et projet */
.responsable {
  padding: 4em 0 4em 0;
  position: relative;
  background-color: #FFFFFF;
}
.responsable .inner {
  width: 75%;
  height: 100%;
  max-width: 1260px;
  margin: 0 auto 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
.responsable .inner h2 {
  font-weight: 900;
  font-size: 5em;
  line-height: 0.7em;
  margin-bottom: 20x;
}
@media only screen and (max-width: 640px) {
  .responsable .inner h2 {
    font-size: 2.5em;
    line-height: 0.8em;
  }
}
.responsable .inner h2 span {
  font-size: 0.5em;
}
.responsable .inner > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .responsable .inner > div {
    flex-direction: column;
  }
}
.responsable .inner > div div {
  width: 45%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .responsable .inner > div div {
    width: 95%;
  }
}
.responsable .inner > div div p {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .responsable .inner > div div p {
    font-size: 1em;
    line-height: 1.2em;
  }
}
.responsable .inner .cta {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .responsable .inner .cta {
    margin-top: 30px;
  }
}
/* sommaire bloc temoignages */
.temois {
  width: 100%;
  height: 480px;
  padding: 2em 0 3em 0;
  position: relative;
  background-color: #001516cc;
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  background-image: url('https://www.zedd.fr/squelettes/assets/images/fond-photo-temoignages.jpg');
}
@media only screen and (max-width: 640px) {
  .temois {
    height: auto;
  }
}
.temois h2 {
  width: 75%;
  max-width: 1260px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 3.5em;
  line-height: 0.75em;
  color: #FFFFFF;
  padding: 0 0 0.3em 0;
}
@media only screen and (max-width: 640px) {
  .temois h2 {
    font-size: 2.5em;
    line-height: 0.8em;
  }
}
.temois h2 span {
  font-size: 0.35em;
}
.temois .inner {
  width: 50%;
  height: 60%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 0 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
  color: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  .temois .inner {
    width: 90%;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.temois .inner > div {
  width: 50%;
  height: 85px;
  font-size: 1.5em;
  text-align: left;
  line-height: 85px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .temois .inner > div {
    width: 70%;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
  }
}
.temois .inner > div .alea {
  width: 60%;
  height: 100%;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .temois .inner > div .alea {
    width: 70%;
  }
}
.temois .inner > div .aleaimg {
  width: 20%;
  height: 100%;
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
.temois .cta {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .temois .cta {
    margin-top: 30px;
  }
}
/* boutons sommaire (modele) */
.cta {
  display: block;
  position: relative;
  height: 36px;
  border: 1px solid #FFFFFF;
  border-radius: 36px;
  padding: 0.4em 1em 0.4em 0.4em;
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: 36px;
}
.cta svg {
  width: 36px;
  margin-right: 10px;
  float: left;
}
.cta svg path.rond {
  fill: #bf428f;
}
.cta svg polygon.fleche {
  fill: #FFFFFF;
}
/* cta sur fond clair */
.responsable .cta, .autres_projets .cta {
  padding: 0.4em 1em 0.4em 0.4em !important;
  border: 1px solid #001516cc !important;
  color: #001516cc;
  font-size: 1em;
}
/* fin sommaire */
.imageslider, .homeslider {
  height: 100vh;
}
/* single slider expertise */
.singleslider {
  min-height: 100%;
  display: flex;
  flex-direction: row;
}
.singleslider #single {
  width: 50%;
  height: 100%;
  position: fixed;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.singleslider #single::-webkit-scrollbar {
  width: 0 !important;
}
.singleslider #single .single-volet {
  min-height: 100vh;
  width: 100%;
  background-color: #334344;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
.singleslider #single .single-volet h1 {
  width: 70%;
  margin: 0 auto 30px auto;
  font-weight: 900;
  font-size: 3em;
  color: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet h1 {
    margin: 100px auto 0 auto;
    font-size: 2em;
  }
}
.singleslider #single .single-volet h1.port {
  width: 95%;
  margin: 100px 0 10px 0;
}
.singleslider #single .single-volet h2 {
  width: 70%;
  margin: 0 0 0 100px;
  font-weight: 900;
  font-size: 3em;
  color: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet h2 {
    margin: 100px auto 0 auto;
    font-size: 2em;
  }
}
.singleslider #single .single-volet .menu-haut {
  width: 85%;
  height: 40px;
  margin: 30vh 0 0 5vw;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet .menu-haut {
    height: 100px;
    margin: 15vh 0 0 20vw;
    width: 60%;
    padding-right: 0;
  }
}
.singleslider #single .single-volet .menu-haut ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet .menu-haut ul {
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
  }
}
.singleslider #single .single-volet .menu-haut ul li {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet .menu-haut ul li {
    width: 100%;
  }
}
.singleslider #single .single-volet .menu-haut ul li:nth-child(3) {
  border-right: 0;
}
.singleslider #single .single-volet .menu-haut ul li a {
  text-align: center;
  font-size: 1.2em;
  color: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet .menu-haut ul li a {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}
.singleslider #single .single-volet .menu-haut ul li a:hover {
  color: #00949b;
}
.singleslider #single .single-volet .menu-haut ul li.actif a {
  color: #00949b;
}
.singleslider #single .single-volet .menu-haut ul li.barremenu {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 1.6em;
  line-height: 0.7em;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet .menu-haut ul li.barremenu {
    display: none;
  }
}
.singleslider #single .single-volet .single-volet-inner {
  width: 80%;
  margin: 20px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  flex-direction: row;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet .single-volet-inner {
    flex-direction: column;
    align-items: center;
    width: 95%;
    gap: 5px;
  }
}
.singleslider #single .single-volet .single-volet-inner a {
  display: inline-block;
  align-items: flex-start;
  width: 240px;
  padding: 0.5em;
  font-weight: 900;
  font-size: 1.4em;
  color: #FFFFFF;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet .single-volet-inner a {
    font-size: 1.3em;
  }
}
.singleslider #single .single-volet .single-volet-inner a.on, .singleslider #single .single-volet .single-volet-inner a:hover {
  background-color: #6E7A7BAA;
}
.singleslider #single .single-volet .single-volet-inner ul, .singleslider #single .single-volet .single-volet-inner li, .singleslider #single .single-volet .single-volet-inner p {
  width: 100%;
  font-weight: 500;
  font-size: 1em;
  color: #FFFFFF;
}
.singleslider #single .single-volet .single-volet-inner h2.spip {
  width: 100%;
  margin: 0;
  font-size: 1.6em;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet .single-volet-inner h2.spip {
    margin: 0.6em 0;
  }
}
.singleslider #single .single-volet .deuxcta {
  width: 76%;
  margin: 20px auto 30px auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .singleslider #single .single-volet .deuxcta {
    width: 95%;
    gap: 5px;
  }
}
.singleslider .left {
  width: 50%;
}
.singleslider .single-images {
  justify-content: center;
}
.singleslider .autres_projets {
  width: 50%;
  min-height: 88vh;
  padding: 5em 0 3em 0;
  /* les a seuls */
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .singleslider .autres_projets {
    width: 90%;
    padding: 0;
    margin: 2em auto;
  }
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets {
    width: 90%;
    padding: 0;
    margin: 2em auto;
  }
}
.singleslider .autres_projets h1 {
  font-weight: 900;
  font-size: 64px;
  line-height: 1em;
  width: 90%;
  margin: 0 auto 1em auto;
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets h1 {
    width: 100%;
    font-size: 50px;
    margin-bottom: 0.5em;
  }
}
.singleslider .autres_projets h1 > span {
  font-size: 50px;
  line-height: 1.1em;
  color: #00949b;
  display: block;
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets h1 > span {
    width: 100%;
    font-size: 32px;
    margin-bottom: 0.5em;
  }
}
.singleslider .autres_projets h2.spip {
  font-size: 1.6em;
  font-weight: 900;
  color: #00949b;
  width: 90%;
  margin: 0.5em auto;
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets h2.spip {
    width: 100%;
    font-size: 1.4em;
    margin: 0.5em auto;
  }
}
.singleslider .autres_projets p {
  width: 90%;
  margin: 1em auto;
  /* les a dans un texte */
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets p {
    width: 100%;
    margin: 0 auto;
  }
}
.singleslider .autres_projets p a {
  display: inline-block;
  font-size: inherit;
  border: 0;
  margin: 0;
  padding: 0;
  color: #00949b;
}
.singleslider .autres_projets p a:hover {
  color: #89bfb7;
}
.singleslider .autres_projets ol.spip {
  width: 90%;
  margin: 1em auto;
  list-style-type: decimal;
  list-style-position: inside;
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets ol.spip {
    margin: 0 0.8em 0 0.95em;
  }
}
.singleslider .autres_projets ol.spip > li {
  margin: 1em 0 0 0;
  line-height: 1.4em;
}
.singleslider .autres_projets ol.spip > li > h3 {
  margin-bottom: 0.5em;
}
.singleslider .autres_projets ol.spip > li > p {
  margin: 0;
}
.singleslider .autres_projets ul.spip {
  width: 80%;
  margin: 1em auto;
  list-style-position: inside;
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets ul.spip {
    margin: 1em auto;
  }
}
.singleslider .autres_projets ul.spip > li {
  margin: 0;
  line-height: 1.5em;
}
.singleslider .autres_projets ul.spip > li > h3 {
  margin-bottom: 0.5em;
}
.singleslider .autres_projets ul.spip > li > p {
  margin: 0;
}
.singleslider .autres_projets a {
  display: block;
  font-size: 16px;
  margin: 0em 0 0 0.5em;
  border-left: 1px solid #00949b;
  padding-left: 0.5em;
  transition: ease-in-out 0.2s;
}
.singleslider .autres_projets a:hover {
  color: #00949b;
}
.singleslider .autres_projets #eco-table {
  width: 80%;
  margin: 0 auto 2em auto;
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets #eco-table {
    width: 90%;
  }
}
.singleslider .autres_projets #eco-table .eco {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets #eco-table .eco {
    flex-direction: column;
  }
}
.singleslider .autres_projets #eco-table .eco h3 {
  width: 30%;
  padding: 2em;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 32px;
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets #eco-table .eco h3 {
    width: 90%;
    padding: 5%;
  }
}
.singleslider .autres_projets #eco-table .eco h3 span {
  color: #00949b;
}
.singleslider .autres_projets #eco-table .eco h3 span:first-of-type {
  font-weight: 900;
  font-size: 80px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets #eco-table .eco h3 span:first-of-type {
    font-size: 40px;
  }
}
.singleslider .autres_projets #eco-table .eco div {
  width: 70%;
  padding: 2em;
  font-size: 14px;
  line-height: 1.5em;
}
@media only screen and (max-width: 640px) {
  .singleslider .autres_projets #eco-table .eco div {
    width: 90%;
    padding: 5%;
  }
}
.singleslider .autres_projets #eco-table .eco div span {
  color: #00949b;
}
.singleslider .autres_projets #eco-table .eco div a.spip_in, .singleslider .autres_projets #eco-table .eco div a.spip_out {
  width: 100%;
  display: block;
  color: #00949b;
  border-left: 1px solid #00949b;
  padding: 0 0.5em;
  margin: 0.5em 0;
}
.singleslider .autres_projets #eco-table .eco:nth-child(2n-1) h3 {
  background-color: #89bfb7;
}
.singleslider .autres_projets #eco-table .eco:nth-child(2n-1) h3 span {
  color: white;
}
.singleslider .autres_projets #eco-table .eco:nth-child(2n-1) div {
  color: inherit;
  background-color: #dbebe9;
}
.singleslider .special-iframe {
  width: 50%;
  min-height: 88vh;
  padding: 5em 0 3em 0;
  background-color: #001516ff;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .singleslider .special-iframe {
    width: 100vw;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .singleslider .special-iframe {
    width: 100vw;
    padding: 0;
    margin: 0;
  }
}
.singleslider .special-iframe .iframe-wrapper {
  width: 90%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .singleslider .special-iframe .iframe-wrapper {
    height: calc(1000px * (100vw / 500px));
  }
}
@media only screen and (max-width: 640px) {
  .singleslider .special-iframe .iframe-wrapper iframe {
    width: 480px;
    height: 1000px;
    transform-origin: top left;
    transform: scale(calc(100vw / 500px));
    border: none;
  }
}
.singleslider .single-images {
  width: calc(40% - 10em);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px 8px;
  padding: 6vh 4em;
  flex-wrap: wrap;
}
.singleslider .single-images a.paysage {
  width: 100%;
}
.singleslider .single-images a.portrait {
  width: calc(50% - 4px);
}
.singleslider .single-images a img {
  width: 100%;
  display: block;
  margin: auto;
  height: auto;
}
.singleslider .menu-port {
  flex: 10%;
  width: min(16em, 14vw);
  right: 0;
  height: 100vh;
  position: fixed;
  min-height: 390px;
  min-width: 120px;
  display: flex;
  align-items: center;
}
.singleslider .menu-port ul {
  padding-left: 20px;
  line-height: min(2em, 3vw);
  list-style: none;
}
.singleslider .menu-port ul > li {
  text-transform: uppercase;
  font-size: min(1vw, 14px);
}
.singleslider .menu-port ul > li a {
  color: #00151650;
}
.singleslider .menu-port ul > li a:hover {
  color: #00949b;
}
.singleslider .menu-port ul > li.actif a {
  color: #00949b;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .singleslider {
    flex-direction: column;
  }
  .singleslider #single {
    width: initial;
    position: initial;
  }
  .singleslider #single .single-volet {
    min-height: inherit;
  }
  .singleslider .single-images {
    width: calc(100% - 4em);
    padding: 2em;
  }
  .singleslider .menu-port {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .singleslider {
    flex-direction: column;
  }
  .singleslider #single {
    width: initial;
    position: initial;
  }
  .singleslider #single .single-volet {
    min-height: inherit;
  }
  .singleslider .single-images {
    width: calc(100% - 4em);
    padding: 2em;
  }
  .singleslider .menu-port {
    display: none;
  }
}
/* fin single slider utilisé ?? */
/* image slider utilisé ?? */
.imageslider {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.imageslider .bg_mobile, .imageslider .spip_logo {
  display: none;
}
.imageslider .team {
  height: 100%;
  width: 70%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .imageslider .team {
    width: 99%;
    height: 160px;
    margin: -21px 0 0 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.imageslider .team > .teamlist {
  position: absolute;
  right: -32px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 640px) {
  .imageslider .team > .teamlist {
    width: 100%;
    right: 0;
    position: inherit;
    flex-direction: row;
    gap: 3px;
    justify-content: space-evenly;
  }
}
.imageslider .team > .teamlist > li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  .imageslider .team > .teamlist > li a {
    gap: 0;
  }
}
.imageslider .team > .teamlist > li a svg {
  height: 42px;
  width: 42px;
}
.imageslider .team > .teamlist > li a span {
  width: 0;
  font-size: 14px;
  color: #001516cc;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .imageslider .team > .teamlist > li a span {
    transform: translateX(-30px) translateY(30px) rotate(90deg);
    position: relative;
    left: 8px;
  }
}
.imageslider .team > .teamlist > li:hover circle, .imageslider .team > .teamlist > li:hover .fond, .imageslider .team > .teamlist > li.actif circle, .imageslider .team > .teamlist > li.actif .fond {
  fill: #00949b;
  opacity: 0.8;
}
.imageslider .team > .teamlist > li:hover span, .imageslider .team > .teamlist > li.actif span {
  color: #00949b;
}
@media only screen and (max-width: 640px) {
  .imageslider {
    background: none !important;
    height: initial;
  }
  .imageslider .bg_mobile, .imageslider .spip_logo {
    display: block;
    width: 100%;
    height: auto;
  }
}
/* fin image slider utilisé ?? */
/* exp slider utilisé ?? */
.expslider {
  display: flex;
  min-height: max(100vh, 500px);
  flex-wrap: nowrap;
}
.expslider div.left {
  flex: 50%;
  width: 50%;
}
.expslider div.left .left-inner {
  position: relative;
  display: flex;
  min-height: calc(100% - 10em);
  flex-direction: column;
  justify-content: center;
  text-align: end;
  gap: 32px 0;
  margin-top: 10em;
}
.expslider div.left .left-inner .split {
  font-size: 80px;
  width: 100% !important;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  transform: translateY(-1.25em);
  top: 0px;
  z-index: 3;
}
.expslider div.left .left-inner .split span {
  position: absolute;
  left: 100%;
  width: max-content;
  color: white;
}
.expslider div.left .left-inner .split span:first-of-type {
  color: #001516cc;
  transform: translateX(-100%);
}
.expslider div.left .left-inner div {
  margin: 2em 2em 2em 0;
  position: relative;
}
.expslider div.left .left-inner div img {
  position: absolute;
  width: 40px;
  top: -60px;
  right: -8px;
}
.expslider div.left .left-inner div h2.spip {
  font-weight: 900;
  color: #00949b;
  font-size: min(32px, 6vw);
  margin-bottom: 10px;
}
.expslider div.left .left-inner div p {
  line-height: 1.5em;
}
.expslider div.left .left-inner .liens {
  position: absolute;
  right: -70%;
  margin: 0;
  width: 70%;
  z-index: 1;
  top: 75%;
  background-image: none !important;
}
.expslider div.left .left-inner .liens p {
  text-align: left;
  margin: 0 2em;
}
.expslider div.left .left-inner .liens p a {
  text-align: center;
  padding: 0.5em 2.5em;
  border-radius: 5px;
  margin: 4px;
  display: inline-block;
  color: white;
  border: 1px solid white;
}
.expslider div.right {
  flex: 50%;
  width: 50%;
  position: relative;
}
.expslider div.right .right-inner {
  display: flex;
  height: 100%;
}
.expslider div.right .right-inner .competences {
  flex: 75%;
  width: 75%;
  background-repeat: no-repeat;
  background-color: #001516cc;
  background-blend-mode: darken;
  background-position: center;
  background-size: cover;
  padding: 4em 0;
  margin-right: min(16em, 14vw);
}
.expslider div.right .right-inner .menu-exp {
  width: min(16em, 14vw);
  right: 0;
  height: 100vh;
  position: fixed;
  min-height: 390px;
  min-width: 120px;
  display: flex;
  align-items: center;
  border-left: 1px solid #00151650;
}
.expslider div.right .right-inner .menu-exp ul {
  list-style: none;
  padding-left: 30px;
  line-height: min(2em, 3vw);
}
.expslider div.right .right-inner .menu-exp ul > li {
  text-transform: uppercase;
  font-size: min(1vw, 14px);
  position: relative;
}
.expslider div.right .right-inner .menu-exp ul > li a {
  color: #00151650;
}
.expslider div.right .right-inner .menu-exp ul > li a:hover {
  color: #00949b;
}
.expslider div.right .right-inner .menu-exp ul > li img {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: -45px;
}
.expslider div.right .right-inner .menu-exp ul > li .ss-menu-exp {
  display: none;
}
.expslider div.right .right-inner .menu-exp ul > li.actif a {
  color: #00949b;
}
.expslider div.right .right-inner .menu-exp ul > li.actif .ss-menu-exp {
  display: block;
  margin: 0;
  padding-left: 10px;
}
.expslider div.right .right-inner .menu-exp ul > li.actif .ss-menu-exp a {
  color: #00151650;
  text-transform: initial;
}
.expslider div.right .right-inner .menu-exp ul > li.actif img {
  display: block;
}
@media only screen and (max-width: 640px) {
  .expslider {
    flex-direction: column;
    padding-top: calc(64px + 2em);
  }
  .expslider div.left {
    flex: 0%;
    width: 100%;
  }
  .expslider div.left .left-inner {
    margin-top: 0;
    text-align: left;
  }
  .expslider div.left .left-inner .split {
    position: inherit;
    transform: none;
    text-align: center;
    z-index: 2;
  }
  .expslider div.left .left-inner .split span {
    position: inherit;
    transform: none !important;
    left: inherit;
    color: #001516cc;
    display: inline-block;
    font-size: min(14vw, 80px);
  }
  .expslider div.left .left-inner div {
    margin: 0 2em;
  }
  .expslider div.left .left-inner div img {
    display: none;
  }
  .expslider div.left .left-inner div p br {
    display: none;
  }
  .expslider div.left .left-inner .liens {
    position: initial;
    width: 100%;
    right: 0;
  }
  .expslider div.left .left-inner .liens p span {
    color: initial !important;
  }
  .expslider div.left .left-inner .liens p a {
    color: initial;
    border: solid 1px;
  }
  .expslider div.right {
    flex: 0%;
    width: 100%;
    position: relative;
  }
  .expslider div.right .right-inner {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .expslider div.right .right-inner .competences {
    flex: 100%;
    width: 100%;
    display: none;
    position: relative;
    background: none !important;
    flex-direction: column;
    justify-content: center;
    gap: 32px 0;
  }
  .expslider div.right .right-inner .menu-exp {
    flex: 100%;
    width: 100%;
    position: inherit;
    right: inherit;
    min-height: 150px;
    border-top: 1px solid #00151650;
    border-left: none;
    margin-top: 1em;
    margin-bottom: 4em;
  }
  .expslider div.right .right-inner .menu-exp ul {
    list-style: none;
    margin: -75px auto 1em auto;
    rotate: 90deg;
    height: 140px;
    padding-left: 0;
  }
  .expslider div.right .right-inner .menu-exp ul > li {
    font-size: 14px;
    line-height: 2em;
    width: 0;
    white-space: nowrap;
  }
  .expslider div.right .right-inner .menu-exp ul > li .ss-menu-exp {
    rotate: 0deg;
  }
  .expslider div.right .right-inner .menu-exp ul > li.actif a {
    color: #00949b;
  }
  .expslider div.right .right-inner .menu-exp ul > li.actif .ss-menu-exp {
    display: block;
    margin: 0;
    height: auto;
    padding-left: 10px;
  }
  .expslider div.right .right-inner .menu-exp ul > li.actif .ss-menu-exp li a {
    color: #00151650;
    text-transform: initial;
    width: 0;
    display: block;
  }
  .expslider div.right .right-inner .menu-exp ul > li.actif img {
    display: block;
  }
}
/* exp slider utilisé ?? */
/* sol slider utilisé ?? */
.solslider {
  display: flex;
  min-height: max(100vh, 500px);
  flex-wrap: nowrap;
}
.solslider div.left {
  flex: 76%;
  margin-right: calc(min(16em, 14vw));
}
.solslider div.left h2 {
  color: #00949b;
  font-weight: 900;
  font-size: min(4vw, 80px);
  padding: 0.5em 0 0.5em 0;
  text-align: center;
}
.solslider div.left .chapo {
  display: flex;
}
.solslider div.left .chapo h2.spip {
  font-size: min(2em, 60px) !important;
  padding: 0.5em 0 !important;
  text-align: left;
}
.solslider div.left .chapo .texte {
  margin-top: 10em;
  margin-bottom: 2em;
  flex: 60%;
  display: flex;
  position: relative;
}
.solslider div.left .chapo .texte .text-inner {
  width: 90%;
  margin: auto 0;
}
.solslider div.left .chapo .texte .split {
  font-size: 80px;
  width: 100% !important;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  transform: translateY(-1.25em);
}
.solslider div.left .chapo .texte .split span {
  position: absolute;
  left: 100%;
  width: max-content;
  color: white;
}
.solslider div.left .chapo .texte .split span:first-of-type {
  color: #001516cc;
  transform: translateX(-100%);
}
.solslider div.left .chapo .citation {
  flex: 40%;
  background-image: url('https://www.zedd.fr/IMG/logo/fd-expertise-solutionsweb-ok.webp');
  background-repeat: no-repeat;
  background-color: #001516cc;
  background-blend-mode: darken;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.solslider div.left .chapo .citation .inner {
  width: 80%;
  display: block;
  margin: auto;
  color: white;
  line-height: 1.5em;
  font-size: 20px;
}
.solslider div.left .chapo .citation .inner strong {
  font-size: 28px;
  font-weight: normal;
}
.solslider div.left .chapo .citation .inner .credit {
  display: block;
  font-weight: 900;
  color: #00949b;
  margin-top: 16px;
  font-size: 24px;
  text-align: end;
}
.solslider div.left .chapo .citation .inner .web, .solslider div.left .chapo .citation .inner .spip_out {
  border-left: 1px solid #00949b;
  padding-left: 0.5em;
  margin: 2em 0 0 0.5em;
  color: white !important;
  font-family: Grotesk;
  font-weight: 400;
  font-size: 0.6em;
  font-style: normal;
}
.solslider div.left .chapo .citation .inner .spip_out {
  display: inline-block;
  font-size: 16px;
  margin: 0em 0 0 0.5em;
}
.solslider div.left .chapo .citation .inner p {
  width: 100%;
}
.solslider div.left .chapo .citation .inner p a.spip_in {
  width: 30%;
  display: block;
  font-size: 1.1em;
  padding: 0.3em 1.6em;
  margin: 50px auto 20px auto;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}
.solslider div.margin {
  flex: 13%;
  min-width: 150px;
}
.solslider div.menu-exp {
  width: min(16em, 14vw);
  right: 0;
  height: 100vh;
  position: fixed;
  min-height: 390px;
  min-width: 120px;
  display: flex;
  align-items: center;
  border-left: 1px solid #00151650;
}
.solslider div.menu-exp ul {
  list-style: none;
  padding: 0 0 0 30px;
  line-height: min(2em, 3vw);
}
.solslider div.menu-exp ul > li {
  text-transform: uppercase;
  font-size: min(1vw, 14px);
  position: relative;
  width: 0;
  white-space: nowrap;
}
.solslider div.menu-exp ul > li img {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: -45px;
}
.solslider div.menu-exp ul > li a {
  color: #00151650;
}
.solslider div.menu-exp ul > li.actif a {
  color: #00949b;
}
.solslider div.menu-exp ul > li.actif img {
  display: block;
}
.solslider div.menu-exp ul.ss-menu-exp {
  padding: 0 0 0 10px;
}
.solslider div.menu-exp ul.ss-menu-exp li {
  text-transform: initial;
  font-size: min(1vw, 14px);
}
.solslider div.menu-exp ul.ss-menu-exp li a {
  color: #00151650;
  width: 0;
  display: block;
}
.solslider div.menu-exp ul.ss-menu-exp li.actif a {
  color: #00949b;
}
@media only screen and (max-width: 640px) {
  .solslider {
    flex-direction: column;
  }
  .solslider div.margin {
    min-height: 64px;
  }
  .solslider div.left {
    width: 100%;
    margin: auto;
  }
  .solslider div.left h2 {
    font-size: min(6vw, 80px);
  }
  .solslider div.left .chapo {
    flex-direction: column;
    padding-bottom: 2em;
  }
  .solslider div.left .chapo .texte {
    margin-bottom: 0 !important;
    width: 90%;
    margin: auto;
    flex-direction: column;
  }
  .solslider div.left .chapo .texte .split {
    position: inherit;
    transform: none;
    text-align: center;
  }
  .solslider div.left .chapo .texte .split span {
    position: inherit;
    transform: none !important;
    left: inherit;
    color: #001516cc;
    display: inline-block;
    font-size: min(9vw, 80px);
  }
  .solslider div.left .chapo .texte .split span:last-of-type {
    margin-left: -8px;
  }
  .solslider div.left .chapo .texte .text-inner {
    width: 100%;
  }
  .solslider div.left .chapo .citation {
    padding: 3em 1em;
    margin: 2em 0;
  }
  .solslider div.menu-exp {
    flex: 100%;
    width: 100%;
    position: inherit;
    right: inherit;
    min-height: 150px;
    border-top: 1px solid #00151650;
    border-left: none;
    margin-top: 1em;
    margin-bottom: 4em;
    align-items: initial;
    height: initial;
  }
  .solslider div.menu-exp ul {
    list-style: none;
    margin: -55px auto 1em auto;
    rotate: 90deg;
    height: 140px;
  }
  .solslider div.menu-exp ul li {
    font-size: 14px;
    line-height: 2em;
    width: 0;
    white-space: nowrap;
  }
  .solslider div.menu-exp ul li .ss-menu-exp {
    rotate: 0deg;
  }
  .solslider div.menu-exp ul li.actif a {
    color: #00949b;
  }
  .solslider div.menu-exp ul li.actif .ss-menu-exp {
    display: block;
    margin: 0;
    height: auto;
    padding-left: 10px;
  }
  .solslider div.menu-exp ul li.actif .ss-menu-exp li {
    font-size: 14px;
    line-height: 2em;
  }
  .solslider div.menu-exp ul li.actif .ss-menu-exp li a {
    color: #00151650;
    text-transform: initial;
    width: 0;
    display: block;
  }
  .solslider div.menu-exp ul li.actif .ss-menu-exp li.actif a {
    color: #00949b;
  }
  .solslider div.menu-exp ul li.actif img {
    display: block;
  }
}
/* fin sol slider utilisé ?? */
.oembed {
  margin: 0 0 2em 0;
}
.oembed .spip_doc_legende {
  display: none;
}
/* port slider utilisé ?? */
.portslider {
  display: flex;
}
.portslider .temoi {
  flex: 75%;
  width: 75%;
  height: auto;
  padding: 5em 16em;
}
.portslider .temoi h1 {
  font-size: 80px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #00949b;
}
.portslider .temoi h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  color: initial;
}
.portslider .temoi div.intro {
  padding: 2em 1em 1em 1em;
  text-align: center;
}
.portslider .temoi .oembed {
  padding: 0;
  clear: both;
}
.portslider .temoi .temaudio {
  width: 100%;
  height: auto;
  margin: 0 0 2em 0;
  padding: 0.6em 0 2em 0;
  clear: both;
  border-top: 0.5px solid #BBBBBB;
  border-bottom: 0.5px solid #BBBBBB;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .portslider .temoi .temaudio {
    width: 80%;
    margin: 0 0 1em 2em;
  }
}
@media only screen and (max-width: 640px) {
  .portslider .temoi .temaudio {
    width: 90%;
    margin: 0 auto 1em auto;
  }
}
.portslider .temoi .temaudio p {
  font-size: 1em;
  margin: 10px 0 0 0;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .portslider .temoi .temaudio p {
    width: 90%;
    margin: 0 auto 1em auto;
  }
}
.portslider .temoi .temaudio h2 {
  font-size: 30px;
  text-align: left;
  font-weight: 900;
  color: initial;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .portslider .temoi .temaudio h2 {
    width: 100% !important;
    text-align: center;
    margin: 0 0 1em 0;
  }
}
.portslider .temoi .temaudio .spip_document_right {
  float: right;
  width: 230px;
}
@media only screen and (max-width: 640px) {
  .portslider .temoi .temaudio .spip_document_right {
    float: initial;
    width: 90%;
  }
}
.portslider .temoi .temaudio .spip_document_right figure {
  padding: 5px;
  margin: 0 0 0 40px;
}
.portslider .temoi .temaudio .spip_document_right figure img {
  width: 100%;
  height: auto;
  border-radius: 222px;
}
.portslider .temoi .temaudio .spip_document_right figure figcaption {
  display: none;
}
.portslider .temoi .temaudio .spip_document_right.spip_document_player {
  float: right;
  width: 230px;
}
@media only screen and (max-width: 640px) {
  .portslider .temoi .temaudio .spip_document_right.spip_document_player {
    float: initial;
    width: 95%;
  }
}
.portslider .temoi .temaudio .spip_document_right.spip_document_player figure {
  height: 70px;
  padding: 5px;
  margin: 60px 0 0 0;
}
@media only screen and (max-width: 640px) {
  .portslider .temoi .temaudio .spip_document_right.spip_document_player figure {
    margin: 20px 0 0 0;
  }
}
.portslider .temoi .temaudio .spip_document_right.spip_document_player figure .mejs-audio-wrapper-skin-dewplayer {
  height: 30px !important;
}
.portslider .temoi .temaudio .spip_document_right.spip_document_player figure figcaption {
  display: block;
  text-align: center;
}
.portslider .temoi .temaudio .spip_document_right.spip_document_player figure figcaption .spip_doc_titre strong {
  font-weight: normal;
  font-style: italic;
  color: #999999;
  font-size: 0.9em;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .portslider .temoi {
    flex: 100%;
    padding: 5em 0;
  }
  .portslider .temoi h1 {
    font-size: 50px;
  }
  .portslider .temoi h2 {
    font-size: 30px;
  }
  .portslider .temoi div.intro {
    padding: 1em;
  }
}
@media only screen and (max-width: 640px) {
  .portslider .temoi {
    flex: 100%;
    padding: 5em 0;
  }
  .portslider .temoi h1 {
    font-size: 50px;
  }
  .portslider .temoi h2 {
    font-size: 30px;
  }
  .portslider .temoi div.intro {
    padding: 1em;
  }
}
.portslider .portfolio {
  flex: 75%;
  width: 75%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 5em 16em;
}
.portslider .portfolio .port-item {
  position: relative;
  margin: 0;
  flex-grow: initial !important;
  flex: 50%;
}
.portslider .portfolio .port-item .ecocon {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 10000;
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #EEEEEE;
}
.portslider .portfolio .port-item .ecocon > img {
  width: 100%;
  height: auto;
}
.portslider .portfolio .port-item .port-item-inner {
  padding: 8px;
  outline: 1px solid #001516aa;
  outline-offset: -9px;
}
.portslider .portfolio .port-item .port-item-inner .port-img {
  background-position: center;
  background-size: cover;
  padding-top: 66%;
  width: 100%;
  color: #acbdb9 !important;
  position: relative;
  display: block;
  height: 0;
}
.portslider .portfolio .port-item .port-item-inner .port-img div {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(50% - 4em);
  padding: 0 2em;
  justify-content: center;
  background-color: #001516cc;
}
.portslider .portfolio .port-item .port-item-inner .port-img div h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
}
.portslider .portfolio .port-item .port-item-inner .port-img div h4 {
  font-size: 18px;
  font-weight: 400;
}
.portslider .portfolio .port-item .port-item-inner .port-img div ul {
  list-style: none;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.3em;
}
.portslider .menu-port {
  flex: 25%;
  width: min(16em, 14vw);
  right: 0;
  height: 100vh;
  position: fixed;
  min-height: 390px;
  min-width: 120px;
  display: flex;
  align-items: center;
}
.portslider .menu-port ul {
  padding-left: 20px;
  line-height: min(2em, 3vw);
  list-style: none;
}
.portslider .menu-port ul li {
  text-transform: uppercase;
  font-size: min(1vw, 14px);
}
.portslider .menu-port ul li a {
  color: #00151650;
}
.portslider .menu-port ul li a:hover {
  color: #00949b;
}
.portslider .menu-port ul li.actif a {
  color: #00949b;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .portslider .portfolio {
    padding: 5em 8em;
  }
  .portslider .portfolio .port-item {
    flex: 50%;
  }
  .portslider .portfolio .port-item .port-item-inner .port-img div {
    width: calc(50% - 4em);
    padding: 0 2em;
  }
  .portslider .portfolio .port-item .port-item-inner .port-img div h3, .portslider .portfolio .port-item .port-item-inner .port-img div h4 {
    font-size: 16px;
    font-weight: normal;
  }
  .portslider .portfolio .port-item .port-item-inner .port-img div h3 {
    text-transform: uppercase;
  }
  .portslider .menu-port {
    width: 8em;
  }
}
@media only screen and (max-width: 640px) {
  .portslider .portfolio {
    padding: 5em 0em;
  }
  .portslider .portfolio .port-item {
    flex: 100%;
    max-width: 500px;
    margin: auto;
  }
  .portslider .portfolio .port-item .port-item-inner .port-img div {
    width: calc(50% - 2em);
    padding: 0 1em;
  }
  .portslider .portfolio .port-item .port-item-inner .port-img div h3, .portslider .portfolio .port-item .port-item-inner .port-img div h4 {
    font-size: 16px;
    font-weight: normal;
  }
  .portslider .portfolio .port-item .port-item-inner .port-img div h3 {
    text-transform: uppercase;
  }
  .portslider .menu-port {
    display: none;
  }
}
/* fin port slider utilisé ?? */
.chiffre {
  padding: 4em 0 0 0;
  min-height: calc(90vh - 16em);
}
.chiffre .inner {
  width: 90%;
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 32px 0;
}
.chiffre .inner h2 {
  font-weight: 900;
  font-size: min(6vw, 100px);
  line-height: 1em;
}
.chiffre .inner h3 {
  font-weight: 900;
  font-size: min(5vw, 60px);
  line-height: 1em;
}
.chiffre .inner .chifflex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  text-align: center;
}
.chiffre .inner .chifflex div {
  width: 25%;
}
.chiffre .inner .chifflex div.image {
  width: 50%;
}
.chiffre .inner .chifflex div:first-of-type {
  text-align: right;
}
.chiffre .inner .chifflex div span {
  margin: 40px 0 0 0;
  display: block;
  line-height: 1em;
}
.chiffre .inner .chifflex div span:first-of-type {
  margin: 0;
}
.chiffre .inner .chifflex img {
  width: 80%;
  height: auto;
}
.chiffre .inner .chifflex p {
  font-size: 28px;
  display: block;
  line-height: 1.2em;
}
.chiffre .inner .chifflex p.source {
  font-size: 14px;
  margin-top: 10px;
}
.chiffre .inner .btn_sommaire {
  margin: auto;
  width: initial !important;
  text-align: center !important;
  margin-top: 80px;
}
.chiffre .inner .btn_sommaire a {
  text-align: center;
  border: 1px solid;
  padding: 0.8em 4em;
  width: fit-content;
  color: initial;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .chiffre {
    padding: 4em 0;
  }
  .chiffre .inner h2, .chiffre .inner h3 {
    font-size: min(64px, 15vw);
    margin-bottom: 0 !important;
  }
  .chiffre .inner .chifflex {
    flex-direction: column;
  }
  .chiffre .inner .chifflex div {
    width: 100% !important;
    margin-bottom: 2em;
    order: 3;
    text-align: center !important;
    margin-top: 0 !important;
  }
  .chiffre .inner .chifflex div:first-of-type {
    order: 1;
  }
  .chiffre .inner .chifflex div:last-of-type {
    order: 2;
  }
  .chiffre .inner .chifflex div .btn_sommaire {
    margin-top: 80px !important;
  }
  .chiffre .inner .chifflex p {
    font-size: 21px;
  }
}
@keyframes MoveDown {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 1;
    fill: #bf428f;
  }
  50% {
    transform: translateY(26px);
    opacity: 0;
    fill: #d98ebc;
  }
  100% {
    opacity: 0;
  }
}
@keyframes MoveUpDownMobile {
  0%, 100% {
    bottom: -26px;
  }
  50% {
    bottom: 8px;
  }
}
/*=====================================================
Formidable
=====================================================*/
.formulaire_formidable {
  width: 95%;
  margin-top: 1em;
}
.formulaire_formidable ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAAAAA;
  opacity: 1;
  /* Firefox */
  font-family: Grotesk, sans-serif;
  font-weight: 900;
}
.formulaire_formidable :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA;
}
.formulaire_formidable ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #AAAAAA;
}
.formulaire_formidable label {
  font-size: 0.6em;
  color: #AAAAAA;
}
.formulaire_formidable input {
  width: 100%;
  padding: 0.5em 0.5em 0.4em 0.5em;
  margin: 0.2em 0 0.8em 0;
  font-family: Grotesk, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  border: 0;
  border-radius: 3px;
  color: #364344;
  opacity: 90%;
}
.formulaire_formidable textarea {
  width: 100%;
  padding: 0.5em 0.5em 0.4em 0.5em;
  font-family: Grotesk, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  border: 0;
  border-radius: 3px;
  color: #364344;
}
.formulaire_formidable p.boutons {
  width: 100%;
  position: relative;
}
.formulaire_formidable p.boutons button[type="submit"] {
  width: 104%;
  padding: 0.5em 4em 0.4em 4em;
  margin: 2em 0 0 0;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  font-family: Grotesk, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: #FFFFFF;
}
.formulaire_formidable .reponse_formulaire_ok {
  color: #E333B8;
}
#formulaire_formidable-1 {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #formulaire_formidable-1 {
    width: 95%;
  }
}
#formulaire_formidable-1 ::placeholder {
  font-size: 1.1em;
}
#formulaire_formidable-1 input {
  font-size: 1.1em;
}
#formulaire_formidable-1 textarea {
  font-size: 1.1em;
}
#formulaire_formidable-1 p.boutons button[type="submit"] {
  font-size: 1.1em;
}
#formulaire_formidable-2 {
  width: 85%;
}
@media only screen and (max-width: 640px) {
  #formulaire_formidable-2 {
    width: 95%;
  }
}
#formulaire_formidable-2 ::placeholder {
  font-size: 0.9em;
}
#formulaire_formidable-2 label {
  display: none;
}
#formulaire_formidable-2 input {
  font-size: 0.9em;
}
#formulaire_formidable-2 p.boutons button[type="submit"] {
  font-size: 1em;
}
#formulaire_formidable-2 fieldset {
  border: none;
}
#formulaire_formidable-2 fieldset > .choix {
  width: 100%;
}
#formulaire_formidable-2 fieldset > .choix > .checkbox {
  width: 10%;
  float: left;
  position: relative;
  top: 8px;
}
#formulaire_formidable-2 fieldset > .choix > label {
  display: inline-block;
  width: 90%;
  font-size: 0.8em;
  line-height: 1em;
}
