@font-face {
  font-family: dosis;
  src: url(https://lacolmena.be/bibliotheque/fonts/dosis/static/Dosis-Medium.ttf);
}

@font-face {
  font-family: dosisbold;
  src: url(https://lacolmena.be/bibliotheque/fonts/dosis/static/Dosis-SemiBold.ttf);
}

body > img{
  position: absolute;
  z-index: -1;
  height: 160vh;
  width: auto;
  opacity: 0.2;
  min-height: 1200px;
  padding-bottom: 10%;
}

body{
  background: #679b7c;
  margin: 0;
  display: flex;
  place-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  color: #000000;
  overflow: hidden;
  font-family: dosis;
  touch-action: none;
  margin-left: 0px;
  position: fixed;
}

.fiche{
  display: none;
}

.plus{
  display: none;
}

.cadre{
  #background: black;
  position: relative;
  aspect-ratio: 16/10;
  width: 63vw;
  #height: 70vh;
  min-height: 420px;
  min-width: 670px;
  display: flex;
  margin-top: 10px;
  margin-left: -5px;
    align-items: center;
    justify-content: center;

}


.base{
  position: relative;
  width: 28%;
  height: 100%;
  #background: blueviolet;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.info{
  position: relative;
  width: 100%;
  height: 45%;
  #background: green;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

}

.infoplus{
  #background: black;
  position: relative;
  width: 72%;
  height: 100%;
  background: #033f33;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-spacing: 1.2px;
}

.infoplus > a > img{
  position: absolute;
  width: 6%;
  right : -6.5%;
  cursor: pointer;
  filter: contrast(70%);
}

.milieu{
  #background: black;
  position: relative;
  width: 96%;
  height: 96%;
  overflow-x: hidden;
  overflow-y: auto;
}

.milieu::-webkit-scrollbar {
  display: none;
}

.milieu{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.milieu > h1{
  color: #cfcfc6;
  letter-spacing: 1.2px;
  #background-color: black;
  font-size: clamp(22px, 2vw, 2.1vw);
  margin: 0;

}

.milieu > h2{
  color: #cfcfc6;
  letter-spacing: 1.2px;
  #background-color: black;
  font-size: clamp(20px, 1.8vw, 1.9vw);
  margin: 1.5vw 0px 0px 0px;

}

.milieu > p{
  color: #cfcfc6;
  word-spacing: 0.05ch;
  #letter-spacing: 1.2px;
  letter-spacing: 0.05ch;
  line-height: 127%;
  font-size: clamp(15px, 1.3vw, 1.35vw);
  #background-color: darkred;
  margin: 1vw 0px 0px 0px;

}

.milieu > ul{
  color: #cfcfc6;
  word-spacing: 0.05ch;
  #letter-spacing: 1.2px;
  letter-spacing: 0.05ch;
  line-height: 127%;
  font-size: clamp(15px, 1.3vw, 1.35vw);
  #background-color: darkred;
  margin: 0;

}
.milieu > ul > li{
  margin: 0.4vw 0px 0px 0px;
}

.milieu > ul > li > a{
  color: #cfcfc6;
  word-spacing: 0.05ch;
  #letter-spacing: 1.2px;
  letter-spacing: 0.05ch;
  line-height: 127%;
  font-size: clamp(15px, 1.3vw, 1.35vw);
  #background-color: darkred;
  margin: 0;

}


.pers{
  position: relative;
  height: 66%;
  width: 96%;
  background-color: #033f33;
  #margin: 1%;
  border-radius: 6px;
}

.discipline{
  position: relative;
  height: 26%;
  width: 96%;
  background-color: #033f33;
  #margin: 1%;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
}

.discipline:hover{
  background-color: #025543;
}

.discipline > a {
  text-decoration: none;
  height: 100%;
}

.discipline > a > p{
  color: #cfcfc6;
  word-spacing: 0.05ch;
  #letter-spacing: 1.2px;
  letter-spacing: 0.05ch;
  line-height: 127%;
  font-size: clamp(15px, 1.3vw, 1.35vw);
  #background-color: darkred;
  transform: translate(0%, -35.5%);
  font-family: dosisbold;
  padding-top: 10%;
  padding-bottom: 10%;
}

.circle{
  position: absolute;
  width: 44%;
  background-color: #025543;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}

.circle:after{
  content: "";
  display: block;
  padding-bottom: 100%;
}

.center{
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  top: 40.5%;
  width: 95%;
  height: 45%;
  #background-color: red;
  text-align: center;
  color: #cfcfc6;
}

.center > p{
    line-height: 0.15em;
    margin-top: 5px;
    font-size: clamp(13.5px, 1.3vw, 1.35vw);
    letter-spacing: 1.6px;
    font-family: dosisbold;
  }

.circle > img{
  position: absolute;
  width: 80%;
  z-index: 1;
  top : 50%;
  left : 51%;
  transform: translate(-50%, -50%);
}

.deco{
  position: relative;
  height: 38%;
  width: 96%;
  background-color: #033f33;
  opacity: 1;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.images{
  height: 100%;
  width: 100%;
  display: flex;
  animation-duration: 30s;
  #animation-name: Photos;
  animation-iteration-count: infinite;
}

.images > img{
  position: relative;
  width: auto;
  height: 152%;
  transform: translate(0%,-17%);
  z-index: 1;

}

@keyframes Photos{
  0%{
    transform: translateX(0);
  }
  10%{
    transform: translateX(0);
  }
  20%{
    transform: translateX(-120%);
  }
  30%{
    transform: translateX(-120%);
  }
  40%{
    transform: translateX(-247%);
  }
  50%{
    transform: translateX(-247%);
  }
  60%{
    transform: translateX(-350%);
  }
  70%{
    transform: translateX(-350%);
  }
  80%{
    transform: translateX(-466%);
  }
  90%{
    transform: translateX(-466%);
  }
  100%{
    transform: translateX(-582.75%);
  }

}

.deco::-webkit-scrollbar {
  display: none;
}

.deco{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.images > img{
  position: relative;
  z-index: 1;
  width: auto; 
  height: 150%; 
  transform: translate(0%,-17%);
}

.contact{
  position: relative;
  height: 32%;
  width: 96%;
  #background-color: black;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.tel{
  position: relative;
  height: 48%;
  width: 100%;
  border-radius: 6px;
  background-color: #033f33;
  display: flex;
  align-items: center;
}

.tel > img {
  position: relative;
  height: 45%;
  width: auto;
  margin-left: 5%;
  filter: contrast(65%);
}

.centre > p{
  position: relative;
  color: #cfcfc6;
  
}
.centre{
  position: absolute;
  height: 80%;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0%);
  left: 50%;
  #background: black;
}


.mail{
  position: relative;
  height: 48%;
  width: 100%;
  border-radius: 6px;
  background-color: #033f33;
  display: flex;
  align-items: center;
}

.mail > img {
  position: relative;
  height: 30%;
  width: auto;
  margin-left: 5%;
  filter: contrast(65%);
}

.web{
    position: relative;
    height: 48%;
    width: 100%;
    border-radius: 6px;
    background-color: #033f33;
    display: flex;
    align-items: center;
}

.web > img {
    position: relative;
    height: 46%;
    width: auto;
    margin-left: 4.6%;
    filter: contrast(65%);
}


p > a {
  color: #cfcfc6;
  text-decoration: none
}

p > a:hover{
  text-decoration: underline;
}
/*
@media (max-width: 768px){
  .fiche{
    width: 28%;
    height: 8%;
    position: absolute;
    background: #033f33;
    z-index: 4;
    left: 0;
    transform: translate(0%, -100%);
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #cfcfc6;
  }

  .plus{
    width: 28%;
    height: 8%;
    position: absolute;
    background: #025543;
    z-index: 4;
    right: 0;
    transform: translate(0%, -100%);
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #cfcfc6;
  }

  .pers{
    border-radius: 0 0 6px 6px;
  }
    .contact, .deco, .pers, .discipline{
        width: 100%;
    }

  .cadre{
  #background: black;
  position: relative;
  aspect-ratio: 10/16;
  width: 80vw;
  height: 77vh;
  min-width: 300px;
  max-width: 350px;
  max-height: 550px;
  min-height: 400px;
  display: flex;
  margin-top: -6%;
  margin-left: 0px;
  flex-direction: column;
  align-items: center;
}

.base{
  position: relative;
  width: 100%;
  height: 100%;
  #background: blueviolet;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.circle{
  position: absolute;
  width: 33%;
  min-width: 80px;
  background-color: #025543;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}

.images > img{
  position: relative;
  width: auto;
  height: 230%;
  transform: translate(0%,-17%);
  z-index: 1;

}
.infoplus{
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 6px 6px;
}

}
*/










