/* 
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 intégration ScoreNCo dans iFrame */
.over-flow.elementor-widget-container{
    overflow: hidden;
}
.over-flow iframe{
	height:250px !important;
	border-radius:20px;
}

/***********************************************************************************
** 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: 0;
}
.gv-widget-search .gv-search-box.gv-search-date {
	display: block;
	width: 150px;
}
.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%;
	}
}
/* mobile : 2 éléments par ligne */
@media only screen and (max-width: 767px) {
	.gv-diy-container .gv-diy-view {
		width: 50%;
	}
}
/* 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;
}

/***********************************************************************************
** 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 {
	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;
	}
}

/***********************************************************************************
** MR: 07/2025
** mise en forme de la fiche evements
** 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;
}