/* http://meyerweb.com/eric/tools/css/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var
b, u, i, center,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIN RESET */
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}
*{
    box-sizing: border-box;
}

/**************** fin INI ****************/

body{
    font-family: Georgia;
}

/************* HEADER ********************/
.fond {
    background-color: black;
    border-top: 5px solid #40aed7;
}

.conteneur {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.fond .conteneur {
    min-height: 125px;
}

.logo {
    width: 225px;
}
.logo h1 {
    text-transform: uppercase;
    color: white;
    font-size: 28px;
}

.logo p {
    color: #979797;
    font-size: 11px;
    letter-spacing: 0.7px;
}

.menu {
    width: 635px;
    text-transform: uppercase;
    color: white;
    font-size: 13px;
}

.menu ul {
    display: flex;
    justify-content: space-between;
}

.menu li{
    padding: 12px 17px;
}

.menu li:hover {
    background-color: #40aed7;
    border-radius: 10px;
}

/*********************** SECTION 1 *******************/

.section1 h1,.section2 {
    font-size: 124px;
    color: #333333;
    margin-top: 40px;
    margin-bottom: 60px;
}

.box {
    width: 225px;
    padding-top: 160px;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
}

.box__service {
    text-align: center;
    border: 1px solid #e4e4e4;
    transition: 0.4s ;
}

.box h2 {
    text-transform: uppercase;
    font-size: 32px;
    color: #333333;
}

.box__service h2, .box__service p {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.box__service p {
    font-size: 12px;
    color: #979797;
    letter-spacing: 0.4px;
    line-height: 20px;
}

.conteneur a {
    text-decoration: none;
}

.box--service1 {
    background-image: url(../img/sprite-icon-1.png);
}

.box--service2 {
    background-image: url(../img/sprite-icon-2.png);
}

.box--service3 {
    background-image: url(../img/sprite-icon-3.png);
}

.box--service4 {
    background-image: url(../img/sprite-icon-4.png);
}

.box__service:hover {
    background-position: top right;
    background-color: #40aed7;
}

.box__service:hover p, .box__service:hover h2 {
    color: white;
}

/************************ SECTION 2 *********************/
.section2 {
    margin-left: auto;
    margin-right: auto;
}

.team .box {
    text-align: center;
}

.image {
    width: 100%;
    height: 225px;;
    overflow: hidden;
}

.box__team img{
    transition: 0.6s;
}

.box__team img:hover{
    transform: scale(1.15);
}

.team h1 {
    display: block;
    color: #d3d3d3;
}

.team h3 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    text-transform: capitalize;
}

.team p {
    font-size: 13px;
    text-align: left;
    color: #979797;
    padding-top: 15px;
    margin: 0 0 20px 0;
    border-top: 1px solid #e4e4e4;
    letter-spacing: 0.4px;
    line-height: 20px;
}

.team a {
    font-size: 13px;
    color: #40aed7;
    float: right;
    margin-bottom: 60px;
}

.box__team {
    padding-top: 0px; 
}

/************************* FOOTER ********************/
.fond2 {
    background-color: #303030;
}

.box__footer {
    padding-top: 40px;
    min-height: 390px;
}

.box__footer h3 {
    font-size: 16px;
    color: white;
    margin-bottom: 35px;
}

.box__footer h4 {
    font-size: 13px;
    font-weight: bold;
    color: #979797;
    margin-bottom: 15px;
}

.box__footer .auteur {
    font-size: 10px;
    font-weight: lighter;
    color: #666666;
/*    margin-bottom: 20px;*/
}

.box__footer .date {
    font-size: 10px;
    color: #979797;
/*    margin-bottom: 20px;*/
}

.box__footer p {
    font-size: 13px;
    color: #979797;
    line-height: 20px;
    letter-spacing: 1px;
    
}

.box--links li {
    display: block;
     border-bottom: 1px solid #404040;
}

.box__footer a {
    text-decoration:none;
    color: #40aed7;
    transition: 0.4s;
}

.box__footer a:hover{
    color: white;
}

.box--links a {
    padding-left: 5px;
    padding-bottom: 10px;
    line-height: 35px;
}

.box__footer li {
    font-size: 13px;
    color: #40aed7;
}

.box--tweets p {
    margin-bottom: 20px;
}

.box--contact input, .box--contact textarea {
    background-color: #222222;
    border: none;
    padding: 10px;
    font-family: Georgia;
    margin-bottom: 10px;
    width: 100%;
    color: white;
}

.box--contact textarea {
    padding-bottom: 50px;
}

button {
    background-color: #40aed7;
    border: none;
    color: white;
    font-family: Georgia;
    font-weight: bold;
    text-transform: uppercase;
    padding:10px 15px ;
    border-radius: 5px;
    transition: 0.2s;
}

button:hover {
    background-color: white;
    color: #40aed7;
}

/*****************  BAS DE FOOTER ****************/
.fond3 {
    background-color: #2b2b2b;
}

.fond3 .conteneur{
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    color: #979797;
    font-size: 13px;
}
