@media only screen and (min-device-width : 480px) and (max-device-width : 600px)
{
   body{font-size: 0.938em;}
}

/*Ensemble*/
	
@font-face
{
    font-family: "Crete Round";
    src: url("Crete_Round/CreteRound-Regular.ttf");
}

body
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
}

h1
{
    font-family: "Crete Round";
    font-size: 45px;
    color: #444444;
}

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

h3
{
    font-size: 25px;
    color: #444444;
}

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

.Orange_Pt
{
    color: rgb(241, 179, 9);
    font-weight: bold;
}

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


ul
{
    list-style-type: none;
}

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

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

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

.clear
{
    clear: both;
}

/*Header*/

header
{
    flex:1 1 auto;
    height: 120px;
}
header h1
{
    float: left;
    margin-top: 32px;
}
header nav
{
    background-color: white;
    float : right;
    margin-top: 50px;
    margin-bottom: 20px;
}

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

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

/*Main Image*/

#Main_image
{
    height: 580px;
    background-image: url('images/chemin.jpg');
    background-repeat: no-repeat;
    background-size:cover;
}

#Main_image h2
{
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: beige;
    padding: 150 0 40 0;
    margin-bottom: 20px;
}

.button-1
{
    width: 120px;
    height: 50px;
    display: block;
    background-color: rgb(241, 179, 9) ;
    color: white;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

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

/*Steps*/

#Steps ul
{
    margin : 80px 0;
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
}

#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-image:url('images/steps-icon-1.png');
    background-repeat: no-repeat;
    background-position: center 0;
}

#step_2
{
    background-image:url('images/steps-icon-2.png');
    background-repeat: no-repeat;
    background-position: center 0;
 
}

#step_3
{
    background-image:url('images/steps-icon-3.png');
    background-repeat: no-repeat;
    background-position: center 0;
}

/*Possibilities*/

#Possibilities
{
    background-color: #efefef; 
    padding: 60px 0;  
    display: flex;
    justify-content: space-between;
}

#Possibilities article
{
    width: 560px;
    height: 370px;
    float: left;
    border-radius: 10px;
}

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

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

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

article h4
{
    border-bottom: 1px solid rgb(59, 58, 58);
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.button-2
{
    width: 120px;
    height: 50px;
    display: block;
    background-color: rgb(241, 179, 9) ;
    color: white;
    font-size: 20px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
}

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

#Possibilities small
{
    text-align: center;
}

/*Contact*/

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

#Contact h3
{
    width: 400px;
    text-transform: uppercase;
    margin: 0 auto 20px auto;
    border-bottom: 2px solid #067790;
   padding-bottom: 20px;
}

#TC_Name
{
    font-family: "Crete Round";
    color: #444444;
    font-weight: bold;
}

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

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

input
{
    padding: 10px;
    font-size: 20px;
    margin-right: 20px;
    border: 2px solid #dddddd ;
    border-radius: 3px;
}

.button-3
{
    color: #efefef ;
    font-size: 20px;
    font-weight: bolder;
    padding: 12px;
    background-color:#067790 ;
    border-radius: 3px;
}

.button-3:hover
{
    color: #efefef;
    background-color: darkslategrey;
}

/*Footer*/

footer
{
    color: #666363;
    background-color: #444444 ;   
    text-align: center; 
    background-image: url('images/BZH.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 90px;
}

footer h1
{
    color: #efefef;
    -webkit-text-stroke: 0.1px;
    -webkit-text-stroke-color: #444444;
    padding-bottom: 20px;
}
