/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1783069034
Updated: 2026-07-03 08:57:14

*/

/*.Page MEDIA grille */

.media__grid img:not(:first-child){
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.media__grid img:first-child{
	grid-row: span 2;
    height: 459px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 1440px) {
    .elementor .w-1440-wide{
        max-width: 100% !important;
    }
}

.cta-secondary{
	&:hover{
		background-color: var(--accent) !important;
		p{
			color: var(--White) !important;
		}
		svg{
			fill: var(--White);
		}
	}
}

.hero__banner .btn-primary{
	 max-width:240px;
    align-self:flex-start;
}

h1 span {
    color: red;
}

header.elementor-location-header {
    transition: all 0.3s ease;
}

header.elementor-location-header.header-scrolled .elementor-element-d4fd140 {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Texte logo */
header.header-scrolled .e-16a8593-5d92f52 {
    color: #111111;
}

/* Liens menu */
header.header-scrolled .elementor-nav-menu .elementor-item {
    color: #111111 !important;
}

/* Icône burger mobile */
header.header-scrolled .elementor-menu-toggle svg {
    fill: #111111;
}


.temps-forts-voyage {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
}

.temps-forts-voyage__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    min-height: 305px;
    padding: 30px;
    background: #102e49;
    border: 1px solid rgba(122, 170, 208, 0.2);
    border-radius: 24px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.temps-forts-voyage__card:hover {
    transform: translateY(-5px);
    background: #143551;
    border-color: rgba(239, 0, 19, 0.45);
}

.temps-forts-voyage__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    padding: 18px;
    background: rgba(239, 0, 19, 0.06);
    border: 1px solid rgba(239, 0, 19, 0.65);
    border-radius: 20px;
    flex-shrink: 0;
}

.temps-forts-voyage__icon-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.temps-forts-voyage__content {
    width: 100%;
}

.temps-forts-voyage__title {
    margin: 0 0 14px;
    color: #ffffff;
    font-family: "Albert Sans", sans-serif;
    font-size: clamp(23px, 1.8vw, 23px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.temps-forts-voyage__description {
    color: rgba(255, 255, 255, 0.65);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.temps-forts-voyage__description p {
    margin: 0;
	font-size: 16px;
}

/* Tablette */
@media screen and (max-width: 1024px) {
    .temps-forts-voyage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .temps-forts-voyage__card {
        min-height: 280px;
        padding: 32px;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    .temps-forts-voyage {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .temps-forts-voyage__card {
        min-height: initial;
        padding: 26px;
        border-radius: 20px;
    }

    .temps-forts-voyage__icon {
        width: 68px;
        height: 68px;
        margin-bottom: 24px;
        padding: 15px;
        border-radius: 17px;
    }

    .temps-forts-voyage__title {
        font-size: 23px;
    }

    .temps-forts-voyage__description {
        font-size: 16px;
        line-height: 1.55;
    }
}


.itineraire-voyage {
    --itineraire-dark: #071826;
    --itineraire-blue: #005b8f;
    --itineraire-text: #536176;
    --itineraire-line: #dce6ec;

    display: flex;
    flex-direction: column;
    width: 100%;
}

.itineraire-voyage__item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    column-gap: 28px;
    position: relative;
}

.itineraire-voyage__rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}

.itineraire-voyage__number {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 74px;
    height: 74px;
    flex: 0 0 74px;

    color: #ffffff;
    background: var(--itineraire-dark);
    border-radius: 50%;

    font-size: 18px;
    font-weight: 700;
    line-height: 1;

    box-shadow: 0 12px 28px rgba(7, 24, 38, 0.24);
}

.itineraire-voyage__line {
    width: 2px;
    flex: 1;
    min-height: 90px;
    background: var(--itineraire-line);
}

.itineraire-voyage__item:last-child
.itineraire-voyage__line {
    display: none;
}

.itineraire-voyage__content {
    min-width: 0;
    padding: 6px 0 64px;
}

.itineraire-voyage__heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 16px;
}

.itineraire-voyage__heading-text {
    min-width: 0;
}

.itineraire-voyage__eyebrow {
    margin-bottom: 8px;

    color: var(--itineraire-blue);

    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.itineraire-voyage__title {
    margin: 0;

    color: var(--itineraire-dark);

    font-family: "Albert Sans", sans-serif;
    font-size: clamp(21px, 1.0vw, 30px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.itineraire-voyage__badge {
    flex: 0 0 auto;
    padding: 9px 14px;

    color: var(--accent);
    background: #FDEAEC;
    border: 1px solid rgba(0, 91, 143, 0.18);
    border-radius: 999px;

    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.itineraire-voyage__description {
    max-width: 1060px;

    color: var(--itineraire-text);

    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.72;
	margin-bottom:20px;
}

.itineraire-voyage__description p {
    margin: 0 0 16px;
}

.itineraire-voyage__description p:last-child {
    margin-bottom: 0;
}

.itineraire-voyage__figure {
    margin: 28px 0 0;
    overflow: hidden;
    border-radius: 18px;
}

.itineraire-voyage__image {
      display: block;
    width: 80%;
    height: auto !important;
    max-height: 600px;
    object-fit: cover;
    border-radius: inherit !important;
}

/* Tablette */
@media screen and (max-width: 1024px) {

    .itineraire-voyage__item {
        grid-template-columns: 70px minmax(0, 1fr);
        column-gap: 22px;
    }

    .itineraire-voyage__number {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        font-size: 21px;
    }

    .itineraire-voyage__content {
        padding-bottom: 50px;
    }

    .itineraire-voyage__description {
        font-size: 18px;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {

    .itineraire-voyage__item {
        grid-template-columns: 50px minmax(0, 1fr);
        column-gap: 16px;
    }

    .itineraire-voyage__number {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 17px;
        box-shadow: 0 8px 20px rgba(7, 24, 38, 0.2);
    }

    .itineraire-voyage__line {
        min-height: 70px;
    }

    .itineraire-voyage__content {
        padding: 2px 0 42px;
    }

    .itineraire-voyage__heading {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 14px;
    }

    .itineraire-voyage__eyebrow {
        margin-bottom: 6px;
        font-size: 13px;
    }

    .itineraire-voyage__title {
        font-size: 25px;
    }

    .itineraire-voyage__description {
        font-size: 16px;
        line-height: 1.6;
    }

    .itineraire-voyage__figure {
        margin-top: 22px;
        border-radius: 14px;
    }
}

/* HEADER STICKY  */

.fixed-anchor{
    position: fixed !important;
    left: 0;
    z-index: 40 !important;
    top: 80px !important;
}

.sticky-bar-anchor a.is-active,
.sticky-bar-anchor a.is-active span {
    color: #ef0013 !important;
}

.custom-faq {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

.custom-faq__item {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dbeef8;
    border-radius: 20px;
    transition:
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.custom-faq__item.is-open {
    box-shadow: 0 10px 35px rgba(8, 45, 70, 0.08);
}

.custom-faq__heading {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

.custom-faq__question {
    width: 100%;
    padding: 16px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    background: transparent;
    border: 0;
    appearance: none;
    cursor: pointer;
    text-align: left;
}

.custom-faq__question-text {
    color: #071a2a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
	
	max-width: 480px;
    white-space: normal;
}
 
.custom-faq__icon {
    position: relative;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f5f8fa;
    border-radius: 50%;
}

.custom-faq__icon-horizontal,
.custom-faq__icon-vertical {
    position: absolute;
    display: block;
    width: 14px;
    height: 3px;
    background: #075c87;
    border-radius: 20px;
    transition: transform 0.25s ease;
}

.custom-faq__icon-vertical {
    transform: rotate(90deg);
}


.custom-faq__question:hover{
	background-color: var(--accent);
}

.custom-faq__item.is-open button{
	background-color: var(--accent);
}

.custom-faq__item.is-open button .custom-faq__question-text{
	color: white;
}

.custom-faq__item.is-open .custom-faq__icon-vertical {
    transform: rotate(0deg);
}


.custom-faq__answer {
    padding: 10px 30px;
}

.custom-faq__answer[hidden] {
    display: none;
}

.custom-faq__answer-inner {
    color: #53627a;
    font-size: 21px;
    line-height: 1.7;
}

.custom-faq__answer-inner p{
    font-size:16px;
}

.custom-faq__answer-inner > :first-child {
    margin-top: 20px;
}

.custom-faq__answer-inner > :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .custom-faq {
        gap: 12px;
    }

    .custom-faq__item {
        border-radius: 14px;
    }

    .custom-faq__question {
        min-height: 80px;
        padding: 20px;
        gap: 15px;
		font-size:16px;
		text-wrap: auto;
    }

    .custom-faq__question-text {
        font-size: 16px;
    }

    .custom-faq__icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .custom-faq__answer {
        padding: 0 20px 22px;
    }

    .custom-faq__answer-inner {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 767px) {

    /* Conteneur externe */
    .elementor .elementor-element-573be4b.sticky-bar-anchor {
        width: 100%;
        overflow: hidden;
    }

    /* Conteneur interne */
    .elementor .elementor-element-573be4b .w-1440 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 0;
        overflow: hidden;
    }

    /* Widget liste */
    .elementor .elementor-element-af38ff1.sticky-bar-anchor {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    /* Élément réellement scrollable */
    .elementor .elementor-element-af38ff1
    .elementor-icon-list-items {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;

        width: 100%;
        max-width: 100%;

        margin: 0;
        padding: 0 20px 6px;

        overflow-x: auto;
        overflow-y: hidden;

        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-inline: 20px;

        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;

        scrollbar-width: thin;
    }

    /* Chaque ancre devient un point de snap */
    .elementor .elementor-element-af38ff1
    .elementor-icon-list-item {
        flex: 0 0 auto;
        width: auto;

        margin: 0;
        padding: 0;

        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    /* Zone cliquable */
    .elementor .elementor-element-af38ff1
    .elementor-icon-list-item a {
        display: flex;
        align-items: center;

        width: auto;
        min-height: 48px;
        padding: 0 14px;

        white-space: nowrap;
    }

    .elementor .elementor-element-af38ff1
    .elementor-icon-list-text {
        white-space: nowrap;
    }

    /* Scrollbar Chrome / Safari */
    .elementor .elementor-element-af38ff1
    .elementor-icon-list-items::-webkit-scrollbar {
        height: 4px;
    }

    .elementor .elementor-element-af38ff1
    .elementor-icon-list-items::-webkit-scrollbar-track {
        background: #e8edf1;
        border-radius: 10px;
    }

    .elementor .elementor-element-af38ff1
    .elementor-icon-list-items::-webkit-scrollbar-thumb {
        background: #ef0013;
        border-radius: 10px;
    }
}


@media (max-width: 1024px){

    .elementor .w-1440{
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 48px;
    }

}

@media (max-width: 767px){

    .elementor .w-1440{
        padding: 24px 20px;
    }

}

@media (max-width: 1024px) {
    .hide-mobile-tablet {
        display: none !important;
    }
}

 .carousel-raids-pagination {
        display: none;
        
    }

/*. Carousel RAIDS HOME */

 @media screen and (max-width: 767px) {

    /* Zone scrollable */
    .carousel_raids-mobile-home .elementor-loop-container.elementor-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: stretch;

        overflow-x: auto;
        overflow-y: visible;

        gap: 16px;

        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;

        /* Espace nécessaire pour voir les ombres */
        padding-top: 10px;
        padding-bottom: 20px;

        scrollbar-width: none;
    }

    .carousel_raids-mobile-home .elementor-loop-container.elementor-grid::-webkit-scrollbar {
        display: none;
    }

    /* Slides */
    .carousel_raids-mobile-home .elementor-loop-container.elementor-grid > .e-loop-item {
        flex: 0 0 calc(100% - 45px);
        min-width: calc(100% - 45px);

        scroll-snap-align: start;

        /* Toutes les cartes prennent la même hauteur */
        display: flex;
        height: auto;
    }

    /* Template Elementor à l'intérieur de chaque slide */
    .carousel_raids-mobile-home .e-loop-item > .elementor {
        width: 100%;
        height: 100%;
    }

    /* Lien = carte */
    .carousel_raids-mobile-home .e-loop-item > .elementor > a {
        width: 100%;
        height: 100%;
    }


    /* -------------------------
       PAGINATION
    ------------------------- */

	 
    .carousel-raids-pagination {
        display: flex;
        align-items: center;
        justify-content: center;

        gap: 8px;

        margin-top: 10px;
    }

    .carousel-raids-pagination-dot {
        width: 8px;
        height: 8px;

        padding: 0;
        border: 0;
        border-radius: 50%;

        background: #c8c8c8;

        cursor: pointer;

        transition:
            width 0.25s ease,
            background 0.25s ease;
    }

    .carousel-raids-pagination-dot.is-active {
        width: 24px;
        border-radius: 20px;

        background: #EF0013;
    }

}


/*. BURGER MENU white */
@media screen and (max-width: 767px) {

    /* Burger blanc en haut de page */
    header .elementor-element-7a6cf6b .elementor-icon svg {
        fill: #fff !important;
        transition: color 0.25s ease;
    }

    /* Burger sombre après 50px */
    header.header-scrolled .elementor-icon svg{
        fill: #071a2a !important;
    }

}


