@charset "UTF-8";
/* ================================
 * Authors: Bastien Heynderickx <bastien@atypic.be> & Jérôme De Boysère <jerome@atypic.be>
 * Agency: ATYPIC / APIK
 * ================================ */
/* ================================
 * Authors: Bastien Heynderickx <bastien@atypic.be> & Jérôme De Boysère <jerome@atypic.be>
 * Agency: ATYPIC / APIK
 * ================================ */
/* ------------------------------------------------
 * 1.  Colors
 --------------------------------------------------*/
/* ------------------------------------------------
 * 2. Font stacks
 --------------------------------------------------*/
/*@font-face {
	font-family: 'Rockwell Std';
	src: url('../fonts/RockwellStd-ExtraBold.eot');
	src: url('../fonts/RockwellStd-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/RockwellStd-ExtraBold.woff') format('woff'),
	url('../fonts/RockwellStd-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}*/
/* ------------------------------------------------
 * 3.  Font sizes
 --------------------------------------------------*/
/* ------------------------------------------------
 * 4.  Border
 --------------------------------------------------*/
/* ------------------------------------------------
  *  5. Definition of Breakpoints for Media Queries
  --------------------------------------------------*/
/* ------------------------------------------------
 * 6.  Animations
 --------------------------------------------------*/
/* ------------------------------------------------
 * 6.  Font weight
 --------------------------------------------------*/
/* ==========================================================================
   @mixins
   ========================================================================== */
/*
 * Documentation about mixin with SASS:  http://sass-lang.com/documentation/file.SASS_REFERENCE.html#mixins
 *
 * ------------------------------------------------------
 * Table of Contents
 * ------------------------------------------------------
 *
 * 1. Mixins Global
 *    1.1.  Vertical Or/And Horizontal align for element
 *    1.2. Pour gérer les background CSS avec image Rétina/HD
 *    1.3. Font-Face code generator
 *
 * 2. Mixins for Media Queries
 *    2.1. Media Queries "min-width" [at-least($device-width)]
 *    2.2. Media Queries "max-width" [until($device-width)]
 *    2.3. Media Queries "max-width" and "min-width" [for-device($device)]
 *
 * 3. Mixins for Print
 *    3.1. Media Queries for Print [print($value)]
 *    3.2. Shortcut for hidde Element only for Print [no-print]
 *
 * 4. Mixins for Animation
 *    4.1. Keyframes
 *
 */
/* -------------------------------------------------------------
 * 1.1. Vertical Or/And Horizontal align for element
 ---------------------------------------------------------------*/
/* -------------------------------------------------------------
 * 1.2. Pour gérer les background CSS avec image Rétina/HD
 ---------------------------------------------------------------*/
/* -------------------------------------------------------------
 * 1.3. Font-Face code generator
 ---------------------------------------------------------------*/
/*
 * -------------------------------------------
 * Example the code that we use:
 * -------------------------------------------

   @include font-face-load('MyFont',
       'my-font.woff',
       'my-font.ttf',
       'my-font.svg',
       'my-font.eot',
      normal, normal
   );

 ---------------------------------------------
 */
/* -------------------------------------------------------------
 * 2.1. Media Queries "min-width" [at-least($device-width)]
 ---------------------------------------------------------------*/
/* -------------------------------------------------------------
 * 2.2. Media Queries "max-width" [until($device-width)]
 ---------------------------------------------------------------*/
/* -------------------------------------------------------------
 * 2.3. Media Queries "max-width" and "min-width"
 ---------------------------------------------------------------*/
/* -------------------------------------------------------------
 * 3.1. Media Queries for Print [print($value)]
 ---------------------------------------------------------------*/
/* -------------------------------------------------------------
 * 3.2. Shortcut for hidde Element only for Print [no-print]
 ---------------------------------------------------------------*/
/* -------------------------------------------------------------
 * 4.1. Keyframes
 ---------------------------------------------------------------*/
/* -------------------------------------------------------------
 * 4.2. Single-Animation
 ---------------------------------------------------------------*/
/* ================================ */
/* Utilities
/* ================================ */
/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
/* Constant ratio
 ========================================================================== */
/* ================================ */
/* CONTAINERS
/* ================================ */
.atp-container, .atp-container-400, .atp-container-600, .atp-container-700, .atp-container-800, .atp-container-960, .atp-container-1024, .atp-container-1170, .atp-container-1200, .atp-container-1400, .atp-container-1600, .atp-container-1920 {
  padding-left: 10px;
  padding-right: 10px;
}

.atp-container-1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.atp-container-1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.atp-container-1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.atp-container-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.atp-container-1170 {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.atp-container-1024 {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.atp-container-960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.atp-container-800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.atp-container-700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.atp-container-600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.atp-container-400 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/* ================================ */
/* Background Colors
/* ================================ */
.bg-green {
  background-color: #1a1a1a;
  color: #ffffff;
}

.bg-blue {
  background-color: #ed1c24;
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
  color: #1a1a1a;
}

.bg-gray {
  background-color: #bcbcbc;
}

/* ================================ */
/* Font Size
/* ================================ */
.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

/* ================================ */
/* Text color
/* ================================ */
.c-text-green {
  color: #ed1c24 !important;
}

.c-text-blue {
  color: #1a1a1a !important;
}

.c-text-white {
  color: #ffffff !important;
}

/* ================================ */
/* CONTAINERS
/* ================================ */
body.atp-cms-pimcore .pimcore_tag_link_text, body.atp-cms-pimcore .pimcore_tag_image, body.atp-cms-pimcore div.pimcore_tag_image_empty {
  padding: 5px 10px;
  border: 2px dashed #888 !important;
  background-color: #e0e0e0 !important;
}

.pimcore_block_buttons,
.x-btn-wrap {
  height: -webkit-fit-content !important;
  height: fit-content !important;
  height: -moz-fit-content !important;
}

body {
  background-color: #ffffff;
}

body,
input,
textarea,
select,
button {
  color: #1a1a1a;
  font-size: 16px;
  font-family: "Lato", Arial, sans-serif;
  background-color: transparent;
  border: none;
}
body:hover, body:focus, body:active,
input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active,
button:hover,
button:focus,
button:active {
  outline: none;
}

button {
  padding-top: 0;
  cursor: pointer;
}

a {
  color: #ed1c24;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:hover {
  color: #ed1c24;
  text-decoration: none;
}

[data-apk-href]:hover {
  cursor: pointer;
}

main#main {
  margin: 0 50px;
  min-height: calc(100vh - 570px);
}
main#main::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

footer {
  padding: 40px 50px;
}

@media only screen and (max-width: 639px) {
  main#main {
    margin: 0 20px;
  }
  footer {
    padding: 40px 20px;
  }
}
.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

/* ===== Titres ===== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  font-family: "Lato", Arial, sans-serif;
}

h1, .h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 15px;
}

h5, .h5 {
  font-size: 2.2rem;
}

h6, .h6 {
  font-size: 1.9rem;
}

.h-small-uppercase {
  font-size: 17px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
}

.h-small-uppercase-white {
  font-size: 18px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}

.h-small-lowcase-grey-medium {
  font-size: 20px;
  font-weight: 700;
  color: #5f5f5f;
}

.h-small-lowcase-grey-light {
  font-size: 20px;
  font-weight: 700;
  color: #bcbcbc;
}

.h-small-lowcase-red {
  font-size: 17px;
  font-weight: 700;
  color: #ed1c24;
}

.h-small-lowcase-white {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.h-big-lowcase-grey {
  font-size: 30px;
  font-weight: 300;
  color: #1a1a1a;
  opacity: 0.6;
  letter-spacing: 0.7px;
}

.h-big-lowcase-black {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.7px;
}

.h-big-lowcase-white {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.6;
  letter-spacing: 0.7px;
}

.h-bold {
  font-weight: 700;
}

* + .uk-h1, * + .uk-h2, * + .uk-h3, * + .uk-h4, * + .uk-h5, * + .uk-h6, * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 25px;
}

.f-special {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}

@media only screen and (max-width: 639px) {
  h1, .h1 {
    font-size: 2rem;
  }
  .h-big-lowcase {
    font-size: 25px;
  }
}
.uk-section {
  padding: 30px 0;
}

[uk-tooltip] {
  padding-bottom: 2px;
  border-bottom: 1px dotted red;
}

form [uk-tooltip] {
  border-bottom: 0px;
}

.uk-label {
  background: none;
  color: #1a1a1a;
}

.uk-checkbox:checked:not(:disabled), .uk-checkbox:indeterminate:not(:disabled), .uk-radio:checked:not(:disabled) {
  background-color: #ed1c24 !important;
}

em {
  color: inherit;
}

textarea,
input.text,
input[type=text],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
  appearance: none;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.txt-red {
  color: #ed1c24;
}

.apk-text-subscribe {
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 5px;
}

.apk-button-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.apk-button-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.apk-button-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ed1c24;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.apk-button-toggle .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 5px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.apk-button-toggle input:checked + .slider {
  background-color: #ed1c24;
}

.apk-button-toggle input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #ed1c24;
          box-shadow: 0 0 1px #ed1c24;
}

.apk-button-toggle input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.apk-button-toggle .slider.round {
  border-radius: 34px;
}

.apk-button-toggle .slider.round:before {
  border-radius: 50%;
}

.atp-btn-gray, .atp-btn-header-basic-style, .atp-btn-header-new-style, .atp-btn-quaternary, .atp-btn-secondary, .section-questions .section-questions-container input[type=radio] + span, .atp-btn-primary, .section-questions .section-questions-container input[type=radio]:checked + span,
.uk-button.uk-button-primary, .btn-delete, input[type=submit].btn-cta,
.btn-cta, input[type=submit].btn-action,
.btn-action, button[type=submit] {
  position: relative;
  /*overflow: hidden;*/
  display: inline-block;
  height: 43px;
  line-height: 43px;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 5px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  padding-right: 20px;
  padding-left: 20px;
}
.atp-btn-gray:hover, .atp-btn-header-basic-style:hover, .atp-btn-header-new-style:hover, .atp-btn-quaternary:hover, .atp-btn-secondary:hover, .section-questions .section-questions-container input[type=radio] + span:hover, .atp-btn-primary:hover,
.uk-button.uk-button-primary:hover, .btn-delete:hover, input[type=submit].btn-cta:hover,
.btn-cta:hover, input[type=submit].btn-action:hover,
.btn-action:hover, button[type=submit]:hover {
  background-color: #ed1c24 !important;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ed1c24;
}
.btn-small.atp-btn-gray, .btn-small.atp-btn-header-basic-style, .btn-small.atp-btn-header-new-style, .btn-small.atp-btn-quaternary, .btn-small.atp-btn-secondary, .section-questions .section-questions-container input[type=radio] + span.btn-small, .btn-small.atp-btn-primary,
.btn-small.uk-button.uk-button-primary, .btn-small.btn-delete, input.btn-small[type=submit].btn-cta,
.btn-small.btn-cta, input.btn-small[type=submit].btn-action,
.btn-small.btn-action, button[type=submit].btn-small {
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: normal;
}
.btn-big.atp-btn-gray, .btn-big.atp-btn-header-basic-style, .btn-big.atp-btn-header-new-style, .btn-big.atp-btn-quaternary, .btn-big.atp-btn-secondary, .section-questions .section-questions-container input[type=radio] + span.btn-big, .btn-big.atp-btn-primary,
.btn-big.uk-button.uk-button-primary, .btn-big.btn-delete, input.btn-big[type=submit].btn-cta,
.btn-big.btn-cta, input.btn-big[type=submit].btn-action,
.btn-big.btn-action, button[type=submit].btn-big {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.has-icon.atp-btn-gray, .has-icon.atp-btn-header-basic-style, .has-icon.atp-btn-header-new-style, .has-icon.atp-btn-quaternary, .has-icon.atp-btn-secondary, .section-questions .section-questions-container input[type=radio] + span.has-icon, .has-icon.atp-btn-primary,
.has-icon.uk-button.uk-button-primary, .has-icon.btn-delete, input.has-icon[type=submit].btn-cta,
.has-icon.btn-cta, input.has-icon[type=submit].btn-action,
.has-icon.btn-action, button[type=submit].has-icon {
  font-family: "FontAwesome";
}
.atp-disabled-button.atp-btn-gray, .atp-disabled-button.atp-btn-header-basic-style, .atp-disabled-button.atp-btn-header-new-style, .atp-disabled-button.atp-btn-quaternary, .atp-disabled-button.atp-btn-secondary, .section-questions .section-questions-container input[type=radio] + span.atp-disabled-button, .atp-disabled-button.atp-btn-primary,
.atp-disabled-button.uk-button.uk-button-primary, .atp-disabled-button.btn-delete, input.atp-disabled-button[type=submit].btn-cta,
.atp-disabled-button.btn-cta, input.atp-disabled-button[type=submit].btn-action,
.atp-disabled-button.btn-action, button[type=submit].atp-disabled-button {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type=submit].btn-action,
.btn-action, button[type=submit] {
  background-color: #ed1c24;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
input[type=submit].btn-action:disabled,
.btn-action:disabled, button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=submit].btn-action:hover,
.btn-action:hover, button[type=submit]:hover {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ed1c24;
}

input[type=submit].btn-cta,
.btn-cta {
  background-color: #ed1c24;
  color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
input[type=submit].btn-cta:hover,
.btn-cta:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn-delete {
  background-color: #ed1c24;
  color: #ffffff !important;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  cursor: pointer;
}
.btn-delete:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn-link {
  background: none transparent;
  border: 0 none;
  cursor: pointer;
}

.btn-close {
  background: none transparent;
  border: 0 none;
  cursor: pointer;
  font-size: 28px;
}

.btn-mobile-sidebar {
  display: inline-block;
  float: right;
  height: 100%;
  line-height: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  border: 0 none;
  padding: 0 25px;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
  color: #ed1c24;
}
.btn-mobile-sidebar i {
  display: block;
  font-size: 28px;
  margin-bottom: 5px;
}

.atp-btn-primary, .section-questions .section-questions-container input[type=radio]:checked + span,
.uk-button.uk-button-primary {
  background: #ed1c24;
  color: #ffffff;
}
.atp-btn-primary.atp-button-small, .section-questions .section-questions-container input[type=radio]:checked + span.atp-button-small,
.uk-button.uk-button-primary.atp-button-small {
  height: inherit;
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  top: -1px;
}

.atp-btn-secondary, .section-questions .section-questions-container input[type=radio] + span {
  background: #ffffff;
  color: #ed1c24;
}

.atp-btn-tertiary {
  color: #ed1c24;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
}

.atp-btn-quaternary {
  color: #000000;
  background-color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: inherit;
  height: inherit;
  padding: 10px 20px;
  line-height: 1.4;
}
@media only screen and (min-width: 640px) {
  .atp-btn-quaternary {
    font-size: 18px;
  }
}
.atp-btn-quaternary:hover {
  height: inherit;
}

.apk-button-plasma,
.uk-button.uk-button-primary.apk-button-plasma {
  background-color: #F9B123 !important;
  border: 1px solid #F9B123 !important;
}
.apk-button-plasma:hover, .apk-button-plasma:focus, .apk-button-plasma:focus-within,
.uk-button.uk-button-primary.apk-button-plasma:hover,
.uk-button.uk-button-primary.apk-button-plasma:focus,
.uk-button.uk-button-primary.apk-button-plasma:focus-within {
  background-color: #F9B123 !important;
}

.apk-button-plaquettes,
.uk-button.uk-button-primary.apk-button-plaquettes {
  background-color: #FA7137 !important;
  border: 1px solid #FA7137 !important;
}
.apk-button-plaquettes:hover, .apk-button-plaquettes:focus, .apk-button-plaquettes:focus-within,
.uk-button.uk-button-primary.apk-button-plaquettes:hover,
.uk-button.uk-button-primary.apk-button-plaquettes:focus,
.uk-button.uk-button-primary.apk-button-plaquettes:focus-within {
  background-color: #FA7137 !important;
}

/* EXPAND */
.uk-button.apk-button-expand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  padding: 5px 15px;
  line-height: 1.2;
  height: inherit;
}

/* Old Météo du sang */
/* STABLE */
.atp-btn-older-meteo {
  font-size: 10px;
  height: 35px;
  z-index: 10;
  position: relative;
  display: inline-block;
  border-radius: 0px 5px 5px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  padding: 12px 7px 2px;
  cursor: default;
  margin-left: 40px;
}

.atp-btn-older-meteo .reserve-de-sang {
  position: absolute;
  top: 2px;
  width: 100%;
  left: 50%;
  /* à 50%/50% du parent référent */
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.atp-btn-older-meteo:before {
  display: block;
  content: "";
  position: absolute;
  height: 51px;
  width: 42px;
  left: -42px;
  top: -1px;
  z-index: 7;
  border-radius: 5px 0 0px 5px;
}

.atp-btn-older-meteo .text-btn {
  position: relative;
  padding: 0 20px;
}

/* STABLE */
.atp-btn-older-meteo.atp-btn-stable {
  background: #69D346;
  color: #ffffff;
  border: 1px solid #69D346;
}

.atp-btn-older-meteo.atp-btn-stable:hover {
  background-color: #69D346 !important;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #69D346;
}

.atp-btn-older-meteo.atp-btn-stable:before {
  background-color: #69D346;
}

.atp-btn-older-meteo.atp-btn-stable .text-btn:before {
  display: block;
  content: "";
  position: absolute;
  height: 44px;
  width: 36px;
  left: -37px;
  top: -8px;
  background-image: url("/static/img/meteo/stable.svg");
  background-repeat: no-repeat;
  z-index: 10;
}

/* FRAGILE */
.atp-btn-older-meteo.atp-btn-fragile {
  background: #f3cd15;
  color: #ffffff;
  border: 1px solid #f3cd15;
}

.atp-btn-older-meteo.atp-btn-fragile:hover {
  background-color: #f3cd15 !important;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #f3cd15;
}

.atp-btn-older-meteo.atp-btn-fragile:before {
  background-color: #f3cd15;
}

.atp-btn-older-meteo.atp-btn-fragile .text-btn:before {
  display: block;
  content: "";
  position: absolute;
  height: 44px;
  width: 36px;
  left: -37px;
  top: -8px;
  background-image: url("/static/img/meteo/fragile.svg");
  background-repeat: no-repeat;
  z-index: 10;
}

/* TRES FRAGILE */
.atp-btn-older-meteo.atp-btn-tres-fragile {
  background: #FA7137;
  color: #ffffff;
  border: 1px solid #FA7137;
}

.atp-btn-older-meteo.atp-btn-tres-fragile:hover {
  background-color: #FA7137 !important;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #FA7137;
}

.atp-btn-older-meteo.atp-btn-tres-fragile:before {
  background-color: #FA7137;
}

.atp-btn-older-meteo.atp-btn-tres-fragile .text-btn:before {
  display: block;
  content: "";
  position: absolute;
  height: 44px;
  width: 36px;
  left: -37px;
  top: -8px;
  background-image: url("/static/img/meteo/fragile.svg");
  background-repeat: no-repeat;
  z-index: 10;
}

/* CRITIQUE */
.atp-btn-older-meteo.atp-btn-critique {
  background: #A60067;
  color: #ffffff;
  border: 1px solid #A60067;
}

.atp-btn-older-meteo.atp-btn-critique:hover {
  background-color: #A60067 !important;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #A60067;
}

.atp-btn-older-meteo.atp-btn-critique:before {
  background-color: #A60067;
}

.atp-btn-older-meteo.atp-btn-critique .text-btn:before {
  display: block;
  content: "";
  position: absolute;
  height: 44px;
  width: 36px;
  left: -37px;
  top: -8px;
  background-image: url("/static/img/meteo/critique.svg");
  background-repeat: no-repeat;
  z-index: 10;
}

/* TRÈS CRITIQUE */
.atp-btn-older-meteo.atp-btn-tres-critique {
  background: #ED1C24;
  color: #ffffff;
  border: 1px solid #ED1C24;
}

.atp-btn-older-meteo.atp-btn-tres-critique:hover {
  background-color: #ED1C24 !important;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ED1C24;
}

.atp-btn-older-meteo.atp-btn-tres-critique:before {
  background-color: #ED1C24;
}

.atp-btn-older-meteo.atp-btn-tres-critique .text-btn:before {
  display: block;
  content: "";
  position: absolute;
  height: 44px;
  width: 36px;
  left: -37px;
  top: -8px;
  background-image: url("/static/img/meteo/tres-critique.svg");
  background-repeat: no-repeat;
  z-index: 10;
}

.atp-btn-older-meteo .meteo-type {
  font-size: 16px;
  position: relative;
  top: 7px;
}

.atp-btn-header.aptn-btn-cta {
  background: #ed1c24;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  height: 43px;
  line-height: 43px;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  margin: 0 5px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  padding-right: 20px;
  padding-left: 20px;
}

/* New Météo du sang */
.atp-btn-header-new-style {
  background: #ed1c24;
  color: #ffffff;
  padding: 10px 40px;
  padding-bottom: 50px;
  line-height: 20px;
  font-size: 16px;
  position: fixed;
  right: 0;
  border-radius: 0;
  top: 190px;
}
@media only screen and (max-width: 639px) {
  .atp-btn-header-new-style {
    top: 100px;
    padding: 10px 15px;
    font-size: 14px;
    padding-bottom: 50px;
  }
}

.atp-btn-header-basic-style {
  background: #ed1c24;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.atp-div-btn-meteo {
  background: white;
  border: 2px solid #ED1C24;
  border-radius: 3px;
}

.atp-div-btn-plasma {
  background: white;
  border: 2px solid #F6A507;
  border-radius: 3px;
}
.atp-div-btn-plasma .atp-btn-meteo.atp-btn-stable .meteo-type {
  background-color: #88ADF5;
}
.atp-div-btn-plasma .atp-btn-meteo.atp-btn-fragile .meteo-type {
  background-color: #abdb7f;
}
.atp-div-btn-plasma .atp-btn-meteo.atp-btn-tres-fragile .meteo-type {
  background-color: #FFDB4D;
}
.atp-div-btn-plasma .atp-btn-meteo.atp-btn-critique .meteo-type {
  background-color: #F89926;
}
.atp-div-btn-plasma .atp-btn-meteo.atp-btn-tres-critique .meteo-type {
  background-color: #EF0A24;
}

.atp-btn-meteo {
  background: white;
  font-size: 10px;
  color: black;
  height: 35px;
  z-index: 10;
  position: relative;
  display: inline-block;
  border-radius: 0px 5px 5px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  padding: 12px 1px 1px;
  cursor: default;
  margin-left: 40px;
  min-width: 150px;
}
.atp-btn-meteo .reserve-de-sang, .atp-btn-meteo .reserve-de-plasma {
  position: absolute;
  top: 2px;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.atp-btn-meteo .text-btn {
  position: relative;
  padding: 0 20px;
}
.atp-btn-meteo .text-btn:before {
  display: block;
  content: "";
  position: absolute;
  height: 40px;
  width: 36px;
  left: -30px;
  top: -8px;
  background-image: url("/static/img/barometre/blood.svg");
  background-repeat: no-repeat;
  z-index: 10;
  border-right: 1px solid black;
}
.atp-btn-meteo .meteo-type {
  background-color: #ed1c24;
  color: white;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 16px;
  position: relative;
  top: 7px;
}

.atp-div-btn-plasma .text-btn:before {
  display: block;
  content: "";
  position: absolute;
  height: 38px;
  width: 36px;
  left: -30px;
  top: -8px;
  background-image: url("/static/img/barometre/plasma.svg");
  background-repeat: no-repeat;
  z-index: 10;
  border-right: 1px solid black;
}

.atp-btn-meteo.atp-btn-stable .meteo-type {
  background-color: #69D346;
}

.atp-btn-meteo.atp-btn-fragile .meteo-type {
  background-color: #f3cd15;
}

.atp-btn-meteo.atp-btn-tres-fragile .meteo-type {
  background-color: #FA7137;
}

.atp-btn-meteo.atp-btn-critique .meteo-type {
  background-color: #A60067;
}

.atp-btn-meteo.atp-btn-tres-critique .meteo-type {
  background-color: #ED1C24;
}

.section-barometre .uk-dropdown {
  max-width: 400px;
  z-index: 10;
}
.section-barometre .text-btn {
  position: relative;
  padding-top: 65px;
}
.section-barometre .atp-btn-goutte-vide {
  width: 37px;
  background-image: url("/static/img/barometre/goutte-vide.svg");
  background-repeat: no-repeat;
  z-index: 10;
}
.section-barometre .atp-btn-goutte-presque-vide {
  width: 37px;
  background-image: url("/static/img/barometre/goutte-presque-vide.svg");
  background-repeat: no-repeat;
  z-index: 10;
}
.section-barometre .atp-btn-goutte-moitie-pleine {
  width: 37px;
  background-image: url("/static/img/barometre/goutte-moitie-pleine.svg");
  background-repeat: no-repeat;
  z-index: 10;
}
.section-barometre .atp-btn-goutte-presque-pleine {
  width: 37px;
  background-image: url("/static/img/barometre/goutte-presque-pleine.svg");
  background-repeat: no-repeat;
  z-index: 10;
}
.section-barometre .atp-btn-goutte-pleine {
  width: 37px;
  background-image: url("/static/img/barometre/goutte-pleine.svg");
  background-repeat: no-repeat;
  z-index: 10;
}

.atp-btn-gray {
  border: none;
  background: #d5d5d5;
  color: #666;
}
.atp-btn-gray:hover {
  border: none !important;
  background: #ccc !important;
  color: #666 !important;
}

.apk-barometre-plasma a {
  text-decoration: underline;
}
@media only screen and (max-width: 639px) {
  .apk-barometre-plasma img,
  .apk-barometre-plasma svg {
    max-height: 90px;
  }
}
.apk-barometre-plasma .is-big {
  font-size: 24px;
}

.atp-div-btn-plasma .atp-btn-stable .text-btn, .atp-div-btn-plasma .atp-btn-fragile .text-btn, .atp-div-btn-plasma .atp-btn-tres-fragile .text-btn {
  padding: 0 35px !important;
}
.atp-div-btn-plasma.btnmeteoframe .atp-btn-stable .text-btn, .atp-div-btn-plasma.btnmeteoframe .atp-btn-fragile .text-btn, .atp-div-btn-plasma.btnmeteoframe .atp-btn-tres-fragile .text-btn {
  padding: 0 65px !important;
}
@media screen and (max-width: 300px) {
  .atp-div-btn-plasma.btnmeteoframe .atp-btn-stable .text-btn, .atp-div-btn-plasma.btnmeteoframe .atp-btn-fragile .text-btn, .atp-div-btn-plasma.btnmeteoframe .atp-btn-tres-fragile .text-btn {
    padding: 0 55px !important;
  }
}

.atp-div-btn-plasma.btnmeteoframe {
  margin: 20px;
}
.atp-div-btn-plasma.btnmeteoframe.tres-critique {
  border: 10px solid #EF0A24;
}
.atp-div-btn-plasma.btnmeteoframe.critique {
  border: 10px solid #F89926;
}
.atp-div-btn-plasma.btnmeteoframe.tres-fragile {
  border: 10px solid #FFDB4D;
}
.atp-div-btn-plasma.btnmeteoframe.fragile {
  border: 10px solid #abdb7f;
}
.atp-div-btn-plasma.btnmeteoframe.stable {
  border: 10px solid #88ADF5;
}

.btnmeteoframe {
  margin: 20px;
}
.btnmeteoframe.tres-critique {
  border: 10px solid #ed1c24;
}
.btnmeteoframe.critique {
  border: 10px solid #A60067;
}
.btnmeteoframe.tres-fragile {
  border: 10px solid #FA7137;
}
.btnmeteoframe.fragile {
  border: 10px solid #f3cd15;
}
.btnmeteoframe.stable {
  border: 10px solid #69D346;
}
@media screen and (max-width: 350px) {
  .btnmeteoframe {
    margin: 5px;
  }
}
@media screen and (max-width: 550px) {
  .btnmeteoframe .meteoframe.atp-btn-meteo.atp-btn-critique .text-btn, .btnmeteoframe .meteoframe.atp-btn-meteo.atp-btn-tres-critique .text-btn {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 550px) {
  .btnmeteoframe .meteoframe.atp-btn-meteo {
    left: 10px !important;
    padding: 46px 0 40px 10px !important;
  }
  .btnmeteoframe .meteoframe.atp-btn-meteo .meteo-type {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 400px) {
  .btnmeteoframe .meteoframe.atp-btn-meteo {
    left: 0px !important;
  }
}
@media screen and (max-width: 250px) {
  .btnmeteoframe .meteoframe.atp-btn-meteo {
    margin-left: 5px;
    padding: 46px 0 36px 6px !important;
  }
}
@media screen and (max-width: 250px) {
  .btnmeteoframe .meteoframe.atp-btn-meteo .text-btn:before {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .btnmeteoframe .meteoframe.atp-btn-meteo .meteo-type {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 300px) {
  .btnmeteoframe .meteoframe.atp-btn-meteo .reserve-de-sang {
    font-size: 12px;
  }
}

.atp-btn-primary-custom {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 5px;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.atp-btn-primary-custom.atp-display-block {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 550px) {
  .atp-btn-primary-custom {
    display: block;
    width: auto;
    padding: 10px 20px;
  }
}
.atp-btn-primary-custom:hover {
  color: #ffffff;
}

.uk-input, .uk-select, .uk-textarea {
  background-color: #efefef;
  border: none;
  border-radius: 5px;
  color: #5f5f5f;
}

.uk-input:focus, .uk-textarea:focus {
  background-color: #efefef;
  color: #5f5f5f;
}

.uk-checkbox {
  border-radius: 4px;
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
  background-color: #bcbcbc;
  border: #1a1a1a;
}

.uk-checkbox:focus, .uk-radio:focus {
  border-color: #bcbcbc;
}

.uk-checkbox:checked {
  background-color: #bcbcbc;
}

.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type=text], .uk-form input[type=password], .uk-form input[type=datetime], .uk-form input[type=datetime-local], .uk-form input[type=date], .uk-form input[type=month], .uk-form input[type=time], .uk-form input[type=week], .uk-form input[type=number], .uk-form input[type=email], .uk-form input[type=url], .uk-form input[type=search], .uk-form input[type=tel], .uk-form input[type=color] {
  border-radius: 5px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, padding 0.3s ease, margin 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, padding 0.3s ease, margin 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, padding 0.3s ease, margin 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, padding 0.3s ease, margin 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  background-color: #efefef;
  border: none;
  border-radius: 5px;
  color: #5f5f5f;
}
.uk-form select:focus, .uk-form textarea:focus, .uk-form input:not([type]):focus, .uk-form input[type=text]:focus, .uk-form input[type=password]:focus, .uk-form input[type=datetime]:focus, .uk-form input[type=datetime-local]:focus, .uk-form input[type=date]:focus, .uk-form input[type=month]:focus, .uk-form input[type=time]:focus, .uk-form input[type=week]:focus, .uk-form input[type=number]:focus, .uk-form input[type=email]:focus, .uk-form input[type=url]:focus, .uk-form input[type=search]:focus, .uk-form input[type=tel]:focus, .uk-form input[type=color]:focus {
  background-color: #efefef;
}

.uk-form-label {
  color: #000000;
  font-size: 17px;
}

.uk-input, .uk-select, .uk-textarea {
  width: 100%;
  padding: 0 10px;
}

.form-group label {
  display: block;
}
.form-group input {
  width: 100%;
}
.form-group #contact_form_birthday_day, .form-group #contact_form_birthday_month {
  width: 32%;
  margin-right: 1%;
}
.form-group #contact_form_birthday_year {
  width: 34%;
}

.form-title {
  margin-top: 45px;
  margin-bottom: 30px;
  padding: 8px 0;
  font-size: 17px;
  color: #5f5f5f;
  border-bottom: 1px solid #bcbcbc;
}

.form-subtitle {
  display: block;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}

textarea {
  resize: vertical;
  height: 112px;
  min-height: 112px;
  line-height: 1.5;
}

.uk-form-custom {
  width: 100%;
}
.uk-form-custom input[type=file] + input[type=text] {
  width: 100%;
  max-width: 375px;
}
.uk-form-custom input[type=file] + input[type=text] + .uk-form-custom {
  width: auto;
}

.apk-radio-block-version input[type=radio] {
  width: 20px;
  height: 20px;
  position: absolute;
}
.apk-radio-block-version input[type=radio]:checked + label {
  background-color: #ed1c24;
  color: #ffffff;
}
.apk-radio-block-version input[type=radio]:checked:not(:disabled):hover + label {
  background-color: #ed1c24;
  color: #ffffff;
}
.apk-radio-block-version label {
  display: inline-block;
  width: auto;
  position: relative;
  background-color: #efefef;
  padding: 15px 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.15s;
  transition: background-color 0.3s, color 0.3s, -webkit-transform 0.15s;
  transition: transform 0.15s, background-color 0.3s, color 0.3s;
  transition: transform 0.15s, background-color 0.3s, color 0.3s, -webkit-transform 0.15s;
}
input[type=radio]:checked + .apk-radio-block-version label {
  background-color: #ed1c24;
  color: #ffffff;
}
.apk-radio-block-version label:not(.is-disabled):hover {
  background-color: #ed1c24;
  color: #ffffff;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.apk-radio-block-version label.is-disabled {
  opacity: 0.5;
}
.apk-radio-block-version label.is-selected {
  background-color: #ed1c24;
  color: #ffffff;
}

#form-validation-plasma .apk-radio-block-version input[type=radio]:checked + label {
  background-color: #F9B123;
}
#form-validation-plasma .apk-radio-block-version input[type=radio]:checked:not(:disabled):hover + label {
  background-color: #F9B123;
}
input[type=radio]:checked + #form-validation-plasma .apk-radio-block-version label {
  background-color: #F9B123;
  color: #ffffff;
}
#form-validation-plasma .apk-radio-block-version label:not(.is-disabled):hover {
  background-color: #F9B123;
}
#form-validation-plasma .apk-radio-block-version label.is-selected {
  background-color: #F9B123;
}

#appelatemoin h2, #lanceuralerte h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: 0.7px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bcbcbc;
}
#appelatemoin .uk-checkbox, #lanceuralerte .uk-checkbox {
  width: 16px;
}
#appelatemoin .apk-questions p, #lanceuralerte .apk-questions p {
  font-style: italic;
}
#appelatemoin .apk-questions .control-label, #lanceuralerte .apk-questions .control-label {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#appelatemoin .apk-questions input, #lanceuralerte .apk-questions input {
  margin-top: 10px;
}
#appelatemoin .apk-questions #appel_temoin_form_other, #lanceuralerte .apk-questions #appel_temoin_form_other {
  display: none;
}
#appelatemoin .apk-questions .form-group #appel_temoin_form_raisontransfusions, #appelatemoin .apk-questions .form-group #appel_temoin_form_disponiblite, #appelatemoin .apk-questions .form-group #appel_temoin_form_acceptationdiffusion, #lanceuralerte .apk-questions .form-group #appel_temoin_form_raisontransfusions, #lanceuralerte .apk-questions .form-group #appel_temoin_form_disponiblite, #lanceuralerte .apk-questions .form-group #appel_temoin_form_acceptationdiffusion {
  margin-top: 20px;
  margin-bottom: 20px;
}
#appelatemoin .apk-questions .form-group #appel_temoin_form_raisontransfusions .required, #appelatemoin .apk-questions .form-group #appel_temoin_form_disponiblite .required, #appelatemoin .apk-questions .form-group #appel_temoin_form_acceptationdiffusion .required, #lanceuralerte .apk-questions .form-group #appel_temoin_form_raisontransfusions .required, #lanceuralerte .apk-questions .form-group #appel_temoin_form_disponiblite .required, #lanceuralerte .apk-questions .form-group #appel_temoin_form_acceptationdiffusion .required {
  font-size: 16px;
}
#appelatemoin .apk-questions .form-group #appel_temoin_form_raisontransfusions input, #appelatemoin .apk-questions .form-group #appel_temoin_form_disponiblite input, #appelatemoin .apk-questions .form-group #appel_temoin_form_acceptationdiffusion input, #lanceuralerte .apk-questions .form-group #appel_temoin_form_raisontransfusions input, #lanceuralerte .apk-questions .form-group #appel_temoin_form_disponiblite input, #lanceuralerte .apk-questions .form-group #appel_temoin_form_acceptationdiffusion input {
  float: left;
  clear: left;
  width: inherit;
  margin-right: 10px;
  margin-top: 5px;
}
#appelatemoin .apk-questions .form-group #appel_temoin_form_raisontransfusions input + label::after, #appelatemoin .apk-questions .form-group #appel_temoin_form_disponiblite input + label::after, #appelatemoin .apk-questions .form-group #appel_temoin_form_acceptationdiffusion input + label::after, #lanceuralerte .apk-questions .form-group #appel_temoin_form_raisontransfusions input + label::after, #lanceuralerte .apk-questions .form-group #appel_temoin_form_disponiblite input + label::after, #lanceuralerte .apk-questions .form-group #appel_temoin_form_acceptationdiffusion input + label::after {
  content: "";
}
#appelatemoin .apk-questions .form-group #appel_temoin_form_raisontransfusions label, #appelatemoin .apk-questions .form-group #appel_temoin_form_disponiblite label, #appelatemoin .apk-questions .form-group #appel_temoin_form_acceptationdiffusion label, #lanceuralerte .apk-questions .form-group #appel_temoin_form_raisontransfusions label, #lanceuralerte .apk-questions .form-group #appel_temoin_form_disponiblite label, #lanceuralerte .apk-questions .form-group #appel_temoin_form_acceptationdiffusion label {
  float: left;
}
@media only screen and (max-width: 639px) {
  #appelatemoin .apk-questions .form-group #appel_temoin_form_raisontransfusions label, #appelatemoin .apk-questions .form-group #appel_temoin_form_disponiblite label, #appelatemoin .apk-questions .form-group #appel_temoin_form_acceptationdiffusion label, #lanceuralerte .apk-questions .form-group #appel_temoin_form_raisontransfusions label, #lanceuralerte .apk-questions .form-group #appel_temoin_form_disponiblite label, #lanceuralerte .apk-questions .form-group #appel_temoin_form_acceptationdiffusion label {
    width: calc(100% - 30px);
  }
}
#appelatemoin .apk-questions .form-group #appel_temoin_form_motivationtemoignage, #appelatemoin .apk-questions .form-group #appel_temoin_form_explicationraisons, #lanceuralerte .apk-questions .form-group #appel_temoin_form_motivationtemoignage, #lanceuralerte .apk-questions .form-group #appel_temoin_form_explicationraisons {
  min-height: 150px;
}

#lanceuralerte .anonymat-non, #lanceuralerte .anonymat-oui, #lanceuralerte .apk-mail-hide {
  display: none;
}
#lanceuralerte .uk-select {
  border: 2px solid #efefef !important;
  padding: 0;
  padding-left: 10px;
  margin-top: 20px;
}

.table {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 958px) {
  .table {
    display: block;
  }
}

.table-row {
  display: table-row;
}
@media only screen and (max-width: 958px) {
  .table-row {
    display: block;
  }
}

.table-data {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 958px) {
  .table-data {
    display: block;
  }
}

table.is-responsive {
  margin: 1em 0;
  width: 100%;
  border-collapse: collapse;
}
table.is-responsive tbody tr {
  background-color: #ffffff;
}
table.is-responsive tbody tr:last-child td:last-child {
  border-bottom: 1px solid #bcbcbc;
}
table.is-responsive tbody tr:nth-of-type(odd) {
  background-color: #eaeaea;
}
table.is-responsive th {
  display: none;
  border-bottom: 2px solid #bcbcbc;
  text-transform: uppercase;
}
table.is-responsive td {
  display: block;
  padding: 0.5em;
  border: 1px solid #bcbcbc;
  border-top: 0;
  border-bottom: 0;
  text-align: right;
}
@media only screen and (min-width: 640px) {
  table.is-responsive td {
    border: 0;
    border-bottom: 1px solid #bcbcbc;
  }
}
table.is-responsive td:first-child {
  padding-top: 0.5em;
  border: 1px solid #bcbcbc;
  border-bottom: 0;
}
@media only screen and (min-width: 640px) {
  table.is-responsive td:first-child {
    border: 0;
    border-bottom: 1px solid #bcbcbc;
  }
}
table.is-responsive td:last-child {
  padding-bottom: 0.5em;
  border: 1px solid #bcbcbc;
  border-top: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 640px) {
  table.is-responsive td:last-child {
    border: 0;
    border-bottom: 1px solid #bcbcbc;
  }
}
table.is-responsive td[data-th]::before {
  content: attr(data-th) ": ";
  font-weight: bold;
  min-width: 120px;
  width: auto;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 640px) {
  table.is-responsive td[data-th]::before {
    display: none;
  }
}
table.is-responsive td.table-actions {
  text-align: center;
}
@media only screen and (min-width: 640px) {
  table.is-responsive td.table-actions {
    text-align: right;
  }
}
table.is-responsive th, table.is-responsive td {
  text-align: left;
}
@media only screen and (min-width: 640px) {
  table.is-responsive th, table.is-responsive td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
}

.uk-alert {
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}

/* --------------------
Animations
 ---------------------- */
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 17px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 17px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 76px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 76px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
/* ----------------------
	Modal
------------------------- */
.uk-modal .svg-success {
  stroke-width: 2px;
  stroke: #ed1c24;
  fill: none;
}
.uk-modal .svg-success path {
  stroke-dasharray: 17px, 17px;
  stroke-dashoffset: 0px;
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.uk-modal .svg-success circle {
  stroke-dasharray: 76px, 76px;
  stroke-dashoffset: 0px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: checkmark-circle 0.6s ease-in-out forwards;
  animation: checkmark-circle 0.6s ease-in-out forwards;
}
.uk-modal.modal-form-success {
  font-size: 18px;
  line-height: normal;
  text-align: center;
}

.atp-calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-shadow: 0 0 5px 2px rgba(26, 26, 26, 0.1);
          box-shadow: 0 0 5px 2px rgba(26, 26, 26, 0.1);
}
.atp-calendar table {
  width: 100%;
}
.atp-calendar caption {
  margin-bottom: 10px;
  font-size: 14px;
}
.atp-calendar th.header {
  font-size: 16px;
}
.atp-calendar td.day {
  padding: 4px 3px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.atp-calendar td.day.not-active {
  color: rgba(188, 188, 188, 0.4);
}
.atp-calendar td.day.not-active:hover {
  cursor: default;
}
.atp-calendar td.day.date_actif {
  background-color: transparent;
  border: 1px solid #bcbcbc;
  border-radius: 0;
}
.atp-calendar td.day.date_actif:hover {
  cursor: pointer;
  background-color: #ed1c24;
  color: #ffffff;
  border-color: #ed1c24;
}
.atp-calendar td.day.is-selected {
  background-color: #ed1c24;
  color: #ffffff;
  border-color: #ed1c24;
}

#header {
  background-color: #ffffff;
  /*.uk-navbar {
    display: table-cell;
    vertical-align: middle;
    height: 82px;
    line-height: 82px;
  }*/
}
#header ul li ul {
  line-height: 1.5;
}
#header #header-secondary {
  background-color: #1a1a1a;
  padding: 0 20px;
}
#header #header-secondary .atp-language-switcher {
  display: -ms-flexbox;
  -ms-flex-direction: column;
}
#header #header-secondary .atp-language-switcher ul {
  margin: 0;
}
#header #header-secondary .uk-subnav > li > a {
  height: auto;
  padding: 5px 0px;
  text-transform: initial;
  font-family: "Lato", Arial, sans-serif;
  font-size: 12px;
  color: #bcbcbc;
}
#header #header-secondary .uk-active a {
  color: #bcbcbc;
  text-decoration: underline;
}
#header #header-primary {
  padding: 0 20px;
}
#header #header-primary .uk-flex {
  background: #ffffff;
}
#header #header-primary .header-logo img {
  width: 170px;
}
#header #header-primary #header-menu > nav > ul > li > a {
  color: #1a1a1a;
  font-weight: 400;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Lato", Arial, sans-serif;
  font-size: 13px;
}
#header #header-primary #header-menu > nav > ul > li > a:hover {
  color: #ed1c24;
}
#header #header-primary #header-menu > nav > ul > li .header-menu-dropdown {
  width: 300px;
  padding: 0 25px;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
}
#header #header-primary #header-menu > nav > ul > li .header-menu-dropdown a {
  color: #1a1a1a;
  padding: 12px 0;
}
#header #header-primary #header-menu > nav > ul > li .header-menu-dropdown li {
  text-transform: uppercase;
  border-bottom: 1px solid #bcbcbc;
}
#header #header-primary #header-menu > nav > ul > li .header-menu-dropdown li:last-child {
  border-bottom: 0px;
}
#header #header-primary #header-menu > nav > ul > li .header-menu-dropdown a:hover {
  color: #ed1c24;
}
#header #header-primary .uk-dropdown {
  padding: 15px;
  font-size: 14px;
  max-width: 700px;
  right: 200px;
  top: 20px;
  color: #000000;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
}
#header #header-primary input[type=button] {
  padding: 0;
}
#header #header-breadcrumb {
  color: #ffffff;
  background-color: #ed1c24;
  font-size: 14px;
}
#header #header-breadcrumb .uk-breadcrumb > * > :focus, #header #header-breadcrumb .uk-breadcrumb > * > :hover {
  color: #bcbcbc;
}
#header #header-breadcrumb .uk-width-1-2\@m {
  text-transform: uppercase;
}
#header #header-breadcrumb .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: #ffffff;
  margin: 0 5px;
  content: ">";
}
#header #header-breadcrumb .uk-breadcrumb a {
  color: #ffffff;
  text-transform: uppercase;
}
#header #header-breadcrumb .uk-breadcrumb > :last-child > * {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
}
#header #header-breadcrumb a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: underline;
}
#header #header-breadcrumb .service-header {
  background-color: #A91015;
  font-size: 12px;
  padding: 7px 0;
}
#header #header-breadcrumb .service-header img {
  margin-top: -3px;
  margin-right: 3px;
  width: 9px;
}
#header #header-breadcrumb .atp-btn-tertiary {
  color: #ffffff;
  margin-right: 25px;
  font-size: 15px;
  text-transform: initial;
}

#offcanvas .apk-container-language-switcher {
  background-color: #000000;
  padding: 20px;
}
#offcanvas .uk-offcanvas-bar {
  padding: 0;
}
#offcanvas .uk-offcanvas-bar ul li > a {
  border-bottom: none;
}
#offcanvas .offcanvas-section {
  padding: 20px;
}
#offcanvas .atp-language-switcher .uk-subnav {
  margin-bottom: 0;
}

.uk-offcanvas-bar {
  background-color: #ffffff;
}
.uk-offcanvas-bar ul li > a {
  color: #1a1a1a;
  font-weight: 400;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Lato", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-top: 7px;
  border-bottom: 1px solid #bcbcbc;
  text-transform: uppercase;
}
.uk-offcanvas-bar ul li > a:hover {
  color: #ed1c24;
}
.uk-offcanvas-bar ul li .sub-menu {
  padding: 0 10px;
}
.uk-offcanvas-bar ul li .sub-menu a {
  color: #1a1a1a;
  padding: 5px 0;
  font-size: 13px;
  text-transform: initial;
  font-weight: 400;
  color: #5f5f5f;
  border-bottom: 1px solid #efefef;
}
.uk-offcanvas-bar ul li .sub-menu a:hover {
  color: #ed1c24;
}

.uk-offcanvas-close {
  color: #ffffff !important;
}

.fa-bars {
  font-size: 22px;
  padding: 20px 0;
}

.header-mobile {
  border-bottom: 2px solid #efefef;
}
.header-mobile .header-logo {
  width: 150px;
  height: auto;
}

.header-mobile {
  padding: 0 50px;
}

.activites .h-big-lowcase-grey {
  padding-bottom: 50px;
}
.activites .uk-modal-dialog {
  width: 100%;
  padding: 80px;
}
.activites a {
  padding: 10px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1.1px;
  color: #ed1c24;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}
.activites a:before {
  left: 0px;
  content: "";
  position: absolute;
  width: 24px;
  height: 30px;
  background-repeat: no-repeat;
}
.activites .faire-un-don:before {
  background-image: url("../img/activites/faire-un-don.svg");
}
.activites .donner-du-sang:before {
  background-image: url("../img/activites/donner-du-sang.svg");
}
.activites .s-engager:before {
  background-image: url("../img/activites/s-engager.svg");
}
.activites .se-former:before {
  background-image: url("../img/activites/se-former.svg");
}
.activites .retrouver-un-proche:before {
  background-image: url("../img/activites/retrouver-un-proche.svg");
}
.activites .nos-maisons-croix-rouge:before {
  background-image: url("../img/activites/nos-maisons-croix-rouge.svg");
}
.activites .nos-vestiboutiques:before {
  background-image: url("../img/activites/nos-vestiboutiques.svg");
}
.activites .notre-materiel-paramedical:before {
  background-image: url("../img/activites/notre-materiel-paramedical.svg");
}
.activites .nos-offres-d-emploi:before {
  background-image: url("../img/activites/nos-offres-d-emploi.svg");
}
.activites .l-accueil-et-la-migration:before {
  background-image: url("../img/activites/l-accueil-et-la-migration.svg");
}
.activites .la-jeunesse:before {
  background-image: url("../img/activites/la-jeunesse.svg");
}
.activites .l-action-internationale:before {
  background-image: url("../img/activites/l-action-internationale.svg");
}
.activites .l-enseignement:before {
  background-image: url("../img/activites/l-enseignement.svg");
}
.activites .les-entreprises:before {
  background-image: url("../img/activites/les-entreprises.svg");
}
.activites .le-droit-international-humanitaire:before {
  background-image: url("../img/activites/le-droit-international-humanitaire.svg");
}

@media only screen and (max-width: 639px) {
  .header-mobile {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1360px) {
  .header-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1359px) {
  #header-desktop {
    display: none;
  }
}
footer {
  color: #ffffff;
  padding: 0;
  z-index: 800;
  position: relative;
}
footer .sup-footer {
  background-color: #1a1a1a;
  padding: 40px 50px;
}
footer #logo-footer {
  background-color: #ffffff;
}
footer #logo-footer img {
  padding: 20px;
}
footer #service-footer {
  background-color: #A91015;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 20px 10px 35px;
}
footer #service-footer p::before {
  content: url("../../static/img/icons/blood-icon.svg");
  width: 11px;
  height: 15px;
  padding-top: 1px;
  position: absolute;
  left: 20px;
}
footer #coordonnees-footer {
  padding: 20px;
  background-color: #efefef;
  font-size: 14px;
  color: #1a1a1a;
}
footer #coordonnees-footer a {
  color: #1a1a1a;
}
footer #coordonnees-footer p {
  margin: 0;
}
footer #numero-vert-footer {
  background-color: #ed1c24;
  padding: 20px;
  font-size: 14px;
}
footer #numero-vert-footer a {
  color: #ffffff;
}
footer nav ul a {
  color: #bcbcbc;
}
footer nav ul li {
  text-transform: uppercase;
  font-size: 14px;
  padding: 13px 0;
  padding-left: 50px !important;
}
footer nav ul li.atp-social-links a {
  display: inline-block;
  width: auto;
  font-size: 24px;
}
footer nav ul li.atp-social-links a + a {
  margin-left: 10px;
}
footer .sub-footer {
  background-color: #5f5f5f;
  padding: 10px 50px;
  font-size: 12px;
}
footer .sub-footer a {
  color: #ffffff;
}
footer .sub-footer i {
  font-size: 16px;
  padding-left: 10px;
}

.atp-secondary-navigation {
  margin-bottom: 50px;
}
.atp-secondary-navigation a {
  display: block;
  color: #1a1a1a;
  font-size: 14px;
  padding: 5px 10px 10px 10px;
  border-bottom: 2px solid transparent;
}
.atp-secondary-navigation a:hover {
  color: #ed1c24;
}
@media only screen and (max-width: 959px) {
  .atp-secondary-navigation a {
    padding: 2px 7px !important;
    font-size: 12px;
  }
}
@media only screen and (max-width: 699px) {
  .atp-secondary-navigation a {
    display: none;
    /*padding: 7px 5px!important;
    font: {
        size: 11px;
    }*/
  }
}
.atp-secondary-navigation > ul {
  display: inline-block;
  float: right;
  padding-left: 0;
}
.atp-secondary-navigation > ul > li {
  float: left;
  display: inline-block;
  background: transparent !important;
}
@media only screen and (max-width: 959px) {
  .atp-secondary-navigation > ul > li + li {
    border-left: 1px solid rgba(26, 26, 26, 0.25);
  }
}
.atp-secondary-navigation > ul > li.uk-active {
  color: #ed1c24;
}
.atp-secondary-navigation > ul > li.uk-active a {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}

.section {
  padding-top: 45px;
  padding-bottom: 45px;
}
.section-box-shadow {
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  background: #ffffff;
  padding: 50px;
}

.navbar-extranet {
  background: #ededed;
  padding: 15px 25px;
}
.navbar-extranet > nav .uk-subnav {
  margin-bottom: 0;
}
.navbar-extranet > nav .uk-subnav.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-color: #cfcfcf;
}

.section-content .uk-background-cover {
  height: 270px;
}

.section-default-content li {
  margin-bottom: 10px;
}
.section-default-content .uk-background-cover {
  height: 270px;
}

.section-image {
  padding: 0;
  color: #ffffff;
}
.section-image .uk-background-primary {
  background: #000000;
}
.section-image .subtitle {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.6px;
}
.section-image .section-image-container {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 50px;
}
.section-image .section-image-container .section-image-content {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  margin: 20px auto;
}
.section-image .section-image-container .section-image-content p {
  font-size: 17px;
  margin: 0;
}
.section-image .section-image-container .section-image-content .atp-btn-primary, .section-image .section-image-container .section-image-content .section-questions .section-questions-container input[type=radio]:checked + span, .section-questions .section-questions-container .section-image .section-image-container .section-image-content input[type=radio]:checked + span {
  margin-top: 10px;
}
.section-image .uk-background-primary {
  background-color: #adadad;
}
.section-image.is-type-campaign {
  position: relative;
  z-index: 0;
  height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 1299px) {
  .section-image.is-type-campaign {
    height: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-image.is-type-campaign {
    height: 350px;
  }
}
@media only screen and (max-width: 959px) {
  .section-image.is-type-campaign {
    height: 350px;
  }
}
@media only screen and (max-width: 639px) {
  .section-image.is-type-campaign {
    height: auto;
  }
  .section-image.is-type-campaign::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #000000;
    opacity: 0.25;
  }
}
.section-image.is-type-campaign > div {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 10px;
}
.section-image.is-type-campaign .banner-image-animated {
  position: absolute;
  top: -75%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 500px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: kenburns 25s ease forwards;
          animation: kenburns 25s ease forwards;
}
@media only screen and (max-width: 1599px) {
  .section-image.is-type-campaign .banner-image-animated {
    top: -50%;
  }
}
@media only screen and (max-width: 1299px) {
  .section-image.is-type-campaign .banner-image-animated {
    top: -25%;
    min-height: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-image.is-type-campaign .banner-image-animated {
    top: -50%;
    min-height: 350px;
  }
}
@media only screen and (max-width: 959px) {
  .section-image.is-type-campaign .banner-image-animated {
    top: -25%;
    min-height: 350px;
  }
}
@media only screen and (max-width: 849px) {
  .section-image.is-type-campaign .banner-image-animated {
    top: 0;
    min-height: 350px;
  }
}
@media only screen and (max-width: 639px) {
  .section-image.is-type-campaign .banner-image-animated {
    display: none;
    visibility: hidden;
    min-height: auto;
    /*  top: 0;
      bottom: 0;
      transform: translateY(0);
      width: auto;
      height: auto;
      min-height: 350px;*/
  }
}
.section-image.is-type-campaign .banner-text-container {
  position: relative;
  z-index: 3;
  margin: 10px;
}
@media only screen and (min-width: 640px) {
  .section-image.is-type-campaign .banner-text-container {
    top: 50%;
    left: 50%;
    margin: 10px 15px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1200px) {
  .section-image.is-type-campaign .banner-text-container {
    top: 35%;
    margin: 20px 15px;
  }
}
@media only screen and (min-width: 960px) {
  .section-image.is-type-campaign .banner-text-container .atp-btn-primary, .section-image.is-type-campaign .banner-text-container .section-questions .section-questions-container input[type=radio]:checked + span, .section-questions .section-questions-container .section-image.is-type-campaign .banner-text-container input[type=radio]:checked + span {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
}
.section-image.is-type-campaign .campaign-logo {
  width: 450px;
  height: auto;
  margin-bottom: 25px;
}
@media only screen and (max-width: 639px) {
  .section-image.is-type-campaign .campaign-logo {
    width: 225px;
    margin-bottom: 10px;
  }
}
.section-image.is-type-responsive .atp-banner-responsive--small {
  text-align: center;
}
.section-image.is-type-responsive .atp-banner-responsive--small img {
  position: relative;
  display: inline-block;
  margin: auto;
}
.section-image.is-type-responsive .atp-banner-responsive--medium {
  text-align: center;
}
.section-image.is-type-responsive .atp-banner-responsive--medium img {
  position: relative;
  display: inline-block;
  margin: auto;
}
.section-image.is-type-responsive .atp-banner-responsive--large {
  text-align: center;
}
.section-image.is-type-responsive .atp-banner-responsive--large img {
  position: relative;
  display: inline-block;
  margin: auto;
}

@media only screen and (max-width: 639px) {
  .section-image .section-image-container {
    padding: 50px 50px;
  }
}
.atp-btn-primary, .section-questions .section-questions-container input[type=radio]:checked + span {
  cursor: pointer;
}

.atp-btn-secondary, .section-questions .section-questions-container input[type=radio] + span {
  cursor: pointer;
}

@-webkit-keyframes kenburns {
  0% {
    /* -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
     -ms-transform-origin: center center;
     -o-transform-origin: center center;
     transform-origin: center center;*/
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

@keyframes kenburns {
  0% {
    /* -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
     -ms-transform-origin: center center;
     -o-transform-origin: center center;
     transform-origin: center center;*/
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
.section-news .meta-information {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.section-news .meta-information a {
  color: #bcbcbc;
}
.section-news .meta-information :nth-child(2) {
  padding-left: 0;
}
.section-news .meta-information .line-separate {
  margin: 0 5px;
}
.section-news p {
  line-height: 1.5;
  margin: 0;
  font-size: 15px;
}

@media only screen and (max-width: 1199px) {
  .news-form-don-section .uk-padding-large {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.section-news-detail .section-news-detail-container {
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  padding: 50px 20px;
}
.section-news-detail .meta-information {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bcbcbc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-news-detail .meta-information :nth-child(2) {
  padding-left: 0;
}
.section-news-detail .meta-information :nth-child(3) {
  padding-left: 0;
}
.section-news-detail .meta-information .line-separate {
  margin: 0 5px;
}
.section-news-detail .section-news-detail-img-header {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-news-detail p {
  line-height: 1.5;
  margin: 0;
  font-size: 15px;
}

.section-form-don {
  padding: 50px;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  background: #ffffff;
}
.section-form-don .uk-inline {
  display: block;
}
.section-form-don .uk-form-label {
  font-size: 17px;
  font-weight: 700;
}
.section-form-don p {
  font-size: 15px;
}
.section-form-don form .section-form-don-question {
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
}
.section-form-don form .date-to-date {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .section-form-don {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 639px) {
  .section-form-don {
    padding: 50px 35px;
  }
  .section-form-don label {
    width: 100%;
  }
}
.section-collectes-entreprises {
  padding: 50px;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  background: #ffffff;
}
.section-collectes-entreprises .uk-inline {
  display: block;
}
.section-collectes-entreprises .uk-form-label {
  font-size: 17px;
  font-weight: 700;
}
.section-collectes-entreprises p {
  font-size: 15px;
}
.section-collectes-entreprises form .section-form-don-question {
  border-bottom: 1px solid #efefef;
  margin-bottom: 12px;
}
.section-collectes-entreprises form .date-to-date {
  margin-top: 10px;
}

@media only screen and (max-width: 1199px) {
  .section-form-don {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 639px) {
  .section-form-don {
    padding: 50px 35px;
  }
  .section-form-don label {
    width: 100%;
  }
}
.section-form-donner {
  padding: 0 50px;
  background: #ffffff;
}
.section-form-donner .section-form-donner-form {
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
}
.section-form-donner .section-form-donner-form-container {
  padding: 50px 10px;
}
.section-form-donner .uk-inline {
  display: block;
}
.section-form-donner .uk-form-label {
  font-size: 17px;
  font-weight: 700;
}
.section-form-donner p {
  font-size: 15px;
}
.section-form-donner form .section-form-donner-question {
  margin-bottom: 12px;
}
.section-form-donner form .section-form-donner-question .note {
  font-family: "Libre Baskerville", serif;
  color: #ed1c24;
  padding-top: 20px;
  font-style: italic;
}
.section-form-donner form .section-form-donner-question .note a {
  text-decoration: underline;
}
.section-form-donner form .section-form-donner-question .note a:hover {
  opacity: 0.5;
}
.section-form-donner form .date-to-date {
  margin-top: 10px;
}

@media only screen and (max-width: 639px) {
  .section-form-donner {
    padding: 50px 15px;
  }
  .section-form-donner .uk-float-right {
    float: none;
  }
  .section-form-donner .section-form-donner-form-container {
    padding: 50px 20px;
  }
  .section-form-donner label {
    width: 100%;
  }
}
.triggerDatepicker {
  pointer-events: auto !important;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  background: rgba(0, 0, 0, 0.05);
}
.triggerDatepicker:hover {
  background: rgba(0, 0, 0, 0.1);
}

.section-grey {
  background: #efefef;
  padding: 50px 0;
}
.section-grey .uk-container-small > :last-child {
  margin-bottom: 30px;
}
.section-grey .section-grey-icon-container {
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 90px;
}
.section-grey .section-grey-icon {
  width: 80px;
  height: auto;
}

.section-shadow-boxes .uk-container-small > :last-child {
  margin-bottom: 30px;
}
.section-shadow-boxes .section-shadow-boxes-container {
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  padding: 50px 20px;
}
.section-shadow-boxes .section-shadow-boxes-container .f-special p {
  margin: 0;
}
.section-shadow-boxes .section-shadow-boxes-icon {
  width: 90px;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .section-shadow-boxes .uk-padding-large {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-grey-shadow-boxes {
  background: #efefef;
  padding: 50px 0;
}
.section-grey-shadow-boxes .uk-container-small > :last-child {
  margin-bottom: 30px;
}
.section-grey-shadow-boxes .section-grey-shadow-boxes-container {
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  padding: 50px 20px;
  background-color: #ffffff;
}
.section-grey-shadow-boxes .section-grey-shadow-boxes-container .f-special p {
  margin: 0;
}
.section-grey-shadow-boxes .section-grey-shadow-boxes-icon {
  width: 35px;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .section-grey-shadow-boxes .uk-padding-large {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-red-boxes {
  padding: 0 0 100px 0;
}
.section-red-boxes .uk-container-small > :last-child {
  margin-bottom: 30px;
}
.section-red-boxes .section-red-boxes-container-img {
  min-height: 250px;
}
.section-red-boxes .section-red-boxes-container-text {
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  background: linear-gradient(89deg, #fb2a1b, #bf181e);
  padding: 40px;
}
.section-red-boxes .section-red-boxes-container-text h3 {
  margin-top: 20px;
}
.section-red-boxes .section-red-boxes-container-text p {
  color: #ffffff;
}
.section-red-boxes .section-red-boxes-container > :nth-child(1) {
  -webkit-transform: translateY(0px) translateX(50px);
}
.section-red-boxes .section-red-boxes-container > :nth-child(2) {
  -webkit-transform: translateY(40px) translateX(0px);
}
.section-red-boxes .section-red-boxes-container > :nth-child(3) {
  -webkit-transform: translateY(80px) translateX(-50px);
}
.section-red-boxes .section-red-boxes-container > :nth-child(4) {
  -webkit-transform: translateY(120px) translateX(-100px);
}

@media only screen and (max-width: 959px) {
  .section-red-boxes .section-red-boxes-container-column {
    -webkit-box-shadow: 0 0px 0px rgba(26, 26, 26, 0.2);
            box-shadow: 0 0px 0px rgba(26, 26, 26, 0.2);
    background: transparent;
  }
  .section-red-boxes .section-red-boxes-container-text {
    -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
            box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
    background: linear-gradient(89deg, #fb2a1b, #bf181e);
  }
  .section-red-boxes .section-red-boxes-container > :nth-child(1) {
    -webkit-transform: translateY(0px) translateX(0px);
  }
  .section-red-boxes .section-red-boxes-container > :nth-child(1) p {
    padding-right: 0px;
  }
  .section-red-boxes .section-red-boxes-container > :nth-child(2) {
    -webkit-transform: translateY(0px) translateX(0px);
  }
  .section-red-boxes .section-red-boxes-container > :nth-child(2) p {
    padding-right: 0px;
  }
  .section-red-boxes .section-red-boxes-container > :nth-child(3) {
    -webkit-transform: translateY(0px) translateX(0px);
  }
  .section-red-boxes .section-red-boxes-container > :nth-child(3) p {
    padding-right: 0px;
  }
  .section-red-boxes .section-red-boxes-container > :nth-child(4) {
    -webkit-transform: translateY(0px) translateX(0px);
  }
  .section-red-boxes .section-red-boxes-container > :nth-child(4) p {
    padding-right: 0px;
  }
}
.section-staggered .uk-container-small > :last-child {
  margin-bottom: 30px;
}
.section-staggered .uk-padding-large {
  padding: 100px 70px;
}
.section-staggered .section-staggered-container {
  background: #efefef;
}
.section-staggered .section-staggered-container .section-staggered-image-left {
  width: 100%;
  margin: -50px -50px;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.section-staggered .section-staggered-container .section-staggered-image-left:hover {
  margin: -50px -40px;
}
.section-staggered .section-staggered-container .section-staggered-image-right {
  width: 100%;
  margin: -50px 50px;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.section-staggered .section-staggered-container .section-staggered-image-right:hover {
  margin: -50px 40px;
}
.section-staggered .section-staggered-container .uk-background-cover {
  position: relative;
  height: 100%;
  width: 100%;
  background-position: center;
}
.section-staggered .h-big-lowcase-grey {
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #bcbcbc;
}

@media only screen and (max-width: 959px) {
  .section-staggered .section-staggered-container .uk-padding-large {
    padding: 40px !important;
  }
  .section-staggered .section-staggered-container .uk-flex-center {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media only screen and (max-width: 639px) {
  .section-staggered .uk-padding-large {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-staggered .section-staggered-container .section-staggered-image-left {
    margin: 0px;
  }
  .section-staggered .section-staggered-container .section-staggered-image-left:hover {
    margin: 0px;
  }
  .section-staggered .section-staggered-container .section-staggered-image-right {
    margin: 0px;
  }
  .section-staggered .section-staggered-container .section-staggered-image-right:hover {
    margin: 0px;
  }
}
.section-newsletter {
  color: #ffffff;
  margin-bottom: 50px;
}
.section-newsletter .uk-background-primary {
  background: #ed1c24;
  opacity: 0.22;
}
.section-newsletter .section-newsletter-container {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  z-index: 0;
}
.section-newsletter .section-newsletter-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #bc2b07;
  opacity: 0.9;
  z-index: -1;
}
.section-newsletter .section-newsletter-container .section-newsletter-content {
  max-width: 1000px;
  margin: 20px auto;
}
.section-newsletter .section-newsletter-container .section-newsletter-content h2 {
  color: #ffffff;
}
.section-newsletter .section-newsletter-container .section-newsletter-content h3 {
  color: #ffffff;
}
.section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form {
  margin: 0 150px;
}
.section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form .section-newsletter-inputs {
  border-bottom: 1px solid #ffffff;
}
.section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form input[type=text] {
  background: none;
  border: none;
  font-family: "Libre Baskerville", serif;
  color: #ffffff;
}
.section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form :focus {
  outline: -webkit-focus-ring-color auto 0px;
}
.section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form p {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
}

@media only screen and (max-width: 959px) {
  .section-newsletter .section-newsletter-container .section-newsletter-content {
    margin: 0 40px;
  }
  .section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form {
    margin: 0;
  }
}
@media only screen and (max-width: 639px) {
  .section-newsletter .section-newsletter-container .section-newsletter-content {
    margin: 0 40px;
  }
  .section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form {
    margin: 0;
  }
  .section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form .section-newsletter-inputs {
    border-bottom: 0px;
  }
  .section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form input[type=text] {
    border-bottom: 1px solid #ffffff;
    width: 100%;
  }
  .section-newsletter .section-newsletter-container .section-newsletter-content .section-newsletter-form input[type=submit] {
    width: 100%;
  }
}
.section-faq {
  /* .uk-accordion-title{
       line-height: 36px;
   }*/
}
.section-faq .section-faq-container {
  background: #efefef;
  padding: 25px 0 50px 0;
}
.section-faq button {
  width: 100%;
}
.section-faq .uk-accordion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 60px 12px 20px;
  border-bottom: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
}
@media only screen and (max-width: 959px) {
  .section-faq .uk-accordion-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 639px) {
  .section-faq .uk-accordion-title {
    font-size: 13px;
  }
}
.section-faq .uk-accordion-title::before {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #ffffff;
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  padding: 3px 16px 1px 16px;
  font-family: FontAwesome;
  content: "\f067";
  background-image: none;
  width: auto;
  font-size: 12px;
  height: auto;
}
.section-faq .uk-accordion-content {
  padding: 5px 20px 20px 20px;
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .section-faq .uk-accordion-content {
    font-size: 14px;
  }
}
@media only screen and (max-width: 639px) {
  .section-faq .uk-accordion-content {
    font-size: 13px;
  }
}
.section-faq ul > li {
  background-color: #ffffff;
}
.section-faq .uk-accordion > :nth-child(n+2) {
  margin-top: 2px;
}
.section-faq .uk-open > .uk-accordion-title::before {
  background-color: #1a1a1a;
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  padding: 3px 16px 1px 16px;
  font-family: FontAwesome;
  content: "\f068";
  background-image: none;
  width: auto;
  font-size: 12px;
  color: #ffffff;
  height: auto;
}

.section-icones .section-icones-container-icone {
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  width: 100%;
  height: 100%;
}
.section-icones .section-icones-container-icone :hover p {
  color: #ed1c24;
}
.section-icones .section-icones-container-icone svg {
  padding-bottom: 20px;
  padding-top: 20px;
}
.section-icones .section-icones-container-icone .section-icones-content-icone {
  height: 100%;
  padding: 0 5px;
}
.section-icones .section-icones-container-icone p {
  margin: 0;
  font-size: 14px;
  color: #000000;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .section-icones .section-icones .uk-padding-large {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.section-questions {
  background: #efefef;
  padding: 70px 0;
}
@media only screen and (max-width: 639px) {
  .section-questions {
    background: transparent;
    padding: 0 0 45px 0;
  }
}
@media only screen and (max-width: 639px) {
  .section-questions .uk-container {
    padding: 0;
  }
}
@media only screen and (max-width: 639px) {
  .section-questions h2 {
    padding: 0 0 15px 0;
  }
}
.section-questions .section-questions-container {
  position: relative;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  padding: 40px 85px 20px 85px;
  background-color: #ffffff;
  width: 100%;
  max-width: 823px;
}
@media only screen and (max-width: 639px) {
  .section-questions .section-questions-container {
    padding: 25px 15px 25px 15px;
  }
}
@media only screen and (max-width: 959px) {
  .section-questions .section-questions-container {
    padding: 35px 20px 35px 20px;
  }
}
.section-questions .section-questions-container .questions {
  text-align: center;
}
.section-questions .section-questions-container input[type=radio] {
  opacity: 0; /* caché mais reste fonctionnel */
  position: absolute;
}
.section-questions .section-questions-container input[type=radio] + span {
  cursor: pointer;
}
.section-questions .section-questions-container .atp-step-informations {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  padding: 10px;
  color: #bcbcbc;
  font-size: 11px;
  -webkit-transform: translate(-125%, 0);
      -ms-transform: translate(-125%, 0);
          transform: translate(-125%, 0);
}
.section-questions .section-questions-container .atp-step-actions {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  overflow: hidden;
  text-align: left;
}
.section-questions .section-questions-container .atp-step-actions button {
  background: transparent;
  border: 0;
  color: #ed1c24;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  font-size: 15px;
  font-style: italic;
}
@media only screen and (max-width: 639px) {
  .section-questions .section-questions-container .atp-step-actions button {
    font-size: 13px;
  }
}
.section-questions .section-questions-container .atp-step-actions button:not(.uk-hidden) + button:not(.uk-hidden) {
  border-left: 1px solid #ed1c24;
}
.section-questions .section-questions-container .h-big-lowcase-grey {
  color: rgba(26, 26, 26, 0.6);
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}
.section-questions .atp-form-inline input {
  display: inline-block;
  width: auto;
}
.section-questions .section-questions-container-icon {
  border: 1px solid #efefef;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.section-questions .section-questions-container-icon img {
  min-width: 100px;
}
.section-questions img {
  position: relative;
  margin: auto;
}
.section-questions .step-number {
  display: none;
  visibility: hidden;
}
.section-questions .question-message-before.question-message--red {
  padding: 20px;
  margin: 5px 0;
  background: rgba(237, 28, 36, 0.1);
  color: #A91015;
}
.section-questions .question-message-before.question-message--red:empty {
  display: none;
}
.section-questions .question-message-after.question-message--red {
  padding: 20px;
  margin: 10px 0 5px 0;
  background: rgba(237, 28, 36, 0.1);
  color: #1a1a1a;
  line-height: 20px;
}
.section-questions .question-message-after.question-message--red:empty {
  display: none;
}
.section-questions .question-message-container--yellow {
  display: none;
}
.section-questions .question-message-container--yellow.is-not-empty {
  display: block;
  margin: 15px 0;
  padding: 15px;
  border-radius: 4px;
  font-size: 0.95em;
  background: #ffde68;
  color: #6c4500;
}
.section-questions [class*=question-message-complement_] {
  margin-bottom: 15px;
  border: 1px solid #efefef;
  padding: 25px;
}
.section-questions [class*=question-message-complement_]:empty {
  margin-bottom: 0;
  border: 0;
  padding: 0;
}
.section-questions .question-message-common {
  padding: 20px;
  margin: 10px 0 5px 0;
  background: rgba(237, 28, 36, 0.1);
  color: #1a1a1a;
  line-height: 20px;
}
.section-questions .question-message-common:empty {
  display: none;
}
.section-questions .atp-listing-medicine h4 {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-questions .atp-listing-medicine label span {
  display: block;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.section-questions .atp-listing-medicine .uk-checkbox {
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0;
}

.section-history:after {
  border-left: 1px dotted;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0px;
  width: 1px;
  color: #bcbcbc;
  z-index: -5;
}
.section-history .bloc-right .section-history-container-bloc {
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  padding: 20px 20px;
  background-color: #ffffff;
  z-index: 11;
  position: relative;
}
.section-history .bloc-right .section-history-container-bloc:before {
  content: "";
  position: absolute;
  top: 40px;
  height: 2px;
  width: 35px;
  left: -35px;
  background-color: #ed1c24;
  z-index: 10;
}
.section-history .bloc-right .section-history-container-bloc:after {
  content: "";
  position: absolute;
  top: 26px;
  height: 36px;
  width: 36px;
  left: -50px;
  background-image: url("/static/img/bullet.svg");
  background-repeat: no-repeat;
  z-index: 10;
}
.section-history .bloc-left .section-history-container-bloc {
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  padding: 20px 20px;
  background-color: #ffffff;
  z-index: 11;
  position: relative;
}
.section-history .bloc-left .section-history-container-bloc:before {
  content: "";
  position: absolute;
  top: 40px;
  height: 2px;
  width: 35px;
  right: -35px;
  background-color: #ed1c24;
  z-index: 10;
}
.section-history .bloc-left .section-history-container-bloc:after {
  content: "";
  position: absolute;
  top: 26px;
  height: 36px;
  width: 36px;
  right: -56px;
  background-image: url("/static/img/bullet.svg");
  background-repeat: no-repeat;
  z-index: 10;
}
@media only screen and (max-width: 959px) {
  .section-history .section-history-container-bloc:before {
    display: none;
  }
  .section-history .section-history-container-bloc:after {
    display: none;
  }
  .section-history .section-history-container-bloc .uk-text-right {
    text-align: center !important;
  }
  .section-history .section-history-container-bloc .uk-text-left {
    text-align: center !important;
  }
}
@media only screen and (max-width: 1199px) {
  .section-history .uk-grid-large {
    margin-left: -70px;
  }
  .section-history .uk-grid-large > * {
    padding-left: 70px;
  }
}

.section-resultats .uk-responsive-width {
  height: 500px;
  margin-top: 45px;
  margin-bottom: 60px;
}

.field-error {
  color: #ED1C24;
  background-color: #fff1f1 !important;
  -webkit-box-shadow: 0 0 0 2px #ED1C24;
          box-shadow: 0 0 0 2px #ED1C24;
}

.section-resultats-liste .section-resultats-liste-collecte,
.section-resultats-liste .section-sites-prelevement-item,
.section-sites-prelevement .section-resultats-liste-collecte,
.section-sites-prelevement .section-sites-prelevement-item {
  cursor: pointer;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.section-resultats-liste .section-resultats-liste-collecte.highlight,
.section-resultats-liste .section-sites-prelevement-item.highlight,
.section-sites-prelevement .section-resultats-liste-collecte.highlight,
.section-sites-prelevement .section-sites-prelevement-item.highlight {
  background: #fff1f1;
  -webkit-box-shadow: 0 0 0 2px #ED1C24;
          box-shadow: 0 0 0 2px #ED1C24;
}
.section-resultats-liste .section-resultats-liste-collecte h4,
.section-resultats-liste .section-sites-prelevement-item h4,
.section-sites-prelevement .section-resultats-liste-collecte h4,
.section-sites-prelevement .section-sites-prelevement-item h4 {
  display: inline;
}
.section-resultats-liste .section-resultats-liste-collecte .fa-clock-o,
.section-resultats-liste .section-sites-prelevement-item .fa-clock-o,
.section-sites-prelevement .section-resultats-liste-collecte .fa-clock-o,
.section-sites-prelevement .section-sites-prelevement-item .fa-clock-o {
  top: 5px;
}
.section-resultats-liste .section-resultats-liste-collecte .note,
.section-resultats-liste .section-sites-prelevement-item .note,
.section-sites-prelevement .section-resultats-liste-collecte .note,
.section-sites-prelevement .section-sites-prelevement-item .note {
  margin-top: 20px;
  background-color: #FDE8E9;
  padding: 10px 10px 10px 0px;
}
.section-resultats-liste .section-resultats-liste-collecte .note ul,
.section-resultats-liste .section-sites-prelevement-item .note ul,
.section-sites-prelevement .section-resultats-liste-collecte .note ul,
.section-sites-prelevement .section-sites-prelevement-item .note ul {
  margin-bottom: 0;
}
.section-resultats-liste .section-resultats-liste-collecte ul li i:first-child + p,
.section-resultats-liste .section-sites-prelevement-item ul li i:first-child + p,
.section-sites-prelevement .section-resultats-liste-collecte ul li i:first-child + p,
.section-sites-prelevement .section-sites-prelevement-item ul li i:first-child + p {
  margin-top: 0;
}
.section-resultats-liste .section-resultats-liste-collecte ul li p:last-child,
.section-resultats-liste .section-sites-prelevement-item ul li p:last-child,
.section-sites-prelevement .section-resultats-liste-collecte ul li p:last-child,
.section-sites-prelevement .section-sites-prelevement-item ul li p:last-child {
  margin-bottom: 0;
}
.section-resultats-liste .section-resultats-liste-collecte .resultat-url,
.section-resultats-liste .section-sites-prelevement-item .resultat-url,
.section-sites-prelevement .section-resultats-liste-collecte .resultat-url,
.section-sites-prelevement .section-sites-prelevement-item .resultat-url {
  margin-top: -20px;
}
.section-resultats-liste .section-resultats-liste-collecte .resultat-url a,
.section-resultats-liste .section-sites-prelevement-item .resultat-url a,
.section-sites-prelevement .section-resultats-liste-collecte .resultat-url a,
.section-sites-prelevement .section-sites-prelevement-item .resultat-url a {
  color: #1a1a1a;
}
.section-resultats-liste .section-resultats-liste-collecte .telephone a,
.section-resultats-liste .section-sites-prelevement-item .telephone a,
.section-sites-prelevement .section-resultats-liste-collecte .telephone a,
.section-sites-prelevement .section-sites-prelevement-item .telephone a {
  color: #1a1a1a;
}
.section-resultats-liste .section-resultats-liste-collecte-tag,
.section-resultats-liste .section-sites-prelevement-item-tag,
.section-sites-prelevement .section-resultats-liste-collecte-tag,
.section-sites-prelevement .section-sites-prelevement-item-tag {
  right: 5px;
  background-color: #efefef;
  padding: 5px 14px;
  border-radius: 5px;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-resultats-liste .section-resultats-liste-collecte-tag span,
.section-resultats-liste .section-sites-prelevement-item-tag span,
.section-sites-prelevement .section-resultats-liste-collecte-tag span,
.section-sites-prelevement .section-sites-prelevement-item-tag span {
  padding: 0 2px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.section-resultats-liste .section-resultats-liste-collecte-tag span:not(:last-child),
.section-resultats-liste .section-sites-prelevement-item-tag span:not(:last-child),
.section-sites-prelevement .section-resultats-liste-collecte-tag span:not(:last-child),
.section-sites-prelevement .section-sites-prelevement-item-tag span:not(:last-child) {
  margin-right: 5px;
}
@media only screen and (min-width: 960px) {
  .section-resultats-liste .section-resultats-liste-collecte-detail .apk-row-schedule,
  .section-resultats-liste .section-sites-prelevement-item-detail .apk-row-schedule,
  .section-sites-prelevement .section-resultats-liste-collecte-detail .apk-row-schedule,
  .section-sites-prelevement .section-sites-prelevement-item-detail .apk-row-schedule {
    margin-left: 10px;
  }
}
.section-resultats-liste .section-resultats-liste-collecte-detail .apk-row-schedule .uk-button-default,
.section-resultats-liste .section-sites-prelevement-item-detail .apk-row-schedule .uk-button-default,
.section-sites-prelevement .section-resultats-liste-collecte-detail .apk-row-schedule .uk-button-default,
.section-sites-prelevement .section-sites-prelevement-item-detail .apk-row-schedule .uk-button-default {
  margin-left: 5px;
}
@media only screen and (max-width: 639px) {
  .section-resultats-liste .section-resultats-liste-collecte-detail .apk-row-schedule .atp-button-small,
  .section-resultats-liste .section-sites-prelevement-item-detail .apk-row-schedule .atp-button-small,
  .section-sites-prelevement .section-resultats-liste-collecte-detail .apk-row-schedule .atp-button-small,
  .section-sites-prelevement .section-sites-prelevement-item-detail .apk-row-schedule .atp-button-small {
    margin-top: 5px;
  }
}
.section-resultats-liste .section-resultats-liste-collecte-detail .apk-row-schedule:not(:first-child),
.section-resultats-liste .section-sites-prelevement-item-detail .apk-row-schedule:not(:first-child),
.section-sites-prelevement .section-resultats-liste-collecte-detail .apk-row-schedule:not(:first-child),
.section-sites-prelevement .section-sites-prelevement-item-detail .apk-row-schedule:not(:first-child) {
  margin-top: 10px;
}
.section-resultats-liste .section-resultats-liste-collecte .don-sur-rdv,
.section-resultats-liste .section-sites-prelevement-item .don-sur-rdv,
.section-sites-prelevement .section-resultats-liste-collecte .don-sur-rdv,
.section-sites-prelevement .section-sites-prelevement-item .don-sur-rdv {
  background-color: #efefef;
  padding: 5px 20px;
  border-radius: 0 0 5px 5px;
  top: 35px;
  font-size: 10px;
  right: 5px;
}
.section-resultats-liste .section-resultats-liste-collecte .ouverture-exceptionnelle,
.section-resultats-liste .section-sites-prelevement-item .ouverture-exceptionnelle,
.section-sites-prelevement .section-resultats-liste-collecte .ouverture-exceptionnelle,
.section-sites-prelevement .section-sites-prelevement-item .ouverture-exceptionnelle {
  right: 25px;
  top: 100px;
}
.section-resultats-liste .section-resultats-liste-collecte .ouverture-exceptionnelle i,
.section-resultats-liste .section-sites-prelevement-item .ouverture-exceptionnelle i,
.section-sites-prelevement .section-resultats-liste-collecte .ouverture-exceptionnelle i,
.section-sites-prelevement .section-sites-prelevement-item .ouverture-exceptionnelle i {
  color: #ed1c24;
}
.section-resultats-liste .section-resultats-liste-collecte .ouverture-exceptionnelle span,
.section-resultats-liste .section-sites-prelevement-item .ouverture-exceptionnelle span,
.section-sites-prelevement .section-resultats-liste-collecte .ouverture-exceptionnelle span,
.section-sites-prelevement .section-sites-prelevement-item .ouverture-exceptionnelle span {
  font-weight: 600;
  color: #ed1c24;
}
.section-resultats-liste .section-resultats-liste-collecte .ouverture-exceptionnelle * + p,
.section-resultats-liste .section-sites-prelevement-item .ouverture-exceptionnelle * + p,
.section-sites-prelevement .section-resultats-liste-collecte .ouverture-exceptionnelle * + p,
.section-sites-prelevement .section-sites-prelevement-item .ouverture-exceptionnelle * + p {
  margin: 0;
}
.section-resultats-liste .section-resultats-liste-collecte-detail2,
.section-resultats-liste .section-sites-prelevement-item-detail2,
.section-sites-prelevement .section-resultats-liste-collecte-detail2,
.section-sites-prelevement .section-sites-prelevement-item-detail2 {
  display: inline;
  margin-left: 10px;
}
.section-resultats-liste .section-resultats-liste-collecte .fa-ul i,
.section-resultats-liste .section-sites-prelevement-item .fa-ul i,
.section-sites-prelevement .section-resultats-liste-collecte .fa-ul i,
.section-sites-prelevement .section-sites-prelevement-item .fa-ul i {
  color: #ed1c24;
}
.section-resultats-liste .section-resultats-liste-collecte .fa-ul i.fa-calendar-o.has-button,
.section-resultats-liste .section-sites-prelevement-item .fa-ul i.fa-calendar-o.has-button,
.section-sites-prelevement .section-resultats-liste-collecte .fa-ul i.fa-calendar-o.has-button,
.section-sites-prelevement .section-sites-prelevement-item .fa-ul i.fa-calendar-o.has-button {
  line-height: 32px;
}
.section-resultats-liste .section-resultats-liste-collecte .apk-date-left,
.section-resultats-liste .section-sites-prelevement-item .apk-date-left,
.section-sites-prelevement .section-resultats-liste-collecte .apk-date-left,
.section-sites-prelevement .section-sites-prelevement-item .apk-date-left {
  display: block;
}
@media only screen and (min-width: 640px) {
  .section-resultats-liste .section-resultats-liste-collecte .apk-date-left,
  .section-resultats-liste .section-sites-prelevement-item .apk-date-left,
  .section-sites-prelevement .section-resultats-liste-collecte .apk-date-left,
  .section-sites-prelevement .section-sites-prelevement-item .apk-date-left {
    display: inline-block;
    min-width: 91px;
    margin-right: 5px;
  }
}
.section-resultats-liste .section-resultats-liste-collecte .apk-date-right,
.section-resultats-liste .section-sites-prelevement-item .apk-date-right,
.section-sites-prelevement .section-resultats-liste-collecte .apk-date-right,
.section-sites-prelevement .section-sites-prelevement-item .apk-date-right {
  display: block;
}
@media only screen and (min-width: 640px) {
  .section-resultats-liste .section-resultats-liste-collecte .apk-date-right,
  .section-resultats-liste .section-sites-prelevement-item .apk-date-right,
  .section-sites-prelevement .section-resultats-liste-collecte .apk-date-right,
  .section-sites-prelevement .section-sites-prelevement-item .apk-date-right {
    display: inline-block;
  }
}
.section-resultats-liste .section-resultats-liste-collecte .apk-date-right + .apk-date-right,
.section-resultats-liste .section-sites-prelevement-item .apk-date-right + .apk-date-right,
.section-sites-prelevement .section-resultats-liste-collecte .apk-date-right + .apk-date-right,
.section-sites-prelevement .section-sites-prelevement-item .apk-date-right + .apk-date-right {
  margin-top: 10px;
}
@media only screen and (min-width: 640px) {
  .section-resultats-liste .section-resultats-liste-collecte .apk-date-right + .apk-date-right,
  .section-resultats-liste .section-sites-prelevement-item .apk-date-right + .apk-date-right,
  .section-sites-prelevement .section-resultats-liste-collecte .apk-date-right + .apk-date-right,
  .section-sites-prelevement .section-sites-prelevement-item .apk-date-right + .apk-date-right {
    display: block;
    margin-left: 91px;
  }
}
.section-resultats-liste .section-resultats-liste-collecte-detail, .section-resultats-liste .section-resultats-liste-collecte-detail2,
.section-resultats-liste .section-sites-prelevement-item-detail,
.section-resultats-liste .section-sites-prelevement-item-detail2,
.section-sites-prelevement .section-resultats-liste-collecte-detail,
.section-sites-prelevement .section-resultats-liste-collecte-detail2,
.section-sites-prelevement .section-sites-prelevement-item-detail,
.section-sites-prelevement .section-sites-prelevement-item-detail2 {
  padding-top: 15px;
}
.section-resultats-liste .section-resultats-liste-collecte-detail button, .section-resultats-liste .section-resultats-liste-collecte-detail2 button,
.section-resultats-liste .section-sites-prelevement-item-detail button,
.section-resultats-liste .section-sites-prelevement-item-detail2 button,
.section-sites-prelevement .section-resultats-liste-collecte-detail button,
.section-sites-prelevement .section-resultats-liste-collecte-detail2 button,
.section-sites-prelevement .section-sites-prelevement-item-detail button,
.section-sites-prelevement .section-sites-prelevement-item-detail2 button {
  margin-top: -5px;
}
.section-resultats-liste .section-resultats-liste-collecte-detail hr, .section-resultats-liste .section-resultats-liste-collecte-detail2 hr,
.section-resultats-liste .section-sites-prelevement-item-detail hr,
.section-resultats-liste .section-sites-prelevement-item-detail2 hr,
.section-sites-prelevement .section-resultats-liste-collecte-detail hr,
.section-sites-prelevement .section-resultats-liste-collecte-detail2 hr,
.section-sites-prelevement .section-sites-prelevement-item-detail hr,
.section-sites-prelevement .section-sites-prelevement-item-detail2 hr {
  margin: 5px 0 2px 0;
}
.section-resultats-liste .section-resultats-liste-collecte-detail [class*=uk-dropdown-bottom], .section-resultats-liste .section-resultats-liste-collecte-detail2 [class*=uk-dropdown-bottom],
.section-resultats-liste .section-sites-prelevement-item-detail [class*=uk-dropdown-bottom],
.section-resultats-liste .section-sites-prelevement-item-detail2 [class*=uk-dropdown-bottom],
.section-sites-prelevement .section-resultats-liste-collecte-detail [class*=uk-dropdown-bottom],
.section-sites-prelevement .section-resultats-liste-collecte-detail2 [class*=uk-dropdown-bottom],
.section-sites-prelevement .section-sites-prelevement-item-detail [class*=uk-dropdown-bottom],
.section-sites-prelevement .section-sites-prelevement-item-detail2 [class*=uk-dropdown-bottom] {
  margin-top: 5px;
}
.section-resultats-liste .section-resultats-liste-collecte-detail .uk-dropdown, .section-resultats-liste .section-resultats-liste-collecte-detail2 .uk-dropdown,
.section-resultats-liste .section-sites-prelevement-item-detail .uk-dropdown,
.section-resultats-liste .section-sites-prelevement-item-detail2 .uk-dropdown,
.section-sites-prelevement .section-resultats-liste-collecte-detail .uk-dropdown,
.section-sites-prelevement .section-resultats-liste-collecte-detail2 .uk-dropdown,
.section-sites-prelevement .section-sites-prelevement-item-detail .uk-dropdown,
.section-sites-prelevement .section-sites-prelevement-item-detail2 .uk-dropdown {
  padding: 15px 20px;
  min-width: 258px;
}
.section-resultats-liste .section-resultats-liste-collecte-detail .uk-dropdown a, .section-resultats-liste .section-resultats-liste-collecte-detail2 .uk-dropdown a,
.section-resultats-liste .section-sites-prelevement-item-detail .uk-dropdown a,
.section-resultats-liste .section-sites-prelevement-item-detail2 .uk-dropdown a,
.section-sites-prelevement .section-resultats-liste-collecte-detail .uk-dropdown a,
.section-sites-prelevement .section-resultats-liste-collecte-detail2 .uk-dropdown a,
.section-sites-prelevement .section-sites-prelevement-item-detail .uk-dropdown a,
.section-sites-prelevement .section-sites-prelevement-item-detail2 .uk-dropdown a {
  display: block;
}
.section-resultats-liste .section-resultats-liste-collecte-detail .uk-button, .section-resultats-liste .section-resultats-liste-collecte-detail2 .uk-button,
.section-resultats-liste .section-sites-prelevement-item-detail .uk-button,
.section-resultats-liste .section-sites-prelevement-item-detail2 .uk-button,
.section-sites-prelevement .section-resultats-liste-collecte-detail .uk-button,
.section-sites-prelevement .section-resultats-liste-collecte-detail2 .uk-button,
.section-sites-prelevement .section-sites-prelevement-item-detail .uk-button,
.section-sites-prelevement .section-sites-prelevement-item-detail2 .uk-button {
  border-radius: 5px;
  border: 1px solid #ed1c24;
  color: #ed1c24;
}
.section-resultats-liste .section-resultats-liste-collecte-detail .uk-button:not(.apk-button-expand), .section-resultats-liste .section-resultats-liste-collecte-detail2 .uk-button:not(.apk-button-expand),
.section-resultats-liste .section-sites-prelevement-item-detail .uk-button:not(.apk-button-expand),
.section-resultats-liste .section-sites-prelevement-item-detail2 .uk-button:not(.apk-button-expand),
.section-sites-prelevement .section-resultats-liste-collecte-detail .uk-button:not(.apk-button-expand),
.section-sites-prelevement .section-resultats-liste-collecte-detail2 .uk-button:not(.apk-button-expand),
.section-sites-prelevement .section-sites-prelevement-item-detail .uk-button:not(.apk-button-expand),
.section-sites-prelevement .section-sites-prelevement-item-detail2 .uk-button:not(.apk-button-expand) {
  padding: 2px 8px 8px 8px;
  line-height: 4px;
}
.section-resultats-liste .section-resultats-liste-collecte-detail .uk-dropdown a, .section-resultats-liste .section-resultats-liste-collecte-detail2 .uk-dropdown a,
.section-resultats-liste .section-sites-prelevement-item-detail .uk-dropdown a,
.section-resultats-liste .section-sites-prelevement-item-detail2 .uk-dropdown a,
.section-sites-prelevement .section-resultats-liste-collecte-detail .uk-dropdown a,
.section-sites-prelevement .section-resultats-liste-collecte-detail2 .uk-dropdown a,
.section-sites-prelevement .section-sites-prelevement-item-detail .uk-dropdown a,
.section-sites-prelevement .section-sites-prelevement-item-detail2 .uk-dropdown a {
  color: #1a1a1a;
  font-size: 14px;
}
.section-resultats-liste .section-resultats-liste-collecte-detail .uk-dropdown a:hover, .section-resultats-liste .section-resultats-liste-collecte-detail2 .uk-dropdown a:hover,
.section-resultats-liste .section-sites-prelevement-item-detail .uk-dropdown a:hover,
.section-resultats-liste .section-sites-prelevement-item-detail2 .uk-dropdown a:hover,
.section-sites-prelevement .section-resultats-liste-collecte-detail .uk-dropdown a:hover,
.section-sites-prelevement .section-resultats-liste-collecte-detail2 .uk-dropdown a:hover,
.section-sites-prelevement .section-sites-prelevement-item-detail .uk-dropdown a:hover,
.section-sites-prelevement .section-sites-prelevement-item-detail2 .uk-dropdown a:hover {
  color: #ed1c24;
}
.section-resultats-liste .section-resultats-liste-collecte h4,
.section-resultats-liste .section-sites-prelevement-item h4,
.section-sites-prelevement .section-resultats-liste-collecte h4,
.section-sites-prelevement .section-sites-prelevement-item h4 {
  margin: 0;
}
.section-resultats-liste .section-resultats-liste-collecte .lieu,
.section-resultats-liste .section-sites-prelevement-item .lieu,
.section-sites-prelevement .section-resultats-liste-collecte .lieu,
.section-sites-prelevement .section-sites-prelevement-item .lieu {
  color: #bcbcbc;
}
.section-resultats-liste .btn-rdv-centre a,
.section-sites-prelevement .btn-rdv-centre a {
  margin-bottom: 10px;
}
.section-resultats-liste .btn-rdv-centre a .fa-phone,
.section-sites-prelevement .btn-rdv-centre a .fa-phone {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.section-resultats-liste .uk-accordion > li,
.section-sites-prelevement .uk-accordion > li {
  padding: 10px;
}
@media only screen and (min-width: 640px) {
  .section-resultats-liste .uk-accordion > li,
  .section-sites-prelevement .uk-accordion > li {
    padding: 10px 10px 10px 20px;
  }
}
.section-resultats-liste .uk-accordion > li .uk-accordion-title,
.section-sites-prelevement .uk-accordion > li .uk-accordion-title {
  height: inherit;
  padding: 0;
  margin: 0;
  border: none;
  overflow: visible;
  padding-right: 50px;
}
@media only screen and (min-width: 640px) {
  .section-resultats-liste .uk-accordion > li .uk-accordion-title,
  .section-sites-prelevement .uk-accordion > li .uk-accordion-title {
    padding-right: 0px;
  }
}
.section-resultats-liste .uk-accordion > li .uk-accordion-title::before,
.section-sites-prelevement .uk-accordion > li .uk-accordion-title::before {
  display: none !important;
}
@media only screen and (max-width: 639px) {
  .section-resultats-liste .uk-accordion > li .uk-accordion-title .section-resultats-liste-collecte-tag,
  .section-sites-prelevement .uk-accordion > li .uk-accordion-title .section-resultats-liste-collecte-tag {
    margin-right: -50px;
  }
}
.section-resultats-liste .uk-accordion > li .uk-accordion-title .lieu,
.section-sites-prelevement .uk-accordion > li .uk-accordion-title .lieu {
  font-size: 16px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  font-weight: 500;
}
@media only screen and (min-width: 640px) {
  .section-resultats-liste .uk-accordion > li .uk-accordion-title .apk-accordion-button::before,
  .section-sites-prelevement .uk-accordion > li .uk-accordion-title .apk-accordion-button::before {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 639px) {
  .section-resultats-liste .uk-accordion > li .uk-accordion-title .apk-accordion-button,
  .section-sites-prelevement .uk-accordion > li .uk-accordion-title .apk-accordion-button {
    position: absolute;
    top: 15px;
    right: -5px;
    left: inherit;
  }
}
.section-resultats-liste .uk-accordion > li .uk-accordion-title .section-resultats-liste-collecte-detail2,
.section-sites-prelevement .uk-accordion > li .uk-accordion-title .section-resultats-liste-collecte-detail2 {
  padding: 0;
}
.section-resultats-liste .uk-accordion > li .uk-accordion-content,
.section-sites-prelevement .uk-accordion > li .uk-accordion-content {
  padding-bottom: 15px;
}

.section-sites-prelevement .section-sites-prelevement-item-tag {
  right: 20px;
}
.section-sites-prelevement .section-sites-prelevement-item .don-sur-rdv {
  right: 20px;
}
.section-sites-prelevement .section-sites-prelevement-item-image {
  max-height: 230px;
  text-align: right;
}
@media only screen and (max-width: 639px) {
  .section-sites-prelevement .section-sites-prelevement-item-image {
    text-align: center;
  }
}
.section-sites-prelevement .section-sites-prelevement-item-image img {
  max-height: 100%;
  height: 100%;
}
.section-sites-prelevement .section-sites-prelevement-item-image figure {
  height: 100%;
}
.section-sites-prelevement .section-sites-prelevement-item-image figcaption {
  font-size: 11px;
  text-align: right;
  color: #5f5f5f;
}
@media only screen and (max-width: 639px) {
  .section-sites-prelevement .section-sites-prelevement-item-image figcaption {
    text-align: center;
  }
}
.section-sites-prelevement .section-sites-prelevement-item .note {
  padding: 15px 10px;
}
.section-sites-prelevement .section-sites-prelevement-item .note p {
  margin: 0;
}
.section-sites-prelevement .section-sites-prelevement-item + .section-sites-prelevement-item {
  margin-top: 10px;
}

.apk-container-btn-rdv-sang {
  border: 1px solid #ed1c24;
  padding: 20px;
  border-radius: 10px;
}
.apk-container-btn-rdv-sang h3 {
  color: #ed1c24;
  font-size: 20px;
}
.apk-container-btn-rdv-sang p {
  font-size: 15px;
}
.apk-container-btn-rdv-sang p span {
  color: #ed1c24;
}

.apk-container-btn-rdv-plasma {
  border: 1px solid #F9B123;
  padding: 20px;
  border-radius: 10px;
}
.apk-container-btn-rdv-plasma h3 {
  color: #F9B123;
  font-size: 20px;
}
.apk-container-btn-rdv-plasma p {
  font-size: 15px;
}
.apk-container-btn-rdv-plasma p span {
  color: #F9B123;
}

.apk-container-btn-rdv-plaquettes {
  border: 1px solid #FA7137;
  padding: 20px;
  border-radius: 10px;
}
.apk-container-btn-rdv-plaquettes h3 {
  color: #FA7137;
  font-size: 20px;
}
.apk-container-btn-rdv-plaquettes p {
  font-size: 15px;
}
.apk-container-btn-rdv-plaquettes p span {
  color: #FA7137;
}
.apk-container-btn-rdv-plaquettes .atp-btn-header.aptn-btn-cta {
  background-color: #FA7137;
  border-color: #FA7137;
}

@media only screen and (max-width: 639px) {
  .section-resultats .uk-responsive-width {
    margin-top: 0px;
  }
}
.atp-copy-container [class*=atp-copy-data] {
  position: absolute;
  left: -9000px;
  top: 0;
}
.atp-copy-container [data-atp-copy-button] {
  position: relative;
}
.atp-copy-container [data-atp-copy-button] .copiedtext {
  position: absolute;
  left: 0;
  top: -10px;
  right: 0;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(-1em);
      -ms-transform: translateY(-1em);
          transform: translateY(-1em);
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #000000;
  border-radius: 3px;
  padding: 5px 10px;
}
.atp-copy-container [data-atp-copy-button].copied .copiedtext {
  opacity: 0.8;
  -webkit-transform: translateY(-2em);
      -ms-transform: translateY(-2em);
          transform: translateY(-2em);
}

@media only screen and (max-width: 959px) {
  .section-resultats-liste-collecte .uk-position-absolute {
    position: relative !important;
  }
  .section-resultats-liste .section-resultats-liste-collecte .section-resultats-liste-collecte-tag {
    top: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-resultats-liste .section-resultats-liste-collecte .don-sur-rdv {
    top: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section-resultats-liste .section-resultats-liste-collecte .ouverture-exceptionnelle {
    left: 0;
    top: 0;
    margin-top: 20px;
  }
}
/*
@include max-screen($uk-bp-small) {
  .section-sites-prelevement-item {
    .uk-position-absolute {
      position: relative !important;
    }
  }
}*/
.section-job-listing .uk-table thead {
  background-color: #efefef;
}
.section-job-listing .uk-table thead th {
  color: #1a1a1a;
  font-weight: bold;
}
.section-job-listing .uk-text-nowrap {
  white-space: inherit !important;
}

.connexion {
  border-bottom: 0;
  display: table;
  margin-bottom: 20px;
}
.connexion svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 959px) {
  .connexion svg {
    width: auto;
    height: 16px;
  }
}
.connexion a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 14px;
  vertical-align: middle;
}
@media only screen and (max-width: 959px) {
  .connexion a {
    font-size: 12px;
  }
}
.connexion a + a {
  margin-left: 40px;
}
@media only screen and (max-width: 959px) {
  .connexion a + a {
    margin-left: 20px;
  }
}
.connexion a + a::before {
  content: "";
  position: absolute;
  left: -20px;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #bcbcbc;
}
@media only screen and (max-width: 959px) {
  .connexion a + a::before {
    left: -10px;
  }
}
.connexion a svg circle {
  stroke: #ed1c24;
}
.connexion a svg rect {
  stroke: #ed1c24;
}
.connexion a svg path {
  stroke: #ed1c24;
}
.connexion a svg polygon {
  fill: #ed1c24;
}

.section-jobs-listing-detail-header {
  display: block;
  clear: both;
  margin-top: 25px;
  border-bottom: 1px solid #999;
}
@media only screen and (min-width: 1200px) {
  .section-jobs-listing-detail-header {
    margin-top: 115px;
  }
}
.section-jobs-listing-detail .uk-h2,
.section-jobs-listing-detail h2 {
  display: inline-block;
}
.section-jobs-listing-detail .uk-h2 .title,
.section-jobs-listing-detail h2 .title {
  color: #ed1c24;
}
.section-jobs-listing-detail .section-jobs-listing-detail-informations {
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 20px;
}
.section-jobs-listing-detail .uk-table {
  margin-bottom: 0;
}
.section-jobs-listing-detail .uk-table-small td {
  padding: 5px 7px;
}
.section-jobs-listing-detail .section-jobs-listing-detail-content .uk-form-custom {
  display: -webkit-box;
}
.section-jobs-listing-detail .section-jobs-listing-detail-content .format {
  font-family: "Libre Baskerville", serif;
  color: #bcbcbc;
  font-size: 13px;
}
.section-jobs-listing-detail .section-jobs-listing-detail-content .uk-input:disabled, .section-jobs-listing-detail .section-jobs-listing-detail-content .uk-select:disabled, .section-jobs-listing-detail .section-jobs-listing-detail-content .uk-textarea:disabled {
  background-color: #efefef;
}
.section-jobs-listing-detail .section-jobs-listing-detail-content .cv, .section-jobs-listing-detail .section-jobs-listing-detail-content .lettre {
  margin-bottom: 20px;
}
.section-jobs-listing-detail .section-jobs-listing-detail-content #pagode_job_offre_web_content img[src*="valpagodejobs.croix-rouge.be/images/bandeaux/"] {
  display: none;
}

@media only screen and (max-width: 639px) {
  .section-jobs-listing-detail .section-jobs-listing-detail-content .uk-form-custom {
    display: -ms-grid;
    display: grid;
  }
  .section-jobs-listing-detail .section-jobs-listing-detail-content .atp-btn-secondary, .section-jobs-listing-detail .section-jobs-listing-detail-content .section-questions .section-questions-container input[type=radio] + span, .section-questions .section-questions-container .section-jobs-listing-detail .section-jobs-listing-detail-content input[type=radio] + span {
    margin: 10px 0 0 0;
    text-align: center;
  }
}
.section-form-connexion {
  padding: 50px 100px;
}
.section-form-connexion .section-form-connexion-form-container {
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  background: #ffffff;
  padding: 50px;
}
.section-form-connexion .uk-inline {
  display: block;
}
.section-form-connexion .uk-form-label {
  font-size: 17px;
}
.section-form-connexion p {
  font-size: 15px;
}
.section-form-connexion form input {
  margin-top: 10px;
}
.section-form-connexion form .section-form-connexion-question {
  margin-bottom: 12px;
}
.section-form-connexion form .date-to-date {
  margin-top: 10px;
}

input[name=email-display] {
  cursor: not-allowed;
}

.uk-alert-warning.atp-form-alert-email {
  font-size: 14px;
  padding: 15px;
}
.uk-alert-warning.atp-form-alert-email .atp-form-alert-email-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (max-width: 1199px) {
  .section-form-connexion {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 639px) {
  .section-form-connexion {
    padding: 50px 35px;
  }
  .section-form-connexion label {
    width: 100%;
  }
}
.donate-counter, .info-counter {
  /*position: relative;
  z-index: 10000;*/
}
.donate-counter .btn-compteur-infos, .info-counter .btn-compteur-infos {
  margin-top: 20px;
}
.donate-counter p, .info-counter p {
  margin: 0;
  text-transform: uppercase;
}
.donate-counter p .donation-value, .info-counter p .donation-value {
  font-weight: 700;
  font-size: 24px;
}
.donate-counter hr, .info-counter hr {
  margin: 7px 0;
}
.donate-counter .uk-modal-dialog, .info-counter .uk-modal-dialog {
  padding: 20px;
}
.donate-counter .info-counter .uk-modal-dialog, .info-counter .info-counter .uk-modal-dialog {
  padding: 0px !important;
}
.donate-counter .uk-modal-header, .donate-counter .uk-modal-footer, .info-counter .uk-modal-header, .info-counter .uk-modal-footer {
  border: none;
}
.donate-counter .info-counter-uk-modal-dialog, .info-counter .info-counter-uk-modal-dialog {
  width: 800px;
}
.donate-counter .info-counter-modal-header, .info-counter .info-counter-modal-header {
  padding: 35px !important;
}
.donate-counter figure, .info-counter figure {
  margin: 0;
}
.donate-counter .icon-spin, .info-counter .icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
.donate-counter #project-status .progress-graphic, .info-counter #project-status .progress-graphic {
  margin-left: 70px;
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.donate-counter #project-status .progress-graphic .cover, .info-counter #project-status .progress-graphic .cover {
  position: relative;
  z-index: 2;
  background: url("/static/img/mask-poche.svg") no-repeat;
  background-size: 138px 250px;
  width: 138px;
  height: 250px;
  display: block;
}
.donate-counter #project-status .progress-graphic .filling, .info-counter #project-status .progress-graphic .filling {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #eee;
  overflow: hidden;
}
.donate-counter #project-status .progress-graphic .filling span, .info-counter #project-status .progress-graphic .filling span {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.donate-counter #project-status .progress-graphic figcaption, .info-counter #project-status .progress-graphic figcaption {
  font-family: "Lato", Arial, sans-serif;
  position: absolute;
  text-align: center;
  bottom: 88px;
  width: 100%;
  z-index: 3;
  font-size: 23px;
  font-weight: 700;
}
.donate-counter .percent-text, .info-counter .percent-text {
  font-size: 50px;
}
.donate-counter #project-status .progress, .info-counter #project-status .progress {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.donate-counter #project-status .progress strong.d5, .info-counter #project-status .progress strong.d5 {
  font-size: 37px;
}
.donate-counter #project-status .progress b, .info-counter #project-status .progress b {
  display: block;
}
.donate-counter .uk-modal-footer .uk-modal-close-default, .info-counter .uk-modal-footer .uk-modal-close-default {
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
}

.compteur-plasma-color .donation-value {
  color: #F9B023;
}
.compteur-plasma-color #project-status .progress-graphic .filling span {
  background-color: #F9B023;
}
.compteur-plasma-color #project-status .progress-graphic figcaption {
  color: #F9B023;
}

.compteur-plaquettes-color .donation-value {
  color: #EE7424;
}
.compteur-plaquettes-color #project-status .progress-graphic .filling span {
  background-color: #EE7424;
}
.compteur-plaquettes-color #project-status .progress-graphic figcaption {
  color: #EE7424;
}

.compteur-sang-color .donation-value {
  color: #ed1c24;
}
.compteur-sang-color #project-status .progress-graphic .filling span {
  background-color: #ed1c24;
}
.compteur-sang-color #project-status .progress-graphic figcaption {
  color: #ed1c24;
}

@media only screen and (max-width: 639px) {
  .donate-counter .uk-modal-dialog, .info-counter .uk-modal-dialog {
    padding: 0px;
  }
  .donate-counter #project-status .progress-graphic, .info-counter #project-status .progress-graphic {
    margin-left: 40px;
  }
}
.section-form-plasmacovid form[name=plasma_covid_form] .atp-select-container select {
  display: inline-block;
  width: auto;
  min-width: 90px;
}
.section-form-plasmacovid form[name=plasma_covid_form] .atp-select-container select + select {
  margin-left: 5px;
}
.section-form-plasmacovid .form-group .atp-radio-container input, .section-form-plasmacovid .form-group .atp-radio-container label {
  display: inline-block;
  width: auto;
}
.section-form-plasmacovid .form-group .atp-radio-container label + input {
  margin-left: 15px;
}

body[data-atp-layout="layout-blank.html.php"] * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-header-covid .bottomline {
  height: 21px;
  line-height: 21px;
  margin-top: 30px;
}
.section-header-covid .bottomline .redline-left {
  background-color: #A91015;
  font-size: 12px;
  padding: 7px 0;
}
.section-header-covid .bottomline .redline {
  color: #ffffff;
  background-color: #ed1c24;
  font-size: 14px;
  padding: 7px 0px 7px 40px;
}
.section-header-covid .bottomline .redline a {
  color: white;
  font-size: 14px;
  padding-right: 50px;
}

.section-barometre .apk-note-wysiwyg-home a {
  text-decoration: underline;
}
.section-barometre .apk-note-wysiwyg-home a:hover {
  opacity: 0.5;
}

.page-collect-centre-inscription-form .fa-map-marker,
.page-collect-centre-inscription-form .fa-clock-o,
.page-collect-centre-inscription-form .fa-phone,
.page-collect-centre-inscription-form .fa-bus {
  color: #ed1c24;
}
.page-collect-centre-inscription-form .apk-grid-divider {
  margin-left: -140px;
}
.page-collect-centre-inscription-form .apk-grid-divider.uk-grid-large > * {
  padding-left: 140px;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .page-collect-centre-inscription-form .apk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
    left: 70px;
  }
}
.page-collect-centre-inscription-form .apk-contact-type {
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #1a1a1a;
}
.page-collect-centre-inscription-form .apk-contact-type::after {
  content: "";
  display: block;
}
.page-collect-centre-inscription-form .apk-collecte-info {
  background: #eeeeee;
  border: 1px solid #cccccc;
  padding: 5px 10px;
}
.page-collect-centre-inscription-form .date-selected {
  color: #ed1c24;
}
.page-collect-centre-inscription-form #resultats .resultats-placeholder {
  position: relative;
  display: block;
  margin: 25px 0;
  border: 1px solid #5f5f5f;
  border-radius: 3px;
  background-color: #efefef;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #5f5f5f;
}
.page-collect-centre-inscription-form #resultats .resultats-placeholder svg {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.page-collect-centre-inscription-form #resultats .control-label {
  display: none;
  visibility: hidden;
  /* display: block;
   padding: 35px 0 15px 0;
   text-align: center;*/
}
.page-collect-centre-inscription-form #resultats .uk-slider {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-collect-centre-inscription-form .schedule-item {
  position: relative;
  background-color: #efefef;
  padding: 15px 45px 15px 15px;
  font-size: 18px;
  font-weight: 300;
  color: #1a1a1a;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.page-collect-centre-inscription-form .schedule-item.is-disabled {
  opacity: 0.5;
}
.page-collect-centre-inscription-form .schedule-item.is-disabled input.uk-radio {
  border-color: #1a1a1a;
}
.page-collect-centre-inscription-form .schedule-item:not(.is-disabled):hover {
  background-color: #ed1c24;
  color: #ffffff;
  cursor: pointer;
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.page-collect-centre-inscription-form .schedule-item:not(.is-disabled):hover input.uk-radio {
  border-color: #ffffff;
  color: #ffffff;
}
.page-collect-centre-inscription-form .schedule-item.is-selected {
  background-color: #ed1c24;
  color: #ffffff;
}
.page-collect-centre-inscription-form .schedule-item small {
  font-size: 11px;
}
.page-collect-centre-inscription-form .schedule-item input.uk-radio {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  background-color: transparent;
  border: 1px solid #ed1c24;
  color: #ffffff !important;
}
.page-collect-centre-inscription-form .schedule-item input.uk-radio:checked {
  background-color: #ed1c24 !important;
  border-color: #ffffff;
  color: #ffffff !important;
}

.apk-container-inscription-form-akimedia {
  max-width: 1400px;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .apk-container-inscription-form-akimedia {
    padding: 0;
  }
}
.apk-container-inscription-form-akimedia .uk-subnav {
  margin-left: 0;
}
.apk-container-inscription-form-akimedia .uk-subnav > * {
  padding-left: 0;
}
.apk-container-inscription-form-akimedia .apk-border-title-plasma {
  border-bottom: 1px solid #F9B123;
}
.apk-container-inscription-form-akimedia .apk-border-title-sang {
  border-bottom: 1px solid #ed1c24;
}
.apk-container-inscription-form-akimedia .apk-container-validite-inscription {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  text-align: center;
  margin: 40px 0;
  padding: 10px 30px;
}
.apk-container-inscription-form-akimedia .apk-container-validite-inscription p {
  margin: 0;
}
.apk-container-inscription-form-akimedia .apk-text-red {
  color: #ed1c24;
}
.apk-container-inscription-form-akimedia .apk-text-yellow {
  color: #F9B123;
}
.apk-container-inscription-form-akimedia .apk-container-image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-sang, .apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-plasma {
  width: 50%;
  text-align: center;
}
.apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-sang a, .apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-plasma a {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
  background-color: #ffffff;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 2;
  top: 1px;
}
@media screen and (max-width: 1100px) {
  .apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-sang a, .apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-plasma a {
    font-size: 18px;
  }
  .apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-sang a svg, .apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-plasma a svg {
    width: 15px;
  }
}
.apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-sang a {
  color: #ed1c24;
  border: 1px solid #ed1c24;
  border-bottom: 0;
}
.apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-sang.uk-active a {
  background-color: #ed1c24;
  color: #ffffff;
}
.apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-plasma {
  padding-left: 0;
}
.apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-plasma a {
  color: #F9B123;
  border: 1px solid #F9B123;
  border-bottom: 0;
}
.apk-container-inscription-form-akimedia .uk-subnav.uk-subnav-pill .apk-link-switch-plasma.uk-active a {
  background-color: #F9B123;
  color: #ffffff;
}
.apk-container-inscription-form-akimedia .uk-switcher {
  margin-top: 1px;
}
.apk-container-inscription-form-akimedia [uk-toggle*="target:[apk-show-"] .apk-show-plus > strong::after {
  /*content: "\f067";
  font-family: "FontAwesome";
  margin-left: 15px;
  position: relative;
  top: 1px;
  color: $c-red;*/
  content: "\f067";
  position: relative;
  top: -2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: none;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  text-align: center;
  line-height: 36px;
  background-color: #bcbcbc;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 10px;
}
.apk-container-inscription-form-akimedia [uk-toggle*="target:[apk-show-"]:has([aria-hidden=false]) .apk-show-plus > strong::after {
  content: "\f068";
}
.apk-container-inscription-form-akimedia .apk-container-inscription-sang {
  border: 1px solid #ed1c24;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(237, 28, 36, 0.5019607843);
          box-shadow: 0px 4px 20px 0px rgba(237, 28, 36, 0.5019607843);
}
.apk-container-inscription-form-akimedia .apk-container-inscription-sang .adresse li {
  color: #000000;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma {
  border: 1px solid #F9B123;
  border-radius: 20px;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(249, 177, 35, 0.5019607843);
          box-shadow: 0px 4px 20px 0px rgba(249, 177, 35, 0.5019607843);
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .adresse li {
  color: #000000;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .fa-map-marker, .apk-container-inscription-form-akimedia .apk-container-inscription-plasma .fa-phone, .apk-container-inscription-form-akimedia .apk-container-inscription-plasma .fa-clock-o, .apk-container-inscription-form-akimedia .apk-container-inscription-plasma .fa-bus {
  color: #F9B123 !important;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .apk-radio-block-version input[type=radio]:checked + label, .apk-container-inscription-form-akimedia .apk-container-inscription-plasma .btn-action {
  background-color: #F9B123;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .btn-action:hover, .apk-container-inscription-form-akimedia .apk-container-inscription-plasma button[type=submit]:hover, .apk-container-inscription-form-akimedia .apk-container-inscription-plasma input[type=submit].btn-action:hover {
  background-color: #F9B123 !important;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .uk-checkbox:checked {
  background-color: #F9B123 !important;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .gdpr-label a {
  color: #F9B123;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .day-plasma.date_actif:hover {
  background-color: #F9B123;
  border-color: #F9B123;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .day-plasma.is-selected {
  background-color: #F9B123;
  border-color: #F9B123;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .schedule-item input.uk-radio {
  border-color: #F9B123;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .schedule-item:not(.is-disabled):hover, .apk-container-inscription-form-akimedia .apk-container-inscription-plasma .schedule-item.is-selected {
  background-color: #F9B123;
}
.apk-container-inscription-form-akimedia .apk-container-inscription-plasma .schedule-item input.uk-radio:checked {
  background-color: #F9B123 !important;
}
.apk-container-inscription-form-akimedia .page-collect-centre-inscription-form .uk-container {
  padding: 0 40px !important;
}
@media screen and (max-width: 900px) {
  .apk-container-inscription-form-akimedia .page-collect-centre-inscription-form .uk-container {
    padding: 0 20px !important;
  }
}
.apk-container-inscription-form-akimedia .page-collect-centre-inscription-form .schedule-item, .apk-container-inscription-form-akimedia .page-collect-centre-inscription-form .schedule-item.is-active {
  cursor: pointer;
  overflow: hidden;
}
.apk-container-inscription-form-akimedia .page-collect-centre-inscription-form .schedule-item label, .apk-container-inscription-form-akimedia .page-collect-centre-inscription-form .schedule-item.is-active label {
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .apk-container-inscription-form-akimedia .page-collect-centre-inscription-form .uk-container {
    padding: 0 20px !important;
  }
}
.apk-container-inscription-form-akimedia .apk-container-cta-modal {
  padding: 10px 20px 15px 20px;
  max-width: 100%;
  border: 1px solid #efefef;
}
@media screen and (max-width: 600px) {
  .apk-container-inscription-form-akimedia .apk-container-cta-modal {
    max-width: 90%;
  }
}

#apk-modal-test-sang .uk-modal-dialog, #apk-modal-test-plasma .uk-modal-dialog {
  width: 80%;
}
@media screen and (max-width: 600px) {
  #apk-modal-test-sang .uk-modal-dialog, #apk-modal-test-plasma .uk-modal-dialog {
    width: 100%;
  }
}

.atp-ambassadeur .section-image .section-image-container {
  padding: 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .atp-ambassadeur .section-image .section-image-container {
    min-height: 500px;
    padding: 25px 50px;
  }
}
.atp-ambassadeur .section-image h1 {
  font-size: 1.8rem;
}
@media only screen and (min-width: 960px) {
  .atp-ambassadeur .section-image h1 {
    font-size: 5rem;
  }
}
.atp-ambassadeur .section-image-top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.atp-ambassadeur .section-image-bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.atp-ambassadeur p {
  font-weight: 300;
}
.atp-ambassadeur .pimcore_area_croix-rouge-section-content .uk-section {
  padding-bottom: 10px;
}
.atp-ambassadeur .pimcore_area_croix-rouge-section-content + .pimcore_area_croix-rouge-section-text-img .uk-section, .atp-ambassadeur .pimcore_area_croix-rouge-section-content + .pimcore_area_croix-rouge-section-img-text .uk-section {
  padding-top: 0px;
}
.atp-ambassadeur .uk-container.uk-container-small {
  max-width: 1000px;
}
.atp-ambassadeur hr {
  border-width: 2px;
}
.atp-ambassadeur-button {
  padding-top: 60px;
}
.atp-ambassadeur-button-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  -webkit-box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.5);
}
.atp-ambassadeur-button-box > a {
  display: block;
  padding: 25px;
}
.atp-ambassadeur-button-box > a:hover {
  background-color: #ed1c24;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.atp-ambassadeur-button-box > a:hover .atp-ambassadeur-button-media img,
.atp-ambassadeur-button-box > a:hover .atp-ambassadeur-button-media svg {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.atp-ambassadeur-button-box > a:hover .atp-ambassadeur-button-text {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.atp-ambassadeur-button-media img,
.atp-ambassadeur-button-media svg {
  max-width: 150px;
  color: #ed1c24;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.atp-ambassadeur-button-text {
  margin-top: 25px;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 30px;
  line-height: 1.2;
  opacity: 0.4;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.atp-ambassadeur .uk-slider {
  margin-left: 20px;
  margin-right: 20px;
}

#modal-ambassador .atp-modal-title {
  padding: 20px;
  background-color: #ed1c24;
}
#modal-ambassador .atp-modal-title > * {
  color: #ffffff;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  #modal-ambassador .atp-modal-title > * {
    font-size: 20px;
    text-transform: uppercase;
  }
}
#modal-ambassador .atp-modal-content {
  padding: 20px;
}
#modal-ambassador .atp-annoations {
  font-size: 14px;
}
#modal-ambassador .uk-modal-close-default * {
  color: #ffffff;
}
#modal-ambassador .uk-modal-body {
  width: 800px;
  padding: 0px;
}
#modal-ambassador p {
  margin: 0;
}
#modal-ambassador .uk-input {
  border-radius: 10px;
  margin-top: 3px;
}
#modal-ambassador button[type=submit] {
  border-radius: 0px;
  font-size: 20px;
}
@media only screen and (min-width: 640px) {
  #modal-ambassador button[type=submit] {
    height: inherit;
    padding: 10px 40px;
    line-height: 1.2;
  }
}

.atp-vidata {
  position: relative;
  z-index: 1;
  color: #5f5f5f;
  padding-top: 35px;
  padding-bottom: 60px;
  width: 100%;
  max-width: 1000px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  font-family: "lato";
}
.atp-vidata-section {
  position: relative;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 640px) {
  .atp-vidata-section {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.atp-vidata-section::before, .atp-vidata-section::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.atp-vidata-section::before {
  background-image: url("../img/vidata/cloud-left.png");
  top: -50px;
  left: -200px;
  width: 450px;
  height: 300px;
}
.atp-vidata-section::after {
  background-image: url("../img/vidata/cloud-right.png");
  bottom: -140px;
  right: -225px;
  width: 450px;
  height: 300px;
}
.atp-vidata-section .atp-vidata {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 640px) {
  .atp-vidata-section .atp-vidata {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.atp-vidata video,
.atp-vidata iframe {
  width: 100%;
  border: 1px solid #707070;
}
@media only screen and (min-width: 640px) {
  .atp-vidata {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }
}
.atp-vidata-container {
  max-width: 800px;
  padding: 0px 25px;
  margin-left: auto;
  margin-right: auto;
}
.atp-vidata hr:not(.apk-red) {
  border-color: rgba(95, 95, 95, 0.7);
  margin-top: 35px;
}
.atp-vidata-form .atp-form-row {
  padding-top: 0px;
  margin-top: 25px;
}
.atp-vidata-form .atp-form-row-hidden {
  margin-top: 0px;
  padding-top: 15px;
}
@media only screen and (max-width: 639px) {
  .atp-vidata-form .atp-form-row {
    margin-top: 0px;
    padding-top: 15px;
  }
}
.atp-vidata-form hr.atp-red {
  border-color: rgba(237, 28, 36, 0.2);
  width: 100%;
  margin-left: 30px;
}
@media only screen and (min-width: 960px) {
  .atp-vidata-form hr.atp-red {
    display: none;
  }
}
.atp-vidata-form .atp-cross,
.atp-vidata-form .atp-check {
  opacity: 0.1;
}
.atp-vidata-form .atp-cross.is-active,
.atp-vidata-form .atp-check.is-active {
  opacity: 1;
}
.atp-vidata-form .atp-cross:hover,
.atp-vidata-form .atp-check:hover {
  cursor: pointer;
}
.atp-vidata-form .atp-check {
  opacity: 0.2;
}
.atp-vidata-form .atp-btn-container {
  padding-left: 15px;
}
.atp-vidata-form.uk-form input.uk-input, .atp-vidata-form.uk-form .input-container {
  height: inherit;
  background-color: transparent;
  border-radius: 0;
  min-width: 100px;
  border: 2px solid transparent;
}
.atp-vidata-form.uk-form .input-container {
  display: inline-block;
}
.atp-vidata-form.uk-form select:disabled {
  opacity: 1;
}
.atp-vidata-form.uk-form input.uk-input:not(:disabled),
.atp-vidata-form.uk-form .input-container:not(.is-disabled) {
  border: 2px solid #ed1c24;
  -webkit-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
.atp-vidata-form.uk-form select {
  overflow: visible;
  background-color: transparent;
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.atp-vidata-form.uk-form select:first-child {
  margin-left: 10px;
}
.atp-vidata-form.uk-form select:last-child {
  width: auto;
  padding-right: 2px;
}
.atp-vidata-form .atp-modify.atp-or span {
  font-size: 25px;
  font-weight: 500;
}
.atp-vidata-form #vidata_form_birthdate {
  border-bottom: 2px solid #ed1c24;
}
.atp-vidata-form .atp-form-row-hidden {
  color: #ed1c24;
  font-weight: 700;
}
.atp-vidata .atp-action {
  padding-bottom: 40px;
}
.atp-vidata .uk-button {
  border-radius: 25px;
  text-transform: initial;
}
.atp-vidata .uk-button.atp-unvalid {
  cursor: not-allowed;
}
.atp-vidata .uk-button:not(.uk-button-large) {
  height: 32px;
  line-height: 32px;
}
.atp-vidata .uk-button.uk-button-large {
  height: inherit;
  font-size: 25px;
  padding: 0px 30px;
  border-radius: 50px;
}
.atp-vidata label p {
  margin: 0;
}
.atp-vidata h1 {
  color: #929292;
  text-transform: initial;
  font-weight: 400;
}
@media only screen and (min-width: 640px) {
  .atp-vidata h1 {
    font-size: 80px;
    line-height: 1;
  }
}
.atp-vidata .atp-bottom-content {
  padding-top: 50px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  font-size: 16px;
}
@media only screen and (min-width: 640px) {
  .atp-vidata .atp-bottom-content {
    font-size: 30px;
  }
  .atp-vidata .atp-bottom-content span {
    line-height: 22px;
    font-size: 22px;
  }
}
.atp-vidata .atp-bottom-content a {
  color: cadetblue;
  padding-bottom: 0px;
  border-bottom: 1px solid cadetblue;
}
.atp-vidata .gdpr-row label:hover {
  cursor: pointer;
}
.atp-vidata .gdpr-row a {
  color: inherit;
  font-weight: 700;
  border-bottom: 1px solid #929292;
}
.atp-vidata .atp-form-success {
  padding-top: 50px;
  padding-bottom: 30px;
}
.atp-vidata .atp-form-success p {
  font-size: 24px;
}

.atp-vidata-modal .uk-modal-dialog {
  width: 800px;
  padding: 15px 0px;
}
.atp-vidata-modal .uk-section {
  padding: 15px 0px;
}
.atp-vidata-modal .section-resultats-liste-collecte {
  padding: 10px 20px;
  margin-bottom: 15px;
}
.atp-vidata-modal .section-resultats-liste-collecte ul.resultat-url,
.atp-vidata-modal .section-resultats-liste-collecte ul {
  margin-bottom: 0;
  margin-top: 0;
}
.atp-vidata-modal p {
  margin-bottom: 0px;
}
.atp-vidata-modal h3 {
  margin-top: 0px;
  padding-top: 25px;
}
.atp-vidata-modal .uk-modal-body {
  padding: 0px;
}
.atp-vidata-modal .section-form-donner-form-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 639px) {
  .atp-vidata-modal .section-form-donner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.atp-vidata-modal .uk-invisible {
  display: none;
}

.apk-plasma-list h1 {
  font-size: 42px;
  color: rgb(96, 96, 96);
  margin: 60px 0;
  font-weight: 300 !important;
  text-transform: none;
}
.apk-plasma-list h2 {
  color: rgb(96, 96, 96);
  font-size: 32px;
  margin: 40px 0;
}
.apk-plasma-list h3 {
  font-size: 16px;
}
.apk-plasma-list .apk-container-centre {
  border: 1px solid rgb(217, 217, 217);
  border-radius: 5px;
  padding: 20px 40px;
  margin-bottom: 30px;
}
.apk-plasma-list .apk-container-centre:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  cursor: pointer;
}
.apk-plasma-list .apk-container-filtre {
  border-bottom: 1px solid black;
}
.apk-plasma-list .apk-container-filtre p {
  font-size: 20px;
  font-weight: 300 !important;
}
.apk-plasma-list .apk-coming-soon {
  position: relative;
}
.apk-plasma-list .apk-coming-soon:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: none;
  transition: none;
  cursor: inherit;
}
.apk-plasma-list .apk-coming-soon .apk-overlay {
  background: rgba(0, 0, 0, 0.575);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.7;
  z-index: 2;
  border-radius: 5px;
}
.apk-plasma-list .apk-coming-soon .apk-overlay::before {
  content: "Coming soon";
  color: white;
  text-align: center;
  font-size: 30px;
  top: 20px;
  position: absolute;
  width: 100%;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
  left: 0;
}

.apk-plasma-detail h1 {
  font-size: 42px;
  color: rgb(96, 96, 96);
  margin: 60px 0;
  font-weight: 500 !important;
  text-transform: none;
}
.apk-plasma-detail hr {
  border-top: 1px solid black;
}
.apk-plasma-detail .apk-container-heading {
  border-bottom: 1px solid black;
  color: black;
  text-transform: uppercase;
  font-size: 24px;
}
@media only screen and (max-width: 959px) {
  .apk-plasma-detail .apk-container-centres {
    margin-bottom: 20px;
  }
}
.apk-plasma-detail .apk-container-centres select {
  border: 1px solid #ed1c24;
  padding: 10px;
  color: #ed1c24 !important;
  text-transform: uppercase;
  border-radius: 5px;
}
.apk-plasma-detail .apk-container-centres h3 {
  display: inline-block;
  border: 1px solid #ed1c24;
  padding: 10px 20px;
  color: #ed1c24 !important;
  text-transform: uppercase;
  border-radius: 5px;
}
.apk-plasma-detail .apk-container-period select {
  border: 1px solid #000000;
  padding: 10px;
  color: #000000 !important;
  text-transform: uppercase;
  border-radius: 5px;
}
.apk-plasma-detail .apk-container-infos {
  padding: 20px 40px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}
@media only screen and (max-width: 959px) {
  .apk-plasma-detail .apk-container-infos {
    margin-top: 0;
  }
}
.apk-plasma-detail .apk-container-infos h4 {
  text-decoration: underline;
  font-size: 24px;
}
.apk-plasma-detail .apk-container-infos h3 {
  font-size: 24px;
  color: #000000;
}
.apk-plasma-detail .apk-container-infos .apk-container-image {
  padding: 0px 5px;
  border-radius: 3px;
  border: 1px solid #6FB353;
}
.apk-plasma-detail .apk-container-infos .apk-poches img {
  opacity: 0.5;
}
.apk-plasma-detail .apk-container-infos .apk-poches .apk-poche-active .apk-container-image {
  max-width: 65px;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  border: 1px solid #ed1c24;
}
.apk-plasma-detail .apk-container-infos .apk-poches .apk-poche-active .apk-container-image.tres-critique {
  border: 1px solid #ed1c24;
}
.apk-plasma-detail .apk-container-infos .apk-poches .apk-poche-active .apk-container-image.critique {
  border: 1px solid #f89926;
}
.apk-plasma-detail .apk-container-infos .apk-poches .apk-poche-active .apk-container-image.fragile {
  border: 1px solid #ffdb4d;
}
.apk-plasma-detail .apk-container-infos .apk-poches .apk-poche-active .apk-container-image.bonne {
  border: 1px solid #c1e3a2;
}
.apk-plasma-detail .apk-container-infos .apk-poches .apk-poche-active .apk-container-image.tres-bonne {
  border: 1px solid #88adf5;
}
.apk-plasma-detail .apk-container-infos .apk-poches .apk-poche-active img {
  opacity: 1;
}
.apk-plasma-detail .apk-container-infos .apk-poches .apk-poche-active p {
  text-transform: uppercase;
  color: #606060;
  font-weight: 400;
}
.apk-plasma-detail .apk-container-infos .apk-content-bottom h4 {
  text-decoration: none;
}
.apk-plasma-detail .apk-container-infos-plages {
  padding: 20px 40px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 639px) {
  .apk-plasma-detail .apk-container-infos-plages {
    padding: 20px 10px 20px 20px;
  }
}
.apk-plasma-detail .apk-container-infos-plages h2 {
  font-size: 38px;
  color: #ed1c24;
  border: 1px solid #ed1c24;
  padding: 5px 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 639px) {
  .apk-plasma-detail .apk-container-infos-plages h2 {
    font-size: 32px;
  }
}
.apk-plasma-detail .apk-container-infos-plages p {
  font-size: 18px;
}
@media only screen and (max-width: 639px) {
  .apk-plasma-detail .apk-container-infos-plages p {
    font-size: 15px;
    margin-top: 0 !important;
  }
}
.apk-plasma-detail .apk-container-infos-plages .apk-container-dates {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.apk-plasma-detail .apk-container-infos-plages .apk-container-dates:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-content-dates {
  border: 1px solid #ed1c24;
  border-radius: 5px;
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-complet {
  border: 1px solid #6FB353;
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar h2 {
  font-size: 30px;
  color: #000000;
  border: none;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 639px) {
  .apk-plasma-detail .apk-container-infos-plages .apk-calendar h2 {
    font-size: 26px;
  }
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar h3 {
  font-size: 17px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 0;
}
@media only screen and (max-width: 639px) {
  .apk-plasma-detail .apk-container-infos-plages .apk-calendar h3 {
    font-size: 15px;
  }
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar p {
  color: #ed1c24;
  font-size: 13px;
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-green {
  color: #6FB353;
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-closed {
  border: 1px solid #000000;
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-closed p {
  color: #000000;
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-width-custom {
  width: 14.2857142857%;
}
@media only screen and (max-width: 639px) {
  .apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-width-custom {
    padding-left: 3px;
  }
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-hide-state-date {
  border: 1px solid gray;
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-hide-state-date h2, .apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-hide-state-date h3, .apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-hide-state-date p {
  color: gray;
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-hide-state-date.apk-closed {
  border: 1px solid #000000;
}
.apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-hide-state-date.apk-closed h2, .apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-hide-state-date.apk-closed h3, .apk-plasma-detail .apk-container-infos-plages .apk-calendar .apk-hide-state-date.apk-closed p {
  color: #000000;
}
.apk-plasma-detail .apk-div-barometre {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.apk-plasma-detail .apk-div-barometre h2 {
  font-weight: 300 !important;
  color: #606060;
}
.apk-plasma-detail .apk-div-barometre h4 {
  text-transform: uppercase;
  margin: 5px 0 25px 0;
}
.apk-plasma-detail .apk-div-barometre img {
  width: 60px;
  height: auto;
  margin-top: 20px;
}

.uk-progress::-webkit-progress-value {
  background-color: #ed1c24;
}

.uk-progress::-moz-progress-bar {
  background-color: #ed1c24;
}

.uk-progress::-ms-fill {
  background-color: #ed1c24;
}

.uk-accordion-title {
  line-height: 40px;
  height: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #5f5f5f;
  color: #5f5f5f;
  font-size: 30px;
  font-weight: 300;
}
@media only screen and (max-width: 639px) {
  .uk-accordion-title {
    font-size: 24px;
  }
}
.uk-accordion-title:hover {
  color: #1a1a1a;
}
.uk-accordion-title .apk-accordion-button {
  border: none;
}
.uk-accordion-title::before,
.uk-accordion-title .apk-accordion-button::before {
  content: "\f067";
  position: relative;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-image: none;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
          box-shadow: 0 2px 8px rgba(26, 26, 26, 0.2);
  text-align: center;
  line-height: 36px;
  background-color: #bcbcbc;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.uk-open > .uk-accordion-title::before,
.uk-open > .uk-accordion-title .apk-accordion-button::before {
  content: "\f068";
  background-color: #1a1a1a;
  color: #ffffff;
}

.uk-dotnav-contrast > * > * {
  background: #ffffff;
  opacity: 0.75;
}
.uk-dotnav-contrast > .uk-active > * {
  background: #ed1c24;
  opacity: 0.75;
}
.uk-dotnav-contrast > * > :focus, .uk-dotnav-contrast > * > :hover {
  background: #ed1c24;
  opacity: 1;
}

@media only screen and (min-width: 640px) {
  .uk-dotnav.apk-slider-nav-responsive {
    position: absolute;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*
.uk-dotnav {
	& > * > * {
		width: 16px;
		height: 16px;
		border-color: $c-red;
	}

	& > .uk-active > * {
		background-color: $c-red;
	}

	& > * > :focus,
	& > * > :hover
	{
		background-color: $c-red;
		border-color: $c-red;
	}
}
*/
.uk-slidenav:hover {
  color: #ed1c24;
}

[uk-slidenav-next] svg,
[uk-slidenav-previous] svg {
  pointer-events: none;
}

[uk-toggle]:hover {
  cursor: pointer;
}

body .noUi-target {
  background-color: #ed1c24;
  border-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .noUi-horizontal {
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
body .noUi-horizontal .noUi-connect {
  border-radius: 9px;
  background: #ffffff;
}
body .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -10px;
  top: -6px;
  border-radius: 10px;
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ffffff;
  border-color: #ed1c24;
}
body .noUi-horizontal .noUi-handle:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
body .noUi-horizontal .noUi-handle::before, body .noUi-horizontal .noUi-handle::after {
  display: none;
}
body .noUi-horizontal .noUi-tooltip {
  font-size: 13px;
  font-weight: 400;
  padding: 2px 5px;
  bottom: 22px;
}

body #pc-cookie-notice {
  background: rgba(95, 95, 95, 0.8);
  color: #ffffff;
  padding: 27px 0;
  font-size: 16px;
  font-family: "Lato", Arial, sans-serif;
}
@media only screen and (max-width: 959px) {
  body #pc-cookie-notice {
    padding: 25px 15px;
  }
}
body #pc-cookie-notice #pc-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 959px) {
  body #pc-cookie-notice #pc-button {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
}
body #pc-cookie-notice #pc-button button {
  height: 43px;
  line-height: 43px;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  background: #ed1c24;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.marche {
  padding: 40px 0px;
}
@media only screen and (max-width: 639px) {
  #main .marche {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.marche h2 {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #bcbcbc;
}
.marche input[type=radio] {
  width: 16px;
  margin-right: 5px;
}
.marche input[type=radio]:checked {
  background-size: 35px;
}
.marche input[type=checkbox] {
  width: 16px;
}
.marche label {
  display: inline-block;
  padding-bottom: 10px;
}
.marche label + input[type=radio] {
  margin-left: 15px;
}
.marche .not-inline label {
  display: initial;
}
.marche .not-inline label + input[type=radio] {
  margin-left: 0px;
}
.marche .not-inline input + label:after {
  content: "";
  display: block;
}
.marche input[type=text],
.marche select {
  border-radius: 0px;
}
.marche .label-title-radio {
  display: inline-block !important;
  padding-bottom: 15px;
}
.marche .apk-marche-birthday > select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../img/forms/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: calc(33.3333333333% - 7px);
  padding: 5px 15px;
}
.marche .apk-marche-birthday > select:not(:last-child) {
  margin-right: 10px;
}
.marche .uk-accordion {
  background-color: #efefef;
  border-radius: 5px;
  padding: 20px;
}
.marche .uk-accordion .uk-accordion-title {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 40px;
  border-bottom: inherit;
}
.marche .uk-accordion .uk-accordion-content {
  padding-bottom: 20px;
}
.marche .uk-accordion input {
  background-color: #e6e6e6;
}
.marche .horaire .uk-slider-container {
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: $uk-bp-small) {
  .marche .horaire .uk-slider-container {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.marche .horaire label {
  padding-bottom: 0px;
}
.marche .horaire .marche-horaire {
  background-color: #e6e6e6;
}
.marche .horaire .marche-horaire .uk-radio {
  border: 1px solid #ed1c24;
}
.marche .horaire .marche-horaire.is-active {
  background-color: #ed1c24;
  color: #ffffff;
}
.marche .horaire .marche-horaire.is-active .uk-radio {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.marche .horaire .uk-slidenav-previous {
  left: -20px;
}
.marche .horaire .uk-slidenav-next {
  right: -20px;
}
.marche .infos-pratiques {
  border: 2px solid #e6e6e6;
  border-radius: 15px;
  padding: 30px;
  font-style: italic;
}
.marche .infos-pratiques p {
  margin: inherit;
}

.apk-mille-raisons main#main {
  margin: 0;
}
.apk-mille-raisons h1, .apk-mille-raisons h2, .apk-mille-raisons h3 {
  font-family: "Bebas Neue", sans-serif;
}
.apk-mille-raisons .uk-section {
  padding: 0;
  margin: 100px 0;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .uk-section {
    margin: 60px 0;
  }
}
.apk-mille-raisons .atp-btn-primary, .apk-mille-raisons .section-questions .section-questions-container input[type=radio]:checked + span, .section-questions .section-questions-container .apk-mille-raisons input[type=radio]:checked + span {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  border-radius: 0;
  height: auto;
  padding: 3px 30px;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .atp-btn-primary, .apk-mille-raisons .section-questions .section-questions-container input[type=radio]:checked + span, .section-questions .section-questions-container .apk-mille-raisons input[type=radio]:checked + span {
    font-size: 18px;
    padding: 0 20px;
  }
}
.apk-mille-raisons hr {
  display: none;
}
.apk-mille-raisons .apk-section-banner-link-img {
  margin: 0;
}
.apk-mille-raisons .apk-section-banner-link-img img {
  width: 100vw;
  height: auto;
}
.apk-mille-raisons .section-content {
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-content {
    text-align: left;
  }
  .apk-mille-raisons .section-content .uk-flex.uk-flex-center {
    display: block;
  }
  .apk-mille-raisons .section-content .apk-margin-top-mobile {
    margin-top: 10px;
  }
}
.apk-mille-raisons .section-content .h-big-lowcase-grey {
  font-size: 80px;
  opacity: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-content .h-big-lowcase-grey {
    font-size: 32px;
  }
}
.apk-mille-raisons .section-content p {
  font-size: 21px;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-content p {
    font-size: 18px;
  }
}
.apk-mille-raisons .section-text-img .h-big-lowcase-grey {
  font-size: 50px;
  font-family: "Lato", Arial, sans-serif;
  opacity: 1;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-text-img .h-big-lowcase-grey {
    font-size: 32px;
  }
}
.apk-mille-raisons .section-text-img p {
  font-size: 24px;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-text-img p {
    font-size: 18px;
  }
}
.apk-mille-raisons .section-text-img .apk-flex-campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.apk-mille-raisons .section-faq {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 640px) {
  .apk-mille-raisons .section-faq {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .apk-mille-raisons .section-faq {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.apk-mille-raisons .section-faq .section-faq-container {
  background-color: #ed1c24;
}
.apk-mille-raisons .section-faq .section-faq-container .h-big-lowcase-grey {
  font-size: 50px;
  opacity: 1;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-faq .section-faq-container .h-big-lowcase-grey {
    font-size: 32px;
  }
}
.apk-mille-raisons .section-faq .section-faq-container .uk-accordion-title {
  color: #000000;
  font-size: 24px;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-faq .section-faq-container .uk-accordion-title {
    padding: 20px 60px 20px 20px;
    height: auto;
  }
}
.apk-mille-raisons .section-faq .section-faq-container p {
  font-size: 18px;
}
.apk-mille-raisons .section-faq .apk-faq-solo-container .apk-title-section {
  font-size: 24px;
}
.apk-mille-raisons .section-testimonial {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.apk-mille-raisons .section-testimonial .uk-container {
  max-width: 1200px;
  background-color: #ed1c24;
  padding: 60px;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-testimonial .uk-container {
    background-color: #ffffff;
    padding: 0;
  }
}
@media only screen and (min-width: 640px) {
  .apk-mille-raisons .section-testimonial {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .apk-mille-raisons .section-testimonial {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.apk-mille-raisons .section-testimonial .uk-inline {
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
}
.apk-mille-raisons .section-testimonial .uk-inline img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.apk-mille-raisons .section-testimonial .uk-inline .uk-position-center img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.apk-mille-raisons .section-testimonial .uk-inline p {
  font-weight: 700;
}
.apk-mille-raisons .section-testimonial .uk-flex-first\@s .uk-inline {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.apk-mille-raisons .section-testimonial .apk-bg-container-text {
  height: 300px;
  background-color: white;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-testimonial .apk-bg-container-text {
    width: 90%;
    left: 2%;
    height: 300px;
    top: 90px;
  }
}
.apk-mille-raisons .section-testimonial .apk-bg-container-text .apk-container-text {
  background-color: #ed1c24;
  border: 3px solid #ffffff;
  padding: 0 20px;
  height: 300px;
  position: absolute;
  right: -20px;
  left: 20px;
  top: -20px;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-testimonial .apk-bg-container-text .apk-container-text {
    position: relative;
  }
  .apk-mille-raisons .section-testimonial .apk-bg-container-text .apk-container-text h3 {
    font-size: 18px;
  }
  .apk-mille-raisons .section-testimonial .apk-bg-container-text .apk-container-text p {
    font-size: 15px;
  }
}
.apk-mille-raisons .section-testimonial .apk-bg-container-text .apk-container-text h3 {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 700;
}
.apk-mille-raisons .section-testimonial .apk-bg-container-text .apk-container-text h3, .apk-mille-raisons .section-testimonial .apk-bg-container-text .apk-container-text p {
  color: #ffffff;
}
@media only screen and (max-width: 959px) {
  .apk-mille-raisons .section-testimonial .uk-slideshow .uk-position-center img {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    position: relative;
  }
  .apk-mille-raisons .section-testimonial .uk-slideshow .uk-position-top-left, .apk-mille-raisons .section-testimonial .uk-slideshow .uk-position-top-right {
    margin-top: 100px;
  }
}

.section-faq .apk-faq-solo-container .apk-title-section {
  padding: 12px 60px 12px 20px;
  font-size: 16px;
  font-weight: 700;
}
.section-faq .apk-faq-solo-container li {
  padding: 20px 0;
}
/*# sourceMappingURL=application.css.map */