body.login div#login h1 a {
  background-image: url( https://bbmat.com/wp-content/themes/BBMat/images/site-login-logo.png);
  background-size: auto;
  width: 290px;
  height: 144px;
}

#gform_wrapper_1 {
  display: block !important;
}


/*///// PP MENU MOBILE 100% WIDTH ////*/
body:not(.pp-visualbuilder) .pp-slideover > .pp-block {
    width: 100vw !important;
}

.pp-menu-item--depth1.pp-menu-item.has-children {
    padding-top: 15px;
}

/*///// PP MENU MOBILE ESPACEMENT ENTRE LES GROUPES ////*/
.pp-menu-item--depth1.pp-menu-item.has-children {
    padding-top: 15px;
}


/*//////////////////////////////////////////////////////////////////// 
//  02 - TESTIMONIALS 
////////////////////////////////////////////////////////////////////*
.ti-review-text, .ti-inner, .ti-review-content {
  word-spacing: 0em;
  line-height: 170%;
  font-family: "Lato-Light" !important;
  color: rgb(70, 70, 70);
  text-transform: none;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  font-size: 15px !important;
}
.ti-widget.ti-wp-testimonial-1 .ti-widget-container .ti-date {
  display: none;
}
.accordion-link {
  padding: 10px 0 0 0;
}
.accordion-link a, .accordion-link a:hover {
  text-transform: none;
}
.ea-body a, .ea-body a:hover {
  text-transform: none;
}
.ti-widget.ti-wp-testimonial-1 .ti-widget-container .ti-date, .ti-widget.ti-wp-testimonial-2 .ti-widget-container .ti-date, .ti-widget.ti-wp-testimonial-3 .ti-widget-container .ti-date {
  display: none;
}


/*//////////////////////////////////////////////////////////////////// 
//  03 - FOOTER 
////////////////////////////////////////////////////////////////////*
.copyright-footer {padding: 10px 5% 10px;}


/*//////////////////////////////////////////////////////////////////// 
//  04 - COOKIE NOTICE  
////////////////////////////////////////////////////////////////////*
.cky-btn-revisit-wrapper {
  background: #939292;
}

/*//////////////////////////////////////////////////////////////////// 
//  02 - ACCORDION PLUGIN
////////////////////////////////////////////////////////////////////*/

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

/* Fond gris clair + pas de gras sur les items fermés */
.collapsed {
  background-color: #eee;
  font-weight: normal !important;
}

/* Mini-ombre sous chaque item */
.sp-easy-accordion .sp-ea-single {
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

/* -----------------------------
   HEADER (question)
   ----------------------------- */

/* Style général du lien de question + taille, casse et décoration du texte*/

@media (max-width: 768px) {
  .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 13px !important;
    line-height: 1.35;
  }
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 12px 5px 10px 16px;
  color: #444;
  background-color: #F9F9F6;                                        /*   <--------- COULEUR DU FOND FERMÉ */
  font-size: 16px !important;
  text-transform: none !important;
  text-decoration: none;
}

/* Supprimer la bordure des items de l’accordéon */
.sp-easy-accordion .sp-ea-single {
  border: none !important;
}

/* Ajustement visuel au survol (sans changer la couleur ici) */
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a:hover {
 line-height: 1.35 !important;
}

/* -----------------------------
   ICÔNE + / -
   ----------------------------- */

/* Neutraliser l’icône du plugin */
.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;
}

/* fermé = + */
.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");
}
/* ouvert = - */
.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");
}


/* Le lien devient le conteneur de référence */
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a{
  position: relative !important;
  padding-right: 40px !important; /* laisse de la place au + à droite */
}

/* L’icône est collée à droite, centrée verticalement */
.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
   ----------------------------- */

/* Fond beige quand l’item est ouvert */
.sp-ea-one .ea-card.ea-expand .ea-header a {
  background-color: #EAE8E4;                                        /*   <--------- COULEUR DU FOND OUVERT */
}

/* Ombre + radius quand ouvert (effet carte premium) */
.sp-ea-one .ea-card.ea-expand {
  box-shadow: 0 10px 30px rgba(0,0,0,.1);
  border-radius: 10px;
}

/* Rétablir l’espace entre les paragraphes dans la réponse */
.sp-easy-accordion .ea-body p {
  margin: 0 0 1em 0 !important;
  line-height: 1.6;
}

/* Pas d’espace inutile après le dernier paragraphe */
.sp-easy-accordion .ea-body p:last-child {
  margin-bottom: 0 !important;
}

/* Réduire légèrement la typo du contenu */
.sp-easy-accordion .ea-body {
  font-size: calc(100% - 1px);
}

/* -----------------------------
   CARTES (OUVERTES + FERMÉES)
   ----------------------------- */

/* Border-radius commun à tous les items */
.sp-easy-accordion .sp-ea-single {
  border-radius: 10px;
  overflow: hidden; /* évite que les backgrounds dépassent */
}

/* -----------------------------
   TYPOGRAPHIE (ANTI-GRAS)
   ----------------------------- */

/* Forcer le texte non gras sur le h3 ET le lien */
.sp-easy-accordion .ea-header,
.sp-easy-accordion .ea-header a {
  font-weight: 400 !important;
}

/* -----------------------------
   HOVER = MÊME COULEUR QUE OUVERT
   ----------------------------- */

/* Transition douce pour éviter l’effet “claque” */
.sp-easy-accordion .ea-header a {
  transition: background-color 0.2s ease;
}

/* Même fond en hover qu’en état ouvert */
.sp-ea-one.sp-easy-accordion
.sp-ea-single
.ea-header a:hover {
  background-color: #EAE8E4;                                       /*   <--------- COULEUR DU FOND ROLLOVER */
}

/* -----------------------------
ANTI-DÉCALLAGE ACCORDEON : fige la géométrie du header 
   ----------------------------- */

.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;

  /* même padding partout = plus de “shift” */
  padding: 12px 40px 10px 16px !important;

  /* même hauteur de ligne partout */
  line-height: 1.35 !important;

  /* au cas où le plugin change l’affichage au hover */
  display: block !important;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////
//  XX - ROLLOVER EFFECT IMAGES / GALERIES BLOGPOSTS
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.pp-grid-image__image:hover {
cursor: pointer;
-webkit-transform: scale(1.05);
transform: scale(1.05);
transition: transform .3s ease-in-out;
opacity: 5;
}
.pp-grid-image__image {
-webkit-transform: scale(1);
transform: scale(1);
transition: transform .3s ease-in-out;
opacity: 1;
}


/*  ////////   PLUGIN BREADCRUMB   ///////  */
.fbc-page .fbc-wrap .fbc-items {
 background-color: #f7f7f7;
 height: 40px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
margin: -8px 0 0 0;
}
.article-content li, .pp-module--text li {
  margin-left: 1em;
}
.fbc-page .fbc-wrap .fbc-items li {
  padding: 12px 2px;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #27272a;
  font-size: 14px;
  line-height: 150%;
  font-family: "TTCommons-Medium.woff";
  color: rgba(134,109,65,1);
  text-transform: uppercase;
}
.fbc-page .fbc-wrap .fbc-items li a {
  font-size: 14px;
  line-height: 150%;
  font-family: "TTCommons-Medium.woff";
  color: rgba(134,109,65,1);
  text-transform: uppercase;
  font-weight: normal;
}



.prev-post-link-wrap a, .next-post-link-wrap a {
visibility: hidden;
}
.prev-post-link-wrap a::before {
content: "Précédent";
visibility: visible !important;
}
.next-post-link-wrap a::after {
content: "Suivant";
visibility: visible !important;
}
.prev-post-link-wrap {
  width: 300px;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////
//  XX - GRAVITY FORM BUTTON
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 8px;
  font-size: 18px;
  padding: 2px 19px;
}






/*//////////////////////////////////////////////////////////////////////////////////////////////////
//  04 - CONTACT FORM 7
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#formulaire-responsive {margin:0 auto; width:100%;}
#formulaire-responsive h2 {padding: 15px 0px 10px 0; position: relative;}
input:focus, textarea:focus {outline: 1px solid #9d9d9d;}
.form-spacer {padding: 30px 0 0 0 !important;}
.form-small-spacer {padding: 10px 0 0 0 !important;}

.wpcf7 form.sent .wpcf7-response-output {border-color: #46b450; background: #e7f5d2;}


/*CF7 ACCEPTANCE*/
.wpcf7-form-control-wrap.acceptance-666, .wpcf7-form-control.wpcf7-radio {margin: 0 0 0 -14px;}

/*CF7 COMMON*/
.left-third-contact, .middle-third-contact, .right-third-contact, .full-width-contact, .left-half-contact, .right-half-contact, .message-contact {
background-color: #fff;
border: 1px solid;
color: ##666;
font-family: "Open Sans",Arial,Helvetica,sans-serif;
font-size: calc(1em * 0.98);
padding: 10px;
outline: none;
margin: 0 0 10px 0;
font-display: swap;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.full-width-contact  {
width: 100% !important; margin: 0 0 10px 0;
background-color: #fff;
border: 1px solid;
color: ##666;
font-family: "Open Sans",Arial,Helvetica,sans-serif;
font-size: calc(1em * 0.98);
padding: 10px;
outline: none;
margin: 0 0 10px 0;
font-display: swap;
}

/*CF7 DETAILED*/
.contact-form-spacer {height: 20px;}
.wpcf7-form-control.wpcf7-select {-webkit-appearance: none;}
.full-width-contact {width: 100% !important; margin: 0 0 10px 0;}
.left-half-contact {width: calc(50% - 4px); margin: 0 4px 10px 0;}
.right-half-contact {width: calc(50% - 4px); margin: 0 0 10px 4px;}
.left-third-contact {width: calc(33.33% - 5px); margin: 0 7px 10px 0;}
.middle-third-contact {width: calc(33.33% - 5px); margin: 0 7px 10px 0;}
.right-third-contact {width: calc(33.33% - 5px); margin: 0 0 10px 0;}
.message-contact {
width: 100% !important;
max-width: 100%;
height: 140px;
min-height: 130px;
max-height: 240px;
}

/*CF7 BUTTONS*/
.button, #searchsubmit, input[type="submit"] {
background: #555;
width: 240px;
height: 37px;
color: #fff;
font-variant: all-petite-caps;
font-size: 19px;
border: solid 0px #555;
margin: 0 0 0 0;
font-family: "Open Sans",Arial,Helvetica,sans-serif;
border-radius: 0px;
padding: 0 0 3px 0;
font-display: swap;
}

/*CF7 POSITION & RESPONSIVE*/
#formulaire-responsive b, #formulaire-responsive a {font-size: 14px;}
.form-pos-center {
margin: 40px auto 0 auto;
text-align: center;
margin-left: auto;
margin-right: auto;
width: 240px;
}
.form-pos-left {
margin: 40px auto 0 auto;
text-align: left;
margin-left: auto;
margin-right: auto;
}

/*CF7 ERRORS*/
span.wpcf7-not-valid-tip {color: #f00; display: none; font-size: 1em;}
div.wpcf7-validation-errors {border: 2px solid #f00;}
.wpcf7-form-control.wpcf7-submit-paypal {background: #0070BA;}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid {background-color: rgba(255, 0, 0, 0.02); border: 1px solid #f00;}
div.wpcf7-mail-sent-ok {background-color: #e5f2e0; border: 1px solid #398f14; margin-top: 30px; padding: 8px; text-align: center;}





/*//////////////////////////////////////////////////////////////////////////////////////////////////
//  05 - WIDGET WP TESTIMONIAL
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.ti-name {
  font-style: normal;
  text-transform: initial;
  font-weight: normal !important;
}
.ti-review-text-container.ti-review-content {
  font-style: normal;
  text-transform: initial;
  font-weight: normal !important;
  font-size: 12px !important;
  letter-spacing: 0px;
}