﻿@font-face {
    font-family: "KlavikaBold";
    src: url("../../fonts/Klavika-Bold.ttf");
}

@font-face {
    font-family: "KlavikaCond";
    src: url("../../fonts/KlavikaWebLightCondensed.woff");
}

.amdContainer {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.amdContent {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    z-index: 3;
}

.amd__wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.amdContainer .containerConfigs,
.amdContainer .listeConfigs {
    width: 100%;
}

.amdContent .grb_event-pc__cta svg path {
    fill: #DE2E22
}

.firstContentSection, .secondContentSection, .thirdContentSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

#photonCanvas {
    display: block;
    position: fixed;
    background: var(--noir);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
}

.heroBannerSection {
    width: 100%;
}

    .heroBannerSection ins img {
        width: 100%;
        height: auto;
    }

.titre-anim {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 36px !important;
    color: var(--blanc);
    font-family: KlavikaBold, sans-serif;
    width: 100%;
    height: 40px;
    gap: 10px;
}

    .titre-anim .showup {
        height: 40px;
        transform: translateX(0);
    }

    .titre-anim .reveal {
        opacity: 1;
        position: relative;
        height: 100%;
    }

    .titre-anim .reveal-mask {
        width: fit-content;
        overflow: hidden;
        position: relative;
        height: 100%;
    }

    .titre-anim .reveal span {
        white-space: nowrap;
    }

.TopPcAmdSection .grb_event-pc__blob-btn {
    display: none;
}

.TopPcAmdSection .grb_event-pc__list {
    column-gap: 15px;
}

.firstContentSection .grb_event-pc__tag, .secondContentSection .grb_event-pc__tag, .thirdContentSection .grb_event-pc__tag {
    display: none;
}

.firstContentSection .grb_event-pc__price-container, .secondContentSection .grb_event-pc__price-container, .thirdContentSection .grb_event-pc__price-container {
    min-width: 175px;
    width: 100%;
}

.grb_block_acces_magasins__boutique {
    overflow: visible !important;
    position: relative;
    z-index: unset !important;
    border: unset !important;
    box-shadow: inset 0px 0px 8em 20px #000000;
}

    .grb_block_acces_magasins__boutique::after, .grb_block_acces_magasins__boutique::before {
        content: '';
        position: absolute;
        height: 102%;
        width: 100.5%;
        background-image: conic-gradient(from var(--angle), transparent 90%, red);
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        z-index: -1;
        padding: 3px;
        border-radius: 38px;
        animation: 3.4s spinBorders linear infinite;
    }

    .grb_block_acces_magasins__boutique::before {
        filter: blur(1.5rem);
        opacity: 0.5;
    }

.categoriesSection {
    padding-bottom: 2em;
}
.cat-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

    .cat-list h2 {
        color: white;
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        max-width: 300px;
        line-height: 1.3;
        height: 75px;
    }

.cat-el {
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
}

.cat-el-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

    .cat-el-wrapper img {
        width: 300px;
        height: auto;
    }

.bcm__list {
    max-width: 800px;
}

.cat-el-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center;
    background-size: var(--zoom);
    background-repeat: no-repeat;
    opacity: 0;
}

.cat-cta {
    width: max-content;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.cat-cta-static {
    border: 2px solid white;
    height: 52px;
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

    .cat-cta-static div {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        color: white;
    }

.cat-cta-animation {
    height: 52px;
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    overflow: hidden;
    background: #c91d1d;
    border: solid 2px #550000;
    z-index: 3;
}

    .cat-cta-animation div {
        color: black;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        transform: translateX(116%);
    }

.feature01 {
    background-image: url(https://www.grosbill.com/images_produits/grosbill/images-landing/amd/fullamd/feature01-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 1px 0px 0px;
    border-style: solid;
    border-color: #333333;
}

.feature01-img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.feature01-img-mobile {
    display: none;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.feature02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(https://www.grosbill.com/images_produits/grosbill/images-landing/amd/fullamd/feature02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 1px 0px 0px;
    border-style: solid;
    border-color: #333333;
}

    .feature02 .amd-assets-section-wrapper {
        justify-content: flex-end;
    }

        .feature02 .amd-assets-section-wrapper .amd-assets-section-txt {
            max-width: 40%;
        }

.feature02-img {
    display: none;
}

.feature03 {
    background-image: url(https://www.grosbill.com/images_produits/grosbill/images-landing/amd/fullamd/feature03-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 1px 0px 0px;
    border-style: solid;
    border-color: #333333;
}

    .feature03 .amd-assets-section-wrapper .amd-assets-section-txt {
        max-width: 60%;
    }

.feature03-img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.amd-assets-section-wrapper {
    position: relative;
    height: 340px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
}

.amd-assets-section-txt {
    display: flex;
    flex-direction: column;
    min-width: 40%;
    gap: 20px;
    flex: 1;
    overflow-wrap: break-word;
}

    .amd-assets-section-txt span {
        font-size: 36px;
        font-weight: 700;
        color: white;
        line-height: 1.3;
        font-family: 'KlavikaBold', sans-serif;
    }

    .amd-assets-section-txt p {
        font-size: 20px;
        line-height: 25px;
        font-weight: 500;
        color: white;
        font-family: 'KlavikaCond', sans-serif;
    }

.reassuranceSection 
{
    align-self: center;
    padding-bottom: 2em;
}

.accesMagasinSection {
    display: flex;
    justify-content: center;
}

.BlocModalites__el {
    width: 315px !important;
}

.cat-list h2, .cat-el-wrapper img {
    width: 280px !important;
}

.copyrightSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
    gap: 50px;
    border-width: 1px 0px 0px;
    border-style: solid;
    border-color: #333333;
}

    .copyrightSection div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
        padding: 20px;
    }

        .copyrightSection div p {
            color: var(--blanc);
            font-size: 13px;
            line-height: 20px;
            font-weight: normal;
            font-family: 'Noto Sans', sans-serif;
        }

.copyrightLogo {
    width: 200px;
}

.footer {
    position: relative;
    z-index: 1;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes spinBorders {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }
}

@media screen and (max-width: 1300px) {
    .feature02 .amd-assets-section-wrapper {
        padding-right: unset;
    }

    .amd-assets-section-txt p {
        font-size: 13px;
    }

    .firstContentSection .grb_event-pc__price-container, .secondContentSection .grb_event-pc__price-container, .thirdContentSection .grb_event-pc__price-container {
        min-width: 155px;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .amd-assets-section-wrapper {
        flex-direction: column-reverse;
        padding-left: unset;
        padding: 20px !important;
        height: unset;
        gap: 40px;
    }

    .amd-assets-section-txt {
        align-items: center;
        text-align: center;
        width: 100% !important;
        max-width: 100% !important;
    }

    .feature01-img {
        display: none;
    }

    .feature01-img-mobile {
        display: flex;
    }

    .feature02 {
        background: unset;
    }

    .feature02-img {
        display: flex;
    }

    .titre-anim {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 25px !important;
        color: var(--blanc);
        font-family: KlavikaBold, sans-serif;
        gap: 10px;
        width: fit-content;
    }

        .titre-anim .showup {
            width: fit-content;
            transform: translateX(0);
        }
}

@media screen and (max-width: 991px) {
    .grb_block_acces_magasins__boutique::after, .grb_block_acces_magasins__boutique::before {
        border-radius: 9px;
    }
}

@media screen and (max-width: 680px) {
    .TopPcAmdSection {
        width: 100%;
    }

    .titre-anim {
        font-size: 25px !important;
        gap: 10px;
    }

        .titre-anim .reveal {
            width: 100%;
            opacity: 1;
            position: relative;
            height: 100%;
        }

        .titre-anim .reveal-mask {
            width: 351px;
            overflow: hidden;
            position: relative;
            height: 100%;
        }

        .titre-anim .reveal span {
            white-space: nowrap;
        }
}

@media screen and (max-width: 470px) {
    #photonCanvas {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: inherit;
        z-index: 1;
        pointer-events: none;
    }

    .titre-anim {
        position: relative;
        font-size: 24px !important;
        gap: 7px;
    }

        .titre-anim .reveal {
            width: 100%;
            opacity: 1;
            position: relative;
            height: 100%;
        }

        .titre-anim .reveal-mask {
            width: 336px;
            overflow: hidden;
            position: relative;
            height: 100%;
        }

        .titre-anim .reveal span {
            white-space: nowrap;
        }
}
