html,body {
  background-color: #ECEBED;
  margin: 0;
  padding: 0;
  cursor: crosshair;
}


.header {
	margin: 0px;
  background-color: black;
	overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
	height: 18px;
  padding-top: 5px;
  padding-bottom: 7px;
  border-width: 2px 0px 2px 0px;
	border-style:solid;
  z-index: 2;
}

.texte-defilant{
margin: 0px;
display: inline-block;
padding-right: 2em;
padding-left: 100%;
white-space: nowrap;
animation: defilement-rtl 25s infinite linear;
animation-name: defilement-rtl;
animation-delay: 1s;
animation-iteration-count: infinite;
animation-timing-function: linear;
height: 18px;
}

h1 {
  font-family: 'Gopher';
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  margin: 0px;
  color: #ECEBED;
}


.logo {
  position: fixed;
  width: 125px;
  margin: 30px;
  bottom: 0;
  right: 0;
  z-index: 3;
}

photo {
  object-fit: contain;
}

photo2 {
  object-fit: contain;
}

.hello {
  display: block;
  width: 100%;
  margin-top: 21px;
}

.fleche {
	text-align: center;
  width: 100%;
  position: absolute;
  color: black;
  font-family: 'necto mono';
  font-size: 50px;
  margin-top: 600px;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #4556EF;
  cursor: crosshair;
}


.gallerie {
  display: flex;
  margin: auto;
  padding-top: 24px;
  width: 98%;
  z-index: 1;
  justify-content: center;
}


img {
  	height: 100%;
  	width: 100%;
  	object-fit: contain;
}

.colonnegauche {
  width: 48%;
  justify-content: center;
  padding: 15px;
}

.colonnedroite {
  width: 48%;
  justify-content: center;
  padding: 15px;
}

.stylesousboites {
  margin-top: 30px;
  filter: saturate(1);
  width: 100%;
}


.stylesousboites:hover {
  filter: saturate(0);
  transition-duration: 0.5s;
  cursor: crosshair;
  color: #4556EF;
}


.titre {
  position: absolute;
  margin-top: 4px;
  margin-left: 12px;
  width: 100%;
  line-height: 4px;
  font-family: 'necto mono';
  color: #4556EF;
}

p {
  font-size: 15px;
}



.haut {
	text-align: center;
  display: block;
  color: black;
  font-family: 'necto mono';
  font-size: 50px;
  margin-bottom: 5px;
  text-decoration: none;
}

.mentions {
	text-align: center;
  display: block;
  color: black;
  height: 30px;
  font-family: 'necto mono';
  font-size: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 40px;
  line-height: 2px;
}

@font-face {
  font-family: "neto mono";
  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: 1370px){
  .fleche {
    display: none;
  }
}

@media (max-width: 1100px){
.header{
  height: 15px;
}
h1 {
  height: 13px;
}
.gallerie {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%;
}

.colonnegauche {
  width: 95%;
  justify-content: center;
}

.colonnedroite {
  width: 95%;
  justify-content: center;
}


}
