html,body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-image: url("fond.jpg");
  color: #FFFFFF;
}

.gallerie {
  display: flex;
  margin: auto;
  width: 98%;
  z-index: 1;
  justify-content: center;
}


img {
  	height: 100%;
  	width: 100%;
  	object-fit: contain;
}

.colonnegauche {
  width: 48%;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.colonnedroite {
  width: 48%;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.texte {
  display: block;
  margin-top: 15px;
  padding-left: 14px;
  padding-right: 14px;
  height: 300px;
  border-style:none;
}

.titre {
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  width: 800px;
  height: 300px;
  color: #FFFFFF;
  font-family: "Necto Mono";
  font-weight: 500;
  vertical-align: top;
  position: fixed;
  padding-left: 30px;
  padding-top: 40px;
  line-height: 13px;
}

.description {
  position: absolute;
  width: 620px;
  height: 250px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 13px;
  vertical-align: top;
  right: 20px;
  border-style:none;
}

p {
  font-family: 'necto mono';
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}


.accueil {
  display: block;
  text-align: left;
  font-family: "Necto Mono";
  font-size: 17px;
  padding-top: 50px;
  color: #FFFFFF;
}

.stylesousboites {
  margin-top: 30px;
  width: 100%;
}


.navigation {
  display: block;
  margin: 20px;
  text-align: center;
  font-family: 'necto mono';
  color: #FFFFFF;
  font-size: 18px;
  word-spacing: 15px;
}

a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}

@font-face {
  font-family: "FONT NAME";
  src: url("Necto-Mono.woff2") format("woff2"),
       url("Necto-Mono.woff") format("woff");
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-100%,0,0);
  }
}

@media (max-width: 900px){
  .texte {
    width: 90%;
    border-style: none;

  }

  .gallerie {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95%;
  }

  .colonnegauche {
    width: 95%;
    justify-content: center;
  }

  .colonnedroite {
    width: 95%;
    justify-content: center;
  }

  .titre {
    display: block;
    position: relative;
    height: 50px;
    width: 100%;
    padding-left: 10px;
    }
  .description {
    display: block;
    height: 300px;
    padding-left: 30px;
    position: relative;
    width: 100%;
    height: 300px;
    vertical-align: none;
    border-style: none;
    }
}

@media (min-width: 900px) and (max-width: 1100px) {
  .description {
    width: 490px;
    border-style: none;
    }
  .texte {
    border-style: none;
  }
}
