@charset "UTF-8";
/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    *** Importation ***
    * Utilitaires < Variables
    * Utilitaires < Mixins
    * Base < Typographique 
    * Modules < Header
    * Modules < Footer
    * Modules < Login
    * Modules < Inventaire
    * Modules < Home
    * Modules < Donnée Système
    * Modules < Horaires


    *** Style générique ***
    * 
    * 
    * 
    * 

    *** Partials ***
    * Pagination
    * DatePicker

*/
/**
 * @author Karelle Leclerc karelle.leclerc@gmail.com
 * ------------------
 * TABLE DES MATIÈRES
 * ------------------
 * Polices de caractères
 * Palette de couleurs
 * Points de rupture
 **/
/** Polices de caractères **/
/** Palette de couleurs **/
/** Points de rupture **/
/**
 * @author Karelle Leclerc karelle.leclerc@gmail.com
 * ----------------------------
 * TABLE DES MATIÈRES - MIXINS
 * ----------------------------
 * Utilitaires de base (BoxSizing, Clearfix)
 * Utilitaires pour accessibilité
 * Utilitaires pour typographie
 * Utilitaire de mise en page 
 */
/******** Utilitaires de base (BoxSizing, Clearfix) *********/
/* BoxSizing */
/* Clearfix: pour contrer le problème des enfants flottants*/
.cf:after {
  content: " ";
  display: table;
  clear: both; }

/******** Utilitaires pour accessibilité *********/
.visuallyhidden,
.screen-reader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus,
  .screen-reader-only.focusable:active,
  .screen-reader-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto; }

/******** Utilitaires pour typographie *********/
/* Utilitaire de mise en page */
/* Utilitaire de changement de thème */
/* Utilitaire pour centrer un élément avec width 100%  */
/* Utilitaire pour centrer un élément avec width 75%  */
/* Utilitaire pour centrer un élément avec width 50% */
/* Utilitaire pour centrer un élément avec width 60% */
.w25 {
  width: 25%; }

.w20 {
  width: 20%; }

.w30 {
  width: 30%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w75 {
  width: 75%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

/* Utilitaire de flex-box avec rangée */
/* Utilitaire de flex-box sans rangée */
html .flex-nowrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

html .flex-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

/* Style de base icon */
/* Liste d'icon... */
@media (min-width: 1000px) {
  .fltR-md {
    float: right; } }

.fltL {
  float: left; }

.fltR {
  float: right;
  float: right; }

.btn-icon {
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 43px;
  border: none;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: none;
  background-color: #DFDDDE; }

.icon_add {
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-top: 5px;
  background-size: contain;
  background-image: url("../images/add.svg"); }

.icon_add--white {
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-top: 5px;
  background-size: contain;
  background-image: url("../images/add--white.svg"); }

.icon_arrow-down--black {
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  background-size: cover;
  background-image: url("../images/right-arrow.svg"); }

.icon_arrow-down {
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  background-size: cover;
  background-image: url("../images/right-down-white.png"); }

.icon_trash {
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  background-image: url("../images/trash.svg");
  height: 30px;
  width: 20px; }

html .icon_edit {
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  background-image: url("../images/edit.svg");
  /*background-size: contain;*/
  /*height: 25px;
    width: 25px;*/ }

.icon_drag {
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  background-image: url("../images/drag.svg"); }

.icon_filtre {
  background-image: url("../images/filtre.svg"); }

.icon_eye {
  background-image: url("../images/eye.svg");
  display: inline-block;
  position: relative;
  left: 2px;
  top: 3px;
  width: 35px;
  height: 35px; }

.icon_hide {
  background-image: url("../images/hide.svg");
  display: inline-block;
  position: relative;
  left: 2px;
  top: 3px;
  width: 35px;
  height: 35px; }

.ui-state-active .icon_arrow-down {
  background-image: url("../images/arrow-up.png"); }

.ui-state-active .icon_arrow-down--black {
  background-image: url("../images/arrow-up--black.svg"); }

.icon_loop {
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  display: inline-block; }

/**
 * @author Karelle Leclerc karelle.leclerc@gmail.com
**/
/**
 * --------------------------------------------------------
 * TABLE DES MATIÈRES - Typographie responsive (Mobile First)
 * --------------------------------------------------------

 * Base décimale
 * Hiérarchie responsive
 */
/** Base décimale **/
html {
  font-size: 100%;
  font-family: "Roboto", serif; }

/** Hiérarchie responsive **/
/*  plus proche = plus petit  &  plus loin = plus grand */
h1, h2, h3, h4 {
  font-family: "Raleway", serif;
  color: #000000; }

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    * Header
    * Menu mobile
    *
*/
/* Header */
header {
  background-color: #0074B9;
  padding: 15px 0px;
  margin-bottom: 35px;
  height: 85px; }
  @media (min-width: 800px) {
    header {
      height: auto;
      position: relative;
      top: 0;
      position: relative; } }
  header .logo_client {
    color: #FFFFFF;
    width: 35%;
    display: inline-block;
    margin: 5px 0 0 0;
    z-index: 1;
    position: relative;
    cursor: pointer; }
    @media (min-width: 800px) {
      header .logo_client {
        padding: 0px;
        position: absolute; } }
  header .home {
    display: inline-block;
    width: 64px; }
  header .container {
    height: 100%;
    background-color: #0074B9;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 800px) {
      header .container {
        height: 150px; } }

/* Menu hamburger */
.menu {
  overflow: hidden;
  width: 100%;
  left: 0;
  padding: 0px;
  transition: all ease 0.4s;
  margin-top: 20px; }
  .menu .menu__liste {
    background-color: #b9e5ff;
    padding-top: 15px;
    margin-top: 50px;
    position: absolute;
    width: 100%;
    z-index: 10; }
    @media (min-width: 800px) {
      .menu .menu__liste {
        background-color: #0074B9;
        color: #FFFFFF;
        padding-top: 0px; } }
    .menu .menu__liste .ul {
      padding: 15px 5px; }
      @media (min-width: 800px) {
        .menu .menu__liste .ul {
          display: flex;
          flex-flow: row nowrap;
          justify-content: space-between;
          width: 100%;
          border-radius: 0px;
          position: absolute;
          bottom: 0px;
          top: 69%;
          left: 0; } }
      @media (min-width: 1400px) {
        .menu .menu__liste .ul {
          /*padding: 0px;*/
          max-width: 1400px;
          margin: 0 auto;
          left: auto; } }
      .menu .menu__liste .ul .li_premierNiveau {
        z-index: 1; }
        .menu .menu__liste .ul .li_premierNiveau .lien {
          transition: 0.2s all ease;
          background-color: #0074B9;
          display: block;
          margin: 5px 0 0 0;
          padding: .5em .5em .5em .7em;
          color: white;
          line-height: 1.3;
          border-radius: 5px; }
          .menu .menu__liste .ul .li_premierNiveau .lien :nth-child(0) {
            margin-left: 10px; }
          .menu .menu__liste .ul .li_premierNiveau .lien:focus {
            outline-width: 1px;
            outline-color: #62E5CD; }
        .menu .menu__liste .ul .li_premierNiveau .ui-accordion-header-active {
          background-color: #81C7EF;
          color: #FFFFFF; }
      @media (min-width: 800px) {
        .menu .menu__liste .ul .aucunMenu {
          width: 100%;
          text-align: right;
          max-width: 1600px;
          /*margin-top: 40px;*/ } }
      .menu .menu__liste .ul .nav-second-level {
        height: auto;
        width: 100%;
        padding: 1em 2.2em;
        background-color: #F7F7F7; }
    .menu .menu__liste .identification {
      /*@include flex-wrap;*/
      padding: 0px 5px; }
      @media (min-width: 800px) {
        .menu .menu__liste .identification {
          /*@include flex-nowrap;*/
          /*width: 40%;
                position: absolute;
                right: 15px;
                top: 50px;*/
          width: 50%;
          float: right; } }
      .menu .menu__liste .identification .h3 {
        display: inline-block;
        margin-top: 15px;
        font-weight: 900;
        width: 100%;
        text-align: center;
        margin-right: 10px; }
        @media (min-width: 800px) {
          .menu .menu__liste .identification .h3 {
            text-align: left; } }
        @media (min-width: 1000px) {
          .menu .menu__liste .identification .h3 {
            /*width: 50%;
                    float: left;
                    text-align: right;*/ } }
      .menu .menu__liste .identification .btn {
        width: 98%;
        margin: 0 auto;
        line-height: 35px;
        height: 45px; }

.menu--ferme {
  height: 0;
  transition: all ease 0.4s; }
  @media (min-width: 800px) {
    .menu--ferme {
      height: auto;
      top: 0;
      max-width: 1400px; } }
  .menu--ferme .menu__liste {
    padding: 0;
    position: unset;
    width: 100%; }
    @media (min-width: 800px) {
      .menu--ferme .menu__liste {
        height: auto;
        display: inline; } }
  .menu--ferme .menu__controle {
    background-image: url("../images/menu.svg"); }

.menu__controle {
  float: right;
  background-image: url("../images/menu--ferme.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: none;
  padding: 0px;
  position: absolute;
  top: 10px;
  width: 64px;
  height: 64px;
  right: 10px; }
  @media (min-width: 800px) {
    .menu__controle {
      display: none; } }
  .menu__controle:focus {
    box-shadow: 0 0 0 2pt #b9e5ff;
    border-radius: 500px;
    outline: none; }
  .menu__controle .menu__item--ferme {
    height: 0;
    width: 0;
    display: inline-block; }

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    * Footer
    * 
    *
*/
/* Footer */
.contenu {
  flex: 1 0 auto;
  /*margin-bottom: 50px;*/
  /*margin: 0px 15px;*/ }

.footer {
  height: 50px;
  /*text-align: center;*/
  display: flex;
  align-items: center;
  /*Aligns vertically center */
  justify-content: center;
  /*Aligns horizontally center */
  background-color: #81C7EF;
  flex-shrink: 0;
  font-family: "Raleway", serif;
}

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    * Formulaire de connexion
    * Nos partenaires
    *
*/
.ctn_form_connexion {
  margin: 0 auto;
}

@media (min-width: 800px) {
	.ctn_form_connexion {
		width: 60%;
		max-width: 700px;
		margin: 0 auto;
	}
}
  .ctn_form_connexion .form_connexion {
    padding-bottom: 50px; }
    .ctn_form_connexion .form_connexion .btn {
      width: 100%;
      border-radius: 4px; }
    .ctn_form_connexion .form_connexion .field-validation-error {
      color: red;
      margin-left: 5px; }
    .ctn_form_connexion .form_connexion form {
      width: 100%; }

.partenaires {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 40px;
}

@media (min-width: 800px) {
	.partenaires {
		justify-content: space-around;
		width: 60%;
		max-width: 700px;
		margin: 0 auto;
	}
}
  .partenaires .img {
    margin-bottom: 20px;
    width: 45%;
    height: 45%; }
    @media (min-width: 800px) {
      .partenaires .img {
        margin-bottom: 50px;
        width: 35%;
        height: 35%; } }

.application-version {
	color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 10px;
}

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    *
    * 
    *
*/
/* Titre (p)  */
.ctn_bienvenue {
  margin-top: 45px; }
  .ctn_bienvenue .h2 {
    display: inline-block;
    margin: 0; }

.h4 {
  background-color: #62E5CD;
  padding: 10px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 3px; }

.ctn_btn_accueil {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 30px; }
  @media (min-width: 800px) {
    .ctn_btn_accueil {
      margin-top: 60px; } }
  .ctn_btn_accueil .btn_accueil {
    background-color: #b9e5ff;
    width: 45%;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s ease;
    border-radius: 2px; }
    .ctn_btn_accueil .btn_accueil:hover {
      transition: 0.3s ease;
      background-color: #62E5CD; }
    @media (min-width: 800px) {
      .ctn_btn_accueil .btn_accueil {
        padding-bottom: 30px; } }
    .ctn_btn_accueil .btn_accueil .h3 {
      text-align: center;
      color: #000000; }
    .ctn_btn_accueil .btn_accueil .img {
      padding: 10px; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  75% {
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.boiteModale__horaires .boiteModale__fenetre {
  background-color: #F7F7F7; }

.boiteModale__horaires .boiteModale__entete .h3 {
  color: #000000; }

.boiteModale {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  /* Boite de la fenêtre modale */
  /* Contenu de la fenêtre modale */
  /* Affiche fenêtre modale lorsqu'un bouton est cliqué */ }
  .boiteModale__dialogue {
    display: table-cell;
    vertical-align: middle; }
  .boiteModale__fenetre {
    margin: 0 auto;
    background-color: #0074B9;
    position: relative;
    padding: 0;
    outline: 0;
    width: 96%;
    max-width: 500px;
    /* Ajout d’une animation pour faire apparaître la fenêtre */
    animation-name: zoomIn;
    animation-duration: 0.5s;
    padding: 20px 10px 30px 10px; }
  .boiteModale__entete {
    padding: 0.5em;
    display: inline-block;
    width: 100%;
    margin: 0;
    height: auto; }
    .boiteModale__entete .h3 {
      display: inline-block;
      color: #FFFFFF; }
    .boiteModale__entete a {
      float: right; }
  .boiteModale__contenu {
    padding: 0.5em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    justify-content: space-around; }
    .boiteModale__contenu .btn {
      width: 100%;
      border-radius: 2px;
      margin-bottom: 5px;
      font-size: 16px;
      padding: 10px;
      line-height: 1.2; }
      @media (min-width: 800px) {
        .boiteModale__contenu .btn {
          width: 47%; } }
  .boiteModale__actions {
    padding: 0.5em;
    text-align: right; }
  .boiteModale:target {
    display: table;
    position: absolute;
    z-index: 1; }

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    *
    * 
    *
*/
/* Page inventaire */
.ctn_outils {
  max-width: 500px; }
  .ctn_outils label {
    line-height: 2.5; }
  .ctn_outils .btn {
    margin-left: 10px; }

tr {
  border-bottom: 1px solid #eee; }

.ctn_table {
  display: inline-block;
  width: 100%;
  overflow: auto; }

#sticky_thead {
  background-color: #FFFFFF;
  overflow: auto;
  width: 100%; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.sticky + .content {
  padding-top: 102px; }

.accordeon-inventaire {
  margin-bottom: 45px; }
  .accordeon-inventaire table {
    padding: 0;
    width: 100%; }
    .accordeon-inventaire table thead tr {
      background-color: #81C7EF;
      height: 50px; }
      .accordeon-inventaire table thead tr :first-child {
        padding-left: 10px; }
    .accordeon-inventaire table tbody tr {
      /*height: 100px;*/ }
      .accordeon-inventaire table tbody tr :first-child {
        padding-left: 10px; }

/*Container edit*/
form .ctn_fieldset fieldset .ctn_inputRadio {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  justify-content: flex-start; }
  form .ctn_fieldset fieldset .ctn_inputRadio label {
    width: 40%; }
    @media (min-width: 600px) {
      form .ctn_fieldset fieldset .ctn_inputRadio label {
        width: auto; } }
  form .ctn_fieldset fieldset .ctn_inputRadio .control-input {
    margin-left: 10px;
    margin-top: 10px; }

/*Page r/sultat de recherche*/
.ctn_table thead {
  background-color: #81C7EF; }

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    *
    * 
    *
*/
/* Titre (p)  */
.ctn_bienvenue {
  margin-top: 45px; }
  .ctn_bienvenue .h2 {
    display: inline-block;
    margin: 0; }

.h4 {
  background-color: #62E5CD;
  padding: 10px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 3px; }

.ctn_btn_accueil {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 30px; }
  @media (min-width: 800px) {
    .ctn_btn_accueil {
      margin-top: 60px; } }
  .ctn_btn_accueil .btn_accueil {
    background-color: #b9e5ff;
    width: 45%;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s ease;
    border-radius: 2px; }
    .ctn_btn_accueil .btn_accueil:hover {
      transition: 0.3s ease;
      background-color: #62E5CD; }
    @media (min-width: 800px) {
      .ctn_btn_accueil .btn_accueil {
        padding-bottom: 30px; } }
    .ctn_btn_accueil .btn_accueil .h3 {
      text-align: center;
      color: #000000; }
    .ctn_btn_accueil .btn_accueil .img {
      padding: 10px; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  75% {
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.boiteModale__horaires .boiteModale__fenetre {
  background-color: #F7F7F7; }

.boiteModale__horaires .boiteModale__entete .h3 {
  color: #000000; }

.boiteModale {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  /* Boite de la fenêtre modale */
  /* Contenu de la fenêtre modale */
  /* Affiche fenêtre modale lorsqu'un bouton est cliqué */ }
  .boiteModale__dialogue {
    display: table-cell;
    vertical-align: middle; }
  .boiteModale__fenetre {
    margin: 0 auto;
    background-color: #0074B9;
    position: relative;
    padding: 0;
    outline: 0;
    width: 96%;
    max-width: 500px;
    /* Ajout d’une animation pour faire apparaître la fenêtre */
    animation-name: zoomIn;
    animation-duration: 0.5s;
    padding: 20px 10px 30px 10px; }
  .boiteModale__entete {
    padding: 0.5em;
    display: inline-block;
    width: 100%;
    margin: 0;
    height: auto; }
    .boiteModale__entete .h3 {
      display: inline-block;
      color: #FFFFFF; }
    .boiteModale__entete a {
      float: right; }
  .boiteModale__contenu {
    padding: 0.5em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    justify-content: space-around; }
    .boiteModale__contenu .btn {
      width: 100%;
      border-radius: 2px;
      margin-bottom: 5px;
      font-size: 16px;
      padding: 10px;
      line-height: 1.2; }
      @media (min-width: 800px) {
        .boiteModale__contenu .btn {
          width: 47%; } }
  .boiteModale__actions {
    padding: 0.5em;
    text-align: right; }
  .boiteModale:target {
    display: table;
    position: absolute;
    z-index: 1; }

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    *
    * 
    *
*/
/* Page inventaire */
.ctn_outils {
  max-width: 500px; }
  .ctn_outils label {
    line-height: 2.5; }
  .ctn_outils .btn {
    margin-left: 10px; }

tr {
  border-bottom: 1px solid #eee; }

.ctn_table {
  display: inline-block;
  width: 100%;
  overflow: auto; }

#sticky_thead {
  background-color: #FFFFFF;
  overflow: auto;
  width: 100%; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.sticky + .content {
  padding-top: 102px; }

.accordeon-inventaire {
  margin-bottom: 45px; }
  .accordeon-inventaire table {
    padding: 0;
    width: 100%; }
    .accordeon-inventaire table thead tr {
      background-color: #81C7EF;
      height: 50px; }
      .accordeon-inventaire table thead tr :first-child {
        padding-left: 10px; }
    .accordeon-inventaire table tbody tr {
      /*height: 100px;*/ }
      .accordeon-inventaire table tbody tr :first-child {
        padding-left: 10px; }

/*Container edit*/
form .ctn_fieldset fieldset .ctn_inputRadio {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  justify-content: flex-start; }
  form .ctn_fieldset fieldset .ctn_inputRadio label {
    width: 40%; }
    @media (min-width: 600px) {
      form .ctn_fieldset fieldset .ctn_inputRadio label {
        width: auto; } }
  form .ctn_fieldset fieldset .ctn_inputRadio .control-input {
    margin-left: 10px;
    margin-top: 10px; }

/*Page r/sultat de recherche*/
.ctn_table thead {
  background-color: #81C7EF; }

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    *
    * 
    *
*/
/* Page création d'une donnée système */
@media (min-width: 1000px) {
  form .ctn_fieldset_donneeSystem {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; } }

@media (min-width: 800px) {
  form .ctn_fieldset_donneeSystem fieldset {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 50px; } }

form .ctn_fieldset fieldset {
  background-color: #F7F7F7;
  margin-bottom: 50px;
  border: none;
  border-radius: 7px;
  max-width: 800px;
  padding: 10px; }
  form .ctn_fieldset fieldset .ou {
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 30px 0px 45px 0px; }
  form .ctn_fieldset fieldset legend {
    background-color: #FFFFFF;
    display: inline;
    width: auto;
    padding: 10px;
    box-shadow: 2px 0px 2px 2px #DFDDDE; }
  form .ctn_fieldset fieldset .form-group {
    /*margin-bottom: 20px;*/ }
    @media (min-width: 800px) {
      form .ctn_fieldset fieldset .form-group {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        justify-content: end; } }
    form .ctn_fieldset fieldset .form-group .control-label {
      line-height: 40px;
      margin-right: 2%; }
      @media (min-width: 800px) {
        form .ctn_fieldset fieldset .form-group .control-label {
          width: 35%;
          text-align: right; } }
    form .ctn_fieldset fieldset .form-group .text-muted {
      line-height: 30px; }
    @media (min-width: 800px) {
      form .ctn_fieldset fieldset .form-group .control-input {
        width: 45%; } }
    form .ctn_fieldset fieldset .form-group .form-control_info {
      margin-bottom: 0px; }
    form .ctn_fieldset fieldset .form-group .margin0 {
      margin-bottom: 0; }
  form .ctn_fieldset fieldset :last-child {
    margin: 0; }

@media (min-width: 1000px) {
  form .ctn_fieldset .fieldset_norms {
    margin-left: 20px; } }

form .ctn_fieldset .fieldset_norms .form-group {
  margin-bottom: 0px; }

form .ctn_fieldset .titre_editDonnee {
  max-width: 800px;
  margin: 0 auto; }
  @media (min-width: 1000px) {
    form .ctn_fieldset .titre_editDonnee {
      width: 60%;
      margin: 0 auto; } }

form .ctn_fieldset .info_results {
  font-size: 18px; }

form .ctn_fieldset #info_results_text {
  font-weight: bold; }

form .ctn_fieldset .search_results {
  margin-bottom: 15px; }

form .ctn_fieldset .dropdown_results {
  margin-bottom: 50px;
  width: 100%; }
  form .ctn_fieldset .dropdown_results-item {
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    background-color: #FFFFFF;
    border: none;
    margin-bottom: 2px;
    padding: 10px; }

.ctn_norm_select {
  margin-top: 30px; }
  .ctn_norm_select p {
    font-weight: bold; }
    .ctn_norm_select p span {
      font-weight: normal; }

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    * Formulaire de connexion
    * Nos partenaires
    *
*/
.ctn_accordeon {
  margin-bottom: 30px; }

table tbody a {
  text-decoration: underline; }

.client_link {
  text-decoration: underline; }

.table_mySchedule thead {
  background-color: #F7F7F7;
  font-size: 16px; }
  @media (min-width: 800px) {
    .table_mySchedule thead {
      font-size: 18px; } }

.btn-group.addRecepetion {
  margin-top: 34px;
  width: 100%;
  /*@media (min-width: $tablette) {
            width: auto;
        }*/ }
  .btn-group.addRecepetion .btn {
    width: 100%; }

#ReceptedContainerRows {
  margin-top: 25px; }

.ctn_outils-reception {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media (min-width: 800px) {
    .ctn_outils-reception {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; } }
  .ctn_outils-reception div {
    width: 100%; }

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    * Admin
    *
*/
.ctn_permissions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: flex-start; }
  .ctn_permissions .child_permissions {
    width: 50%;
    margin-bottom: 50px; }
    @media (min-width: 800px) {
      .ctn_permissions .child_permissions {
        width: 25%; } }

/**
    * @author Karelle Leclerc karelle.leclerc@gmail.com
*/
/**
    *___________________
    * Table des matières
    *___________________
    * Clients
    *
*/
.carouselClient .flex-nowrap {
  margin-top: 20px;
  margin-bottom: 40px; }
  .carouselClient .flex-nowrap :first-child {
    margin-right: 10px; }

/* Style générique */
html,
body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  flex: 1 0 auto; }

.container {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.container-body {
	width: 100%;
	padding: 48px;
	overflow: auto;
}

	.img, img {
  max-width: 100%; }

ul {
  list-style-type: none;
  padding: 0; }

a {
  color: #000000;
  text-decoration: none; }
  a :hover {
    text-decoration: underline; }

/*.btn-accent {
    background-color: $couleurAccent;

    &:hover {
        background-color: darken($couleurAccent, 15%)
    }
}*/
html .btn {
  text-decoration: underline;
  transition: 0.3s all ease;
  border-radius: 4px;
  white-space: unset;
  height: 42px;
  /*@media (min-width: $mobileLarge) {
        height: 42px;
    }*/ }

.form-control.btn {
  margin-bottom: 20px; }

.btn-primary {
  background-color: #62E5CD;
  text-decoration: none;
  transition: 0.3s all ease;
  padding: 6px 12px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border-radius: 4px; }
  .btn-primary:hover {
    background-color: #0064a0;
    text-decoration: underline;
    color: white; }
    .btn-primary:hover .icon_add {
      margin-top: 5px;
      background-size: contain;
      background-image: url("../images/add--white.svg");
      transition: 0.3s all ease; }
    .btn-primary:hover .icon_drag {
      background-image: url("../images/drag--white.svg");
      transition: 0.3s all ease; }

.btn-accent {
  background-color: #0074B9;
  color: #FFFFFF; }
  .btn-accent:hover {
    background-color: #b9e5ff;
    text-decoration: underline; }

.btn-secondary {
  background-color: #b9e5ff;
  text-decoration: none; }
  .btn-secondary:hover {
    background-color: #62E5CD;
    text-decoration: underline; }

.info {
  color: #bababa; }

html .bold {
  font-weight: 900; }

#carousel-comment {
  margin-bottom: 20px; }

.marqueur {
  min-height: 24px;
  min-width: 24px;
  /*margin-right: 10px;*/ }

.label-primary {
  padding: 10px;
  display: inline-block;
  text-align: left; }

.entete.entete_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media (min-width: 800px) {
    .entete.entete_wrap {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; } }

.entete {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px; }
  @media (min-width: 400px) {
    .entete {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; } }
  @media (min-width: 800px) {
    .entete {
      justify-content: unset; } }
  .entete h2,
  .entete .h2 {
    margin: 0;
    padding-bottom: 20px;
    margin-right: auto;
  }
    @media (min-width: 400px) {
      .entete .ctn_btn_entete {
        text-align: right; } }
    @media (min-width: 1000px) {
      .entete .ctn_btn_entete {
        margin-right: 0;
        /*margin: 0 auto;*/ } }

.ctn_BTN {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 50px;
  max-width: 800px;
  /*@media (min-width: $tablette) {
            @include centrer-75;
            margin-bottom: 50px;
            margin-top: 50px;
        }*/ }
  @media (min-width: 1000px) {
    .ctn_BTN {
      width: 100%;
      max-width: none;
      justify-content: flex-end; } }
  .ctn_BTN .btn {
    width: 49%;
    margin-right: 2px; }
    @media (min-width: 800px) {
      .ctn_BTN .btn {
        margin-right: 10px; } }
    @media (min-width: 1000px) {
      .ctn_BTN .btn {
        width: 25%; } }
  .ctn_BTN :last-child {
    margin-right: 0px; }

.etat {
  border-radius: 5px; }

.etat_0 {
  background-color: #ffdc96; }

.etat_1 {
  background-color: #ccffd0; }

.etat_2 {
  background-color: #DFDDDE; }

.etat_3 {
  background-color: #ffcccc; }

.legend_block {
  min-width: 24px;
  width: 24px;
  min-height: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 10px; }

.ctn_legend {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 800px; }
  @media (min-width: 600px) {
    .ctn_legend {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; } }
  .ctn_legend .item {
    width: 40%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    justify-content: flex-start; }
    .ctn_legend .item p {
      display: inline-block; }

input,
select {
  border: none;
  box-shadow: 2px 2px 2px 0px #DFDDDE; }

input[type=radio],
input[type=checkbox] {
  box-shadow: none;
  width: auto; }

label,
legend {
  font-family: "Raleway", serif; }

/*select {
     for Firefox 
    -moz-appearance: none;
     for Chrome 
    -webkit-appearance: none;
    appearance: none;

    
        @include icon_arrow-down--black;
        @include icon;
     
}

 For IE10 
select::-ms-expand {
    display: none;
}*/
.form-control {
  /*width:96%;*/ }

option {
  width: 50px;
  display: inline-block; }

.displayNONE {
  display: none; }

.pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: #FFFFFF;
  line-height: 2.5;
  transition: all 0.3s; }
  .pagination .page-item .page-link {
    padding: 5px;
    border-radius: 2px; }
    @media (min-width: 800px) {
      .pagination .page-item .page-link {
        padding: 10px; } }
    .pagination .page-item .page-link img {
      width: 18px;
      height: 18px; }

#pagination-active a {
  background-color: #0074B9;
  color: #FFFFFF; }

.pagination-element a,
.pagination-navigation a {
  padding: 10px;
  border-radius: 5px; }

.close {
  width: 25px; }

.modal-footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

.btn-default {
  line-height: 2; }

.form-group .input-group {
  margin-bottom: 20px; }

.contenu .table > tbody > tr > td,
.contenu .table > thead > tr > th {
  /*padding-right: 0;
    padding-left: 0;*/ }

.td_center {
  text-align: center; }
  @media (min-width: 600px) {
    .td_center {
      text-align: left; } }

.marginBottom {
  margin-bottom: 25px; }

.dateRangePicker {
  max-width: 800px;
  margin: 0 auto; }
  @media (min-width: 800px) {
    .dateRangePicker {
      padding: 10px; } }
  .dateRangePicker :nth-child(1),
  .dateRangePicker :nth-child(2) {
    margin-right: 5px; }
  .dateRangePicker > * {
    width: 30%; }
  .dateRangePicker label {
    height: 25px; }
  .dateRangePicker .validation-summary-errors {
    display: none;
    /*background-color: red;*/ }

.form-horizontal.dateRangePicker {
  margin-bottom: 20px; }

.h1_accordeon {
  width: 100%;
  background-color: #0074B9;
  display: inline-block;
  padding: 15px;
  color: #FFFFFF;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px; }
  .h1_accordeon:focus {
    outline: none;
    box-shadow: 0px -4px 2px #b9e5ff; }
  .h1_accordeon p {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    font-size: 18px; }

.h2_accordeon,
.h2_accordeon.ui-state-active {
  background-color: #b9e5ff;
  padding: 15px;
  color: #000000; }
  .h2_accordeon:focus,
  .h2_accordeon.ui-state-active:focus {
    box-shadow: 0px -4px 2px #0074B9; }
  .h2_accordeon p,
  .h2_accordeon.ui-state-active p {
    display: inline-block;
    margin: 0; }

.form-horizontal {
  max-width: 800px;
  margin: 0 auto; }

.hr {
  border: solid;
  border: 1px solid #eee; }

#h3_createTubPicking {
  margin: 0; }

.label_toggle input[type=radio] {
  display: none; }

.label_toggle span {
  background-color: #DFDDDE;
  padding: 10px; }

.label_toggle input[type=radio]:checked + span {
  background-color: #62E5CD; }

.ctn_peser .ctn_contenantPeser {
  width: 100%;
  background-color: #F7F7F7;
  padding: 0;
  margin-bottom: 15px; }
  @media (min-width: 800px) {
    .ctn_peser .ctn_contenantPeser {
      width: 45%; } }

.td_btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media (min-width: 600px) {
    .td_btn {
      flex-flow: row nowrap; } }
  .td_btn .btn {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px; }

.td_btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: flex-start; }
  @media (min-width: 800px) {
    .td_btns {
      flex-flow: row nowrap; } }
  .td_btns .btn {
    margin-right: 10px;
    margin-bottom: 10px; }

.ctn_outils {
  max-width: 500px;
  margin-bottom: 50px; }
  .ctn_outils label {
    line-height: 2.5; }
  .ctn_outils .btn {
    margin-left: 10px; }

.titleAjout {
  line-height: 2.5; }

.mb-20 {
    margin-bottom: 20px !important;
}
