@charset "utf-8";
/* RESET */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
table{border-collapse:collapse;border-spacing:0}
/* eof reset */

body {
  font-family: "robotoregular", sans-serif;
  font-size: 14px;
  line-height: 16px;
  background-color: #fff;
  text-rendering: optimizelegibility;
}


/* modifie la couleur de fond d'un texte sélectionné */
::-moz-selection {
  color: #fff;
  color: rgba(255, 255, 255, 1);
  background: #37474f;
}
::selection {
  color: #fff;
  color: rgba(255, 255, 255, 1);
  background: #37474f;
}

/*class de base */
.cc {
  display: block;
  width: 960px;
  margin: 0px auto;
}
.clear {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.center {
  text-align: center;
}
.aright {
  text-align: right !important;
}
.aleft {
  text-align: left !important;
}
.cc.cc--large {
  width: 100%;
  max-width: 1440px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr40 {
  margin-right: 40px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.h20 {
  min-height: 20px;
}
.h25 {
  min-height: 25px;
}
.h30 {
  min-height: 30px;
}
.h40 {
  min-height: 40px;
}
.h50 {
  min-height: 50px;
}
.h75 {
  min-height: 75px;
}
.h100 {
  min-height: 100px;
}
.h150 {
  min-height: 150px;
}
.wd40 {
  width: 40px;
}
.wd50 {
  width: 50px;
}
.wd75 {
  width: 75px;
}
.wd100 {
  width: 100px;
}
.wd125 {
  width: 125px;
}
.wd150 {
  width: 150px;
}
.wd175 {
  width: 175px;
}
.wd200 {
  width: 200px;
}
.wd225 {
  width: 225px;
}
.wd250 {
  width: 250px;
}
.wd300 {
  width: 300px;
}
.wd350 {
  width: 350px;
}
.wd400 {
  width: 400px;
}
.wd450 {
  width: 450px;
}
.wd470 {
  width: 470px;
}
.wd500 {
  width: 500px;
}
.wd550 {
  width: 550px;
}
.wd600 {
  width: 600px;
}
.wd650 {
  width: 650px;
}
.wd700 {
  width: 700px;
}
.wd750 {
  width: 750px;
}
.wd800 {
  width: 800px;
}
.wd850 {
  width: 850px;
}
.wd900 {
  width: 900px;
}
.wd960 {
  width: 960px;
}

hr {
  border: none;
  height: 1px;
  background-color: #cfd8dc;
  margin: 35px 0px;
  clear: both;
}

/* ============== */
/*     HEADER     */
/* ============== */
header {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  background: url(img/bg-header.jpg) repeat-y top center #37474f;
}
header .logo {
  display: block;
  float: left;
  width: 180px;
  height: 80px;
}
header .right-bar {
  display: block;
  width: 740px;
  height: 80px;
}
header .search-form {
  display: block;
  float: left;
  width: 440px;
  height: 80px;
  margin-right: 40px;
}
header .search-bar {
  display: block;
  height: 34px;
  width: 438px;
  background-color: #cfd8dc;
  border: 1px solid #cfd8dc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  margin-top: 22px;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
header .search-bar:hover {
  background-color: #fff;
}
header .search-bar input.search-query {
  display: block;
  float: left;
  width: 392px;
  height: 32px;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: "robotoregular", Arial, sans-serif;
  text-indent: 10px;
}
header .search-bar input.search-btn {
  display: block;
  width: 40px;
  height: 34px;
  float: left;
  background: url(img/sprite-search.png) no-repeat top center transparent;
  border: none;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
header .search-bar input.search-btn:hover {
  background: url(img/sprite-search.png) no-repeat bottom center transparent;
}
header .nav-top {
  display: block;
  float: right;
  width: 250px;
  height: 80px;
}
header .nav-top ul {
  text-align: right;
}
header .nav-top ul li {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
}
header .nav-top ul li a,
header .nav-top ul li span.js_settings {
  display: block;
  line-height: 80px;
  text-align: center;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
header .nav-top ul li a:link,
header .nav-top ul li a:visited,
header .nav-top ul li span.js_settings {
  color: #ced3d9;
  text-shadow: 0px -1px 0px #000;
  cursor: pointer;
}
header .nav-top ul li a:hover,
header .nav-top ul li a:active,
header .nav-top ul li span.js_settings:hover {
  color: #26c6da;
  background-color: #263238;
}
header .nav-top ul li a.notif:link,
header .nav-top ul li a.notif:visited {
  color: #fff;
  text-shadow: 0px -1px 0px #000;
  background-color: #d32f2f;
}
header .nav-top ul li a.notif:hover,
header .nav-top ul li a.notif:active {
  color: #d32f2f;
  background-color: #263238;
}
header .nav-top ul li ul {
  display: none;
  position: absolute;
  top: 80px;
  right: 0;
  width: 260px;
  background-color: #263238;
  z-index: 1000;
}
header .nav-top ul li ul li {
  display: block;
  float: none;
  width: 260px;
  height: 50px;
  border-bottom: 1px solid #37474f;
}
header .nav-top ul li ul li a {
  display: block;
  width: 220px;
  padding: 0px 20px;
  font-family: "montserratbold", Arial, sans-serif;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}
header .nav-top ul li ul li a:hover,
header .nav-top ul li ul li a:active {
  background-color: #151e26;
}
header .nav-top ul li ul li a.logout:hover {
  color: #d32f2f !important;
}
.hover-settings {
  color: #26c6da !important;
  background-color: #263238;
}
/* -- eof header -- */

/* ============== */
/*     FOOTER     */
/* ============== */
footer {
  display: block;
  width: 100%;
  border-top: 1px solid #cfd8dc;
  padding: 20px 0px;
}
footer p {
  font-family: "montserratlight", Arial, sans-serif;
  font-size: 0.858em;
  line-height: 1.75em;
  color: #263238;
  text-align: center;
}
footer p strong {
  font-family: "montserratbold", Arial, sans-serif;
}
footer p a {
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
footer p a:link,
footer p a:visited {
  color: #263238;
}
footer p a:hover,
footer p a:active {
  color: #26c6da;
}
/* -- eof footer -- */

/* ============================= */
/*     NAVIGATION PRINCIPALE     */
/* ============================= */
nav.main {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #cfd8dc;
}
nav.main ul {
  font-family: "montserratbold", Arial, sans-serif;
  text-transform: uppercase;
}
nav.main ul li {
  float: left;
  height: 70px;
}
nav.main ul li a {
  display: block;
  height: 65px;
  padding: 0px 20px;
  text-decoration: none;
  line-height: 70px;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
nav.main ul li a:link,
nav.main ul li a:visited {
  color: #263238;
  border-bottom: 0px solid #cfd8dc;
}
nav.main ul li a:hover,
nav.main ul li a:active {
  color: #37474f;
  border-bottom: 5px solid #263238;
}
nav.main ul li a.current:link,
nav.main ul li a.current:visited {
  color: #26c6da;
  text-shadow: none;
  background-color: #fff;
  border-bottom: 5px solid #fff;
}
nav.main ul li a.current:hover,
nav.main ul li a.current:active {
  color: #37474f;
  text-shadow: none;
  background-color: #fff;
  border-bottom: 5px solid #fff;
}
/* -- eof nav principale -- */

/* =========================== */
/*     ONGLETS SECONDAIRES     */
/* =========================== */
.nav-tabs {
  display: block;
  height: 35px;
}
.nav-tabs ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.nav-tabs ul li {
  display: flex;
  height: 35px;
  padding: 0px 6px;
}
.nav-tabs ul li a {
  display: block;
  height: 33px;
  padding: 0px 12px;
  font-family: "robotoregular", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 33px;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
.nav-tabs ul li a:link,
.nav-tabs ul li a:visited {
  color: #adb6b9;
  border-bottom: 0px solid #fff;
}
.nav-tabs ul li a:hover,
.nav-tabs ul li a:active {
  color: #78909c;
  border-bottom: 3px solid #78909c;
}
.nav-tabs ul li a.current:link,
.nav-tabs ul li a.current:visited {
  color: #26c6da;
  border-bottom: 3px solid #26c6da;
}
.nav-tabs ul li a.current:hover,
.nav-tabs ul li a.current:active {
  text-decoration: underline;
}
.nav-tabs ul li .important {
  padding: 3px 6px;
  background-color: #d32f2f;
  color: #fff;
  font-size: 0.7em !important;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.nav-tabs ul li a .important {
  text-decoration: none !important;
}
/* -- eof onglets secondaires -- */

/* =============== */
/*     CONTENU     */
/* =============== */

/* == TITRE == */
.titre {
  display: block;
  width: 100%;
  border-bottom: 1px solid #cfd8dc;
  background: #fff;
  color: #26c6da;
}
.titre.is_sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
h1 {
  padding: 0.5em 0;
  font-family: "montserratlight", Arial, sans-serif;
  font-size: 2.429em;
  line-height: 1.25em;
}
h2 {
  font-family: "montserratbold", Arial, sans-serif;
  font-size: 1.143em;
  text-transform: uppercase;
  color: #c0ca33;
}
h2 a:link,
h2 a:visited {
  color: #c0ca33;
}
h3 {
  font-family: "montserratbold", Arial, sans-serif;
  font-size: 1.072em;
  text-transform: uppercase;
  color: #78909c;
}
h3 a:link,
h3 a:visited {
  color: #78909c;
}
h4 {
  font-family: "montserratbold", Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: #78909c;
}
h4 a:link,
h4 a:visited {
  color: #78909c;
}
h5 {
  font-family: "robotobold", Arial, sans-serif;
  font-size: 1em;
  color: #263238;
}
h5 a:link,
h5 a:visited {
  color: #263238;
}
h6 {
  font-family: "robotobold", Arial, sans-serif;
  font-size: 1em;
  color: #78909c;
}
h6 a:link,
h6 a:visited {
  color: #78909c;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #26c6da;
}
/* -- eof titre -- */
/* == LIEN SPAN TITRE == */
.filtre {
  font-family: "robotoregular", Arial, sans-serif;
  font-size: 0.715em !important;
  padding-bottom: 2px;
  outline: none;
  text-transform: none !important;
  border: none;
  border-bottom: 1px dashed #cfd8dc;
}
.titre .add-btn {
  font-size: 0.412em !important;
}
form .add-btn a {
  padding: 7px 10px !important;
  text-decoration: none;
}
.add-btn {
  font-family: "robotoregular", Arial, sans-serif;
  text-transform: uppercase;
}
.add-btn a {
  padding: 5px 10px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.add-btn a:link,
.add-btn a:visited {
  color: #78909c;
  background-color: #fff;
  border: 1px solid #eceff1;
}
.add-btn a:hover,
.add-btn a:active {
  color: #fff;
  background-color: #26c6da;
  border: 1px solid #26c6da;
}
.view-all {
  font-family: "robotoregular", Arial, sans-serif !important;
  font-size: 0.875em;
  text-transform: none !important;
}
a.view-all:link,
a.view-all:visited {
  color: #78909c !important;
}
a.view-all:hover,
a.view-all:active {
  color: #26c6da !important;
}

a.retour {
  text-decoration: none;
  padding: 5px 8px;
  border: 1px solid #eceff1;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
a.retour:link,
a.retour:visited {
  color: #78909c;
}
a.retour:hover,
a.retour:active {
  color: #263238;
  background-color: #eceff1;
  border-color: #eceff1;
}
a.del:hover,
a.del:active {
  color: #d32f2f !important;
}

/* == TABLEAU == */
table {
  font-family: "robotoregular", sans-serif;
}
table thead {
  background: #78909c;
  font-family: "montserratbold", Arial, sans-serif;
  color: #fff;
  text-shadow: 0px -1px 0px #2e3d4d;
  text-transform: uppercase;
  position: sticky;
  top: -4px;
  z-index: 9;
}
table .headingTable {
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
table th {
  line-height: 45px;
  vertical-align: middle;
}
table td {
  padding: 15px 0px;
  vertical-align: middle;
}
table thead .rounded-top-left {
  text-indent: 20px;
  border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
}
table thead .rounded-top-right {
  border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}
table thead * a {
  color: inherit !important;
}
table thead * a:hover {
  color: #26c6da !important;
}
.tdDashed {
  border-right: 1px solid #dbdbdb;
}
.lignePaire,
.ligneImpaire {
  color: #151e26;
}
.lignePaire {
  background-color: #eceff1;
}
.ligneImpaire {
  background-color: #cfd8dc;
}
table tbody tr,
table tbody tr a {
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
table tbody tr:hover,
table tbody tr:hover a {
  color: #1976da;
}
table tbody tr:hover a.del {
  color: #d32f2f !important;
}
table tbody tr.lignePaire:hover,
table tbody tr.lignePaire:hover a {
  background-color: #f7f9fa;
}
table tbody tr.ligneImpaire:hover,
table tbody tr.ligneImpaire:hover a {
  background-color: #d7dee0;
}
.parente {
  border-bottom: 1px dashed #dbdbdb !important;
}
.urgent {
  font-family: "robotobold", Arial, sans-serif;
}
td a:link,
td a:visited {
  text-decoration: none;
  color: #151e26;
}
td a:hover,
td a:active {
  text-decoration: none;
  color: #26c6da;
}

* > small {
  font-size: 0.875em;
  opacity: 0.76;
}
*.is_valid > * {
  color: #4caf50 !important;
}
*.is_rejected > * {
  color: #d32f2f !important;
}

/* == PAGINATION == */
.pagination {
  text-align: center;
}
.pagination a {
  margin: 0 2px;
  padding: 5px 12px;
  text-decoration: none;
  border-radius: 4px;
  transition: all ease-in-out 0.5s;
}
.pagination a:link,
.pagination a:visited {
  color: #78909c;
  background-color: #fff;
  border: 1px solid #eceff1;
}
.pagination a:hover,
.pagination a:active {
  color: #263238;
  background-color: #eceff1;
  border: 1px solid #cfd8dc;
}
.pagination a.current:link,
.pagination a.current:visited {
  font-family: "robotobold";
  background-color: #1976da;
  color: #fff;
  border: 1px solid #eceff1;
}
.pagination a.current:hover,
.pagination a.current:active {
  color: #fff;
  background-color: #1976da;
  border: 1px solid #1976da;
}

/* == TEXTE == */
section p {
  max-width: 920px;
  margin-bottom: 20px;
  font-family: "robotoregular", sans-serif;
  line-height: 1.8em;
  color: #263238;
  text-align: justify;
  word-wrap: break-word;
  word-break: normal;
}
section p strong {
  font-family: "robotobold", Arial, sans-serif;
}
section p a {
  text-decoration: underline;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
section p a:link,
section p a:visited {
  color: #1976da;
}
section p a:hover,
section p a:active {
  color: #26c6da;
}
section article.suivi {
  border-bottom: 1px solid #cfd8dc;
  padding: 20px;
  margin-bottom: 0px;
}
section article.paire {
  background-color: #f7f9fa;
}
section article.suivi p {
  max-width: 920px;
  margin-bottom: 12px !important;
  font-family: "robotoregular", sans-serif;
  line-height: 1.8em;
  color: #263238;
  text-align: justify;
  word-wrap: break-word;
  word-break: normal;
}
section article.suivi ul {
  list-style-type: disc;
  list-style-position: inside;
}
section article.suivi ol {
  list-style-type: decimal;
  list-style-position: inside;
}
section article.suivi p.info-suivi {
  color: #78909c;
}

/* == CARDS == */
.card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
  box-sizing: border-box !important;
}
.card.card--bg-gray {
  background: #cfd8dc;
}
.card.card--bg-green {
  background: #4caf60;
  border-color: #4caf60;
  color: #fff;
}
.card.card--bg-yellow {
  background: #ffee60;
  border-color: #ffee60;
  color: #443300;
}
.card.card--bg-blue {
  background: #1976da;
  border-color: #1976da;
  color: #fff;
}
.card.card--bg-orange {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
.card.card--bg-red {
  background: #d32f2f;
  border-color: #d32f2f;
  color: #fff;
}
.card.card--number {
  padding: 14px;
}
.card__num {
  line-height: 1.25em;
  font-size: 2rem;
  font-weight: 800;
}


/* == grid == */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.row.center {
  justify-content: center;
}
.row > .col {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  text-align: left;
  margin: 0 5px;
  width: calc(100% - 10px);
  box-sizing: border-box !important;
}

.row > .col.col-25 {
  width: calc(25% - 10px);
}
.row > .col.col-33 {
  width: calc(33.333% - 10px);
}
.row > .col.col-50 {
  width: calc(50% - 10px);
}
.row > .col.col-66 {
  width: calc(66.666% - 10px);
}
.row > .col.col-75 {
  width: calc(75% - 10px);
}
/* -- eof grid -- */

.leadSrc {
  display: inline;
  margin: 0 2px;
  padding: 0 2px;
  background: #78909c;
  border-radius: 3px;
  color: #fff;
  font-size: 0.625em;
  font-weight: bold;
  text-align: center;
  text-indent: 0 !important;
  text-transform: uppercase;
  cursor: help;
  vertical-align: bottom;
}
h1 .leadSrc {
  margin-left: 6px;
  font-size: 10px;
  vertical-align: middle;
}
.leadSrc.ads {
  padding: 1px 2px;
  background: #d32f2f;
  color: #fff;
}
.leadSrc.ads.bing {
  padding: 1px 2px;
  background: #ff5500;
  color: #fff;
}
.leadSrc.ads.fb {
  padding: 1px 2px;
  background: #0866ff;
  color: #fff;
}
.leadSrc.emailing {
  padding-bottom: 2px;
  background: #4015AA;
  color: #fff;
}
.leadSrc.emailing.brevo {
  background: #0B996E;
}

h3 {
  display: block;
  width: 100%;
}

hr.spacer {
  background: transparent;
  margin: 1em 0;
}

.form-control {
  position: sticky;
  bottom: 0;
  padding: 1rem 0;
  margin-bottom: 80px;
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.64);
  z-index: 99;
}

/* MENU ACCES RAPIDE - FLOTTANT */
.floating-nav {
  display: block;
  min-height: 152px;
  width: auto;
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}
.floating-nav ul {
  list-style: none;
}
.floating-nav ul > li {
  display: block;
  min-width: 48px;
  height: 48px;
  margin-bottom: 4px;
}
.floating-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  min-width: 48px;
  height: 48px;
  background: #eceff1;
  border-radius: 99px;
  color: #2e3d4d;
  text-decoration: none;
  transition: all ease-in 0.12s;
}
.floating-nav ul li a.current > .icon {
  background: #26c6da;
  color: #fff;
}
.floating-nav ul li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eceff1;
  color: #2e3d4d;
  transition: all ease-in 0.12s;
}
.floating-nav ul li a .text {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  width: 0;
  overflow: hidden;
  color: #2e3d4d;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  transform: translateY(-50%);
}
.floating-nav ul li a:hover > .icon {
  background: #2e3d4d;
  color: #26c6da;
  box-shadow: 0 0 0 0 inset;
}
.floating-nav ul li a:hover > .text {
  width: auto;
}

.txt-overflow {
  width: calc(100% - 220px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.titre h1 form.edit-status {
  display: flex;
  font-size: 0.875rem;
}
.titre h1 form.edit-status select.in-text {
  margin: 0;
  padding: 5px;
  height: auto !important;
  min-height: 36px;
  background: #eceff1;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
}
.titre h1 form.edit-status select.in-text.changed {
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.titre h1 form.edit-status select.in-text + .in-btn {
  display: none;
}
.titre h1 form.edit-status select.in-text.changed + .in-btn {
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.titre > .cc { position: relative; }
.titre > .cc a.nav-dossier {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -19px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 50%;
  color: #78909c;
  text-align: center;
  text-decoration: none;
  transition: all ease-in .24s;
}
.titre > .cc a.nav-dossier:hover {
  border-color: #2e3d4d;
  background: #2e3d4d;
  color: #26c6da;
  transform: scale(1.25);
}
.titre > .cc a.nav-dossier.prev { left: -48px; }
.titre > .cc a.nav-dossier.next { right: -48px; }


/** ALERT BOX DUPLICATE ENTRIES */
.duplicate-entries {
  display: block;
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 300px;
  max-height: calc(100vh - 48px);
  z-index: 99;
}
.duplicate-entries .alert {
  transition: all ease-in .24s;
}
.duplicate-entries .alert.is-open {
  border-radius: 6px;
  box-shadow: 0 1px 1px 0px rgba(0,0,0,0.08), 0 4px 14px 0 rgba(0,0,0,0.18);
}
.duplicate-entries .alert .alert__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #cfd8dc;
  border-radius: 6px;
  color: #263238;
  cursor: pointer;
  transition: all ease-in .24s;
}
.duplicate-entries .alert.is-open .alert__header {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.duplicate-entries .alert .alert__header:hover {
  background: #d7dee0;
}
.duplicate-entries .alert .alert__header_title {
  font-weight: bold;
}
.duplicate-entries .alert .alert__header_title i {
  color: #d32f2f;
}

.duplicate-entries .alert .alert__header_icon {
  transition: all ease-in .24s;
}
.duplicate-entries .alert.is-open .alert__header_icon {
  transform: rotate(-180deg);
}
.duplicate-entries .alert .alert__content {
  padding: 0 16px;
  background-color: #eceff1;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all ease-in .24s;
  overflow: hidden;
  max-height: calc(100vh - 88px);
  box-sizing: fit-content;
}
.duplicate-entries .alert.is-open .alert__content {
  padding: 12px 16px;
  overflow-y: auto;
}
.duplicate-entries .alert .alert__content .alert__content_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #cfd8dc;
}
.duplicate-entries .alert .alert__content .alert__content_items .alert__content_item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.duplicate-entries .alert .alert__content .alert__content_item small { font-size: smaller; }
.duplicate-entries .alert .alert__content .alert__content_item .alert__content_item_link {
  color: #1976da;
  font-size: .875rem;
}

/** EOD ALERT BOX */


/* MESSAGE ALERTE/INFO/ERREUR */
.user-msg {
  padding: 10px 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all ease-in-out 0.5s;
  border-left: 4px solid;
}
.alerte {
  background-color: #fff9d7;
  border-color: #e2c822;
  color: #cc9629 !important;
}
.alerte:hover {
  background-color: #f9e990;
}
.info {
  background-color: #dfe9f2;
  border-color: #3084d9;
  color: #1976da !important;
}
.info:hover {
  background-color: #c2dcf2;
}
.succes {
  background-color: #efffd7;
  border-color: #4caf50;
  color: #4caf50 !important;
}
.succes:hover {
  background-color: #cbf889;
}
.erreur {
  background-color: #ffebe8;
  border-color: #d32f2f;
  color: #d32f2f !important;
}
.erreur:hover {
  background-color: #fcc4bb;
}
.notification {
  background-color: #fff;
  border: 1px solid;
  border-left: 4px solid;
  border-color: #ced3d9;
  color: #263238 !important;
}
.notification i {
  color: #d32f2f !important;
}
.notification:hover {
  background-color: #eceff1;
}

.main-project-info {
  position: sticky;
  top: 135px;
}
.main-project-info label { display: block; }

.delete-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #eceff1;
  border-radius: 4px;
  color: #78909c;
  font-family: "montserratlight", Arial, sans-serif;
  transition: all ease-in .24s;
}
.delete-button:hover {
  background: #eceff1;
  color: #d32f2f;
}

/* == FORMULAIRE == */
form p {
  display: block;
  margin-bottom: 12px;
}

.button-link {
  color: #1976da;
  font-weight: bold;
  text-decoration: underline;
}

.in-text {
  font-family: "robotoregular", Arial, sans-serif;
  font-size: 1em;
  outline: none;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #cfd8dc;
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
.in-text[name^=date]:invalid {
  border-bottom: 1px solid #d32f2f;
}
.in-text:hover,
.in-text:focus {
  border-color: #78909c;
}
.in-text:focus {
  border-width: 2px;
}
textarea.in-text {
  text-indent: 0px !important;
  padding: 5px 10px !important;
}
select {
  cursor: pointer;
}
select.in-text {
  height: 31px !important;
}
.in-text-error {
  color: #d32f2f;
}
.in-text-error .in-text {
  border-width: 2px;
  border-color: #d32f2f !important;
}
.in-text-error:after {
  content: " ×";
  margin-left: 5px;
  font-family: "robotobold", Arial, sans-serif;
  font-size: 1.429em;
  text-transform: uppercase;
}
.in-btn,
.in-btn-del {
  height: 36px;
  font-family: "montserratbold", Arial, sans-serif;
  font-size: 1em;
  cursor: pointer;
  text-transform: uppercase;
  padding: 6px 20px;
  border: none;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.in-btn {
  color: #fff;
  background-color: #26c6da;
  border: 1px solid #26c6da;
}
.in-btn:hover {
  color: #26c6da;
  background-color: #151e26;
  border: 1px solid #151e26;
}
.in-btn-del {
  color: #cfd8dc;
  background-color: #fff;
  border: 1px solid #cfd8dc;
}
.in-btn-del:hover {
  color: #f7f6f5;
  background-color: #d32f2f;
  border: 1px solid #d32f2f;
}
.checkbox {
  margin-top: 6px;
}

.trumbowyg-button-pane {
  position: sticky !important;
  top: 0 !important;
}
.trumbowyg-box .trumbowyg-editor ul {
  list-style: disc !important;
  list-style-position: inside !important;
}
.trumbowyg-box .trumbowyg-editor ol {
  list-style: decimal !important;
}

button {
  min-width: 24px;
  min-height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}

.simul-lien {
  text-decoration: underline;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.simul-lien {
  color: #1976da;
}
.simul-lien:hover {
  color: #26c6da;
}

select.filtre-statuts {
  margin-left: 10px;
  font-family: "robotoregular", Arial, sans-serif;
  font-size: 0.889rem;
  outline: none;
  padding-bottom: 5px;
  border: none;
  border-bottom: 1px solid #cfd8dc;
}


/** SCORING */
.index {
  display: block;
  position: relative;
}
.scoring {
  display: block;
  position: relative;
  margin: 4px auto;
  width: 40px;
  height: 5px;
  border: 1px solid #68808648;
  border-radius: 3px;
  background: #78909c;
  background-image: linear-gradient(90deg, transparent 7px, rgba(255,255,255,0.35) 1px);
  background-size: 8px 40px;
  overflow: hidden;
  cursor: pointer;
}
.scoring .scoring-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.64);
}
.scoring .scoring-bar[data-score='1'] {
  width: 20%;
  background: #3CC14E;
}
.scoring .scoring-bar[data-score='2'] {
  width: 40%;
  background: #C1D737;
}
.scoring .scoring-bar[data-score='3'] {
  width: 60%;
  background: #FFBD14;
}
.scoring .scoring-bar[data-score='4'] {
  width: 80%;
  background: #FF8806;
}
.scoring .scoring-bar[data-score='5'] {
  width: 100%;
  background: #F3511B;
}

.index-tooltip {
  display: none;
  position: absolute;
  width: 300px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.18);
  transform: translate(-50%, -107%);
  transition: all ease-in .24s;
  z-index: 999;
}
.index-tooltip .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #151e26;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.index-tooltip .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin-bottom: 4px;
  padding: 8px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #dfe9f2;
}
.index-tooltip .header .score {
  cursor: default;
}
.index-tooltip .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 8px;
}
.index-tooltip .inner .col {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 8px;
  width: 48%;
  height: 100%;
}
.index-tooltip .title {
  font-weight: bold;
  margin-bottom: 8px;
}
.index-tooltip .title.plus { color: #0B996E; }
.index-tooltip .title.minus { color: #d32f2f; }

.index-tooltip #positive div,
.index-tooltip #negative div {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 4px;
}
.index-tooltip #positive div b,
.index-tooltip #negative div b {
  font-size: 10px;
  font-weight: bold;
}
