﻿@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto');
* {
  margin: 0;
  padding: 0;
}
/* gére le scroll a la suite de deux modal*/
.modal { overflow: auto !important; }

/******************************************************
OLD


  STYLES DES TABLEAUX
  ******************************************************/
  .tooltipCRM.tooltipstered {
    position: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit;
    opacity: inherit;
    z-index: inherit;
  }
  tbody.tooltipCRM.tooltipstered {
    display: table-row-group;
  }
  .invisible {
    visibility: hidden;
    display: none;
  }
/*
  tableau magic
  type  /operation/autorisationOption/create
  affectation_ListeGroupes.tpl
  */
  .entete_col_grp,
  .entete_col  {
    position: relative;
  }
  .entete_col_grp ul li,
  .entete_col ul li {
    position: absolute;
    top:10px;
    right:10px;
  }
  .entete_col_grp ul li:first-child,
  .entete_col ul li:first-child {
    right: -3px;
    color: #E91E63;
  }
  .span_croix.icon-cross1,
  .filtre_text.form-control {
    display: none;
  }
  #listeVendeurLibre,
  #listecascade1,
  #listecascade2 {
    position: relative;
  }
  .table_contenu.droppable,
  .table.deplacable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
/*
  ----------------
  surcharge des modal
  Ancien style
  ----------------
  */
  button.btn {
    display: inline-block;
  }
  .ui-corner-all.ui-dialog {
    padding:0;
    color:inherit;
    background-image: none;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float:none!important;
    text-align: center;
  }
  .ui-dialog .ui-dialog-buttonpane button {
    background: #f6f6f6;
    color: #fff;
    padding: 1em;
    font-size: 2em;
    border-radius: 50%;
  }
  .ui-draggable .ui-dialog-titlebar {
    border-radius:4px 4px 0 0;
    color:#fff;
    background-image: none!important;
  }
  #infoPrg {
    background-color: #fff;
  }
  #infoPrg iframe {
    min-height: 30vh;
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
  }
/*  #contenu_ouiNon_Std_Modal textarea.form-control {
    min-height: 260px;
    padding: 2em;
  }*/
    .modal textarea.form-control {
    min-height: 50vh;
    padding: 2em;
  }
/******************************************************
          CADRES DIVERS
          ******************************************************/
    .colorInner {
      background-color: #333;
          box-shadow: 0px 2rem 8rem 3px rgba(0, 0, 0, 0.2);
    }
    #dureeAutorisation-listecascade1 {
      max-width:90px;
    }
          .btn.btn-secondary {
            background-color: #f6f6f6;
          }
          .btn.btn-secondary,
          .btn.btn-primary {
            padding: 1em 1.5em;
            margin:.1em;
          }
          .infoBtn .btn {
            cursor:inherit!important;
            box-shadow: none!important;
          }
          .cadre_boutons {
            background: #585858;
            border: solid #bdbdbd 1px;
            margin: 5px;
            margin-top: 0;
            padding: 5px;
          }
          .pagelinks {
            margin-top: 4em;
            margin-bottom: 4em;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-left: 0;
            list-style: none;
            border-radius: 5px;
          }
          .pagelinks li a,
          .pagelinks-disabled,
          .pagelinks-current{
            position: relative;
            display: block;
            padding: 1.5em;
            margin-left: -1px;
            line-height: 1.25;
            color: #007bff;
            background-color: #fff;
            border: 1px solid #dee2e6;
          }
          .pagelinks li:first-child {
            margin-left: 0;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
          }
          .pagelinks li:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
          }
          .pagelinks-current {
            background-color: #ec644a;
            color: #fff;
          }
          .pagelinks li a:hover,
          .pagelinks li a:focus {
            color:#fff;
            background-color: #027dc8;
          }
          .switch {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px;
            width: 40px;
            height: 24px;
            transition: all .3s ease-in-out;
          }
          .switch.margin {
            margin:5px 0;
          }
          .switch.doublon{
            margin: 25px 0;
          }
          .dark .slider{
            background-color: #383e54;
          }
          .switch input {display:none;}
          .slider,
          .slider:before {
            position: absolute;
            cursor: pointer;
            transition: all .3s ease-in-out;
          }
          .slider {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
          }
          .slider:before {
            content: "";
            height: 18px;
            width: 18px;
            left: 3px;
            bottom: 3px;
            background-color: #fff;
          }
          .slider:hover:before {
            width: 24px;
          }
          input:checked + .slider {
            background-color: #4CAF50;
          }
          input:checked + .slider:before {
            -webkit-transform: translateX(16px);
            -ms-transform: translateX(16px);
            transform: translateX(16px);
          }
          input:checked + .slider:hover:before{
            width: 18px;
          }
          .slider.round,
          .slider.round:before {
            border-radius: 24px;
          }

          .boite {
            position: relative;
            text-align: center;
          }
          .circle-note-progress svg {
            transform: rotate(-90deg);
          }
          .circle-note-progress circle {
            fill: none;
            stroke: #f1f1f1;
            stroke-width: 2;
          }
          .circle-note-progress:nth-child(1) circle,
          .circle-note-progress:nth-child(1) .detailsCard li:nth-child(2) span {
            stroke: #e94626;
            color: #e94626;
          }
          .circle-note-progress:nth-child(2) circle,
          .circle-note-progress:nth-child(2) .detailsCard li:nth-child(2) span {
            stroke: #0D3B66;
            color: #0D3B66;
          }
          .circle-note-progress:nth-child(3) circle,
          .circle-note-progress:nth-child(3) .detailsCard li:nth-child(2) span {
            stroke: #ACBFA4;
            color: #ACBFA4;
          }
          .circle-note-progress:nth-child(4) circle,
          .circle-note-progress:nth-child(4) .detailsCard li:nth-child(2) span {
            stroke: #fed481;
            color: #fed481;
          }
          .circle-note-progress circle:nth-child(1) {
            stroke: #f1f1f1;
          }
          .circle-note-progress .int {
            position: absolute;
            top: 20px;
            bottom: 0;
            margin: auto;
            right: 0;
            left: 0;
            font-size: 2em;
          }
          .item.list-group-item2 .infosCard,
          .item.list-group-item2 .indicateur1 {
            flex: 1 1 auto;
          }
          .item.list-group-item2 h3 {
            margin-top:0;
          }
          .menuCard {
            border-right: 1px solid #e2e1e1;
            border-bottom: 1px solid #e2e1e1;
            min-height: 200px;
            padding: 2em 0;
          }
          .menuCard:hover {
            background-color: rgba(0,0,0,.05);
          }

/*
___________________________

GLOBAL STYLE
___________________________
*/
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color:#f1f1f1;
}
.noGlutter {
  padding :0;
}
.center_element {
  display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .pics-block,
  #logo_OPEN { background-size: cover; background-repeat: no-repeat; background-position: center; }
  .HeightCustom {
    height: 100vh;
  }
  ul, ol {
    list-style: none;
    padding: 0;
    margin:0;
  }
  a:hover,
  a:focus {
    text-decoration:none;
  }
  button,
  .btn {
    outline: none!important;
  }
  h1 {
    font-size: 2em;
    margin: 0.83em 0;
    text-transform: uppercase;
    line-height: 1.1em;
    color:#fff;
    /*word-wrap: break-word!important;*/
  }
  .blockUI h1 {
    color:#171717;
  }
  h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: .9em;
    margin: 0.83em 0;
  }
  h3 {
    font-size: 1.17em;
    margin: 1em 0;
    text-transform: uppercase;
  }
  h4 {
    font-size: 1.1em;
    margin: 1.33em 0;
  }
  .btn {
    white-space: inherit;
  }
  .btn-custom {
    color: #fff;
    background-color: #ec644a;
    border-color: #ec644a;
    padding: 1em 1.5em;
    margin:.1em;
    display: inline-block;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: rgba(0,0,0, 0) 0px 2px 2px, rgba(0,0,0, 0) 0px 4px 4px, rgba(0,0,0, 0) 0px 8px 8px, rgba(0,0,0, 0) 0px 16px 16px, rgba(0,0,0, 0) 0px 32px 32px, rgba(0,0,0, 0) 0px 64px 64px;
  }
  .customForm .form-control {
    height:auto;
    padding:1em 1.5em;
  }
  .ui-widget-content a.btn-custom {
    color:#fff!important;
  }
  .btn-custom:hover,
  .btn-custom:focus {
    color:#fff;
  }
  .btn-custom:hover {
    box-shadow: rgba(0,0,0, 0.2) 0px 2px 2px, rgba(0,0,0, 0.2) 0px 4px 4px, rgba(0,0,0, 0.2) 0px 8px 8px, rgba(0,0,0, 0.2) 0px 16px 16px, rgba(0,0,0, 0.2) 0px 32px 32px, rgba(0,0,0, 0.2) 0px 64px 64px;
  }
  span.btn-outline-dark {
   background-color: #dddddd;
 }
 .btn-liste-prospect {
  background: #FF9800;
  color: #fff;
}
span.btn-outline-dark:hover {
 background-color: #f1f1f1;
}
.list-group-item>span.btn-outline-dark {
  margin-left: 1em;
}
/*
___________________________

NAV CONFIG
___________________________
*/
.cd-nav-trigger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 101;
  background-color: #1c1c1c;
  overflow: hidden;
  position: fixed;
  top: 1em;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  display: none;
  left: 1em;
}
.cd-nav-trigger .cd-nav-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  right: 0;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.cd-nav-trigger .cd-nav-icon::before,
.cd-nav-trigger .cd-nav-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before,
.navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 0;
}
.navigation-is-open .cd-nav-icon {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-nav-trigger span:last-child {
  position: absolute;
  top: 31px;
  left: 60px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.5);
}
#sidebar {
  position: fixed;
  top:0;
  z-index: 100;
  padding:0;
  width: 100%;
  background: #efdfcf;
  /* marron #8d6c15 */
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sidebarRight,
.transition {
  position: relative;
}
  nav {
    width: 100%;
  }
  .logotype {
    top: 1em;
    left: 0;
    padding-bottom: 2em;
    right: 0;
    margin: auto;
    text-align: center;
    padding-top: 10px;
  }
  .logotype img {
    max-height: 34px!important;
  }
  #sidebar .logotype {
    position: absolute;
  }
  .logotype>span {
    font-size: 3em;
    display: block;
    color: #1c1c1c;
  }
  #vertical-nav li.mega> a{
    display: block;
    padding: 1em;
    color: #5b5b5b;
    position: relative;
  }
  .arrow-simple {
    display: inline-block;
    color: #fff;
    position: relative;
    height: 10px;
    width: 10px;
  }
  #vertical-nav li.mega> a[aria-expanded='true'],
  #vertical-nav li.mega> a:hover {
    background: #ec644a;
    color:#fff;
  }
  #vertical-nav li.mega> a:after,
  #vertical-nav li.mega> a:before,
  .arrow-simple:after,
  .arrow-simple:before {
    position: absolute;
    content: "";
    top: 1.4em;
    right: 1em;
    background-color: #5b5b5b;
    border-radius: 4px;
    height: 6px;
    width: 1px;
  }
  .arrow-simple:after,
  .arrow-simple:before {
    top: 0;
    right: 0;
  }
  #vertical-nav li.mega> a:after,
  .arrow-simple:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1.7em;
  }
  .arrow-simple:after {
    top: 4px;
  }
  #vertical-nav li.mega> a:before,
  .arrow-simple:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #vertical-nav .dropdown-menu {
    /* background-color: #ec644a; */
  }
  .dropdown-menu>li>ul>li>a {
    display: block;
    padding: 1em;
    white-space: inherit;
    position: relative;
    color: #767676;
    border-bottom:1px solid rgba(255,255,255,.1);
    border-radius: 0.25rem;
  }
  .dropdown-menu>li>ul>li:last-child>a {
    border-bottom:none;
  }
  .dropdown-menu>li>ul>li>a:hover {
    color: #ffffff;
    background-color: #ec644a;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  #userRegion {
    position: absolute;
    bottom: 2em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #5b5b5b;
  }
  #userRegion a {
    color:rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.2);
  }
  .navbar {
    margin-bottom:0;
  }
  .navbar.navbar-default{
    border-radius:0;
    border-top: none;
  }
  .formCustom {
    margin-top:6px;
    margin-right:6px;
  }
/*
___________________________

CAROUSEL
___________________________
*/
.col-md-2.noGlutter {
  position:relative;
  top:0;
}
.col-md-2.noGlutter:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(28,49,66,0);
  transition: all .2s ease-in-out;
}
.carouselcaption {
  position:absolute;
  top:3em;
  z-index:2;
  width:100%;
  padding:0 1em;
  color:#fff;
}
.carousel-control,
.carousel-control:hover,
.carousel-control:focus {
    width: 40px;
    line-height: 140px;
    text-align: center;
    height: 40px;
    background: #403e3e;
    color: #fff;
    box-shadow: 0px 5px 2rem 3px rgba(0, 0, 0, 0.2);
    margin: auto;
    border-radius: 50%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  height:auto;
  width:auto;
  font-size: 1em;
}
#caroussel_vendeur .table>tbody>tr:first-child>td {
  border-top:none;
}
.carousel-control.left {
  right: 100%;
  left: auto;
}
.carousel-control.right {
  left: 100%;
  right: auto;
}
#item-1 {
  background-image: url("../../images/vivialys/main-background3.jpg");
}
#item-2 {
  background-image: url("../../images/vivialys/main-background.jpg");
}
.carousel-control {
  background-image: inherit!important;
}
/*
___________________________

SIDEBAR RIGHT - Acces rapides
___________________________
*/
#quickAccess {
  position:fixed;
  top:0;
  right:0;
  height:100%;
  z-index: 5;
  background-color:#1b2d33;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform:translateX(100%);
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
#quickAccess:hover {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform:translateX(0);
}
#quickAccess li a {
  display:block;
  color:#fff;
  transition: transform 0.5s;
  padding:1.5em;
  padding-left:0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
#quickAccess li:last-child a {
  border-bottom: none;
}
#quickAccess li a i {
  font-size: 2.3em;
  margin: 0 5px;
  vertical-align: middle;
  transition: transform 0.5s;
}
#quickAccess li a:hover {
  color:#027dc8;
  background-color:#fff;
}
#quickAccess:hover li a i{
  margin: 0 1em;
}
#navbar>ul>li:not(.formcustom) {
  padding:1em .5em;
}
#navbar>ul>li>a {
  background-color: #f1f1f1;
  border-radius: 5px;
  transition: all .5s ease;
}
#navbar>ul.switchNav>li {
  padding:1em 0;
}
#navbar>ul.switchNav>li:first-child>a{
 border-radius: 5px 0 0 5px;
}
#navbar>ul.switchNav>li:last-child>a{
 border-radius: 0 5px 5px 0;
}
#navbar>ul>li.active>a {
  background-color: #ec644a;
  color: #fff;
}
#navbar>ul>li>a:hover,
.navbar-default .navbar-nav>li>a:hover {
  background-color: #e94626;
  color: #fff;
}
#navbar>ul>li.active>a:after {
  width: 100%;
}
.marginRight {
  margin-right:1em;
}
.loader,
.loader::before,
.loader::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.loader {
  height: 11vh;
  width: 11vh;
}
.loader::before,
.loader::after {
  content: "";
  border-radius: 50%;
}
.loader::before {
  height: 11vh;
  width: 11vh;
  border: 3px solid #FFF;
  border-bottom: 3px solid transparent;
  -webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-3-1 {0%   { -webkit-transform: rotate(0deg); } 40%  { -webkit-transform: rotate(180deg); } 60%  { -webkit-transform: rotate(180deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes loader-3-1 {0%   { transform: rotate(0deg); } 40%  { transform: rotate(180deg); } 60%  { transform: rotate(180deg); } 100% { transform: rotate(360deg); } }
.loader::after {
  width: 1vh;
  height: 1vh;
  background: #FFF;
  -webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-3-2 {0%   { -webkit-transform: translate3d(0, -11vh, 0) scale(0, 2); opacity: 0; } 50%  { -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; } 100% { -webkit-transform: translate3d(0, 1vh, 0) scale(0, 0); opacity: 0; } } @keyframes loader-3-2 {0%   { transform: translate3d(0, -11vh, 0) scale(0, 2); opacity: 0; } 50%  { transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; } 100% { transform: translate3d(0, 1vh, 0) scale(0, 0); opacity: 0; } }

.miniloader,
#load_grille{
  display: block;
  position: relative;
  margin: 1em auto;
  height: 7vh;
  border-radius: 50%;
  width: 7vh;
  background: #f1f1f1;
}
#load_grille{
  right: 0;
  position: absolute;
  background-color: #fff;
  border: none;
  left: 0;
}
.miniloader::before,
.miniloader::after,
#load_grille::before,
#load_grille::after {
  display: block;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.miniloader::before,
#load_grille::before {
  height: 5vh;
  width: 5vh;
  border: 2px solid #0D3B66;
  border-bottom: 2px solid transparent;
  -webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
.panel-primary>.panel-heading {
  color: #fff;
  background-color: #0D3B66;
  border-color: #0D3B66;
}
.miniloader::after,
#load_grille::after {
  width: 5px;
  height: 5px;
  background: #0D3B66;
  -webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
  animation: loader-3-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-3-3 {0%   { -webkit-transform: translate3d(0, -5vh, 0) scale(0, 2); opacity: 0; } 50%  { -webkit-transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; } 100% { -webkit-transform: translate3d(0, 1vh, 0) scale(0, 0); opacity: 0; } } @keyframes loader-3-3 {0%   { transform: translate3d(0, -5vh, 0) scale(0, 2); opacity: 0; } 50%  { transform: translate3d(0, 0, 0) scale(1.25, 1.25); opacity: 1; } 100% { transform: translate3d(0, 1vh, 0) scale(0, 0); opacity: 0; } }
#zone_stat .miniloader{
  margin: 3em auto;
}
/*
___________________________

STYLE CUSTOM DES TABLEAUX (surcharge BS)
___________________________
*/
/*
conflit entre class Jelix et bootstrap = > surcharge css
*/
.fc {
  margin:2em auto!important;
  width: 100%!important;
}
#bloc_negociateur_planningSynchro {
  display: block!important;
}
.acResults {
  z-index: 1960;
}
.acResults ul {
  box-shadow: 0px 2rem 8rem 3px rgba(0, 0, 0, 0.2);
}
.acResults ul li{
  background-color: #fff;
  padding: 1em 2em;
  cursor: pointer;
  color:#333;
  transition: all .5s ease;
  border-bottom: 1px solid #ccc;
}
.acResults ul li:hover{
  background-color: #04a9f4;
  color: #fff;
}
.customWrap {
  padding: .5em;
  max-width: 1170px;
  margin: auto;
}
.card {
  position: relative;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 2rem;
}
#zone_stat .card {
  margin-bottom: 2em;
}
.input-group .form-control {
  z-index: inherit;
}
.infosCLes .card {
  min-height: 122px;
}
.infosCLes .col-sm-6 {
  margin-top:.5em;
  margin-bottom:.5em;
}
.infosCLes .card i {
  border-radius: 50%;
  height: 7rem;
  width: 7rem;
  background-color: #f1f1f1;
  line-height: 7rem;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin-right:10px;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0 0 0 0px #f1f1f1;
  box-shadow: 0 0 0 0px #f1f1f1;
}
.card.plusBtn {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 0 0 0 rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.card.plusBtn:after {
  position: absolute;
  content: '';
  z-index: 2;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.card.plusBtn:after {
  content: 'En savoir +';
  text-transform: uppercase;
  bottom: 0;
  top:100%;
  height: 1em;
  left: 0;
  right:0;
  color: #fff;
  margin:auto;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
.card.plusBtn:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card.plusBtn:hover ul{
  opacity: 0;
}
.card.plusBtn:hover i {
  position: relative;
  z-index: 1;
  margin-left: -1.2em;
}
.card.plusBtn:hover:after {
  opacity: 1;
}
.card.plusBtn:hover:after {
  top: 0;
}
.card.tableau {
  padding-bottom: 0;
  margin-top:4em;
}
.card.tableau {
  margin-bottom: 0;
}
.infosCLes .card ul {
  text-align:right;
}
.infosCLes .card ul li:first-child{
  font-size:3em;
}
.infosCLes .card ul li span{
  position: relative;
  bottom: 1px;
  font-size: .5em;
  line-height: .5em;
  vertical-align:super;
  text-decoration:none;
}
.infosCLes [class^="col-sm-6"]:first-child i,
.indicateurTBD ul:first-child {
  background: #e94626;
}
.infosCLes [class^="col-sm-6"]:nth-child(2) i,
.indicateurTBD ul:nth-child(2) {
  background: #0D3B66;
}
.infosCLes [class^="col-sm-6"]:nth-child(3) i,
.indicateurTBD ul:nth-child(3) {
  background: #ACBFA4;
}
.infosCLes [class^="col-sm-6"]:nth-child(4) i,
.indicateurTBD ul:nth-child(4)  {
  background: #fed481;
}
.infosCLes [class^="col-sm-6"]:first-child .card.plusBtn:hover i {
  -webkit-box-shadow: 0 0 0 50vh #e94626;
  box-shadow: 0 0 0 50vh #e94626;
}
.infosCLes [class^="col-sm-6"]:nth-child(2) .card.plusBtn:hover i {
  -webkit-box-shadow: 0 0 0 50vh #0D3B66;
  box-shadow: 0 0 0 50vh #0D3B66;
}
.infosCLes [class^="col-sm-6"]:nth-child(3) .card.plusBtn:hover i {
  -webkit-box-shadow: 0 0 0 50vh #ACBFA4;
  box-shadow: 0 0 0 50vh #ACBFA4;
}
.infosCLes [class^="col-sm-6"]:nth-child(4) .card.plusBtn:hover i {
  -webkit-box-shadow: 0 0 0 50vh #fed481;
  box-shadow: 0 0 0 50vh #fed481;
}
.glyphicon-remove-circle.btn-group {
  font-size: 3em;
  color: #b7b7b7;
  margin-right: 10px;
}
.panel-primary {
  margin-top:1em;
  border-color:rgba(0,0,0,.125);
}
.panel-primary .col-xs-4 {
  padding-top:1em;
}
.noMargin .panel-primary {
  margin-top:0;
}
#external-events {
  display: inline-block;
  padding: 1em;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 2rem 8rem 3px rgba(0, 0, 0, 0.2);
}
#external-events h4 {
  margin: 0 0 .8em;
  font-size: 1.5em;
  color: #FF9800;
}
#external-events>div {
  padding: 1em;
  margin: 2.5px;
  display: inline-block;
}
.panel:last-child {
  margin-bottom:4em;
}
.panelMarge {
  margin-top:2em;
  margin-bottom:1em!important;
}
.panel-primary.custom {
  margin-top:1em;
  margin-bottom:1em;
}
[class^="panel"]:nth-child(3).panel-primary>.panel-heading {
  background-color: #e94626;
  border-color: #e94626;
}
[class^="panel"]:nth-child(4).panel-primary>.panel-heading {
  background-color: #0D3B66;
  border-color: #0D3B66;
}
[class^="panel"]:nth-child(5).panel-primary>.panel-heading {
  background-color: #ACBFA4;
  border-color: #ACBFA4;
}
.btn-sm.btn-primary.btn-create {
  background-color: transparent;
  padding: 5px 10px;
  margin-left: 10px;
  border-color: rgba(255,255,255,.5);
}
.btn-sm.btn-primary.btn-create:hover {
  background-color: rgba(255,255,255,.3);
  border-color: rgba(255,255,255,.5);
}
.tableau>table {
  margin-bottom: 0;
}
.table-header {
  padding-left:1em 0 1em 2em;
}
.filterRegion {
  background-color:#fff;
  padding-top:2em;
  padding-bottom:2em;
}
.navbar-custom .filterRegion {
  padding-top:5em;
}
.container-fluid.form {
  padding:2em;
}
.container-fluid.form h4 {
  padding: 1em 0;
  text-transform: uppercase;
  border-top: 1em solid #f1f1f1;
  color: #ec644a;
}
.inputDate>span {
  display: block;
}
span.jforms-label {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.inputDate>input {
  width:auto;
  display: inline-block;
}
.custom-file {
  position: relative;

}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 34px;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #495057;
  content: "Explorer";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 4px 4px 0;
}
#FormRecherche .inputDate .jforms-label {
  float: none;
}
span#valide {
  border-radius: 5px;
  margin: 15px 5px;
  padding: 15px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
#bouton_Oui,
.navbar #valide,
.navbar #valider,
.navbar .btnValider,
#navbar>ul>li>a.btnValider  {
  background: #4CAF50;
  color: #fff!important;
  transition: all .3s ease-in-out;
}
.navbar #valide span,
.navbar #valider span,
.navbar .btnValider span {
  font-size: 1.2em;
  margin-right:5px;
}
.navbar #valide:hover,
.navbar #valider:hover,
.navbar .btnValider:hover  {
  background: #8bc34a!important;
  padding:15px 2em;
}
#bouton_Non,
.btnValider.btnAnnuler {
  background-color: #3a3a3a;
}
.btnValider.btnAnnuler:hover {
  background-color: #bb180c;
}
.panel-table input[type=checkbox],
.panel-table input[type=radio] {
  vertical-align: middle;
  margin: 5px;
}
.stylish-input-group .form-control{
  border-right:0;
  box-shadow:0 0 0;
  border-color:#ccc;
}
.stylish-input-group button{
  border:0;
  background:transparent;
}
#caroussel_vendeur .margin {
  width: 190px;
}

/*
___________________________

STYLE MODAL (surcharge BS)
___________________________
*/
.modal-dialog .close {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background: #fff;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}
.modal-dialog .close:hover {
  transform: rotate(180deg);
}
.modal-dialog.modal-lg {
  width: auto;
  max-width: 1170px;
}
.modal-header:not(.alert) {
  background: #2196F3;
  color: #fff;
}
.modal-header.alert {
  margin-bottom:0;
}
.alert h4 {
  font-size: 2em;
}
.alert h4 span {
  margin-right:10px;
}
.modal-title {
  display: inline-block;
}
.bloc_modeles .panel-primary {
  margin-top: 0;
}
.ui-dialog .ui-dialog-content {
  padding:0!important;
}
.ui-dialog .modal-dialog {
  width: auto;
  margin: auto;
}
.ui-dialog .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.actionStyle,
.action a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #0D3B66;
  border-radius: 50%;
  font-size: 1.1em;
  text-align: center;
  line-height: 30px;
  margin: 3px;
  color:#fff!important;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 0 0 0px rgba(51,122,183,.3);
  box-shadow: 0 0 0 0px rgba(51,122,183,.3);
}
.margeBtnActions {
  padding-top: 1.5em!important;
}
.actionStyle:hover,
.ajout_Option:hover,
td.action a:hover,
.actionStyle:focus,
.ajout_Option:focus,
td.action a:focus {
  background-color: #0D3B66;
  color:#fff!important;
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 4px rgba(51,122,183,.3);
  box-shadow: 0 0 0 4px rgba(51,122,183,.3);
}
.custom-check label {
  width: auto;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
  padding: 0 1em 0 3.5em;
}
.custom-check input[type="radio"]:empty,
.custom-check input[type="checkbox"]:empty {
  display: none;
}
.custom-check input[type="radio"]:empty ~ label,
.custom-check input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-check input[type="radio"]:empty ~ label:before,
.custom-check input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}
.custom-check input[type="radio"]:hover:not(:checked) ~ label,
.custom-check input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}
.custom-check input[type="radio"]:hover:not(:checked) ~ label:before,
.custom-check input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}
.custom-check input[type="radio"]:checked ~ label,
.custom-check input[type="checkbox"]:checked ~ label {
  color: #777;
}
.custom-check input[type="radio"]:checked ~ label:before,
.custom-check input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}
.custom-check input[type="radio"]:focus ~ label:before,
.custom-check input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}
.custom-check-success input[type="radio"]:checked ~ label:before,
.custom-check-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}
.btn-outline-dark i {
  margin-left:5px;
}
.scrollPanel:not(.droppable) {
  overflow: hidden;
  height: 40vh;
  overflow-y: auto;
}
.scrollingTable {
  width: 100%;
}
.scrollingTable .table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  overflow: hidden;
  position: relative;
}
.scrollingTable .table thead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.scrollingTable .table thead,
.scrollingTable .table tfoot,
.scrollingTable .table tbody > tr {
  display: table;
  width: 100%;
  background-color: #fff;
  table-layout: fixed;
  word-break: break-all;
}
.scrollingTable .table tbody {
  display: block;
  max-height: 40vh;
  overflow-y: auto;
  position: relative;
  top: 2.5em;
  padding-bottom: 2em;
}
label.ok:before {
  background-color: #5cb85c!important;
  content: '\2714'!important;
  text-indent: .9em!important;
  color: #fff!important;
}
label.koko:before {
  content: '\2714'!important;
  text-indent: .9em!important;
}
.ui-draggable-dragging .cursormove,
.zone-drop-active .ui-draggable-dragging,
.jforms-error-list {
  z-index: 200;
  min-width:200px;
  border-top:none;
  background-color: #fff;
  border-radius: .625rem;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
  padding:1em;
}
.zone-drop-survolee{
 box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
 transition: all .5s ease;
}
.zone-drop-active .ui-draggable-dragging>td {
  border-top:none;
  display: inline-block;
  margin-right: 1em;
}
.zone-drop-active .ui-draggable-dragging{
  padding:2em;
}
.zone-drop-active .ui-draggable-dragging>tr {
  border-bottom: 1px solid #ccc;
  padding:1em 0;
  min-width: 200px;
  display: block;
}
.zone-drop-active .ui-draggable-dragging>tr:last-child {
  border-bottom: none;
}
.zone-drop-active .ui-draggable-dragging>tr>td {
 display: inline-block;
 margin-right: 1em;
}
.nextBtn li {
  display: inline-block;
}
.nextBtn li a {
  background-color: #03A9F4;
  text-align: center;
}
.modal-body .col-sm-6 h4,
.modal-body .col-md-4 h4{
  font-size: 2em;
  margin: 1em 0;
}
.modal-body .customCol {
  margin:0 3em;
}
.modal-body nav:not(.navDefault) li {
  display: block;
  width: 100%;
}
.modal-footer.text-left {
  text-align: left!important;
}
.modal-body .navDefault {
  border-radius: 4px;
  border-top: 1px solid #e7e7e7;
}
.btn:not(.btn-sm) span,
.modal-body .navDefault ul>li>a span {
  margin-right: 5px;
}
.modal-body .navDefault ul>li>a:hover {
 background-color: #ec644a;
 color: #fff;
}
.modal-body a[aria-expanded="true"],
.modal-body .panel-collapse {
  background: #f1f1f1;
}
.modal-body .panel-collapse span{
  margin: .2em 0;
}
.modal-body .btn.btn-outline-dark {
  margin:.2em;
}
.modal-body td.margin {
  padding: 1em;
}
.modal-body td:not(.action) .glyphicon {
  padding-right:5px;
}
.action .glyphicon {
  padding:0;
}
.modal-body .panel:last-child {
  margin-bottom:5px;
}
.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}
.infoBdv {
  padding: 2em;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 1em 0;
}
.infoBdv li:first-child{
  font-size: 2em;
  padding-right: 1em;
  color: #2196F3;
}
.infoBdv span {
  display: block;
  color: #2196F3;
}
.exemplePDF iframe {
  height:100%;
  width:100%;
  background-color: #f1f1f1;
  min-height: 30vh;
  border:none;
}
.legendeStyle li {
  padding: 1em;
  border-top: 1px solid #e6e6e6;
}
.legendeStyle li span {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 25px;
  margin-right: 1em;
  text-align: center;
  border-radius: 50%;
}
/*.label-primary {
  background-color: #0D3B66;
}
.label-success {
  background-color: #5cb85c;
}
.label-info {
  background-color: #5bc0de;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-danger {
  background-color: #d9534f;
}*/
.badge.scoring {
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ccc;
  position: relative;
}
.badge.scoring:after {
  position: absolute;
  content: "";
  top:0;
  bottom:0;
  right:0;
  left:0;
  background-color: #ccc;
  margin:auto;
  height:3px;
  width: 100%;
  transform: rotate(45deg);
}
.scoring1 {
  background-color: #fe2712;
}
.scoring2 {
  background-color: #f39201;
}
.scoring3 {
  background-color: #e8e101;
}
.scoring4 {
  background-color: #3aaa35;
}
.scoring5 {
  background-color: #0491ce;
}
.scoring6 {
  background-color: #0247fe;
}
.scoring7 {
  background-color: #3d05a4;
}
.scoring8 {
  background-color: #860aaf;
}
.scoring9 {
  background-color: #a7194b;
}
.label {
  border-radius:10px;
}
.panel-heading .label {
  border-radius: 50%;
  height: 35px;
  line-height: 32px;
  width: 35px;
  font-size: 100%;
  margin-top: 11px;
}
.illustration {
  font-size: 3em;
}
.illustration li{
  display: inline-block;
  vertical-align: middle;
  margin: .3em;
}
.illustration li:first-child{
  color: #ccc;
  border-right: 1px solid #ccc;
  margin-right: .5em;
  padding: .5em 1em .5em 0;
}
.illustration li:last-child{
  color: #8a6d3b;
}
.modeleListe li{
  display: inline-block;
}
.modeleListe li a{
  display: block;
  text-align: center;
  color: #333;
  padding: 2em;
  margin-right:-3px;
}
.modeleListe li a span{
    display: block;
    font-size: 4em;
    color: #04a9f4;
}
.modeleListe li a:hover{
  background-color: #f2f2f2;
}
.modeleListe li a.active{
  background-color: #04a9f4;
  color: #fff;
}
.modeleListe li a.active span{
  color: #fff;
}
.glyphicon-bell{
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@-webkit-keyframes ring {0% { -webkit-transform: rotateZ(0); } 1% { -webkit-transform: rotateZ(30deg); } 3% { -webkit-transform: rotateZ(-28deg); } 5% { -webkit-transform: rotateZ(34deg); } 7% { -webkit-transform: rotateZ(-32deg); } 9% { -webkit-transform: rotateZ(30deg); } 11% { -webkit-transform: rotateZ(-28deg); } 13% { -webkit-transform: rotateZ(26deg); } 15% { -webkit-transform: rotateZ(-24deg); } 17% { -webkit-transform: rotateZ(22deg); } 19% { -webkit-transform: rotateZ(-20deg); } 21% { -webkit-transform: rotateZ(18deg); } 23% { -webkit-transform: rotateZ(-16deg); } 25% { -webkit-transform: rotateZ(14deg); } 27% { -webkit-transform: rotateZ(-12deg); } 29% { -webkit-transform: rotateZ(10deg); } 31% { -webkit-transform: rotateZ(-8deg); } 33% { -webkit-transform: rotateZ(6deg); } 35% { -webkit-transform: rotateZ(-4deg); } 37% { -webkit-transform: rotateZ(2deg); } 39% { -webkit-transform: rotateZ(-1deg); } 41% { -webkit-transform: rotateZ(1deg); } 43% { -webkit-transform: rotateZ(0); } 100% { -webkit-transform: rotateZ(0); } }
@-moz-keyframes ring {0% { -moz-transform: rotate(0); } 1% { -moz-transform: rotate(30deg); } 3% { -moz-transform: rotate(-28deg); } 5% { -moz-transform: rotate(34deg); } 7% { -moz-transform: rotate(-32deg); } 9% { -moz-transform: rotate(30deg); } 11% { -moz-transform: rotate(-28deg); } 13% { -moz-transform: rotate(26deg); } 15% { -moz-transform: rotate(-24deg); } 17% { -moz-transform: rotate(22deg); } 19% { -moz-transform: rotate(-20deg); } 21% { -moz-transform: rotate(18deg); } 23% { -moz-transform: rotate(-16deg); } 25% { -moz-transform: rotate(14deg); } 27% { -moz-transform: rotate(-12deg); } 29% { -moz-transform: rotate(10deg); } 31% { -moz-transform: rotate(-8deg); } 33% { -moz-transform: rotate(6deg); } 35% { -moz-transform: rotate(-4deg); } 37% { -moz-transform: rotate(2deg); } 39% { -moz-transform: rotate(-1deg); } 41% { -moz-transform: rotate(1deg); } 43% { -moz-transform: rotate(0); } 100% { -moz-transform: rotate(0); } }
@keyframes ring {0% { transform: rotate(0); } 1% { transform: rotate(30deg); } 3% { transform: rotate(-28deg); } 5% { transform: rotate(34deg); } 7% { transform: rotate(-32deg); } 9% { transform: rotate(30deg); } 11% { transform: rotate(-28deg); } 13% { transform: rotate(26deg); } 15% { transform: rotate(-24deg); } 17% { transform: rotate(22deg); } 19% { transform: rotate(-20deg); } 21% { transform: rotate(18deg); } 23% { transform: rotate(-16deg); } 25% { transform: rotate(14deg); } 27% { transform: rotate(-12deg); } 29% { transform: rotate(10deg); } 31% { transform: rotate(-8deg); } 33% { transform: rotate(6deg); } 35% { transform: rotate(-4deg); } 37% { transform: rotate(2deg); } 39% { transform: rotate(-1deg); } 41% { transform: rotate(1deg); } 43% { transform: rotate(0); } 100% { transform: rotate(0); } } /*
  custom
  Jelixx
  erroe message
  */
  .jforms-error-list {
    border-radius: 0;
    border:none!important;
    padding: 2em;
    border-left: 5px solid #E91E63!important;
    color: #E91E63!important;
  }
  .ui-droppable>table>tbody:not(.deplacable) {
    min-height: 34em;
    display: block;
  }
  .dragHandle {
    position: relative;
    font-family: 'Glyphicons Halflings';
    background: #f1f1f1;
    width: 2em;
  }
  .dragHandle:after {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: "\e119";
    color: #327ab7;
  }
  .resultRecherche li{
    display: inline-block;
    padding: 1em 1.2em;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .resultRecherche li:first-child{
    border-radius:5px 0 0 5px;
    margin-right:-5px;
  }
  .resultRecherche li:last-child{
    border-radius: 0 5px 5px 0;
    background: #009688;
    color: #fff;
  }
  #col1tier .resultRecherche li:not(#nbProspect):last-child{
    padding: 0;
  }
  #col1tier .resultRecherche li:last-child a{
    display: block;
  }
  #col1tier .resultRecherche li:last-child a,
  #nbProspect{
    height: 100%;
    padding: 1em 1.2em;
    color: #fff;
    transition: all .2s ease-in-out;
  }
  #col1tier .resultRecherche li:last-child a span{
    margin-right: 5px;
    opacity: .5;
    transition: all .2s ease-in-out;
  }
  #col1tier .resultRecherche li:last-child a:hover{
    padding: 1em 1.5em;
    background-color: #037f80;
  }
  #col1tier .resultRecherche li:last-child a:hover span{
    opacity: 1;
  }
/*
___________________________

GRILLE PRIX
___________________________
*/

.ui-jqgrid-titlebar.ui-widget-header.ui-corner-top.ui-helper-clearfix,
.ui-widget-header,
.ui-draggable .ui-dialog-titlebar {
  font-size: 1.1em;
  padding: 1.33em;
  background-color: #0D3B66!important;
  border-color: #0D3B66!important;
}
.indicateurTBD {
  margin:1em 0 2em;
}
.indicateurTBD ul{
  border-radius: 50%;
  color: #fff;
  padding-top: 32px;
  margin-right: 5px;
  display: inline-block;
  height: 110px;
  width: 110px;
  line-height: 28px;
}
.indicateurTBD ul li:first-child{
  font-size: 2.5em;
}
#FPIDOP_text,
#sylvain {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none!important;
  border: 1px solid #ccc!important;
}
#FPIDOP_text {
  display: block;
  width: 100%;
  border-radius: 4px 0 0 4px;
}
#sylvain {
  position: absolute;
  top: 25px;
  left: 90%;
  border-radius: 0 4px 4px 0;
}
/*
___________________________

FOOTER
___________________________
*/
#moveTop {
  bottom: 3em;
  right: 5em;
  background-color: #1d7ecb;
  border-radius: 50%;
  height: 6vh;
  width: 6vh;
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  position: fixed;
  transform: translateY(100%);
  opacity: 0;
}
#moveTop.go {
  transform: translateY(0);
  opacity: 1;
}
#moveTop:hover {
  transform:translateY(-10px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#moveTop span:before, #moveTop span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 2vh;
  width: .3vh;
  background-color: #fff;
}
#moveTop span:before {
  transform: rotate(45deg);
  left: 2.2vh;
}
#moveTop span:after {
  transform: rotate(-45deg);
  left: 3.5vh;
}
.categorie span{
  display: block;
  height: 23px;
  width: 23px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.categorie span:after {
  position: absolute;
  content: "";
  top: 100%;
  margin: auto;
  height: 11px;
  width: 2px;
  left: 0;
  right: 0;
  background-color: #ccc;
}
.sousCategorie {
  display: block;
  margin: auto;
  height: 41px;
  width: 2px;
  padding: 0!important;
  background-color: #ccc;
  border-top: none!important;
}
/*
_________________________________________
ANIMATION
_________________________________________
*/
.fadeInRight{
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.animated{
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.delay { animation-delay: 0.2s; -webkit-animation-delay: 0.2s; }
.delayb { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delayc { animation-delay: .8s; -webkit-animation-delay: .8s; }
.delayd { animation-delay: .8s; -webkit-animation-delay: 1s; }
.fadeInRight {visibility: visible;}
@keyframes fadeInRight {
  0% {
    opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
    100% {
      opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
    }
/*
___________________________

CUSTOM CHECKBOX
___________________________
*/
.control {
  display: block;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius:5px;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
  border: #2aa1c0 solid 1px;

}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
    left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
/*
==========================================================================
RWD
======================================================================== */
@media only screen and (min-width: 1281px) {
  .padding.col-md-offset-2 {
    padding-left:150px;
  }
}
@media only screen and (min-width: 992px) {
  #sidebar {
    width: 150px;
  }
  .col-md-2.noGlutter {
    position: fixed;
    left: 150px;
  }
  #vertical-nav .mega{
    position: static !important;
  }
  #vertical-nav .dropdown-menu {
    top: 0;
    left: 100%;
    padding-top:0;
    padding-bottom:0;
    margin-top: 0;
    height: 100%;
    border-radius: 0;
    min-width: 320px;
    width: 100%;
    border: none;
    transition: all .5s ease-in-out;
  }
  .customWrap {
    padding:2em 4em 2em 2em;
  }
  .customWrap.paddingTop {
    padding:2em 0;
  }
  #general {
    padding-top:3em;
  }
  #statistique {
    padding-top:5em;
  }
  .infosCLes .col-sm-6 {
    margin-top:4em;
    margin-bottom: 0;
  }
  .infosCLes [class^="col-sm-6"] {
    padding-left:5px;
    padding-right:5px;
  }
  .infosCLes [class^="col-sm-6"]:first-child {
    padding-left: 15px;
  }
  .infosCLes [class^="col-sm-6"]:last-child {
    padding-right: 15px;
  }
  .panel-primary {
    margin-top:4em;
    border-color:rgba(0,0,0,.125);
  }
  .navbar-custom{
    position: fixed;
    z-index: 2;
    top: 0;
    border-right: none;
    left: calc(16.66666667% + 150px);
    right: 0;
    width: auto;
  }
  .sidebarRight .navbar-custom{
    right: 3em;
  }
  #external-events {
    position: fixed;
    top: 0;
    bottom: 20%;
    margin: auto;
    left: 16%;
    z-index: 2;
    height: 170px;
    display: inline-block;
    width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .col-md-2.noGlutter {
    display:none;
  }
  .padding.col-md-offset-2 {
    margin-left:150px;
  }
  .navbar-custom{
    left: 150px;
  }
}
@media only screen and (max-width: 991px) {
  #transition {
    background-color: #b52a2d;
  }
  .cd-nav-trigger,
  #sectionA .logotype {
    display: block;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar {
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .navigation-is-open #sidebar {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #vertical-nav li.mega> a {
    text-align: center;
  }
  #vertical-nav .dropdown-menu {
    width: 100%;
    text-align: center;
    border-radius: 0;
    height: auto;
    padding: 0;
    margin: 0;
  }
  #vertical-nav .dropdown-menu>li.HeightCustom {
    height:auto;
  }
  #vertical-nav  .dropdown-menu.ServicesList>li.HeightCustom {
    padding:0;
  }
  .carouselcaption {
    text-align: center;
  }
  .item>div {
    height:26vh;
  }
  .legendeStyle li {
    display: inline-block;
    border-top:none;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media only screen and (min-width: 600px) {
  #quickAccess {
    -webkit-transform: translateX(calc(100% - 3em));
    -moz-transform: translateX(calc(100% - 3em));
    -ms-transform: translateX(calc(100% - 3em));
    -o-transform: translateX(calc(100% - 3em));
    transform:translateX(calc(100% - 3em));
  }
  .sidebarRight {
    padding-right:3em;
  }
}
@media only screen and (min-height: 600px) {
  #logo_OPEN {
    display: inline-block;
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
}
.ui-dialog .ui-dialog-buttonpane button {
  background: #f6f6f6;
  padding:0.5rem;
  font-size: 1.5em;
  border-radius:0.25rem;
}
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: #2196F3;
    color: #fff;
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
  background: none;
  background-color: #fff!important;
}
