/*Fonts*/
/*Transitions*/
/*Image fit*/
/*Box Shadow*/
/*Multiply*/
/*Render frame*/
/* Components */
.iframe-wrapper iframe {
  width: 100%;
  max-width: 100%;
  min-height: 80rem;
  border: none; }
  @media (min-width: 576px) {
    .iframe-wrapper iframe {
      min-height: 60rem; } }

.block-redac {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 992px) {
    .block-redac {
      padding-top: 8rem; } }
  .block-redac p {
    margin-bottom: 3rem;
    line-height: 2.5rem; }
  .block-redac > p:last-child,
  .block-redac ul:last-child,
  .block-redac ol:last-child {
    margin-bottom: 0; }
  .block-redac__logora {
    margin-bottom: 4rem; }
  .block-redac__arguments {
    margin-bottom: 7rem; }
  .block-redac__debat {
    margin-bottom: 8rem;
    width: 100%;
    height: 30.4rem;
    position: relative; }
  .block-redac video {
    height: 17.8rem;
    max-width: 100%; }
    @media (min-width: 576px) {
      .block-redac video {
        height: auto; } }

.debat-img {
  position: absolute; }
  .debat-img--01 {
    top: 0;
    left: 0; }
  .debat-img--02 {
    bottom: 0;
    right: 0; }

.toggle-item {
  margin-bottom: 2rem; }
  .toggle-item__heading {
    margin: 0 1rem 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.6rem; }
  .toggle-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .toggle-item__contents {
    padding: 2rem 0 0;
    display: none; }
    .toggle-open .toggle-item__contents {
      display: block; }
    .toggle-item__contents p {
      margin: 0 0 2rem; }
      .toggle-item__contents p:last-child {
        margin: 0; }
    .toggle-item__contents a {
      font-weight: 600;
      color: #dc344f;
      text-decoration: none; }
