/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.search-results-grid{
    display: grid;
	gap: 50px;
	margin: 2em auto 3em;
}

@media only screen and (min-width: 1025px){
	.search-results-grid {
    	grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (min-width: 768px){
	.search-results-grid .post .content-post .post-thumnbail img{
		height: 300px;
		width: 300px;
	}
}

@media only screen and (max-width: 1024px){
	.search-results-grid {
    	grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px){
	.search-results-grid {
    	grid-template-columns: repeat(1, 1fr);
	}
}

#content-shortcode-search{
	background: var(--e-global-color-3ff59b9);
	padding-bottom: 3em;
	width: 100vw;
  	margin-left: -13.5%;
}

/* temporaire - suppression fil ariane */
.search .catch-breadcrumb{
	display: none !important;
}

.search-results-grid .post{
	background-color: #fff;
  	border-style: none;
	border-radius: 20px 20px 20px 20px;
 	box-shadow: 0px 9px 20px 2px rgba(0, 0, 0, 0.2);
}

.search-results-grid .post .content-post{
	box-sizing: border-box;
	padding: 20px;
}

h1.entry-title.search-title{
	margin-top: 40px;
}

.search-results-grid .post .content-post .entry-title,
.search-results-grid .post .content-post .post-readmore,
.search-results-grid .post .content-post .post-excerpt{
	margin: 0
}

.search-results-grid .post .content-post .entry-title a,
.search-results-grid .post .content-post .post-readmore{
	color: var(--e-global-color-82c6418);
}

.search-results-grid .post .content-post h2.entry-title{
	font-family: "Helvetica", Sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	padding-top: 20px;
}

.search-results-grid .post .content-post .post-meta-date{
	padding: 0;
	font-size: 12px;
	margin-right: 15px;
	color: #929292;
}


.search-results-grid .post .content-post .post-excerpt{
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-text-font-weight );
	font-size: 14px;
}

.search-results-grid .post .content-post .post-readmore{
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}

.search-results-grid .post .content-post .entry-title a:hover,
.search-results-grid .post .content-post .post-readmore:hover{
	color: var( --e-global-color-accent );
}

.search-results-grid .post .content-post .post-thumnbail img{
	border-radius: 20px 20px 20px 20px;
}


--wp--preset--color--pale-cyan-blue