﻿.cbk_main-page-container {
    background: var(--noir);
}

.cyb_mini-landing__bck-img {
    background-color: var(--noir);
}
/* bannière */
.cyb_mini-landing__banner {
    width: 100%;
    vertical-align: bottom;
}

.cyb_mini-landing__banner--tablette,
.cyb_mini-landing__banner--mobile {
    display: none;
}
.cbk_pgw__banner--univers {
    max-width: 1600px;
    margin: 0 auto 40px;
    display: block;
}
/* fin de bannière */

/* introduction du pgw */
.cbk_pgw_intro {
    display: flex;
    flex-direction: column;
    row-gap: var(--val_10);
    width: 100%;
    height: 100%;
    min-height: inherit;
    padding: var(--val_40);
    color: var(--blanc);
    font-size: var(--val_20);
    line-height: 1.5;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('https://www.cybertek.fr/images_produits/cybertek/images-landing/paris-games-week/pgw.jpg');
    background-size: cover;
}
.cbk_pgw__salon {
    row-gap: var(--val_40);
    width: 100%;
    max-width: 1600px;
    margin: 40px auto 0;
}
.cbk_pgw__salon-title {
    font-weight: var(--semibold);
}
.cbk_pgw__salon-text {
    color: var(--blanc);
}
.cbk_pgw__cta-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--val_40);
    flex-wrap: wrap;
}
.cbk_pgw__cta {
    display: block;
    width: fit-content;
    font-weight: var(--medium);
    color: var(--noir);
    background-color: var(--jaune);
    padding: 10px 30px;
    transition: background-color .2s ease-in-out;
}
.cbk_pgw__cta:hover {
    background-color: #ffe783;
}
.cbk_pgw__menu {
    list-style: square;
    padding-left: var(--val_20);
}
.cbk_pgw__title-group {
    row-gap: var(--val_20);
    width: 100%;
}
.cbk_pgw__intro-title {
    color: var(--blanc);
    text-align: center;
}
.cbk_pgw__intro-text {
    font-size: var(--val_20);
    line-height: 1.5;
}
/* fin d'introduction du pgw */

/* produits */
.cbk_pgw__products {
    row-gap: var(--val_40);
    width: calc(100% - 20px);
    max-width: 1600px;
    margin: var(--marg_0_auto);
    padding: 40px 0;
}
.cyb_mini-landing__condition {
    width: 100%;
    text-align: center;
    color: var(--blanc);
    font-size: var(--size_p);
}
/* fin de produits */

/* services réassurance */
.template__paiements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--val_20);
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-top: var(--val_40);
}

.template__un-paiement {
    width: 100%;
    max-width: 23%;
    min-width: 270px;
    height: 250px;
    padding: var(--val_30);
    border: solid 1px var(--template__color12);
    border-radius: var(--val_20);
    background: var(--template__color2);
}

.template__icone3x {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.template__3xtitre {
    font-size: 1.5em;
    font-weight: var(--medium);
    color: var(--blanc);
    text-transform: uppercase;
    margin: var(--marg_15_0);
}

.template__3xtexte {
    line-height: 1.3;
    font-size: 0.9em;
    margin-top: 7px;
    color: grey;
}

/* services cybertek */
.template__service-part {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--val_20);
    width: calc(100% - 40px);
    max-width: 1600px;
    margin: var(--marg_0_auto);
    padding-bottom: var(--val_40);
}
.template__service-link {
    width: calc(50% - 10px);
    position: relative;
    background-color: #161415;
}
.template__service-link.flex_column {
    justify-content: space-between;
    padding: var(--val_20);
}
.template__services__container {
    position: relative;
}
.template__services-img {
    width: 100%;
}
.template__services-texte {
    color: var(--blanc);
    font-size: var(--val_20);
    font-weight: var(--semibold);
    position: absolute;
    bottom: 80px;
    left: var(--val_20);
}
.template__header-cart {
    padding: 20px 40px;
    color: var(--primary-white);
    font-size: var(--val_20);
    text-transform: uppercase;
    font-weight: var(--medium);
    text-align: center;
    background-color: var(--primary-cta-background);
    outline: 1px solid var(--cyber-jaune);
    transition: background-color .2s ease-in-out;
}
.template__header-cart-services {
    background: var(--template__color14);
    border: solid 1px #fff;
    color: #fff;
    width: fit-content;
    padding: 10px 50px;
    position: absolute;
    bottom: var(--val_20);
    left: var(--val_20);
}
.template__services-texte-titre {
    top: 80px;
}
.template__services-texte-p {
    font-size: 16px;
    position: absolute;
    top: 120px;
    left: var(--val_20);
    color: var(--blanc);
}
.template__services-rs--content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--val_20);
}
.cbk_template__social-title {
    font-size: var(--size_h4);
    font-weight: var(--semibold);
    color: var(--blanc);
}
.cbk_template__social-wording {
    row-gap: var(--val_20);
}
.cbk_template__social-text {
    color: var(--blanc);
}
/* fin de services cybertek */

/* nos magasins */
.nos-magasins {
    max-width: 1600px;
    max-height: 450px;
    width: 100%;
    height: 50vh;
    margin: 60px auto;
    position: relative;
    background: #3A3A3A;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    overflow: hidden;
}
.nos-magasins_content {
    width: calc(100% - 5px );
    height: calc(100% - 5px );
    background-image: url('https://www.cybertek.fr/images_produits/cybertek/site/soldes-ete_bg-all-stores.png');
    background-size: cover;
    background-position: 14% 50%;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
    padding: 35px;
    box-sizing: border-box;
}
.nos-magasins_content_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #00000000 0%, #00000000 50%, #000000 100%);
    z-index: 1;
    top: 0;
    left: 0;
}
.nos-magasins_content::before {
    content: '';
    position: absolute;
    width: calc(100% - 5px );
    height: calc(100% - 5px );
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3); /* Ajustez l'opacité pour assombrir plus ou moins */
    z-index: 1;
}
.nos-magasins_content h4 {
    color: white;
    flex: none;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.nos-magasins_content .soldes-ete-cta-button {
    flex: none;
    align-self: flex-end !important;
}
.nos-magasins_border {
    position: absolute;
    height: 90%;
    width: 150%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(17deg);
    background: linear-gradient(to bottom, transparent 0%, #FFC600 50%, transparent 100%);
    z-index: -1;
}
.soldes-ete-cta-button {
    width: max-content;
    align-self: center;
    position: relative;
    z-index: 3;
    width: 192px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    cursor: pointer;
    transition: box-shadow 0.6s linear;
    border-radius: 8px;
    color: white;
}
.soldes-ete-cta-button:hover {
    box-shadow: 0 0 14px 2px #FFC600, inset 0px 0px 16px #FFC600;
}
.soldes-ete-cta-button span {
    position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: 500;
}
.soldes-ete-cta-button img {
    position: absolute;
    width: 100%;
    height: calc(100% - 5px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.soldes-ete-cta-button svg {
    overflow: visible;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.soldes-ete-cta-button svg rect {
    stroke-dasharray: 165;
    animation: dash 5s linear infinite;
    filter: drop-shadow(0px 0px 6px rgb(255, 198, 0)) blur(1px);
    width: 100%;
    height: 100%;
}
/* fin de nos magasins */

.cbk_pgw__footer {
    flex-wrap: wrap;
    gap: var(--val_20);
    width: 100%;
    max-width: 1600px;
    margin: var(--marg_0_auto);
    padding: var(--marg_20_0);
}
.cbk_pgw__footer img {
    width: 200px;
}

@keyframes dash {
    to {
        stroke-dashoffset: 330; /*Doit etre x2 par rapport à dasharray*/
    }
}

@media screen and (max-width: 1280px) {
    .cyb_mini-landing__banner--tablette {
        display: block;
    }

    .cyb_mini-landing__banner--desktop,
    .cyb_mini-landing__banner--mobile {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .cyb_mini-landing__banner--mobile {
        display: block;
    }
    .cyb_mini-landing__banner--desktop,
    .cyb_mini-landing__banner--tablette {
        display: none;
    }
    .cyb_mini-landing__filter-container {
        max-width: 300px;
    }

    .template__service-part {
        flex-direction: column;
        align-items: center;
    }
    .template__service-link {
        width: 100%;
    }
    .template__service-link.flex_column {
        row-gap: var(--val_20);
    }
}
