html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
#loader {
  z-index: 9999;
  background: linear-gradient(45deg, #de5b27 0%, #efa834 50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  cursor: wait;
  text-align: center;
}
#loader h1 {
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 500px) {
  #loader h1 {
    font-size: 30px;
  }
}
#rotate {
  pointer-events: none;
  display: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #de5b27 0%, #efa834 50%);
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
}
#rotate .bloc-contain {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#rotate p {
  visibility: visible;
  font-size: 20px;
  max-width: 90%;
  line-height: 26px;
  -webkit-transform: translate3D(0, 0%, 0) scale(1, 1);
  transform: translate3D(0, 0%, 0) scale(1, 1);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
body {
  -webkit-font-smoothing: antialiased;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  margin: 0px;
  background-color: #efa834;
  background: linear-gradient(45deg, #de5b27 0%, #efa834 50%);
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
body .align-middle {
  display: inline-block;
  vertical-align: middle;
}
body #background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
body .background-full {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: absolute;
  height: 100vh;
}
body #container {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
}
body #container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1000%;
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: -1;
}
body header {
  width: 100%;
  position: fixed;
  text-align: center;
  z-index: 1000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
body header h3 {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
body footer {
  position: fixed;
  z-index: 1000;
  right: 60px;
  bottom: 60px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: fadeIn 0.5s ease-out 2s forwards;
  animation: fadeIn 0.5s ease-out 2s forwards;
}
@media only screen and (max-width: 1024px) {
  body footer {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  body footer {
    right: 20px;
    bottom: 20px;
  }
}
body footer h1 {
  font-size: 50px;
  line-height: 30px;
}
@media only screen and (max-width: 1000px) {
  body footer h1 {
    font-size: 30px;
  }
}
body footer p {
  font-size: 16px;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
@media only screen and (max-width: 335px) {
  body footer {
    display: none;
  }
}
body .cache {
  position: fixed;
  height: 100vh;
  top: -40px;
  left: 0px;
  width: 100%;
  background-color: #efa834;
  z-index: 100;
  visibility: hidden;
}
@media only screen and (max-width: 1000px) {
  body .cache {
    top: 0px;
  }
}
body .parallax {
  position: absolute !important;
}
@media only screen and (max-width: 600px) {
  body .parallax {
    position: relative !important;
  }
}
body .degrad-bottom {
  position: absolute;
  bottom: -25%;
  left: 0px;
  height: 50%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(125,185,232,0) 0%, #efa834 52%, rgba(125,185,232,0) 100%);
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.8s linear;
}
body .puce {
  height: 10px;
  width: 10px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #fff;
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 1024px) {
  body .puce {
    width: 8px;
    height: 8px;
  }
}
body .puce:before {
  content: '';
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: -1px;
  -webkit-transform-origin: center;
  transform-origin: center;
  left: -1px;
  -webkit-transform: scale(1);
  transform: scale(1);
  height: 100%;
  width: 100%;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  border-radius: 100%;
  border: 1px solid #fff;
}
body .scrollAfter {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 80px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.6s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 1025px) {
  body .scrollAfter {
    bottom: 0px;
  }
}
@media only screen and (max-width: 700px) {
  body .scrollAfter {
    bottom: 0px;
  }
}
body .scrollBottom {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 60px;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 45px;
  width: 45px;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 700px) {
  body .scrollBottom {
    bottom: 15px;
  }
}
body .scrollBottom p {
  font-family: 'Work Sans', sans-serif;
  position: absolute;
  top: -60px;
  width: 200%;
  font-size: 14px;
  left: -45%;
  line-height: 12px;
  font-weight: 400;
  display: none;
}
body .scrollBottom:hover {
  background-color: #fff;
  color: #efa834;
}
body .scrollBottom::before {
  content: '';
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: -1px;
  -webkit-transform-origin: center;
  transform-origin: center;
  left: -1px;
  height: 45px;
  width: 45px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-animation: scaleRadius 2s infinite;
  animation: scaleRadius 2s infinite;
}
body .longShadow {
  text-shadow: 1px 1px rgba(0,0,0,0.01), 2px 2px rgba(0,0,0,0.03), 3px 3px rgba(0,0,0,0.025), 4px 4px rgba(0,0,0,0.02), 5px 5px rgba(0,0,0,0.015), 6px 6px rgba(0,0,0,0.01), 7px 6px rgba(0,0,0,0.01), 8px 8px rgba(0,0,0,0.01), 9px 8px rgba(0,0,0,0.01), 10px 10px rgba(0,0,0,0.01), 11px 11px rgba(0,0,0,0.01), 12px 12px rgba(0,0,0,0.01), 13px 13px rgba(0,0,0,0.01);
}
body .section-title {
  position: absolute;
  top: 80px;
  font-size: 30px;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: fadeOut 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  animation: fadeOut 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  transition: all 0.3s ease-out cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body section {
  position: relative;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body section.active {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
body .container {
  width: 60%;
  margin: auto;
  max-width: 1100px;
  position: absolute;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 1000px) {
  body .container {
    width: 90%;
  }
}
body .bloc-text {
  width: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
body .bloc-text h2 {
  margin-bottom: 50px;
}
body .bloc-img {
  width: 40%;
  height: 100%;
  right: 0px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: fadeOut 0.3s linear forwards;
  animation: fadeOut 0.3s linear forwards;
}
body .bloc-img img {
  height: 120%;
  position: relative;
  top: -10%;
  -webkit-filter: drop-shadow(-12px 12px 51px #de5b27);
          filter: drop-shadow(-12px 12px 51px #de5b27);
}
@media only screen and (max-width: 700px) {
  section.dons .img-top {
    top: -110%;
  }
}
section.picture-full .background-full {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.6s linear;
}
section.picture-full .container {
  width: 60%;
}
@media only screen and (max-width: 1500px) {
  section.picture-full .container {
    width: 70%;
  }
}
@media only screen and (max-width: 1300px) {
  section.picture-full .container {
    width: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  section.picture-full .container {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  section.picture-full .container {
    width: 80%;
  }
}
section.picture-full h2 {
  text-align: right;
  transition: none;
}
@media only screen and (max-width: 600px) {
  section.picture-full h2 {
    text-align: center;
  }
}
section.picture-full p {
  text-align: right;
  margin-top: 50px;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  section.picture-full p {
    text-align: center;
  }
}
nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  right: 70px;
  height: 100vh;
  z-index: 1000;
}
@media only screen and (max-width: 1024px) {
  nav {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  nav {
    display: none;
  }
}
nav ul {
  margin: auto;
  font-size: 18px;
  text-align: right;
  position: absolute;
  bottom: 150px;
  -webkit-filter: url("#goo");
          filter: url("#goo");
}
nav ul a {
  text-decoration: none;
  border-bottom: none;
  color: #fff;
  cursor: pointer;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
}
nav ul li {
  list-style-type: none;
  transition: 1.5s all cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
  margin: auto;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}
nav ul li span {
  position: absolute;
  top: -4px;
  right: 0px;
  cursor: pointer;
  margin-right: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-top: 2px;
  font-size: 14px;
  text-align: right;
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  pointer-events: none;
}
nav ul li .puce {
  display: inline-block;
  cursor: pointer;
  pointer-events: none;
  transition: 0.3s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #fff;
}
nav ul li:hover .puce {
  background: transparent;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
nav ul li:hover span {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
@media only screen and (max-width: 1000px) {
  nav ul li:hover span {
    display: none;
  }
}
nav ul li:last-child .puce:before {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}
nav ul li.active {
  z-index: 10;
}
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
/*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
  height: 100%;
  position: relative;
/* Touch detection for Windows 8 */
  -ms-touch-action: none;
/* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative; /* Safari<=5 Android<=3 */ /* <=28 */
  box-sizing: border-box;
  height: 100%;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
li.arguments {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transfrom: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
ul.argulist {
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.arguments.focus span::before {
  -webkit-animation: soulignement 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s forwards !important;
  animation: soulignement 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s forwards !important;
}
.arguments span::before {
  -webkit-animation: none !important;
  animation: none !important;
}
.align-middle {
  display: inline-block;
  vertical-align: middle;
}
section.scan {
  text-align: center;
  position: relative;
  z-index: 100;
}
section.scan .mention-scan {
  font-size: 12px;
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  bottom: 0px;
}
section.scan .mention-scan a {
  color: #515668;
  text-decoration: none;
}
section.scan .mention-scan a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  section.scan .mention-scan {
    bottom: 15px;
  }
}
section.scan .container {
  height: 100vh;
  width: 80%;
  max-width: 1200px;
}
@media only screen and (max-width: 700px) {
  section.scan .container {
    width: 100%;
  }
}
section.scan .scan-bloc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 700px) {
  section.scan .scan-bloc {
    top: 0px;
    left: 0px;
    bottom: 0px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
    height: 100%;
  }
}
section.scan #info-scan {
  width: 30%;
  margin: auto;
}
@media only screen and (max-width: 800px) {
  section.scan #info-scan {
    width: 80%;
  }
}
section.scan .nocam {
  position: relative;
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70%;
  margin: auto;
  visibility: hidden;
  color: #de5b27;
}
@media only screen and (max-width: 700px) {
  section.scan .nocam {
    color: #fff;
  }
}
section.scan #error-message {
  position: absolute;
  z-index: 20;
  visibility: hidden;
  pointer-events: none;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 23px;
  line-height: 25px;
  padding: 20px;
  border-radius: 30px;
  background-color: #de5b27;
  box-sizing: border-box;
}
section.scan #error-message i {
  font-size: 35px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  section.scan #error-message {
    color: #fff;
  }
}
section.scan button {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  padding: 0px;
  font-size: 30px;
  margin-top: 120px;
  line-height: 35px;
  border: 5px solid #fff;
  position: relative;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 700px) {
  section.scan button {
    width: 300px;
    height: 300px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 145px;
  }
}
@media only screen and (max-width: 352px) {
  section.scan button {
    width: 250px;
    height: 250px;
  }
}
section.scan button #scanPicto {
  width: 70px;
  margin: auto;
  margin-bottom: 15px;
  display: block;
}
section.scan button .st0 {
  fill: #fff;
}
section.scan button:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: -3px;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  left: -3px;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  border-radius: 100%;
}
section.scan button:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
}
section.scan button:hover:before {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
section.scan button:after {
  z-index: -1;
  content: '';
  position: absolute;
  background-color: #efa834;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  border-radius: 50%;
}
section.scan #scan-button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #efa834;
  color: #fff;
  position: relative;
  cursor: pointer;
}
section.scan #scan-button p {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.scan .barcode {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
@media only screen and (max-width: 700px) {
  section.scan .barcode {
    top: 0px;
    text-align: center;
    margin: auto;
    position: relative;
    left: 0px;
    -webkit-transform: translateX(0%) translateY(0%) scale(0.7) !important;
    transform: translateX(0%) translateY(0%) scale(0.7) !important;
  }
}
section.scan #error-form {
  color: #de5b27;
  font-size: 18px;
  margin: 0px;
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  section.scan #form-container-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
section.scan #form-bloc {
  color: #515668;
  position: absolute;
  top: 50%;
  z-index: 5;
  left: 50%;
  visibility: hidden;
  padding-top: 170px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
@media only screen and (max-width: 700px) {
  section.scan #form-bloc {
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding-top: 0px;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    background-color: #fff;
    height: 100%;
    width: 100%;
  }
}
section.scan #form-bloc input[type="text"] {
  color: #92a0ab;
  width: 200px;
  margin: auto;
  text-align: center;
  border-radius: 0px;
  border-bottom: 1px solid #515668 !important;
}
section.scan #form-bloc input[type="button"] {
  border: 1px solid #efa834;
  color: #efa834;
}
section.scan #form-bloc input[type="button"]:hover {
  background-color: #efa834;
  color: #fff;
}
section.scan #close {
  color: #515668;
  font-size: 30px;
  position: absolute;
  right: -70px;
  top: 40px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 1235px) {
  section.scan #close {
    right: -30px;
  }
}
@media only screen and (max-width: 1000px) {
  section.scan #close {
    right: 20px;
    top: 15px !important;
    font-size: 30px;
    position: fixed;
  }
}
section.scan #close:hover {
  color: #de5b27;
}
section.scan #scan-manual {
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  position: relative;
  bottom: 145px;
  z-index: 40;
  margin: auto;
  display: table;
  visibility: hidden;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  color: #efa834;
  border-radius: 50%;
  padding-top: 20px;
}
section.scan #scan-manual i {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 5px;
}
section.scan #scan-manual:before {
  z-index: -1;
  content: '';
  transition: 0.3s all;
  position: absolute;
  top: 0px;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  border-radius: 50%;
}
section.scan #scan-manual:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
section.scan #scan-manual:hover:before {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
@media only screen and (max-width: 700px) {
  section.scan #scan-manual {
    bottom: 120px;
    display: none;
  }
}
section.scan #submit-product {
  position: relative;
  top: 0px;
  background-color: #efa834;
  border-radius: 50px;
  cursor: pointer;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  margin: auto;
  margin-top: 40px;
  color: #fff;
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
section.scan #submit-product:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
section.scan #submit-product:before {
  display: none;
}
section.scan #scanCam {
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #fff;
  box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.55);
}
section.scan #scanCam:after {
  content: '';
  height: 90%;
  width: 90%;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: calc(5% - 5px);
  left: calc(5% - 5px);
  box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.55);
}
@media only screen and (max-width: 700px) {
  section.scan #scanCam {
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    box-shadow: none;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    height: 100%;
    background-color: transparent;
    border-radius: 0%;
  }
  section.scan #scanCam:after {
    display: none;
  }
}
section.scan .scanCam-camera {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 600px;
  width: 600px;
}
@media only screen and (max-width: 700px) {
  section.scan .scanCam-camera {
    width: 100%;
    height: 100%;
    border-radius: 0%;
  }
}
section.scan video,
section.scan canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 600px;
}
@media only screen and (max-width: 700px) {
  section.scan video,
  section.scan canvas {
    height: 100%;
  }
}
section.scan #productInfos {
  border-radius: 30px;
  width: 100%;
  position: absolute;
  visibility: hidden;
  top: 50%;
  padding: 30px 100px 45px 100px;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
  text-align: left;
  -webkit-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  background-color: #fff;
  box-shadow: 0px 2px 19px 0px rgba(0,0,0,0.55);
}
@media only screen and (max-width: 1235px) {
  section.scan #productInfos {
    padding: 30px 60px 45px 60px;
  }
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos {
    width: 90%;
    left: 5%;
    padding: 30px 30px 45px 30px;
  }
}
section.scan #productInfos #headerInfo {
  text-align: left;
  min-height: 105px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #headerInfo {
    min-height: auto;
    text-align: center;
    padding-bottom: 15px;
  }
}
section.scan #productInfos #headerInfo:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -100px;
  width: calc(100% + 200px);
  height: 1px;
  background-color: #e1e1e9;
}
section.scan #productInfos #headerInfo h6 {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  color: #515668;
  font-size: 35px;
  font-weight: 700;
  margin: 0px;
  max-width: 500px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
section.scan #productInfos #headerInfo h6 span {
  white-space: pre-wrap;
  margin-right: 15px;
}
@media only screen and (max-width: 1680px) {
  section.scan #productInfos #headerInfo h6 {
    max-width: 470px;
  }
}
@media only screen and (max-width: 1570px) {
  section.scan #productInfos #headerInfo h6 {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1440px) {
  section.scan #productInfos #headerInfo h6 {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1320px) {
  section.scan #productInfos #headerInfo h6 {
    font-size: 25px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1110px) {
  section.scan #productInfos #headerInfo h6 {
    max-width: 280px;
  }
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #headerInfo h6 {
    max-width: 85%;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
}
section.scan #productInfos #headerInfo .size {
  vertical-align: middle;
  display: none;
  padding: 0px 10px;
  line-height: 25px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #efa834;
  border-radius: 50px;
  margin-left: 0px;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #headerInfo .size {
    display: none !important;
  }
}
section.scan #productInfos #headerInfo span::before {
  content: '';
  display: none !important;
}
section.scan #productInfos #headerInfo #brand {
  text-transform: uppercase;
  margin: 0px;
  display: none;
  font-size: 24px;
  font-weight: 400;
  color: #92a0ab;
}
@media only screen and (max-width: 1320px) {
  section.scan #productInfos #headerInfo #brand {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #headerInfo #brand {
    max-width: 85%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 1680px) {
  section.scan #productInfos #headerInfo #brand {
    max-width: 470px;
  }
}
@media only screen and (max-width: 1570px) {
  section.scan #productInfos #headerInfo #brand {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1440px) {
  section.scan #productInfos #headerInfo #brand {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1110px) {
  section.scan #productInfos #headerInfo #brand {
    max-width: 280px;
  }
}
section.scan #productInfos #headerInfo #more-product-info {
  height: calc(100% + 30px);
  position: absolute;
  right: 0px;
  top: -30px;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #headerInfo #more-product-info {
    height: auto;
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
  }
}
section.scan #productInfos #headerInfo .sep-bloc {
  border-left: 1px solid #e1e1e9;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #headerInfo .sep-bloc {
    display: none;
  }
}
section.scan #productInfos #headerInfo .item-info {
  box-sizing: border-box;
  padding: 15px 25px 0px 40px;
  top: 0px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #headerInfo .item-info {
    height: auto;
    width: 48%;
    padding-top: 10px !important;
    padding-bottom: 10px;
    text-align: center;
  }
}
section.scan #productInfos #headerInfo .item-info img {
  margin-right: 20px;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #headerInfo .item-info img {
    margin: 0px auto 10px auto;
    display: block;
  }
}
section.scan #productInfos #headerInfo #course {
  padding-right: 0px;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #headerInfo #calories {
    border: none;
  }
}
section.scan #productInfos #headerInfo .numbers-prod {
  font-size: 35px;
  color: #efa834;
  font-weight: 700;
  font-family: 'Crimson Text', serif;
  vertical-align: bottom;
  display: inline-block;
}
section.scan #productInfos #headerInfo .numbers-valor {
  font-size: 15px;
  color: #efa834;
  position: relative;
  left: -2px;
  font-weight: 400;
  display: inline-block;
  vertical-align: bottom;
}
section.scan #productInfos #headerInfo .legend-numbers {
  font-size: 15px;
  color: #92a0ab;
  font-weight: 700;
  line-height: 15px;
}
section.scan #productInfos .informations {
  width: 100%;
  position: relative;
  padding: 35px 0px 0px 0px;
  display: none;
  text-align: center;
}
section.scan #productInfos .informations .grade {
  width: 120px;
  height: 75px;
  background: url(/images/grade.png?cb06f6af476dca7c10b52e3e0cf37e11) no-repeat;
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  color: #515668;
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  line-height: 83px;
  text-align: center;
  font-size: 35px;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos .informations .grade {
    position: absolute;
    bottom: 0px;
    left: 50%;
    padding-top: 0px !important;
    padding: 0px !important;
    display: none !important;
    background-color: #fff !important;
    -webkit-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }
}
section.scan #productInfos .informations .info-bloc {
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos .informations .info-bloc {
    display: none !important;
  }
}
section.scan #productInfos .informations .info-bloc p {
  color: #92a0ab;
  margin: 0px;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 1280px) {
  section.scan #productInfos .informations .info-bloc p {
    font-size: 17px;
    line-height: 22px;
  }
}
section.scan #productInfos .informations .info-bloc .title-para {
  text-transform: uppercase;
  font-weight: 700;
}
section.scan #productInfos .informations .info-bloc .text-brade {
  display: none !important;
}
section.scan #productInfos #a .grade {
  background: url(/images/grade-a.png?d126235fdfff7eb678a0d5444d2b221a) no-repeat;
}
section.scan #productInfos #b .grade {
  background: url(/images/grade-b.png?51df29d4adcdc30e51dea0fe9a395265) no-repeat;
}
section.scan #productInfos #c .grade {
  background: url(/images/grade-c.png?cb06f6af476dca7c10b52e3e0cf37e11) no-repeat;
}
section.scan #productInfos #d .grade {
  background: url(/images/grade-d.png?cf16431da7d462d5dce8198aeb274db3) no-repeat;
}
section.scan #productInfos #e .grade {
  background: url(/images/grade-e.png?4cb8090c07fd40b5d7c3f4da90a7eeb8) no-repeat;
}
section.scan #productInfos #composition {
  padding: 35px 55px 0px 55px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #composition {
    padding-top: 15px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.scan #productInfos #composition #percent {
  width: 116%;
  left: -8.5%;
  height: 50px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #composition #percent {
    width: 85%;
    left: 5%;
    height: 40px;
  }
}
section.scan #productInfos #composition #percent:before {
  content: "0g";
  font-size: 15px;
  text-align: right;
  line-height: 50px;
  margin-right: 5px;
  color: #92a0ab;
  position: absolute;
  left: -30px;
}
section.scan #productInfos #composition #percent:after {
  content: "100g";
  font-size: 15px;
  text-align: right;
  line-height: 50px;
  margin-right: 5px;
  color: #92a0ab;
  position: absolute;
  right: -50px;
}
section.scan #productInfos #composition #percent .percent-barre {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: #dee1e8;
  border-radius: 50px;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #composition #percent .percent-barre {
    border-radius: 30px;
  }
}
section.scan #productInfos #composition #percent #barre-fat,
section.scan #productInfos #composition #percent #barre-sugar {
  width: 0%;
  min-width: 50px;
  background: url(/images/trait-back.png?fab09832373ffc809834cff38f6fe335);
  background-size: 10px;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #composition #percent #barre-fat,
  section.scan #productInfos #composition #percent #barre-sugar {
    min-width: 15px;
  }
}
section.scan #productInfos #composition #percent #barre-fat {
  background-color: #de5b27;
}
section.scan #productInfos #composition #percent #barre-sugar {
  background-color: #efa834;
  box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.2);
}
section.scan #productInfos #composition .item:after,
section.scan #productInfos #composition .item:before {
  content: '';
  position: absolute;
  left: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-50%) translateY(20px) scale(0.8);
  transform: translateX(-50%) translateY(20px) scale(0.8);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
section.scan #productInfos #composition .item:hover:after {
  content: '5 g sucre';
  max-width: 140px;
  background-color: #efa834;
  position: absolute;
  top: -60px;
  font-size: 13px;
  line-height: 13px;
  padding: 5px 20px;
  border-radius: 30px;
  box-sizing: border-box;
  left: 50%;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translateX(-50%) translateY(0%) scale(1);
  transform: translateX(-50%) translateY(0%) scale(1);
}
section.scan #productInfos #composition .item:hover:before {
  content: '';
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #efa834;
  width: 0;
  height: 0;
  position: absolute;
  top: -25px;
  left: 50%;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateX(-50%) translateY(0%) scale(1);
  transform: translateX(-50%) translateY(0%) scale(1);
}
section.scan #productInfos #composition #compo-details {
  padding-top: 60px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #composition #compo-details {
    width: 100%;
  }
}
section.scan #productInfos #composition #compo-details #fat-compo .quantity {
  color: #de5b27 !important;
}
section.scan #productInfos #composition #compo-details .bloc-compo {
  width: 305px;
  display: none;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0px 65px 0px 65px;
}
@media only screen and (max-width: 1485px) {
  section.scan #productInfos #composition #compo-details .bloc-compo {
    margin: 0px 35px 0px 35px;
  }
}
@media only screen and (max-width: 1335px) {
  section.scan #productInfos #composition #compo-details .bloc-compo {
    margin: 0px 15px 0px 15px;
  }
}
@media only screen and (max-width: 1140px) {
  section.scan #productInfos #composition #compo-details .bloc-compo {
    width: 285px;
  }
}
@media only screen and (max-width: 1140px) {
  section.scan #productInfos #composition #compo-details .bloc-compo {
    width: 285px;
  }
}
@media only screen and (max-width: 1085px) {
  section.scan #productInfos #composition #compo-details .bloc-compo {
    width: 235px;
  }
}
@media only screen and (max-width: 960px) {
  section.scan #productInfos #composition #compo-details .bloc-compo {
    width: 285px;
  }
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #composition #compo-details .bloc-compo {
    width: 45%;
    margin: 0px;
  }
}
section.scan #productInfos #composition #compo-details .bloc-compo #sugar {
  margin-right: 7%;
}
section.scan #productInfos #composition #compo-details .bloc-compo p {
  margin: 0px;
}
section.scan #productInfos #composition #compo-details .bloc-compo p span:before {
  display: none !important;
}
section.scan #productInfos #composition #compo-details .bloc-compo .quantity {
  font-size: 35px;
  font-weight: 700;
  line-height: 20px;
  font-family: 'Crimson Text', serif;
  color: #efa834;
}
section.scan #productInfos #composition #compo-details .bloc-compo .type {
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Work Sans', sans-serif;
  color: #515668;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #composition #compo-details .bloc-compo .type {
    margin-top: 10px;
    font-size: 15px;
    line-height: 15px;
  }
}
section.scan #productInfos #composition #compo-details .bloc-compo .label {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  font-family: 'Work Sans', sans-serif;
  color: #92a0ab;
  margin-bottom: 35px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e9;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #composition #compo-details .bloc-compo .label {
    display: none;
  }
}
section.scan #productInfos #composition #compo-details .bloc-compo #fat-blocks {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #composition #compo-details .bloc-compo #fat-blocks {
    display: none;
  }
}
section.scan #productInfos #composition #compo-details .bloc-compo #fat-blocks .item {
  width: 30px;
  height: 30px;
  background: url(/fonts/spoon.svg?4584a99bcefc72e38eeaa832e8cefc14) no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transform: translateY(-10px) scale(0);
  transform: translateY(-10px) scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: inline-block;
  vertical-align: middle;
  margin: 0px 8px 8px 0px;
}
section.scan #productInfos #composition #compo-details .bloc-compo #fat-blocks .item:hover:after {
  background-color: #de5b27;
  content: "3 g d'huile";
}
section.scan #productInfos #composition #compo-details .bloc-compo #fat-blocks .item:hover:before {
  border-top: 12px solid #de5b27;
}
section.scan #productInfos #composition #compo-details .bloc-compo #sugar-blocks {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  section.scan #productInfos #composition #compo-details .bloc-compo #sugar-blocks {
    display: none;
  }
}
section.scan #productInfos #composition #compo-details .bloc-compo #sugar-blocks .item {
  width: 30px;
  height: 25px;
  -webkit-transform: translateY(-20px) scale(0);
  transform: translateY(-20px) scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: url(/fonts/sugar.svg?ca16559df61d94dea5c1939f810d361a) no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 15px 8px 0px;
}
section.scan #productInfos .informations .info-bloc .text-brade {
  display: none;
}
@media screen and (max-height: 860px) {
  section.scan #productInfos {
    padding-bottom: 35px;
    padding-top: 0px;
  }
  section.scan #productInfos #headerInfo {
    padding-top: 15px;
  }
  section.scan #productInfos #composition {
    padding-top: 15px;
  }
  section.scan #productInfos #composition #compo-details {
    padding-top: 30px;
  }
}
section.eliminer {
  text-align: center;
}
section.eliminer .container {
  width: 100%;
}
@media only screen and (max-width: 918px) {
  section.eliminer .container {
    width: 90%;
  }
}
section.eliminer #eliminate-text p {
  margin-top: 40px;
  margin-bottom: 60px;
}
section.eliminer h2 {
  font-size: 90px;
  line-height: 0px;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 918px) {
  section.eliminer h2 {
    font-size: 60px;
  }
}
section.eliminer h2 span:before {
  display: none;
}
section.eliminer p {
  font-size: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 918px) {
  section.eliminer p {
    font-size: 20px;
    line-height: 25px;
  }
}
section.eliminer #eliminate {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 75px;
}
section.eliminer #time {
  display: inline-block;
  vertical-align: bottom;
  visibility: hidden;
  text-align: left;
  min-width: 580px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
@media only screen and (max-width: 918px) {
  section.eliminer #time {
    text-align: center;
    min-width: auto;
  }
}
section.eliminer #time .sport-bloc:first-child {
  margin-left: 0px !important;
}
section.eliminer #time p {
  margin-bottom: 10px;
}
section.eliminer #time .label-details {
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
}
@media only screen and (max-width: 918px) {
  section.eliminer #time .label-details {
    font-size: 15px;
    line-height: 15px;
  }
}
section.eliminer #chrono {
  background: url(/fonts/chrono.svg?339ec2d3636647e4dc37b5cf8415e829) no-repeat center;
  background-size: 100%;
  width: 250px;
  margin: auto;
  margin-right: 80px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  height: 320px;
  position: relative;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
@media only screen and (max-width: 918px) {
  section.eliminer #chrono {
    display: block;
    margin-right: auto;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin-bottom: 30px;
    width: 180px;
    height: 220px;
  }
}
section.eliminer #chrono #aiguille {
  position: absolute;
  width: 15px;
  height: 60px;
  background-color: #fff;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 38%;
  left: 50%;
}
@media only screen and (max-width: 918px) {
  section.eliminer #chrono #aiguille {
    width: 8px;
    height: 44px;
  }
}
section.eliminer #sport-chrono {
  position: absolute;
  width: 100%;
  top: 50%;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.eliminer .sport-choice svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.eliminer .sport-choice #dormir svg {
  width: 60%;
}
section.eliminer .sport-choice #course svg {
  width: 65%;
}
section.eliminer .sport-choice #velo svg {
  width: 75%;
}
section.eliminer .sport-choice .sport-bloc {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 10px 25px;
  cursor: pointer;
  visibility: hidden;
  -webkit-transform: translateY(30px) scale(0.8);
  transform: translateY(30px) scale(0.8);
}
@media only screen and (max-width: 918px) {
  section.eliminer .sport-choice .sport-bloc {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin: 10px 0px;
  }
}
section.eliminer .sport-choice .sport-bloc .sport-picto {
  border-radius: 20px;
  color: #fff;
  position: relative;
  text-align: center;
  transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border: 3px solid #fff;
  width: 80px;
  height: 80px;
  fill: #fff;
}
section.eliminer .sport-choice .sport-bloc .sport-picto svg {
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
section.eliminer .sport-choice .sport-bloc .sport-label {
  margin-top: 15px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
section.eliminer .sport-choice .sport-bloc:hover .sport-picto,
section.eliminer .sport-choice .sport-bloc.focus .sport-picto {
  background-color: #fff;
  color: #efa834;
}
section.eliminer .sport-choice .sport-bloc:hover .sport-picto svg,
section.eliminer .sport-choice .sport-bloc.focus .sport-picto svg {
  fill: #efa834;
}
.page.focus a,
.page.focus input {
  opacity: 1 !important;
  -ms-filter: none !important;
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
section.completely .img-top,
.page.focus .img-top {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition-delay: 1s;
}
section.completely .bloc-paragraphe,
.page.focus .bloc-paragraphe {
  opacity: 1 !important;
  -ms-filter: none !important;
  -webkit-filter: none !important;
          filter: none !important;
  transition-delay: 1s;
}
section.completely .scrollAfter,
.page.focus .scrollAfter {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
section.completely .container-top,
.page.focus .container-top {
  opacity: 1 !important;
  -ms-filter: none !important;
  -webkit-filter: none !important;
          filter: none !important;
}
section.completely .background-full,
.page.focus .background-full {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
section.completely .degrad-bottom,
.page.focus .degrad-bottom {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
section.completely h2,
.page.focus h2 {
  -webkit-transform: translate3D(0, 0%, 0) scale(1);
  transform: translate3D(0, 0%, 0) scale(1);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
section.completely .sep-fixed,
.page.focus .sep-fixed {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
section.completely h3,
.page.focus h3 {
  -webkit-transform: translate3D(0, 0%, 0) scale(1);
  transform: translate3D(0, 0%, 0) scale(1);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
section.completely p,
.page.focus p {
  -webkit-transform: translate3D(0, 0%, 0) scale(1);
  transform: translate3D(0, 0%, 0) scale(1);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
section.completely span::before,
.page.focus span::before {
  -webkit-animation: soulignement 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.9s forwards;
  animation: soulignement 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.9s forwards;
}
section.completely button,
.page.focus button {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s forwards;
  animation: fadeIn 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s forwards;
}
section.completely input,
.page.focus input {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
  animation: fadeIn 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
}
section.completely .section-title,
.page.focus .section-title {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s forwards;
  animation: fadeIn 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s forwards;
}
section.completely .scrollBottom,
.page.focus .scrollBottom {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s forwards;
  animation: fadeIn 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s forwards;
}
section.completely .bloc-img,
.page.focus .bloc-img {
  -webkit-animation: roll 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s forwards;
  animation: roll 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s forwards;
}
section.completely .numbers-bloc,
.page.focus .numbers-bloc {
  -webkit-animation: translateBottom 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3.6s forwards;
  animation: translateBottom 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 3.6s forwards;
}
section.completely .numbers-bloc .picto,
.page.focus .numbers-bloc .picto {
  -webkit-animation: scale 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s forwards;
  animation: scale 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 4s forwards;
}
section.chiffreUp.completely h1 {
  opacity: 1 !important;
  -ms-filter: none !important;
  -webkit-filter: none !important;
          filter: none !important;
}
.bloc-paragraphe a {
  text-decoration: none;
  color: #fff;
  position: relative;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bloc-paragraphe a:before {
  content: '';
  position: absolute;
  left: -4px;
  height: 100%;
  bottom: 0px;
  z-index: -1;
  background-color: #de5b27;
  width: calc(100% + 8px);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  display: block;
}
b {
  font-weight: 600;
}
p {
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  position: relative;
  margin-top: 30px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3D(0, 30%, 0) scale(1, 1.2);
  transform: translate3D(0, 30%, 0) scale(1, 1.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 1000px) {
  p {
    font-size: 19px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 330px) {
  p {
    margin-top: 15px;
  }
}
h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 150px;
  line-height: 70px;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
h2 {
  font-family: 'Crimson Text', serif;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3D(0, 30%, 0) scale(1, 1.2);
  transform: translate3D(0, 30%, 0) scale(1, 1.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1000px) {
  h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
h3 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
  display: table;
  margin-bottom: 15px;
}
h3:before {
  content: '';
  width: 100%;
  padding: 0px 10px 0px 10px;
  position: absolute;
  z-index: -1;
  left: -10px;
  height: 100%;
  background-color: #de5b27;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 15px;
    line-height: 15px;
  }
}
span {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
span::before {
  content: '';
  position: absolute;
  bottom: 6%;
  height: 20%;
  width: 0%;
  display: block;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  left: -2%;
  z-index: -1;
  background: #de5b27;
  transition: 1s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 1024px) {
  span::before {
    bottom: 6%;
  }
}
@media only screen and (max-width: 600px) {
  span::before {
    bottom: 4%;
  }
}
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="password"],
textarea,
select {
  box-sizing: border-box;
  outline: none;
  display: block;
  padding: 7px;
  border: none;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #fff;
  background: transparent;
  font-weight: 300;
  font-size: 18px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px;
  -webkit-text-fill-color: #fff !important;
  background: transparent;
  color: #fff !important;
  outline: none !important;
}
textarea {
  resize: none;
  overflow: hidden;
}
input[type="button"],
[type="submit"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: transparent;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border: 2px solid #fff;
  border-radius: 40px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 45px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  outline: none !important;
}
@media only screen and (max-width: 1024px) {
  input[type="button"],
  [type="submit"] {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 40px;
  }
}
@media only screen and (max-width: 600px) {
  input[type="button"],
  [type="submit"] {
    font-size: 11px;
    line-height: 16px;
    padding: 8px 25px;
  }
}
input[type="button"]:hover,
[type="submit"]:hover {
  background-color: #fff;
  color: #efa834;
}
section.list {
  text-align: center;
}
section.list .container {
  width: 70%;
}
@media only screen and (max-width: 1100px) {
  section.list .container {
    width: 80%;
  }
}
section.list .bloc-text {
  width: 100%;
  text-align: left;
}
section.list .list-container {
  margin-top: 40px;
  display: none;
}
@media only screen and (max-width: 800px) {
  section.list .list-container {
    margin-top: 0px;
  }
}
section.list .bloc-list {
  display: inline-block;
  text-align: left;
  width: 44%;
  transition: all 0.3 cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
@media only screen and (max-width: 800px) {
  section.list .bloc-list {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  section.list .bloc-list:last-child {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 800px) {
  section.list .bloc-list li.mobileNone {
    display: none;
  }
}
section.list .bloc-list li {
  margin-top: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
section.list .bloc-list li .more {
  line-height: 14px;
  font-size: 14px;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.3s;
}
section.list .bloc-list li h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-transform: initial;
}
@media only screen and (max-width: 1100px) {
  section.list .bloc-list li h1 {
    font-size: 14px;
    line-height: 18px;
  }
}
section.list .bloc-list li h1 i {
  position: absolute;
  right: -25px;
  top: 0px;
}
@media only screen and (max-width: 800px) {
  section.list .bloc-list li h1 i {
    display: none;
  }
}
section.list .bloc-list li p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 23px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: rollInverse 0.3s ease-out forwards;
  animation: rollInverse 0.3s ease-out forwards;
}
@media only screen and (max-width: 1100px) {
  section.list .bloc-list li p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 800px) {
  section.list .bloc-list li p {
    display: none;
  }
}
section.list .bloc-list li.visible {
  -webkit-animation: roll 0.3s ease-out forwards;
  animation: roll 0.3s ease-out forwards;
}
section.list .bloc-list li:first-child {
  margin-top: 0px;
}
section.list .li-puce {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 10%;
  font-size: 30px;
}
@media only screen and (max-width: 800px) {
  section.list .li-puce {
    width: 8%;
    font-size: 20px;
  }
}
section.list .li-puce img {
  width: 100%;
  -webkit-filter: drop-shadow(4px 2px 2px rgba(29,28,27,0.3));
          filter: drop-shadow(4px 2px 2px rgba(29,28,27,0.3));
  vertical-align: middle;
}
section.list .li-bloc {
  display: inline-block;
  vertical-align: middle;
  width: calc(90% - 30px);
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 800px) {
  section.list .li-bloc {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
section.list li:hover {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
section.list li:hover .more {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.1s ease-in;
  transition-delay: 0s;
}
section.list li:hover p {
  -webkit-animation: roll 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  animation: roll 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
section.list .bloc-list:first-child {
  margin-right: 10%;
}
section.list #list-popup {
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
  color: #efa834;
  width: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  z-index: 150;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
  transform: translateY(-50%) translateX(-50%) scale(0);
  border-radius: 20px;
}
section.list #list-popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #de5b27;
}
@media only screen and (max-width: 350px) {
  section.list #list-popup .close {
    right: 10px;
    top: 10px;
  }
}
section.list #list-popup h1 {
  font-size: 20px;
  line-height: 25px;
  text-transform: initial;
}
section.list #list-popup p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 23px;
}
section.list #list-popup .pastille {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  background-color: #efa834;
  vertical-align: middle;
  line-height: 90px;
  margin: auto;
  margin-bottom: 15px;
}
section.list #list-popup img {
  width: 50%;
  -webkit-filter: drop-shadow(4px 2px 2px rgba(29,28,27,0.3));
          filter: drop-shadow(4px 2px 2px rgba(29,28,27,0.3));
  vertical-align: middle;
}
@media only screen and (max-width: 330px) {
  section.list #list-popup {
    padding: 15px;
  }
}
section.bubbles .pages-container {
  width: 100%;
  position: relative;
  height: 100vh;
}
section.bubbles .page {
  height: 100vh;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 0.2s;
}
section.bubbles .container {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  section.bubbles .container {
    width: 70%;
  }
}
section.bubbles .first .container {
  width: 70%;
}
section.bubbles .bubble-container {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: calc(15% - 80px);
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1000px) {
  section.bubbles .bubble-container {
    left: calc(16% - 30px);
  }
}
section.bubbles .bloc-bubble {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  padding-top: 31px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  box-shadow: 5px 7px 9px 1px rgba(0,0,0,0.28);
}
section.bubbles .bloc-bubble:before {
  content: '';
  width: 170px;
  height: 170px;
  position: absolute;
  top: -13px;
  left: -13px;
  border-radius: 50%;
  border: 3px solid #fff;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 1000px) {
  section.bubbles .bloc-bubble:before {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 1000px) {
  section.bubbles .bloc-bubble {
    width: 90px;
    height: 90px;
    padding-top: 20px;
  }
}
section.bubbles .bloc-bubble .text i {
  font-size: 120px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: fadeOut 0.3s ease-out forwards;
  animation: fadeOut 0.3s ease-out forwards;
}
section.bubbles .bloc-bubble .text img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: fadeOut 0.3s ease-out forwards;
  animation: fadeOut 0.3s ease-out forwards;
  width: 85px;
  position: relative;
  -webkit-filter: drop-shadow(-12px 12px 51px #de5b27);
          filter: drop-shadow(-12px 12px 51px #de5b27);
}
@media only screen and (max-width: 1000px) {
  section.bubbles .bloc-bubble .text img {
    width: 50px;
  }
}
section.bubbles .bloc-bubble .text p {
  font-weight: 900;
  margin-top: 20;
  font-size: 32px;
  text-transform: uppercase;
  display: none;
}
@media only screen and (max-width: 1000px) {
  section.bubbles .bloc-bubble .text p {
    margin-top: 10px;
    font-size: 19px;
  }
}
section.bubbles .bubble-details {
  position: relative;
  margin-left: 25px;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  section.bubbles .bubble-details {
    margin-left: 90px;
  }
}
section.bubbles .bubble-details p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: fadeOut 0.3s ease-out forwards;
  animation: fadeOut 0.3s ease-out forwards;
}
section.bubbles .focus {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
section.bubbles .focus .bubble-details {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
  -webkit-animation: translateBottom 0.4s ease-out 0.7s forwards;
  animation: translateBottom 0.4s ease-out 0.7s forwards;
}
section.bubbles .focus .bubble-details p {
  -webkit-animation: roll 0.4s ease-out 0.8s forwards;
  animation: roll 0.4s ease-out 0.8s forwards;
}
@media only screen and (max-width: 1000px) {
  section.bubbles .focus .bubble-details p {
    -webkit-animation: translateTop 0.4s ease-out 0.8s forwards;
    animation: translateTop 0.4s ease-out 0.8s forwards;
  }
}
section.bubbles .sep-fixed {
  width: 2px;
  height: 550px;
  left: calc(15% - 2px);
  bottom: -450px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  background-color: #fff;
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 1000px) {
  section.bubbles .sep-fixed {
    left: calc(16% - -16px);
  }
}
section.bubbles .page:not(.first ) .sep-fixed {
  width: 2px;
  height: 160%;
  left: calc(15% - 2px);
  top: -20%;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  position: absolute;
  background-color: #fff;
}
@media only screen and (max-width: 1000px) {
  section.bubbles .page:not(.first ) .sep-fixed {
    left: calc(16% - -16px);
  }
}
section.bubbles .page.last .sep-fixed {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  height: 65%;
}
section.realisations .container {
  margin: auto;
  text-align: center;
  vertical-align: middle;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
section.realisations .nav {
  float: left;
}
section.realisations .container-rea {
  margin: auto;
  width: 720px;
  position: relative;
  vertical-align: middle;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
section.realisations .rea {
  width: 200px;
  height: 200px;
  margin: 20px;
  float: left;
  text-align: center;
  background-color: #de5b27;
}
section.realisations .rea h1 {
  font-size: 30px;
  line-height: 38px;
}
@-webkit-keyframes soulignement {
  from {
    width: 0%;
  }
  to {
    width: 104%;
  }
}
@keyframes soulignement {
  from {
    width: 0%;
  }
  to {
    width: 104%;
  }
}
@-webkit-keyframes translateBottom {
  from {
    -webkit-transform: translate3D(0, 30%, 0) scale(1, 1.2);
    transform: translate3D(0, 30%, 0) scale(1, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate3D(0, 0%, 0) scale(1);
    transform: translate3D(0, 0%, 0) scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes translateBottom {
  from {
    -webkit-transform: translate3D(0, 30%, 0) scale(1, 1.2);
    transform: translate3D(0, 30%, 0) scale(1, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate3D(0, 0%, 0) scale(1);
    transform: translate3D(0, 0%, 0) scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes translateTop {
  from {
    -webkit-transform: translate3D(0, -30%, 0);
    transform: translate3D(0, -30%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes translateTop {
  from {
    -webkit-transform: translate3D(0, -30%, 0);
    transform: translate3D(0, -30%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate3D(0, 0%, 0);
    transform: translate3D(0, 0%, 0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes translateRight {
  0% {
    -webkit-transform: translate3D(initial, initial, initial);
    transform: translate3D(initial, initial, initial);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  70% {
    -webkit-transform: translate3D(0%, 0%, 0) matrix(1, 0, -0.5, 1, 0, 0);
    transform: translate3D(0%, 0%, 0) matrix(1, 0, -0.5, 1, 0, 0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-transform: translate3D(0%, 0%, 0);
    transform: translate3D(0%, 0%, 0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes translateRight {
  0% {
    -webkit-transform: translate3D(initial, initial, initial);
    transform: translate3D(initial, initial, initial);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  70% {
    -webkit-transform: translate3D(0%, 0%, 0) matrix(1, 0, -0.5, 1, 0, 0);
    transform: translate3D(0%, 0%, 0) matrix(1, 0, -0.5, 1, 0, 0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-transform: translate3D(0%, 0%, 0);
    transform: translate3D(0%, 0%, 0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: initial;
    -ms-filter: initial;
    -webkit-filter: initial;
            filter: initial;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  from {
    opacity: initial;
    -ms-filter: initial;
    -webkit-filter: initial;
            filter: initial;
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes scaleRadius {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes scaleRadius {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes roll {
  from {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.002, 0, -1, 0, 0, 0, -40, -25, 1.05);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.002, 0, -1, 0, 0, 0, -40, -25, 1.05);
    opacity: initial;
    -ms-filter: initial;
    -webkit-filter: initial;
            filter: initial;
  }
  to {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes roll {
  from {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.002, 0, -1, 0, 0, 0, -40, -25, 1.05);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.002, 0, -1, 0, 0, 0, -40, -25, 1.05);
    opacity: initial;
    -ms-filter: initial;
    -webkit-filter: initial;
            filter: initial;
  }
  to {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes rollInverse {
  from {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: initial;
    -ms-filter: initial;
    -webkit-filter: initial;
            filter: initial;
  }
  to {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.002, 0, -1, 0, 0, 0, -40, -25, 1.05);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.002, 0, -1, 0, 0, 0, -40, -25, 1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes rollInverse {
  from {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: initial;
    -ms-filter: initial;
    -webkit-filter: initial;
            filter: initial;
  }
  to {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.002, 0, -1, 0, 0, 0, -40, -25, 1.05);
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, -0.002, 0, -1, 0, 0, 0, -40, -25, 1.05);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(initial);
    transform: scale(initial);
    opacity: initial;
    -ms-filter: initial;
    -webkit-filter: initial;
            filter: initial;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(initial);
    transform: scale(initial);
    opacity: initial;
    -ms-filter: initial;
    -webkit-filter: initial;
            filter: initial;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes scaleInverse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes scaleInverse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
section.home {
  text-align: center;
}
section.home h3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.home .argulist {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  section.home .argulist {
    margin-top: 80px;
  }
}
.img-top {
  left: 50%;
  -webkit-transform: translateX(-22%);
  transform: translateX(-22%);
  position: absolute;
  top: -410px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0s;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 600px) {
  .img-top {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -300px;
  }
}
@media only screen and (max-width: 330px) {
  .img-top {
    top: -220px;
  }
}
.img-top img {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 500px;
  max-width: 500px;
  -webkit-filter: drop-shadow(-12px 12px 51px #de5b27);
          filter: drop-shadow(-12px 12px 51px #de5b27);
}
@media only screen and (max-width: 600px) {
  .img-top img {
    min-width: 300px;
  }
}
section.dons .bloc-paragraphe {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0s;
}
@media only screen and (max-width: 600px) {
  section.dons p {
    line-height: 17px;
  }
}
section.chiffreUp {
  text-align: center;
}
section.chiffreUp .container-top {
  bottom: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  display: inline-block;
  height: 100vh;
  width: 100%;
  left: 0px;
  overflow: hidden;
  -moz-overflow: hidden;
  background-color: #fff;
  color: #efa834;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
section.chiffreUp .containerTop {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  margin: auto;
  left: 0px;
  position: absolute;
  color: #efa834;
}
section.chiffreUp h1 {
  font-size: 235px;
  line-height: 160px;
  margin-bottom: 50px;
  display: inline-block;
  position: relative;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3D(0, 30%, 0) scale(1, 1.2);
  transform: translate3D(0, 30%, 0) scale(1, 1.2);
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
@media only screen and (max-width: 1700px) {
  section.chiffreUp h1 {
    font-size: 180px;
    line-height: 110px;
  }
}
@media only screen and (max-width: 1240px) {
  section.chiffreUp h1 {
    font-size: 140px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1000px) {
  section.chiffreUp h1 {
    font-size: 100px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 600px) {
  section.chiffreUp h1 {
    font-size: 58px;
    line-height: 40px;
  }
}
section.chiffreUp img {
  position: absolute;
  top: -200px;
  width: 600px;
  left: calc(600px / 2);
  -webkit-filter: drop-shadow(-12px 12px 51px #de5b27);
          filter: drop-shadow(-12px 12px 51px #de5b27);
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
section.chiffreUp.active h1 {
  -webkit-transform: translate3D(0, 0%, 0) scale(1);
  transform: translate3D(0, 0%, 0) scale(1);
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
section.chiffreUp.active h2 {
  font-size: 55px;
  line-height: 75px;
}
@media only screen and (max-width: 1000px) {
  section.chiffreUp.active h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  section.chiffreUp.active h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
section.chiffreUp.active h3 {
  top: 60px;
  position: relative;
}
section.chiffreUp.active .sep {
  display: inline-block;
  vertical-align: middle;
  height: 170px;
  width: 1px;
  background-color: #fff;
}
section.chiffreUp.active .numbers-container {
  position: absolute;
  bottom: 0px;
  text-align: justify;
  width: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.chiffreUp.active .numbers-container:after {
  content: '';
  display: inline-block;
  width: 100%;
}
section.chiffreUp.active .numbers-bloc {
  vertical-align: top;
  text-align: left;
  width: 280px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3D(0, 30%, 0) scale(1, 1.2);
  transform: translate3D(0, 30%, 0) scale(1, 1.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: inline-block;
  box-sizing: border-box;
  padding: 20px 0px;
  background-color: #efa834;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
section.chiffreUp.active .numbers-bloc h1 {
  font-size: 70px;
  line-height: 70px;
}
section.chiffreUp.active .numbers-bloc h1 i {
  font-weight: 400;
  font-size: 53px;
  text-transform: initial;
  font-style: normal;
}
section.chiffreUp.active .numbers-bloc h1 i.picto {
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 35px;
  position: absolute;
  top: -10px;
  right: 0px;
}
section.chiffreUp.active .numbers-bloc h2 {
  font-size: 45px;
  line-height: 45px;
}
section.textImage h2:before {
  content: '';
  width: 100%;
  padding: 0px 10px 0px 10px;
  position: absolute;
  z-index: -1;
  left: -10px;
  height: 100%;
  background-color: #de5b27;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
section.dons {
  text-align: center;
}
#paragraphe div {
  display: inline-block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  margin-right: 15px;
  font-family: 'Crimson Text', serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 400;
}
@media only screen and (max-width: 1000px) {
  #paragraphe div {
    font-size: 25px;
    line-height: 35px;
  }
}
section.textonly {
  text-align: center;
}
section.textonly ul {
  top: -50px;
  height: 400px;
  position: relative;
}
section#part2 {
  color: #f00;
}
@media only screen and (max-width: 1024px) {
  section.trueFalse h1 {
    font-size: 25px !important;
    line-height: 25px !important;
  }
  section.trueFalse i,
  section.trueFalse img {
    width: 70px;
    font-size: 100px !important;
    line-height: 100px !important;
  }
  section.trueFalse .fa-check {
    font-size: 80px !important;
    line-height: 80px !important;
  }
}
section.trueFalse .bloc-chap-fixe.trueFalse:before {
  content: '';
  display: none;
}
section.trueFalse .bloc-chap-fixe.trueFalse .picto-anim {
  position: relative;
  width: 150px;
  height: 70px;
  left: -10px;
}
@media only screen and (max-width: 1000px) {
  section.trueFalse .bloc-chap-fixe.trueFalse .picto-anim {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
section.trueFalse .bloc-chap-fixe.trueFalse .picto-anim .rect {
  position: absolute;
  height: 15px;
  width: 100px;
  top: 0px;
  background-color: #fff;
}
section.trueFalse .bloc-chap-fixe.trueFalse .response {
  font-size: 28px;
  padding: 3px 5px;
  position: relative;
  display: table;
  line-height: 28px;
}
@media only screen and (max-width: 1000px) {
  section.trueFalse .bloc-chap-fixe.trueFalse .response {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
section.trueFalse .bloc-chap-fixe.trueFalse .response:before {
  content: '';
  width: 100%;
  padding: 0px 10px 0px 10px;
  position: absolute;
  z-index: -1;
  left: -10px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #de5b27;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.steps .after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 1000px) {
  .steps .first .container {
    width: 80% !important;
    margin-left: auto !important;
  }
}
section.interne {
  z-index: 100;
}
section.interne input {
  margin-top: 30px;
  margin-bottom: 0px;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  visibility: visible;
}
section.interne input:hover {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
section.interne p a {
  text-decoration: none;
  color: #fff;
  background-color: #de5b27;
  padding: 0px 5px;
  font-weight: 700;
  position: relative;
  transition: background-color 0.4s, color 0.4s;
}
section.interne p a:hover {
  background-color: #fff;
  color: #de5b27;
}
section.interne .bloc-text {
  width: 80%;
}
@media only screen and (max-width: 1000px) {
  section.interne .bloc-text {
    width: 50%;
    margin-left: 40%;
  }
}
section.interne .bloc-chap-fixe {
  top: 50%;
  visibility: hidden;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  section.interne .bloc-chap-fixe {
    left: 7%;
  }
}
@media only screen and (max-width: 765px) {
  section.interne .bloc-chap-fixe {
    left: 5%;
  }
}
@media only screen and (max-width: 765px) {
  section.interne .bloc-chap-fixe {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    top: 40%;
  }
}
section.interne .bloc-chap-fixe #number {
  transition: none !important;
}
section.interne .bloc-chap-fixe h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 75px;
  line-height: 75px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
section.interne .bloc-chap-fixe:before {
  content: '';
  width: 75px;
  padding: 0px 10px 0px 10px;
  position: absolute;
  z-index: -1;
  left: -10px;
  height: 35%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #de5b27;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.bloc-chapdesc {
  margin: auto;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 1000px) {
  .bloc-chapdesc {
    width: 50%;
    margin-left: 40%;
  }
}
.pages-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.pages-container .page {
  height: 100%;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 0px;
  left: 0px;
}
.pages-container .after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.pages-container .focus {
  z-index: 10;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.pages-container .before {
  -webkit-animation: fadeOut 0.4s ease-out forwards;
  animation: fadeOut 0.4s ease-out forwards;
}
.pages-container .first {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
.pages-container .first .bloc-text {
  margin-left: 0px;
  width: 100%;
}
.fullheight .after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.page.after span::before,
.page.before span::before {
  -webkit-animation: none !important;
  animation: none !important;
}
.page.after h1,
.page.before h1 {
  -webkit-transform: translate3D(0, -30%, 0) scale(1, 1.2) !important;
  transform: translate3D(0, -30%, 0) scale(1, 1.2) !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.page.after p,
.page.before p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: fadeOut 0.3s ease-out forwards;
  animation: fadeOut 0.3s ease-out forwards;
}
.page.after a,
.page.before a {
  -webkit-transform: translate3D(0, -30%, 0) scale(1, 1.2) !important;
  transform: translate3D(0, -30%, 0) scale(1, 1.2) !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.page.focus h1 {
  -webkit-animation: roll 0.4s ease-out 0.5s forwards !important;
  animation: roll 0.4s ease-out 0.5s forwards !important;
}
.page.focus i,
.page.focus img {
  -webkit-animation: fadeIn 0.4s ease-out 0.6s forwards !important;
  animation: fadeIn 0.4s ease-out 0.6s forwards !important;
}
.page.focus .bloc-bubble:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page.focus .picto-anim .form1 {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  transition: all 0.8s cubic-bezier(0.82, 0.06, 0.01, 0.63);
  transition-delay: 0.15s;
}
.page.focus .picto-anim .form2 {
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  transition: all 0.8s cubic-bezier(0.82, 0.06, 0.01, 0.63);
}
.page.focus p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: translateBottom 0.5s ease-out 1s forwards !important;
  animation: translateBottom 0.5s ease-out 1s forwards !important;
}
.page.focus a {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: translateBottom 0.5s ease-out 1.5s forwards !important;
  animation: translateBottom 0.5s ease-out 1.5s forwards !important;
}
.page.focus a:before {
  display: none;
}
