body {
    background-color: darkgray;
    padding: 0 50px 0 50px;
}

header{
    background-image: url(../Images/Entreprises_1.png);

    height: 300px;
    background-size: 100% 100%;    /* Déforme l'image pour remplir l'élément */

}

.bouton a {
	width: 150px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	background: url(../Images/bouton-rouge.png) no-repeat;
	color: white;
	text-decoration: none;
	float: left;
	margin: 2px;
}

/* La pseudo-classe associée permet le roolover */
.bouton a:hover {
	background: url(../Images/bouton-jaune-2.png) no-repeat;
	color: #660000;
	padding-top: 2px;
	padding-bottom: 4px;
}

ul {
    list-style-type: none;

}
.containtIframe{
    display: flex;
    margin-top: 50px;
}

.iframeDiv{
    width: 70%;
}

aside{
    height: auto;
    width: 30%;
    border: 2px solid crimson;
    padding-bottom: 100px;
    color: firebrick;
}

main{
    display: flex;
    flex-direction: column;
}

iframe{
    width: 100%;
    height: 400px;
}

@font-face {
    font-family: 'MaPolicePerso'; /* Nom personnalisé pour utiliser la police */
    src: url('../salmon_season/Salmon\ Season.otf') format('truetype'); /* Chemin vers le fichier */
  }

  .pfooter {
    font-family: 'MaPolicePerso', sans-serif; /* Utilisation de la police */
    color: blue;
  }

