@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;600&family=Roboto+Flex:opsz@8..144&display=swap');
@page {
size: A4;
margin: 0;
}
@media print {
html, body {
width: 210mm;
height: 297mm;
}
}
body {
	background-color:#adaeaf;
	font-family: 'Roboto Flex', sans-serif;
	font-size: 14px;
	margin: 0;
}
.all {
	background-color: white;
	color: rgb(77, 77, 77);
	margin-top: 30px;
	margin-bottom: 30px;
}
header {
	text-align: center;
	padding-top: 20px; 
	padding-bottom: 40px;
}
nav {
	float:left;
 	width: 35%;
 	word-wrap: break-word;
	border-right: 2px solid rgb(209, 209, 209);
	margin-right: 40px;
}

section {
	text-align:justify;
	padding: 20px 50px 20px 50px;
 }

 .reveal-loaded .reveal [class*="reveal-"] {
    opacity: 0;
    transform: translateY(30px);
}

.reveal-loaded [class*="reveal"]{
    transition: 2s cubic-bezier(.5, 0, 0, 1);
}

/* On ajoute du délai */
.reveal-loaded .reveal-2 {
    transition-delay: .1s;
}

.reveal-loaded .reveal-3 {
    transition-delay: .2s;
}

.reveal-loaded .reveal-4 {
    transition-delay: .3s;
}

.reveal-loaded .reveal-5 {
    transition-delay: .4s;
}

.reveal-loaded .reveal-6 {
    transition-delay: .5s;
}
ol, ul {
	padding-left: 0;
}

li {
	list-style-type: none;
}
td, tr {
	padding: 5px;
	color: rgb(120, 120, 120);
}
td svg {
	color: #adaeaf;
}
.mail {
	vertical-align: middle;
}
.contact {
	font-size: 0.8rem;
}

img {
	height: 200px;
	width: auto;
	border-radius: 50%;
	float: left;
	margin-left: 50px;
}
h1
{
	padding-top: 30px;
	font-size: 3.5rem;
	font-weight: 400;
	text-align:center;
	color: black;
	line-break: loose;
}
h2
{
	font-size: 1.5rem;
	font-weight: 400;
	padding-bottom: 50px;
}
h3 {

	font-size:1.2rem;
	font-weight: 600;
	padding-bottom: 20px;
}
article {
	padding-bottom: 15px;
	color: rgb(120, 120, 120);
}
p {
	color: rgb(120, 120, 120);
}
hr {
	color: rgb(227, 227, 227);
	width: 20%;
	margin: auto;	
}
.exp-pro {
	padding-top: 30px;
}
.formation {
	padding-top: 40px;
}
.profil {
	padding-bottom: 40px;
}
.competences {
 padding-bottom: 10px;
}
section,footer
{
	margin: auto;	
}

h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
	margin:auto;
}
h3, h4 {
	text-align:left;
}
a {
	color: rgb(77, 77, 77);
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
