/*---------------GENERAL -----------------*/

@import url('https://fonts.googleapis.com/css?family=Arimo|Muli|PT+Sans+Narrow');
/*font-family: 'Arimo', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Muli', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
/* font-family: 'Slabo 27px', serif; */

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: white;
}



h2,
h3,
h6 {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
}

h2 {
    font-size: 36px;
    padding: 10px;
    margin-bottom: 30px;
    border-left: 2px solid #f87047;
}


h3 {
    margin-top: 10px;
    font-size: 24px;
    text-transform: none;
}


.icones {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.icones:hover {
    transform: rotate(300deg);
}

p {
    color: #b9b9b9;

}


a {
    text-decoration: none;
    color: white;
}


a:hover {
    color: #f87047;
}



/*---------------HEADER -----------------*/

header {
    height: 650px;
    background: url(../images/objectif.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed; 
}



#bouttonAdmin {
    display: flex;
    flex-direction: row;
    width: 210px;
    height: 50px;
    margin: 10px;
    padding: 9px;
    border-radius: 3px;
    line-height: 35px;
    text-transform: uppercase;
    background: #292929;
    color: #FFF;
    float: right;
}



#bouttonAdmin:hover,
#bouttonSend:hover {
    background: #111111;
    color: #f87047;
}


header h1 {
    padding: 200px 0px 60px 0px;
    clear: both;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    font-size: 90px;
    letter-spacing: 1.5rem;
}


hr {
    width: 150px;
    height: 3px;
    margin: auto;
    background: #f87047;
    border: none;
}


header p {
    /* background: #333333; */
    /* width: 60%; */
    text-shadow: #111111;
    font-family: 'Archivo Black', sans-serif;
    font-size: 24px;
    margin: 40px auto;
    color: #f87047;
    font-family: 'Slabo 27px', serif;
    
    

}


#divTitre {
    top: 150px;
    text-align: center;
}


#ligneH {
    display: block;

}


/*---------------SECTION1-----------------*/

#services {
    display: flex;
    flex-flow: row wrap;
    margin: 0px;
    padding: 70px 70px 40px 70px;
    height: auto;
    background-color: #292929;
}


#services div {
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 50px;
}


#pTitre {
    text-transform: uppercase;
    
}

.pService {
    font-family: 'Slabo 27px', serif;
    font-size: 18px;
}





/*---------------SECTION 2 -----------------*/

#news {
    padding-top: 70px;
    background-color: #333333;
}

#news h2 {
    margin-left: 80px;

}

#pNews {
    margin: 20px 80px 60px 80px;
    font-family: 'Slabo 27px', serif;
    font-size: 18px;
}


#news > div {
    display: flex;
    flex-flow: row wrap;
    height: 700px;
}



#pNewsTitle {
    width: 100%;
    color: white;
    background: #353535;
    padding-left: 10px;
    padding-right: 10px;
    opacity: .6;
}

#img1 {
    display: flex;
    align-items: flex-end;
    padding: 30px;
    width: 50%;
    background: url(../images/search.jpg) ;
    background-size: cover;
}

#img1:hover {
    opacity: .6;
}

#img2 {
    display: flex;
    align-items: flex-end;
    padding: 30px;
    width: 50%;
    background: url(../images/castle.jpg) center;
    background-size: cover;

}

#img2:hover {
    opacity: .6;
}

#img3 {
    display: flex;
    align-items: flex-end;
    padding: 30px;
    width: 50%;
    background: url(../images/audiance.jpg) center;
    background-size: cover;
}

#img3:hover {
    opacity: .6;
}



#img4 {
    display: flex;
    align-items: flex-end;
    padding: 30px;
    width: 50%;
    background: url(../images/security.jpg) center;
    background-size: cover;
}

#img4:hover {
    opacity: .5;
}

#spanDate {
    color: #f87047;
}


#PviewAll {
    background-color: #292929;
    padding: 50px;
    text-align: center;
    text-transform: uppercase;
}

#PviewAll:hover {
    color: #f87047;
}




/*---------------FOOTER-----------------*/

footer {
    display: flex;
    flex-direction: row;
    height: 600px;
    color: #b9b9b9;
    background: #353535;
    padding-top: 70px;

}


footer h2 {
    font-size: 36px;
    padding: 10px;
    border-left: 2px solid #f87047;
}


footer h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 20px;

}


#divContact {
    margin: 0px 30px 0px 80px;
    width: 30%;

}


form > div {
    display: flex;
    flex-flow: row wrap;
    margin-right: 60px;
}


form > div div {
    width: 50%;
    padding-left: 30px;
}


input,
select {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 30px;
    border-left: 2px solid white;
    border-radius: 3px;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
}

input:hover,
select:hover {
    border-left: 2px solid #f87047;
}


#divTexarea {
    display: flex;
    flex-flow: wrap;
    height: 150px;
    padding-left: 30px;
    border-radius: 3px;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
}


textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    margin-bottom: 30px;
    border-left: 2px solid white;
}

textarea:hover {
    border-left: 2px solid #f87047;
}



#bouttonSend {
    display: flex;
    flex-direction: row;
    width: 210px;
    height: 50px;
    padding: 9px;
    border-radius: 3px;
    line-height: 35px;
    text-transform: uppercase;
    background: #292929;
    color: #FFF;
    float: right;

}


#iconeSender {
    float: left;
    margin-top: 2px;
    width: 40px;

}

