/* 
Theme Name: Yusuf Child Theme
Description: Yusuf is an minimal professional WordPress theme.
Theme URI: http://www.waspthemes.com/go/?theme=Yusuf
Template: Yusuf

Author: WaspThemes
Author URI: http://www.waspthemes.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.2.5
*/

@import url("../Yusuf/style.css");
.img-perso-right{
	margin: 0!important;
	padding: 0!important;
	margin-left: 20px!important;
	margin-bottom: 20px!important;
}

#footer{
	margin-top: 40px;
}

#section{
	background: #fffbf2;
}

.hover-perso{
	
}
.item{
	overflow: hidden;
}
.item .hover-perso{
	visibility: visible;
	opacity: 1;
	background: transparent;
}

.item .hover-perso .overlay{
	background: rgba(255, 255, 255,0.9);
	opacity: 0;
	transition: 0.5s;
}


.item  img{
	transition: 0.5s;
}
.item:hover  img{
	transform: scale(1.2)
}

.item .hover h3, .item .hover p {
    display: block !important;
}
/*
@media (max-width:991px){
	#about-me-image{
		text-align: center;
	}
	#about-me-image img{
		display: inline;
	}
}
*/
