html,body {
  margin: 0;
  padding: 0;
  cursor: crosshair;
  width: 100%;
  background-color: #ECEBED;
}

.header {
	margin: 0px;
	overflow: hidden;
  background-color: black;
  position: fixed;
  top: 0;
  width: 100%;
	height: 18px;
  padding-top: 5px;
  padding-bottom: 7px;
  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;
  color: #ECEBED;
  font-size: 15px;
  margin: 0px;
}


photo {
  object-fit: contain;
}

photo2 {
  object-fit: contain;
}



img {
  	height: 100%;
  	width: 100%;
  	object-fit: contain;
}

.texte1 {
  display: block;
  margin-top: 70px;
  margin-left: 14px;
  margin-right: 14px;
  height: 250px;
  padding-bottom: 0px;
}

.texte2 {
  display: block;
  margin-top: 70px;
  margin-left: 14px;
  margin-right: 14px;
  height: 180px;
  padding-bottom: 0px;
}

.titre1 {
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  height: 250px;
  color: black;
  font-family: 'gopher';
  font-weight: 500;
  vertical-align: top;
  padding-left: 30px;
  line-height: 13px;
}

.titre2 {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  width: 500px;
  height: 15px;
  color: black;
  font-family: 'gopher';
  font-weight: 500;
  vertical-align: top;
  padding-left: 30px;
  line-height: 13px;
}

.description {
  width: 600px;
  height: 270px;
  padding-left: 30px;
  padding-top: 10px;
  vertical-align: top;
  right: 30px;
  border-width:0px 0px 0px 2px;
  border-style:solid;
  border-color:black;
  display: inline-block;
  position: absolute;
}



.infos{
  display: block;
  width: 400px;
  height: 30px;
  padding-left: 30px;
  padding-top: 10px;
  line-height: 6px;
}

p {
  font-family: 'necto mono';
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}


.insta {
  display: block;
  font-family: 'necto mono';
  font-size: 18px;
  padding-top: 20px;
}



.navigation {
  display: block;
  margin-top: 0;
  text-align: center;
  font-family: 'necto mono';
  font-size: 18px;
  width: 100%;
}

a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'gopher';
}

.logo {
  position: fixed;
  width: 125px;
  margin: 30px;
  bottom: 0;
  right: 0;
}

footer {
	text-align: center;
	font-size: 26px;
  display: block;
  height: 30px;
  font-family: 'necto mono';
  font-size: 10px;
  margin-top: 100px;
  line-height: 2px;
  margin-right: 40px;
}

a:hover {
  text-decoration: line-through;
  cursor: crosshair;
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-100%,0,0);
  }
}


@media (max-width: 1100px){
    .titre1 {
      display: block;
      width: 100%;
      height: auto;
      }
    .description {
      display: block;
      padding-left: 30px;
      width: 100%;
      vertical-align: inherit;
      border-style: none;
      margin: 0;
      height: auto;
      position: inherit;

      }
    .titre2{
      margin-top: 50px;
      display: block;
      vertical-align: inherit;
      width: 100%;
      }
    .texte1 {
      width: 80%;
      height: auto;
    }
    .texte2 {
      width: 80%;
    }

      .logo {
        width: 70px;
      }
    }
