html {
    width: 100%;
    background-image: url("/assets/noisy-background.webp");
    background-repeat: repeat-y;
}

body {
    width: 100%;
    margin: 0;
}

.fixedbutton {
    display: flex;
    position: fixed;
    bottom: 60px;
    right: 60px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 5px 20px;
    align-self: stretch;
    background-color: #FFF;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: black;
    border-radius: 25px;
    gap: 6px;
     box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
     transition: all 0.2s;
}

.fixedbutton:hover{
    translate: 0px -3px;
}

.coup{
    width: fit-content;
}

.not-a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p-spec{
    opacity: 55%;
    margin-top: 5px;
}

h1 {
    color: white;
    font-size: 35px;
    font-family: "filson-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

h2 {
    color: black;
    font-size: 35px;
    font-family: "filson-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 40
}

p {
    color: white;
    font-size: 14px;
    font-family: "filson-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}

p2 {
    color: black;
    font-size: 16px;
    font-family: "filson-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
}

a {
    text-decoration: none;
}


.cta1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    align-self: stretch;
    background-color: #FFF;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: black;
    border-radius: 6px;
    gap: 6px;
}

.cta1:hover {
    background-color: rgba(255, 255, 255, 0.85);
}

.cta1-no {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    align-self: stretch;
    background-color: #ffffff;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #000;
    border-radius: 6px;
    gap: 6px;
    cursor: pointer;
    backdrop-filter: blur(5px);
}

.cta1-no:hover {
    background-color: #ececec;
}

.cta2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    align-self: stretch;
    background-color: black;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    gap: 6px;
}

.cta2:hover {
    background-color: #2f2f2f;
}

.cta3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    align-self: stretch;
    background-color: black;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    gap: 6px;
    margin: 0px 5px;
}

.cta3:hover {
    opacity: 80%;
}

.cta4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    align-self: stretch;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: black;
    border-radius: 6px;
    gap: 6px;
    margin: 0px 5px 5px 5px;
}

.cta4:hover {
    background-color: #EDEDED;
}

.cta5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    height: 40px;
    width: fit-content;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    gap: 6px;
    padding: 2px 15px;
    background-color: black;
}

.cta5:hover {
    background-color: #414141;
}

.soon-bloc {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    gap: 10px;
    width: fit-content;
}

.sub-bloc {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    height: 700px;
}

.rs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 20px;
}

.rs-btn {
    transition: all 0.2s;
}


.rs-all {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 20px;
}

.top-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 15px;
    height: 60px;
}

.label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: fit-content;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

.txt-label {
    color: #FFF;
    font-family: filson-pro, sans-serif;
    font-weight: 500;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.img-track {
    width: 320px;
    height: 320px;
    border-radius: 8px;
    border: solid 3px white;
}

.hero-image {
    background-image: url("/assets/gradient.webp"), url("/assets/banner1.webp");
    height: 980px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.left-hb {
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding: 100px;
    gap: 80px;
}

.bloc1 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    padding: 100px;
}

.bloc3 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    padding: 100px;
}

.cards {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 50px;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    gap: 5px;
    width: fit-content;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

.tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 10px;
}

.tag {
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1.5px black;
    padding: 2px 5px;
    border-radius: 3px;
}

.paragraph {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
}

.bloc2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bloc-left {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    gap: 40px;
    width: 100%;
    max-width: 750px;
}

.bloc-right {
    display: flex;
    flex-direction: row;
    width: 600px;
    overflow-x: auto;
    padding: 10px;
    gap: 25px;
}

.img-p {
    width: 350px;
    border-radius: 15px;
    border: solid 6px white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {


    .sub-bloc {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 700px;
        width: 100%;
        margin-top: 25px;
    }

    .rs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .line {
        display: none;
    }

    .left-hb {
        width: 100%;
        padding: 0;
        padding-top: 50px;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .bloc1 {
        flex-direction: column;
        justify-content: left;
        align-items: left;
        gap: 50px;
        padding: 30px;
    }

    .bloc2 {
        flex-direction: column;
        justify-content: left;
        align-items: left;
        gap: 50px;
    }


    .bloc3 {
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: left;
        padding: 30px;
    }



    .bloc-right {
        margin: 0;
        width: 100%;
    }

    .footer {
        width: 100%;
    }

    .cards {
        justify-content: left;
        align-items: left;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 15px 11px;
        width: 100%;
        margin-top: -50px;
    }

    .tags {
        flex-wrap: wrap;
        width: 100%;
    }
    
    
.cta5 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 92%;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    gap: 6px;
    background-color: black;
}

.img-p {
    width: 250px;
    border-radius: 15px;
    border: solid 6px white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.img-track {
    width: 250px;
    height: 250px;
    border-radius: 8px;
    border: solid 3px white;
}

.img-track-mob {
    width: 320px;
    height: 320px;
    border-radius: 8px;
    border: solid 3px white;
}

.hero-image {
    background-position: 62%;
    background-image: url("/assets/blackfilter.webp"), url("/assets/banner1.webp");
}

.fixedbutton {
    display: none;
}
    
}