body, footer,  #part1, #part2, #part3, #part4, #part5, #part6, #part7, #part8, #part9 {
    font-family: Open Sans;
    width:100%;
    margin:0;
    padding:0;
}

#header {
    position: fixed;
    width: 100%;
    background: #5C449AF0;
}

#header .logo {
    width:120px;
}

#header .logo img {
    width:100%;
    margin-top:15px;
}

footer{
    background-color:#5C449A;
}

footer img{
    width:120px;
    padding: 80px 0px 30px;
    display:block;
    margin: 0px auto;
}


.part-container {
    width:85%;
    max-width: 950px;
    margin:0px auto;
}

#part1, #part4, #part7, #part9 {
    background-color:#5C449A;
}

#part2, #part5 {
    background-color:#C2B5FD;
}

#part1, #part2, #part4, #part5, #part7, #part9 {
    color:white;
}


.logo {
 float:left;
}

.header-menu {
    float:right;
}

.header-menu ul li {
    display: inline;
}

.header-menu ul li a {
    color:white;
    padding:0px 10px;
    text-decoration: none;
    font-size: 15px;
}

.entete {
    width:75%;
    margin:0px auto;
    padding-top: 90px;
}

.entete img{
    width:100%;
}

.entete h1 {
    display: inline-block;
    margin-bottom: 90px;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}

h2 {
    display: inline-block;
    font-size: 87px;
    margin: 38px 0px 50px;
    line-height: 87px;
    font-weight: 400;
}

.part3-left {
    width:45%;
    float:left;
    margin-top: 60px;
    margin-bottom: 50px;
}

.part3-right {
    width:45%;
    float:right;
    margin-top: 60px;
    margin-bottom: 50px;
}

.part3-entete .part3-img-container{
    width:22%;
    float:left;
    margin-bottom: 15px;
    height:97px;
}

.part3-entete .part3-img-container img{
    max-width: 100%;
    max-height: 100%;
}

.part3-entete .part3-title{
    width:73%;
    float:right;
    color: #5C449A;
    font-weight: 600;
    font-size: 27px;
    line-height: 28px;
    margin-top: 15px;
}

#part3 .separator {
    clear: both;
    margin-bottom: 10px;
    width: 70%;
    border: 1px solid #e3e3e3;
}

#part3 p {
    color: gray;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.part4-left {
    width:44%;
    float:left;
    margin-top:90px;
}

.part4-right {
    width:44%;
    float:right;
    margin-top:110px;
    margin-bottom: 110px;
}

.part4-right img{
    width:100%;
}


.part4-left h3 {
    font-size: 58px;
    margin-top: 20px;
}

.part4-left .btn-contactez-nous {
    background-color: white;
    color: #5C449A;
    padding: 10px 20px;
    display: inline;
    font-weight: 600;
    font-size: 27px;
    cursor: pointer;
}

.part6-block {
    float:left;
    width:33.33333%;
    margin-top: 50px;
    margin-bottom: 90px;
}

.part6-block .bar-competence {
    width: 80%;
    height: 8px;
    background-color: #E0E0E0;
    margin-top: 6px;
    margin-bottom: 25px;
}

.part6-block .bar-competence > div {
    height:100%;
    background-color: #5C449A;
}

.bar-100 {
    width:100%;
}

.bar-90 {
    width:90%;
}

.bar-80 {
    width:80%;
}

.bar-70 {
    width:70%;
}

.bar-60 {
    width:60%;
}

#part8 .part-container {
    margin-bottom: 120px;
}

.part8-block {
    float:left;
    width:23.33333%;
    margin-left:5%;
    margin-right:5%;
    margin-top:90px;
}

.part8-block .card {
    height:110px;
    margin-bottom:50px;
    background-color: #C2B5FD;
    border-radius:2px;
    padding: 5px;
}

.part8-block .card img {
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 110px, 0 110px);
}

.part9-block {
    float:left;
    width:50%;
}

#part9 h2 {
    display: block;
    padding-top: 25px;
    margin-top: 0;
    margin-bottom:50px;
}

.part9-block .profile {
    width:30%;
    display: block;
    margin-bottom: 20px;
}

.part9-block .name {
    margin-top: 40px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.part9-block .tel {
    margin-bottom: 20px;
    display: block;
    color: white;
    text-decoration: none;
}

.part9-block #contact-name, .part9-block #contact-email {
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px solid white;
    color: white;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 25px;
}

.part9-block #message {
    width: 100%;
    border: none;
    border-bottom: 1px solid white;
    background: none;
    margin-bottom: 40px;
    height: 170px;
    color: white;
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    font-family: Open Sans;
}

#btn-send-mail{
    width:100%;
    background-color: white;
    color: #5C449A;
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    cursor: pointer;
}