#quisuisje{
    /*background-image: url('../image/index/qui-font.png');*/
    background-size: 10%;
    padding-bottom: 12px;
    color: #0D373B;
    font-size: 20px;
    text-align: center;
}

#quisuisje h2{margin-top: 0}

#quisuisje .p{
    display: inline-block;
	font-weight: bold;
	width: 80%;
}

#quisuisje a {
    text-decoration: none;
    color: #042123;
}

#quisuisje a:hover{
    color: #B22222;
}

#quisuisje .icone{
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
}

#quisuisje .ico1{
    background-image: url('../image/index/BG.png');
    height: 50px;
    bottom: -20px;
    left: 100px;
}

#quisuisje .ico2{
    background-image: url('../image/index/BD.png');
    height: 50px;
    bottom: -20px;
    left: -100px;
}


#quisuisje span{color: #B22222 ;text-decoration: underline #C77777;}

#quisuisje .phrase div{justify-content: center;}

#quisuisje a p  {display: inline;}

@media screen and (max-width: 768px){
    #quisuisje{background-size: 20%;}

    #quisuisje{background-image: url('../image/index/qui-font-mobil.png');}
}