body {
    font-family: var(--MPLUSRounded1c);
    background-color: rgb(255, 228, 225);
    margin: 0;
    padding: 0;
    font-size: 13px;
}

h1 {
    font-family: "Reggae One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    color: black;
    text-align: center;
    margin-top: 80px;
}

h2 {
    font-family: "Rounded Mplus 1c";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.85px;
    color: black;
    text-align: left;
}

h3 {
    color: #000;
    text-align: center;
    font-family: "Rounded Mplus 1c Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    text-align: center;
    width: 351px;
    height: 118px;
    flex-shrink: 0;
}

p {
    font-family: "Rounded Mplus 1c";
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.65px;
    color: black;
}

.hero {
    text-align: center;
    padding: 20px;
    background-color: rgb(255, 228, 225);
}

.hero__title--main {
    color: var(--blanc, #FFF);
    text-align: center;
    font-family: "Reggae One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    background: var(--rouge-terne, #B22222);
}

.hero__image {
    width: 100%;
    height: auto;
    padding-bottom: 35px;
}

.hero__text {
    font-size: 13px;
    color: black;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.65px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
}

.hero__btn {
    background-color: rgb(178, 34, 34);
    color: white;
    font-family: Raleway;
    border: none;
    padding: 5px 10px;
    font-size: 11px;
    cursor: pointer;
    display: infline-flex;
    align-items: flex-start;
    text-align: center;
    margin-top: 85px;
    margin-bottom: 56px;
    border-radius: 8px;
    text-transform: uppercase;
}


.hero__text--title {
    font-size: 24px;
    color: black;
    margin-bottom: 75px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-left: 40px;
}

.main {
    background-color: rgb(255, 228, 225);
    padding: 20px;
}


.programmation,
.invites,
.infos,
.apropos {
    background-color: white;
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 78px;
}

.programmation__title,
.invites__title,
.infos__title,
.apropos__title {
    font-size: 24px;
    color: black;
    margin-bottom: 20px;
}

.programmation__image,
.invites__image,
.infos__image,
.apropos__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.programmation__list,
.invites__list,
.infos__list,
.apropos__list {
    padding-left: 40px;
    padding-right: 38px;
}

.programmation__item,
.invites__item,
.infos__item,
.apropos__item {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.programmation__btn,
.invites__btn,
.infos__btn,
.apropos__btn {
    display: inline-block;
    margin-top: 10px;
    background-color: #D9534F;
    color: #FFF;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

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

.partenaires__title {
    color: black;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.85px;
    text-align: left;
}

.partenaires__image {
    height: auto;
    margin: 0 10px;
    width: 307px;
    height: 103px;
    flex-shrink: 0;
}