* {
       	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	line-height: 0.2;
       	padding: 0;
       	background-color: #ffffff;
}

.navbar {
       	display: flex;
      	align-items: center;
       	background-color: #333;
       	padding: 10px 40px;
}

.nav-link {
	text-transform: uppercase;
}

.nav-link:hover {
        color: #99ccff;
}

.navbar ul {
       	list-style: none;
       	display: flex;
}

.navbar ul li {
      	margin-left: 20px;
}

.navbar ul li a {
	padding-top: 35px;
       	color: #fff;
       	text-decoration: none;
       	font-size: 1rem;
}

.container {
       	max-width: 800px;
       	margin: 20px auto;
       	background: #fff;
       	padding: 20px;
      	border-radius: 10px;
      	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer {
       	display: flex;
       	background-color: #064D76;
       	text-align: left;
       	font-size: 100%;
       	line-height: 1.1;
	font-weight: lighter;
	color: #ffffff;
}

.tfooter {
       	display: flex;
       	background-color: #064D76;
       	text-align: left;
       	font-size: 130%;
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

.col {
       	margin-left: 4%;
}

.title {
      	text-align: start;
        background-color: #333; 
	font-size: 250%;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 10px;
	margin-left: 10px;
}

h1 {
      	text-align: center;
       	margin-top: 20px;
       	margin-bottom: 20px;
	font-size: 200%;
	text-decoration: underline;
}

h2 {
       	margin-left: 45px;
	padding-top: 40px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 120%;
	text-decoration: underline dotted;
}

h3 {
       	margin-left: 80px;
	padding-top: 5px;
	font-size: 90%;
}

p {
       	text-align: justify;
       	font-size: 110%;
       	line-height: 1;
       	padding-bottom: 20px;
       	margin-top: 20px;
       	margin-left: 10%;
}

#logo {
     	max-height: 80px;
        max-width: 200px;
}

#img {
        max-height: 600px;
       	margin-top: 40px;
}

#imgWL {
        max-height: 300px;
       	margin-top: 60px;
       	margin-left: 60px;
}

#imgPRESS {
        max-height: 300px;
       	margin-top: 60px;
       	margin-left: 60px;
}

#imgPF-R {
        max-height: 300px;
       	margin-top: 60px;
       	margin-left: 60px;
}

#imgPF-L {
        max-height: 300px;
       	margin-top: 60px;
       	margin-left: 60px;
}

#pj{
        max-height: 300px;
       	margin-top: 40px;
       	margin-left: 30%;
       	margin-bottom: 20px;
}

#pj-parcours{
        max-height: 300px;
       	margin-top: 40px;
       	margin-left: 30%;
       	margin-bottom: 20px;
}

#dyl{
        max-height: 300px;
       	margin-top: 40px;
       	margin-left: 10%;
       	margin-bottom: 20px;
}

#cantal{
       	margin-left: 10%;
       	width: 30%;
}

#linkedin{
       	margin-left: 10%;
       	width: 30%;
}

@media (max-width: 600px) {
	.navbar {
	       	display: flex;
	      	align-items: center;
	       	background-color: #333;
	       	padding: 10px 40px;
	}
	
	.nav-link {
		text-transform: uppercase;
	}
	
	.nav-linak:hover {
	        color: #99ccff;
	}
	
	.navbar ul {
	       	list-style: none;
	       	display: flex;
	}
	
	.navbar ul li {
	      	margin-left: -20px;
	}
	
	.navbar ul li a {
		padding-top: 35px;
	       	color: #fff;
	       	text-decoration: none;
	       	font-size: 1rem;
	}
	
	.container {
	       	max-width: 800px;
	       	margin: 20px auto;
	       	background: #fff;
	       	padding: 20px;
	      	border-radius: 10px;
	      	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.col {
	       	margin-left: 2%;
	}

	.hidden {
		display: none;
	}

	.footer {
	       	display: flex;
	       	background-color: #064D76;
	       	text-align: left;
	       	font-size: 0.9rem;
	       	line-height: 1;
		font-weight: lighter;
		color: #ffffff;
	       	margin-bottom: 10px;
	}

	h1 {
	      	text-align: center;
	       	margin-bottom: 20px;
	       	margin-left: 20px;
	       	margin-right: 20px;
		font-size: 120%;
		text-decoration: underline;
	}

	h2 {
	       	font-size: 1rem;
	       	margin-left: 10px;
		padding-top: 20px;
		font-weight: bold;
		font-size: 95%;
		text-transform: uppercase;
		text-decoration: underline dotted;
	}
	
	p {
	       	text-align: justify;
	       	font-size: 80%;
	       	line-height: 1;
	       	margin-left: 5%;
	       	margin-right: -70%;
	       	margin-bottom: 20px;
	}

	#logo {
	     	max-height: 40px;
	        max-width: 100px;
	}

	#img {
	        max-height: 400px;
	       	margin-top: 4%;
	       	margin-left: -2%;
	}

	#imgPRESS {
	        max-height: 300px;
	       	margin-top: 20px;
	       	margin-left: 60px;
	       	margin-bottom: 10px;
	}

	#imgPF-L {
	        max-height: 200px;
		display: flex;
                align-items: center;
		margin-left: -10%;
		margin-bottom: 15px;
	}

	#imgPF-R {
	        max-height: 200px;
		display: flex;
                align-items: center;
		margin-left: -70%;
		margin-top: 15%;
	}

	#pj{
        	max-height: 150px;
	       	margin-top: 20px;
	       	margin-left: 10%;
	}

	#pj-parcours{
        	max-height: 150px;
	       	margin-top: 700px;
	       	margin-left: -90%;
	}

	#dyl{
	        max-height: 150px;
	       	margin-top: 20px;
	       	margin-left: 10%;
	}

	#cantal{
	       	margin-top: -20%;
	       	margin-left: 5%;
	       	width: 40%;
	}

	#linkedin{
	       	margin-top: -20%;
	       	margin-left: 5%;
	       	width: 50%;
	}

}
