
body{
    margin: 0;
}
.bg{
    display: flex;
    align-items: center;
    background-image: url("../fond3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.evercare_text{ 
    border-top: 2px solid #0466c8;
    border-bottom: 2px solid #0466c8;
    margin:0 auto;
    width: 65%;
    padding: 14px;
    font-family: 'Tahoma', Geneva, Verdana, sans-serif;
    font-size: 30px;
    color:#0466c8;
    text-shadow: 1px 1px black;
    text-align: center;
    letter-spacing: 1px;

}
.adresse{ font-size: 30px; color: black; line-height: 40px;}
a{color: #0466c8;}

  @media screen and (max-width:812px) {
    .bg{
        background-image: url("../fond3.jpg");
        background-position: 50% 50%;
    }
    .evercare_text {
        font-size: 13px;
        width: 90%;
        /* text-shadow: none; */
    }
    .adresse{
        font-size: 16px;
        line-height: 22px;
    }
    .mail{width:225px;}
  }