/*

Theme Name: Passion'Aimant
Description: Thème du site Passion'Aimant
Version: 1.0
Author: Guillaume Sourisseau / Studdio
Author URI: https://www.studdio.com
Template: hello-elementor
*/

.hfe-nav-menu__layout-horizontal {
	 width: 100% !important;
}
 .hfe-nav-menu__layout-horizontal ul.hfe-nav-menu > li:last-child {
	 margin: 0 0 0 15px;
}
 .archive-commercants {
	 max-width: 1140px;
	 margin: 100px auto;
	 display: flex;
	 flex-direction: column;
	 column-gap: 50px;
}
 .commercants-grid {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 row-gap: 30px;
	 column-gap: 30px;
}
 .commercants-grid .commercant-card {
	 background: white;
	 border-radius: 12px;
	 padding: 15px 30px 30px;
	 overflow: hidden;
	 border: 1px solid #eee;
	 transition: transform 0.2s ease, box-shadow 0.2s ease;
	 display: flex;
	 flex: 1 1 calc(33.333% - 20px);
}
 .commercants-grid .commercant-card:hover {
	 transform: translateY(-4px);
}
 .commercants-grid .commercant-card .card-link {
	 display: flex;
	 flex-direction: column;
	 height: 100%;
	 text-decoration: none;
	 color: inherit;
}
 .commercants-grid .commercant-card .card-media {
	 text-align: center;
	 min-height: 150px;
	 display: flex;
	 align-items: center;
}
 .commercants-grid .commercant-card .card-media img {
	 max-width: 200px;
	 max-height: 120px;
}
 .commercants-grid .commercant-card .card-body {
	 flex: 1;
}
 .commercants-grid .commercant-card .card-body .card-title {
	 font-size: 1.25rem;
	 font-weight: 600;
	 margin: 0 0 0.5rem;
}
 .commercants-grid .commercant-card .card-body .card-meta {
	 margin: 0;
}
 .fiche-commercant .fiche-grid {
	 max-width: 1140px;
	 margin: 100px auto;
	 display: flex;
	 flex-direction: column;
	 column-gap: 50px;
}
 .fiche-commercant .fiche-grid .fiche-breadcrumb {
	 font-size: 14px;
}
 .fiche-commercant .fiche-grid .fiche-breadcrumb a {
	 color: #ec6027;
}
 .fiche-commercant .fiche-grid .fiche-breadcrumb a:hover {
	 color: #161b36;
}
 .fiche-commercant .fiche-grid .fiche-top .fiche-head {
	 background: #161b36;
	 background-image: url('https://passionaimant.nezumi.fr/wp-content/uploads/2025/09/passion_aimant_hero_home_page.webp');
	 background-position: center;
	 background-size: cover;
	 display: flex;
	 justify-content: space-between;
	 padding: 50px;
	 border-radius: 20px;
	 margin: 0 0 60px;
	 min-height: 300px;
	 align-items: flex-end;
}
 .fiche-commercant .fiche-grid .fiche-top .fiche-head .fiche-logo {
	 background: white;
	 padding: 15px;
	 border-radius: 10px;
	 margin: 0;
	 display: flex;
	 width: max-content;
	 max-width: 250px;
}
 .fiche-commercant .fiche-grid .fiche-top .fiche-head h1 {
	 color: #ec6027;
	 margin: 0;
	 font-size: 36px;
}
 .fiche-commercant .fiche-grid .fiche-buttons {
	 display: flex;
	 flex-direction: row;
	 column-gap: 40px;
	 margin: 0 0 60px;
	 justify-content: space-between;
}
 .fiche-commercant .fiche-grid .fiche-buttons .fiche-actions {
	 display: flex;
	 column-gap: 20px;
}
 .fiche-commercant .fiche-grid .fiche-buttons .fiche-actions a {
	 display: flex;
	 background: #161b36;
	 color: white;
	 border-radius: 10px;
	 padding: 15px 25px 15px 20px;
	 width: max-content;
	 align-items: center;
	 column-gap: 10px;
	 font-size: 15px;
}
 .fiche-commercant .fiche-grid .fiche-buttons .fiche-actions a img {
	 width: 28px;
}
 .fiche-commercant .fiche-grid .fiche-buttons .fiche-actions a:hover {
	 cursor: pointer;
	 background: #ec6027;
}
 .fiche-commercant .fiche-grid .fiche-buttons .fiche-social-btn {
	 display: flex;
}
 .fiche-commercant .fiche-grid .fiche-buttons .fiche-social-btn .reseaux {
	 display: flex;
	 flex-direction: row;
	 column-gap: 20px;
}
 .fiche-commercant .fiche-grid .fiche-buttons .fiche-social-btn .reseaux a {
	 background: #ec6027;
	 padding: 10px;
	 display: flex;
	 border-radius: 50%;
	 align-items: center;
	 height: 50px;
	 width: 50px;
}
 .fiche-commercant .fiche-grid .fiche-buttons .fiche-social-btn .reseaux a img {
	 padding: 6px;
}
 .fiche-commercant .fiche-grid .fiche-buttons .fiche-social-btn .reseaux a:hover {
	 cursor: pointer;
	 background: #161b36;
}
 .fiche-commercant .fiche-grid .fiche-buttons .fiche-social-btn .reseaux a svg {
	 height: 20px;
}
 .fiche-commercant .fiche-grid .fiche-content {
	 display: flex;
	 flex-direction: row;
	 column-gap: 40px;
}
 .fiche-commercant .fiche-grid .fiche-content .fiche-left {
	 width: 66%;
}
 .fiche-commercant .fiche-grid .fiche-content .fiche-left > * {
	 background: #f5f5f5;
	 padding: 50px;
	 border-radius: 20px;
}
 .fiche-commercant .fiche-grid .fiche-content .fiche-left > * h1 {
	 font-size: 28px;
	 color: #161b36;
}
 .fiche-commercant .fiche-grid .fiche-content .fiche-left > * p {
	 color: #161b36;
}
 .fiche-commercant .fiche-grid .fiche-content .fiche-left > * .btn-avis-google {
	 background-color: #ec6027;
	 font-weight: 600;
	 text-decoration: none;
	 border-radius: 10px;
	 padding: 20px 30px 20px 30px;
	 color: white;
	 margin: 25px 0 0;
	 display: flex;
}
 .fiche-commercant .fiche-grid .fiche-content .fiche-left > * .btn-avis-google:hover {
	 background: #161b36;
}
 .fiche-commercant .fiche-grid .fiche-content .fiche-right {
	 width: 40%;
}
 .fiche-commercant .fiche-grid .fiche-content .fiche-right .fiche-map {
	 display: flex;
	 height: 100%;
}
 .fiche-commercant .fiche-grid .fiche-content .fiche-right .fiche-map iframe {
	 border-radius: 20px;
	 height: 100%;
}
 .fiche-commercant .fiche-grid .fiche-content .fiche-right .fiche-avis {
	 display: flex;
	 justify-content: center;
}
 .fiche-commercant .add-avis {
	 display: flex;
	 margin: 0 0 40px;
	 padding: 50px;
	 border-radius: 20px;
	 background-image: url('https://passionaimant.nezumi.fr/wp-content/uploads/2025/09/passion_aimant_hero_home_page.webp');
	 background-size: cover;
	 background-position: center center;
	 min-height: 300px;
}
 .fiche-commercant .add-avis .fiche-avis {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
}
 .fiche-commercant .add-avis .fiche-avis p, .fiche-commercant .add-avis .fiche-avis h3 {
	 color: white;
}
 .fiche-commercant .add-avis .fiche-avis .btn-avis-google {
	 display: flex;
	 background: #ec6027;
	 color: white;
	 border-radius: 10px;
	 padding: 15px 25px;
	 width: max-content;
}
 .fiche-commercant .fiche-related {
	 background: #161b36;
	 padding: 100px 0;
}
 .fiche-commercant .fiche-related .container {
	 max-width: 1140px;
	 margin: auto;
}
 .fiche-commercant .fiche-related .container h2 {
	 margin: 0 0 25px;
	 color: #f5f5f5;
}
 .fiche-commercant .fiche-related .container > p {
	 color: white;
	 font-weight: 300;
	 width: 60%;
}
 .fiche-commercant .fiche-related .container .related-grid {
	 display: flex;
	 column-gap: 25px;
	 margin: 60px 0 0;
}
 .fiche-commercant .fiche-related .container .related-grid .related-card .card-media {
	 background: white;
	 padding: 15px;
	 border-radius: 10px;
	 margin: 0 0 20px;
	 display: flex;
	 min-height: 105px;
	 align-items: center;
}
 .fiche-commercant .fiche-related .container .related-grid .related-card .card-media img {
	 max-width: 250px;
	 max-height: 75px;
}
 .fiche-commercant .fiche-related .container .related-grid .related-card h3 {
	 color: #f5f5f5;
	 font-size: 24px;
	 margin: 0 0 10px;
	 display: none;
}
 .fiche-commercant .fiche-related .container .related-grid .related-card div.maps {
	 display: flex;
	 column-gap: 10px;
}
 .fiche-commercant .fiche-related .container .related-grid .related-card div.maps svg {
	 max-width: 28px;
}
 .fiche-commercant .fiche-related .container .related-grid .related-card .card-meta {
	 background: rgba(0,0,0,0.5);
	 display: flex;
	 color: white;
	 padding: 10px 15px;
	 width: max-content;
	 border-radius: 10px;
	 margin: 0 !important;
}
 .fiche-commercant .fiche-related .container .related-grid .related-card .card-cta {
	 color: #ec6027;
	 display: none;
}
 form .group {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 1rem;
	 margin: 0 0 20px;
}
 form .group .field {
	 flex: 1;
}
 form .group .field label {
	 display: block;
	 font-weight: 600;
	 margin-bottom: .5rem;
	 display: flex;
	 flex-direction: column;
	 row-gap: 5px;
}
 form .group .field input, form .group .field textarea {
	 width: 100%;
	 padding: .75rem 1rem;
	 border: 1px solid #ccc;
	 border-radius: 6px;
	 font-size: 1rem;
}
 @media (max-width: 768px) {
	 form .group {
		 flex-direction: column;
	}
}
 form input.wpcf7-submit {
	 border-radius: 6px !important;
}
 form input.wpcf7-submit:hover {
	 background: #161b36 !important;
}

/** Responsive 0610 **/

@media (max-width: 991px) {
	 .archive-commercants, .fiche-commercant {
		 margin: 50px auto 0;
	}
	 .archive-commercants > .fiche-grid, .fiche-commercant > .fiche-grid {
		 margin: 0 auto;
	}
	 .archive-commercants {
		 padding: 0 30px;
	}
	 .archive-commercants .commercants-grid {
		 flex-direction: column;
		 margin: 40px 0 0;
	}
	 .archive-commercants .commercants-grid .commercant-card .card-media {
		 min-height: inherit;
		 padding: 20px 0;
	}
	 .fiche-commercant .fiche-grid .fiche-breadcrumb, .fiche-commercant .fiche-grid .fiche-top, .fiche-commercant .fiche-grid .fiche-content {
		 padding: 0 30px;
	}
	 .fiche-commercant .fiche-grid .fiche-breadcrumb {
		 padding: 0 30px 10px;
	}
	 .fiche-commercant .fiche-grid .fiche-top .fiche-head {
		 margin: 0 0 40px;
	}
	 .fiche-commercant .fiche-grid .fiche-buttons {
		 overflow-x: scroll;
		 max-width: 100%;
		 margin: 0 0 40px;
	}
	 .fiche-commercant .fiche-grid .fiche-buttons .fiche-actions a:nth-child(1) {
		 margin: 0 0 0 30px;
	}
	 .fiche-commercant .fiche-grid .fiche-buttons .fiche-social-btn .reseaux a:last-child {
		 margin: 0 30px 0 0;
	}
	 .fiche-commercant .fiche-grid .fiche-content {
		 flex-direction: column;
	}
	 .fiche-commercant .fiche-grid .fiche-content .fiche-left, .fiche-commercant .fiche-grid .fiche-content .fiche-right {
		 width: 100%;
	}
	 .fiche-commercant .fiche-grid .fiche-content .fiche-right iframe {
		 min-height: 400px;
		 margin: 40px 0;
	}
	 .fiche-commercant .fiche-related {
		 padding: 50px 30px;
	}
	 .fiche-commercant .fiche-related .related-grid {
		 overflow-x: scroll;
		 max-width: 100%;
	}
}
