#introBox {
    text-align: left;
    background: transparent url(/public/medias/images/bg_chateau-de-bligny.jpg) no-repeat;
    background-size: 100% auto;
    height: auto;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    padding: 9vw 0;       
}

.presentation{
    width: 50vw;
}

#introBox h2 {
    color: #b8a391;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 4vw;
    text-align: center;
    font-family: 'Bellefair', serif; 
    text-transform: inherit;
}
 #introBox h3 {
    color: #b8a391;
    font-size: 1.5vw;
    font-weight: 400;
    line-height: 2vw;
    text-align: center;
    margin: 0 0 3vw 0;
    padding: inherit;
    font-family: 'Bellefair', serif;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
}
 #introBox p {
    color: #fff;
    font-size: 1.2vw;
    font-weight: 200;
    line-height: 1.7vw;
    text-align: center;
    margin: inherit;
    padding: 0 4vw;
    margin: 0 0 4vw 0;
}
 #introBox p a {
    background: transparent url(/public/medias/images/picto_fleche.svg) no-repeat 0 -3px;
    padding: 0px 0 0 7.5vw;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #b8a391;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
}
 #introBox p.signature {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1vw;
    text-transform: uppercase;     
}
.grav-cerf {
    width: 27vw;
    position: absolute;
    z-index: 100;
    margin-top: -23vw;
    right: -13.5vw;
    display: block;
}

#strateVitrail{
    display: grid;
    grid-template-columns: 5fr 2fr;
    z-index: 10;
    position: relative;
    background-color: white;
    width: 70vw;
    margin: 2vw auto -5vw auto;
    padding: 2.5vw;
}
.verticalAlign{
    place-self: center;
}
#histoBox {
    background-color: #fff;
    padding: 20px 40px;
    z-index: 10;
}
#histoBox h2 {
    text-align: center;
    color: #7d7b79;
}
#histoBox h3 {
    font-family: 'Bellefair', serif;
    color: #b8a391;
    font-size: 2vw;
    font-weight: 400;
    line-height: 2.2vw;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
#histoBox p.text {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 2vw;
    color: #7d7b79;
}
#histoBox .vitrail {
    width: 100%;
    margin-left: 0;
}
#histoBox p.intro {
    font-family: 'Bellefair', serif;
    text-transform: inherit;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 2.5vw;
    text-align: center;
    color: #7d7b79;
    padding: 0 12vw;
}

#histoBox .tabChasse {
    margin-left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}

.Home .Content {
    padding: 3vw 0 10vw 0;
}
.Home h2 {
    color: #183a68;
    font-family: 'Bellefair', serif;
    text-transform: uppercase;
    font-size: 8vw;
    font-weight: 400;
    line-height: 8vw;
    letter-spacing: 0.2vw;
    width: 100%;
    text-align: center;
    margin-bottom: 7vw;
    margin-top: 8vw;
}
.Home h2 span {
    padding-left: 4rem;
    clear: both;
    display: block;
    font-family: 'Bellefair', serif;  
}
.Home h3 {
    color: #b8a391;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.6vw;
    font-weight: 400;
    line-height: 2vw;
    width: 100%;
    text-align: left;
    letter-spacing: initial;
    margin: 2vw 0;
}

#bouteilledeguste{
    display: grid;
    grid-template-columns: 50% 50%;
}
#bouteillecadre{
    margin: auto;
}
#degust{
    padding-right: 8vw;
}
.Home #VparaBox {
    width: 20vw;
    height: 25vw;
    margin-left: 28%;
}
.Home #VparaBox img {
    position: relative;
}
.Home #VparaBox img.cadre {
    margin: -8vw 0 0 -2.5vw;
    width: 20vw;
    height: auto;
}
.Home #VparaBox img.bouteille {
    margin: -39vw 0 0 -4.5vw;
    width: auto;
    height: 41vw;
    image-rendering: auto;
}

.Home .Tcadre {
    font-size: 1.3vw;
    max-width: auto;
    color: #7d7b79;
    font-weight: 200;
    line-height: 2.3vw;
}
.Home .Tcadre a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #c1a583;
    background: transparent url(/public/medias/images/picto_dl.svg) no-repeat 0 0;
    clear: both;
    font-weight: 500;
    font-size: 1vw;
    transition: all 0.5s ease;
    background-size: 4vw;
}

.Home .Tcadre a:hover {
    color: #183a68;
}
.Home li a,
.Home p
 {
    letter-spacing: initial;
}
.presentation strong{
    line-height: 3vw;
}
@media all and (max-width: 414px)
{
    #introBox {
        background: transparent url(/public/medias/images/bg_chateau-de-bligny_alt.jpg) no-repeat;
        background-size: 100% auto;
        height: auto;
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
    
    #introBox h2 {
        font-size: 8vw;
        font-weight: 400;
        line-height: 10vw;
        text-align: center;
        margin: 44vw 0 0 0;

    }
    #introBox h3 {
        font-size: 4vw;
        font-weight: 400;
        line-height: 6vw;
        text-align: center;
        margin: 0 0 10vw 0;
        letter-spacing: 0.8vw;
    }
     #introBox p {
        font-size: calc(16px + 1.5vw);
        font-weight: 200;
        line-height: calc(16px + 2vw);
        text-align: center;
        margin: inherit;
        padding: 0 2.5vw;
        margin: 0 0 10vw 0;
        color: #000;
    }
     #introBox p a {
        padding: 0px 0 0 15vw;
        margin: 0px 0 4vw -5vw;
        font-weight: 400;
        font-size: calc(16px + 0.25vw);
        line-height: calc(16px + 1vw);
        width: 75%;
    display: inline-block;
    }
     #introBox p.signature {
        font-size: 3vw;
        font-weight: 400;
        line-height: 3vw;
    }

    #histoBox .tabChasse{
        width: 100vw;
    }

    .presentation{
        width: 100%;
    }
    
    .grav-cerf {
        width: auto;
        position: relative;
        z-index: 10;
    }
    #histoBox h2{
        font-size: 4.5vw;
        line-height: 4.5vw;
        margin-top: 10vw;
    }
    #histoBox h3{
        font-size: 7vw;
        line-height: 7vw;
    }

    #histoBox p.intro{
        font-size: 7vw;
    line-height: 7vw;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    /* margin-left: 5%; */
    }
    #strateVitrail{
        display: block;
    }
    #histoBox p.text{
        font-size: 4vw;
        line-height: 5vw;
        text-align: center;
    }
    #degust{
        padding: 12vw 0 0 0;
    }
    #bouteilledeguste{
        display: block;
        margin-top: -14vw;
    }

    .Home h3{
        font-size: 6vw;
        text-align: center;
    }
    .Home .Tcadre{
        font-size: 6vw;
        text-align: center;
        padding: 0 2.5vw 0 2.5vw;
        line-height: 6.5vw;
    }
    .Home .Tcadre a{
        font-size: 5.5vw;
        padding-left: 20px;
    }
    .Home #VparaBox img.cadre {
        margin: -9vw 0 0 -11.5vw;
        width: 44vw;
    }
    .Home #VparaBox img.bouteille {
        margin: -75vw 0 3vw -13.5vw;  
        height: 75vw;      
    }
}

@media all and (min-width: 415px) and (max-width: 567px)
{
   
    #introBox {
        background: none;
        background: transparent url(/public/medias/images/bg_chateau-de-bligny_alt.jpg) no-repeat;
        background-size: 100% auto;
        height: auto;
        transform: translateX(0px);
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
    
    #introBox h2 {
        font-size: 6.4vw;
        font-weight: 400;
        line-height: 10vw;
        text-align: center;
        margin: 35vw 0 0 0;
    }
    #introBox h3 {
        font-size: 2.2vw;
        font-weight: 400;
        line-height: 0.8vw;
        text-align: center;
        margin: 0 0 9vw 0;
        letter-spacing: 0.3vw;
    }
     #introBox p {
        font-size: 3vw;
        font-weight: 200;
        line-height: 4vw;
        text-align: center;
        margin: inherit;
        padding: inherit;
        margin: 0 0 7vw 0;
        color: #000;
    }
     #introBox p a {
        padding: 0px 0 0 15vw;
        margin: 0px 0 4vw -5vw;
        font-size: 2.5vw;
        line-height: 1.2vw;
        font-weight: 400;
    }
     #introBox p.signature {
        font-size: 2vw;
        font-weight: 400;
        line-height: 1.5vw;
    }
    .presentation{
        width: 100%;
    }

    #histoBox .tabChasse{
        width: 100vw;
    }
    
    .grav-cerf {
        width: 20vw;
        position: absolute;
        z-index: 10;
        right: 0vw;
        margin-top: -38vw;
    }
    .Home h3{
        font-size: 2.5vw;
        text-align: center;
    }
    .Home .Tcadre{
        font-size: 2.8vw;
        padding: 0 2.5vw;
        width: 90vw;
    margin: 0 5vw;
    }
    .Home .Tcadre a{
        font-size: 2.1vw;
    }
    #histoBox h2 {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    #histoBox h3{
        font-size: 4vw;
    }
    #histoBox p.intro{
        font-size: 3.8vw;
        line-height: 4.5vw;
    }
    #histoBox p.text{
        font-size: 1.8vw;
        line-height: 2.2vw;
        text-align: center;
    }
   #strateVitrail{
       display: block;
   }
   #bouteilledeguste{
       display: block;
       margin-top: 0vw;
   }
   .Home #VparaBox{
       margin: auto;
   }
   #degust{
       padding: 35vw 2.5vw 0 2.5vw;
       text-align: center;
   }
   #bouteillecadre{
    margin: 25vw auto 10vw auto;
}
    .Home li a, .Home p {
        letter-spacing: initial;
        line-height: 3vw;
        width: 80%;
    margin: 0 7%;
    }
    .Home #VparaBox img.cadre {
        margin: -9vw 0 0 -11.5vw;
        width: 44vw;
    }
    .Home #VparaBox img.bouteille {
        margin: -75vw 0 3vw -13.5vw;  
        height: 75vw;      
    }
}


#VparaBox > img.certificat {
    width: 50%;
    position: absolute;
      right: -4vw;
      z-index: 10;
     margin-top: -10vw;
     transition: all 0.5s ease-in-out;
  }
  #VparaBox > img.certificat:hover {
    transform: scale(150%);
  }
  
  @media all and (max-width: 568px) {
    #VparaBox > img.certificat {
      width: 100%;
      right: -22vw;
      margin-top: -12vw;
  }
    }


@media all and (min-width: 568px) and (max-width: 767px)
{
    #introBox p a{
        font-size: 1.5vw;
        line-height: 2.5vw;
        padding: 0 9vw;
    }
    #introBox p{
        font-size: 2vw;
        line-height: 2.3vw;
    }
    #histoBox p.text{
        font-size: 1.5vw;
        line-height: 2.2vw;
    }
    #introBox p.intro{
        font-size: 2vw;
    }
    .Home .Tcadre{
        font-size: 2vw;
    }
    .Home .Tcadre a{
        font-size: 1.5vw;
    }
    .grav-cerf{
        margin-top: -20vw;
    }
    
}

@media all and (min-width: 768px) and (max-width: 1023px)
{
    #introBox p a{
        font-size: 1vw;
        line-height: 2.5vw;
        padding: 0 6vw;
    }
    #introBox p{
        font-size: 1.8vw;
        line-height: 1.9vw;
    }
    #introBox p.signature{
        font-size: 1.6vw;
    }
    #histoBox p.intro{
        font-size: 2vw;
        line-height: 2.8vw;
    }
    #histoBox p.text{
        font-size: 1.5vw;
        line-height: 2.2vw;
    }
    .Home .Tcadre{
        font-size: 2vw;
    }
    .Home p{
        line-height: 2.9vw;
    }
}

@media all and (min-width: 1024px) and (max-width: 1279px)
{
    #introBox p{
        font-size: 1.4vw;
        line-height: 1.8vw;
    }

    #introBox p.signature{
        font-size: 1.3vw;
    }

    .Home .Tcadre{
        font-size: 1.7vw;
    }
   
}

