.wrapper1{
    font-family: 'Roboto', sans-serif;
}
.Retour_page_Acceuil {
    margin: 50px auto 00px auto;
    width: 50%;
    font-family: 'Roboto', sans-serif;
}
.Retour_page_Acceuil a {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 700;
    background: #00539f;
    line-height: 40px;
    padding: 0px 20px;
    height:40px;
    color: #fff;
    text-decoration: none;
    margin: 20px 0px;
    display: table;
    margin: auto;
    box-shadow: inset 0 0 0 0 #209e88;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    outline: none;
    margin-bottom: 5vh;
}
.Retour_page_Acceuil a:hover{
   box-shadow: inset 0 100px 0 00px  #34fdda;
    color: #FFF;
}
.txt{
    font-size: 1.6em;
    font-weight: 500;
    color: #3c3c3c;
    font-family: 'Roboto', sans-serif;
    margin-top: 5vh;
}

.Pdevis{
    font-size: 1.8em;
    font-weight: 500;
}






.DisplayInterneBlock {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    padding: 40px;
}
@media screen and (max-width:767px) {
.Retour_page_Acceuil a {
    text-transform: uppercase;
    font-size: 1.2em;
}
}
