﻿header
{
    display: flex;
}

body
{
    background: #EEEEEE;
    margin: 0;
    padding: 0;
    font-family: sintony;
}

#zonecentrale
{
    background: #EEE;
    width: 900px;
    margin: 0 auto;
}

#titre_principal
{
    height: 150px;
    background-color:#EEEEEE;
    width: 292px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    margin-right: 12px;
}

#ligne_haut {
    display: flex;
    align-items: center;
    gap: 10px;
}

#logo {
    width: 60px;
    height: auto;
}

#john_doe p {
    font-family: 'Damion', cursive;
    margin: 0;
    font-size: 24px;
}

#statut p {
    font-family: 'Sintony', sans-serif;
    margin: 0;
    font-size: 20px;
}

nav
{
    background-color:#EEEEEE;
    width: 596px;
    height:150px;
}

#banniere_image
{
    height: 200px;
    background-image: url(images/batiment.jpg);
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    overflow: hidden;
}

#banniere_description
{
    height: 33px;
    background-color: rgba(24,24,24,0.85);
    color: white;
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

article
{
    width: 596px;
    height: 500px;
    background-color:#EEEEEE;
    float: left;
    margin-top: 12px;
}

aside
{
    width: 292px;
    background-color: #716d63;
    height: 500px;
    float: right;
    margin-top: 12px;
    border-radius: 8px;
    position: relative;

}

.titre_aside
{
    text-transform: uppercase;
    font-weight: bold;
} 


aside p
{
    text-align: left;
    padding: 10px;
    color: white;
}

#photo_profil
{
    
    display: block;
    margin: 0 auto;
    border: 2px solid black;
}

#réseaux
{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

#bulle
{
    position: absolute;
    top: 100px;
    left: -10px;
}

footer
{
    background-color:#DDD;
    clear: both;
}

#tweet
{
    background-color:#dddddc;
    height:125px;
    width: 292px;
    float: left;
    margin-top: 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);

}

#mes_photos
{
    background-color:#dddddc;
    height:125px;
    width: 292px;
    float: left;
    margin-top: 12px;
    margin-left: 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
}

#mes_liens
{
    background-color:#dddddc;
    height:125px;
    width: 292px;
    float: right;
    margin-top: 12px;
    margin-left: 12px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
}

.sintony-regular {
  font-family: "Sintony", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sintony-bold {
  font-family: "Sintony", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#menus {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    
}


#banniere_description {
    display: flex;
    align-items: center;
    
}

#mes_photos {
    text-align: center;
    padding: 10px;
    width: 292px;
    height: 125px;
    box-sizing: border-box; 
}


#mes_photos p {
    text-align: left;        
    font-weight: bold;
    margin-bottom: 10px;     
}

#mes_photos .images {
    display: flex;            
    justify-content: center;  
    gap: 10px;                
}

#mes_photos .images img {
    border: 2px solid black;
    max-height: 100px;   
    width: 50px;         
}

