@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

body {
  background-color: #0078A1;
  color: #FFF;
}

.header {
  margin-bottom: 8%;
}


.langs {
  margin-left: 90%;
}

.title {
  text-align: center;
  font-weight: bold;
}

.logo {
  text-align: center;
  font-style: italic;
}

header a{
  color: #FFF;
  text-decoration: none;
}

#infographie {
  margin-bottom: 3%;
  /*display: none;*/
}

article {
  text-align: center;
}

.section_header {
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.5%;
}

.whatwedo {
  background-color: #FFF;
  color: #0078A1;
  margin-bottom: 2%;
  padding-top: 2%;
}

.title_article>h2 {
  font-weight: bold;
  text-align: center;
}

.img_capteurs {
  /*margin: 2%;*/
}

.img_calculs {
  /*margin: 2%;*/
}

.img_densite {
  /*margin: 2%;*/
}

article {
  padding-bottom: 1%;
}


#img_sensor {
  margin-bottom: 1%;
  margin-left: 1%;
  width: 50%;
}

#img_camera {
  border-left: solid;
  width: 20%;
  min-width: 5%;
  max-width: 20%;
  min-height: 5%;
  max-height: 20%;
}

.carrousel {
  margin-right: 1%;
  width: 45%;
}

.arrow {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: auto;
  transform: translate(0, -50%);
  cursor: pointer;
}

#img_rie {
  min-width:30%;
}

#graph1 {
  width:40%;
}

#img_density {
  max-width: 25%;
  max-height: 25%;
  min-width: 5%;
  min-height: 5%;
}

#img_heatmap1 {
  max-width: 32%;
  max-height: 30%;
  min-width: 32%;
  min-height: 30%;
}
#img_heatmap2 {
  max-width: 32%;*/
  max-height: 30%;
  min-width: 32%;*/
  min-height: 30%;
}
#img_heatmap3 {
  max-width: 32%;
  max-height: 30%;
  min-width: 32%;
  min-height: 30%;
}


.clients {
  padding: 2%;
}

.clients img {
  /*margin: 1%;*/
  width: 17%;
  height: 30%;
  padding: 1%;
}

#img_adp {
  height: 30%;
  margin-top: auto;
  margin-bottom: auto;

}

#img_edf {
  height: 30%;
  width: 10%;
  margin-top: auto;
  margin-bottom: auto;

}

#img_fia {
  height: 20%;
  width: 25%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 2%;

}

#img_esl {
  width: 25%;
  height: 20%;
  margin-top: auto;
  margin-bottom: auto;

}
#img_techevent {
  width: 25%;
  height: 15%;
  margin-top: auto;
  margin-bottom: auto;

}
#img_key4events {
  margin-top: auto;
  margin-bottom: auto;
  width: 25%;
  height: 15%;
}
#img_givaudan {
  width: 15%;
  height: 30%;
  margin-top: auto;
  margin-bottom: auto;
}
#img_trans {
  width: 10%;
  height: 20%;
  margin-top: auto;
  margin-bottom: auto;

}
#img_besancon {
  margin-top: auto;
  margin-bottom: auto;
  width: 20%;
  height: 20;
}

#img_viparis {
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  height: 30%;
  width: 20%;
}

#img_lourdes {
  margin-top: auto;
  margin-bottom: auto;

  width: 20%;
  height: 15%;
}

ul.icons {
  list-style: none;
  display: inline;
}
ul li {
  display: inline;
}

footer {
  margin-top: 5%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 13%;
}

.label {
  display: none;
}

i {
  color: #FFF;
}

.copyright {
  text-align: right;
  font-style: italic;
  margin-top: 3%;
}

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

  .langs img {
    width: 40%;
  }

  .title {
    font-size: 2.2em;
  }

  .logo {
    font-size: 1.7em;
  }

  .introduction {
    font-size: 1em;
  }

  .title_article>h2 {
    font-size: 1.4em;
  }

  .whatwedo {
    font-size: 1em;
  }

  .copyright {
    font-size: 0.6em;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }

}

@media screen and (min-width: 641px) and (max-width: 1200px) {

  .langs img {
    width: 40%;
  }

  .title {
    font-size: 2.5em;
  }

  .logo {
    font-size: 2em;
  }

  .introduction {
    font-size: 1.1em;
  }

  .title_article>h2 {
    font-size: 1.3em;
  }

  .whatwedo {
    font-size: 1.1em;
  }

  .copyright {
    font-size: 0.8em;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
  }

}

@media screen and (min-width: 1201px) {

  .langs img {
    width: 30%;
  }

  .title {
    font-size: 3.5em;
  }

  .logo {
    font-size: 2.7em;
  }

  .introduction {
    font-size: 1.5em;
  }

  .title_article>h2 {
    font-size: 2.3em;
  }

  .whatwedo {
    font-size: 1.5em;
  }

  .copyright {
    font-size: 1.2em;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    width: 13%;
  }

}
