

/*General*/
*{   /*initialiser notre marge */

margin:0px;
padding:0px;
}

body
{
    font-family: Arial, sans-serif;
    font-size: 15px;
}

h1
{
font-family : 'crete Round', serif;
font-size: 45px;
color:#444;
}

h2
{
font-size: 55px;
color:#444;
text-align: center;
}

h4
{
  font-size:24px;
  color: #444;
}
h3
{
  font-size: 30px;
  color:#444;
}
h5
{
 font-size: 15px;
 color:#444;
 text-align: center;
 font-weight: bold;
}

p
{
line-height: 20px; /*la ligne entre le paragraphe et le h4*/
color:#777;
}

ul
{
  list-style: none;
}

.orange
{

color:#ff7a00;

}


a
{
   text-decoration: none;
   color:#444;
}

.clear
{
clear: both;

}

.wrapper {

    width: 940px;
    margin: 0 auto;
    padding: 0 10px;

}

/*Header*/
header 
{
   height: 120px;
}

header h1
 {
  float: left;
  margin-top : 32px;
  
}

header nav ul li a:hover
{
 color:#ff7a00;
 font-size: 16px;
}


header nav 
{
   float : right;
   margin-top: 45px;

}

header nav ul li
{

    float:left;
   /*display: inline-block;*/

}

header nav ul li a
{
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 40px;
}

/*Main-Image*/

#main-image 
{
height: 580px;
background: url('images/main.jpg') center;

}

#main-image h2 
{
font-weight: normal;
text-transform: uppercase;
padding: 150px 0 40px 0 ;
margin-bottom: 20px;
}

.button-1
{
display: block;
width: 120px;
height: 50px;
background-color: #ff7a00;
color:white;
font-size: 20px;
margin: 0 auto;
line-height: 50px;
text-align: center;
border-radius: 3px;

}

.button-1:hover
{

 background-color:#02b8dd;

}

/*Steps*/
#steps ul 
{
  margin: 80px 0 ;  

}
#steps ul li
{
  float: left;
  width: 300px;
  padding-top: 140px;
  text-align: center;
  margin-right: 10px;
} 

#steps h4 
{
    text-transform: uppercase;
    margin-bottom: 20px;
  
     
}

#steps p
{
margin-bottom: 30px;
}


#step-1
{
     height:  20px;
    background: url('images/steps-icon-1.png') no-repeat center ;
}


#step-2
{
  height:  20px;
 background: url('images/steps-icon-2.png') no-repeat center ;  
}  
    

#step-3
{
  height:  20px;
    background: url('images/steps-icon-3.png') no-repeat center;

}


/* Possibilities */
#posibilities {
  padding: 60px 0;
  background-color: #efefef;
  margin-top: 150px; /*C'est moi qui la rajouter pour espacer entre les sections*/
}

#posibilities article {
  width: 450px;
  height: 270px;
  float: left;
  border-radius: 10px;
  margin-right: 20px;
}

#posibilities article:last-child {
  margin-right: 20px;
}

.overlay {
  background-color: rgba(235, 235, 235, 0.455);
  height: 100%;
  width: 190px;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  box-sizing: border-box;
 
}

#posibilities article h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

#posibilities p {
  text-align: center;
  margin-bottom: 20px;
}

.button-2 {
  color: #fff;
  background-color: #ff7a00;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}

.button-2:hover {
  background-color: #02b8dd;
  color: #fff;
}


/*Contact*/

#Contact
{
  padding: 60px 0;
  text-align: center;

}

#Contact h3
{
  width: 400px;
 text-transform: uppercase;
 margin: 0 auto 20px auto;
 border-bottom: solid 1px #02b8dd;
 text-align: center;
 padding-bottom: 20px;
}

form
{
 margin: 60px 0 20px 0;
}

label
{
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  color:#777;
}

input[type ='text']
{
 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: 11px;
 background-color: #02b8dd;
 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;
}
.Copyright
{
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
  color:#777;
}