.performances {
  overflow: hidden; }
  .performances .symboles .nobr {
    white-space: nowrap; }
  .performances .symboles img {
    width: 100px;
    height: auto;
    margin: 10px; }
    @media (max-width: 1200px) {
      .performances .symboles img {
        margin: 5px !important; } }
  .performances .container .row > div {
    padding: 0 15px; }
  .performances .performances-container {
    margin-bottom: 130px; }
    @media (max-width: 576px) {
      .performances .performances-container {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .performances .performances-container {
        margin-bottom: 170px; } }
    @media (min-width: 992px) {
      .performances .performances-container {
        margin-bottom: 0; } }
  .performances #explications-cycles-container {
    padding: 0px 15px 60px 15px;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .performances #explications-cycles-container > .row {
      width: 100%; }
    .performances #explications-cycles-container .informations {
      background-color: #ebebeb;
      flex-shrink: 0;
      padding: 20px !important;
      border-radius: 25px;
      margin: 30px 0;
      height: fit-content; }
      @media (max-width: 576px) {
        .performances #explications-cycles-container .informations {
          text-align: center; } }
      .performances #explications-cycles-container .informations h3 {
        font-size: 1.5em; }
      .performances #explications-cycles-container .informations ul > li {
        padding: 0;
        margin: 0;
        font-size: 1.2em;
        font-weight: 300; }
        .performances #explications-cycles-container .informations ul > li::before {
          content: none; }
      .performances #explications-cycles-container .informations .petits-caracteres {
        font-weight: 400;
        font-size: 1em; }
    .performances #explications-cycles-container .image-scientifique {
      width: 100%;
      height: auto;
      max-width: 190px;
      position: absolute !important;
      right: 0; }
      @media (max-width: 576px) {
        .performances #explications-cycles-container .image-scientifique {
          display: none; } }
      @media (min-width: 576px) {
        .performances #explications-cycles-container .image-scientifique {
          right: 110px; } }
      @media (min-width: 768px) {
        .performances #explications-cycles-container .image-scientifique {
          right: 80px; } }
      @media (min-width: 992px) {
        .performances #explications-cycles-container .image-scientifique {
          right: -15px;
          margin-top: -50px; } }
      @media (min-width: 1200px) {
        .performances #explications-cycles-container .image-scientifique {
          margin-top: 0; } }
  .performances .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px !important;
    margin-right: -15px !important; }
  .performances .p-0 {
    padding: 0 !important; }
  .performances .d-flex {
    display: flex !important; }
  .performances .flex-wrap {
    flex-wrap: wrap; }
  .performances .align-items-center {
    align-items: center !important; }
  .performances .justify-content-center {
    justify-content: center !important; }
  .performances .flex-column {
    flex-direction: column !important; }
  .performances .mt-3 {
    margin-top: 10px !important; }
  .performances .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  @media (min-width: 992px) {
    .performances .col-lg-5 {
      flex: 0 0 41.6666666%;
      max-width: 41.6666666%; } }
  @media (min-width: 992px) {
    .performances .col-lg-7 {
      flex: 0 0 58.3333333%;
      max-width: 58.3333333%; } }
  @media (min-width: 768px) {
    .performances .col-md-3 {
      flex: 0 0 33.3333333%;
      max-width: 33.3333333%; } }
  @media (min-width: 576px) {
    .performances .col-sm-11 {
      flex: 0 0 91.6666666%;
      max-width: 91.6666666%; } }
