/*******************OVERALL*************************/
.grecaptcha-badge{
	visibility: collapse !important;
}

/*COOKIES*/
/*disable after accepting*/
.cmplz-marketing.cmplz-statistics.cmplz-preferences .cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show{
    display: none;
}
#cmplz-message-1-optin p{
    margin-bottom: 0px;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before{
    box-shadow: none !important;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
	color: #e2a100;
	font-size: 3.125rem;
	font-weight: 500;
}
h2,
.elementor-widget-heading h2.elementor-heading-title {
	color: #a0750a;
	font-size: 2.25rem;
	font-weight: 500;
}

a:focus {
	outline: none;
}

/*PAGE - MARGIN TOP*/
.entry-content {
	margin: 0;
}

/*SLOGAN - title*/
.ag-slogan span.elementor-heading-title {
	color: #000000;
	font-size: 3.625rem;
	font-weight: 700;
	font-family: "Epilogue", sans-serif;
	line-height: 60px;
}

/*SLOGAN - texte*/
.ag-slogan .elementor-widget-container * {
	font-family: "Epilogue", sans-serif;
	color: #000000;
	font-size: 1.625rem;
	font-weight: 200;
	line-height: 40px;
	font-style: italic;
	margin-bottom: 0;
}
/*SLOGAN - texte - orange*/
.ag-slogan-orange .elementor-widget-container * {
	color: #e2a100;
	font-family: "Epilogue", sans-serif;
	font-size: 1.625rem;
	font-weight: 200;
	line-height: 40px;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
}

/*CTA FULL WIDTH - texte*/
.ag-cta-full-width span.elementor-heading-title {
	font-size: 2.25rem;
	font-family: "Epilogue", sans-serif;
	color: #ffffff;
	font-weight: 500;
}

.ag-cta-full-width.elementor-element .elementor-widget-button .elementor-button {
	background-color: rgb(237 229 206 / 80%);
}

/*LIST UL LI*/
.elementor-widget-container ul {
	margin: 0;
}

/*BUTTON*/
.elementor-element .elementor-widget-button .elementor-button {
	background-color: #e2a100;
}

/*******************HEADER*************************/
/*add line separator*/
#ag-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:after {
	display: none;
}
#ag-header .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: -50px;
	bottom: 0;
	width: 1px;
	background-color: #e2a100;
	height: calc(100% + 50px);
	z-index: -1;
}
/*menu font style*/
#ag-header .elementor-nav-menu--layout-horizontal li a.elementor-item {
	font-weight: 500;
	margin: 0;
}
#ag-header .elementor-nav-menu--layout-horizontal li {
	padding-left: 10px;
	width: 180px;
}

/*******************************MOBILE HAMBURGER MENU*******************************/
header .elementor-menu-toggle {
	background-color: transparent;
}
/*color active menu*/
header .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
header .elementor-nav-menu--dropdown .elementor-item.highlighted,
header .elementor-nav-menu--dropdown .elementor-item:focus,
header .elementor-nav-menu--dropdown .elementor-item:hover,
header .elementor-sub-item.elementor-item-active,
header .elementor-sub-item.highlighted,
header .elementor-sub-item:focus,
header .elementor-sub-item:hover {
	background-color: #000000;
}
@media only screen and (max-width: 1046px) and (min-width: 45px) {
	header .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
	header .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
		display: flex;
	}
	.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
		display: none;
	}
	header .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
	header .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
		display: block;
	}
}

/*******************************FOOTER*******************************/
/*links*/
#footer-email a,
.ag-subfooter-copyright span a{
	color: #000000;
}

.ag-footer-title span.elementor-heading-title {
	font-weight: 500;
	font-size: 1rem;
	color: #000000;
}

/*BACKGROUND IMAGE - ALL PAGE EXCEPT HOME*/
.page-template-default:not(.home) .entry-content .elementor {
	background-image: url(/wp-content/uploads/2024/11/background-agora-white.png);
	background-position: top;
	background-repeat: no-repeat;
}

/*******************************FORMULAIRE CONTACT - MEMBRE*******************************/

/* Container du formulaire */
.contact-form-custom {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/* Style des colonnes */
.contact-form-custom .column-half {
	flex: 1 1 48%; /* Occupe 48% pour créer deux colonnes */
	box-sizing: border-box;
}

.contact-form-custom .column-full {
	flex: 1 1 100%; /* Occupe 100% pour une colonne entière */
	box-sizing: border-box;
}

/* Conteneur du bouton pour l'aligner à droite */
.contact-form-custom .button-container {
	display: flex;
	justify-content: flex-end;
	/flex: 1 1 48%;
	box-sizing: border-box;
}

.contact-form-custom p {
	margin-bottom: 0;
	margin-top: 0;
}

/*Style des labels*/
.contact-form-custom label {
	font-weight: 600;
	padding-bottom: 10px;
	display: inline-block;
}

/* Style des champs de saisie */
.contact-form-custom input[type="text"],
.contact-form-custom input[type="email"],
.contact-form-custom textarea {
	width: 100%;
	padding: 15px 10px;
	font-size: 16px;
	border: 2px solid #a0750a;
	border-radius: 10px;
	box-sizing: border-box;
}

/* Style du bouton */
.contact-form-custom input[type="submit"] {
	padding: 12px 20px;
	background-color: #0073aa;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

.contact-form-custom input[type="submit"]:hover {
	background-color: #005a87;
}

/* Style des champs texte (textarea) */
.contact-form-custom textarea {
	min-height: 100px;
	resize: vertical;
}
/*style des placeholder*/
.contact-form-custom input::placeholder,
.contact-form-custom textarea::placeholder {
	color: rgb(160 117 10 / 60%);
}

/*input focus*/
.contact-form-custom input:focus-visible,
.contact-form-custom textarea:focus-visible {
	outline: #e2a100;
	border-color: #e2a100;
}

/*couleur erreur*/
.wpcf7-not-valid-tip {
	color: #e2a100;
}

/*spin aligner en dessous*/
.wpcf7-spinner {
	display: block;
	margin-top: 20px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none;
	color: #e2a100;
}

/*NEWSLETTER - bouton full width*/
.contact-form-newsletter input[type="submit"] {
	width: 100%; /* Prend toute la largeur de la colonne */
	padding: 12px 20px;
	background-color: #0073aa;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

/* Event - Posts */

.list-post {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 20px;
}

.event-posts {
	display: flex;
}

.event-posts .item-days {
	padding: 20px;
	background: #d9a437;
	width: 175px;
	height: 175px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.event-posts .item-days .date {
	font-size: 58px;
	line-height: 58px;
	margin: 0;
	font-family: "Epilogue";
	color: #fff;
}

.item-days .month {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-family: "Epilogue";
	text-transform: capitalize;
}

.event-posts .item-infor {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 25px 15px 25px 20px;
	background: linear-gradient(to right, #ffffff, #ede4cd);
	width: calc(100% - 175px);
}

.event-posts .desc .title {
	margin: 0;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "Epilogue";
}

.event-posts .item-infor .icon {
	padding: 10px 14px;
	background: #997629;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.event-posts .local {
	font-style: italic;
	font-family: "Epilogue";
}

.box-event-post {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 20px;
}

.list-event-post .event-title {
	color: #997629;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
}

.event-title.tt-les-anciens {
	margin-top: 80px;
}

.single-evenement .ss-single-post {
	max-width: 1140px;
	margin: 0 auto;
	padding: 80px 0;
}

.single-evenement .title-post {
	line-height: 50px;
	font-family: "Epilogue";
	margin-bottom: 20px;
}

.single-evenement .btn-posts {
	padding: 15px 50px;
	background: #d9a437;
	color: #000000;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: "Epilogue";
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #d9a437;
	border-radius: 5px 5px 5px 5px;
}
.single-evenement .btn-posts:hover {
	color: #e2a100;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e2a100;
	border-radius: 5px 5px 5px 5px;
}

.url-btn-redirect svg {
	transform: rotate(180deg);
	width: 14px;
	height: 14px;
}

.btn-redirect {
	display: inline-block;
	margin-top: 80px;
}

.btn-redirect .url-btn-redirect {
	display: flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
	color: #000;
	font-weight: 700;
}

.ss-galerie .title-galerie {
	margin-bottom: 30px;
	margin-top: 60px;
}

.single-evenement p {
	font-family: "Epilogue";
	font-weight: 400;
}

.single-evenement .ss-single-post h2 {
	font-family: "Epilogue";
}

/** Galerie
.ss-galerie #rl-gallery-container-1 .rl-basicmasonry-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	height: 100% !important;
}

.ss-galerie .rl-gallery-item .rl-gallery-item-content img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.ss-galerie #rl-gallery-container-1 .rl-basicmasonry-gallery .rl-gallery-item,
.ss-galerie #rl-gallery-container-1 .rl-basicmasonry-gallery .rl-grid-sizer {
	width: 100%;
	margin: 0px;
	position: unset !important;
}

.ss-galerie #rl-gallery-container-1 .rl-basicmasonry-gallery {
	margin: 0;
	padding: 0;
} 
**/


/*******************************PAGE 404*******************************/

.error404 #primary{
	background-image: url(/wp-content/uploads/2024/11/background-agora-white.png);
    background-position: top;
    background-repeat: no-repeat;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error404 .ag-btn-default{
	background-color: #E2A100;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2A100;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 50px 20px 50px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.error404 .ag-btn-default:hover{
	background-color: #FFFFFF;
    color: #E2A100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E2A100;
    border-radius: 5px 5px 5px 5px;
}

/*******************************RESPONSIVE*******************************/
/*SMALL SCREEN*/
@media only screen and (max-width: 1145px) {
	/*HEADER*/
	#ag-header .elementor-nav-menu--layout-horizontal li {
		padding-left: 6px;
		width: 140px;
		font-size: 1rem;
	}
}
/*IPAD PRO*/
@media only screen and (max-width: 1024px) {
	/*SLOGAN - title*/
	.ag-slogan span.elementor-heading-title {
		font-size: 2.625rem;
		line-height: 40px;
	}

	/*SLOGAN - texte*/
	.ag-slogan .elementor-widget-container * {
		font-size: 1.125rem;
		line-height: 30px;
	}

	/*CTA FULL WIDTH - texte*/
	.ag-cta-full-width span.elementor-heading-title {
		font-size: 2rem;
	}

	/* Event Posts */
	.event-posts .item-infor {
		gap: 20px;
		padding: 20px 10px 20px 15px;
		width: 100%;
	}

	.event-posts .item-days {
		width: 100%;
		height: auto;
	}

	.event-posts {
		flex-wrap: wrap;
	}

	.item-infor .icon svg {
		width: 12px;
		height: 12px;
	}

	.event-posts .item-infor .icon {
		padding: 10px;
	}

	.event-posts .desc .title {
		font-size: 16px;
		line-height: 26px;
	}

	.event-posts .local {
		font-size: 14px;
		line-height: 20px;
	}

	.event-posts .item-days {
		border-radius: 5px 5px 0 0;
	}

	.event-title.tt-les-anciens {
		margin-top: 60px;
	}

	/* Single Post Event */
	.single-evenement .ss-single-post {
		max-width: 100%;
		margin: 0 auto;
		padding: 30px 50px 40px;
	}

	/*.ss-galerie #rl-gallery-container-1 .rl-basicmasonry-gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}*/

	.single-evenement .title-post {
		line-height: 46px;
		font-size: 40px;
	}

	/*.ss-galerie .rl-gallery-item .rl-gallery-item-content img {
		border-radius: 10px;
	}*/
}

/*IPAD*/
@media only screen and (max-width: 768px) {
	/*MENU - HEADER disable*/

	/* Event Posts */
	.box-event-post {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 20px;
	}

	.event-posts .item-days {
		width: 100%;
		height: auto;
		border-radius: 5px 5px 0 0;
	}

	.event-posts {
		flex-wrap: wrap;
	}

	.event-posts .item-infor {
		width: 100%;
		gap: 20px;
	}

	.event-posts .item-days .date {
		font-size: 50px;
		line-height: 50px;
	}

	.event-posts .item-infor .icon {
		padding: 8px;
	}

	.event-title.tt-les-anciens {
		margin-top: 40px;
	}

	.list-post {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px 20px;
	}

	/* Single Post Event */

	.single-evenement .title-post {
		line-height: 40px;
		font-size: 38px;
	}

	.single-evenement .ss-single-post {
		padding: 20px 20px 40px 20px;
	}

	/*.ss-galerie #rl-gallery-container-1 .rl-basicmasonry-gallery {
		grid-template-columns: repeat(1, 1fr);
	}

	.ss-galerie .title-galerie {
		margin-top: 30px;
	}*/

	.ss-pratique h2 {
		margin-bottom: 0;
	}

	.single-evenement .ss-single-post h2 {
		font-size: 30px;
		line-height: 38px;
	}

	/*
	.ss-galerie .rl-gallery-item .rl-gallery-item-content img {
		height: 280px;
	}*/
}

/*MOBILE*/
@media only screen and (max-width: 680px) {
}

/*SMALL MOBILE*/
@media only screen and (max-width: 480px) {
}
