/*
#############
    font
############
*/
@font-face {
    font-family: 'Lato';
    src: url(../font/Lato/Lato-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url(../font/Lato/Lato-Bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Lato';
    color: #333;
    margin: 0;
    line-height: 1.6em;
}
/* 
###############
    header
###############
*/

header{
    text-align: center;
}

nav{
    background-color: #40CCEA;
}
nav ul{
    color: white;
    list-style:none;
    display: flex;
    justify-content: space-around;
    margin-left: 30%;
    margin-right: 30%;
    padding: 10px;
}

header a{
    text-decoration: none;
    color: white;
}
/* 
###############
    Main
###############
*/
.bold{
    font-family: 'Lato-Bold';
    color: black;
}
/* titre */
h1, h2, h3{
    text-transform: uppercase;
    line-height: 1.5em;
}

h1{
    font-size: 3rem;
    color: #40CCEA;
    word-spacing: 10px;
    border-bottom: 1px dotted #40CCEA;
    text-align: center;
    width: 90%;
    margin-left: 5%;
}

h2{
    font-size: 1.6rem;
}

h3{
    font-size: 1.4rem;
}


/* Mes dernier voyage */
.container{
    width: 90%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

article{
    text-align: justify;
}

main a{
    color: #0096D0;
    text-decoration: none;
}

section{
    margin-top: 30px;
    margin-bottom: 30px;
}

.container article:first-child img{
    float: left;
    margin-right: 10px;
    max-width: 49%;
}

.container article:nth-child(2) img{
    float: right;
    margin-left: 10px;
    max-width: 49%;
}

.container:nth-child(2) article{
    height: 450px;
    margin-bottom: 25px;
}
.container:nth-child(2) article:nth-child(1){
    border-bottom: 1px solid black;
}

.red{
    color: #F00;
}

.gold{
    color: #CD8C56;
}

section:nth-child(2) article a{
    background-color: #0096D0;
    border-radius: 6px;
    padding: 5px 10px 5px 10px;
    color: white;
}

/* a propos */

#propos{
    background-image: url('../img/fond.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding: 2%;
}


#propos article{
    background-color: white;
    width: 22%;
    padding: 2%;
    margin-left: 24%;
    text-align: justify;
}

/* contacte*/

#contact{
    width: 22%;
    margin-left: 25%;
    line-height: 0px;
}

#contact a{
    background-color: white;
    color: #0096D0;
}

.fa-mobile-alt, .fa-envelope{
    color: black;
}
.reseau{
    margin-top: 30px;
}
.fab{
    font-size: 2em;
    
}
.fa-facebook-square{
    color: #4267B2;
}
.fa-twitter-square{
    color: #1da1f2;
}
.fa-pinterest-square{
    color: #bd081c;
}
.fa-instagram-square{
    color: #8948C1;
}
/* 
###############
   Footer
###############
*/

footer{
    background-color: #40CCEA;
    text-align: center;
    padding: 10px;
    color: white;
}

footer img{
    width: 60px;
}

footer a{
    color: white;
}

