/*Note de frais*/

#note_frais h2, #note_frais h3{
padding-left: 25px;
}

#note_frais h2{
text-decoration: none;
font-size: 1.6em;
}

#note_frais p+h2{
width: calc(100% - 30px);
border-top: 2px #C7C7C7 solid;
padding-top: 10px;
}

#note_frais p{
margin: 15px;
}

#note_frais img{
float: none;
}

@media only screen and (max-device-width: 850px) { /*Media smartphone mode portrait*/

    #note_frais h2, #note_frais h3{
        padding-left: 15px;
    }

    #note_frais p{
        margin: 15px 0;
    }
}