@font-face{
	font-family: "Champagne&Limousines";
	src: url("../polices/Champagne&Limousines.ttf");
	font-weight: normal;
}
@font-face{
	font-family: "Champagne&Limousines";
	src: url("../polices/Champagne&LimousinesBold.ttf");
	font-weight: bold;
}

*
{
	margin: 0;
	padding: 0;
	font-family: 'Champagne&Limousines', sans-serif;
}

a
{
	text-decoration: none;
	color: inherit;
}

header *
{
	text-align: center;
	background-color: #000;
	list-style: none;
}

header
{
	padding-bottom: 15%;
	padding-top: 15%;
	background-color: #000;
}

header img
{
	width:40%;
}

@keyframes transition {
	0%   {
		/* margin-left: -400px; */
		opacity:0;
	}
	100% {
		/* margin-left: 0; */
		opacity:1;
	}
}

header img
{
	opacity:0;
	animation: transition 4s ease-in-out .5s forwards;
}

body
{
	overflow: visible;
	text-align: center;
	font-family: 'Champagne&Limousines', sans-serif;
	font-weight: bold;
	font-size: 24px
}

.textRed
{
	color: #E51C20;
}

/* Barre de navigation */

nav
{
	background-color: #000;
	color: #fff;
}

nav li
{
	list-style: none;
	display: inline-block;
	padding-right: 60px;
	padding-left: 60px;
}

nav li:hover
{
	background-color: #E51C20;
	transition: .5s ease;
}

#lignePresentation li
{
	margin-top: 10px;
	display: inline-block;
}

#lignePresentation ul li
{
	list-style: none;
	display: block;
	margin-left: 50px;
}

h1
{
	background-color: #000;
	color: #FFF;
	font-size: 32px;
}

/* Présentation */

#presentation
{
	margin-top: 20px;
	background: #fff;
	padding-bottom: 10px;
}

#presentation *
{
	background: #fff;
	list-style: none;
}

#lignePresentation
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#textePresentation
{
	margin-top: 20px;
	margin-bottom: 20px;
}

video
{
	margin: 10px;
}

/* Prestations */

#prestations h3
{
	color: #E51C20;
}

#prestations
{
	background-color: #fff;
	list-style: url("../images/prestations/listePresta.png");
}

#prestations ul
{
	margin-top: 40px;
	display: inline-grid;
	margin-bottom: 40px;
	margin-left: 20px;
	margin-right: 20px;
}

#prestations li
{
	text-align: left;
	margin-left: 50px;
}

/* Fournisseurs */

#fournisseurs
{
	background-color: #fff;
}

#fournisseurs li
{
	display: inline-block;
	margin-left: 40px;
	margin-top: 80px;
	margin-bottom: 60px;
}

/* Equipe */

#equipe
{
	background-color: #fff;
}

#equipe img
{
	background-color: #fff;
}

#equipe li
{
	margin-left: 80px;
	display: inline-block;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* Contact */

#contact ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: center;
}

#contact ul li {
  flex: 1 1 300px;
  box-sizing: border-box;
  text-align: center;
}

.rs{
	width: 50px;
}

.overlay-image {
	position: relative;
}

.overlay-image .text {
	background: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.overlay-image .hover {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}

.overlay-image:hover .hover {
	opacity: 1;
}

#map
{
	height: 500px;
}

#map *
{
	background: none;
}

#contact
{
	background-color: #fff;
}

#contact img
{
	float: left;
	margin-right: 20px;
}

#contact ul
{
	padding-top: 20px;
	padding-bottom: 20px;
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	gap: 40px;
}

#contact ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

#contact ul li img {
  height: auto;
}
