/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'gobold';
  src: url("../font/gobold_thin-webfont.eot");
  src: url("../font/gobold_thin-webfont.eot?#iefix") format("embedded-opentype"), url("../font/gobold_thin-webfont.woff2") format("woff2"), url("../font/gobold_thin-webfont.woff") format("woff"), url("../font/gobold_thin-webfont.ttf") format("truetype"), url("../font/gobold_thin-webfont.svg#gobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gobold';
  src: url("../font/gobold_bold-webfont.eot");
  src: url("../font/gobold_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/gobold_bold-webfont.woff2") format("woff2"), url("../font/gobold_bold-webfont.woff") format("woff"), url("../font/gobold_bold-webfont.ttf") format("truetype"), url("../font/gobold_bold-webfont.svg#gobold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'archivo';
  src: url("../font/archivonarrow-regular-webfont.eot");
  src: url("../font/archivonarrow-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/archivonarrow-regular-webfont.woff2") format("woff2"), url("../font/archivonarrow-regular-webfont.woff") format("woff"), url("../font/archivonarrow-regular-webfont.ttf") format("truetype"), url("../font/archivonarrow-regular-webfont.svg#archivo") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'archivo';
  src: url("../font/archivonarrow-italic-webfont.eot");
  src: url("../font/archivonarrow-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/archivonarrow-italic-webfont.woff2") format("woff2"), url("../font/archivonarrow-italic-webfont.woff") format("woff"), url("../font/archivonarrow-italic-webfont.ttf") format("truetype"), url("../font/archivonarrow-italic-webfont.svg#archivo") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ptf_nordic_stdnormal';
  src: url("../font/ptf-nordic-standard-webfont.eot");
  src: url("../font/ptf-nordic-standard-webfont.eot?#iefix") format("embedded-opentype"), url("../font/ptf-nordic-standard-webfont.woff2") format("woff2"), url("../font/ptf-nordic-standard-webfont.woff") format("woff"), url("../font/ptf-nordic-standard-webfont.ttf") format("truetype"), url("../font/ptf-nordic-standard-webfont.svg#ptf_nordic_stdnormal") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  font-size: 12px;
  height: 100%;
  background-color: #d3dbe7;
  background-image: linear-gradient(to bottom, #f1f4f9 0%, #d3dbe7 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.lock {
  overflow: hidden;
}

#zone-preview-carte {
  max-width: 400px;
  position: relative;
  margin: 90px auto;
}

#preview-carte {
  width: 400px;
  height: 560px;
  position: relative;
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(153, 157, 166, 0.5);
  /*.punchline {
        font-family: $ptfNordic;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        transform: rotate(-5deg);
        font-size: 2em;
        padding: 35px 0 0 0;
    }

    .baseline {
        font-family: $archivo;
        font-size: 1.5em;
        color: #908f90;
        font-style: italic;
        text-align: center;
        margin: 0 30px 20px 30px;
    }

    .texte {
        font-family: $archivo;
        font-size: 1.2em;
        color: #000;
        text-align: center;
        margin: 0 30px; 
    }*/
}

#preview-carte .content-image {
  position: relative;
  width: 100%;
  height: 314px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  background-color: #999da6;
}

#preview-carte .content-image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 314px;
  pointer-events: none;
}

#preview-carte .content-image .img img {
  width: 100%;
  height: auto;
  display: block;
}

#preview-carte .content-image #preview-carte-img {
  width: 400px;
  height: 314px;
  position: absolute;
}

#preview-carte .content-image #picto_gesture {
  position: absolute;
  top: 80px;
  left: 125px;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 75px;
  pointer-events: none;
  display: none;
}

#preview-carte .content-image #picto_gesture img {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 28px;
  left: 28px;
}

#preview-carte .content-image #chargement_photo {
  width: 100%;
  height: 100%;
  background-color: #999da6;
  color: #ffffff;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  text-align: center;
  padding-top: 150px;
  position: absolute;
  display: none;
}

#preview-carte .content-image .bouton-ajouter-photo {
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-family: "archivo", sans-serif;
  text-align: center;
  margin-top: 130px;
  cursor: pointer;
  position: absolute;
}

#preview-carte .content-image .point {
  position: absolute;
  left: 14px;
  width: 77px;
  height: 77px;
  text-align: center;
  display: none;
}

#preview-carte .content-image .point.point1 {
  top: 14px;
}

#preview-carte .content-image .point.point2 {
  top: 91px;
}

#preview-carte .content-image .point.point3 {
  top: 168px;
}

#preview-carte .content-image .point[data-color="rouge"] {
  background: url(../img/point_rouge.png) no-repeat;
  background-size: 100%;
}

#preview-carte .content-image .point[data-color="jaune"] {
  background: url(../img/point_jaune.png) no-repeat;
  background-size: 100%;
}

#preview-carte .content-image .point[data-color="jaune"] span {
  color: #000000;
}

#preview-carte .content-image .point[data-color="bleu"] {
  background: url(../img/point_bleu.png) no-repeat;
  background-size: 100%;
}

#preview-carte .content-image .point .qte {
  font-family: "gobold", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 14px;
}

#preview-carte .content-image .point .libelle {
  font-family: "gobold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 9px;
  color: #fff;
  display: block;
  text-align: center;
}

#preview-carte .bandeau {
  position: relative;
  width: 100%;
  height: 94px;
  margin-top: -28px;
  margin-bottom: 10px;
  background: url(../img/bandeau.png) no-repeat;
  background-size: 100%;
}

#preview-carte .bandeau img {
  display: block;
}

#preview-carte .logo-asap {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

#preview-carte .logo-asap img {
  width: 60px;
  display: block;
  margin: 0 auto;
}

#preview-carte .logo-asap p {
  font-family: "archivo", sans-serif;
  font-size: 8px;
  color: #cccccc;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 420px) {
  #zone-preview-carte {
    margin: 0;
  }
  #preview-carte {
    transform: translateX(-200px) scale(0.75);
    left: 50%;
  }
}

/*!
 * Cropper.js v1.0.0-beta
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-01-01T08:26:22.116Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}

.cropper-container img {
  /* Avoid margin top issue (Occur only when margin-top <= -height) */
  display: block;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100%;
  height: 100%;
  image-orientation: 0deg;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;
}

.cropper-modal {
  opacity: .5;
  background-color: #000;
}

.cropper-view-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
}

.cropper-dashed {
  position: absolute;
  display: block;
  opacity: .5;
  border: 0 dashed #eee;
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;
  width: 100%;
  height: 33.33333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}

.cropper-center:before,
.cropper-center:after {
  position: absolute;
  display: block;
  content: ' ';
  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;
  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;
  width: 1px;
  height: 7px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
}

.cropper-face {
  top: 0;
  left: 0;
  background-color: #fff;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  opacity: .75;
  background-color: #39f;
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
  }
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: ' ';
  opacity: 0;
  background-color: #39f;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

#homepage {
  padding: 80px 0px 10px 0px;
}

.conteneur_carte {
  text-align: center;
  width: 500px;
  max-width: 60vh;
  margin: 120px auto 0px auto;
  position: relative;
}

.conteneur_carte .carte_dos {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: perspective(800px) rotateY(90deg);
  transition: transform 0.15s;
  transition-timing-function: linear;
  pointer-events: none;
}

.conteneur_carte .carte_face {
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 50px 0px rgba(153, 157, 166, 0.7);
  transform: perspective(800px) rotateY(0deg);
  transition: transform 0.15s 0.15s;
  transition-timing-function: linear;
  border-radius: 25px;
  overflow: hidden;
  opacity: 1;
}

.conteneur_carte.retourne .carte_dos {
  transform: perspective(800px) rotateY(0deg);
}

.conteneur_carte.retourne .carte_face {
  transform: perspective(800px) rotateY(-89.99deg);
  opacity: 0;
}

.conteneur_carte .carte {
  float: left;
  width: 100%;
}

.conteneur_carte .hover-carte {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.2s;
}

.conteneur_carte .hover-carte:hover {
  opacity: 1;
}

.conteneur_carte .hover-carte ul {
  width: 264px;
  max-width: 100%;
  margin: 295px auto;
  padding: 0;
}

.conteneur_carte .hover-carte ul li {
  list-style-type: none;
  width: 88px;
  max-width: 33.3%;
  height: 88px;
  float: left;
  text-align: center;
}

.conteneur_carte .hover-carte ul li a {
  width: 62px;
  height: 62px;
  border: 2px solid #333c4d;
  text-align: center;
  border-radius: 31px;
  display: inline-block;
}

.conteneur_carte .hover-carte ul li a .bouton-icone {
  float: none;
  background-size: 34px 34px;
  margin-top: 0px;
}

.conteneur_carte .hover-carte ul li a:hover {
  background: #e90543;
  border: 2px solid #e90543;
}

.conteneur_carte .hover-carte .signature_carte {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 20px;
  color: #2a3141;
  font-family: "archivo", sans-serif;
  font-size: 16px;
}

.conteneur_carte .hover-carte .zone-signaler-carte {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 16px;
  margin: 0px;
  font-family: "archivo", sans-serif;
}

.conteneur_carte .hover-carte .zone-signaler-carte a {
  text-decoration: none;
  color: #2a3141;
}

.conteneur_carte .hover-carte .zone-signaler-carte a:hover {
  color: #e90543;
}

.conteneur_carte .hover-carte .zone-signaler-carte .texte-bouton {
  position: relative;
  top: -13px;
}

#zone_carte_a_la_une {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

#conteneur_carte_a_la_une {
  animation: conteneur_carte_a_la_une 0.8s 1 ease normal;
}

#conteneur_carte_a_la_une .carte_face {
  border: 6px solid #ffffff;
}

#conteneur_carte_a_la_une .carte_face .hover-carte {
  border-radius: 19px;
}

#zigouigoui, #zigouigoui2, #zigouigoui3 {
  width: 100%;
  height: 434px;
  position: absolute;
  animation: zigouigoui 1s 1 ease normal;
}

.carte_dos_gauche {
  position: absolute;
  bottom: 0px;
  width: 70%;
  left: -20%;
  transform: rotate(-30deg);
  transform-origin: 0% 100%;
  animation: carte_dos_gauche 0.8s 1 ease normal;
}

.carte_dos_droite {
  position: absolute;
  bottom: 0px;
  width: 70%;
  right: -20%;
  transform: rotate(30deg);
  transform-origin: 100% 100%;
  animation: carte_dos_droite 0.8s 1 ease normal;
}

@keyframes carte_dos_gauche {
  0%, 50% {
    transform: translateX(100px) rotate(0deg);
  }
  100% {
    transform: translateX(0px) rotate(-30deg);
  }
}

@keyframes carte_dos_droite {
  0%, 50% {
    transform: translateX(-100px) rotate(0deg);
  }
  100% {
    transform: translateX(0px) rotate(30deg);
  }
}

@keyframes conteneur_carte_a_la_une {
  0%, 20% {
    transform: translateY(100px) scale(0);
  }
  70%, 100% {
    transform: translateY(0px) scale(1);
  }
}

@keyframes zigouigoui {
  0%, 50% {
    transform: translateY(100px) scale(0);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}

.bouton_creer_carte {
  display: block;
  width: 220px;
  line-height: 48px;
  height: 48px;
  font-size: 20px;
  text-align: center;
  margin: auto;
  text-decoration: none;
}

.bouton-couleur-facebook {
  border-color: #3b5998 !important;
  background-color: #3b5998;
}

.bouton-couleur-facebook .bouton-facebook {
  background-image: url(../img/facebook_blanc.svg);
}

.bouton-couleur-twitter {
  border-color: #1da1f2 !important;
  background-color: #1da1f2;
}

.bouton-couleur-twitter .bouton-twitter {
  background-image: url(../img/twitter_blanc.svg);
}

.bouton-couleur-pinterest {
  border-color: #cc2127 !important;
  background-color: #cc2127;
}

.bouton-couleur-pinterest .bouton-pinterest {
  background-image: url(../img/pinterest_blanc.svg);
}

#fond_blanc {
  background-color: #ffffff;
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 550px) {
  #homepage {
    padding: 80px 10px 10px 10px;
  }
  #zigouigoui, #zigouigoui2, #zigouigoui3, .carte_dos_gauche, .carte_dos_droite {
    display: none;
  }
  .conteneur_carte {
    margin-top: 24vw;
    max-width: 100%;
  }
  .conteneur_carte .hover-carte ul {
    margin-top: 47vw;
  }
  #fond_blanc {
    height: 110vw;
  }
  #zone_carte_a_la_une {
    overflow: visible;
    padding-bottom: 0px;
  }
  #conteneur_carte_a_la_une {
    margin-top: 4vh;
  }
}

@media screen and (max-height: 730px) {
  .conteneur_carte {
    margin-top: 14vh;
  }
  .conteneur_carte .hover-carte ul {
    margin-top: 29vh;
  }
}

.pagination {
  width: 100%;
  text-align: center;
  margin: 60px 0;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  color: #3c485c;
}

.pagination .bouton_pagination {
  color: #ffffff;
  background-color: #e90543;
  text-decoration: none;
  padding: 5px 12px;
  font-weight: bold;
  display: inline-block;
}

.pagination .bouton_pagination:hover {
  background-color: #b10328;
}

.pagination .bouton_pagination.disabled {
  color: #3c485c;
  background-color: #ffffff;
  pointer-events: none;
}

.pagination .centre_pagination {
  display: inline-block;
  padding: 0 20px;
}

.pagination .centre_pagination input {
  border: 1px solid #b1bbce;
  color: #6a707b;
  padding-left: 5px;
}

@media screen and (max-width: 400px) {
  .pagination .centre_pagination {
    width: 100%;
    margin: 15px 0;
  }
}

.input-punchline {
  font-family: "ptf_nordic_stdnormal", sans-serif;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-5.7deg) skew(-5.7deg);
  font-size: 2em;
  line-height: 35px;
  width: 100%;
  margin-top: 30px;
  padding: 0;
  background-color: transparent;
  background-image: none !important;
  border: none;
  outline: none;
}

.input-baseline {
  width: 100%;
  font-family: "archivo", sans-serif;
  font-size: 1.5em;
  color: #908f90;
  text-align: center;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  outline: none;
}

.input-texte {
  resize: none;
  font-family: "archivo", sans-serif;
  font-size: 1.2em;
  color: #000;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  height: 65px;
  max-height: 65px;
  background-color: transparent;
  border: none;
  outline: none;
}

.bouton-vide {
  background-color: rgba(51, 60, 77, 0.5);
  color: #ffffff;
  text-align: center;
  width: 300px;
  height: 41px;
  line-height: 37px;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  position: absolute;
  left: 48px;
  cursor: pointer;
  border: 2px solid transparent;
}

.bouton-vide .bordure {
  border: 1px dashed #ffffff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

#bouton_punchline_vide {
  top: 310px;
}

#bouton_baseline_vide {
  top: 382px;
}

#bouton_texte_vide {
  height: 62px;
  line-height: 57px;
  top: 433px;
}

.bouton-point {
  width: 55px;
  height: 55px;
  left: 25px;
  transform: rotate(45deg);
  text-align: center;
  line-height: 65px;
  border: none;
}

.bouton-point img {
  width: 24px;
  height: 24px;
  fill: #ffffff;
  transform: rotate(45deg);
}

#bouton_point1_vide {
  top: 25px;
}

#bouton_point2_vide {
  top: 103px;
}

#bouton_point3_vide {
  top: 181px;
}

.tooltip {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(153, 157, 166, 0.5);
  font-family: "archivo", sans-serif;
  font-size: 16px;
  color: #3c485c;
  position: absolute;
  padding: 15px;
  border-radius: 5px;
}

.tooltip-right {
  left: 425px;
}

.tooltip-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 10px 9px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: -10px;
  top: calc(50% - 10px);
}

.tooltip-left {
  right: 425px;
}

.tooltip-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0px 9px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -10px;
  top: calc(50% - 10px);
}

#tooltip_description {
  top: 430px;
  width: 185px;
  display: none;
}

#nb_caracteres_restants {
  color: #1ac6fe;
}

#nb_caracteres_restants.depasse {
  color: #e90543;
}

.tooltip-point {
  width: 375px;
  padding: 45px;
}

.tooltip-point:before {
  top: 40px;
}

.tooltip-point h3 {
  font-size: 20px;
  font-family: "ptf_nordic_stdnormal", sans-serif;
  color: #000000;
  margin: 0 0 15px 0;
}

.tooltip-point p {
  margin: 0 0 10px 0;
}

.tooltip-point p.boutons {
  margin: 25px 0 0 0;
}

.tooltip-point label {
  font-size: 12px;
  font-family: "archivo", sans-serif;
  color: #000000;
  display: inline-block;
}

.tooltip-point input, .tooltip-point select, .tooltip-point option {
  height: 32px;
  color: #6a707b;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  border: 1px solid #b1bbce;
  background-color: #ffffff;
  border-radius: 0px;
  outline: none;
  padding: 0 0 0 10px;
}

.tooltip-point .point-couleur, .tooltip-point .point-libelle {
  width: 100%;
}

.tooltip-point .point-signe {
  width: 65px;
  font-family: "gobold", sans-serif;
  font-size: 22px;
  float: left;
  margin-right: 6px;
}

.tooltip-point .point-quantite {
  width: calc(100% - 71px);
}

.boutons {
  text-align: right;
  margin-bottom: 0px;
}

.boutons input, .boutons button {
  cursor: pointer;
  height: 32px;
  color: #6a707b;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  border: 1px solid #b1bbce;
  background-color: #ffffff;
  border-radius: 0px;
  outline: none;
  padding: 0 10px;
}

.boutons .bouton-valider {
  background-color: #1ac6fe;
  border-color: #1ac6fe;
  color: #ffffff;
  padding: 0 12px;
  margin-left: 12px;
}

.boutons .bouton-valider:disabled {
  opacity: 0.5;
  cursor: default;
}

.boutons .bouton-annuler {
  color: #e90543;
  border-color: #e90543;
  background-color: #ffffff;
}

#tooltip_point1 {
  top: 0px;
  display: none;
}

#tooltip_point2 {
  top: 81px;
  display: none;
}

#tooltip_point3 {
  top: 160px;
  display: none;
}

#info_crop_image {
  background-color: #ffffff;
  width: 100%;
  height: 250px;
  bottom: 0px;
  position: absolute;
  padding: 40px;
  border-radius: 0 0 15px 15px;
  display: none;
}

#info_crop_image h3 {
  font-family: "ptf_nordic_stdnormal", sans-serif;
  font-size: 20px;
  font-weight: normal;
}

#info_crop_image #rotate_photo {
  margin: 0 20px 0 0;
  cursor: pointer;
}

#info_crop_image .icone-zoom {
  cursor: pointer;
}

#info_crop_image .boutons {
  margin-top: 40px;
}

#info_crop_image #slider-range {
  display: inline-block;
  width: 206px;
  margin: 0 8px;
  padding: 0;
  background: #9cabc4;
  height: 10px;
  border: 4px solid #fff;
  border-right: none;
  border-left: none;
  position: relative;
  top: -6px;
}

#info_crop_image #slider-range > span {
  position: absolute;
  background: #9cabc4;
  border-radius: 25px;
  border: 0;
  outline: none;
  width: 12px;
  top: -5px;
  height: 12px;
}

.zone_bouton_publier_mobile {
  margin-bottom: 50px;
  text-align: center;
  display: none;
}

.zone_bouton_publier_edition {
  text-align: center;
}

#carte_saveAndGen {
  height: 48px;
  padding: 0 50px;
  border: none;
  background-color: #1ac6fe;
  color: #ffffff;
  font-size: 16px;
  font-family: "archivo", sans-serif;
  cursor: pointer;
  outline: none;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(153, 157, 166, 0.5);
}

#carte_saveAndGen:disabled {
  color: #2a3141;
  background-color: #3c485c;
  cursor: default;
}

.zone-bouton-selection-image {
  display: none;
}

@media screen and (max-width: 860px) {
  #tooltip_description {
    top: 353px;
    z-index: 1;
  }
  .tooltip-right {
    left: 109px;
  }
  .tooltip-right:before {
    border-width: 10px 9px 0px 9px;
    border-color: #ffffff transparent transparent transparent;
    left: calc(50% - 9px);
    top: 68px;
    right: auto;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .tooltip-point {
    width: 260px;
    padding: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .tooltip-point {
    width: 100%;
    bottom: 0px;
    padding: 30px;
    right: 0;
    top: auto !important;
    border-radius: 0 0 15px 15px;
    box-shadow: none;
  }
  .tooltip-point:before {
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #ffffff transparent;
    left: 45px;
    top: -9px;
  }
}

.mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  .zone_bouton_publier_mobile {
    display: block;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}

.content-share {
  max-width: 1280px;
  margin: 0px auto;
  padding-top: 120px;
  min-height: calc(100vh - 80px);
}

.content-gauche, .content-droite {
  width: 50%;
  float: left;
}

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

.content-gauche .carte {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(153, 157, 166, 0.7);
  border-radius: 20px;
  overflow: hidden;
  width: 400px;
  max-width: 90%;
}

.content-gauche .carte:hover .carte-hover {
  opacity: 1;
  transition: opacity 0.3s;
}

.content-gauche .carte > img {
  max-width: 100%;
}

.content-gauche .carte .carte-hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333c4d;
  font-family: "ptf_nordic_stdnormal", sans-serif;
  font-size: 24px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  outline: none;
  opacity: 0;
  transition: opacity 0.3s;
  padding-top: 200px;
  text-decoration: none;
}

.content-gauche .carte .carte-hover .picto-edit {
  margin: 20px auto;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 2px solid #333c4d;
  background-image: url(../img/edit.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
}

.content-droite {
  font-family: "archivo", sans-serif;
}

.content-droite .boutons-partage, .content-droite .bloc-soumission {
  margin: 0% 5% 5% 0;
  padding: 5% 8%;
}

.content-droite .boutons-partage {
  color: #2a3141;
  font-size: 16px;
}

.content-droite .boutons-partage ul {
  max-width: 500px;
  margin: 0px auto;
  padding: 0px;
}

.content-droite .boutons-partage ul li {
  list-style-type: none;
  width: 50%;
  height: 60px;
  float: left;
}

.content-droite .bloc-soumission {
  background-color: #ffffff;
  color: #4f5f7b;
  font-size: 20px;
  margin-top: 50px !important;
  padding-top: 30px !important;
  position: relative;
  transform: translateY(0px);
  animation: bloc-soumission 1s 1 ease normal;
}

.content-droite .bloc-soumission p.texte-soumission {
  margin-top: 0px;
}

.content-droite .bloc-soumission p.texte-soumission-termine {
  margin: 20px auto 0px auto;
  max-width: 400px;
}

.content-droite .bloc-soumission form input,
.content-droite .bloc-soumission form button[type="submit"] {
  height: 30px;
  float: left;
}

.content-droite .bloc-soumission form input[type="submit"],
.content-droite .bloc-soumission form button[type="submit"] {
  font-size: 13px;
  width: 140px;
  text-align: center;
}

.content-droite .bloc-soumission form input[type=text],
.content-droite .bloc-soumission form input[type=email] {
  font-size: 16px;
  border: 1px solid #b1bbce;
  border-right: 0px;
  box-sizing: border-box;
  padding-left: 20px;
  width: calc(100% - 140px);
  color: #6a707b;
}

.content-droite .bloc-soumission p.ml {
  font-size: 12px;
  text-align: center;
  margin: 20px 0 0 0;
}

@keyframes bloc-soumission {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  30%, 100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.bouton-rouge {
  color: #ffffff;
  background-color: #e90543;
  border: none;
  font-family: "ptf_nordic_stdnormal", sans-serif;
  cursor: pointer;
  position: relative;
}

.bouton-rouge .txt-bouton {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.bouton-rouge .hover-bouton {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #b10328;
  transform: scaleX(0);
  transition: transform 0.2s;
}

.bouton-rouge:hover .hover-bouton {
  transform: scaleX(1);
}

input[type="submit"].bouton-rouge,
button[type="submit"].bouton-rouge {
  transition: all 0.2s;
}

input[type="submit"].bouton-rouge:hover,
button[type="submit"].bouton-rouge:hover {
  background-color: #b10328;
}

.lien-bouton {
  cursor: pointer;
  color: #2a3141;
  text-decoration: none;
  line-height: 60px;
  display: block;
  position: relative;
}

.lien-bouton:hover {
  color: #e90543;
}

.lien-bouton:hover .boutons-copie-lien {
  transform: rotate(0deg);
}

.lien-bouton .bouton-icone {
  float: left;
  background-size: 25px 25px;
  margin-top: 10px;
}

.lien-bouton .texte-bouton {
  line-height: 17px;
  display: inline-block;
  width: calc(100% - 40px);
  padding-top: 13px;
}

.boutons-copie-lien {
  display: inline-block;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  float: left;
  transform-origin: 20px 30px;
}

.conteneur_carte .boutons-copie-lien {
  margin-left: 9px;
}

.bouton-lien {
  background-image: url(../img/link.svg);
}

.bouton-mail {
  background-image: url(../img/mail.svg);
}

.bouton-download {
  background-image: url(../img/download.svg);
}

.bouton-facebook {
  background-image: url(../img/facebook.svg);
}

.bouton-twitter {
  background-image: url(../img/twitter.svg);
}

.bouton-instagram {
  background-image: url(../img/instagram.svg);
}

.bouton-pinterest {
  background-image: url(../img/pinterest.svg);
}

.bouton-interrogation {
  background-image: url(../img/interrogation.svg);
}

.bouton-search {
  background-image: url(../img/search.svg);
}

.bouton-signaler {
  background-image: url(../img/signaler.svg);
}

.hover-rouge:hover .bouton-icone {
  color: #e90543;
}

.hover-rouge:hover .bouton-icone.bouton-lien {
  background-image: url(../img/link_rouge.svg);
}

.hover-rouge:hover .bouton-icone.bouton-mail {
  background-image: url(../img/mail_rouge.svg);
}

.hover-rouge:hover .bouton-icone.bouton-download {
  background-image: url(../img/download_rouge.svg);
}

.hover-rouge:hover .bouton-icone.bouton-facebook {
  background-image: url(../img/facebook_rouge.svg);
}

.hover-rouge:hover .bouton-icone.bouton-twitter {
  background-image: url(../img/twitter_rouge.svg);
}

.hover-rouge:hover .bouton-icone.bouton-instagram {
  background-image: url(../img/instagram_rouge.svg);
}

.hover-rouge:hover .bouton-icone.bouton-pinterest {
  background-image: url(../img/pinterest_rouge.svg);
}

.hover-rouge:hover .bouton-icone.bouton-interrogation {
  background-image: url(../img/interrogation_rouge.svg);
}

.hover-rouge:hover .bouton-icone.bouton-search {
  background-image: url(../img/search_rouge.svg);
}

.hover-rouge:hover .bouton-icone.bouton-signaler {
  background-image: url(../img/signaler_rouge.svg);
}

.hover-rouge:hover .bouton-icone.bouton-check {
  background-image: url(../img/check_rouge.svg);
}

.hover-blanc:hover .bouton-icone {
  color: #ffffff;
}

.hover-blanc:hover .bouton-icone.bouton-lien {
  background-image: url(../img/link_blanc.svg);
}

.hover-blanc:hover .bouton-icone.bouton-mail {
  background-image: url(../img/mail_blanc.svg);
}

.hover-blanc:hover .bouton-icone.bouton-download {
  background-image: url(../img/download_blanc.svg);
}

.hover-blanc:hover .bouton-icone.bouton-facebook {
  background-image: url(../img/facebook_blanc.svg);
}

.hover-blanc:hover .bouton-icone.bouton-twitter {
  background-image: url(../img/twitter_blanc.svg);
}

.hover-blanc:hover .bouton-icone.bouton-instagram {
  background-image: url(../img/instagram_blanc.svg);
}

.hover-blanc:hover .bouton-icone.bouton-pinterest {
  background-image: url(../img/pinterest_blanc.svg);
}

.hover-blanc:hover .bouton-icone.bouton-interrogation {
  background-image: url(../img/interrogation_blanc.svg);
}

.hover-blanc:hover .bouton-icone.bouton-search {
  background-image: url(../img/search_blanc.svg);
}

.hover-blanc:hover .bouton-icone.bouton-check {
  background-image: url(../img/check_blanc.svg);
}

.bouton-lien {
  opacity: 1;
  position: relative;
  transform: perspective(600px) rotateY(0deg);
  transition: transform 0.2s 0.2s;
}

.bouton-check {
  background-image: url(../img/check.svg);
  position: absolute;
  top: 0px;
  left: 0px;
  transform: perspective(600px) rotateY(90deg);
  transition: transform 0.2s;
  margin-top: 10px !important;
}

.copie .bouton-lien {
  transform: perspective(600px) rotateY(90deg);
  transition: transform 0.2s;
}

.copie .bouton-check {
  transform: perspective(600px) rotateY(0deg);
  transition: transform 0.2s 0.2s;
}

.copie .boutons-copie-lien {
  transform: rotate(0deg);
}

#formulaire_etape3 {
  text-align: center;
}

#formulaire_etape3 img {
  max-width: 100%;
}

.zone-cercle-icone {
  width: 100%;
  text-align: center;
  position: relative;
  top: -80px;
  height: 30px;
}

.zone-cercle-icone .cercle-icone {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #e4ebf6;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  border-radius: 50px;
  animation: cercle-icone 1s 1 ease normal;
}

.zone-cercle-icone .cercle-icone .icone-formulaire-partage {
  width: 50px;
  height: 50px;
  position: relative;
  top: 19px;
}

@keyframes cercle-icone {
  0%, 20% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media screen and (max-width: 800px) {
  .content-gauche, .content-droite {
    width: 100%;
    float: none;
  }
  .content-droite .boutons-partage, .content-droite .bloc-soumission {
    margin: 5%;
    padding: 5%;
  }
  .content-share {
    padding-top: 50px;
  }
}

@media screen and (max-width: 400px) {
  .content-droite .bloc-soumission form input[type=text] {
    border-right: 1px solid #b1bbce;
    border-bottom: 0px;
    width: 100%;
  }
  .content-droite .bloc-soumission form input[type=submit], .content-droite .bloc-soumission form button[type=submit] {
    width: 100%;
  }
  .content-gauche .carte {
    border-radius: 4vw;
  }
}

input, select, button {
  outline: none;
}

.bouton_terminer {
  display: none;
  background-color: #1ac6fe;
  color: #ffffff;
  font-family: "ptf_nordic_stdnormal", sans-serif;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  line-height: 50px;
}

@media screen and (max-width: 800px) {
  .bouton_terminer {
    display: block;
  }
}

.page-public-share .content-gauche, .page-public-share .content-droite {
  display: inline-block;
  width: calc(50% - 225px);
}

.page-public-share .lien_voir_tout {
  font-family: "archivo", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #2a3141;
  text-decoration: none;
  text-transform: uppercase;
}

.page-public-share .lien_voir_tout .icone-arrow-left {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  background-image: url(../img/arrow-left.svg);
}

.page-public-share .lien_voir_tout:hover {
  color: #e90543;
}

.page-public-share .lien_voir_tout:hover .icone-arrow-left {
  background-image: url(../img/arrow-left_rouge.svg);
}

.page-public-share .content-centre {
  width: 450px;
  display: inline-block;
  text-align: center;
  float: left;
}

.page-public-share .content-centre .carte {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(153, 157, 166, 0.7);
  border-radius: 20px;
  overflow: hidden;
  width: 400px;
  max-width: 90%;
}

.page-public-share .content-centre .carte > img {
  max-width: 100%;
}

.page-public-share .content-centre .nom_createur {
  font-family: "archivo", sans-serif;
  font-size: 16px;
  color: #2a3141;
}

.page-public-share .content-droite {
  display: inline-block;
}

.page-public-share .content-droite .boutons-partage ul li {
  width: 100%;
}

.page-public-share .content-droite .boutons-partage {
  padding: 0% 12%;
}

@media screen and (max-width: 800px) {
  .page-public-share .content-gauche {
    width: 100%;
    text-align: left;
    padding: 0 5%;
    margin-bottom: 20px;
  }
  .page-public-share .content-droite {
    width: calc(100% - 450px);
  }
  .page-public-share .content-droite .boutons-partage {
    padding: 0%;
  }
}

@media screen and (max-width: 650px) {
  .page-public-share .content-centre {
    width: 100%;
  }
  .page-public-share .content-droite {
    width: 100%;
  }
  .page-public-share .content-droite .boutons-partage ul li {
    width: 50%;
  }
}

.clear {
  clear: both;
}

.filtre {
  margin: 20px;
  border-bottom: 1px solid #333c4d;
  display: inline-block;
}

.filtre label, .filtre select {
  color: #333c4d;
  font-family: "archivo", sans-serif;
  font-size: 16px;
}

.filtre label {
  font-weight: bold;
}

.filtre select {
  background-color: transparent;
  border: none;
  outline: none;
}

.zone-cartes {
  padding-bottom: 66px;
}

.bouton-icone {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}

.bouton-coche {
  background-image: url(../img/uncheck_gris.svg);
}

.bouton-coche:hover {
  background-image: url(../img/uncheck_blanc.svg);
}

.bouton-edit {
  background-image: url(../img/edit_gris.svg);
}

.bouton-edit:hover {
  background-image: url(../img/edit_blanc.svg);
}

.bouton-delete {
  background-image: url(../img/delete_gris.svg);
}

.bouton-delete:hover {
  background-image: url(../img/delete_blanc.svg);
}

.bouton-link {
  background-image: url(../img/link_gris.svg);
}

.bouton-link:hover {
  background-image: url(../img/link_blanc.svg);
}

.bouton-dl {
  background-image: url(../img/download_gris.svg);
}

.bouton-dl:hover {
  background-image: url(../img/download_blanc.svg);
}

.bouton-etoile {
  background-image: url(../img/etoile_gris.svg);
}

.bouton-etoile:hover {
  background-image: url(../img/etoile_blanc.svg);
}

.bouton-alaune {
  background-image: url(../img/etoile_jaune.svg);
}

.carte-moderation {
  display: inline-block;
  float: left;
  width: 18%;
  margin: 1%;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(153, 157, 166, 0.5);
  border-radius: 0.8vw;
  overflow: hidden;
}

.carte-moderation:hover .carte-hover {
  opacity: 1;
}

.carte-moderation .visuel-carte {
  width: 100%;
  float: left;
}

.carte-moderation .carte-hover {
  background-color: rgba(42, 49, 65, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  outline: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.carte-moderation .carte-hover .boutons_haut_droite {
  position: absolute;
  top: 10px;
  right: 10px;
}

.carte-moderation .carte-hover .boutons_haut_droite .count {
  color: #9CABC4;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.carte-moderation .carte-hover .boutons_haut_gauche {
  position: absolute;
  top: 10px;
  left: 10px;
}

.carte-moderation .carte-hover .formulaire_ordre {
  position: absolute;
  top: 70px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  line-height: 18px;
}

.carte-moderation .carte-hover .formulaire_ordre input[type=text] {
  width: 70px;
  border: 1px solid #b1bbce;
  box-sizing: border-box;
  padding-left: 5px;
  color: #6a707b;
  height: 20px;
}

.carte-moderation .carte-hover .formulaire_ordre input[type="submit"] {
  height: 20px;
}

.carte-moderation .carte-hover .zone-bouton-publier {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% - 25px);
}

.carte-moderation .carte-hover .zone-bouton-publier > div {
  margin-bottom: 15px;
}

.carte-moderation .carte-hover .zone-bouton-publier > div:last-of-type {
  margin-bottom: 0;
}

.carte-moderation .carte-hover .zone-bouton-publier [class*="bouton-"] {
  color: #9cabc4;
  border: 2px solid #9cabc4;
  text-decoration: none;
  font-family: "ptf_nordic_stdnormal", sans-serif;
  font-size: 20px;
  padding: 12px 23px;
  display: inline-block;
}

.carte-moderation .carte-hover .zone-bouton-publier [class*="bouton-"]:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.carte-moderation .carte-hover .zone-bouton-publier .bouton-error {
  color: #e90543;
  border-color: #e90543;
}

.carte-moderation .carte-hover .zone-bouton-publier .bouton-ok {
  color: #1ac6fe;
  border-color: #1ac6fe;
}

.carte-moderation .carte-hover .bas-carte {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 40px;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.carte-moderation .carte-hover .bas-carte .nom-createur {
  font-size: 20px;
}

.carte-moderation .carte-hover .bas-carte .date-carte {
  font-size: 13px;
}

.carte-moderation.checked .carte-hover {
  opacity: 1;
}

.carte-moderation.checked .bouton-coche {
  background-image: url(../img/check_bleu.svg);
}

#selection_multiple {
  display: none;
  min-height: 66px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(153, 157, 166, 0.5);
  font-family: "archivo", sans-serif;
  font-size: 16px;
  color: #3c485c;
  padding: 0 40px;
}

#selection_multiple.actif {
  display: block;
}

#selection_multiple p {
  margin: 0;
  float: left;
}

#selection_multiple .nombre_carte {
  line-height: 66px;
  width: 170px;
}

#selection_multiple .nombre_carte .nb_cartes_selectionnees {
  min-width: 24px;
  height: 24px;
  padding: 0px 5px;
  display: inline-block;
  border-radius: 12px;
  color: #ffffff;
  background-color: #1ac6fe;
  text-align: center;
  line-height: 24px;
  margin-right: 5px;
}

#selection_multiple .action {
  line-height: 66px;
  width: calc(100% - 340px);
  text-align: center;
}

#selection_multiple .action select {
  border: 1px solid #9cabc4;
  color: #3c485c;
  outline: none;
  height: 28px;
  padding: 0 12px;
  border-radius: 2px;
}

#selection_multiple .boutons {
  padding: 17px 0;
  width: 170px;
}

@media screen and (max-width: 1400px) and (min-width: 1000px) {
  .carte-moderation {
    width: 23%;
    margin: 1%;
    border-radius: 1vw;
  }
}

@media screen and (max-width: 1000px) and (min-width: 800px) {
  .carte-moderation {
    width: 30%;
    margin: 1.666%;
    border-radius: 1.4vw;
  }
}

@media screen and (max-width: 800px) and (min-width: 500px) {
  .carte-moderation {
    width: 46%;
    margin: 2%;
    border-radius: 2vw;
  }
}

@media screen and (max-width: 500px) {
  .carte-moderation {
    width: 96%;
    margin: 2%;
    border-radius: 4vw;
  }
}

@media screen and (max-width: 600px) {
  #selection_multiple .nombre_carte, #selection_multiple .action, #selection_multiple .boutons {
    width: 100%;
    text-align: center;
  }
  #selection_multiple .nombre_carte, #selection_multiple .action {
    line-height: 40px;
  }
  .carte-moderation .carte-hover .zone-bouton-publier .bouton-publier {
    font-size: 3.2vw;
    padding: 2vw 4vw;
  }
  .carte-moderation .carte-hover .bas-carte {
    font-size: 2.8vw;
  }
  .carte-moderation .carte-hover .bas-carte .nom-createur {
    font-size: 3.3vw;
  }
}

::selection {
  color: #ffffff;
  background: #333c4d;
}

.page-recherche {
  padding: 0px 0px 10px 0px;
  min-height: calc(100vh - 80px);
}

.bloc_resultat_recherche {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 90px;
}

.bloc_resultat_recherche h2 {
  font-family: "archivo", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.bloc_resultat_recherche #search_search {
  width: calc(100% - 115px);
  line-height: 30px;
  border: 1px solid #b1bbce;
  border-right: 0px;
  outline: none;
  padding: 0 10px;
  color: #4f5f7b;
  float: left;
}

.bloc_resultat_recherche #search_submit {
  width: 115px;
  line-height: 30px;
  font-size: 14px;
}

.bloc_keyword {
  height: 32px;
  display: inline-block;
  background-color: #ffffff;
  margin-right: 12px;
  cursor: pointer;
}

.bloc_keyword:hover {
  background-color: #eef3fa;
}

.bloc_keyword .keyword {
  float: left;
  line-height: 32px;
  padding-left: 12px;
}

.bloc_keyword .delete {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/img/cross.svg) no-repeat center center;
  background-size: 12px 12px;
}

.texte_0_resultat {
  width: 400px;
  max-width: 100%;
  margin: auto;
}

.mini-label {
  font-family: "archivo", sans-serif;
  font-size: 11px;
  display: block;
}

@media screen and (max-width: 500px) {
  .page-recherche {
    padding: 0px 10px 10px 10px;
  }
}

.page-mentions-legales {
  padding: 0px 0px 10px 0px;
  min-height: calc(100vh - 80px);
}

#mentions-legales {
  padding: 90px 20px 90px 20px;
  margin: auto;
  width: 900px;
  max-width: 100%;
  color: #333c4d;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

#mentions-legales h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

#mentions-legales h2 {
  font-size: 18px;
  margin: 5px 0 20px 0;
  text-align: center;
}

#mentions-legales h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 5px 0;
}

#mentions-legales h4 {
  margin: 0;
}

#mentions-legales p {
  margin: 0;
}

#mentions-legales .numero_article {
  color: #e90543;
}

#mentions-legales .numero {
  color: #1ac6fe;
}

#mentions-legales a {
  color: #e90543;
  text-decoration: none;
}

#mentions-legales a:hover {
  text-decoration: underline;
}

#mentions-legales ul {
  margin: 0;
}

#mentions-legales ul li {
  list-style-image: url("/img/puce_bleu.png");
}

#mentions-legales ul li:nth-child(2n) {
  list-style-image: url("/img/puce_rouge.png");
}

#mentions-legales ul li:nth-child(3n) {
  list-style-image: url("/img/puce_jaune.png");
}

.page-bande-annonce {
  background-color: #ffffff;
  min-height: 100vh;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-bande-annonce #zone_gauche {
  width: 50%;
  height: 100%;
  position: absolute;
}

.page-bande-annonce #zone_gauche #logo {
  height: 10.7vh;
  width: auto;
  margin-top: 10px;
}

.page-bande-annonce #zone_gauche h1 {
  font-family: "gobold", sans-serif;
  font-size: 4vh;
  color: #3fc0f0;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 7vh 0 0 0;
}

.page-bande-annonce #zone_gauche p.texte {
  font-size: 3vh;
  font-family: "archivo", sans-serif;
  color: #333c4d;
  line-height: 1.2;
  margin: 6vh 0 0 0;
}

.page-bande-annonce #zone_droite {
  position: absolute;
  width: calc(50% - 10vh);
  height: 90vh;
  right: 5vh;
  bottom: 5vh;
}

.page-bande-annonce #zone_droite #zone_image {
  height: 100%;
  width: 73vh;
  margin: auto;
  background: url("/img/visuel_luge.jpg") no-repeat top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#flammes, .flammes, #luge, #mouvement_luge {
  position: absolute;
  width: 100%;
  left: 0;
}

#mouvement_luge {
  animation: mouvement_luge 0.2s infinite linear normal;
}

#flammes {
  transform-origin: 60% 27%;
  animation: flammes 1.2s infinite linear normal;
}

#flammes1 {
  animation: flammes1 0.5s infinite linear normal;
}

#flammes2 {
  animation: flammes2 0.5s infinite linear normal;
}

#flammes3 {
  animation: flammes3 0.5s infinite linear normal;
}

#flammes4 {
  position: relative;
  animation: flammes4 0.5s infinite linear normal;
}

@keyframes luge {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes mouvement_luge {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes flammes {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes flammes1 {
  0%, 25% {
    opacity: 1;
  }
  25.01%, 100% {
    opacity: 0;
  }
}

@keyframes flammes3 {
  0%, 25% {
    opacity: 0;
  }
  25.01%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}

@keyframes flammes2 {
  0%, 50% {
    opacity: 0;
  }
  50.01%, 75% {
    opacity: 1;
  }
  75.01%, 100% {
    opacity: 0;
  }
}

@keyframes flammes4 {
  0%, 75% {
    opacity: 0;
  }
  75.01%, 100% {
    opacity: 1;
  }
}

.table-centrage {
  display: table;
  width: 100%;
  height: 100%;
}

.table-centrage .cell-centrage {
  display: table-cell;
  vertical-align: middle;
}

#zone_formulaire_vip {
  background: #f9e417;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

#zone_formulaire_vip.visible {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s 0.3s;
}

#zone_formulaire_vip .table-centrage {
  height: 70%;
}

#zone_formulaire_vip .picto_vip {
  width: 25%;
  height: auto;
  margin-top: 10%;
  position: relative;
}

#zone_formulaire_vip .texte_gamin {
  font-family: "ptf_nordic_stdnormal", sans-serif;
  font-size: 3vh;
  margin-top: 0%;
}

#zone_formulaire_vip .boutons {
  text-align: center;
  margin-top: 0;
}

#zone_formulaire_vip .boutons input, #zone_formulaire_vip .boutons button {
  font-size: 2vh;
  line-height: 2.7vh;
  height: auto;
  padding: 0.7vh 1.5vh;
}

#zone_formulaire_vip .boutons .bouton-valider {
  background-color: #e90543;
  border-color: #e90543;
}

#zone_formulaire_vip .boutons .bouton-annuler {
  color: #1ac6fe;
  border-color: #1ac6fe;
}

#zone_formulaire_vip .error {
  color: #e90543;
  font-size: 1.7vh;
  font-weight: bold;
  line-height: 2vh;
  font-family: "archivo", sans-serif;
  margin: 0;
  padding: 0 10px;
  height: 10px;
  min-height: 6vh;
}

#zone_formulaire_vip .error .table-centrage {
  height: 6vh;
}

#zone_formulaire_vip #erreur_password_vip {
  margin: 0 auto;
}

#zone_formulaire_vip #password_vip {
  width: 50%;
  font-size: 2.2vh;
  line-height: 2.2vh;
  padding: 0.7vh;
  font-family: "archivo", sans-serif;
  text-transform: uppercase;
  background: #ffffff;
  border: 1px solid #b1bbce;
}

#zone_formulaire_vip #close-modal-vip {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 8vh;
  height: 8vh;
  cursor: pointer;
  background: url(/img/cross.svg) no-repeat center center;
  background-size: 5vh 5vh;
}

#zone_decompte {
  width: 100%;
  font-family: "gobold", sans-serif;
  margin: 6vh 0 0 0;
}

#zone_decompte > div {
  display: inline-block;
  margin: 0 2.5vh;
}

#zone_decompte #zone_lozange_jour {
  color: #333c4d;
}

#zone_decompte #zone_lozange_heure {
  color: #e50745;
}

#zone_decompte #zone_lozange_minute {
  color: #3fc0f0;
}

#zone_decompte #zone_lozange_seconde {
  color: #f9e417;
}

#zone_decompte .nombre {
  width: 100%;
  font-size: 6vh;
  font-weight: bold;
}

#zone_decompte .texte {
  width: 100%;
  font-size: 1.5vh;
  font-weight: bold;
}

.bouton-bande-annonce {
  font-size: 2.5vh;
  display: inline-block;
  padding: 1.5vh 3vh;
  overflow: hidden;
  margin-top: 6vh;
  margin-bottom: 10px;
  box-shadow: 1vh 1vh 0px 0px #f9e417;
  position: relative;
  transition: all 0.3s;
  top: 0vh;
  left: 0vh;
}

.bouton-bande-annonce:hover {
  top: 1vh;
  left: 1vh;
  box-shadow: 0vh 0vh 0px 0px #f9e417;
}

.bouton-bande-annonce img {
  position: relative;
  top: 0.4vh;
  left: 0.4vh;
  height: 2.5vh;
  width: auto;
}

#video_bande_annonce {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

#bouton-acces-vip {
  background: #f9e417;
  width: 20vh;
  height: 20vh;
  border-radius: 10vh;
  transition: transform 0.3s 0.3s;
}

#bouton-acces-vip img {
  width: 60%;
  height: auto;
  margin-top: 24%;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.05s 0.6s;
}

#bouton-acces-vip.ouvert {
  transform: scale(8);
  transition: transform 0.3s;
}

#bouton-acces-vip.ouvert img {
  opacity: 0;
  transition: opacity 0.05s;
}

#bouton-acces-vip-mobile {
  display: none;
  background: #f9e417;
  width: 27%;
  height: 27%;
  left: 36%;
  border-radius: 14vh;
  position: absolute;
  top: -14.5vw;
  cursor: pointer;
}

#bouton-acces-vip-mobile img {
  width: 50%;
  height: auto;
  margin-top: 8%;
}

.container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.container .button {
  cursor: pointer;
}

.container .button:hover {
  transition: color 0.3s ease;
  color: #1217FF;
}

#cursor {
  position: absolute;
  top: calc(-75px / 2);
  left: calc(-75px / 2);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transform-origin: center;
}

#cursor::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: transparent;
  opacity: 1;
  transform-origin: 50% 50%;
  transform: scale(0.2);
  transition: all 0.3s ease;
  z-index: -2;
}

#cursor[data-hover="scale"]::after {
  background-color: transparent;
  transform: scale(1);
  opacity: 0.4;
}

#cursor[data-hover="outline"]::after {
  background-color: transparent;
  border: 6px solid #f9e417;
}

#cursor[data-hover="fadeout"]::after {
  transform: scale(0);
}

@media screen and (max-aspect-ratio: 1558 / 938) {
  .page-bande-annonce #zone_droite #zone_image {
    height: 54vw;
    width: 100%;
    top: calc(50% - 27vw);
  }
  .page-bande-annonce #zone_gauche #logo {
    height: auto;
    width: 12vw;
  }
  .page-bande-annonce #zone_gauche h1 {
    font-size: 2.4vw;
    margin-top: 4.2vw;
  }
  .page-bande-annonce #zone_gauche p.texte {
    font-size: 1.8vw;
    margin-top: 3.8vw;
  }
  #zone_decompte {
    margin-top: 3.8vw;
  }
  #zone_decompte > div {
    margin: 0 1.5vw;
  }
  #zone_decompte .nombre {
    font-size: 3.6vw;
  }
  #zone_decompte .texte {
    font-size: 0.9vw;
  }
  .bouton-bande-annonce {
    margin-top: 3.8vw;
    font-size: 1.5vw;
    padding: 1vw 2vw;
  }
  .bouton-bande-annonce img {
    top: 0.25vw;
    left: 0.25vw;
    height: 1.5vw;
  }
  #bouton-acces-vip {
    width: 10vw;
    height: 10vw;
    border-radius: 5vw;
  }
}

@media screen and (max-aspect-ratio: 1558 / 938) and (min-aspect-ratio: 801 / 938) {
  #zone_formulaire_vip .texte_gamin {
    font-size: 1.8vw;
  }
  #zone_formulaire_vip #password_vip {
    font-size: 1.3vw;
    line-height: 1.8vw;
  }
  #zone_formulaire_vip .error {
    font-size: 1vw;
    line-height: 1.7vw;
    min-height: 3.5vw;
  }
  #zone_formulaire_vip .boutons input, #zone_formulaire_vip .boutons button {
    font-size: 1.2vw;
    line-height: 1.6vw;
    padding: 0.4vw 0.9vw;
  }
}

@media screen and (max-aspect-ratio: 800 / 938) {
  .page-bande-annonce #zone_gauche {
    width: 100%;
    height: 60vh;
  }
  .page-bande-annonce #zone_droite {
    width: 80%;
    height: auto;
    bottom: 0;
    right: 10%;
  }
  .page-bande-annonce #zone_droite #zone_image {
    height: 40vh;
    max-height: 98vw;
    top: calc(50% - 27vw);
  }
  #zone_formulaire_vip {
    position: fixed;
    left: 0;
    opacity: 1;
    pointer-events: all;
    top: 100%;
    transition: top 0.4s;
  }
  #zone_formulaire_vip.visible {
    top: 0%;
    transition: top 0.4s;
  }
  #trait_jaune_bas {
    background: #f9e417;
    width: 100%;
    height: 1vw;
    position: absolute;
    bottom: 0%;
  }
  #bouton-acces-vip-mobile {
    display: block;
  }
  #bouton-acces-vip {
    display: none;
  }
  #cursor::after {
    border: 2px solid transparent;
    background-color: transparent;
  }
}

@media screen and (max-aspect-ratio: 800 / 938) {
  .page-bande-annonce #zone_gauche #logo {
    height: auto;
    width: 24%;
  }
  .page-bande-annonce #zone_gauche h1 {
    font-size: 4.8vw;
    margin-top: 8.4%;
  }
  .page-bande-annonce #zone_gauche p.texte {
    font-size: 3.6vw;
    margin-top: 7.6%;
  }
  #zone_decompte {
    margin-top: 7.2%;
  }
  #zone_decompte > div {
    margin: 0 3%;
  }
  #zone_decompte .nombre {
    font-size: 7.2vw;
  }
  #zone_decompte .texte {
    font-size: 1.8vw;
  }
  .bouton-bande-annonce {
    font-size: 3vw;
    padding: 2% 4%;
    margin-top: 7.2%;
  }
  .bouton-bande-annonce img {
    top: 0.5vw;
    left: 0.5vw;
    height: 3vw;
  }
}

@media screen and (max-aspect-ratio: 800 / 938) and (min-aspect-ratio: 551 / 938) {
  .page-bande-annonce #zone_gauche .table-centrage {
    width: 74%;
    margin-left: 13%;
  }
}

@media screen and (max-aspect-ratio: 550 / 938) {
  .page-bande-annonce #zone_gauche #logo {
    height: auto;
    width: 24vw;
  }
  .page-bande-annonce #zone_gauche h1 {
    font-size: 6vw;
    margin-top: 8.4vw;
  }
  .page-bande-annonce #zone_gauche p.texte {
    font-size: 4.4vw;
    margin-top: 7.6vw;
  }
  #zone_decompte {
    margin-top: 7.2vw;
  }
  #zone_decompte > div {
    margin: 0 3vw;
  }
  #zone_decompte .nombre {
    font-size: 15vw;
  }
  #zone_decompte .texte {
    font-size: 4vw;
  }
  .bouton-bande-annonce {
    font-size: 5vw;
    padding: 3vw 0vw;
    margin-top: 7.2vw;
    width: 80%;
  }
  .bouton-bande-annonce img {
    top: 0.5vw;
    left: 0.5vw;
    height: 4.5vw;
  }
}

.page-erreur {
  background-color: #ffffff;
  min-height: 100vh;
  height: 100%;
}

#page404 {
  padding: 80px 0px 10px 0px;
  min-height: calc(100vh - 80px);
}

#header {
  min-height: 48px;
  background-color: #333c4d;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

#header_homepage {
  min-height: 48px;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 50;
  transition: box-shadow 0.2s;
}

#header_homepage.top {
  position: absolute;
  margin-top: 12px;
  box-shadow: 0px 0px 0px 0px transparent;
}

@media screen and (min-width: 400px) {
  #header_homepage.top #logo_asap {
    height: 53px;
    width: 100px;
    margin-top: 0px;
  }
}

.page-public-share #header_homepage, .page-recherche #header_homepage, .page-mentions-legales #header_homepage {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0px;
}

.page-public-share #header_homepage #logo_asap, .page-recherche #header_homepage #logo_asap, .page-mentions-legales #header_homepage #logo_asap {
  margin-top: 8px;
  width: 60px;
  height: 32px;
}

.page-public-share #header_homepage.top, .page-recherche #header_homepage.top, .page-mentions-legales #header_homepage.top {
  margin-top: 0px;
}

#header-content {
  max-width: 1280px;
  margin: auto;
  position: relative;
  text-align: center;
  padding: 0 10px;
}

#header-content.header-large {
  max-width: 100%;
}

#logo_asap {
  margin: 8px 25px 0 20px;
  position: absolute;
  left: 0px;
  transition: all 0.2s;
}

.check-items {
  text-align: center;
  color: #9cabc4;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  line-height: 48px;
}

.check-items .checkbox-header {
  margin-right: 45px;
}

.check-items .checkbox-header:before {
  content: " ";
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0px 5px;
  background: url("../img/picto_todo.png") no-repeat;
}

.check-items .checkbox-header.checked {
  color: #1ac6fe;
}

.check-items .checkbox-header.checked:before {
  background: url("../img/picto_done.png") no-repeat;
}

.check-items .checkbox-header:last-child {
  margin-right: 0px;
}

.zone_bouton_publier {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 190px;
  height: 100%;
}

.zone_bouton_publier .bouton_publier {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #1ac6fe;
  color: #ffffff;
  font-size: 16px;
  font-family: "archivo", sans-serif;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
}

.zone_bouton_publier .bouton_publier:disabled {
  color: #2a3141;
  background-color: #3c485c;
  cursor: default;
}

@media screen and (max-width: 1000px) and (min-width: 800px) {
  .check-items {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  .check-items, .zone_bouton_publier {
    display: none;
  }
  #logo_asap {
    margin-left: auto;
    position: relative;
  }
  .backoffice_navigation {
    margin-left: 0px;
  }
}

.backoffice_navigation {
  text-align: left;
}

.backoffice_navigation a {
  display: inline-block;
  box-sizing: border-box;
  color: #9cabc4;
  height: 48px;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  line-height: 48px;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  padding: 0 25px;
}

.backoffice_navigation a:hover {
  color: #ffffff;
}

.backoffice_navigation a.current {
  color: #1ac6fe;
  border-color: #1ac6fe;
}

.backoffice_navigation a.current span.compteur {
  background-color: #1ac6fe;
}

.backoffice_navigation a span.compteur {
  border-radius: 20px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 14px;
  color: #333c4d;
  background-color: #9cabc4;
  margin: 0 0 0 8px;
  display: inline-block;
  text-align: center;
  min-width: 18px;
}

@media screen and (min-width: 800px) {
  .backoffice_navigation {
    margin-left: 105px;
  }
}

.zone_deconnexion {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 190px;
  height: 48px;
}

.zone_deconnexion a {
  color: #9cabc4;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  line-height: 48px;
  text-decoration: none;
}

.zone_deconnexion a:hover {
  color: #ffffff;
}

@media screen and (max-width: 500px) {
  .zone_deconnexion {
    width: 110px;
  }
}

.zone_logo {
  float: left;
  width: 220px;
  height: 48px;
}

.boutons_partage_header {
  float: left;
  width: calc(100% - 440px);
  height: 48px;
  padding-top: 8px;
}

.bouton-partage {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 2px solid #333c4d;
  box-sizing: border-box;
  margin: 0px 6px;
}

.bouton-partage .bouton-icone {
  width: 28px;
  height: 28px;
  background-size: 18px 18px;
}

.bouton-partage:hover {
  color: #e90543;
  border: 2px solid #e90543;
}

.zone_bouton_creer_carte {
  float: left;
  width: 220px;
  height: 48px;
}

@media screen and (max-width: 800px) {
  .zone_logo {
    width: 70px;
  }
  .boutons_partage_header {
    width: calc(100% - 290px);
  }
  .bouton-desktop {
    display: none;
  }
  #header_homepage #header-content {
    padding: 0 0 0 10px;
  }
}

@media screen and (max-width: 500px) {
  .boutons_partage_header {
    width: calc(100% - 170px);
  }
  .zone_bouton_creer_carte {
    width: 100px;
  }
  .zone_bouton_creer_carte .bouton_creer_carte {
    width: 100px;
    line-height: 19px;
    font-size: 14px;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 300px) {
  .bouton-partage {
    margin: 0px;
  }
}

#footer {
  text-align: center;
  margin: 10px 10px 25px 10px;
}

#footer a {
  color: #333c4d;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  text-decoration: none;
  margin: 0 10px;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a.bouton-partage {
  margin: 5px;
}

#footer .boutons-reseaux-sociaux {
  display: inline-block;
}

#info-flash {
  background-color: #1ac6fe;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  padding: 10px 40px;
  display: none;
}

#info-flash .close {
  background: url(/img/cross_blanc.svg) no-repeat center center;
  border-color: #ffffff;
}

#info-flash #message-info-flash {
  color: #ffffff;
  text-align: center;
  font-family: "archivo", sans-serif;
  font-size: 16px;
  width: calc(100% - 50px);
  float: left;
  margin: 5px 0 0 0;
}

input[type=range] {
  -webkit-appearance: none;
  width: 206px;
  margin: 0 8px;
  padding: 0;
  height: 27px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #9cabc4;
  position: relative;
  top: 0px;
}

input[type=range]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 7px;
  background: #9cabc4;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #9cabc4;
  border-radius: 25px;
  border: 0px solid #9cabc4;
}

input[type=range]::-moz-range-thumb {
  border: 0px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 7px;
  background: #9cabc4;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #9cabc4;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #9cabc4;
}

input[type=range]::-ms-fill-upper {
  background: #9cabc4;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #9cabc4;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #9cabc4;
  border: 0px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 7px;
  background: #9cabc4;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #9cabc4;
}

input[type=range]:focus::-ms-fill-upper {
  background: #9cabc4;
}

input[type=range]::-ms-tooltip {
  display: none;
}

form .has-error {
  color: #e90543;
  margin: 0 0 5px 0;
  font-size: 12px;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(42, 49, 65, 0.8);
  z-index: 100;
  overflow: auto;
}

.modal .modal-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}

.modal .modal-table .modal-dialog {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}

.modal .modal-table .modal-dialog .modal-content {
  background-color: #ffffff;
  padding: 30px 50px;
  width: 90%;
  max-width: 500px;
  margin: auto;
  position: relative;
  color: #333c4d;
  font-family: "archivo", sans-serif;
  font-size: 16px;
}

.modal .modal-table .modal-dialog .modal-content .modal-header h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  line-height: 30px;
}

.modal .modal-table .modal-dialog .modal-content .modal-header .logo_asap {
  float: left;
}

.modal .modal-table .modal-dialog .modal-content .modal-body {
  display: table;
  width: 100%;
  height: calc(100% - 110px);
}

.modal .modal-table .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 5px;
}

.modal .modal-table .modal-dialog .modal-content .modal-body .form-group label {
  width: 120px;
  display: inline-block;
}

.modal .modal-table .modal-dialog .modal-content .modal-body .form-group input {
  border: 1px solid #b1bbce;
  width: calc(100% - 124px);
  outline: none;
}

.modal .modal-table .modal-dialog .modal-content .modal-body .modal-conteneur-body {
  display: table-cell;
  vertical-align: middle;
}

.modal .modal-table .modal-dialog .modal-content .boutons .bouton-valider {
  margin-top: 12px;
}

.modal-large .modal-table .modal-dialog .modal-content {
  padding: 20px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100vh;
}

.wrapper {
  position: relative;
  top: 0vh;
  margin-bottom: 0;
  transition: all 0.5s;
}

.wrapper.descendre {
  top: 100vh;
}

.wrapper.monter {
  top: -100vh;
  margin-bottom: 100vh;
}

#modalAPropos1 {
  top: -100vh;
}

#modalAPropos2 {
  top: 100vh;
}

#modalAPropos1, #modalAPropos2 {
  display: block;
  transition: all 0.5s;
}

#modalAPropos1.visible, #modalAPropos2.visible {
  top: 0vh;
}

#modalAPropos1 .modal-table .modal-dialog .modal-content, #modalAPropos2 .modal-table .modal-dialog .modal-content {
  text-align: center;
}

#modalAPropos1 .modal-table .modal-dialog .modal-content p, #modalAPropos2 .modal-table .modal-dialog .modal-content p {
  max-width: 550px;
  margin: 0px auto 40px auto;
  font-size: 20px;
  color: #4f5f7b;
}

#modalAPropos1 .modal-table .modal-dialog .modal-content p:last-child, #modalAPropos2 .modal-table .modal-dialog .modal-content p:last-child {
  margin-bottom: 0px;
}

#modalRecherche {
  top: -100vh;
  transition: top 0.5s;
  display: block;
}

#modalRecherche.visible {
  top: 0vh;
}

#modalRecherche .modal-table .modal-dialog .modal-content p {
  max-width: 460px;
  margin: 0px auto 40px auto;
  font-size: 20px;
  color: #4f5f7b;
}

#modalRecherche .modal-table .modal-dialog .modal-content p:last-child {
  margin-bottom: 0px;
}

#modalRecherche .modal-table .modal-dialog .modal-content form {
  text-align: center;
}

#modalRecherche .modal-table .modal-dialog .modal-content form input[type="text"] {
  width: 100%;
  line-height: 48px;
  border: 1px solid #b1bbce;
  outline: none;
  padding: 0 10px;
  color: #4f5f7b;
}

#modalRecherche .modal-table .modal-dialog .modal-content form input[type="text"]::placeholder {
  font-size: 16px;
  color: #6a707b;
}

#modalRecherche .modal-table .modal-dialog .modal-content form input[type="submit"],
#modalRecherche .modal-table .modal-dialog .modal-content form button[type="submit"] {
  padding: 12px 50px;
}

#modalKonami .modal-table .modal-dialog .modal-content {
  text-align: center;
  border-radius: 20px;
  padding: 10px 10px;
}

#modalKonami .modal-table .modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 2px solid #ffffff;
  background-image: url(/img/cross_blanc.svg);
}

#modalKonami #konami-carte {
  max-width: 100%;
  margin: auto;
}

#modalSignalCarte .info-signal {
  font-size: 18px;
  color: #4f5f7b;
}

#modalBandeAnnonce .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 2px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/img/cross_blanc.svg);
  z-index: 2;
}

@media screen and (min-height: 600px) {
  #modalAPropos .modal-table .modal-dialog .modal-content .modal-body {
    margin-top: calc(50vh - 370px);
  }
}

.close {
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #333c4d;
  cursor: pointer;
  background: url("/img/cross.svg") no-repeat center center;
  background-size: 25px 25px;
  transition: transform 0.2s;
}

.close:hover {
  background-image: url("/img/cross_rouge.svg");
  border: 2px solid #e90543;
  transform: rotate(-90deg);
}

@media screen and (max-width: 500px) {
  .modal .modal-table .modal-dialog .modal-content .modal-body .form-group input {
    width: 100%;
  }
}

.cookie-banner {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #3fc0f0;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  z-index: 100;
}

.cookie-banner.active {
  display: block;
}

.cookie-banner-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: table;
}

.cookie-banner-text {
  display: table-cell;
  vertical-align: middle;
  max-width: 500px;
  width: 56%;
  padding: 0px 5px;
}

.cookie-banner-button {
  display: table-cell;
  vertical-align: middle;
  width: 44%;
  padding: 0px 5px;
}

.cookie-banner button {
  font-size: 11px;
  background: none;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  padding: 0;
  cursor: pointer;
  width: 180px;
  text-align: center;
  padding: 10px;
}

.cookie-banner button + button {
  margin-left: 10px;
}

.cookie-banner button#confirm-button {
  background: #fff;
  color: #3fc0f0;
}

@media only screen and (max-width: 900px) {
  .cookie-banner-text {
    width: 44%;
  }
  .cookie-banner-button {
    width: 56%;
  }
}

@media only screen and (max-width: 768px) {
  .cookie-banner-text, .cookie-banner-button {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .cookie-banner-button {
    margin-top: 5px;
    text-align: center;
  }
  .cookie-banner-button button {
    margin: 0px 5px 5px !important;
  }
}

.cookie-inform-and-ask {
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.cookie-inform-and-ask.active {
  display: block;
}

.cookie-inform-and-ask .cookie-dialog {
  position: absolute;
  min-width: 300px;
  background-color: #ffffff;
  padding: 20px !important;
  color: #333c4d;
}

@media only screen and (max-width: 640px) {
  .cookie-inform-and-ask .cookie-dialog {
    width: 300px !important;
    left: 50%;
    margin-left: -150px !important;
  }
}

.cookie-inform-and-ask .cookie-dialog h1 {
  font-family: "archivo", sans-serif;
  margin: 0 0 20px 0;
}

.cookie-inform-and-ask .cookie-dialog p {
  font-size: 14px;
  margin: 0 0 20px 0;
}

.cookie-inform-and-ask .cookie-dialog button {
  background: none;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 8px 20px;
  cursor: pointer;
}

.cookie-inform-and-ask .cookie-dialog button + button {
  margin-left: 10px;
}

.cookie-inform-and-ask .cookie-dialog .btn-cancel {
  background-color: #e50745;
}

.cookie-inform-and-ask .cookie-dialog .btn-confirm {
  background-color: #3fc0f0;
}

.cookie-inform-and-ask .cookie-dialog .text-right {
  text-align: right;
}
