/**
 * Style sheet for the technology transfer page (/detector/technology-transfer)
 */

.find-out > * {
  display: inline-block;
  margin-left: 1.5%;
  width: 210px;
  height: 250px;
  vertical-align: bottom;
  background-color: #0B80C3;
}

.find-out > *:hover {
  box-shadow: 5px 4px 19px 2px rgba(0,0,0,0.41);
}

.find-out {
  text-align: center;
  padding-bottom: 4%;
}

.find-out > * > div > p {
  font-size: 13px !important;
  padding-left: 2%;
  padding-right: 2%;
  color: white;
  line-height: 1.5em !important;
}

/* Remove the underline from the text */
.find-out > a {
  text-decoration: none !important;
}

.find-out > a:hover {
  text-decoration: none !important;
}

.img-container {
  height: 115px;
}

.img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.find-out > * > div > h4 {
  padding-left: 2%;
  padding-right: 2%;
  color: white;
  margin-top: 15px !important;
}

@media screen and (max-width: 600px) {
  .find-out > * {
    width: 60%;
    display: block;
    margin-bottom: 15%;
    margin-left: 20%;
  }

  #ATLAS-PHOTO-2016-023-2, #ATLAS-PHOTO-2016-022-1, #ATLAS-PHOTO-2016-025-1, #ATLAS-PHOTO-2016-024-1, #PHOTO-SOUND {
    margin-top: 0 !important;
  }

  .find-out {
    padding-bottom: 0 !important;
    padding-top: 10% !important;
  }

  div[data-history-node-id="98"] .text-component-title {
    margin-top: 10% !important;
  }
}

/* Positionnign of the different pictures */
#ATLAS-PHOTO-2016-023-2 {
  margin-top: 35%;
}

#ATLAS-PHOTO-2016-022-1 {
  margin-top: 5%;
}

#ATLAS-PHOTO-2016-025-1 {
  margin-top: 30%;
}

#ATLAS-PHOTO-2016-024-1 {
  margin-top: 20%;
}

#PHOTO-SOUND {
  margin-top: 6%;
}

/* Positionning of the title and spacing for FIND OUT MORE */
div[data-history-node-id="98"] .box-effects-wrapper {
  padding-top: 0;
}

div[data-history-node-id="98"] .vertical-line {
  margin-bottom: 10%;
}

div[data-history-node-id="98"] .text-component-title {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
  font-size: 2em;
}