@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

::-webkit-scrollbar{width:2px;height:2px;}
::-webkit-scrollbar-button{width:2px;height:2px;}

body{background: #e8e8e8;} 
h1{
	color: #000000;
	font-family:"Roboto Condensed", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
}
h2{
	color: #000000;
	font-family: "Funnel Sans", cursive;
  font-weight: 25;
  font-style: normal;
  font-size: 1px;
}

h3 {color: #464646;
	font-family:"Funnel Sans", system-ui;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
  padding: 25px 0px 30px 0px;
}

h4 {color: #464646;
	font-family:"Funnel Sans", system-ui;
  font-weight: 100;
  font-style: normal;
  font-size: 13px;
  padding: 25px 0px 0px 0px;
}

p{
	color: #464646;
	font-family:"Funnel Sans", system-ui;
  font-weight: 100;
  font-style: normal;
  font-size: 15px;
}

ul{width: 1px}


#content{
	width: 1400px;
	margin: 0 auto;
	text-align: center ;
}

.menu a {
	max-width: 500px;
	margin: 0 auto;
	padding: 1px 1px 1px 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu {
	list-style: none;
	display: flex;
	gap: 20px;
}

.menu a {
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	transition: opacity 0.5s ease;
}

.menu a:hover {
	opacity: 0.4;
}


.colone1{
	max-width: 100 px;
	margin: 0 auto;
	padding: 1px 1px 1px 1px;
}

.colone1-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:10px 10px;

}

.colone1bis{
	max-width: 1400px;
	margin: 0 auto;
	padding: 1px 15px 1px 1px;
}

.colone1bis-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:10px 10px;

}


#logo img {
	width: 8%; 
	height: 60px;
	padding: 1px 1px 1px 10px;
}




.site-footer {
	padding: 50px 1px 1px 1px;
	poisiton: relative;
	z-index: 0;
}

.site-footer2 {
	padding: 1px 1px 1px 1px;
	position: relative;
	z-index: 20;
}

.footer-container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 1px 1px 1px 1px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 25px;
	font-weight: 25;
}

.footer-right {
	display: flex;
	gap: 25px;

}

.footer-right img {
	width: 25px;
	transition: 0,3s ease;
}

.footer-right img:hover { opacity:0.5; }






.contact {
	max-width: 500px;
	margin: 0 auto;
	padding: 1px 1px 1px 1px;
	flex: 1;
}

.contact-title {
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

.contact-text {
	font-size: 20px;
	line-height: 1,8;
	text-align: center;
	margin: 1px 1px 550px 1px;

}

a {
	texte-decoration:none;
	color: #000000;
}

a:hover { opacity:0,6; }



.social-links {
	margin-top: 25px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.social-links img {
	width: 25px;
	height: auto;
	transition: 0,3s ease;
	cursor: pointer;
}

.social-links img:hover { opacity: 0,5 }


.video-container {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}

.video-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: transform 0,6s ease;
}


.bio-container {
	align-items: center;
	margin: 0 center;
}







