.VotreArtisan {
    background-image: url(../Images/ImagesScroll1.jpg);
    background-attachment: fixed;
    padding: 200px  0px;
    background-size: cover;
    height: 100vh;
    min-height: 800px;
}
.TitreArtsan {
    /* font-family: 'Remachine Script Personal Use'; */
    color: #fff;
    font-family: 'HurmeGeometricSans1';
    text-align: center;
    font-size: 5em;
    text-transform: uppercase;
    font-weight: 200;
    background: url(../Images/bgTitreArtisan.png) 50% 100% no-repeat;
    padding-bottom: 15px;
}


.DescrptionCourteText {
    font-family: 'HurmeGeometricSans1';
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 50px 0px;
}

.EnsavoirPlus a{
     font-family: 'HurmeGeometricSans1';
    font-size: 16px;
    color: #f8d958;
    display:block;
    text-transform:uppercase;  
    text-decoration:none;
    background: url(../Images/BgSavoirPlus.png) 100% 50% no-repeat;

width:190px;

height:65px;

line-height: 65px;
}
.EnsavoirPlus{

text-align: center;

display: table;

margin: auto;


}
.EnsavoirPlus a:hover{
    font-family: 'HurmeGeometricSans1';
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: table;
    margin: auto;
    background: url(../Images/BgSavoirPlusBlanche.png)  100% 50% no-repeat
}
.SloganArtisan {
    color: #f8d958;
    font-size: 4.5em;
    font-family: 'Remachine Script Personal Use';
    text-align: center;
}



@media screen and (max-width:767px) {
.VotreArtisan {
    background-image: url(../Images/ImagesScroll1.jpg);
    background-attachment: fixed;
    padding: 50px  0px 30px 0px;
    background-size: cover;
    height: auto !important;
    min-height: 800px;
}
.TitreArtsan {

    font-size: 3em !important;
}
.SloganArtisan {
    font-size: 3.5em  !important;
}
.DescrptionCourteText {

    margin: 30px 0px;
}
}

