/* assets/styles.css */

/* Prevent Multiple Contact Form 7 Submissions */

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}

.no_wrap {
    white-space: nowrap;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no_margin_bt p {
    margin-bottom: 0 !important;
}

.bg_cover {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.link_a_abs  {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
}


/***********Menu***********/

@media screen and (min-width: 767px) {
	
	.mobile_only {
		display: none !important;	
	}
	
}

.menu_btn svg {
    stroke: #393939 !important;
    width: 31px !important;
    height: 15px !important;
    margin-bottom: -2px;
	transition: all .3s;
}	

.menu_btn a:hover svg {
	stroke: #B3D335 !important;
}

.menu_btn.no_hover a:hover svg {
	stroke: #393939 !important;
}

.bg_menu {
	background: transparent linear-gradient(180deg, #1A1A1A 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 1200px) {
	
	.bg_menu ul.sub-menu {
		padding: 20px 0 !important;
		box-shadow: 2px 3px 6px #00000029;
		border-radius: 0px 0px 28px 0px;
	}	

	.bg_menu ul.sub-menu a {
		justify-content: end;
	}
	
}

/****Accueil*****/

.slide_home .swiper-pagination-bullets {
    width: auto;
	display: flex;
    justify-content: center;
    align-items: center;
}

.slide_home .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: url('/wp-content/uploads/2025/07/Bullet-slider.svg') no-repeat center center !important;
  background-size: contain !important;
  opacity: 1; 
  border: none;
}

.slide_home .swiper-pagination-bullet-active {
  width: 16px !important;
  height: 16px !important;	
  background-image: url('/wp-content/uploads/2025/07/Bullet-slider-active.svg') !important;
}



.slide_home .swiper-pagination {
	display: flex;
  	flex-direction: column; 
	z-index: 2;
    text-align : left;
    margin-bottom: 420px !important;	
  	transform: translateY(-50%);
	padding-left: 10px;	
}

.slide_home .swiper-pagination-bullet {
  	margin: 3px 0 !important; 
}
	
@media screen and (min-width: 1660px) {
	
	.slide_home .swiper-pagination {
		padding-left: calc(((100% - 1590px) / 2) - 20px);	
	}
}	

@media screen and (max-width: 1439px) {
	
	.slide_home .swiper-pagination {
		margin-bottom: 320px !important;	
	}
	
}

@media screen and (max-width: 1199px) {
	
	.slide_home .swiper-pagination {
		margin-bottom: 245px !important;	
	}
}

@media screen and (max-width: 1023px) {
	
	.slide_home .swiper-pagination {
		margin-bottom: 155px !important;	
	}
}

@media screen and (max-width: 767px) {
	
	.slide_home .swiper-pagination {
		margin-bottom: 112px !important;	
	}
}

@media screen and (max-width: 424px) {
	
	.slide_home .swiper-pagination {
		padding-left: 5px;		
	}
}

/***A propos***/

@media screen and (min-width: 1610px) {

	.col_left_calc {
		margin-left: calc((100% - 1590px) / 2);
	}
	
	.col_left_calc_padding {
    	padding-left: calc((100vw - 1590px) / 2);
	}
	
	.col_right_calc_padding {
    	padding-right: calc((100vw - 1590px) / 2);
	}
	
}

.menu_btn.a_propos a:hover svg {
	stroke: #393939 !important;
}

/***Nous joindre****/

.form_contact input,
.form_contact textarea {
    box-shadow: 0px 3px 6px #00000029 !important;
}


.form_contact .elementor-field-type-acceptance span.elementor-field-option {
    display: flex;
    align-items: flex-start;
}

.form_contact .elementor-field-type-acceptance label {
	color: #393939 !important;
	line-height: 1.3;
}

.form_contact .elementor-field-type-acceptance label a {
	color: #B3D335 !important;
}

.form_contact .elementor-field-type-acceptance label a:hover {
	color: #393939 !important;
}

.form_contact input[type=checkbox] {
    margin: 5px 10px 0 0 !important;
}

.form_contact button {
    background-image: url(https://conferencedesprefetscpo.kinsta.cloud/wp-content/uploads/2025/07/Icon-akar-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 100px 12.5px;
    background-size: 31px 15px;	
	margin-top: 10px;
}

.form_contact button .elementor-button-text {
	padding-right: 40px;
}

/***Concertation***/

@media screen and (max-width: 1023px) {

	.position_section_concertation {
		position: relative !important;
	}
	
}

/***Gouvernance***/


.flex_loop_team,
.flex_loop_team .elementor-grid {
    display: flex !important;
    justify-content: center;
	flex-wrap: wrap;
}

.flex_loop_team .e-loop-item {
    flex: 0 0 311px;
}

@media screen and (max-width:1199px) {
	
	.flex_loop_team .e-loop-item {
		flex: 0 0 270px;
	}
}

@media screen and (max-width:1023px) {
	
	.flex_loop_team .e-loop-item {
		flex: 0 0 220px;
	}
}

@media screen and (max-width:767px) {
	
	.flex_loop_team .e-loop-item {
		flex: 0 0 45%;
	}
}

@media screen and (max-width:500px) {
	
	.flex_loop_team .e-loop-item {
		flex: 0 0 100%;
	}
}

/***Single programme***/

.single-programme .bg_menu,
.single-post .bg_menu {
    background-color: #393939;
}

/***Actualités***/

.bg_actualites {
  position: relative;
  overflow: hidden;
}

.bg_actualites::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 150px;
	background: #EAEDEC;
	z-index: 0;
	border-radius : 115px 0 0 115px;
}


@media screen and (min-width: 1500px) {

	.bg_actualites::before {
	  left: calc((100% - 1590px) / 2 + 150px);
	}
	
}

@media screen and (max-width:767px) {

	.bg_actualites::before {
	  left: 60px;
	  border-radius : 80px 0 0 80px;
	}
}

.loop_nouvelles .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;    width: 34px;
    height: 34px;
}

.loop_nouvelles nav.elementor-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.loop_nouvelles .page-numbers:hover,
.loop_nouvelles .page-numbers.current {
    background-color: #B3D335 !important;
    border-radius : 50% !important;
}

.loop_nouvelles .page-numbers.next,
.loop_nouvelles .page-numbers.prev {
    width: auto !important;
    height: auto !important; 	
    background-color: transparent !important;

}