﻿/*Polices d'écriture*/
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Sintony:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Damion&family=Permanent+Marker&family=Sintony:wght@400;700&display=swap');


header {
    display: flex;
}

body
{
    background: #CCE;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Sintony";
}

#titre_principal
{
    
	height: 150px;
    width: 292px;
    margin-right: 12px;
	background-color:#090;
	
}

#zonecentrale
{
    background: #EEE;
}

#top_logo_div
{
    display: flex;
}

#logo {
    height: 70px;
}

#logo_name {
    font-family: "Damion";
    font-size: 40px;
}

#etudiant_text {
    margin-top: -20px;
    font-size: 24px;
}

buttons {
    display: flex;
    column-gap: 10px;
    padding-left: 50%;
}

.fancy_link{
    user-select: none;
}

.fancy_link:hover{
    color: #C22;
    text-decoration: underline;
}

nav
{
   background-color:#5A5;
   height:150px;
   width: 596px;
   align-content: end;
}

#banniere_image
{
    background-image: url("images/batiment.jpg");
    border-radius: 2%;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.288);
    height: 200px;
	background-color:#E59;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column-reverse;
}

#banniere_description
{
    height: 33px;
    background-color: rgba(24, 24, 24, 0.555);
    color: white;
    position: absolute;
    width: 900px;
}

article
{	
    padding-left: 6px;
	height: 500px;
	background-color:rgb(206, 206, 206);
    margin-right: 12px;
    width: 596px;
}
#article_titre {
    font-size: 24px;
}

aside
{
    background-color: rgb(97, 97, 97); 
    height: 500px;
    width: 292px;
    align-content: center;
    text-align: center;
    color: white;
h3{
    margin-left: 25px;
    text-align: left;  
}
p {
    text-align: center;
}
}

footer
{
   background-color:#DDD;
   display: flex;
}

#bulle {
    margin-top: 60px;
    width: 16px;
    height: 16px;
}

#tweet
{
	background-color:#C22;
    width: 292px;
	height:125px;
    margin-right: 12px;
    padding-left: 6px;
p {
    margin-left: 6px;
}
}

#mes_photos
{
	background-color:#A33;
    width: 292px;
	height:125px;
    padding-left: 6px;

}

#mes_liens
{
	background-color:#F66;
    width: 292px;
	height:125px;
	margin-left: 12px;
    padding-left: 6px;
}

media_titre{
    font-size: 18px;
}

section {
    display: flex;
    flex-direction: row-reverse;
}




