body {
    margin: 0 !important;
    font-family: "Playfair Display", serif;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: auto;
    overscroll-behavior-x: none;
overflow-x: hidden!important;}

body::-webkit-scrollbar {
    display: none; /* Pour les navigateurs basés sur WebKit */
}

body {
    -ms-overflow-style: none; /* Pour Internet Explorer et Edge */
    scrollbar-width: none; /* Pour Firefox */
}


html, body {
    overflow-x: hidden; /* Empêche le scroll horizontal */
    overflow-y: auto;   /* Permet le scroll vertical */
    width: 100%;
}
.program {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.banner {
    position: relative;
    width: 100%;
    min-height: 600px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1)), url('../img/snow.jpg') no-repeat center center/cover;

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

    font-family: "Roboto Light";
}

@media (max-width: 768px) {
    .banner {
        height: 200px;
    }

    .banner h3 {
        font-size: 0.8em;
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner h4 {
        font-size: 0.5em;
    }

    .message {
        font-size: 20px;
    }
}

.msghehe {
    width: 120%;
    background-color: #818080;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}
.anniv {
    line-height: 35px;
}
.reverse {
    background-color: #222222;
    transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
}

.msghehe p {
    margin: 0;
    padding: 5px 0;
}

.msghehe img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    vertical-align: middle;
}


/* TITRES */
.nine {
    margin-top: 80px;
    width: 90%;
}

.nine h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
}

.nine h1 span {
    margin-top: 5px;
    font-size: 12px;
    color: #444;
    word-spacing: 1px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after, .nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
    background-color: #f8f8f8;
}