/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/


html {
  scroll-padding-top: 80px; 
}
b, strong, dt {
    font-weight: 500;
}
.mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper {
    padding: 20px;
}
figcaption.widget-image-caption.wp-caption-text {
    display: none !important;
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none !important;
}
.menu-footer p {
    margin: 0 0 10px;
}
.cls-tab h3 {
    font-weight: 500;
}
.cls-liste ul {
    list-style: disc outside;
    margin: 0px 0 15px 60px;
    font-style: italic;
}
.cls-liste ul ::marker {
    color: #48C2C5;
    font-size: 20px;
}
.cls-span {
    color: #45C2C5;
}
.cls-tab .e-n-tabs-heading {
    border: 1px solid #E9E9E9;
    border-radius: 30px;
    background: #FDFDFD;
    margin-bottom: 15px;
}

.img-height img {
    height: 222px;
    object-fit: cover;
}

.hero-section .e-con-inner {
    background-image: linear-gradient(
0deg, #f7f7f7, transparent);
    border-radius: 0 0 100px 100px;
}

.hero-section>.e-con-inner {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
.hide-fond, .hide-fond::before {
    background: none !important;
}
}
@media only screen and (min-width: 1024px) {
.e-con>.e-con-inner {
    width: 90%;
}
}	
@media only screen and (max-width: 1240px) and (min-width: 960px) {
.mfn-header-menu > .mfn-menu-li > .mfn-menu-link {
    padding: 8px 10px;
	font-size: 18px !important;
}
.equipe-img img {
    height: 450px !important;
    object-fit: cover;
    object-position: top;
}
}
@media only screen and (max-width: 1024px) {
.mfn-header-menu > .mfn-menu-li > .mfn-menu-link {
	font-size: 16px !important;
}
}


/* ======================================================
   Title victor
====================================================== */
.title-arrow:hover .elementor-heading-title::after {
    left: 5px;
    transition: .5s all ease;
}

.title-arrow .elementor-heading-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}

.title-arrow:after {
    content: "";
    background: #C1AF79;
    height: 2px;
    display: block;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.title-arrow .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 39px;
  height: 39px;
  background-color: #48C2C5;
  border-radius: 50%;
}

.title-arrow .elementor-heading-title{
  position: relative;
  padding-left: 70px; 
}

.title-arrow .elementor-heading-title::after{
  content: "";
  position: absolute;
  left: -2px;
  bottom: 12px;
  width: 49px;
  height: 23px;
  background-image: url("/wp-content/uploads/2026/03/flech.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transform: translateX(-20px);
  animation: arrow-slide-in 0.6s ease-out forwards;
}


.title-top .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 61px;
  height: 61px;
  background-color: #48C2C5;
  border-radius: 50%;
}

.title-top .elementor-heading-title {
    position: relative;
    padding-left: 70px; /* espace pour la flèche */
}

.title-top .elementor-heading-title::after {
    content: "";
    position: absolute;
    left: -32px;
    top: 14px;
    width: 77px;
    height: 35px;
    background-image: url("/wp-content/uploads/2026/03/fleche.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transform: translateX(-20px);
    animation: arrow-slide-in 0.6s ease-out forwards;
}


.title-top .elementor-heading-title.elementor-size-default {
    padding-left: 60px;
}

/* animation */
@keyframes arrow-slide-in {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
.title-top .elementor-heading-title::before {
    width: 40px;
    height: 40px;
}
.title-top .elementor-heading-title::after {
    width: 40px;
}	
.title-top .elementor-heading-title::after {
    left: -12px;
    top: 3px;
}
.title-arrow .elementor-heading-title::before {
    width: 35px;
    height: 35px;
}
.title-arrow .elementor-heading-title::after {
    left: 3px;
    bottom: 2px;
    width: 40px;
}
.title-top .elementor-heading-title.elementor-size-default {
    padding-left: 45px;
}
.title-arrow .elementor-heading-title	{
    padding-left: 60px;
}
}
/* ======================================================
   TEAM GRID
====================================================== */
.cls-equipe .equipe-nom {
  padding: 13px 15px;
  background: #ffffff;
  transition: all 0.35s ease;
  text-align: center;
  width: 203px;
  height: 84px;
  border-radius: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -70px;
}

.cls-equipe .equipe-nom .elementor-heading-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

@media only screen and (min-width: 960px) {
.cls-equipe .equipe-membre {
  position: relative;
  cursor: pointer;
}

/* IMAGE */
.cls-equipe .equipe-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.cls-equipe .equipe-membre:hover .equipe-img img {
  transform: scale(1.05);
}

/* NOM (BADGE) */
.cls-equipe .equipe-nom {
  position: absolute;
  transform: translate(0%, 20px);
  opacity: 0;
}

.cls-equipe .equipe-membre:hover .equipe-nom {
  opacity: 1;
  transform: translate(0%, 0);
}

/* CONTENU CACHÉ (POPUP ONLY) */
.cls-equipe .equipe-post,
.cls-equipe .equipe-description,
.cls-equipe .equipe-social {
  display: none;
}

.equipe-membre:nth-child(1) .equipe-nom{ left: 190px; top: 480px; }
.equipe-membre:nth-child(2) .equipe-nom{ left: 180px; top: 380px; }
.equipe-membre:nth-child(3) .equipe-nom{ left: 170px; top: 280px; }
.equipe-membre:nth-child(4) .equipe-nom{ left: 180px; top: 330px; }
.equipe-membre:nth-child(5) .equipe-nom{ left: -50px; top: 480px; }
	
}

@media only screen and (max-width: 960px) {
.equipe-img img {
    height: 430px !important;
    object-fit: cover;
    object-position: top;
}
.cls-equipe .equipe-nom {
    background: #1c2c49;
    color: #ffffff;
}
}

@media only screen and (max-width: 767px) {
.equipe-img img {
    height: auto !important;
}
.cls-equipe .equipe-nom .elementor-heading-title {
  font-size: 18px;
}
.cls-equipe .equipe-nom {
    width: 160px;
    height: 70px;
    margin-top: -60px;
}
}
/* ======================================================
   POPUP ÉQUIPE
====================================================== */

.equipe-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  backdrop-filter: blur(5px);
}

.equipe-popup-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.equipe-popup {
  background: #0f2b46;
  border-radius: 26px;
  padding: 30px;
  width: 760px;
  max-width: 95%;
  position: relative;
  transform: translateY(20px);
  transition: transform .3s ease;
}

.equipe-popup-overlay.is-open .equipe-popup {
  transform: translateY(0);
}

/* CLOSE */
.equipe-popup-close {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}

/* INNER */
.equipe-popup-inner {
  display: flex;
  gap: 32px;
	align-items: center;
}

/* LEFT */
.equipe-popup-left {
  width: 40%;
  text-align: center;
}

.equipe-popup-left img {
  transition: opacity 0.25s ease;
}

.equipe-popup-left img {
  width: 200px;
  object-fit: cover;
  object-position: top;
  box-shadow: -1px -1px 0px 0 #d9c27d;
  border-top-width: 10px;
  border-left-width: 10px;
  border-style: solid;
  border-color: transparent;
}

.equipe-popup-inner h3 {
  color: #d9c27d;
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.equipe-popup-inner h3:after {
    content: "";
    background: #d9c27d;
    height: 1px;
    width: 100px;
    /* margin: auto; */
    display: block;
    margin-top: 20px;
}

.equipe-popup-role {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
	text-transform: uppercase;
}

/* RIGHT */
.equipe-popup-right {
  width: 60%;
}
.equipe-popup-description,
.equipe-popup-description p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

/* SOCIALS */
.equipe-popup-socials {
  margin-top: 16px;
}

.equipe-popup-socials .elementor-social-icons-wrapper {
  justify-content: center;
}

.equipe-popup-socials .elementor-social-icon {
  background: #d9c27d;
  color: #0f2b46;
  transition: transform 0.25s ease, background 0.25s ease;
}

.equipe-popup-socials .elementor-social-icon:hover {
  background: #45c2c5;
  transform: translateY(-3px);
}

@media only screen and (max-width: 767px) {
.equipe-popup-inner {
    flex-direction: column;
}
.equipe-popup-right, .equipe-popup-left {
    width: 100%;
}
.equipe-popup-left img {
    display: none;
}
.equipe-popup-description, .equipe-popup-description p {
    font-size: 14px;
}
.equipe-popup {
    padding: 25px;
	margin: 15px;
}
.equipe-popup-socials .elementor-social-icons-wrapper {
    justify-content: flex-start !important;
}
}