@font-face {
  	font-family: "Alegreya";
  	src: url("../fonts/alegreya/alegreya-regular-webfont.woff2") format("woff2"),
    url("../fonts/alegreya/alegreya-regular-webfont.woff") format("woff");
    font-display: swap;
}
@font-face {
  	font-family: "AlegreyaBold";
  	src: url("../fonts/alegreya/alegreya-bold-webfont.woff2") format("woff2"),
    url("../fonts/alegreya/alegreya-bold-webfont.woff") format("woff");
    font-display: swap;
}
@font-face {
  	font-family: "Autopia";
  	src: url("../fonts/autopia/autopia-regular-webfont.woff2") format("woff2"),
    url("../fonts/autopia/autopia-regular-webfont.woff") format("woff");
    font-display: swap;
}
@font-face {
  	font-family: "GapSans";
  	src: url("../fonts/gapsans/gapsans-webfont.woff2") format("woff2"),
    url("../fonts/gapsans/gapsans-webfont.woff") format("woff");
    font-display: swap;
}
@font-face {
  	font-family: "JosefinSans";
  	src: url("../fonts/josefin-sans/josefinsans-regular-webfont.woff2") format("woff2"),
    url("../fonts/josefin-sans/josefinsans-regular-webfont.woff") format("woff");
    font-display: swap;
}
@font-face {
  font-family: "JetBrainsMono";
  src: url("../fonts/jetbrainsmono/JetBrainsMono-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  	font-family: "LibreFranklin";
  	src: url("../fonts/libre-franklin/librefranklin-regular-webfont.woff2") format("woff2"),
    url("../fonts/libre-franklin/librefranklin-regular-webfont.woff") format("woff");
    font-display: swap;
}
@font-face {
  	font-family: "HealthA";
  	src: url("../fonts/healtheweb-typeface-main/healtheweba-regular-webfont.woff2") format("woff2"),
    url("../fonts/healtheweb-typeface-main/healtheweba-regular-webfont.woff") format("woff");
    font-display: swap;
}
@font-face {
  	font-family: "HealthB";
  	src: url("../fonts/healtheweb-typeface-main/healthewebb-regular-webfont.woff2") format("woff2"),
    url("../fonts/healtheweb-typeface-main/healthewebb-regular-webfont.woff") format("woff");
    font-display: swap;
}
@font-face {
  	font-family: "TerminalGrotesque";
  	src: url("../fonts/terminal-grotesque/terminal-grotesque-webfont.woff2") format("woff2"),
    url("../fonts/terminal-grotesque/terminal-grotesque-webfont.woff") format("woff");
    font-display: swap;
}
@font-face {
  	font-family: "CMU-serif";
  	src: url("../fonts/cmu-serif/cmunrm.woff") format("woff");
    font-display: swap;
}

.pure-g .franklin {
  font-size: 1rem;
  font-family: LibreFranklin, sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: #F0F0F0;
  border-top: solid 3rem;
  border-color: #F0F0F0;
  font-size: 1rem;
  line-height: 1.7;
  color: #161818;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.edito, body.blog, body.article {
  border-top: none;
}

#body {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1, h2, h3, h4 {
  font-family: JosefinSans, sans-serif;
  line-height: 1.1;
}
.default h1 {
  padding-left: 2rem;
}
.ethikmologie-ethikmographie h1 {
  max-width: 1265px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 2.3em !important;
    word-break: break-word;
  }
}

a {
    color: #14486b;
    text-decoration: none;
    word-wrap: break-word;
}
a:hover {
  color: #c21b07;
}
a.rotation, a.translation {
  display: inline-block;
}
#assistance .form-spacer a.translation {
  display: inline;
}
a.rotation, .img-contact {
  transition: transform .5s;
  transform-origin: center;
}
a.rotation:hover, .img-contact:hover {
  transform: rotateX(180deg);
  transition: transform .5s;
}
a.translation {
  transition: transform .3s;
}
a.translation:hover {
  transform: translate(3px, 3px);
  transition: transform .3s;
}
a.ext::after {
  content: url('../images/external-link-alt.svg');
  display: inline-block;
  /*width: 9px;*/
  width: 7px;
  position: relative;
  margin: 0 3px;
  top: -5px;
}
.modular a.ext::after {
  content: url('../images/external-link-alt-white.svg');
}
pre {
    background: #F0F0F0;
    margin: 1rem 0;
    border-radius: 2px;
}
code {
  font-family: 'JetBrainsMono', monospace;
}
blockquote {
    border-left: 10px solid #eee;
    margin: 0;
    padding: 0 2rem;
}

/* Utility Classes */
.wrapper {
    margin: 0 3rem;
}

.padding {
    padding: 3rem 1rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/*****************/
/* PRÉSENTATIONS */
/*****************/
.colonnes h2 {
  font-size: 1rem;
}
.colonnes #content.pure-g {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#robin-birge, #jordan-guiz {
  width: 600px;
  max-width: calc(100% - 3rem - 187px);
}
.plus-petit {
  font-size: .9rem;
}
.colonnes article h2, .colonnes article h4, .colonnes article p {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}


/* NOTES */
.note {
  float: right;
  max-width: 300px;
  margin: 6px 0 0 15px;
  left: 15px;
  font-size: .9rem;
  letter-spacing: -0.085em;
  line-height: 1.4;
  text-align: left;
  position: relative;
}
.phone .note {
  margin: 6px 0 0 15px;
  left: 15px;
  text-align: right;
}
.backnote, .backref {
  cursor: pointer;
  opacity: 0.6;
}
.backnote.opaque, .backref.opaque {
  opacity: 1;
}
.backref {
  background: none;
}
.backnote.couleur1 {
  background-color: #faf595
}
.ref .couleur1 {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #faf595;
          box-shadow: inset 0 -0.7em 0 0px #faf595
}
.backnote.couleur2 {
  background-color: #95f5fa
}
.ref .couleur2 {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #95f5fa;
          box-shadow: inset 0 -0.7em 0 0px #95f5fa
}
.backnote.couleur3 {
  background-color: #fa95ef
}
.ref .couleur3 {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #fa95ef;
          box-shadow: inset 0 -0.7em 0 0px #fa95ef
}
.backnote.couleur4 {
  background-color: #98fa95
}
.ref .couleur4 {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #98fa95;
          box-shadow: inset 0 -0.7em 0 0px #98fa95
}
.backnote.couleur5 {
  background-color: #a095fa
}
.ref .couleur5 {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #a095fa;
          box-shadow: inset 0 -0.7em 0 0px #a095fa
}
.backnote.couleur6 {
  background-color: #fa9d95
}
.ref .couleur6 {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #fa9d95;
          box-shadow: inset 0 -0.7em 0 0px #fa9d95
}


/* Formulaire */
input[type="radio"]:focus {
  box-shadow: #000 0 0 5px;
}

form {
  margin: 1rem 0 2rem 0;
}

.pure-form, .pure-button {
  background-color: #fff;
  padding-left: 1rem;
  border: 0.864px solid rgb(201, 26, 26);
}
.pure-form:focus, .pure-form:active, .pure-form:hover,.pure-button:focus, .pure-button:active, .pure-button:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgb(201, 26, 26);
          box-shadow: 0 2px 3px 0 rgb(201, 26, 26);
}

.pure-button {
  text-align: left;
  text-transform: uppercase;
}
.pure-form, .pure-button {
  font-size: .75rem;
  width: 100%;
  height: 35px;
}
.form-field {
  width: 100%;
  margin-bottom: 25px;
}
.pure-form.long {
  height: 150px;
  max-width: 100%;
  padding-top: 1rem;
}
.buttons {
  width: 100%;
}
.button.pure-button {
  width: 49%;
  opacity: .2;
  pointer-events: none;
}
.button.pure-button.show {
  opacity: 1;
  pointer-events: auto;
}

#stick {
  pointer-events: none;
  position: -webkit-sticky;
  position: sticky;
}

input, textarea, button, a {
  pointer-events: auto;
}

#form-jordan-guiz .icone, #form-robin-birge .icone {
  height: auto;
}
#robin-birge .icone, #jordan-guiz .icone {
  height: 0;
}
#robin-birge h1, #jordan-guiz h1 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
#robin-birge h4:nth-of-type(1), #jordan-guiz h4:nth-of-type(1) {
  margin-top: 0;
}

#form-jordan-guiz, #form-robin-birge {
  position: relative;
  margin-left: 3rem;
  width: calc(100% - 600px - 3rem);
  min-width: 187px;
}

#form-jordan-guiz p, #form-robin-birge p, form div {
  font-size: 0.9rem;
  margin: 0;
}
#form-jordan-guiz .form-spacer p, #form-robin-birge .form-spacer p {
  font-size: .75rem;
  margin-bottom: 25px;
}
#form-jordan-guiz .form-spacer a, #form-robin-birge .form-spacer a {
  display: inline;
}

.form-field.captcha {
  margin-bottom: 10px;
}
.form-field.captcha, .form-spacer.form-mentions {
  height: 0;
  overflow: hidden;
}
.form-field.captcha.show, .form-spacer.form-mentions.show {
  height: auto;
}

.form-field.captcha div {
  font-size: 0.9em;
}
.captcha .form-data {
  display: flex;
}
.captcha .radio {
  margin-right: 1rem;
  display: flex;
}
.captcha .radio input {
  margin-right: .2rem;
}
.croix-form {
  z-index: 2;
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.croix-form .bar {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgb(120,120,120);
  border-radius: 1.5px;
}
.formulaire-menu-conteneur .croix-form .bar {
  background: #fff;
}
.main-nav .formulaire-menu a, .formulaire-bouton-site {
  font-family: LibreFranklin;
}
.main-nav .formulaire-menu a, .formulaire-menu .form-spacer, .bouton-site .form-spacer {
  font-size: .813rem;
}
.formulaire-menu-conteneur input, .formulaire-menu-conteneur textarea {
  color: #000;
}
.croix-form .bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.croix-form .bar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.croix-form:hover .bar {
  background: rgb(200,200,200);
}



#stick p img {
  float: left;
  margin-right: 1rem;
}

#siret-jordan-guiz p, #siret-robin-birge p {
  font-size: 0.8rem;
  margin: 1.5rem 0;
}

.unicolonne form {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:35em) {
  #form-jordan-guiz, #form-robin-birge {
    padding: 1rem 1rem 0 0;
  }
  .unicolonne form {
    width: 80%;
  }
}



/*******************/
/* PAGE ASSISTANCE */
/*******************/
#assistance {
  width: 100%;
}
#assistance .button.pure-button {
  width: 100%;
  text-align: center;
}
#assistance textarea {
  height: 150px;
}
#assistance .form-columns .form-field:nth-child(1) {
  margin: 0;
}
#assistance .checkboxes label {
  padding-left: 28px;
  display: inline-block !important;
}
#assistance .checkboxes label::before {
  border: 1px solid #000;
}
#assistance .required {
  color: rgb(201, 26, 26);
}
.dz-message, .dz-button {
  width: 100%;
  height: 100%;
}
.dropzone.dz-started .dz-message {
  display: block !important;
}
#assistance .form-field.captcha {
  opacity: 1;
}


/*******************/
/* Content Styling */
/*******************/

/* Cadre interactif */
#interactif {
  z-index: 8;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 200px;
  /*height: 100px;*/
  padding: 5px;
  background-color: rgba(209, 206, 206, 0.54);
  border: solid #000 1px;
  border-radius: 2px;
  transform: translate(0);
}

.deplace-interactif {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0);
  cursor: grab;
}

.croix-move {
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    right: 5px;
    pointer-events: none;
    display: block;
    transform: scale(var(--ggs,1));
    width: 14px;
    height: 14px;
    box-shadow:
        -6px -6px 0 -4px,
        6px 6px 0 -4px,
        6px -6px 0 -4px,
        -6px 6px 0 -4px
}
.phone .croix-move {
  top: 15px;
}
.croix-move::after,
.croix-move::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 22px;
    height: 2px;
    border-left: 8px solid;
    border-right: 8px solid;
    transform: rotate(-45deg);
    bottom: 6px;
    left: -4px
}
.croix-move::before {
    transform: rotate(45deg)
}
.option {
  width: calc(100% - 25px);
  align-items: center;
}

#interactif.petit {
  width: auto;
  height: auto;
}
.box-icon {
  position: relative;
  justify-content: center;
}
.box-icon {
  width: 35px;
  transform: translate(-4px);
}
.petit .box-icon {
  transform: translate(0);
}
.icono-gear {
  display: inline-block;
  width:32px;
  height:32px;
  border:3px dotted;
  border-radius:50%;
  margin:1px
}
.icono-gear:before {
  content: "";
  width:22px;
  height:22px;
  box-shadow:0 0 0 3px,0 0 0 2px inset;
  border-radius:50%;
  border:6px solid transparent;
  box-sizing:border-box;
  position:absolute;
  left:calc(50% - 11px);
  top:calc(50% - 11px);
}
#interactif [class*="pure-u"] {
  display: flex;
  align-items: center;
}
#interactif label {
  justify-content: space-between;
}
#interactif .option-titre {
  font-family: TerminalGrotesque, serif;
  font-size: .875em;
  pointer-events: none;
  /*margin-bottom: 5px;*/
  line-height: 1.1;
}
#theme-note .option-boutons {
  padding-top: 4px;
}
/* Animation boutons radio */
.option-boutons {
  --background: #ffffff;
  --text: #414856;
  --radio: #7C96B2;
  --radio-checked: #4F29F0;
  --radio-size: 20px;
  --width: 100px;
  --height: 140px;
  --border-radius: 10px;
  align-items: center;
}
.option-boutons input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    height: var(--radio-size);
    width: var(--radio-size);
    outline: none;
    margin: 0;
    cursor: pointer;
    border: 2px solid var(--radio);
    background: transparent;
    border-radius: 50%;
    display: grid;
    justify-self: end;
    justify-items: center;
    align-items: center;
    overflow: hidden;
    transition: border .5s ease;
  }
  .option-boutons input[type="radio"]::before,
    .option-boutons input[type="radio"]::after {
      content: "";
      display: flex;
      justify-self: center;
      border-radius: 50%;
    }
    .option-boutons input[type="radio"]::before {
      position: absolute;
      width: 100%;
      height: 100%;
      /*background: var(--background);*/
      z-index: 1;
      opacity: var(--opacity, 1);
    }
    .option-boutons input[type="radio"]::after {
      opacity: 0;
      position: relative;
      width: calc(100% /2);
      height: calc(100% /2);
      background: var(--radio-checked);
      left: var(--y, 100%);
      transition: left .5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
    }
    .option-boutons input[type="radio"]:checked {
      --radio: var(--radio-checked);
    }
      .option-boutons input[type="radio"]:checked::after {
        opacity: 1;
        --y: 0%;
        animation: stretch-animate .3s ease-out .17s;
      }
      .option-boutons input[type="radio"]:checked::before {
        --opacity: 0;
      }
      .option-boutons input[type="radio"].a-gauche::after {
        --y: 100%;
      }
      .option-boutons input[type="radio"].a-droite::after {
        --y: -100%;
      }



      .option-boutons input[type="radio"]:not(:checked)::before {
        --opacity: 1;
        transition: opacity 0s linear .5s;
      }




@keyframes stretch-animate {
  0% {
    transform: scale(1,1)
  }
  28% {
    transform: scale(1.15,.85)
  }
  50% {
    transform: scale(.9,1.1)
  }
  100% {
    transform: scale(1,1)
  }
}


.petit #taille-police .option-titre, .petit #taille-police input, .petit #police, .petit #opacite, .petit #bg, .petit #theme, .petit .croix-move, .petit #theme-note {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.boutons svg {
  display: inline-block;
  width: 15px;
  cursor: pointer;
}
.voile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#police input, .boutonfond, #theme input, #theme-note input {
  margin-right: 7px;
}
#police.gris {
  opacity: .5;
  filter: grayscale(1);
}
#police.gris input {
  pointer-events: none;
}
#bg input {
  padding: 0;
  border: none;
}
#bg .bg-color {
  width: 15px;
  height: 15px;
  margin: 3px;
  opacity: .8;
}
#bg .bg-color.chosen {
  box-shadow: black 0 0 2px 1px;
}
.boutonfond {
  width: 30px;
  cursor: pointer;
  position: relative;
}

.boutonfond.meme {
  fill: rgb(204, 60, 41);
  stroke: rgb(204, 60, 41);
}

@keyframes lancer {
  0% {
    left: 0;
    transform: rotate(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    left: 120px;
    transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes shake2 {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes lancer-y-1 {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes lancer-y-2 {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
  100% {
    top: 0;
  }
}

.boutonfond.meme:hover {
  animation: shake 0.07s 7 linear;
}
.boutonfond.autre:hover {
  animation: shake2 0.07s 7 linear;
}
.boutonfond.autre.anim, .boutonfond.meme.anim {
  animation: lancer 1s ease-out, lancer-y-1 0.5s, lancer-y-2 0.3s 0.5s;
}



/************************/
/* Vieille mise en page */
/************************/
#bandeau {
  font-size: 0.9rem;
  margin: 1rem 10vw 0 10vw;
  padding: 1rem 8rem;
}

#content {
  margin: 2rem 10vw;
}
.colonnes #content {
  width: calc(100% - 6rem);
  max-width: 1000px;
  margin: 2rem auto;
}
.colonnes.phone #content {
  width: calc(100% - 4rem);
}
.unicolonne {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

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

.western a {
  word-break: break-all;
}

.ethikmologie-ethikmographie #bandeau, .ethikmologie-ethikmographie #content {
  opacity: 0;
}
.ethikmologie-ethikmographie #bandeau.show {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.ethikmologie-ethikmographie #content.show {
  opacity: 1;
  -webkit-transition: opacity 1s 1s;
  transition: opacity 1s 1s;
}
#bandeau, #content {
  max-width: 1265px;
}
@media screen and (min-width:1601px) {
  #bandeau, #content {
    margin-left: auto;
    margin-right: auto;
  }
}

#content-wrapper {
  background: #F0F0F0;
  padding-bottom: 1rem;
}
body #content-wrapper {
  padding-top: 5rem;
}
#footer-back {
  /*background-image: url('../images/asteroids.jpg');
  background-position: center;
  background-size: 300px;*/
  background-image: radial-gradient(rgba(137, 137, 137, 0.33) 2px, transparent 2px), radial-gradient(rgba(137, 137, 137, 0.33) 2px, transparent 2px);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  width: 100%;
  height: 15rem;
  bottom: 0;
  z-index: -1;
}
.default #footer-back, .colonnes #footer-back {
  background-color: rgba(255, 255, 255, 0);
}
#footer-gradient {
  /*background: linear-gradient(rgba(240, 240, 240, 1), rgba(240, 240, 240,0.65) 60%, rgba(240, 240, 240,0.3) 70%, transparent 80%);*/
  background: rgba(240, 240, 240, 0.4);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer p {
  width: 90%;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 1rem 0;
  margin: auto;
  color: #161818; /* TEST */
}
.footer .mentions {
  font-size: 0.8rem;
}
.footer-contact {
  display: flex;
  justify-content: center;
}
.footer-contact img {
  height: 18px;
  width: auto;
  margin: 5px;
  cursor: pointer;
}
.footer-contact a.ext::after {
  content: '';
}

#presentation {
  font-size: 1.2rem;
}

#presentation a {
  border-bottom: 1px dotted;
  color: #161818;
}

#commentaires {
  padding-left: 3rem;
  font-size: 0.8rem;
  line-height: 1.3;
}

#commentaires a, #presentation a, #presentation p {
  position: relative;
}

#commentaires a span {
  position:absolute;
  top:-10vh;
}

#presentation a span {
  position:absolute;
  top:-15vh;
}

#commentaires a:hover {
  color: #14486b;
}

.pure-g {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pure-g .padding {
  padding: 1rem 1rem;
}

#presentation a, #commentaires a p {
  opacity: 0.6;
  color: #000;
}

#presentation a:hover, #commentaires a p:hover {
  opacity: 1;
}


a[href="#c1"], a[href="#c7"], a[href="#c13"], a[href="#c19"] {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #faf595;
  box-shadow: inset 0 -0.7em 0 0px #faf595;
}
a[href="#com1"] .mark, a[href="#com7"] .mark, a[href="#com13"] .mark, a[href="#com19"] .mark {
  background-color: #faf595;
}
a[href="#com1"] .mark2, a[href="#com7"] .mark2, a[href="#com13"] .mark2, a[href="#com19"] .mark2 {
  background-color: #fcfacd;
}

a[href="#c4"], a[href="#c10"], a[href="#c16"], a[href="#c22"] {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #98fa95;
  box-shadow: inset 0 -0.7em 0 0px #98fa95;
}
a[href="#com4"] .mark, a[href="#com10"] .mark, a[href="#com16"] .mark, a[href="#com22"] .mark {
  background-color: #98fa95;
}
a[href="#com4"] .mark2, a[href="#com10"] .mark2, a[href="#com16"] .mark2, a[href="#com22"] .mark2 {
  background-color: #cdfcd1;
}

a[href="#c2"], a[href="#c8"], a[href="#c14"], a[href="#c20"] {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #95f5fa;
  box-shadow: inset 0 -0.7em 0 0px #95f5fa;
}
a[href="#com2"] .mark, a[href="#com8"] .mark, a[href="#com14"] .mark, a[href="#com20"] .mark {
  background-color: #95f5fa;
}
a[href="#com2"] .mark2, a[href="#com8"] .mark2, a[href="#com14"] .mark2, a[href="#com20"] .mark2 {
  background-color: #cdfafc;
}

a[href="#c5"], a[href="#c11"], a[href="#c17"], a[href="#c23"] {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #a095fa;
  box-shadow: inset 0 -0.7em 0 0px #a095fa;
}
a[href="#com5"] .mark, a[href="#com11"] .mark, a[href="#com17"] .mark, a[href="#com23"] .mark {
  background-color: #a095fa;
}
a[href="#com5"] .mark2, a[href="#com11"] .mark2, a[href="#com17"] .mark2, a[href="#com23"] .mark2 {
  background-color: #d4cdfc;
}

a[href="#c3"], a[href="#c9"], a[href="#c15"], a[href="#c21"] {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #fa95ef;
  box-shadow: inset 0 -0.7em 0 0px #fa95ef;
}
a[href="#com3"] .mark, a[href="#com9"] .mark, a[href="#com15"] .mark, a[href="#com21"] .mark {
  background-color: #fa95ef;
}
a[href="#com3"] .mark2, a[href="#com9"] .mark2, a[href="#com15"] .mark2, a[href="#com21"] .mark2 {
  background-color: #fccdf5;
}

a[href="#c6"], a[href="#c12"], a[href="#c18"], a[href="#c24"] {
  -webkit-box-shadow: inset 0 -0.7em 0 0px #fa9d95;
  box-shadow: inset 0 -0.7em 0 0px #fa9d95;
}
a[href="#com6"] .mark, a[href="#com12"] .mark, a[href="#com18"] .mark, a[href="#com24"] .mark {
  background-color: #fa9d95;
}
a[href="#com6"] .mark2, a[href="#com12"] .mark2, a[href="#com18"] .mark2, a[href="#com24"] .mark2 {
  background-color: #fcd1cd;
}

@media screen and (max-width:80em) {
  #f1 {
    font-size: 1.3rem;
  }
  #heure {
    font-size: 1.1rem;
  }
  #bandeau {
    margin: 1.5rem 5vw 0 5vw;
  }
  #presentation {
    font-size: 1.1rem;
  }
  #content {
    margin: 2rem 5vw;
  }
}
@media screen and (max-width:64em) {
  #presentation p {
    font-size: 1rem;
  }
  #commentaires {
    padding-left: 1rem;
    font-size: 0.8rem;
  }
  .footer p {
    font-size: 0.9rem;
  }
  .wrapper {
    margin: 0;
  }
  .padding, #bandeau {
    padding: 1rem 1rem;
  }
  #bandeau {
    font-size: 0.85rem;
  }
}
@media screen and (max-width:48em) {
  #form-jordan-guiz .icone, #form-robin-birge .icone {
    height: 0;
  }
  #robin-birge .icone, #jordan-guiz .icone {
    height: auto;
  }
  #robin-birge, #jordan-guiz, #form-jordan-guiz, #form-robin-birge {
    width: 100%;
    max-width: 423px;
    margin-left: 0;
  }
}
@media screen and (max-width:475px) {/* ATTENTION : valeur à changer si des items sont ajoutés au menu !!! */
  /*body {
    border-top: solid 5rem;
  }*/
  #bandeau {
    margin-top: 1.5rem;
  }
}

/********/
/* BLOG */
/********/
.blogue-digital #content-wrapper, .article #content-wrapper, .edito #content-wrapper {
  /*background-image: url('../../../webp/user/themes/theme-test/images/original_masque_blanc-min.webp');*/
  background-color: #fec22f;
  background-size: 100% 101%;
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.blogue-digital #content-wrapper {
  padding-bottom: calc(-5rem + 350px);
}
.webp .blogue-digital #content-wrapper.grand-bg, .webp .article #content-wrapper.grand-bg, .webp .edito #content-wrapper.grand-bg {
  background-image: url('../images/original_masque_blanc-min.webp');
}
.webp .blogue-digital #content-wrapper.petit-bg, .webp .article #content-wrapper.petit-bg, .webp .edito #content-wrapper.petit-bg {
  background-image: url('../images/cache_blanc_2000px.webp');
}
.no-webp .blogue-digital #content-wrapper.grand-bg, .no-webp .article #content-wrapper.grand-bg, .no-webp .edito #content-wrapper.grand-bg {
  background-image: url('../images/original_masque_blanc-min.png');
}
.no-webp .blogue-digital #content-wrapper.petit-bg, .no-webp .article #content-wrapper.petit-bg, .no-webp .edito #content-wrapper.petit-bg {
  background-image: url('../images/cache_blanc_2000px.png');
}

.fleurs {
  position: fixed;
  left: 0;
  top: 250px;
  width: 100%;
  max-width: 1000px;
  pointer-events: none;
  /*transition: opacity 1s;*/
}
.blog.phone .fleurs {
  top: 80vh;
}
.article .fleurs {
  opacity: .2;
}
#ombre {
  position: absolute;
  bottom: 1.2vw;
  left: 8%;
  width: 88%;
  transform-origin: 20% 100%;
  transform: rotate(-10deg);
  opacity: 1;
}
#digitale {
  position: relative;
  width: 69%;
}
.content {
  max-width: 1150px;
  margin: 0 auto;
  padding: 4rem 0;
  position: relative;
}
.blog .content a {
  position: relative;
  display: block;
  word-wrap: normal;
}
.blog .blog-title {
  line-height: 1.1;
}
.blog .blog-title, .blog .blog-tag, h1.editos, h1.galerie-title {
  padding-left: 2rem;
  margin: 0;
  font-family: HealthB, sans-serif;
  font-size: 3em;
}
h1.editos, h1.galerie-title {
  max-width: 1150px;
  margin: auto;
  padding-top: 4rem;
}
h1.galerie-title {
  padding-top: 6rem;
}
.blog .blog-tag {
  width: 100%;
  font-size: 2em;
  letter-spacing: -.99px;
}
.blog-list[class*="pure-u"], #sidebar {
  font-family: LibreFranklin, sans-serif;
  padding: 20px;
}
.blog-list[class*="pure-u"] {
  width: 850px;
  max-width: calc(100% - 180px);
}
#sidebar {
  font-size: .9rem;
  width: calc(100% - 850px);
  min-width: 180px;
}
.sidebar-wrapper {
  position: sticky;
  top: 7rem;
}
.phone .sidebar-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
}
#blog {
  /*column-count: 2;
  column-gap: 2em;*/
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
#blog .item_list {
  position: relative;
  width: 48%;
  margin: 3rem 0;
}
#blog .item_list:nth-of-type(2n) {
  top: 350px;
}
.image-date .conteneur {
  position: relative;
  padding-bottom: 50%;
  /*background-image: url('../images/asteroids.jpg');*/
  display: flex;
  justify-content: center;
  overflow: hidden;
  opacity: 0.5;
}
.image-date .conteneur img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
}
.image-date .date {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.5rem 0.8rem;
  line-height: 0;
  font-size: .9rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: rgba(0,0,0,0.5);
}
#blog .texte {
  position: relative;
  z-index: 1;
  margin: 2rem;
  margin-top: 4rem;
  padding: 0 2rem;
  background: rgba(255,183,0,0);
  /*border-radius: 10px;*/
}
#blog .texte .resume {
  overflow: hidden;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 12;
  font-size: .95rem;
}
#blog .resume p:last-of-type {
  margin-bottom: 0;
}
#blog .texte nav {
  margin-bottom: 1rem;
  text-align: right;
  font-style: italic;
}
.blog-list h2, .blog-list .sous-titre {
  position: relative;
  font-family: HealthB, sans-serif;
  font-size: 1.81em;
  line-height: 1.07;
  text-transform: uppercase;
  margin-top: 0;
}
.blog-list .sous-titre {
  font-size: 1.2em;
  color: #000;
  margin-top: 1rem;
}
.blog-list h2::after {
  content: attr(data-titre);
  color: #000;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.blog-list h2 span {
  display: inline;
  position: relative;
  color: transparent;
  /*box-shadow: #000 0px 1.1em 1px -2px inset;*/
  top: -0.1em;
}
.blog-list h2:hover span {
  filter: invert(100%);
}
.auteur, .suite, .tags, .archive-plus {
  font-size: .9em;
}
.tag {
  margin-bottom: 5px;
}
#sidebar h2, .sidebar h2 {
  font-family: HealthB, sans-serif;
  font-size: 1.3em;
  margin-top: 0;
}
.archive-plus li, #voiraussi ul li {
  line-height: 1.2;
  padding: .6em 0 0;
}
.archive-plus.last a::before, .archive-plus ul.last a::before {
  display: none;
}
.archive-plus label {
  --fleche-: #0746ff;
}
.archive-plus label::after, .archive-plus label:hover::after {
  color: var(--fleche-);
}


#bouton-site {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: -145px;
  width: 145px;
  height: 75px;
  border-radius: 30px;
  z-index: 10;
  transition: all 1s;
}
#bouton-site.apparait {
  right: 20px;
}
#bouton-site.petit {
  width: 60px;
  height: 40px;
}
#bouton-site.petit:hover {
  width: 145px;
  height: 75px;
}
#bouton-site.apparait.grand {
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,.8);
  padding: .5rem;
}
.bouton-site {
  position: relative;
  width: 145px;
  height: 75px;
  padding: 8px 25px;
  text-align: center;
  font-family: LibreFranklin;
  font-size: 1rem;
  border: solid 1px;
  border-radius: 30px;
  background-color: #ffffffb0;
  cursor: pointer;
  line-height: 1.2;
  transition: all 1s;
  overflow: hidden;
}
.petit .bouton-site {
  width: 60px;
  height: 40px;
  overflow: hidden;
  padding: 5px 7px;
  font-size: .5rem;
}
.grand .bouton-site {
  color: #000;
  width: 500px;
  height: 510px;
  max-height: 100%;
  background-color: rgba(255,255,255,.9);
  overflow: auto;
}
.petit .bouton-site:hover {
  color: #000;
  text-shadow: #ffbb10 2px 2px 2px;
  width: 145px;
  height: 75px;
  padding: 8px 25px;
  font-size: 1rem;
}
#bouton-site.petit:hover .bouton-site::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: #ffbb10 10px 10px 5px;
  border-radius: 30px;
}
.formulaire-bouton-site {
  height: 0;
  width: 0;
  opacity: 0;
  margin-top: 25px;
}
.formulaire-bouton-site form {
  margin: 0;
}
.grand .formulaire-bouton-site {
  height: auto;
  width: auto;
  opacity: 1;
  text-align: left;
}
.bouton-site .croix-form {
  opacity: 0;
}
.grand .bouton-site .croix-form {
  opacity: 1;
}
.formulaire-bouton-site a {
  display: inline;
}


#flux {
  margin-top: 1rem;
}
.feed {
  width: 20px;
  fill: #8153e4;
}

@media only screen and (max-width: 55em) {
  .blogue-digital #content-wrapper {
    padding-bottom: 1rem;
  }
  .blog-list[class*="pure-u"] {
    width: auto;
    max-width: 600px;
  }
  #sidebar {
    width: 100%;
  }
  .sidebar-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar-wrapper .sidelists {
    background-color: rgba(255, 255, 255, 0.7);
  }
  #taxonomy {
    min-width: 100px;
  }
  #archives {
    padding-right: 20px;
  }
  #blog .item_list {
    width: 100%;
  }
  #blog .item_list:nth-of-type(2n) {
    top: 0;
  }
  .tchou-tchou .sidebar {
    display: none;
  }
  .tchou-tchou .sidebar.show {
    display: inline-block;
  }
  .main-nav .services-web .plus {
    display: none;
  }
  .main-nav .services-web, .main-nav .services-web a {
    font-size: .75rem;
  }
  .main-nav .services-web a {
    font-size: .9rem;
  }
  .fleche-web {
    transform: rotate(45deg) translateY(-1px);
  }
}

/* Bordures */
.bordure {
  position: relative;
  left: -2rem;
  height: 2rem;
  width: calc(100% + 4rem);
  box-shadow: rgba(255,183,0,0) 0px 0px 0px 50px;
  pointer-events: none;
}
.bordure.bas {
  transform: rotate(180deg);
}
.bordure svg {
  position: absolute;
  left: 0;
  /*left: -1px;
  width: calc(100% + 2px);*/
  width: 100%;
  overflow: visible;
}
.bordure path {
  fill: rgba(255,183,0,0);
  stroke: rgb(255,183,0);
  /*stroke-width: 2px;*/
  stroke-width: 0;
}


/********************/
/* Articles de blog */
/********************/
.article .pure-g [class*="pure-u"], .sidebar[class*="pure-u"] {
  font-family: 'Alegreya';
  font-size: 1.25rem;
  line-height: 1.5;
  color: #333;
}
.article #menu {
  transition: opacity 1s;
}
.article #menu.disparait {
  opacity: 0;
  z-index: 1;
}
.article #content {
  width: calc(100% - 6rem);
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}
.article #content.pure-g {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.article.phone #content {
  width: calc(100% - 4rem);
}
.article-texte {
  position: relative;
  width: 600px;
  max-width: calc(100% - 3rem - 187px);
  min-width: 423px;
  margin-bottom: 3rem;
}
.article-texte pre {
  background: none;
}

/* SOMMAIRE */
.sommaire {
  border: solid 1px #EEE;
}
.sommaire-wrapper {
  list-style: none;
  padding-left: 1rem;
}
.titre-sommaire {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 3rem;
}
.H3 {
  padding-left: 1rem;
  font-size: .9rem;
}
.H4 {
  padding-left: 2rem;
  font-size: .85rem;
}
.H5 {
  padding-left: 3rem;
  font-size: .8rem;
}
.H6 {
  padding-left: 4rem;
  font-size: .75rem;
}

#sommaire-fixe {
  display: none;
  position: fixed;
  left: 1rem;
  top: 3rem;
  width: calc(50vw - 500px - 3rem);
  font-size: 1.1rem;
  padding-right: 1rem;
}
#sommaire-fixe.show {
  display: inline-block;
}
#sommaire-fixe .titre-sommaire {
  padding-left: 1rem;
  font-size: 1rem;
}
#sommaire-fixe li {
  line-height: 1.1;
  margin-bottom: .5rem;
}


@keyframes fond {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  72% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgba(255, 255, 255, .7);
  }
}
#texte_blog {
  position: relative;
  margin-top: 12rem;
  /*background-color: rgba(255, 255, 255, .7);
  animation: fond 3.5s linear;*/
}
#texte_blog.avec-sommaire {
  margin-top: 5rem;
}
#texte_blog p {
  margin: 2rem 0;
}
#texte_blog p:nth-child(1)::first-letter {
  font-size: 7rem;
  font-weight: bold;
  color: #ffb700;
  float: left;
  margin: 0 1.2rem .5rem -2rem;

}
#texte_blog br {
  display: inherit;
  width: 100%;
  margin: .25rem 0;
}
#texte_blog img {
  max-width: 100%;
}
.sidebar {
  position: relative;
  margin-left: 3rem;
  width: calc(100% - 600px - 3rem);
  flex-grow: 1;
  min-width: 95px;
  font-size: .9rem;
}
#voiraussi ul {
  padding: 0
}
#voiraussi ul li {
  list-style: none;
  font-size: .9em;
}

#titre_blog h1, #titre_blog .sous-titre {
  position: relative;
  display: inline-block;
  padding: 0.7rem 1rem;
  font-family: HealthB, sans-serif;
  font-size: 2em;
  line-height: 1.07;
  z-index: 1;
  animation: apparait 0.5s linear 1;
}
#titre_blog .sous-titre {
  font-size: 1.7em;
  margin-top: 0;
}
#titre_blog .titre::before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(255,183,0);
  transform: translate3d(-.5rem,.5rem,0);
  animation: background-move 1.8s ease-out 0.5s 1;
}
#titre_blog .titre::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 3px #000;
  animation: clipping-border 2s ease-in-out 0.5s 1;
}
#retour_blog {
  position: relative;
  width: calc(100% - 6rem);
  max-width: 1000px;
  margin: 2rem auto;
}
@keyframes apparait {
  0% {
    opacity: 0;
  }
  99.9% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes clipping-border {
  0% {
    clip-path: polygon(0 0,0 0,0 0,0 15%,0 15%,0 15%,0 15%,0 15%);
  }
  35% {
    clip-path: polygon(0 0,50% 0,100% 0,100% 15%,90% 15%,50% 15%,15% 15%,0 15%);
  }
  50% {
    clip-path: polygon(0 0,50% 0,100% 0,100% 100%,90% 100%,90% 15%,15% 15%,0 15%);
  }
  85% {
    clip-path: polygon(0 0,50% 0,100% 0,100% 100%,0 100%,0 100%,15% 15%,0 15%);
  }
  100% {
    clip-path: polygon(0 0,50% 0,100% 0,100% 100%,0 100%,0 15%,15% 15%,0 15%);
  }
}
@keyframes background-move {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate(-.5rem,.5rem,0);
  }
}

@media screen and (max-width:48em) {
  .article-texte, .sidebar {
    width: 100%;
    max-width: 423px;
    min-width: unset;
    margin-left: 0;
  }
  .main-nav .services-web .plus {
    display: inline;
  }
  .main-nav .services-web, .main-nav .services-web a {
    font-size: 1rem;
  }
  .fleche-web {
    transform: rotate(45deg) translateY(-3px);
  }
}
@media screen and (max-width:35em) {
  .sidebar {
    padding: 1rem 1rem 0 0;
  }
}

.article-texte h1.espace, .article-texte p.espace {
  letter-spacing: 8px;
}


/* LABO-COMPOST */
.chevaux {
  position: relative;
  display: flex;
  overflow: hidden;
}
.chevaux a {
  display: flex;
  transform: unset !important;
}
.cheval {
  position: absolute;
  opacity: 0;
}
.cheval-1 {
  --del-cheval: 1;
  width: 3.5%;
  top: 63%;
  left: 63%;
}
.cheval-2 {
  --del-cheval: 2;
  width: 6.2%;
  top: 61%;
  left: 58.5%;
}
.cheval-3 {
  --del-cheval: 3;
  width: 13%;
  top: 50%;
  left: 66%;
}
.cheval-4 {
  --del-cheval: 4;
  width: 16%;
  top: 69%;
  left: 78%;
}
@keyframes cheval {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.chevaux:hover .cheval {
  animation: cheval 1s calc(var(--del-cheval) * 1s - .5s) linear forwards;
}


/* Notes */
.ancre {
  position: absolute;
  transform: translateY(-80px);
}
.dialo .ancre {
  top: 0;
}
.note-container {
  z-index: 1;
}
.note-container h2 {
  font-size: 1.2em;
  border-bottom: solid 2px;
}
.diplo .note-container h2, .ethikmo .note-container h2, .ethikmo-v1 .note-container h2 {
  display: none;
}
.note-container .note {
  margin: .5rem 0;
  left: 0;
  letter-spacing: 0;
  float: none;
  display: inline-block;
  max-width: unset;
  width: 100%;
}
.ethikmo .note-container, .ethikmo-v1 .note-container {
  max-width: 450px;
}
.ethikmo .note-container {
  position: absolute;
  top: 0;
  bottom: unset;
  left: 100%;
  margin-left: 1rem;
}
.diplo .note-container {
  position: fixed;
  top: unset;
  bottom: 0;
  left: 0;
  padding: .5rem 0;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #ccc;
}
.diplo .note-container.empty {
  padding: 0;
  border: none;
}
.diplo .note-container .note {
  display: block;
}


.ethikmo-v1 .note-container {
  position: fixed;
  top: 0;
  bottom: unset;
  /*right: 30px;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  z-index: 1;
}
.ethikmo-v1 .note-container.scroll {
  justify-content: flex-start;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .6);
}
.diplo .note .reste {
  display: none;
}
.diplo .note:hover .reste {
  display: inline;
}
.diplo .note:hover .plus {
  display: none;
}
.diplo .note .backnote {
  background-color: transparent;
  cursor: default;
}
.diplo .backref {
  box-shadow: inset 0 0 transparent;
  cursor: default;
}
.dialo .note .backnote {
  background-color: transparent;
}
.dialo .backref {
  box-shadow: inset 0 0 transparent;
}
.dialo .ref {
  position: relative;
}
.dialo .ref:hover {
  z-index: 1;
}
.dialonote {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background-color: #fff;
  border: solid 1px rgb(103, 103, 103);
  border-radius: 5px;
  padding: .2rem .5rem;
  font-size: .9em;
  line-height: 1.2;
}
.cairn .ref .backref, .cairn .backnote {
  box-shadow: none;
  background: none;
}
.cairn mark, .mailodie mark {
  background: none;
}
.cairn-note {
  z-index: 2;
  position: absolute;
  left: 100%;
  margin-left: 2rem;
  width: 180px;
  font-size: .9em;
  line-height: 20px;
}
.cairn-note.petit {
  width: 0;
  overflow: hidden;
}
.cairn-note a {
  color: #000;
}
.cairn .num {
  display: inline-block;
  width: 100%;
}
.cairn .note-container .num {
  position: absolute;
  width: auto;
  left: -1.5rem;
}
.mailodie-note {
  float: right;
  position: relative;
  left: 20px;
  width: 180px;
  font-size: .9em;
}
.mailodie .note-container.cache {
  display: none;
}
.mailodie a.deplace {
  display: block;
}
.mailodie-note .deplace::before {
  content: '';
  display: block;
  margin-top: 8px;
}

@media screen and (max-width:48em) {
  #texte_blog {
    margin-top: 7rem;
  }
  #blog .texte {
    margin: 0;
  }
  .ethikmo .note-container, .ethikmo-v1 .note-container {
    position: static;
    margin: 0;
    max-width: unset;
  }
  .ethikmo .note-container h2, .ethikmo-v1 .note-container h2 {
    display: block;
  }
}
@media screen and (max-width:35em) {
  .blogue-digital #content-wrapper, .article #content-wrapper, .edito #content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .article #content {
    width: calc(100% - 3rem);
  }
  .tchou-tchou .conteneur {
    left: 0;
  }
}

/*********/
/* ÉDITO */
/*********/
.editos {
  max-width: 1150px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.editos .partie4 {
  position: relative;
}
.edito .bouton-contact {
  position: relative;
  width: 200px;
  max-width: 100%;
  margin: auto;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 43px;
  cursor: pointer;
  padding: 5px .5rem;
  text-align: center;
  transition: all .5s;
}
.edito .bouton-contact:hover {
  color: #000;
  background-color: #ffffffb8;
}

/** ESTHETE **/
/* Parties */
.partie, .sous-partie {
  margin: 40px 0;
  padding: 0 10px;
  max-width: 100%;
}
.edito1 .partie1.pure-u-2-3 {
  display: flex;
}
.esthete .edito1 .partie1 {
  width: 766.667px;
  margin: 0;
  padding: 0;
}
.esthete .edito1 .partie2 {
  width: 333.317px;
}
.esthete .edito2 .partie1, .esthete .edito3 .partie1 {
  width: 383.317px;
}
.esthete .edito2 .partie2, .esthete .edito3 .partie2 {
  width: calc(100% - 383.317px);
}
.esthete .edito1 .sous-partie1 {
  min-width: 383px;
}
.esthete .edito1 .sous-partie2 {
  width: 290px;
  padding-right: 50px;
}
.esthete .edito4 .partie {
  max-width: 270px;
  min-width: 188px;
}

@media only screen and (max-width: 1211px) {
  .esthete .edito1 .partie2 {
    width: 766.667px;
  }
}

@media only screen and (max-width: 863px) {
  .esthete .edito2 .partie2, .esthete .edito3 .partie2 {
    width: 766.667px;
  }
  .esthete .edito2 .partie1, .esthete .edito3 .partie1 {
    margin-left: calc(100% - 383.317px);
  }
  .esthete .edito4 .partie {
    width: 40%;
  }
  .esthete .edito4.pure-g {
    justify-content: space-around;
  }
}

@media only screen and (max-width: 784px) {
  .esthete .edito1 .sous-partie1 {
    min-width: unset;
    width: 383px;
  }
  .esthete .edito1 .sous-partie2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
  }
  .esthete .edito1 .sous-partie2 .titre {
    word-break: break-all;
    max-width: calc(100% - 200px);
  }
  .esthete .edito1 .sous-partie2 .contenu {
    width: 290px;
    min-width: 200px;
    padding-left: 5%;
  }
}

@media only screen and (max-width: 495px) {
  .esthete .edito2 .partie1, .esthete .edito3 .partie1 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 387px) {
  .esthete .edito4 .partie {
    width: 100%;
  }
}


/* Titres */
.editos .titre {
  font-family: HealthB;
  font-size: 1.563em;
  font-weight: 400;
  margin: 0;
  word-break: break-word;
  word-wrap: break-word;
}
.esthete .editos .sous-partie3 .titre {
  font-size: 2em;
}
.esthete .edito1 .sous-partie1 .titre {
  text-shadow: 2px 3px 1px #75ffff;
  padding: 0px 0 10px 20px;
  border-bottom: solid 6px #75ffff;
  border-radius: 5px;
}
.esthete .edito1 .sous-partie2 .titre {
  text-shadow: 1px 2px 1px #fec22f;
  padding: 20px 0 0 5px;
  border-top: solid 1px #000;
}
.esthete .edito1 .sous-partie3 .titre {
  text-shadow: 5px 5px 1px #fcffff;
  padding: 100px 0 10px 20px;
  background-color: #fec22f;
  border-radius: 10px;
}
.esthete .edito1 .partie2 .titre {
  padding: 50px 0 10px 10px;
  border: solid 5px #fec22f;
  border-bottom-style: none;
  border-radius: 5px;
}
.esthete .edito2 .partie1 .titre {
  text-shadow: 1px 2px 1px #7241ff;
  padding: 100px 0 10px 20px;
  background-color: #75ffff;
  border-radius: 5px;
}
.esthete .edito2 .partie2 .titre, .esthete .edito3 .partie1 .titre {
  text-shadow: 1px 2px 1px #75ffff;
}
.esthete .edito2 .partie2 .titre {
  padding: 50px 0 10px 20px;
  border-top: solid 3px #75ffff;
}
.esthete .edito3 .partie1 .titre {
  padding: 80px 0 10px 20px;
  border-top: solid 4px #7241ff;
  border-radius: 1px;
}
.esthete .edito3 .partie2 .titre {
  padding: 10px 0 10px 20px;
  background-color: #fec22f;
  border: solid 3px #000;
  border-right-width: 10px;
  border-radius: 5px;
}
.esthete .edito4 .titre {
  text-shadow: 5px 5px 2px #fec22f;
  padding: 10px 0 10px 20px;
}

/* Contenu */
.editos .contenu {
  font-family: serif;
  font-size: .9em;
  padding-top: 15px;
}

/** SIMPLE **/
.simple .editos {
  max-width: 600px;
}
.simple .partie, .simple .sous-partie {
  width: 100%;
  margin: 25px 0;
}
#content-wrapper.simple {
  background-color: #9c9494;
  background-size: cover;
  background-attachment: fixed;
}
.simple .titre {
  text-decoration: underline;
  font-size: 1.875em;
}
.simple .titre, .simple .contenu {
  font-family: CMU-serif;
}

/**********/
/* TARIFS */
/**********/
.tarifs #fond {
  position: absolute;
  top: 0;
}
.tarifs table {
  width: 100%;
  height: 80vh;
}

/**************/
/* TYPOTHÈQUE */
/**************/
#typotheque {
  width: 100%;
  height: 100%;
  border: none;
}


   /***********/
/*****************/
/* Menu Settings */
/*****************/
   /***********/
.default .pure-menu-fixed, .colonnes .pure-menu-fixed {
  -webkit-box-shadow: 0px 0px 20px 20px #F0F0F0;
  box-shadow: 0px 0px 20px 20px #F0F0F0;
  background-color: #F0F0F0;
  padding-bottom: 0;
}
.pure-menu-fixed {
  background-color: rgba(255,255,255,.7);
  width: 100%;
  padding-bottom: .5rem;
  padding-top: .5rem;
  z-index: 9;
}

/**************/
/* Menu Outil */
/**************/
.main-nav ul li.outil {
  display: flex;
}
.phone .main-nav ul li.outil {
  display: block;
}

.main-nav ul li ul.second-nav, .main-nav ul li ul.second-nav a {
  font-family: monospace;
  font-size: .8em;
  letter-spacing: 0.132em;
  position: relative;
}
.main-nav ul .pure-menu-item ul.second-nav a:hover {
  color: #777;
}
.main-nav ul li ul.second-nav {
  display: block;
  padding: 0;
}
.second-nav span {
  display: inline-block;
  padding: .17rem 0 0 .3rem;
}
.second-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.second-nav li {
  position: absolute;
}
.phone .second-nav li {
  position: relative;
}

/******************/
/* Menu principal */
/******************/
.main-nav {
  margin-left: auto;
  margin-right: auto;
  width: 800px;/* ATTENTION : valeur à changer si des items sont ajoutés au menu !!! */
  max-width: 100%;
}

.main-nav li.premier {
  padding: .3rem 0 .5rem 30px;
}

.main-nav a {
  font-family: JosefinSans, sans-serif;
  font-size: 1rem;
  color: #161818;
}
.main-nav .dev a {
  font-family: TerminalGrotesque, sans-serif;
  font-size: 1.5em;
}
.main-nav .pure-menu-item:nth-of-type(1) a:hover {
  color: #777;
}
.main-nav .pure-menu-item:nth-of-type(2) a:hover {
  color: #ff4136;
}
.main-nav .pure-menu-item:nth-of-type(3) a:hover {
  color: #a463f2;
}
.main-nav .pure-menu-item:nth-of-type(4) a:hover {
  color: #d5008f;
}
.main-nav .pure-menu-item:nth-of-type(5) a:hover {
  color: #ffa3d7;
}
.main-nav .pure-menu-item:nth-of-type(6) a:hover {
  color: #aa8e19;
}
.main-nav .pure-menu-item:nth-of-type(7) a:hover {
  color: #19a974;
}
.main-nav .pure-menu-item:nth-of-type(8) a:hover {
  color: #357edd;
}

/* TEST */
.main-nav .pure-menu-item .titre-bis {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  padding: 0 .5rem;
  opacity: 0;
  transform: rotateX(0);
  transition: opacity 0s .5s, transform 1s;
  font-family: 'TerminalGrotesque', sans-serif;
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.main-nav .pure-menu-item a:not(.titre-bis) {
  opacity: 1;
  transform: rotateX(0);
  transition: opacity 0s .5s, transform 1s;
}
.main-nav .pure-menu-item:nth-of-type(1):hover a:not(.titre-bis), .main-nav .pure-menu-item:nth-of-type(2):hover a:not(.titre-bis), .main-nav .pure-menu-item:nth-of-type(4):hover a:not(.titre-bis) {
  opacity: 0;
  transform: rotateX(360deg);
}
.main-nav .pure-menu-item:nth-of-type(1):hover .titre-bis, .main-nav .pure-menu-item:nth-of-type(2):hover .titre-bis, .main-nav .pure-menu-item:nth-of-type(4):hover .titre-bis {
  opacity: 1;
  transform: rotateX(360deg);
}

/********/

.main-nav ul {
    max-width: 700px;/* ATTENTION : valeur à changer si des items sont ajoutés au menu !!! */
    margin: auto;
    letter-spacing: -1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* AJOUTÉ POUR LA V3 */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.main-nav ul li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.modular .main-nav ul li {
    text-shadow: 2px 2px 2px #000;
}

.main-nav ul li a, .bouton-site-menu {
    position: relative;
    display: block;
    line-height: 1;
    padding: .5rem .5rem 0 .5rem; /* MODIFIÉ POUR LA V3 */
    white-space: nowrap;
}
.main-nav ul .dev a {
  padding-top: 0;
}

/* Selected Dropdown nav item */
.main-nav ul li.selected > a {
  text-decoration: underline;
}

/* Dropdown CSS */

.main-nav ul li ul {
    position: absolute;
    min-width: 100%;
    text-align: left;
    z-index: 999;
    /*display: none;*/
}
.main-nav ul li ul li {
    display: block;
}

/* Dropdown CSS */
.main-nav ul li ul ul {
    left: 100%;
    top: 0;
}

/* Active on Hover */
/*.main-nav li:hover > ul {
    display: block;
}*/

/* Child Indicator */
.main-nav .has-children > a {
    padding-right: 30px;
}
.main-nav .has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 0;
}

.main-nav .has-children .has-children > a:after {
    content: '\f105';
}


.main-nav ul li.bouton-site-menu {
  display: none;
  cursor: pointer;
}
.formulaire-menu-conteneur {
  display: none;
}
.formulaire-menu-conteneur.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,.8);
  color: #fff;
}
.formulaire-menu {
  width: 300px;
  max-width: 100vw;
}




/* MENU ADDITIONNEL SERVICES WEB */
.main-nav .services-web {
  position: fixed;
  top: 0;
  right: 0;
  height: auto;
  padding: 10px;
  font-family: TerminalGrotesque;
}
.modular .services-web {
  color: #fff;
}
.fleche-web {
  border-right: solid 2px;
  border-bottom: solid 2px;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 5px;
  transform: rotate(45deg) translateY(-3px);
}
.main-nav .services-web ul {
  justify-content: flex-end;
  right: 0;
  text-align: right;
  display: none;
}
.desktop .main-nav .services-web:hover ul, .main-nav .services-web.active ul {
  display: block;
}
.main-nav .services-web ul li {
  width: 100%;
}
.main-nav .services-web ul li a {
  font-family: TerminalGrotesque;
  padding: 0;
  margin: .5rem .5rem 0 .5rem;
}


/* MENU MOBILE */
.custom-wrapper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-toggle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
a.custom-toggle {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.custom-toggle.x {
  height: 3rem;
}
.custom-toggle .bar {
  background-color: #fff;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  top: calc(1.5rem + 2px);
  right: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.custom-toggle .bar:first-child {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.custom-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width:48em) {
  body {
    border: none;
  }
  .custom-wrapper, .default .pure-menu-fixed, .colonnes .pure-menu-fixed {
    overflow: hidden;
    height: 3rem;
    width: 250px;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: unset;
    top: 5px;
    left: unset;
    right: 15px;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .custom-wrapper.open {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8);
  }
  .custom-toggle {
    display: block;
    z-index: 99;
    width: auto;
  }
  .custom-toggle.x {
    width: auto;
  }
  .main-nav {
    width: auto;
  }
  header .main-nav ul:not(.second-nav) {
    min-height: 100vh;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header .main-nav.services-actifs ul:not(.second-nav) {
    overflow-y: auto;
  }
  .pure-menu-item {
    height: auto;
    margin: .3rem 0;
  }
  .pure-menu-item.perso:nth-child(4), .pure-menu-item.bouton-site-menu, .pure-menu-item.services-web {
    margin-top: 1.5rem;
  }
  .pure-menu-item.premier {
    display: block;
    padding-right: 3rem;
    top: 5px;
    color: #fff;
  }
  .open .pure-menu-item.premier {
    top: 8px;
  }
  .main-nav a {
    color: rgba(255, 255, 255, 0.9);
  }
  .main-nav a.ext::after {
    content: url('../images/external-link-alt-white.svg');
  }
  .main-nav ul li.bouton-site-menu {
    display: block;
    color: #fff;
    font-family: LibreFranklin;
    font-size: .9rem;
  }
  .main-nav ul li.bouton-site-menu span {
    border: solid #fff 1px;
    border-radius: 10px;
    padding: 2px 5px;
  }
  #bouton-site {
    display: none;
  }
  #bouton-site.grand {
    display: flex;
  }
  .main-nav .services-web {
    position: relative;
    color: #fff;
    padding: .5rem;
  }
  header .main-nav .services-web ul {
    height: auto;
    text-align: left;
    padding: 0;
    display: none;
    min-height: unset;
    padding-bottom: 5rem;
  }
}
.phone .pure-menu-item.premier {
  display: block;
  padding-right: 3rem;
  top: 5px;
  color: #fff;
}
.phone .open .pure-menu-item.premier {
  top: 8px;
}
/**********************************/

/*@media only screen and (min-width: 1600px) {
  .content, .main-nav ul {
    margin-left: 225px;
  }
}*/
@media screen and (max-device-height:35.5em) {
  #presentation p {
    position: static;
    top: 0;
  }
}
