@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=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@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');
  }

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    overflow-x: hidden;
    position: absolute;
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #FFFFFF;
    perspective: 1px;
}

.Bottle-Presentation-Container {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    background-color: #9444447c;
}

.Bottle-Aide {
    padding-top: auto;
    padding-bottom: auto;
    padding-left: 160px;
    width: 100%;
    width: 50vw;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #af7d000a;*/
}

.Bottle-Container {
    height: 95%;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2vw;
}

.Bottle {
    width: 40%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}











 .Description-Container {
     width: 50vw; /*<<*/
    height: 100%;
}

.Text-Container {
    width: 100%;
    height: 100%;
    padding-right: 108px;
    position: relative;
    display: flex;
    align-items: center
}

.White-Background {
    padding-top: auto;
    padding-bottom: auto;
    background-color: #FFFFFFFF;
    width: 100%;
    position: relative;
}

.Text-Description {
    padding: 50px;
    width: 100%;
}

.Text1-name-container {
    overflow-y: hidden;
    margin-bottom: 32.5px;
}

.Text1-Name {
    font-size: 2.7rem;
    font-weight: lighter;
    font-family: 'Agate', sans-serif;
    color: #403B3A;
}

.Description-button { 
    color: #434343;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    overflow-x: hidden;
    position: relative;
    display: inline;
}

.Description-button::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1.25px;
    background-color: #434343;
}

.Description-button-Text {
    padding-top: 20px;

    color: #434343b9;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    padding-bottom: 25px;
}

/*.Details-Container {
    width: 50%;
    border: 1px solid #434343b9;
}

.Details {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.D {
    width: 49%;
    background-color: #af7d000e;
    height: 84px;
    margin-bottom: 8px;
}

.M {
    margin-bottom: 0 !important;
}



.Details-Title {
    color: #434343b9;
    margin-bottom: 0.7rem;
    font-size: 13px;
    font-family: 'Jost', sans-serif;
    text-align: justify;
    font-weight: 400;
}

.Details-content {
    color: #434343b9;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    text-align: justify;
    font-weight: 400;
}*/



.Details {
    width: 100%;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: #434343b9 solid 1px;
}

.Transition-Details {
    width: 100%;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}

.Details-object {
    position: relative;
    color: #434343b9;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    text-align: justify;
    font-weight: 400;
    width: 49.25%;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 7.5px;
    background-color: #94444425;
}

.c {
    margin-bottom: 0;
}

.d {
    margin-bottom: 0;
}

/*.Details-object::after {
    background-color: #af7d000e;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 10px);
    height: 100%;
}*/

/*.Details {
    width: 100%;
    position: relative;
}

.Details-object {
    position: relative;
    color: #434343b9;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 7.5px;
    background-color: #af7d000d;
}*/

@media (max-width: 1750px) {
    .Details-object {
        height: 75px;
    }
}

@media (max-width: 1440px) {
    .Bottle-Presentation-Container {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .Bottle-Aide {
        width: 100vw;
        height: 62.5vw;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Bottle-Container {
        padding-top: 50px;
        height: 100%;
        width: 42.5%;
        margin-right: 0vw;
    }
 
    .Description-Container {
        background-color: #FFFFFF;
        width: 100vw;
        display: block;
    }

    .Text-Container {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        padding-right: 0;
    }
}

@media (max-width: 1300px) {
    .Bottle-Aide {
        height: 72.5vw;
    }

    .Bottle-Container {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .Bottle-Aide {
        height: 80vw;
    }

    .Bottle-Container {
        width: 60%;
    }
}

@media (max-width: 1100px) {
    .Bottle-Aide {
        height: 92.5vw;
    }

    .Bottle-Container {
        width: 70%;
    }
}


@media (max-width: 905px) {
    .Text-Container {
        width: 100%;
    }

    .Text-Description {
        padding-left: 60px;
        padding-right: 60px;
    }
    .Bottle-Aide {
        height: 105vw;
    }
    .Bottle-Container {
        width: 80%;
    }
}

@media (max-width: 800px) {
    .Bottle-Aide {
        height: 110vw;
    }
    .Bottle-Container {
        width: 82.5%;
    }
}

@media (max-width: 725px) {
    .Bottle-Aide {
        padding-left: 100px;
    }

    .Text-Description {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 600px) {
    .Bottle-Aide {
        height: 140vw;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .Bottle-Container {
        margin-right: 0;
    }
    .Text-Container {
        padding-right: 0;
    }
}

@media (max-width: 550px) {
    .Bottle-Aide {
        height: 145vw;
    }
}

@media (max-width: 500px) {
    .Bottle-Aide {
        height: 160vw;
    }
    .Text-Description {
        padding-left: 30px;
        padding-right: 30px;
    }

    .Details-object {
        height: 100px;
    }
}

@media (max-width: 450px) {
    .Bottle-Aide {
        height: 170vw;
    }
    .Text-Description {
        padding-left: 20px;
        padding-right: 20px;
    }

    .Details-object {
        width: 100%;
        height: 50px;
    }

    .c {
        margin-bottom: 7.5px;
    }   
}

@media (max-width: 325px) {
    .Details-object {
        height: 105px;
    }
    .Accords-Container {
        margin-right: 0 !important;
    }
}

@media (max-width: 305px) {
    .Text-Accords-Titre {
        white-space: normal !important;
    }

    .Accords-Container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}










.Accords-Aide {
    overflow-x: hidden;
    margin-top: 5rem;
    height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Accords {
    position: relative;
    width: 100vw;
    height: 84vh;
    padding: 0 3vw;
    display: flex;
    justify-content: space-between;
}

.Accords-Image-Container-1 {
    width: calc(100% / 3);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.Image-Container-1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.Image-Accords-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../../Src/images/GRANAJOLO_VENDANGES2021-71.jpg');
    background-position: left;
    background-size: cover;
}





.Accords-Image-Container-2 {
    margin-top: 50px;
    width: calc(60% / 3);
    position: relative;
    height: 50vh;
}

.Image-Container-2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.Image-Accords-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../../Src/images/GRANAJOLO_VENDANGES2021-49.jpg');
    background-position: center;
    background-size: cover;
}







.Accords-Texte-Container {
    width: calc(100% / 2.75);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Accords-Container {
    width: 100%;
    height: fit-content;
    padding-right: 20%;
    padding-left: 20%;
    position: relative;
}

.Text-Accords-Titre {
    overflow-y: hidden;
    color: #403B3A;
    position: relative;
    font-size: 2.7rem;
    font-weight: 500;
    font-family: 'Agate', sans-serif;
    font-weight: lighter;
    margin-bottom: 2.25rem;
    width: fit-content;
}

.Text-Accords-Content {
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #434343c5;
}

.PDF-Button {
    cursor: pointer;
    /*margin-top: 30px;*/
    margin-left: 5vw;
    width: fit-content;
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    color: #403B3A;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.PDF-Button::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1.25px;
    background-color: #434343;
}

@media (max-width: 225px) {
    .PDF-Button {
        margin-top: 10px;
        margin-left: 0;
        display: block;
    }
}

@media (max-width: 1440px) {
    .Accords-Aide {
        margin-top: 30px;
        width: 900px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    .Accords {
        margin-left: 60px !important;
        margin-right: 60px !important;
        /*flex-direction: column;*/
        height: auto;
        padding: 0;
    }

    .Accords-Image-Container-1 {
        /*width: 60%;
        height: 50vh;*/
        display: block;
        width: 90%;
        /*--->*/
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .Image-Container-1 {
        width: 80%;
        height: 60vh;
    }

    .Accords-Texte-Container {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 340px;
    }

    .Accords-Container {
        width: 340px;
        padding-left: 20%;
        padding-right: 0;
    }

    .Accords {
        margin-bottom: 60px;
    }

    /*.Accords-Image-Container-2 {
        margin-top: 0;
        width: 60%;
        height: 50vh;
        display: block;
        margin-left: auto;
        margin-bottom: 50px;
    }*/

    .Accords-Image-Container-2 {
        display: none;
    }
}

@media (max-width: 905px) {


    .Accords-Aide {
        width: 100%;
    }

    .Image-Container-1 {
        width: 40vw;
        height: 50vw;
    }
}

@media (max-width: 780px) {
    .Accords-Texte-Container {
        width: 50%;
    }

    .Accords-Container {
        width: 100%;
    }
    
    /*-->*/
    .Accords-Container {
        padding-left: 10%;
    }
    /*--->*/
    .Accords-Image-Container-1 {
            width: 50%;
    }
    .Accords-Aide {
        /*--->*/
        margin-top: 0;
    }
}

@media (max-width: 725px) {
    .Accords {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .Accords-Image-Container-2 {
        width: 60vw;
        height: 80vw;
    }

    .Accords-Image-Container-1 {
        width: 60vw;
    }

    /*--->*/
    .Accords-Texte-Container {
        margin-top: 0;
    }

    .Accords-Image-Container-1 {
        height: 60vw;
    }

    /*-->*/
    .Accords-Container {
        padding-left: 0%;
    }
}




@media (max-width: 625px) {
    .Text-Accords-Titre {
        white-space: nowrap;
    }

    .Accords {
        flex-direction: column;
    }

    .Accords-Texte-Container {
        margin-top: 50px;
        width: auto;
    }

    .Accords-Container {
        width: auto;
        margin-right: 10%;
        padding: 0;
    }

    .Accords-Image-Container-1 {
        width: 100%;
        height: 100%;
    }

    .Image-Container-1 {
        width: 45vw;
        height: 65vw;
    }

    .Image-Container-2 {
        width: 45vw;
        height: 65vw;
        margin-left: auto;
    }

    .Accords-Image-Container-2 {
        margin-top: 0;
        display: block;
        margin-left: auto;
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .Accords {
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0;
    }
    .Image-Container-1 {
        width: 60vw;
        height: 80vw;
    }

    .Image-Container-2 {
        width: 60vw;
        height: 80vw;
    }

    .Accords-Image-Container-1 {
        width: 100%;
    }

    .Accords-Image-Container-2 {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .Accords {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 291px) {

    .Accords-Container {
        width: 100vw !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .Image-Container-1 {
        width: 70vw;
        height: 100vw;
    }

    .Image-Container-2 {
        width: 70vw;
        height: 100vw;
    }
}














.navbar {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 31px;
    right: 43px;
    width: 564px;
    z-index: 110;
    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;
        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: 100%;
    background-color: #101010;
    z-index: 9;
    position: absolute;
    display: flex;
    flex-direction: column;
    opacity: 0.7;
    display: none;
    transform: translateY(100vh);*/

    position: absolute;
    top: 0;
    width: 100vw;
    height: 105vh;
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    opacity: 0.7;
    display: none;
    transform: translateY(100vh);
    z-index: 100;
}

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;
    }
}

.NavbarMobileBackground {
    background-color: #101010;
    position: absolute;
    transform: translateY(99vh);
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    z-index: 99;
}

body.active .NavbarMobileBackground {
    height: 7000%;
}


@media (max-width: 300px) {
    .Text1-Name {
        font-size: 12vw;
    }

    .Text-Accords-Titre {
        font-size: 12vw;
    }
}