.elementor-kit-8{--e-global-color-primary:#2E2E2F;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E70052;--e-global-color-f344567:#FD0C76;--e-global-color-7b7c260:#E0E0E0;--e-global-typography-primary-font-family:"Be Vietnam Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Be Vietnam Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Be Vietnam Pro";--e-global-typography-text-font-weight:400;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"Be Vietnam Pro";--e-global-typography-accent-font-weight:300;background-color:#FFFFFF;background-image:url("https://dev.francaisdanslemonde.fr/wp-content/uploads/2022/10/fond-site.png");}.elementor-kit-8 a{color:#FD0C76;font-family:"Roboto", Sans-serif;}.elementor-kit-8 a:hover{color:#D2578D;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-kit-8 img{border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* STRUCTURE FIX2 */

  body.elementor-page .ast-container,
  body.single-post .ast-container{
  max-width:100% !important;
  width:100% !important;
  padding:0 !important;
}

.elementor-location-single{
  padding: 0 !important;
}

.post-views{
  display: none;
}

.elementor-page-33061 .ast-container {
  max-width: 1200px;
}

.elementor-33061{
  margin: 0 auto;
}

/* player style */

.main-player {
  align-content: center;
  position: relative;
  background: #eee;
  min-height: 300px;
}

.main-player::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: #eee;
  z-index: -1;
}

.main-player .sonaar-Artwort-box {
  width: 100%;
  align-items: center;
}

.main-player .sonaar-grid {
  overflow: hidden;
}

.iron-audioplayer .album-player{
  padding: 0;
}

.main-player .single-album .iron-audioplayer, .single-sr_playlist .iron-audioplayer{
  margin-top: 5px;
  margin-bottom: 5px;
}

.main-player .iron-audioplayer {
  padding: 0 20px 0 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.main-player .sonaar-grid {
  width: 100%;
}

.main-player .album-art {
  width: 100%;
}

.main-player .album-art img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.main-player .album-player {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-template-areas:
    "title title"
    "btn .";
  gap: 10px;
  align-items: center;
}

.main-player .srp_miniplayer_metas {
  grid-area: title;
}

.main-player .track-title {
  color: black;
  padding-left: 15px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left
}

.main-player .player {
  grid-area: btn;
}

.main-player .player .play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.main-player .player .play i {
  font-size: 32px;
  scale: 1.7;
  color: #fff;
}

.main-player .sr_shuffle{
  display: none;
}

/* podcast-duration */

.podcast-links-duration .podcast-duration{
  width: 240px;
  padding:9px 24px;
  background:#fff;
  border:1px solid #e6e6e6;
  box-shadow:0 1px 4px rgba(0,0,0,.12);
  color:#7d7d7d !important;
  font-size:17px;
  font-weight:500;
}

/* title text */

.title-text .elementor-heading-title {
    line-height: 3rem !important;
}


/* hide old podcast list */

.old-playlist .show-playlist{
    display: none;
}

/* tags */

.post-tag-badge{
  font-size: 18px;
  background:#e0e0e0;
  color: #535353!important;
  padding:12px 30px;
  font-weight: 900;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
}

.post-tags-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.post-tag-badge:hover{
  filter:brightness(0.95);
}

@media (max-width: 767px){
  .post-tag-badge{
    padding:5px 10px;
    font-size:14px;
  }
  .post-tags-badges{
    gap:6px;
  }
}

.cstm-link-text a{
    text-align: left;
}

/* podcast section wrap */

/* related */
.podcard-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

/* presentation */
.podcard-wrap{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.podcast-presentation .podcard-grid {
      display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.latest-podcasts .podcard-grid{
  grid-template-columns:repeat(2,1fr);
}

/* cart-item */
.podcard{
  border:1px solid #ddd;
  padding:10px;
  background:#fff;
  display:grid;
  grid-template-columns:200px 1fr;
  grid-template-rows: auto auto 1fr auto;
  gap:8px 14px;
  background-color: #EEEEEE;
}

/* thumbnail-image */
.podcard__thumb{
  grid-row:1 / span 6;
}

.podcard__thumb img{
  width:auto;
  min-height:100%;
  object-fit:contain;
  border-radius: 0;
  overflow: hidden;
}

/* label PODCAST */
.podcard__label{
  font-size:13px;
  font-weight: 500;
  color:#999;
  text-transform:uppercase;
  letter-spacing:.05em;
}

/* title */
.podcard__title{
  margin:0;
  font-size:16px;
  font-weight:600;
  line-height:1.2;
}
.podcard__title a{
  text-decoration:none;
  color: #222 !important;;
}

/* divider + meta */
.podcard__meta{
  font-size:13px;
  color:#5f5f5f;
  padding-top:6px;
  border-top:2px solid #c6c6c6;
}

/* button */
.podcard__btn{
  display:flex;
  align-items:center;
  justify-content:center;
  max-width: fit-content;
  margin-top:6px;
  padding:8px 50%;
  background: #5A5A5A;
  color:#fff!important;
  text-decoration:none;
  word-spacing: 0.5rem;
  font-size:16px;
  transition:.2s;
}

.podcard__btn span{
  font-size: 20px;
  padding-right: 10px;
}

.podcard__btn:hover{
  background:#404040;
}

.podcard__player{
  height:0;
  overflow:hidden;
  visibility:hidden;
}

.podcard-grid--sidebar{
  grid-template-columns: 1fr;
}

/* podcasts page some text */
.acf-field--timing p{
  font-size: 13px;
  font-weight: 800;
}

.acf-field--transcription {
  font-size: 13px;
}

/* ad */

.adfoxly-container {
 width: 100%;
}

.adfoxly-container img{
 width: 100%;
}

/* comments */
.reviews-comments .comments-title{
  display:none;
}

.reviews-comments .ast-comment-list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
  list-style:none;
  margin:0;
  padding:0;
}

.reviews-comments .ast-comment-list > li.comment{
  margin:0;
  padding:0;
  display:flex;
}

.reviews-comments article.ast-comment{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  position:relative;
  background:#f5f5f5;
  border:1px solid #e3e3e3;
  padding:26px 28px 22px 56px;
  box-sizing:border-box;
}

.reviews-comments article.ast-comment::before{
  content:"“";
  position:absolute;
  left:18px;
  top:3px;
  font-size:56px;
  line-height:1;
  color:#cfcfcf;
  font-family:Georgia, serif;
  font-weight:700;
}

.reviews-comments .ast-comment-info{
  display:none;
}

.reviews-comments .ast-comment-content{
  margin:0;
  padding:0;
}

.reviews-comments .ast-comment-content p{
  margin:0 0 14px;
  font-size:20px;
  line-height:1.3;
  font-weight:500;
  color:#3a3d42;
}

.reviews-comments .reviews-comment-author{
  margin-top:8px;
  font-size:14px !important;
  line-height:1.3;
  font-weight:600;
  color:#666 !important;

}

.reviews-comments .ast-comment-edit-reply-wrap,
.reviews-comments .ast-comment-time,
.reviews-comments .comment-edit-link,
.reviews-comments .comment-reply-link{
  display:none !important;
}

.reviews-comments .ast-comment-list {
  margin-bottom: 28px;
}

.reviews-comments .comment-reply-title{
  font-size:24px;
  line-height:1.2;
  font-weight:700;
  color:#2f3136;
  margin:0 0 16px;
}

.reviews-comments .logged-in-as{
  font-size:14px;
  color:#666;
  margin-bottom:14px;
}

.reviews-comments fieldset,
.reviews-comments .comment-form-comment,
.reviews-comments .comment-form-textarea{
  border:0;
  margin:0;
  padding:0;
}

.reviews-comments textarea#comment{
  min-width: 50%;
  width: fit-content;
  max-width:100%;
  height:60px;
  box-sizing:border-box;
  background:#f8f8f8;
  border:1px solid #ddd;
  padding:16px 18px;
  font-size:16px;
  line-height:1.5;
  color:#333;
  resize:vertical;
}

.reviews-comments .form-submit{
  margin-top:16px;
}

.reviews-comments #submit {
  appearance:none;
  border:1px solid #cfcfcf !important;
  background:#f5f5f5;
  color:#333 !important;
  padding:11px 20px;
  font-size:15px;
  font-weight:600;
  line-height:1.2;
  border-radius:4px;
  cursor:pointer;
  transition:color .2s ease !important;
  transition:background .2s ease !important;
}

.reviews-comments #submit:hover{
  border:1px solid #cfcfcf !important;
  background:#e9e9e9 !important;
  color:#333 !important;
}

.reviews-comments #submit:focus{
  background:#e9e9e9 !important;
}

.reviews-comments #submit:active{
  border:1px solid #cfcfcf !important;
  background:#dddddd !important;
  color:#333 !important;
}

.reviews-comments .comment-respond{
  padding: 0;
  margin-top: 0;
}

.reviews-comments .comment-textarea{
  margin-right: 0;
  margin-left: 0;
}

.reviews-comments .comments-area{
  padding-bottom: 0;
  margin-top: 0;
}

/* divider top gap */

.title-general{
    margin-bottom:7px !important;
}

.elementor-element-3e01f41{
    margin-bottom: -7px !important;
}

/* mobile */
@media(max-width:767px){
  .podcard-grid{
    grid-template-columns:1fr;
  }

  .podcard-wrap{
    grid-template-columns:1fr;
  }
  
  .podcard{
    grid-template-columns:1fr;
  }

  .podcard__thumb{

  }
  
  .podcard__thumb img{
    width:auto;
    height:auto;
  }
  
  .latest-podcasts .podcard-grid{
  grid-template-columns: 1fr;
}
  
  .main-player .sonaar-Artwort-box {
  width: 100%;
}

.main-player .iron-audioplayer {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
}

.main-player .sonaar-grid {
  width: 100%;
}

.main-player .album-art {
  width: 100%;
}

.main-player .album-art img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.main-player .album-player {
  margin: 0 7px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "title"
    "btn";
  gap: 10px;
  align-items: center;
}

.iron-audioplayer[data-playertemplate="skin_float_tracklist"] .srp_main_control{
  grid-template-columns: 1fr;
}

.iron-audioplayer[data-playertemplate="skin_float_tracklist"] .srp_main_control .control:first-child{
  justify-content: center;
}

.main-player .track-title{
  text-align: center;
  padding: 0;
}

.main-player .srp_miniplayer_metas {
  grid-area: title;
}

.main-player .player {
  grid-area: btn;
}

.main-player .player .play{
  width: 80px;
  height: 80px;
}

.main-player .player .play i{
  scale: 1.3;
}

}

/* tablet */
@media(max-width:1030px){
  .podcard-grid{
    grid-template-columns: repeat(auto-fill, minmax(230px,1fr));
    gap: 20px;
  }

  .podcard-wrap{
   grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
    gap: 20px;
    
  }
  
  .podcard{
    grid-template-columns:1fr;
  }
  
  .podcard__thumb img{
    width:100%;
    height:auto;
  }
  
  .reviews-comments .ast-comment-list{
    grid-template-columns:1fr;
  }
  
  .reviews-comments article.ast-comment::before{
    font-size: 48px;
    top: 3px;
  }
  
  .elementor-33061{
    margin: 0;
}
}


.elementor-element.elementor-element-455ee6d {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  align-self: stretch !important;
}

.elementor-element.elementor-element-455ee6d > .elementor-widget-container,
.elementor-element.elementor-element-455ee6d .elementor-shortcode {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

.elementor-element.elementor-element-455ee6d #adfoxly-adzone-1270,
.elementor-element.elementor-element-455ee6d .adfoxly-wrapper,
.elementor-element.elementor-element-455ee6d .adfoxly-wrapper > a {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.elementor-element.elementor-element-455ee6d .adfoxly-wrapper > a > img {
  display: block !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.news-filters--themes{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.filter-chip{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 10px;
  border:1px solid #ddd;
  border-radius:4px;
  background:#fff;
  color:#222 !important;
  text-decoration:none;
  font-weight:600;
  box-shadow:0 0 22px -4px rgba(0,0,0,.73);
  overflow:hidden;
}

.filter-chip::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:5px;
  background:#ddd;
}

.filter-chip::after{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#fff;
  font-weight:700;
  line-height:1;
  order:-1;
}

.filter-chip.is-active{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(0,0,0,.15);
}

.filter-chip[href*="vie-pratique"]::before,
.filter-chip[href*="vie-pratique"]::after{
  background:#2c7be5;
}
.filter-chip[href*="vie-pratique"]::after{
  content:"????";
  font-size:16px;
}

.filter-chip[href*="etudes-emploi"]::before,
.filter-chip[href*="etudes-emploi"]::after{
  background:#27ae60;
}
.filter-chip[href*="etudes-emploi"]::after{
  content:"????";
  font-size:16px;
}

.filter-chip[href*="politique"]::before,
.filter-chip[href*="politique"]::after{
  background:#e74c3c;
}
.filter-chip[href*="politique"]::after{
  content:"????";
  font-size:14px;
}

.filter-chip[href*="economie"]::before,
.filter-chip[href*="economie"]::after{
  background:#f39c12;
}
.filter-chip[href*="economie"]::after{
  content:"€";
  font-size:20px;
}

.filter-chip[href*="culture"]::before,
.filter-chip[href*="culture"]::after{
  background:#8e44ad;
}
.filter-chip[href*="culture"]::after{
  content:"????";
  font-size:17px;
}

.filter-chip[href*="sport"]::before,
.filter-chip[href*="sport"]::after{
  background:#e67e22;
}
.filter-chip[href*="sport"]::after{
  content:"⚽";
  font-size:17px;
}

.news-filters-section-zones{
  height: 630px;
  margin: 5px;
  padding:12px 12px 4px;
  border:1px solid #e8e8e8;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}

.news-filters--zones{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.zone-link{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:60px;
  padding:0 10px;
  border:1px solid #e7e7e7;
  border-radius:12px;
  background:#fff;
  color:#1f2a44 !important;
  font-size:19px;
  font-weight:500;
  text-decoration:none;
  box-shadow:0 2px 6px rgba(0,0,0,.03);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.zone-link:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 16px rgba(0,0,0,.08);
  border-color:#d9d9d9;
}

.zone-link::before{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#0e1f46;
  font-size:25px;
  line-height:1;
}

.zone-link.is-active{
  border-color:transparent;
  background:linear-gradient(135deg,#032552 0%, #022a63 45%, #001a3d 100%);
  color:#fff !important;
  box-shadow:0 10px 20px rgba(2,29,78,.24);
}

.zone-link.is-active::before,
.zone-link.is-active::after{
  color:#fff !important;
}

.zone-link.is-active::after{
  content:"✓";
  margin-left:auto;
  font-size:22px;
  font-weight:700;
  line-height:1;
}

.zone-link[href*="zone=monde"]::before{
  content:"????";
}
.zone-link[href*="zone=europe"]::before{
  content:"????";
}
.zone-link[href*="zone=ameriques"]::before{
  content:"????";
}
.zone-link[href*="zone=asie"]::before{
  content:"????";
}
.zone-link[href*="zone=oceanie"]::before{
  content:"????";
}
.zone-link[href*="zone=afrique"]::before{
  content:"????";
}
.zone-link[href*="zone=moyen-orient"]::before{
  content:"????";
}

.zone-link--reset{
  margin-top:4px;
}

.news-hero--overlay{
  position:relative;
  min-height:300px;
  margin-bottom:48px;
  background:#082654;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  overflow:visible;
}

.news-hero__image--full{
  align-items: center;
  position:relative;
  display:block;
  height:450px;
  z-index:1;
}

.news-hero__image--full img{
  display:block;
  width:100%;
  height:450px;
  object-fit:cover;
  object-position: right center;
  position:relative;
  z-index:3;
}

.news-hero__overlay{
  position:absolute;
  inset:0;
  z-index:5;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin:28px 0 0;
}

.news-hero__topline{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  margin-left:66%;
}

.news-hero__badge{
  box-shadow:0px 0px 18px 2px rgba(0,0,0,0.42);
  display:inline-flex;
  align-items:center;
  padding:7px 13px;
  border-radius:999px;
  background:#1d5fd1;
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.news-hero__meta{
  text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  color:rgba(255,255,255,.92);
  font-size:14px;
  font-weight:600;
}

.news-hero__meta-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#1d5fd1;
  display:inline-block;
}

.news-hero__theme{
    
  text-transform:uppercase;
  letter-spacing:.02em;
}

.news-hero__sep{
    
  opacity:.7;
}

.news-hero__date{
    
  opacity:.9;
}

.news-hero__actions--bottom{
  position:absolute;
  right:40px;
  bottom:-22px;
  z-index:5;
  width:auto;
  margin:0;
  
}

.news-hero__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 22px;
  border-radius:999px;
  background:linear-gradient(180deg, #ea1b24 0%, #b80d15 100%);
  color:#fff !important;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 8px 18px rgba(184,13,21,.28);
  transition:transform .18s ease, opacity .18s ease;
}

.news-hero__button:hover{
  transform:translateY(-1px);
  opacity:.95;
}

.news-hero__button::after{
  content:"→";
  margin-left:8px;
  font-size:15px;
}

.news-hero-slider {
  position: relative;
  width: 100%;
}

.news-hero-slide {
  display: none;
  width: 100%;
}

.news-hero-slide--active {
  display: block;
  animation: fadeIn 1.0s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.news-cards-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.news-card{
  display:flex;
  flex-direction:column;
  height:100%;
  border:1px solid #e6e6e6;
  border-radius:0 !important;
  background:#fff;
  box-shadow:none;
  overflow:hidden;
}

.news-card__image{
  display:block;
  position:relative;
}

.news-card__image img{
  display:block;
  width:100%;
  height:250px !important;
  object-fit:cover;
  object-position:right center;
  border-radius:0 !important;
}

.news-card__content{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:14px 16px 16px;
  color:#1f2430 !important;
}

.news-card__title,
.news-card__title *{
  color:#1f2430 !important;
}

.news-card__title{
  margin-bottom:14px;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
}

.news-card__title a{
  color:#1f2430 !important;
  text-decoration:none;
}

.news-card__excerpt,
.news-card__excerpt *{
  color:#5d6470 !important;
}

.news-card__excerpt{
  margin-bottom:14px;
  font-size:15px;
  line-height:1.55;
}

.news-cards-grid--featured .news-card__excerpt{
  display:flex;
}

.news-card__meta,
.news-card__meta *{
  color:#8a8f99 !important;
}

.news-card__meta{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:auto;
  font-size:14px;
  line-height:1.4;
}

.news-card__badge,
.news-card__badge *{
  color:#fff !important;
}

.news-card__badge{
  position:absolute;
  left:12px;
  bottom:12px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  margin:0;
  padding:7px 12px;
  border-radius:999px;
  font-size:12px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
}

.news-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin-top: 20px;
    flex-wrap:wrap;
}

.news-pagination .page-numbers{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid #e2e2e2;
    background:#fff;
    font-size:15px;
    font-weight:600;
    color:#1f2430 !important;
    transition:all .18s ease;
}

.news-pagination .page-numbers:hover{
    background:#f3f6fb;
    border-color:#cfd6e6;
    color:#1f2430 !important;
}

.news-pagination .page-numbers.current{
    background:#0b2a5b;
    border-color:#0b2a5b;
    color:#fff !important;
}

.news-pagination .prev,
.news-pagination .next{
    font-size:18px;
    font-weight:700;
}

.news-pagination .dots{
    border:none;
    background:transparent;
    width:auto;
    padding:0 6px;
    color:#9aa3b2 !important;
    pointer-events:none;
}

/* posts */
.section-posts .elementor-post {
    background: #fff;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border:1px solid #e6e6e6;
}

.section-posts .elementor-post__thumbnail {
    margin-bottom: 0;
}

.section-posts .elementor-post__thumbnail img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.section-posts .elementor-post__text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 16px;
}

.section-posts .elementor-post__title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.section-posts .elementor-post__title a {
    color: #111;
    text-decoration: none;
}

.section-posts .elementor-post__meta-data {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 10px;
}

.section-posts .elementor-post__excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    flex-grow: 1;
    margin-bottom: 14px;
}

.section-posts .elementor-post__read-more {
    display: inline-flex;
    align-items: end;
    justify-content: start;
    background: #0b2a5b;
    color: #fff !important;
    padding: 6px 15px;
    margin-top: auto;
    margin-bottom: 16px;
}

.section-posts .elementor-posts {
    gap: 24px;
}

/* mobile */
@media (max-width:767px){

.news-pagination{
gap:6px;
}

.news-pagination .page-numbers{
width:36px;
height:36px;
font-size:14px;
}

}

.badge-vie-pratique-info-francais-dans-le-monde{
  background:#2b72d6 !important;
}
.badge-etudes-emploi{
  background:#34b36b !important;
}
.badge-politique-info-francais-dans-le-monde{
  background:#d43b45 !important;
}
.badge-economie{
  background:#e2b320 !important;
}
.badge-culture{
  background:#7b48b5 !important;
}
.badge-sport-info-francais-dans-le-monde{
  background:#eb7a22 !important;
}

@media (max-width: 1024px){
  .news-hero--overlay,
  .news-hero__image--full,
  .news-hero__image--full img{
    min-height:300px;
  }

  .news-hero__overlay{
    padding:22px 24px;
  }

.news-hero__actions--bottom{
  right: -120px;
}

  .news-hero__topline,
  .news-hero__actions--bottom{
    width:min(62%, 520px);
  }

  .news-cards-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .news-layout__main{
    order:1;
  }

  .news-layout__sidebar{
    order:2;
    width: 100%;
  }
    
  .news-filters--zones{
    padding:18px;
    border-radius:16px;
  }

  .news-filters--zones .filters-title{
    font-size:26px;
  }

  .zone-link{
    min-height:54px;
    padding:12px 16px;
    font-size:16px;
  }

  .news-hero--overlay,
  .news-hero__image--full,
  .news-hero__image--full img{
    min-height:240px;
  }

  .news-hero--overlay{
    border-radius:18px;
    margin-bottom:32px;
  }

  .news-hero__overlay{
    padding:18px;
  }

  .news-hero__topline,
  .news-hero__actions--bottom{
    width:100%;
    margin-left:0;
  }

  .news-hero__meta{
    gap:6px;
    font-size:13px;
  }

  .news-hero__actions--bottom{
    right: -140px;
  }

  .news-hero__button{
    min-height:42px;
    padding:10px 18px;
  }

  .news-cards-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .news-card__image img,
  .news-cards-grid--featured .news-card__image img{
    height:200px;
  }

  .news-card__title,
  .news-cards-grid--featured .news-card__title{
    min-height:auto;
    font-size:18px;
  }

  .news-card__excerpt,
  .news-cards-grid--featured .news-card__excerpt{
    min-height:auto;
  }
}

@media (max-width: 1024px){

  .news-layout__main{
    order:1;
  }

  .news-layout__sidebar{
    order:2;
    width: 100%;
  }
}

.dossier-playlist .playlist {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

.dossier-playlist .iron-audioplayer .srp_player_boxed {
    display: none !important;
}

.dossier-playlist .iron-audioplayer .srp_tracklist {
    padding: 0 !important;
    margin: 0 !important;
}

.dossier-playlist .iron-audioplayer .srp_list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px !important;
}

.dossier-playlist .iron-audioplayer .sr-playlist-item {
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}

.dossier-playlist .iron-audioplayer .sr-playlist-item * {
    border-radius: 0 !important;
}

.dossier-playlist .iron-audioplayer .sr-playlist-item-flex {
    display: contents !important;
}

.dossier-playlist .iron-audioplayer .sr_track_cover {
    width: 60% !important;
    align-self: center !important;
    aspect-ratio: 1 / 1 !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    display: block !important;
}

.dossier-playlist .iron-audioplayer .sr_track_cover img {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dossier-playlist .iron-audioplayer .sr_track_cover .srp_play {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 0, 0, 0.6) !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 2 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.dossier-playlist .iron-audioplayer .sr_track_cover .srp_play::before {
    content: '' !important;
    border: none !important;
}

.dossier-playlist .iron-audioplayer .audio-track {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    padding: 14px !important;
    margin: 0 !important;
    gap: 10px !important;
    min-width: 0 !important;
}

.dossier-playlist .iron-audioplayer .tracklist-item-time {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #999 !important;
    padding: 0 !important;
    margin: -6px !important;
    order: -1 !important;
}

.dossier-playlist .iron-audioplayer .srp_audio_trigger.track-number {
    display: none !important;
}

.dossier-playlist .iron-audioplayer .tracklist-item-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #111 !important;
    display: block !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: flex-start !important;
    flex-shrink: 0 !important;
    width: 100% !important;
}

.dossier-playlist .iron-audioplayer .tracklist-item-title:hover {
    color: #0b2a5b !important;
}

.dossier-playlist .iron-audioplayer .srp_noteButton {
    display: none !important;
}

.dossier-playlist .iron-audioplayer .srp_track_description {
    display: none !important;
}

.dossier-playlist .iron-audioplayer .store-list {
    display: none !important;
}

.dossier-playlist .iron-audioplayer .srp_tracklist-item-date {
    display: none !important;
}

.dossier-playlist .iron-audioplayer .sr-playlist-item.playing {
    border: 2px solid #0b2a5b !important;
}

.dossier-playlist .iron-audioplayer .sr-playlist-item.playing .tracklist-item-title {
    color: #0b2a5b !important;
}

.dossier-playlist .iron-audioplayer .sr_track_cover .srp_play {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 0, 0, 0.55) !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 2 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.dossier-playlist .iron-audioplayer .sr-playlist-item:hover .sr_track_cover .srp_play {
    opacity: 1 !important;
    border-radius: 100% !important;
}

.dossier-playlist .iron-audioplayer .sr_track_cover .srp_play i {
    color: #fff !important;
    font-size: 48px !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
    background: none !important;
    backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6)
}

.dossier-playlist .iron-audioplayer .sr-playlist-item:hover .sr_track_cover .srp_play i {
    color: #fff !important;
}

.dossier-playlist .iron-audioplayer .sr_track_cover .srp_play svg {
    width: 80px !important;
    height: 80px !important;
    fill: #fff !important;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5)) !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
}/* End custom CSS */