#style h1 {
    color: #183a68;
    font-family: 'Bellefair', serif;
    text-transform: uppercase;
    font-size: 10vw;
    font-weight: 400;
    line-height: 10vw;
    letter-spacing: 0.7vw;
    width: 100%;
    text-align: center;
    margin: 3vw 0 2.5vw 0;    
}
    #style h2 {
        text-align: center;
        font-family: 'Bellefair', serif;
        line-height: 4vw;
        font-size: 3vw;
        margin-bottom: -2vw;
      }
    .divgrav-chevreuil{
        position: relative;
    }
    .grav-chevreuil{
    width: 20vw;
    display: block;
    position: absolute;
    top: -17vw;
    left: 4vw;
    }
#style p.intro-h {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    width: 60%;
}
#style .vBox {
    width: 60%;
    text-align: center;
    margin: auto;
}
#img1ligne{
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-column-gap: 0.5vw;
    margin-top: 3vw;
    margin-bottom: 0.05vw;
}



#style .vBox img {
    width: 100%;
    height: auto;
}
#style img.hve {
    width: 15%;
    height: auto;
    margin-top: 3vw;
}
#style .vBox img.v3 {
    width: 60%;    
}
#style .vBox img.v3 {
    width: 60%;    
}
#styletxt{
    padding-bottom: 0.5vw;
}
#style #styletxt p {
    font-family: 'Josefin Sans', sans-serif;   
    text-align: center;
    font-weight: 200;
    margin-top: 7vw;
    margin-bottom: 10vw;
}

@media all and (max-width: 567px)
{
    #mainBox #Chemin {
        display: inline-block;
        font-size: 3vw;
    font-weight: 400;
    line-height: 3vw;
    }
    #style h1{
        padding-top: 2.5vw;
    }
    #style h2 {
        line-height: 5vw;
        font-size: 4vw;
        margin-bottom: 0vw;
    }
    #img1ligne{
        display: block;
    }
    #style .vBox img.v3{
        width: 100%;
    }
   
    .grav-chevreuil {
        width: 20vw;
        display: block;
        position: absolute;
        top: -16vw;
        left: -3vw;
    }
}

@media all and (max-width: 414px){
  #style #mainBox p {
    font-size: 5.5vw;
    line-height: 6vw;
    width: auto;
}  
#style img.hve {
    width: 30%;
    height: auto;
    margin-top: 3vw;
}
#style .vBox {
    width: 100%;
}

}

