 *{
    padding: 0;
    margin: 0;
 }
 p{
    margin: 0;
 }

        /* CAROUSEL HEADER */
        
.bg-carousel-new label {
    background: #444;
    color: #fff;
    transition: transform 1000ms ease-out;
    display: inline-block;
    width: 100%;
    height: 70vh;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 100vh;
}


form {
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden !important;
}
input {
    position: absolute;
}
        
.keys {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    color: #fff;
    text-align: center;
    transition: all 300ms linear;
    opacity: 0;
}

input:focus ~ .keys {
    opacity: 0.8;
}

input:nth-of-type(1):checked ~ label:nth-of-type(1), 
input:nth-of-type(2):checked ~ label:nth-of-type(2),
input:nth-of-type(3):checked ~ label:nth-of-type(3),
input:nth-of-type(4):checked ~ label:nth-of-type(4){
    z-index: 0;
}

input:nth-of-type(1):checked ~ label {
    transform: translate3d(0, 0, 0);
}

input:nth-of-type(2):checked ~ label {
    transform: translate3d(-100%, 0, 0);
}

input:nth-of-type(3):checked ~ label {
    transform: translate3d(-200%, 0, 0);
}

input:nth-of-type(4):checked ~ label {
    transform: translate3d(-300%, 0, 0);
}

label {
    background: #444;
    background-size: cover;
    font-size: 3rem;
}

.blur-carousel-img{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}

label[for="clubs"]{
    background-image: url('https://res.cloudinary.com/dyfvpmg3o/image/upload/v1749220297/canape1_fovkle.jpg');
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

label[for="hearts"] {
    background-image: url('https://res.cloudinary.com/dyfvpmg3o/image/upload/v1750862290/rideau-bleu-resize_ijezlk.jpg');
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    image-rendering: auto;
}

label[for="spades"]{
    background-image: url('https://res.cloudinary.com/dyfvpmg3o/image/upload/v1751026045/siege-blanc_zaznim.jpg');
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

label[for="diamonds"]{
    background-image: url('https://res.cloudinary.com/dyfvpmg3o/image/upload/v1749220428/coussin2_wstnhh.jpg');
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

label:before,
label:after {
    color: white;
    display: block;
    background: rgba(255,255,255,0.2);
    position: absolute;
    padding: 1rem;
    font-size: 3rem;
    height: 10rem;
    vertical-align: middle;
    line-height: 10rem;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
}

label:before {
    content: "\276D";
    right: 100%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

label:after {
    content: "\276C";
    left: 100%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.bg-carousel-new .text-accueil{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2 !important;
}

.bg-carousel-new h1{
    letter-spacing: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 50px;
}
.bg-carousel-new .text-accueil h1:first-child{
    margin-bottom: 20px;
}

             /* FIN CAROUSEL HEADER */


            /* ALL SECTIONS */
.section-categories h3, .section-propos h3{
    color: rgba(191, 27, 51, 1.0);
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 70px;
}
.section-propos, .section-categories{
    margin: 150px 100px 100px 100px;
}
            /* FIN ALL SECTIONS */   



            /* SECTION - CATEGORIES */



            /* FIN SECTION - CATEGORIES */



            /* SECTION PROPOS */

.contain-section-propos{
    padding-top: 30px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "contain-section-propos-left contain-section-propos-right";
}
.contain-section-propos-left{
    grid-area: contain-section-propos-left;
}
.contain-section-propos-right{
    grid-area: contain-section-propos-right;
    display: flex;
    justify-content: center;
}
.bloc-left{
    background-color: black;
    width: 160px;
    height: 160px;
    position: absolute;
    top: -50px;
    left: -50px;
    border-radius: 10px;
}
.bloc-right{
    position: relative;
    background-color: rgba(191, 27, 51, 1.0);
    width: 250px;
    height: 250px;
    z-index: -1;
    border-radius: 10px;
}

.contain-section-propos p{
    font-size: 20px;
}

            /* FIN SECTION PROPOS */


