/*  GENERAL  */
*{
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background: url(img/fond.png);
    color: #64747a;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
}
main {
    min-width: 800px;
    max-width: 1100px;
    margin: 0 auto;
}
nav,h1,h2,h3,h4,h5,h6 {
    font-family: 'Slabo 27px', sans-serif;
    color: #454a54;
}
 p{
    line-height: 30px;
}
a {
    text-decoration: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
i{
    padding: 12px;
}
/* HEADER */

header {
    background: #00B1B2;
    border-top: 3px solid #2b9aa0;
    border-bottom: 5px solid #2b9aa0;
    margin-top: 150px;
}

.logo {
    text-align: center;
    margin: 0;
}

nav ul {
    text-align: center;
}

nav ul li {
    list-style: none;
    display: inline;
}
nav ul li a{
    color: #fff;
    font-size: 1.4em;
    margin: 20px;
    font-weight: 550;
}
/* WELCOME */
.welcomediv{
    text-align: center;
    margin: 75px;
    padding : 0 150px;

}
.welcome{
    font-size: 2.5em;
}
h1{
    font-weight: 100;
}
/* CORPS */
    /* TODAY */
section{
    width: 69%;
    background: #b6dedc;
    margin-right: 0;
    float: left;
}
section h2{
    text-align: center;
    clear: both;
}
.today{
    font-size: 3.5em;
    font-weight: 100;
    margin-bottom: 0;
}
.colone{
    float: left;
    width: 50%;
    padding: 2em;
}
.colorlue{
    color: #2b9aa0
}
section h3{
    font-weight: 100;
    text-align: center;
    margin-bottom: 0;
}
.colone h3 i{
    padding: 12px;
    font-size: .7em; 
    color: #34b1b2;
}
.colone img{
    float: left;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 10px;
}
.recipe{
    font-size: 1.8em;
}
.button{
    width: 130px;
    background: #2b9aa0;
    text-align: center;
    padding: 5px 0;
    margin-left: 50%;


}
.button a{
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
}
    /* ASIDE */
aside{
    width: 25%;
    float: left;
    border: 5px solid #2b9aa0;
    background: #34b1b2;
    margin: 0 20px;
    padding: 15px;
}
aside img{
    float: right;
    margin-right: -80px;
    margin-top: -70px;
}
aside i{
    padding-right: 10px;
}
aside p{
    color: #fff;
    margin: 10px;
    line-height: 25px;
}
aside a, .colorskyblue{
    color: #b6dedc;
}
.colorwhite{
    color: #fff;
}
.news{
    font-size: 1.4em;
        font-weight: 100;
}
/* FOOTER */
#pieddepage{
    font-size: 10px;
    text-align: center;
    clear: both;
}
#pieddepage img{
    width: 30px;
}