body {
    margin: 15%;
    padding-top: 1cm;
    padding-bottom: 2cm;
    padding-right: 3cm;
    padding-left: 3cm;
    background-color: rgba(255, 255, 255, 0.5);
}

img {
    width: 80%;
}

video {
    width: 100%;
}

strong {
    font-size: larger;
}

.infos_importantes {
    text-align: center;
    font-size: 2em;
    color: coral;
}

.accueil-page body{
    background-color:hotpink ;
}

.adieu-page body{
    padding: 0%;
    margin: 5%;
}

.main-page {
    background-image: url("bg1.png");
    background-size: 40%;
    font-family: "Pirata One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: x-large;
  color:darkkhaki;
}

.main-page h1 {
  font-family: "Silkscreen", system-ui;
  font-weight: 400;
  font-style: normal;
  color:coral;
    font-size: 3em;
}

.main-page strong {
    color: coral;
}

.main-page body {
    background-color: rgba(0, 0, 0, 0.85);
}

.accueil-page {
    font-family: "Barrio", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: x-large;
}

.definition-page {
    background-image: url("bg2.jpg");
    background-repeat: repeat-y;
    background-size: 100%;
    color: yellow;
    font-size: x-large;
}

.definition-page h1 {
  font-family: "Barrio", system-ui;
  font-weight: 400;
  font-style: normal;
  color: chartreuse;
    font-size: 4em;
}

.definition-page h2 {
    font-family: "Rubik Puddles", system-ui;
  font-weight: 400;
  font-style: normal;
  color:aqua;
  font-size: 3em;
}

.definition-page body {
    background-color: rgba(0, 0, 0, 0.7);
}

#chiens {
 width: 800px;
 height: 300px;
 margin: 10%;
 border-style: dotted;
 border-width: 10px;
 border-color: blueviolet;
}

a {
    color: deeppink;
    border-style: solid;
    border-color: chartreuse;
    background-color: white;
}
