.sterilisation{
    background: url(/Files/App_002/images/sterilisation.jpg)no-repeat;
    height: 850px;
    background-attachment: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 10vh;
}

.sterilisation h1{
    background: url(/Files/App_002/images/bdr.jpg)no-repeat bottom center;
    padding-bottom: 25px;
    font-size: 65px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-weight: 700;
    margin-bottom: 5vh;
    letter-spacing: 5px;
    padding-top: 10vh;
}

.sterilisation .liste_imgs{
    width: 100%;
    max-width: 920px;
    margin: 0 auto 10vh;
}

.sterilisation .liste_imgs img{margin:0 auto 2vh;width:100%;}

.sterilisation .liste_imgs span {
    color: #fff;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-bottom:10px;
}
.sterilisation .voir{    margin: 0 auto;    display: inline-flex;width: 100%;}

.sterilisation .voir a {
    position: relative;
    color: #fff;
    font-size: 18px;
    width: auto;
    padding: 0px 10px;
    text-align: center;
    margin: 0 auto;
}

.sterilisation .voir a:before {
    position: absolute;
    height: 1px;
    display: block;
    width: 75px;
    background: #fff;
    content:'';
    bottom: 10px;
    left: -100%;
    transition:all .2s;
}
.sterilisation .voir a:hover:before{width:55px;}
.sterilisation .voir a:after {
    position: absolute;
    height: 1px;
    display: block;
    width: 75px;
    background: #fff;
    content:'';
    bottom: 10px;
    right: -100%;
    transition:all .2s;
}
.sterilisation .voir a:hover:after{width:55px;}


@media only screen and (max-width: 768px){
.sterilisation{ height: 100%;   display: block;    margin-bottom:0vh;}
.sterilisation h1{font-size:30px;}
.liste_imgs img {margin: 0 auto 2vh;width: 100%;max-width: 250px;display: block;}
.sterilisation .liste_imgs {margin: 0 auto 5vh;}
.sterilisation .voir {    margin: 0 auto 3vh;}
}








