/* Global styles */
body {
    
    margin: 0;
    padding: 0;
    color:#7f837e ;
}

/* Sticky header */
.sticky-header {
    background-color: #023265;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-header img {
    max-height: 50px;
}


/* Responsive menu */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle div {
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin: 3px 0;
}

nav.responsive {
    display: none;
    flex-direction: column;
    gap: 10px;
    background-color: #0057A3;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
}
/* Sections */
.section {
    padding: 60px 20px;
    text-align: center;
}

.section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #004eb4;
}
/* Services */
.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}





div#websteve-blockcat {
    display: block;
;
}
@media (max-width: 768px) {
div#websteve-blockcat {
    display: block;
;
}}

.service-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
    transition: transform 0.3s ease-in-out;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card img {
    width: 100%;
    border-radius: 10px;
}
.service {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.service h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #004eb4;
}

.service p {
    font-size: 1rem;
}

nav.responsive a {
    text-align: center;
}

nav.active {
    display: flex;
}

/* Media queries for smaller screens */


    .menu-toggle {
        display: flex;
    }



.intro-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    align-items: center;
}

.intro-image {
    flex: 1 1 50%;
    max-width: 500px;
}

.intro-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.intro-text {
    flex: 1 1 50%;
    max-width: 600px;
    padding: 20px;
    color: #0d203b;
}

.intro-text h1 {
    font-size: 32px;
    color: #0d203b;
    margin-bottom: 10px;
}

.intro-text h2 {
    font-size: 20px;
    color: #004eb4; /* Accent couleur rouge */
    margin-bottom: 15px;
}

.intro-text h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #004eb4;
}

.intro-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #7f837e;
    font-family: sans-serif;
}

.read-more-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #e74c3c;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.read-more-btn:hover {
    background-color: #c0392b;
}

/* Responsivité */
@media (max-width: 768px) {
    .intro-container {
        flex-direction: column;
        text-align: center;
    }

    .intro-image {
        max-width: 100%;
    }

    .intro-text {
        padding: 10px;
    }

    .intro-text h1 {
        font-size: 28px;
    }

    .intro-text h2 {
        font-size: 18px;
    }

    .intro-text p {
        font-size: 14px;
    }
}


        .question-websteve fade-in {
            margin-bottom: 20px;
            padding: 20px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            transform: translateX(-100%);
            opacity: 0;
            transition: transform 0.8s ease, opacity 0.8s ease;
        }

        .question-answer {
            margin-bottom: 20px;
            padding: 20px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            transform: translateX(-100%);
            opacity: 0;
            transition: transform 0.8s ease, opacity 0.8s ease;
        }
        .question-answer.visible {
            transform: translateX(0);
            opacity: 1;
        }
        .question-answer.hidden {
            transform: translateX(-100%);
            opacity: 0;
        }
        .question-answer h3 {
            margin: 0 0 10px;
            color: #4b5360;
        }
        .question-answer p {
            margin: 0;
            font-family: sans-serif;
        }
        .scroll-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #3c4044;
            color: #fff;
            padding: 10px 15px;
            border-radius: 50%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            display: none;
            transition: opacity 0.3s ease;
        }
        .scroll-to-top.visible {
            display: block;
            opacity: 1;
        }






div#header-actions1 {
    display: none;
}
#latest-articles {
    padding: 0px;
    background-color: #f9f9f9;
}

.articles-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
/* DEMO-SPECIFIC STYLES */
.typewriter h1 h2 h3 h4 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;}

.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}



.article-block {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;; /* 3 articles par ligne */
}

.article-block h3 {
    font-size: 18px;
    color: #333;
}

.article-block p {
    font-size: 14px;
    color: #666;
}

.article-block a {
    color: #0d203b;
    text-decoration: underline;
}



 .text-baniere {
    padding-right: 15px;
} 
@media (max-width: 768px) {
 .text-baniere {
    width: 300px;  padding-right: 0;
}}

@media (max-width: 768px) {
div#header-actions1 {
    display: flex;
}}
        /* Hero Section */
.hero {
    background-size: cover;
    background-position: center;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #fff;
    text-align: left;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--wp--preset--color--base-2);
}
.hero-content {
width: 1240px;
    position: relative;
    left: 0;
    gap: 20px;
    margin: 0 auto;
    padding: 20px;

}
.hero-buttons {
    position: relative;
    display: block;
    line-height: 3;
}

.container {
    width: 1800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px; /* Pour ajouter un espace à gauche et à droite */
    box-sizing: border-box;
}
.hero-buttons .btn {
    padding: 10px 10px;
    border-radius: 5px;
    margin: 5px;
    text-decoration: none;
}


        .form-step {
            display: none;
        }
        .form-step.active {
            display: block;
        }
        button {
            display: block;
            width: 100%;
            padding: 10px;
            margin-top: 10px;
            border: none;
            background: #007BFF;
            color: white;
            border-radius: 5px;
            cursor: pointer;
        }
        button:hover {
            background: #f3f3f3;
        }
/* Services Section */
.services {
    padding: 50px 20px;

    text-align: center;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-item img {
    width: 100%;
    border-radius: 5px;
}

/* Why Choose Us */
.why-choose-us {
    padding: 50px 20px;
}

.benefits {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.benefit-item {
    text-align: center;
}
/* Section d'introduction */
.intro-section {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
        width: 100%;
    height: 100%;
    background-color: #f6f6f6; /* Couleur de fond claire */
}
.next:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.intro-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    align-items: center;
}

.intro-image {
    flex: 1 1 50%;
    max-width: 500px;
}

.intro-image img {
    width: 100%;
    height: auto;
    border-radius: 259px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 40%);
}

.intro-text {
    flex: 1 1 50%;
    max-width: 600px;
    padding: 20px;
    color: #0d203b;
}

.intro-text h1 {
    font-size: 32px;
    color: #0d203b;
    margin-bottom: 10px;
}

.intro-text h2 {
font-size: 40px;
    color: #004eb4;
    margin-bottom: 15px;
}

.intro-text h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #0d203b;
}


.read-more-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #e74c3c;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.read-more-btn:hover {
    background-color: #c0392b;
}

/* Responsivité */
@media (max-width: 768px) {
    .intro-container {
        flex-direction: column;
        text-align: center;
    }

    .intro-image {
        max-width: 100%;
    }

    .intro-text {
        padding: 10px;
    }

    .intro-text h1 {
        font-size: 28px;
    }

    .intro-text h2 {
        font-size: 18px;
    }

    .intro-text p {
        font-size: 14px;
    }
}
/* Global styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: linear-gradient(216deg, #ffffff 20.16%, #d0d0d0 67%) !important;
    color: #7f837e;
}

h1, h2, h3, h4 {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


/* ======= Section Témoignages (testimonials) ======= */
.testimonials {
    background: linear-gradient(to right, #0044cc, #002f80);
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.testimonials h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}

.testimonials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

.testimonial {
    background: white;
    color: #333;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: left;
    transition: transform 0.3s ease-in-out;
}

.testimonial:hover {
    transform: scale(1.05);
}

.testimonial img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial p {
    font-size: 16px;
    font-style: italic;
}

.testimonial .author {
    font-weight: bold;
    margin-top: 10px;
    color: #0044cc;
}

/* ======= Section Formulaire (form-section) ======= */
.form-section {
    background: white;
    padding: 60px 20px;
    text-align: center;
}

.form-section h2 {
    font-size: 30px;
    color: #0044cc;
    margin-bottom: 20px;
}



form {
    display: flex;
    flex-direction: column;
}

form label {
    font-weight: bold;
    margin: 10px 0 5px;
    color: #333;
    text-align: left;
}
input.radio {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 20%;
    text-align: center;
    width: auto;
}
form input,
form textarea {

    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

form textarea {
    height: 100px;
    resize: none;
}

form button {
    background: #e81e64;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
}

form button:hover {
    background: #c91856;
}
/* ======= Section Portfolio ======= */
.portfolio {
    background: linear-gradient(to bottom, #f8f8f8, #ffffff);
    padding: 60px 20px;
    text-align: center;
}

.portfolio h2 {
    font-size: 32px;
    color: #0044cc;
    margin-bottom: 20px;
}

.portfolio p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

/* Portfolio Grid */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 68, 204, 0.8);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}

.portfolio-item .overlay h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.portfolio-item .overlay p {
    font-size: 14px;
    margin-bottom: 20px;
}

.portfolio-item .overlay a {
    background: #e63946;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
}

.portfolio-item .overlay a:hover {
    background: #b92b38;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .portfolio h2 {
        font-size: 28px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}

/* ======= Responsive Design ======= */
@media (max-width: 768px) {
    .testimonials-container {
        flex-direction: column;
        align-items: center;
    }
    
    .testimonial {
        max-width: 90%;
    }
    
    .form-container {
        width: 100%;
    }
}
websteve.websteve-cate {
    padding: 10px;
    position: relative;
    display: block;
}
/* Hero Section */
.pricing-hero {
    background-image: linear-gradient(#004eb491, #004eb457), url('/img/bureau.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}

.pricing-hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.pricing-hero p {
    font-size: 1.2rem;
}

/* Pricing Cards */
.pricing-cards {
    padding: 40px 20px;
}

.pricing-cards h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5rem;
    color: #333;
}

.pricing-cards p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: #666;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.card {
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-10px);
}

.card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #004eb4;
}

.card p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.card h4 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #333;
}

.card ul {
    list-style: none;
    padding: 0;
}

.card ul li {
    margin: 10px 0;
    color: #333;
    font-size: 1rem;
}

.card .btn {
    display: inline-block;
    background-color: #004eb4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 15px;
    transition: background-color 0.3s;
}

.card .btn:hover {
    background-color: #002f81;
}

/* Features Comparison */
.features-comparison {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.features-comparison h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #333;
}

.features-comparison table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.features-comparison table th,
.features-comparison table td {
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
}

.features-comparison table th {
    background-color: #004eb4;
    color: #fff;
    font-weight: bold;
}

.features-comparison table td {
    background-color: #fff;
    color: #333;
}

.features-comparison table td i {
    color: #004eb4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing-hero h1 {
        font-size: 2rem;
    }

    .pricing-hero p {
        font-size: 1rem;
    }

    .features-comparison table {
        font-size: 0.9rem;
    }
}
/* Section Hero */
.hero {
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    padding: 100px 20px;
    background: #004eb4
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2rem;
}

.hero .btn {
    margin: 10px;
    padding: 0px 20px;
    color: white;
    background-color: #004eb4;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.hero .btn:hover {
    background-color: #002f81;
}



/* Toggle switch */
.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #004eb4;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 50px;
}

.slider::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #cc0000;
}

input:checked + .slider::before {
    transform: translateX(25px);
}

/* Cartes de tarifs */
.pricing-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pricing-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 280px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card h3 {
    font-size: 22px;
    color: #004eb4;
}

.pricing-card .price {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.pricing-card .monthly {
    color: #004eb4;
}

.pricing-card .one-time {
    color: #cc0000;
}



.cta-button {
    background: #cc0000;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.cta-button:hover {
    background: #990000;
}

/* Carte en vedette */
.featured {
    border: 2px solid #004eb4;
    transform: scale(1.05);
}









/* ======= Reset CSS ======= */




h1, h2 {
    color: #0044cc;
    margin-bottom: 20px;
}

/* ======= Hero Section ======= */
.hero {
    background: url(../img/cercle-E91E63.png) no-repeat bottom left,linear-gradient(198.34deg,#0083c8 20.16%,#004C97 67%) !important;
    color: white;
    padding: 0px;
        width: 100%;
    height: 100%;
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 20px;
}


/* ======= Présentation Section ======= */
.presentation {
    padding: 50px 20px;
    background: white;
}


.next {
    background: url(/img/down.png) no-repeat center top;
    position: absolute;
    top: 92%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    z-index: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.feature {
    background: #0044cc;
    color: white;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature i {
    margin-right: 10px;
}

/* ======= Pricing Table ======= */
.pricing {
    background: #f8f8f8;
    padding: 50px 20px;
    text-align: center;
}

.pricing table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    text-align: left;
        max-width: 1140px;
}

.pricing th, .pricing td {
    border: 1px solid #ddd;
    padding: 12px;
}

.pricing th {
    background: #0044cc;
    color: white;
}

.pricing td {
    background: white;
}

/* ======= Option d'Achat ======= */
.option-achat {
    padding: 50px 20px;
    background: #e8e8e8;
}


/* ======= Contact Section ======= */
.contact {
    background: linear-gradient(to right, #e63946, #b92b38);
    color: white;
    padding: 50px 20px;
}




img.animate__animated.animate__zoomIn {
    width: auto;
    height: 200px;
    display: inline-flex
;
}










.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 0px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin: 10px;
}

.btn-primary { background: #e71f64; color: white; }
.btn-secondary { background: #0044cc; color: white; }

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px;
}

.pricing table {
    width: 80%;
    margin: auto;
    border-collapse: collapse;
}

.pricing th, .pricing td {
    border: 1px solid #ddd;
    padding: 10px;
}


@media (max-width: 768px) {
    .grid-container{
    grid-template-columns: none;


}


/* Animations de base */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease-out;
}

.slide-in-left.show {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.8s ease-out;
}

.slide-in-right.show {
    opacity: 1;
    transform: translateX(0);
}

.zoom-in {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s ease-out;
}

.zoom-in.show {
    opacity: 1;
    transform: scale(1);
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  color: #333;
  cursor: pointer;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23000000" d="M2 0L0 2h4zM2 5L0 3h4z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

.custom-select:focus {
  border-color: #ff0055;
  outline: none;
}




#shootingStarsCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Empêche toute interaction avec le contenu */
}

div#hero-content-absolute {
    width: 1240px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    right: 0;
}
@media (max-width: 768px) {
    div#hero-content-absolute {
        width: auto;
        position: absolute;
        left: 0;
        margin: 0 auto;
        padding: 20px;
        text-align: left;
        right: 0;
    }  }

@media (max-width: 768px) {
.intro-image img {

    border-radius: 0px 0 10px 10px;

}
}

    @media (max-width: 768px) {

        .intro-text h3{
text-align: left;
}
}




    @media (max-width: 768px) {

        .intro-text h2{
text-align: left;
}
}

@media (max-width: 768px) {

        .intro-text p {
    text-align: left;
}
}


    @media (max-width: 768px) {
.intro-section{

height: auto;

}
}













