*{
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:top;
}
a img,fieldset{
  border:0;
}
.label,a *{
  cursor:pointer;
}
ol{
  list-style-position:inside;
}
ul{
  list-style:none;
}
ul li,
.clearfix{
  zoom:1;
}
.clearfix{
  height:1%;
}
.clearfix:after{
  display:block;
  content:"";
  clear:both;
  visibility:hidden;
  overflow:hidden;
}
textarea,
input{
/*font:12px Arial, Helvetica, sans-serif;*/
  font-family: 'Mukta', sans-serif;
  font-size: 13px;
  line-height: 15px;
}
b {
  font-weight: 600;
}
sup{
  vertical-align:top;
}
object:active, div:active{
  outline: none;
}
a:focus, object:focus, div:focus{
  outline: none; -moz-outline-style: none;
}
html, body{
  /*font:12px Arial, Helvetica, sans-serif;*/
  font-family: 'Mukta', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  background:#170B66;
  color:#656565;
}
.margintop{
  margin-top: 4px;
}
/* SITE */
#site{
  background:url(/style/commun/skins/default/fond_bas.webp) no-repeat center bottom;
}
#site .decor{
  background:url(/style/commun/skins/default/fond_haut.webp) no-repeat center top;
}
/* SUR-BANDEAU */
#surbandeau{
  position:relative;
  height:34px;
  width:980px;
  margin:0 auto;
}
#surbandeau .col2{
  float:right;
  overflow:hidden;
  zoom:1;
}
#surbandeau li{
  float:left;
  height:34px;
}
/* BANDEAU */
#bandeau{
  width:980px;
  margin:0 auto;
  padding-bottom: 5px;
}
#bandeau .bandeau{
  padding:23px 0 0 15px;
  height:90px;
  overflow:hidden;
  zoom:1;
}
#bandeau .bandeau h1{
  float:left;
}
#bandeau .bandeau .jouer{
  position:relative;
  float:right;
  width:280px;
  z-index:1;
}
#bandeau .bandeau .jouer .visuel{
  position:absolute;
  top:0;
  right:0;
}
#bandeau .bandeau .jouer .bouton{
  position:absolute;
  top:22px;
  left:0;
}
#bandeau .menu{
  backdrop-filter: blur(2px);
  padding:0 5px;
}
#bandeau .menu ul{
  float:left;
  overflow:hidden;
  zoom:1;
}
#bandeau .menu ul li{
  float:left;
  margin-right:2px;
}

#bandeau .menu ul li a.menu-item {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  text-align: center;
}
#bandeau .menu ul li a.menu-item-on, #bandeau .menu ul li a.menu-item:hover {
  background: #fff;
  color: #170B66;
  border-radius: 20px;
  transition: all 0.3s ease;
}

#bandeau .menu ul li a span.home {
  background:url(/style/commun/skins/default/home.png) no-repeat center center;
  display:inline-block;
  width:33px;
  height:30px;
}
#bandeau .menu ul li a span.home:hover, #bandeau .menu ul li a span.home-on {
  background:url(/style/commun/skins/default/home_on.png) no-repeat center center;
  display:inline-block;
  width:33px;
  height:30px;
}
#bandeau .menu ul li.plus{
  padding:3px 0 0 0;
}
#bandeau .menu ul li.plus a{
  display:block;
  background:url(/style/commun/plusv3.png) no-repeat;
  width:16px;
  height:37px;
  text-indent:-9999px;
  overflow:hidden;
  zoom:1;
}
#bandeau .menu ul li.plus a:hover,
#bandeau .menu ul li.plus a.on{
  background:url(/style/commun/plusv3.png) no-repeat left bottom;
}
#bandeau .menu form{
  float:right;
  width:248px;
  height:20px;
  padding:8px 0 0 0;
  zoom:1;
}
#bandeau .menu form .focusInput{
  float:left;
  background:url(/style/commun/f_rechercher.png) no-repeat;
  width:100px;
  height:28px;
  line-height:28px;
  font-size:12px;
  color:#3f3f3f;
  border:0;
  padding:0 10px 0 28px;
}
#bandeau .menu form .secteur_recherche{
  position:relative;
  float:left;
  width:73px;
}
#bandeau .menu form .secteur_recherche .selected{
  outline:none;
  display:block;
  background-color: #5F003F;
  line-height:28px;
  font-size:11px;
  color:#fff;
  text-decoration:none;
  padding:0 0 0 12px;
}
#bandeau .menu form .secteur_recherche .selected:hover{
  color:#9a9a98;
}
#bandeau .menu form .secteur_recherche ul{
  position:absolute;
  display:none;
  top:0;
  left:0;
  background:#262625 url(/style/commun/f_secteur_recherche.png) no-repeat left top;
  width:73px;
  z-index:201;
}
#bandeau .menu form .secteur_recherche ul a{
  display:block;
  width:61px;
  line-height:28px;
  font-size:11px;
  color:#fff;
  text-decoration:none;
  padding:0 0 0 12px;
  cursor: pointer;
}
#bandeau .menu form .secteur_recherche ul a:hover{
  color:#9a9a98;
}

#bandeau .menu form .bouton{
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  width: 35px;
  height: 27px;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #ff4d5b;
  cursor: hand;
  color: #fff;
}
#bandeau .full{
  position:absolute;
  width:980px;
  background:#f8f8f8;
  padding:25px 0;
  z-index:200;
}
#bandeau .full .fermer{
  position:absolute;
  display:block;
  background:url(/style/commun/pictos/fermer2.png) no-repeat;
  top:10px;
  right:10px;
  height:11px;
  width:11px;
  text-indent:-9999px;
  overflow:hidden;
  zoom:1;
}
#bandeau .full .f{
  background:url(/style/commun/f_smenu.png) repeat-y top left;
  padding:0 27px;
  overflow:hidden;
  zoom:1;
}
#bandeau .full .col1{
  float:left;
  width:150px;
  margin:0 60px 0 0;
}
#bandeau .full .col2{
  float:left;
  width:120px;
  margin:0 58px 0 0;
}
#bandeau .full .col3{
  float:left;
  width:313px;
  margin:0 58px 0 0;
}
#bandeau .full .col4{
  float:left;
  width:160px;
}
#bandeau .full h3{
  margin:0 0 10px 0;
}
#bandeau .full h3 a{
  text-transform:uppercase;
  /*color:#1286cc;*/
  color:#170B66;
  text-decoration:none;
}
#bandeau .full .ligne{
  overflow:hidden;
  zoom:1;
}
#bandeau .full .ligne .ul1{
  float:left;
  width:150px;
}
#bandeau .full .ligne .ul2{
  float:right;
  width:150px;
}
#bandeau .full li{
  background:url(/style/commun/puces/5.gif) no-repeat left 5px;
  padding:0 0 5px 10px;
}
#bandeau .full li a{
  color:#656565;
  text-decoration:none;
}
#bandeau .full li a:hover{
  /*color:#1286cc;*/
  color:#170B66;
}
#bandeau .full .col4 ul{
  margin:0 0 20px 0;
}
/* GENERIQUE */
h3.hx {
  font-size: 1.5rem;
  font-family: "Mukta", sans-serif;
  margin: 0 0 5px 0;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.hx a {
  display: block;
  font-weight: 600;
  color: #330c6e;
  text-decoration: none;
}

.lien_tous{
  text-align:right;
}
.lien_tous a{
  font-size:12px;
  color:#8d8d8d;
  padding:0;
}
.lien_tous a:hover{
  text-decoration:none;
}
/* CONTENU */
#contenu{
  width:980px;
  background:#fff;
  padding:15px ;
  margin:0 auto;
  overflow:hidden;
  zoom:1;
  box-sizing: border-box;
}


/* TAGS */
.bub{
  padding:0 15px 0 15px;
  margin:0 0 12px 0;
}
.bub-inside {
  position: relative;
  margin-right:12px;
}
a.bub-inside {
  color: #e9e9e9;
  text-decoration: none;
}
.bub-inside em {
  font-style: normal;
}
.bub-inside em {
  background: #e9e9e9;
  font-size:11px;
  color: #848383;
  padding: 0 4px 0 4px;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  position: relative;
}
.bub-inside .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  border-left: 0.45em solid #e9e9e9;
  border-bottom: 0.45em solid #FFF; /* IE fix */
  border-bottom: 0.45em solid rgba(0,0,0,0);
  overflow: hidden; /* IE fix */
}
a.bub-inside:hover {
  color: #FFF;
}
a.bub-inside:hover em {
  cursor: pointer;
  background: #1286cc;
  color: #FFF;
}
a.bub-inside:hover .point {
  border-left: 0.5em solid #1286cc;
}

/* A ECOUTER */
.a_ecouter{
  width:300px;
}
.a_ecouter ul.liste{
  z-index:1;
  overflow:hidden;
  zoom:1;
}
.a_ecouter ul.liste li{
  position:relative;
  float:left;
  width:100px;
  height:72px;
  margin:0;
}
.a_ecouter ul.liste li.last{
  margin:0;
}
.a_ecouter ul.liste li .infos{
  display:none;
  position:absolute;
  background:#1286cc url(/style/commun/fleche.gif) no-repeat -5px 14px;
  top:0px;
  width:80px;
  height:52px;
  padding:10px 10px;
  z-index:200;
  overflow:hidden;
  zoom:1;
}
.a_ecouter ul.liste li .infos.g{
  left:100px;
}
.a_ecouter ul.liste li .infos.d{
  right:100px;
  background:#1286cc url(/style/commun/fleche.gif) no-repeat 96px 14px;
  text-align:right;
}
.a_ecouter ul.liste li .infos p{
  font-size:11px;
  color:#fff;
  margin:0 0 4px 0;
  text-decoration:none;
}
.a_ecouter ul.liste li .infos p:hover{
  color:#cce3ed;
  text-decoration:none;
}

/* PIED */
#pied{
  width:980px;
  padding:0 0 30px 0;
  margin:0 auto;
}

#pied3{
  background-color: black;
  min-height:60px;
  padding:20px 30px 0 30px;
  overflow:hidden;
  zoom:1;
}
#pied3 .col1{
  float:left;
  max-width:780px;
  width: 100%;
}
#pied3 .col1 .ligne{
  margin:0 0 13px 0;
  overflow:hidden;
  zoom:1;
}
#pied3 .col1 .ligne h3{
  float:left;
  margin:0 10px 0 0;
}
#pied3 .col1 .ligne p{
  font-weight: 300;
  color:#fff;
  margin:0 0 6px 0;
}
#pied3 .col1 .ligne ul{
  overflow:hidden;
  zoom:1;
}
#pied3 .col1 .ligne ul li{
  float:left;
  line-height:14px;
  height:14px;
  border-right:1px solid #1d1d1d;
  padding:0 8px 0 0;
  margin:0 8px 0 0;
}
#pied3 .col1 .ligne ul li.last{
  border:0;
  padding:0;
  margin:0;
}
#pied3 .col1 .ligne ul li a {
  display: inline-block;
}
#pied3 .col1 .ligne ul li a,
#pied3 .col2 a{
  color:#fff;
  text-decoration:none;
}
#pied3 .col1 .ligne ul li a:hover,
#pied3 .col2 a:hover{
  color:#fff;
}
#pied3 .col1 .partenaires{
  overflow:hidden;
  zoom:1;
  margin:0 0 0 96px;
}
#pied3 .col1 .partenaires li{
  float:left;
  margin:0 8px 0 0;
}
#pied3 .col2{
  float:right;
  width:100px;
  text-align:right;
  padding:17px 0 0 0;
}
#pied3 .col2 p{
  margin:0 0 5px 0;
}

.colonne2 .combo, .colonne2 .combo .selected { z-index: 0; }

/* mukta-300 - latin */
@font-face {
  font-display: block;
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 300;
  src: url('/style/fonts/mukta-v14-latin-300.woff2') format('woff2');
}
/* mukta-regular - latin */
@font-face {
  font-display: block;
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 400;
  src: url('/style/fonts/mukta-v14-latin-regular.woff2') format('woff2');
}
/* mukta-600 - latin */
@font-face {
  font-display: block;
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 600;
  src: url('/style/fonts/mukta-v14-latin-600.woff2') format('woff2');
}

.cls-friendly-top { min-height: 200px; }
.cls-friendly-rect { min-height: 600px; }

span.rub { }
span.rubTxt { color: #5f003f; font-size: 10px;font-family: Helvetica; font-weight: 700; vertical-align: middle; line-height: 11px;}
a span.rubTxt {display: inline-block;}

select.dropdown-listpages {
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
  width: auto;
  height: 30px;
  border: 1px solid #bbb;
  background-color: #eee;
  border-radius: 5px;
}

/* ADS */
.cls-friendly-top-off {
  /*position: relative;*/
  width: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cls-friendly-top-off.cls-placeholder.unfilled::before {
  position: absolute;
  margin: 0;
}

.cls-friendly-rect {
  min-height: 600px;
  background-color: #eee;
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .jad-anchor-ad {
    position: relative;
    width: 100%;
    min-height: 300px;
  }
}

.jad-anchor-ad .cls-friendly-rect {
  margin-bottom: 20px;
  min-height: 300px;
}

.cls-friendly-top-off.unfilled {
  min-height: 220px;
  border-radius: 5px;
  max-width: 980px;
  margin: 15px auto;
  background-color: rgba(250,250,250, 0.5);
}

.cls-placeholder.unfilled {
  overflow: hidden;
}

.cls-placeholder.unfilled::before {
  content: "";
  display: block;
  background: url("/style/commun/skins/default/logo-purecharts-blanc.svg") center center no-repeat;
  width: 150px;
  height: 75px;
  margin: 50px auto;
}

@media screen and (max-width: 480px) {
  .cls-friendly-top-off,
  .cls-friendly-top-off.unfilled {
    aspect-ratio: 3.2;
    min-height: 0;
  }
  .cls-friendly-top-off.unfilled {
    margin: 0;
    border-radius: 0;
  }
}

/* CLIP */
.clip-module {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.clip-item:hover {
  color:#0f86ca;
}

.clip-photo {
  aspect-ratio: 4/3;
  display: block;
  margin-bottom: 3px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  .clip-module {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MODULE */
.module-content {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
}

.left-col {
  max-width: 620px;
  margin-right: 20px;
  width: 100%;
}

.right-col > * {
  width: 300px;
  margin: 0 auto 25px;
  display: block;
  box-sizing: border-box;
}

.right-col > a img {
  width: 100%;
  height: 100%;
}

.bc {
  margin-bottom: 10px;
}

@media (max-width: 990px) {
  .left-col {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .left-col,
  .right-col {
    float: none !important;
  }
}

.form-block {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.textcenter.noir11u.margleft10 {
  position: relative;
  margin: 0 auto;
}

.textcenter.noir11u.margleft10 img,
.textcenter.noir11u.margleft10 a {
  position: relative;
  display: inline-block;
}

.play-button {
  width: 16px;
  height: 16px;
  background-color: #f88b0e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.play-button:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}
.play-button-enabled {
  background-color: #f88b0e;
}
.play-button-disabled {
  background-color: #bbb;
}

div.puce6 {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  display: inline-block;
  width: 0;
  padding-right:4px;
  vertical-align: middle;
  height: 14px;
  border-color: transparent transparent transparent #202020;
  border-style: solid;
  border-width: 7px 0 7px 7px;
}

.MrfRecommender {
    background-color: #f9f9f9; /* léger fond gris */
    border: 1px solid #ddd; /* bordure discrète */
    padding: 16px;
    margin: 24px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* ombrage léger */
}

.MrfRecommender::before {
    content: "A lire aussi";
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #170b66;
    margin-bottom: 12px;
    border-bottom: 2px solid #2a5d84;
    padding-bottom: 4px;
}

.MrfRecommender h3 {
    font-size: 1.2rem;
    color: #170b66;
    margin-bottom: 12px;
}

.MrfRecommender li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.MrfRecommender img {
    width: 60px;
    height: auto;
    border-radius: 4px;
    margin-right: 12px;
    object-fit: cover;
}

.MrfRecommender a {
    color: #170b66;
    text-decoration: none;
}

.MrfRecommender a:hover {
  color: #1286cc;
}

