/* latin-ext */
@font-face {
  font-family: 'Crete Round';
  font-style: normal;
  font-weight: 400;
  src: local('Crete Round'), local('CreteRound-Regular'), url(http://fonts.gstatic.com/s/creteround/v5/ZCcPJiCGOzh84o2siPk48SYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Crete Round';
  font-style: normal;
  font-weight: 400;
  src: local('Crete Round'), local('CreteRound-Regular'), url(http://fonts.gstatic.com/s/creteround/v5/ZCcPJiCGOzh84o2siPk48Y4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/*--------------General--------------- */

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: Arial, sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6{
    color: #444;
}
h1{
    font-family: 'Crete Round', serif;
    font-size: 45px;
}

h2{

    font-size: 55px;
}

h3{
    font-size: 30px;
}

h4{
    font-size: 24px;
}

p{
    line-height: 20px;
    color: #777;
}
.orange{
    color: #ff7a00;
}

.clear{
    clear:both;
}

small{
    font-size: 13px;
    font-size: italic;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: #444;
}

.wrapper{
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}

/* ----------Header ----------------*/

header{
    height: 120px;
}

header h1{
    float: left;
    margin-top: 32px;
}

header nav {
    float: right;
    margin-top: 50px;
}

header nav ul li {
    display: inline-block;
    float: left;
}

header nav ul li a {
    text-transform: uppercase; /* Texte en majuscule */
    font-weight: bold; /* Texte en grand*/
    margin-right: 20px;
}


/* ----------main image-------------------*/

#main-image{
    height: 500px;
    background: url('images/u.jpg') center;
    background-repeat: no-repeat;
}

h2{

    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 150px 0 40px 0;
    margin: 20px;
}

.button-1{
    width: 120px;
    height: 50px;
    display: block;
    background: #ff7a00;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

.button-1:hover{
    background:#02b8dd;
}


/* ------------STEPS-----------------*/

#steps ul{
    margin: 80px 0;
}

#steps h4{
    text-transform: uppercase;
    margin-bottom: 20px;
}
#steps ul li {
    width: 300px;
    float: left;
    padding-top: 140px;
    text-align: center;
    margin-right: 10px;

}

#steps p{
    margin-bottom: 20px;
}

#step-1{
    background: url('images/steps-icon-1.png') no-repeat top center;
}

#step-2{
    background: url('images/steps-icon-2.png') no-repeat top center;
}

#step-3{
    background: url('images/steps-icon-3.png') no-repeat top center;
}



/* ----------Possibilities-------------------*/


#possibilities {
    background-color: #efefef;
    padding: 60px 0;
}

#possibilities article {
    width: 460px;
    height: 270px;
    float: left;
    border-radius: 10px;
}

#possibilities article:first-child{
    margin-right: 20px;
}

.overlay{
    background: rgba(255,255,255, 0.95);
    height: 85%;
    width: 190px;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    text-align: center;
}

article h4{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}


#possibilities small{
    text-align: center;
}

.button-2{
    color:#fff;
    background-color: #ff7a00;
    padding: 6px 20px;
    border-radius: 3px;
}


.button-2:hover {
    color:#fff;
    background-color: #02b8dd;
}

#possibilities p{
    text-align: center;
    margin-bottom: 20px;
}

/* ------------Contact-----------------*/


#contact{
    padding: 60px 0;
    text-align: center;
}

#contact h3{
    text-transform: uppercase;
    margin: 0 auto 20px auto;
    width: 400px;
    border-bottom: 1px solid #02badd;
    padding-bottom: 20px;
}


form{
    margin: 60px 0 20px 0;

}

label{
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
    color:#777;

}




input[type="texte"]{
    padding: 10px;
    font-size: 20px;
    margin-right: 20px;
    border: 2px solid #ddd;
    border-radius: 3px;
}

.button-3{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 2px;
    background-color: #02e8dd;
    border-style: none;
    border-radius: 3px;
}

.button-3:hover{
    color: #fff;
    background-color: #444;
}



/* ------------Footer-----------------*/

footer{
    height: 260px;
    background-color: #444;
}

footer h1{
    color: #fff;
    text-align: center;
    padding-top: 80px;
}

.textefooter{
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    color: #777;
}
