* {
    margin:0;
    padding:0;
}
body {
    margin:0;
    padding:0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
p {
    color:#22A69D;
    font-size:14px;
}
.infos, .infos-suite {
    font-weight:700;
    text-align:center;
    padding:0 15px;
}
.hidden {
    display: none!important;
}
img {
    max-width:100%;
}
.container {
    max-width: 1620px;
    margin: 0 auto;
    background:url('../img/bg-accueil.jpg');
    background-size:cover;
    background-position:bottom center;
    padding-bottom:75px;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color:#22A69D;
    text-align:center;
}
form {
    max-width:675px;
    margin:35px auto;

}
.form-group-content {
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}
.form-group-content .form-group {
    width:calc(50% - 15px);
}
input, select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius:70px;
    height:67px;
    border:none;
    font-size:16px;
}
button {
    border-radius:70px;
    height:67px;
    width:100%;
    background:#19726C;
    border:none;
    color:#fff;
    font-weight:700;
    line-height:67px;
    font-size:30px;
}
.event-details {
    padding: 15px;
    max-width:675px;
    margin:35px auto;
} 
.header, .header-small {
    text-align:center;
}
.header p {
    font-weight: 700;
    color:#22A69D;
    font-size:30px;
}
.header h1 {
    display:inline-block;
    color:#fff;
    font-weight: 700;
    font-size:49px;
    border-radius:50px;
    padding:5px 15px;
    background:#22A69D;
    position:relative;
    margin-top:-35px;
}
#returnLink {
    color:#19726C;;
    font-size:14px;
}
.infos-container, .mascotte-container {
    display:flex;
    align-items:center;
}
#eventImage {
    max-height:380px;
}
.mascotte, .infos-mascotte {
    width:50%;
    text-align:center;
}
.infos-mascotte p {
    font-size:27px;
    font-weight:bold;
}
.magasin {
    width:50%;
}
.lien-magasin {
    width:50%;
}
.lien-magasin {
    text-align:right;
}
.magasin p {
    color:#19726C;
    font-size:20px;
}
#eventLogo {
    max-height:160px;
}
#eventMascot {
    border-radius:70px;
    height:57px;
    background:#19726C;
    border:none;
    color:#fff;
    font-weight:700;
    line-height:57px;
    font-size:20px;
    display: inline-block;
    margin: 0 auto 20px auto;
    padding: 0 16px;
}
.infos-mascotte .date {
    font-size:28px;
    font-weight:bold;
    margin-bottom:20px;
}
#eventDate {
    color:#fff;
    font-size:24px;
}
#dynamicLink, #linkUnivers {
    color:#19726C;
    background:#fff;
    padding:5px 10px;
    font-weight:bold;
    font-size:16px;
    display:inline-block;
    border-radius: 67px;
    text-decoration: none;
}
@media (max-width: 650px) {
    .form-group-content {
        display:block;
    }
    .form-group-content .form-group {
        width:100%;
    }
    .infos-container, .mascotte-container {
        display:block;
        text-align:center;
        margin-bottom:25px;
    }    
    .mascotte, .infos-mascotte {
        width:100%;
    }
    .magasin {
        width:100%;
    }
    .lien-magasin {
        width:100%;
        text-align:center;
    }    
    .header h1 {
        font-size:29px;
    }
    .header p {
        font-size:20px;
    }
    form {
        padding:0 15px;
    }
}
@media (max-width: 400px) {
    .header h1 {
        font-size:19px;
    }
    input, select {
        height:47px;
    }
    button {
        height:47px;
        line-height:47px;
    }
    #eventImage {
        max-height:170px;
    }
    #eventLogo {
        max-height:38px;
    }
    .infos-mascotte p {
        font-size:17px;
    }
    #eventDetails {
        margin:0px auto;
    }
    #eventMascot {
        height:37px;
        line-height:37px;
        margin:0 auto 5px auto;
    }
    .infos-mascotte .date {
        margin-bottom:0;
    }
}