/* desactivation bloc annonces Ma modification */
.gpm__annonces {
    display: none;
  }
  
  .gpm .menu-holder {
    display: block !important;
  }
  
  .calendar-legend {
    position: relative;
    width: 745px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 110px;
    }
  
    .calendar-legend .label {
    position: absolute;
    top: 10px;
    left: 26px;
    }
  
    .calendar .day {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 21px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: rgba(0,0,0,0.7);
    border-bottom: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    }
  
    .calendar .count {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50%;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    height: 15px;
    text-align: center;
    color: #fff;
    background-color: #1d9f9b;
    }
  
    .calendar-legend .color {
    display: inline-block;
    width: 25px;
    height: 12px;
    vertical-align: middle;
    background-color: #2288d2;
    }
  
    .calendar-legend .color .demijournee {
    background-color: #fcffff;
    }
  
  @media only screen and (min-width: 1140px) {
  
    .home-about .col.first {
      border-right: none;
      padding-left: 0;
      padding-right: 45px;
      width: 100%;
    }
  
    .header__links {
      color: #999;
      display: block;
      font-size: 16px;
      margin-bottom: 10px;
      text-align: center;
    }
  
    .header__actions {
      top: 45px;
    }
  
    .modal__form__title {
      color: #145787;
      font-size: 25px;
      font-weight: 600;
      line-height: 38px;
    }
  
    .modal__form__sub {
      color: #145787;
      font-size: 19px;
      line-height: 26px;
      margin-bottom: 22px;
      margin-top: 5px;
    }

  }
  
  alert-arrowed {
    position: relative;
    padding: 15px;
    color: #FFF;
    background-color: #1d9f9b;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0;
    }
  
  .gpm__footer {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
  background-color: #f9f9f9;
  border-top: 1px solid #636468;
  margin-top: 15px;
  }
  
  .gpm .header__links {
  font-size: 16px;
  font-weight: 500;
  }
  
  .content-simple .texte-gris-centre-31 b, strong {
  font-weight: 600;
  }
  
  .sous-titre-bleu {
    font-size: 16px;
    color: #235fa6;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  .link {
    text-decoration: none !important;
  }
  
  .link:hover {
    text-decoration: underline !important;
  }
  
  .btn-green {
    border-radius: 10px;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    background: #3fb34f no-repeat 13px center;
    transition: background 0.2s, color 0.2s;
  }
  .btn-green:hover {
  background: #266b2f no-repeat 13px center;
  transition: background 0.2s, color 0.2s;
  }
  
  .btn-grey {
    padding: none;
  }
  
  .gpm-services-link {
    display: block;
    width: 130px;
    text-align: center;
    padding: .3rem 0;
    margin-left: auto;
    margin-right: auto;
    color: #235fa6;
    font-weight: 600;
    border: 2px solid #235fa6;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s;
  }
  
  .gpm-services-link:hover {
    background: #235fa6;
    color: #FFF;
  }
  
  .gpm-ethique__title {
    line-height: 32px;
  }

  .btn-white {
    background: white;
    color: #364670;
  }

  .modal-gpm__title {

    font-size: 26px;
}

.checkbox-input {
  display: flex;
    align-items: flex-start;
    margin: 10px 0;
}