/*
#@plugins/moutons/less/styles.less
*/
* {
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
p,
.total,
.editer,
li {
  font-size: 1.25em;
  line-height: 1.3em;
}
p li,
.total li,
.editer li,
li li {
  font-size: inherit;
}
a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
  display: inline-block;
}
.formation.active button {
  border: 1px solid transparent;
  color: #ffffff;
}
blockquote {
  font-size: 1.5em;
  line-height: 1.5em;
  font-style: italic;
}
code {
  font-size: 1.2em;
  line-height: 1.5em;
}
.lien {
  border: 1px solid;
  padding: .1em .25em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  color: #2442f0;
}
a.play {
  border: 1px solid;
  padding: .1em .25em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  color: #2442f0;
  display: inline-block;
  padding: .25em .5em;
  color: #ffffff;
  margin-top: .5em;
  cursor: pointer;
}
p.hyperlien {
  text-align: center;
  padding-top: 3em;
}
p.hyperlien a {
  border: 1px solid;
  padding: .1em .25em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  color: #2442f0;
  display: inline;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
}
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h1 small,
h2 small,
h3 small,
h4 small {
  display: block;
  font-size: .6em;
  font-weight: 100;
  padding-top: .25em;
}
h1.yellow,
h2.yellow,
h3.yellow,
h4.yellow {
  color: #ffc300;
}
h1.white,
h2.white,
h3.white,
h4.white {
  color: #ffffff;
}
.h1,
h1 {
  font-size: 2.65em;
  display: block;
  letter-spacing: -.03em;
}
.h1.hero,
h1.hero {
  font-size: 4.5em;
}
.h1.hero small,
h1.hero small {
  font-size: .3em;
  text-transform: none;
  letter-spacing: .1em;
}
.h1 + p,
h1 + p {
  font-size: 1.25em;
}
.h2,
h2 {
  display: block;
  text-align: center;
  margin: 2em 0 1em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 4em;
}
.h3,
h3 {
  font-size: 2em;
  position: relative;
  margin-bottom: 2em;
  margin-top: 3em;
}
.h3 span,
h3 span {
  position: relative;
  display: inline-block;
}
.h3 span span,
h3 span span {
  width: 70%;
  position: absolute;
  height: 5px;
  display: block;
  bottom: -.5em;
}
.h4,
h4 {
  margin: 0;
  font-size: 1.2em;
}
.h4 small,
h4 small {
  font-size: .75em;
}
address .h4 {
  border-bottom: 3px solid white;
  display: inline-block;
  padding: 2.5em 0 0.5em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 100;
}
span.erreur_message,
.reponse_formulaire {
  display: block;
  text-align: center;
  background: #ffffff;
  padding: .25em;
  margin: .5em 0;
}
span.erreur_message p,
.reponse_formulaire p {
  margin: 0;
}
.reponse_formulaire {
  margin-top: 1em;
}
.formulaire fieldset,
form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.formulaire label,
form label {
  display: block;
  text-transform: uppercase;
}
.formulaire ul,
form ul,
.formulaire li,
form li {
  padding: 0;
  list-style: none;
}
.formulaire h3.legend,
form h3.legend {
  margin: 1em 0;
}
.formulaire h3.legend span,
form h3.legend span {
  border-bottom: 5px solid white;
  padding-bottom: .25em;
}
.formulaire .editer.saisie_checkbox > label,
form .editer.saisie_checkbox > label {
  display: none;
}
.formulaire .editer_explication,
form .editer_explication {
  text-transform: uppercase;
  clear: both;
}
.formulaire .saisie_input input,
form .saisie_input input {
  width: 100%;
}
.formulaire .choix,
form .choix {
  float: left;
  padding: 0 3em 1em 0;
}
.formulaire .choix.choix_in,
form .choix.choix_in {
  clear: left;
}
.formulaire .choix::before,
form .choix::before {
  content: " ";
  display: block;
  clear: both;
}
.formulaire .choix label,
form .choix label {
  display: inline-block;
}
.formulaire .choix input,
form .choix input {
  margin-right: .5em;
}
.formulaire .saisie_radio span.erreur_message,
form .saisie_radio span.erreur_message {
  clear: both;
  display: inline-block;
  float: left;
}
.formulaire .saisie_radio::after,
form .saisie_radio::after {
  display: block;
  content: " ";
  clear: both;
}
.formulaire .btn,
form .btn,
.formulaire input[type="submit"],
form input[type="submit"],
.formulaire input[type="file"],
form input[type="file"],
.formulaire button,
form button {
  text-transform: uppercase;
  border: 1px solid white;
  background-color: transparent;
  color: #ffffff;
}
.formulaire .btn:hover,
form .btn:hover,
.formulaire input[type="submit"]:hover,
form input[type="submit"]:hover,
.formulaire input[type="file"]:hover,
form input[type="file"]:hover,
.formulaire button:hover,
form button:hover {
  background-color: #ffffff;
}
.formulaire input[type="file"],
form input[type="file"] {
  font-size: .8em;
}
.formulaire textarea,
form textarea {
  clear: both;
  width: 100%;
  padding: 1em;
}
.formulaire textarea,
form textarea,
.formulaire input,
form input {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: .8em;
  line-height: 1em;
  margin: .25em 0 .75em 0;
}
.formulaire textarea:focus,
form textarea:focus,
.formulaire input:focus,
form input:focus {
  outline: white auto 4px;
}
.formulaire textarea::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
.formulaire input::-webkit-input-placeholder,
form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.formulaire textarea[type="file"],
form textarea[type="file"],
.formulaire input[type="file"],
form input[type="file"],
.formulaire textarea[type="text"],
form textarea[type="text"],
.formulaire input[type="text"],
form input[type="text"],
.formulaire textarea[type="email"],
form textarea[type="email"],
.formulaire input[type="email"],
form input[type="email"] {
  width: 100%;
}
.texte {
  padding-bottom: 4em;
  width: 100%;
}
.texte .spip_documents .spip_doc_titre {
  display: none;
}
.texte .spip_documents > dt > img {
  width: 100%;
  height: auto;
}
#main {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 60;
}
.nettoyeur {
  clear: both;
}
.tableFlex {
  display: table;
  width: 100%;
}
.tableFlex > .tableRow,
.tableFlex > div {
  display: table-row;
}
.tableFlex > .tableRow > .tableCell,
.tableFlex > div > .tableCell,
.tableFlex > .tableRow > div,
.tableFlex > div > div {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#disqus_thread {
  margin-top: 10em;
}
p.boutons {
  text-align: center;
  padding-top: 2em;
}
.aide_scroll {
  cursor: pointer;
  position: absolute;
  transform: rotate(-90deg);
  top: 100%;
  left: 50%;
  width: 8em;
  margin-top: -8em;
  margin-left: -4em;
  -webkit-transition: margin 400ms ease-out;
  -moz-transition: margin 400ms ease-out;
  -ms-transition: margin 400ms ease-out;
  -o-transition: margin 400ms ease-out;
  transition: margin 400ms ease-out;
}
.aide_scroll:hover {
  margin-top: -9em;
}
.top,
.mini-nav {
  font-size: 1.2em;
}
.top {
  cursor: pointer;
  width: 130px;
  display: inline-block;
  text-align: center;
  border-bottom: 0;
}
.top svg {
  width: 40px;
}
.top.top svg {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-top: 0;
  transform: rotate(-90deg);
}
.top.top svg:hover {
  margin-top: -3em;
}
.top span {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-top: -5.25em;
  display: block;
}
html {
  height: 100%;
  overflow: hidden;
}
body.nav {
  overflow: hidden;
}
body.nav nav {
  visibility: visible;
  opacity: 1;
}
body.nav nav ul li {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: auto;
  opacity: 1;
  cursor: pointer;
}
body.nav nav ul li a {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body.nav nav ul li:nth-child(1) {
  transition-delay: 300ms;
}
body.nav nav ul li:nth-child(2) {
  transition-delay: 390ms;
}
body.nav nav ul li:nth-child(3) {
  transition-delay: 480ms;
}
body.nav nav ul li:nth-child(4) {
  transition-delay: 570ms;
}
body.nav nav ul li:nth-child(5) {
  transition-delay: 630ms;
}
body.nav nav ul li:nth-child(6) {
  transition-delay: 720ms;
}
body.nav nav ul li:nth-child(7) {
  transition-delay: 810ms;
}
body.nav nav address > div > div {
  opacity: 1;
}
body.nav nav address > div > div:nth-child(1) {
  transition-delay: 800ms;
}
body.nav nav address > div > div:nth-child(2) {
  transition-delay: 1200ms;
}
body.nav .buttons #panier {
  display: none;
}
body.nav .buttons #menu {
  background-color: transparent;
}
body.nav .buttons #menu svg g#croix {
  opacity: 1;
}
body.nav .buttons #menu svg g#croix path {
  fill: #ffffff !important;
}
body.nav .buttons #menu svg g#fixe path {
  fill: #ffffff !important;
}
body.nav .buttons #menu svg g#menu2 {
  opacity: 0;
}
body .buttons {
  -webkit-transition: left 400ms ease-out;
  -moz-transition: left 400ms ease-out;
  -ms-transition: left 400ms ease-out;
  -o-transition: left 400ms ease-out;
  transition: left 400ms ease-out;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
}
body .buttons:hover + nav + #main .mouse {
  opacity: 0;
}
body .buttons #panier,
body .buttons #menu {
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  top: 2em;
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body .buttons #panier:focus,
body .buttons #menu:focus {
  outline: none;
}
body .buttons #panier svg,
body .buttons #menu svg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 40px;
}
body .buttons #panier svg g,
body .buttons #menu svg g {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body .buttons #panier svg g#croix,
body .buttons #menu svg g#croix {
  opacity: 0;
}
body .buttons #panier svg g#fixe,
body .buttons #menu svg g#fixe,
body .buttons #panier svg g#menu2,
body .buttons #menu svg g#menu2 {
  opacity: 1;
}
body .buttons #panier svg g#fixe path,
body .buttons #menu svg g#fixe path,
body .buttons #panier svg g#menu2 path,
body .buttons #menu svg g#menu2 path {
  fill: #2442f0;
}
body .buttons #panier svg path,
body .buttons #menu svg path {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body .buttons #menu {
  left: 2em;
}
body .buttons #panier {
  visibility: hidden;
  right: 2em;
}
body .buttons #panier span {
  background-color: #ce2929;
  color: white;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 1.5em;
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
}
body .buttons #panier span:empty {
  display: none;
}
body.page-panier .buttons #panier {
  visibility: visible;
}
body nav {
  opacity: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background-color: #2442f0;
  border: 1.5em solid #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 90;
  color: #ffffff;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  text-align: center;
}
body nav > div > div > div {
  padding: 1.5em;
  padding-top: 70px;
  height: 100%;
  overflow: auto;
}
body nav address {
  font-style: normal;
}
body nav address > div > div {
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body nav address ul,
body nav address p {
  margin: 0;
}
body nav address ul {
  padding: 0;
}
body nav address ul li {
  border-radius: 100%;
  width: 1.5em;
  height: 1.5em;
  background-color: #2442f0;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
body nav ul {
  padding: 0;
  margin: 0;
  font-size: 1.25em;
}
body nav ul li {
  list-style: none;
  opacity: 0;
}
body nav ul li span {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  visibility: hidden;
  display: none;
  opacity: 0;
}
body nav ul li span:first-child {
  margin-right: -35px;
}
body nav ul li span:last-child {
  display: none;
  margin-left: -35px;
}
body nav ul li.loading span {
  visibility: visible;
  opacity: 1;
}
body nav ul li.loading span:first-child {
  margin-right: 0;
}
body nav ul li a {
  letter-spacing: 3px;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: .3em 0;
  border-bottom: 0em solid #ffffff;
}
body nav ul li a br {
  display: none;
}
body nav ul li.on a {
  opacity: 1;
  border-bottom: 0.1em solid #ffffff;
}
body section {
  background: white;
  height: 100%;
  width: 100%;
  position: absolute;
}
body section:not(#home) {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body section#equipe {
  border-width: 1.5em;
  background-color: #0dc0ea;
  color: white;
  overflow: hidden;
  border-color: white;
  border-style: solid;
  /* Panels. */
}
body section#equipe h1 {
  display: none;
}
body section#equipe .turnAround {
  transition: opacity 1s;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100000000;
  color: white;
  font-size: 10em;
  margin-left: -.5em;
  margin-top: -.5em;
  transform: rotateX(60deg);
}
body section#equipe .turnAround i.fa {
  animation-duration: 2s;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
body section#equipe .turnAround.hide {
  opacity: 0;
}
body section#equipe .splitview {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body section#equipe .panel {
  position: absolute;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
body section#equipe .panel .content {
  position: absolute;
  width: 100vw;
  height: 100%;
  color: #FFF;
  background-size: cover;
}
body section#equipe .last {
  background-color: #2c2c2c;
  z-index: 1;
}
body section#equipe .last .content {
  background-position: 85% center;
}
body section#equipe .description {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 2%;
  text-align: left;
  padding: 1em 3em;
}
body section#equipe .description .h1 {
  color: white;
  font-size: 2.5em;
  display: inline-block;
  padding: .25em;
  text-transform: inherit;
}
body section#equipe .description .h2 {
  margin: 1em 0;
  font-size: 1.5em;
  text-align: inherit;
}
@media screen and (orientation: landscape) {
  body section#equipe .description {
    width: 50%;
    left: 10%;
  }
}
@media screen and (orientation: landscape) {
  body section#equipe .first .description {
    right: .5em;
    left: inherit;
  }
}
body section#equipe .first .h1 {
  background-color: #c9343c;
}
body section#equipe .last .h1 {
  background-color: #c00e5e;
}
body section#equipe .first {
  background-color: #4d45ad;
  z-index: 2;
  width: 50vw;
}
body section#equipe .first .content {
  background-position: 15% center;
}
body section#equipe .skewed .first {
  transform: skew(-8deg);
  margin-left: -1000px;
  width: calc(50vw + 1000px);
}
body section#equipe .skewed .first .content {
  transform: skew(8deg);
  margin-left: 1000px;
}
body section#nono {
  background-color: #f47c19;
  overflow: hidden;
  transition: 1s;
}
body section#nono article {
  position: relative;
  padding: 2em;
  height: 100%;
  width: 100%;
  border-width: 1.5em;
  border-style: solid;
  border-color: #ffffff;
}
body section#nono article .tableFlex {
  height: 100%;
}
body section#nono article form {
  color: #ffffff;
  font-weight: bolder;
  height: 100%;
  max-width: 680px;
  margin: auto;
  font-size: .8em;
  display: table;
  width: 100%;
}
body section#nono article form .form button {
  display: none;
  height: 2em;
  border-top: none;
  border-left: none;
  position: relative;
  width: 4em;
  border-radius: 0;
}
body section#nono article form .form button:focus,
body section#nono article form .form button:hover {
  outline: none;
  background-color: inherit;
}
body section#nono article form .form button::before,
body section#nono article form .form button::after {
  display: block;
  height: 1px;
  content: " ";
  width: 30px;
  background-color: white;
  position: absolute;
  left: 0;
}
body section#nono article form .form button::before {
  bottom: 8px;
  transform: rotate(-35deg);
  left: -2px;
}
body section#nono article form .form button::after {
  bottom: -10px;
  transform: rotate(35deg);
  left: -2px;
}
body section#nono article form .form input.search {
  display: table-cell;
  border-top: none;
  border-right: none;
  border-left: none;
  resize: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-size: 2em;
  font-weight: lighter;
  font-style: italic;
  border-radius: 0;
}
body section#nono article form .form input.search:focus {
  outline: none;
}
body section#nono article form .isTyping {
  font-size: 1em !important;
  padding: 2em 0 0;
}
body section#nono article form .isTyping span {
  animation: ajaxloader 1s infinite;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  margin-top: auto;
  margin-bottom: auto;
}
@keyframes ajaxloader {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
body section#nono article form .isTyping span:nth-child(3) {
  animation-delay: .5s;
}
body section#nono article form .isTyping span:nth-child(2) {
  animation-delay: .25s;
  margin-right: 1em;
  margin-left: 1em;
}
body section#nono article form .console {
  display: table-row;
  height: 80%;
}
body section#nono article form .console ul {
  display: table-cell;
  vertical-align: bottom;
  padding: 0;
  overflow: hidden;
  height: 100%;
  margin-top: auto;
  width: 100%;
}
body section#nono article form .console ul li {
  list-style: none;
  width: 100%;
  clear: left;
  position: relative;
  text-align: left;
  clear: both;
}
body section#nono article form .console ul li.received {
  text-align: right;
}
body section#nono article form .console ul li:first-child {
  margin-top: auto;
}
body section#nono article form .console ul li .snip {
  background: white;
  border-radius: .25em;
  right: 0;
  bottom: 0;
  padding: .25em 0;
  width: 100%;
  text-align: center;
  float: right;
}
body section#nono article form .console ul li .snip a {
  color: #2442f0;
  font-size: 14px;
  text-align: center;
  border-bottom: 0;
}
body section#nono article form .console ul li .snip a div {
  height: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body section#nono article form .console ul li .snip a p {
  margin: 0;
  word-wrap: break-word;
  padding: 0 .5em;
  margin-top: .25em;
}
body section#nono article form .console ul li.client {
  font-weight: lighter;
  font-style: italic;
}
body section#nono article form .console ul li:nth-last-child(1) {
  font-size: 3.5em;
  opacity: 1;
}
body section#nono article form .console ul li:nth-last-child(2) {
  font-size: 3.25em;
  opacity: .8;
}
body section#nono article form .console ul li:nth-last-child(3) {
  font-size: 2.75em;
  opacity: .6;
}
body section#nono article form .console ul li:nth-last-child(4) {
  font-size: 2.5em;
  opacity: .5;
}
body section#nono article form .console ul li:nth-last-child(5) {
  font-size: 2.25em;
  opacity: .1;
}
body section#nono article form .console ul li:nth-last-child(6) {
  font-size: 2em;
  opacity: .05;
}
body section#nono article form .console ul li:nth-last-child(7) {
  font-size: 1.5em;
  opacity: .025;
}
body .explosion {
  width: 100%;
  height: 100%;
}
body .intersticiel.home {
  background-color: inherit;
  border: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 1000%;
  left: 1000%;
  z-index: 10;
}
body .intersticiel.home .tableFlex {
  height: 100%;
}
body .intersticiel.home .colors {
  bottom: 0;
  height: 0%;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: height 0.25s ease-In-Out;
  -moz-transition: height 0.25s ease-In-Out;
  -ms-transition: height 0.25s ease-In-Out;
  -o-transition: height 0.25s ease-In-Out;
  transition: height 0.25s ease-In-Out;
}
body .intersticiel.home .colors.white {
  background-color: white !important;
}
body .intersticiel.home .h1 {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
  padding-top: 1em;
  font-size: 22em;
  font-weight: 900;
  position: relative;
  z-index: 100;
  color: #2442f0;
  letter-spacing: -20px;
}
body .intersticiel.home.active {
  top: 0;
  left: 0;
  z-index: 101;
}
body .intersticiel.home.active .h1 {
  animation-delay: 400ms;
  opacity: 1;
  padding-top: 0;
}
body .intersticiel.home.active .colors:nth-child(1) {
  height: 100%;
  transition-delay: 0.25s;
  transition-duration: 0.25s;
}
body .intersticiel.home.active .colors:nth-child(2) {
  height: 100%;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}
body .intersticiel.home.active .colors:nth-child(3) {
  height: 100%;
  transition-delay: 0.75s;
  transition-duration: 0.75s;
}
body .intersticiel.home.active .colors:nth-child(4) {
  height: 100%;
  transition-delay: 1s;
  transition-duration: 1s;
}
body .intersticiel.home.active .colors:nth-child(5) {
  height: 100%;
  transition-delay: 1.25s;
  transition-duration: 1.25s;
}
body section#home {
  border: none;
}
body section#home .aide_nav {
  position: absolute;
  bottom: 4%;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
}
body section#home > div {
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-width: 1.5em;
  border-style: solid;
}
body section#home > div.hide {
  opacity: 0;
}
body section#home > div .texte {
  padding: 0;
  color: inherit;
  z-index: 10;
}
body section#home > div .texte > div {
  margin: auto;
  padding: 1em;
  text-align: center;
}
body section#home > div .texte > div p {
  line-height: 2em;
  font-weight: 600;
}
body section#home > div .texte > div p br {
  display: none;
}
body section#home > div .texte > div > small {
  position: absolute;
  right: 1em;
  top: 86%;
  color: black;
  font-size: 1.25em;
  margin-top: -2em;
  z-index: 100;
}
@media screen and (orientation: landscape) {
  body section#home > div .texte > div > small {
    top: 80%;
  }
}
body section#home > div .texte > div h2 {
  letter-spacing: -2px;
  font-size: 4em;
  font-weight: 100;
  text-transform: uppercase;
  position: relative;
  margin-top: 0em;
  margin-bottom: .25em;
  opacity: 1;
}
body section#home > div .image {
  z-index: 9;
  height: 86%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (orientation: landscape) {
  body section#home > div .image {
    height: 80%;
  }
}
body section#home > div .image video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body section#home > div .image video:first-child {
  z-index: 10;
}
body section#home > div .image video:last-child {
  z-index: 8;
}
body section#home > div.home {
  border-color: #2442f0;
  color: #2442f0;
}
body section#home > div.home .image {
  bottom: 0;
  position: absolute;
}
body section#home > div.home:first-child .image {
  height: 80%;
}
@media screen and (orientation: landscape) {
  body section#home > div.home:first-child .image {
    height: 100%;
  }
}
body section#home > div.home:nth-child(2) .texte {
  height: 100%;
}
body section#home > div.home .texte {
  width: 100%;
  margin: auto;
  height: auto;
}
body section#home > div.home .texte h1 {
  text-align: center;
}
body section#home > div.art_3 .image {
  background-position: 10% center;
}
body section#home > div.art_4 a.play {
  top: 20%;
  position: absolute;
  z-index: 100;
  left: 20%;
  width: 60%;
}
@media screen and (orientation: landscape) {
  body section#home > div.art_4 a.play {
    top: 10%;
    width: auto;
  }
}
body section#home > div.art_4 .image video {
  display: none;
}
body section#home > div.art_4.play .image video {
  display: block;
}
body section#home > div.art_4.play .texte {
  display: none;
}
body section#home > div.art_5 .image {
  background-repeat: repeat;
  background-size: 112px;
}
@media screen and (orientation: landscape) {
  body section#home > div.art_5 .image {
    background-size: 130px;
    background-position: center;
  }
}
body section#home .mouse {
  transform: scale(1);
  display: none;
  z-index: 9;
  position: absolute;
  opacity: 1;
  transition: opacity .5s;
  width: 100px;
  height: 100px;
  overflow: hidden;
  z-index: 10000;
  margin-top: -50px;
  margin-left: -50px;
}
body section#home .mouse svg {
  position: absolute;
  width: 200px;
  height: 200px;
  fill: #2442f0;
}
body section#home .mouse.left svg {
  top: 0;
  left: 0;
}
body section#home .mouse.right svg {
  top: 0;
  left: -100px;
}
body section#home .mouse.none svg {
  top: -100px;
  left: 0;
}
body section#domaine_references {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body section#domaine_references article#projets {
  border: 1.5em solid #ffffff;
  border-top: 0;
  border-bottom: 0;
}
body section#domaine_references article#projets ul {
  padding: 0;
  margin: 0;
}
body section#domaine_references article#projets ul li {
  float: left;
  display: table;
  width: 100%;
  height: 220px;
  overflow: hidden;
  list-style: none;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (orientation: landscape) {
  body section#domaine_references article#projets ul li {
    width: 50%;
    height: 170px;
  }
}
body section#domaine_references article#projets ul li a {
  display: none;
}
body section#domaine_references article#projets ul li a h2 {
  vertical-align: middle;
  text-transform: inherit;
  color: white;
  font-size: 2em;
  line-height: 1em;
  display: table-cell;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background-color: rgba(0, 0, 0, 0);
}
body section#domaine_references article#projets ul li a h2 small {
  text-transform: uppercase;
  font-size: .5em;
}
body section#domaine_references article#projets ul li:hover a {
  display: table-row;
}
body section#domaine_references article#projets ul li:hover a h2 {
  background-color: rgba(0, 0, 0, 0.7);
}
body section#domaine_references article#references {
  clear: both;
  min-height: 100%;
  background-color: #efeded;
  border: 1.5em solid #ffffff;
  text-align: center;
}
body section#domaine_references article#references h2 {
  margin-bottom: 1em;
}
body section#domaine_references article#references > div ul {
  padding: 0;
  margin: auto;
}
body section#domaine_references article#references > div ul li {
  list-style: none;
  height: 160px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 164px;
}
body section#domaine_references article#domaines {
  height: 100%;
  width: 100%;
  color: white;
  border: 1.5em solid #ffffff;
  background-color: #e34046;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}
body section#domaine_references article#domaines div.content {
  text-align: center;
}
body section#domaine_references article#domaines div.content > div {
  height: 100%;
}
body section#domaine_references article#domaines div.content h1 {
  text-align: center;
}
body section#domaine_references article#domaines div.content ul.ss_nav {
  opacity: .5;
}
body section#domaine_references article#domaines div.content ul.ss_nav li:hover a {
  background-color: white;
  color: #e34046;
}
body ul.ss_nav {
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
}
body ul.ss_nav li {
  text-align: center;
  list-style: none;
  padding: 0;
  font-size: 2em;
}
body ul.ss_nav li.pipe {
  display: none;
}
body ul.ss_nav li a {
  padding: .125em .5em;
  display: block;
  border: none;
}
body .panier {
  z-index: 10;
}
body .panier ul,
body .panier ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .panier ul li {
  padding: .5em 1.5em .75em 0;
  border-bottom: 1px solid white;
  line-height: 1.3em;
  position: relative;
  overflow: hidden;
}
body .panier ul li:last-child {
  border-bottom-width: 2px;
}
body .panier ul li span {
  display: block;
}
body .panier ul li button {
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  right: 0;
  border: none;
  width: 25px;
  height: 25px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 2em;
  cursor: pointer;
}
body .panier ul li button svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body .panier ul li button svg polygon {
  fill: white;
}
body .panier ul li button:hover {
  background-color: inherit;
  color: inherit;
  transform: rotate(180deg);
}
body .panier .total {
  padding: 1em 0;
}
body .panier .total small {
  float: right;
  display: block;
  line-height: 1em;
  font-weight: 600;
  font-size: 1em;
}
body .panier .btn {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: .5em 0;
}
body .panier .btn:hover {
  color: #17d568;
}
body.openPanier .buttons,
body.openPanier section#catalogue article,
body.openPanier section#catalogue .menu,
body.openPanier section#catalogue .formations {
  left: -80%;
}
body section#catalogue .descriptif {
  text-align: center;
}
body section#catalogue .descriptif small {
  display: block;
  margin-bottom: 1em;
}
body section#catalogue .descriptif blockquote {
  margin: 0;
}
body section#catalogue article,
body section#catalogue .menu,
body section#catalogue .formations {
  left: 0;
  -webkit-transition: left 400ms ease-out;
  -moz-transition: left 400ms ease-out;
  -ms-transition: left 400ms ease-out;
  -o-transition: left 400ms ease-out;
  transition: left 400ms ease-out;
  z-index: 10;
  position: relative;
  background-color: white;
}
body section#catalogue .menu {
  background-color: white;
  z-index: 80;
}
body section#catalogue article {
  border: 1em solid #ffffff;
}
body section#catalogue article h2 {
  color: #17d568;
}
body section#catalogue article.formations {
  padding-bottom: 10em;
  padding-right: 0;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
body section#catalogue article.formations strong {
  color: #17d568;
}
body section#catalogue article.formations h3 span span {
  background-color: #17d568;
}
body section#catalogue article.formations h3 {
  margin: 1em 0 1.5em;
}
body section#catalogue article.formations > div {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
body section#catalogue article.formations ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
body section#catalogue article.formations ul .table.formation {
  border: 1px solid black;
  list-style: none;
  width: 100%;
  border-bottom: none;
  padding: .5em;
}
body section#catalogue article.formations ul .table.formation > strong:first-child,
body section#catalogue article.formations ul .table.formation > span:first-child,
body section#catalogue article.formations ul .table.formation > div:first-child {
  width: 100%;
}
body section#catalogue article.formations ul .table.formation h4 {
  margin-top: .8em;
}
body section#catalogue article.formations ul .table.formation p {
  margin: .25em 0;
  padding-right: 3em;
}
body section#catalogue article.formations ul .table.formation > div {
  float: right;
  margin-top: -.8em;
}
body section#catalogue article.formations ul .table.formation:last-child {
  border-bottom: 1px solid black;
}
body section#catalogue article.formations ul .table.formation .remove {
  display: none;
}
body section#catalogue article.formations ul .table.formation button {
  width: 110px;
  font-size: .8em;
  color: black;
  border: 1px solid black;
  background-color: transparent;
  min-height: 25px;
  border-radius: 0;
}
body section#catalogue article.formations ul .table.formation.active {
  background-color: #17d568;
  color: #ffffff;
}
body section#catalogue article.formations ul .table.formation.active strong {
  color: #ffffff;
}
body section#catalogue article.formations ul .table.formation.active .add {
  display: none;
}
body section#catalogue article.formations ul .table.formation.active .remove {
  display: inline;
}
body section#catalogue article.formations ul .table.formation:last-child td {
  border: none;
}
body section#catalogue article.formations ul .table.formation td {
  padding: .5em;
  border-bottom: 1px solid black;
  margin: 0;
}
body section#catalogue article.presentation {
  background-color: #17d568;
  background-position: bottom center;
  height: 100%;
  color: white;
  text-align: center;
  background-size: cover;
}
body section#catalogue article.presentation h1 {
  margin: 3em auto;
}
body section#catalogue .menu {
  color: #17d568;
}
body section#catalogue .menu ul li:hover a {
  background-color: #17d568;
  color: #ffffff;
}
body section#catalogue .panier {
  padding: 1em;
  position: fixed;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  background: #17d568;
  color: #ffffff;
  z-index: 9;
}
body section#catalogue .panier ul {
  max-height: calc(100% - 80px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body section#article .hyperlien a {
  color: black;
}
body section#article .titre {
  border: 1.5em solid #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffc300;
  top: 0;
}
body section#article .titre p {
  font-weight: bold;
}
body section#article .titre > div {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  padding: 1em;
}
body section#article .titre a:hover {
  color: #ffc300;
  background-color: white;
}
body section#article .texte a:not(.top):hover {
  color: white;
  background-color: #ffc300;
}
body section#article span.spip_documents_center {
  display: block;
  text-align: center;
}
body section#article .content {
  padding: 1.5em;
}
body section#article .content > div {
  width: 100%;
  margin: 0 auto;
  max-width: 660px;
}
body section#blog article {
  border: 1.5em solid;
}
body section#blog article .aide_scroll {
  fill: #ffc300;
}
body section#blog article.presentation {
  position: relative;
  height: 100%;
  background: #ffc300 center;
  border-color: #ffc300;
}
body section#blog article.presentation h1 {
  margin-top: 2em;
  text-align: center;
  color: #ffffff;
}
body section#blog article.presentation > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (orientation: portrait) {
  body section#blog article.presentation > div {
    background-size: 170%;
  }
}
body section#blog article.articles {
  border-color: #ffffff;
  position: relative;
}
body section#blog article.articles h1 {
  text-align: center;
}
body section#blog article.articles.general h2 {
  position: relative;
  z-index: 10;
}
body section#blog article.articles.general::before {
  content: " ";
  display: block;
  background: #ffc300;
  width: 100%;
  height: 397px;
  position: absolute;
  top: 0;
  left: 0;
}
body section#blog article.articles > ul {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 1280px;
  width: 100%;
}
body section#blog article.articles > ul + .menu {
  margin: 3em 0 5em;
}
body section#blog article.articles > ul li {
  padding: 0;
  margin: 0 .5em 1em;
  position: relative;
  width: 100%;
  list-style: none;
  display: inline-block;
}
body section#blog article.articles > ul li a {
  border: none;
}
body section#blog article.articles > ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
body section#blog article.articles > ul li a span {
  position: absolute;
  background: #ffc300;
  padding: .25em .5em;
  top: 1em;
  left: 0;
}
body section#blog article.articles > ul li a h3 {
  margin: 0;
  font-size: 1.125em;
  background: #ffc300;
  padding: .5em;
  text-align: left;
}
body section#blog article.articles > ul li a h3 small {
  color: #ffffff;
  margin-top: .5em;
  font-size: .8em;
}
body section#blog .menu {
  color: #ffc300;
}
body section#blog .menu ul li:hover a {
  background-color: #ffc300;
  color: #ffffff;
}
body .menu {
  position: relative;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 100%;
  height: auto;
  z-index: 10;
  padding: 0;
  padding-top: 1em;
  text-align: center;
}
body .menu ul {
  background: white;
}
body .menu ul li {
  padding: .25em;
}
body .borders > div {
  width: 1.5em;
  height: 1.5em;
  position: fixed;
  background-color: white;
  z-index: 100;
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition: background-color 250ms ease-out;
  -ms-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
body .borders > div:nth-child(1) {
  width: 100%;
  top: 0;
  left: 0;
}
body .borders > div:nth-child(2) {
  height: calc(100% - 1.5em*2);
  top: 1.5em;
  right: 0;
}
body .borders > div:nth-child(3) {
  width: 100%;
  bottom: 0;
  right: 0;
}
body .borders > div:nth-child(4) {
  height: calc(100% - 1.5em*2);
  top: 1.5em;
  left: 0;
}
body section#projet {
  padding: 1.5em;
}
body section#projet article {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body section#projet article footer {
  padding: 4em 0;
  text-align: center;
  position: relative;
  height: 20em;
}
body section#projet article footer .mini-nav.left {
  float: left;
}
body section#projet article footer .mini-nav.left a {
  padding-left: 3em;
}
body section#projet article footer .mini-nav.right {
  float: right;
}
body section#projet article footer .mini-nav.right a {
  padding-right: 3em;
}
body section#projet article footer .mini-nav a {
  border-bottom: 3px solid black;
}
body section#projet article header {
  height: 100%;
}
body section#projet article header .mini-nav {
  color: #ffffff;
}
body section#projet article header .mini-nav a {
  border-bottom: 3px solid #ffffff;
  color: inherit;
}
body section#projet article header div.logo {
  height: 100%;
  width: 100%;
}
body section#projet article header div.logo .image,
body section#projet article header div.logo .fond {
  width: 100%;
  height: 100%;
  position: absolute;
}
body section#projet article header div.logo .image {
  z-index: 78;
  display: none;
  background-size: cover;
  background-position: left center;
  right: 0;
  width: 55%;
}
body section#projet article header div.logo .mini-nav {
  z-index: 79;
  position: absolute;
  right: 0;
  bottom: 10%;
}
body section#projet article header div.logo .mini-nav a {
  padding-right: 3em;
}
body section#projet article header div.title {
  height: 100%;
  width: 100%;
}
body section#projet article header div.title div.fond {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
body section#projet article header div.title div.redaction {
  position: absolute;
  bottom: 15%;
  z-index: 100;
}
body section#projet article header div.title p,
body section#projet article header div.title h1 {
  z-index: 2;
  position: relative;
}
body section#projet article header div.title h1 {
  margin-top: 0;
  margin-bottom: .4em;
  color: #ffffff;
  text-transform: inherit;
  line-height: 1em;
  padding-left: .75em;
}
body section#projet article header div.title h1 small {
  font-size: .125em;
  font-weight: normal;
  line-height: 0;
  display: block;
  padding-left: .5em;
}
body section#projet article header div.title p {
  width: 100%;
  max-width: 480px;
  padding-left: 3em;
  padding-right: 1em;
  color: #ffffff;
}
body section#projet article header div.title .mini-nav {
  position: fixed;
  top: 7em;
  z-index: 3;
  color: black;
}
body section#projet article header div.title .mini-nav a {
  border-bottom-color: black;
  padding-left: 4em;
}
body section#projet article header div.title .mini-nav span {
  text-transform: uppercase;
  display: block;
  transform-origin: left top;
  transform: rotate(-90deg);
  position: absolute;
  top: 10em;
  padding: .5em;
}
body section#projet article .texte {
  max-width: 1280px;
  margin: 0 auto;
}
body section#projet article .texte .spip_documents,
body section#projet article .texte p,
body section#projet article .texte ul,
body section#projet article .texte h3 {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
body section#projet article .texte .spip_documents.spip_documents_center {
  max-width: 100%;
  margin: inherit;
}
body section#projet article .texte .spip_documents.spip_documents_center img {
  width: 100%;
  height: auto;
}
body section#projet article div.displayer span img {
  width: 100%;
  height: auto;
}
body section#unfound {
  background-color: #2442f0;
  border-color: white;
  z-index: 59;
  border-style: solid;
}
body section#unfound h1 {
  position: relative;
  z-index: 100;
  margin: auto;
  font-size: 18em;
  color: white;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
body section#contact,
body section#conclusions {
  border: 1.5em solid #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1em;
  padding-bottom: 4em;
  color: #ffffff;
}
body section#contact h1,
body section#conclusions h1 {
  text-align: center;
}
body section#contact#conclusions,
body section#conclusions#conclusions {
  background-color: #17d568;
}
body section#contact#conclusions span.erreur_message,
body section#conclusions#conclusions span.erreur_message,
body section#contact#conclusions .reponse_formulaire,
body section#conclusions#conclusions .reponse_formulaire,
body section#contact#conclusions input[type="file"]:hover input[type="submit"]:hover,
body section#conclusions#conclusions input[type="file"]:hover input[type="submit"]:hover {
  color: #17d568;
}
body section#contact#contact,
body section#conclusions#contact {
  background-color: #5202c0;
}
body section#contact#contact span.erreur_message,
body section#conclusions#contact span.erreur_message,
body section#contact#contact .reponse_formulaire,
body section#conclusions#contact .reponse_formulaire,
body section#contact#contact input[type="file"]:hover,
body section#conclusions#contact input[type="file"]:hover,
body section#contact#contact input[type="submit"]:hover,
body section#conclusions#contact input[type="submit"]:hover {
  color: #5202c0;
}
body section#contact#contact .editer_textarea_1,
body section#conclusions#contact .editer_textarea_1 {
  clear: both;
}
body section#contact#contact .editer_input_4,
body section#conclusions#contact .editer_input_4 {
  width: 100%;
  padding: 0;
}
body section#contact#contact .editer_input_5,
body section#conclusions#contact .editer_input_5,
body section#contact#contact legend,
body section#conclusions#contact legend {
  display: none;
}
body section#contact .panier,
body section#conclusions .panier,
body section#contact .formulaire_spip,
body section#conclusions .formulaire_spip {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
body.loading {
  overflow: hidden;
}
body.loading .loader {
  visibility: visible;
}
body .loader {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: #2442f0;
  border: 1.5em solid #ffffff;
  z-index: 80;
  display: flex;
}
body .loader > div {
  margin: auto;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
}
body .loader > div .h1 {
  margin-top: -.3em;
}
body .loader > div .h1 i {
  letter-spacing: 0;
}
body .fullVideo {
  position: relative;
  width: 100%;
  height: 0;
}
body .fullVideo.animable {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
body .fullVideo.animable {
  margin-top: inherit;
}
body .fullVideo.hide {
  margin-top: 20%;
}
body .fullVideo.active button {
  opacity: 0;
  height: 0;
}
body .fullVideo.r43 {
  padding-top: 75%;
}
body .fullVideo.r169 {
  padding-top: 56%;
}
body .fullVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
body .fullVideo button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  background-size: cover;
  background-position: center;
}
body .fullVideo button span {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  overflow: hidden;
  left: 0;
  bottom: 1em;
}
body .fullVideo button span svg {
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 150px;
  height: 150px;
}
body .fullVideo button span svg path {
  fill: white;
}
