a {
    color: white;
}
.nav {
    position: fixed;
    top: 0;
    z-index: 5000;
}
.nav.scrolled {
    background-color: #004bad59;
}
.nav .menu-toggle {
    color: #fff;
}
.nav .menu-close {
    color: #fff;
}
.nav li ul {
    background-color: #004bad59;
}
.banner {
    background-image: url("../images/landing.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}
/*
#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

.banner .layer {
    background-color: rgba(0, 75, 173, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
}
.banner .layer .info-salon {
    text-align: center;
}
.banner .layer .info-salon h1 {
    font-size: 4rem;
    text-shadow: 1px 1px 2px #004aad;
}
.banner .layer .info-salon p {
    color: white;
    font-weight: 500;
}
.text-accueil {
    width: 70%;
    margin: auto;
}
.banner .layer .info-salon .btn-plus {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
}
.banner .layer .info-salon .btn-plus a {
    border: 1px solid #60c338;
    vertical-align: top;
    padding: calc(0.875rem - 3px);
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    width: 170px;
    text-align: center;
    transition: 0.2s ease-in-out all;
}
.banner .layer .info-salon .btn-plus a:nth-child(1) {
    background-color: #00000000;
    color: #60c338;
}

.banner .layer .info-salon .btn-plus a:nth-child(2) {
    background-color: #60c338;
    color: white;
}
.banner .layer .info-salon .btn-plus a:hover {
    background-color: #60c338;
    color: #fff;
}
/* Main */
.main {
    width: 90%;
    margin: 2rem auto;
}
/* repport */
.letter-container {
    margin: 1rem 0;
    padding: 30px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    text-align: justify;
}
.title {
    text-align: center;
    margin-bottom: 20px;
}
.intro-text {
    font-size: 18px;
}
.important {
    font-weight: bold;
    color: #d9534f; /* Red color for emphasis */
}
.highlight {
    background-color: #ffeb3b; /* Yellow highlight */
    font-weight: bold;
}
.content {
    margin-top: 20px;
    font-size: 16px;
}
.content ul{
    margin-left: 2rem;
}
.section-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.contact-info {
    background-color: #e9ecef;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
}
.contact-info a {
    color: #007bff;
    text-decoration: none;
}
.contact-info a:hover {
    text-decoration: underline;
}
/*Sport video*/
.spot video {
    width: 100%;
    height: auto;
    max-width: 700px;
    border-radius: 10px;
    object-fit: cover;
    margin: 1rem;
}

.video-container {
    display: flex;
    justify-content: center;
}

/* Conférenciers */
.conferencier {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 40px 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center; /* Centrer le contenu */
}
.img-circle-gradient {
    display: inline-block;
    border-radius: 50%;
    padding: 1px;
    background: radial-gradient(circle, #60c338 0%, #73df49 53%, #79e74d 100%);
}

.img-circle-wrapper {
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    padding: 20px;
}

.img-circle {
    border-radius: 50%;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    display: block;
}
.name {
    margin: 10px 0 5px;
    font-size: 1.2em;
    font-weight: bold;
}

.title {
    font-size: 1em;
    color: #004aad;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
    background-color: #60c338;
    border-radius: 20px 0 20px 0;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #6cdd3f;
}

.banner .layer .info-salon .date-lieu {
    margin-top: 2rem;
}

.logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.logo img {
    width: 200px;
    height: auto;
}

.btn-contain {
    display: flex;
    justify-content: space-between;
}

/* From Uiverse.io by gharsh11032000 */
.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: #60c338;
    box-shadow: 0 0 0 2px #60c338;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
    position: absolute;
    width: 24px;
    fill: #60c338;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
    right: 16px;
}

.animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #60c338;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 12px;
}

.animated-button:hover .arr-1 {
    right: -25%;
}

.animated-button:hover .arr-2 {
    left: 16px;
}

.animated-button:hover .text {
    transform: translateX(12px);
}

.animated-button:hover svg {
    fill: #212121;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #60c338;
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}

/* From Uiverse.io by Carlos-vargs */
.button {
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: linear-gradient(
        30deg,
        rgb(0, 255, 17) 20%,
        rgb(0, 4, 255) 80%
    );
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
    animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running
        pulse;
    align-items: center;
    border: 0;
}

.button:is(:hover, :focus) {
    transform: scale(1.2);
}

@keyframes pulse {
    100% {
        box-shadow: 0 0 0 45px rgba(193, 244, 246, 0);
    }
}

@media (max-width: 1250px) {
    .banner .layer .info-salon h1 {
        font-size: 2rem;
        margin: 1rem 0;
    }
    .date-lieu {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .banner .layer .info-salon .btn-plus {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .text-accueil {
        width: 95%;
        margin: auto;
    }
    .nav .link {
        background-color: #004badc7;
    }
    .banner .layer .info-salon .btn-plus {
        gap: 0.2rem;
    }
}
