/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/*--- HEADER---*/
#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a, #header-outer.transparent #top nav ul #search-btn a .icon-salient-search {
    opacity: 1;
}




/*--- FOOTER ---*/
.contact-info .widget_nav_menu li a {
    text-decoration: underline;
    text-underline-position: under;
}

.contact-info .widget_nav_menu li a:hover {
    text-decoration: none;
    color: #000000 !important;
}

.contact-info .widget_nav_menu li, .footer-content .widget_nav_menu li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.footer-content {
    margin: 0 auto;
}

.footer-content .widget_nav_menu ul {
  text-align: left !important;  
}

.copyright-txt p {
    font-size: 13px;
    line-height: 20px;
}







/*--- SITE ---*/
.wpb_text_column a, p a, .nectar-fancy-box .inner a, .nectar-fancy-ul a, .nectar_team_member_overlay .team-desc a, .main-content > .row > h1 a, .main-content > .row > h2 a, .main-content > .row > h3 a, .main-content > .row > h4 a, .main-content > .row > h5 a, .main-content > .row > h6 a, .wp-block-quote a, .wp-block-list a {
    text-underline-position: under;
}

.wpb_text_column a:hover, p a:hover {
    text-decoration: none;
}

.widget_nav_menu ul li {
    list-style: none;
}

.widget_nav_menu ul {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

.txt-big p {
    font-size: 18px;
    line-height: 26px;
}

.btn-funne .nectar-button-type .link_wrap {
    display: inline-block;
    box-shadow: 3px 4px 0px 2px #000000 !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    will-change: transform;
    min-width: 210px;
    text-align: center;
}

.btn-funne .nectar-button-type:hover .link_wrap {
    transform: translate(-1px, -2px);
    box-shadow: 4px 6px 0px 2px #000000 !important;
}


.body-border-top,
.body-border-left,
.body-border-bottom,
.body-border-right {
    transition: background-color 0.4s ease;
}

.contact-active .body-border-top,
.contact-active .body-border-left,
.contact-active .body-border-bottom,
.contact-active .body-border-right {
    background-color: #00BD8A !important;
}

.home.contact-active .body-border-top,
.home.contact-active .body-border-left,
.home.contact-active .body-border-bottom,
.home.contact-active .body-border-right {
    background-color: #00BD8A !important;
}

.img-rotate-8 {
    rotate: -8deg;
    max-width: 80% !important;
}

.img-rotate-9 {
    rotate: -9deg;
    max-width: 82% !important;
}





/*--- ACCUEIL ---*/
.home .body-border-top, .home .body-border-left, .home .body-border-bottom, .home .body-border-right {
    background-color: #DBF112 !important;
}

.home-hero {
    background: #DBF112 !important;
}





.tb_filter_container, .tb_wall_header__ {
    display: none !important;
}



.social-filters, .social-filters-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px !important;
  background: #171717;
  padding: 40px;
  border-radius: 20px;
  justify-content: center;
}

.social-filters button {
  background: #00be8a;
  color: #000000;
  padding: 16px 30px;
  border-radius: 100px;
  cursor: pointer;
  /*box-shadow: 3px 4px 0px 2px #000000 !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
  will-change: transform;*/
  min-width: 160px;
  text-align: center;
  /*border: 2px solid #000000;*/
  font-size: 16px;
  border: none;
  transition: all 0.18s ease !important;
}

/*.social-filters button:hover {
  transform: translate(-1px, -2px);
  box-shadow: 4px 6px 0px 2px #000000 !important;
}*/

.social-filters button.active, .social-filters button:hover {
  background: #ffffff;
  color: #000000;
}




.taggbox-feed-area {
  position: relative;
}

#taggbox-feed-wrap {
  opacity: 1;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transform: translateY(0);
}

#taggbox-feed-wrap.is-fading {
  opacity: 0.18;
  transform: translateY(8px);
}

#taggbox-loading-indicator {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 20;
  pointer-events: none;
}

#taggbox-loading-indicator.active {
  opacity: 1;
  visibility: visible;
}

.taggbox-spinner {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: #000;
  border-radius: 50%;
  animation: taggbox-spin 0.8s linear infinite;
  display: inline-block;
}

@keyframes taggbox-spin {
  to {
    transform: rotate(360deg);
  }
}

#taggbox-feed-wrap .tb_mc_post_wrap_in {
    border: 3px solid #000000;
}

#taggbox-feed-wrap .tb_mc_content_wrap .tb_content_text {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400;
}

#taggbox-feed-wrap .tb_mc_social_ {
    font-size: 20px;
    padding: 0px;
    background: #dbf110;
    border-radius: 100px;
    width: 45px;
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#taggbox-feed-wrap .tb-youtube-default .tb_ico_path1:before {
    color: #000000;
}

#taggbox-feed-wrap .tb-youtube-default .tb_ico_path2:before {
    color: #dbf110;
}

#taggbox-feed-wrap .tb_mc_author {
    width: calc(100% - 45px);
}

#taggbox-feed-wrap .tb_see_more_btn {
  background: #dbf110;
  color: #000000;
  padding: 16px 30px;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 3px 4px 0px 2px #000000 !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease !important;
  will-change: transform;
  min-width: 160px;
  text-align: center;
  border: 2px solid #000000;
  font-size: 16px;
}

#taggbox-empty-message {
  display: none;
  text-align: center;
  padding: 40px 20px;
  font-size: 16px;
  color: #777;
}

#taggbox-empty-message.active {
  display: block;
}

#taggbox-feed-wrap.hide-show-more .tb_see_more_btn_wrap {
  display: none !important;
}

.social-filters-mobile {
  display: none;
  margin-bottom: 20px;
}

#social-filter-select {
  width: 100%;
  border-radius: 100px;
  font-size: 16px;
  background: #fff;
  color: #000000;
  padding: 16px 30px;
}

@media (max-width: 768px) {
  .social-filters {
    display: none;
  }

  .social-filters-mobile {
    display: block;
  }
}

/* Cachés par défaut pour éviter le flash */
#taggbox-feed-wrap .tb_see_more_btn_wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

#taggbox-feed-wrap.show-more-ready .tb_see_more_btn_wrap {
  opacity: 1;
  visibility: visible;
}

#taggbox-empty-message {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  color: #777;
  transition: opacity 0.2s ease;
}

.taggbox-feed-area.empty-check-ready + #taggbox-empty-message.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 40px 20px;
}






/*--- COLLAB ---*/
.page-id-154 .container-wrap {
    background: #000000 !important;
}

.icons-social-media .nectar_icon:hover i {
    color: #FF75EF !important;
}

.img-box-collab > .vc_column-inner {
    justify-content: center !important;
}



/*--- ÉQUIPE ---*/
.funne-team {
  --funne-radius: 50px;
  --funne-radius-inner: 45px;
  --funne-border: 6px;
  --funne-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  --funne-shadow-hover: 0 22px 46px rgba(0, 0, 0, 0.18);
  --funne-black: #000;
  --funne-white: #fff;
}

.funne-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

@media (max-width: 999px) {
  .funne-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 690px) {
  .funne-team__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.funne-team__item {
  opacity: 0;
  transform: translateY(-26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
  transition-delay: var(--funne-delay, 0ms);
}

.funne-team__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body[data-button-style^="rounded"] .funne-team__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 0;
  border-radius: var(--funne-radius) !important;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: var(--funne-shadow);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.funne-team__card:hover,
.funne-team__card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--funne-shadow-hover);
}

.funne-team__card:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.2);
  outline-offset: 3px;
}

.funne-team__photo {
  position: absolute;
  inset: 50px;
  border-radius: var(--funne-radius-inner);
  border: var(--funne-border) solid var(--funne-black);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transform: translateZ(0);
}

.funne-team__overlay {
  position: absolute;
  inset: 0px;
  border-radius: var(--funne-radius-inner);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
  padding: 18px 70px 45px;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.funne-team__card:hover .funne-team__overlay,
.funne-team__card:focus-visible .funne-team__overlay {
  opacity: 1;
}

.funne-team__name {
  color: var(--funne-white);
  font-family: 'neulis-neue';
    font-size: 36px;
    line-height: 34px;
    font-weight: 900;
    font-family: 'neulis-neue';
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
    filter: drop-shadow(3px 3px 0 #000);
    max-width: 300px;
    text-align: center;
    rotate: -3deg;
}

.funne-team__arrow {
  position: absolute;
  bottom: 18px;
  right: 18px;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #FF75EF;
  color: var(--funne-black);
  transform: translateX(-4px);
  transition:
    transform 0.28s ease,
    background 0.28s ease;
  border: 2px solid #000000;
  box-shadow: 3px 3px 0px 0px #000000 !important;
}

.funne-team__arrow svg {
  width: 22px;
  height: 22px;
}

.funne-team__socials a i {
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  padding-left: 1px;
}

.funne-team__card:hover .funne-team__arrow,
.funne-team__card:focus-visible .funne-team__arrow {
  transform: translateX(0);
  background: #FF75EF;
}

/* MODAL */
.funne-team__modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.funne-team__modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.funne-team__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.funne-team__modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 760px);
  max-height: calc(100vh - 60px);
  overflow: auto;
  background: #00BD8A;
  color: #111;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.22);
  padding: 38px 34px 30px;
  opacity: 0;
  transform: translate(-50%, calc(-50% - 18px));
  transition:
    opacity 0.34s ease,
    transform 0.34s ease;
}

.funne-team__modal.is-open .funne-team__modal-backdrop {
  opacity: 1;
}

.funne-team__modal.is-open .funne-team__modal-dialog {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.funne-team__modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
  z-index: 100;
}

.funne-team__modal-close:hover,
.funne-team__modal-close:focus-visible {
  background: #ffffff;
  transform: rotate(90deg);
  outline: none;
}

.funne-team__modal-close svg {
  width: 20px;
  height: 20px;
}

.funne-team__modal-content {
  position: relative;
  z-index: 2;
}

.funne-team__modal-title {
  margin: 0 0 30px;
  padding-right: 52px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.05;
  text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
  filter: drop-shadow(3px 3px 0 #000);
  color: #ffffff;
  width: calc(100% - 40px);
}

.funne-team__modal-desc {
  font-size: 16px;
  line-height: 1.7;
}

.funne-team__modal-desc > *:first-child {
  margin-top: 0;
}

.funne-team__modal-desc > *:last-child {
  margin-bottom: 0;
}

.funne-team__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.funne-team__socials a {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background: #DBF112;
  text-decoration: none;
  transition: all 0.22s ease;
  border: 2px solid #000000;
  box-shadow: 3px 3px 0px 0px #000000 !important;
}

.funne-team__socials a:hover,
.funne-team__socials a:focus-visible {
  transform: translate(2px, 2px);
  background: #000000;
  color: #fff;
  outline: none;
  box-shadow: 1px 1px 0px 0px #000000 !important;
}

.funne-team__socials svg {
  width: 22px;
  height: 22px;
}

html.funne-team-modal-open,
body.funne-team-modal-open {
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .funne-team__photo {
    inset: 30px;
  }

  .funne-team__overlay {
    opacity: 1;
    padding: 14px;
  }

  .funne-team__name {
    font-size: 28px;
    line-height: 30px;
  }

  .funne-team__arrow {
    width: 40px;
    height: 40px;
  }

  .funne-team__modal-dialog {
    width: min(94vw, 760px);
    max-height: calc(100vh - 30px);
    padding: 28px 20px 22px;
    border-radius: 20px;
  }

  .funne-team__modal-title {
    margin-bottom: 14px;
  }
}




/*--- RECHERCHE ---*/
body.material #search-results .result .inner-wrap {
    border: none;
    background: #ff75ef;
    border-radius: 40px;
}

body.material #search-results .result .inner-wrap h2 {
    padding: 50px;
}

#search-results .result .title a, #search-results .result .title span {
    color: #000000 !important;
}

#search-results .result .title a {
    font-size: 30px;
}

body #search-results .result {
    padding: 10px;
}

body.search-results .container-wrap {
    background: #000000;
}

#search-results .result .title a:hover {
    color: #ffffff !important;
}





/*------ RESPONSIVE ------*/
@media (max-width: 1570px) {
    .hero-icon-1 {
        left: 180px;
    }
    
    .hero-icon-2 {
        left: 50px;
    }
    
    .hero-icon-3 {
        left: -70px;
    }
    
    .hero-icon-4 {
        left: -30px;
    }
}



@media (max-width: 1350px) {
    .funne-team__overlay {
      padding: 18px 50px 45px;
    }
}




@media (max-width: 1240px) and (min-width: 1000px) {
    .funne-team__arrow {
        width: 35px;
        height: 35px;
    }
    
    .funne-team__photo {
        inset: 20px;
    }
    
    .funne-team__overlay {
      padding: 18px 40px 45px;
    }
    
    .funne-team__name {
        font-size: 28px;
        line-height: 32px;
    }
}



@media (max-width: 1170px) {
    .contact-content > .vc_column-inner {
        padding: 70px !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1170px) {
    .content-color-box > .vc_column-inner {
        padding: 60px !important;
    }
}



@media only screen and (min-width: 691px) and (max-width: 999px) {
    #ajax-content-wrap .contact-info {
        padding-left: 50px;
    }
}



@media (max-width: 999px) {
    .hero-icon-1, .hero-icon-2, .hero-icon-3, .hero-icon-4 {
        left: 0px;
    } 

    
    :root {
        --nectar-body-border-size: 10px !important;
    }
}



@media (max-width: 690px) {
    .hero-icon-1, .hero-icon-2, .hero-icon-3, .hero-icon-4 {
        width: 75% !important;
    }    
    
    .footer-content .widget_nav_menu ul li {
        text-align: center !important;
    }
    
    .contact-title-img .img-with-aniamtion-wrap {
        position: absolute;
        top: -110px;
        left: -40px;
    }
    
    .funne-team__modal-desc {
        margin-top: 30px;
    }
    
    .home-hero .wpb_text_column p, .home-hero .wpb_text_column h1 {
        text-shadow: 0px 0px 15px #000000;
    }
}




@media (max-width: 500px) {
    .hero-icon-1, .hero-icon-2, .hero-icon-3, .hero-icon-4 {
        width: 50% !important;
    }
    
    .hero-icon-1 {
        left: 35px;
    }
    
    .hero-icon-2 {
        top: -70px;
    }
    
    .hero-icon-3 {
        top: -15px;
        left: -15px;
    }
    
    .hero-icon-4 {
        top: -60px;
    }
    
    .social-filters button {
        min-width: 120px;
        padding: 16px 20px;
    }
    
    .social-filters {
        padding: 20px;
    }
    
    .contact-content > .vc_column-inner {
        padding: 70px 45px !important;
    }
    
    .shop-icon-1, .shop-icon-2, .shop-icon-3 {
        width: 75% !important;
    }
}




@media (max-width: 400px) {
    .hero-icon-2 {
       top: -60px;
        left: 15px;
    }
    
    .hero-icon-4 {
        top: -100px;
    }
    
    .shop-icon-1, .shop-icon-2, .shop-icon-3 {
        width: 50% !important;
    }
    
    .shop-icon-1 {
        left: 30px;
        top: -40px;
    }
    
    .shop-icon-2 {
        left: -30px;
        top: -20px;
    }
        
    .shop-icon-3 {
        top: 30px;
        left: -10px;
    }
}