/*
Theme Name: Thème officiel La Rhapsodie
Theme URI: https://www.la-rhapsodie.com
Author: REZO 21
Author URI: https://www.rezo21.net
Version: 5.1.0
Description: Développement par l'agence web REZO 21 (Albatros v5.1.0)
*/
/*

FONTS ADOBE

Korolev Light
font-family: "korolev", sans-serif;
font-weight: 300;
font-style: normal;

Korolev Light Italic
font-family: "korolev", sans-serif;
font-weight: 300;
font-style: italic;

Korolev Bold
font-family: "korolev", sans-serif;
font-weight: 700;
font-style: normal;

Korolev Bold Italic
font-family: "korolev", sans-serif;
font-weight: 700;
font-style: italic;


*/

/* #region GÉNÉRALITÉS */

:root{
	--couleurbleu: #007BC2;
	--couleurlilas: #D0A9D0;
	--couleurgrisclair: #DFDFDF;
	--couleurgris: #ADA9A9;
	--couleurnoir: #000000;
	--couleurblanc: #FFFFFF;
	--titleFont: 'Korolev', sans-serif;
	--textFont: 'Korolev', sans-serif;
}

a, a:hover, a:focus{
	color: var(--couleurnoir);
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

h1,
.titre-1{
	font-family: var(--titleFont);
    color: var(--couleurnoir);
    font-size: 2.0em;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 15px;
	font-weight: 900;
	text-transform:uppercase;
}

.bg-noir h1,
.bg-noir .titre-1,
.bg-noir h2,
.bg-noir .titre-2,
.bg-noir h3{
	color: var(--couleurblanc);
}

h2,
.titre-2{
	font-family: var(--titleFont);
    color: var(--couleurnoir);
    font-size: 1.4em;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 10px;
	font-weight: 700;
	text-transform:uppercase;
}

h2.titre-wrapper{
	text-align: center;
	font-size: 2.0em;
    margin-bottom: 50px;
}

h3{
	font-size: 1.7em;
	font-family: var(--titleFont);
    color: var(--couleurnoir);
    line-height: 1.0em;
	font-weight: 700;
}

blockquote{
	font-size: 1.0em;
}

img{
    image-rendering: -webkit-optimize-contrast;
}

.btn{
	color: #000000;
	background:transparent;
	border-radius: 0px;
	padding: 3px 6px 3px 6px;
	font-size: 1.4em;
	text-transform:uppercase;
	position:relative;
	z-index:1;
	margin-top: 10px;
	line-height: 1.0em;
	border:2px solid #000000;
	font-weight: 700;
}

.btn:has(img){
	padding:0;
}

.bg-noir .btn{
	color: var(--couleurnoir);
}

.btn+.btn{
	margin-left: 30px;
}

.btn:hover,
.btn:focus{
	background:#000000;
	color:#ffffff;
	text-decoration: none;
}

.bg-noir .btn:hover,
.bg-noir .btn:focus{
	color: var(--couleurblanc);
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok{
    border: none;
}

.wpcf7 form .wpcf7-response-output{
    margin: 0;
}

.wpcf7-form-control{
    margin-top: 5px;
	border-radius:0;
	border-color:#000000;
}

#content .wpcf7 p{
	margin-bottom:5px;
}

span.wpcf7-list-item{
   margin: 0px;
}

.grecaptcha-badge{
	display: none;
}

iframe{
	width: 100%;
}

/* #endregion GÉNÉRALITÉS */

/* #region ALIGNEMENTS */

.alignleft{
	display: inline;
	float: left;
}

.alignright{
	display: inline;
	float: right;
}

.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft{
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright{
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter{
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone,
.wp-caption.aligncenter{
	margin-bottom: 1.2em;
	max-width: 100%;
}

.wp-caption.alignleft img,
.wp-caption.alignright img,
.wp-caption.alignnone img,
.wp-caption.aligncenter img{
	max-width: 100%;
	height: auto;
}

/* #endregion ALIGNEMENTS */

/* #region HEADER */

header{
	position: fixed;
	left:0;
	top: 0px;
	width: 17%;
	height:100vh;
	z-index: 5;
	background: #fff;
	padding: 15px 0px;
    -webkit-box-shadow: 0px 0px 8px 0px #b3b3b3;
    box-shadow: 0px 0px 8px 0px #b3b3b3;
}

header .logo a{
	max-width:170px;
	margin:30px auto;
	display: table;
	transition: all 0.15s ease 0s;
}

header .logo a:hover{
    transform: scale(1.02);
}

header .logo img{
    display: table;
    margin: auto;
}

header .container{
	height:100%;
}

header .container .row{
	display:flex;
	align-content:space-between;
	height:100%;
}

header .reseaux-sociaux{
	display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    margin-top: 45px;
    flex-direction: row;
}

header .reseaux-sociaux a:hover{
	text-decoration: none;
}

header .reseaux-sociaux-mobile,
header .ouvrir-menu,
.main-menu-lateral{
	display: none;
}

.retour-haut{
	position: fixed;
	bottom: 100px;
    right: 10px;
    z-index: 1000;
	width: 40px;
	height: 40px;
	background: var(--couleurnoir);
	border: 3px solid var(--couleurnoir);
	color: #fff;
	text-align: center;
}

.retour-haut span{
	display: inline;
	font-size: 2.0em;
    line-height: 1.1em;
}

.retour-haut:hover{
	text-decoration: none;
	background: #fff;
	color: var(--couleurnoir);
}

/* #endregion HEADER */

/* #region MENU */

#menu-principal-1,
#menu-principal{
	/* padding-top: 50px; */
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
	gap: 30px;
	padding-left: 0px;
	list-style: none;
	align-items: center;
}

#menu-principal-1 li,
#menu-principal li{
    list-style: none;
	position: relative;
	overflow: visible;
	/* width: 100%; */
}

#menu-principal-1 li a,
#menu-principal li a{
	display: block;
	font-size: 1.2em;
	font-family: var(--titleFont);
	font-weight: 700;
	line-height: 1.0em;
	text-transform: uppercase;
	color: var(--couleurnoir);
	text-align: center;
	padding: 4px 6px;
	transition: all 0.15s ease 0s;
}

#menu-principal-1 li a:hover,
#menu-principal li a:hover{
	text-decoration:none;
	color:var(--couleurbleu);
}	

.menu-principal-1 .menu-item-has-children,
.menu-principal .menu-item-has-children{
    position: relative;
}

#menu-principal-1 .menu-item-has-children:hover ul.sub-menu,
#menu-principal .menu-item-has-children:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
	height:auto;
}

#menu-principal-1 ul.sub-menu,    
#menu-principal ul.sub-menu{    
	position: absolute;
	top:30px;
	left:-25%;
	right:0;
    display: block;
    visibility: hidden;
    opacity: 0;
	z-index:5;
    transition: visibility 0s, opacity 0.2s linear, height 0.3s ease;   
	padding: 0px;
	list-style: none;
	height:0;
	text-align:center;
	width:150%;
}

#menu-principal-1 ul.sub-menu li,
#menu-principal ul.sub-menu li{
	display:inline;
	width:auto;
}

#menu-principal-1 ul.sub-menu li a,
#menu-principal ul.sub-menu li a{ 
	display: inline-block;
	font-size: 0.9em;
	padding: 5px 3px;
	color: var(--couleurgris);
	font-weight: 500;
	font-family: var(--textFont);
}

#menu-principal-1 ul.sub-menu li+li,
#menu-principal ul.sub-menu li+li{
	border-left:1px solid var(--couleurgris);
	padding-left:4px;
}

#menu-principal-1 ul.sub-menu li a:hover,
#menu-principal ul.sub-menu li a:hover{ 
	color: var(--couleurnoir);
}

/* #endregion MENU */

/* #region DIAPORAMA */

.swiper{
	width: 100%;
	height: 100%;
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide a.btn{
	border:none;
}

.swiper-slide a.btn img{
	width:auto;
	height:auto;
	object-fit:unset;
}

a.btn:has(img){
	border:none;
}

.swiper-pagination{
	bottom: 15px !important;
}

.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
}

.swiper-pagination-bullet{
	opacity:0.5;
	background-color: #ffffff;
}

.swiper-pagination-bullet-active{
	background-color: #ffffff;
	opacity:1;
}

.swiper-button-next, 
.swiper-button-prev{
	color: #ffffff;
}

/* #endregion DIAPORAMA */

/* #region CORPS */

body{
    font-family: var(--textFont);
    font-weight: 500;
	overflow-x: hidden;
	color:#000000;
}

main{
	padding-left:17%;	
}

.home main{
	background: var(--couleurlilas);
}

.archive main,
.blog main,
.search main{
	padding-bottom: 50px;
}

.page-template-page-articles main,
.archive main{
	padding-bottom: 50px;
}

#content{
	margin: auto;
}

#content p{
    font-size: 0.9em;
	line-height:1.2em;
	margin-bottom: 10px;
}

#content ul,
#content ol{
	font-size: 0.9em;
	line-height:1.2em;
}

#content ul ul,
#content ol ol{
	font-size: 1.0em;
}

.container{
	max-width: 1200px;  
	margin: auto;
}

.paragraphe{
	padding: 0px;
}

.paragraphe .colonne{
	padding:30px 30px 20px 30px;
}

.paragraphe .colonne-double{
}

.paragraphe .colonne.align-self-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.paragraphe .colonne.p-0{
	padding:0px;
}

.paragraphe .colonne.p-0 img.img-fluid{
	width:100%;
	height:100%;
	object-fit:cover;
}

.reseaux-sociaux{
	display:flex;
	gap: 40px;
	margin-top: 30px;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

.picto-social{
	width:24px;
	height:24px;
}


/*** INSTAGRAM ***/

#instagram{
	padding: 30px;
	background:#000000;
	color:#ffffff;	
	height:30vh;
}

#instagram .titre-2,
#instagram .titre-1{	
	color:#ffffff;
}

#instagram #sb_instagram #sbi_images{
	padding-top:0;
	padding-bottom:0;
}

.wrapper-insta-feed{
	padding:5px;
}


.mailpoet_submit{
	background:transparent;
	padding: 10px;
	color: #000000;
	font-weight: 700;
	text-transform:uppercase;
	border:2px solid #000000 !important;
	max-width: 185px !important;
	text-align:left !important;
	font-size: 1.4em !important;
}

.mailpoet_submit:hover{
	color:var(--couleurlilas) !important;
	background:#000000 !important;
}
	

.image-cadre{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.image-cadre img{
	width:100%;
	height:100%;
}

/***** PAGE ACCUEIL 2025 ***/

.home #content{
	background: #000000;
}

.wrapper-diapo-home{
	position:relative;
	height:70vh;
}

.bloc-liens-btn{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items: center;
	padding: 30px;
	gap: 80px;
	top:0;
	left:0;	
}

.bloc-liens-btn .btn.btn-default{
	box-shadow: 0px 0px 15px #000000D9;
	border: 4px solid #FFFFFF;
	font-size: 2.8em;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow:0px 4px 4px #00000040;
	padding: 19px 20px 9px 20px;
	line-height:1.0em;
	transition: all .15s ease-in-out;
}	

.bloc-liens-btn .btn.btn-default:hover{
	box-shadow: 0px 0px 15px #ffffff;
	text-shadow:0px 0px 8px #ffffff;
	color:#ffffff;
}	

.wrapper-diapo-home .swiper-wrapper{
	height:80vh;
}

/*** PAGE CONCEPT 2025 ***/

.page-template-page-le-concept .bloc-contenu h1{
	font-size: 14.0em;
	text-transform: uppercase;
	text-shadow: 0px 0px 20px #000000;
	color:#ffffff;
	margin-bottom:0;
}

.page-template-page-le-concept .bloc-contenu h2{
	text-shadow: 0px 0px 15px #000000;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 2.0em;
	margin-top:-10px;
}

.page-template-page-le-concept #content .entry-content .bloc-contenu p{
	text-shadow: 0px 0px 13px #000000;
	font-size: 1.2em;
}

.page-template-page-le-concept .paragraphe-content img{
	width:100%;
}

.page-template-page-le-concept .bloc-contenu{
	max-width:500px;
	padding: 30px;
	color:#ffffff;
}

.page-template-page-le-concept p{
	color:#ffffff;
}

.page-template-page-le-concept .paragraphe-1{
	background:#000000;
}

.page-template-page-le-concept #content .paragraphe-1 .colonne-1-2 p{
	margin-bottom:0;
	display:flex;
}

.page-template-page-le-concept .paragraphe-1 .colonne-1-2{
	padding:60px 30px 60px 60px;
}

.page-template-page-le-concept .paragraphe-1 .colonne-2-2{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 60px 60px 60px 30px;
}

.page-template-page-le-concept .paragraphe-1 h2{
	color:#ffffff;
	margin-top: 10px;
	font-size:2.0em;
}

.page-template-page-le-concept .paragraphe-1 .colonne-1-2 img{
	width: 100%;
	height: auto;
}

/*** PAGE PROGRAMMATION 2025 ***/

.page-template-page-programmation .colonnes{
	display:flex;
	gap:0;
}

.page-template-page-programmation .entry-content>.colonnes{	
	min-height:100vh;
}

.page-template-page-programmation .colonne-gauche,
.page-template-page-programmation .colonne-droite{
	width:50%;
}

.page-template-page-programmation .col-gauche,
.page-template-page-programmation .col-droite{
	width:50%;
	height:100vh;
	overflow:hidden;
}

.bloc-newsletter{
	background:var(--couleurlilas);
	display:flex;
	gap:0;
	align-items: flex-start;
    justify-content: space-between;
	height:50vh;
	overflow:hidden;
}

.bloc-events{	
	min-height:50vh;
}

.bloc-newsletter .bloc-contenu{
	padding:30px;
	padding-top:70px;
	width:50%;	
	height:100%;
	display:flex;	
    flex-direction: column;
    justify-content: flex-start;
}

.page-template-page-programmation h2{
	font-size:2.0em;
}

.bloc-newsletter .bloc-image{
	width:50%;
    text-align: right;	
	height:100%;
	display:flex;	
    flex-direction: column;
    justify-content: flex-end;
}


.swiper-events .swiper-slide{
	height:50vh;
}

.swiper-events .swiper-slide .colonnes{
	height:50vh;
}

.swiper-events .colonne-droite{
	padding: 30px;
}

.col-droite{
	padding: 30px;
}

.col-droite.bgnoir{
	background:#000000;
}

.col-droite.bgblanc{
	background:#ffffff;
}

.swiper-events{
	background:var(--couleurbleu);
}

ul#pills-tab{
	justify-content: flex-end;
}

ul#pills-tab li{
	border:2px solid #ffffff;
}

ul#pills-tab li button.nav-link{	
	border-radius:0;
	font-size:1.1em;
	line-height:1.0em;
	padding: 12px 10px 8px 10px;
	font-weight: 700;
	text-transform: uppercase;
	color:#ffffff;
}

ul#pills-tab li button.nav-link.active{	
	color:#000000;
}

.col-droite.bgblanc ul#pills-tab li button.nav-link{	
	color:#000000;
}

.col-droite.bgblanc ul#pills-tab li button.nav-link.active{	
	color:#ffffff;
}
	
.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link{
    color: #000000;
    background-color: #ffffff;
}

#pills-tabContent{
	height: calc(100vh - 70px);
}

#pills-tabContent .tab-pane{
	height:100%;
}

.col-droite.bgblanc ul#pills-tab li,
.col-droite.bgblanc ul#pills-club li{
	border:2px solid #000000;
}

.col-droite.bgblanc .nav-pills .nav-link.active, 
.col-droite.bgblanc .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #000000;
}

.swiper-club, 
.swiper-events{
	position:relative;
}

.page-template-page-programmation .swiper-club img,
.page-template-page-programmation .swiper-culture img{
	object-fit:unset;
	height:auto;
	width:100%;
}

.page-template-page-programmation h3{
	text-transform:uppercase;
	color:#ffffff;
	font-size: 2.0em;
	position:relative;
	z-index:100;
}

.page-template-page-programmation .col-droite.bgblanc h3{
	color:#000000;
}

.page-template-page-programmation .swiper-button-next:after{
	font-family:'sans-serif';
	content:'▶';
	font-size:14pt;
	color:#000000;
}

.page-template-page-programmation .swiper-club .swiper-button-prev:after,
.page-template-page-programmation .swiper-club .swiper-button-next:after{
	color:#ffffff;
}

.page-template-page-programmation .swiper-button-prev:after{
	font-family:'sans-serif';
	content:'◀';
	font-size:14pt;
	color:#000000;
}

.page-template-page-programmation .swiper-button-next,
.page-template-page-programmation .swiper-button-prev{
	top:auto;
	bottom:5px;
	z-index:100;
}

.swiper-events .swiper-button-prev{
	left:auto;
	right:calc(50% - 36px);
}

.swiper-club .swiper-button-next,
.swiper-culture .swiper-button-next{
	right:auto;
	left:calc(50% - 36px);
}
	
.page-template-page-programmation .swiper-horizontal>.swiper-pagination-bullets, 
.page-template-page-programmation .swiper-pagination-bullets.swiper-pagination-horizontal{
	width:50%;
	left:auto;
	right:0;
}

.page-template-page-programmation .swiper-club .swiper-horizontal>.swiper-pagination-bullets, 
.page-template-page-programmation .swiper-culture .swiper-horizontal>.swiper-pagination-bullets, 
.page-template-page-programmation .swiper-culture .swiper-pagination-bullets.swiper-pagination-horizontal,
.page-template-page-programmation .swiper-club .swiper-pagination-bullets.swiper-pagination-horizontal{
	width:50%;
	left:0;
	right:auto;
}

.swiper-events .swiper-pagination-bullet,
.swiper-culture .swiper-pagination-bullet,
.swiper-culture .swiper-pagination-bullet-active,
.swiper-events .swiper-pagination-bullet-active{
	background:#000000;
}

.tab-pane{
	position:relative;
}

.tab-pane .btn{
	position:absolute;
	right: 10px;
	bottom: 20px;
}

.swiper-club .swiper-wrapper,
.swiper-culture .swiper-wrapper{
	padding-bottom: 45px;
}

.date-event{
	color:var(--couleurbleu);
	background:#000000;
	padding: 6px 15px;
	margin-bottom:15px;
	text-transform: uppercase;
	font-size:1.3em;
}

.colonnes-partenaires{
	display:flex;
	background:#ffffff;
	padding: 50px 30px;
	align-items:center;
	gap:20px;
	font-size: 1.2em;
    justify-content: center;
}

.colonnes-partenaires .grille-logos-partenaires{
	display:flex;
	gap:30px;
}

.colonnes-partenaires a{
	display: block;
	max-height: 70px;
	width:auto;
}

.colonnes-partenaires a img{
	height: 70px;
	width:auto;
}

.colonnes-partenaires .swiper-slide img{
	width:auto;
}

.colonnes-partenaires .titre-ligne-1{
	text-transform:uppercase;
	font-weight: 700;
	font-size: 1.15em;
}

.colonnes-partenaires .titre-ligne-2{
	text-transform:uppercase;
	font-weight: 700;
	font-size: 2.0em;
	margin-top:-10px;
	line-height: 1.1em;
}

.page-template-page-programmation .colonnes-partenaires .colonne-texte{
	/* width:50%; */
}

.page-template-page-programmation .colonnes-partenaires .colonne-logos{
	display: flex;
}



/*** BILLETTERIE ***/

.page-id-2278 main{
	background: black;
}

/**** PAGE PRIVATISATION 2025 ***/

.page-template-page-privatisation h2{
	text-transform: uppercase;
	font-size:2.4em;
}

.page-template-page-privatisation h3{
	text-transform: uppercase;
	font-size:1.5em;
}

.page-template-page-privatisation .colonnes{
	display:flex;
}

.page-template-page-privatisation .colonnes .col-1,
.page-template-page-privatisation .colonnes .col-gauche,
.page-template-page-privatisation .colonnes .col-droite,
.page-template-page-privatisation .colonnes .col-2{
	display:flex;
	flex-direction: column;
	width:50%;
}

.bloc-privatisation{
	background: var(--couleurbleu);
	display:flex;
	height:50vh;
	overflow:hidden;
}

.bloc-privatisation .col-1{
	padding: 30px;
	justify-content: space-between;
}

.bloc-privatisation .col-2{
	display:block;
}

.bloc-sur-mesure .col-2{
	padding: 30px;
	justify-content: space-between;
}

.bloc-sur-mesure .col-1{
	display:block;
}

.bloc-sur-mesure .col-1 img,
.bloc-privatisation .col-2 img{
	height:100%;
	width:100%;
	object-fit:cover;
}

.bloc-sur-mesure{
	background:var(--couleurlilas);
	display:flex;
	height:50vh;
	overflow:hidden;
}

.page-template-page-privatisation .entry-content>.colonnes{
	flex-direction:row-reverse;
}

.page-template-page-privatisation .colonnes .col-droite{
	padding:30px;
	background:black;
	color:#ffffff;
}

.page-template-page-privatisation .colonnes .col-droite h2,
.page-template-page-privatisation .colonnes .col-droite h3{
	color:#ffffff;
}

.page-template-page-privatisation .paragraphe .colonne{
	padding: 0px;
}

.page-template-page-privatisation .paragraphe .colonne-2-3{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.page-template-page-privatisation .paragraphe .colonne-1-3,
.page-template-page-privatisation .paragraphe .colonne-2-3,
.page-template-page-privatisation .paragraphe .colonne-3-3{
	padding-top:0;
	margin-bottom: 30px;
}

.page-template-page-privatisation .paragraphe .colonne-1-3 img,
.page-template-page-privatisation .paragraphe .colonne-2-3 img,
.page-template-page-privatisation .paragraphe .colonne-3-3 img{
	margin:0 !important;
}

.page-template-page-privatisation .paragraphe-2,
.page-template-page-privatisation .paragraphe-3{
	padding-bottom: 20px;
}

.page-template-page-privatisation .paragraphe-2 .colonnes .colonne-1-2,
.page-template-page-privatisation .paragraphe-3 .colonnes .colonne-1-2,
.page-template-page-privatisation .paragraphe-4 .colonnes .colonne-1-2{
	padding-right:15px;
}

.page-template-page-privatisation .paragraphe-2 .colonnes .colonne-2-2,
.page-template-page-privatisation .paragraphe-3 .colonnes .colonne-2-2,
.page-template-page-privatisation .paragraphe-4 .colonnes .colonne-2-2{
	padding-left:15px;
}

.page-template-page-privatisation .colonnes-partenaires{
	flex-direction:column;
}

.page-template-page-privatisation .colonnes-partenaires .titre-ligne-1{
	text-align:center;
	font-size: 2.0em;
	color:#000000;
	line-height:1.0em;
}

.page-template-page-privatisation .colonnes-partenaires .colonne-logos{
	width:100%;
}

.colonnes-partenaires a:hover img{
	opacity:0.7;
}

.page-template-page-privatisation .swiper-partenaires .swiper-wrapper{
	justify-content: center;
}

.page-template-page-privatisation .swiper-partenaires .swiper-wrapper img{
	max-height:65px;
	object-fit:contain;
	margin:auto;
}

/**** PAGE NOUS TROUVER CONTACT 2025 ***/

.page-template-page-contact .paragraphe .colonne{
	/* padding-bottom:0 */
}

.page-template-page-contact h2{
	text-transform: uppercase;
	font-size:2.0em;
}

.page-template-page-contact h3{
	text-transform: uppercase;
	font-size:1.3em;
}

.page-template-page-contact h4{
	text-transform: uppercase;
	font-size:1.2em;
	font-weight:700;
	margin-top: 15px;
}

.page-template-page-contact .bloc-coordonnees{
	background:var(--couleurbleu);
	padding:30px 30px 20px 30px;
	min-height:50vh;
	overflow:hidden;
}

.page-template-page-contact .bloc-carte{
	min-height:50vh;
	overflow:hidden;
}

.page-template-page-contact .bloc-carte img{
	width:100%;
	height: 100%;
	object-fit:cover;
}

.page-template-page-contact .colonnes{
	display: flex;
}

.page-template-page-contact .col-gauche,
.page-template-page-contact .colonnes .col-1,
.page-template-page-contact .colonnes .col-2,
.page-template-page-contact .col-droite{
	width: 50%;
	padding:0;
}

.page-template-page-contact .col-droite{
	display:flex;
	min-height:100vh;	
    flex-direction: column;
    justify-content: space-between;
}

.page-template-page-contact #paragraphe1{
	min-height:50vh;
}

.page-template-page-contact #fusion-div{
	background:var(--couleurlilas);
	min-height:50vh;
	display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-template-page-contact .col-gauche{
	background:#000000;
}

.page-template-page-contact .bloc-col-2 .col-1{
	padding-right:30px;
}

.page-template-page-contact .paragraphe-3 .colonne{
	padding-top:0;
}

.page-template-page-contact .mailpoet_submit:hover{
	color:var(--couleurlilas) !important;
	background:#000000 !important;
	border-color:#000000 !important;
}

.page-template-page-contact #paragraphe3{
	padding-bottom: 20px;
}

.page-template-page-contact #paragraphe2 img{
	max-width:200px;
	margin-bottom:0;
	margin-top:-15px;
	margin-right:-30px;
}

/* #endregion CORPS */

/* #region ARTICLES */

.liste-categories{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.vignette-article{	
	margin-bottom: 30px;
}

.vignette-article a{
	display: block;
	height: 100%;
	transition: all 0.1s ease 0s;
	background: #f1f1f1;
}

.vignette-article a .dashicons{
	transition: none;
}

.vignette-article a:hover{
	text-decoration: none;
	background: var(--couleurbleu);
	color: #fff;
}

.vignette-article a:hover .contenu .titre{
	color: #fff;
}

.vignette-article a:hover .categories .categorie{
	background: #fff;
	color: var(--couleurbleu);
}

.vignette-article .image .main-image{
	position: relative;
	overflow: hidden;
}

.vignette-article .image .main-image img{
	display: block;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.vignette-article a:hover .image .main-image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.vignette-article .contenu{
	padding: 15px;
}

.vignette-article .contenu .titre{
	font-family: var(--titleFont);
	font-size: 1.2em;
	line-height: 1.0em;
	margin-bottom: 15px;
	font-weight: 700;
}

.vignette-article .contenu .date{
    margin-bottom: 15px;
	font-size: 0.9em;
}

.vignette-article .categories{
	display: flex;
    flex-wrap: wrap;
	gap: 5px;
}

.vignette-article .categories .categorie{
	font-size: 0.8em;
	color: #fff;
	background: var(--couleurnoir);
	padding: 2px 10px;
}

.single-post .top-article{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 50px;
}

.single-post .top-article .date{
	color: var(--couleurbleu);
}

.single-post .top-article .categories a.btn{
	font-size: 0.9em;
	padding: 3px 15px;
}

.gallery-item a{
	display: block;
	border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.gallery-item a:hover{
	opacity: 0.8;
}

.gallery img{
	border: none !important;
	padding: 0 10px;
	border-radius: 10px;
}

.gallery .gallery-caption{
	font-size: 0.8em;
}

.galerie-photos{
	margin-top: 30px;
}

.galerie-photos a{
	display: block;
	margin-bottom: 30px;
}

.galerie-photos a:hover{
	opacity: 0.8;
}

#content ul.pagination{	
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	font-family:var(--titleFont);
	font-weight: 900;
	font-size: 1.2em;
}

#content ul.pagination a{
    transition: all 0.15s ease 0s;
}

#content ul.pagination a:hover{
	text-decoration: none;
	color: var(--couleurbleu);
}

#content ul.pagination .page-numbers{
	padding: 5px 10px;
}

#content ul.pagination .current{
	opacity:0.8;
}

/** BACKGROUND **/

.bg-noir{
	background: var(--couleurnoir);
	color:#ffffff;
}

.bg-blanc{
	/* background:var(--couleurblanc); */
}

.colonne.p-0 img{
	width:100%;
	height:100%;
	object-fit: cover;
}

.text-blanc{
	color:#ffffff;
}

.bg-jaune{
	background:var(--couleurlilas);
}

.bg-rose{
	background:var(--couleurbleu);
}

.bg-gris-clair{
	background:var(--couleurgrisclair);
}

.bg-gris{
	background:var(--couleurgris);
}

/* #endregion ARTICLES */

/* #region FOOTER */

footer{
	background: var(--couleurnoir);
	padding: 10px 30px 10px 17%;
	color: #fff;
	border-top:1px solid #ffffff;
}

footer .container-fluid{
	padding-left:30px;
}

footer a{
	color: #fff;
}

footer a:hover,
footer a:focus{
	opacity:0.8;
	color: #fff;
	text-decoration: none;
}

footer .bloc-copy{    
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
	align-items: center;
}

footer .bloc-copy img{
	max-width:120px;
}

footer #menu-pied-de-page{    			
	display: flex;
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}

footer #menu-pied-de-page li{
    display: inline-block;
	padding-left:10px;
	padding-right:10px;
	line-height:1.0em;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size:0.8em;
}

footer #menu-pied-de-page li+li{
	border-left:1px solid var(--couleurblanc);
}

/* #endregion FOOTER */

@media screen and (max-width: 1300px) {	
	.wpcf7-list-item-label{
		font-size:0.8em;
	}

}

/* #region TABLETTE */

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

@media screen and (max-width: 1180px) and (orientation: portrait) {
	header{
		position:sticky;
		height:auto;
		width:100%;
	}
	
	main{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#menu-principal{
		padding-top: 30px;
	}
	
	.reseaux-sociaux-mobile{
		display: flex;
		gap: 15px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding-top: 30px;
	}
	
	header .container .row{
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	header .navigation{
		display: none;
	}

	header .ouvrir-menu{
		display: block;
		padding-left:15px;
	}

	header .ouvrir-menu a{
		transition: all 0.2s ease 0s;
	}

	header .ouvrir-menu a:hover{		
		filter: drop-shadow(0 0 0.2rem #fff);
	}

	.main-menu-lateral{
		display: block;
		position: fixed;
		width: 100vw;
		height: 100vh;
		z-index: 1000;
		right: -100vw;
		background: #fff;
		transition: right 0.3s, transform 0.3s;
		overflow: scroll;
	}

	.main-menu-lateral.open{
		right: 0px;
	}

	.main-menu-lateral .fermer-menu{
		position: absolute;
		top: 50px;
		right: 50px;
		transition: all 0.2s ease 0s;
	}

	.main-menu-lateral .fermer-menu:hover{
		filter: drop-shadow(0 0 0.2rem #fff);
	}

	.menu-lateral{
		display: flex;
		top: 0px;
		width: 80%;
		height: 100%;
		margin: 0px auto;
		justify-content: center;
		align-content: center;
		flex-direction: column;
	}

	.menu-lateral a.logo{
		display: inline-block;
		margin: 0 auto 30px auto;
		max-width:150px;
	}

}

/* #endregion TABLETTE */

/* #region MOBILE */

@media screen and (max-width: 767px) {	
	h1,
	.titre-1{
		font-size: 1.7em;
		margin-bottom: 30px;
	}
	
	h2{
		font-size: 1.7em !important;
	}
			
	header .logo a{
		margin-top:0;
		margin-bottom:0;
	}
	
	header{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	header .logo a {
		max-width: 100px;
	}	

	.main-menu-lateral .fermer-menu{
		top: 30px;
		right: 15px;
		width: 30px;
		height: 30px;
		z-index: 11;
	}
	
	#menu-principal-1 ul.sub-menu,    
	#menu-principal ul.sub-menu{    
		position: absolute;
		top:30px;
		left:-25%;
		right:0;
		display: block;
		visibility: hidden;
		opacity: 0;
		z-index:5;
		transition: visibility 0s, opacity 0.2s linear, height 0.3s ease;   
		padding: 0px;
		list-style: none;
		height:0;
		text-align:center;
		width:150%;
	}

	.paragraphe .colonne {
		height:auto;
		min-height:0;
		padding: 30px 30px 20px 30px;
	}
		
	#instagram {
		padding-left: 20px;
		height: auto;
	}	
	
	
	/*** 2025 ***/
	
	.bloc-liens-btn{
		flex-direction: column;
		gap:0;
		padding-left:15%;
		padding-right: 15%;
	}
	
	.bloc-liens-btn img{
		max-width:100%;
	}
	
	.wrapper-diapo-home{
		height: auto;
	}
	
	.page-template-page-le-concept #content .entry-content .bloc-contenu p{
		font-size: unset;
	}
	
	
	/*** PROGRAMMATION 2025 ***/
	
	.page-template-page-programmation .col-gauche, 
	.page-template-page-programmation .col-droite,
	.bloc-newsletter{
		height:auto;
	}
	
	.bloc-events{
		min-height:0;
		height: calc(100vh - 100px);
	}
	
	.swiper-events .swiper-slide, 
	.swiper-events .swiper-slide .colonnes{
		height:auto;
	}
	
	.page-template-page-programmation .colonnes{
		flex-direction: column-reverse;
	}
	
	.colonnes-partenaires {
		flex-direction: column;
	}
	
	.page-template-page-programmation .colonnes .bloc-events .colonnes{
		flex-direction: column;
	}
	
	.page-template-page-programmation .col-gauche{
		flex-direction: column-reverse;
		display:flex;
	}
	
	.bloc-newsletter{
		flex-direction: column-reverse;
		height: calc(100vh - 100px);
	}	
	
	.page-template-page-programmation .col-gauche, .page-template-page-programmation .colonne-gauche, 
	.bloc-newsletter .bloc-image,
	.bloc-newsletter .bloc-contenu,
	.page-template-page-programmation .colonne-droite, 
	.page-template-page-programmation .col-droite {
		width: 100%;
	}
	
	.page-template-page-programmation .colonnes .bloc-events .colonnes{
		height: calc(100vh - 80px);
	}
	
	.page-template-page-programmation .bloc-events .colonne-gauche,
	.bloc-newsletter .bloc-image,
	.bloc-newsletter .bloc-contenu,
	.page-template-page-programmation .bloc-events .colonne-droite{
		height:calc(50vh - 50px);
	}	
	
	.bloc-newsletter .bloc-image img{
		width:100%;
	}
	
	.bloc-newsletter .bloc-contenu{
		padding-top: 30px;
		justify-content: center;
	}
	
	.page-template-page-programmation .swiper-horizontal>.swiper-pagination-bullets, .page-template-page-programmation .swiper-pagination-bullets.swiper-pagination-horizontal{
		width:100%;
	}
	
	.page-template-page-programmation .swiper-club .swiper-horizontal>.swiper-pagination-bullets, .page-template-page-programmation .swiper-culture .swiper-horizontal>.swiper-pagination-bullets, .page-template-page-programmation .swiper-culture .swiper-pagination-bullets.swiper-pagination-horizontal, .page-template-page-programmation .swiper-club .swiper-pagination-bullets.swiper-pagination-horizontal {
		width: 100%;
	}
	
	.tab-pane{
		padding-bottom: 90px;
	}
	
	.tab-pane .btn {
		right: 0px;
		left: 0;
	}
	
	.swiper-events,.swiper-club, .swiper-culture{
		padding-bottom:60px;
	}
	
	.swiper-events .swiper-button-prev{
		left:10px;
		right:auto;
	}
	
	.swiper-club .swiper-button-next, .swiper-culture .swiper-button-next{
		right:10px;
		left:auto;
	}
	
	ul#pills-tab {
		justify-content: flex-start;
		margin-bottom: 30px;
	}
	
	#pills-tabContent{
		height: auto;
	}
	
	.colonnes-partenaires{
		padding-bottom: 60px;
		padding-top: 60px;
		font-size: 1.0em;
	}
	
	.colonnes-partenaires>div {
		width: 100%;        
		text-align: center;
		justify-content: center;
	}
	
	.colonnes-partenaires .titre-ligne-1{
		font-size: 0.95em;
	}
	
	.colonnes-partenaires .titre-ligne-2{
		font-size: 1.5em;
	}
	
	.colonnes-partenaires .titre-ligne-2{
		line-height: 1.5em;
	}
	
	/*** CONCEPT ***/
	
	.page-template-page-le-concept .bloc-contenu h1{
		font-size: 8.0em;
	}
	
	.page-template-page-le-concept .paragraphe-1 .colonne-1-2{
		padding:30px;
	}
	

	.page-template-page-le-concept .paragraphe-1 .colonne-2-2{
		padding: 0px 30px 35px 30px;
	}
	
	
	/*** PRIVATISATION ***/
	
	.bloc-privatisation, .bloc-sur-mesure{
		height: auto;
		height: calc(100vh - 100px);
	}
	
	.page-template-page-privatisation .entry-content>.colonnes{
		flex-direction: column-reverse;
	}
	
	.page-template-page-privatisation .colonnes, 
	.bloc-sur-mesure{
		flex-direction: column;
	}
	
	.bloc-sur-mesure{	
		justify-content: space-between;
	}
	
	.bloc-privatisation{
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	
	.page-template-page-privatisation .colonnes .col-1, 
	.page-template-page-privatisation .colonnes .col-gauche, 
	.page-template-page-privatisation .colonnes .col-droite, 
	.page-template-page-privatisation .colonnes .col-2{
		width:100%;
	}
	
	.page-template-page-privatisation .colonnes .col-1,  
	.page-template-page-privatisation .colonnes .col-2{
		height:calc(50vh - 50px);
	}
	
	
	.page-template-page-privatisation .paragraphe .colonne-2-3{
		border:none;
	}
	
	.page-template-page-privatisation .colonnes-partenaires .titre-ligne-1{
		font-size: 1.7em;
		margin-bottom: 30px;
	}
	
	.page-template-page-privatisation .paragraphe-2 .colonnes .colonne-1-2, .page-template-page-privatisation .paragraphe-3 .colonnes .colonne-1-2, .page-template-page-privatisation .paragraphe-4 .colonnes .colonne-1-2{
		padding-right:0;
	}
	
	.page-template-page-privatisation .paragraphe-2 .colonnes .colonne-2-2, .page-template-page-privatisation .paragraphe-3 .colonnes .colonne-2-2, .page-template-page-privatisation .paragraphe-4 .colonnes .colonne-2-2{
		padding-left:0;
	}
	
	.page-template-page-privatisation .swiper-partenaires .swiper-wrapper img{
		max-height: 50px;
	}
	
	/*** GALERIES PHOTOS ***/
	
	.gallery.gallery-columns-6 .gallery-item{
		width: 33% !important;
	}
	
	/*** CONTACT 2025 ***/
	
	.page-template-page-contact .bloc-coordonnees,.page-template-page-contact .bloc-carte{
		height: auto;
		min-height:0;
	}
	
	.page-template-page-contact .colonnes{
		flex-direction: column;
	}
	
	.page-template-page-contact .col-gauche, .page-template-page-contact .colonnes .col-1, .page-template-page-contact .colonnes .col-2, .page-template-page-contact .col-droite{
		width:100%;
	}
	
	.page-template-page-contact .paragraphe-2 .colonnes{
		flex-direction: column-reverse;
	}
	
	.page-template-page-contact .paragraphe-2 .colonne-2-2{
		padding:0;
	}
	
	.page-template-page-contact #paragraphe1 .colonne{
		padding-bottom: 30px;
	}
	
	.page-template-page-contact .paragraphe-3{
		text-align:center;
	}
	
	.page-template-page-contact #fusion-div,
	.page-template-page-contact #paragraphe1,
	.page-template-page-contact .col-droite{
		height:auto;
		min-height:auto;
	}
	
	.page-template-page-contact #paragraphe3 h4{
		font-size:0.85em;
	}
	
	.page-template-page-contact #paragraphe3 img.wp-image-2423{
		max-width:120px;
	}
	
	.page-template-page-contact #fusion-div #paragraphe2 .colonne-1-2{
		padding-bottom: 20px;
	}
	
	.page-template-page-contact #paragraphe2 img{
		max-width:250px;
		margin:0;
	}
	
	footer{
		padding-left:20px;
	}
	
	footer .container-fluid{
		padding-left:0;
	}
	
	footer .bloc-menu{
		text-align:center;
	}
	
	footer #menu-pied-de-page {
		display: flex;
		padding-left: 0px;
		margin-bottom: 0px;
		list-style: none;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	
	footer #menu-pied-de-page li+li{
		border:none;
	}
	
	footer .bloc-copy{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	
	footer .bloc-copy img{
		margin-top: 15px;
		margin-bottom: 10px;
	}

}

/* #endregion MOBILE */