.elementor-27 .elementor-element.elementor-element-f7897cd{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for global, class: .elementor-global-892 *//* ======================== FOOTER ======================== */
#cvFooter {
  background-color: #dda15e;
  color: #ffffff;
  padding: 60px 20px 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#cvFooter * {
  color: #ffffff !important;
}

.cv-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
}

/* LOGO COL */
.cv-footer-col-logo {
  text-align: left;
}

.cv-footer-col img {
    width: 200px;
    height: 200px;
}
.cv-footer-logo-img {
  width: 25px !important;
  height: 25px !important;
  margin-bottom: 12px;
  
}

.cv-footer-brand {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #ffffff !important;
  letter-spacing: 1px;
}

.cv-footer-desc {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #ffffff !important;
  opacity: 0.92;
}

/* TITRES COLONNES */
.cv-footer-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 10px;
}

.cv-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
}

/* LIENS */
.cv-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cv-footer-links li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cv-footer-link {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.cv-footer-link:hover {
  opacity: 0.75;
  text-decoration: underline;
  color: #ffffff !important;
}

.cv-footer-link-text {
  color: #ffffff !important;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* ICÔNES SVG CONTACT */
.cv-footer-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: #ffffff;
}

/* RÉSEAUX SOCIAUX */
.cv-footer-socials {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}

.cv-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.cv-footer-social-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.cv-footer-social-icon {
  width: 22px;
  height: 22px;
  fill: #ffffff !important;
}

.cv-footer-social-text {
  font-size: 0.9rem;
  color: #ffffff !important;
  opacity: 0.85;
}

/* SÉPARATEUR */
.cv-footer-separator {
  max-width: 1200px;
  margin: 40px auto 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}

/* BAS DU FOOTER */
.cv-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cv-footer-copyright {
  font-size: 0.88rem;
  color: #ffffff !important;
  margin: 0 0 8px;
  opacity: 0.9;
}

.cv-footer-credit {
  font-size: 0.8rem;
  color: #ffffff !important;
  opacity: 0.75;
  margin: 0;
}

.cv-footer-credit-link {
  color: #ffffff !important;
  text-decoration: underline;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.cv-footer-credit-link:hover {
  opacity: 0.6;
  color: #ffffff !important;
}

/* ======================== POPUPS ======================== */
.cv-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.cv-popup-overlay.cv-popup-active {
  opacity: 1;
  visibility: visible;
}

.cv-popup-content {
  background: #ffffff;
  color: #333333 !important;
  border-radius: 16px;
  padding: 40px 35px;
  max-width: 620px;
  width: 92%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(30px);
  transition: transform 0.35s ease;
}

.cv-popup-overlay.cv-popup-active .cv-popup-content {
  transform: translateY(0);
}

.cv-popup-content * {
  color: #333333 !important;
}

.cv-popup-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #999 !important;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s ease;
}

.cv-popup-close:hover {
  color: #333 !important;
}

.cv-popup-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #dda15e !important;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #dda15e;
}

.cv-popup-body {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444444 !important;
}

.cv-popup-body p {
  margin-bottom: 14px;
  color: #444444 !important;
}

.cv-popup-body strong {
  color: #333333 !important;
}

.cv-popup-body a {
  color: #dda15e !important;
  text-decoration: underline;
}

.cv-popup-body ul {
  padding-left: 10px;
  list-style: none;
}

.cv-popup-body ul li {
  margin-bottom: 12px;
  padding: 10px;
  background: #fdf5ec;
  border-radius: 8px;
  font-size: 0.93rem;
  color: #444 !important;
}

/* FAQ DANS POPUP */
.cv-faq-item {
  margin-bottom: 6px;
}

.cv-faq-question {
  font-weight: 600;
  cursor: pointer;
  padding: 12px 14px;
  background: #fdf5ec;
  border-radius: 8px;
  margin: 0;
  color: #333 !important;
  transition: background 0.3s ease;
}

.cv-faq-question:hover {
  background: #f5e6d0;
}

.cv-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 14px;
  color: #555 !important;
  transition: max-height 0.4s ease, padding 0.4s ease;
  font-size: 0.92rem;
  line-height: 1.6;
}

.cv-faq-answer.cv-faq-answer-open {
  max-height: 300px;
  padding: 12px 14px;
}

/* ======================== RESPONSIVE ======================== */
@media (max-width: 768px) {
  .cv-footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cv-footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .cv-footer-links li {
    justify-content: center;
  }

  .cv-footer-socials {
    justify-content: center;
  }

  .cv-popup-content {
    padding: 30px 20px;
    width: 95%;
  }
}/* End custom CSS */