html {

    font-size: 10px;

}

header {

    background:#ecf0f1;

    position: relative;

}

header nav {

    display:none;

}

header::after {

    content:"\a 51350 Cormontreuil\aTel : 06.20.16.78.96\aMail : matthieu@verpillier.fr\a\aPermis et véhicules A et B";

    white-space: pre;

}

figure {

    position: relative;

    z-index: 11;

    margin:-16em auto 0;

}

figure img {

    float:right;

    position: relative;

}

figure figcaption {

    clear:both;

}

figure h2 {

    text-align: center;

    font-size: 2rem;

    color:#000;

    padding-top:2em;

}

main {

    background:#FFF;

    color:#000;

    padding:1em 0 0em;

}

main section {

    padding:0;

}

main section h3 {

    border-bottom:1px solid #ecf0f1;

    font-size: 1.4rem;;

}

main section .flex div {

    border-top:1px dotted #ecf0f1;

}

main section .flex div:first-of-type {

    border:none;

}

main section .flex div ul li {

    margin:0 0.5rem;

}

main section ul p {

    padding-top:0;

    margin-bottom: 0;

}

main section#contact {

    display: none;

}

main section .flex div {

    margin:0 1rem;

}