*{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
}
header{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 12px;
    margin: 12px;
    background-color: white;
    flex-wrap: wrap; /* allow items to wrap on small screens */
}
button{
    color: black;
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button:hover{
    background-color: yellow;
    height: 35px;
    width: 110px;
    border-radius: 5px;
}
body{
    background-color: black;
}
.center{
    display: flex;
    justify-content: center;
    padding: 1cm;
}
#mimage{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    padding: 1rem;
    margin-bottom: 2rem;
}
#mimage a{display:inline-block;max-width:180px;text-align:center}
#mimage img{width:100%;height:auto;display:block;border-radius:8px} 
#Biographie, #Raison{
    margin: 12px;
    flex : 1;
    padding: 10px;
    text-align: center;
}
article{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
} 
#violet{
    background-color: #B38DF7;
}
#Araki{
    max-width: 220px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}
.imgpb{
    flex: 0 0 220px;
    width: 220px;
    height: 220px;
    max-width: 220px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto; /* center horizontally */
    align-self: center; /* center on cross axis when inside flex row */
} 
.spb{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: flex-start;
    justify-content: center;
    padding: 12px 0;
} 

.pg{
    flex: 1 1 320px;
    min-width: 220px;
    line-height: 1.6;
} 
.pgm{
    justify-content: space-evenly;
}
.ciel{
    background-color: aqua;
    width:100%;
}
.vert{
    background-color: rgb(153, 255, 0);
}
.btf {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-inline: 1rem;
  justify-content: center;
} 

.btd {
  width: calc(33.333% - 20px);
  padding: 10px;
}
.btd img {
    width: 100%;
}
.scf {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-inline: 5cm;
}
.scd{
    z-index: -1;
}
/* Décalage 2e ligne */
.scd:nth-child(4),
.scd:nth-child(5),
.scd:nth-child(6) {
  transform: translateX(-40px);
}
.gwf{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    align-items: center;
} 
.gwd{
    width: 16%;
    padding: 10px;
}
.left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}

.card {
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
}

.divider {
  background-color: white;
}

.right {
  display: flex;
  align-items: center;
}
.page {
  display: grid;
  grid-template-columns: 1fr 2px 1.2fr;
  height: 100vh;
  padding: 40px;
  gap: 30px;
}
#heure{
    color: white;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin-top: auto;
    background-color: #333;
    color: white;
}
.parent{
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
/* Médias */
@media (max-width:430px){
  .spb{flex-direction:column;align-items:center}
  .imgpb{width:180px;height:180px;flex:0 0 180px;max-width:180px}
  .pg, .pgm{min-width:unset;width:100%}
  .scf{padding: 0;gap : 0;grid-template-columns:auto;width:95%;margin:auto;}
  .gwf{flex-wrap: wrap;}
  .gwd{width: auto; padding: 0;}

}
.jaune{
    background-color: yellow;
}
.rouge{
    background-color: rgb(255, 57, 57);
}
.bleu{
    background-color: rgb(57, 136, 255);
}
.rose{
    background-color: pink;
}
.violet{
    background-color: rgb(169, 25, 252);
}
.orange{
    background-color: orange;
}
.Angelo{
    text-align: center;
}

