body {
    background-color: white;
/*    font-family: Monaco, DejaVu Sans Mono, Lucida Console, Andale Mono, monospace;*/
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.5em;
}

h1 {
    font-size: 1.8em;
    color: #30b568;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
    color: #30b568;
}

#photo-du-cv img {
    height: 250px;
    display:block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:768px){
    #photo-du-cv img {
        float:right;
    }    
}

@media print {
    .panel {
        page-break-inside: avoid;
    }
    a[href]:after {
    content: none;
    }
/*
    section#experience {
        page-break-before: always;
    }
*/
    #photo-du-cv img {
        height: 150px;
    }
    #photo-du-cv {
        max-width: 180px;
    }
    #titre-du-cv {
        max-width: 800px;
    }
    #photo-du-cv,#titre-du-cv {
        display: inline-block;
    }


}

#photo-du-cv, #titre-du-cv {
/*    padding: 2%;*/
}

#titre-du-cv p {
    padding-left: 10%;
    padding-right: 10%;
}

.container {
    max-width: 1000px;
}

section {
    margin-top: 20px;
    background-color: white;
    padding: 1px 20px 1px 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 2px #888888;
}

section#informations {
    padding-top: 20px;
}

#contact-info {
    margin:20px;
}

#contact img {
    display: block;
    margin:auto;
}
