/*Nav*/
html {
  scroll-behavior: smooth;
}

#main-theme .monolit-header {
  width: 100%;
  height: 80px;
}

/*Logo*/
#main-theme .header-inner .logo-holder {
  width: 130px;
  top: 5px;
}

.monolit-header .show-share.isShare,
.monolit-header .show-share {
  color: #002F87;
}

/*Footer slidebar*/
.fixed-footer .footer-social ul {
  list-style: none;
  padding-left: 0 !important;
}

footer.fixed-footer .footer-social li a:hover {
  color: #3a6dca !important;
}

.scroll-nav ul {
  list-style: none;
}

/*Fil d'arianne*/
#breadcrumb {
  flex-direction: row;
  flex-wrap: wrap;
}

/* Texte blanc sur fond bleu */
.monolit_sec .text-blc .wpb_wrapper p {
  color: #fff !important;
}

.testimon-slider-holder p {
  color: white !important;
}


/* ======= Titre de la page d'accueil =======  */
.hero-wrap-text-slider .hero-wrap-item.center-item {
  top: calc(50% - 80px) !important;
}

.hero-wrap-text-slider .hero-wrap-item.center-item h1 {
  font-size: 48px !important;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 70px;
  padding-bottom: 10px;
}

.hero-wrap-text-slider .hero-wrap-item.center-item h2 {
  font-size: 24px !important;
  font-weight: 200;
  letter-spacing: 10px;
  padding-top: 30px;
}

@media screen and (max-width: 576px) {
  .hero-wrap-text-slider .hero-wrap-item.center-item h1 {
    font-size: 38px !important;
    letter-spacing: 2px;
    line-height: 50px;
  }

  .hero-wrap-text-slider .hero-wrap-item.center-item h2 {
    font-size: 14px !important;
    line-height: 30px;
  }
}

/* Boutons du slider Hero */
#sec1 .customNavigation .prev-slide,
#sec1 .customNavigation .next-slide {
  display: none;
}

/*Liste en colonne dans les blocs de texte*/
.creat-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.creat-list li a {
  text-align: left;
  font-size: 12px !important;
  margin-right: 30px;
}

/*Suppression de la numérotation des sections*/
.sect-subtitle {
  display: none;
}

/*Img home*/
.wpb_wrapper .img-home {
  max-width: 600px;
  position: absolute;
  z-index: 5;
  top: -115px;
  left: -75px
}

/* couleur Texte Page équipe  */
#sec3 .team-box-holder .team-info p a,
#sec3 .team-box-holder .team-info h4 {
  color: black;
}

/* Ratio img L'équipe*/
#sec3 .team-box-holder .team-info p a,
#sec3 .team-box-holder .team-photo img {
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* Ratio img L'équipe*/
.post-301 .parallax-media .parallax-wrap {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  width: 100% !important;
  display: block !important;
}

.post-301 .parallax-media .parallax-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Overlay Monolit Single */
body.wp-singular.single-portfolio.postid-301.monolit-no-head-sec.monolit-singular .monolit_sec.monolit_folio_head_sec.content .parallax-section .parallax-inner .bg .overlay {
  opacity: 0.8 !important;
}

/* Single Portfolio */
.single-portfolio h3,
.single-portfolio h4 {
  color: #000;
}

.single-portfolio .custom-inner h4,
.single-portfolio .custom-inner h3 {
  font-weight: 100;
  line-height: 1.5rem;
}

.single-portfolio .custom-inner h3 {
  padding-bottom: 0;
}

.single-portfolio .vc_column_container>.vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper ul {
  font-size: 18px;
}

.single-portfolio .vc_column_container>.vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
  display: flex;
  flex-direction: column;
}


/* --- 0) Annule la règle globale dans la zone de partage --- */
.share-inner .share-container .share-icon:hover,
.share-inner .share-container:hover .share-icon,
.share-inner .share-container .share-icon:focus {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

/* --- 1) Facebook / LinkedIn : trait en dessous (notre effet) --- */
.share-inner .share-container a.pop.share-icon {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  /* jamais l'underline natif */
}

.share-inner .share-container a.pop.share-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .15s linear;
}

.share-inner .share-container a.pop.share-icon:hover::after {
  transform: scaleX(1);
}

/* --- 2) “SHARE” : ne jamais souligner ni barrer --- */
/* Si SHARE est un lien <a> */
.share-inner .share-container a.share-icon:not(.pop):hover {
  text-decoration: none !important;
}

/* Si SHARE est un <span> ou <div> */
.share-inner .share-container .share-icon:not(a):hover {
  text-decoration: none !important;
}

/* Couleur du burger mobile */
@media only screen and (max-width: 1036px) {

  .nav-button {
    border: none;
  }

  .nav-button span {
    background-color: #002f87 !important;
    /* remplace par ta couleur */
  }

  /* optionnel : bordure du carré autour du burger */
  .nav-button {
    border-color: #002f87 !important;
  }

  /* Couleur des sous-menus en mobile */
  nav ul li ul.sub-menu li a {
    color: #002f87 !important;
    /* couleur texte */
  }

  nav ul li ul.sub-menu li a:hover {
    color: #002f87 !important;
    /* couleur au survol, si tu veux */
  }
}

.page-id-936 #slide_align .customNavigation>a.prev-slide,
.page-id-936 #slide_align .customNavigation>a.next-slide,
.page-id-444 .customNavigation>a.prev-slide,
.page-id-444 .customNavigation>a.next-slide {
  display: none !important;
}

#menu-item-2266>ul.sub-menu>li>a:hover {
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .page-id-444 .wpb_wrapper > .section-title,
  .page-id-819 .wpb_wrapper > .section-title,
  .page-id-1936 .wpb_wrapper > .section-title {
    margin-bottom: 20px;
    line-height: 35px;
  }
  .wpb_wrapper .img-home {
    top: -60px;
    left: -35px;
  }
  .page-id-444 #intro-home {
    margin-top: 40px;
  }
}