/*
#@squelettes/assets/css/style.scss
*/
/* 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;
  font-size: 14px;
  line-height: 1.5em;
}
h1, h2.spip, h2, h3, h4 {
  font-weight: bold;
}
.spip-admin-bloc, .spip-admin-float {
  right: 15% !important;
}
@media only screen and (max-width: 900px) {
  .spip-admin-bloc, .spip-admin-float {
    font-size: 12px;
  }
}
/* */
html {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  display: none;
}
body {
  scroll-behavior: smooth;
  min-height: 100vh;
  min-width: 350px;
  margin: auto;
  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 svg .fleche {
  fill: #FFFFFF;
}
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;
}
#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: 900px) {
  #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: 900px) {
  #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 {
  position: absolute;
  transform: rotateZ(-90deg);
  font-weight: 900;
  bottom: -32px;
  left: 48px;
  width: 0;
  font-size: 32px;
  text-transform: uppercase;
  color: #89bfb7;
  direction: rtl;
  display: ruby;
}
#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: 900px) {
  #menuButton {
    background-color: white;
    width: 100%;
    padding-bottom: 8px;
  }
  #menuButton.blanc {
    background-color: initial;
  }
  #menuButton svg:first-of-type {
    width: 26px;
  }
  #menuButton .logozedd {
    width: 65px;
  }
  #menuButton .logozedd .st1 {
    fill: #00949b;
    stroke: #00949b;
  }
  #menuButton .logozedd .st2 {
    transition: ease-in-out 0.1s;
    fill: #444E51;
    stroke: #444E51;
  }
  #menuButton aside {
    transform: initial;
    bottom: 6px;
    right: 60px;
    display: block;
    width: initial;
  }
  #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;
  }
}
footer {
  background-color: #344445;
  padding: 2em;
}
footer p {
  display: inline-block;
  color: white;
  margin: 0 1em;
  font-size: 0.9em;
}
footer p a {
  color: #FFFFFF;
}
footer p a:hover {
  opacity: 0.8;
}
#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;
}
#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;
  font-weight: normal;
  list-style: none;
  height: 25px;
}
#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;
}
#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 #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: 901px) 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: 900px) {
  #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;
  }
}
.homeslider {
  display: flex;
  flex-wrap: wrap;
}
.homeslider div.logo {
  background-color: white;
  position: relative;
  z-index: 4;
  height: 100vh;
  flex: 50%;
}
.homeslider div.logo .fleches {
  width: 34px;
  height: 35px;
  position: absolute;
  right: -17px;
  bottom: 2em;
  z-index: 5;
  fill: #bb428e;
  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;
}
.homeslider div.logo .logo-inner svg {
  width: min(80%, 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/espa95.webp');
  background-repeat: no-repeat;
  background-color: #001516cc;
  background-blend-mode: darken;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 3;
  height: 100vh;
  flex: 50%;
}
.homeslider .slogan .slogan-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.homeslider .slogan .slogan-inner .slogan-txt {
  width: min-content;
}
.homeslider .slogan .slogan-inner .slogan-txt span {
  color: white;
  flex: 100%;
  font-weight: 900;
  font-size: min(8vw, 12vh, 100px);
}
.homeslider .slogan .slogan-inner .slogan-txt span.lisere {
  width: 27%;
  transition: ease-in-out 0.2s;
  display: block;
  border-bottom: 2px solid #bb428e;
  margin: 0 0 0 52%;
}
.homeslider .slogan .slogan-inner .slogan-txt span#joke {
  display: inline-flex;
  flex-direction: column;
  transition: 0.2s ease-in-out;
  height: 0;
}
.homeslider .slogan .slogan-inner .slogan-txt span#joke span:first-of-type {
  opacity: 1;
  transition: max-height 0.2s ease-in, transform 0.2s ease-in, opacity 0.2s ease-in;
  max-height: 100%;
}
.homeslider .slogan .slogan-inner .slogan-txt span#joke span:last-of-type {
  opacity: 0;
  transition: 0.2s ease-in;
  transform: translateY(80px);
}
.homeslider .slogan .slogan-inner:hover .slogan-txt span.lisere {
  width: 16%;
  transform: translateY(2vh);
}
.homeslider .slogan .slogan-inner:hover .slogan-txt span #joke span:first-of-type {
  opacity: 0;
  max-height: 0;
  transform: translateY(-12vh);
}
.homeslider .slogan .slogan-inner:hover .slogan-txt span #joke span:last-of-type {
  opacity: 1;
  transform: translateY(2vh);
}
@media only screen and (max-width: 900px) {
  .homeslider div.logo {
    height: 50vh;
    flex: 100%;
  }
  .homeslider div.logo .fleches {
    right: calc(50% - 17px);
    animation: MoveUpDownMobile 1.5s ease-in-out infinite;
  }
  .homeslider div.logo .logo-inner {
    margin-top: 35px;
    gap: 16px;
  }
  .homeslider div.logo .logo-inner span {
    width: initial;
  }
  .homeslider div.logo .logo-inner svg {
    width: min(30vh, 300px);
  }
  .homeslider .slogan {
    height: 50vh;
    flex: 100%;
  }
  .homeslider .slogan .slogan-inner .slogan-txt span#joke {
    position: absolute;
  }
  .homeslider .slogan .slogan-inner .slogan-txt span.liserai {
    height: 2vh;
  }
}
.imageslider, .homeslider {
  height: 100vh;
}
.singleslider {
  min-height: 100%;
  display: flex;
}
.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 {
  background-color: #334344;
  display: flex;
  min-height: 100vh;
  width: 100%;
  align-items: center;
}
.singleslider #single .single-volet-inner {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px 0;
  padding: 8em 8em 8em calc(12em + 8px);
  color: white;
}
.singleslider #single .single-volet-inner .ecocon {
  position: absolute;
  top: 100px;
  right: 25px;
  z-index: 10000;
  background-color: white;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.singleslider #single .single-volet-inner .ecocon > img {
  width: 100%;
  height: 100%;
}
.singleslider #single .single-volet-inner h1 {
  text-transform: uppercase;
  font-size: min(32px, 6vw);
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1em;
}
.singleslider #single .single-volet-inner h2.spip {
  font-size: min(20px, 6vw);
  margin: 16px 0 10px 0;
  font-weight: 500;
}
.singleslider #single .single-volet-inner p {
  font-size: 14px;
  margin-bottom: 1.5em;
}
.singleslider #single .single-volet-inner ul, .singleslider #single .single-volet-inner ul.spip {
  font-size: 14px;
  margin: 0.5em 0 1.5em 0;
}
.singleslider #single .single-volet-inner ul > li, .singleslider #single .single-volet-inner ul.spip > li {
  margin: 0 0 0.3em 0;
}
.singleslider #single .single-volet-inner a.spip_out {
  border-left: 1px solid #00949b;
  padding-left: 0.5em;
  margin: 2em 0 0 0;
  color: white !important;
}
.singleslider .left {
  width: 50%;
}
.singleslider .single-images {
  justify-content: center;
}
.singleslider .autres_projets {
  width: 40%;
  min-height: 88vh;
  /* les a seuls */
}
.singleslider .autres_projets h2.spip {
  font-weight: 900;
  color: #00949b;
  font-size: min(32px, 6vw);
  width: 100%;
  margin-left: 0.5em;
}
.singleslider .autres_projets p {
  margin-left: 1.5em;
  /* les a dans un texte */
}
@media only screen and (max-width: 900px) {
  .singleslider .autres_projets p {
    margin: 0 0.8em 0 0.95em;
  }
}
.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 {
  margin: 0 0 0 2.5em;
  list-style-type: decimal;
  list-style-position: outside;
}
@media only screen and (max-width: 900px) {
  .singleslider .autres_projets ol.spip {
    margin: 0 0.8em 0 0.95em;
  }
}
.singleslider .autres_projets ol.spip > li {
  margin: 1em 0 0 0;
}
.singleslider .autres_projets ol.spip > li > h3 {
  margin-bottom: 0.5em;
}
.singleslider .autres_projets ol.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 .single-images, .singleslider .autres_projets {
  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, .singleslider .autres_projets a.paysage {
  width: 100%;
}
.singleslider .single-images a.portrait, .singleslider .autres_projets a.portrait {
  width: calc(50% - 4px);
}
.singleslider .single-images a img, .singleslider .autres_projets 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 (max-width: 900px) {
  .singleslider {
    flex-direction: column;
  }
  .singleslider #single {
    width: initial;
    position: initial;
  }
  .singleslider #single .single-volet {
    min-height: inherit;
  }
  .singleslider #single .single-volet .single-volet-inner {
    padding: 128px 2em 2em 2em;
  }
  .singleslider .single-images, .singleslider .autres_projets {
    width: calc(100% - 4em);
    padding: 2em;
  }
  .singleslider .menu-port {
    display: none;
  }
}
.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: flex-end;
}
.imageslider .team > .teamlist {
  position: absolute;
  right: -29px;
  list-style: none;
}
.imageslider .team > .teamlist > li a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.imageslider .team > .teamlist > li a svg {
  height: 42px;
  width: 42px;
}
.imageslider .team > .teamlist > li a span {
  width: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #001516cc;
  transition: 0.2s ease-in-out;
}
.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: 900px) {
  .imageslider {
    background: none !important;
    height: initial;
  }
  .imageslider .bg_mobile, .imageslider .spip_logo {
    display: block;
    width: 100%;
    height: auto;
  }
  .imageslider .team {
    margin: -21px 0 0 6px;
    height: 160px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  .imageslider .team .teamlist {
    right: 0;
    position: inherit;
  }
  .imageslider .team .teamlist li {
    display: inline-block;
  }
  .imageslider .team .teamlist li a span {
    transform: translateX(-30px) translateY(30px) rotate(90deg);
  }
}
.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 div.bye {
  position: absolute;
  left: 100%;
  text-align: left;
  width: calc(75% - 4em);
  color: white;
  z-index: 5;
  max-width: 400px;
  margin: 0 2em;
}
.expslider div.left .left-inner div.bye img {
  top: -60px;
  left: -8px;
  transform: scaleX(-1);
}
.expslider div.left .left-inner div.bye ul, .expslider div.left .left-inner div.bye ol {
  list-style: inside;
  font-size: 14px;
  margin: 0.8em 0;
}
.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: 900px) {
  .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 div.bye {
    position: initial;
    color: initial;
    z-index: initial;
    max-width: initial;
    width: initial;
  }
  .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;
  }
}
.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.left #eco-table {
  margin-bottom: 2em;
}
.solslider div.left #eco-table .eco {
  display: flex;
}
.solslider div.left #eco-table .eco h3 {
  padding: 2em;
  font-size: 14px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 32px;
}
.solslider div.left #eco-table .eco h3 span {
  color: #00949b;
  font-size: min(4vw, 20px);
  font-weight: normal;
}
.solslider div.left #eco-table .eco h3 span:first-of-type {
  font-weight: 900;
  font-size: min(20vw, 80px);
  text-align: center;
}
.solslider div.left #eco-table .eco div {
  padding: 2em 6em 2em 2em;
  font-size: 14px;
  width: 100%;
  line-height: 1.5em;
}
.solslider div.left #eco-table .eco div span {
  color: #00949b;
}
.solslider div.left #eco-table .eco div a.spip_in, .solslider div.left #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;
}
.solslider div.left #eco-table .eco:nth-child(2n-1) h3 {
  background-color: #89bfb7;
}
.solslider div.left #eco-table .eco:nth-child(2n-1) h3 span {
  color: white;
}
.solslider div.left #eco-table .eco:nth-child(2n-1) div {
  color: inherit;
  background-color: #dbebe9;
}
.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: 900px) {
  .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.left #eco-table .eco {
    flex-direction: column;
  }
  .solslider div.left #eco-table .eco div, .solslider div.left #eco-table .eco h3 {
    width: calc(100% - 4em);
    padding: 2em;
  }
  .solslider div.left #eco-table .eco div:first-of-type, .solslider div.left #eco-table .eco h3:first-of-type {
    width: calc(100% - 4em);
    gap: 8px 0;
    flex-direction: column;
  }
  .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;
  }
}
.slider {
  min-height: calc(100vh - 16em);
  padding: 8em;
}
.slider.single-port {
  padding: 8em;
  min-height: 100vh;
}
@media only screen and (max-width: 900px) {
  .slider {
    padding: 4em 2em;
    min-height: calc(100vh - 8em);
  }
}
.oembed {
  margin: 0 0 2em 0;
}
.oembed .spip_doc_legende {
  display: none;
}
.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: 901px) and (max-width: 1279px) {
  .portslider .temoi .temaudio {
    width: 80%;
    margin: 0 0 1em 2em;
  }
}
@media only screen and (max-width: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 901px) 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: 900px) {
  .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: 901px) 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: 900px) {
  .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;
  }
}
.chauffe {
  padding: 3em 0;
  background-color: #001516cc;
  background-blend-mode: darken;
  background-size: cover;
  background-position: center;
  background-image: url('https://www.zedd.fr/squelettes/assets/images/600_coeurs_vans_grunbaum.webp');
  position: relative;
}
.chauffe .inner {
  width: 75%;
  max-width: 1260px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 32px 0;
}
.chauffe .inner h2, .chauffe .inner h3 {
  color: white;
  font-weight: 900;
  font-size: min(6vw, 100px);
  margin-top: 0.5em;
}
.chauffe .inner .chaufflex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  text-align: center;
}
.chauffe .inner .chaufflex div {
  width: 50%;
}
.chauffe .inner .chaufflex p {
  font-size: 28px;
  display: block;
  color: white;
  line-height: 1.2em;
}
.chauffe .inner .chaufflex p.source {
  font-size: 10px;
}
.chauffe .inner p {
  margin: auto;
}
.chauffe .inner .btn_sommaire {
  margin: auto;
  margin-top: 80px;
}
.chauffe .inner .btn_sommaire a {
  text-align: center;
  border: 1px solid white;
  padding: 0.8em 4em;
  width: fit-content;
  color: white;
  display: block;
  border-radius: 5px;
}
.chauffe a {
  color: white;
}
.chauffe .credit {
  position: absolute;
  right: 8px;
  bottom: 0;
  color: white;
  font-size: 10px;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .chauffe {
    text-align: center;
  }
  .chauffe .inner h2, .chauffe .inner h3 {
    font-size: min(64px, 15vw);
  }
  .chauffe .inner .chaufflex {
    flex-direction: column;
  }
  .chauffe .inner .chaufflex div {
    width: 100%;
    margin-bottom: 2em;
  }
  .chauffe .inner .chaufflex p {
    font-size: 21px;
  }
  .chauffe .inner a {
    margin-top: 0;
  }
  .chauffe .inner .btn_sommaire {
    margin-top: 0px;
  }
}
.complique {
  padding: 2em 0 4em 0;
}
.complique .inner {
  width: 75%;
  max-width: 1260px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 32px 0;
}
.complique .inner h2 {
  margin-bottom: 32px;
}
.complique .inner h2, .complique .inner h3 {
  font-weight: 900;
  font-size: min(6vw, 100px);
}
.complique .inner .compliquflex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  text-align: center;
}
.complique .inner .compliquflex div {
  width: 50%;
}
.complique .inner .compliquflex div:first-of-type {
  margin-top: 64px;
}
.complique .inner .compliquflex div:last-of-type {
  margin-top: 40px;
}
.complique .inner .compliquflex p {
  font-size: 28px;
  display: block;
  line-height: 1.2em;
}
.complique .inner .compliquflex p.source {
  font-size: 10px;
}
.complique .inner .btn_sommaire {
  margin: auto;
  margin-top: 80px;
}
.complique .inner .btn_sommaire a {
  text-align: center;
  border: 1px solid;
  padding: 0.8em 4em;
  width: fit-content;
  display: block;
  color: initial;
  border-radius: 5px;
}
@media only screen and (max-width: 900px) {
  .complique {
    text-align: center;
  }
  .complique .inner h2, .complique .inner h3 {
    font-size: min(64px, 12vw);
    margin-bottom: 0 !important;
  }
  .complique .inner .compliquflex {
    flex-direction: column;
  }
  .complique .inner .compliquflex div {
    width: 100%;
    margin-bottom: 2em;
    margin-top: 0 !important;
  }
  .complique .inner .compliquflex p {
    font-size: 21px;
  }
  .complique .inner a {
    margin-top: 0;
  }
  .complique .inner .btn_sommaire {
    margin-top: 0px;
  }
}
.evolue {
  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/eolas.webp');
}
.evolue .inner {
  width: 75%;
  max-width: 1260px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 32px 0;
}
.evolue .inner h2, .evolue .inner h3 {
  color: white;
  font-weight: 900;
  font-size: min(6vw, 100px);
}
.evolue .inner .evoluflex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  gap: 32px 0;
}
.evolue .inner .evoluflex div {
  width: 50%;
}
.evolue .inner .evoluflex div:first-of-type {
  width: 100%;
}
.evolue .inner .evoluflex div:last-of-type {
  margin-top: -24px;
}
.evolue .inner .evoluflex p {
  font-size: 28px;
  color: white;
  display: block;
  line-height: 1.2em;
}
.evolue .inner .evoluflex p.source {
  font-size: 10px;
}
.evolue .inner a {
  color: white;
}
.evolue .inner .btn_sommaire {
  margin: auto;
  margin-top: 80px;
}
.evolue .inner .btn_sommaire a {
  text-align: center;
  border: 1px solid white;
  padding: 0.8em 4em;
  display: block;
  width: fit-content;
  border-radius: 5px;
}
.evolue .credit {
  position: absolute;
  right: 8px;
  bottom: 0;
  color: white;
  font-size: 10px;
}
@media only screen and (max-width: 900px) {
  .evolue {
    text-align: center;
  }
  .evolue .inner h2, .evolue .inner h3 {
    font-size: min(64px, 15vw);
    margin-bottom: 0 !important;
  }
  .evolue .inner .evoluflex {
    flex-direction: column;
  }
  .evolue .inner .evoluflex div {
    width: 100%;
    margin-top: 0 !important;
  }
  .evolue .inner .evoluflex p {
    font-size: 21px;
  }
  .evolue .inner a {
    margin-top: 0;
  }
  .evolue .inner .btn_sommaire {
    margin-top: 0px;
  }
}
.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: 900px) {
  .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: #bb428e;
  }
  50% {
    transform: translateY(26px);
    opacity: 0;
    fill: #d78cbb;
  }
  100% {
    opacity: 0;
  }
}
@keyframes MoveUpDownMobile {
  0%, 100% {
    bottom: -26px;
  }
  50% {
    bottom: 8px;
  }
}
/*=====================================================
Formidable
=====================================================*/
.formulaire_formidable {
  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 input {
  width: 100%;
  padding: 0.5em 0.5em 0.4em 0.5em;
  margin: 0 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: 900px) {
  #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: 900px) {
  #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;
}
.spip-admin-bloc, .spip-admin-float {
  position: fixed !important;
  top: initial !important;
  bottom: 0 !important;
  right: 0 !important;
}
