body{
	background-color:#ebebeb;
	margin:4%;
}
header{
	margin:0 0 20% 0;
	background-color: #d4d4d4;

}
.imagetete{
	position: relative;
  width: 200%;
  height: 200%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}


.bugi{
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.bugi:hover{
  transform: rotate(-95deg);
}

.titre1{
	font-size:72px;
	font-weight:800;
	text-decoration:underline;
	margin: 0 10px 10px 10px;
}
h1, h2{
	font-family: Georgia, serif;
	margin:0 auto auto 0;

}
h1{
	font-size:20px;
	padding:5px 5px 0 5px;
}
.menu{
	display:block;
	position:fixed;
	background-color:black;
	border: 13px solid;
	right:2%;
	top:45%;
	z-index:1;
	width:70px;
	height:200px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	text-align:center;
	color:#ebebeb;
	border:5px solid #ebebeb;
  transition-duration:0.2s;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.menu:hover{
  transform: rotate(-180deg);
}

.style-menu:hover{
	border:5px solid #d4d4d4;
}
.gros-texte{
	font-size: 22px;
	line-height:25px;
	font-weight:bold;
	width:80%;
	margin-left:10%;
}
a .objet-menu{
	color:#ebebeb;
}
.objet-menu{
	border-top:1px solid #ebebeb;
	margin:4px 0 4px 0;
	padding:3px 0 0 0;
	width:100%;
}
h2{
	font-size:30px;
	padding:0 5px 0 5px;
}
p{
	font-size:18px;
	font-family: Helvetica, sans-serif;
	line-height:20px;
}

.colonnes{
	column-count: 2;
	margin: 0 5px 20px 5px;
}

a {
  text-decoration: none;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  text-transform: uppercase;
  color: black;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .4s;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal_content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: white;
  padding: 1.5em 2em;
}

.modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: grey;
  text-decoration: none;
}

.style-image{
	background-color: #606060;
	font-size: 20px;
	width: 100%;
	border:1px solid;
	border-top:none;
	margin:0;
	line-height:0;
	overflow:hidden;
	z-index:9999;
}
.style-image img{
	overflow:hidden;
	width:100%;
    transition-duration:0.1s;
    cursor:zoom-in;
}

.stylegende{
	font-size: 13px;
	width: 100%;
	height:30px;
	margin:0;
	border-right:1px solid;
	border-left:1px solid;
	text-align:center;
}
.droite{
	font-size:11px;
	font-family: Georgia, serif;
	font-style: italic;
	line-height:10px;
	margin-left:20%;
}
footer{
	margin:75px 10px 70px 10px;
	text-align:center;
}


.droite{
  background: repeating-linear-gradient(
      0deg,
      #0E0D0E 25%,
      #0E0D0E 50%,
      #171819 50%,
      #171819 75%
    );
  background-size: 10px 10px;
  height: 100vh;
  overflow: hidden;
  display: flex;
  font-family: 'Barlow', sans-serif;
  justify-content: center;
  align-items: center;
}

.glitch {
  position: relative;
  color: #fff;
  font-size: 80px;
}

.line {
  &:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
  }

  @for $i from 1 through 10 {
    &:nth-child(#{$i}) {
      animation:
        clip 3000ms $i * -300ms linear infinite,
        glitch#{$i} 500ms random(1000) * -1ms linear infinite;

      @keyframes glitch#{$i} {
        0% {
          transform: translateX(0);
        }
        80% {
          transform: translateX(0);
          color: #fff;
        }
        85% {
          transform: translateX(random(10) - 5px);
          color: #4E9A26;
        }
        90% {
          transform: translateX(random(10) - 5px);
          color: #AC1212;
        }
        95% {
          transform: translateX(random(10) - 5px);
          color: #fff;
        }
        100% {
          transform: translateX(0);
        }
      }
    }
  }
}

@keyframes clip {
  0% {
    clip-path: polygon(
      0 100%,
      100% 100%,
      100% 120%,
      0 120%
    );
  }

  100% {
    clip-path: polygon(
      0 -20%,
      100% -20%,
      100% 0%,
      0 0
    );
  }
}
