@charset "UTF-8";

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

section {
    padding: 20px;
    margin-bottom: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 48px;
    margin: 0;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #1E477F;
    text-align: center;
    width: 100%;
    margin: 0;
}

.fs18 {
    font-size: 18px;
    color: #ffffff;
    margin: 15px 0 0;
}

.fs20 {
    font-size: 20px;
    line-height: 130%;
}

.fs22 {
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 10px;
    margin: 0;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
    font-weight: 700;
}

.pt0 {
    padding-top: 0;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.d-pt20 {
    padding-top: 20px;
}

.d-pb20 {
    padding-bottom: 20px;
}

.gold {
    color: #BF9B32 !important;
}

.blue {
    color: #1E477F;
}

.white {
    color: #ffffff;
}

.separator {
    border: solid 1px #F5F5F5;
    margin: 5px;
}

.footer {
    font-size: 11px;
    text-align: center;
    padding: 20px 50px;
}

/* Hero Section Styles */
.hero-section {
    background-image: url('images/img-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.hero-box {
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

.header-hero,
.hero-section-image,
.hero-section-text,
.hero-section-cadre {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}

.header-hero {
    width: 100%;
    margin-bottom: 30px;
}

header img {
    max-width: 100%;
}

img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.hero-section-cadre {
    max-width: 75%;
}

.hero-section-text {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero-section-text h1 {
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 0;
}

.hero-section-text p {
    color: #ffffff;
    margin-bottom: 0;
}

.bullet {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bullet p {
    font-size: 32px;
    color: #ffffff;
}

.bullet table {
        width: 100%;
        border-spacing: 0;
    }

    .bullet td {
        vertical-align: top;
        padding-right: 10px;
    }

/* Call to Action Section Styles */
.cta-section {
    background-color: #ffffff;
    text-align: center;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bloc-date {
    text-align: center;
    background-color: #BF9B32;
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 20px;
}

.bloc-date p {
    margin: 0;
}

.date {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
}

.date p {
    font-size: 24px;
    margin-bottom: 0;
}

.date .fs26 {
    font-size: 26px;
    padding: 0 30px;
}

/* Macaron Section Styles */
.macaron-section {
    max-width: 900px;
    background-color: #1E477F;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
}

.macaron-col {
    flex: 1;
    max-width: calc(50% - 0);
}

.macaron {
    text-align: center;
    max-width: 100%;
}

.macaron-img {
    display: flex;
    justify-content: center;
}

.macaron-img img {
    width: 100px;
    height: auto;
    display: block;
}

.macaron table {
        width: 100%;
    }

    .macaron td {
        align: top;
        vertical-align: top;
        width: 50%;
    }

/* Contact Section Styles */
.contact-section {
    max-width: 900px;
    background-color: #F5F5F5;
    text-align: center;
    padding: 40px 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-duo {
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact {
    flex: 0 0 calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.image-contact img {
    width: 100px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.cta-button {
    background-color: #BF9B32;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding: 7px 20px;
    border-radius: 8px;
}

.elo-section {
    text-align: center;
    padding: 20px;
}

.centered-image {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: auto;
    padding: 20px;
}

/* Elo section Styles */
.elo-section {
    text-align: center;
    padding: 20px;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    margin: 0 10px;
}

.menu-link {
    text-decoration: none;
    color: #1E477F;
    font-weight: bold;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    .pb20 {
        padding-bottom: 20px;
    }

    .pt20 {
        padding-top: 20px;
    }

    .cta-section {
        padding: 30px 20px !important;
    }

    .contact-section {
        padding: 30px 0 !important;
    }

    h1 {
        font-size: 30px;
    }

    .hero-section-cadre {
        max-width: 100%;
    }

    .macaron-section {
        flex-direction: column;
    }

    .macaron-col {
        margin-bottom: -10px;
        max-width: 100%;
    }

    .contact-duo {
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
    }

    .contact {
        margin-bottom: 20px;
    }

    .hero-section {
        padding: 30px 20px !important;
    }

    .hero-section-text,
    .hero-section-image {
        flex: 1;
    }

    .image-text-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 40px;
    }

    .image-container,
    .text-cta-container {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .date {
        flex-direction: column;
        align-items: center;
    }

    .date p {
        margin-bottom: 10px;
    }

    .menu {
        flex-direction: column;
        text-align: center;
    }

    .menu-item {
        margin: 10px 0;
    }
}

/* Media query pour les écrans larges (desktop) */
@media only screen and (min-width: 601px) {
    .contact-duo {
        width: 800px;
        margin: 30px auto 0;
    }

    .contact {
        flex: 0 0 calc(50% - 0);
        margin-top: 0;
        margin-bottom: 0;
    }

    .macaron-col {
        max-width: calc(50% - 0);
    }

    .image-text-section {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        width: 550px;
        padding-bottom: 40px;
    }

    .image-container {
        flex: 1;
        margin-right: 40px;
    }

    .text-cta-container {
        flex: 2;
        max-width: 550px;
    }
}
