*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
header {
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
header nav ul {
    font-family: "Montserrat", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0;
    padding: 2px;
    float: right;
}
header nav li {
    display: inline-block;
    margin-left: 5px;
}
header nav li:hover a {
    padding: 2px 8px;
    text-align: center;
    background: #ccc;
    font-weight: 700;
    -moz-border-radius: 10px 0;
    -webkit-border-radius: 10px 0;
    border-radius: 10px 0;
}
header nav a {
    color: #69c;
    text-decoration: none;
}
h1,h2 {
    font-family: "Montserrat", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    font-style: italic;
    font-size: 100%;
}
p,ul {
    font-family: "Baskerville", Arial, sans-serif;
    font-size: 100%;
    font-style: italic;
}
#main-content {
    background-color: #6699CC;
    position: relative !important;
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-row {
    margin-left: auto;
    margin-right: auto;

}
.section-content {
    background-color: blue;
    height: 340px;
    border: 1px solid #b0c4de;
    background-color: #e4efff;
    border-radius: 10px;
    margin: 10px;
}
.section-row-body {
    color: #69c;
    font-size: 18px;  
}
.logo-img {
	background-color: #6699CC;
    position: relative !important;
    padding-top: 1px;
    padding-bottom: 1px;
}
@media screen and (min-width: 100px){
    #menu-content {
        position: fixed;
        right: 0;
        width: 100%;
        font-size: 12px;
        background-color: white;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
    }
    #sect-apropos {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right center;
        background-color: #e4efff;
        padding-top: 5px;

    }
    #sect-metier {
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: right center;
        background-color: #e4efff;
        padding-top: 5px;
    }

    .section-content {
        width: auto;
        height: auto;
    }
    .section-row {
        width: 95%;
        display: table;
        align-items: center;
    }

    .section-row-head-img {
        width: 30%;
        vertical-align:top;
        float:left;
        border: 20px solid transparent;
    }
}