@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
}

html {
    overflow-x: hidden;
}

body {
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #FFFFFF;
    perspective: 1px;
    min-height: 105vh !important;
    overflow-x: hidden !important;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
/*403B3A*/

@media (max-height: 900px) {
    .Test {
        height: auto !important;
        padding-top: 2vh !important;
    }

    .mySwiper {
        padding-top: 90px !important;
    }
}

.Test {
    padding-top: 12.25vh;
    height: auto;
}

.mySwiper {
    width: 85vw;
    overflow: visible;
}

.Decouvrir-Text {
    overflow: hidden;
    position: relative;
    width: fit-content;
    margin-bottom: 130px;
    margin-left: auto;
    margin-right: auto;
}

@font-face {
    font-family: 'Agate';
    src: url('../Src/images/Font/qt_agatetype/QTAgateType-Bold.otf') format('opentype'),
         url('../Src/images/Font/qt_agatetype/QTAgateType.otf') format('opentype');
  }

.Decouvrir-Text h1 {
    color: #403B3A;
    font-size: 3.4rem;
    font-family: 'Agate', sans-serif;
    font-weight: lighter;
}

.Vins {
    width: 100%;
}

.A {
    margin-left: 5vw;
}

.SwiperVinsItems {
    width: fit-content;
    margin-right: 4vw;
}

.Bottle-Container {
    width: 24vw;
    height: 24vw;
    position: relative;
}

.Cercle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


.Bottle {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 120%;
    position: absolute;
    width: 100%;
    top: -12.5%;
}

/*
.Color1 .Bottle-Container .Cercle {
    background-color: #f4f0e08e;
}

.Color2 .Bottle-Container .Cercle {
    background-color: #f4f0e088;
}

.Color3 .Bottle-Container .Cercle {
    background-color: #4c503283;
}*/

.Bottle-Text-Container {
    margin-top: 3vw;
}

.Bottle-Text-Container h1 {
    font-size: 1.5rem;
    font-family: 'Agate', sans-serif;
    font-weight: lighter;
    color: #403B3A;
    letter-spacing: 1px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.Bottle-Text-Container h1::after {
    content: '';
    width: 0;
    background-color: #403B3A;
    height: 1px;
    transition: all .5s ease;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-left: auto;
    opacity: 0;
}

.SwiperVinsItems:hover .Bottle-Text-Container h1::after {
    opacity: 1;
    width: 100%;
}

.swiper-button-prev {
    background-image: url('Ressources/arrow.svg');
    background-size: 100% 100%;
    width: 175px;
    height: 8px;
    transform: rotate(180deg);
    left: 0 !important;
    margin-top: 0 !important;
}


  
/* Custom next arrow image */
.swiper-button-next {
    background-image: url('Ressources/arrow.svg');
    background-size: 100% 100%;
    width: 175px;
    height: 8px;
    position: absolute !important;
    margin-top: 0 !important;
    right: 0 !important;
}

.swiper-button-container {
    padding-top: 100px;
    margin-bottom: 10vh;
}
  
/* Hide default arrow icons */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}

@media (max-width: 1400px) {
    .Decouvrir-Text {
        position: relative;
        width: fit-content;
        margin-bottom: 110px;
    }

    .Decouvrir-Text h1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 1200px) {
    .Bottle-Container {
        width: 25vw;
        height: 25vw;
    }
}

@media (max-width: 1000px) {
    .Bottle-Text-Container  {
        margin-top: 5vw;
    }

    .Bottle-Text-Container h1 {
        font-size: 1.25rem;
    }
}

@media (max-width: 1000px) {
    .Bottle-Container {
        width: 30vw;
        height: 30vw;
    }
}

@media (max-width: 800px) {
    .Bottle-Container {
        width: 52.5vw;
        height: 52.5vw;
    }
}

@media (max-width: 720px) {
    .Decouvrir-Text {
        /*width: 327px ;*/
        width: 380px;
    }
    .SwiperVinsItems {
        margin-right: 30px;
    }
}

@media (max-width: 600px) {
    .Decouvrir-Text {
        margin-bottom: 15vh;
    }
}

@media (max-width: 500px) {
    .Decouvrir-Text h1 {
        font-size: 2rem;
    }

    .Decouvrir-Text {
        margin-bottom: 10vh;
    }

    .mySwiper {
        padding-top: 20vh !important;
    }

    .swiper-button-next {
        width: 75px;
    }

    .swiper-button-prev {
        width: 75px;
    }

    .swiper-button-container {
        width: 180px !important;
        height: 2px !important;
    }
}

@media (max-width: 400px) {
    .Decouvrir-Text {
        width: 200px;
        margin-left: 5vw;
    }
}

.swiper-button-container {
    padding-top: 10.5vh;
    width: 325px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}






.FichePDFVente {
    margin-top: 30px;
    position: relative;
    width: 80%;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
}

.NavbarMobileBackground {
    background-color: #101010;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 1;
    z-index: 2;
}

 




/*.Vente {
    text-transform: uppercase;
    position: relative;
    top: 0;
    width: 110px;
    height: 40px;
    border: 1px #00000064 solid;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-around;
    -webkit-text-stroke: .1px #faf5ed;
    z-index: 5;
}

.Vente::after {
    position: absolute;
    top: -8px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #00000064;
}

.Vente::before {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #00000064;
}

.Vente div {
    position: relative;
    z-index: 200;
    transform: scaleY(1.1);
    width: calc(110px/3);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Vente div:nth-child(1) {
    cursor: pointer;
}

.Vente div:nth-child(2) {
    cursor: default;
}


.Vente div:nth-child(3) {
    cursor: pointer;
}*/














































































.NavbarMobileBackground {
    background-color: #101010;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 1;
    z-index: 2;
}



















.navbar {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 31px;
    right: 43px;
    width: 564px;
    z-index: 10;
    height: 20px;
    font-weight: 400;
    font-family: 'Cormorant', serif;
}

.navbar::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 988%;
    background-color: #101010;
    transform: scaleY(0.5);
    left: -1000%;
}
  
a {
    text-decoration: none;
    color: #101010;
    font-size: 14.8px;
    display: inline;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2rem;
    font-weight: 600;
    position: relative;
}
  
#ligne {
    position: relative;
    height: 100%;
    width: 1px;
    background-color: #101010;
}
  
#Acheter::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.424);
    opacity: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 32px;
    width: 132px;
    z-index: -1;
}

/*.div {
    background-color: black;
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}
  
.div::after {
    background-color: red;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: -10px;
    content: '';
}*/

@media (max-width: 725px) {
    .navbar {
        right: 50%;
        transform: translateX(50%);
    }
    .navbar::after {
        opacity: 0;
    }
}

@media (max-width: 710px) {
    .navbar a {
        display: none;
    }
    
    #ligne {
        display: none;
    }

    .navbar {
        right: 20px;
        width: 50px;
        height: 40px;
        display: inline-block;
        transform: inherit;
    }
    
    .navbar::after {
        left: -1555%;
        width: 1500%;
        opacity: 1;
    }

    .Burger {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .BurgerLine {
        margin: auto;
        position: relative;
        height: 1px;
        width: 40%;
        background-color: #101010;
        z-index: 10;
        transform: scaleY(0.9);
        transition: 0.7s ease-in-out all;
    }

    .BurgerLine::after {
        display: block !important;
    }

    .BurgerLine::before {
        display: block !important;
    }

    #BackgroundBurger {
        position: absolute;
        width: 70px;
        height: 70px;
        border: solid #101010 1px;
        transform: scale(0.5);
    }

    body.active .BurgerLine {
        transform: rotate(90deg);
        height: 1.45px;
    }
}

.Burger {
    position: absolute;
}

.NavbarMobile {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 105vh;
    position: absolute;
    display: flex;
    flex-direction: column;
    opacity: 0.7;
    display: none;
    transform: translateY(100vh);
    z-index: 2;
}

ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style-type: none;
}

li {
    opacity: 0;
    transform: translateY(35px);
}

li a {
    justify-content: left;
    color: #e5e1d5;
    font-size: 35px;
    font-family: 'Cormorant', serif;
    font-weight: 100;
    line-height: 85px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-style: italic;
}

.BurgerLine::after {
    transition: 0.7s ease-in-out all;
    content: '';
    position: absolute;
    top: -6px;
    width: 100%;
    height: 2px;
    background-color: #101010;
    transform: scaleY(0.7);
}
.BurgerLine::before {
    transition: 0.7s ease-in-out all;
    content: '';
    position: absolute;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #101010;
    transform: scaleY(0.7);
}



/* Réglage des bugs après le test sur le site (là, navbar) */

@media (max-height: 500px) {
    li a {
        font-size: 35px;
        line-height: 70px;
    }
}

@media (max-height: 500px) {
    .navbar{ 
        top: 22px;
    }
}

@media (max-height: 380px) {
    li a {
        font-size: 30px;
        line-height: 62.5px;
    }
}

@media (max-height: 340px) {
    .navbar{ 
        top: 15px;
        right: 15px;
    }
}



body.active .NavbarMobileBackground {
    height: 7000%;
}


/*
@media (min-width: 1500px) {
    .Bottle {
       height: 535px;
    }
}

@media (max-width: 1100px) {
    .Bottle {
       height: 40vw;
    }
}

@media (max-width: 770px) {
    .Bottle {
       height: 50vw;
    }
}

@media (max-width: 650px) {
    .Bottle {
       height: 55vw;
    }
}

@media (max-width: 525px) {
    .Bottle {
       height: 70vw;
    }
}

@media (max-width: 450px) {
    .Bottle {
       height: 85vw;
    }
}*/



/*
@media (max-width: 380px) {
    .TextSwiperVinsItems2 h1 {
        font-size: 0.95em;
    }

    .TextSwiperVinsItems2 {
        width: 55%;
    }
}

@media (max-width: 300px) {
    .TextSwiperVinsItems2 h1 {
        font-size: 0.9em;
    }

    .TextSwiperVinsItems2 {
        width: 70%;
    }
}

@media (max-width: 450px) {
    .SwiperVinsItems {
        width: 100vw;
        transform: none !important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .Vins {
        width: 100vw;
    }
}*/


/*
.Bottle-Container-Global {
    padding-top: 30vh;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.Bottle-Container {
    width: 180px;
    display: inline-block;
}

.Bottle {
    background-image: url(Ressources/Test.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 444px;
    width: 100%;
}

.c {
    margin-right: 100px;
}

.h {
    margin-right: 100px;
}*/

:root {
    --brown: #a59583;
    --blue: #7895CB;
    --gray: #e7e4d8;
    --green: #4a4f2e;
    --purple: #8b3e56;
    --red: #944444;
  }



.jrouge {
    background-image: url('../Src/images/Bouteilles/rouge_J.png');
    z-index: 10;
}

.jrougecercle {
    background-color: var(--brown);
    opacity: 1;
}

.jblanc {
    background-image: url('../Src/images/Bouteilles/blanc_J.png');
    z-index: 10;
}

.jblanccercle {
    background-color: var(--brown);
    opacity: 1;
}

.monikarouge {
    background-image: url('../Src/images/Bouteilles/rouge_monika.png');
    z-index: 10;
}

.monikarougecercle {
    background-color: var(--blue);
        opacity: 1;
}

.monikarose {
    background-image: url('../Src/images/Bouteilles/rose_monika.png');
    z-index: 10;
}

.monikarosecercle {
    background-color: var(--gray);
        opacity: 1;
}

.monikablanc {
    background-image: url('../Src/images/Bouteilles/blanc_monika.png');
    z-index: 10;
}

.monikablanccercle {
    background-color: var(--blue);
    opacity: 1;
}

.roccarouge {
    background-image: url('../Src/images/Bouteilles/rouge_rocca.png');
    z-index: 10;
}

.roccarougecercle {
    background-color: var(--green);
    opacity: 1;
}

.roccarose {
    background-image: url('../Src/images/Bouteilles/rose_rocca.png');
    z-index: 10;
}

.roccarosecercle {
    background-color: var(--gray);
    opacity: 1;
}

.roccablanc {
    background-image: url('../Src/images/Bouteilles/blanc_rocca.png');
    z-index: 10;
}

.roccablanccercle {
    background-color: var(--green);
    opacity: 1;
}

.minustellurouge {
    background-image: url('../Src/images/Bouteilles/rouge_minustellu.png');
    z-index: 10;
}

.minustellurougecercle {
    background-color: var(--purple);
    opacity: 1;
}

.confidentielrouge {
    background-image: url('../Src/images/Bouteilles/rouge_confidentiel.png');
    z-index: 10;
}

.confidentielrougecercle {
    background-color: var(--brown);
    opacity: 1;
}

.sciaccarellurouge {
    background-image: url('../Src/images/Bouteilles/rouge_sciaccarellu.png');
    z-index: 10;
}

.sciaccarellurougecercle {
    background-color: var(--red);
    opacity: 1;
}