html,body {
  margin: 0;
  padding: 0;
  cursor: crosshair;
  width: 100%;
  background-color: #ECEBED;
}


.header {
	margin: 0px;
  background-color: #ECEBED;
	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;
}


.logo {
  position: fixed;
  width: 125px;
  margin: 30px;
  bottom: 0;
  right: 0;
}

photo {
  object-fit: contain;
}

photo2 {
  object-fit: contain;
}


.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: 15px;

}

.colonnedroite {
  width: 48%;
  justify-content: center;
  padding: 15px;
}

.texte {
  display: block;
  margin-top: 32px;
  padding-left: 14px;
  padding-right: 14px;
  height: 300px;
  border-width: 0px 0px 2px 0px;
  border-style:solid;
}

.titre {
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  width: 800px;
  height: 300px;
  color: black;
  font-family: 'gopher';
  font-weight: 500;
  vertical-align: top;
  position: fixed;
  padding-left: 30px;
  padding-top: 40px;
  line-height: 13px;
}



.description {
  position: absolute;
  width: 620px;
  height: 288px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 13px;
  vertical-align: top;
  right: 20px;
  border-width: 0px 0px 0px 2px;
  border-style:solid;
}

p {
  font-family: 'necto mono';
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}


.accueil {
  display: block;
  text-align: left;
  font-family: 'necto mono';
  font-size: 17px;
  word-spacing: 15px;
  padding-top: 50px;
}

.stylesousboites {
  margin-top: 30px;
  width: 100%;
}


.navigation {
  display: block;
  margin: 20px;
  text-align: center;
  font-family: 'necto mono';
  font-size: 18px;
  word-spacing: 15px;
}

a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
.mentions{
	text-align: center;
	font-size: 26px;
  display: block;
  color: black;
  height: 30px;
  font-family: 'necto mono';
  font-size: 10px;
}

a:hover {
  text-decoration: line-through;
  cursor: crosshair;
}

@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%;
  }


  .gallerie {
    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;
    line-height: 120%;
    }

  .description {
    display: block;
    height: 300px;
    padding-left: 30px;
    position: relative;
    width: 100%;
    height: 300px;
    vertical-align: none;
    border-style: none;
    margin-top: 50px;
    }

  .logo {
    width: 70px;
  }
}

@media (max-width: 1350px) {
  .gallerie {
    width: 95%;
  }
  .titre {
    display: block;
    position: relative;
    height: 50px;
    width: 95%;
    padding-left: 10px;
    }

  .description {
    display: block;
    height: 300px;
    padding-left: 30px;
    position: relative;
    width: 95%;
    height: 300px;
    vertical-align: none;
    border-style: none;
    margin-top: 50px;
    }

  .colonnegauche {
    width: 95%;
  }

  .colonnegauche {
    width: 95%;
  }
  .texte{
    border-style: none;
  }
  }
