/* 
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 */

/* MR: Mise en forme des titres avec ombre et rotation */
body.archive.category div.elementor-widget-heading::before {
	content: "";
	width: 98%;
	height: 100%;
	background-color: #86cbd0;
	position: absolute;
	left: 1px;
	top: 7px;
	border-radius: 15px;
	transform: rotate(2deg);
	z-index:-1;
}

/* MR: mise en forme des intégration ScoreNCo dans iFrame */
.over-flow.elementor-widget-container{
    overflow: hidden;
}
.over-flow iframe{
	height:250px !important;
	border-radius:20px;
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="reset"], input[type="tel"], input[type="date"], select {
	height: 40px;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="reset"], input[type="tel"], input[type="date"], select, textarea {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width: 100%;
	padding: 12px 16px;
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
	color: #475569;
	padding: 6px 10px;
}

/***********************************************************************************
** MR: 07/2025
** mise en forme de tous les listings GravityView avec options de recherche
** s'applique à
**	/clubs
**	/evenements
************************************************************************************/
/******** mise en forme des filtres **************/
.gv-widget-search {
	margin-left: 15px;
	margin-right: 0px;
}
.gv-search-box label {
  font-size: 18px;
  font-family: 'Inter', Sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
}
.gv-widget-search select, form.gv-widget-search input {
	border: none !important;
	background: #d9d9d9;
	border-radius: 10px;
}
.gv-widget-search .gv-search-box.gv-search-date {
	display: block;
	width: 150px;
}
.gv-widget-search .gv-search-box.gv-search-box-submit {
	width: unset !important;
}
.gv-widget-search input[type=submit] {
	float: right;
	text-align: right;
	font-family: 'Inter', Sans-serif;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px 20px;
	line-height: 15px;
	font-weight: 400;
	height: 40px;
	background: #1A265B;
	fill: #FFFFFF;
	color: #FFFFFF;
	text-decoration:none;
}
.gv-widget-search .gv-search-clear {
	display: inline;
	text-align: right;
	font-family: 'Inter', Sans-serif;
	border-radius: 10px;
	font-size: 14px;
	padding: 13px 20px;
	line-height: 15px;
	font-weight: 400;
	height: 40px;
	background: #5C3D80;
	fill: #FFFFFF;
	color: #FFFFFF;
	text-decoration:none;
}
/******** mise en forme des résultats **************/
.gv-diy-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.gv-diy-container .gv-diy-view {
	margin-bottom:30px;
	padding:10px;
}
/* desktop/tablette : 3 éléments par ligne */
@media only screen and (min-width: 768px) {
	.gv-diy-container .gv-diy-view {
		width: 33%;
	}
	.gv-diy-container .gv-diy-view .event-image figure.gv-image {
		margin: revert;
	}
}
/* mobile : 2 éléments par ligne */
@media only screen and (max-width: 767px) {
	.gv-diy-container .gv-diy-view {
		width: 50%;
		margin-bottom: 0px;
	}
	.gv-diy-container .gv-diy-view.gv-no-results {
	  	width: auto !important; 
	}
	.gv-widget-search .gv-search-box {
		margin: 0 30px !important;
	}
}


.gv-diy-container .single-related-events-list .events-items .event-imgthumb {
	text-align: center;
}
.gv-diy-container .single-related-events-list .events-items .event-imgthumb img {
	display: inherit;
}

/* nom du club ou titre évènement */
.gv-diy-container .gv-diy-view .club-name, .gv-diy-container .gv-diy-view .event-title {
	padding: 0;
	color: #1E3E73;
	font-family: 'Inter', Sans-serif;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
}
.gv-diy-container .gv-diy-view div a {
	font-family: 'Inter', Sans-serif;
	font-size: 14px;
	font-weight: 500;
	fill: #FFFFFF;
	color: #FFFFFF;
	border-radius: none;
	padding: 7px 17px 7px 17px;
}
.gv-grid.gv-widgets-footer li a {
	color:rgb(51, 65, 85);
}
/* event: date & time même ligne via config dans GravityView */
.gv-diy-container .gv-diy-view .event-datetime {
	margin-bottom: 10px;
}
/* club et event: centre tous les champs */
.gv-diy-container .gv-diy-view {
	text-align:center;
}
/* background du bouton vers le détail (classes *-button-access ajoutées dans GravityView) */
.gv-diy-container .gv-diy-view .event-button-access a, .gv-diy-container .gv-diy-view .club-button-access a {
    background-color: #1A265B;
	text-decoration:none;
	border-radius: 8px;
}

/* background du bouton des actualités*/
.gv-field-12-entry_link a {
	background-color: #1A265B;
	text-decoration:none;
	border-radius: 8px;
	color: white;
	font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
	padding: 10px 20px;
}
/* background des étiquettes sport et nom du club */
#gv-field-12-6 p,  #gv-field-12-5 p {
    background-color: #e0e0e0;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
}
/* titre de l'article */
#gv-field-12-4 p {
	font-family: 'Inter', sans-serif;
    font-size: 30px;
    margin: 0;
    font-weight: 500;
}
/* date de l'article */
#gv-field-12-8 p {
	margin: 0;
}
#gv-field-12-5,
#gv-field-12-6 {
  display: inline-block;
  margin-right: 10px;
}

#gv-field-12-entry_link {
  float: right;
}

@media only screen and (min-width: 768px) {
	/* Bouton jaune pour "J’inscris mon club" */
	.hfe-nav-menu #menu-item-7240 > a.hfe-menu-item {
	  background-color: #EAFF00;  
	  color: #000 !important;             
	  border-radius: 8px;         
	  font-weight: 500;
	  display: inline-flex; 
	  line-height: normal;   
	  transition: all 0.3s ease;
	}

	/* Hover pour bouton "J'inscris mon club" */
	.hfe-nav-menu #menu-item-7240 > a.hfe-menu-item:hover {
	  background-color: #FFC107 !important; 
	  color: #000 !important;              
	}
}

/***********************************************************************************
** MR: 07/2025
** mise en forme toutes fichiers
** s'applique à
**	/clubs/entry/xxx
**	/evenements/entry/xxx
************************************************************************************/
.gv-back-link a {
	display: inline;
	text-align: right;
	font-family: 'Inter', Sans-serif;
	border-radius: 10px;
	font-size: 14px;
	padding: 13px 20px;
	line-height: 15px;
	font-weight: 400;
	height: 40px;
	background: #5C3D80;
	fill: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

/***********************************************************************************
** MR: 07/2025
** mise en forme de la fiche club
** s'applique à
**	/clubs/entry/xxx
************************************************************************************/
.gv-diy-single-container .club-name {
	color: #1A265B;
	font-size: 64px;
	font-weight: 700;
	font-family: 'Inter', Sans-serif;
	width: 100%;
}
.gv-diy-single-container .club-sport {
	font-size: 24px;
	font-weight: 400;
	color: #1A265B;
	margin-bottom: 20px;
}
.gv-diy-single-container .club-desc-banner {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	gap: 30px;
}
.gv-diy-single-container .club-desc-banner div {
	width: 50%;
}
.gv-diy-single-container .club-desc-banner .club-desc {
	color: #1A265B;
	font-family: 'Inter', Sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}
.gv-diy-single-container .parallax-outer {
	position: relative;
	width: 100%;
	height: 370px;
	margin-bottom: 50px;
}
.gv-diy-single-container .club-parallax-pink {
	background-color: #1A265B;
	position: absolute;
	width: 200%;
	left: -50%;
	display: block;
	margin: 30px 0px;
}
.gv-diy-single-container .club-team-logo-valunter {
	height: 350px;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	color: #fff;
	padding: 30px 0px;
}
.gv-diy-single-container .club-team-logo-valunter .column {
	text-align: center;
}
.gv-diy-single-container .club-team-logo-valunter .field-value {
	font-size: 96px;
	font-family: 'Inter', Sans-serif;
	line-height: 120px;
	color: #EAFF00;
	font-weight: 600;
}
.gv-diy-single-container .club-team-logo-valunter h3 {
	font-size: 40px;
	font-family: 'Inter', Sans-serif;
	line-height: 50px;
	color: #EAFF00;
}
.gv-diy-single-container .club-team-logo-valunter .column img {
	width: 120px;
}
.gv-diy-single-container .club-info-map {
	display: flex;
	margin: 10px 0px;
	width: 100%;
	gap: 30px;
}
.gv-diy-single-container .club-info-map .club-map {
	background: transparent;
}
.gv-diy-single-container .club-map, .gv-diy-single-container .club-information {
	background-color: #F9FAFB;
}
.gv-diy-single-container .club-info-map .club-map, .gv-diy-single-container .club-info-map .club-information {
	width: 50%;
	--display: flex;
	--overflow: hidden;
	--background-transition: 0.3s;
	border-style: solid;
	--border-style: solid;
	border-width: 2px 2px 2px 2px;
	--border-top-width: 2px;
	  --border-right-width: 2px;
	--border-bottom-width: 2px;
 	 --border-left-width: 2px;
	border-color: #2597B8;
	--border-color: #2597B8;
	--border-radius: 25px 25px 25px 25px;
	--padding-top: 50px;
	--padding-bottom: 45px;
	--padding-left: 25px;
	--padding-right: 25px;
	border-radius: 30px;
	position: relative;
}
.gv-diy-single-container .club-info-map .club-information {
	border: none;
	background: none;
	border-radius: 0px;
}
.gv-diy-single-container .club-info-map .title {
	color: #5C3D80;
	font-family: 'Inter', Sans-serif;
	font-size: 20px;
	font-weight: 700;
	z-index: 90;
	background-color: #06F3FF;
	margin: 0px 0px 0px 33px;
	padding: 13px 25px 11px 33px;
	border-radius: 16px 16px 16px 16px;
	position: absolute;
	top: -29px;
	text-transform: uppercase;
}
.gv-diy-single-container .club-info-map .club-map iframe {
	border-radius: 29px;
}
.gv-diy-single-container .club-info-map .club-information h3 {
	color: #1E3E73;
	font-size: 40px;
	font-family: 'Inter', Sans-serif;
	margin-bottom: 0px;
	padding-left: 35px;
}
.gv-diy-single-container .club-info-map .club-information ul {
	display: block;
	list-style: none;
	padding: 25px;
	margin: 0;
}
.gv-diy-single-container .club-info-map .club-information ul li {
	margin-bottom: 0px;
	color: #1E3E73;
	font-family: 'Inter', Sans-serif;
	font-size: 18px;
	font-weight: 400;
	  hyphens: auto;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 30px 10px;
	align-content: center;
	align-items: center;
	gap: 12px;
}
.gv-diy-single-container .club-info-map .club-information ul li img {
	width: 30px;
	height: auto;
	border: none;
	border-radius: 0;
}
.gv-diy-single-container .club-info-map .club-information ul li a {
	color: #1E3E73;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.gv-diy-single-container .club-info-map .club-information ul li img.specific {
	width: 64px;
	margin-right: 20px;
}
.gv-diy-single-container div.separateur {
	height: 50px;
}
.gv-diy-single-container .club-info-map2 {
	display: flex;
	margin: 10px 0px;
	width: 100%;
	gap: 30px;
}
.gv-diy-single-container .club-info-map2 .club-map, .gv-diy-single-container .club-info-map2 .club-information {
	width: 50%;
	--display: flex;
	--overflow: hidden;
	--padding-top: 50px;
	--padding-bottom: 45px;
	--padding-left: 25px;
	--padding-right: 25px;
	position: relative;
	background: none;
}
.gv-diy-single-container .club-info-map2 h4.title2 {
	font-family: 'Inter', Sans-serif;
	font-size: 40px;
	font-weight: 700;
}
.gv-diy-single-container .club-info-map2 .fb_iframe_widget, .gv-diy-single-container .club-info-map2 .insta-page {
	display: inline-block;
	position: relative;
	border: 3px solid #1A265B;
	width: 100%;
	height: 575px;
	margin: 0 auto;
}
.gv-diy-single-container .club-info-map2 .fb_iframe_widget span {
	margin: 0 auto;
	display: block;
}
.gv-diy-single-container .iframe-encart {
	overflow: auto;
	height: 575px;
	border: 3px solid #1A265B;
	scrollbar-width: thin;
	margin-bottom:20px;
}

/* fiche club adaptation mobile */
@media only screen and (max-width: 768px) {
	.gv-diy-single-container .club-desc-banner {
		display: block;
	}
	.gv-diy-single-container .club-name {
		font-size: 40px !important;
		line-height: 45px;
	}
	.gv-diy-single-container .club-desc-banner div {
		width: 100%;
		margin: 10px 0px;
	}
	.gv-diy-single-container .parallax-outer {
		display: none;
	}
	.gv-diy-single-container .club-parallax-pink-mobile {
		background: #1A265B !important;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 50px;
	}
	.gv-diy-single-container .club-team-logo-valunter {
		display: block !important;
		background: #1A265B !important;
		height: auto !important;
		flex-wrap: wrap;
		padding: 30px 0px;
	}
	.gv-diy-single-container .club-team-logo-valunter .column {
		width: 50%;
		float: left;
		margin-bottom: 25px;
	}
	.gv-diy-single-container .club-team-logo-valunter .field-value {
		font-size: 60px;
		line-height: 90px;
	}
	.gv-diy-single-container .club-team-logo-valunter h4 {
		color: #EAFF00;
		font-family: 'Inter', Sans-serif;
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;
		margin: 5px;
	}
	.gv-diy-single-container .club-team-logo-valunter .column img {
		margin: 0 auto;
	}
	.gv-diy-single-container .club-parallax-pink-mobile .center-logo {
		margin: 10px auto auto auto;
	}
	.gv-diy-single-container .club-info-map {
		flex-wrap: wrap;
	}
	.gv-diy-single-container .club-info-map .club-map, .gv-diy-single-container .club-info-map .club-information {
		width: 100%;
	}
	.gv-diy-single-container .club-info-map2 {
		display: block;
	}
	.gv-diy-single-container .club-info-map2 .club-map, .gv-diy-single-container .club-info-map2 .club-information {
		width: 100%;
		margin-bottom: 50px;
	}
	.gv-diy-single-container .club-info-map .club-information ul li {
		margin: 20px 0px;
	}
}

/***********************************************************************************
** MR: 07/2025
** mise en forme de la fiche événements
** s'applique à
**	/evenement/entry/xxx
************************************************************************************/
.gv-diy-single-container .event-name {
	color: #5f4d80;
	border-bottom: 0px solid #ddd;
	padding: .5em 1em;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	width:100%;
}
.gv-diy-single-container .event-desc-banner {
	width: 100%;
	display: contents;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	gap: 30px;
}
.gv-diy-single-container .event-desc-banner div.event-banner, .gv-diy-single-container .event-desc-banner div.event-desc {
	width: 50%;
}
.gv-diy-single-container .event-desc-banner .event-banner img {
	width: 100%;
	max-width: 450px;
	float: right;
	padding-right: 50px;
}
.gv-diy-single-container .event-desc-banner .event-organisateur {
	font-size: 20px;
	font-weight: 600;
	margin:10px 0px;
}
.gv-diy-single-container .event-desc-banner .event-description {
	font-size: 16px;
	line-height: 18px;
	margin:10px 0px;
}
.gv-diy-single-container .event-desc-banner .event-desc {
	color: #5f4d80;
	font-family: 'Inter', Sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
}
.gv-diy-single-container .event-desc-banner .event-desc a {
	color: #1A265B;
	text-decoration:underline;
}
.gv-diy-single-container .event-desc-banner .event-desc .label {
	font-weight:600;
}
.gv-diy-single-container .event-desc-banner .event-desc .address {
	margin-left: 25px;
	line-height: 25px;
	margin-bottom: 15px;
}
.gv-diy-single-container .related-event-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 10px 25px 10px;
  padding: 13px 25px 11px 25px;
  background-color: #97b1b6;
  border-radius: 15px 15px 15px 15px;
  color: #fff;
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.gv-diy-single-container .related-event-heading::after {
  content: "";
  width: 99%;
  height: 100%;
  background-color: #5C3D80;
  position: absolute;
  left: -1px;
  top: 7px;
  border-radius: 15px;
  transform: rotate(2deg);
  z-index: -1;
}
.gv-diy-single-container .ctm-events-list ul {
	list-style: none;
	padding: 0;
}
.gv-diy-single-container .ctm-events-list ul li>a {
	display:none;
}
.gv-diy-single-container .ctm-events-list .event-title a, .gv-diy-single-container .filtered-items .items h2 a {
	color: #1E3E73;
	text-decoration:none;
}
.gv-diy-single-container .ctm-events-list .event-title, .gv-diy-single-container .filtered-items .items h2 {
	color: #1E3E73;
	font-family: 'Inter', Sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 0 0px;
	text-align: center;
}
.gv-diy-single-container .ctm-events-list .date-time, .filtered-items .items .post-excerpt p {
	color: #5C3D80;
	font-family: 'Inter', Sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
.gv-diy-single-container .ctm-events-list .event-link-btn.event-link-btnss {
	text-align: right;
}
.gv-diy-single-container .event-link-btn a {
	font-family: 'Inter', Sans-serif;
	font-size: 13px;
	font-weight: 400;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #5C3D80;
	border-radius: 50px 50px 50px 50px;
	padding: 7px 17px 7px 17px;
	text-decoration:none;
}
/* fiche évènement adaptation mobile */
@media only screen and (max-width: 768px) {
	.gv-diy-single-container .event-desc-banner div.event-banner, .gv-diy-single-container .event-desc-banner div.event-desc {
		width: 100%;
		margin: 0 10px;
	}
	.gv-diy-single-container .event-desc-banner .event-banner img {
		float:none;
		padding-right:0;
	}
}

/***********************************************************************************
** MR: 08/2025
** mise en forme de la page des clubs par sport
** s'applique à
**	/category/sports/xxx
************************************************************************************/
.club-filter {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	justify-content: flex-end;
	align-items: flex-end;
}
.club-filter .filter-location {
	width: 40%;
}
.club-filter select#location {
	border-radius: 30px;
	background: #FFFFFF;
	border-color: #D1D5DB;
}

@media only screen and (max-width: 768px) {
	.elementor-element-e4c8ee9 {
		margin-bottom: auto;
	}
	.elementor-element-7773eb8 {
		margin-bottom: auto;
	}
	.elementor-element-4b41868 {
		margin-bottom: auto;
	}
	.elementor-element-d4197e8 {
		margin-top: auto;
	}
	.elementor-element-e48fce9  {
		margin-bottom: 30px;
	}
	.elementor-element-5404eea {
		margin-bottom: auto;
	}
}

/***********************************************************************************
** MR - 10/09/2025
** Mise en forme de la recherche par Yuto/MeiliSearch
************************************************************************************/
.aa-Panel {
	z-index:2;
}
.aa-Label {
	background-color:#1A265B;
}
.aa-Label svg {
	color:#DAFB06;
}
.aa-SubmitButton, .aa-SubmitButton:hover, .aa-SubmitButton:focus {
	background:none;
	border:none;
	pointer-events: none;
}
.aa-Form {
	border:none;
	background:none;
	max-width: 88%;
}
.aa-Form:focus-within {
	border:none;
	box-shadow:none;
}
.aa-Input:focus-within {
	background-color:#fff;
}
button.aa-ClearButton {
	color:#c36;
	background:none;
} 
button.aa-ClearButton:focus, button.aa-ClearButton:hover {
	color:#DAFB06;
	background:none;
} 
@media (max-width: 767px) {
	.aa-DetachedSearchButton {
		background:none;
		border:none;
	}
	.aa-DetachedSearchButton {
		padding:0;
	}
	.aa-DetachedSearchButtonIcon {
		color:#DAFB06;
        width:25px;
	}
	.aa-SubmitIcon {
		width: 25px;
		height: 25px;
	}
	.aa-DetachedSearchButtonPlaceholder {
		display:none;
	}
	.aa-DetachedFormContainer {
		background-color: #1A265B;
	}
	.aa-Form {
		border:none;
		background-color: #fff0;
	}
	.aa-Input {
		background-color: #fff;
	}
	.aa-ClearButton {
		color: #c36;
	}
	.aa-Form {
		max-width: 100%;
	}
}