img.zoomEffect {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 1;
}
img.zoomEffect:hover {
    -moz-transform: rotate(5deg) scale(1.10);
    -webkit-transform: rotate(5deg) scale(1.10);
    -o-transform: rotate(5deg) scale(1.10);
    -ms-transform: rotate(5deg) scale(1.10);
    transform: rotate(5deg) scale(1.10);
    opacity: 0.7;
}

img.zoomEffect2 {
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
}
img.zoomEffect2:hover {
    -moz-transform: rotate(0deg) scale(1.10);
    -webkit-transform: rotate(0deg) scale(1.10);
    -o-transform: rotate(0deg) scale(1.10);
    -ms-transform: rotate(0deg) scale(1.10);
    transform: rotate(0deg) scale(1.10);
    opacity: 1;
}

img.zoomEffect3 {
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
}
img.zoomEffect3:hover {
    -moz-transform: rotate(0deg) scale(1.10);
    -webkit-transform: rotate(0deg) scale(1.10);
    -o-transform: rotate(0deg) scale(1.10);
    -ms-transform: rotate(0deg) scale(1.10);
    transform: rotate(0deg) scale(1.10);
    opacity: 0.7;
}



.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
z-index:620;


}
.overlay1:target {
  visibility: visible;
  opacity: 1;
}

.popup1 {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
width: 458px;
height: 300px;
  background: url(http://www.lesafriques.com/templates/les_afriques_v6/Popup_lettre.png);
  position: relative;
  transition: all 5s ease-in-out;

}

.popup1 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup1 .close {
  position: absolute;
  top: 5px;
 text-align: right;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup1 .close:hover {
  color: orange;
}



.popup1 .content1 {
  max-height: 30%;


}

.popup12 {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
width: 458px;
height: 300px;
  background: url(http://www.lesafriques.com/templates/les_afriques_v6/popup_login.png);
  position: relative;
  transition: all 5s ease-in-out;

}

.popup12 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup12 .close {
  position: absolute;
  top: 5px;
  transition: all 200ms;
 text-align: right;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup12 .close:hover {
  color: orange;
}
.popup12 .content1 {


	margin-top: 190px;
	margin-right: 105px;


}


.popup13 {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
width: 458px;
height: 300px;
  background: url(http://www.lesafriques.com/templates/les_afriques_v6/popup_search.png);
  position: relative;
  transition: all 5s ease-in-out;

}

.popup13 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup13 .close:hover {
  color: orange;
}
.popup13 .content1 {


	margin-top: 190px;
	margin-right: 105px;


}



.popup13 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup13 .close {
  position: absolute;
  top: 5px;
  right:-446px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup13 .close:hover {
  color: orange;
}
.popup13 .content1 {

	margin-top: 150px;
	margin-right:50px;

}


@media screen and (max-width: 700px){

  .popup{
    width: 100%;
  }
}