:root {
    --white : #fff;
    --black : black;
    --red-hover : #ad0f12;
    --dark-red : #CA1417;
    --light-black : #1b1a1d;
    --light-grey : #ccc;
    --dark-grey : #666;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
}

@font-face {
    font-family: AA;
    src: url(../fonts/Montserrat/static/Montserrat-Light.ttf);
}

html {
    font-size: 62.5;
    font-family: AA;
}

body {
    width: 100vw;
    overflow-x: hidden;
}

.font-size {
    font-size: .8rem;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--dark-red);
    color: #fff;
    width: 50px;
    height: 50px;
    border: 2px solid;
    border-radius: 15px;
    cursor: pointer;
    z-index: 100;
}

#back-to-top:hover {
    background-color: var(--red-hover);
}

.bg-color1 {
    background-color: var(--light-black) !important;
}

.bg-color2 {
    background-color: var(--dark-red) !important;
}

.bg-white {
    background-color: var(--white) !important;
}

.text-white {
    color: var(--white) !important;
}

.text-black {
    color: var(--light-black) !important;
}

.text-red {
    color: var(--dark-red) !important;
}

.active {
    color: var(--dark-red) !important;
    text-decoration: 2px underline var(--dark-red) !important;
    text-underline-offset: 5px;
}

.origin {
    transform-origin: left;
}

.text-white-hover:hover {
    color: var(--red-hover) !important;
    transform: scale(1.1);
}

.text-black-hover:hover {
    color: var(--light-black) !important;
    box-shadow: 2px 2px var(--red-hover);
    text-decoration: 2px underline var(--red-hover);
}

.scale:hover {
    transform-origin: 50% 50%;
    transform: scale(1.5);
}

.hover-icon:hover {
    transform-origin: 50% 0% !important;
    transform: scale(1.4);
    color: var(--red-hover) !important;
}

.btn-red {
    background-color: var(--dark-red);
    color: var(--white);
}

.btn-red:hover {
    background-color: var(--red-hover);
    color: var(--white);
}

.h-slider {
    height: 80vh;
}

.img-size {
    width: 100%;
    height: calc(100vh - 118px);
    object-fit: cover;
    object-position: center;
}

.logos {
    height: 13vh;
}

.img {
    height: 50px;
}

.h-s3 {
    height: 45vh;
}

.slash {
    background: var(--white);
    width: 6px;
    height: 200px;
    border-radius: 10px;
}

.h-card {
    height: 50vh;
}

.btn-cart {
    background-color: var(--white);
    color: var(--light-black);
}

.btn-cart:hover {
    outline: 2px solid var(--white);
    color: var(--white);
}

.bg-pattern {
    width: 100%;
    background-image: url(../assets/pattern.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.icon-footer {
    color: var(--dark-red);
}






.py {
    padding: 10rem 6rem 5rem;
}

.p {
    padding-right: 1rem;
    width: 13rem;
    height: 5rem;
    color: var(--white);
    font-size: 2rem;
    background-color: var(--dark-red);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}

h1 {
    color: var(--white);
    font-size: 2.5rem;
    text-align: center;
    position: relative;
    margin: 2rem 0;
}

h1 span {
    background-color: var(--dark-red);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video1,
.img1 {
    width: calc(100vw - 12rem);
    height: 100vh;
}

.v23,
.v56 {
    width: calc(100vw - 12rem);
    height: calc(50vh + 2rem);
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

.video2,
.video3,
.img2,
.img3 {
    width: calc(50vw - 6.5rem);
    height: 50vh;
}

.video3 {
    width: calc(50vw - 6.5rem);
    height: 50vh;
}

.cadre {
    width: 22rem;
    height: 8rem;
    background-color: var(--light-black);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
}

.cadre h3 {
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 0.05rem;
}
.cadre .Ybouton {
    display: flex;
}

.cadre .Ybouton .Y {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    clip-path: polygon(0 0,80% 0,100% 100%, 0 100%);
    height: 2.5rem;
    width: 8rem;
}

.cadre .Ybouton p {
    color: var(--light-black);
    font-size: 1.3rem;
    font-weight: 700;
}

.cadre .Ybouton .R {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark-red);
    clip-path: polygon(0 0,100% 0,100% 100%, 14% 100%);
    height: 2.5rem;
    width: 12rem;
    transform: translateX(-1rem);
}

.cadre .Ybouton a {
    color: var(--white);
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
}

.videos {
    position: relative;
}

.cadre1 {
    position: absolute;
    top: 29.5rem;
    left: 1rem;
    z-index: 100;
}

.images {
    position: relative;
}

.cadre2 {
    position: absolute;
    top: 29.5rem;
    left: 1rem;
    z-index: 100;
}

.underline {
    text-decoration: var(--dark-red) underline !important;
}

.rbutton {
    clip-path: polygon(0 0,90% 0,100% 100%, 0% 100%);
}

.lbutton {
    clip-path: polygon(0 0,100% 0,100% 100%, 7% 100%);
}


.maroc {
    /* width: 70px !important; */
    width: 100px !important;
    object-fit: contain;
}

.logo {
    width: 230px !important;
    object-fit: contain;
}

.logof {
    width: 230px !important;
    object-fit: contain;
}

.ps5 {
    width: 400px !important;
    object-fit: contain;
}