a {
  cursor: pointer;
}

.my-body > a:has(> img) {
  display: block;
  margin-bottom: 20px;
  line-height: 0;
}

.my-body > a > img {
  width: 100%;
}

.my-body video {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.my-body > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  list-style-position: inside;
  list-style-type: disc;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 500;
}

.btn_n {
  outline: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(13, 179, 66, 0.976);
  width: 70%;
  border: 0px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  box-sizing: border-box;
  padding: 16px 20px;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  margin: 1rem 0px;
  font-weight: 700;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
  transition: 0.3s !important;
}

.btn_n:hover {
  background: rgb(13, 196, 98) !important;
}

.btn_n:focus {
  background: rgb(13, 196, 98) !important;
}

.btn_n .animation {
  border-radius: 100%;
  animation: 0.6s linear 0s infinite normal none running ripple;
}

@keyframes ripple {
  0% {
    box-shadow:
      rgba(255, 255, 255, 0.1) 0px 0px 0px 0px,
      rgba(255, 255, 255, 0.1) 0px 0px 0px 20px,
      rgba(255, 255, 255, 0.1) 0px 0px 0px 40px,
      rgba(255, 255, 255, 0.1) 0px 0px 0px 60px;
  }
  100% {
    box-shadow:
      rgba(255, 255, 255, 0.1) 0px 0px 0px 20px,
      rgba(255, 255, 255, 0.1) 0px 0px 0px 40px,
      rgba(255, 255, 255, 0.1) 0px 0px 0px 60px,
      rgba(255, 255, 255, 0) 0px 0px 0px 80px;
  }
}

.content_body_wrapper > a:has(img) {
  display: block;
  margin-bottom: 20px;
  line-height: 0;
}

.some-important-info {
  margin-bottom: 10px;
  padding: 20px 10px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 85, 153);
  border-radius: 5px;
}

.some-important-info:has(img) {
  display: flex;
  align-items: start;
  gap: 20px;
}

.some-important-info p {
  margin: 0px;
}

@media (max-width: 576px) {
  .some-important-info:has(img) {
    flex-direction: column;
    align-items: center;
  }
}

.frm {
  background: black;
  border-radius: 15px;
  margin: 0px auto;
  padding: 20px;
  color: white;
  text-align: center;
}

.grid_wrapper {
  width: 100%;
}

.grid_column_c {
  display: none;
}

@media (min-width: 641px) {
  .main_wrapper {
    margin: 0px auto;
    max-width: 1286px;
    padding: 20px 20px 0px;
  }
  .main_wrapper.article_page {
    padding: 0px;
  }
}

@media (min-width: 992px) {
  .main_wrapper,
  .main_wrapper.article_page {
    padding: 129px 33px 0px;
  }
  @supports (position: sticky) {
    .main_wrapper,
    .main_wrapper.article_page {
      padding: 30px 33px 0px;
    }
  }
  .main_wrapper.article_page {
    padding: 30px 33px 0px;
  }
  .grid_wrapper {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  @supports (display: grid) {
    .grid_wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr) minmax(340px, 1fr);
      align-items: normal;
      flex-wrap: nowrap;
      gap: 45px;
      justify-content: normal;
    }
  }
  @supports (display: grid) {
  }
  @supports (display: grid) {
  }
  .grid_column_ab {
    width: calc(66.6667% - 22px);
  }
  @supports (display: grid) {
    .grid_column_ab {
      grid-column: 1 / 3;
      width: auto;
    }
  }
  @supports (display: grid) {
  }
  @supports (display: grid) {
  }
  @supports (display: grid) {
  }
  .grid_column_c {
    display: block;
    position: relative;
    width: calc(33.3333% - 22px);
  }
  @supports (display: grid) {
    .grid_column_c {
      grid-column: 3;
      width: auto;
    }
  }
}

@font-face {
  font-family: "Pilat Condensed-fallback";
  size-adjust: 81%;
  src: local("Arial Narrow");
}

@font-face {
  font-family: "Pilat Narrow-fallback";
  size-adjust: 88%;
  src: local("Arial");
}

@font-face {
  font-family: "Pilat Narrow Heavy-fallback";
  size-adjust: 85%;
  src: local("Arial");
}

:root {
  --logo-x-12: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11' viewBox='0 0 12 11'%3E%3Cpath fill='%23fff' d='M9.44 0h1.84L7.24 4.6l4.72 6.24H8.256l-2.9-3.792-3.32 3.792H.196l4.28-4.92L-.044 0h3.796l2.62 3.464zm-.644 9.76h1.02l-6.6-8.72H2.12z'/%3E%3C/svg%3E");
  --logo-x-14: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13'%3E%3Cg mask='url(%23mask0_29_106)'%3E%3Cpath fill='%23fff' d='M11.013 0h2.147L8.447 5.367l5.506 7.28h-4.32L6.248 8.223l-3.874 4.424H.23l4.993-5.74L-.05 0h4.428l3.057 4.041zm-.751 11.387h1.19l-7.7-10.174H2.473z'/%3E%3C/g%3E%3C/svg%3E");
  --logo-x-16: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15'%3E%3Cpath fill='%23fff' d='M12.587 0h2.453L9.653 6.133l6.294 8.32h-4.939L7.141 9.397l-4.426 5.056H.26l5.707-6.56L-.059 0h5.062l3.493 4.619zm-.859 13.013h1.36l-8.8-11.626H2.827z'/%3E%3C/svg%3E");
  --logo-x-grey: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' fill='none' viewBox='0 0 14 13'%3E%3Cg mask='url(%23mask0_29_106)'%3E%3Cpath fill='%23ABABAB' d='M11.013 0h2.147L8.447 5.367l5.506 7.28h-4.32L6.248 8.223l-3.874 4.424H.23l4.993-5.74L-.05 0h4.428l3.057 4.041zm-.751 11.387h1.19l-7.7-10.174H2.473z'/%3E%3C/g%3E%3C/svg%3E");
  --logo-x-black: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' fill='none' viewBox='0 0 14 13'%3E%3Cg mask='url(%23mask0_29_106)'%3E%3Cpath fill='%23000' d='M11.013 0h2.147L8.447 5.367l5.506 7.28h-4.32L6.248 8.223l-3.874 4.424H.23l4.993-5.74L-.05 0h4.428l3.057 4.041zm-.751 11.387h1.19l-7.7-10.174H2.473z'/%3E%3C/g%3E%3C/svg%3E");

  --item-before-color: #0b2bf7;
  --live-button-color: #ff2a00;
  --a-la-une-color: #0b2bf7;
  --flag-article: #0b2bf7;
  --flag-color: #ff2a00;
  --flag-title-color: #fff;
}

a,
article,
body,
div,
em,
fieldset,
footer,
h1,
h2,
h3,
h5,
header,
html,
i,
img,
label,
legend,
li,
main,
nav,
p,
span,
strong,
ul,
video {
  border: 0px;
  font: inherit;
  margin: 0px;
  padding: 0px;
  vertical-align: baseline;
}

article,
footer,
header,
main,
nav {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

em,
i {
  font-style: italic;
}

button:hover {
  cursor: pointer;
}

body {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

.main_wrapper {
  background: rgb(255, 255, 255);
}

img {
  display: flex;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.sprite_menu {
  height: 40px;
  vertical-align: middle;
  width: 40px;
}

[class^="icon_"] {
  font-style: normal;
}

[class^="icon_"]::before {
  font-family: icomoon;
}

.icon_envelop::before {
  content: "U";
}

.icon_facebook::before {
  content: "V";
}

.icon_whatsapp::before {
  content: "g";
}

.icon_rss::before {
  content: "p";
}

.icon_android::before {
  content: "q";
}

.icon_appleinc::before {
  content: "r";
}

.icon_linkedin::before {
  content: "d";
}

.icon_messenger::before {
  content: "b";
}

.icon_youtube::before {
  content: "W";
}

.instagram {
  background: linear-gradient(70deg, rgb(249, 154, 62), rgb(206, 49, 138));
}

.android img,
.instagram img,
.newsletters img {
  display: inline;
  margin-right: 1px;
  margin-top: 12px;
  width: 20px;
}

.apple img {
  display: inline;
  margin-top: 9px;
  width: 20px;
}

@media (min-width: 641px) {
  .android img,
  .instagram img,
  .newsletters img {
    margin-right: 0px;
    margin-top: 9px;
    width: 16px;
  }
  .apple img {
    margin-right: 0px;
    margin-top: 7px;
    width: 16px;
  }
}

.content .social_media {
  float: right;
}

.social_media li {
  display: inline-block;
}

.social_media a {
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 0px;
  margin-right: 5px;
  padding: 6px;
}

.social_media li:last-child a {
  margin-right: 0px;
}

.social_media a::before {
  font-size: 0.625rem;
}

@media (min-width: 641px) {
  .content .icon_facebook {
    background: rgb(59, 89, 152);
  }
  .content .icon_twitter {
    background: rgb(0, 0, 0);
  }
}

.content .icon_envelop {
  background: rgb(84, 84, 89);
}

.content .icon_linkedin {
  background: rgb(0, 115, 176);
}

.hide {
  display: none;
}

@media (min-width: 992px) {
  .social_media a:hover {
    opacity: 0.9;
  }
}

strong {
  font-weight: 700;
}

.block {
  border-bottom: 10px solid rgb(233, 239, 241);
  padding: 20px;
}

@media (min-width: 641px) {
  .block {
    border-bottom: 0px;
    margin-bottom: 10px;
    padding: 0px;
  }
  .social_media a::before {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .social_media a {
    padding: 8px;
  }
  .block {
    margin-bottom: 60px;
  }
  .grid_column_c .block {
    margin-bottom: 40px;
  }
}

.live_button {
  background: var(--live-button-color);
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Pilat Condensed Heavy", "Pilat Condensed-fallback", sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 6px;
  padding: 1px 5px;
  text-transform: uppercase;
}

.live_box {
  background: rgb(246, 246, 246);
  color: rgb(0, 0, 0);
  display: block;
  font-family: "Pilat Narrow Heavy", "Pilat Narrow Heavy-fallback", sans-serif;
  font-size: 1.0625rem;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 29px 20px 25px;
  position: relative;
}

.bfmtv .live_box {
  border-bottom: 4px solid rgb(246, 246, 246);
}

.live_box .live_button {
  background: var(--a-la-une-color);
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  font-size: 1rem;
  left: 0px;
  line-height: 1.125rem;
  padding: 6px 10px 8px;
  position: absolute;
  top: 0px;
}

.live_box p {
  margin-top: 20px;
}

.live_box a:hover {
  opacity: 0.7;
}

.live_box a {
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
}

.content_item {
  position: relative;
}

@media (min-width: 992px) {
  .live_button {
    font-size: 1.25rem;
    padding: 2px 14px;
  }
}

@media (-ms-high-contrast: none) and (min-width: 992px),
  screen and (-ms-high-contrast: active) {
  .main_wrapper {
    padding-top: 159px;
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  template {
    display: none;
    position: relative;
  }
}

.live_wrapper_infos {
  cursor: pointer;
}

:root {
  --header-top-background: linear-gradient(90deg, #0000d3 0%, #010272);
  --header-logo-mobile-height: 25px;
  --header-logo-desktop-height: 37px;
  --direct-tv-button-color: #ff2a00;
  --header-replay-display-mobile: none;
  --header-direct-font:
    "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  --nav-primary-hover-color: #0b2bf7;
}

.main_header {
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  transition: transform 0.4s;
  will-change: transform;
  z-index: 999999;
}

@supports (position: sticky) {
  .main_header {
    position: sticky;
  }
}

.nav_primary {
  display: none;
}

.header_top {
  align-items: center;
  background: var(--header-top-background);
  color: rgb(255, 255, 255);
  display: flex;
  height: 62px;
  justify-content: space-between;
  padding: 12px 20px;
  position: relative;
  z-index: 1000000;
}

.header_top button {
  background: transparent;
  border: 0px;
  color: inherit;
  cursor: pointer;
  font-size: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  text-transform: uppercase;
  width: auto;
}

.header_brand {
  display: inline-block;
  font-size: 0px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header_brand img {
  height: var(--header-logo-mobile-height);
  margin: 0px auto;
  width: auto;
}

.header_menu {
  outline: none;
}

@media (min-width: 992px) {
  .header_brand img {
    height: var(--header-logo-desktop-height);
  }
}

.direct_tv::before,
.header_menu::before,
.header_replay::before {
  font-family: IcoMoon;
  font-size: 1.875rem;
  font-weight: 300;
}

.header_menu::before {
  content: ";";
  display: block;
  height: 100%;
  line-height: 1;
  width: 30px;
}

.header_direct {
  align-items: center;
  display: flex;
  text-transform: uppercase;
}

.header_direct {
  position: relative;
}

.header_direct a {
  align-items: center;
  display: flex;
  flex-flow: column;
  font-family: var(--header-direct-font);
  font-size: 0.625rem;
  justify-content: center;
  margin-right: 20px;
  text-align: center;
}

.header_direct a img {
  height: 20px;
  margin-bottom: 3px;
}

@media (max-width: 992px) {
  .header_direct a.direct_radio .direct_radio_bouton {
    border: 1.75px solid rgb(255, 255, 255);
    border-radius: 50px;
    margin-bottom: 2px;
    padding: 2px 0.406rem 0px;
  }
}

.header_direct a.direct_radio img {
  width: 12px;
}

.header_direct a.direct_tv::before {
  display: none;
}

.header_direct a.direct_tv .direct_tv_bouton img {
  height: 15px;
  margin-bottom: 3px;
  width: 17px;
}

@media (max-width: 992px) {
  .header_direct a.direct_tv .direct_tv_bouton {
    background: var(--direct-tv-button-color);
    border: 1.75px solid var(--direct-tv-button-color);
    border-radius: 50px;
    margin-bottom: 2px;
    padding: 6px 4px 1px;
  }
}

@media (min-width: 992px) {
  .header_direct a.direct_tv img {
    display: inline-block;
    margin: 1px 6px 1px 0px;
  }
  .header_direct a.direct_tv {
    padding: 0px 15px;
  }
}

@media (max-width: 992px) {
  .header_direct a.header_replay::before {
    border: 1.75px solid rgb(255, 255, 255);
    border-radius: 50px;
    font-size: 12px;
    margin-bottom: 1px;
    padding: 0.344rem 0.469rem 7px 0.344rem;
  }
}

.header_direct .header_replay::before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none' viewBox='0 0 12 9'%3E%3Cpath fill='%23fff' d='M11.21 0a.84.84 0 0 0-.47.14L7.106 2.62V.75c0-.43-.37-.75-.81-.75-.17 0-.351.05-.481.14L.322 3.9c-.36.25-.43.74-.15 1.07l.12.12 5.504 3.76c.14.1.31.15.48.15.25 0 .49-.11.64-.3.1-.12.16-.28.16-.46V6.37l3.633 2.47c.14.1.31.15.48.15.25 0 .48-.11.64-.28.121-.13.171-.3.171-.47V.75c0-.43-.37-.75-.8-.75zm-.51 1.7v5.6L7.086 4.85v-.7zm-4.924 0v5.59L1.683 4.5z'/%3E%3C/svg%3E");
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.header_direct .header_replay {
  display: var(--header-replay-display-mobile);
}

.header_direct a.direct_tv {
  margin-right: 0px;
}

@media (min-width: 992px) {
  .header_direct a.direct_tv .direct_tv_bouton img {
    margin-bottom: 1px;
  }
}

.header_direct a.direct_tv .span_tv {
  display: inline-block;
}

@media (min-width: 992px) {
  .header_direct a.direct_tv .span_tv {
    margin-bottom: 3px;
  }
}

.direct_tv::before {
  display: block;
  margin: 0px auto;
}

@media (max-width: 325px) {
  .direct_radio {
    display: none;
  }
}

@media (min-width: 641px) {
  .header_direct .header_replay {
    display: flex;
  }
  .header_top button::before {
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .header_direct a {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50px;
    flex-flow: row;
    font-size: 0.8125rem;
    height: 34px;
    line-height: 0;
    margin-right: 10px;
    padding: 0px 15px 3px;
  }
  .header_direct a img {
    margin-bottom: 0px;
  }
  .header_direct .header_replay::before {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    height: 12px;
    margin-bottom: 0px;
    margin-right: 8px;
    margin-top: 2px;
    position: relative;
  }
  .header_direct .direct_radio img {
    height: 12px;
    margin-right: 6px;
    width: 12px;
  }
  .header_direct .direct_tv {
    background: var(--direct-tv-button-color);
    border: 2px solid var(--direct-tv-button-color);
  }
  .header_direct .direct_tv img {
    display: none;
  }
  .header_direct .direct_tv::before {
    background-color: rgb(255, 255, 255);
    content: "";
    display: block;
    height: 11px;
    margin-right: 6px;
    margin-top: 1px;
    mask-image: url("../images/play.a1d51b9aa213d4bf8f86450c6ce71797.svg");
    width: 10px;
  }
  .header_top {
    height: 84px;
    padding: 12px 30px 12px 25px;
  }
  .nav_primary {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(228, 228, 228);
    color: rgb(0, 0, 0);
    display: grid;
    width: 100%;
  }
  .nav_primary ul {
    display: flex;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
    width: 100%;
  }
  .nav_primary li {
    border-bottom: 4px solid transparent;
    display: inline-block;
    font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 10px 10px 0px;
    padding-bottom: 6px;
    text-transform: uppercase;
  }
  .nav_primary li.nav_service a {
    color: rgb(143, 143, 143);
  }
  .nav_primary li a {
    color: rgb(0, 0, 0);
  }
  .nav_primary li:hover {
    border-bottom-color: var(--nav-primary-hover-color);
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .main_header {
    left: 0px;
    position: fixed;
    top: 0px;
    z-index: 1000;
  }
}

:root {
  --footer-background: #001741;
}

.footer {
  background: var(--footer-background);
  max-width: 100%;
}

.footer_container {
  margin: 0px auto;
  max-width: 1600px;
  width: 100%;
}

.footer_wrapper_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 30px 20px;
  width: 100%;
}

.footer_wrapper_top::after {
  clear: both;
  content: "";
  display: table;
}

.footer_right_block {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  text-align: center;
}

.footer_right_block li {
  margin-right: 10px;
}

.footer_right_block li:last-child a {
  margin-right: 0px;
}

.footer_right_block li a {
  background: none;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  display: inline-block;
  font-size: 0px;
  height: 40px;
  line-height: 2.25rem;
  margin-right: 0px;
  padding: 0px;
  text-decoration: none;
  width: 40px;
}

.footer_right_block .icon_twitter::before {
  content: var(--logo-x-14);
  margin-left: 0.5px;
}

.footer_right_block a::before {
  color: rgb(255, 255, 255);
  font-size: 1rem;
}

.footer_middle_title {
  display: none;
}

.footer_social_media {
  display: flex;
  list-style-type: none;
  padding: 0px;
}

.footer_application_icon {
  display: flex;
  list-style-type: none;
  padding: 0px;
}

.footer_application_icon li:last-child {
  margin-right: 0px;
}

.footer_wrapper_middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_wrapper_middle_content {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  padding: 20px;
}

.footer_col {
  width: 50%;
}

.footer_col.block_inline_col {
  width: 100%;
}

.block_inline_col ul li {
  display: inline-block;
  width: 49%;
}

.footer_col ul {
  list-style-type: none;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-top: 5px;
}

.footer_col_title {
  color: rgb(255, 255, 255);
  display: block;
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 0px;
  margin-top: 15px;
  opacity: 0.3;
  text-transform: uppercase;
}

.footer_col a {
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  line-height: 26px;
  text-decoration: none;
}

.footer_copyright {
  background: inherit;
  color: rgb(255, 255, 255);
  font-size: 0.6875rem;
  line-height: 22px;
  margin: auto;
  opacity: 0.3;
  padding: 20px 35px;
  text-align: center;
}

.footer_wrapper_top_content {
  text-align: center;
}

.footer_big_title {
  color: rgb(255, 255, 255);
  display: none;
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  font-size: 1.5rem;
  line-height: 75%;
  text-transform: uppercase;
}

.footer_logo {
  display: inline-block;
  flex: 0 0 auto;
  height: auto;
  margin-right: 0px;
  width: 72px;
}

@media (min-width: 480px) {
  .footer_right_block {
    margin: auto;
  }
  .footer_right_block li {
    margin: 0px 16.6667px;
  }
}

@media (min-width: 992px) {
  .footer a:hover {
    opacity: 0.75;
  }
  .footer_wrapper_middle_content {
    padding: 20px 50px;
  }
  .footer_col.block_inline_col {
    width: auto;
  }
  .block_inline_col ul li {
    display: inherit;
    width: auto;
  }
  .footer_wrapper_top {
    padding: 20px 50px;
  }
  .footer_big_title {
    align-items: center;
    display: flex;
    font-size: 1.875rem;
    line-height: 100%;
    padding-right: 30px;
    width: 100%;
  }
  .footer_wrapper_top_content {
    display: flex;
    text-align: inherit;
  }
  .footer_right_block {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    max-width: 100%;
    padding-top: 0px;
  }
  .footer_middle_title {
    color: rgb(255, 255, 255);
    display: flex;
    font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0px 20px 0px 25px;
    text-transform: uppercase;
  }
  .footer_application_icon,
  .footer_social_media {
    padding: 0px;
  }
  .footer_application_icon li,
  .footer_social_media li {
    margin: 0px;
  }
  .footer_application_icon li:not(:first-child),
  .footer_social_media li:not(:first-child) {
    margin-left: 5px;
  }
  .footer_logo {
    margin-right: 30px;
  }
  .footer_wrapper_middle {
    flex-flow: row;
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer_col {
    display: block;
    width: auto;
  }
  .footer_col ul {
    display: block;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 80px;
    padding-left: 0px;
    text-align: inherit;
  }
  .footer_col:nth-child(4) ul {
    column-count: 2;
    margin-right: 0px;
  }
  .footer_col ul li {
    display: inherit;
    margin-right: 0px;
  }
  .footer_col ul li::after {
    content: "";
  }
  .footer_col_title {
    margin-top: 0px;
    text-align: left;
  }
  .footer_col_site ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-right: 0px;
    column-gap: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .footer_middle_title {
    margin: 0px;
  }
  .footer_wrapper_top {
    padding: 20px 0px;
  }
  .footer_wrapper_top_content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0px auto;
    width: 1220px;
  }
  .footer_wrapper_middle {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer_col:first-child ul,
  .footer_col:nth-child(2) ul {
    margin-right: 120px;
  }
  .footer_col:nth-child(3) ul {
    margin-right: 186px;
  }
  .footer_wrapper_middle_content {
    margin: 0px auto;
    max-width: 1220px;
    padding: 20px 0px;
    width: 100%;
  }
  .footer_right_block {
    justify-content: space-around;
    width: 100%;
  }
}

:root {
  --menu-left-direct-color: #ff2a00;
  --menu-left-radio-color: #0b2bf7;
  --menu-main-color: #0b2bf7;
  --sub-menu-color: #8f8f8f;
}

[class^="menu_list__button_"] {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(189, 189, 189);
  border-radius: 0px;
  box-shadow: none;
  color: rgb(169, 169, 169);
  cursor: pointer;
  display: none;
  font-size: 0px;
  height: 40px;
  line-height: 2.375rem;
  padding: 0px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 40px;
  z-index: 1;
}

[class^="menu_list__button_"]:focus {
  outline: 0px;
}

[class^="menu_list__button_"]::before {
  font-size: 1rem;
}

.menu_list__button_prev {
  left: 0px;
}

.menu_list__button_next {
  right: 0px;
}

.main_menu_nav {
  background: rgb(255, 255, 255);
  display: none;
  height: calc(-62px + 100vh);
  left: 0px;
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
}

@media (min-width: 641px) {
  .main_menu_nav {
    width: 360px;
  }
}

.main_menu_nav .sub_menu_list {
  display: none;
}

.menu_nav {
  background: rgb(255, 255, 255);
  display: flex;
  flex-flow: column wrap;
  height: calc(-142px + 100vh);
  margin: 0px auto;
  max-width: 1280px;
  overflow-y: auto;
}

.menu_nav,
.menu_nav .menu_right {
  width: 100%;
}

.menu_bottom {
  background: rgb(255, 255, 255);
  bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -5px 20px 0px;
  height: 110px;
  left: 0px;
  padding: 20px 0px;
  position: sticky;
  width: 100%;
  z-index: 2;
}

.menu_bottom .menu_bottom__title {
  color: rgb(167, 167, 167);
  font-family: "Pilat Condensed Heavy", "Pilat Condensed-fallback", sans-serif;
  font-size: 0.875rem;
  margin-bottom: 11px;
  padding-left: 20px;
  text-transform: uppercase;
}

.menu_bottom .menu_list__button_prev {
  display: none;
}

.menu_bottom ul {
  align-items: center;
  display: flex;
  overflow-x: auto;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}

.menu_bottom ul::after {
  content: "";
  display: block;
  height: 1px;
  padding-right: 20px;
}

.menu_bottom .content_item + .content_item,
.menu_bottom li {
  margin-left: 15px;
}

.menu_bottom li {
  display: inline-block;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}

.menu_bottom li:first-child {
  margin-left: 20px;
}

.menu_bottom li a {
  cursor: pointer;
  display: block;
  font-size: 0px;
}

.menu_bottom li a:hover {
  opacity: 0.6;
}

.menu_bottom span {
  display: none;
}

@media (min-width: 641px) {
  .menu_right {
    max-height: calc(var(--vh, 1vh) * 100 - 122px);
    overflow-y: auto;
    position: relative;
    width: 100%;
  }
}

.menu_center_left {
  padding: 15px 15px 30px;
  width: 100%;
}

.menu_center_left .menu_center_left_radio {
  color: rgb(255, 255, 255);
}

.menu_center_left .menu_center_left_radio a:first-child {
  background-color: var(--menu-left-direct-color);
  margin: 0px;
}

.menu_center_left .menu_center_left_radio a:last-child {
  background-color: rgb(45, 43, 47);
  margin: 10px 0px;
}

.menu_center_left
  .menu_center_left_radio
  a:last-child
  .menu_center_left_radio_picto {
  background-color: rgb(45, 43, 47);
}

.menu_center_left .menu_center_left_radio a.menu_center_left_radio_bfm2 {
  background: linear-gradient(90deg, rgb(0, 0, 148), rgb(0, 0, 105));
}

.menu_center_left
  .menu_center_left_radio
  a.menu_center_left_radio_bfm2
  .menu_center_left_radio_img
  img {
  width: 43px;
}

.menu_center_left .menu_center_left_radio .live_wrapper_infos,
.menu_center_left .menu_center_left_radio a {
  align-items: center;
  background-color: var(--menu-left-radio-color);
  border-radius: 8px;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  min-height: 60px;
  padding: 0px 20px;
  position: relative;
}

.menu_center_left
  .menu_center_left_radio
  .live_wrapper_infos
  .menu_center_left_radio_img,
.menu_center_left .menu_center_left_radio a .menu_center_left_radio_img {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 8px;
  width: 43px;
}

.menu_center_left
  .menu_center_left_radio
  .live_wrapper_infos
  .menu_center_left_radio_img
  img,
.menu_center_left .menu_center_left_radio a .menu_center_left_radio_img img {
  width: 38px;
}

.menu_center_left .menu_center_left_radio a:hover {
  color: rgb(255, 255, 255);
}

.menu_center_left .menu_center_left_radio span {
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  font-size: 1.25rem;
  line-height: 22px;
  padding: 11px 35px 15px 11px;
  text-transform: none;
  white-space: break-spaces;
}

.menu_center_left .menu_center_left_radio div {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.menu_center_left .menu_center_left_radio .menu_center_left_radio_picto {
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  height: 30px;
  padding-left: 2px;
  position: absolute;
  right: 20px;
  width: 30px;
}

.menu_center_left li {
  border-top: 1px solid rgb(211, 211, 211);
  display: block;
  padding: 0px;
}

.menu_center_left > ul > li:first-child {
  border-top: 0px;
}

.menu_center_left > ul > li:last-child {
  border-bottom: 1px solid rgb(211, 211, 211);
}

.menu_center_left a {
  color: rgb(1, 1, 1);
  display: block;
  height: 100%;
  padding-left: 10px;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

.menu_center_left .menu_label {
  display: inline;
}

.menu_center_left .menu_label,
.menu_center_left a span {
  display: block;
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  font-size: 1.125rem;
  line-height: 2.3125rem;
  margin: 0px;
  padding-top: 3px;
  position: relative;
}

.menu_center_left .menu_label_header .menu_label::before,
.menu_center_left > ul > li > a span::before {
  background: var(--menu-main-color);
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 5px;
  margin: 0px 10px 4px 0px;
  width: 5px;
}

.menu_label_header {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}

.show_menu {
  cursor: pointer;
  font-size: 0px;
  position: relative;
}

.show_menu::after {
  color: rgb(0, 0, 0);
  content: "G";
  font-family: IcoMoon;
  font-size: 0.875rem;
  padding: 15px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translateY(0px);
  transition: transform 0.25s;
}

.sub_menu_list li a {
  padding-left: 25px;
}

.sub_menu_list li a:hover {
  opacity: 0.6;
}

.sub_menu_list a span {
  color: var(--sub-menu-color);
}

.menu_center__title,
.menu_center__title span {
  color: rgb(167, 167, 167);
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  font-size: 0.875rem;
  padding: 25px 0px 6px;
  text-transform: uppercase;
}

.menu_center__title {
  border-bottom: 1px solid rgb(211, 211, 211);
}

@media (min-width: 641px) {
  .menu_center_left a:hover {
    color: var(--menu-main-color);
  }
}

.menu_share_social .facebook {
  background: rgb(59, 89, 152);
}

.menu_share_social .twitter {
  background: rgb(0, 0, 0);
  padding-top: 2px;
}

.menu_share_social .twitter::before {
  content: var(--logo-x-16);
}

@media (min-width: 641px) {
  .menu_share_social .twitter::before {
    content: var(--logo-x-14);
  }
}

.menu_share_social .youtube {
  background: rgb(220, 70, 43);
}

.menu_share_social .linkedin {
  background: rgb(0, 115, 176);
}

.menu_share_social .apple {
  background: rgb(0, 0, 0);
}

.menu_share_social .android {
  background: rgb(50, 222, 132);
}

.menu_share_social .newsletters {
  background: rgb(11, 43, 247);
}

.menu_share_social {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 250px;
  min-height: 80px;
  overflow: scroll hidden;
  padding-top: 5px;
  width: 100%;
}

.menu_share_social a {
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: block;
  font-size: 1.125rem;
  height: 45px;
  line-height: 2.8125rem;
  margin-right: 15px;
  min-width: 45px;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  width: 45px;
}

.menu_share_social a:last-of-type {
  margin-right: 0px;
}

.menu_share_social a:hover {
  color: rgb(255, 255, 255);
}

@media (min-width: 641px) {
  .main_menu_nav {
    position: fixed;
    top: 62px;
  }
  .menu_center_left .menu_label_header .menu_label,
  .menu_center_left a span {
    font-size: 1rem;
  }
  .menu_share_social a:hover {
    opacity: 0.6;
  }
  .menu_center_left {
    padding: 10px 15px 20px;
  }
  .menu_bottom {
    overflow: hidden;
    padding: 20px;
  }
  .menu_bottom .menu_bottom__title {
    padding-left: 0px;
  }
  .menu_bottom ul li {
    height: 40px;
    margin-bottom: 0px;
    width: 40px;
  }
  .menu_bottom ul li:not(:first-child) {
    margin-left: 15px;
  }
  .menu_bottom ul li:first-child {
    margin-left: 0px;
  }
  .menu_bottom ul {
    height: 55px;
    justify-content: space-between;
    overflow-x: auto;
    transition: transform 0.2s;
  }
  .menu_bottom ul::after {
    display: none;
  }
  .menu_share_social {
    margin-bottom: 0px;
    overflow: initial;
  }
  .menu_share_social a {
    font-size: 0.875rem;
    height: 34px;
    line-height: 2.125rem;
    margin-right: 8px;
    min-width: 34px;
    width: 34px;
  }
}

.menu_pastille {
  padding-top: 30px;
}

.menu_pastille .menu_list__button_prev {
  display: none;
}

.menu_pastille ul {
  align-items: center;
  display: flex;
  overflow-x: auto;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}

.menu_pastille li {
  border: 0px;
  flex: 0 0 auto;
  margin-left: 12px;
  padding: 0px;
}

.menu_pastille li:first-of-type {
  margin-left: 0px;
}

.menu_pastille li a {
  padding: 0px;
  width: 62px;
}

.menu_pastille li img {
  width: 62px;
}

.menu_pastille li:first-of-type a {
  margin-left: 0px;
}

.menu_pastille .menu_pastille__slider {
  display: flex;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.menu_pastille .menu_pastille__slider .slider_wrapper {
  display: flex;
}

.menu_pastille .menu_pastille__slider .slider_next::after,
.menu_pastille .menu_pastille__slider .slider_prev::after {
  border: 0px;
  border-radius: 0px;
}

@media (min-width: 992px) {
  .menu_pastille .menu_pastille__slider ul {
    overflow: initial;
    padding-bottom: 0px;
    width: 100%;
  }
}

.menu_pastille .menu_pastille__title {
  color: rgb(167, 167, 167);
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  font-size: 0.875rem;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.menu_pastille .menu_list__button_next,
.menu_pastille .menu_list__button_prev {
  height: 62px;
  line-height: 62px;
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  .main_menu_nav {
    border-top: 0px;
    height: calc(-85px + 100vh);
    top: 85px;
  }
  .menu_nav {
    height: calc(-195px + 100vh);
  }
  .menu_bottom__slider {
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 315px;
  }
  .menu_bottom__slider .carousel_arrow {
    text-align: center;
  }
  .menu_bottom__slider .slider_next::after,
  .menu_bottom__slider .slider_prev::after {
    border: 0px;
    border-radius: 0px;
  }
  .menu_list__button_next,
  .menu_list__button_prev {
    display: block;
  }
  .menu_bottom ul {
    overflow-x: initial;
  }
  .menu_center_left a span::before {
    margin: 0px 13px 2px 0px;
  }
  .menu_share_social {
    min-height: auto;
    padding-top: 10px;
  }
}

:root {
  --carousel-darker-color: #001741;
}

.slider_wrapper {
  overflow: hidden;
  width: 100%;
}

.slider_wrapper ::-webkit-scrollbar-track {
  display: none;
}

.slider_container {
  display: flex;
  flex-wrap: nowrap;
  transform: translate(0px);
  transition-duration: 0.3s;
  transition-property: transform;
  width: 100%;
}

.slider_container::after {
  content: "";
  padding-right: 20px;
}

.carousel_arrow {
  display: none;
  padding-top: 1px;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  white-space: nowrap;
}

.slider_prev {
  cursor: auto;
  margin-right: 6px;
  opacity: 0.5;
}

.slider_next::after,
.slider_prev::after {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  content: "t";
  font-family: IcoMoon;
  font-size: 1rem;
  padding: 8px;
}

.slider_next::after {
  content: "h";
}

@media (min-width: 992px) {
  .slider_container::after {
    content: "";
    padding-right: 0px;
  }
  .carousel_arrow {
    display: block;
  }
}

:root {
  --player-audio-color: #0b2bf7;
  --direct-title-color: #ff2a00;
  --player-audio-title:
    "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
}

.content_body_wrapper .bloc_center_full {
  background: rgb(233, 239, 241);
}

.display_ads_mobile .bloc_center_full {
  display: none;
}

@media (max-width: 992px) {
  .display_ad {
    text-align: center;
  }
}

.grid_column_ab .bloc_center_full {
  padding-bottom: 30px;
}

.grid_column_ab .bloc_center_full {
  padding-top: 20px;
  position: relative;
}

.grid_column_ab .bloc_center_full::before {
  color: rgb(171, 171, 171);
  content: "Publicité";
  display: block;
  font-family: "Pilat Narrow Heavy", "Pilat Narrow Heavy-fallback", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 100%;
}

.content_article .bloc_center_full {
  margin-left: -20px;
  padding-top: 30px;
  width: calc(100% + 40px);
}

.content_article .bloc_center_full::before {
  top: 7px;
}

.content_body_wrapper .bloc_center_full {
  margin-bottom: 20px;
}

@media (min-width: 641px) {
  .grid_wrapper .bloc_center_full {
    background: inherit;
    margin-top: 0px;
  }
  .grid_column_ab .bloc_center_full::before {
    display: none;
  }
  .content_body_wrapper .bloc_center_full::before {
    display: block;
  }
  .grid_column_ab .bloc_center_full {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .bloc_center_full {
    margin: 30px auto;
    max-width: 1286px;
    text-align: center;
  }
  .content_body_wrapper .bloc_center_full::before {
    display: none;
  }
  .grid_column_ab .bloc_center_full {
    padding: 0px;
  }
}

:root {
  --info-cles-color: #ff2a00;
  --content-url-info-cles-icone: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff2a00' d='M0 8c0-4.411 3.589-8 8-8s8 3.589 8 8-3.589 8-8 8-8-3.589-8-8m11.19.488a.695.695 0 0 0-.004-1l-2.441-2.37c-.675-.674-1.689.337-1.013 1.01l.825.82c.188.186.124.338-.14.338H5.134a.715.715 0 0 0 0 1.429h3.285c.264 0 .327.151.139.337l-.825.82c-.676.674.338 1.684 1.013 1.01zM8 1.672A6.336 6.336 0 0 0 1.672 8 6.336 6.336 0 0 0 8 14.328 6.336 6.336 0 0 0 14.328 8 6.336 6.336 0 0 0 8 1.672'/%3E%3C/svg%3E");
  --embed-content-color: #0b2bf7;
  --background-etiquette-positif: #0b2bf7;
}

.content_body {
  font-size: 1.0625rem;
  line-height: 157%;
  padding: 0px 20px;
}

.content_body p:not(.chapo) {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  margin-bottom: 20px;
}

.content_body a {
  color: var(--embed-content-color);
  font-weight: 700;
  overflow-wrap: break-word;
  text-decoration: none;
}

.embed_dossier a {
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.subheading {
  font-size: 1.5rem;
  line-height: 108%;
}

.subheading {
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  margin: 30px 0px;
  scroll-margin-top: 80px;
}

.subheading_title {
  display: inline;
}

.main_header {
  position: relative;
}

.embed {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .main_wrapper.article_page {
    padding: 30px 33px 0px;
  }
}

.embed_dossier .subheading {
  font-size: 1rem;
}

.embed_dossier a {
  font-size: 1.1875rem;
  line-height: 117%;
  text-decoration: none;
}

@media (min-width: 641px) {
  .content_datetime span {
    display: inline-block;
  }
  .embed_dossier .subheading {
    font-size: 1.25rem;
  }
  .embed {
    margin: 30px 0px;
  }
  .subheading {
    font-size: 1.625rem;
    line-height: 92%;
    margin: 25px 0px;
  }
  .content_body {
    font-size: 1rem;
    line-height: 1.9rem;
    margin: 0px auto;
    max-width: 580px;
    padding: 0px;
  }
  .content_body_wrapper a:hover {
    opacity: 0.75;
  }
}

@media (min-width: 992px) {
  .content_body p:not(.chapo) {
    line-height: 166%;
  }
}

:root {
  --embed-quote-border: #0b2bf7;
}

:root {
  --content-header-background: linear-gradient(90deg, #0000d3 0%, #010272);
  --flag-background-color: #fff;
  --flag-text-color: #0b2bf7;
  --flag-notation-background: #0b2bf7;
}

.content_header {
  align-items: center;
  background-image: var(--content-header-background);
  color: rgb(255, 255, 255);
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0px;
  word-break: break-word;
}

.contain_title_btn {
  flex-basis: 100%;
  padding: 0px 20px;
}

.article_page .icon_twitter::before,
.content_article .icon_twitter::before {
  content: var(--logo-x-12);
  margin-left: 0.5px;
}

@media (min-width: 641px) {
  .article_page .icon_twitter::before,
  .content_article .icon_twitter::before {
    content: var(--logo-x-14);
  }
}

.article_page .content_header {
  padding-bottom: 20px;
}

.content_title {
  color: rgb(255, 255, 255);
  font-family: "Pilat Condensed Heavy", "Pilat Condensed-fallback", sans-serif;
  font-size: 1.5rem;
  line-height: 110%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.signatures_date {
  display: inline-block;
  max-width: calc(100% - 125px);
  padding-left: 20px;
}

.header_surtitre {
  display: block;
  position: relative;
}

.header_surtitre > a {
  background: inherit;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  font-size: 0.6875rem;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}

.content_datetime {
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  font-size: 0.625rem;
  opacity: 0.6;
  overflow: hidden;
  padding: 1px 0px 0px;
  width: auto;
}

.content_header .content_datetime {
  margin: 0px;
}

.content_datetime span {
  display: inline-block;
}

.content .social_media {
  padding-right: 20px;
}

.content .social_media .linkedin,
.content .social_media .mail,
.content .social_media .messenger,
.content .social_media .whatsapp {
  display: none;
}

.content .social_media li:first-of-type,
.content .social_media li:nth-of-type(2) {
  display: inline-block;
}

.content .social_media .twitter a {
  margin-right: 0px;
}

.social_media a {
  border: 1px solid rgb(255, 255, 255);
  display: inline-grid;
  height: 27px;
  line-height: 1;
  text-align: center;
  width: 27px;
}

.social_media a::before {
  font-size: 0.875rem;
}

.content_header .social_media a {
  margin-right: 10px;
}

.content .icon_facebook,
.content .icon_twitter {
  background: transparent;
}

@media (min-width: 641px) {
  .content_title {
    border-left: 0px;
    font-size: 3rem;
    letter-spacing: 0.03rem;
    line-height: 3.125rem;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .article_page .content_header {
    padding-bottom: 0px;
  }
  .content_header {
    background: transparent;
    color: rgb(0, 0, 0);
    padding: 0px;
  }
  .content_title {
    color: rgb(0, 0, 0);
  }
  .social_media a {
    border: 0px;
    height: 32px;
    width: 32px;
  }
  .content .icon_facebook {
    background: rgb(59, 89, 152);
  }
  .content .icon_twitter {
    background: rgb(0, 0, 0);
  }
  .header_surtitre {
    display: none;
  }
  .contain_title_btn {
    padding: 0px;
  }
  .content .social_media a {
    margin-right: 5px;
  }
  .content_body,
  .content_body p:not(.chapo) {
    font-size: 1.125rem;
  }
  .content_datetime {
    color: rgb(167, 167, 167);
    font-size: 0.875rem;
    line-height: 1;
  }
  .content .social_media {
    padding-right: 0px;
  }
  .social_media .whatsapp {
    display: none;
  }
  .content .social_media .twitter a {
    margin-right: 0px;
  }
  .social_media a::before {
    font-size: 0.9375rem;
  }
  .signatures_date {
    align-items: center;
    display: inline-flex;
    padding: 0px;
  }
  .content_datetime {
    padding: 1px 15px 0px 0px;
  }
}

:root {
  --menu-before-color: #0b2bf7;
  --progress-bar-color: #0b2bf7;
  --progress-bar-background: #e9eff1;
  --cta-button-color: #0b2bf7;
  --fixed-title-font: "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
}

@supports (position: sticky) {
}

.hide {
  visibility: hidden;
}

:root {
  --picto-podcast-background: #0b2bf7;
  --podcast-embed-titre:
    "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
}

@media (min-width: 641px) {
  .grid_column_c .block {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}

:root {
  --biz-dev-primary: #0b2bf7;
  --biz-dev-secondary: #ff2a00;
  --biz-dev-font-primary:
    "Pilat Narrow Heavy", "Pilat Narrow Heavy-fallback", sans-serif;
  --biz-dev-font-secondary:
    "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
  --biz-dev-font-shoptimate:
    "Pilat Condensed Heavy", "Pilat Condensed-fallback", sans-serif;
  --min-width-notation: 113px;
}

:root {
  --widget_sommaire_main_color: #0b2bf7;
  --widget_sommaire_title_font:
    "Pilat Narrow Heavy", "Pilat Narrow Heavy-fallback", sans-serif;
  --widget_sommaire_content_font:
    "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
}

:root {
  --android-banner-link-background: #0b2bf7;
}

:root {
  --pastille-liste-color: #0b2bf7;
}

.embed_dossier .dossier_rebond {
  margin: 20px 0px;
}

.embed_dossier .dossier_rebond ul li {
  margin-bottom: 15px;
  position: relative;
}

.embed_dossier .dossier_rebond ul li::before {
  background: var(--pastille-liste-color);
  border-radius: 2px;
  content: "";
  height: 6px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 6px;
}

.embed_dossier .dossier_rebond ul li .subheading_title {
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  padding-left: 15px;
}

:root {
  --alert-title-police:
    "Pilat Narrow Bold", "Pilat Narrow-fallback", sans-serif;
}

:root {
  --dark: #131313;
  --gold: #ffba2f;
  --silver: #d8d6d0;
  --bronze: #ca795f;
  --grey: grey;
  --grey75: #404040;
  --grey85: #262626;
  --grey-lightness: #f7f7f7;
  --grey-light: #e7e7e7;
  --grey-dark: #b3b3b3;
  --blue-sky: #4b95f5;
  --pink: #e687cd;
  --purple: #8e8fe2;
  --gradient: linear-gradient(
    90deg,
    var(--blue-sky) 0%,
    var(--purple) 49.5%,
    var(--pink) 100%
  );
  --purple-light: rgba(142, 143, 226, 0.2);
}

.content_body_wrapper a:hover {
  opacity: 1;
}

a {
  cursor: pointer;
}

:root {
  --direct-icon-color: #ff2a00;
  --play-progress-color: #004af1;
}

.u_cbox {
  position: relative;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  text-align: left;
  text-size-adjust: none;
}

.u_cbox .u_vc {
  overflow: hidden;
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.u_cbox,
.u_cbox p,
.u_cbox h3,
.u_cbox h5,
.u_cbox ul,
.u_cbox li,
.u_cbox fieldset,
.u_cbox legend,
.u_cbox textarea,
.u_cbox button {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, sans-serif;
}

.u_cbox,
.u_cbox textarea,
.u_cbox button {
  font-size: 14px;
  line-height: 1.25em;
}

.u_cbox img,
.u_cbox fieldset {
  border: 0px;
}

.u_cbox fieldset {
  min-width: 0px;
}

.u_cbox ul {
  list-style: none;
}

.u_cbox em {
  font-style: normal;
}

.u_cbox a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.u_cbox strong {
  font-weight: 400;
}

.u_cbox a,
.u_cbox button {
  overflow-anchor: none;
}

.u_cbox button {
  overflow: visible;
  border: 0px;
  border-radius: 0px;
  background: 0px 0px;
  cursor: pointer;
  user-select: none;
  color: rgb(0, 0, 0);
}

.u_cbox .u_cbox_btn_refresh .u_cbox_ico_refresh,
.u_cbox .u_cbox_help_info .u_cbox_ico_help,
.u_cbox .u_cbox_layer_help .u_cbox_btn_info_close,
.u_cbox .u_cbox_layer_help .u_cbox_ico_help,
.u_cbox .u_cbox_sort .u_cbox_sort_option_on .u_cbox_ico_select,
.u_cbox .u_cbox_ico_more,
.u_cbox .u_cbox_sort::before,
.u_cbox .u_cbox_sort::after,
.u_cbox .u_cbox_ico_arrow,
.u_cbox .u_cbox_ico_help {
  background-repeat: no-repeat;
  background-size: 400px 800px;
  font-size: 0px;
  line-height: 0;
}

.u_cbox .u_cbox_work_sub .u_cbox_ico_open,
.u_cbox .u_cbox_ico_recomm,
.u_cbox .u_cbox_ico_unrecomm,
.u_cbox .u_cbox_paginate .u_cbox_ico_more,
.u_cbox .u_cbox_ico_exclamation {
  background-image: url("/img/sp_comment.svg");
  background-size: 410px 406px;
  background-repeat: no-repeat;
}

.u_cbox .u_cbox_head {
  min-height: 41px;
  margin: 0px 15px;
  padding-top: 3px;
  line-height: 41px;
}

.u_cbox .u_cbox_head::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_head .u_cbox_head_tools {
  float: right;
  margin-right: -6px;
}

.u_cbox .u_cbox_head .u_cbox_head_tools::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_title {
  float: left;
  font-size: 17px;
  font-weight: 700;
}

.u_cbox .u_cbox_count {
  float: left;
  padding: 1px 0px 0px 5px;
  font-size: 18px;
  font-family: HelveticaNeue-Light, Helvetica-Light, sans-serif;
  line-height: 39px;
}

.u_cbox .u_cbox_btn_refresh {
  float: left;
  overflow: hidden;
  width: 23px;
  height: 23px;
  margin: 9px 0px 0px 7px;
  border: 0px;
  font-size: 0px;
  text-indent: -9999px;
  color: transparent;
}

.u_cbox .u_cbox_btn_refresh .u_cbox_ico_refresh {
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid rgb(217, 217, 217);
  background-position: -82px -29px;
  background-color: rgb(255, 255, 255);
}

.u_cbox .u_cbox_comment_count_wrap {
  margin: 0px 15px;
}

.u_cbox .u_cbox_comment_count::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_count_info {
  position: relative;
  float: left;
  padding: 2px 9px 11px;
  font-size: 0px;
  line-height: 0;
}

.u_cbox .u_cbox_count_info::before {
  position: absolute;
  top: 6px;
  left: 0px;
  width: 1px;
  height: 10px;
  background: rgb(220, 220, 220);
  content: "";
}

.u_cbox .u_cbox_count_info:first-child {
  padding-left: 0px;
}

.u_cbox .u_cbox_count_info:first-child::before {
  display: none;
}

.u_cbox .u_cbox_comment_count .u_cbox_info_title {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: rgb(118, 118, 120);
}

.u_cbox .u_cbox_comment_count .u_cbox_info_txt {
  margin-left: 2px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgb(48, 48, 56);
}

.u_cbox .u_cbox_wrap > .u_cbox_write_wrap {
  margin: 0px 15px;
}

.u_cbox .u_cbox_thumb {
  float: left;
}

.u_cbox .u_cbox_thumb .u_cbox_thumb_wrap {
  display: block;
  position: relative;
  margin-right: 4px;
}

.u_cbox .u_cbox_thumb .u_cbox_img_profile {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  vertical-align: top;
}

.u_cbox .u_cbox_thumb .u_cbox_thumb_mask {
  position: absolute;
  inset: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.u_cbox .u_cbox_write {
  background-color: rgb(255, 255, 255);
}

.u_cbox .u_cbox_write_inner {
  position: relative;
  border: 1px solid rgb(179, 179, 179);
}

.u_cbox .u_cbox_write_area {
  max-width: 100%;
}

.u_cbox .u_cbox_write .u_cbox_inbox {
  position: relative;
  margin-right: 69px;
  padding: 10px 12px 13px;
}

.u_cbox .u_cbox_write .u_cbox_inbox .u_cbox_text {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 18px;
  border: 0px;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.25;
  color: rgb(51, 51, 51);
  appearance: none;
  resize: none;
}

.u_cbox .u_cbox_write .u_cbox_inbox .u_cbox_guide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  right: 112px;
  left: 11px;
  z-index: 10;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: rgb(182, 182, 182);
}

.u_cbox .u_cbox_type_logged_out .u_cbox_write .u_cbox_inbox .u_cbox_guide {
  right: 11px;
}

.u_cbox
  .u_cbox_write_notice_checkbox:focus-visible
  + .u_cbox_write_notice_checklabel::before {
  outline: -webkit-focus-ring-color auto medium;
}

.u_cbox .u_cbox_write_count {
  display: none;
  position: relative;
  margin: -4px 15px 10px;
  font-size: 13px;
  color: rgb(170, 170, 170);
  line-height: 1.57;
  text-align: right;
}

.u_cbox .u_cbox_btn_upload {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  min-width: 69px;
  height: 43px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgb(0, 199, 60);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: rgb(255, 255, 255);
  z-index: 10;
}

.u_cbox .u_cbox_upload_sticker {
  display: none;
  position: relative;
  z-index: 20;
  padding: 0px 15px 4px;
}

.u_cbox .u_cbox_upload_sticker::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_addition {
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: 76px;
  z-index: 10;
  padding-left: 4px;
}

.u_cbox
  .u_cbox_addition
  .u_cbox_secret_check:focus-visible
  + .u_cbox_secret_label {
  outline: -webkit-focus-ring-color auto medium;
}

.u_cbox .u_cbox_type_logged_out .u_cbox_inbox {
  margin-right: 0px;
}

.u_cbox .u_cbox_type_logged_out .u_cbox_write_count,
.u_cbox .u_cbox_type_logged_out .u_cbox_upload {
  display: none;
}

.u_cbox .u_cbox_sort {
  position: relative;
  padding: 13px 0px 10px;
}

.u_cbox .u_cbox_sort::before,
.u_cbox .u_cbox_sort::after {
  position: absolute;
  top: 3px;
  bottom: 0px;
  z-index: 4;
  width: 20px;
  max-height: 45px;
  content: "";
}

.u_cbox .u_cbox_sort::before {
  left: 0px;
  background-position: -343px -108px;
}

.u_cbox .u_cbox_sort::after {
  right: 37px;
  background-position: -365px -108px;
}

.u_cbox .u_cbox_sort_option {
  overflow: hidden;
  position: relative;
  z-index: 3;
  height: 21px;
  margin-right: 37px;
}

.u_cbox .u_cbox_sort_scroller {
  position: absolute;
  z-index: 1;
  padding: 0px 17px;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_list {
  display: table;
  white-space: nowrap;
  margin-right: 37px;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_wrap {
  display: table-cell;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_wrap + .u_cbox_sort_option_wrap,
.u_cbox .u_cbox_sort .u_cbox_sort_option_wrap ~ .u_cbox_sort_option_wrap {
  padding-left: 11px;
}

.u_cbox .u_cbox_sort .u_cbox_select {
  float: left;
  overflow: hidden;
  position: relative;
  padding-right: 2px;
}

.u_cbox .u_cbox_sort .u_cbox_ico_select {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  width: 0px;
  height: 0px;
  text-indent: -999px;
  vertical-align: top;
  color: transparent;
}

.u_cbox .u_cbox_sort .u_cbox_sort_label {
  display: inline-block;
  font-size: 14px;
  color: rgb(198, 198, 198);
  line-height: 21px;
  vertical-align: top;
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_on .u_cbox_sort_label {
  padding-left: 18px;
  color: rgb(0, 0, 0);
}

.u_cbox .u_cbox_sort .u_cbox_sort_option_on .u_cbox_ico_select {
  top: 7px;
  left: 0px;
  width: 13px;
  height: 9px;
  background-position: -80px -130px;
}

.u_cbox .u_cbox_help_info {
  float: left;
}

.u_cbox .u_cbox_help_info .u_cbox_info_label {
  overflow: hidden;
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.u_cbox .u_cbox_help_info .u_cbox_btn_help {
  float: left;
}

.u_cbox .u_cbox_help_info .u_cbox_ico_help {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-position: -135px -25px;
  vertical-align: top;
}

.u_cbox .u_cbox_help_info .u_cbox_txt_help {
  overflow: hidden;
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.u_cbox .u_cbox_layer_help {
  right: 15px;
  width: 222px;
  padding: 20px 15px 16px;
  margin-top: 34px;
  border: 1px solid rgb(224, 224, 224);
  background-color: rgb(248, 248, 248);
  box-sizing: border-box;
}

@media (min-width: 320px) {
  .u_cbox .u_cbox_layer_help {
    width: 284px;
  }
}

.u_cbox .u_cbox_layer_help .u_cbox_info_title {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.u_cbox .u_cbox_layer_help .u_cbox_info_txt + .u_cbox_info_title,
.u_cbox .u_cbox_layer_help .u_cbox_info_txt ~ .u_cbox_info_title {
  margin-top: 25px;
}

.u_cbox .u_cbox_layer_help .u_cbox_ico_help {
  display: inline-block;
  overflow: hidden;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  background-position: -168px -31px;
  line-height: 999px;
  vertical-align: top;
}

.u_cbox .u_cbox_layer_help .u_cbox_info_txt {
  padding-top: 7px;
  font-size: 15px;
  color: rgb(128, 128, 128);
  line-height: 20px;
  letter-spacing: -0.5px;
}

.u_cbox .u_cbox_layer_help .u_cbox_btn_info_close {
  overflow: hidden;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  background-position: -108px -56px;
  line-height: 999px;
}

.u_cbox .u_cbox_sort .u_cbox_head_tools {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 110;
}

.u_cbox .u_cbox_sort .u_cbox_layer_help {
  margin-top: 35px;
  right: 5px;
}

.u_cbox .u_cbox_notice {
  position: relative;
  margin: 7px 15px 0px;
  padding: 11px 13px 10px;
  border: 1px solid rgb(237, 237, 237);
  background-color: rgb(248, 248, 248);
}

.u_cbox .u_cbox_comment_box {
  position: relative;
  border-bottom: 1px solid rgb(226, 226, 226);
}

.u_cbox .u_cbox_area {
  padding: 15px;
}

.u_cbox .u_cbox_info {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.u_cbox .u_cbox_info::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_info .u_cbox_thumb {
  flex-shrink: 0;
}

.u_cbox .u_cbox_info .u_cbox_thumb ~ .u_cbox_info_main {
  width: calc(100% - 27px);
}

.u_cbox .u_cbox_info_main {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  min-height: 27px;
  padding-right: 104px;
  box-sizing: border-box;
}

.u_cbox .u_cbox_name {
  overflow: hidden;
}

.u_cbox .u_cbox_name_area {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.37;
}

.u_cbox .u_cbox_nick_area {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u_cbox .u_cbox_btn_totalcomment {
  flex-shrink: 0;
  margin-left: 4px;
}

.u_cbox .u_cbox_btn_totalcomment .u_cbox_txt_total {
  float: left;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: rgb(102, 102, 102);
}

.u_cbox .u_cbox_btn_totalcomment .u_cbox_ico_arrow {
  float: left;
  width: 5px;
  height: 8px;
  margin: 5px 0px 0px 3px;
  background-position: -185px -155px;
}

.u_cbox .u_cbox_follow_button {
  position: absolute;
  top: -2px;
  right: 16px;
  min-width: 49px;
  min-height: 25px;
  padding: 3px 5px 4px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.05);
}

.u_cbox .u_cbox_follow_label {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.u_cbox .u_cbox_follow_label {
  color: rgb(51, 51, 51);
}

.u_cbox .u_cbox_work_sub {
  position: absolute;
  top: -4px;
  right: -13px;
}

.u_cbox .u_cbox_work_sub .u_cbox_btn_open {
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  font-size: 0px;
  line-height: 0;
}

.u_cbox .u_cbox_work_sub .u_cbox_ico_open {
  display: inline-block;
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
  vertical-align: top;
  background-position: -373px -266px;
  background-repeat: no-repeat;
  width: 3px;
  height: 15px;
  margin: 8px 0px 0px 13px;
}

.u_cbox .u_cbox_work_box {
  display: none;
  position: absolute;
  top: 30px;
  right: 13px;
  z-index: 100;
  width: 86px;
}

.u_cbox .u_cbox_work_box .u_cbox_btn_userreport,
.u_cbox .u_cbox_work_box .u_cbox_btn_userblock {
  display: block;
  padding: 12px 5px 10px;
  border-top: 1px solid rgb(235, 235, 235);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.58px;
  text-align: center;
}

.u_cbox .u_cbox_work_box .u_cbox_ico_block {
  display: none;
}

.u_cbox .u_cbox_work_inner {
  display: block;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 1px 4px 0px,
    rgba(0, 0, 0, 0.07) 0px 1px 1px 0px;
}

.u_cbox .u_cbox_work_inner a:first-child {
  border-top: 0px;
}

.u_cbox .u_cbox_info_base {
  padding-top: 6px;
}

.u_cbox .u_cbox_info_base::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox .u_cbox_date {
  float: left;
  font-size: 13px;
  font-family: Helvetica-Light, Helvetica, sans-serif;
  letter-spacing: -0.1px;
  color: rgb(153, 153, 153);
}

.u_cbox .u_cbox_text_wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  word-break: break-all;
  overflow-wrap: break-word;
  color: rgb(51, 51, 51);
}

.u_cbox .u_cbox_tool {
  position: relative;
  font-size: 0px;
  line-height: 0;
  text-align: right;
}

.u_cbox .u_cbox_tool::after {
  display: block;
  clear: both;
  content: "";
}

.u_cbox a.u_cbox_btn_reply {
  float: left;
  margin-top: 12px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: rgb(85, 85, 85);
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_txt {
  float: left;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_cnt {
  float: left;
  padding-left: 4px;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin: 0px;
  font-size: 0px;
  clip-path: none;
}

.u_cbox .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc::after {
  display: inline-block;
  margin-left: -1px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  content: "작성";
}

.u_cbox .u_cbox_recomm_set {
  display: inline-block;
  margin-top: 12px;
  vertical-align: top;
}

.u_cbox .u_cbox_btn_recomm,
.u_cbox .u_cbox_btn_unrecomm {
  float: left;
}

.u_cbox .u_cbox_btn_unrecomm {
  margin-left: 22px;
}

.u_cbox .u_cbox_ico_recomm,
.u_cbox .u_cbox_ico_unrecomm {
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
  float: left;
  margin-top: 1px;
}

.u_cbox .u_cbox_ico_recomm {
  background-position: -156px -340px;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
}

.u_cbox .u_cbox_ico_unrecomm {
  background-position: -220px -204px;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
}

.u_cbox .u_cbox_cnt_recomm,
.u_cbox .u_cbox_cnt_unrecomm {
  float: left;
  padding-left: 4px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: rgb(119, 119, 119);
}

.u_cbox .u_cbox_ico_reply {
  display: none;
}

.u_cbox .u_cbox_reply_area {
  background-color: rgb(247, 247, 247);
}

.u_cbox .u_cbox_reply_area .u_cbox_comment_box {
  margin: 0px 15px 0px 25px;
  border-bottom-color: rgb(233, 233, 233);
}

.u_cbox .u_cbox_reply_area .u_cbox_area {
  margin: 0px -15px 0px -25px;
  padding-left: 35px;
}

.u_cbox .u_cbox_reply_area .u_cbox_paginate {
  margin-top: -1px;
  border-top: 1px solid rgb(233, 233, 233);
  border-bottom: 1px solid rgb(233, 233, 233);
}

.u_cbox .u_cbox_reply_area .u_cbox_paginate .u_cbox_btn_more {
  border-bottom-width: 0px;
}

.u_cbox .u_cbox_delete_contents {
  font-size: 15px;
  line-height: 1.43;
  letter-spacing: -0.5px;
  color: rgb(153, 153, 153);
}

.u_cbox .u_cbox_paginate .u_cbox_btn_more {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 42px;
}

.u_cbox .u_cbox_btn_more_pre {
  border-bottom: 1px solid rgb(237, 237, 237);
}

.u_cbox .u_cbox_more_wrap .u_cbox_page_more {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: rgb(85, 85, 85);
}

.u_cbox .u_cbox_paginate .u_cbox_ico_more {
  display: inline-block;
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
  vertical-align: top;
  background-position: -230px -390px;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  margin: 4px 0px 0px 6px;
}

.u_cbox .u_cbox_layer {
  display: none;
  position: absolute;
  z-index: 1000;
}

.u_cbox .u_cbox_content_wrap {
  position: relative;
  border-top: 1px solid rgb(237, 237, 237);
}

.u_cbox .u_cbox_ico_exclamation {
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
  background-position: -333px -340px;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  float: left;
  margin: 3px 4px 0px 0px;
}

.u_cbox .u_cbox_usercomment {
  float: left;
}

.u_cbox .u_cbox_btn_usercomment {
  display: inline-block;
  min-height: 21px;
  border-radius: 15px;
  line-height: 1.5;
}

.u_cbox a.u_cbox_btn_usercomment {
  position: relative;
  padding: 4px 11px;
  background-color: rgb(48, 48, 56);
  color: rgb(255, 255, 255);
}

.u_cbox .u_cbox_txt_usercomment {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: -0.2px;
}

.u_cbox .u_cbox_txt_usercomment {
  font-weight: 600;
}

.u_cbox .u_cbox_ico_usercomment {
  display: none;
}

.u_cbox .u_cbox_usercomment_newicon {
  position: absolute;
  top: -1px;
  right: 2px;
  width: 5px;
  height: 5px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(0, 206, 124);
  font-size: 0px;
}

.u_cbox
  .u_cbox_layer_report_radio:focus-visible
  + .u_cbox_layer_report_radio_label::before {
  outline: -webkit-focus-ring-color auto medium;
}

.u_cbox
  .u_cbox_layer_cleanbot_checkbox:focus-visible
  ~ .u_cbox_layer_cleanbot_checklabel {
  outline: -webkit-focus-ring-color auto medium;
}

.u_cbox
  .u_cbox_layer_cleanbot2_checkbox:focus-visible
  ~ .u_cbox_layer_cleanbot2_checklabel {
  outline: -webkit-focus-ring-color auto medium;
}

.u_cbox
  .u_cbox_layer_multirating_radiobutton:focus-visible
  + .u_cbox_layer_multirating_radiolabel {
  position: relative;
  outline: -webkit-focus-ring-color auto medium;
}

.u_cbox
  .u_cbox_cateselect_radiobox:focus-visible
  + .u_cbox_cateselect_radioboxdummy {
  outline: -webkit-focus-ring-color auto medium;
}

.u_cbox
  .u_cbox_write_replynotify_checkbox:not(:checked)
  ~ .u_cbox_write_replynotify_description2 {
  display: none;
}

.u_cbox
  .u_cbox_write_replynotify_checkbox:focus-visible
  ~ .u_cbox_write_replynotify_control
  .u_cbox_write_replynotify_label {
  outline: -webkit-focus-ring-color auto medium;
}

#cbox_module .u_cbox_head .u_cbox_btn_refresh .u_cbox_ico_refresh,
#cbox_module .u_cbox_ico_usercomment,
#cbox_module .u_cbox_help_info .u_cbox_ico_help,
#cbox_module .u_cbox_recomm_set .u_cbox_ico_recomm,
#cbox_module .u_cbox_recomm_set .u_cbox_ico_unrecomm,
#cbox_module .u_cbox_btn_totalcomment .u_cbox_ico_arrow,
#cbox_module .u_cbox_btn_more_pre .u_cbox_ico_more,
#cbox_module .u_cbox_ico_more,
#cbox_module .u_cbox_comment .u_cbox_ico_exclamation,
.u_cbox .u_cbox_work_sub .u_cbox_ico_open,
#cbox_module .u_cbox_work_sub .u_cbox_ico_open,
.u_cbox .u_cbox_layer_help .u_cbox_ico_help,
.u_cbox .u_cbox_layer_help .u_cbox_btn_info_close {
  background-size: 226px 201px;
  background-repeat: no-repeat;
}

#cbox_module .u_cbox_head {
  min-height: 42px;
}

#cbox_module .u_cbox_write .u_cbox_inbox .u_cbox_guide {
  top: 13px;
  line-height: 20px;
  bottom: 12px;
  font-size: 15px;
  color: rgb(153, 153, 153);
}

@media (min-width: 768px) {
  #cbox_module .u_cbox_reply_area .u_cbox_area {
    margin-left: -14px;
    margin-right: -14px;
  }
  #cbox_module .u_cbox_reply_area .u_cbox_work_sub {
    right: -10px;
  }
}

.u_cbox .u_cbox_delete_contents {
  vertical-align: top;
  overflow: hidden;
  color: rgb(117, 117, 117);
  letter-spacing: -1px;
  word-break: keep-all;
}

#cbox_module .u_cbox_wrap {
  position: relative;
}

#cbox_module .u_cbox_head {
  padding-left: 0px;
  padding-top: 7px;
}

@media (min-width: 768px) and (orientation: portrait) {
  #cbox_module .u_cbox_head {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 1025px) {
  #cbox_module .u_cbox_head {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_head {
    margin-right: 0px;
    margin-left: 0px;
  }
}

#cbox_module .u_cbox_title,
#cbox_module .u_cbox_sort .u_cbox_sort_option_on .u_cbox_ico_select,
#cbox_module .u_cbox_btn_totalcomment .u_cbox_txt_total {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
}

#cbox_module .u_cbox_count {
  padding-left: 0px;
  font-size: 17px;
  font-weight: bold;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: rgb(34, 34, 34);
}

#cbox_module .u_cbox_count::after {
  display: inline;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  content: " commentaires";
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_wrap > .u_cbox_write_wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_wrap > .u_cbox_write_wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
}

#cbox_module .u_cbox_head .u_cbox_btn_refresh {
  background: transparent;
  margin: 10px 0px 0px 5px;
}

#cbox_module .u_cbox_head .u_cbox_btn_refresh .u_cbox_ico_refresh {
  width: 20px;
  height: 20px;
  background-position: -44px -165px;
  background-color: transparent;
  border: none;
}

#cbox_module .u_cbox_head .u_cbox_head_tools {
  margin-top: 2px;
}

#cbox_module .u_cbox_usercomment {
  margin-right: 6px;
}

#cbox_module .u_cbox_ico_usercomment {
  width: 13px;
  height: 14px;
  background-position: -213px -33px;
  margin: 2px 0px 0px 3px;
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_comment_count_wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_comment_count_wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
}

#cbox_module .u_cbox_write .u_cbox_write_inner {
  border: 1px solid rgb(176, 179, 190);
  border-radius: 4px;
}

#cbox_module .u_cbox_write .u_cbox_btn_upload {
  display: none;
}

#cbox_module .u_cbox_write .u_cbox_inbox {
  margin-right: 0px;
  padding: 13px 14px 10px;
  border-radius: inherit;
}

#cbox_module .u_cbox_write_count {
  position: absolute;
  left: 15px;
  bottom: 14px;
  margin: 0px;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: rgb(153, 153, 153);
}

#cbox_module .u_cbox_write_count .u_cbox_count_num {
  margin-right: 4px;
  font-weight: 500;
  color: rgb(34, 34, 34);
}

#cbox_module .u_cbox_write_count .u_cbox_write_total {
  margin-left: 4px;
}

#cbox_module .u_cbox_type_logged_out .u_cbox_inbox .u_cbox_text {
  height: 22px;
  font-size: 15px;
}

#cbox_module .u_cbox_thumb .u_cbox_thumb_mask {
  display: none;
}

#cbox_module .u_cbox_thumb .u_cbox_thumb_wrap {
  margin-right: 8px;
}

#cbox_module .u_cbox_thumb .u_cbox_thumb_wrap::after {
  position: absolute;
  inset: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
}

#cbox_module .u_cbox_comment_box .u_cbox_thumb_wrap .u_cbox_img_profile {
  width: 35px;
  object-fit: cover;
  height: 35px;
  border-radius: 50%;
}

#cbox_module .u_cbox_comment_box .u_cbox_info_base {
  left: 58px;
}

#cbox_module .u_cbox_reply_area .u_cbox_info_base {
  left: 78px;
}

#cbox_module .u_cbox_notice {
  overflow: hidden;
  padding: 12px 12px 12px 16px;
  margin-top: 8px;
  background-color: rgb(239, 243, 251);
  border-radius: 4px;
  border: 0px;
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_notice {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_notice {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.u_cbox .u_cbox_sort {
  border-bottom: 1px solid transparent;
  -webkit-border-image: -webkit-repeating-linear-gradient(
      left,
      transparent 0px,
      transparent 15px,
      rgb(210, 212, 221) 15px,
      rgb(210, 212, 221) calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1 fill;
  border-image: repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 15px,
      rgb(210, 212, 221) 15px,
      rgb(210, 212, 221) calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1 / 1 / 0 stretch;
  margin-top: 12px;
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort {
    -webkit-border-image: none;
    border-image: none 100% / 1 / 0 stretch;
    border-color: rgb(210, 212, 221);
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort {
    -webkit-border-image: none;
    border-image: none 100% / 1 / 0 stretch;
    border-color: rgb(210, 212, 221);
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort::before {
    display: none;
  }
}

#cbox_module .u_cbox_sort .u_cbox_sort_label {
  font-weight: 500;
  letter-spacing: -0.5px;
  color: rgb(146, 146, 146);
}

#cbox_module .u_cbox_sort .u_cbox_sort_option_on .u_cbox_sort_label {
  padding-left: 0px;
  font-weight: 600;
  color: rgb(34, 34, 34);
}

#cbox_module .u_cbox_help_info .u_cbox_ico_help {
  width: 14px;
  height: 14px;
  background-position: 0px -187px;
  opacity: 0.27;
  margin: 7px 7px 7px 0px;
}

#cbox_module .u_cbox_name {
  max-width: 142px;
  font-size: 14px;
}

@media (max-width: 319px) {
  #cbox_module .u_cbox_name {
    max-width: 114px;
  }
}

@media (max-width: 319px) {
  #cbox_module .u_cbox_reply_area .u_cbox_name {
    max-width: 110px;
  }
}

#cbox_module .u_cbox_comment .u_cbox_text_wrap .u_cbox_contents {
  letter-spacing: -0.3px;
}

#cbox_module .u_cbox_comment .u_cbox_text_wrap {
  font-size: 16px;
  line-height: 21px;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: rgb(34, 34, 34);
  padding-right: 18px;
}

#cbox_module .u_cbox_ico_reply {
  display: none;
}

#cbox_module .u_cbox_info_base {
  position: absolute;
  top: 38px;
  padding-top: 0px;
}

#cbox_module .u_cbox_date {
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
}

#cbox_module .u_cbox_btn_totalcomment {
  position: absolute;
  left: 0px;
  margin-top: 2px;
  width: 100%;
  text-align: right;
}

#cbox_module .u_cbox_info {
  margin-top: 4px;
  margin-bottom: 11px;
}

#cbox_module .u_cbox_info_main {
  position: relative;
  margin-top: -2px;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  float: left;
  align-self: flex-start;
}

@media (max-width: 319px) {
  #cbox_module .u_cbox_info_main {
    max-width: 80%;
  }
}

.u_cbox_wrap .u_cbox_cnt_recomm,
.u_cbox_wrap .u_cbox_cnt_unrecomm {
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.u_cbox .u_cbox_recomm_set {
  margin-top: 6px;
}

.u_cbox .u_cbox_btn_unrecomm {
  margin-left: 18px;
}

.u_cbox .u_cbox_tool .u_cbox_btn_reply {
  margin: 7px 0px 0px;
  padding: 0px;
  line-height: 1.76;
  letter-spacing: -0.7px;
  border: none;
  background: none;
  font-weight: 600;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
  color: rgb(0, 0, 0);
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_cnt {
  padding-left: 4px;
  letter-spacing: 0px;
  font-family:
    -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo",
    sans-serif;
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_txt {
  font-weight: 500;
  color: rgb(85, 85, 85);
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#cbox_module .u_cbox_tool .u_cbox_btn_reply .u_cbox_reply_cnt.u_vc::after {
  display: inline-block;
  margin-left: -1px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(85, 85, 85);
  letter-spacing: -0.7px;
  content: "작성";
}

#cbox_module .u_cbox_recomm_set .u_cbox_ico_recomm {
  margin-top: 4px;
}

#cbox_module .u_cbox_recomm_set .u_cbox_ico_recomm,
#cbox_module .u_cbox_recomm_set .u_cbox_ico_unrecomm {
  width: 13px;
  height: 15px;
  background-position: -213px 0px;
  opacity: 0.48;
}

#cbox_module .u_cbox_recomm_set .u_cbox_ico_unrecomm {
  transform: rotate(180deg);
  margin-top: 6px;
}

#cbox_module .u_cbox_btn_totalcomment .u_cbox_ico_arrow {
  display: inline-block;
  float: none;
  margin: 0px 0px 3px;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background-position: -213px -33px;
}

.u_cbox .u_cbox_info .u_cbox_info_main {
  width: auto;
}

.u_cbox .u_cbox_info .u_cbox_thumb ~ .u_cbox_info_main {
  width: auto;
}

.u_cbox .u_cbox_info_main {
  -webkit-box-align: start;
  align-items: flex-start;
  overflow: visible;
  padding-right: 0px;
}

.u_cbox .u_cbox_name_area {
  font-size: inherit;
}

.u_cbox .u_cbox_thumb .u_cbox_thumb_wrap {
  z-index: 1;
}

#cbox_module .u_cbox_type_profile .u_cbox_btn_totalcomment {
  z-index: 1;
  margin-left: -43px;
  height: 35px;
  margin-top: 3px;
  padding-left: 43px;
  box-sizing: content-box;
  outline: none;
}

#cbox_module .u_cbox_type_profile .u_cbox_btn_totalcomment .u_cbox_ico_arrow {
  margin-top: -21px;
}

#cbox_module .u_cbox_btn_more {
  padding: 0px;
  margin: 0px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(34, 34, 34);
}

.u_cbox_wrap .u_cbox_more_wrap .u_cbox_page_more {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

#cbox_module .u_cbox_btn_more_pre .u_cbox_ico_more,
#cbox_module .u_cbox_ico_more {
  width: 10px;
  height: 6px;
  background-position: -58px -187px;
  opacity: 0.48;
}

#cbox_module .u_cbox_reply_area .u_cbox_btn_more_pre .u_cbox_ico_more {
  margin-top: 6px;
  transform: rotate(180deg);
}

.u_cbox .u_cbox_reply_area {
  margin-top: -1px;
  border-top: 1px solid rgb(240, 240, 240);
  border-bottom: 1px solid rgb(240, 240, 240);
  background-color: rgb(251, 252, 253);
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort .u_cbox_head_tools {
    right: -7px;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort .u_cbox_head_tools {
    right: -7px;
  }
}

#cbox_module .u_cbox_comment .u_cbox_ico_exclamation {
  width: 16px;
  height: 15px;
  background-position: -192px -149px;
  opacity: 0.32;
}

.u_cbox .u_cbox_delete_contents {
  font-size: 15px;
  color: rgb(117, 117, 117);
}

.u_cbox .u_cbox_btn_more_pre {
  border-bottom: 1px solid transparent;
  -webkit-border-image: -webkit-repeating-linear-gradient(
      left,
      transparent 0px,
      transparent 15px,
      rgb(240, 240, 240) 15px,
      rgb(240, 240, 240) calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1 fill;
  border-image: repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 15px,
      rgb(240, 240, 240) 15px,
      rgb(240, 240, 240) calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1 / 1 / 0 stretch;
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_btn_more_pre {
    -webkit-border-image: none;
    border-image: none 100% / 1 / 0 stretch;
    border-color: rgb(240, 240, 240);
  }
}

.u_cbox_wrap .u_cbox_comment_box {
  border-bottom: 1px solid transparent;
  -webkit-border-image: -webkit-repeating-linear-gradient(
      left,
      transparent 0px,
      transparent 15px,
      rgb(240, 240, 240) 15px,
      rgb(240, 240, 240) calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1 fill;
  border-image: repeating-linear-gradient(
      90deg,
      transparent 0px,
      transparent 15px,
      rgb(240, 240, 240) 15px,
      rgb(240, 240, 240) calc(100% - 15px),
      transparent calc(100% - 15px),
      transparent 100%
    )
    1 / 1 / 0 stretch;
}

@media (min-width: 1025px) {
  .u_cbox_wrap .u_cbox_comment_box {
    -webkit-border-image: none;
    border-image: none 100% / 1 / 0 stretch;
    border-color: rgb(240, 240, 240);
  }
}

.u_cbox .u_cbox_reply_area .u_cbox_paginate .u_cbox_btn_more {
  -webkit-border-image: none;
  border-image: none 100% / 1 / 0 stretch;
  border-color: rgb(237, 237, 237);
  border-bottom-width: 1px;
}

.u_cbox_wrap .u_cbox_reply_area .u_cbox_comment_box {
  -webkit-border-image: none;
  border-image: none 100% / 1 / 0 stretch;
  border-color: rgb(240, 240, 240);
}

@media (min-width: 768px) {
  .u_cbox_wrap .u_cbox_reply_area .u_cbox_comment_box {
    margin-left: 15px;
  }
}

#cbox_module .u_cbox_content_wrap > .u_cbox_list {
  padding-bottom: 20px;
}

.u_cbox_content_wrap > .u_cbox_list .u_cbox_comment {
  background-color: rgba(0, 0, 0, 0.004);
}

.u_cbox_wrap .u_cbox_reply_area .u_cbox_paginate {
  border-bottom: 0px;
}

#cbox_module .u_cbox_content_wrap + .u_cbox_paginate {
  margin-top: -20px;
}

#cbox_module .u_cbox_content_wrap:not(.u_cbox_myfollowing) {
  border-top: none;
}

.u_cbox .u_cbox_work_sub .u_cbox_ico_open,
#cbox_module .u_cbox_work_sub .u_cbox_ico_open {
  width: 3px;
  height: 15px;
  background-position: -207px -166px;
  opacity: 0.52;
}

#cbox_module .u_cbox_work_sub .u_cbox_ico_open {
  margin: 6px 0px 0px 11px;
}

.u_cbox .u_cbox_layer_help {
  box-shadow:
    rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
    rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 4px;
  background-color: rgb(248, 248, 247);
}

.u_cbox .u_cbox_layer_help .u_cbox_ico_help {
  width: 14px;
  height: 14px;
  background-position: 0px -187px;
  margin: 2px 4px 0px 2px;
  opacity: 0.48;
}

.u_cbox .u_cbox_layer_help .u_cbox_btn_info_close {
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-position: -150px -86px;
  opacity: 0.32;
}

.u_cbox .u_cbox_date {
  color: rgb(117, 117, 117);
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_comment .u_cbox_text_wrap {
    font-size: 14px;
    line-height: 1.43;
  }
}

.u_cbox .u_cbox_name {
  max-width: 150px;
  font-size: 14px;
  padding-right: 22px;
}

.u_cbox .u_cbox_area {
  position: relative;
}

.u_cbox .u_cbox_layer_help {
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px 0px;
}

.u_cbox .u_cbox_layer_help .u_cbox_info_txt {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  color: rgb(118, 118, 120);
  line-height: 20px;
  letter-spacing: -1px;
}

.u_cbox .u_cbox_layer_help .u_cbox_info_title {
  display: block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: rgb(30, 30, 35);
  letter-spacing: -1px;
}

#cbox_module .u_cbox_addition {
  display: none;
  right: 5px;
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort::before {
    display: none;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .u_cbox .u_cbox_sort_scroller {
    padding-right: 0px;
    padding-left: 2px;
  }
}

@media (min-width: 1025px) {
  .u_cbox .u_cbox_sort_scroller {
    padding-right: 0px;
    padding-left: 2px;
  }
}

.u_cbox .u_cbox_write .u_cbox_write_area {
  border-radius: inherit;
}

.u_cbox .u_cbox_follow_button {
  right: 18px;
  background-color: rgb(244, 244, 244);
}

:root {
  --mainColor: #262626;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #fff;
}

#form-feedback {
  border-radius: 20px;
  max-width: 560px;
  margin: 0px auto;
  font-family: Arial;
  border: 3px solid var(--mainColor);
  overflow: hidden;
}

.form-feedback-title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: var(--mainColor);
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: var(--text) !important;
}

@media (max-width: 767px) {
  .form-feedback-title {
    font-size: 24px;
  }
}
