        /* -- RESET -- */
* {
    margin: 0;
    padding: 0;

}
body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    background-color: #f4f4f4;
}

        /* -- PRESET -- */
h1 {
    font-family: 'Crete Round', Arial, sans-serif;
    font-size: 45px;
    color: #444
}

h2 {
    font-size: 55px;
    color: #444
}

.wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}

ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #444;
}

h4 {
    font-size: 24px;
    color: #444;
}

p {
    line-height: 20px;
    color: #777
}
        /* -- HEADER -- */
header {
    height: 120px;

}
header h1 {
    margin-top: 32px;
    float: left;

}

header nav {
    float: right;
    margin-top: 50px;
}
.point {
   color: orangered;
}

header nav ul li {
    float: left;
    display: inline-block;
}

header nav ul a {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
}

.clear {
    clear: both;
}
        /* -- BODY -- */

#accueil {
    height: 580px;
    background: url('img/Accueil.jpeg') center;
}
#accueil h2 {
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 150px 0 40px 0;
    margin-bottom: 20px;
}

.button-1 {
    display: block;
    width: 120px;
    height: 50px;
    background: orange;
    color: white;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
}
.button-1:hover {
    background-color: darkcyan;
}

#information ul {
    margin: 80px 0px;
}
#information h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
#information p {
    margin-bottom: 20px;
}
#information ul li {
    padding-top: 140px;
    width: 300px;
    float: left;
    text-align: center;
    margin-right: 10px;
}


#plan {
    background: url('img/steps-icon-1.png') no-repeat top center;
}

#orga {
    background: url('img/steps-icon-2.png') no-repeat top center;
}

#voya {
    background: url('img/steps-icon-3.png') no-repeat top center;
}



#voyage {
    background-color: #d9d9d9;
    padding: 60px 0;
}

#voyage article {
    width: 460px;
    height: 270px;
    float: left;
    border-radius: 15px;
}

#voyage article:first-child {
    margin-right: 20px;
}

.overlay {
    background: rgba(255, 255, 255, 0.90);
    height: 85%;
    width: 190px;
    padding: 20px;
    border-radius: 15px 0 0 15px;
    text-align: center;
}

article h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

small {
    font-size: 13px;
    font-style: italic;
}

#voyage p {
    text-align: center;
    margin-bottom: 20px;
}

.button-2 {
    color: white;
    background: orange;
    padding: 6px 20px;
    border-radius: 5px;
}

.button-2:hover {
    background-color: darkcyan;
}

#contact {
    padding: 60px 0;
    text-align: center;
}

#contact h3 {
    width: 400px;
    text-transform: uppercase;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #02b8dd;
    padding-bottom: 20px;
}

h3 {
    font-size: 30px;
    color: #444;
}

form {
    margin: 60px 0 20px 0;
}

label {
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
    color: #777
}

input[type="text"] {
    padding: 10px;
    font-size: 20px;
    margin-right: 20px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

input[type="email"] {
    padding: 10px;
    font-size: 20px;
    margin-right: 20px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.button-3 {
    color: white;
    background-color: darkcyan;
    font-weight: bold;
    padding: 11px;
    border-radius: 4px;
    border-style: none;
    text-transform: uppercase;
    font-size: 20px;
}

.button-3:hover {
    background-color: dimgrey;
}
        /* -- FOOTER -- */
footer {
    height: 260px;
    background-color: #444;
}

footer h1 {
    color: white;
    text-align: center;
    padding-top: 80px;

}
.copyright {
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    color: #777
}
