/*  GENERAL */

*
{
    margin: 0;
    padding: 0;
    
}

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

h1
{
    font-family: 'Crete Round', serif;
    font-size: 32px;
    color: #7e7c7c;
}

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

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

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

p
{
    line-height: 20px;
    color: #333232;
}

ul
{
    list-style: none;
}

a
{
    text-decoration: none;
    color: #333232;
}

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

.orange
{
    color: #fa6124
}

.clear
{
    clear: both;
}

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

/*  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: none;
}

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


/*  MAIN IMAGE  */

#mainimage
{
    height: 600px;
    background: url('images/principale.jpg') center;
    background-repeat: no-repeat;
}

#mainimage h1
{
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #1f1b1b;
    padding: 50px 0 40px 0;
    margin-bottom: 20px;
	color: #333232;
    font-size: 55px;
    font-family: Arial
}

.button-1
{
    width: 240px;
    height: 50px;
    display: block;
    background-color: #bdb5b5;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

.button-1:hover
{
    background-color: #f0501f;
}

/*  STEPS   */

#steps ul
{
    margin: 80px 0;
}

#steps ul li
{
    width: 300px;
    float: left;
    padding-top: 140px;
    text-align: center;
    margin-right: 10px;
}

#steps h4
{
    text-transform: uppercase;
    margin-bottom: 20px;
}

#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: #bebdbd;
    padding: 60px 0;
}

#possibilities article
{
    width: 300px;
    height: 310px;
    float: left;
    border-radius: 10px;
    margin-right: 10px;   
}



.overlay
{
    background: rgba(148, 147, 147, 0.85);
    height: 100%;
    width: 190px;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    text-align: center;
    box-sizing: border-box;
}

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

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

.button-2
{
    color: #fff;
    background-color: #bdb5b5;
    padding: 6px 20px;
    border-radius: 3px;


}

.button-2:hover
{
    color: #fff;
    background-color: #ff6a3d; 
}

/*  CONTACT */

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

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

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

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: 3px;
}

.button-3
{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 11px;
    background-color: #bdb5b5;
    border-style: none;
}

.button-3:hover
{
    color: #f0501f;
}
/*  Footer */

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

#HP {
  float:left;
  margin: 0 20px 0 0;
}
