/* 
 Theme Name:     jlm
 Author:         JBS
 Author URI:     http://
 Template:       Divi
 Version:        v1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/*----ADD INSTA ICON FOR MENUS-----*/

.et-social-instagram a:before { 
	content: '\e09a';
}

/*----SETTING RATIOS of the portfolio grid images pour avoir des previews carrees-----*/

.et_portfolio_image {
 padding-top: 100%;
 }
 .et_portfolio_image img {
 position: absolute;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 object-fit: cover;
 }

/*----Style de l'iframe desintegration-----*/

.desintegration-iframe {
    height: -webkit-fill-available;
}