*,*::before,*::after{
	margin:0;
	padding:0:	
	
}
body{
	font-family:'tw cen mt';
	background-color:("image/santé.jpg");
	background-size:cover;
}


.overlay     {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	height:100vh;
	background-image:url("image/santé.jpg");
	background-size:cover;
	z-index:-100;
}

header{
	max-width:80%;
	margin-right:auto;
	margin-left:auto;
	background-image:url("image/medicale.png");
}

nav{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:100%;
	padding:30px 0 10px;
}
nav.logo{
	width:170px;
}
nav ul{
	flex:1;
	display:flex;
	justify-content:flex-end;
	padding-right:40px;
}
nav ul li{
	list-style:none;
	margin-left:20px;
}

nav ul li a{
	text-decoration:none;
	color:#fff;
	font-size:1.2rem;
	transition:color.3s;
}
	nav ul li a:hover{
	 color:#2eb0f0;

}
text h1{
	font-size:70px;
	
}
#animatedText {
    font-size: 24px;
    font-family:'arial';
    animation: bounce 2s infinite;
	color:yellow;
   text-align:center;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

	

