/* GENERAL */

body {
  font-family: "futuralight";
  position: relative;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  background: #0b1b25;
}

.container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  background-size: cover;
}

.background {
  background-image: url(../medias/images/background-min.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.backgroundOverlay {
  background-image: url(../medias/images/background-surbrillance.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.clicElement {
  cursor: pointer;
  position: absolute;
  z-index: 999;
}

#condensation {
  width: 15%;
  height: 15%;
  left: 25%;
  top: 9%;
}

#carburant {
  width: 5%;
  height: 5%;
  bottom: 26%;
  left: 41%;
}

#Cockpit {
  width: 6%;
  height: 8%;
  left: 18%;
  top: 22%;
}

#Raffinerie {
  width: 5%;
  height: 5%;
  bottom: 30%;
  left: 45%;
}

#avion {
  width: 10%;
  height: 5%;
  top: 22%;
  right: 15%;
}

#Planeur {
  width: 8%;
  height: 10%;
  bottom: 35%;
  left: 29%;
}

#Drone {
  width: 5%;
  height: 5%;
  top: 32%;
  left: 28%;
}

#Foret {
  width: 8%;
  height: 8%;
  top: 48%;
  left: 22%;
}

#atterrissage {
  width: 5%;
  height: 5%;
  top: 45%;
  left: 54%;
}

#Tour {
  width: 2%;
  height: 11%;
  bottom: 29%;
  left: 51%;
}

#recyclage {
  width: 5%;
  height: 6%;
  top: 48%;
  left: 48%;
}

#futurisque {
  width: 5%;
  height: 5%;
  top: 8%;
  left: 55%;
}

#rotor {
  width: 3%;
  height: 5%;
  left: 34%;
  top: 33%;
}

/**
** POPUP
*/

.containerPopup {
  position: relative;
  left: 0;
  width: 50%;
  top: 0;
}

.popup {
  position: absolute;
  min-height: 100px;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 9999;
  display: none;
}

.popup.has2Popup {
  left: 5%;
  width: 55%;
  transform: translate3d(0, -50%, 0);
}

.popup.has2Popup .containerPopup {
  width: 65%;
}

.popup.has2Popup .containerImg {
  width: 35%;
  left: 64%;
}

.popup.has2Popup .containerImg .picto {
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: auto;
}

.popup2 {
  left: 60%;
  width: 35% !important;
  transform: translate3d(0, -50%, 0);
}

.popup2 .containerPopup {
  width: 100%;
}

.header {
  background-color: white;
  height: 25%;
}

.title {
  margin-left: 40px;
  margin-right: 40px;
  padding: 15px 20px 15px 0;
  font-family: "futurabold";
  text-align: left;
  text-transform: uppercase;
}

.titleSpan {
  color: #205643;
  font-size: 16pt;
}

.bodyPopup {
  background-color: #b0b2b0;
  min-height: 65%;
  opacity: 0.9;
}

.containerText {
  padding-top: 15px;
  margin-left: 40px;
  padding-right: 40px;
  opacity: 0.7;
  font-family: "FuturaStd-Book";
}

.containerImg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
}

.bodyText {
  text-align: justify;
  font-size: 12pt;
  color: black;
  line-height: 19pt;
}

.link {
  margin-left: 40px;
  padding-top: 10px;
  margin-right: 40px;
}

.linkURL {
  text-decoration: none;
  color: #205643;
  font-size: 10pt;
  font-family: "FuturaStd-MediumOblique";
  display: block;
  margin-top: 5px;
}

.listeLogo {
  float: left;
}

.logo {
  list-style-type: none;
  margin-left: 15px;
  display: inline;
}

.logos {
  display: table;
  background-color: white;
  width: 100%;
  margin-top: 3%;
}

.logoIMG {
  vertical-align: middle;
    max-width:80px;
    max-height:50px;
  width: auto;
  height: auto;
}

.closebtn {
  float: right;
}

.langSelector {
  position: absolute;
}

.picto {
  height: 100%;
  left: 50%;
}

.closebtn {
  width: 50px;
  height: auto;
  position: absolute;
  right: 0;
}

.langSelector {
  color: white;
  height: 5%;
  width: 5%;
  z-index: 9999999; /*désolé lukas j'ai craqué*/
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "futurabold";
}

.selected {
  color: #48b986;
}

#EN {
  cursor: pointer;
  height: 50%;
}

#FR {
  cursor: pointer;
  height: 50%;
}

.properties {
  background-color: #b0b2b0;
  width: 100%;
  height: 10%;
  background: -moz-linear-gradient(
    top,
    white 0%,
    white 35%,
    rgba(176, 178, 176, 0.8) 35%,
    rgba(176, 178, 176, 0.8) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, white),
    color-stop(35%, white),
    color-stop(35%, rgba(176, 178, 176, 0.8)),
    color-stop(100%, rgba(176, 178, 176, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    white 0%,
    white 35%,
    rgba(176, 178, 176, 0.8) 35%,
    rgba(176, 178, 176, 0.8) 100%
  );
  background: -o-linear-gradient(
    top,
    white 0%,
    white 35%,
    rgba(176, 178, 176, 0.8) 35%,
    rgba(176, 178, 176, 0.8) 100%
  );
  background: -ms-linear-gradient(
    top,
    white 0%,
    white 35%,
    rgba(176, 178, 176, 0.8) 35%,
    rgba(176, 178, 176, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    white 0%,
    white 35%,
    rgba(176, 178, 176, 0.8) 35%,
    rgba(176, 178, 176, 0.8) 100%
  );
}

.column {
  height: auto;
  width: 33%;
  display: inline;
  margin-left: 5px;
}

.columnDouble {
  height: auto;
  width: 33%;
  display: inline;
  margin-left: 5px;
}

.column:first-child {
  margin-left: 5%;
}

.columnDouble:first-child {
  margin-left: 6%;
}

.column img {
  width: 15%;
  height: auto;
}

.columnDouble img {
  width: 15%;
  height: auto;
}

.properties::after {
  clear: both;
  display: table;
}

@media (max-width: 1000px) {
  .popup {
    width: 95%;
  }
  .containerPopup {
    width: 70%;
  }
  .containerImg {
    left: 70%;
    width: 30%;
  }
  .picto {
    height: 70%;
  }
}

.logoGardn {
  position: absolute;
  right: 3%;
  width: 15%;
  height: 10%;
  top: 0;
  z-index: 23452353353;
}

.logoGardn img {
  width: 100%;
  height: auto;
}

.logoGardn {
  cursor: pointer;
}

.pictoPlus {
    height: 15px;
    width: auto;
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: -999;
}

#Drone .pictoPlus {
  right: 70%;
}