/* ==========================================================
   LISSAGE DES POLICES
========================================================== */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* ==========================================================
   TYPOGRAPHIE GÉNÉRALE
========================================================== */

.pp-module__title {
  display: none;
}


/* ==========================================================
   FORMULAIRE DE RECHERCHE
========================================================== */

#searchform #input {
}

#searchform #s {
  background: #fff !important;
  margin: 0 0px 0 -7px;
}

#searchform #searchsubmit {
  height: 40px;
  padding: 10px;
  margin: 1px 0 0 10px;
  background: #f8f8f8;
}

#searchform #searchsubmit:hover {
  background: #ccc;
}

input#searchsubmit {
  float: right;
  position: absolute;
}


/* ==========================================================
   FOOTER
========================================================== */

.copyright-footer {
  background-color: rgb(211, 211, 211) !important;
  padding: 14px;
}


/* ==========================================================
   ROLLOVER DES IMAGES
========================================================== */

.pp-grid-image__image {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform .3s ease-in-out;
  opacity: 1;
}

.pp-grid-image__image:hover {
  cursor: pointer;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: transform .3s ease-in-out;
  opacity: 5;
}


/* ==========================================================
   EASY ACCORDION
========================================================== */


/* ----------------------------------------------------------
   ÉTAT FERMÉ
---------------------------------------------------------- */

.collapsed {
  background-color: #eee;
  font-weight: normal !important;
}

.sp-easy-accordion .sp-ea-single {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}


/* ----------------------------------------------------------
   VERSION MOBILE
---------------------------------------------------------- */

@media (max-width: 768px) {

  .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 13px !important;
    line-height: 1.35;
  }

}


/* ----------------------------------------------------------
   EN-TÊTE DES QUESTIONS
---------------------------------------------------------- */

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 12px 5px 10px 16px;
  color: #444;
  background-color: #fffefe;
  font-size: 15px !important;
  letter-spacing: 0em;
  text-transform: none !important;
  text-decoration: none;
}

.sp-easy-accordion .sp-ea-single {
  border: none !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:hover {
  line-height: 1.35 !important;
}


/* ----------------------------------------------------------
   ICÔNES
---------------------------------------------------------- */

.sp-easy-accordion .ea-expand-icon::before {
  content: "" !important;
}

.sp-easy-accordion .ea-expand-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Icône fermée */

.sp-easy-accordion .eap-icon-ea-expand-plus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6l6 6-6 6' fill='none' stroke='%23686865' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Icône ouverte */

.sp-easy-accordion .eap-icon-ea-expand-minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%23686865' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


/* ----------------------------------------------------------
   POSITIONNEMENT DE L'ICÔNE
---------------------------------------------------------- */

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  position: relative !important;
  padding-right: 40px !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
  position: absolute !important;
  right: 12px !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  margin: 0 !important;
  float: none !important;
}


/* ----------------------------------------------------------
   ÉTAT OUVERT
---------------------------------------------------------- */

.sp-ea-one .ea-card.ea-expand .ea-header a {
  background-color: #EAE8E4;
}

.sp-ea-one .ea-card.ea-expand {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  border-radius: 10px;
}


/* ----------------------------------------------------------
   CONTENU
---------------------------------------------------------- */

.sp-easy-accordion .ea-body p {
  margin: 0 0 1em 0 !important;
  line-height: 1.6;
}

.sp-easy-accordion .ea-body p:last-child {
  margin-bottom: 0 !important;
}

.sp-easy-accordion .ea-body {
  font-size: calc(100% - 1px);
}


/* ----------------------------------------------------------
   CARTES
---------------------------------------------------------- */

.sp-easy-accordion .sp-ea-single {
  border-radius: 10px;
  overflow: hidden;
}


/* ----------------------------------------------------------
   TYPOGRAPHIE
---------------------------------------------------------- */

.sp-easy-accordion .ea-header,
.sp-easy-accordion .ea-header a {
  font-weight: 400 !important;
}


/* ----------------------------------------------------------
   HOVER
---------------------------------------------------------- */

.sp-easy-accordion .ea-header a {
  transition: background-color 0.2s ease;
}

.sp-ea-one.sp-easy-accordion
.sp-ea-single
.ea-header a:hover {
  background-color: #EAE8E4;
}


/* ----------------------------------------------------------
   ANTI-DÉCALAGE
---------------------------------------------------------- */

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:hover,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:focus,
.sp-ea-one.sp-easy-accordion .ea-card.ea-expand .ea-header a {
  box-sizing: border-box !important;
  border: 0 !important;
  outline: 0 !important;

  padding: 12px 40px 10px 16px !important;
  line-height: 1.35 !important;
  display: block !important;
}