@font-face {
    font-family: DINPro-Regular;
    src: local('DINPro-Regular'), local('DINPro-Regular'), url("DINPro-Regular.otf") format("opentype");

    font-family: DIN Alternate Black;
    src: local('DIN Alternate Black'), local('DIN Alternate Black'), url("DIN Alternate Black.ttf") format("opentype");

    font-family: DINCond-Regular;
    src: local('DINCond-Regular'), local('DINCond-Regular'), url("DINCond-Regular.otf") format("opentype");

    font-family: DIN-Bold;
    src: local('DIN-Bold'), local('DIN-Bold'), url("DIN-Bold.otf") format("opentype");

    font-family: Hermes Thin Regular;
    src: local('Hermes Thin Regular'), local('Hermes Thin Regular'), url("Hermes Thin Regular.otf") format("opentype");

    font-family: Hermes Bold;
    src: local('Hermes Bold'), local('Hermes Bold'), url("Hermes Bold.otf") format("opentype");

    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {

    --choisir-piscine: #0c9ed5;
    --choisir-spa: #f0c200;
    --choisir-equiper: #bdb1ac;
    --choisir-entretenir: #f49d26;
    --choisir-jouer: #e8568e;
    --choisir-profiter: #94c12d;

}

body {
    background-color: white;
    background-image: url(../img/arriere-plan-site.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#modal-1 {
    position: fixed;
    z-index: 10000;
    width: 900px;
    height: 540px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    align-items: flex-start;
    padding-top: 32px;
}

a {
    text-decoration: none;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.wrap {
    flex-wrap: wrap;
}

#logo {
    width: 200px;
    position: relative;
    z-index: 2;
    padding-top: 16px;
}

.blue-footer {
    width: 70px;
    height: 70px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

#waves-desk {
    width: 100%;
    position: relative;
    bottom: 522px;
}

#waves-resp {
    display: none;
}

.shop-choice {
    color: white;
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: 28px;
    padding-top: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Hermes Bold', sans-serif;
}

.shop-card {
    width: 228px;
    border-radius: 9px;
    margin: 16px;
    background-color: white;
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 0;
    transition: 0.3s all ease;
}

.shop-card:hover {
    top: -4px;
    transition: 0.3s all ease;
}

.shop-card img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    padding: 8px;
}

.shop-name {
    color: var(--choisir-piscine);
    font-size: 16px;
    padding: 8px 16px 16px 16px;
    font-family: 'Hermes Bold', sans-serif;
    font-weight: lighter;
}

.univers-bloc {
    margin-top: -4px;
    width: 800px;
    flex-wrap: wrap;
    justify-content: center;
}

.univers {
    width: 14%;
    height: 24px;
    padding: 4px;
    margin: 4px;
    z-index: 3;
    border-radius: 9px;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 24px;

    -webkit-box-shadow: 2px 2px 0px 0px rgba(255,255,255,1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(255,255,255,1);
    box-shadow: 2px 2px 0px 0px rgba(255,255,255,1);
}

.univers-choisir{
    line-height: 13px;
}

.univers-under-title{
    text-transform: uppercase;
    font-size: 9px;
    font-family: 'DINCond-Regular', sans-serif;
}

.univers-title{
    font-family: 'Hermes Bold', sans-serif;
}


.univers-1 {
    background-color: var(--choisir-piscine);
}

.univers-2 {
    background-color: var(--choisir-spa);
}

.univers-3 {
    background-color: var(--choisir-equiper);
}

.univers-4 {
    background-color: var(--choisir-entretenir);
}

.univers-5 {
    background-color: var(--choisir-jouer);
}

.univers-6 {
    background-color: var(--choisir-profiter);
}

.univers-fili {
    width: 16.67%;
    height: 5px;
}

.not-open {
    position: absolute;
    background-color: #59a818;
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 8px;
    top: 8px;
    right: 8px;
    border-top-right-radius: 6px;
    font-family: 'Hermes Bold', sans-serif;;
}

@media (max-width: 637px) {
    body {
        background-image: url("../img/arriere-plan-site-mobile.png");
    }

    #modal-1 {
        width: 90%;
        padding-top: 32px;
    }

    #waves-desk {
        display: none;
    }

    #waves-resp {
        width: 100%;
        display: block;
        bottom: 524px;
        position: relative;
    }

    .univers {
        width: 24%;
        height: 20px;
    }

    .shop-bloc{
        flex-wrap: wrap;
    }

    .shop-card {
        width: 240px;
        justify-content: flex-start;
        margin: 8px;
    }

    .shop-name {
        font-size: 12px;
        padding: 8px 4px 16px 4px;
    }

    .shop-card img {
        height: 60px;
        width: 60px;
        object-fit: cover;
        border-radius: 14px;
        padding: 8px 8px 12px 8px;
    }

    .shop-choice {
        padding-top: 12px;
        font-size: 18px;
    }

    .not-open {
        font-size: 9px;
        text-align: center;
        padding: 4px 8px;
        top: 0;
        right: 0;
        border-top-right-radius: 6px;
        font-family: 'Hermes Bold', sans-serif;;
    }

    .univers-under-title{
        font-size: 8px;
        position: relative;
        top: -2px;
    }


}

@media (min-width: 637px) and (max-width: 900px) {
    body {
        background-image: url("../img/arriere-plan-site-tablette.png");
    }

    #waves-desk {
        display: block;
        width: 90%;
        position: relative;
        bottom: 480px;
    }

    #waves-resp {
        display: none;
    }



}

