/*
 Theme Name:     Pompes Industrielles Launier
 Theme URI:      
 Description:    
 Author:         Crystal
 Author URI:     http://crystalfyredesign.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Remove that darned "Dividing" line in Divi themes */
#main-content .container:before {
    content: none !important;
}

/* Fixing weird spacing after iFrames */
iframe {
	vertical-align: middle;
}

/* Fix any weird anchor tag linking issues.
   Adjust height to meet header's actual height,
   or where you want the target to land visually. */
:target:before {
	content: "";
	display: block;
	height: 80px; /* fixed header height*/
	margin: -80px 0 0; /* negative fixed header height */
}





/***********************************************************************************************************************************************/
/* Divi Editor + WP fixes -- Keep at END of CSS file! */
/* Make sure Divi's H3 don't get styled too crazily */
.et-fb-modal h1, .et-fb-modal h2, .et-fb-modal h3, .et-fb-modal h4, .et-fb-modal h5, .et-fb-modal h6,
.et-core-modal h1, .et-core-modal h2, .et-core-modal h3, .et-core-modal h4, .et-core-modal h5, .et-core-modal h6 {
	font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif !important;
	text-align: left;
	text-shadow: none;
}

/* Fixes WP's "Media" windows from looking funky */
.media-frame h1, .media-frame h2, .media-frame h3, .media-frame h4, .media-frame h5, .media-frame h6,
.media-modal h1, .media-modal h2, .media-modal h3, .media-modal h4, .media-modal h5, .media-modal h6 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
	text-shadow: none;
}