body {
	font-family: 'Open Sans', sans-serif;
}

p {
	font-size: 17px;
	color: #7a7a7a;
	line-height: 24px;
	margin-left: 0px;
}

.page-content {
	width: 77.5%;
	float: right;
	padding-right: 80px;
}

.content-section {
	padding-top: 80px;
	position: relative;
	width: 100%;
	display: inline-block;
	height: auto;
	left: 55%;
	text-align: left;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-heading {
	text-align: left;
	position: relative;
	margin-bottom: 30px;
	margin-left: 0;
}

/* OLD */
/* .section-heading h1 { */
/* 	margin-top: 0px; */
/* 	font-size: 32px; */
/* 	color: #232323; */
/* 	display: inline-block; */
/* 	margin-right: 50px; */
/* } */

.section-heading h1 {
	margin-top: 0px;
	font-size: 32px;
	color: #232323;
	display: inline-block;
}

.section-heading em {
	font-style: normal;
	font-weight: 700;
	color: #45489a;
}

.section-heading p {
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	color: #343434;
	position: absolute;
	top: 12.5px;
}

/* html {
    scroll-behavior: smooth;
} */
.accent-button a {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	/* text-transform: capitalize; */
	background-color: #45489a;
	display: inline-block;
	height: 44px;
	line-height: 44px;
	padding: 0px 25px;
	margin-left: 5%;
	letter-spacing: 0.25px;
	text-decoration: none;
	transition: all 0.3s;
}

.accent-button a:hover {
	background-color: #fff;
	color: #45489a;
}

header {
	position: fixed;
	top: 0;
	transition: top 0.3s ease-in-out;
	width: 100%;
}

.nav-up {
	top: -75px;
}

/* Responsive Navigation */
.responsive-nav {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 80px;
	background-color: rgba(250, 250, 250, .95);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.navbar-toggle {
	position: absolute;
	top: 40%;
	left: 50%;
	display: inline-block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
	margin: 0;
	border: none;
}

#main-nav ul {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.9);
	margin-top: 59px;
	width: 100%;
}

#main-nav ul li {
	margin: 15px 0px;
}

#main-nav ul li:hover {
	background-color: transparent;
}

#main-nav ul li a {
	font-size: 15px;
	/* text-transform: capitalize; */
	color: #fff;
	box-shadow: none;
	border: none;
}

#main-nav ul li a:hover {
	opacity: 0.5;
	background-color: transparent;
}

.navbar-toggle span {
	background-color: #232323;
}

/* Sidebar Style */
.sidebar-navigation {
	width: 22.5%;
	float: left;
	height: 100%;
	position: fixed;
	background-color: rgba(12, 12, 12, 0.9);
	z-index: 10;
}

.sidebar-navigation .logo {
	position: absolute;
	width: 100%;
	height: 280px;
	line-height: 100px;
	background-color: #45489a;
	padding: 20px 20px 20px 20px;
	text-align: center;
}

.logo .coordonnees {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}

.coordonnees td {
	padding: 2px 5px;
}

.sidebar-navigation .logo .monNom {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	height: 100px;
	width: 100%;
	display: inline-block;
	border: 1px solid rgba(250, 250, 250, 0.5);
}

.sidebar-navigation .logo a {
	color: #fff;
}

.sidebar-navigation .logo em {
	font-style: normal;
	font-weight: 300;
}

.sidebar-navigation nav {
	position: relative;
	top: 73%;
	left: 60%;
	-webkit-transform: translateX(-60%) translateY(-60%);
	-moz-transform: translateX(-60%) translateY(-60%);
	-ms-transform: translateX(-60%) translateY(-60%);
	-o-transform: translateX(-60%) translateY(-60%);
	transform: translateX(-60%) translateY(-60%);
}

.sidebar-navigation ul {
	margin-left: 45px;
	list-style: none;
	padding: 0;
}

.sidebar-navigation li {
	padding: 10px 0;
}

.sidebar-navigation span {
	display: inline-block;
	position: relative;
}

.sidebar-navigation nav a {
	display: inline-block;
	color: #fff;
	margin-top: 5px;
	text-decoration: none !important;
	font-size: 15px;
	letter-spacing: 0.5px;
	/* text-transform: capitalize; */
}

.circle {
	margin-right: 5px;
	height: 10px;
	width: 10px;
	left: 0px;
	top: -1px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #fff;
	transition: all 0.3s;
}

.rect {
	height: 1px;
	width: 0px;
	left: 0;
	bottom: 5.5px;
	background-color: #fff;
	-webkit-transition: -webkit-transform 0.1s, width 0.6s;
	-moz-transition: -webkit-transform 0.1s, width 0.6s;
	transition: transform 0.1s, width 0.6s;
}

.sidebar-navigation nav a:focus {
	color: #fff;
}

.sidebar-navigation nav a:hover, nav .active-section {
	color: #fff;
}

.sidebar-navigation nav a:hover span, nav .active-section span {
	background-color: #ddd;
}

.sidebar-navigation nav .active-section .rect {
	width: 30px;
}

.sidebar-navigation nav .active-section .circle {
	background-color: #fff;
}

.sidebar-navigation .social-icons {
	position: absolute;
	width: 100%;
	bottom: 10px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.sidebar-navigation .social-icons li {
	display: inline-block;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.sidebar-navigation .social-icons li:last-child {
	margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
	font-size: 18px;
	color: #fff;
	transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
	color: #45489a;
}

#presentation {
	text-align: center;
}

#presentation #leH1 {
	text-align: center;
	width: 100%;
}

.centered {
 border: 1px solid black;
  text-align:center;
}

.centered tr {
 border: 1px solid black;
}
.centered td {
  padding:0px 10px;
 border: 1px solid black;
}

.centered th {
  text-align:center;
  padding:0px 10px;
 border: 1px solid black;
}

#presentation {
	padding: 40px 60px 0px 0px;
	border-bottom: 1px solid #eee;
}

/* #presentation img { */
/*     width: 200px; */
/*     height: auto; */
/*     margin-left: 35px; */
/* } */
#photoprofil {
	width: 200px;
	height: auto;
	margin-left: 35px;
}

#photoprofilBD {
	width: 400px;
	height: auto;
	margin-left: 35px;
}

.important {
	color: #45489a;
	text-decoration: underline;
	font-weight: 600;
}

.tres-important {
	color: #45489a;
	font-weight: bold;
}

#competences-techniques .section-content p {
	font-size: 20px;
}

.diplomes {
	font-size: 18px;
}

#mesProjets {
	padding-bottom: 30px;
}

#mesProjets a {
	font-size: 18px;
}

.competences th {
	border: 1px solid #000;
}

.competences tr {
	border: 1px solid #000;
}

.competences td {
	border: 1px solid #000;
}

.competences tr th {
	font-size: 130%;
	text-align: center;
	vertical-align: middle;
}

.competences tr td {
	text-align: center;
	vertical-align: middle;
}

.competencesAFaire {
	width: 30%;
	height: auto;
	background: #fff;
	padding: 1%;
}

.competencesEnCours {
	width: 30%;
	height: auto;
	/* background: #45489a; */
	background: #fff;
	padding: 1%;
	/* border: 1px solid blue; */
	/* border: 1px solid #fff; */
}

.competencesTerminee {
	width: 30%;
	height: auto;
	background: #fff;
	padding: 1%;
}

.post-it {
	text-decoration: none;
	color: #000;
	display: block;
	text-align: center;
	height: auto;
	width: auto;
	display: inline-block;
	margin: 2%;
	padding: 0% 1%;
	-moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
	-webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
	box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
	-moz-transition: -moz-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	-webkit-transition: -webkit-transform .15s linear;
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
}

.post-it {
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}

.post-it span {
	font-family: "Reenie Beanie", arial, sans-serif;
	font-size: 180%;
	font-weight: 500;
}

.post-it:nth-child(even) {
	-o-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	position: relative;
	top: 5px;
}

.post-it:nth-child(3n) {
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	position: relative;
	top: -5px;
}

.post-it:nth-child(5n) {
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	position: relative;
	top: -10px;
}

.post-it:hover, .post-it:focus {
	-moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, .7);
	box-shadow: 10px 10px 7px rgba(0, 0, 0, .7);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	position: relative;
	z-index: 5;
}

/* .post-it{ */
/* 	background: #ffc; */
/* } */

/* .post-it:nth-child(even) { */
/*     position: relative; */
/*     top: 5px; */
/*     background: #cfc; */
/* } */

/* .post-it:nth-child(3n) { */
/*     position: relative; */
/*     top: -5px; */
/*     background: #ccf; */
/* } */
.reseau {
	background: #ffc;
}

.systeme {
	background: #cfc;
}

.dev {
	background: #ccf;
}

.infobulle {
	position: relative;
	/* les .infobulle deviennent référents */
	cursor: help;
}

/* on génère un élément :after lors du survol et du focus :*/
.infobulle:hover::after, .infobulle:focus::after {
	content: attr(aria-label);
	/* on affiche aria-label */
	position: absolute;
	background: #fec5ee;
	top: -2em;
	left: 50%;
	border-radius: 50%;
	padding: 0px 10px;
	transform: translateX(-50%);
	/* on centre horizontalement  */
	z-index: 1;
	/* pour s'afficher au dessus des éléments en position relative */
	white-space: nowrap;
	/* on interdit le retour à la ligne */
}

/* on génère un second élément en :before pour la flèche */
[aria-label]:hover:before, [aria-label]:focus:before {
	content: "▼";
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	/* on centre horizontalement  */
	font-size: 20px;
	color: #fec5ee;
}

/* pas de contour durant le :focus */
[aria-label]:focus {
	outline: none;
}

/* Style Experiences professionnelle */
#experiences-pro {
	padding: 70px 60px 5px 0px;
}

#experiences-pro .tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*     height: 160px; */
	width: 100%;
	background-color: #eee;
}

#bottom-tabs {
	border: 5px solid #45489a;
}

#experiences-pro .tabs li {
	display: inline-block;
	text-align: center;
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}

#experiences-pro .tabs a {
	display: block;
	text-align: center;
	text-decoration: none;
	/* text-transform: capitalize; */
	letter-spacing: 0.5px;
	color: #232323;
	font-size: 19px;
	line-height: 80px;
	font-weight: 600;
	transition: 0.5s;
}

#experiences-pro .tabs a:hover {
	color: #45489a;
}

#experiences-pro .tabs .active:hover {
	color: #fff;
}

#experiences-pro .tabs .active {
	background-color: #45489a;
	color: #fff;
}

.tabgroup {
	background-color: #f4f4f4;
	padding: 20px 30px;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

#experiences-pro .tabgroup ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#experiences-pro .tabgroup ul li {
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#experiences-pro .tabgroup ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

#experiences-pro .tabgroup ul li img {
	float: left;
	margin-right: 30px;
	max-width: 100%;
	overflow: hidden;
}

#experiences-pro .tabgroup ul li .text-content {
	display: inline;
}

#experiences-pro .item .text-content h4 {
	padding-top: 7.5px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: 600;
	color: #232323;
	letter-spacing: 0.5px;
}

#experiences-pro .item .text-content span {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #7a7a7a;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

#experiences-pro .item .text-content .accent-button {
	margin-top: 25px;
}

.annee {
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

/* Style Autres informations */
.loisirs {
	font-size: 16px;
}

.loisirs td {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}

.loisirs img {
	width: 50px;
	height: 50px;
}

/* Style Contact */
#contact {
	padding-top: 20px;
}

#map {
	margin-bottom: 40px;
}

#contact-content {
	padding: 50px 0px;
}

#contact input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #000;
	background-color: #f4f4f4;
	border: 1px solid #eee;
	outline: none;
	box-shadow: none;
	line-height: 40px;
	height: 40px;
	width: 100%;
	margin-bottom: 25px;
}

#contact textarea {
	border-radius: 0px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 13px;
	color: #000;
	background-color: #f4f4f4;
	border: 1px solid #eee;
	outline: none;
	box-shadow: none;
	height: 200px;
	max-height: 250px;
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

#contact button {
	font-size: 13px;
	border-radius: 0px;
	font-weight: 600;
	color: #fff;
	/* text-transform: capitalize; */
	background-color: #45489a;
	display: inline-block;
	height: 44px;
	line-height: 24px;
	outline: none;
	box-shadow: none;
	width: 100%;
	letter-spacing: 0.25px;
	text-decoration: none;
	transition: all 0.3s;
}

#contact button:hover {
	color: #232323;
	background-color: #f4f4f4;
}

/* Footer Style */
.footer {
	background-color: rgba(12, 12, 12, 0.9);
	height: 80px;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	width: 77.5%;
	margin-left: 22.5%;
}

/* OLD */
/* .footer { */
/* 	background-color: rgba(12, 12, 12, 0.9); */
/* 	height: 80px; */
/* 	line-height: 80px; */
/* 	display: inline-block; */
/* 	text-align: center; */
/* 	width: 77.5%; */
/* 	margin-left: 22.5%; */
/* } */

.footer p {
	margin-bottom: 0px;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 80px;
	font-weight: 300;
}
/* OLD */
/* .footer p { */
/* 	margin-bottom: 0px; */
/* 	font-size: 13px; */
/* 	line-height: 80px; */
/* 	color: #fff; */
/* 	letter-spacing: 0.5px; */
/* 	font-weight: 300; */
/* } */

.footer p a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}

/* Responsive Style */
@media ( max-width : 992px) {
	.responsive-nav {
		display: none;
	}
	.sidebar-navigation .logo a {
		font-size: 18px;
	}
	.sidebar-navigation nav a {
		font-size: 13px;
	}
	.sidebar-navigation nav ul {
		margin-left: 30px;
	}
	.sidebar-navigation .social-icons li a {
		font-size: 15px;
	}
}

@media ( max-width : 767px) {
	.responsive-nav {
		display: block;
		height: 60px;
	}
	.page-content {
		width: 100%;
	}
	
		.footer {
		width:100%;
		margin-left:0px;
	
	}
	
	.footer p{
/* 		line-height: 70px; */
		width:100%;
	}
}

@media ( max-width : 690px) {
	.section-heading p {
		position: relative;
	}
	#experiences-pro {
		padding-left: 15px;
		padding-right: 15px;
	}
	#experiences-pro .tabs a {
		font-size: 13px;
	}
	#experiences-pro .tabgroup ul li img {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	#experiences-pro .tabgroup ul li .text-content {
		display: block;
	}
	
	
	#contact-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
		.footer {
		width:100%;
		margin-left:0px;
	
	}
	
	.footer p{
/* 		line-height: 70px; */
		width:100%;
	}
}

@media (max-width : 300px) {
	
.page-content{
	padding-left:80px;
}

#presentation {
	padding:0px;
}
	h1 {
    margin: 50px 0px 0px 0px;
    text-align: center;
	}
	
	
	#photoprofil {
    margin: 0px 0px 0px 10px;
	}
	
	#leH1 {
    margin-top: 70px;
	}
	
	#presentation p {
	width: 200px;
	}
	
	#competences-techniques .section-content {
	margin-left: -55px;
	}
	
	#competences-techniques .section-content p {
/* 	margin-left: 30px; */
	width: 300px;
	}
	
	.competences {
	width:320px;
	}
	
	#experiences-pro {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    margin-left: -50px;
}

.tabs-content {
    width: 300px;
}

#diplomesEtFormations{
	width: 280px;
	margin-left: 20px;
}

#autres-informations{
	width: 280px;
	margin-left: 20px;
	
}
#contact-content{
	width: 280px;
	margin-left: -30px;
	
}
	
	.footer {
		width:174%;
		margin-left:0px;
	
	}
	
	.footer p{
/* 		line-height: 70px; */
		width:100%;
	}
	
}


@media (min-width:301px) and (max-width : 400px) {
	
.page-content{
	padding:0px;
}

#presentation {
	padding:0px;
}
	h1 {
    margin: 50px 30px 0px 0px;
    text-align: center;
	}
	
	#photoprofil {
    margin: 0px 0px 0px 0px;
	}
	
	#leH1 {
    margin-top: 70px;
	}
	
	#presentation p {
	margin:0px 0px 0px 45px;
	width: 300px;
	}
	
	#competences-techniques .section-content p {
	margin-left: 30px;
	width: 300px;
	}
	
		.footer {
		width:124%;
		margin-left:0px;
	
	}
	
	.footer p{
/* 		line-height: 70px; */
		width:100%;
	}
	
}

@media (min-width:401px) and (max-width : 500px){
	
.page-content{
	padding-left:80px;
}

#presentation {
	padding:0px;
}

h1 {
   margin: 50px 0px 0px 130px;
   text-align: center;
}


#photoprofil {
   margin: 0px 0px 0px 140px;
}

#leH1 {
   margin-top: 70px;
   margin-left: 80px;
}

#presentation p {
width: 400px;
margin-left:30px;
}

#competences-techniques .section-content {
margin-left: -55px;
}
	
#competences-techniques .section-content p {
	width: 500px;
	}
	
.competences {
	width:550px;
	}
	
#experiences-pro {
    margin-left: -50px;
}

.tabs-content {
    width: 500px;
}

#diplomesEtFormations{
	width: 480px;
	margin-left: 20px;
}

#autres-informations{
	width: 480px;
	margin-left: 20px;
	
}

#contact-content{
	width: 480px;
	margin-left: -30px;
	
}
	
	.footer {
		width:142%;
		margin-left:0px;
	
	}
	
	.footer p{
/* 		line-height: 70px; */
		width:100%;
	}
	
	
}



@media (min-width:768px) and (max-width : 1148px){
.sidebar-navigation .logo{
	height: 350px;
}


	
}