
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    list-style:none;
}
body {
    line-height:1.5;
}
table {
    border-collapse:separate;
    border-spacing:0;
}
caption, th, td {
    text-align:left;
    font-weight:normal;
}

table, td, th {
    vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:"";
}
blockquote, q {
    quotes:"" "";
}
a img {
    border:none;
}

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

.clear {
    clear:both;
}
html, * {
  box-sizing:border-box;
}

html {
  background-color:#eaeaea;
  color:#676767;
}

body { 
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size:13px;
  font-weight: 300;
  text-align:center;
  position:relative;
  padding-top:75px;
  padding-bottom:75px;
  -webkit-text-size-adjust: none;
}

.socials {
  position: absolute;
  right:15px;
  top:15px;
}

.socials ul li {
  display:inline-block;
}

.email {
  text-indent: -15000px;
  width:33px;
  height:33px;
  background:url(../img/mail.png) no-repeat;
  display:block;
  background-size: 100%
}

.email:hover {
  background:url(../img/mail2.png) no-repeat;
  background-size: 100%
}

.linkedin {
  text-indent: -15000px;
  width:33px;
  height:33px;
  background:url(../img/linkedIn.png) no-repeat;
  display:block;
  background-size: 100%
}

.linkedin:hover {
  background:url(../img/linkedIn2.png) no-repeat;
  background-size: 100%
}

.telephone {
  text-indent: -15000px;
  width:33px;
  height:33px;
  background:url(../img/tel.png) no-repeat;
  display:block;
  display:none;
  background-size: 100%
}

.telephone:hover {
  background:url(../img/tel2.png) no-repeat;
  background-size: 100%
}

h1.logo {
  text-indent: -9999px;
  background:url(../img/logo.png) no-repeat;
  width:539px;
  height:157px;
  margin: 0 auto 75px;
}

.bandeau {
  background: url(../img/bandeau.png) no-repeat center top;
  min-height:308px;
  padding:30px 0;
  font-size:14px;
  color:#dbdbdb;
  margin-bottom:75px;
}

.text p {
  width:600px;
  margin:auto;
  margin-bottom:20px;
}

.text p.bold {
  font-size: 15px;
  font-weight:400;
}

.center {
  text-align: center; 
}

.contact {
  background:#333333;
  display:inline-block;
  padding:10px 40px;
  border-radius:20px;
  color:#fff;
  text-transform: uppercase;
  font-size:17px;
  font-weight: 300;
  margin-bottom:75px;
}

.contact:hover {
  background: #000
}

h2 {
  font-size:19px;
  text-transform: uppercase;
}

h3 {
  font-size:13px;
  margin-bottom:35px 
}

.adresse {
  text-transform: uppercase;
  margin-bottom:20px;
}

.copy {
  text-transform: uppercase;
  font-size:10px;
}


@media screen and (max-width:1300px) {

  body {
    padding-top:40px;
  }

  h1.logo {
    margin-bottom:25px;
  }

}

@media screen and (max-width:650px) {
  
  body {
    padding-top:30px;
  }

  h1.logo {
    margin-bottom:15px;
  }

  br {
    display: none;
  }

  .socials {
    position:static;
    margin-bottom:30px;
  }
  
  .bandeau {
    background:#000;
  }

  .telephone {
    display:block;
  }
  
    .socials ul li {
      margin:0 5px;
    }
  
  .socials ul li a {
    width:45px;
    height:45px;
  }
  
  .text p {
    width:90%;
  }

  h1.logo {
    width:80%;
    height:100px;
    background-size:cover;
  }

  h3 {
    background:#d0d0d0;
    display:inline-block;
    padding:10px 40px;
    border-radius:20px;
    text-transform: uppercase;
    font-size:17px;
    font-weight: 300;
    margin-top:10px;
  }

}


@media screen and (max-width:430px) {
  

  h1.logo {
    width:90%;
    height:70px;
    background-size:cover;
  }

  .adresse, .copy {
    width:80%;
    margin:auto;
    margin-bottom:20px;
  }
  

}