@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Poppins:wght@100;200;300;400;600;700;800;900&display=swap');

/* ############# */
/* global */
/* ############# */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    outline: none;
    border: none;
    scroll-behavior: smooth;
}

:root {
    --violet: #552be4;
    --fonce-violet: #6a3abb;
    --vert: #5ab543;
    --orange: #ed8925;
    --ligth: #ffffff;
    --gris: #aaaaaa;
    --dark: #070707;
}

.body {
    color: var(--dark);
    height: 250dvh;
    background: linear-gradient(-20deg, var(--fonce-violet), var(--violet), var(--violet), var(--dark));
}

.body-p {
    background-color: var(--ligth);
}

img {
    height: 100%;
}

.strong {
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    color: var(--dark);
    font-weight: 600;
}

.bouton-txt {
    font-size: clamp(1rem, 1.1vw, 1.5rem);
    font-weight: 800;
}

.tout-petit-txt {
    font-size: clamp(1rem, 1.1vw, 1.5rem);
    font-weight: 300;
}

.petit-txt {
    font-size: clamp(.8rem, 1vw, 1rem);
    font-weight: 300;
}

.strong {
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    color: var(--dark);
    font-weight: 600;
}

.paragraphe {
    font-size: clamp(.9rem, 1.2vw, 1.2rem);
    font-weight: 400;
    color: var(--gris);
}

.sous-titre {
    font-size: clamp(1.2rem, 2vw, 2rem);
    font-weight: 600;
}

.logo-JV {
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
    font-weight: 600;
}

.titre {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.6rem, 3.6vw, 4rem);
    font-weight: 800;
    text-shadow: 0em 0em .2em rgba(255, 255, 255, 0.2);
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.underline-violet {
    text-decoration: underline;
    text-decoration-color: var(--violet);
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.violet {
    color: var(--violet);
}

.fonce {
    color: var(--fonce-violet);
}

.blanc {
    color: var(--ligth);
}

.gris {
    color: var(--gris);
}

.dark {
    color: var(--dark);
}

.orange {
    color: var(--orange);
}

.vert {
    color: var(--vert);
}

.vert-fonce {
    color: #16330F;
}

.tiret {
    display: flex;
    align-items: start;
}

li .paragraphe {
    color: var(--dark);
    display: flex;
    align-items: center;
    gap: .4rem;
}

.btn-c {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ligth);
    position: relative;
    overflow: hidden;
    width: min-content;
    white-space: nowrap;
    height: clamp(2.4rem, 4vw, 5rem);
    padding: 0 clamp(1.5rem, 2.5vw, 3.5rem);
    border-radius: 0;
    background-color: var(--dark);
    border: solid max(.05vw, .05rem);
    border-color: var(--gris);
    font-weight: 400;
    scale: 1;
    transition: scale .4s ease, border-color .4s ease .2s, border-radius .4s ease;
}

.btn-content {
    position: relative;
}

.btn-c i {
    position: absolute;
    color: var(--ligth);
    top: 50%;
    transform: translateY(-50%) translateX(-6rem);
    opacity: 0;
    font-size: clamp(1.2rem, 1.3vw, 1.7rem);
    transition: transform .4s ease .2s;
}

.btn-c p {
    text-transform: uppercase;
    position: relative;
    top: 50%;
    transition: transform .4s ease;
}

.btn-c:hover {
    border-radius: clamp(.65rem, 1vw, 1.5rem);
    border: solid max(.05vw, .05rem);
    border-color: transparent;
    scale: 0.95;
}

.btn-c:hover i {
    opacity: 1;
    transform: translateY(-50%) translateX(-90%);
}

.btn-c:hover p {
    transform: translateX(5%);
}

.box-put .btn-c:hover .bouton-txt,
.hero-confirm .btn-c:hover .bouton-txt {
    transform: translateX(0);
}

.portfolio .card img {
    height: 100%;
    width: 100%;
    border-radius: clamp(.5rem, .8vw, .85rem);
    object-fit: cover;
}

.width {
    max-width: 1900px;
    padding: 3rem min(5vw, 6rem);
    width: 100%;
}

.width-f {
    /* max-width: 1900px; */
    padding: 3rem 0;
    width: 100%;
}

nav,
.hero,
.formats,
.originaux-infos,
.collection,
.personalisation,
.fiche-produit,
.description,
.livraison-orignaux,
.presentation-produit,
.recapitulatif-commande,
footer {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-text,
.formats .width,
.formats .box,
.presentation-produit .width,
.presentation-produit .box-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.formats .box-parent,
footer .box-parent {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/* ############# */
/* nav */
/* ############# */
nav .width-n {
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 min(5vw, 6rem);
    height: 7rem;
    width: 100%;
    backdrop-filter: blur(20px);
    background-color: var(--dark);
}

nav .width-n::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    height: max(.05vw, .05rem);
    background-color: var(--ligth);
    width: 0vw;
    transition: width .3s ease-out;
}

nav .width-n::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: max(.05vw, .05rem);
    background-color: var(--ligth);
    width: 0vw;
    transition: width .3s ease-out;
}

nav .width-n.active::before,
nav .width-n.active::after {
    width: 50vw;
}

nav #langue {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

nav #langue>img {
    height: 4.5rem;
}

nav #langue .drapeau {
    height: 2.5rem;
}

@media screen and (max-width: 670px) {
    nav .width-n {
        height: 5rem;
    }

    nav img {
        height: 4rem;
    }
}

/* burger */
nav .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 4rem;
    padding: 1rem .7rem;
    width: 4rem;
    border: solid max(.05vw, .05rem);
    border-color: transparent;
    border-radius: 0;
    transition: border-color .05s ease, border-radius .2s ease .05s;
}

nav .burger:hover {
    border-color: var(--ligth);
    border-radius: clamp(.5rem, .8vw, .85rem);
}

nav .burger-trait {
    height: 7%;
    width: 90%;
    background-color: var(--ligth);
}

/* menu déroulant */
nav .menu-deroulant {
    position: absolute;
    left: 50%;
    top: -400%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    min-width: 250px;
    padding: 5rem 2rem;
    border-radius: clamp(.65rem, 1vw, 1.5rem);
    border: solid max(.05vw, .05rem);
    border-color: var(--dark);
    backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 1);
    transition: top .4s ease-in-out;
}

nav .menu-deroulant.active {
    top: 120%;
}

nav .btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: transparent;
    font-size: clamp(1rem, 1.1vw, 1.5rem);
    font-weight: 600;
}

nav .btn::before {
    position: absolute;
    top: 0;
    font-size: clamp(1rem, 1.1vw, 1.5rem);
    font-weight: 300;
    color: var(--ligth);
    transition: top .2s ease-in-out;
}

nav .btn::after {
    position: absolute;
    top: 100%;
    font-size: clamp(1rem, 1.1vw, 1.5rem);
    color: var(--ligth);
    font-weight: 600;
    transition: top .2s ease-in-out;
}

nav .btn:hover::before {
    top: -100%;
}

nav .btn:hover::after {
    top: 0%;
}

nav .btn-accueil::before {
    content: "Accueil";
}

nav .btn-accueil.btn::after {
    content: "Accueil";
}

nav .btn-imprime::before {
    content: "Tableaux imprimés";
}

nav .btn-imprime.btn::after {
    content: "Tableaux imprimés";
}

nav .btn-originaux::before {
    content: "Œuvres originales";
}

nav .btn-originaux::after {
    content: "Œuvres originales";
}

nav .btn-portfolio::before {
    content: "Portfolio";
}

nav .btn-portfolio::after {
    content: "Portfolio";
}

/* ############# */
/* hero */
/* ############# */
.hero {
    background-image: url("img/fond.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--dark);
}

.hero .width {
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 15vh;
    padding: 10rem 10rem 5rem;
}

.hero .paragraphe {
    color: var(--ligth);
}

.hero h1 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 800;
    text-shadow: 0em 0em .2em rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    color: var(--ligth);
}


/* ############# */
/* footer */
/* ############# */

footer {
    background: var(--dark);
}

.slider {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    gap: 1.5rem;
    padding: 1.5rem;
}

.ombre1,
.ombre2 {
    position: absolute;
    height: 80%;
    width: 10rem;
    z-index: 200;
}

.ombre1 {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(to right, var(--dark), rgba(7, 7, 7, 0.9), rgba(7, 7, 7, 0.3), rgba(7, 7, 7, 0.05));
}

.ombre2 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(to left, var(--dark), rgba(7, 7, 7, 0.9), rgba(7, 7, 7, 0.3), rgba(7, 7, 7, 0.05));
}

.slider .box {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    display: flex;
    gap: 1.5rem;
    animation: 33s slideright infinite linear;
    z-index: 1;
}


@keyframes slideright {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

footer .box-parent .div {
    min-width: 300px;
}

footer .box-parent div:first-child,
footer .box-parent div:last-child {
    display: flex;
    gap: 1.5rem;
}

footer .box-parent div:last-child a {
    color: var(--ligth);
}

footer .box-parent div:first-child a {
    color: transparent;
}


/* Originaux/Imprimés */
/* Originaux/Imprimés */
/* Originaux/Imprimés */
/* Originaux/Imprimés */
/* Originaux/Imprimés */
/* Originaux/Imprimés */
/* Originaux/Imprimés */
/* Originaux/Imprimés */

/* --------- */
/* collection */
/* --------- */
.collection .width {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

@media (max-width:924px) {
    .collection .width {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
    }
}

.collection .box {
    display: flex;
    flex-direction: column;
    justify-content: end;
    border: solid max(.05vw, .05rem);
    border-color: var(--dark);
}


.collection .box-image {
    position: relative;
    aspect-ratio: 5 / 4;

}

#originaux .width a .box-image::before {
    position: absolute;
    content: "";
    height: 70%;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-position: center;
    background-size: contain;
}

.collection .box .header {
    background-color: var(--ligth);
    padding: 1rem;
    border-top: solid max(.07vw, .07rem);
    border-color: var(--dark);
}

.collection .box .header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collection .box .header div .enstock {
    color: var(--vert);
}

.collection .box .petit-txt {
    color: var(--gris);
}

.collection .box .paragraphe {
    color: var(--dark);
}

/* originaux */


#originaux .width #trois-cent-plus .box-image::before {
    background-image: url('img/images-tableaux/originaux/trois-cent-plus/trois-cent-plus.png');
}

#originaux .width #accross-the-fields .box-image::before {
    background-image: url('img/images-tableaux/originaux/accross-the-field/accross-the-fields.png');
}

#originaux .width #le-mans .box-image::before {
    background-image: url('img/images-tableaux/originaux/le-mans/le-mans.png');
}

#originaux .width #scaling-first .box-image::before {
    background-image: url('img/images-tableaux/originaux/scaling-first/scaling-first.png');
}

#originaux .width #cayenne-electric .box-image::before {
    background-image: url('img/images-tableaux/originaux/cayenne-electric/cayenne-electric.png');
}

#originaux .width #jet-life .box-image::before {
    background-image: url('img/images-tableaux/originaux/jet-life/jet-life.png');
}

#originaux .width #dream-life .box-image::before {
    background-image: url('img/images-tableaux/originaux/dream-life/dream-life.png');
}

#originaux .width #konig-ludwig .box-image::before {
    background-image: url('img/images-tableaux/originaux/konig-ludwig/konig-ludwig.png');
}

#originaux .width #gym-girl .box-image::before {
    background-image: url('img/images-tableaux/originaux/gym-girl/GYM-girl.png');
}

#originaux .width #horse-flying .box-image::before {
    background-image: url('img/images-tableaux/originaux/horse-flying/horse-flying.png');
}

#originaux .width #daghe-charles .box-image::before {
    background-image: url('img/images-tableaux/originaux/daghe-charles/daghe-charles.png');
}

#originaux .width #super-max .box-image::before {
    background-image: url('img/images-tableaux/originaux/super-max/super-max.png');
}

#originaux .width #across-the-track .box-image::before {
    background-image: url('img/images-tableaux/originaux/across-the-track/across-the-track.png');
}

#originaux .width #race-for-happiness .box-image::before {
    background-image: url('img/images-tableaux/originaux/race-for-happiness/race-for-happiness.png');
}

#originaux .width #ride-the-moment .box-image::before {
    background-image: url('img/images-tableaux/originaux/ride-the-moment/ride-the-moment.png');
}

#originaux .width #black-white .box-image::before {
    background-image: url('img/images-tableaux/originaux/black-white/black-&-white.png');
}

#originaux .width #the-superfast .box-image::before {
    background-image: url('img/images-tableaux/originaux/superfast/superfast.png');
}

#originaux .width #full-send .box-image::before {
    background-image: url('img/images-tableaux/originaux/full-send/full-send.png');
}

#originaux .width #hockey-club .box-image::before {
    background-image: url('img/images-tableaux/originaux/hockey-club/hockey-club.png');
}

#originaux .width #old-racing .box-image::before {
    background-image: url('img/images-tableaux/originaux/old-racing/old-racing.png');
}

#originaux .width #welcome-abroad .box-image::before {
    background-image: url('img/images-tableaux/originaux/welwome-abroad/welcome-abroad.png');
}

#originaux .width #the-smoker .box-image::before {
    background-image: url('img/images-tableaux/originaux/smoker/smoker.png');
}

#originaux .width #tdf .box-image::before {
    background-image: url('img/images-tableaux/originaux/tdf/TDF.png');
}

#originaux .width #the-dream .box-image::before {
    background-image: url('img/images-tableaux/originaux/the-dream/the-dream.png');
}

#originaux .width #fiorano .box-image::before {
    background-image: url('img/images-tableaux/originaux/fiorano/fiorano.png');
}

#originaux .width #the-golfers .box-image::before {
    background-image: url('img/images-tableaux/originaux/golfers/golfers.png ');
}





/* --------- */
/* personalisation */
/* --------- */

.personalisation .width {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    flex-wrap: wrap-reverse;
    gap: 1.5rem;
}

.personalisation .gauche {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--gris);
    background-image: url('img/images-tableaux/personalisation.png');
    background-position: center;
    background-size: cover;
    aspect-ratio: 5 / 4;
    width: max(40%, 300px);
    border-radius: clamp(.65rem, 1vw, 1.5rem);
}

.personalisation .droite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    width: max(40%, 300px);
}

.personalisation .pp-tableaux {
    display: flex;
    justify-content: end;
    width: 100%;
    height: 10rem;
    padding: 0 5rem;
}

.personalisation .pp-tableaux img {
    border-radius: 100rem;
}


/* tableaux */
/* tableaux */
/* tableaux */
/* tableaux */
/* tableaux */
/* tableaux */
/* tableaux */
/* tableaux */

/* retour-accueil */

.retour-accueil {
    position: fixed;
    top: 7rem;
    z-index: 100000;
}

.retour-accueil i {
    color: var(--dark);
    cursor: pointer;
}

/* ficheproduit */

.fiche-produit .width {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 7rem;
    gap: 2rem;
}

.fiche-produit .slider-produit {
    position: relative;
    width: max(50vw, 300px);
    aspect-ratio: 5 / 4;
    overflow: hidden;
}

.fiche-produit .slider-produit a .avance-recule {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: 4rem;
    border: solid max(.05vw, .05rem);
    border-color: var(--dark);
    margin: 1rem;
    color: var(--dark);
    background-color: var(--ligth);
}

@media (max-width: 750px) {
    .fiche-produit .slider-produit a .avance-recule {
        height: 2rem;
        width: 2rem;
        border: solid max(.05vw, .05rem);

    }
}

.fiche-produit .slider-produit a:nth-child(1) .avance-recule {
    left: 0;
}

.fiche-produit .slider-produit a:nth-child(2) .avance-recule {
    right: 0;
}


.fiche-produit .slider-produit .box-parent {
    position: absolute;
    height: 100%;
    display: flex;
}

.fiche-produit .slider-produit .box-parent div {
    position: relative;
    height: 100%;
    width: max(50vw, 300px);
    overflow: hidden;
}

.fiche-produit .slider-produit .box-parent div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.fiche-produit .slider-produit .box-parent div:nth-child(1) img {
    width: 70%;
    height: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.fiche-produit .droite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    width: max(25%, 300px);
}

.fiche-produit .droite .header {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 3rem;
}

.fiche-produit .droite .header .prix {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    background-color: var(--dark);
}

.fiche-produit .droite .etat {
    padding-left: 1rem;
}

.fiche-produit .droite .etat ul {
    list-style-type: disc;
}

.fiche-produit .droite .etat ul .stock {
    color: var(--vert);
}

.fiche-produit .droite .etat ul .commande {
    color: var(--dark);
}

.fiche-produit .droite .CTA {
    display: flex;
    align-items: center;
    justify-content: center;
}

.description .width,
.livraison-orignaux .width {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.presentation-produit .box-parent {
    position: relative;
    width: max(50%, 300px);
    aspect-ratio: 5 / 4;
    border-radius: clamp(.65rem, 1vw, 1.5rem);
    border: solid max(.05vw, .05rem);
    border-color: var(--dark);
    overflow: hidden;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

.presentation-produit .box-parent img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Panier */
/* Panier */
/* Panier */
/* Panier */
/* Panier */

.recapitulatif-commande .width {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-top: 15rem;
    height: 100vh;
}

.bouton-panier {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}