/******************************************************************
Theme Name: ICOOPA
Theme URI: http://www.icoopa.bzh
Author: David Essayan
Author URI: http://www.davidessayan.com
Version: 1.0

License: Private

******************************************************************/

/*
WordPress Probz
So Theme Check (http://wordpress.org/plugins/theme-check/)
is constantly telling me that it needs these classes in the CSS even
though they are in the REAL stylesheet in library/css/style.css.
So we're gonna drop these here to keep it happy.
Great work, Theme Check (eye roll)
*/

.agence .agency__desc{
	font-size: 24px;
    text-align: center;
    font-weight: 600;
    padding: 30px 0;
}
.agence .agency__media  ,.agence .agency__services-media img{
	max-width:90%!important;
	border-radius:25px;
}
.agence .agency__grid .agency__block{
	display:flex!important;
	gap:20px;
}
.agency__icon{
	    min-width: 23px;
	height:25px!important;
}
.agence #bouton-agence:hover{
	color:#aa157e!important;
}
.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

