@charset "UTF-8";
/*
 * Feuille de style par déafaut
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&display=swap");
/* Initialisation de couleurs */
/* Paramétrage des marges*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Autres propriétés que je rajoute pour partir sur une base 'vierge' */
@-ms-viewport {
  width: device-width; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/* Propriétés de base des balises a */
a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* RESET BUTTON : permet de retirer tous les effets appliqués sur la balise button par les différents navigateurs */
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* permet de retirer tous les effets appliqués sur les balises input et textarea par les différents navigateurs */
input, textarea {
  border: none;
  background: transparent;
  -webkit-appearance: none; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    height: 0%; }
  50% {
    opacity: 1;
    height: 50%; }
  100% {
    opacity: 1;
    height: 100%; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    height: 0%; }
  50% {
    opacity: 1;
    height: 50%; }
  100% {
    opacity: 1;
    height: 100%; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    background-color: transparent; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    background-color: transparent; } }

/*  -----------------------------------
   - - - - - -  Liens <a>   - - - - - -
 -----------------------------------  */
a {
  color: #1D1D1D;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none; }
  a:visited, a:active {
    color: #1D1D1D; }

.container__wysiwyg a {
  color: #1D1D1D;
  font-weight: 700; }

/*  -----------------------------------
   - - - - - - -  Boutons - - - - - -
 -----------------------------------  */
.btn__defaut,
button.btn__defaut,
a.btn__defaut {
  display: inline-block;
  width: auto;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 900;
  padding: 17px 30px 16px;
  background: #1622B2;
  color: #FFFFFF;}


/*  -----------------------------------
   - - - - - - -  Hover - - - - - -
 -----------------------------------  */
@media (min-width: 992px) {
  .container__wysiwyg a:hover,
  a:hover {
    color: #1622B2; }
  .btn__defaut:hover,
  button.btn__defaut:hover,
  a.btn__defaut:hover {
    background-color: #EB6654;
    color: #FFFFFF; } }

/*  -----------------------------------
   - - - - - - -  Couleurs - - - - - -
 -----------------------------------  */
.couleur__blanche {
  color: #FFFFFF; }

.couleur__claire {
  color: #FAFAFA; }

.couleur__texte {
  color: #1D1D1D; }

/*  -----------------------------------
   - - - - - - -  Backgrounds - - - - - -
 -----------------------------------  */
.bcg__texte {
  background-color: #1D1D1D; }

.bcg__rose {
  background-color: #FBEDE7; }

.bcg__full {
  position: relative; }

.bcg__claire {
  background-color: #FAFAFA; }

.bcg__gris--fonce {
  background-color: #E5E5E5; }

.bcg__gris {
  background-color: #EDEDED; }

.bcg__gris--clair {
  background-color: #F5F5F5; }

/*  -----------------------------------
   - - - - - - -  Bordures - - - - - -
 -----------------------------------  */
.border__encours {
  border: 3px solid #EB6654; }

.border__relecture {
  border: 3px solid #E6DB56; }

.border__finaliser {
  border: 3px solid #96CB22; }

.border__gris {
  position: relative; }
  .border__gris::before {
    position: absolute;
    content: '';
    background: #E5E5E5;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0; }

.border__tour {
  border: 1px solid #E5E5E5; }
.border__large {
  border-width: 10px;
}

/*  -----------------------------------
   - - - - - - -  Flexbox - - - - - -
 -----------------------------------  */
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flexbox__column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.flexbox__column--reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.flexbox__center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flexbox__justify--center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center; }

.flexbox__start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flexbox__end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flexbox__base {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.flexbox__between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.flexbox__evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly; }

.flexbox__justify--end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.flexbox__wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex__margin--right div:not(:last-child) {
  margin-right: 15px; }

/*  -----------------------------------
   - - - - - - -  Grid - - - - - -
 -----------------------------------  */
.gridbox {
  display: -ms-grid;
  display: grid; }

/*  -----------------------------------
   - - - -   Rows : égales - - - -
 -----------------------------------  */
.grid__2row--egales {
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr); }

.grid__4row--egales {
  -ms-grid-rows: (1fr)[4];
  grid-template-rows: repeat(4, 1fr); }

/*  -----------------------------------
   - - - -   Colonnes : égales - - - -
 -----------------------------------  */
.grid__1col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }

.grid__2col--egales {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

.grid__3col--egales {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.grid__4col--egales {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr); }

.grid__5col--egales {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr); }

/*  -----------------------------------
   - - - -   Colonnes : autres  - - - -
 -----------------------------------  */
.grid__2col--auto-1fr {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr; }

.grid__2col--1fr-auto {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto; }

.grid__2col--1fr-2fr {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr; }

.grid__2col--2fr-1fr {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr; }

.grid__3col--2fr-auto {
  -ms-grid-columns: 1fr 1fr auto;
  grid-template-columns: 1fr 1fr auto; }

.grid__3col--auto-2fr {
  -ms-grid-columns: auto 1fr 1fr;
  grid-template-columns: auto 1fr 1fr; }

.grid__2col--5fr-4fr {
  -ms-grid-columns: 5fr 4fr;
  grid-template-columns: 5fr 4fr; }

.grid__2col--auto {
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto); }

.grid__auto-fill {
  grid-template-columns: repeat(auto-fit, minmax(-webkit-min-content, auto));
  grid-template-columns: repeat(auto-fit, minmax(min-content, auto)); }

/*  -----------------------------------
   - - - -   Alignement : grid - - - -
 -----------------------------------  */
.grid__align--self-start {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start; }

.grid__align--self-end {
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end; }

.grid__align--self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.grid__justify--self-center {
  -ms-grid-column-align: center;
  justify-self: center; }

.grid__justify--self-start {
  -ms-grid-column-align: start;
  justify-self: start; }

.grid__justify--self-end {
  -ms-grid-column-align: end;
  justify-self: end; }

/*  -----------------------------------
 - - -  Alignement : colonnes et rows  - - -
 -----------------------------------  */
.flex__align--center,
.grid__align--center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.grid__align--start {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }

.grid__justify--center {
  justify-items: center; }

.grid__justify--start {
  justify-items: start; }

.grid__justify--end {
  justify-items: end; }

.grid__justify-content--start {
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
  justify-content: start;
  -ms-flex-pack: start; }

/*  -----------------------------------
   - - - - - - -  Grid-gap - - - - - -
 -----------------------------------  */
.grid__gap--giga {
  grid-gap: 110px; }

.grid__gap--grand {
  grid-gap: 60px; }

.grid__gap--moyen {
  grid-gap: 40px; }

.grid__gap--petit {
  grid-gap: 25px; }

.grid__gap--mini {
  grid-gap: 16px; }

.grid__gap--colonne--giga {
  grid-column-gap: 140px; }

.grid__img--txt .grid__2col--egales {
  direction: rtl; }
  .grid__img--txt .grid__2col--egales .gridbox {
    direction: initial; }

.flex__margin--right div:not(:last-child) {
  margin-right: 20px; }

.grid__cards--domaines .card {
  min-height: 190px; }

.grid__gap--footer {
  grid-gap: 80px 10px; }

.grid__gap--videos {
  grid-gap: 20px 12px; }

/*  - - -  FOOTER  - - -  */
.footer__logo img {
  max-width: 346px;
  max-height: 41px;
  -o-object-fit: contain;
  object-fit: contain; }

.footer__bottom--mentions ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer__bottom--mentions ul li:not(:last-child) {
    margin-right: 20px; }
  .footer__bottom--mentions ul a, .footer__bottom--mentions ul span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px; }

/*  -----------------------------------
   - - - - - - -  Hover - - - - - -
 -----------------------------------  */
@media (min-width: 992px) {
  footer a:hover {
    color: #A5326F; }
  .footer__top ul a:hover,
  .footer__bottom--mentions ul a:hover {
    color: #A5326F; } }

/*  -----------------------------------
- - - - - - -  Formulaire Contact - - - - - -
-----------------------------------  */
form > div {
  margin-bottom: 19px; }

form label {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  font-weight: 700;
  color: #1D1D1D;
  width: auto;
  margin: 20px 0 15px; }
  form label span {
    color: #BF3880; }

form input,
form textarea {
  width: 100%;
  padding: 7px 14px 6px;
  background-color: #FFFFFF;
  border: #2F2F2F solid 0.5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  color: #1D1D1D;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

form input[type="submit"] {
  color: #FFFFFF;
  background-color: #1622B2;
  font-weight: 900;
  width: auto;
  padding: 14px 25px 13px;
  cursor: pointer; }

form select, form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  font-size: 16px;
  font-size: 1rem; }

form input:focus:required:invalid {
  color: #E25624;
  border-color: #E25624; }

form textarea {
  width: 100%;
  height: 100%;
  max-height: 145px; }

form input:focus, form textarea:focus, form select:focus {
  outline: none; }

form .message-confirmation {
  position: relative;
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: none; }
  form .message-confirmation p {
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    font-weight: 400; }

form .form__error p {
  color: #E25624; }

form .form__success p {
  color: #237B4F; }

.rgpd {
  margin-bottom: 25px; }
  .rgpd.rgpd__ml {
    margin-bottom: 12.5px; }
  .rgpd label, .rgpd a {
    color: #1D1D1D;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    font-weight: 400; }
  .rgpd a {
    font-weight: 700; }

/*  -----------------------------------
- - - - -  Radio et Checkbox - - - - -
-----------------------------------  */
.radio__container,
.checkbox__container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 0;
  font-weight: 400; }

.checkbox__container {
  padding-left: 25px; }

.radio__container {
  padding-left: 22px; }

/* Hide the browser's default checkbox */
.radio__container--group ~ input,
.radio__container input,
.checkbox__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
  padding: 0; }

/* Create a custom checkbox */
.radio__checkmark,
.checkbox__checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer; }

.checkbox__checkmark {
  height: 16px;
  width: 16px;
  border: 1px solid #E5E5E5; }

.radio__checkmark {
  border-radius: 50%;
  height: 13px;
  width: 13px;
  border: 1px solid #E5E5E5; }

/* When the checkbox is checked, add a blue background */
.radio__container input:checked ~ .radio__checkmark {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5; }

.checkbox__container input:checked ~ .checkbox__checkmark {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5; }

/* Create the radio__checkmark/indicator (hidden when not checked) */
.radio__checkmark:after,
.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the radio__checkmark when checked */
.radio__container input:checked ~ .radio__checkmark:after,
.checkbox__container input:checked ~ .checkbox__checkmark:after {
  display: block; }

/* Style the radio__checkmark/indicator */
.radio__container .radio__checkmark:after {
  top: -1px;
  left: -1px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #BF3880; }

.checkbox__container .checkbox__checkmark:after {
  left: 4px;
  top: 1px;
  width: 7px;
  height: 9px;
  background-color: #FFFFFF;
  border: solid #BF3880;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg); }

.checkbox__group .checkbox__checkmark {
  border: 2px solid #1D1D1D;
  border-radius: 3px;
  top: 2px; }

/*  -----------------------------------
- - - - - - -    Select   - - - - - - -
-----------------------------------  */
.custom__select {
  position: relative;
  width: 220px;
  color: #FFFFFF;
  text-align: left; }

.custom__select select {
  display: none;
  /*hide original SELECT element: */ }

.select__selected {
  padding: 8px 16px;
  cursor: pointer; }

.same-as-selected {
  color: #1622B2; }

/* Style the arrow inside the select element: */
.select__selected:after {
  position: absolute;
  content: "\221F";
  bottom: 10px;
  right: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

/* Point the arrow upwards when the select box is open (active): */
.select__selected.select__arrow--active {
  border-bottom: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select__selected.select__arrow--active:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

/* style the items (options), including the selected item: */
.select__items div,
.select__selected {
  background-color: #1622B2;
  color: #FFFFFF;
  padding: 8px 16px;
  cursor: pointer;
  transition: all .3s ease-in-out;}

/* Style items (options): */
.select__items {
  border: 1px solid #FFFFFF;
  border-color: transparent #FFFFFF #FFFFFF #FFFFFF;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/* Hide the items when the select box is closed: */
.select__hide {
  display: none; }
select#select_statut{
  width: 140px;
  border-radius: 0;
  height: 25px;
  border: 0;
}
/*    -----------------------------------
- - - - - - - -  UPLOAD  - - - - - - -
  -----------------------------------  */
.upload label {
  margin: 0; }

.upload input[type='file'] {
  position: absolute;
  margin-top: 3px;
  margin-left: 3px;
  height: 1px;
  width: 1px;
  z-index: -5;
  border-bottom: none; }

.upload span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  cursor: pointer; }

.upload p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px; }

@media (min-width: 992px) {
  /* On mouse-over, add a grey background color */
  .checkbox__container:hover input ~ .checkbox__checkmark {
    background-color: transparent;
    color: transparent;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5); }
    .checkbox__container:hover input ~ .checkbox__checkmark::after {
      background: transparent; }
  .radio__container:hover input ~ .radio__checkmark {
    background: #FAFAFA;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3); }
  .checkbox__container:hover input:checked ~ .checkbox__checkmark {
    background: #FFFFFF; }
    .checkbox__container:hover input:checked ~ .checkbox__checkmark:after {
      background-color: #FFFFFF;
      border: solid #BF3880;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(38deg);
      -ms-transform: rotate(38deg);
      transform: rotate(38deg); }
  .radio__container:hover input:checked ~ .radio__checkmark {
    background: #FAFAFA; }
    .radio__container:hover input:checked ~ .radio__checkmark::after {
      background-color: #BF3880; }
  .select__items div:hover {
    background-color: #EB6654; } }

/*    -----------------------------------
- - - - - - - -  header  - - - - - - -
  -----------------------------------  */
header {
  width: 100%; }

.header__logo img {
  max-width: 200px;
  max-height: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

/*  -----------------------------------
   - - - - - - -  Padding - - - - - -
 -----------------------------------  */
.pad__geant {
  padding: 70px 40px 60px 60px; }

.pad__grand {
  padding: 40px; }

.pad__moyen {
  padding: 30px; }

.pad__petit {
  padding: 20px; }

.pad__mini {
  padding: 10px; }

/*  -----------------------------------
  - - - - Padding : Top et Bottom  - - - -
 -----------------------------------  */
.pad__vertical--giga {
  padding-top: 120px;
  padding-bottom: 120px; }

.pad__vertical--mega {
  padding-top: 100px;
  padding-bottom: 100px; }

.pad__vertical--geant {
  padding-top: 80px;
  padding-bottom: 80px; }

.pad__vertical--grand {
  padding-top: 60px;
  padding-bottom: 60px; }

.pad__vertical--moyen {
  padding-top: 40px;
  padding-bottom: 40px; }

.pad__vertical--petit {
  padding-top: 25px;
  padding-bottom: 25px; }

.pad__vertical--mini {
  padding-top: 14px;
  padding-bottom: 14px; }

/*  -----------------------------------
  - - - - Padding : Left et Right - - - -
 -----------------------------------  */
.pad__horizontal--giga {
  padding-left: 160px;
  padding-right: 160px; }

.pad__horizontal--moyen {
  padding-left: 45px;
  padding-right: 45px; }

/*  -----------------------------------
  - - - - Padding : un côté  - - - -
 -----------------------------------  */
.pad__top--giga {
  padding-top: 120px; }

.pad__top--grand {
  padding-top: 60px; }

.pad__top--moyen {
  padding-top: 35px; }

.pad__top--petit {
  padding-top: 20px; }

.pad__top--mini {
  padding-top: 10px; }

.pad__bottom--mega {
  padding-bottom: 100px; }

.pad__bottom--grand {
  padding-bottom: 50px; }

.pad__bottom--moyen {
  padding-bottom: 40px; }

.pad__bottom--petit {
  padding-bottom: 20px; }

.pad__left--grand {
  padding-left: 35px; }

/*  -----------------------------------
  - - - -   Margin : AUTO   - - - -
 -----------------------------------  */
.margin__auto--horizontal {
  margin-right: auto;
  margin-left: auto; }

.margin__auto--left {
  margin-left: auto; }

.margin__auto--right {
  margin-right: auto; }

.margin__auto--vertical {
  margin-top: auto;
  margin-bottom: auto; }

.margin__micro {
  margin: 1px; }

/*  -----------------------------------
  - - - -   Margin : Top et Bottom   - - - -
 -----------------------------------  */
.margin__vertical--grand {
  margin-top: 50px;
  margin-bottom: 50px; }

.margin__vertical--moyen {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin__vertical--petit {
  margin-top: 10px;
  margin-bottom: 10px; }

/*  -----------------------------------
  - - - -   Margin : Left et Right   - - - -
 -----------------------------------  */
.margin__horizontal--moyen {
  margin-left: 25px;
  margin-right: 25px; }

/*  -----------------------------------
  - - - -   Margin : un côté   - - - -
 -----------------------------------  */
.margin__top--mega {
  margin-top: 80px; }

.margin__top--geant {
  margin-top: 60px; }

.margin__top--grand {
  margin-top: 40px; }

.margin__top--moyen {
  margin-top: 20px; }

.margin__top--petit {
  margin-top: 10px; }

.margin__top--mini {
  margin-top: 6px; }

.margin__bottom--mega {
  margin-bottom: 80px; }

.margin__bottom--geant {
  margin-bottom: 65px; }

.margin__bottom--grand {
  margin-bottom: 35px; }

.margin__bottom--moyen {
  margin-bottom: 20px; }

.margin__bottom--petit {
  margin-bottom: 10px; }

.margin__bottom--mini {
  margin-bottom: 6px; }

.margin__left--mega {
  margin-left: 98px; }

.margin__left--grand {
  margin-left: 35px; }

.margin__right--geant {
  margin-right: 80px; }

.margin__right--moyen {
  margin-right: 40px; }

.margin__right--petit {
  margin-right: 25px; }

.margin__right--mini {
  margin-right: 12px; }

/*  -----------------------------------
   - - - - -  Pictos - - - - -
 -----------------------------------  */
.separateur__vertical {
  position: relative;
  margin: 0 10px; }
  .separateur__vertical::before {
    content: '';
    height: 20px;
    width: 1px;
    background-color: #E5E5E5;
    display: inline-block; }

.separateur__vertical--petit::before {
  height: 20px;
  width: 1px;
  background-color: #E5E5E5; }

.separateur__vertical--petit-actif::before {
  height: 20px;
  width: 2px;
  background-color: #1D1D1D; }

.separateur__vertical--grand {
  margin: 0 40px; }
  .separateur__vertical--grand::before {
    height: 27px;
    width: 4px;
    background-color: #1D1D1D; }

.picto__fleche--gauche::before {
  display: inline-block;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 41px;
  height: 21px;
  background: url("../img/picto-fleche-gauche.png") no-repeat;
  background-size: contain;
  vertical-align: bottom; }

/*  -----------------------------------
     - - - - -  Pictos RS - - - - -
   -----------------------------------  */
.picto__reseau {
  position: relative;
  width: 31px;
  height: 31px; }
  .picto__reseau:not(:last-child) {
    margin-right: 12px; }
  .picto__reseau::before {
    display: inline-block;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 31px;
    height: 31px; }
  .picto__reseau.fb::before {
    background: url("../img/hairprime-facebook-blanc.png") no-repeat;
    background-size: contain; }
  .picto__reseau.ig::before {
    background: url("../img/hairprime-instagram-blanc.png") no-repeat;
    background-size: contain; }
  .picto__reseau.tt::before {
    background: url("../img/hairprime-tiktok-blanc.png") no-repeat;
    background-size: contain; }

footer .picto__reseau.fb::before {
  background: url("../img/hairprime-facebook-blanc.png") no-repeat;
  background-size: contain; }

footer .picto__reseau.ig::before {
  background: url("../img/hairprime-instagram-blanc.png") no-repeat;
  background-size: contain; }

footer .picto__reseau.tt::before {
  background: url("../img/hairprime-tiktok-blanc.png") no-repeat;
  background-size: contain; }

.reseaux__sociaux ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .reseaux__sociaux ul li:not(:last-child) {
    margin-right: 34px; }

/*  -----------------------------------
   - - -  Pictos erreur et succes   - - -
 -----------------------------------  */
.picto__error {
  position: relative;
  width: 17px;
  height: 17px; }
  .picto__error::before, .picto__error::after {
    content: '';
    width: 18px;
    height: 1px;
    background-color: #E25624;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }
  .picto__error::before {
    top: 0;
    right: 0;
    -webkit-transform: rotate(42deg) translate(7px, 1px);
    -ms-transform: rotate(42deg) translate(7px, 1px);
    transform: rotate(42deg) translate(7px, 1px); }
  .picto__error::after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(-44deg) translate(1.5px, 4px);
    -ms-transform: rotate(-44deg) translate(1.5px, 4px);
    transform: rotate(-44deg) translate(1.5px, 4px); }

.picto__success {
  width: 20px;
  height: 20px;
  position: relative; }
  .picto__success::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 9px;
    height: 17px;
    border: solid #237B4F;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg); }

/*  -----------------------------------
   - - - - - - -  Hover - - - - - -
 -----------------------------------  */
@media (min-width: 992px) {
  footer .picto__reseau.fb:hover::before {
    background: url("../img/hairprime-facebook-rose.png") no-repeat;
    background-size: contain; }
  footer .picto__reseau.ig:hover::before {
    background: url("../img/hairprime-instagram-rose.png") no-repeat;
    background-size: contain; }
  footer .picto__reseau.tt:hover::before {
    background: url("../img/hairprime-tiktok-rose.png") no-repeat;
    background-size: contain; }
  .picto__fleche--gauche:hover {
    color: initial; }
    .picto__fleche--gauche:hover:before {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px); } }

/*  -----------------------------------
   - - - - - - -  Cards - - - - - -
 -----------------------------------  */
.shadow {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.04); }

.card__video {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px; }
  .card__video img {
    vertical-align: bottom;
    height: 100%; }

.card__video--desc {
  background-color: #FFFFFF;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 100%; }

/*  -----------------------------------
   - - - - -  Pagination - - - - -
 -----------------------------------  */
.page-numbers:not(:last-child) {
  margin-right: 8px; }

span.page-numbers {
  font-weight: 700; }

.page-numbers.next::after {
  content: '';
  display: inline-block;
  background-image: url("../img/formes/arrow-bleu.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.page-numbers.prev::after {
  content: '';
  display: inline-block;
  background-image: url("../img/formes/arrow-bleu.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

/*  -----------------------------------
   - - - -   Progress Bar  - - - -
 -----------------------------------  */
progress {
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: 700;
  position: relative; }
  progress:after {
    display: inline-block;
    content: attr(value) "%";
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

::-webkit-progress-bar {
  background-color: #EB6654; }

::-webkit-progress-value {
  background-color: #96CB22; }

.template__miniature:nth-of-type(odd) {
  background-color: #F5F5F5; }

.template__miniature:nth-of-type(even) {
  background-color: #EDEDED; }
.progress-bar-value{
  z-index: 2222;
  display:  inline-block;
  position: relative;
  float: left;
  height: 100%;
}
.niveau__2 {
  padding-left: 100px; }
.niveau__3 {
  padding-left: 200px; }
.niveau__4 {
  padding-left: 300px; }
.niveau__5 {
  padding-left: 400px; }
.niveau__6 {
  padding-left: 500px; }
/*  -----------------------------------
   - - - - - - -  Hover - - - - - -
 -----------------------------------  */
@media (min-width: 992px) {
  a.page-numbers:hover {
    color: #A5326F; } }

.splide {
  display: block;
  width: 100%;
  background: #FAFAFA; }
  .splide .splide__pagination,
  .splide .splide__arrows {
    display: none; }

/** client logos **/
.splide__track {
  display: block; }

.splide__track {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.splide__list {
  list-style: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .splide__list .splide__slide {
    margin-bottom: 0; }

.splide__slide {
  display: block;
  float: left;
  position: relative;
  max-width: 380px;
  max-height: 380px;
  height: 100%;
  width: 100%;
  min-height: 254px;
  min-width: 254px; }
  .splide__slide img {
    vertical-align: middle;
    max-width: 380px;
    max-height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -o-object-fit: contain;
    object-fit: contain; }
  .splide__slide.paysage {
    max-width: 380px;
    max-height: 254px; }
    .splide__slide.paysage img {
      width: 100%;
      height: auto; }
  .splide__slide.portrait {
    max-width: 254px;
    max-height: 380px; }
    .splide__slide.portrait img {
      height: 100%;
      width: auto; }

/*  -----------------------------------
- - - -  Tabs Livraisons et retours - - - -
 -----------------------------------  */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tabs label {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #E5E5E5;
  font-weight: bold;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s; }

.tabs .tab {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: none; }

.tabs input[type="radio"] {
  display: none; }

.tabs input[type="radio"]:checked + label {
  border-bottom: 2px solid #1D1D1D; }

.tabs input[type="radio"]:checked + label + .tab {
  display: block; }

div#tarteaucitron {
  width: 750px !important;
  margin: auto !important; }
  div#tarteaucitron div#tarteaucitronServices {
    height: auto !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border: 1px solid #1D1D1D; }
  div#tarteaucitron ul {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding-bottom: 15px; }
    div#tarteaucitron ul a {
      color: #BF3880; }
  div#tarteaucitron .tarteaucitronSelfLink {
    display: none; }
  div#tarteaucitron div#tarteaucitronServices::-webkit-scrollbar {
    width: 0; }
  div#tarteaucitron ul li:before {
    display: none; }

div#tarteaucitronRoot * {
  border-radius: 0;
  color: #1D1D1D; }

.cookie-list {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  color: #1D1D1D; }

div#tarteaucitronRoot div#tarteaucitronAlertBig {
  background: rgba(255, 255, 255, 0.9);
  color: #1D1D1D;
  font-size: 16px;
  font-size: 1rem;
  right: 0;
  margin-right: 0;
  position: fixed;
  text-align: left;
  padding: 15px 35px 30px;
  max-width: 410px;
  border-radius: 0;
  border: 1px solid #1D1D1D; }
  div#tarteaucitronRoot div#tarteaucitronAlertBig button {
    border-radius: 0; }

div#tarteaucitronAlertBig #tarteaucitronPersonalize2 {
  margin-left: 0;
  margin-bottom: 10px; }

div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px; }

div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 10px !important;
  float: left; }

/*  - - - -   Les boutons de la Tarte au citron    - - - -  */
div#tarteaucitronAlertBig #tarteaucitronCloseAlert,
div#tarteaucitronAlertBig #tarteaucitronPersonalize,
div#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow,
div#tarteaucitron #tarteaucitronPrivacyUrl {
  font-size: 14px;
  font-size: 0.875rem; }

div#tarteaucitronAlertBig #tarteaucitronCloseAlert,
div#tarteaucitronAlertBig #tarteaucitronPersonalize {
  margin-bottom: 15px; }

/*
div#tarteaucitronAlertBig #tarteaucitronPersonalize,
div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  display: inline-block;
  width: auto;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  @include font-size(14px);
  padding: 5px 10px;
  border: 1px solid $couleur__magenta;
  color: $couleur__magenta;
  border-radius: unset;
}


div#tarteaucitronAlertBig #tarteaucitronCloseAlert,
div#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
div#tarteaucitron #tarteaucitronPrivacyUrl {
  display: inline-block;
  width: auto;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  @include font-size(14px);
  padding: 5px 10px;
  border: 1px solid $couleur__magenta;
  color: $couleur__magenta;
  border-radius: unset;
}



 */
div#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  display: inline-block;
  width: auto;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 10px;
  border: 1px solid #BF3880;
  color: #BF3880;
  border-radius: unset; }

#tarteaucitronAlertSmall {
  background-color: #FAFAFA; }

#tarteaucitronAlertSmall #tarteaucitronManager {
  background-color: #FAFAFA;
  color: #FAFAFA;
  font-size: 16px;
  padding: 14px; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #FAFAFA; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FAFAFA; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #FAFAFA; }

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: #FAFAFA;
  color: #FAFAFA;
  font-size: 30px;
  padding: 13px 10px;
  vertical-align: top; }

div#tarteaucitronServices {
  background-color: #FAFAFA; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
div#tarteaucitron #tarteaucitronClosePanel {
  display: none; }

div#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: #FAFAFA;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

div#tarteaucitronServices {
  margin-top: 27px !important; }

div#tarteaucitron .tarteaucitronBorder {
  background-color: #FAFAFA;
  border: none;
  padding: 0px 85px 30px;
  height: 100%; }

div#tarteaucitron div#tarteaucitronInfo {
  border-bottom: none;
  border-top: none;
  color: #1D1D1D;
  font-size: 16px !important;
  line-height: 19px !important;
  text-align: left !important;
  margin: 0 0 50px !important;
  max-width: 100% !important; }

div#tarteaucitronRoot h1,
div#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 48px !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 700;
  color: #BF3880;
  margin: 30px 0 10px;
  line-height: 48px;
  text-transform: uppercase; }

div#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border: none;
  margin-bottom: 0;
  padding: 30px 85px 30px;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }
  div#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    font-size: 40px !important;
    font-family: "Raleway", sans-serif !important;
    line-height: 50px;
    font-weight: 900;
    text-align: left; }

div#tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background-color: #FAFAFA;
  color: #1D1D1D; }

div#tarteaucitronRoot .tarteaucitronH2,
div#tarteaucitronRoot h2 {
  font-size: 34px !important;
  font-family: "Raleway", sans-serif !important;
  font-weight: 700;
  color: #BF3880;
  line-height: 41px;
  margin: 25px 0;
  text-transform: uppercase;
  text-align: center; }

div#tarteaucitron h3 {
  color: #1D1D1D;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px; }

div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName span.tarteaucitronListCookies {
  color: #1D1D1D;
  font-size: 16px;
  line-height: 19px; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
div#tarteaucitron #tarteaucitronInfo,
div#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #1D1D1D;
  background: #FAFAFA; }

div#tarteaucitron #tarteaucitronServices li .tarteaucitronTitle button {
  background: #FAFAFA;
  color: #1D1D1D;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Raleway", sans-serif !important; }

div#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  background-color: #E5E5E5; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #FAFAFA; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #1D1D1D; }

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #FAFAFA; }

div#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: #FAFAFA !important; }

#tarteaucitronServices::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  outline: 0px solid slategrey; }

div#tarteaucitronRoot button#tarteaucitronBack {
  background: #1D1D1D !important;
  opacity: .4; }

div#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #FAFAFA; }

div#tarteaucitron #tarteaucitronServices .tarteaucitronBorder .tarteaucitronLine:hover {
  background-color: #FAFAFA; }

div#tarteaucitronInfo {
  margin-bottom: 10px !important; }

/*
div#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected, div#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected,
div#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: $couleur__texte;
}

 */
div#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #1D1D1D; }

/*
div#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
div#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background-color: $couleur__claire;
}

 */
div#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #FAFAFA; }

#tarteaucitronPercentage {
  display: none !important; }

@media (max-width: 992px) {
  div#tarteaucitronRoot .tarteaucitronH1 {
    font-size: 32px !important;
    line-height: 38px; }
  div#tarteaucitronRoot .tarteaucitronH2 {
    font-size: 24px !important;
    line-height: 30px; } }

@media (max-width: 768px) {
  div#tarteaucitronRoot div#tarteaucitron {
    margin: auto 25px !important;
    width: auto !important; }
  div#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    padding: 20px 50px 20px; }
  div#tarteaucitron .tarteaucitronBorder {
    padding: 0 50px 30px; } }

@media (max-width: 576px) {
  div#tarteaucitronRoot div#tarteaucitron {
    margin: auto 15px !important; }
  div#tarteaucitronRoot .tarteaucitronH1 {
    font-size: 18px !important;
    line-height: 22px;
    margin: 0; }
  div#tarteaucitron h3,
  div#tarteaucitron #tarteaucitronServices li .tarteaucitronTitle button,
  div#tarteaucitron div#tarteaucitronInfo,
  div#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    font-size: 14px !important;
    line-height: 17px !important; }
  div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName span.tarteaucitronListCookies {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px; }
  div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
  div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 10px; }
  div#tarteaucitronRoot div#tarteaucitronAlertBig {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 25px 0;
    width: 250px; }
  div#tarteaucitronAlertBig #tarteaucitronCloseAlert,
  div#tarteaucitronAlertBig #tarteaucitronPersonalize,
  div#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
  div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
  div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
  .tac_activate .tarteaucitronAllow,
  div#tarteaucitron #tarteaucitronPrivacyUrl {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    padding: 9px 15px 8px; }
  div#tarteaucitronAlertBig #tarteaucitronCloseAlert, div#tarteaucitron #tarteaucitronPrivacyUrl {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px; }
  div#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    padding: 20px 15px 10px; }
  div#tarteaucitronRoot div#tarteaucitronAlertBig button {
    margin-left: 0; }
  div#tarteaucitron div#tarteaucitronInfo {
    margin: 0 0 20px !important; }
  div#tarteaucitron .tarteaucitronBorder {
    padding: 0 20px 20px; }
  div#tarteaucitronAlertBig #tarteaucitronPersonalize, div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
    margin-right: 0; }
  div#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  div#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    margin-top: 10px;
    padding: 5px 10px 4px; }
  div#tarteaucitronRoot div#tarteaucitronAlertBig {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    width: 180px; }
  div#tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    font-size: 12px;
    padding: 0; } }

div#tarteaucitronRoot .tarteaucitronPlus::before {
  color: #BF3880; }

div#tarteaucitronRoot div#tarteaucitron {
  overflow: scroll; }

/*  -----------------------------------
   - - - - - - -  Titres - - - - - -
 -----------------------------------  */
h1,
.titre__n1 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 41px;
  font-weight: 900; }

.container__wysiwyg h2,
.titre__n2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 44px;
  font-weight: 700; }

.container__wysiwyg h3,
.titre__n3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 700; }

.titre__n4,
.titre__client {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 900; }

/*  -----------------------------------
   - - - - -  Paragraphes  - - - - -
 -----------------------------------  */
.texte__n1 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px; }

/*  -----------------------------------
   - - - - -  Options texte - - - - -
 -----------------------------------  */
strong {
  font-weight: 900; }

.text__underline {
  text-decoration: underline; }

.text__upp {
  text-transform: uppercase; }

.text__capital {
  text-transform: capitalize; }

.text__initial {
  text-transform: initial; }

.text__center {
  text-align: center; }

.text__left {
  text-align: left; }

.text__right {
  text-align: right; }

.text__weight--light {
  font-weight: 300; }

.text__weight--regular {
  font-weight: 400; }

.text__weight--medium {
  font-weight: 500; }

.text__weight--semi-bold {
  font-weight: 600; }

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

.text__weight--extra-bold {
  font-weight: 800; }

.text__weight--black {
  font-weight: 900; }

.text__italic {
  font-style: italic; }

.white-space__no-wrap {
  white-space: nowrap; }

/*  -----------------------------------
   - - - - - - -  Listes - - - - - -
 -----------------------------------  */
.container__pagination ol, .container__pagination ul,
.reseaux__sociaux ol,
.reseaux__sociaux ul,
header ol,
header ul,
footer ol,
footer ul {
  list-style-type: none;
  margin-left: 0; }
  .container__pagination ol li, .container__pagination ul li,
  .reseaux__sociaux ol li,
  .reseaux__sociaux ul li,
  header ol li,
  header ul li,
  footer ol li,
  footer ul li {
    padding-left: 0; }
  .container__pagination ol li:not(:last-child), .container__pagination ul li:not(:last-child),
  .reseaux__sociaux ol li:not(:last-child),
  .reseaux__sociaux ul li:not(:last-child),
  header ol li:not(:last-child),
  header ul li:not(:last-child),
  footer ol li:not(:last-child),
  footer ul li:not(:last-child) {
    margin-bottom: 0; }

html {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  /* CSS custom property for the polyfill */
  --scroll-behavior: smooth; }

body {
  line-height: 22px;
  color: #1D1D1D;
  background-color: #FFFFFF;
  overflow-x: hidden; }

body.checkbox__checked {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: fixed; }

.display__ok--tablette {
  display: none; }

/*  -----------------------------------
   - - -  Containers : Tailles - - - -
 -----------------------------------  */
.container {
  margin-left: auto;
  margin-right: auto; }

.container__grand {
  width: 1160px; }

.container__moyen {
  width: 768px; }

.container__contenu {
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%; }

.colonne__arbo {
  background-color: #E5E5E5;
  padding: 30px; }

#menuArbo {
  width: 244px;
  margin-right: auto;
  margin-left: auto; }
  #menuArbo ul {
    list-style-type: circle;
    margin-left: 18px;
    margin-top: 20px;
    font-weight: 700; }
    #menuArbo ul li:not(:last-child) {
      margin-bottom: 10px; }
  #menuArbo .children {
    margin-top: 10px; 
    display: none;}
    #menuArbo .children.deplie{
      display: block;
    }
  #menuArbo .current_page_item a[aria-current] {
    color: #1622B2; }
#menuArbo > ul > li > ul.children{
  display: block;
}
#menuArbo .clique::before{
  content: "-";
}
.colonne__contenu .titre__client {
  background-color: #FAFAFA; }

.colonne__contenu .acf-fields > .acf-tab-wrap {
  background-color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 10px; }
  .colonne__contenu .acf-fields > .acf-tab-wrap .acf-tab-group {
    border-top: none;
    border-bottom: 1px solid #2F2F2F; }
    .colonne__contenu .acf-fields > .acf-tab-wrap .acf-tab-group li a {
      border-color: #2F2F2F;
      border-bottom: 0 none;
      border-left: 0 none; }

.colonne__contenu .acf-fields > .acf-field {
  border-top: none;
  padding: 15px 0 10px 30px; }

.colonne__contenu .acf-tab-group {
  padding: 0; }
  .colonne__contenu .acf-tab-group li {
    margin: 0; }
    .colonne__contenu .acf-tab-group li a {
      padding: 5px 30px 5px 30px; }

.colonne__contenu .acf-form-submit {
  padding-left: 30px;
  text-align: center; }

/*  -----------------------------------
   - - -  Containers : Options - - - -
 -----------------------------------  */
.container__relative {
  position: relative; }

.container__absolute {
  position: absolute; }

.container__overflow--hidden {
  overflow: hidden; }

.container__wysiwyg > :not(:last-child) {
  margin-bottom: 20px; }

.container__video {
  padding: 56.25% 0 0 0;
  position: relative; }

.bcg__banniere img {
  height: 100%;
  -webkit-filter: saturate(0);
  filter: saturate(0); }

/*  -----------------------------------
   - - - - - - -  Image - - - - - -
 -----------------------------------  */
img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.logo__engagement img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 290px;
  max-height: 132px; }

.template__miniature img {
  max-width: 134px;
  max-height: 180px;
  -o-object-fit: contain;
  object-fit: contain; }

/*  -----------------------------------
   - - - - - - -  Height - - - - - -
 -----------------------------------  */
.height__full {
  height: 100%; }

.width__full {
  width: 100%; }

/*# sourceMappingURL=style.css.map */

p.description{
  font-size: 0.8rem;
}
div.acf-actions{
  text-align: center !important;
}
.acf-actions a.acf-button{
  font-weight: bold;
}
.progress-bar {
  width: 100%;
  height: 60px;
  display: block;
  -webkit-appearance: none;
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #96CB22;
  font-weight: 700;
  position: relative; }
.progress-bar-label{
  display: block;
  height: 100%;
  font-size: 0.8rem;
}

.progress-bar-finaliser{
  background-color: #96CB22;
}
.progress-bar-relecture{
    background-color: #E6DB56;
}

.progress-bar-encours{
  background-color: #EB6654;
}
a.lien-deconnexion{
  display:  block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.btn__defaut{
  background-color: #E6DB56;
}
.home{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: first baseline;
  height: 100vh;
  width: 100vw;  
}
.bloc-content{
  text-align: center;
}
.bloc-content a{
  margin-top: 50px;
}
/* Ajout de marge sous les éléments de répeteur des illustrations */
div[data-name="contenu_illustration"] table td div:nth-child(5) {
  margin-bottom: 50px;
}

.illustrations .acf-repeater .acf-actions a.button::before {
  content: '+';
  font-weight: 400;
  margin-right: 8px;
  font-size: 30px;
  line-height: 30px;
  vertical-align: sub;
}

#menuArbo {
  position: relative;
  display: fixed;
}
#ouvertureArbo {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -10px;
  z-index: 9999999;
}
#ouvertureArbo::before {
  content: '+';
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
#ouvertureArbo:hover {
  color: #1622B2;
}

#menuArbo input[type=checkbox] {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
#checkboxArbo:checked ~ ul > li > ul.children {
  transform: scale(1);
}
#checkboxArbo:checked ~ label #ouvertureArbo::before {
  content: '-';
}

#menuArbo > ul > li > ul.children {
  transform: scale(0);
}

.page_item_has_children {
  position: relative;
}
.page_item_has_children > a > span {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -5px;
}
#menuArbo > ul > .current_page_ancestor.page_item_has_children > a > span:before,
#menuArbo > ul > .current_page_item.page_item_has_children > a > span:before {
  content: '';
}
.page_item_has_children > a > span:before {
  content: '+';
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
}
.ouverture_parents {
  z-index: 9999999;
}