:root {
    --action: #e95d1d;
    --info: #73bea9;
    --primary: #003761;
    --secondary:#009FE3;
    --grey: #F7F7F6;
    --light:#3c6484;
    /* --lightgrey: #D9D9D9;
    --lightBlue: #ACCBE1; */
    --menuPanelWidth: 250px;
}

html {
    min-height: 100%;
}

* {
    margin: 0;
    box-sizing: border-box;
    outline: none;
}
* {
    margin: 0;
    box-sizing: border-box;
    outline: none;
    font-family: "Open Sans", -apple-system, Verdana, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
body {
    background-position: 0% 100px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    -overflow: scroll;
    -overflow-y: hidden;
}

.mlt-text {
    color: var(--primary);
}
#bgEl {
    position: fixed;
    top: 50px;
    left:0px;
    height: 100%;
    display: block;
}
.title {
    font-weight: bold;
    font-size: 36px;

    margin-top: 20px;
    margin-bottom: 20px;
}
#btnContainer {
    margin-top: 15px;
    margin-bottom: 15px;
}
#boissonBtnIndex {
    color: #FA0F00;
}

.cursor {
    cursor: pointer;
}
.primary {
    color: var(--primary);
}
.secondary {
    color: var(--secondary);
}
.white {
    color: white;
}
.primaryBG {
    background: var(--primary);
}
.secondaryBG {
    background: var(--secondary);
}
.greyBackground {
    background: var(--grey);
    border-radius: 20px;
}
.center {
    text-align: center;
}
.mauto {
    margin: auto;
}
.p10 {
    padding: 10px;
}
.hidden {
    display: none !important;
}
.btnSecondary {
    background: var(--secondary);
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    margin: auto;
    display: block;
    text-decoration: none;
    width: max-content;
    max-width: 100%;
    text-align: center;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.big {
    font-size: 24px;
}
.superbig {
    font-size: 36px;
}
.small {
    font-size: 12px;
}
.text-center {
    text-align: center;
}
.pageContainer {
    padding: 15px;
}
#ranksPage {
    padding: 10px;
}
#logginStepIndex {
    font-weight: bolder;
    color: var(--secondary);
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#userIconPhotoStep {
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 40vw;
    height: 40vw;
    object-fit: cover;
    border-radius: 50%;
}
#userPlusPhotoStep {
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#photoStepInput {
    display: none;
}
#blackLogo {
    display: block;
    margin: auto;
}
#profilePic {
    display: block;
    margin: auto;
}
.profilePic {
    width: 30vw;
    height: 30vw;
    display: block;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}
.profilePicTableau {
    width: 18vw;
    height: 18vw;
    display: block;
    margin: auto;
    border-radius: 50%;
    object-fit: cover;
}
.photoTableau {
    max-height: 110px;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
#boissonsPage {
    padding: 10px;
    padding-top: 25px;
    min-height: 100vh;
    background: white;
}
#boissonsContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.boissonBtn {
    cursor: pointer;
    width: 45%;
    border-radius: 30px;
    padding: 3px 15px;
    border: 2px solid black;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.selectedBoissonBtn {
    border: 2px solid var(--primary);
    background: var(--primary);
    color: white;
}
#interetsPage {
    padding: 10px;
    padding-top: 25px;
    min-height: 100vh;
    background: white;
}
#interetsContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.interetBtn {
    cursor: pointer;
    width: 45%;
    border-radius: 30px;
    padding: 3px 15px;
    border: 2px solid black;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.selectedInteretBtn {
    border: 2px solid var(--primary);
    background: var(--primary);
    color: white;
}
#interetContainerIndex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.interetTag {
    cursor: pointer;
    width: 29%;
    border-radius: 30px;
    padding: 3px 15px;
    border: 2px solid black;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 15px;
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: normal;
}
.topIndexPage {
    position: relative;
    padding-bottom: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.16);
    background: #F6F6F6;
    padding-top: 50px;
    z-index: 2;
}
#indexSecondPart {
    padding: 20px;
    position: relative;
    padding-top: 20px;
    /* background: white; */
    z-index: 1;
}
#indexProgressBarContainer {
    width: 80%;
    height: 30px;
    border-radius: 10px;
    background: white;
    overflow: hidden;
    position: relative;
    margin:auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#indexProgressBar {
    position: absolute;
    width: 0%;
    top: 0px;
    left: 0px;
    height: 30px;
    background: var(--primary);
    transition: 0.5s ease;
}

#indexBtnsContainer {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.indexGreyBtn {
    width: 35vw;
    height: 35vw;
    margin: 15px;
}
header {
    height: 15vh;
    width: 100vw;
    padding: 2vh 2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header > img {
    height: 80%;
    max-width: 20%;
    object-fit: contain;
}

header nav .nav-button {
    padding: 0.95rem;
    font-size: 0.9rem;
    border-radius: 15px;
    background-color: black;
    color: white;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: solid 2px black;
    margin-left: 1.5rem;
}

header nav .nav-button:hover {
    background-color: white;
    color: black;
}

header nav .nav-link {
    margin: 0 1.5rem;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

header nav .nav-link:hover {
    opacity: 0.5;
}

header nav {
    display: flex;
    align-items: center;
}

.menuButton {
    display: none;
    margin-left: 3vw;
    font-size: 25px;
}

main {
    margin: 0 auto;
    width: 80vw;
    padding-top: 32px;
    /* height: 85vh; */
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    /* background: rgba(255,255,255, 0.7); */
    min-height: 100vh;
}

/* width */
main::-webkit-scrollbar {
    width: 10px;
    display: none;
}

/* Track */
main::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
main::-webkit-scrollbar-thumb {
    background: rgba(50, 50, 50, 0.4);
    border-radius: 2000px;
}

/* Handle on hover */
main::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.player-box {
    width: 75%;
}

.toast {
    max-width: 70vw;
    padding: 10px;
    background-color: white;
    -border: 2px solid #66bbab;
    border-radius: 10px;
    position: fixed;
    margin: 0 auto;
    left: 50%;
    top: -30px;
    opacity: 0;
    transform: translateX(-50%);
    transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
    color: white;
    display: flex;
    z-index: 5000;
}
.toastLeft {
    width: 70%;
    color: black;
}
.toastRight {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}
.notification {
    max-width: 35vw;
    padding: 20px;
    background-color: black;
    border-radius: 25px;
    position: fixed;
    right: -30px;
    top: 30px;
    opacity: 0;
    transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
    color: white;
    cursor: pointer;
}

.pip {
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
}

.pip-player-container {
    width: 27.5vw;
    transition: width 0.5s ease-out;
}

.pip-handle {
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 15px 0 0 15px;
    background-color: black;
    height: 70px;
    width: 35px;
}

.pip-handle i {
    color: white;
    cursor: pointer;
}

.live {
    display: flex;
    -align-items: center;
    justify-content: space-between;
    background-color: #fde4bb;
}

.live .live-player-box {
    width: 70%;
}

.live-feed-box {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.live-feed-box-title {
    margin-bottom: 20px;
    color: white;
    font-size: 1.3rem;
}

.live-feed-box-input-line {
    display: flex;
    align-items: center;
}
.indexRulesText {
    text-decoration: underline;
    color: black;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
#live-feed-input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 10px;
    font-size: 1rem;
    border: none;
}

.live-feed-box-input-line i {
    margin-left: 20px;
    font-size: 1.8rem;
    color: white;
    cursor: pointer;
}

.modal-bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(50, 50, 50, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
}

.net-agreement-box {
    width: 50vw;
    height: 60vh;
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.net-agreement-form p {
    margin-bottom: 20px;
}

.boolean-selector {
    padding: 15px 20px;
    border-radius: 10px;
    border: solid 1px black;
    cursor: pointer;
    margin-bottom: 15px;
}

.boolean-selector.active {
    background-color: black;
    color: white
}

.modal-title {
    font-size: 1.3rem;
    font-weight: 500;
}

.modal-buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.modal-button {
    padding: 15px 20px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    background-color: black;
    cursor: pointer;
}

.net-contact-elem {
    padding: 15px;
    border-radius: 10px;
    background-color: black;
    cursor: pointer;
    margin-bottom: 20px;
}

.net-contact-elem * {
    color: white;
}

.net-contact-name {
    font-size: 1.2rem;
    font-weight: 600;
}

.net-discussion-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 250px;
    background-color: white;
}

.net-discussion-header {
    padding: 10px;
    background-color: black;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.net-discussion-header p {
    color: white;
    font-weight: bold;
}

.net-discussion-body {
    height: 300px;
    border-left: solid 1px black;
    border-right: solid 1px black;
    flex-direction: column;
    width: 100%;
}

.net-discussion-messages {
    flex-grow: 1;
    width: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.net-discussion-inputs {
    padding: 5px;
    display: flex;
    align-items: center;
    border-top: solid 1px black;
}

.net-discussion-inputs input {
    border: none;
    flex-grow: 1;
}

.net-discussion-inputs i {
    margin-left: 10px;
    cursor: pointer;
}

.net-message {
    padding: 5px 10px;
    margin: 7px 0;
    border-radius: 1000px;
    background-color: #C0C0C0;
    width: 90%;
    font-size: 14px;
}

.net-message.mine {
    background-color: black;
    color: white;
    margin-left: auto;
}
#mobileMenu {
    display: none;
    position: fixed;
    top: -100vh;
    left: 0px;
    transition: 0.3s ease;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
#mobileNav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.showMenu {
    top: 0px !important;
    left: 0px !important;
}
#mobileNav .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}
#closeMenu {
    color: white;
    font-size: 30px;
}

@media screen and (max-width: 500px){
    header {
        height: 10vh;
    }

    header nav {
        display: none;
    }

    .menuButton {
        display: block;
        margin-right: 3vw;
    }

    main {
        width: 100%;
        padding: 0;
        /* min-height: 100vh; */
    }
    #mobileMenu {
        display: flex;
    }
}

.emoji-spawner {
    width: 100%;
    height: 60px;
    border: solid 1px black;
}

.emoji-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emoji-message {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emoji {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    object-fit: contain;
}

.emoji-message p {
    font-weight: bold;
}

.gc-box {
    width: 30%;
    height: 55vh;
    border: solid 2px black;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 20px;
}

.gc-messages {
    height: 82%;
    padding: 10px;
    overflow-y: scroll;
}

.gc-input-box {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    padding: 10px 15px;
}

.gc-input-box input {
    padding: 3px 6px;
    width: 85%;
    border: none;
    border-radius: 5px;
}

.gc-input-box i {
    color: white;
}

.gc-room-name {
    padding: 5px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: 500;
    height: 8%;
    background-color: black;
}

.gc-message {
    max-width: 80%;
    width: fit-content;
    margin: 10px 0;
}

.gc-content {
    max-width: 100%;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
    color: black;
    background-color: #E0E0E0;
    font-size: 14px;
}

.gc-name {
    margin-top: 5px;
    font-size: 10px;
}

.mine {
    margin-left: auto;
}

.mine .gc-content {
    color: white;
    background-color: black;
    margin-left: auto;
}

.mine .gc-name {
    text-align: right;
}

.admin .gc-content {
    color: white;
    background-color: #707070;
}



.photo-newsfeed {
    display: flex;
    justify-content: center;
}
#newsfeedPostModal {
    position: fixed;
    top: -100vh;
    height: 100vh;
    width: 100vw;
    z-index: 15;
    background: #F6F6F6;
    /* background-image: linear-gradient(135deg, #00A3DE, #69C0C7); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: top 1s ease-out;
}

#newsfeedPostModalWrapper {
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}
.newsfeed-post-form-main {
    background-color: white;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 1rem;
    box-shadow: 0px 3px 15px 6px rgba(0,0,0,0.16);
}
.newsfeed-post-add-img-wrapper {
    margin-top: 1rem;
}
#newsfeedAddImgInput {
    color: transparent;
    background-color: white;
    height: 30px;
}

#newsfeedAddImgInput::-webkit-file-upload-button {
    visibility: hidden !important;
    -webkit-appearance: none;
    width: 0;
    border: none;
    margin: 0;
    padding: 0;
    height: 0;
}
#newsfeedAddImgInput::file-selector-button{
    visibility: hidden !important;
    -webkit-appearance: none;
    width: 0;
    height: 0;
    border: none;
    margin: 0;
    padding: 0;
}


#newsfeedAddImgInput::before {
    /* content: 'Télécharger une photo '; */
    content: '+ Prendre une photo ';
    color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    /* background: var(--synergie-pink); */
    border: 1px solid white;
    border-radius: 25px;
    padding: 5px 5px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem;
    /* margin-bottom: 1rem; */
}
.top3 {
    color: var(--primary) !important;
    text-align: center;
}
#newsfeedPostMessageBtn {
    background-color: white;
    outline: none;
    border: 2px solid white;
    border-radius: 25px;
    padding: 5px 5px 5px 40px;
    width: 100%;
    font-size: 1rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0px 3px 15px 6px rgba(0,0,0,0.16);
}

#newsfeedPostMessageBtn>span, #newsfeedPostMessageBtn>i {
    display: block;
    color: var(--main);
}

#newsfeedPostMessageBtn>span {
    flex-grow: 1;
    text-align: left;
}

#newsfeedPostMessageBtn>i {
    font-size: 40px;
}


#newsfeedPostCloseBtn {
    width: 40px;
    height: 40px;
    margin-left: auto;
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}


.newsfeed-post-add-img-preview {
    overflow-y: auto;
    height: 40vh;
}
.picPreview {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    height: auto;
}

.newsfeed-post-img-input-warning {
    color: black;
    text-align: center;
    visibility: hidden;
}


.newsfeed-item {
    background-color: #EAE8E8;
    -max-width: 380px;
    width: 340px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 2px;
    padding: 10px;
    color: black;
    margin-bottom: 20px;
}

.feed-item-body {
    padding: 25px;
    height: 240px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 5px;
}

#addPicture, #providerQuestionValidation {
    -width: 100%;
    margin-bottom: 15px;
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--main);
    color: white;
    padding: 15px;
    display: block;
    border:none;
    font-size: 18px;
    border-radius: 2px;
}

#addPicture>span {
    margin-left: 10px;
}
#HGAnimWrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: var(--secondary);
    /* padding: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.profilePicContainer {
    position: relative;
    width: 30vw;
    height: 30vw;
    margin: auto;
}
#iconPlus {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    display: block;
}
.rankingsTop {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F7F7F6;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.16);
}
.rankingsTopIcon {
    padding: 15px;
}
.rankingsTopTitle {
    font-size: 20px;
    font-weight: bold;
}
.ranksList {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.rank {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.16);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background: #F7F7F6;
}
.rankPic {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    margin-left: 15px;
}
.rankSpan {
    font-size: 30px;
    color: var(--secondary);
    font-weight: bold;
}
.rankContent {
    display: flex;
    flex-direction: column;
}
.rankName {
    font-size: 26px;
    font-weight: bold;
}
.rankEntreprise {
    font-size: 18px;
    font-weight: bold;
}
.rankScore {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary);
}
.normalRank {
    margin-top: 10px;
    margin-bottom: 10px;
}
.normalRankName {
    font-size: 18px;
}
.normalRankEntreprise {
    font-size: 14px;
    margin-left: 20px;
}
.backButton {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background: #F7F7F6;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.afterReply {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    width: 70%;
    margin: auto;
}
.x2 {
    margin-top: 20px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    color: var(--secondary);
}

.asterix {
    font-size: 12px;
    text-align: center;
}
#titleRules {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 26px;
    text-align: center;
}
#headerRules {
    display: block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.ranksPositionContainer {
    padding: 15px;
}
#ranksPosition {
    font-weight: bold;
    color: var(--secondary);
    font-size: 26px;
}
.tableauQuizProgBarContainer {
    width: 100%;
    height: 30px;
    background: rgb(223, 223, 223);
    border: 1px solid rgb(128, 128, 128);
    border-radius: 20px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}
.tableauQuizProgBar {
    width: 100%;
    height: 30px;
    background: green;
    position: absolute;
    transition: 0.1s linear;
}
.cafeTop {
    margin: auto;
    margin-top: 70px;
    margin-bottom: 50px;
    width: 90%;
}
.cafeTopImg {
    width: 100%;
}
.cafeTableNumber {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.cafePageContainer {
    padding: 15px;
}
#cafeGif {
    width: 10%;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.tableauScoredPoints {
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
    color: var(--secondary);
    margin-top: 15px;
    margin-bottom: 15px;
}
.interetItemContainer {
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid black;
    border-radius: 20px;
    background: white;
    padding: 5px 12px;
}
.interetItemSelected {
    background: var(--secondary);
    color: white;
    border: 2px solid var(--secondary);
}
.tableauAlreadyPlayed {
    text-align: center;
    padding-top: 50px;
}

.topHeaderImg {
    width: 100%;
    margin: auto;
}



#modalIndex {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modalIndexClose {
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
}
#modalIndexContent {
    width: 90%;
}

.icon {
    height: 16px;
}

@media screen and (max-width:800px) {
    header > img {
        max-width: 50%;
        object-fit: contain;
        height: unset;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .calendar-section {
        flex-direction: column;
    }
}

.jellyweek-title {
    color: #020617;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 22px;
}

.jellyweek-title > span {
    color: rgb(251, 198, 68);
    font-family: Chewy, system-ui;
}

.main-section {
    background-color: #fde4bb;
}

.wave {
    width: 100%;
}
.jellyweek-header-text {
    padding-bottom: 32px;
}
.jellyweek-intro {
   color: #475569;
    text-align: center;
}