* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

header img:hover {
    filter: brightness(0) saturate(100%) invert(13%) sepia(5%) saturate(5483%) hue-rotate(32deg) brightness(93%) contrast(92%) !important;
}

main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E07D91;
    color: #FEE2D3;
    font-family: 'Gunnar Cutout', sans-serif;
    position: relative;
}

#hugSection {
    width: 100%;
    height: 125vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E07D91;
    color: #FEE2D3;
    font-family: 'Munken Sans', sans-serif;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    background-image: url('../images/0-elements/fond-acceuilvert.svg');
    background-position: bottom;
    background-repeat: no-repeat;
}

#calin {
    width: 30%;
    height: auto;
}

#calinFond {
    margin-top: auto;
    margin-bottom: 0;
    z-index: 2;
}

#accompagnements {
    padding-top: 20vh;
    padding-bottom: 20vh;
    z-index: 3;
    background-color: #6C772A;
    background-image: url("../images/0-elements/fond-acceuiljaune.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #242A0F;
}

#accompagnements h2 {
    font-family: 'Gunnar Cutout', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    margin: 0;
    padding: 20px;
}

#accompagnements ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding: 0 5vw;
}

#accompagnements ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    border-radius: 20px;
    height: 100%;
}

#accompagnements .textUl li {
    font-family: 'Munken Sans', sans-serif;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    width: 24% !important;
    border: solid 4px #242A0F;
    background-color: #CEC8FF;
    padding: 10px;
}

#accompagnements .textUl li:hover {
    transition: 0.5s;
    background-color: #FEE2D3 !important;
}

#accompagnements .textUl li span {
    font-size: 0.7em;
}

#accompagnements .textUl li a {
    color: #242A0F;
    text-decoration: none;
}

#accompagnements .textUl li:first-child {
    background-color: #E07D91;
}

#accompagnements .textUl li:last-child {
    background-color: #FFC239;
}

#accompagnements .textUl {
    margin-bottom: 200px;
}

#quisuisje {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFC239;
    color: #242A0F;
    font-family: 'Munken Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 20px;
}

#quisuisje h2 {
    text-transform: uppercase;
    font-family: 'Gunnar Cutout', sans-serif;
    font-size: 2em;
}

#quisuisje img {
    width: 20%;
    height: auto;
}

#quisuisje p {
    font-size: 1.5em;
    margin: 0;
    padding: 20px;
}

#formContact {
    padding-top: 20vh;
    display: flex;
    flex-direction: column;
    background-color: #FFC239;
    align-items: center;
    width: 100%;
}

#formContact h2 {
    font-family: 'Munken sans', sans-serif;
    font-size: 2.5em;
    margin: 0;
    padding: 20px;
}

#formContact form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
    padding: 20px;
    margin-bottom: 10vh;
}

#formContact form label {
    font-family: 'Munken sans', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    align-self: flex-start;
}

#formContact form input, #formContact form textarea {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border-radius: 20px;
    border: 4px solid #242A0F;
    background-color: #FEE2D3;
    height: 60px;
}

#formContact form textarea {
    height: 250px;
}

#formContact form span {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#formContact form span div {
    width: 50%;
    padding: 2px;
}

.greenButton {
    background-color: #6C772A !important;
    color: #242A0F !important;
    font-family: 'Munken Sans', sans-serif !important;
    width: default !important;
    font-weight: bold !important;
    text-decoration: none !important;
    border: 3px solid #242A0F !important;
    padding: 10px 20px !important;
    border-radius: 20px !important;
    font-size: 1.5em !important;
}

.greenButton:hover {
    background-color: #FEE2D3 !important;
}

.error {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}

.success {
    color: green;
    font-weight: bold;
    font-size: 1.2em;
}

@font-face {
    font-family: 'Gunnar Cutout';
    src: url('../fonts/Gunnar-Cutout.woff2') format('woff2'),
        url('../fonts/Gunnar-Cutout.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Munken Sans';
    src: url('../fonts/MunkenSans-Regular.woff2') format('woff2'),
        url('../fonts/MunkenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Munken Sans';
    src: url('../fonts/MunkenSans-Medium.woff2') format('woff2'),
        url('../fonts/MunkenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Munken Sans';
    src: url('../fonts/MunkenSans-Bold.woff2') format('woff2'),
        url('../fonts/MunkenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}