/** Si ce n'est pas Internet Explorer **/
@supports not (-ms-high-contrast: none) {

    @font-face {
        font-family: Qualy;
        src: url("../Ressources/qualy.otf") format("opentype"), url("../Ressources/qualy.ttf") format("truetype");
        font-display: swap;
    }

}

button, img, a {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

sup {
    vertical-align: top;
}

html, body {
    background-color: white;
    padding: 0px;
    margin: 0px;
    font-family: century-gothic, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: overlay;
    width: 100vw;
}

body {
    min-height: 100vh;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
}

body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
}

body::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.65);
}

#content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
}

#myperischool-absolute {
    position: absolute;
    display: block;
    width: 50px;
    height: auto;
    top: 0;
    right: 0;
    object-fit: contain;
    opacity: 0;
    z-index: 6;
}

#contact-us-btn-absolute {
    background-color: rgb(0, 5, 10);
    color: white;
    font-family: Qualy, sans-serif;
    border: none;
    cursor: pointer;
    padding: 12px 20px 8px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 18px;
    position: absolute;
    z-index: 7;
    opacity: 0;
    display: none;
    text-decoration: none;
}

@keyframes cconsentAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#cconsent-bar {
    background-color: white !important;
    left: 30px !important;
    bottom: 30px !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    color: rgb(50, 60, 70) !important;
    font-family: centhury-gothic, sans-serif !important;
    border-radius: 4px !important;
    box-shadow: 0 10px 10px rgba(0, 10, 20, 0.3) !important;
    max-width: 250px !important;
    font-size: 13px !important;
    opacity: 0;
    transform: none !important;
    animation: cconsentAnimation 1s ease forwards !important;
    animation-delay: 3.2s !important;
}

#cconsent-bar .ccb__right > div {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

#cconsent-bar .ccb__left {
    line-height: initial !important;
    margin-top: 0 !important;
}

#cconsent-bar .ccb__right {
    white-space: initial !important;
    width: 100% !important;
}

#cconsent-bar a {
    color: rgb(50, 60, 70) !important;
    font-size: 14px !important;
    display: block;
    border: 1px solid rgb(220, 225, 230);
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    padding: 6px !important;
    line-height: initial !important;
    width: 100% !important;
    font-family: centhury-gothic, sans-serif !important;
    margin-bottom: 8px !important;
}

#cconsent-bar button {
    background-color: #0091EA !important;
    font-size: 14px !important;
    border-radius: 4px;
    padding: 6px !important;
    line-height: initial !important;
    border: 1px solid rgb(220, 225, 230);
    text-align: center;
    color: white !important;
    width: 100% !important;
    font-family: centhury-gothic, sans-serif !important;
}

#cconsent-bar.ccb--hidden {
    display: none !important;
}

@media screen and (max-width: 500px) {

    #cconsent-bar {
        width: calc(100% - 40px) !important;
        max-width: initial !important;
        left: 20px !important;
        bottom: 20px !important;
    }

}
