* {
    max-width: 100%;
}

header {
    width: 100%;
    min-width: 100%;
    height: 203px;
    background-position: center center;
}

header #header #header_photo {
	width: 96px;
	height: 96px;
	margin-left: -51px;
	margin-bottom: 102px;
}

header #header #header_role{
	display: none;
}

nav {
    width: 100%;
    min-width: 100%;
    text-align: center;
}

nav h1 {
    color: #FFFFFF;
}

nav .nav_menu_container_link_title {
    display: none;   
}

nav .nav_menu_container {
    width: auto;
    max-width: 100%;
}

nav .nav_menu_container_link_fonticon_social {
    position: static;
}

#body_container {
    width: 100%;
    min-width: 100%;
}

#body_container section .section {
    width: 96%;
    min-width: 96%;
    padding: 10px 2%;
}

.showOnScroll {
    opacity: 1;
}

section#section_experiences_professionnelles h1 .title {
	line-height: 35px;
}

section h1 {
	margin: 0;
}

#body_container section h1 .title {
	font-size: 20px;
}

#section_realisations #realisations_lists .realisations_lists_item, #section_projets #projets_lists .projets_lists_item {
	float: none;
	width: 96%;
	margin: 30px 2% !important;
}

#section_realisations #realisations_lists .realisations_lists_item .realisations_lists_item_img img, #section_projets #projets_lists .projets_lists_item .projets_lists_item_img img {
	max-width: 322px;
	margin: auto;
	display: block;
}