.elementor-kit-7{--e-global-color-primary:#161616;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#161616;--e-global-color-accent:#FFE802;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-2108600-font-family:"FONT ATLANT REG";--e-global-typography-5c127fc-font-family:"FONT ATLANT HEAVY";}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Conteneur principal pour chaque bouton */
.atlantic-video-wrapper {
    position: relative;
    display: inline-block;
    z-index: 100;
}

/* Bouton play minimaliste */
.atlantic-play-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: transparent !important;
    border: 1px solid #FFD700;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 101;
    outline: none;
    opacity: 1;
}

.atlantic-play-button:hover {
    transform: scale(1.15);
    border-color: #FFF;
    background: transparent !important;
}

.atlantic-play-button:focus,
.atlantic-play-button:active {
    outline: none;
    background: transparent !important;
}

/* Icône play (triangle blanc) */
.atlantic-play-button::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 3px;
    transition: border-color 0.3s ease;
}

.atlantic-play-button:hover::before {
    border-color: transparent transparent transparent #FFD700;
}

/* Le bouton disparaît au survol du wrapper */
.atlantic-video-wrapper:hover .atlantic-play-button {
    opacity: 0;
    pointer-events: none;
}

/* Conteneur vidéo au survol */
.atlantic-video-preview {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 640px;
    height: 360px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                visibility 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                transform 0.1s ease-out;
    z-index: 999999;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.atlantic-video-wrapper:hover .atlantic-video-preview {
    opacity: 1;
    visibility: visible;
}

/* iFrame Vimeo */
.atlantic-video-preview iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

/* Fond sombre derrière la vidéo */
.atlantic-video-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 999998;
}

.atlantic-video-wrapper:hover .atlantic-video-backdrop {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 768px) {
    .atlantic-video-preview {
        width: 90vw;
        height: calc(90vw * 9 / 16);
    }
    .atlantic-play-button {
        width: 45px;
        height: 45px;
    }
    .atlantic-play-button::before {
        border-width: 7px 0 7px 12px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'FONT ATLANT REG';
	font-display: auto;
	src: url('http://atlanticvs.productions/wp-content/uploads/2025/08/Gatwick-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'FONT ATLANT HEAVY';
	font-display: auto;
	src: url('http://atlanticvs.productions/wp-content/uploads/2025/08/Gatwick-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */