/****************************************************************/
/*                       RESET                        */
/****************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************************************************************/
/*                       POLICES                                */
/****************************************************************/

@font-face {
    font-family: 'Philosopher';
    src: url("../police/Philosopher-Regular-webfont.woff");
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
}
@font-face {
    font-family: 'Philosopher';
    src: url("../police/Philosopher-Bold-webfont.woff");
    font-weight:bold;
}
@font-face {
    font-family: 'Philosopher';
    src: url("../police/Philosopher-Italic-webfont.woff");
    font-style:italic;
}
@font-face {
    font-family: 'Philosopher';
    src: url("../police/Philosopher-BoldItalic-webfont.woff");
    font-weight:bold;
    font-style:italic;
}


/****************************************************************/
/*                       TITRES                        */
/****************************************************************/

h1 {
    font-size:30px;
    font-weight:bold;
    margin-bottom:15px;
}

h2 {
    font-size:24px;
    margin-bottom:8px;
    font-variant: small-caps;
}

h3 {
    font-size:30px;
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom:20px;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

/****************************************************************/
/*                       STYLE PRINCIPAL                        */
/****************************************************************/

body {
    background-color:#e5f2ff;
    color: #070C54;
    font-family: 'Philosopher';
    overflow:scroll;
}

header {
    display: flex;
    justify-content:flex-end;
    padding: 20px 20px 10px 20px;
    margin-top: 15px;
}

ul.menu {
    font-size:22px;
    font-weight:bold;
    margin-right: 40px;
}

ul.menu li {
    display: inline-block;
    background-color: rgba(5, 37, 71, 0.8);/*#052547*/;
    border-radius:20px;
    margin-right:20px;
    padding: 5px 12px 8px 12px;
    font-size: 20px;
}

ul.menu li a {
    color: #FFEBB1; /*#e5f2ff;*/
    text-decoration: none;
}

ul.menu li a:hover {
    text-decoration: underline;
}

.corps_page {
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
}

.gauche {
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    max-width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 10px 0 10px;
}

.postcard {
    text-align: center;
}

.logo {
    text-align: center;
    margin-top: 20px;
}

.contenu {
    margin-right: 50px;
    margin-left: 30px;
    padding:20px;
    background-color: rgba(:229,242,255,0.8);
    font-size: 18px;
    line-height: 1.2em;
    text-align:justify;
    min-height: 480px;;
}

contenu p {
    margin-bottom: 10px;
}

.contenu ul {
    list-style-type: none;
    margin-top: 10px;
    text-align: justify;
}

.contenu ul li {
    margin-left: 45px;
    padding-left:10px;
    list-style-image: url("../img/puce.png");
}

#competences h4 {
    margin-top: 20px;
    margin-bottom: 10px; 
}

#certifications h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#parcours h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.certificat {
    margin-left: 20px;
    padding-left: 0px;
    height: 39px;
    width: 400px;
    text-align: left;
    line-height: 2.2em;
}

.certificat img {
    float:left;
    border: 1px solid #ccc;
}

#iconeLR {
    width: 69px;
    height: 36px;
    margin-right: 130px;
}

#iconeAfnor {
    width: 100px;
    height: 36px;
    margin-right: 100px;
}

#iconeCmmi {
    width: 190px;
    height: 36px;
    margin-right: 10px;
}

#iconeCapGemini {
    width: 110px;
    height: 36px;
    margin-right: 90px;
}

#CV {
    height: 60px;
    margin-left: 20px;
}

#references ul {
    margin-top: 10px;
}

#references ul li {
    margin-top: 10px;
}

.reference1 {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-top: 20px;
}

.reference1 p {
    margin-bottom: 10px;
}

.reference1 img {
    height: 60px;
    margin-right: 20px;
    border: 1px solid #ccc;
}

.reference2 {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-top: 20px;
}

.reference2 p {
    margin-bottom: 10px;
}

.reference2 img {
    height: 40px;
    margin-right: 20px;
    border: 1px solid #ccc;
}

footer {
    width: 95%;
    text-align:left;
    bottom:10px;
    margin-top: 10px;
    margin-left: 30px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

footer a {
    color: #070C54;
    border-radius: 15px;
    padding: 5px;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/****************************************************************/
/*                       PETITS ECRANS                          */
/****************************************************************/

@media screen and (max-width: 640px) {
    
    h1, h3 {
        font-size: 26px;
    }
    
    header {
        justify-content: center;
        margin: 0;
        padding: 10px;
    }

    .corps_page {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }
    
    .gauche {
        width: 93%;
        height: 200px;
        background: url("../img/logoArielle.png") no-repeat bottom;
    }
    
    .logo {
        display: none;
    }
    
    ul.menu {
        padding: 0;
        margin: 0;
    }
    
    ul.menu li {
        margin: 0;
        margin-right: 3px;
        margin-bottom: 5px;
        padding: 3px 5px 4px 5px;
        font-size: 16px;
    }
    
    .contenu {
        display: inline-block;
        margin: 20px 10px 10px 10px;
        max-width: 90%;
        min-width: 0;
        background-color:rgba(229,242,255,0.50);
        font-size: 18px;
    }
    
    .contenu ul {
        text-align: left;
    }
    
    footer {
        width: 90%;
        top: 10px;
        bottom:0;
        margin:auto;
    }
}
