/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix placeholder font properties inheritance.
 */

::-moz-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 100%;
}

svg {
  fill: currentColor;
}

@font-face {
  font-family: "Binjay";
  src: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Binjay/Binjay.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Helvetica/HelveticaNeue.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Helvetica/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Helvetica/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaPro";
  src: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Helvetica/HelveticaNeueLTPro-Blk.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaPro";
  src: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Helvetica/HelveticaNeueLTPro-BlkCnO.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Icomoon/fonts/icomoon.eot?ni1n8g");
  src: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Icomoon/fonts/icomoon.eot?ni1n8g#iefix") format("embedded-opentype"), url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Icomoon/fonts/icomoon.ttf?ni1n8g") format("truetype"), url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Icomoon/fonts/icomoon.woff?ni1n8g") format("woff"), url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/fonts/Icomoon/fonts/icomoon.svg?ni1n8g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sound:before {
  content: "\e904";
}

.icon-play:before {
  content: "\e907";
}

.app {
  font-family: "Helvetica";
  max-width: 100%;
  color: #1F1611;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}
.app .container {
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0px 70px;
}
.app .container.small-- {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .app .container {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 991px) {
  .app .no-mobile {
    display: none;
  }
}
.app .main-btn {
  background-color: #B43D32;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 37px;
  border-radius: 23px 23px 0px 23px;
  transition: all 0.2s linear;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .app .main-btn {
    font-size: 15px;
    padding: 12px 24px;
  }
}
@media screen and (min-width: 992px) {
  .app .main-btn:hover, .app .main-btn:focus {
    background-color: #D9675C;
    padding: 13px 46px;
    transition: all 0.2s linear;
  }
}
.app .play-btn {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #442717;
  box-shadow: 0px 0px 0px 0px #ffffff;
  transition: all 0.2s linear;
  position: relative;
  overflow: hidden;
}
.app .play-btn:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.app .play-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.2s linear;
  transform: translate(-50%, -50%);
}
.app .play-btn i {
  margin-left: 6px;
}
@media screen and (min-width: 992px) {
  .app .play-btn:hover, .app .play-btn:focus {
    transition: all 0.2s linear;
    font-size: 22px;
    box-shadow: 0px 0px 0px 2px #ffffff;
  }
  .app .play-btn:hover:after, .app .play-btn:focus:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    transition: all 0.2s linear;
  }
}
.app .anchor-btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #1F1611;
  border: 1px solid #5A4F45;
  padding: 12px 27px;
  border-radius: 5px;
  display: block;
  text-align: center;
  transition: background-color 0.2s linear;
}
@media screen and (max-width: 991px) {
  .app .anchor-btn {
    font-size: 11px;
    letter-spacing: 2px;
    padding: 10px 23px;
  }
}
.app .anchor-btn:hover, .app .anchor-btn:focus {
  background-color: #61402E;
  transition: background-color 0.2s linear;
}
.app .anchor-btn.active {
  background-color: #B57433;
  transition: background-color 0.2s linear;
}
.app .scrollTop-btn {
  width: 53px;
  height: 53px;
  min-width: 53px;
  border-radius: 50%;
  background-color: #F1EFE8;
  color: #1F1611;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .app .scrollTop-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.app .scrollTop-btn .arrow {
  border: solid #1F1611;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-top: 6px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 991px) {
  .app .scrollTop-btn .arrow {
    padding: 4px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 992px) {
  .app .scrollTop-btn:hover::after, .app .scrollTop-btn:focus::after {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    transition: all 0.2s linear;
  }
}
.app .scrollTop-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid #F1EFE8;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.app .sound-btn {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-top: min(30px, 3.6vh);
  text-align: left;
}
.app .sound-btn:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
@media screen and (max-width: 991px) {
  .app .sound-btn {
    font-size: 14px;
    line-height: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
}
.app .sound-btn.yellow .icon::before {
  background-color: #D49D30;
}
.app .sound-btn.yellow .icon::after {
  border: 1px solid #D49D30;
}
.app .sound-btn:hover .icon:before, .app .sound-btn:focus .icon:before {
  width: 100%;
  height: 100%;
  transition: width 0.2s linear, height 0.2s linear;
  animation: none;
}
.app .sound-btn:hover .icon:after, .app .sound-btn:focus .icon:after {
  width: 140%;
  height: 140%;
  transition: width 0.2s linear, height 0.2s linear;
  animation: none;
}
.app .sound-btn .icon {
  margin-right: 15px;
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .app .sound-btn .icon {
    width: 35px;
    height: 35px;
    margin-right: 0px;
    margin-left: -5px;
    margin-bottom: 5px;
  }
}
.app .sound-btn .icon::before, .app .sound-btn .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: width 0.2s linear, height 0.2s linear;
  width: 0%;
  height: 0%;
}
.app .sound-btn .icon:before {
  background-color: #D9675C;
  animation: pulse 2s infinite ease;
}
.app .sound-btn .icon:after {
  border: 1px solid #D9675C;
  animation: pulseBig 2s infinite ease-out;
}
.app .sound-btn .icon i {
  position: relative;
  z-index: 1;
}
@keyframes pulse {
  from {
    width: 0%;
    height: 0%;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes pulseBig {
  from {
    width: 0%;
    height: 0%;
  }
  50% {
    width: 140%;
    height: 140%;
  }
  to {
    width: 140%;
    height: 140%;
    opacity: 0;
  }
}

.c-header {
  padding: 10px 0px;
  background-color: #ffffff;
  height: 70px;
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 999;
  width: 100%;
}
.c-header .container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.c-header__logo {
    height: auto;
    max-width: 176px;
    display: block;
    width: 176px;
}
@media screen and (max-width: 991px) {
  .c-header__logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 991px) {
  .c-header .main-btn {
    font-size: 12px;
    line-height: 1.2;
    padding: 9px 18px;
  }
}
.c-header.hide {
  transition: top 0.2s linear;
  top: -70px;
}
.c-header.hide.visible {
  top: 0px;
  transition: top 0.2s linear;
}

.c-footer {
  margin-top: auto;
  padding: 46px 0px 56px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  background-color: #442717;
  color: #ffffff;
  position: relative;
}
.c-footer::before {
  content: "";
  left: 50%;
  top: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #F3E0BA;
  opacity: 0.2;
  width: calc(100% - 140px);
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .c-footer::before {
    width: 100%;
  }
}
.c-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .c-footer .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-footer__left, .c-footer__right {
  display: flex;
  align-items: center;
}
.c-footer__left li:not(:last-child), .c-footer__left p, .c-footer__right li:not(:last-child), .c-footer__right p {
  margin-right: 53px;
}
@media screen and (max-width: 991px) {
  .c-footer__left li:not(:last-child), .c-footer__left p, .c-footer__right li:not(:last-child), .c-footer__right p {
    margin-right: 0px;
  }
}
.c-footer__left a, .c-footer__right a {
  transition: color 0.1s ease-in;
}
.c-footer__left a:hover, .c-footer__right a:hover {
  color: #B57433;
  transition: color 0.1s ease-out;
}
.c-footer__logo {
  max-width: 195px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .c-footer__left {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 52px;
  }
  .c-footer__left li {
    margin-bottom: 23px;
  }
  .c-footer__right {
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .c-footer__right p, .c-footer__right .c-footer__logo {
    width: 50%;
  }
  .c-footer__right .c-footer__logo {
    width: 100%;
  }
}

.c-anchors {
  position: sticky;
  bottom: -40px;
  left: 0;
  z-index: 99;
  transform: translateY(calc(-100% - 20px));
  margin-bottom: -40px;
  pointer-events: none;
}
.c-anchors .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-anchors__left, .c-anchors__right {
  display: flex;
  pointer-events: all;
}
.c-anchors__left .anchor-btn {
  margin-right: 28px;
}
@media screen and (max-width: 991px) {
  .c-anchors__left .anchor-btn {
    margin-right: 8px;
  }
}

.c-popupVideo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 999999;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
}
.c-popupVideo.open {
  display: flex;
  animation: fadeIn 0.3s linear forwards;
}
.c-popupVideo.open .container {
  animation: fadeIn 0.4s 0.4s linear forwards;
}
.c-popupVideo .container {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding-top: 55px;
  overflow-y: scroll;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .c-popupVideo .container {
    padding-top: 45px;
  }
}
.c-popupVideo-btnClose {
  display: block;
  position: absolute;
  z-index: 999999;
  width: 35px;
  height: 35px;
  right: 40px;
  top: 20px;
  transition: transform 0.2s linear;
}
.c-popupVideo-btnClose:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
@media screen and (max-width: 991px) {
  .c-popupVideo-btnClose {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 10px;
  }
}
.c-popupVideo-btnClose:hover {
  transform: rotate(90deg);
  transition: transform 0.3s linear;
}
.c-popupVideo-btnClose::before, .c-popupVideo-btnClose::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
}
.c-popupVideo-btnClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-popupVideo-btnClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-popupVideo__iframe {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.c-popupVideo__iframe iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.c-popupVideo__transcription {
  margin: 22px auto;
  display: flex;
  flex-direction: column;
}
.c-popupVideo__transcription-btn {
  align-self: flex-end;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 12px 27px;
  background-color: #B43D32;
  border-radius: 5px;
  transition: background-color 0.2s linear;
  display: flex;
  align-items: center;
}
.c-popupVideo__transcription-btn:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.c-popupVideo__transcription-btn:hover, .c-popupVideo__transcription-btn[aria-expanded=true], .c-popupVideo__transcription-btn:focus-visible {
  background-color: #D9675C;
  transition: background-color 0.2s linear;
}
.c-popupVideo__transcription-btn:hover span, .c-popupVideo__transcription-btn[aria-expanded=true] span, .c-popupVideo__transcription-btn:focus-visible span {
  width: 11px;
  height: 11px;
  margin-left: 20px;
  transition: all 0.2s linear;
}
.c-popupVideo__transcription-btn[aria-expanded=true] span {
  transform: rotate(45deg);
}
.c-popupVideo__transcription-btn span {
  width: 0px;
  height: 0px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 0.2s linear;
}
.c-popupVideo__transcription-btn span::before, .c-popupVideo__transcription-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}
.c-popupVideo__transcription-btn span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 991px) {
  .c-popupVideo__transcription-btn {
    font-size: 12px;
    padding: 10px 25px;
  }
}
.c-popupVideo__transcription-wrapper {
  margin-top: 22px;
  background-color: #ffffff;
  color: #1F1611;
  border-radius: 10px;
  height: 0px;
  overflow: hidden;
}
.c-popupVideo__transcription-wrapper.visible {
  height: auto;
}
.c-popupVideo__transcription-wrapper .top, .c-popupVideo__transcription-wrapper .bottom {
  width: 80%;
  margin: 0px auto;
  padding: 30px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 991px) {
  .c-popupVideo__transcription-wrapper .top, .c-popupVideo__transcription-wrapper .bottom {
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    padding: 30px 20px 20px;
  }
}
.c-popupVideo__transcription-wrapper .top {
  position: relative;
}
.c-popupVideo__transcription-wrapper .top:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F1EFE8;
  bottom: 0;
  display: block;
  position: absolute;
}
.c-popupVideo__transcription-wrapper .transcription-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .c-popupVideo__transcription-wrapper .transcription-title {
    font-size: 21px;
    line-height: 26px;
  }
}
.c-popupVideo__transcription-wrapper .transcription-subtitle {
  color: #5A4F45;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .c-popupVideo__transcription-wrapper .transcription-subtitle {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.transcription--hidden {
  display: none;
}

.c-popupAudio {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 999999;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
}
.c-popupAudio.open {
  display: flex;
  animation: fadeIn 0.3s linear forwards;
}
.c-popupAudio.open .container {
  animation: fadeIn 0.4s 0.4s linear forwards;
}
.c-popupAudio .container {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  padding-top: 55px;
  overflow-y: scroll;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .c-popupAudio .container {
    padding-top: 45px;
  }
}
.c-popupAudio-btnClose {
  display: block;
  position: absolute;
  z-index: 999999;
  width: 35px;
  height: 35px;
  right: 40px;
  top: 20px;
  transition: transform 0.2s linear;
}
.c-popupAudio-btnClose:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
@media screen and (max-width: 991px) {
  .c-popupAudio-btnClose {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 10px;
  }
}
.c-popupAudio-btnClose:hover {
  transform: rotate(90deg);
  transition: transform 0.3s linear;
}
.c-popupAudio-btnClose::before, .c-popupAudio-btnClose::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
}
.c-popupAudio-btnClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-popupAudio-btnClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.c-intro {
  line-height: 1.2;
  background-image: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/images/intros/visuel-intro-lg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100vh - 70px);
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .c-intro {
    background-image: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/images/intros/visuel-intro-d.webp");
  }
}
@media screen and (max-width: 991px) {
  .c-intro {
    background-image: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/images/intros/visuel-intro-t.webp");
  }
}
@media screen and (max-width: 767px) {
  .c-intro {
    background-image: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/images/intros/visuel-intro-m.webp");
  }
}
.c-intro .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  padding-top: 90px;
  padding-top: max(90px, min(20vw, 180px));
  transition: translate 1s linear;
  position: relative;
  z-index: 2;
}
.c-intro__title {
  font-family: "Helvetica";
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .c-intro__title {
    font-size: 20px;
    font-size: max(20px, min(6vw, 32px));
    margin-bottom: 13px;
  }
}
.c-intro__subtitle {
  font-family: "Binjay";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .c-intro__subtitle {
    font-size: max(40px, min(10vw, 80px));
  }
}
.c-intro__btn {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 125px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .c-intro__btn {
    margin-top: 90px;
  }
}
@media screen and (max-width: 414px) {
  .c-intro__btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .c-intro__btn:hover .btn-arrow, .c-intro__btn:focus .btn-arrow {
    transition: all 0.2s linear;
  }
  .c-intro__btn:hover .btn-arrow::before, .c-intro__btn:focus .btn-arrow::before {
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    animation: none;
  }
  .c-intro__btn:hover .btn-arrow:after, .c-intro__btn:focus .btn-arrow:after {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    transition: all 0.2s linear;
    animation: none;
  }
  .c-intro__btn:hover .btn-arrow .arrow, .c-intro__btn:focus .btn-arrow .arrow {
    height: 30%;
    transition: height 0.2s linear;
  }
  .c-intro__btn:hover .btn-arrow .arrow:after, .c-intro__btn:focus .btn-arrow .arrow:after {
    transition: padding 0.2s linear;
    padding: 6px;
  }
}
@keyframes pulseBtn {
  from {
    width: 0%;
    height: 0%;
    opacity: 1;
  }
  50% {
    width: 80%;
    height: 80%;
  }
  to {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
}
.c-intro__btn .btn-arrow {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: relative;
  margin: 18px auto;
  display: block;
  transition: all 0.2s linear;
}
@media screen and (max-width: 991px) {
  .c-intro__btn .btn-arrow {
    width: 53px;
    height: 53px;
    margin: 0 auto;
  }
}
.c-intro__btn .btn-arrow::before, .c-intro__btn .btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
}
.c-intro__btn .btn-arrow::before {
  background-color: #B57433;
  width: 0%;
  height: 0%;
  animation: pulseBtn 2s infinite;
}
.c-intro__btn .btn-arrow::after {
  width: 100%;
  height: 100%;
  border: 2px solid #B57433;
}
.c-intro__btn .btn-arrow .arrow {
  display: flex;
  width: 40%;
  height: 40%;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.2s linear;
}
.c-intro__btn .btn-arrow .arrow:before, .c-intro__btn .btn-arrow .arrow:after {
  content: "";
  position: absolute;
}
.c-intro__btn .btn-arrow .arrow::before {
  width: 2px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .c-intro__btn .btn-arrow .arrow::before {
    height: 19px;
  }
}
.c-intro__btn .btn-arrow .arrow:after {
  border: solid #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
  bottom: -7px;
  left: 50%;
  transition: bottom 0.2s linear, padding 0.2s linear;
}
@media screen and (max-width: 991px) {
  .c-intro__btn .btn-arrow .arrow:after {
    padding: 6px;
    bottom: -6px;
  }
}

.c-portrait {
  line-height: 1.2;
  background-color: transparent;
  color: #ffffff;
  height: 100vh;
  margin-top: -80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.c-portrait__title {
  font-family: "Binjay";
  font-size: 62px;
  font-weight: 400;
  transform: rotate(-12.589deg);
  max-width: 0px;
  margin: auto 70px 0px;
  box-sizing: content-box;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  transition: max-width 0.5s ease-in-out;
}
.c-portrait__title.visible {
  max-width: 700px;
  transition: max-width 0.8s ease-in-out;
}
@media screen and (max-width: 991px) {
  .c-portrait__title {
    font-size: max(30px, min(8vw, 50px));
    margin: 0px 20px 30px;
  }
}
.c-portrait .container {
  max-width: 100%;
  overflow: hidden;
}
.c-portrait__slider {
  overflow: hidden;
  max-width: 100%;
  height: 50%;
}
@media screen and (max-width: 991px) {
  .c-portrait__slider {
    height: 55%;
  }
}
.c-portrait__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  width: 150%;
  overflow: hidden;
  padding: 0px 30% 0px 10%;
  gap: 10%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .c-portrait__list {
    width: 180%;
    padding: 0px 15% 0px 0%;
  }
}
@media screen and (max-width: 991px) {
  .c-portrait__list {
    width: 200%;
    padding: 0;
    gap: 0;
    justify-content: center;
  }
}
.c-portrait__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  align-self: stretch;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .c-portrait__list-item {
    justify-content: center;
  }
}
.c-portrait__list-item:first-child {
  z-index: 1;
}
.c-portrait__list-item:last-child .item-opacity {
  transform: translateX(-15%);
}
.c-portrait__list-item:last-child .item-content {
  background-color: #F3E0BA;
  color: #1F1611;
}
@media screen and (max-width: 414px) {
  .c-portrait__list-item:last-child .item-content {
    padding: 80px 20vw 0px 40px;
  }
  .c-portrait__list-item:last-child .item-content .sound-btn {
    max-width: 150px;
  }
}
.c-portrait__list-item:last-child .c-portrait__img {
  bottom: -12%;
}
@media screen and (max-width: 414px) {
  .c-portrait__list-item:last-child .c-portrait__img {
    right: 10%;
  }
}
.c-portrait__list-item .item-content {
  background-color: #442717;
  padding: min(100px, 12vh) 130px min(100px, 4vh) 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 300px 300px 0px 0px;
}
@media screen and (min-width: 992px) {
  .c-portrait__list-item .item-content {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .c-portrait__list-item .item-content {
    padding: 30px 15vw 30px 5vw;
    max-width: 600px;
    width: 80%;
  }
}
@media screen and (max-width: 414px) {
  .c-portrait__list-item .item-content {
    padding: 20px 20vw 20px 30px;
    width: calc(100% - 40px);
  }
}
.c-portrait__list-item .item-content .item-opacity {
  opacity: 0;
}
.c-portrait__list-item .item-content p {
  max-width: 400px;
  font-family: "HelveticaPro";
  font-size: 30px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .c-portrait__list-item .item-content p {
    font-size: max(18px, min(4vw, 30px));
    max-width: 100%;
  }
}
.c-portrait__list-item img {
  max-height: 600px;
  height: 100%;
  width: auto;
  align-self: end;
  position: absolute;
  bottom: 0;
  transform: translateX(50%);
  right: 0px;
}
@media screen and (max-width: 991px) {
  .c-portrait__list-item img {
    height: auto;
    right: 15%;
  }
}

.c-player {
  background-color: #F1EFE8;
  padding-top: 60px;
}
.c-player .container {
  text-align: center;
}
.c-player__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  color: #90430F;
  margin-bottom: 11px;
}
@media screen and (max-width: 991px) {
  .c-player__title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 37px;
  }
}
.c-player__credit {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (max-width: 991px) {
  .c-player__credit {
    font-size: 14px;
    line-height: 21px;
  }
}
.c-player__subtitle {
  color: #B57433;
  font-family: "Binjay";
  font-size: 70px;
  line-height: 1.1;
  transform: rotate(-10deg);
  margin-top: 160px;
  position: relative;
  z-index: 1;
  margin-bottom: -10px;
}
@media screen and (max-width: 991px) {
  .c-player__subtitle {
    font-size: 31px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.c-player__subtitle-img {
  margin-top: 90px;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .c-player__subtitle-img {
    margin-top: 10px;
    margin-bottom: -10px;
  }
}
.c-player__video {
  position: relative;
}
.c-player__video:after {
  content: "";
  position: absolute;
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
}
@media screen and (max-width: 991px) {
  .c-player__video:after {
    display: none;
  }
}
.c-player__video-poster {
  width: 100%;
}
.c-player__video-btn {
  position: absolute;
  width: 100%;
  bottom: 60px;
  z-index: 1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 0px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: max(16px, min(1vw, 20px));
}
@media screen and (max-width: 991px) {
  .c-player__video-btn {
    margin-top: -34px;
    font-size: 15px;
    padding: 0px 20px 60px;
    position: initial;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #1F1611;
  }
}
.c-player__video-btn .play-btn {
  margin-right: 54px;
}
@media screen and (max-width: 991px) {
  .c-player__video-btn .play-btn {
    margin-bottom: 54px;
    margin-right: 0px;
    background-color: #F1EFE8;
  }
}
.c-player__video-btn p {
  max-width: 900px;
}

.c-mosaic {
  overflow: hidden;
  display: block;
  height: 100%;
  background-image: url("/partage/fr/CNCM/assets/articles/etre-administrateur-ca-change-tout/dist/assets/images/mosaic/bg-wood.webp"), linear-gradient(270deg, #1F1611 40%, #442717 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-mosaic__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10%;
  margin: 90px auto;
  width: 150%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .c-mosaic__list {
    margin: 40px auto;
    width: 200%;
  }
}
.c-mosaic__list.left {
  transform: translateX(-40%);
}
@media screen and (max-width: 991px) {
  .c-mosaic__list.left {
    transform: translateX(-50%);
  }
}
.c-mosaic__list.right {
  transform: translateX(30%);
}
@media screen and (max-width: 991px) {
  .c-mosaic__list.right {
    transform: translateX(10%);
  }
}
.c-mosaic__list-item {
  width: 15%;
  height: auto;
  border-radius: 200px 200px 0px 0px;
  overflow: hidden;
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .c-mosaic__list-item {
    width: 40%;
  }
}
.c-mosaic__list-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-mosaic__content {
  margin-top: 200px;
}
@media screen and (max-width: 991px) {
  .c-mosaic__content {
    margin-top: 60px;
  }
}
.c-mosaic__content-title {
  font-size: 12vw;
  line-height: 1;
  font-family: "Binjay";
  color: #D9675C;
  transform: rotate(-17.329deg);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .c-mosaic__content-title {
    margin-bottom: 80px;
  }
}
.c-mosaic__content-title span {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.c-mosaic__content-title span:nth-child(odd) {
  text-align: left;
}
.c-mosaic__content-right {
  width: 50%;
  max-width: 600px;
  margin-left: auto;
  margin-bottom: 40px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .c-mosaic__content-right {
    width: 100%;
    max-width: 450px;
  }
}
.c-mosaic__content-right p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
.c-mosaic__content-right p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .c-mosaic__content-right p:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .c-mosaic__content-right p {
    font-size: 15px;
    line-height: 25px;
  }
  .c-mosaic__content-right p br {
    display: none;
  }
}
.c-mosaic__content-subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .c-mosaic__content-subtitle {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1.5px;
  }
}
.c-mosaic__visual-bottom {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .c-mosaic__visual-bottom {
    margin-top: 50px;
  }
}
.c-mosaic__visual-bottom img {
  width: 100%;
}

.c-contact {
  margin: 110px auto;
}
@media screen and (max-width: 991px) {
  .c-contact {
    margin: 60px auto;
  }
}
.c-contact .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .c-contact .container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.c-contact__title {
  font-family: "HelveticaPro";
  color: #B57433;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  width: 40%;
  max-width: 500px;
}
@media screen and (max-width: 991px) {
  .c-contact__title {
    font-size: 26px;
    line-height: 31px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.c-contact__button {
  min-width: 270px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .c-contact__button {
    justify-content: flex-start;
    min-width: auto;
  }
}
.c-contact p {
  width: 30%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  max-width: 300px;
  margin: 0px 50px;
}
@media screen and (max-width: 991px) {
  .c-contact p {
    width: 100%;
    font-size: 15px;
    max-width: 100%;
    margin: 0px 0px 24px;
  }
}

.c-newsletter {
  background-color: #442717;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding: 135px 0px;
  position: relative;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .c-newsletter {
    font-size: 14px;
    line-height: 23px;
    padding: 140px 0px 60px;
  }
}
.c-newsletter .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 60%;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .c-newsletter .container {
    max-width: 100%;
  }
}
.c-newsletter__text {
  max-width: 400px;
  margin-right: 120px;
}
@media screen and (max-width: 991px) {
  .c-newsletter__text {
    max-width: 100%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 414px) {
  .c-newsletter__text {
    margin-right: 30px;
  }
}
.c-newsletter__btn {
  margin-right: 120px;
  position: relative;
  display: block;
  margin-left: 70px;
}
@media screen and (max-width: 991px) {
  .c-newsletter__btn {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.c-newsletter__btn:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #D9675C;
  border-radius: 50%;
  transition: all 0.2s linear;
  transform: translate(-50%, -50%);
  left: -40px;
  top: 0px;
}
.c-newsletter__btn img {
  position: absolute;
  z-index: 1;
  width: 40px;
  left: -70px;
}
@media screen and (max-width: 991px) {
  .c-newsletter__btn img {
    left: 0px;
    top: -40px;
  }
}
@media screen and (min-width: 992px) {
  .c-newsletter__btn:hover:after, .c-newsletter__btn:focus:after {
    width: 35px;
    height: 35px;
    transition: all 0.2s linear;
  }
  .c-newsletter__btn:hover p, .c-newsletter__btn:focus p {
    background-size: 100% 2px;
  }
}
.c-newsletter__btn p {
  background-image: linear-gradient(#D9675C, #D9675C);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: inline;
  transition: background-size 0.3s ease;
  padding-bottom: 4px;
  text-decoration: underline;
  text-decoration-color: rgba(217, 103, 92, 0.4);
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .c-newsletter__btn p {
    text-decoration-color: #d9675c;
  }
}
.c-newsletter .text-decoration {
  font-family: "Binjay";
  font-size: 68px;
  line-height: 1;
  color: #B57433;
  position: absolute;
  left: -80px;
  top: 10px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .c-newsletter .text-decoration {
    font-size: 45px;
    top: -20px;
    left: -40px;
    height: 130px;
    overflow: hidden;
  }
  .c-newsletter .text-decoration p:last-child {
    display: none;
  }
}
.c-newsletter .text-decoration p:nth-child(odd):after {
  content: "newsletter";
  opacity: 0.2;
  margin-left: 10px;
}
.c-newsletter .text-decoration p:nth-child(even) {
  align-self: center;
}
@media screen and (max-width: 991px) {
  .c-newsletter .text-decoration p:nth-child(even) {
    align-self: flex-start;
    margin-left: 60px;
  }
}

.c-episodes {
  overflow: hidden;
  display: flex;
  width: 100%;
  position: relative;
}
.c-episodes__nav {
  position: absolute;
  width: 20%;
  left: calc(35% + 70px);
  bottom: 40px;
  height: 35px;
  background-color: #1F1611;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .c-episodes__nav {
    width: calc(100% - 40px);
    bottom: 65px;
    left: 20px;
    max-width: 400px;
  }
}
.c-episodes__nav-cursor {
  position: absolute;
  left: 17%;
  top: 50%;
  width: calc(33.33% - 10px);
  height: calc(100% - 10px);
  transform: translate(-50%, -50%);
  background-color: #B57433;
  border-radius: 30px;
  z-index: 0;
}
.c-episodes__nav-list {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.c-episodes__nav-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: calc(100% - 8px);
  text-align: center;
  font-size: max(16px, min(1vw, 20px));
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}
.c-episodes__nav-list li button {
  transition: background-color 0.2s linear;
}
.c-episodes__nav-list li:hover button, .c-episodes__nav-list li:focus-within button {
  background-color: rgba(181, 116, 51, 0.2);
  transition: background-color 0.2s linear;
  border-radius: 30px;
  width: calc(100% - 8px);
  height: 100%;
}
.c-episodes__nav-list li:hover button:focus-visible, .c-episodes__nav-list li:focus-within button:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.c-episodes__slide {
  min-width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  background-color: #442717;
  font-size: max(16px, min(1vw, 20px));
}
@media screen and (max-width: 991px) {
  .c-episodes__slide {
    flex-direction: column;
    font-size: max(15px, min(3vw, 20px));
    line-height: 1.3;
  }
}
.c-episodes__slide:first-child {
  box-shadow: 1px 0px 1px 1px #442717;
}
.c-episodes__slide:first-child .c-episodes__slide-left {
  background-color: #F1EFE8;
  color: #1F1611;
}
.c-episodes__slide:nth-child(2) {
  background-color: #7B3D19;
  box-shadow: 1px 0px 1px 1px #7B3D19;
}
.c-episodes__slide:nth-child(2) .c-episodes__slide-left {
  background-color: #442717;
}
.c-episodes__slide:nth-child(2) .comment__item-img:before {
  background-color: #442717;
}
.c-episodes__slide:nth-child(3) .c-episodes__slide-left {
  background-color: #7B3D19;
}
.c-episodes__slide:nth-child(3) .comment__item-img:before {
  background-color: #7B3D19;
}
.c-episodes__slide-left, .c-episodes__slide-right {
  padding: 10vh 70px;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .c-episodes__slide-left, .c-episodes__slide-right {
    padding: 35px 20px 110px;
    height: 50%;
  }
}
.c-episodes__slide-left {
  width: 35%;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .c-episodes__slide-left {
    width: 100%;
  }
}
.c-episodes__slide-right {
  width: 65%;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .c-episodes__slide-right {
    width: 100%;
  }
}
.c-episodes__slide-title {
  font-family: "HelveticaPro";
  font-size: 40px;
  font-size: max(26px, min(3.5vw, 90px));
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .c-episodes__slide-title {
    font-size: max(26px, min(5vw, 50px));
    margin-bottom: 15px;
  }
}
.c-episodes__slide-comments {
  width: calc(50% - 40px);
  text-align: center;
  line-height: 1.2;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .c-episodes__slide-comments {
    display: none;
  }
}
.c-episodes__slide-comments .comment__item {
  margin-bottom: 50px;
  padding: 0 40px;
}
.c-episodes__slide-comments .comment__item:nth-child(even) .comment__item-img {
  margin-left: auto;
}
.c-episodes__slide-comments .comment__item:nth-child(even) .comment__item-img:before {
  left: -30px;
  transform: rotate(-45deg);
}
.c-episodes__slide-comments .comment__item-text {
  margin-bottom: 25px;
}
.c-episodes__slide-comments .comment__item-img {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.c-episodes__slide-comments .comment__item-img:before {
  content: "";
  position: absolute;
  top: -4px;
  width: 2px;
  height: 30px;
  background-color: #F1EFE8;
  transform: rotate(45deg);
  left: calc(100% + 30px);
}
.c-episodes__slide-comments .comment__item-img__container {
  width: 75px;
  height: 75px;
  width: max(75px, min(6vw, 115px));
  height: max(75px, min(6vw, 115px));
  border-radius: 50%;
  overflow: hidden;
}
.c-episodes__slide-comments .comment__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-episodes__slide-video {
  width: 50%;
  position: relative;
  border-radius: 315px 315px 0px 0px;
  overflow: hidden;
  height: calc(100% - 35px);
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  .c-episodes__slide-video {
    width: 100%;
    height: calc(50vh - 20px);
    margin-top: calc(-25vh + 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
.c-episodes__slide-video img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: 150%;
  transform: translateX(-17%);
}
@media screen and (max-width: 414px) {
  .c-episodes__slide-video img {
    min-width: 170%;
  }
}
.c-episodes__slide-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 991px) {
  .c-episodes__slide-video .play-btn {
    transform: translate(-50%, -50%);
  }
}

.c-imgText {
  background-color: #F1EFE8;
  margin-top: -53px;
}
.c-imgText .container {
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .c-imgText .container {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 48px;
  }
}
.c-imgText__title {
  font-family: "Binjay";
  font-size: 70px;
  color: #902282;
  font-weight: 400;
  line-height: normal;
  transform: rotate(-15deg);
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-top: 60px;
  margin-bottom: 85px;
}
@media screen and (max-width: 991px) {
  .c-imgText__title {
    font-size: 34px;
    padding-top: 50px;
    margin-bottom: 70px;
  }
}
.c-imgText__container {
  display: flex;
  margin-bottom: 46px;
  gap: 148px;
}
@media screen and (max-width: 991px) {
  .c-imgText__container {
    flex-direction: column;
    gap: 100px;
  }
}
.c-imgText__container-left {
  width: 390px;
  position: relative;
  min-width: 40%;
  max-width: 390px;
}
@media screen and (max-width: 991px) {
  .c-imgText__container-left {
    min-width: auto;
    width: 80%;
    margin: auto;
  }
}
.c-imgText__container-left img:not(.prix) {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.c-imgText__container-left .arche {
  position: absolute;
  right: calc(100% + 40px);
}
@media screen and (max-width: 991px) {
  .c-imgText__container-left .arche {
    right: calc(100% + 26px);
  }
}
.c-imgText__container-left .prix {
  position: absolute;
  top: 0;
  right: -100px;
  width: 130px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .c-imgText__container-left .prix {
    bottom: -60px;
    top: unset;
    right: -15%;
  }
}
.c-imgText__container-right h3 {
  color: #B57433;
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 27px;
}
@media screen and (max-width: 991px) {
  .c-imgText__container-right h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
  }
}
.c-imgText__container-right p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 42px;
}
@media screen and (max-width: 991px) {
  .c-imgText__container-right p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
.c-imgText__container-right .btn {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  text-align: right;
  gap: 25px;
  align-items: center;
  justify-content: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.c-imgText__container-right .btn:hover span, .c-imgText__container-right .btn:focus-visible span {
  outline-offset: 8px;
  background-color: #B57433;
  transition: outline-offset 0.2s linear, background-color 0.1s linear;
}
.c-imgText__container-right .btn span {
  display: flex;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
  outline: 1px solid #B57433;
  transition: outline-offset 0.2s linear, background-color 0.1s linear;
}
.c-imgText__container-right .btn span:before, .c-imgText__container-right .btn span:after {
  content: "";
  position: absolute;
}
.c-imgText__container-right .btn span::before {
  height: 2px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1F1611;
}
.c-imgText__container-right .btn span:after {
  border: solid #1F1611;
  transform: translate(-50%, -50%) rotate(45deg);
  border-width: 2px 2px 0px 0px;
  display: inline-block;
  padding: 6px;
  bottom: 13px;
  right: 12px;
}
.c-imgText__credits {
  color: #575656;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}


		.c-popupAudio .audio-container .infos-podcast ul li {
			color:white;
		}
		.c-popupAudio .cc .audio-container .audio-player {
			border-radius: 20px;
    		margin-bottom: 20px;
			margin-top: 10px;
		}
		.c-popupAudio .cc.clara .audio-container .audio-player {
			background-color: #eddabc;
		}
		.c-popupAudio .cc.benjamin .audio-container .audio-player {
			background-color: #723a28;
		}
		.c-popupAudio .cc .audio-container .audio-player {
			padding: 15px;
		}
		.c-popupAudio .cc img {
		}
		.c-popupAudio .cc .audio-container .audio-player, .c-popupAudio .cc .audio-container .infos-podcast, .c-popupAudio .cc img {
			max-width: 600px;
			width:100%;			
			margin-left: auto;
    		margin-right: auto;
		}
		.c-popupAudio .cc img {
			margin-bottom: 10px;
		}
		.c-popupAudio .cc .audio-container .infos-podcast {
			padding-left: 10px;
		}
		.c-popupAudio .cc.clara .audio-container .audio-player .controls .move-play .toggle-play.play, .c-popupAudio .cc.clara .audio-container .audio-player .controls .move-play .toggle-play.pause {
			background: #7d3010;
		}
		.c-popupAudio .cc.benjamin .audio-container .audio-player .controls .move-play .toggle-play.play, .c-popupAudio .cc.benjamin .audio-container .audio-player .controls .move-play .toggle-play.pause {
			background: #f3e0b9;
		}
		.c-popupAudio .cc.clara .audio-player .controls .move-play .toggle-play.play:after {
			border-left-color:#f3e0b9;
		}
		.c-popupAudio .cc.benjamin .audio-player .controls .move-play .toggle-play.play:after {
			border-left-color:#442718;
		}
		.c-popupAudio .cc.clara .audio-container .audio-player .controls .move-time .time {
			color: #7d3010;
		}
		.c-popupAudio .cc.benjamin .audio-container .audio-player .controls .move-time .time {
			color: #f3e0b9;
		}
		.c-popupAudio .cc .audio-container .audio-player .controls .move-time .time {
			font-size: 15px;
		}
		.c-popupAudio .cc .audio-container .infos-podcast div ul li {
			font-size: 15px;
			color: white;
		}
		
		.c-popupAudio .cc .audio-container .infos-podcast div ul li.audiotime:before {
			content: url("/partage/fr/CNCM/styles/player-audio/icons/boulangere/clara/ico-micro-white.svg");
			width: 22px;
			height: 22px;
			display: inline-block;
		}
		.c-popupAudio .cc.clara .audio-player .controls .move-time .timeline .progress {
			background: #e2b377;
		}
		.c-popupAudio .cc.benjamin .audio-player .controls .move-time .timeline .progress {
			background: #d19833;
		}
		.c-popupAudio .cc .audio-player .partage-audio a.ico-download img {
			width: 15px;
			height: auto;
		}
		.c-popupAudio .cc .audio-player .controls .move-play {
			width: 10%;
		}
		.c-popupAudio .cc .audio-player .controls .move-time {
			width:90%;
		}
		.c-popupAudio .cc .infos-podcast div ul {
			text-align: center;
		}
		@media screen and (max-width: 1400px) {
			.c-popupAudio .cc .audio-player {
				padding: 15px;
			}
		}