*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'popins',sans-serif;
}
section
{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: linear-gradient(rgba(000,153,255,.6),
					rgba(000,153,255,.6)),
					url(files/es.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 50px;
}
.container
{
	position: relative;
	width: calc(100% - 100px);
	min-height: calc(100vh - 280px);
	min-height: 300px;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 15px 35px rgba(0,0,0,0.05);
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px;
	border:2px solid  #1973ee;
	border-top: none;
}
header
{
	position: absolute;
	top: -40px;
	right: 20px;
	left: 20px;
	padding: 20px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,0.2);
	box-shadow: 0 15px 35px rgba(0,0,0,0.05);
	border: 2px solid  #1973ee;
	border-radius: 20px;
	backdrop-filter: blur(10px);
}
header .logo
{
	color: #1973ee;
	font-weight: 700;
	text-decoration: none;
	font-size: 2em;
}
header .logo img
{
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-left: -1rem;
}
header ul
{
	display: flex;
}
header ul li
{
	list-style: none;
	margin: 0 10px;
}
header ul li a
{
	text-decoration: none;
	font-size: 500;
	color: #1973ee;
	padding: 8px 15px;
	border-radius: 25px;
}
header ul li a:hover,
header ul li a.active
{
	background: #eee210;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.content
{
	transform: translate(-100px);
	max-width: 700px;
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	border-radius: 20px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.25);
	border-top: 1px solid rgba(255,255,255,0.5);
	border-left: 1px solid rgba(255,255,255,0.5);
	border:2px solid  #1973ee;
	padding: 40px;
	padding-left: 110px;
}
.content h2
{
	font-size: 3rem;
	color: #1973ee;
}
.content a
{
	display: inline-block;
	padding: 15px 30px;
	background: #eee210;
	color: #1973ee;
	margin-top: 20px;
	border-radius: 30px;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.imgEST
{	
	animation: animate 10s linear infinite;
}
.imgEST img
{
	width: 99%;
	margin-left: -10%;
}
@keyframes animate
{
	0%,100%
	{
		transform: translateY(50px);
	}
	50%
	{
		transform: translateY(100px);
	}
}
.auteur
{
	position: absolute;
	bottom: 10px;
	left: 50px;
	color: #1973ee;
}


/*--------------------------media-query--------------------------*/

@media (max-width: 1200px)
{
	.container
	{
		position: relative;
		width: calc(100% - 20px);
	}

}
@media (max-width: 992px)
{
	section
	{
		padding: 50px 10px 10px;
	}
	.container
	{
		flex-direction: column;
		height: auto;
		padding: 20px;
	}
	.container .content
	{
		transform: translateX(0px);
		max-width: 100%;
		padding: 30px;
		margin-top: -40px; 
	}
	header
	{
		position: relative;
		flex-direction: column;
		width: 100%;
		top: -60px;
		padding: 20px;
		left: 0;
		right: 0;
	}
	header ul
	{
		margin-top: 10px;
		flex-wrap: wrap;
		justify-content: center;
	}
	header ul li 
	{
		margin: 2px;
	}
	header ul li a
	{
		display: inline-block;
	}
	.imgEST
	{max-width: 400px;
		margin-bottom: 50px;
		margin-top: 50px;
	}
	header,.content
{
	
	backdrop-filter: none;
}
.container .content p
{
	color: #333;
	font-weight: bold;
}
	.content a
	{
		font-size: 1rem;
		padding: 10px 20px;
	}
	@keyframes animate
	{
		0%,100%
		{
			transform: translateX(-20px);
		}
		50%
		{
			transform: translateX(20px);
		}
	}
	.auteur
	{
		position: relative;
		bottom: initial;
		left: inherit;
		width: 100%;
		color: #1973ee;
		text-align: center;
		margin-top: 20px;
	}
}
@media (max-width: 600px)
{
	.content h2
	{
		font-size: 1.5rem;
		color: #1973ee;
	}
	.content p
	{
		font-size: 1rem;
		color: #1973ee;
	}
	.imgEST
	{
		max-width: 300px;
	}
}

@media (max-width: 500px)
{
	
	.container
	{
		width: 98%;
		height: auto;
	}

}

@media (max-width: 285px)
{  


	.imgprof img
{
	width: 200px;
	height: 300px;
}
t a
{
	font-size: 1.5rem;
}
h4
{
	margin-left: .8rem;
}
.cahier_de_texte img
	{
		max-width: 160px;
		height: 200px;
		margin-left: 1rem;
	}
	.container
	{
		width: 100%;
		padding: 0px;
	}
	.awesom
	{
		font-size: 4rem;
		margin-left: 7rem;
		margin-top: -6rem;
	}
	.awesom p
	{
		font-size: 1.2rem;
		margin-top: 1rem;
		margin-left: -5rem;
	}
	.imgEST .formulaire form input[type="submit"]
	{
		font-size: 4rem;
		margin-left: -12rem;
		margin-top: 8rem;

	}
	.content
	{
		padding-left: 10px;
		padding-right: 5px;
  	}
	
}
