@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
#cookiesjsr {
  --default-margin: 1.25em;
  --font-size-reset: 1rem;
  --btn-font-color: #FFF;
  --btn-border-color: #FFF;
  --btn-bg-color: #AC3528;
  --btn-prime-font-color: #AC3528;
  --btn-prime-border-color: #FFF;
  --btn-prime-bg-color: #FFF;
  --btn-inv-font-color: #AC3528;
  --btn-inv-border-color: #AC3528;
  --btn-inv-bg-color: #FFF;
  --btn-prime-inv-font-color: #FFF;
  --btn-prime-inv-border-color: #AC3528;
  --btn-prime-inv-bg-color: #AC3528;
  --link-list-font-color: #FFF;
  --link-list-separator-color: #FFF;
  --banner-logo-offset: 100px;
  --banner-bg-color: #AC3528;
  --banner-font-color: #FFF;
  --layer-header-height: 3.5em;
  --layer-header-bg-color: #FFF;
  --layer-header-font-color: #000f37;
  --layer-body-bg-color: #FFF;
  --layer-tab-bg-color: #FFF;
  --layer-tab-font-color: #000f37;
  --layer-tab-active-bg-color: #AC3528;
  --layer-tab-active-font-color: #FFF;
  --layer-bg-dark: #AC3528;
  --layer-font-light: #FFF;
  --layer-font-dark: #000f37;
  --layer-border-color: #e4e5e6;
  --layer-footer-bg-color: #FFF;
  --layer-footer-font-color: #000f37;
  --layer-footer-height: 4.5em;
  --switch-border-color: #e4e5e6;
  --switch-handle-color: #FFF;
  --switch-bg-off: #FFF;
  --switch-bg-on: #00AA00;
  --switch-width: 45px;
  --switch-height: 20px;
  --switch-always-on-font-color: #00AA00;
  --switch-always-on-bg-color: #FFF;
}

.background-gris-clair {
  background: #F5F3F4;
}

.background-rouge {
  background: #AC3528;
}

.background-gris-fonce {
  background: #ACACAC;
}

.button-droite {
  float: right;
}

.button-centre {
  text-align: center;
}

.mb20 {
  margin-bottom: 20px;
}

.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.button-rouge {
  background: #AC3528;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #AC3528;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 8px 40px 3px 20px;
}
.button-rouge:hover, .button-rouge:active, .button-rouge:focus {
  text-decoration: none;
  color: #AC3528;
  background: #FFF;
  border: solid 2px #AC3528;
}
.button-rouge:after {
  content: "\f30b";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.button-bleu {
  background: #669BBC;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #669BBC;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 8px 40px 3px 20px;
}
.button-bleu:hover, .button-bleu:active, .button-bleu:focus {
  text-decoration: none;
  color: #669BBC;
  background: #FFF;
  border: solid 2px #669BBC;
}
.button-bleu:after {
  content: "\f30b";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.button-blanc_bords_rouge {
  background: #FFF;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #AC3528;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #AC3528;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 8px 40px 3px 20px;
}
.button-blanc_bords_rouge:hover, .button-blanc_bords_rouge:active, .button-blanc_bords_rouge:focus {
  text-decoration: none;
  color: #FFF;
  background: #AC3528;
  border: solid 2px #AC3528;
}
.button-blanc_bords_rouge:after {
  content: "\f30b";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@font-face {
  font-family: "DIN Medium", sans-serif;
  src: url("../fonts/DINMedium.eot");
  src: url("../fonts/DINMedium"), url("../fonts/DINMedium.woff") format("woff"), url("../fonts/DINMedium.ttf") format("truetype");
}
@font-face {
  font-family: "DIN Habitat Regular";
  src: url("../fonts/DINHabitat.ttf") format("ttf"), url("../fonts/DINHabitat.woff2") format("woff2");
}
* {
  font-family: "Overpass", sans-serif;
}

input, textarea, select {
  font-family: "Overpass", sans-serif !important;
}

h1, h2, h3, h4, h6 {
  font-family: "DIN Habitat Regular", sans-serif;
}

h5 {
  font-family: "DIN Medium", sans-serif;
}

h1, .page-title {
  font-size: 42px !important;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  h1, .page-title {
    font-size: 32px;
  }
}
h1:before, .page-title:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 75%;
  left: 0;
  background-color: #AC3528;
  bottom: -5px;
  z-index: -1;
}

h2, .bloc-title {
  margin: 0;
  font-size: 30px !important;
  font-weight: bold;
  position: relative;
}
h2:after, .bloc-title:after {
  content: "";
  background-color: #AC3528;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 9px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

.paragraph--type--texte-long-couleur-de-fond {
  margin-bottom: 50px;
}
.paragraph--type--texte-long-couleur-de-fond .field--type-text-long {
  padding: 20px;
}

.paragraph--type--bloc-cta {
  display: inline-block;
  width: 100%;
}
.paragraph--type--bloc-cta a[class^=button-] {
  display: inline-block;
}

.paragraph--type--texte-image-cta {
  display: flex;
  margin-bottom: 50px;
}
.paragraph--type--texte-image-cta > div {
  width: 50%;
}
.paragraph--type--texte-image-cta img {
  margin: 30px 0;
}
.paragraph--type--texte-image-cta .text {
  margin: 30px 0;
}
.paragraph--type--texte-image-cta .text > * {
  margin: 0 10px;
}
.paragraph--type--texte-image-cta.background-gris-clair {
  background: linear-gradient(90deg, transparent 45%, #F5F3F4 45%);
}
.paragraph--type--texte-image-cta.background-rouge {
  background: linear-gradient(90deg, transparent 45%, #AC3528 45%);
}
.paragraph--type--texte-image-cta.background-gris-fonce {
  background: linear-gradient(90deg, transparent 45%, #ACACAC 45%);
}
.paragraph--type--texte-image-cta.position-texte-gauche {
  flex-direction: row-reverse;
}
.paragraph--type--texte-image-cta.position-texte-gauche.background-gris-clair {
  background: linear-gradient(-90deg, transparent 45%, #F5F3F4 45%);
}
.paragraph--type--texte-image-cta.position-texte-gauche.background-rouge {
  background: linear-gradient(-90deg, transparent 45%, #AC3528 45%);
}
.paragraph--type--texte-image-cta.position-texte-gauche.background-gris-fonce {
  background: linear-gradient(-90deg, transparent 45%, #ACACAC 45%);
}
.paragraph--type--texte-image-cta div[class^=button-] {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .paragraph--type--texte-image-cta {
    flex-direction: column !important;
  }
  .paragraph--type--texte-image-cta > div {
    width: 100%;
  }
  .paragraph--type--texte-image-cta img {
    margin: 30px auto;
    display: block;
  }
  .paragraph--type--texte-image-cta.background-gris-clair {
    background: linear-gradient(180deg, transparent 40%, #F5F3F4 40%);
  }
  .paragraph--type--texte-image-cta.background-rouge {
    background: linear-gradient(180deg, transparent 40%, #AC3528 40%);
  }
  .paragraph--type--texte-image-cta.background-gris-fonce {
    background: linear-gradient(180deg, transparent 40%, #ACACAC 40%);
  }
}

.paragraph--type--texte-2-colonnes-couleur-de-fond {
  display: flex;
  margin-bottom: 50px;
}
.paragraph--type--texte-2-colonnes-couleur-de-fond .texte-gauche {
  margin-right: 15px;
}
.paragraph--type--texte-2-colonnes-couleur-de-fond .texte-droite {
  margin-left: 7px;
}
.paragraph--type--texte-2-colonnes-couleur-de-fond .field--type-text-long {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .paragraph--type--texte-2-colonnes-couleur-de-fond {
    flex-direction: column;
  }
  .paragraph--type--texte-2-colonnes-couleur-de-fond .texte-gauche {
    margin-right: 0;
    margin-bottom: 7px;
  }
  .paragraph--type--texte-2-colonnes-couleur-de-fond .texte-droite {
    margin-left: 0;
  }
}

.paragraph--type--texte-3-colonnes-couleur-de-fond {
  display: flex;
  margin-bottom: 50px;
}
.paragraph--type--texte-3-colonnes-couleur-de-fond .texte-gauche {
  margin-right: 7px;
}
.paragraph--type--texte-3-colonnes-couleur-de-fond .texte-milieu {
  margin: 0 7px;
}
.paragraph--type--texte-3-colonnes-couleur-de-fond .texte-droite {
  margin-left: 7px;
}
.paragraph--type--texte-3-colonnes-couleur-de-fond .field--type-text-long {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .paragraph--type--texte-3-colonnes-couleur-de-fond {
    flex-direction: column;
  }
  .paragraph--type--texte-3-colonnes-couleur-de-fond .texte-gauche {
    margin-right: 0;
    margin-bottom: 7px;
  }
  .paragraph--type--texte-3-colonnes-couleur-de-fond .texte-milieu {
    margin: 7px 0px;
  }
  .paragraph--type--texte-3-colonnes-couleur-de-fond .texte-droite {
    margin-left: 0;
    margin-top: 7px;
  }
}

.paragraph--type--tuiles-multiples {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.paragraph--type--tuiles-multiples > .field--type-text-long {
  max-width: 768px;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
.paragraph--type--tuiles-multiples .field--name-field-tuile {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1160px) {
  .paragraph--type--tuiles-multiples .field--name-field-tuile .field__item {
    flex: 1 0 50%;
  }
}
@media screen and (max-width: 500px) {
  .paragraph--type--tuiles-multiples .field--name-field-tuile .field__item {
    flex: 1 0 100%;
  }
}
.paragraph--type--tuiles-multiples .field--name-field-tuile .paragraph--type--tuile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.paragraph--type--tuiles-multiples .field--name-field-tuile .paragraph--type--tuile .field--name-field-titre {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 0 10px;
}
.paragraph--type--tuiles-multiples .field--name-field-tuile .paragraph--type--tuile .field--type-text-long {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
}

.paragraph--type--accordeon {
  margin-bottom: 50px;
}

.paragraph--type--contenu-accordeon {
  max-width: 100%;
  margin: 0 auto;
}
.paragraph--type--contenu-accordeon .accordion {
  width: 100%;
  cursor: pointer;
  background: #F5F3F4;
  color: #ACACAC;
  position: relative;
}
.paragraph--type--contenu-accordeon .accordion > div {
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
}
.paragraph--type--contenu-accordeon .accordion:after {
  content: "";
  background-image: url("/sites/default/files/plus.svg");
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
.paragraph--type--contenu-accordeon .accordion.active {
  background: #AC3528;
  color: #FFF;
}
.paragraph--type--contenu-accordeon .accordion.active:after {
  content: "";
  background-image: url("/sites/default/files/minus.svg");
}
.paragraph--type--contenu-accordeon .accordion-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s linear;
}
.paragraph--type--contenu-accordeon .accordion-item > div {
  padding: 20px;
}
.paragraph--type--contenu-accordeon .accordion-item .field--name-field-cta {
  margin-top: 20px;
}

.paragraph--type--citation {
  margin-bottom: 50px;
  position: relative;
}
.paragraph--type--citation .field--type-text-long {
  padding: 20px 100px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .paragraph--type--citation .field--type-text-long {
    padding: 30px;
  }
}
.paragraph--type--citation .field--type-text-long:before {
  content: "";
  background-image: url("/sites/default/files/citation.svg");
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 65px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .paragraph--type--citation .field--type-text-long:before {
    width: 15px;
    height: 15px;
    left: 10px;
  }
}
.paragraph--type--citation .field--type-text-long:after {
  content: "";
  background-image: url("/sites/default/files/citation.svg");
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 65px;
  bottom: 20px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .paragraph--type--citation .field--type-text-long:after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
}

.paragraph--type--onglets {
  margin-bottom: 50px;
}

.paragraph--type--contenu-onglets {
  max-width: 100%;
  margin: 0 auto;
}
.paragraph--type--contenu-onglets .titre-onglets {
  display: flex;
}
.paragraph--type--contenu-onglets .titre-onglets .onglet {
  width: 100%;
  cursor: pointer;
  background: #F5F3F4;
  color: #ACACAC;
  position: relative;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
}
.paragraph--type--contenu-onglets .titre-onglets .onglet:not(:last-child) {
  margin-right: 2px;
}
.paragraph--type--contenu-onglets .titre-onglets .onglet.active {
  background: #AC3528;
  color: #FFF;
}
.paragraph--type--contenu-onglets .onglet-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px;
  display: none;
}
.paragraph--type--contenu-onglets .onglet-item > div {
  padding: 20px;
}
.paragraph--type--contenu-onglets .onglet-item.active {
  display: block;
}
.paragraph--type--contenu-onglets .onglet-item .field--name-field-cta {
  margin-top: 20px;
}

.paragraph--type--cta-seul {
  margin-bottom: 50px;
}

.paragraph--type--image {
  margin-bottom: 50px;
  overflow: auto;
}
.paragraph--type--image .field--name-field-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.paragraph--type--video iframe {
  display: block;
  margin: 0 auto;
}

.paragraph--type--image-de-fond-texte-cta {
  min-height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paragraph--type--image-de-fond-texte-cta .text-content {
  max-width: 768px;
}
.paragraph--type--image-de-fond-texte-cta .text-content .field--name-field-titre-long {
  margin: 0;
  font-size: 30px !important;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.paragraph--type--image-de-fond-texte-cta .text-content .field--name-field-titre-long * {
  color: #FFF;
}
.paragraph--type--image-de-fond-texte-cta .text-content .field--name-field-titre-long strong {
  color: #AC3528;
}
.paragraph--type--image-de-fond-texte-cta .text-content .field--name-field-texte-long {
  margin-bottom: 60px;
}
.paragraph--type--image-de-fond-texte-cta .text-content .field--name-field-texte-long * {
  color: white;
}

.paragraph--type--lien-sur-image {
  position: relative;
}
.paragraph--type--lien-sur-image img {
  margin: 0;
}
.paragraph--type--lien-sur-image .lien {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px;
  border: solid 2px white;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  transition: all 0.2s linear;
}
.paragraph--type--lien-sur-image .lien:hover {
  margin: 16px;
  padding: 4px;
}

.page-node-type-livre .section {
  padding: 0;
}

.share-link {
  width: 100%;
  height: 25px;
  margin-top: 12px;
}
.share-link .se-block .block-content .se-container .se-trigger img {
  max-height: 30px;
}
@media screen and (max-width: 600px) {
  .share-link {
    display: none;
  }
}

.layout-main {
  margin-top: 50px;
}

.region-breadcrumb {
  background-color: #F5F3F4;
  margin-bottom: 30px;
}
.region-breadcrumb li a {
  color: #0B090A;
}
.region-breadcrumb li:last-child {
  color: #0B090A;
  font-weight: 600;
}

a {
  border-bottom: inherit;
  text-decoration: inherit;
}

.modal {
  top: 25%;
}

.black-bkg {
  background-color: #0B090A;
}

.grey-bkg {
  background-color: #F5F3F4;
}

.text-white, .text-white a {
  color: #FFF !important;
}

.node--type--service-complementaire, .node--type-service-complementaire,
.node--type--livre, .node--type-livre {
  margin-top: 30px;
}
.node--type--service-complementaire h1, .node--type-service-complementaire h1,
.node--type--livre h1, .node--type-livre h1 {
  text-transform: uppercase;
  font-size: 32px !important;
  font-weight: bold;
}
.node--type--service-complementaire h1:before, .node--type-service-complementaire h1:before,
.node--type--livre h1:before, .node--type-livre h1:before {
  content: inherit !important;
}
.node--type--service-complementaire p, .node--type-service-complementaire p,
.node--type--livre p, .node--type-livre p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .node--type--service-complementaire .image, .node--type-service-complementaire .image,
.node--type--livre .image, .node--type-livre .image {
    justify-content: center;
  }
}
.node--type--service-complementaire .prix, .node--type-service-complementaire .prix,
.node--type--livre .prix, .node--type-livre .prix {
  font-weight: bold;
  font-size: 34px;
  color: #AC3528;
}
.node--type--service-complementaire .extract-link, .node--type-service-complementaire .extract-link,
.node--type--livre .extract-link, .node--type-livre .extract-link {
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  .node--type--service-complementaire .extract-link, .node--type-service-complementaire .extract-link,
.node--type--livre .extract-link, .node--type-livre .extract-link {
    max-width: 377px;
    margin: auto;
  }
}
.node--type--service-complementaire .extract-link a, .node--type-service-complementaire .extract-link a,
.node--type--livre .extract-link a, .node--type-livre .extract-link a {
  text-decoration: none;
  border: 0;
  padding-right: 30px;
  background: transparent url("../images/little-right-arrow.png") no-repeat center right 10px;
  line-height: 14px;
  transition: all 0.3s ease-in-out;
}
.node--type--service-complementaire .extract-link a:hover, .node--type-service-complementaire .extract-link a:hover,
.node--type--livre .extract-link a:hover, .node--type-livre .extract-link a:hover {
  background-position: center right 0;
}
.node--type--service-complementaire .field--name-field-couverture, .node--type-service-complementaire .field--name-field-couverture,
.node--type--livre .field--name-field-couverture, .node--type-livre .field--name-field-couverture {
  margin-top: -1px;
}
.node--type--service-complementaire .field--name-field-produit ul.nav, .node--type-service-complementaire .field--name-field-produit ul.nav,
.node--type--livre .field--name-field-produit ul.nav, .node--type-livre .field--name-field-produit ul.nav {
  border: 0;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .node--type--service-complementaire .field--name-field-produit ul.nav, .node--type-service-complementaire .field--name-field-produit ul.nav,
.node--type--livre .field--name-field-produit ul.nav, .node--type-livre .field--name-field-produit ul.nav {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
  }
}
.node--type--service-complementaire .field--name-field-produit ul.nav li, .node--type-service-complementaire .field--name-field-produit ul.nav li,
.node--type--livre .field--name-field-produit ul.nav li, .node--type-livre .field--name-field-produit ul.nav li {
  padding-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .node--type--service-complementaire .field--name-field-produit ul.nav li, .node--type-service-complementaire .field--name-field-produit ul.nav li,
.node--type--livre .field--name-field-produit ul.nav li, .node--type-livre .field--name-field-produit ul.nav li {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.node--type--service-complementaire .field--name-field-produit ul.nav li button, .node--type-service-complementaire .field--name-field-produit ul.nav li button,
.node--type--livre .field--name-field-produit ul.nav li button, .node--type-livre .field--name-field-produit ul.nav li button {
  border: 1px solid #868686;
  border-radius: 0;
  font-weight: bold;
  color: #0B090A;
  transition: 0.3s ease-in-out;
}
.node--type--service-complementaire .field--name-field-produit ul.nav li button .price, .node--type-service-complementaire .field--name-field-produit ul.nav li button .price,
.node--type--livre .field--name-field-produit ul.nav li button .price, .node--type-livre .field--name-field-produit ul.nav li button .price {
  color: #868686 !important;
  text-align: left !important;
}
.node--type--service-complementaire .field--name-field-produit ul.nav li button.active, .node--type-service-complementaire .field--name-field-produit ul.nav li button.active,
.node--type--livre .field--name-field-produit ul.nav li button.active, .node--type-livre .field--name-field-produit ul.nav li button.active {
  border-color: #AC3528;
  background-color: rgba(172, 53, 40, 0.1);
}
.node--type--service-complementaire .field--name-field-produit ul.nav li button.active .price, .node--type-service-complementaire .field--name-field-produit ul.nav li button.active .price,
.node--type--livre .field--name-field-produit ul.nav li button.active .price, .node--type-livre .field--name-field-produit ul.nav li button.active .price {
  color: #AC3528 !important;
  text-align: center !important;
}
.node--type--service-complementaire .field--name-field-produit ul.nav li button.active:hover, .node--type-service-complementaire .field--name-field-produit ul.nav li button.active:hover,
.node--type--livre .field--name-field-produit ul.nav li button.active:hover, .node--type-livre .field--name-field-produit ul.nav li button.active:hover {
  box-shadow: 3px 5px 10px rgba(172, 53, 40, 0.15);
}
.node--type--service-complementaire .field--name-field-produit ul.nav li button:hover, .node--type-service-complementaire .field--name-field-produit ul.nav li button:hover,
.node--type--livre .field--name-field-produit ul.nav li button:hover, .node--type-livre .field--name-field-produit ul.nav li button:hover {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 576px) {
  .node--type--service-complementaire .field--name-field-produit ul.nav li button, .node--type-service-complementaire .field--name-field-produit ul.nav li button,
.node--type--livre .field--name-field-produit ul.nav li button, .node--type-livre .field--name-field-produit ul.nav li button {
    width: 100%;
  }
  .node--type--service-complementaire .field--name-field-produit ul.nav li button .price, .node--type-service-complementaire .field--name-field-produit ul.nav li button .price,
.node--type--livre .field--name-field-produit ul.nav li button .price, .node--type-livre .field--name-field-produit ul.nav li button .price {
    text-align: center !important;
  }
}
.node--type--service-complementaire .field--name-field-produit .form-actions, .node--type-service-complementaire .field--name-field-produit .form-actions,
.node--type--livre .field--name-field-produit .form-actions, .node--type-livre .field--name-field-produit .form-actions {
  margin-top: 5px;
}
.node--type--service-complementaire .field--name-field-produit .form-actions input, .node--type-service-complementaire .field--name-field-produit .form-actions input,
.node--type--livre .field--name-field-produit .form-actions input, .node--type-livre .field--name-field-produit .form-actions input {
  border-radius: 0;
  border: 0;
  background-color: #AC3528;
  color: #FFF;
  padding: 10px 20px;
  background-image: inherit;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.node--type--service-complementaire .field--name-field-produit .form-actions input:hover, .node--type-service-complementaire .field--name-field-produit .form-actions input:hover,
.node--type--livre .field--name-field-produit .form-actions input:hover, .node--type-livre .field--name-field-produit .form-actions input:hover {
  background-color: transparent;
  color: #AC3528;
  border: 1px solid #AC3528;
}
.node--type--service-complementaire .avis, .node--type-service-complementaire .avis,
.node--type--livre .avis, .node--type-livre .avis {
  margin-bottom: 80px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .node--type--service-complementaire .avis, .node--type-service-complementaire .avis,
.node--type--livre .avis, .node--type-livre .avis {
    margin-bottom: 40px;
  }
}
.node--type--service-complementaire .avis .average-rating, .node--type--service-complementaire .avis .total-votes, .node--type-service-complementaire .avis .average-rating, .node--type-service-complementaire .avis .total-votes,
.node--type--livre .avis .average-rating,
.node--type--livre .avis .total-votes, .node--type-livre .avis .average-rating, .node--type-livre .avis .total-votes {
  display: none;
}
.node--type--service-complementaire .avis a.give, .node--type-service-complementaire .avis a.give,
.node--type--livre .avis a.give, .node--type-livre .avis a.give {
  color: #868686;
  text-decoration: underline;
  margin-left: 10px;
}
.node--type--service-complementaire .avis .star, .node--type-service-complementaire .avis .star,
.node--type--livre .avis .star, .node--type-livre .avis .star {
  margin-bottom: 2px;
}
.node--type--service-complementaire .avis > .views-element-container, .node--type-service-complementaire .avis > .views-element-container,
.node--type--livre .avis > .views-element-container, .node--type-livre .avis > .views-element-container {
  width: 100%;
}
.node--type--service-complementaire .infos .paragraph--type--contenu-accordeon:first-child, .node--type-service-complementaire .infos .paragraph--type--contenu-accordeon:first-child,
.node--type--livre .infos .paragraph--type--contenu-accordeon:first-child, .node--type-livre .infos .paragraph--type--contenu-accordeon:first-child {
  border-top: 1px solid #d3d3d3d3;
}
.node--type--service-complementaire .infos .paragraph--type--contenu-accordeon:last-child, .node--type-service-complementaire .infos .paragraph--type--contenu-accordeon:last-child,
.node--type--livre .infos .paragraph--type--contenu-accordeon:last-child, .node--type-livre .infos .paragraph--type--contenu-accordeon:last-child {
  margin-bottom: 80px;
}
.node--type--service-complementaire .infos .paragraph--type--contenu-accordeon .accordion, .node--type-service-complementaire .infos .paragraph--type--contenu-accordeon .accordion,
.node--type--livre .infos .paragraph--type--contenu-accordeon .accordion, .node--type-livre .infos .paragraph--type--contenu-accordeon .accordion {
  background-color: inherit;
  color: #0B090A;
}
.node--type--service-complementaire .infos .paragraph--type--contenu-accordeon .accordion.active, .node--type-service-complementaire .infos .paragraph--type--contenu-accordeon .accordion.active,
.node--type--livre .infos .paragraph--type--contenu-accordeon .accordion.active, .node--type-livre .infos .paragraph--type--contenu-accordeon .accordion.active {
  background-color: inherit;
  color: #0B090A;
}
.node--type--service-complementaire .infos .paragraph--type--contenu-accordeon .accordion.active:after, .node--type-service-complementaire .infos .paragraph--type--contenu-accordeon .accordion.active:after,
.node--type--livre .infos .paragraph--type--contenu-accordeon .accordion.active:after, .node--type-livre .infos .paragraph--type--contenu-accordeon .accordion.active:after {
  background-image: url(../images/minus_produit.svg);
  background-repeat: no-repeat;
}
.node--type--service-complementaire .infos .paragraph--type--contenu-accordeon .accordion:after, .node--type-service-complementaire .infos .paragraph--type--contenu-accordeon .accordion:after,
.node--type--livre .infos .paragraph--type--contenu-accordeon .accordion:after, .node--type-livre .infos .paragraph--type--contenu-accordeon .accordion:after {
  background-image: url(../images/plus_produit.svg);
  background-repeat: no-repeat;
}
.node--type--service-complementaire .infos .paragraph--type--contenu-accordeon .accordion-item, .node--type-service-complementaire .infos .paragraph--type--contenu-accordeon .accordion-item,
.node--type--livre .infos .paragraph--type--contenu-accordeon .accordion-item, .node--type-livre .infos .paragraph--type--contenu-accordeon .accordion-item {
  border: 0;
  border-bottom: 1px solid #D3D3D3;
}
.node--type--service-complementaire .avis-section, .node--type-service-complementaire .avis-section,
.node--type--livre .avis-section, .node--type-livre .avis-section {
  overflow: hidden;
  padding: 45px 0;
  position: relative;
  z-index: 2;
}
.node--type--service-complementaire .avis-section:before, .node--type-service-complementaire .avis-section:before,
.node--type--livre .avis-section:before, .node--type-livre .avis-section:before {
  background-color: #F5F3F4;
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: -15px;
  right: -15px;
  z-index: -1;
}
@media screen and (max-width: 405px) {
  .node--type--service-complementaire .avis-section:before, .node--type-service-complementaire .avis-section:before,
.node--type--livre .avis-section:before, .node--type-livre .avis-section:before {
    bottom: 5px;
    top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .node--type--service-complementaire .avis-section .wrapper .texte, .node--type-service-complementaire .avis-section .wrapper .texte,
.node--type--livre .avis-section .wrapper .texte, .node--type-livre .avis-section .wrapper .texte {
    margin-bottom: 20px;
  }
}
.node--type--service-complementaire .avis-section .wrapper .average-rating, .node--type-service-complementaire .avis-section .wrapper .average-rating,
.node--type--livre .avis-section .wrapper .average-rating, .node--type-livre .avis-section .wrapper .average-rating {
  display: none;
}
@media screen and (max-width: 768px) {
  .node--type--service-complementaire.node--view-mode-list, .node--type-service-complementaire.node--view-mode-list,
.node--type--livre.node--view-mode-list, .node--type-livre.node--view-mode-list {
    margin: 0 auto 30px auto;
    max-width: 280px;
  }
  .node--type--service-complementaire.node--view-mode-list .field--name-field-couverture, .node--type-service-complementaire.node--view-mode-list .field--name-field-couverture,
.node--type--livre.node--view-mode-list .field--name-field-couverture, .node--type-livre.node--view-mode-list .field--name-field-couverture {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
.node--type--service-complementaire.node--view-mode-list img, .node--type-service-complementaire.node--view-mode-list img,
.node--type--livre.node--view-mode-list img, .node--type-livre.node--view-mode-list img {
  max-height: 350px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.node--type--service-complementaire.node--view-mode-list a, .node--type-service-complementaire.node--view-mode-list a,
.node--type--livre.node--view-mode-list a, .node--type-livre.node--view-mode-list a {
  color: inherit;
  text-decoration: none;
}
.node--type--service-complementaire.node--view-mode-list .field--name-field-auteur, .node--type-service-complementaire.node--view-mode-list .field--name-field-auteur,
.node--type--livre.node--view-mode-list .field--name-field-auteur, .node--type-livre.node--view-mode-list .field--name-field-auteur {
  color: #868686;
  font-size: 14px;
}
.node--type--service-complementaire.node--view-mode-list h3, .node--type-service-complementaire.node--view-mode-list h3,
.node--type--livre.node--view-mode-list h3, .node--type-livre.node--view-mode-list h3 {
  font-weight: bold;
  font-size: 16px;
  min-height: 38px;
}
.node--type--service-complementaire.node--view-mode-list .rate .fivestar-summary, .node--type-service-complementaire.node--view-mode-list .rate .fivestar-summary,
.node--type--livre.node--view-mode-list .rate .fivestar-summary, .node--type-livre.node--view-mode-list .rate .fivestar-summary {
  display: none;
}

.red {
  color: #AC3528 !important;
}

.bold {
  font-weight: bold !important;
}

.section-title {
  display: block;
  font-family: "DIN Habitat Regular";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0B090A;
}

.special-borders {
  background: url("../images/border-top.png") no-repeat center top, url("../images/border-bottom.png") no-repeat center bottom;
  background-size: contain;
}

.btn.btn-primary {
  border-radius: 0;
  border: 0;
  background-color: #AC3528;
  color: #FFF;
  padding: 10px 20px;
  background-image: inherit;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #AC3528;
  border: 1px solid #AC3528;
}

.white-bkg .wrapper {
  background-color: #FFF !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  height: 100%;
}

article.js-comment .label, article.js-comment .note {
  float: left;
}
article.js-comment .label {
  margin-right: 10px;
  display: block;
}
article.js-comment .note .empty, article.js-comment .note .total-votes {
  display: none;
}
article.js-comment .field--name-comment-body {
  margin-top: 10px;
  clear: both;
}

.view-commentaires.view-display-id-block_1 .views-row article {
  height: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.view-livres.view-display-id-block_1 .view-footer {
  margin-top: 20px;
}

.simple-link {
  color: #003049;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: 10px;
  margin-right: 25px;
  transition: all 0.3s ease-in-out;
}
.simple-link.plus:after {
  content: "";
  position: absolute;
  left: -10px;
  right: -25px;
  bottom: 0;
  height: 1px;
  background-color: #003049;
  transition: all 0.3s ease-in-out;
}
.simple-link.plus:before {
  content: "+";
  position: absolute;
  right: -18px;
  top: 2px;
}
.simple-link.plus:hover:after {
  left: 0;
  right: -18px;
}
.simple-link:hover {
  color: #003049;
}

h2 strong {
  color: #AC3528;
}

.path-soumission .block-forms-steps ul,
.path-espace-editeur .block-forms-steps ul {
  list-style: none;
  padding-left: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .path-soumission .block-forms-steps ul,
.path-espace-editeur .block-forms-steps ul {
    flex-wrap: wrap;
  }
}
.path-soumission .block-forms-steps ul li,
.path-espace-editeur .block-forms-steps ul li {
  min-height: 76px;
  overflow: hidden;
  padding: 10px 10px 10px 0px;
  flex-basis: 100%;
  list-style: none;
  color: #868686;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  background-color: #F5F3F4;
  position: relative;
  margin-left: -1px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .path-soumission .block-forms-steps ul li,
.path-espace-editeur .block-forms-steps ul li {
    margin-top: -1px;
  }
}
.path-soumission .block-forms-steps ul li svg,
.path-espace-editeur .block-forms-steps ul li svg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}
.path-soumission .block-forms-steps ul li svg:first-child,
.path-espace-editeur .block-forms-steps ul li svg:first-child {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .path-soumission .block-forms-steps ul li svg,
.path-espace-editeur .block-forms-steps ul li svg {
    display: none;
  }
}
.path-soumission .block-forms-steps ul li:last-child svg,
.path-espace-editeur .block-forms-steps ul li:last-child svg {
  display: none;
}
.path-soumission .block-forms-steps ul li.active, .path-soumission .block-forms-steps ul li.previous-step,
.path-espace-editeur .block-forms-steps ul li.active,
.path-espace-editeur .block-forms-steps ul li.previous-step {
  background-color: #AC3528;
  color: #FFF;
}
.path-soumission .block-forms-steps ul li.active svg path, .path-soumission .block-forms-steps ul li.previous-step svg path,
.path-espace-editeur .block-forms-steps ul li.active svg path,
.path-espace-editeur .block-forms-steps ul li.previous-step svg path {
  fill: #AC3528;
}
.path-soumission .block-forms-steps ul li.active .index, .path-soumission .block-forms-steps ul li.previous-step .index,
.path-espace-editeur .block-forms-steps ul li.active .index,
.path-espace-editeur .block-forms-steps ul li.previous-step .index {
  border-color: #FFF;
}
.path-soumission .block-forms-steps ul li.active svg:last-child path,
.path-espace-editeur .block-forms-steps ul li.active svg:last-child path {
  fill: #F5F3F4;
}
.path-soumission .block-forms-steps ul li .index,
.path-espace-editeur .block-forms-steps ul li .index {
  margin-right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #868686;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .path-soumission .block-forms-steps ul li .index,
.path-espace-editeur .block-forms-steps ul li .index {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .path-soumission .block-forms-steps ul li .index,
.path-espace-editeur .block-forms-steps ul li .index {
    display: block;
  }
}
.path-soumission form[class*=soumission],
.path-espace-editeur form[class*=soumission] {
  background-color: #F5F3F4;
  padding: 20px;
}
.path-soumission form[class*=soumission] .wrapper-contrat,
.path-espace-editeur form[class*=soumission] .wrapper-contrat {
  background-color: #FFF;
  border: 1px solid #ACACAC;
  padding: 20px;
}
.path-soumission form[class*=soumission] #edit-actions,
.path-espace-editeur form[class*=soumission] #edit-actions {
  text-align: right;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.path-soumission form[class*=soumission] #edit-actions #edit-previous,
.path-espace-editeur form[class*=soumission] #edit-actions #edit-previous {
  margin-right: auto !important;
  background-color: #669BBC !important;
  border-color: #669BBC !important;
}
.path-soumission form[class*=soumission] #edit-actions #edit-previous:hover,
.path-espace-editeur form[class*=soumission] #edit-actions #edit-previous:hover {
  background-color: #FFF !important;
  color: #669BBC !important;
}
.path-soumission form[class*=soumission] #edit-actions input:not(:first-of-type),
.path-espace-editeur form[class*=soumission] #edit-actions input:not(:first-of-type) {
  margin-left: 20px !important;
}
.path-soumission form[class*=soumission] input:not([type=submit]),
.path-espace-editeur form[class*=soumission] input:not([type=submit]) {
  width: 100%;
}
.path-soumission .selected-couv-wrapper,
.path-espace-editeur .selected-couv-wrapper {
  text-align: center;
}

form .filter-wrapper {
  display: none;
}
form ::placeholder, form select *, form input:not([type=submit]) {
  font-family: "Overpass", sans-serif !important;
  font-size: 16px !important;
  color: #534C50 !important;
}
form .form-textarea {
  padding: 6px;
}
form .description {
  color: #868686;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  margin-left: 34px !important;
  margin-top: 0px !important;
}
form .fivestar-summary-average-count {
  display: none;
}
form a {
  color: #AC3528;
  text-decoration: underline;
}
form select {
  min-height: 45px;
}
form input, form select {
  border-radius: 0 !important;
  border-color: #ACACAC;
}
form input.form-text, form select.form-text {
  min-height: 45px;
}
form input[type=submit], form select[type=submit] {
  background-color: #AC3528;
  border: 1px solid #AC3528;
  border-radius: 0;
  padding: 10px 20px;
  background-image: inherit;
  color: #FFF;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover, form select[type=submit]:hover {
  background: #FFF !important;
  color: #AC3528 !important;
}
form .js-form-type-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
form .js-form-type-checkbox input {
  opacity: 0;
}
form .js-form-type-checkbox input:checked + label:before {
  background: url("../images/checkbox-checked.png") no-repeat center;
}
form .js-form-type-checkbox label {
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
}
form .js-form-type-checkbox label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/checkbox.png") no-repeat center;
}
form .js-form-type-checkbox label.checked:before {
  background: url("../images/checkbox-checked.png") no-repeat center;
}
form label {
  font-family: "Overpass", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal;
  color: #0B090A;
  margin-bottom: 5px;
}
form.comment-form #edit-preview {
  display: none;
}
form.comment-form .js-form-item-field-nom-0-value {
  margin-bottom: 20px;
}
form.comment-form .field--name-field-note {
  position: relative;
}
form.comment-form .field--name-field-note:before {
  content: "Votre note";
  font-family: "Overpass", sans-serif !important;
  font-size: 16px !important;
  font-weight: normal;
  margin-bottom: 10px;
  top: 0px;
  left: 0;
}
form[class*=soumission-] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
form[class*=soumission-] div[class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}
form[class*=soumission-] .field--name-name .description {
  display: none;
}
form[class*=soumission-] .js-form-type-managed-file .form-file {
  border: 0;
}
form[class*=soumission-] .js-form-type-managed-file .description {
  margin-left: 0 !important;
}
form[class*=soumission-] .special-col .wrapper {
  background-color: #FFF;
}
form[class*=soumission-] .special-col h2 {
  background-color: rgba(172, 53, 40, 0.2);
  text-transform: uppercase;
  font-size: 20px !important;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}
form[class*=soumission-] .special-col h2:after {
  content: inherit;
}
form[class*=soumission-] .special-col div[class*=wrapper-] {
  margin-bottom: 20px;
  padding: 0 10px;
}
form[class*=soumission-] .special-col div[class*=wrapper-] .js-form-wrapper {
  margin-bottom: 20px;
}
form[class*=soumission-] .special-col div[class*=wrapper-] .js-form-item {
  margin: 0;
}
form[class*=soumission-] .special-col div[class*=wrapper-] label:not([for*=edit]) {
  font-size: 18px !important;
  margin-bottom: 6px;
}
form[class*=soumission-] .special-col div[class*=wrapper-] label[for*=edit] {
  width: 100%;
}
form[class*=soumission-] .special-col div[class*=wrapper-] input {
  max-width: 160px;
}
form[class*=soumission-] .wrapper-recap .col {
  margin-bottom: 24px;
}
form[class*=soumission-] .wrapper-recap .col .wrapper {
  height: 100%;
  background-color: #FFF;
  padding: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
form[class*=soumission-] .wrapper-recap .col .wrapper h2 {
  font-size: 20px !important;
  margin-bottom: 20px;
  color: #0B090A;
}
form[class*=soumission-] .wrapper-recap .col .wrapper h2:after {
  content: inherit;
}
form[class*=soumission-] .wrapper-recap .col .wrapper label {
  font-weight: bold;
}
form[class*=soumission-] .wrapper-recap .col .wrapper p {
  margin-bottom: 4px;
}
form[class*=soumission-] .tables table {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  form[class*=soumission-] .tables {
    flex-wrap: wrap;
  }
}
form[class*=soumission-] .tables thead tr th {
  background: rgba(83, 76, 80, 0.2);
  border: 1px solid #ACACAC;
  color: #0B090A;
  font-size: 14px;
  text-align: center;
}
form[class*=soumission-] .tables tr td {
  border: 1px solid #ACACAC;
  background: #FFF;
}

.flex {
  display: flex;
}

.view-commerce-cart-form {
  padding-top: 15px;
}
.view-commerce-cart-form div[data-drupal-selector=order-total-summary],
.view-commerce-cart-form div[data-drupal-selector=edit-coupon-redemption],
.view-commerce-cart-form div[data-drupal-selector=edit-actions] {
  display: none;
}
.view-commerce-cart-form .view-footer {
  background-color: #FFF;
}
.view-commerce-cart-form .view-footer h2 {
  background-color: rgba(172, 53, 40, 0.2);
  text-transform: uppercase;
  font-size: 20px !important;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}
.view-commerce-cart-form .view-footer h2:after {
  content: none;
}
.view-commerce-cart-form .view-footer div[data-drupal-selector=order-total-summary],
.view-commerce-cart-form .view-footer div[data-drupal-selector=edit-coupon-redemption],
.view-commerce-cart-form .view-footer div[data-drupal-selector=edit-actions] {
  display: flex;
  flex-direction: column;
}
.view-commerce-cart-form .view-footer .order-total-line {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  padding: 0 20px;
}
.view-commerce-cart-form .view-footer input[id=edit-coupon-redemption-apply] {
  background: #669BBC;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #669BBC;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin: 0;
  align-self: flex-start;
}
.view-commerce-cart-form .view-footer input[id=edit-coupon-redemption-apply]:hover, .view-commerce-cart-form .view-footer input[id=edit-coupon-redemption-apply]:active, .view-commerce-cart-form .view-footer input[id=edit-coupon-redemption-apply]:focus {
  text-decoration: none;
  color: #669BBC;
  background: #FFF;
  border: solid 2px #669BBC;
}
.view-commerce-cart-form .view-footer div[data-drupal-selector=edit-coupon-redemption] {
  border-bottom: solid 1px #868686;
  padding-bottom: 20px;
  margin: 0 20px;
}
.view-commerce-cart-form .views-row {
  background: #FFF;
  padding: 15px;
  margin-bottom: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .view-commerce-cart-form .views-row {
    display: grid;
    grid-template-areas: "img title title" "img quantity quantity" "img delete delete";
  }
}
.view-commerce-cart-form .views-field-field-couverture {
  float: left;
}
@media screen and (max-width: 768px) {
  .view-commerce-cart-form .views-field-field-couverture {
    grid-area: img;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .view-commerce-cart-form .views-field-title {
    grid-area: title;
  }
}
.view-commerce-cart-form .views-field-title a {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #0B090A;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .view-commerce-cart-form .views-field-edit-quantity {
    grid-area: quantity;
  }
}
.view-commerce-cart-form .views-field-nothing {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .view-commerce-cart-form .views-field-nothing {
    grid-area: delete;
  }
}
.view-commerce-cart-form .views-field-nothing input {
  font-size: 14px;
  font-weight: normal;
  background-color: transparent !important;
  padding-left: 20px;
  color: #868686 !important;
  border: inherit !important;
  background: transparent url("../images/delete.png") no-repeat center left;
}
.view-commerce-cart-form .views-field-nothing input:hover {
  background: transparent url("../images/delete.png") no-repeat center left !important;
}

.path-frontpage #page > header {
  transition: all 0.2s linear;
  background: white;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
}
.path-frontpage #page > header .layout-container > .region-header .navigation .menu li a {
  color: black;
}
.path-frontpage .main-content h2 {
  margin-bottom: 30px;
}

#block-heroheaderpagedaccueil {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  #block-heroheaderpagedaccueil {
    align-items: flex-end;
    background-position: 35%;
    margin-top: 20px;
  }
}
#block-heroheaderpagedaccueil .text-content {
  width: 100%;
}
#block-heroheaderpagedaccueil .text-content .field--name-field-texte {
  font-size: 48px;
  font-weight: bold;
}
#block-heroheaderpagedaccueil .text-content .field--name-field-texte h1 {
  font-size: 48px;
  font-weight: bold;
  color: black;
}
@media screen and (max-width: 500px) {
  #block-heroheaderpagedaccueil .text-content .field--name-field-texte h1 {
    font-size: 25px !important;
  }
}
#block-heroheaderpagedaccueil .text-content .field--name-field-texte h1:before {
  content: none;
}
#block-heroheaderpagedaccueil .text-content .field--name-field-texte strong {
  color: #AC3528;
}
#block-heroheaderpagedaccueil .hero-scroll {
  position: absolute;
  bottom: 20px;
  color: white;
  border-bottom: solid 1px currentColor;
  text-transform: uppercase;
  padding: 5px 30px 0 10px;
}
#block-heroheaderpagedaccueil .hero-scroll:after {
  content: "\f30b";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  transform: rotate(90deg);
  top: 3px;
  right: 5px;
}

.homepage-livres .block-livres {
  background: #F5F3F4;
  padding: 30px;
  max-width: calc(50% - 7px);
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .homepage-livres .block-livres {
    max-width: 100%;
  }
}
.homepage-livres .block-livres h3 {
  margin-bottom: 30px;
}
.homepage-livres .block-livres .views-row {
  margin-bottom: 15px;
  background-color: #FFF;
  position: relative;
}
@media screen and (max-width: 576px) {
  .homepage-livres .block-livres .views-row {
    padding: 20px;
  }
}
.homepage-livres .block-livres .views-field-field-couverture .field-content {
  text-align: center;
}
.homepage-livres .block-livres .views-field-title {
  font-weight: bold;
  font-size: 17px;
  margin: 20px 0;
}
.homepage-livres .block-livres .views-field-body {
  margin-bottom: 30px;
}
.homepage-livres .block-livres .views-field-field-extrait a {
  font-style: italic;
  color: #003049;
}
@media screen and (min-width: 577px) {
  .homepage-livres .block-livres .views-field-title,
.homepage-livres .block-livres .views-field-field-extrait,
.homepage-livres .block-livres .views-field-body,
.homepage-livres .block-livres .views-field-view-node {
    margin-left: 15px;
  }
}
@media screen and (min-width: 577px) {
  .homepage-livres .block-livres .views-field-view-node {
    position: absolute;
    bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .homepage-livres .block-livres .views-field-view-node {
    position: relative;
    text-align: right;
  }
}
.homepage-livres .block-livres .views-field-nothing .field-content {
  display: flex;
}
.homepage-livres .block-livres .views-field-nothing .field-content > div:first-of-type {
  min-width: 170px;
}
@media screen and (max-width: 992px) {
  .homepage-livres .block-livres .views-field-nothing .field-content {
    flex-direction: column;
    align-items: stretch;
  }
  .homepage-livres .block-livres .views-field-nothing .field-content img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #003049 !important;
  font-size: 40px !important;
}

.slick-prev {
  left: -15px !important;
}

.slick-next {
  right: -15px !important;
}

.homepage-slider {
  margin-bottom: 50px;
}
.homepage-slider .slider-row {
  margin: 0 15px;
}
.homepage-slider .node__content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.homepage-slider .node__content .auteur {
  color: #669BBC;
  font-size: 15px;
  margin-bottom: 0;
}
.homepage-slider .node__content .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.block-publication-3-clics {
  margin-bottom: 50px;
  width: 100%;
  background-image: url("/sites/default/files/fond_gris.png");
  background-size: cover;
}
.block-publication-3-clics h2 {
  text-align: center;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
.block-publication-3-clics h2:after {
  content: none;
}
.block-publication-3-clics .publications {
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .block-publication-3-clics .publications {
    flex-direction: column;
    align-items: center;
  }
}
.block-publication-3-clics .publications .publication-item {
  background: white;
  padding: 25px;
  width: 255px;
  height: 255px;
  position: relative;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .block-publication-3-clics .publications .publication-item {
    margin-bottom: 15px;
  }
}
.block-publication-3-clics .publications .publication-item img {
  margin: 15px;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 992px) {
  .block-publication-3-clics .publications .publication-item:before {
    content: "";
    position: absolute;
    background: transparent;
    width: 0px;
    height: 0;
    border-top: solid 127px #FFF;
    border-left: solid 80px transparent;
    border-bottom: solid 128px #FFF;
    top: 0;
    left: -80px;
  }
  .block-publication-3-clics .publications .publication-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 127.5px 0 127.5px 80px;
    border-color: transparent transparent transparent #FFF;
    right: -80px;
    top: 0;
  }
}
.block-publication-3-clics .button-centre {
  padding-bottom: 30px;
}
.block-publication-3-clics .button-centre a {
  background: #AC3528;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #AC3528;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.block-publication-3-clics .button-centre a:hover, .block-publication-3-clics .button-centre a:active, .block-publication-3-clics .button-centre a:focus {
  text-decoration: none;
  color: #AC3528;
  background: #FFF;
  border: solid 2px #AC3528;
}

#block-blocliensimagespagedaccueil .field--name-field-item {
  display: flex;
}
@media screen and (max-width: 430px) {
  #block-blocliensimagespagedaccueil .field--name-field-item {
    flex-direction: column;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 20px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto !important;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.node--type-actualite.node--view-mode-teaser {
  margin-bottom: 17px;
  max-width: 375px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
}
.node--type-actualite.node--view-mode-teaser a * {
  color: #212529;
}
.node--type-actualite.node--view-mode-teaser .field--name-field-photo-de-profil {
  width: 46px;
  height: 46px;
  border: solid 0 transparent;
  border-radius: 45px;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
  float: left;
}
.node--type-actualite.node--view-mode-teaser .field--name-field-nom-prenom {
  font-weight: bold;
}
.node--type-actualite.node--view-mode-teaser .field--name-field-date {
  font-size: 14px;
}
.node--type-actualite.node--view-mode-teaser h3 {
  display: inline-block;
  padding: 10px 20px;
}
.node--type-actualite.node--view-mode-teaser .field--name-field-image {
  float: none;
}
.node--type-actualite.node--view-mode-teaser .field--type-image img {
  margin: 0;
}
.node--type-actualite.node--view-mode-teaser .field--name-field-lien {
  color: #868686 !important;
  font-size: 14px;
  padding: 10px 20px 0;
}
.node--type-actualite.node--view-mode-teaser .field--name-field-texte-lien {
  padding: 10px 20px;
}
.node--type-actualite.node--view-mode-teaser .field--name-field-lien,
.node--type-actualite.node--view-mode-teaser .field--name-field-texte-lien {
  background-color: #F5F5F5 !important;
}
.node--type-actualite.node--view-mode-full {
  margin-top: 50px;
}
.node--type-actualite.node--view-mode-full .field--name-field-photo-de-profil {
  width: 46px;
  height: 46px;
  border: solid 0 transparent;
  border-radius: 45px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.node--type-actualite.node--view-mode-full .field--name-field-nom-prenom {
  font-weight: bold;
}
.node--type-actualite.node--view-mode-full .field--name-field-date {
  font-size: 14px;
}
.node--type-actualite .imagecaption {
  margin: 0 auto 50px;
}
.node--type-actualite .imagecaption figure {
  display: table;
  margin: 0px;
}
.node--type-actualite .imagecaption figure img {
  display: block;
  max-height: 500px;
}
.node--type-actualite .imagecaption figure figcaption {
  background-color: #F5F5F5;
  display: table-caption;
  caption-side: bottom;
  text-align: center;
  color: #868686;
}
.node--type-actualite .auteur {
  margin-bottom: 30px;
}
.node--type-actualite .view-notre-actualite .view-header {
  margin-bottom: 50px;
}

#views-exposed-form-notre-actualite-page-1 {
  margin: 50px 30px;
}
#views-exposed-form-notre-actualite-page-1 .form--inline {
  display: flex;
  justify-content: center;
  align-items: center;
}
#views-exposed-form-notre-actualite-page-1 .form--inline .form-item {
  margin: 0;
}
#views-exposed-form-notre-actualite-page-1 .form--inline .form-item input {
  margin: 0;
  min-height: 41px !important;
}
#views-exposed-form-notre-actualite-page-1 .form--inline .form-actions {
  margin: 0;
  padding: 0;
}

.view-id-actualites.view-display-id-block_1 .views-table a {
  color: #AC3528;
}

.node-actualite-delete-form,
.node-actualite-edit-form,
.node-actualite-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.node-actualite-delete-form .field--name-field-photo-de-profil,
.node-actualite-delete-form .field--name-field-nom-prenom,
.node-actualite-delete-form .vertical-tabs,
.node-actualite-delete-form .field--name-field-lien,
.node-actualite-delete-form .field--name-field-texte-lien,
.node-actualite-delete-form .field--name-field-date,
.node-actualite-delete-form .field-edit-link,
.node-actualite-delete-form #edit-preview,
.node-actualite-edit-form .field--name-field-photo-de-profil,
.node-actualite-edit-form .field--name-field-nom-prenom,
.node-actualite-edit-form .vertical-tabs,
.node-actualite-edit-form .field--name-field-lien,
.node-actualite-edit-form .field--name-field-texte-lien,
.node-actualite-edit-form .field--name-field-date,
.node-actualite-edit-form .field-edit-link,
.node-actualite-edit-form #edit-preview,
.node-actualite-form .field--name-field-photo-de-profil,
.node-actualite-form .field--name-field-nom-prenom,
.node-actualite-form .vertical-tabs,
.node-actualite-form .field--name-field-lien,
.node-actualite-form .field--name-field-texte-lien,
.node-actualite-form .field--name-field-date,
.node-actualite-form .field-edit-link,
.node-actualite-form #edit-preview {
  display: none;
}

#block-editions-local-tasks {
  display: none;
}

.addtoany_list {
  margin-bottom: 20px;
  display: block;
}

.block-catalogue-filters select {
  max-width: 250px;
}
.block-catalogue-filters .filter-editeurs {
  display: flex;
  justify-content: flex-start;
}
.block-catalogue-filters .filter-editeurs a {
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
  color: black;
  display: inline-block;
}
.block-catalogue-filters .filter-editeurs a.active {
  background: #AC3528;
  color: white;
}
@media screen and (max-width: 768px) {
  .block-catalogue-filters .filter-editeurs a {
    display: none;
  }
}
.block-catalogue-filters .filter-editeurs select {
  margin: 5px 5px 5px 0;
}
.block-catalogue-filters .filter-categories {
  background: #F5F3F4;
  padding: 20px;
}
.block-catalogue-filters .filter-categories a {
  display: block;
  margin-bottom: 5px;
  color: black;
  padding: 0 5px;
}
.block-catalogue-filters .filter-categories a.active {
  color: white;
  padding: 5px;
  background: #AC3528;
}

.catalogue-blocks .views-infinite-scroll-content-wrapper {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  padding: 0 20px;
}
.catalogue-blocks .views-infinite-scroll-content-wrapper > .views-row {
  padding: 0 5px;
}
.catalogue-blocks .pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogue-blocks .pager a {
  background: #AC3528;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #AC3528;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.catalogue-blocks .pager a:hover, .catalogue-blocks .pager a:active, .catalogue-blocks .pager a:focus {
  text-decoration: none;
  color: #AC3528;
  background: #FFF;
  border: solid 2px #AC3528;
}
.catalogue-blocks h2 {
  font-size: 20px !important;
  text-transform: uppercase;
  margin-top: 40px;
}
.catalogue-blocks h2:after {
  bottom: 6px;
}

.view-services-complementaires-block-1 {
  margin-top: 40px;
}
.view-services-complementaires-block-1 .view-content .views-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view-services-complementaires-block-1 .view-content .views-row .views-field-title {
  font-weight: bold;
  margin: 10px 0;
}
.view-services-complementaires-block-1 .view-content .views-row .views-field-field-prix {
  font-weight: bold;
  font-size: 20px;
  color: #AC3528;
}

.view-livres .node--type-livre.node--view-mode-list .node__content {
  display: flex;
  flex-direction: column;
}
.view-livres .node--type-livre.node--view-mode-list .node__content .field--name-field-couverture {
  text-align: center;
}
.view-livres .pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-livres .pager a {
  background: #AC3528;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #AC3528;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.view-livres .pager a:hover, .view-livres .pager a:active, .view-livres .pager a:focus {
  text-decoration: none;
  color: #AC3528;
  background: #FFF;
  border: solid 2px #AC3528;
}

#webform-submission-contact-add-form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.view-commerce-cart-form .view-footer #edit-actions input[data-drupal-selector=edit-submit] {
  display: none;
}

.view-commerce-cart-form .view-footer #edit-actions input[data-drupal-selector=edit-checkout] {
  background: #AC3528;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #AC3528;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
  border-radius: 0;
  margin: 0 20px 20px;
  max-width: calc(100% - 40px);
}
.view-commerce-cart-form .view-footer #edit-actions input[data-drupal-selector=edit-checkout]:hover, .view-commerce-cart-form .view-footer #edit-actions input[data-drupal-selector=edit-checkout]:active, .view-commerce-cart-form .view-footer #edit-actions input[data-drupal-selector=edit-checkout]:focus {
  text-decoration: none;
  color: #AC3528;
  background: #FFF;
  border: solid 2px #AC3528;
}

.layout-region-checkout-secondary {
  background-color: #FFF;
  position: sticky;
  top: 100px;
}
.layout-region-checkout-secondary h3 {
  background-color: rgba(172, 53, 40, 0.2);
  text-transform: uppercase;
  font-size: 20px !important;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}

.commerce-checkout-flow .view-commerce-checkout-order-summary .view-content {
  display: none;
}
.commerce-checkout-flow .view-commerce-checkout-order-summary .order-total-line {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
}
.commerce-checkout-flow .view-commerce-checkout-order-summary .order-total-line.order-total-line__total {
  font-weight: bold;
}
.commerce-checkout-flow input:not([type=submit]):not([type=radio]):not([type=checkbox]), .commerce-checkout-flow select {
  width: 100%;
  max-width: 750px;
}
.commerce-checkout-flow .layout-region-checkout-footer .form-actions {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.commerce-checkout-flow .layout-region-checkout-footer .form-actions .link--previous {
  margin-right: 20px;
  background: #669BBC;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #669BBC;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.commerce-checkout-flow .layout-region-checkout-footer .form-actions .link--previous:hover, .commerce-checkout-flow .layout-region-checkout-footer .form-actions .link--previous:active, .commerce-checkout-flow .layout-region-checkout-footer .form-actions .link--previous:focus {
  text-decoration: none;
  color: #669BBC;
  background: #FFF;
  border: solid 2px #669BBC;
}

.checkout-pane-contact-information .fieldset-wrapper {
  background: #FFF;
  padding: 15px;
  margin-bottom: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.checkout-pane-contact-information .form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.checkout-pane-shipping-information {
  margin-top: 0;
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile {
  background: #FFF;
  padding: 15px;
  margin-bottom: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.checkout-pane-shipping-information .form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.checkout-pane-shipping-information .form-item .fieldset-wrapper {
  width: 100%;
}
.checkout-pane-shipping-information .form-radios .form-item {
  display: block;
}
.checkout-pane-shipping-information .address-container-inline {
  display: flex;
  justify-content: space-between;
}
.checkout-pane-shipping-information .address-container-inline .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

#edit-payment-information-billing-information {
  background: #FFF;
  padding: 15px;
  margin-bottom: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
#edit-payment-information-billing-information .form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-radios {
  background: #FFF;
  padding: 15px;
  margin-bottom: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.form-radios input {
  width: 20px;
  height: 20px;
  transform: translateY(4px);
}
.form-radios input:checked {
  position: relative;
}
.form-radios input:checked:before {
  content: "";
  background: #AC3528;
  width: 100%;
  height: 100%;
  position: absolute;
  border: solid 1px #ACACAC;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}

#edit-review-shipping-information .fieldset-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
#edit-review-shipping-information .fieldset-wrapper .field--name-shipping-method {
  display: flex;
  align-items: center;
}

.checkout-pane-review fieldset {
  background: #FFF;
  padding: 15px;
  margin-bottom: 25px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.checkout-pane-review fieldset:first-of-type {
  margin-top: 0;
}
.checkout-pane-review fieldset .profile {
  display: flex;
  justify-content: space-evenly;
  background: #F5F4F3;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

#edit-field-modele-de-couverture {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
#edit-field-modele-de-couverture .form-item {
  margin: 0;
  height: max-content;
}
#edit-field-modele-de-couverture .form-item.active {
  border: solid 2px #AC3528;
}
#edit-field-modele-de-couverture label {
  margin: 0;
}
#edit-field-modele-de-couverture input {
  display: none;
}

#edit-shipping-information-custom-shipping-profile-edit-button {
  margin-bottom: 20px;
}

.checkout-complete .message {
  font-weight: bold;
  background: #f5f5f5;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
}
.checkout-complete h1 {
  margin-bottom: 20px;
}
.checkout-complete .checkout-complete__payment-instructions .instructions {
  width: max-content;
  margin: 30px auto 0;
  padding: 20px;
  border: solid 2px #AC3528;
}
.checkout-complete .checkout-complete__payment-instructions .instructions strong {
  color: #AC3528;
}
.checkout-complete .checkout-complete__payment-instructions .instructions p {
  text-align: center;
  font-weight: bold;
}

.wrapper-menu-profil ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.wrapper-menu-profil ul li a {
  margin: 5px;
  padding: 5px 10px;
  display: inline-block;
  color: black;
}
.wrapper-menu-profil ul li.active a {
  background: #AC3528;
  color: white;
}
.wrapper-menu-profil .btn-add {
  padding: 0;
}

.profile .col-sidebar {
  background: #F5F3F4;
  padding: 20px;
  height: min-content;
}
.profile .col-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.profile .col-sidebar ul a {
  display: block;
  margin-bottom: 5px;
  color: black;
}
.profile .col-sidebar ul a.active {
  text-decoration: underline;
}
.profile .col-content .wrapper-account {
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #D3D3D3;
  margin-bottom: 20px;
}
.profile .col-content .wrapper-account h3 {
  font-weight: bold;
}
.profile .col-content .wrapper-account .btn-edit {
  position: absolute;
  top: 5px;
  right: 0;
  color: #868686;
}
.profile .col-content .wrapper-account .btn-edit:hover {
  text-decoration: underline;
}
.profile .col-content .wrapper-account .btn-edit:before {
  content: url("../images/pencil-alt.png");
  margin-right: 5px;
}
.profile .col-content .wrapper-account #infos-general {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.profile .col-content .wrapper-account #mes-profils-auteur .card,
.profile .col-content .wrapper-account #mes-adresses .card {
  background: #FFF;
  padding: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border: none;
  height: 100%;
}

.add-auteur {
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-auteur a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #AC3528;
  padding-top: 10px;
}
.add-auteur a p {
  position: relative;
}
.add-auteur a p:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/plus-square.png");
  background-size: cover;
}

.profile-auteur-livres {
  padding: 0 20px;
}
.profile-auteur-livres h4 {
  font-weight: bold;
  font-size: 16px;
}

.view-commerce-user-orders .views-row {
  display: flex;
  justify-content: space-between;
  border-bottom: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 540px) {
  .view-commerce-user-orders .views-row {
    flex-direction: column;
  }
}
.view-commerce-user-orders .views-row:after {
  content: none;
}
.view-commerce-user-orders .views-row .views-col {
  width: calc(50% - 10px);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-bottom: 20px;
}
.view-commerce-user-orders .views-row .views-col .views-field {
  padding: 5px 15px;
}
.view-commerce-user-orders .views-row .views-col .views-field .views-label {
  font-weight: bold;
}
.view-commerce-user-orders .views-row .views-col .views-field.views-field-order-number {
  background: #F5F3F4;
  padding: 5px 15px;
  text-align: center;
}
.view-commerce-user-orders .views-row .views-col .views-field-uri a {
  color: #AC3528;
  text-decoration: underline;
}
.view-commerce-user-orders .views-row .views-col .views-field-uri a:hover {
  text-decoration: none;
}

.reversement_entity {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
}

.view-soumissions .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.view-soumissions .view-content .views-row {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.view-soumissions .view-content .views-row .soumission_entity {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view-soumissions .view-content .views-row .soumission_entity > .field {
  margin-bottom: 5px;
}
.view-soumissions .view-content .views-row .soumission_entity .field--name-field-statut {
  color: #868686;
}

.profile-auteur-edit-form .form-wrapper .form-item {
  display: flex;
  flex-direction: column;
}
.profile-auteur-edit-form .form-wrapper .form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#profile-customer-edit-form .form-item,
#profile-auteur-add-form .form-item {
  display: flex;
  flex-direction: column;
}

#user-pass,
.user-login-form {
  max-width: 350px;
  margin: 0 auto;
}
#user-pass .form-item,
#user-pass .form-actions,
.user-login-form .form-item,
.user-login-form .form-actions {
  display: flex;
  flex-direction: column;
}
#user-pass .form-item .description,
#user-pass .form-actions .description,
.user-login-form .form-item .description,
.user-login-form .form-actions .description {
  margin-left: 0 !important;
}

#user-register-form .details-wrapper,
#edit-customer-profiles-0 .details-wrapper {
  background: #F5F5F5;
}
#user-register-form .form-item,
#user-register-form .form-actions,
#edit-customer-profiles-0 .form-item,
#edit-customer-profiles-0 .form-actions {
  display: flex;
  flex-direction: column;
}

#block-views-block-commerce-user-orders-block-1 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #D3D3D3;
  margin-bottom: 20px;
}
#block-views-block-commerce-user-orders-block-1 .pager {
  padding: 0;
}
#block-views-block-commerce-user-orders-block-1 .pager .pager__item {
  padding: 0;
}
#block-views-block-commerce-user-orders-block-1 .pager .pager__item a {
  background: #AC3528;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #AC3528;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
#block-views-block-commerce-user-orders-block-1 .pager .pager__item a:hover, #block-views-block-commerce-user-orders-block-1 .pager .pager__item a:active, #block-views-block-commerce-user-orders-block-1 .pager .pager__item a:focus {
  text-decoration: none;
  color: #AC3528;
  background: #FFF;
  border: solid 2px #AC3528;
}

.view-mes-epub-items .field {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view-mes-epub-items .wrapper-link {
  text-align: center;
  margin-bottom: 50px;
}
.view-mes-epub-items .wrapper-link a {
  background: #AC3528;
  padding: 8px 20px;
  border-radius: 0;
  border: solid 2px #AC3528;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  color: #FFF;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.view-mes-epub-items .wrapper-link a:hover, .view-mes-epub-items .wrapper-link a:active, .view-mes-epub-items .wrapper-link a:focus {
  text-decoration: none;
  color: #AC3528;
  background: #FFF;
  border: solid 2px #AC3528;
}

#user-register-form {
  max-width: 560px;
  margin: 0 auto;
}
#user-register-form .description {
  margin: 0 !important;
}
#user-register-form .form-text {
  min-height: 0;
}
#user-register-form .address-container-inline > .form-item {
  margin-right: 0;
}

.order-information .row a {
  color: #AC3528;
  text-decoration: underline;
}
.order-information .row a:hover {
  text-decoration: none;
}

body.path-search .search-help-link {
  display: none;
}
body.path-search .search-form {
  position: relative;
  display: flex;
  flex-direction: column;
}
body.path-search .search-form .form-search {
  width: 310px;
  height: 40px;
  font-weight: bold;
  border: solid 1px #F5F3F4;
  border-right: none;
  color: #ACACAC;
  padding-right: 50px;
  margin: 0;
}
body.path-search .search-form .form-submit {
  height: 40px;
  background: transparent url("/sites/default/files/search.svg") no-repeat center;
  border: solid 1px #F5F3F4;
  border-left: none;
}
body.path-search .search-form .form-submit:hover {
  background: transparent url("/sites/default/files/search.svg") no-repeat center !important;
}
body.path-search .node_search-results a {
  color: #AC3528;
}
body.path-search .search-results li {
  border: 1px solid #d3d7d9;
  padding: 10px;
  margin: 20px 0;
}

.pager__item a {
  color: #AC3528;
}

.espace-editeur-page a.menu-icon-5,
.espace-editeur-page ul.links li.menu-icon-5 a,
.espace-editeur-page ul.menu li.menu-icon-5 a {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' fill='url(%23paint0_linear_1735_5)'/%3E%3Cg clip-path='url(%23clip0_1735_5)'%3E%3Cpath d='M20 21.25C23.1055 21.25 25.625 18.7305 25.625 15.625C25.625 12.5195 23.1055 10 20 10C16.8945 10 14.375 12.5195 14.375 15.625C14.375 18.7305 16.8945 21.25 20 21.25ZM25 22.5H22.8477C21.9805 22.8984 21.0156 23.125 20 23.125C18.9844 23.125 18.0234 22.8984 17.1523 22.5H15C12.2383 22.5 10 24.7383 10 27.5V28.125C10 29.1602 10.8398 30 11.875 30H28.125C29.1602 30 30 29.1602 30 28.125V27.5C30 24.7383 27.7617 22.5 25 22.5Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1735_5' x1='-2.20016e-07' y1='20.4878' x2='40' y2='20.4878' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23709FD6'/%3E%3Cstop offset='1' stop-color='%237080D6'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1735_5'%3E%3Crect width='20' height='20' fill='white' transform='translate(10 10)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.espace-editeur-page .form-submit {
  background: linear-gradient(90deg, #709fd6 0%, #7080d6 100%);
  color: #f5f3f4;
  border: 1px solid transparent;
}
.espace-editeur-page .form-submit:hover {
  border: 1px solid transparent;
  color: #f5f3f4 !important;
  background: linear-gradient(90deg, #7080d6 0%, #709fd6 100%) !important;
}
.espace-editeur-page .btn-primary {
  background: linear-gradient(90deg, #709fd6 0%, #7080d6 100%);
  display: flex;
  align-items: center;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  color: #f5f3f4;
}
.espace-editeur-page .btn-primary:after {
  display: flex;
  content: "\f30b";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f5f3f4;
}
.espace-editeur-page .btn-primary:hover {
  border: 1px solid transparent;
  color: #f5f3f4;
  background: linear-gradient(90deg, #7080d6 0%, #709fd6 100%);
}
.espace-editeur-page a {
  color: #709fd6;
}
.espace-editeur-page .highlighted {
  display: none;
}
.espace-editeur-page .layout-main {
  margin-top: 0;
}
.espace-editeur-page .site-footer {
  background-color: #f5f3f4;
}
.espace-editeur-page .site-footer .content,
.espace-editeur-page .site-footer .content a,
.espace-editeur-page .site-footer .content a.is-active {
  color: #0b090a;
}
.espace-editeur-page .site-footer .region-footer-second {
  margin-top: 30px;
  background-color: transparent;
  border-top: 1px solid #d3d3d3;
}
@media (min-width: 851px) {
  .espace-editeur-page .site-footer .layout-container {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .espace-editeur-page .site-footer .layout-container {
    margin: 0;
  }
}
.espace-editeur-page .text-color-primary {
  color: #709fd6;
}
.espace-editeur-page .region-breadcrumb {
  padding: 0 !important;
  margin: 0;
  background-color: transparent;
}
.espace-editeur-page .region-breadcrumb > .layout-container {
  position: relative;
}
.espace-editeur-page .region-breadcrumb .block-system-breadcrumb-block {
  z-index: 1;
  position: relative;
  padding: 0.25rem;
}
.espace-editeur-page #block-editions-content > .content {
  margin-top: 0;
}
.espace-editeur-page .banner-presentation {
  position: relative;
  margin-top: -79px;
  margin-bottom: 90px;
  text-align: center;
  padding: 125px 0 90px 0;
}
.espace-editeur-page .banner-presentation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.espace-editeur-page .banner-presentation h1 {
  z-index: 1;
  position: relative;
  font-family: "DIN Medium", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 102px !important;
  line-height: 128px;
  color: #709fd6;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.espace-editeur-page .banner-presentation h1:before {
  display: none;
}
.espace-editeur-page .banner-presentation .banner-subtitle {
  z-index: 1;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #0b090a;
}
.espace-editeur-page .wrapper_login {
  margin-top: 0;
}
.espace-editeur-page .wrapper_login h2 {
  font-family: "DIN Medium", sans-serif;
  display: inline-block;
  font-size: 46px !important;
  color: #0b090a;
  margin-bottom: 0;
}
.espace-editeur-page .wrapper_login h2:after {
  background-color: #709fd6;
  position: initial;
  bottom: 0;
  display: inline-block;
  margin-left: 6px;
}
.espace-editeur-page .wrapper_login .row {
  margin: -8px;
}
.espace-editeur-page .wrapper_login .row > .col-12 {
  padding: 8px;
}
.espace-editeur-page .wrapper_login .content {
  margin: 0;
  height: 100%;
  background-color: #f5f3f4;
  padding: 30px;
  margin-bottom: 50px;
}
.espace-editeur-page .text-image-presentation {
  margin-bottom: 40px;
}
.espace-editeur-page .text-image-presentation h2 {
  font-family: "DIN Medium", sans-serif;
  display: inline-block;
  font-size: 46px !important;
  color: #0b090a;
  margin-bottom: 40px;
}
.espace-editeur-page .text-image-presentation h2 span {
  font-family: "DIN Medium", sans-serif;
}
.espace-editeur-page .text-image-presentation h2:after {
  background-color: #709fd6;
  position: initial;
  bottom: 0;
  display: inline-block;
  margin-left: 6px;
}
.espace-editeur-page .text-image-presentation p {
  margin-bottom: 40px;
}
.espace-editeur-page .text-image-presentation .btn-primary {
  background: linear-gradient(90deg, #709fd6 0%, #7080d6 100%);
  display: flex;
  align-items: center;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  color: #f5f3f4;
}
.espace-editeur-page .text-image-presentation .btn-primary:after {
  display: flex;
  content: "\f30b";
  margin-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f5f3f4;
}
.espace-editeur-page .text-image-presentation .btn-primary:hover {
  border: 1px solid transparent;
  color: #f5f3f4;
  background: linear-gradient(90deg, #7080d6 0%, #709fd6 100%);
}
.espace-editeur-page .text-image-presentation .col-image img {
  width: 100%;
}
.espace-editeur-page .tuiles-presentation {
  margin-bottom: 90px;
}
.espace-editeur-page .tuiles-presentation .row {
  margin: -8px;
}
.espace-editeur-page .tuiles-presentation .row > .col-tuile {
  padding: 8px;
}
.espace-editeur-page .tuiles-presentation .row > .col-tuile .content-tuile {
  height: 100%;
  background-color: #f8f9fa;
  border: 1px solid #709fd6;
  box-shadow: 0px 0px 14px rgba(50, 50, 50, 0.1);
  border-radius: 14px;
  padding: 30px 20px;
}
.espace-editeur-page .tuiles-presentation .row > .col-tuile .content-tuile h4 {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
  color: #0b090a;
  margin-bottom: 16px;
}
.espace-editeur-page .tuiles-presentation .row > .col-tuile .content-tuile p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #0b090a;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .espace-editeur-page .banner-presentation h1 {
    font-size: 62px !important;
    line-height: normal;
  }
  .espace-editeur-page .wrapper_login {
    margin-top: 0;
  }
  .espace-editeur-page .wrapper_login h2 {
    font-size: 38px !important;
    margin-bottom: 15px;
  }
  .espace-editeur-page .text-image-presentation h2 {
    font-size: 38px !important;
    margin-bottom: 15px;
  }
  .espace-editeur-page .text-image-presentation p {
    margin-bottom: 15px;
  }
  .espace-editeur-page .text-image-presentation .col-image {
    order: 1;
    margin-bottom: 20px;
  }
  .espace-editeur-page .text-image-presentation .col-texte {
    order: 2;
  }
}

body {
  background: #FFF;
}

#block-cookiesui h2 {
  display: none;
}
#block-cookiesui .cookiesjsr-layer {
  height: 60vh;
}
#block-cookiesui .cookiesjsr-cookie-preference {
  display: none;
}

p {
  margin: 0;
}

@media screen and (max-width: 500px) {
  #block-editions-branding {
    flex: 1;
  }
}

.site-branding__logo.mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .site-branding__logo {
    display: none;
  }
  .site-branding__logo.mobile {
    display: block;
  }
}

.menu--main .menu a,
.mobile-navigation .menu--menu-secondaire .menu a {
  position: relative;
}
.menu--main .menu a:before, .menu--main .menu a:after,
.mobile-navigation .menu--menu-secondaire .menu a:before,
.mobile-navigation .menu--menu-secondaire .menu a:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.menu--main .menu a:before,
.mobile-navigation .menu--menu-secondaire .menu a:before {
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.menu--main .menu a:hover:before,
.mobile-navigation .menu--menu-secondaire .menu a:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

#page > header {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
  height: 70px;
  position: sticky;
  top: 0;
  width: 100%;
  background: white;
  z-index: 99;
}
@media screen and (max-width: 1100px) {
  #page > header .layout-container > .region-header {
    display: flex;
    align-items: center;
    justify-content: end;
  }
}
#page > header .layout-container > .region-header .site-branding {
  float: left;
  flex: 1;
}
#page > header .layout-container > .region-header .navigation {
  float: left;
  width: auto;
  border: none;
}
@media screen and (max-width: 1100px) {
  #page > header .layout-container > .region-header .navigation {
    display: none;
  }
}
#page > header .layout-container > .region-header .navigation .menu {
  display: flex;
}
#page > header .layout-container > .region-header .navigation .menu li a {
  border: none;
  color: #000;
  font-size: 18px;
}
#page > header .layout-container > .region-header .search-block-form {
  float: right;
  clear: initial !important;
  position: relative;
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  #page > header .layout-container > .region-header .search-block-form {
    flex: 2;
    width: 100%;
  }
}
#page > header .layout-container > .region-header .search-block-form .form-search {
  width: 400px;
  height: 40px;
  font-weight: bold;
  border: solid 1px #F5F3F4;
  color: #ACACAC;
  padding-right: 50px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  #page > header .layout-container > .region-header .search-block-form .form-search {
    width: 100%;
    font-size: 12px !important;
    padding-right: 30px;
  }
  #page > header .layout-container > .region-header .search-block-form .form-search::placeholder {
    font-size: 12px !important;
  }
}
#page > header .layout-container > .region-header .search-block-form .form-actions {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
@media screen and (max-width: 600px) {
  #page > header .layout-container > .region-header .search-block-form .form-actions {
    padding-right: 5px;
  }
}
#page > header .layout-container > .region-header .search-block-form .form-actions input {
  border: none;
  background: transparent url("/sites/default/files/search.svg") no-repeat center;
}
@media screen and (max-width: 600px) {
  #page > header .layout-container > .region-header .search-block-form .form-actions input {
    background-size: contain;
    width: 20px;
    height: 17px;
    margin-top: 0;
  }
}
#page > header .layout-container > .region-header .search-block-form .form-actions input:hover {
  background: transparent url("/sites/default/files/search.svg") no-repeat center !important;
}
#page > header .layout-container > .region-header .navigation.menu--menu-secondaire {
  float: right;
}
@media screen and (max-width: 1100px) {
  #page > header .layout-container > .region-header .navigation.menu--menu-secondaire {
    display: none;
  }
}
#page > header .layout-container > .region-header .navigation.menu--menu-secondaire .menu-item a {
  height: 40px;
  width: 40px;
  font-size: 0;
  color: transparent;
  padding: 0;
  margin: 0;
}
#page > header .layout-container > .region-header .navigation.menu--menu-secondaire .menu-item:first-of-type {
  margin-right: 15px;
}
#page > header .mobile-toggle.open {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  background-image: url("/themes/custom/editions/images/icon_burger.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1100px) {
  #page > header .mobile-toggle.open {
    display: block;
  }
}
#page > header .mobile-navigation {
  display: none;
  padding-top: 100px;
  z-index: 100;
  background: #003049;
  position: fixed;
  top: 0px;
  height: 100%;
  right: -80%;
  width: 80%;
  transition: right ease-out 0.3s;
}
#page > header .mobile-navigation.active {
  right: 0%;
}
@media screen and (max-width: 1100px) {
  #page > header .mobile-navigation {
    display: block;
  }
}
#page > header .mobile-navigation .site-branding,
#page > header .mobile-navigation .search-block-form {
  display: none;
}
#page > header .mobile-navigation .region-header {
  padding: 0 30px;
}
#page > header .mobile-navigation .region-header .block-menu {
  float: none;
  border: none;
  display: block;
  width: 100%;
}
#page > header .mobile-navigation .region-header .block-menu.menu--main {
  border-bottom: solid 1px #EDEDED;
  padding-bottom: 20px;
}
#page > header .mobile-navigation .region-header .block-menu li a {
  font-size: 18px;
  border: none;
  padding-left: 0;
  display: inline-block;
}
#page > header .mobile-navigation .menu--menu-secondaire a {
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
#page > header .mobile-navigation .menu--menu-secondaire .menu-icon-4 a {
  padding-left: 35px !important;
  background-image: url("/sites/default/files/cart-white.svg");
}
#page > header .mobile-navigation .menu--menu-secondaire .menu-icon-5 a {
  padding-left: 35px !important;
  background-image: url("/sites/default/files/profil-white.svg");
}
#page > header .mobile-navigation .menu--menu-secondaire .menu-icon-14 a {
  padding-left: 35px !important;
  background-image: url("/sites/default/files/profil-white.svg");
}
#page > header .mobile-navigation .mobile-toggle.close {
  position: absolute;
  right: 15px;
  top: 25px;
  background-image: url("/sites/default/files/times.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  width: 25px;
  height: 25px;
}

.site-footer {
  background-color: #003049;
  margin: 0;
  padding: 0;
}
.site-footer .block {
  border: none;
  margin-bottom: 0px;
  padding: 0;
}
.site-footer .site-footer__top .region {
  float: none;
}
@media screen and (max-width: 500px) {
  .site-footer .site-footer__top .region {
    margin: 0;
  }
}
.site-footer .region-footer-first {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .site-footer .region-footer-first {
    flex-direction: column;
  }
}
.site-footer .region-footer-first #block-logofooter {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .site-footer .region-footer-first #block-logofooter {
    width: 35%;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .region-footer-first #block-logofooter {
    width: 100%;
  }
  .site-footer .region-footer-first #block-logofooter img {
    display: block;
    margin: 0 auto;
  }
}
.site-footer .region-footer-first .navigation {
  padding-top: 20px;
  margin-top: 10px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .site-footer .region-footer-first .navigation {
    width: 33%;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .region-footer-first .navigation {
    width: 100%;
  }
}
.site-footer .region-footer-first .navigation .menu a {
  border: none;
}
@media screen and (max-width: 500px) {
  .site-footer .region-footer-first .navigation .menu a {
    text-align: center;
  }
}
.site-footer .region-footer-second {
  width: 100%;
  padding: 20px 0;
  background-color: #001622;
}
.site-footer .region-footer-second * {
  margin: 0;
}

.region-highlighted {
  margin: 0;
}

.more-link a {
  color: #003049;
  border-bottom: solid 1px #003049;
  padding: 0 10px;
}

.breadcrumb li:before {
  content: ">";
}

input:disabled {
  cursor: not-allowed;
}

.field--type-image img {
  margin: 0;
}

.messages--status {
  display: none;
}

#views-exposed-form-recherche-page-1 .form--inline {
  display: flex;
  justify-content: center;
  align-items: center;
}
#views-exposed-form-recherche-page-1 .form--inline .form-item {
  margin: 0;
}
#views-exposed-form-recherche-page-1 .form--inline .form-item input {
  margin: 0;
  min-height: 41px !important;
}
#views-exposed-form-recherche-page-1 .form--inline .form-actions {
  margin: 0;
  padding: 0;
}

a.menu-icon-4,
ul.links li.menu-icon-4 a,
ul.menu li.menu-icon-4 a {
  background-image: url("/sites/default/files/menu_icons/Group%2037.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

a.menu-icon-5,
ul.links li.menu-icon-5 a,
ul.menu li.menu-icon-5 a {
  background-image: url("/sites/default/files/menu_icons/Group%2038.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

form.editeur-soumission .form-item {
  display: flex;
  flex-direction: column;
}

.modal .close.btn {
  font-size: 1.4rem;
}

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