@media only screen and (min-device-width: 360px) {
  .apple-switch {
    width: 26%;
  }

  .form-input-field--small {
    width: 90%;
  }
}

@media only screen and (min-width: 414px) and (max-height: 736px) {
  .text-securitySafe-img {
    left: 70px;
  }

  .apple-switch {
    width: 18%;
  }
}

@media only screen and (min-width : 768px) {
  .text-securitySafe-img {
    left: 245px;
  }

  .apple-switch-block {
    justify-content: space-between;
  }

  .apple-switch {
    width: 5.8%;
  }


}

@media screen and (max-width: 991px) {
  .navbar-item a.active {
    border-bottom: none !important;
  }

  .navbar-item.active {
    padding-bottom: 23px;
    border-bottom: 2px solid #000000;
    font-weight: bold;
  }
  .navbar-item:active:after, .navbar-item:focus:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: black;
    z-index: 9;
  }
}
@media screen and (min-width: 992px) {
  body {
    background-color: #f6f8f9;
    padding: 0 0 81px 0;
  }

  .container {
    border: 1px solid #cccccc;
    margin: auto;
    display: block;
    position: relative;
  }

  .container-header {
    border-bottom: 1px solid #e0e4e7;
  }

  .container-header-img {
    display: block;
    width: 142px;
    height: 38px;
  }

  .container-linkTitle {
    align-items: baseline;
    border: none;
    margin-left: -22px;
    margin-right: -108px;
    padding-bottom: 0;
  }

  .container-title {
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 0.67em;
  }

  .container-body {
    width: 545px;
    border-radius: 4px;
    border: solid 1px #e0e4e7;
    background-color: #ffffff;
    margin: 40px auto 91px;
    padding-left: 108px;
    padding-right: 108px;
    padding-bottom: 40px;
  }

  .container-body-block {
    border-bottom: 1px solid var(--secondary-color-grey);
    padding-left: 108px;
    padding-right: 108px;
    margin-left: -108px;
    margin-right: -108px;
  }

  .container-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  .container-footer-copyright {
    font-size: 12px;
    margin-top: 0;
  }

  .container-footer-link {
    margin: 0;
  }

  .page-title {
    font-size: 36px;
  }

  .text-securitySafe-img {
    left: 56px;
  }

  .apple-switch {
    width: 64px;
}

  .ruban-infos {
    position: fixed;
    top: 79px;
    width: 100%;
  }

  .ruban-infos-text {
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 auto;
  }



  /* --------- NAVIGATION MENU --------- */
  .navbar {
    background-color: inherit;
    border: none;
    position: absolute;
    top: 119px;
    left: 100px;
  }

  .navbar-list {
    margin-top: 0;
  }

  .navbar-item {
    display: inherit;
    padding: unset;
    text-align: unset;
    padding-bottom: 25px;
  }

  .navbar-item a {
    font-size: 15px;
  }

  .navbar-item a:hover {
    font-weight: bold;
    border-bottom: 2px solid var(--main-color-grey);
    padding-bottom: 3px;
  }

  .navbar-item a:active {
    font-weight: bold;
    border-bottom: 2px solid var(--color-black);
    padding-bottom: 3px;
  }

  /* --------- END NAVIGATION MENU --------- */
}

@media only screen and (-webkit-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 3) {
  /* INPUT DATE */

input.form-input-field[type="date"] {
  padding: 10px 0px 10px 15px;
}

input.form-input-field::-webkit-datetime-edit-fields-wrapper {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto';
}

input.form-input-field::-webkit-datetime-edit-text,
input.form-input-field::-webkit-datetime-edit-month-field,
input.form-input-field::-webkit-datetime-edit-day-field,
input.form-input-field::-webkit-datetime-edit-year-field {
  color: var(--main-color-grey);
}

/* END INPUT DATE */
}
