﻿body{
  background: #CCE;
}

@font-face{
    font-family: 'Sintony';
    src: url('polices/Sintony-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Damion';
    src: url('polices/Damion-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

hr{
    border: 0;
    height: 12px;
    border-bottom: 1px;
    clear: both;
}

#titre_principal{
	height: 150px;
    width: 292px;
    position: relative;
    float: left;
}

#logo{
    height: 100px;
    position: absolute;
    display: flex;
    top: 0;
}

#logo>img{
    width: 95px;
    padding: 7px;
}

#logo>p{
    font-family: 'Damion', sans-serif;
    font-size: 46px;
}

#texte_logo{
    height: 70px;
    position: absolute;
    bottom: 0;
    font-family: 'Sintony', sans-serif;
    font-size: 32px;
    padding-left: 7px;
    padding-bottom: 7px;
}

nav{
    height:150px;
    width: 596px;
    float: right;
    position: relative;
}

menu{
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
}

menu>li{
    display: flex;
    text-align: center;
    margin-right: 7px;
}

menu>li>a{
    display: block;
    text-decoration: none;
    color: black;
    width: 100%;
    font-family: 'Sintony', sans-serif;
    font-size: 1.2em;
    padding: 7px 7px;
}


menu>li>a:hover{
    color: #620804;
    border-bottom: 2px solid #620804;
    text-underline-position: below;
}

#banniere_image{
    height: 200px;
    width: 900px;
    background-image: url(images/batiment.jpg);
    box-shadow: 0px 4px 7px gray;
    border-radius: 7px;
    float: left;
    position: relative;
    margin-bottom: 7px;
}

#banniere_description{
    height: 33px;
    padding-bottom: 17px;
    width: 900px;
    background-color: rgba(24,24,24,0.8);
    border-radius: 7px;
    color: white;
    float: left;
    position: absolute;
    bottom: 0px;
}

#banniere_description>p{
    padding-left: 7px;
}

aside{
    position: relative;
    background-color:#81EA8B;
    height: 740px;
    width: 292px;
    float: right;
    margin-top: 12px;
    font-family: 'Sintony', sans-serif;
    border-radius: 10px;
}

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

footer{
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#tweet{
	background-color:#dddddd;
    width: 292px;
    height:125px;
    display: inline-block;
    font-family: 'Sintony', sans-serif;
    box-shadow: 5px 5px 5px rgb(101, 99, 99);
    border-radius: 10px;
}

#mes_photos{
	background-color:#dddddd;
    width: 292px;
	height:125px;
    display: inline-block;
    font-family: 'Sintony', sans-serif;
    box-shadow: 5px 5px 5px rgb(101, 99, 99);
    border-radius: 10px;
}

#mes_liens{
	background-color:#dddddd;
    float:right;
	height:125px;
    font-family: 'Sintony', sans-serif;
	width: 292px;
    box-shadow: 5px 5px 5px rgb(101, 99, 99);
    border-radius: 10px;  
}

p{
    margin: 5px;
    font-family: 'Sintony', sans-serif;
}

h2{
    margin: 5px;
    font-size: 20px;
    font-family: 'Sintony', sans-serif;
    font-weight: normal;
    color: #000000;
}

h3{
    margin: 5px;
    font-size: 1.1em;
}

#reseaux-sociaux{
    margin-left: 10px;
} 

#bulle{
    position: absolute;
    margin-top: -204px;
    margin-left: -290px;
}

