﻿.cyb_hof__container {
    background-color: #070707;
}

.cyb_hof__titre {
    text-align: center;
    margin-top: var(--val_10);
    margin-bottom: 80px;
    font-weight: var(--medium);
    font-size: 1.1em;
    color: var(--blanc);
}

.cyb_hof__texte_vertical {
    transform: rotate(-90deg);
    transform-origin: left;
}

.cyb_hof__titre p {
    color: var(--blanc);
    line-height: 1.5em;
}

.cyb_hof__titre-gauche {
    margin-bottom: 2%;
    color: var(--blanc);
    font-weight: var(--semibold);
    font-size: 1.2em;
}

.cyb_hof__bandeau {
    margin: auto;
    text-align: center;
    height: 450px;
    overflow: hidden;
}


.cyb_hof__texte_vertical p {
    color: var(--blanc);
}

.cyb_hof__categories {
    display: flex;
    align-items: center;
    padding: var(--val_30);
}

.cyb_hof__parallelogramme_3 {
    position: relative;
    z-index: 1;
    margin-right: 10%;
}

    .cyb_hof__parallelogramme_3::before {
        content: '';
        z-index: -1;
        height: 31px;
        width: 280px;
        position: absolute;
        border: 1px solid var(--blanc);
        background-color: rgba(255,255,255,0);
        box-shadow: 0 0 10px 0 var(--blanc);
        padding: 0em 1.5em;
        transform: skew(336deg, 0deg);
    }

    .cyb_hof__parallelogramme_3 input {
        margin-left: var(--val_10);
        margin-top: 2%;
        width: 224px;
    }

.cyb_hof__parallelogramme_4 {
    position: relative;
    z-index: 1;
    margin-right: 10%;
}

    .cyb_hof__parallelogramme_4::before {
        content: '';
        z-index: -1;
        height: 31px;
        width: 45px;
        right: -45px;
        position: absolute;
        background-color: var(--blanc);
        transform: skew(336deg, 0deg);
        filter: drop-shadow(0px 1px 11px white);
    }

select {
    border: none !important;
    margin-top: 6%;
    margin-left: 10%;
    width: 100px;
}



#_ctl0_ContentPlaceHolder1_ButtonRechercher {
    position: absolute;
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/hall-of-fame/loupe.png);
    top: -24px;
    width: 26px;
    right: -60px;
    height: 26px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 85%;
}

#_ctl0_ContentPlaceHolder1_TextBoxRecherche {
    outline: none !important;
    background-color: transparent !important;
    color: var(--blanc);
}



#_ctl0_ContentPlaceHolder1_DropDownListCategories {
    outline: none !important;
    background-color: transparent !important;
}

    #_ctl0_ContentPlaceHolder1_DropDownListCategories option {
        color: var(--blanc);
        background-color: #57606f;
        border: none;
        box-sizing: content-box;
        padding: var(--marg_5_0);
    }

option {
    padding-bottom: 10% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 100px;
    margin-top: 10%;
}

/*hide the inputs/checkmarks and submenu*/
#check01, ul.cyb_hof__submenu {
    display: none;
}

#RadioButtonListCategories input, #RadioButtonListTypes input {
    display: none;
}


/*show the submenu when input is checked*/
#check01:checked ~ ul.cyb_hof__submenu {
    display: flex;
    color: var(--blanc);
    position: inherit;
    flex-direction: column;
    margin-left: var(--val_20);
    transition-delay: 0.5s;
}

.cyb_hof__submenu a {
    color: var(--blanc);
}

.cyb_hof__submenu li {
    padding-top: 22px;
    padding-bottom: 22px;
    border-image: linear-gradient(100deg, rgba(255,207,0,0), rgba(255,207,0,1), rgba(255,207,0,0)) 1;
    border-bottom: 0.5px solid;
    text-align: center;
}

    .cyb_hof__submenu li:hover {
        text-shadow: 0 0 20px #fff, 0 0 30px #ffcf00, 0 0 40px #ffcf00, 0 0 50px #ffcf00, 0 0 60px #ffcf00, 0 0 70px #ffcf00, 0 0 80px var(--jaune);
    }

.cyb_hof__submenu-2 li:hover {
    text-shadow: 0 0 20px #fff, 0 0 30px #ffcf00, 0 0 40px #ffcf00, 0 0 50px #ffcf00, 0 0 60px #ffcf00, 0 0 70px #ffcf00, 0 0 80px var(--jaune);
}
/*hide the inputs/checkmarks and submenu*/
#check02, ul.cyb_hof__submenu-2 {
    display: none;
}


/*show the submenu when input is checked*/
input:checked ~ ul.cyb_hof__submenu-2 {
    display: block;
    color: var(--blanc);
    position: inherit;
    width: 190px;
}

.cyb_hof__submenu-2 a {
    color: var(--blanc);
}

.cyb_hof__submenu-2 li {
    padding-top: 22px;
    padding-bottom: 22px;
    border-image: linear-gradient(100deg, rgba(255,207,0,0), rgba(255,207,0,1), rgba(255,207,0,0)) 1;
    border-bottom: 0.5px solid;
    text-align: center;
}

li.cyb_hof__last-li {
    border-bottom: 0px;
}

.cyb_hof__parallelogramme_1 {
    position: relative;
    z-index: 1;
    margin-bottom: 30%;
    margin-top: -24px;
}


    .cyb_hof__parallelogramme_1::before {
        content: '';
        z-index: -1;
        height: 31px;
        width: 144px;
        position: absolute;
        background-color: var(--blanc);
        transform: skew(336deg, 0deg);
        filter: drop-shadow(0px 1px 11px white);
    }

.cyb_hof__parallelogramme_2 {
    position: relative;
    z-index: 1;
    margin-top: -24px;
    margin-bottom: 23%;
}

    .cyb_hof__parallelogramme_2::before {
        content: '';
        z-index: -1;
        height: 31px;
        width: 185px;
        position: absolute;
        background-color: var(--blanc);
        transform: skew(336deg, 0deg);
        filter: drop-shadow(0px 1px 11px white);
    }

#check02:checked ~ .cyb_hof__parallelogramme_2::before {
    content: '';
    z-index: -1;
    background-color: var(--noir);
    transform: skew(336deg, 0deg);
    filter: drop-shadow(0px 1px 11px white);
}

#check02:checked ~ .cyb_hof__menu-2 {
    color: var(--blanc);
}

#check01:checked ~ .cyb_hof__parallelogramme_1::before {
    content: '';
    z-index: -1;
    background-color: var(--noir);
    transform: skew(336deg, 0deg);
    filter: drop-shadow(0px 1px 11px white);
}

#check01:checked ~ .cyb_hof__menu {
    color: var(--blanc);
}

.cyb_hof__cat-1 {
    margin-right: 35%;
}

.cyb_hof__menu {
    position: relative;
    display: block;
    cursor: pointer;
    color: var(--noir);
    margin-bottom: -20px;
    margin-left: 29px;
    z-index: 999;
    width: 100px;
}

.cyb_hof__menu-2 {
    position: relative;
    display: block;
    cursor: pointer;
    color: var(--noir);
    margin-left: 29px;
    z-index: 999;
    width: 170px;
}

.cyb_hof__filtre {
    display: flex;
    flex-direction: row;
    margin-bottom: 33px;
    justify-content: space-between;
}

html, body {
    font-family: 'Open Sans', sans-serif;
}

.cyb_hof__card {
    height: 450px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    background-color: transparent;
    border-radius: var(--val_25);
    box-shadow: 10px 0 50px rgb(0 0 0 / 50%);
}

    .cyb_hof__card .cyb_hof__inner_part {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 350px;
        position: absolute;
        flex-direction: row-reverse;
    }



.cyb_hof__img img {
    width: 80%;
    opacity: 0;
    transition: .6s;
}

#slide_1:checked ~ .cyb_hof__inner_part .cyb_hof__img_1,
#slide_2:checked ~ .cyb_hof__inner_part .cyb_hof__img_2,
#slide_3:checked ~ .cyb_hof__inner_part .cyb_hof__img_3 {
    opacity: 1;
    transition-delay: .2s;
}

.cyb_hof__contenu {
    padding: 0 10px 0 15px;
    width: 530px;
    opacity: 0;
    transition: .6s;
}

#slide_1:checked ~ #cyb_hof__inner_part1 .cyb_hof__contenu,
#slide_2:checked ~ #cyb_hof__inner_part2 .cyb_hof__contenu,
#slide_3:checked ~ #cyb_hof__inner_part3 .cyb_hof__contenu {
    opacity: 1;
    transition-delay: .2s;
}


#cyb_hof__inner_part1, #cyb_hof__inner_part2, #cyb_hof__inner_part3 {
    pointer-events: none;
}

#slide_1:checked ~ #cyb_hof__inner_part1,
#slide_2:checked ~ #cyb_hof__inner_part2,
#slide_3:checked ~ #cyb_hof__inner_part3 {
    pointer-events: initial;
}


.cyb_hof__contenu .cyb_hof__title {
    font-size: var(--val_20);
    color: var(--blanc);
    margin: 0 0 var(--marg_20_0);
}

.cyb_hof__contenu .cyb_hof__text {
    font-size: 16px;
    color: var(--blanc);
    margin: 0 auto 30px auto;
    line-height: 1.3em;
    text-align: justify;
    z-index: 9998;
}

.cyb_hof__contenu button {
    padding: 15px 30px;
    border: none;
    font-size: 16px;
    color: var(--noir);
    font-weight: var(--semibold);
    cursor: pointer;
    margin-right: -60%;
    float: right;
    background-color: var(--jaune);
    filter: drop-shadow(0px 0px 0px white);
}

/*    .cyb_hof__contenu button p {
        transform: skew(25deg, 0deg);
    }*/

/*    .cyb_hof__contenu button:hover {
        background: var(--noir);
        transition-duration: 0.5s;
    }

        .cyb_hof__contenu button:hover p a {
            color: var(--blanc);
            transition-duration: 0.5s;
        }*/

.cyb_hof__slider {
    bottom: -372px;
    left: 90%;
    transform: translateX(-50%);
    z-index: 1;
    position: relative;
}


    .cyb_hof__slider .cyb_hof__slide {
        position: relative;
        height: var(--val_10);
        width: 50px;
        background: #3D3C33;
        border-radius: 0;
        display: inline-flex;
        margin: 0 3px;
        cursor: pointer;
    }


        .cyb_hof__slider .cyb_hof__slide:before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            height: 100%;
            width: -100%;
            background: var(--blanc);
            border-radius: var(--val_10);
            transform: scaleX(0);
            transition: transform .6s;
            transform-origin: left;
        }

#slide_1:checked ~ .cyb_hof__slider .cyb_hof__slide_1:before,
#slide_2:checked ~ .cyb_hof__slider .cyb_hof__slide_2:before,
#slide_3:checked ~ .cyb_hof__slider .cyb_hof__slide_3:before {
    transform: scaleX(1);
    width: 100%;
    filter: drop-shadow(0px 1px 11px white);
}

#slide_1, #slide_2, #slide_3, #slideImg {
    display: none;
}

    #slide_1:checked ~ .cyb_hof__inner_part .cyb_hof__content_1,
    #slide_2:checked ~ .cyb_hof__inner_part .cyb_hof__content_2,
    #slide_3:checked ~ .cyb_hof__inner_part .cyb_hof__content_3 {
        opacity: 1;
        margin-left: 0;
        z-index: 100;
        transition-delay: .3s;
    }

.cyb_hof__second-title {
    font-size: var(--val_30);
    font-weight: var(--semibold);
    color: var(--blanc);
    margin: 0 0 var(--marg_20_0);
    text-shadow: 0.5em 0.5em 0.05em black, 0.5em 0.5em 0.05em yellow;
}

.cyb_hof__mini-photo {
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.cyb_hof__search {
    width: 380px;
    margin-top: -8px;
}

.cyb_hof__recherche {
    position: relative;
    z-index: 1;
    margin-top: -9px;
}

#ImageButtonRechercher {
    width: 24px;
    margin-left: 13px;
    margin-top: 4px;
    cursor: pointer;
}

.cyb_hof__recherche::before {
    content: '';
    z-index: -1;
    height: var(--val_35);
    width: 300px;
    position: absolute;
    border: solid 1px var(--blanc);
    background-color: var(--noir);
    transform: skew(336deg, 0deg);
    filter: drop-shadow(0px 1px 11px white);
}

#TextBoxRecherche {
    border: none;
    outline: none;
    margin-top: 6.5px;
    margin-left: var(--val_15);
    margin-right: -1px;
    width: 276px;
    color: var(--blanc);
    background-color: transparent;
}

.cyb_hof__loupe {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    border: none;
    width: 13%;
    margin-left: 3px;
    margin-top: -1px;
}

    .cyb_hof__loupe::before {
        content: '';
        z-index: -1;
        height: var(--val_35);
        width: 60px;
        position: absolute;
        background-color: var(--blanc);
        transform: skew(336deg, 0deg);
        filter: drop-shadow(0px 1px 11px white);
    }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

#TextBoxRecherche::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
#TextBoxRecherche::-webkit-search-decoration,
#TextBoxRecherche::-webkit-search-cancel-button,
#TextBoxRecherche::-webkit-search-results-button,
#TextBoxRecherche::-webkit-search-results-decoration {
    display: none;
}

.cyb_hof__hover {
    display: none
}

.cyb_hof__vignette {
    display: block;
}

.cyb_hof__valhalla:hover .cyb_hof__vignette {
    display: none
}

.cyb_hof__valhalla:hover .cyb_hof__hover {
    display: block;
}

.cyb_hof__valhalla:hover .cyb_hof__description {
    display: block;
}

.cyb_hof__valhalla {
    width: 30%;
    position: relative;
}

.cyb_hof__hover-2 {
    display: none
}

.cyb_hof__vignette-2 {
    display: block;
}

.cyb_hof__battlefield:hover .cyb_hof__vignette-2 {
    display: none;
}

.cyb_hof__battlefield:hover .cyb_hof__hover-2 {
    display: block;
}

.cyb_hof__battlefield {
    width: 30%;
    position: relative;
}

    .cyb_hof__battlefield:hover .cyb_hof__description {
        display: block;
    }

.cyb_hof__hover-3 {
    display: none
}

.cyb_hof__vignette-3 {
    display: block;
}

.cyb_hof__warzone_pacific:hover .cyb_hof__vignette-3 {
    display: none;
}

.cyb_hof__warzone_pacific:hover .cyb_hof__hover-3 {
    display: block;
}

.cyb_hof__warzone_pacific {
    width: 30%;
    position: relative;
}

    .cyb_hof__warzone_pacific:hover .cyb_hof__description {
        display: block;
    }

.cyb_hof__hover-4 {
    display: none;
}

.cyb_hof__vignette-4 {
    display: block;
}

.cyb_hof__crysis:hover .cyb_hof__vignette-4 {
    display: none;
}

.cyb_hof__crysis:hover .cyb_hof__hover-4 {
    display: block;
}

.cyb_hof__crysis {
    width: 30%;
    position: relative;
}

    .cyb_hof__crysis:hover .cyb_hof__description {
        display: block;
    }

.cyb_hof__hover-5 {
    display: none;
}

.cyb_hof__vignette-5 {
    display: block;
}

.cyb_hof__deo:hover .cyb_hof__vignette-5 {
    display: none;
}

.cyb_hof__deo:hover .cyb_hof__hover-5 {
    display: block;
}

.cyb_hof__deo {
    width: 30%;
    position: relative;
}

    .cyb_hof__deo:hover .cyb_hof__description {
        display: block;
    }

.cyb_hof__hover-6 {
    display: none;
}

.cyb_hof__vignette-6 {
    display: block;
}

.cyb_hof__dl:hover .cyb_hof__vignette-6 {
    display: none;
}

.cyb_hof__dl:hover .cyb_hof__hover-6 {
    display: block;
}

.cyb_hof__dl {
    width: 30%;
    position: relative;
}

.cyb_hof__cardvignette {
    overflow: hidden;
}

.cyb_hof__ligne_1 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 75px;
    gap: 5%;
    flex-direction: row;
    flex-wrap: wrap;
}

.cyb_hof__ligne_2 {
    display: flex;
    gap: 5%;
    margin-bottom: 75px;
    justify-content: flex-start;
}

.cyb_hof__liste_pc {
    display: flex;
    flex-direction: column;
    padding-top: 5%
}

.cyb_hof__description {
    position: absolute;
    width: 100%;
    height: 45%;
    margin-top: 69%;
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px 10px 0% 0%;
    transform: translateY(270px);
    transition: transform 1s;
    cursor: pointer;
}

.cyb_hof__cardvignette:hover .cyb_hof__description {
    transform: translateY(0px);
    display: block;
}

.cyb_hof__nom_cta {
    margin-top: 27px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.cyb_hof__nom_pc {
    color: var(--blanc);
    font-size: var(--val_20);
    font-weight: var(--semibold);
    width: 80%;
    line-height: 1.4em;
    text-transform: uppercase;
}

.cyb_hof__fleche_gauche {
    width: var(--val_30);
    position: absolute;
    transform: rotate(180deg);
    top: 120px;
    left: -70px;
    margin: auto;
}

.cyb_hof__fleche_droite {
    width: var(--val_30);
    position: absolute;
    transform: rotate(0deg);
    top: 120px;
    left: 975px;
    margin: auto;
}

.cyb_hof__cta_landing {
    border: none;
    font-size: 16px;
    font-weight: var(--semibold);
    background-color: var(--jaune);
    padding: var(--marg_10_20);
    cursor: pointer;
    height: 50px;
}

.cyb_hof__cardvignette:hover cyb_hof__cta_landing {
    z-index: 1;
}

.cyb_hof__cta_landing:hover .cyb_hof__cta_link {
    z-index: -1;
}

.cyb_hof__cta_landing:hover {
    background-color: #ffe783;
    filter: drop-shadow(0px 1px 11px black);
    transition: 0.5s;
}

.cyb_hof__resume {
    color: var(--blanc);
    width: 90%;
    margin-top: 7%;
    margin-left: 6%;
    line-height: 1.3em;
}

.cyb_hof__ligne {
    height: 1px;
    background-color: #ccc;
    border: none;
    width: 100%;
    margin: auto;
    margin-top: 80px;
    opacity: 0.5;
    margin-bottom: var(--val_40);
}

    .cyb_hof__ligne hr {
        height: 1px;
        background-color: var(--jaune);
        border: none;
    }

.cyb_hof__fleche {
    width: 100px;
    margin: auto;
}

.cyb_hof__fleche--nav {
    cursor: pointer;
}

.cyb_hof__scroll-downs {
    position: fixed;
    bottom: 200px;
    z-index: 1000;
    width: 55px;
    height: 55px;
    transform: translate3d(0px, 0, 0) rotate(45deg);
}

.cyb_hof__scroller {
    border: solid var(--noir);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: var(--val_30);
    animation-name: scroll;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(.15,.69,.69,.94);
    animation-iteration-count: infinite;
    border-image: linear-gradient(90deg, rgba(219,198,151,1) 0%, rgba(71,51,16,1) 22%, rgba(96,76,39,1) 41%, rgba(112,81,13,1) 50%, rgba(144,124,83,1) 69%, rgba(211,190,144,1) 100%) 1;
}

.cyb_hof__submenu li label {
    cursor: pointer;
}

.cyb_hof__submenu-2 li label {
    cursor: pointer;
}

.cyb_hof__contenu .cyb_hof__text p {
    color: var(--blanc);
}

.hof_choix_liste {
    width: 100%;
    position: relative;
}

.hof_choix_item {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 30%;
    height: 345px;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.5s;
    background-position: center;
}

.hof_choix_item--marques {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/hall-of-fame/part1.1.png);
    z-index: 10;
    left: 3%;
    -webkit-clip-path: polygon(0 0, 70% 0, 86% 100%, 0 100%);
    clip-path: polygon(0 0, 70% 0, 86% 100%, 0 100%);
}

    .hof_choix_item--marques:hover {
        background-size: 110%;
    }

.hof_choix_item__btn--marques {
    margin-left: calc(0% - 100px);
    margin-top: 200px;
}

.hof_choix_item__btn--marques {
    border: none;
    font-size: 16px;
    font-weight: var(--semibold);
    padding: 15px 30px;
    cursor: pointer;
    background-color: var(--jaune);
}

.hof_choix_item--jeux {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/hall-of-fame/part2.1.png);
    left: 23%;
    z-index: 23;
    position: relative;
    -webkit-clip-path: polygon(2% 0, 84% 0, 100% 100%, 18% 100%);
    clip-path: polygon(2% 0, 84% 0, 100% 100%, 18% 100%);
}

    .hof_choix_item--jeux:hover {
        background-size: 110%;
    }

.hof_choix_item__btn--jeux,
.hof_choix_item__btn--ytb,
.hof_choix_item__btn--star {
    margin-left: calc(22% - 100px);
    margin-top: 200px;
    border: none;
    font-size: 16px;
    font-weight: var(--semibold);
    cursor: pointer;
    background-color: var(--jaune);
    padding: 15px 30px;
}

    .hof_choix_item__btn--jeux:hover,
    .hof_choix_item__btn--marques:hover,
    .cyb_hof__contenu button:hover,
    .hof_choix_item__btn--ytb:hover,
    .hof_choix_item__btn--star:hover,
    .hof_voir_tout:hover {
        background: #ffe783;
        transition: 0.5s;
        background-size: 110%;
    }

.hof_voir_tout {
    width: 180px;
    padding: 15px 30px;
    margin: auto;
    margin-top: var(--val_20);
    border: none;
    font-size: 16px;
    font-weight: var(--semibold);
    cursor: pointer;
    background-color: var(--jaune);
}

.hof_choix_item--ytb {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/hall-of-fame/part3.3.png);
    left: 47.5%;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
    clip-path: polygon(0 0, 83% 0, 100% 100%, 17% 100%);
}

    .hof_choix_item--ytb:hover {
        background-size: 110%;
    }


.hof_choix_item--star {
    background-image: url(https://www.cybertek.fr/images_produits/cybertek/hall-of-fame/part5.png);
    width: 23%;
    left: 72%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
}

    .hof_choix_item--star:hover {
        background-size: 110%;
    }



@keyframes scroll {
    0% {
        transform: translate3d(0px, 0, 0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        transform: translate3d(100px, 100px, 0);
        opacity: 0;
    }
}

.cyb_hof__seo {
    margin-bottom: 10%;
    color: grey;
    font-size: 0.8em;
    line-height: 140%;
    padding-bottom: var(--val_40);
}

.cyb_hof__filtre_resp {
    display: flex;
    margin-right: 20%;
    flex-direction: row;
}

.cyb_hof__filtre, .cyb_hof__titre-gauche {
    display: none;
}

.cyb_hof__recherche-resp {
    margin-right: auto;
}

.opaque {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-bottom: 5px solid yellow;
}

    .opaque::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: var(--val_5);
        background-color: var(--blanc);
    }

    .opaque .hof_choix_item__btn {
        display: none !important;
    }

::-moz-selection {
    background-color: #b79940 !important;
    color: var(--noir);
}

::selection {
    background-color: #b79940 !important;
    color: var(--noir);
}

.cyb_hof__ser-title {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
    transition: all 0.5s;
    pointer-events: none;
}

.cyb_hof__ser-pc {
    position: absolute;
    top: 5%;
    left: 22%;
    width: 55%;
    transition: all 0.5s;
    pointer-events: none;
}


.cyb_hof__cardvignette:hover .cyb_hof__ser-title {
    position: absolute;
    top: 0;
    left: 0%;
    width: 50%;
}

.cyb_hof__cardvignette:hover .cyb_hof__ser-pc {
    position: absolute;
    top: 0;
    left: 55%;
    width: 40%;
}

.cyb_hof__nom_cta {
    width: calc(100% - 60px);
    margin: 40px auto;
}

.cyb_hof__cta_link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


@media screen and (max-width: 1920px) {
    .cyb_hof__description {
        height: 55%;
        margin-top: 57%;
    }

    .cyb_hof__card {
        height: 390px;
    }

    .cyb_hof__nom_pc {
        font-size: 16px;
        width: 80%;
    }

    .cyb_hof__resume {
        width: 90%;
        margin-left: 6%;
    }
}

@media screen and (max-width: 1300px) {

    .cyb_hof__valhalla {
        width: 100%;
        margin-bottom: 10%;
    }

    .cyb_hof__battlefield {
        width: 100%;
        margin-bottom: 10%;
    }

    .cyb_hof__warzone_pacific {
        width: 100%;
        margin-bottom: 10%;
    }

    .cyb_hof__crysis {
        width: 100%;
        margin-bottom: 10%;
    }

    .cyb_hof__deo {
        width: 100%;
        margin-bottom: 10%;
    }

    .cyb_hof__dl {
        width: 100%;
        margin-bottom: 10%;
    }

    .cyb_hof__liste_pc {
        align-items: center;
    }

    .cyb_hof__ligne_1 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
    }

    .cyb_hof__ligne_2 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0px;
    }

    .cyb_hof__cta_landing {
        padding-top: var(--val_10);
        padding-bottom: var(--val_10);
    }

    .cyb_hof__nom_cta {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 80px);
        margin: 40px auto;
    }

    .cyb_hof__reume {
        color: var(--blanc);
        width: 80%;
        margin-top: 6%;
        margin-left: 11%;
        line-height: 1.3em;
    }

    .cyb_hof__filtre {
        flex-direction: column-reverse;
        margin-left: var(--val_15);
    }

    .cyb_hof__loupe {
        margin-left: -42px;
    }

    .cyb_hof__recherche-resp {
        margin-bottom: 60px;
        margin-top: var(--val_10);
    }

    .cyb_hof__cat-1 {
        margin-right: 12%;
    }



    #ImageButtonRechercher {
        width: 21px;
        margin-left: 18px;
        margin-top: 7px;
        cursor: pointer;
    }

    .cyb_hof__titre {
        margin-bottom: var(--val_10);
    }

    .cyb_hof__description {
        margin-top: 84%;
    }

    .hof_choix_item__btn--marques {
        padding-left: var(--val_20);
        padding-right: var(--val_20);
    }

    .hof_choix_item__btn--jeux {
        width: 110px;
        margin-left: calc(0% - 10px);
        padding-left: var(--val_20);
        padding-right: var(--val_20);
    }

    .hof_choix_item__btn--ytb {
        width: 110px;
        margin-left: calc(0% - -10px);
        padding-left: 0px;
        padding-right: 0px;
    }

    .hof_choix_item__btn--star {
        width: 110px;
        margin-left: calc(0% - -10px);
        padding-left: 0px;
        padding-right: 0px;
    }

    .cyb_hof__img img {
        margin-left: 0px;
        width: 70%;
    }

    .cyb_hof__card {
        height: 380px;
    }

    .cyb_hof__contenu button {
        margin-right: -60%;
    }

    .cyb_hof__contenu {
        width: 472px;
        margin-left: 10%;
    }

    .cyb_hof__fleche_droite {
        left: 915px;
        cursor: pointer;
    }

    .cyb_hof__fleche_gauche {
        left: var(--val_15);
        cursor: pointer;
    }
}

@media screen and (max-width: 960px) {
    .hof_choix_item--marques {
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/hall-of-fame/resp1.1.png);
        -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 92%);
        clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 92%);
    }

    .hof_choix_item--jeux {
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/hall-of-fame/resp2.1.png);
        -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 92%);
        clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 92%);
    }

    .hof_choix_item--ytb {
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/hall-of-fame/resp3.2.png);
        -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 92%);
        clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 92%);
    }

    .hof_choix_item--star {
        background-image: url(https://www.cybertek.fr/images_produits/cybertek/hall-of-fame/resp4.png);
        -webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 92%);
        clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 92%);
    }

    .hof_choix_item__btn--marques {
        margin-left: calc(0% - 0px);
    }

    .hof_choix_item__btn--jeux {
        margin-left: calc(0% - 0px);
    }

    .hof_choix_item__btn--ytb {
        margin-left: calc(0% - 0px);
    }

    .hof_choix_item {
        position: relative;
        width: 50%;
        height: 320px;
    }

    .hof_choix_liste {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px;
    }

    .hof_choix_item--marques {
        left: 0;
    }

    .hof_choix_item--jeux {
        left: 0;
        margin-top: -30px;
    }

    .hof_choix_item--ytb {
        left: 0;
        margin-top: -30px;
    }

    .hof_choix_item--star {
        left: 0;
        margin-top: -30px;
    }

    .cyb_hof__bandeau {
        height: 1140px;
    }

    .cyb_hof__contenu button {
        margin-top: -10px;
        margin-right: 30%;
    }

    .cyb_hof__card .cyb_hof__inner_part {
        padding: 0 0 0 0px;
        flex-direction: column;
        position: absolute;
    }

    div.cyb_hof__inner_part {
        width: 100%;
    }

    .cyb_hof__titre {
        margin-bottom: 60px;
    }

    .cyb_hof__slider {
        position: relative;
        bottom: -542px;
        left: 50%;
        width: 200px;
        z-index: 1;
    }

    .cyb_hof__mini-photo {
        display: none;
    }

    .cyb_hof__img img {
        width: 60%;
        margin-left: 8%;
        margin-top: 10%;
        margin-bottom: -40px;
    }

    #slide_1:checked ~ .cyb_hof__inner_part .cyb_hof__content_1, #slide_2:checked ~ .cyb_hof__inner_part .cyb_hof__content_2, #slide_3:checked ~ .cyb_hof__inner_part .cyb_hof__content_3 {
        width: auto;
        margin-left: 0px;
    }

    .cyb_hof__contenu {
        padding: 0 20px 0 0px;
        width: 650px;
        margin-left: -140px;
    }

    .cyb_hof__description {
        margin-top: 67%;
    }

    .cyb_hof__fleche_droite {
        left: 705px;
    }

    .cyb_hof__fleche_gauche {
        left: var(--val_15);
    }

    .cyb_hof__card {
        height: 527px;
    }

    div.cyb_hof__inner_part {
        width: 98%;
    }

    .hof_voir_tout {
        margin-top: var(--val_40);
    }
}

@media screen and (max-width: 769px) {
    .hof_choix_item {
        width: 80%;
        height: 400px;
    }

    .cyb_hof__card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cyb_hof__contenu button {
        margin-right: 33%;
    }

    .cyb_hof__slider {
        bottom: -545px;
    }

    .cyb_hof__bandeau {
        height: 1635px;
    }

    .cyb_hof__contenu {
        margin-left: 0;
        width: 100%;
    }

    .cyb_hof__fleche_gauche {
        left: 0px;
    }

    .cyb_hof__fleche_droite {
        left: 420px;
    }

    cyb_hof__img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cyb_hof__img img {
        width: 65%;
        margin-left: 60px;
    }

    .cyb_hof__card {
        height: 613px;
        overflow: hidden;
    }

    div.cyb_hof__inner_part {
        width: 80%;
    }

    .cyb_hof__cardvignette .cyb_hof__nom_pc {
        font-size: 16px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .hof_choix_item {
        width: 100%;
        /*        height: 260px;
*/
    }

    .cyb_hof__contenu button {
        margin-right: 33%;
    }

    .cyb_hof__slider {
        bottom: -560px;
    }

    .cyb_hof__bandeau {
        /*min-height: 975px;*/
    }

    .cyb_hof__contenu {
        margin-left: 0;
        width: 360px;
    }

    .cyb_hof__fleche_gauche {
        left: -25px;
    }

    .cyb_hof__fleche_droite {
        left: 290px;
    }

    cyb_hof__img {
        width: 250px;
    }

    .cyb_hof__img img {
        width: 100%;
        margin-left: 0;
    }

    .cyb_hof__card {
        height: 613px;
        overflow: hidden;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    div.cyb_hof__inner_part {
        width: 80%;
    }


    .hof_choix_item__btn--jeux {
        margin-top: 120px;
    }

    .hof_choix_item__btn--ytb {
        margin-top: 120px;
    }

    .cyb_hof__valhalla:hover .cyb_hof__description {
        margin-top: 0%;
        height: 100%;
    }

    .cyb_hof__cardvignette:hover .cyb_hof__ser-title, .cyb_hof__cardvignette:hover .cyb_hof__ser-pc {
        display: none;
    }

    .cyb_hof__cardvignette .cyb_hof__nom_pc {
        font-size: 16px;
        width: 100%;
        text-align: center;
        padding: var(--marg_10_0);
        margin: var(--marg_10_0);
    }

    .cyb_hof__cardvignette .cyb_hof__nom_cta a {
        font-size: 16px;
        width: 100%;
    }

    .cyb_hof__nom_cta {
        flex-wrap: wrap;
    }

    .cyb_hof__cta_landing {
        margin: 0;
    }
}
