/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* ==========================================================================
 									HEADER
========================================================================== */

.logo img, .logo svg {
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    image-rendering: auto;
    position: relative;
    z-index: 2;
    transition: opacity .4s ease-in-out;
    padding: 2%;
}

#top .av-menu-button>a .avia-menu-text {
    border: 2px solid;
    border-radius: 8px;
    border-color: rgb(252, 127, 30);
}

#top .av-menu-button>a .avia-menu-text:hover {
    background: rgb(252, 127, 30);
}

/* ==========================================================================
 									PAGE ACCUEIL
========================================================================== */

#hero-lac {
    position: relative !important;
    overflow: hidden !important;
    background: transparent !important;
}

.custom-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
    pointer-events: none;
}

.custom-video-bg::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(7, 52, 77, 0.95) 0%, rgba(7, 52, 77, 0.5) 45%, rgba(7, 52, 77, 0) 80%) !important;
    z-index: 2 !important; 
    pointer-events: none !important;
}

.custom-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center center;
}

#hero-lac .avia-slide-wrap {
    position: relative !important;
}

#hero-lac .av-click-overlay {
    z-index: 1 !important;
}

#hero-lac .mejs-container {
    z-index: 0 !important;
}

#hero-lac .container {
    position: relative !important;
    z-index: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 100vw;
	min-height: 100vh;
}

.hero-custom-box {
    position: absolute !important;
    top: 50px !important;
    left: 165px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    max-width: 630px !important;
    box-sizing: border-box !important;
    z-index: 999 !important;
}

.hero-custom-logo {
    width: auto !important;
    max-width: 180px !important;
    height: auto !important;
    margin: 0 0 50px 0 !important;
    display: block !important;
	opacity: 0;
    animation: fadeInOnly 2s ease forwards;
    animation-delay: 1s;
}

@keyframes fadeInOnly {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hero-custom-titles {
    margin-top: 150px;
	opacity: 0;
    animation: fadeSlideIn 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    animation-delay: 2s;
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-custom-h1 {
    color: #ffffff !important;
    font-size: 2.8rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
}

.hero-custom-h2 {
    color: #ccd2d7 !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* --- Reponsive --- */
@media only screen and (max-width: 989px) {
     .hero-custom-box {
        top: 0 !important;
        left: 0 !important;
        position: relative !important;
        display: flex !important;
        align-content: center !important;
        flex-wrap: wrap;
        justify-self: center !important;
    }
	
    .hero-custom-logo {
        max-width: 140px !important;
        margin-bottom: 100px !important;
        align-self: center;
        margin-top: 0px !important;
    }
	
	.hero-custom-titles {
        text-align: center;
        margin-top: 10px !important;
        max-width: 80vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-content: center;
    }
    .hero-custom-h1 {
        font-size: 1.5rem !important;
    }
    .hero-custom-h2 {
        font-size: 1rem !important;
    }

}

/* --- BOUTONS ACCUEIL --- */
.hero-btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 28%;
    width: 100%;
    justify-content: center;
    z-index: 999 !important;
    position: relative;
    overflow: hidden;
	padding: 50px;
}

@media only screen and (max-width: 989px) {
.hero-btn-container {
        display: flex;
        gap: 20px;
        margin-top: 20px;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }
	}

.boat-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 55px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    opacity: 0; 
    background: linear-gradient(142deg, #d97e44 66%, #d15c4a 79%, #d0544c 86%);
	border-radius: 6px;
    box-shadow: 0 8px 25px rgba(217, 55, 0, 0.25);
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.3s ease;
    animation: boatSpeedSlideIn 1.5s cubic-bezier(0.05, 0.7, 0.1, 1) forwards;
}

.boat-btn.btn-louer {
    background: linear-gradient(142deg, #d97e44 76%, #d15c4a 96%, #d0544c 100%);
}

.boat-btn.btn-acheter {
	background: linear-gradient(142deg, #137AAf 76%, #165373 96%, #0f4864 100%);
	box-shadow: 0 8px 25px #137AAF;
}

.boat-btn.btn-acheter::before {
	 background: linear-gradient(53deg, #001F3B 27%, #137AAF 83%)
}

.boat-btn.btn-entretenir {
    background: linear-gradient(142deg, #8e97a3 76%, #696d72 96%, #595c64 100%);
    box-shadow: 0 8px 25px #8e97a3;
}

.boat-btn.btn-entretenir::before {
	background: linear-gradient(53deg, #001F3B 27%, #8e97a3 83%);
}


/* ==========================================================================
   ANIMATION : GLISSEMENT PUR SANS OPACITÉ
   ========================================================================== */
@keyframes boatSpeedSlideIn {
    from { 
		opacity: 0; 
        transform: translateX(100vw) skewX(20deg); 
    }
    to { 
		opacity: 1; 
        transform: translateX(0) skewX(20deg); 
    }
}

.boat-btn::before {
    content: "";
    position: absolute;
    top: -125%;
    bottom: -39%;
    left: -48px;
    width: 92%;
    background: linear-gradient(53deg, #001F3B 27%, #FC7F1E 90% 100%);
    border-radius: 100%;
    z-index: 1;
    transform: rotate(-8deg) !important;
    transition: left 0.6s cubic-bezier(0.25, 1, 0.5, 1), 
                width 0.6s cubic-bezier(0.25, 1, 0.5, 1), 
                background 0.4s ease;
}


.boat-btn-text {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    white-space: nowrap;
    transform: skewX(-20deg); 
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

/* --- EFFETS AU SURVOL (HOVER) --- */

.boat-btn:hover {
    transform: translateY(-4px) scale(1.02) skewX(-20deg);
    box-shadow: 0 12px 30px rgba(255, 121, 0, 0.4);
}

.boat-btn.btn-entretenir:hover {
    box-shadow: 0 8px 25px #8e97a3;
}

.boat-btn.btn-acheter {
	box-shadow: 0 8px 25px #137AAF;
}

.boat-btn:hover::before {
    left: -480px;
    width: 138%;
    transform: skewX(20deg) !important;
}

.boat-btn:hover .boat-btn-text {
    letter-spacing: 0.18em;
}

/* Délais d'apparition sur la Home */
.hero-btn-container .boat-btn:nth-child(1) { animation-delay: 3.1s; }
.hero-btn-container .boat-btn:nth-child(2) { animation-delay: 3.25s; }
.hero-btn-container .boat-btn:nth-child(3) { animation-delay: 3.4s; }



/* --- MENU BAS DE PAGE --- */

.hero-footer-bar {
    position: fixed;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(7, 52, 77, 0.45) !important;
    backdrop-filter: blur(10px) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    z-index: 999 !important;
    box-sizing: border-box !important;
}

.hero-footer-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important; 
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0px 40px !important;
    min-height: 40px !important;
    box-sizing: border-box !important;
}

.hero-footer-menu .menu-item {
    display: inline-flex !important;
    align-items: center !important;
    color: #ccd2d7 !important;
    text-decoration: none !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    transition: color 0.3s ease !important;
    padding: 10px 15px !important;
    white-space: nowrap !important;
}

.hero-footer-menu a.menu-item:hover {
    color: #ff7900 !important;
}

.title-item {
    color: #ffffff !important;
    cursor: default !important;
    padding-left: 0 !important;
}
.orange-slashes {
    color: #ff7900 !important;
    margin-left: 5px !important;
}

/* Icônes SVG */
.menu-icon {
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
    stroke: #ffffff !important;
    transition: stroke 0.3s ease !important;
    flex-shrink: 0 !important;
}
.hero-footer-menu a.menu-item:hover .menu-icon:not(.icon-orange) {
    stroke: #ff7900 !important;
}
.icon-orange {
    stroke: #ff7900 !important;
}

/* Séparateurs */
.menu-separator {
    width: 1px !important;
    height: 25px !important;
    background: rgba(255, 255, 255, 0.25) !important;
    transform: skewX(-25deg) !important;
    margin: 0 10px !important;
    flex-shrink: 0 !important;
}

/* --- Burger --- */
.mobile-burger-trigger {
    display: none !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px 0 !important;
    cursor: pointer !important;
    width: 100% !important;
}

.burger-box {
    width: 24px !important;
    height: 18px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    margin-bottom: 5px !important;
}

.burger-line {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #ffffff !important;
    transition: all 0.3s ease !important;
}

.burger-label {
    color: #ffffff !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
}

.mobile-menu-drawer {
    display: none !important;
    flex-direction: column !important;
    align-items: center !important;
    background: rgba(7, 52, 77, 0.95) !important;
    width: 100% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.4s ease-in-out !important;
}

.mobile-menu-drawer a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 18px 0 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.mobile-menu-drawer a:active, .mobile-menu-drawer a:hover {
    background: rgba(255, 121, 0, 0.15) !important;
    color: #ff7900 !important;
}

.mobile-menu-drawer .mobile-phone-link {
    color: #ff7900 !important;
}

/* --- Responsive --- */
@media only screen and (max-width: 989px) {
    .hero-footer-menu {
        display: none !important;
    }
    
    .mobile-burger-trigger {
        display: flex !important;
    }
    
    .hero-footer-bar.is-open .mobile-menu-drawer {
        display: flex !important;
        max-height: 350px !important;
    }
    
    .hero-footer-bar.is-open .burger-line:nth-child(1) {
        transform: translateY(8px) rotate(45deg) !important;
    }
    .hero-footer-bar.is-open .burger-line:nth-child(2) {
        opacity: 0 !important;
    }
    .hero-footer-bar.is-open .burger-line:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg) !important;
    }
}

/* ==========================================================================
 									PAGE LOUER
========================================================================== */


/* --- SECTION HERO LOUER --- */
#hero-louer {
    position: relative !important;}

#hero-louer::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(1, 32, 59, 1) 0%, rgba(1, 32, 59, 0.9) 33%, rgba(1, 32, 59, 0.7) 50%, rgba(1, 32, 59, 0) 80%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

@media only screen and (max-width: 989px) {
	
	#hero-louer::before {
    background: linear-gradient(180deg, rgba(1, 32, 59, 1) 0%, rgba(1, 32, 59, 0.6) 50%, rgba(1, 32, 59, 0) 80%) !important;
}
	}

#hero-louer .av-parallax {
    z-index: 0 !important;}

#hero-louer .container,
#hero-louer .rent-section-content {
    position: relative !important;
    z-index: 2 !important;}

.orange-phrase-hero {
color: #fc7f1e !important;
	font-weight: 900;
	position: relative !important;
    display: inline-block !important;
	}

.rent-section-content {
    max-width: 650px !important;
    padding: 60px 20px !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
    opacity: 0 !important;
    transform: translateX(-50px) !important;
    transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), 
                transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
    will-change: opacity, transform;
}

.rent-section-content.is-visible {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.rent-main-title {
    font-weight: 900 !important;
    line-height: 0.95 !important;
    letter-spacing: 2px !important;
    margin: 0 0 35px 0 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 55px;}

.orange-accent-e {
    color: #fc7f1e !important;
    position: relative !important;}

.orange-accent-a {
    color: #fc7f1e !important;
    position: relative !important;
    display: inline-block !important;}

.rent-lead-text {
    font-size: 25px !important;
    FONT-VARIANT: JIS83;
    font-weight: 500 !important;
    margin: 0 0 45px 0 !important;
    color: #ffffff !important;
    line-height: 37px;
	position: relative !important;
    display: inline-block !important;}

.rent-lead-text strong {
    font-weight: 800 !important;}



/* --- Boutons  --- */
.rent-btn-container {
    display: flex !important;
    gap: 25px !important;
    flex-wrap: wrap !important;
    padding-bottom: 18%;
    flex-direction: column;
    max-width: 50%;
}

.rent-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 54px !important;
    padding: 0 35px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    background: rgba(7, 52, 77, 0.4) !important;
    backdrop-filter: blur(5px) !important;
    transform: skewX(-15deg) !important; 
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
	border-radius: 8px;}

.rent-btn span {
    display: block !important;
    transform: skewX(15deg) !important; 
    color: #ffffff !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    white-space: nowrap !important;
    z-index: 2 !important;}


.rent-btn::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 2px !important;
    background: linear-gradient(92deg, rgb(255, 121, 0) 0%, rgb(255, 121, 0) 20%, rgba(204, 210, 215, 0.4) 30%, rgba(204, 210, 215, 0.4) 60%, rgb(1, 32, 59) 70%, rgb(1, 32, 59) 100%) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    pointer-events: none !important;
    transition: all 0.3s ease !important;
	border-radius: 8px;}

/* --- Hover --- */
.rent-btn.btn-orange-glow:hover {
    background: #ff7900 !important;
    box-shadow: 0 0 25px rgba(255, 121, 0, 0.4) !important;
    transform: skewX(-15deg) translateY(-2px) !important;}

.rent-btn.btn-orange-glow:hover::before {
    background: #ffffff !important;}

.rent-btn.btn-white-border:hover {
    background: #ff7900 !important;
    transform: skewX(-15deg) translateY(-2px) !important;}

.rent-btn.btn-white-border:hover::before {
    background: #ffffff !important;}

/* --- Responsive --- */
@media only screen and (max-width: 767px) {
    .rent-btn-container {
        flex-direction: column !important;
        gap: 15px !important;
	    padding-bottom: 0%;
		justify-self: center;
		max-width: 100%;}
	
    .rent-btn {
        width: 100% !important;}
	
	.rent-main-title {
    font-size: 34px;}
	
	.rent-lead-text {
    font-size: 24px !important;}
}

/* --- Barre caractéristiques --- */
.rent-features-bar {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 50px auto 0 auto !important;
    padding: 30px 40px !important;
    background: rgba(1, 32, 59, 0.35) !important;
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 3px solid white !important;
    border-radius: 16px !important;
    box-sizing: border-box !important;
    bottom: -3%;
    position: absolute;
    opacity: 0 !important;
    transform: translateY(40px) !important; 
    transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), 
                transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
    will-change: opacity, transform;
}

.rent-features-bar.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.feature-item {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0px 15px 17px 15px !important;
}

.feature-icon {
    width: 50px !important;
    height: 50px !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.feature-icon svg {
    width: 100% !important;
    height: 100% !important;
}

.feature-boat-icon {
    width: 100% !important;
    height: 100% !important;
    transform: scaleX(-1.6) scaleY(1.6) translateY(2px) !important;    
    transform-origin: center center !important;
    overflow: visible !important;
	stroke: #ffffff !important;
    stroke-width: 8px !important;
    stroke-linejoin: round !important;
}

.feature-title {
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: 0.05em !important;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase !important;
}

.feature-desc {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin: 0 !important;
}

.feature-separator {
    width: 2px !important;
    height: 45px !important;
    background-color: #ff7900 !important;
    transform: skewX(-15deg) !important;
    align-self: center !important;
    opacity: 0.8 !important;
    flex-shrink: 0 !important;
}

/* --- Responsive --- */
@media only screen and (max-width: 989px) {
    .rent-features-bar {
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
        padding: 40px 20px !important;
		position: relative;
    }
    
    .feature-item {
        width: 100% !important;
        padding: 0 !important;
    }
    
    .feature-separator {
        display: none !important;
    }
    
    .feature-item:not(:last-child)::after {
        content: "" !important;
        width: 40px !important;
        height: 2px !important;
        background-color: #ff7900 !important;
        margin-top: 25px !important;
    }
}

/* --- EXPERIENCES --- */

/* --- Textes --- */

	.experience-text h2 {
    color: #01203b !important;
    margin-top: 25px;
	}

	.experience-text h3 {
    margin-top: 120px;
	}

	.experience-text p, 
	.experience-text p strong,
	.experience-text p b {
    	color: #01203b !important;
	}

.experience-text .experience-text {
    opacity: 0;
    transform: translateX(-30px);
    transition: none !important;
    will-change: transform, opacity;
}

.orange-divider-hr {
    border: none !important;
    background-color: #ff7900 !important;
    width: 60px !important;
    height: 3px !important;
    margin: 25px 0 !important;
    border-radius: 2px !important;
}

/* --- Conteneur 5 colonnes --- */
.experience-grid-container {
    display: flex !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 1200px !important;
    padding: 40px 55px;
    box-sizing: border-box !important;
    text-align: center;
}

.experience-grid-container.louer {
    display: flex !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 1200px !important;
    padding: 40px 60px !important;
    box-sizing: border-box !important;
    text-align: center;
}

.experience-card {
    flex: 1 !important;
    background: #f4f7f9 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    border: 2px solid black;
    display: flex;
    flex-direction: column;
}

.experience-card:hover {
	box-shadow: -6px 4px 8px rgba(252, 127, 30, 0.5) !important;
}

.experience-grid-container {
    overflow: hidden !important;
}

.experience-grid-container .experience-card {
    opacity: 0; 
    transform: translateX(300%) skewX(-8deg); 
    transition: none !important; 
    will-change: transform, opacity; 
}

.card-image-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 280px !important;
    overflow: visible !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.card-image-wrapper img {
    width: 120% !important;
    height: 100% !important;
    object-fit: cover !important;
    transform: skewX(8deg) scale(1.4) !important;
    left: 0% !important;
    position: relative !important;
    transition: transform 0.4s ease !important;
}

.card-icon-circle {
    position: absolute;
    bottom: -90px !important;
    width: 80px !important;
    height: 80px !important;
    background: #01203b !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(19, 122, 175, 0.3) !important;
    transform: skewX(8deg) !important;
    overflow: visible;
    flex-wrap: wrap;
}

.card-icon-circle svg {
    width: 60px;
    height: 60px;
}

.experience-card.card-peche.card-icon-circle svg {
    width: 55px;
    height: 55px;
}


.card-text-content {
    padding: 100px 20px 25px 20px !important;
    transform: skewX(8deg) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    flex-grow: 1 !important;
}

.card-title {
    font-size: 1.2em !important;
    font-weight: 800 !important;
    color: #07344d !important;
    margin: 0 0 15px 0 !important;
    letter-spacing: 0.02em !important;
}

.card-desc {
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    color: #01203b !important;
    margin: 0 !important;
}

.card-price {
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    color: #01203b !important;
    margin-top: auto;
    padding-top: 15px;
    text-align: center;
    margin-left: -38%;
}


/* responsive */
@media only screen and (max-width: 989px) {
	
	.experience-text h3 {
    margin-top: 12px;
}
	
	.card-price {
    margin-left: -10%;
}
    
    .experience-carousel-wrapper {
        width: 100% !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        padding-bottom: 20px !important;
        -webkit-overflow-scrolling: touch;
    }
    .experience-carousel-wrapper::-webkit-scrollbar {
        display: none !important;
    }

    .experience-grid-container.louer {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 16px !important;
        margin: 30px 0 !important;
        padding: 0 40px !important;
        width: max-content !important;
    }

    .experience-card {
        flex-shrink: 0 !important;
        width: 280px !important;
        scroll-snap-align: center !important; 
        transform: skewX(-8deg) !important; 
    }
    
    .card-image-wrapper img,
    .card-icon-circle,
    .card-text-content {
        transform: skewX(8deg) !important;
    }
	
	.card-image-wrapper img {
        transform: scale(1.1) !important;
    }

    .card-image-wrapper {
        height: 240px !important;
    }
}

.avia_codeblock_section,
.avia_codeblock,
.avia-codearea {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: visible !important;
}

#section-experience,
.experience-grid-container {
    position: relative !important;
    overflow: hidden !important;
    background: #ffffff !important;
    z-index: 1 !important;
}



/* --- SECTION Confiance --- */

#section-garantie-louer {
    position: relative !important;
	--garantie-opacity: 0; }


#section-garantie-louer::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to right, rgba(1, 32, 59, 1) 0%, rgba(1, 32, 59, 0.3) 50%, rgba(1, 32, 59, 1) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
	opacity: var(--garantie-opacity, 0) !important;
    transition: none !important;
    will-change: opacity;}

#section-garantie-louer .av-parallax {
    z-index: 0 !important;}

@media only screen and (max-width: 989px) {
#section-garantie-louer::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to bottom, rgba(1, 32, 59, 1) 0%, rgba(1, 32, 59, 0.1) 50%, rgba(1, 32, 59, 1) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}
	}

/* --- Texte gauche --- */
.confiance-section-container {
    max-width: 400px !important;
    padding: 20px !important;
    opacity: 0;
    transform: translateX(-30px);
    transition: none !important;
    will-change: transform, opacity;
}
}

		.confiance-subtitle {
			display: block !important;
			color: #ff7900 !important;
			margin-bottom: 15px !important;
		}

		.confiance-main-title {
			color: #ffffff !important;
			margin: 0 0 35px 0 !important;
		}

		.confiance-list li {
			color: #ffffff !important;
			font-size: 13px !important;
			display: flex !important;
			align-items: center !important;
			margin-bottom: 5px !important;
		}

		.confiance-svg-wrapper {
			width: 24px !important;
			height: 24px !important;
			margin-right: 15px !important;
			flex-shrink: 0 !important;
			color: #fc7f1e !important;
		}

		.confiance-svg-wrapper svg {
			width: 100% !important;
			height: 100% !important;
			stroke: currentColor !important; 
		}

/* --- responsive --- */
		@media only screen and (max-width: 989px) {
    	.confiance-section-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-self: center;
        padding: 0px !important;
    }
}

/* --- Texte droite --- */

.confiance-liste {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 400px;
    box-sizing: border-box;
    margin-left: 270px !important;
	opacity: 0;
    transform: translateX(30px);
    will-change: opacity, transform;

}

.confiance-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.confiance-icone-conteneur {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 40px;
}

.confiance-icone {
  width: 60px;
  height: 60px;
  color: #ffffff;
}

.confiance-separateur {
  width: 32px;
  height: 3px;
  background-color: #f27405;
  margin-top: 25px;
}

.confiance-textes {
  display: flex;
  flex-direction: column;
}

.confiance-titre {
  margin: 0 !important;
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.confiance-description {
  margin: 6px 0 0 0 !important;
  font-size: 0.95rem;
  font-weight: 500;
  color: #e2f1fc;
  line-height: 1.4;
}

@media only screen and (max-width: 989px) {
.confiance-liste {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 400px;
    box-sizing: border-box;
    justify-self: center;
	margin-left: 0 !important;
}
	}

/* --- SECTION BASE NAUTIQUE --- */

.wave-background-wrapper::before {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 200vw !important;
    height: 140px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 C150,110 450,10 600,60 C750,110 1050,10 1200,60 L1200,120 L0,120 Z' fill='rgba(1, 32, 59, 1)'%3E%3C/path%3E%3C/svg%3E") !important;
    background-size: 50% 100% !important;
    background-repeat: repeat-x !important;
    animation: wave-swim-css 22s linear infinite !important;
}

.wave-background-wrapper::after {
    content: "" !important;
    position: absolute !important;
    bottom: -5px !important;
    left: 0 !important;
    width: 200vw !important;
    height: 125px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,50 C150,10 450,90 600,50 C750,10 1050,90 1200,50 L1200,120 L0,120 Z' fill='rgba(1, 32, 59, 0.2)'%3E%3C/path%3E%3C/svg%3E") !important;
    background-size: 50% 100% !important;
    background-repeat: repeat-x !important;
    animation: wave-swim-css 28s linear infinite reverse !important;
}

@keyframes wave-swim-css {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.wave-background-wrapper {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 100vw !important;
    height: 63% !important;
    transform: translateX(-50%) !important;
    z-index: 0 !important;
    pointer-events: none !important;
    overflow: hidden;
    top: 41%;
}

.image-base img{
    border-radius: 20px;
}

.image-base {
	opacity: 0;
    transform: translateX(50px);
    will-change: opacity, transform;
}

.image-base.is-visible {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/* --- Texte gauche --- */

.accueil-base-container {
    max-width: 550px !important;
    padding: 30px 20px !important;
    box-sizing: border-box !important;
	opacity: 0;
    transform: translateX(-50px);
    will-change: opacity, transform;
}

.accueil-base-container.is-visible {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.base-subtitle {
    display: block !important;
    color: #fc7f1e !important;
    margin-bottom: 15px !important;
}

.base-main-title {
    margin: 0 0 40px 0 !important;
	color: #01203b !important;
}

.base-info-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
}

.base-info-item {
    display: flex !important;
    align-items: center !important;
}

.base-icon-wrapper {
    width: 44px !important;
    height: 44px !important;
    color: #01203b !important;
    margin-right: 20px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.base-icon-wrapper svg {
    width: 100% !important;
    height: 100% !important;
}

.base-text-wrapper h3 {
    color: #01203b !important;
    margin: 0 0 4px 0 !important;
}

.base-text-wrapper p {
    color: #01203b !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* --- RESPONSIVE MOBILE --- */
@media only screen and (max-width: 767px) {
    .base-main-title {
        font-size: 1.95rem !important;
    }
    .base-info-item {
        align-items: flex-start !important;
    }
    .base-icon-wrapper {
        width: 36px !important;
        height: 36px !important;
        margin-right: 15px !important;
        margin-top: 2px !important;
    }
    .base-text-wrapper h3 {
        font-size: 1rem !important;
    }
    .base-text-wrapper p {
        font-size: 0.9rem !important;
    }
}

/* --- BANNER CTA --- */
.cta-banner-wrapper {
    width: 100% !important;
    padding: 35px 0 !important;
    box-sizing: border-box !important;
	opacity: 0 !important;
    transform: scale(1.02) translateY(10px) !important;
    transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) !important;
    will-change: opacity, transform;
	transition-delay: 1s !important;
}

.cta-banner-wrapper.is-visible {
    opacity: 1 !important;
    transform: scale(1) translateY(0) !important;
}

.cta-banner-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    gap: 30px !important;
    box-sizing: border-box !important;
}

/* --- Textes --- */
.cta-text-side {
    flex: 1 !important;
}

.cta-title {
    color: #ffffff !important;
    font-size: 2.1rem !important;
    font-weight: 800 !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.01em !important;
}

.cta-subtitle {
    color: #ffffff !important;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
    opacity: 0.95 !important;
}

/* --- Boutons --- */
.cta-buttons-side {
    display: flex !important;
    gap: 20px !important;
    align-items: center !important;
}

.cta-custom-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 54px !important;
    padding: 0 35px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    background: rgba(7, 52, 77, 0.4) !important;
    backdrop-filter: blur(5px) !important;
    transform: skewX(-15deg) !important; 
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
	border-radius: 8px;}


.cta-custom-btn::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 2px !important;
    background: linear-gradient(92deg, #ff7900 0%, #ff7900 20%, rgba(204, 210, 215, 0.4) 30%, rgba(204, 210, 215, 0.4) 60%, #01203b 70%, #01203b 100%) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    pointer-events: none !important;
    transition: all 0.3s ease !important;
	border-radius: 8px;}


.btn-inner-content {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    transform: skewX(14deg) !important;
	color: white !important;
	font-size: 0.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
}

.cta-btn-icon {
    width: 40px !important;
    height: 40px !important;
    flex-shrink: 0 !important;
}

.cta-btn-icon.phone {
	display: inline-block;
    animation: phone-ring 3s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes phone-ring {
    0%, 100% { transform: rotate(0deg) scale(1); }
    5%  { transform: rotate(15deg) scale(1.15); }
    10% { transform: rotate(-13deg) scale(1.15); }
    15% { transform: rotate(14deg) scale(1.15); }
    20% { transform: rotate(-12deg) scale(1.15); }
    25% { transform: rotate(10deg) scale(1.15); }
    30% { transform: rotate(-10deg) scale(1.15); }
    35% { transform: rotate(8deg) scale(1.15); }
    40% { transform: rotate(-8deg) scale(1.15); }
    45% { transform: rotate(5deg) scale(1.15); }
    50% { transform: rotate(0deg) scale(1.15); }
    55% { transform: rotate(0deg) scale(1); }
}

/* RS */
.cta-social-side {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 20px;
}

.cta-social-link {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
}

.cta-social-link svg {
    width: 35px;
    height: 35px;
}

/* Effets au survol (Hover) */
.cta-social-link:hover {
    transform: translateY(-2px);
}

.cta-social-link.link-instagram:hover {
    color: #e1306c;
}

.cta-social-link.link-facebook:hover {
    color: #1877f2;
}


@media (max-width: 767px) {
    .cta-banner-container {
        flex-direction: column;
        align-items: center;
    }
    .cta-social-side {
        margin-left: 0;
        margin-top: 20px;
    }
}

/* --- Hover --- */
.cta-custom-btn:hover {
    background-color: #fc7f1e !important;
    transform: skewX(-14deg) translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(7, 52, 77, 0.3) !important;
}

.cta-custom-btn:hover::before {
    background: #ffffff !important;
}	


/* --- Responsive --- */
@media only screen and (max-width: 989px) {
    .cta-banner-container {
        flex-direction: column !important;
        text-align: center !important;
        padding: 0 20px !important;
        gap: 35px !important;
    }

    
    .cta-buttons-side {
        flex-direction: column !important;
        width: 100% !important;
        max-width: 400px !important;
    }
    
    .cta-custom-btn {
        width: 100% !important;
    }
    
    .btn-inner-content {
        justify-content: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .cta-title {
        font-size: 1.75rem !important;
    }
    .cta-subtitle {
        font-size: 0.95rem !important;
    }
}

.hero-footer-bar.page {
	position: relative;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(7, 52, 77, 0) !important;
    backdrop-filter: blur(10px) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    z-index: 999 !important;
    box-sizing: border-box !important;
	opacity: 0 !important;
    transform: scale(1.02) translateY(10px) !important;
    transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), 
                transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) !important;
    will-change: opacity, transform;
	transition-delay: 1s !important;
}

.hero-footer-bar.page.is-visible {
    opacity: 1 !important;
    transform: scale(1) translateY(0) !important;
}

/* ==========================================================================
 									PAGE ACHETER
========================================================================== */

/* --- HERO ---*/

.bleu-accent-a {
color: #137aaf !important;
	}

.bleu-phrase-hero {
color: #137aaf !important;
	font-weight: 900;
	position: relative !important;
    display: inline-block !important;
	}


.rent-btn.btn-blue-glow::before {
    background: linear-gradient(92deg, rgb(19,122,175) 0%, rgb(19,122,175) 20%, rgba(204, 210, 215, 0.4) 30%, rgba(204, 210, 215, 0.4) 60%, rgb(1, 32, 59) 70%, rgb(1, 32, 59) 100%) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
}

@media only screen and (max-width: 989px) {
.feature-item.blue:not(:last-child)::after {
        content: "" !important;
        width: 40px !important;
        height: 2px !important;
        background-color: #137aaf !important;
        margin-top: 25px !important;
    } }

/* --- Hover --- */
.rent-btn.btn-blue-glow:hover {
    background: #137aaf !important;
    box-shadow: 0 0 25px rgb(19,122,175, 0.4) !important;
    transform: skewX(-15deg) translateY(-2px) !important;}

.rent-btn.btn-blue-glow:hover::before {
    background: #ffffff !important;}

.feature-separator-blue {
    width: 2px !important;
    height: 45px !important;
    background-color: #137aaf !important;
    transform: skewX(-15deg) !important;
    align-self: center !important;
    opacity: 0.8 !important;
    flex-shrink: 0 !important;
}

@media (max-width: 989px) {
.feature-separator-blue {
	display: none !important;
	} }


/* --- 5 COLONNES ACHETER --- */


@media only screen and (max-width: 989px) {
    .experience-grid-container.acheter {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 16px !important;
        margin: 30px 0 !important;
        padding: 0 40px !important;
        width: max-content !important;
    }  }

.experience-card.blue:hover {
	box-shadow: -6px 4px 8px rgba(19,122,175, 0.5) !important;
}

.experience-card.card-bateau.card-icon-circle svg {
    width: 55px;
    height: 55px;
}


div.experience-card.card-showroom div.card-icon-circle svg {
    width: 50px !important;
    height: 50px !important;
}

div.experience-card.card-moteur div.card-icon-circle svg {
    width: 55px !important;
    height: 55px !important;
}

div.experience-card.card-remorque div.card-icon-circle svg {
    width: 70px !important;
    height: 70px !important;
}

div.experience-card.card-equipment div.card-icon-circle svg {
    width: 60px !important;
    height: 60px !important;
}
	
.experience-text-blue h2 {
    color: #01203b !important;
    margin-top: 25px;
	}
	
.experience-text-blue h3 {
    margin-top: 120px;
	color: #137aaf !important;
	}

.experience-text-blue p, 
.experience-text-blue p strong,
.experience-text-blue p b {
    	color: #01203b !important;
	}

.experience-text-blue .experience-text-blue {
    opacity: 0;
    transform: translateX(-30px);
    transition: none !important;
    will-change: transform, opacity;
}

.blue-divider-hr {
    border: none !important;
    background-color: #137aaf !important;
    width: 60px !important;
    height: 3px !important;
    margin: 25px 0 !important;
    border-radius: 2px !important;
}



/* --- CONFIANCE ---*/

.confiance-svg-wrapper.blue {
			color: #137aaf !important;
		}

.confiance-subtitle.blue {
			color: #137aaf !important;
		}

.confiance-titre.blue {
  color: #137aaf !important;
}

.confiance-separateur.blue {
  background-color: #137aaf !important;
}

.partenaire-subtitle.blue {
  color: #137aaf !important;
}


.partenaire-logo-slider {
    overflow: visible;
    width: 100%;
    position: relative;
    padding: 20px 0;
	opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.1s ease-out, transform 0.1s ease-out; 
    will-change: opacity, transform;
}

.partenaire-logo-track {
    display: flex;
    align-items: center;
    width: max-content; 
    gap: 60px; 
    padding-right: 60px;
    animation: scrolllogo 25s linear infinite;
}

.logo-slide {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px; 
}

.logo-slide img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 75px;
    object-fit: contain;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.logo-slide img:hover {
    transform: scale(1.15);
}

.partenaire-logo-slider:hover .partenaire-logo-track {
    animation-play-state: paused;
}

@keyframes scrolllogo {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}

.agent-officiel {
    font-size: 1.8em !important;
    color: #137aaf !important;
    font-weight: bold !important;
    margin: 60px 0;
	opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.1s ease-out, transform 0.1s ease-out; 
    will-change: opacity, transform;
}

.accueil-partenaire-container {
    max-width: 550px !important;
    padding: 30px 20px !important;
    box-sizing: border-box !important;
	opacity: 0;
    transform: translateX(-50px);
    will-change: opacity, transform;
}

.accueil-partenaire-container.is-visible {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.partenaire-subtitle {
    display: block !important;
    color: #fc7f1e !important;
    margin-bottom: 15px !important;
}

.partenaire-main-title {
    margin: 0 0 20px 0 !important;
    color: #01203b !important;
}

.partenaire-lien {
    color: #01203b !important;
    font-weight: bold;
    font-size: 1.2em;
}

/* ==========================================================================
 									PAGE ENTRETENIR
========================================================================== */
/* --- HERO ---*/

.gris-accent-a {
color: #8e97a3 !important;
	}

.gris-phrase-hero {
color: #8e97a3 !important;
	font-weight: 900;
	position: relative !important;
    display: inline-block !important;
	}

.rent-btn-container.grey {
    padding-bottom: 22% !important;
}

.rent-btn.btn-grey-glow::before {
    background: linear-gradient(92deg, rgb(142,151,163) 0%, rgb(142,151,163) 20%, rgba(204, 210, 215, 0.4) 30%, rgba(204, 210, 215, 0.4) 60%, rgb(1, 32, 59) 70%, rgb(1, 32, 59) 100%) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
}

/* --- Hover --- */
.rent-btn.btn-grey-glow:hover {
    background: #8e97a3 !important;
    box-shadow: 0 0 25px rgb(142,151,163, 0.4) !important;
    transform: skewX(-15deg) translateY(-2px) !important;}

.rent-btn.btn-grey-glow:hover::before {
    background: #ffffff !important;}

.feature-separator-grey {
    width: 2px !important;
    height: 45px !important;
    background-color: #8e97a3 !important;
    transform: skewX(-15deg) !important;
    align-self: center !important;
    opacity: 0.8 !important;
    flex-shrink: 0 !important;
}

@media (max-width: 989px) {
.feature-separator-grey {
	display: none !important;
	} }


@media only screen and (max-width: 989px) {
.feature-item.grey:not(:last-child)::after {
        content: "" !important;
        width: 40px !important;
        height: 2px !important;
        background-color: #8e97a3 !important;
        margin-top: 25px !important;
    } }

/* --- 5 COLONNES ENTRETENIR --- */

.experience-grid-container.entretenir {
    display: flex !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 1200px !important;
    padding: 40px 58px !important;
    box-sizing: border-box !important;
    text-align: center;
}

@media (max-width: 989px) {
.experience-grid-container.entretenir {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 16px !important;
        margin: 30px 0 !important;
        padding: 0 40px !important;
        width: max-content !important;
    } }

.experience-card.grey:hover {
	box-shadow: -6px 4px 8px rgb(142,151,163) !important;
}

div.experience-card.card-manutention .card-icon-circle img {
    width: 50px !important;
    height: 50px !important;
    transform: skew(0deg) !important;
}

div.experience-card.card-stockage div.card-icon-circle img {
    width: 50px !important;
    height: 50px !important;
	transform: skew(0deg) !important;
}

div.experience-card.card-mecanique div.card-icon-circle img {
    width: 50px !important;
    height: 50px !important;
    transform: skew(0deg) !important;
}

div.experience-card.card-coque div.card-icon-circle img {
    width: 50px !important;
    height: 50px !important;
    transform: skew(0deg) !important;
}
	
.experience-text-grey h2 {
    color: #01203b !important;
    margin-top: 25px;
	}
	
.experience-text-grey h3 {
    margin-top: 120px;
	color: #8e97a3 !important;
	}

.experience-text-grey p, 
.experience-text-grey p strong,
.experience-text-grey p b {
    	color: #01203b !important;
	}

.experience-text-grey .experience-text-grey {
    opacity: 0;
    transform: translateX(-30px);
    transition: none !important;
    will-change: transform, opacity;
}

.grey-divider-hr {
    border: none !important;
    background-color: #8e97a3 !important;
    width: 60px !important;
    height: 3px !important;
    margin: 25px 0 !important;
    border-radius: 2px !important;
}

/* SECTION INTERVENTIONS / MAINTENANCE*/

.maintenance-section-wrapper {
    width: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    text-align: center;
}

.maintenance-header {
    max-width: 900px;
    margin: 0 auto 50px auto !important;
    padding: 0 20px;
	opacity: 0;
    transform: translateX(-50px);
    will-change: opacity, transform;
}

.maintenance-header.is-visible {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.maintenance-subtitle {
    color: #8e97a3 !important;
    margin: 0 0 15px 0 !important;
    text-transform: uppercase !important;
	position: relative !important;
    display: inline-block !important;
}

.maintenance-subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 32, 59, 0.3);
    border-radius: 50px;
    filter: blur(12px);
    z-index: -1;
    transform: scale(1.1);
}

.maintenance-main-title {
    color: #ffffff !important;
    margin: 0 !important;
}

/* --- GRILLE 4 COLONNES --- */
.maintenance-section-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    max-width: 1310px; 
    margin: 0 auto;
    padding: 0 20px;
    gap: 30px; 
    box-sizing: border-box;
	opacity: 0;
    transform: translateX(50px);
    will-change: opacity, transform;
}

.maintenance-section-container.is-visible {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.maintenance-feature-column {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.maintenance-icon-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 80px;  
    height: 80px;
    margin-bottom: 25px;
}

.maintenance-icon-box img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.maintenance-feature-title {
    font-size: 1.1em !important;
    color: #ffffff !important; 
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    margin: 0 0 12px 0 !important;
    text-transform: uppercase !important;
}

.maintenance-feature-desc {
    font-size: 0.95em !important;
    color: rgba(255, 255, 255, 0.85) !important; 
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 10px !important; 
}

/* RESPONSIVE */

@media (max-width: 989px) {
    .maintenance-main-title {
        font-size: 1.8em !important;
    }
    .maintenance-section-container {
        flex-wrap: wrap !important;
        gap: 40px 20px;
    }
    .maintenance-feature-column {
        flex: none !important;
        width: calc(50% - 10px) !important; 
    }
}

@media (max-width: 767px) {
    .maintenance-main-title {
        font-size: 1.5em !important;
    }
    .maintenance-main-title br {
        display: none;
    }
    .maintenance-feature-column {
        width: 100% !important; 
    }
    .maintenance-section-wrapper {
        padding: 40px 0;
    }
}

/* --- Révision, entretien de coque, mise à l'eau --- */

/* --- Texte gauche --- */

.accueil-base-container {
    max-width: 550px !important;
    padding: 30px 20px !important;
    box-sizing: border-box !important;
	opacity: 0;
    transform: translateX(-50px);
    will-change: opacity, transform;
}

.accueil-base-container.is-visible {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.base-subtitle.grey {
    display: block !important;
    color: #8e97a3 !important;
    margin-bottom: 15px !important;
}

.base-main-title {
    margin: 0 0 40px 0 !important;
	color: #01203b !important;
}

.base-info-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
}

.base-info-item {
    display: flex !important;
    align-items: center !important;
}

.base-icon-wrapper {
    width: 44px !important;
    height: 44px !important;
    color: #01203b !important;
    margin-right: 20px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.base-icon-wrapper svg {
    width: 100% !important;
    height: 100% !important;
}

.base-text-wrapper h3 {
    color: #01203b !important;
    margin: 0 0 4px 0 !important;
}

.base-text-wrapper p {
    color: #01203b !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* --- RESPONSIVE MOBILE --- */
@media only screen and (max-width: 767px) {
    .base-main-title {
        font-size: 1.95rem !important;
    }
    .base-info-item {
        align-items: flex-start !important;
    }
    .base-icon-wrapper {
        width: 36px !important;
        height: 36px !important;
        margin-right: 15px !important;
        margin-top: 2px !important;
    }
    .base-text-wrapper h3 {
        font-size: 1rem !important;
    }
    .base-text-wrapper p {
        font-size: 0.9rem !important;
    }
}


