@charset "UTF-8";
/* Constantes */
:root {
  --CdsColorActionNeutralInactive: $CdsColorActionNeutralInactive; }

/*=============================================>>>>>
= /!\ WARNING /!\ = /!\ ATTENTION /!\    
===============================================>>>>>*/
/**
  * WARNING : DO NOT MODIFY CSS THIS FILE
  *
  * CSS GENERATED WITH SCSS !
  *
  * DO NOT MODIFY CSS THIS FILE
  *
  * MODIFY ONLY CORRESPONDING SCSS FILE !!!
  *
  * ATTENTION : NE PAS MODIFIER CE FICHIER CSS
  *
  * CSS GÉNÉRÉ AVEC DE L' SCSS
  *
  * NE PAS MODIFIER CE FICHIER CSS
  *
  * MODIFIER UNIQUEMENT FICHIER SCSS CORRESPONDANT !!!
  *
  *
  *
  *
  * WARNING : DO NOT MODIFY CSS THIS FILE
  *
  * CSS GENERATED WITH SCSS !
  *
  * DO NOT MODIFY CSS THIS FILE
  *
  * MODIFY ONLY CORRESPONDING SCSS FILE !!!
  *
  * ATTENTION : NE PAS MODIFIER CE FICHIER CSS
  *
  * CSS GÉNÉRÉ AVEC DE L' SCSS
  *
  * NE PAS MODIFIER CE FICHIER CSS
  *
  * MODIFIER UNIQUEMENT FICHIER SCSS CORRESPONDANT !!!
  *
  */
/*= End of /!\ WARNING /!\ = /!\ ATTENTION /!\    */
/*=============================================<<<<<*/
.openTransition {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s; }

.scrollTransition {
  transition: 0.1s; }

#search-widget {
  position: fixed;
  z-index: 2;
  height: calc(100vh - 55px);
  background: white;
  box-shadow: 2px 3px 5px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
  right: -60px;
  top: 55px;
  opacity: 0;
  min-width: 350px;
  visibility: hidden; }
  #search-widget #recherche .tab {
    vertical-align: baseline; }
  #search-widget .label:first-child {
    padding: 0; }
  #search-widget.stretch {
    z-index: 201;
    height: 100vh;
    top: 0;
    height: calc(100vh - 95px);
    top: 95px; }
  #search-widget .ligne-entete {
    color: #4D4D4D;
    background-color: #ededed;
    border: 1px solid #F9F9F9;
    font-family: 'Source sans pro';
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    z-index: 1; }
  #search-widget.show {
    right: 0px;
    opacity: 1;
    visibility: visible; }
  #search-widget * {
    box-sizing: border-box; }
  #search-widget header {
    padding: 6px 10px;
    background: #ededed;
    font-family: 'Source sans pro';
    font-size: 18px;
    font-weight: bold;
    color: #4D4D4D;
    display: flex;
    align-items: center;
    position: relative; }
    #search-widget header span {
      display: flex;
      align-items: center; }
    #search-widget header #search-close-btn {
      margin-left: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      border: 0;
      outline: 0;
      cursor: pointer;
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
      #search-widget header #search-close-btn:hover {
        transform: rotate(90deg); }
      #search-widget header #search-close-btn .icon-croix:before {
        padding: 0;
        color: #969696;
        transition: 0.3s; }
      #search-widget header #search-close-btn:hover .icon-croix:before {
        color: #4D4D4D; }
    #search-widget header .icon-filter:before {
      font-size: 28px;
      color: #0046FE; }
  #search-widget .container {
    overflow-y: auto;
    max-height: calc(100vh - 125px); }
  #search-widget .box {
    margin-top: 5px; }
    #search-widget .box .separator {
      border-top: 1px solid #ebe6e6; }
    #search-widget .box span.separator {
      width: 100%;
      vertical-align: middle; }
      #search-widget .box span.separator.sgl {
        background: #d4d4d4;
        height: 1px;
        border: 0; }
      #search-widget .box span.separator.dbl {
        height: 3px;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4; }
    #search-widget .box .inner-container {
      padding: 10px; }
      #search-widget .box .inner-container .tabt {
        width: 100%; }
        #search-widget .box .inner-container .tabt .p-0 {
          padding: 0; }
        #search-widget .box .inner-container .tabt .px-0 {
          padding-left: 0;
          padding-right: 0; }
        #search-widget .box .inner-container .tabt .py-0 {
          padding-top: 0;
          padding-bottom: 0; }
        #search-widget .box .inner-container .tabt .voir-plus,
        #search-widget .box .inner-container .tabt .voir-moins {
          text-align: center;
          cursor: pointer;
          color: #0046FE;
          font-weight: bold; }
        #search-widget .box .inner-container .tabt tbody tr:first-child td:first-child {
          padding-top: 10px; }
        #search-widget .box .inner-container .tabt tbody tr:last-child td {
          padding-bottom: 7px; }
        #search-widget .box .inner-container .tabt td {
          color: #4D4D4D;
          font-size: 12px;
          padding: 4px 15px;
          line-height: 15px;
          border-left: none;
          border-bottom: none; }
        #search-widget .box .inner-container .tabt .flex-container {
          display: flex;
          align-items: center; }
        #search-widget .box .inner-container .tabt .treso_montant_hors_seuil_moins {
          color: #D00E30; }
        #search-widget .box .inner-container .tabt .treso_montant_hors_seuil_plus {
          color: #AEB208; }
        #search-widget .box .inner-container .tabt .eq {
          color: #4D4D4D;
          font-family: 'Source sans pro';
          font-size: 15px;
          font-weight: bold;
          padding: 10px; }
          #search-widget .box .inner-container .tabt .eq input[type="checkbox"] {
            margin-right: 10px;
            cursor: pointer; }
        #search-widget .box .inner-container .tabt span {
          display: inline-block;
          line-height: 17px; }
          #search-widget .box .inner-container .tabt span .small {
            color: #4D4D4D;
            font-size: 13px;
            font-weight: normal; }
        #search-widget .box .inner-container .tabt .pivot {
          padding: 4px 24px; }
        #search-widget .box .inner-container .tabt .pivot-total {
          padding: 4px 29px; }
        #search-widget .box .inner-container .tabt .solde {
          padding: 0px 15px; }
          #search-widget .box .inner-container .tabt .solde table {
            width: 100%; }
            #search-widget .box .inner-container .tabt .solde table tbody {
              box-shadow: none; }
              #search-widget .box .inner-container .tabt .solde table tbody td {
                padding: 7px 0; }
                #search-widget .box .inner-container .tabt .solde table tbody td.pivot {
                  padding: 7px 10px; }
      #search-widget .box .inner-container .icon-suivant:before {
        font-size: 20px; }

#search-show-btn.sticky {
  position: -webkit-sticky;
  position: sticky;
  right: 10px; }

#search-show-btn {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: 0.3s; }
  #search-show-btn .icon-filter:before {
    font-size: 28px;
    color: #0046FE; }
  #search-show-btn .btn-hover-text {
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    opacity: 0;
    overflow: hidden;
    width: 0px;
    color: #0046FE; }
  #search-show-btn:hover {
    background: #0046FE;
    color: white;
    padding: 0 10px; }
    #search-show-btn:hover .btn-hover-text {
      opacity: 1;
      color: white;
      padding-left: 5px;
      width: 70px; }
    #search-show-btn:hover .icon-filter:before {
      color: white; }

/**
 * Utility: Ripple
 * --------------------------------------------------
 */
[data-js="voir-plus"] {
  display: none; }

/*# sourceMappingURL=0_aside.css.map */