/*
 Theme Name:   Komet Studio
 Theme URI:    https://kometstudio.com/
 Description:  Description
 Author:       Charly Web Design
 Author URI:   https://kometstudio.com/
 Template:     hello-elementor
 Version:      1.57
*/


/*bouton tarifs*/
.pack-reservable {
    position: relative;
    overflow: hidden;
}

.pack-reservable::after {
    content: "Réserver";
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    height: 24px;
    padding: 0 10px 0 22px;
    background-color: #ffffff;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 12px 12px;

    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
    z-index: 5;
}

/* Desktop : affichage classique au survol */
.pack-reservable:hover::after {
    opacity: 1;
    transform: translateY(0);
}

/* Mobile : affichage piloté par la classe .is-inview ajoutée en JS */
@media (max-width: 767px) {
    .pack-reservable.is-inview::after {
        opacity: 1;
        transform: translateY(0);
    }
	.pack-reservable::after {
        transition: opacity 0.6s ease, transform 0.6s ease; /* valeur mobile, plus lente */
    }
}





/*Bouton Accueil Hero*/
.conteneur-boutons:has(.bouton-studio:hover) .bouton-concept .elementor-button {
    background-color: #ffffff00 !important;
	color: #001952 !important;
}


a[href="https://neat.firecms.co"] {
  display: none !important;
}

.marquee-content.e-con {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}
.conteneur-bandeau.e-con {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  width: auto !important;
  min-width: unset !important;
}
.marquee-track {
  overflow: hidden;
  width: 100%;
}
.marquee-content {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(var(--marquee-offset, -50%)); }
}



/*footer en bas*/
body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
.elementor-location-footer {
margin-top: auto;
}

/*fin footer en bas*/

body.login.login-password-protected.login-action-password-protected-login.wp-core-ui {
    background: #082945 !important;
}
.language-switcher {
    display: none !important;
}
.wp-core-ui .button-primary {
    background: #082945 !important;
    border-color: #082945 !important;
}
p {
	margin-bottom: 0;
}

