html
{background : url(fond.webp) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  font-family:Comic Sans Ms, sans-serif;
  color: yellow;
}
h1{font-size: 24px!important;}
.zoom{margin-left:40px;}


.button {
  border: 5px solid yellow;
}
.diap {text-align: center}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
z-index:20;
}
.overlay:target {
  visibility: visible;
  opacity: 1;

}

.popup {
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
   border-radius: 10px;
  width: 100%;
  height:100%;
  position: relative;
  transition: all 5s ease-in-out;
background : url(fondD.jpg) no-repeat;
background-size: cover;
}
.popup0 {
  position: absolute;
  background: white;
  width: 100%;
  margin: auto;
  padding: 20px;
  height: 50%;
}

.popup h2 {
  margin-top: 0;
  color:#2e8c04;
font-weight: normal;
  font-size: 14px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 10%;
  transition: all 200ms;
  font-size: 16px;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  text-decoration: none;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 700px){

  .popup{
    width: 100%;
  }
}
a{
	font-weight: bold;
	text-decoration: none;
border:none ;
	color:  #efda07;
}
a:hover,a:active,a:focus{
border:none!important;
	color: #2e8c04;
}

