/* Bannière de cookies */
.cookie_banner {
    border: 1px solid #25c2f5;
    background: white;
    position: fixed;
    display: flex;
    left: 50%;
    bottom: 0;
    width: 85%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 99999999999999999;
    justify-content: space-around;
    padding: 10px;
}

.text_banner {
    width: 70%;
}
.text_banner p {
    font-size: large;
}

.button_banner {
    width: 30%;
    margin: auto auto;
}

.vbtn {
    border: .5px solid blue;
    border-radius: 30px;
    margin: 0 auto;
    width: 110px;
    padding-left: 5px;
    padding-right: 5px;

}

.product-hunt.svelte-b72xop.svelte-b72xop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: flex;
    width: 328px;
    height: 162px;
    pointer-events: none;
    z-index: 11;
}

.product-hunt.svelte-b72xop .visible.svelte-b72xop {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}

.product-hunt.svelte-b72xop img.svelte-b72xop {
    margin-top: auto;
    width: 58px;
    height: 58px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease-in;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.product-hunt.svelte-b72xop p.svelte-b72xop {
    font-family: "Izmir Medium";
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color:#f7f7f8;
    background-image: url(images/product-hunt.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 24px 13px 29px 25px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease-in;
}

a.svelte-b72xop {
    text-align: center !important;
}

.product-hunt.svelte-b72xop .close.svelte-b72xop {
    position: absolute;
    right: 7px;
    top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    opacity: 1;
    transform: translateY(100%);
    transition: all 0.2s ease-in;
    z-index: 15;
}

.svg-wrapper.svelte-1csblc5 {
    display: inline-flex;
    position: relative;
}

.product-hunt.svelte-b72xop p a.svelte-b72xop {
    color: #02ca87;
    text-decoration: underline;
}

.svg-wrapper > svg {
    vertical-align: middle;
    height: var(--svg-height, auto);
    width: var(--svg-width, auto);
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}