body{
    padding-top:0px;
	background: rgb(250, 249, 247);
	padding-top: 20px;
}
a {
    text-decoration: none;
}
.adsapp a {
    display: block;
}
.art-content{
    padding:0 20px;
}
.espace-fine {
    display:inline-block !important;
    clear: none !important;
}
.concours .part, .BlocImage .ImageBox {
    margin: 0 !important;
}

.BlocSound a .left i{
    top: 0px !important;
    position: relative !important;
}
.left {
    background-color: #0099FF !important;
}
#RJB .left {
    background-color: #fb7d19 !important;
}
#RTN .left {
    background-color: #fe0034 !important;
}
#RFJ .BlocText a {
    color:#0099ff;
}
#RJB .BlocText a {
    color:#fb7d19;
}
#RTN .BlocText a {
    color:#fe0034;
}


.BlocSound a {
    color: #1b1b1b;
    text-decoration:none;
}
.BlocSound a span:last-child {
    font-style: italic;
    font-weight: 400;
    font-size: .77777em;
}
.BlocSound a .left {
    height: 100%;
    width: 72px;
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    text-align: center;
    line-height: 74px;
}
.BlocSound .sound-item {
    display: block;
    position: relative;
    box-shadow: 0 0 13px rgba(0,0,0,.20);
    padding: 12px 90px 6px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 72px;
}
.BlocSound .sound-item {
    padding-top: 23px;
    padding-right: 20px;
}
.BlocSound a span {
    display: block;
}
.fa-border-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 1.5em;
}

/* App 2020 */
#RFJ, #RJB, #RTN {
    padding: 0 0 0 0;
}
iframe {
    width: 100%;
}
h1.pageTitle, h2.pageTitle {
    font-size: 2em !important;
    margin: .5em 0;
}
.art-chap, .default-title, .art-chap, .EZ_MainColumn .part .default-title {
    font-size: 24px !important;
    line-height: 28.8px;
}
.default-subtitle {
    font-size: 20px !important;
    line-height: 24px;
    letter-spacing: -0.48px;
}
.wysiwyg-h1 {
    font-style: italic;
    font-size: 1.25em !important;
    margin-bottom: 1em;
    font-weight:400;
}
.art-actions, .SocialLinksNews {
    display: none !important;
}
.box p {
    font-size: 18px;
    line-height: 27px;
}
.BlocImageText ul li, .BlocText ul li {
    font-size:18px;
}

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 0px;
  padding: 16px;
  max-width: 468px;
  color:#000;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
  color: #2b7bb9;
}
blockquote.twitter-tweet a:visited {
  color: #2b7bb9;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

blockquote.twitter-tweet:before, blockquote.twitter-tweet:after { content: "" !important; }

/* Bouton top */
#update-top-election {
  display: block;
  margin: 12px auto;
  background: #0ea5e9;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(14,165,233,0.3);
  transition: background 0.22s ease, transform 0.12s ease;
  border: none;
}
#update-top-election:hover { background: #0284c7; }
#update-top-election:active { transform: translateY(1px); }

/* Bouton flottant bas (fab) */
#update-fab-election {
  position: fixed;
  bottom: 100px; /* sera ajusté dynamiquement au-dessus du player */
  left: 50%;
  transform: translateX(-50%);
  background: #0099ff; /* couleur demandée */
  color: #fff;
  padding: 14px 22px;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(0,153,255,0.25);
  cursor: pointer;
  z-index: 99999;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

/* Animation pulsante */
@keyframes pulse {
  0% { transform: translateX(-50%) scale(1); box-shadow: 0 6px 18px rgba(0,153,255,0.25); }
  50% { transform: translateX(-50%) scale(1.05); box-shadow: 0 10px 25px rgba(0,153,255,0.4); }
  100% { transform: translateX(-50%) scale(1); box-shadow: 0 6px 18px rgba(0,153,255,0.25); }
}
#update-fab-election.visible {
  opacity: 1;
  pointer-events: auto;
  animation: pulse 1.2s infinite;
}
#update-fab-election span { margin-right: 8px; font-size: 18px; }

/* Conteneur */
#contentElection {
  box-sizing: border-box;
  margin-bottom: 100px;
}

/* Flash animation après update */
.update-applied-flash {
  animation: flashApplied 1s ease;
}
@keyframes flashApplied {
  0% { opacity: 0.7; }
  50% { opacity: 1; }
  100% { opacity: 1; }
}
  #wrapperContentElection {
    max-width: 800px;
    margin: 30px auto;
    width: 96%;
}


.cbp_tmtimeline > li .cbp_tmlabel {
    box-shadow: rgba(94, 97, 99, 0.5) 0px 3px 5px;
}

.IC2Zone-31 .highlightMenu {
    background: white;
    margin-bottom: 1em;
	border: none;
	border-bottom: 5px solid #3594cb;
    border-left: 5px solid #3594cb;
}

#update-fab-election {
	border: none;
}