.modal-pingouin {
    width: 100%;
}

.white-cross {
    color: #da9793;
    opacity: 1 !important;
    background-color: white !important;
    width: 20px;
    border-radius: 5px;
}

.text-ping {
    height: 80%;
    width: 40%;
    right: 30%;
    bottom: 9%;
}

.back-ping {
    height: 100%;
    background-size: cover;
}

.title-1-ping {
    font-size: 35px;
    background-color: rgba(127,177,202,0.9);
    color: white;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 5%;
}

.shadow-back {
    text-shadow: black 1px 1px;
}

.ping-nope {
    margin-top: unset !important;
    margin-bottom: unset !important;
    padding-right: 5px;
    padding-left: 5px;
}

.title-2-ping {
    font-size: 25px;
    background-color: rgba(62,121,161,0.9);
    color: white;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 8%
}

.participe {
    width: 35%;
    height: 10%;
    margin-top: 6%;
    border-radius: 35px;
    border: solid 3px white;
    background-color: #da9793;
}

.participe:hover {
    border: solid 3px rgb(62,121,161);
}

#redirectParticipe:hover {
    text-decoration: none !important;
}

.text-btn-ping {
    color: white;
    font-size: 25px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 800;
}

@media screen and (max-width: 750px) {
    .text-ping {
        display:block;
        height: 80%;
        width: 80%;
        right: 10%;
        bottom: 9%;
    }

    .title-1-ping {
        font-size: 25px;
    }

    .title-2-ping {
        font-size: 25px;
    }

    .participe {
        width: 45%;
    }

    .text-btn-ping {
        font-size: 15px;
    }
}

.u-overlay-calendrier {
    display: block;
    background: rgba(0,0,0,0.8);
}

@media screen and (max-width: 750px) {
    .text-ping {
    z-index: 9001;
    }
}

@media screen and (max-width: 750px) {
    .u-overlay-calendrier {
    z-index: 9000;
    }
}