#wrap { 
  position: relative; 
  top: 50px; left: 150px;
  height: 500px; width: 333px;
  cursor: ew-resize;
  overflow: hidden;
}
#wrap div { height: 100%; }
#wrap .avant { position: absolute; z-index: 1; }
#wrap .apres {
  position: absolute;
  top: 0px; left: 0;
  z-index: 2;
  width: 50%;
  border-right: 3px solid #252525;
  margin-right: -3px;
  overflow: hidden;
}
#wrap img { 
  height: 100%;
  max-width: inherit;
}

/* Enter Your Custom CSS Here */
.images-sizes, .image-navigation{
	display: none;
}

/* id des onglets qui seront gris */
#menu-item-58, #menu-item-195 {
  	border-top: 3px solid #424242;
	border-color: #424242;
}
#menu-item-58:hover, #menu-item-195:hover {
	background-color: #424242;
}

/* style des coordonnées dans le header */
#header-contact{
  	float: right;
}
#header-contact span{
	display: block;
    text-align: right;
}
#header-contact .tel{
	font-weight: bold;
	font-size: 1.2em;
}

@media screen and (max-width:360px){
  #header-contact{
  	float: none;
  }
  #header-contact span{
  	text-align: center;
  }
}

/* redimensioner la video youtube pour qu'elle prennent toute la largeur */
.vvqyoutube{
	width: auto !important;
}
.vvqyoutube object{
	width: 98% !important;
}