/* ------ COLOR ------ */
/* ------ MIXINS ------ */
@media only screen and (max-width: 1440px) {
  body {
    min-width: 1px;
  }
  .tabs,
  div.messages,
  #block-system-main,
  #user-login,
  .profile,
  #user-login-form,
  .node-system,
  #user-pass,
  #user-pass-reset,
  #user-profile-form {
    width: 100%;
  }
  .inner,
  header .inner,
  header .region-menu {
    width: 95%;
  }
}
@media only screen and (max-width: 1280px) {
  #connexion {
    padding-top: 15%;
  }
  #article {
    width: 100%;
  }
  /* ------ Accueil------ */
  #slide {
    float: none;
    width: 100%;
    padding: 50px 65px 150px;
  }
  #slide .arrow {
    width: 50px;
  }
  #slide .arrow:after {
    font: normal 2.5em/0 "Fontello";
  }
  /*  body.front.user-logged-in:before { background-position: bottom; background-size: cover; }*/
}
@media only screen and (max-width: 900px) {
  /* ------ Connexion ------ */
  #connexion {
    width: 100%;
  }
  /* ------ Actus ------ */
  .view-news-list .views-row {
    width: calc(50% - 23px);
  }
  #news-related .more-news .news-list-bloc {
    width: calc(50% - 23px);
  }
  #news-related .more-news .news-list-bloc:last-child {
    display: none;
  }
  /* ------ Etude ------ */
  #study #study-left {
    float: none;
    width: 100%;
    margin: 0 0 25px 0;
  }
  #study #study-left .study-date {
    display: block;
  }
  #study #study-left .study-date .study-session,
  #study #study-left .study-date .study-session:last-child {
    margin: 0 35px;
    flex-grow: 1;
  }
  #study #study-right {
    float: none;
    width: 100%;
  }
  /* ------ Form ------ */
  .block-cosm-user-create-account-step-1-block #article h1,
  .block-cosm-profile-register-step-n-block #article h1 {
    font: 300 1.6em/1em 'Montserrat', sans-serif;
  }
  .block-cosm-user-create-account-step-1-block .field-name-body h2,
  .block-cosm-profile-register-step-n-block .field-name-body h2 {
    text-align: left;
  }
  #user-register-step-1-form {
    width: 100%;
  }
  .counter-step ul li {
    flex: auto;
    width: 50%;
  }
  .block-cosm-user-create-account-step-block ul li {
    padding: 0 15px;
    font-size: 0;
  }
  .block-cosm-user-create-account-step-block ul li.current {
    flex: initial;
    padding: 0 35px;
    font-size: 1em;
  }
  /*  body.front.not-logged-in:after, body.page-node-type-faq:after { background-size: cover; background-position: bottom }
  body.page-node-type-faq:after { max-height: 700px; }*/
}
@media only screen and (max-width: 600px) {
  #connexion {
    padding-top: 30%;
  }
  .back-list {
    display: none;
  }
  /* ------ Accueil------ */
  .menu--home-quick-access #quick-access ul {
    width: 100%;
  }
  .menu--home-quick-access #quick-access ul li {
    width: 125px;
    height: 125px;
    margin: 20px 20px 40px;
    font: 400 0.8em/155px 'Lato', sans-serif;
  }
  .menu--home-quick-access #quick-access ul li:before {
    width: 145px;
    height: 145px;
  }
  /* ------ Connexion------ */
  #connexion h1 {
    font: 300 2em/1em 'Cormorant Garamond', serif;
  }
  #connexion .connexion-form {
    display: block;
  }
  #connexion .connexion-form .form-content {
    display: block;
    width: 100%;
    padding: 50px 40px 105px 40px;
  }
  /* ------ Etude ------ */
  #study-list #study-list-table .study-list-bloc .study-name {
    width: 50%;
  }
  #study-list #study-list-table .study-list-bloc .study-status {
    width: 50%;
    text-align: right;
  }
  #study #study-left .study-date {
    display: block;
  }
  #study #study-left .study-date .study-session {
    overflow: hidden;
    margin-bottom: 35px;
  }
  #study #study-left .study-date .study-session:last-child {
    margin: 0;
  }
  #study #study-right .study-agenda ul li {
    width: calc(25%);
  }
  /* ------ Actus ------ */
  .view-news-list .views-row {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  #news-related .more-news .news-list-bloc {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  /* ------ Form ------ */
  #user-register-step-1-form .form-item,
  #user-register-step-1-form #edit-field-u-date-birth-wrapper {
    width: 100%;
    padding: 0;
  }
  .block-cosm-user-create-account-step-1-block #article {
    padding: 35px 25px;
  }
  .counter-step ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* ------ Etude ------ */
  #study #study-right {
    padding: 10px;
  }
  #study #study-right .study-agendas {
    width: calc(100% + 42px);
    margin: 25px -21px -11px;
  }
  #study #study-right .study-agenda ul li {
    width: calc(33.33%);
  }
}
