
#dataviz-header .wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
/* Header */
#dataviz-header .header {
  background-image: url('../assets/image/bandeau-election.png');
  background-size: cover;
  color: #000;
  margin: 0 0 0 0;
  height: 230px;
}
#dataviz-header .header .wrapper {
  padding: 12px;
}

#dataviz-header .header .logo {
  margin-top: 40px;
  margin-left: 0px!important;
}

#dataviz-header .header .logo img {
  width: 100%;
  max-width: 544px;
}

#dataviz-header p {
  font-weight: 100;
  margin: 12px 0;
  font-size: 18px;
  line-height: 1.4;
  max-width: 60%;
}


#dataviz-header .header {
}

#dataviz-header .header .shares {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
}

#dataviz-header .header .shares * {
  line-height: 0;
  margin: 0;
  margin-right: 10px;
}

#dataviz-header .header .shares p {
  font-size: 1.1em;
  margin-right: 18px;
}

#dataviz-header .header .shares .share-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #000;
  height: 32px;
  width: 32px;
}

#dataviz-header .header .shares .share-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
}

@media (max-width:1280px){
  #dataviz-header .header {
    background-position: top 0px right -150px;
  }
}

@media (max-width:768px){
  #dataviz-header .header {
    background-position: top 0px right -200px;
  }
  #dataviz-header .header .logo {
    margin-top: 40px;
  }
  #dataviz-header .header .logo img {
    max-width: 400px;
  }

  #dataviz-header p {
    font-size: 16px;
    line-height: 1.4;
    max-width: 80%;
  }

}


@media (max-width:640px){
  #dataviz-header .header .logo img {
    max-width: 300px;
  }
}




@media (max-width:580px){
  #dataviz-header .header {
    background-position: top 0px right -200px;
    height: 200px;
  }
  #dataviz-header .header .logo {
    margin-top: 30px;
  }
  #dataviz-header .header .logo img {
    max-width: 250px;
  }

  #dataviz-header p {
    font-size: 14px;
    line-height: 1.4;
    max-width: 80%;
  }

}














