* {
	scroll-behavior: smooth;
	scrollbar-width: auto;
	scrollbar-color: rgb(233, 178, 27) #000000;
}

body {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	background-color: rgb(25, 25, 25);
}

/*---COMMUN---*/

.flex {
	display: flex;
}

.texte {
	width: 960px;
	margin: auto;
}

.media {
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

a {
	color: rgb(236, 236, 233);
	text-decoration: none;
	display: flex;
	justify-content: center;
}

.btn {
	height: 70px;
	width: 70px;
	background: rgb(233, 178, 27);
	text-decoration: none;
	color: rgb(25, 25, 25);
	opacity: 50%;
	border-radius: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 40px;
	bottom: 40px;
	cursor: pointer;
}

.hors-ecran {
	position: absolute;
	left: -99999rem;
}

main,
header,
footer {
	background-color: rgb(25, 25, 25);
	padding: 20px;
	margin: auto;
}

/*---HEADER---*/

header {
	border-bottom: 2px solid rgb(233, 178, 27);
	padding: 0px;
	padding-bottom: 20px;
	font-size: 20px;
	padding-top: 20px;
}

.main-nav {
	justify-content: space-around;
}

.main-nav a {
	color: rgb(236, 236, 233);
	text-decoration: none;
}

.main-nav a:hover,
.sub-nav a:hover {
	color: rgb(233, 178, 27);
}

/*---MAIN---*/

main {
	color: rgb(236, 236, 233);
}

h1 {
	color: rgb(233, 178, 27);
	display: flex;
	justify-content: center;
}

h2 {
	color: rgb(233, 178, 27);
	display: flex;
	justify-content: center;
}

p {
	text-align: center;
	color: rgb(236, 236, 233);
}

.pl {
	width: 400px;
	height: 350PX;
}

figcaption {
	width: 350px;
}

/*---FOOTER---*/

footer {
	background-color: rgb(25, 25, 25);
	color: rgb(236, 236, 233);
	border-top: 2px solid rgb(233, 178, 27);
}

.sub-nav {
	display: flex;
	justify-content: space-around;
}

.sub-nav a {
	color: rgb(236, 236, 233);
	text-decoration: none;
}

.logo {
	height: 60px;
	text-align: center;
	padding: 30px;
}

.footerLogo {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

span {
	font-size: larger;
	font-weight: bold;
	color: rgb(233, 178, 27);
}

img {
	width: 100px;
	height: 100px;
}