@font-face {
  font-family: 'ClashDisplay-Semibold';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
       url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}




section.slide::after{
content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  z-index: 999;
}

section#INTRO::after,
section#PRESENTATION::after, section#PRESENTATION2::after, section#PRESENTATION3::after{
  background: linear-gradient(0deg,rgba(250, 40, 205, 0.01) 0%, rgba(250, 40, 205, 0.85) 40%, rgba(250, 40, 205, 0.95) 100%);
}









#aaaaaanavwrap{ /* autre solution */
  backdrop-filter: blur(5px);
}
#aaaaaanavwrap::before{ /* autre solution */
content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 30px);
  margin-top:-15px;
    filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, .05);
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%);
}

#xxxxxxnavwrap::before{ /* autre solution */
content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 30px);
  margin-top:-15px;
  backdrop-filter: blur(5px);
     filter: blur(5px);
  background: rgba(0, 0, 0, .05);
  /*background: rgba(250, 40, 205, .5);*/
}

#xxxxxnavwrap::after {  /* autre solution */
content: ' ';
  position: absolute;
  left: -100px;
  top: 0;
  width: calc(100% + 200px);
  height: 10px;
  backdrop-filter: blur(5px);
}









.categories-list { /* Cf blog  */
color: #482683;
  border-top: 1px solid rgba(72, 38, 131, 0.25);
  border-bottom: 1px solid rgba(72, 38, 131, 0.25);
  background: #fff;
  position: relative;
  margin-top: 30px;
    animation-name: myAnimation;
  animation-duration: .8s;
}
.categories-list div {
background: #fff;
  position: relative;
  border-top: 1px solid rgba(72, 38, 131, 0.25);
  border-bottom: 1px solid rgba(72, 38, 131, 0.25);
  transition: .5s;
}
.categories-list div a {
  padding: 60px 25% 60px 25%;
  position: relative;
  display:block;
  width:100%;
}

.blog {
  animation-name: myAnimation;
  animation-duration: .8s;

}
@keyframes myAnimation {
    from {
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        opacity:.2
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity:1
    }
}






 /* pour résoudre pb de z-index */
.popupShown #navwrap,
.popupShown #footerwrap{
 /*  z-index: 0!important;*/
  opacity:0!important;
  transition: .5s;
}
#navwrap,
#footerwrap{
  opacity:1!important;
  transition: .2s!important;
}





.carte {
border:1px solid #482683;
  padding:15px;
  border-radius:15px;
  height: 100%;
}

.carte p {
  font-size: 18px !important;
  line-height: 1.45;
  padding-top: 30px;
  text-indent: 0;
}

.carte footer{
font-size:12px!important;
  line-height: 1.1;
    text-indent: 0;
  letter-spacing: 0.1rem;
}
.carte p::before{
left: 0px;
}

.carte footer::before {

}



#xxxxxfooterwrap,
#xxxxnavwrap {
-webkit-backdrop-filter: blur(9999999999999px);
backdrop-filter: blur(9999999999999px);
}



#xxxxxfooterwrap {
  background: linear-gradient(180deg,rgba(72, 38, 131, 0) 0%, rgba(72, 38, 131, 0.4) 100%);
}
#xxxxxxnavwrap {
  background: linear-gradient(0deg,rgba(72, 38, 131, 0) 0%, rgba(72, 38, 131, 0.4) 100%);
}




/* Articles -- nott pour les articles de la PRESSE */

.item-page .wrap-item-page {
background: linear-gradient(0deg, #d357fe,#fa28cd);
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 120px 15px;
}

.item-page .page-header h2 {
font-size: 42px;
  margin-top: 60px;
}
.item-page .item-image  {
height: 300px;
  width: 300px;
  border-radius: 150px;
  overflow: hidden;
  margin: 90px auto !important;
}
.item-page .item-image img {
width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: initial!important;
}



/* PRESSE -- styles à trier */

.PRESSE .category-name {
margin-bottom: 10px;
  color: #482683;
  text-transform: uppercase;
  font-weight: 600;
}
.PRESSE.item-page .category-name {
  color: #fff;
}

.el-press-extrait {

}
.el-press-extrait p{
text-indent: 40px;
position: relative;
  font-size: 22px;
  line-height: 1.6363636364;
  font-weight: 300;
  font-family: "ClashDisplay-Semibold", sans-serif !important;
  font-style: normal;
  letter-spacing: 0.15rem;
}
.el-press-extrait p::before {
content: '\201C';
position: absolute;
left: -40px;
top: -5px;
font-size: 175%;
font-weight: 900;
font-family: Georgia, "Times New Roman", serif;
}


.el-press {
margin-top: 90px;
  border: 1px solid #fff;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
}
.el-press *{
color:#482683!important;
}


.el-press h2,
.el-press h3,
.el-press h4{
margin-top: 30px;
margin-bottom: 30px;
  font-size: 35px;
}
.el-press img{
margin-bottom: 30px;
}
.el-press p img{
margin-bottom: 0;
}

 
.custom-listePRESSEbt-wrap{
margin-top:10px;
}
.listePRESSEbt {
cursor: pointer;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
padding: 0 8px;
}
  
#listePRESSEcat {
display: none;
z-index: 999999999;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  margin: 0 15px;
  box-shadow: 0 0 30px 0 rgba(72, 38, 131, 0.25) !important;
}
#listePRESSEcat li {
display: inline-block;
}
#listePRESSEcat li a {
padding: 10px;
  color:#482683;
}
  
  
.listePRESSEcatVISIBLE {
  display:block!important;
}



.popup .close:not(.button) {
  top: 120px;
}



#allwrap {

}

.blogxxxx {
  animation: fromBottom 300ms ease-in;

}

.row-0xxxxxx {
  animation: fadeIn 300ms ease-in;
  -webkit-animation-delay:100ms;
  animation-delay:0ms;
}
.row-1xxxx {
  animation: fadeIn 300ms ease-in;
  -webkit-animation-delay:410ms;
  animation-delay:410ms;
}



.pagination{
background: #fff;
  padding: 60px 15px;
  border-top: 1px solid rgba(72, 38, 131, 0.25);
  border-bottom: 1px solid rgba(72, 38, 131, 0.25);
}



.fade-6 .content {
  background: linear-gradient(0deg,rgba(211, 87, 254, 0.65) 0%, rgba(250, 40, 205, 0.95) 100%);
}







.tags {
display: none !important;
}


#navwrap {
  z-index: 999;
}
#allwrap {
/* z-index: 99; */
}

#footerwrap {
  z-index: 99;
}


.popup{
  z-index: 99999999999;
}

.blog {
/* z-index: 100; */
  position: relative;
  margin-top:30px;
}
.ACCUEIL.blog {
margin-top: -6px!important;
}


#xxxxxxxxallwrap .blog ~ #xxxxxxxxfooterwrap {
border: #FFF 11px dotted!important;
}







#xxxxxxxxfooterwrap {
  z-index: 99;
  position: fixed;
  width: 100%;
  bottom: 0;
}
#xxxxxxxsidebar,
#xxxxxsidebar-2 {
  z-index: 100;
  position:relative;
}

.xxxxxxxitem-page {
  z-index: 98;
  position: relative;
}







.fields-container {
margin-bottom:0;
}


@media (min-width: 720px) {

.fields-container:after {
    content: '';
    display: block;
    clear: both;
}
.field-entry {
  margin-right: 3%;
  float: left;
}
.c-top,
.c-titre,
.c-lieu{
  width: 100%;
}
.c-infos,
.c-ticket,
.c-lien-vers-programme{
  width: 30%;
}

}






.article-detailsxxxxx .article-info + .fields-container{
padding-bottom: 30px;
	text-align:center;
}
@media (min-width: 768px) {
.article-detailsxxxx .article-info + .fields-container{
width: 50%;
margin:auto;
}
}	
	
@media (min-width: 992px){	
.article-detailsxxxxx .article-info + .fields-container{
width: 33%;
}
}

.blogxxxxxx .article-body + .fields-container {
display:none;
}


.c-top{
font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.c-date,
.c-titre,
.c-lieu{
  font-size: 1.5em;
  font-family: "ClashDisplay-Semibold", sans-serif !important;
  font-style: normal;
  letter-spacing: 0.15rem;
  font-weight: 400;
  line-height: 1;
}
.c-lieu{

}
.c-datexxxxxxxxxxxxxxx{
font-weight: 900;
text-transform: uppercase;
font-size: 0.95rem;
padding-top: 5px;
font-feature-settings: "lnum";
	margin-bottom: 30px;
}

.blog .c-date {
display:none;
}

.c-infos a,
.c-ticket a,
.c-lien-vers-programme a
{
font-size: 14px;
font-weight: 600;
display: block;
	color: #000;
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-top: 20px;
	border: 1px solid #000;
border-radius: 25px;
padding: 10px 15px;
  text-decoration: none;
}
.c-infos a:hover,
.c-ticket a:hover,
.c-lien-vers-programme a:hover
{
opacity:1!important;
box-shadow: 0 6px 7px 0 rgba(0,0,0,.15),0 0 5px 0 rgba(0,0,0,.1);
  -webkit-transform: translateY(-2px) !important;
  transform: translateY(-2px) !important;
  
  
}
.c-infos a,
.c-ticket a{
	background: #fff;
  text-align: left;
}

#ACTUALITE .c-infos a,
#ACTUALITE .c-ticket a{
	border: 1px solid #fff;
}

.c-lien-vers-programme a{
	background: #000;
color: #fff;
}


.c-ticket a:before,
.c-structurexxxx a:before,
.c-infos a:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
	padding-right:10px;
}




.c-infos a:before {
content: '\f05a';
}
.c-structurexxxxxx a:before {
content: '\f3c5';
}
.c-ticket a:before {
content: '\f3ff';
}
.c-lien-vers-programme a:before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
	padding-right:10px;
	content: '\f0a9';
}

.c-description{
padding-top: 10px;
  display: block;
  clear: both;
}
.c-sous-titre {
font-size: 1rem;
font-weight: 600;
}
.c-type{
text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: 900;
  opacity: .4;
  float: none !important;
  margin-right: 0;
  width: 3%;
  height: 100%;
  letter-spacing: 0.15rem;
}

.c-type .field-value{
-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
    display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 30px;

}

.label-archive{
position: absolute;
right: 30px;
top: 30px;
background: #f0f0f0;
padding: 5px 10px 3px 10px;
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
	border-radius: 10px;
	z-index: 2;
}


.label-cd{
background: #FFF;
padding: 10px;
text-transform: uppercase;
font-size: 9px;
font-weight: 600;
width: 80px;
height: 80px;
color: #000;
line-height: 12px;
border-radius: 40px;
text-align: center;
display: table;
position: absolute;
bottom: 60px;
right: -40px;
}
.article-details .label-cd{
/*  left: 60px;
  top: 60px;*/
}
.label-cd div{
display: table-cell;
vertical-align: middle;
}


.label-diapasondor {
background-image: url(/images/cds/diapasondor.png);
height: 100px;
width: 100px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: -50px;
left: -50px;
  }
.label-diapasondor div {
display:none;
  }





#myclosebtn {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
#myclosebtn:hover {
cursor: pointer;
  opacity: .8;
}


@media (max-width: 1280px) {

    .sidr {
background: rgba(250, 40, 205, 1);!important;
  }
  
  div#topmenu.navbar ul.nav {
 text-align: center !important;
width: 320px;
margin: auto;
  }
  div#topmenu.navbar .Reseaux-Sociaux ul.nav li,
  div#topmenu.navbar ul.lang-inline li{
  display: inline-block!important;
  text-align: center !important;
  }
    div#topmenu.navbar ul.lang-inline{
  padding-right:20px!important;
  }
  div#topmenu.navbar ul.lang-inline li a{
  padding:2px!important;
  }
    div#topmenu .menu{
  margin-top:30px!important;
      font-weight:900;
      letter-spacing: 0.15rem;
  }
  div#topmenu .moduletable{
  margin-top:50px!important;
  }
}






.in-offcanvas {
display: none;
}
@media (max-width: 1280px) {
.out-offcanvas {
display: none;
}
.in-offcanvas {
display: block;
}
}




@media (max-width: 1280px) {
  #footerwrap {
    display: none!important;
  }
}





#xxxxxxfooter{
padding-top: 0;
  padding-bottom: 0;
  }


#footerflex {
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
 }
#xxxxxxxxfooterflex {
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
 }


@media (max-width: 1280px) {
  #xxxxxxxxfooterflex {
display: block;
   }
#xxxxxxfooterflex .Reseaux-Sociaux {
  float:left;
  margin-right: 15px;
}
#allwrapxxxxxxxxx {
  margin-bottom: 90px;
}
}


@media (max-width: 720px) {
#footerflex {
display: block !important;
    width: 100%;
}
#footerflex .moduletable{
display: block !important;
    width: 100%;
} 
#footerflex .Reseaux-Sociaux,
#footerflex .Choix-Langue{

}
#footerflex .Reseaux-Sociaux{

}
#footerflex .Choix-Langue{
  display:none;
}
}


@media (max-width: 720px) {
#xxxxxfooterflex {
display: flex;
flex-flow: row wrap;
text-align: center;
}
#xxxxfooterflex .moduletable{
flex: 1 100%;
display: block;
} 
#xxxxfooterflex .Reseaux-Sociaux,
#xxxxfooterflex .Choix-Langue{
flex: 1 0 0;
display: block;
}
#xxxxfooterflex .Reseaux-Sociaux{
text-align:right;
}
#xxxxfooterflex .Choix-Langue{
text-align:left;
}
}


.xxReseaux-Sociaux,
.xxChoix-Langue{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
 }



#xxxfooter .nav,
#xxxfooter .gadgets{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}



#footer .nav li{
display: inline;
}
#footer .nav a,
#footer .nav span{
padding: 5px 8px;
  line-height: 1.1;
  display: inline-block;
}
#footer .nav a:hover,
#footer .nav span:hover{
opacity: .8;
}


#footer .moduletable.Reseaux-Sociaux{
padding: 0 5px;
}
#footer .Reseaux-Sociaux .nav a{
padding: 5px 10px;
}




.button {
  color: #fff !important;
  text-decoration: none;
}
.button:hover {
text-decoration: none;
}

input.xxxsearch-query{
  width: 20px;
  overflow: hidden;
  border: rgba(250, 40, 205, 1) !important;
  background: rgba(250, 40, 205, 1);
      transition: .5s;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;  
}
input.xxxsearch-query:hover,
input.xxxsearch-query:focus{
  width: 150px;
    background: #fff;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.recherche .xxxxxxfinder label {
  display: none;
}



.recherche .form-search {
  background: #fff;
  border-radius: 32px;
  padding: 10px;
  border: 1px solid #000;
  min-height:64px;
}
.recherche .form-search input,
.recherche .form-search input:hover,
.recherche .form-search input:focus{
  background: #fff;
  border-radius: 0;
  padding: 10px;
  border: none;
  width: 90%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.recherche .form-search button,
.recherche .form-search button:hover,
.recherche .form-search button:focus{
  background: #fff;
  border-radius: 0;
  padding: 10px;
  border: none;
  width: 9%;
  -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.recherche .form-search label {
  display: none;
}



.wrap-newsletter {
  background: #fff;
  border-radius: 32px;
  padding: 10px;
  border: 1px solid #000;
}
.wrap-newsletter iframe {
min-height:350px;
}


div.mod-languages ul {
padding: 0 5px;
}
div.mod-languages li {
  margin-left: 1px;
  margin-right: 1px;
}


.white a:link, .white a:visited, .white a:hover, .white a:active {
  color: #202020!important;
}
.white a.button:link, .white a.button:visited, .white a.button:hover, .white a.button:active {
  color: #fff !important;
}

#INTRO{
background: -webkit-linear-gradient(0deg, #d357fe,#fa28cd);
background: linear-gradient(0deg, #d357fe,#fa28cd);                                            
}
#PRESENTATION,
#PRESENTATION2,
#PRESENTATION3,
#POPUP-PRESENTATION{
background: -webkit-linear-gradient(0deg, #d357fe,#fa28cd);
background: linear-gradient(0deg, #d357fe,#fa28cd);                                            
} 
#ACTUALITE{
background: -webkit-linear-gradient(0deg, #d357fe,#fa28cd);
background: linear-gradient(0deg, #d357fe,#fa28cd); 
}
#CITATION{
background: -webkit-linear-gradient(180deg, #f39ed9,#868adc);
background: linear-gradient(180deg, #f39ed9,#868adc);   
} 
#PROGRAMME,
#POPUP-PROGRAMME{
background: -webkit-linear-gradient(0deg, #d357fe,#fa28cd);
background: linear-gradient(0deg, #d357fe,#fa28cd); 
}
#DISTRIBUTION,
#POPUP-DISTRIBUTION{
background: -webkit-linear-gradient(0deg, #d357fe,#fa28cd);
background: linear-gradient(0deg, #d357fe,#fa28cd); 
} 
#PHOTOS{
background: -webkit-linear-gradient(0deg, #222333,#907578);
background: linear-gradient(0deg, #222333,#907578);                                                                                
}
#VIDEOS{
background: -webkit-linear-gradient(0deg, #222333,#907578);
background: linear-gradient(0deg, #222333,#907578);                                                                                
}
#PRESSE{
background: -webkit-linear-gradient(180deg, #f39ed9,#868adc);
background: linear-gradient(180deg, #f39ed9,#868adc);                                                                              
}
#ALBUM{
background: -webkit-linear-gradient(180deg, #f39ed9,#868adc);
background: linear-gradient(180deg, #f39ed9,#868adc);                                                                              
}
#INFORMATIONS,
#INFORMATIONS2{
background: -webkit-linear-gradient(180deg, #f39ed9,#868adc);
background: linear-gradient(180deg, #f39ed9,#868adc);                                                                              
}


body{
font-family: "Outfit", sans-serif!important;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
.slides{
  background: rgba(250, 40, 205, 1); 
}

.xxxxxxxno-absolute{
  position:relative!important;
  
}
.xxxxxxxno-fixed{
  position:relative!important;
  
}

.xxxxxxxxslide {
top: 0;
}
.xxxxslide *,
.xxxxpopup *{
color:#fff;
}

.slide.top {
  top:0;
  left:0;
}



h1, h2, h3, h4, h5, blockquote {
font-family: "ClashDisplay-Semibold", sans-serif!important;
font-style: normal;
letter-spacing: 0.15rem;
}
h6{
font-size: 20px;
font-weight: 500;
letter-spacing: 0.15rem;
text-transform: uppercase;
}
.background strong {
position:absolute;
bottom:0;
right:0;
font-weight:300;
padding:60px;
text-align:right;
}
	







.icons img {
height: 70px;
margin-right: 15px;
}

blockquote {
padding-left: 0;
border-left: 0;
}
blockquote p,
blockquote footer{
text-indent: 40px;
position: relative;
}
blockquote p::before {
content: '\201C';
position: absolute;
left: -40px;
top: -5px;
font-size: 175%;
font-weight: 900;
font-family: Georgia, "Times New Roman", serif;
}
blockquote footer {
font-size:80%;
margin-top:-15px;
}
blockquote footer::before {
content: '\2014';
padding-right: 8px;
font-family: Georgia, "Times New Roman", serif;
}
blockquote footer a::before {
content: "\f0a9";
font-weight: 900;
font-family: "Font Awesome 5 Free";
padding-right: 8px;
}


.INTRO-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 300px;
width: 300px;
border-radius: 150px;
margin: auto;
}

.INTRO-image-CD {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 300px;
width: 300px;
border-radius: 10px;
margin: auto;
  position: relative;
}



.INTRO-exergue{
margin-top:50px;
}

#PHOTOS img{
margin-top:8px;
margin-bottom:8px;
}
#VIDEOS img{
margin-top:8px;
margin-bottom:8px;
}
#INFORMATIONS .partenaires,
.INFORMATIONS .partenaires{
background: #fff;
padding:10px;   
border-radius:6px;
}

.bt-popup:not(.button) {
  cursor: pointer;
  font-size: 0;
  opacity: .5;
  transition: .25s;
}
.bt-popup:not(.button) svg {
  width: 30px;
  height: 30px;
  fill: #fff;
	rotate: 45deg;
}
.bt-popup:not(.button):hover{
	opacity:1;
}




#logo h2,
#logo h3{
	display:none;
}
.logo-image{
	width:200px;
}






.blog {
  color: #482683;
   border-top: 1px solid rgba(72, 38, 131, 0.25);
   border-bottom: 1px solid rgba(72, 38, 131, 0.25);
background: #fff;
}
.button {
background: #482683;
}





.blog .item {
  background: #fff;
  position: relative;
padding: 60px 25% 60px 25%;
  position: relative;
 border-top: 1px solid rgba(72, 38, 131, 0.25);
   border-bottom: 1px solid rgba(72, 38, 131, 0.25);
  transition: .5s;
  min-height: 210px;
}
.blog .item:hover {
  box-shadow: 0 0 30px 0 rgba(72, 38, 131, 0.15) !important;
  z-index:999;
}


.blog .item-image{
height:150px;
  width:150px;
  border-radius:75px;
  overflow: hidden;
position: absolute;
  top: 15px;
  left: calc(12% - 75px);
  
}
.blog .item-image img{
min-height: 100%;
  object-fit: cover;
  }

.blog.DISCOGRAPHIE .item-image{
  border-radius:8px!important;
  
}


.blog .readmore {
  margin-bottom: 0;
 }
.blog .readmore a{
display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
  overflow: hidden;
  position: absolute;
  top: 60px;
 right: calc(15% - 30px);
  margin: 15px 0;
 }
 .blog .readmore .button:hover {
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
     -webkit-transform: translateX(5px) !important;
  transform: translateX(5px) !important;
}
.blog .readmore .icon-chevron-right,
.blog .readmore .lire-suite{
display: none;
 }
.blog .readmore .sideArrow {
  margin-right: -5px;
}




@media (max-width: 960px) {
.blog .item {
  padding: 35px 25% 35px 25%;
  min-height: 160px;
  border-bottom: 2px solid #ededed;
}
.blog .item-image {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  left: calc(15% - 50px);
}
.blog .readmore a {
    right: calc(15% - 45px);
  top: 35px;
}

}

@media (max-width: 620px) {
.blog .item {
padding: 190px 30px 100px 30px;
    text-align: center;
}
  
.blog .item-image {
    left: calc(50% - 50px);
  top: 50px;
  }
.blog .readmore a {
    bottom: 5px;
    top: auto;
    right: 30px;
  }
  
}









.panel svg {
  max-width: none;
}



.pink {
  background: linear-gradient(180deg,rgba(211, 87, 254, 1) 0%, rgba(250, 40, 205, 1) 100%)!important; 
}
.pink2 {
  background: linear-gradient(0deg,rgba(211, 87, 254, 1) 0%, rgba(250, 40, 205, 1) 100%)!important; 
}

.black {
background: linear-gradient(180deg,rgb(72, 38, 131) 0%, rgb(34, 34, 34) 100%) !important;
}




/*  jlcontentfieldsfilter , topmenu ,  SOUS-MENU
================================================== */



.jlcontentfieldsfilter {
}
.jlmf-label{
display: none !important;
}
.jlmf-linkREPRIS {
border: 0 !important;
  background: transparent;
  cursor: pointer;
  margin-right: 5px;
}

.jlmf-linkREPRIS:before {
 content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
	color: #fff;	
}

.xxxxxxxjlmf-section + .jlmf-section{
margin-top:30px;
}

.jlmf-section {
  text-align: right;
}

.jlmf-section div{
display: inline-block;
}



.jlmf-section:last-child{
display:none;
}


.jlmf-section div .jlmf-link{
display: none !important;
}


.jlmf-list-2 .jlmf-radio,
.jlmf-list-99 .jlmf-radio,
.jlmf-list-2 .jlmf-checkbox,
.jlmf-list-99 .jlmf-checkbox{
    display: none;

}
.jlmf-sublabel {
padding: 5px 8px;
  line-height: 1.1;
}


#navsousmenu {
text-align: right;
}



.SOUS-MENU {
 display: block;
  text-align: right; 
}
.SOUS-MENU li {
 display: inline-block;
}
.SOUS-MENU li a{
padding: 5px 8px;
font-size: 14px;
font-weight: normal;
line-height: 1.1;
   display: block;
   text-align: right; 
}









.jlmf-sublabel,
.SOUS-MENU li a,
#topmenu li a{
	position: relative;
}


.jlmf-sublabel::after,
.SOUS-MENU li a::after,
#topmenu li a::after{
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%) scaleX(0);
		transform-origin: 50% 50%;
		width: calc(100% - 16px);
		height: 1px;
		background-color: rgba(255,255,255,0.8);
		transition: transform 250ms;
}

#topmenu .sidr li a::after {
	display:none!important;
}

.jlmf-sublabel:hover,
.SOUS-MENU li a:hover,
#topmenu li a:hover {
cursor: pointer;	
  transition: .15s;
  opacity: .8;
}


[checked="checked"] + .jlmf-sublabel,
.SOUS-MENU li.active a,
#topmenu li.active a
 {
opacity: .5;		

	}





.jlmf-sublabel:hover::after,
.SOUS-MENU li a:hover::after,
#topmenu li a:hover::after,
[checked="checked"] + .jlmf-sublabel::after,
.SOUS-MENU li.active a::after,
#topmenu li.active a::after {

			transform: translateX(-50%) scaleX(1);
		}









ul.partenaire {
	padding:0;	
	margin:0;
}	

.partenaire li {
padding: 2px;
width: 50%!important;
list-style: none;
float: left;
}
@media (min-width: 768px) {
.partenaire li {
width: 33%!important;
}
}
.partenaire span {	
width: 100%;
height: 200px;
background-color: #fff;
display: block;
position: relative!important;
margin-bottom: 5px;
border-radius: 10px;
}
.partenaire span img{
    max-height: 140px;
	max-width: 65%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.partenaire a,
.partenaire *
{
color:#222;
}
ul.partenaire:after {
content: " ";
clear: both;
display: block;
height: 1px;
width: 100%;
}





#search-form {
margin-top: 60px;
  margin-bottom: 30px;
  text-align:center;
}

#search-results {
margin: 30px;
}


.search-pagination{
margin-top: 60px!important;
}
.pagination ul > li > a, .pagination ul > li > span {
background-color: unset!important;
  border:0 solid #fff!important;
  font-weight:600;
}
.pagination ul > li > span {
opacity:.5;
}



.result-title  {
font-size: 24px;
  margin-bottom: 30px;
}

.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
border-bottom: 1px solid #fff;
padding: 60px 10px;
}

.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
background-color: unset!important;
}

.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
background-color: unset!important;
}
