/* Styles generaux */
@import url("//hello.myfonts.net/count/3cc1ff");

@font-face {
  font-family: 'NeufileGrotesk-Regular';
  src: url('./font/font.woff2') format('woff2'), url('./font/font.woff') format('woff');
}

html, body {
  overflow-x: hidden;
  overflow-y: hidden;
}

  * {
  box-sizing: border-box;
  letter-spacing: 0.3px;
  font-family:'NeufileGrotesk-Regular';
  }

/* Typography */

.section p {
  font-size: 13px;
  margin-top: 0;
  line-height: 1.5;
}

.section a {
  font-size: 13px;
}

.section-mobile p {
  font-size: 30px;
  line-height: 1.5;
}

.section-mobile a {
  font-size: 30px;
  line-height: 1.75;
}

/* Template Desktop */
.ad__desktop {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/* Page divisee en 4 desktop */
.section {
  position: absolute;
  width:50%;
  height:50%;
  display: flex;
}

#no {
  top:0;
  left:0;
  border-bottom: solid 1px black;
  border-right: solid 1px black;
  overflow: auto;
  padding: 15px;

}

#ne {
  top:0;
  left:50%;
  border-bottom: solid 1px black;
}

#ne img{
  width: auto;
  height: 100%;
  margin-right: auto;
}

#so {
  top:50%;
  left:0;
  border-right: solid 1px black;
  overflow: auto;
  padding: 15px;
}

#se {
  top:50%;
  left:50%;
  overflow: auto;
  padding: 15px;
}

/* Layout no desktop*/
.grow {
  display: flex;
  flex-direction: column;
}

.grow1 {
  flex-grow: 1;
}

.grow p {
  margin: 0;
}

/* Layout column desktop*/
.column50 {
  flex: 50%;
  margin-top: 0;
}
.column25 {
  flex: 25%;
  padding-right: 60px;
}

/* Template Mobile */
.ad__mobile {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

/* Page divisee en 2 mobile*/
.section-mobile {
  position: absolute;
  width: 100%;
  height: 50%;
  display: flex;
}

#ne-mobile {
  top: 0;
  left: 0;
  border-bottom: solid 1px black;
}

#ne-mobile img{
  width: auto;
  height: 100%;
  margin-right: auto;
  overflow-y: hidden;
}

#so-mobile {
  top: 50%;
  left: 0;
  padding: 30px;
}

/* Layout column mobile*/
.column50-mobile {
  flex: 50%;
  margin-top: 0;
}
.column25-mobile {
  flex: 25%;
}

/* Logo mobile*/
#logo {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 30px;
}

/* Masquer la barre de defilement a l'interieur des blocks */
.section::-webkit-scrollbar {
  display: none;
}

/* Slideshow */
.carousel-cell {
  width: 100%; /* full width */
  height: 100%; /* height of carousel */
  display: flex;
}

.main-carousel {
  width: 100%; /* full width */
  height: 100%; /* height of carousel */
  overflow: hidden;
}

.carousel-cell img {
  object-fit: cover;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

#myBtnContainer {
  position: fixed;
  background: white;
}

/* List */
ul {
list-style: none;
margin-left:0;
padding-left:0;
}

li a {
  text-decoration: none;
  color: #bebebe;
}

li a:hover {
color: black;
}

.active a {
  color: black;
}

/* Lien */
a {
  text-decoration: none;
  color: black;
}

/* Fixer project et nom project */
.fixed p {
  position: sticky;
  margin: 0;
}