@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
#msg-box, .ic-layout-menu-principal {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

html {
  overflow: hidden;
}

.modal-title {
  background-color: transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-top: 5px;
  margin: 0;
}

.dropdown_smiley {
  position: absolute;
  top: auto;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.fc-unthemed .fc-today {
  background: #eedc7e !important;
}

.img_noir {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.timezone_commentaire {
  font-size: 10px;
  color: #333333;
  display: inline-block;
}

.whois_commentaire a {
  font-size: 10.5px;
  color: #666666;
  display: inline-block;
  line-height: 13px;
}

.whois_commentaire a b {
  display: block;
}

.bloc_evenement .whois_publication {
  float: right;
}

.whois_publication {
  display: inline-block;
}

.whois_publication .fl_left {
  display: inline-block;
  margin-right: 12px;
}

.whois_publication a {
  font-size: 10.5px;
  color: #666666;
  display: inline-block;
  line-height: 13px;
}

.whois_publication a b {
  display: block;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

html {
  -ms-overflow-style: scrollbar; /*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}

html, body, #container {
  line-height: 1.5;
  min-height: 80%;
  background-color: #f0f4f7;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 b {
  font-weight: 500;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17.5px;
  color: #606366;
  margin: 0;
  line-height: 50px;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 21.5px;
  color: #676767;
  line-height: 50px;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
}

#statut {
  display: none;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav li {
  padding-left: 18px;
}

nav li, nav li a, nav li a:hover, nav li a:focus {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  list-style: none outside none;
  text-decoration: none;
}

nav li:hover, nav li.active {
  background-color: #006b5d;
}

nav.gresivaudan li:hover, nav.gresivaudan li.active {
  background-color: #13499a;
}

nav.resana li:hover, nav.resana li.active {
  background-color: 283644;
}

#mesespaces {
  margin-left: 0px;
}

#mesespaces h2, .titre_principal h2 {
  display: inline-block;
  line-height: 50px;
  margin-left: 27px;
  margin-top: 4px;
  margin-bottom: -20px;
  font-size: 20px;
  color: #606366;
}

.titre_principal h2 {
  margin-bottom: 22px;
}

h2 + aside {
  display: inline;
  float: right;
  line-height: 50px;
  height: 50px;
  margin-top: 4px;
}

#mesespaces aside > a, .titre_principal aside > a, .titre_principal aside > label {
  color: #676767;
  font-size: 16px;
  font-weight: 300;
  margin-right: 28px;
  display: inline-block;
}

#mesespaces aside > a i, .titre_principal aside > a i {
  float: left;
  margin-right: 8px;
  margin-top: 15px;
}

#mesespaces aside > a em, .titre_principal aside > a em {
  float: left;
  margin-right: 8px;
  margin-top: 15px;
}

#container section {
  clear: both;
}

.espaces {
  clear: both;
  margin-left: 2px;
}

#container section article {
  display: inline-block;
  float: left;
  margin: 0;
  width: 180px;
  height: 180px;
  font-size: 12px;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}

#container section article header {
  height: 45px;
  line-height: 45px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

article h3 {
  font-size: 14px;
  color: #fff;
  line-height: 45px;
  padding: 0 10px;
  display: inline;
  font-weight: 700;
}

article h3 + a {
  position: absolute;
  right: 7px;
  top: 5px;
}

article .content ul {
  list-style: none outside none;
  padding: 0;
}

article .content li {
  width: auto;
  padding-left: 40px;
  padding-right: 10px;
  margin-top: 21px;
}

article .content li p {
  color: #fff;
  font-weight: 500;
}

article .content li.icon-calendrier h4 {
  display: none;
}

article .content li.icon-calendrier .date {
  font-size: 12px;
  font-weight: 500;
}

article .content li p.date span {
  margin-left: 3px;
}

article h4 {
  font-size: 14px;
}

#container section article footer {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
}

#container section article footer p {
  color: #979b9d;
  font-size: 10px;
  line-height: 11px;
  width: 115px;
  margin-top: 12px;
}

#container section article footer p span {
  display: inline-block;
  height: 22px;
  line-height: 23px;
  text-align: center;
  width: 22px;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 1px;
  margin-right: 5px;
  float: left;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}

#container section article footer select {
  display: none;
}

#container section article.big {
  width: 379px;
  height: 380px;
}

article.big h3 {
  font-size: 18px;
  padding: 0 20px;
  font-weight: 400;
}

article.big li {
  min-height: 96px;
  width: 100% !important;
  margin-top: 0;
  padding-top: 15px;
  padding-left: 96px;
  position: relative;
}

article.big li > p {
  font-size: 16px;
  width: 230px;
  line-height: 21px;
}

article.big .content p.date {
  font-size: 30px;
  font-weight: 700;
  left: 13px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 70px;
}

article.big .content p.date span {
  display: block;
  float: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 2px;
}

article.big .content li.icon-calendrier h4 {
  display: block;
}

article.bleu {
  background-color: #339fc7;
}

article.bleu header, article.bleu footer p span {
  background-color: #3bafda;
  color: #fff;
}

article.bleu h4, article.bleu .date {
  color: #9dd7ec;
}

article.big.bleu li {
  border-top: 1px solid #3bafda;
}

article.bleu.big .content p.date {
  color: #3bafda;
}

article.orange {
  background-color: #ff6666;
}

article.orange header, article.orange footer p span {
  background-color: #ff7878;
  color: #fff;
}

article.orange h4, article.orange .date {
  color: #fbb;
}

article.big.orange li {
  border-top: 1px solid #ff7878;
}

article.violet {
  background-color: #ba5589;
}

article.violet header, article.violet footer p span {
  background-color: #ba4883;
  color: #fff;
}

article.violet h4, article.violet .date {
  color: #f3d3e4;
}

article.big.violet li {
  border-top: 1px solid #ba4883;
}

article.big.violet .content p.date {
  color: #dda4c1;
}

article.vert {
  background-color: #3cbab0;
}

article.vert header, article.vert footer p span {
  background-color: #3fc2b8;
  color: #fff;
}

article.vert h4, article.vert .date {
  color: #b4fff9;
}

article.big.vert li {
  border-top: 1px solid #3fc2b8;
}

article.bleufonce {
  background-color: #2e7e90;
}

article.bleufonce header, article.bleufonce footer p span {
  background-color: #338da1;
  color: #fff;
}

article.bleufonce h4, article.bleufonce .date {
  color: #b4fff9;
}

article.big.bleufonce li {
  border-top: 1px solid #338da1;
}

article.rose {
  background-color: #ff6666;
}

article.rose header, article.rose footer p span {
  background-color: #ff7878;
  color: #fff;
}

article.rose h4, article.rose .date {
  color: #b4fff9;
}

article.big.rose li {
  border-top: 1px solid #ff7878;
}

article.rouge {
  background-color: #ff3d3d;
}

article.rouge header, article.rouge footer p span {
  background-color: #e63030;
  color: #fff;
}

article.rouge h4, article.rouge .date {
  color: #b4fff9;
}

article.big.rouge li {
  border-top: 1px solid #e63030;
}

article.jaune {
  background-color: #fdaa35;
}

article.jaune header, article.jaune footer p span {
  background-color: #e69b30;
  color: #fff;
}

article.jaune h4, article.jaune .date {
  color: #b4fff9;
}

article.big.jaune li {
  border-top: 1px solid #e69b30;
}

article.gris {
  background-color: #c8bdb4;
}

article.gris header, article.gris footer p span {
  background-color: #beb1a5;
  color: #fff;
}

article.gris h4, article.gris .date {
  color: #fbb;
}

article.big.gris li {
  border-top: 1px solid #c8bdb4;
}

article.orange_pale {
  background-color: #ffa172;
}

article.orange_pale header, article.orange_pale footer p span {
  background-color: #eba261;
  color: #fff;
}

article.orange_pale h4, article.orange_pale .date {
  color: #fbb;
}

article.big.gris li {
  border-top: 1px solid #ffa172;
}

.bg_aseamas {
  background-image: url("../img/bg-aseamas.png");
  background-position: 0 45px;
  background-size: contain;
}

.bg_perimetrepersonnel {
  background-image: url("../img/bg-perimetrepersonnel.png");
  background-position: 0 45px;
  background-size: contain;
}

.bg_aseamas_cnfpt {
  background-image: url("../img/bg-aseamas-cnfpt.png");
  background-position: 0 45px;
  background-size: contain;
}

.inner_bloc {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eff3f7;
  margin-left: 24px;
  margin-right: 24px;
  padding: 0 11px;
  margin-bottom: 100px;
}

.inner_bloc .cacher {
  visibility: hidden;
  height: 20px !important;
}

.inner_bloc > h2, .bloc_evenement > h2 {
  margin-left: 16px;
}

.inner_bloc > h2 + a, .bloc_evenement > h2 + a {
  display: inline-block;
  float: right;
  margin-top: -37px;
}

.bloc_evenement > h2 + a {
  margin-right: 11px;
}

#container .inner_bloc article {
  height: 42px !important;
  overflow: visible;
}

#container .inner_bloc article.big {
  width: 180px;
}

#container .inner_bloc article.big h3 {
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
}

.inner_bloc article header {
  background-color: #00a38d;
}

.inner_bloc article .content, .inner_bloc footer, .inner_bloc header h3 + a {
  display: none;
}

#container section.inner_bloc article header {
  border-radius: 3px 3px 3px 3px;
  height: 42px;
}

.priorite-content {
  bottom: 9px;
  position: absolute;
  right: 8px;
  z-index: 1;
}

.priorite {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #d5d5d5;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 1px 1px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 1px 1px rgba(0, 0, 0, 0.31);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 1px 1px rgba(0, 0, 0, 0.31);
  background-position: center center;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  display: block;
}

.priorite.haute {
  background-image: url("../img/priorite-haute.png");
}

.priorite.moyenne {
  background-image: url("../img/priorite-moyenne.png");
}

.priorite.aucune {
  background-image: url("../img/priorite-nul.png");
  background-size: 17px;
}

.priorite.basse {
  background-image: url("../img/priorite-archive.png");
}

.priorite.archive {
  background-image: url("../img/priorite-archive.png");
}

.priorite-choice li {
  border-radius: 0;
  box-shadow: 0 0 0;
  cursor: pointer;
  border-top: 1px solid #cecece;
  background-color: transparent;
}

.priorite-choice li:first-child {
  border-top: 0px none;
  border-radius: 2px 2px 0 0;
}

.priorite-choice .priorite.selected {
  background-color: #b5b5b5;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 1px 1px rgba(0, 0, 0, 0.31);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 1px 1px rgba(0, 0, 0, 0.31);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 1px 1px rgba(0, 0, 0, 0.31);
  border: 0 none;
}

.priorite-choice {
  display: none;
  background-color: #d5d5d5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0;
  position: absolute;
  bottom: -10px;
}

article.big li.priorite {
  border: 1px solid #cecece;
  min-height: 27px;
  padding: 0;
  width: 27px !important;
}

.priorite-choice li + li + li + li {
  border-radius: 0 0 2px 2px;
}

.inner_bloc .priorite-content > a {
  background-color: #00917e;
}

/* SPRITE */
.sprite {
  background: url(../img/sprite.png) no-repeat top left;
  display: inline-block;
}

.corinne-roussel {
  background-position: 0 0;
  width: 25px;
  height: 28px;
}

.icon-agrandir {
  background-position: 0 -78px;
  width: 18px;
  height: 18px;
}

.icon-archives {
  background-position: 0 -146px;
  width: 19px;
  height: 18px;
}

.icon-big-document {
  background-position: 0 -214px;
  width: 51px;
  height: 58px;
}

.icon-big-evenement {
  background-position: 0 -322px;
  width: 52px;
  height: 52px;
}

.icon-big-sondage {
  background-position: 0 -424px;
  width: 44px;
  height: 53px;
}

.icon-deconnexion {
  background-position: 0 -527px;
  width: 23px;
  height: 24px;
}

.icon-drapeau {
  background-position: 0 -601px;
  width: 18px;
  height: 21px;
}

.icon-effacer {
  background-position: 0 -672px;
  width: 14px;
  height: 13px;
}

.icon-fleche {
  background-position: 0 -735px;
  width: 9px;
  height: 7px;
}

.icon-info {
  background-position: 0 -792px;
  width: 14px;
  height: 13px;
}

.icon-interstis {
  background-position: 0 -855px;
  width: 18px;
  height: 20px;
}

.icon-mesespaces {
  background-position: 0 -925px;
  width: 18px;
  height: 18px;
}

.icon-parametres {
  background-position: 0 -993px;
  width: 26px;
  height: 25px;
}

.icon-plus {
  background-position: 0 -1068px;
  width: 21px;
  height: 21px;
}

.icon-rechercher {
  background-position: 0 -1139px;
  width: 16px;
  height: 17px;
}

.icon-reduire {
  background-position: 0 -1206px;
  width: 18px;
  height: 17px;
}

.icon-small-calendrier {
  background-position: 0 -1273px;
  width: 21px;
  height: 21px;
}

.icon-small-taches {
  background-position: 0 -1344px;
  width: 17px;
  height: 17px;
}

.icon-transferts {
  background-position: 0 -1411px;
  width: 33px;
  height: 24px;
}

.menu-mescontacts {
  background-position: 0 -1485px;
  width: 26px;
  height: 25px;
}

.menu-mesespaces {
  background-position: 0 -1560px;
  width: 22px;
  height: 23px;
}

.menu-mesevenements {
  background-position: 0 -1633px;
  width: 28px;
  height: 28px;
}

.menu-mestaches {
  background-position: 0 -1711px;
  width: 24px;
  height: 24px;
}

.menu-mestransferts {
  background-position: 0 -1785px;
  width: 28px;
  height: 22px;
}

.menu-monprofil {
  background-position: 0 -1857px;
  width: 24px;
  height: 24px;
}

.statut-disponible {
  background-position: 0 -1931px;
  width: 10px;
  height: 10px;
}

.icon-gerer {
  background: url(../img/gerer.png) no-repeat top left;
  display: inline-block;
  width: 17px;
  height: 16px;
  float: left;
  margin-right: 3px;
  margin-top: 2px;
}

.icon-relance {
  background: url(../img/relance.png) no-repeat top left;
  display: inline-block;
  width: 23px;
  height: 23px;
  float: left;
  margin-right: 7px;
  margin-top: 1px;
}

.icon-relance_vert {
  background: url(../img/relance_vert.png) no-repeat top left;
  background-size: contain;
  display: inline-block;
  width: 27px;
  height: 27px;
  float: left;
  margin-right: 7px;
  margin-top: -2px;
}

.sprite-outils {
  background: url(../img/sprite-outils-bis.png) no-repeat top left;
}

.big .sprite-outils {
  background: url(../img/sprite-outils2-bis.png) no-repeat top left;
}

.outils-appel {
  background-position: 0 0;
  width: 28px;
  height: 30px;
}

.outils-contact {
  background-position: 0 -80px;
  width: 35px;
  height: 36px;
}

.outils-dialogue {
  background-position: 0 -166px;
  width: 28px;
  height: 27px;
}

.outils-document {
  background-position: 0 -243px;
  width: 28px;
  height: 33px;
}

.outils-evenement {
  background-position: 0 -326px;
  width: 28px;
  height: 28px;
}

.outils-sondage {
  background-position: 0 -404px;
  width: 31px;
  height: 30px;
}

.outils-formulaire {
  background-position: 4 -843px;
  width: 31px;
  height: 30px;
}

.outils-publication {
  background-position: 4 -884px;
  width: 31px;
  height: 30px;
}

.outils-tache {
  background-position: 0 -488px;
  width: 31px;
  height: 30px;
}

.outils-close {
  background-position: 0 -553px;
  width: 25px;
  height: 25px;
}

.outils-search {
  background-position: 0 -617px;
  width: 17px;
  height: 17px;
}

.outils-mini-appel {
  background-position: 0 -796px;
  width: 18px;
  height: 19px;
}

.outils-mini-dialogue {
  background-position: 0 -727px;
  width: 19px;
  height: 18px;
}

.outils-mini-taches {
  background-position: 0 -665px;
  width: 18px;
  height: 22px;
}

.big .outils-dialogue {
  background-position: 0 -146px;
  width: 28px;
  height: 27px;
}

.big .outils-document {
  background-position: 0 -223px;
  width: 28px;
  height: 33px;
}

.big .outils-evenement {
  background-position: 0 -306px;
  width: 28px;
  height: 28px;
}

.big .outils-sondage {
  background-position: 0 -384px;
  width: 31px;
  height: 30px;
}

.big .outils-formulaire {
  background-position: 0 -830px;
  width: 31px;
  height: 30px;
}

.big .outils-publication {
  background-position: 0 -894px;
  width: 31px;
  height: 30px;
}

.big .outils-tache {
  background-position: 0 -458px;
  width: 31px;
  height: 30px;
}

.outil-espaces2 {
  margin-bottom: 45px;
  margin-left: 10px;
}

.big .outil-espaces2 {
  margin-bottom: 0px;
  margin-left: 0px;
}

/* END SPRITE */
.icon-agrandir-reduire {
  background-position: 0 -78px;
  width: 18px;
  height: 18px;
}

.big .icon-agrandir-reduire {
  background-position: 0 -1206px;
  width: 18px;
  height: 17px;
}

.icon-calendrier {
  background-position: 0 -1273px;
  width: 21px;
  height: 21px;
}

.icon-document {
  background-position: 22px -199px;
  width: 51px;
  height: 58px;
}

.icon-tache {
  background-position: 0 -1344px;
  width: 17px;
  height: 17px;
}

.icon-dialogue {
  background-position: 42px -1316px;
}

.icon-evenement {
  background-position: 42px -1316px;
}

.big .icon-document {
  background-position: 22px -199px;
  width: 51px;
  height: 58px;
}

.big .icon-tache {
  background-position: 42px -1316px;
}

.big .icon-dialogue {
  background-position: 42px -1316px;
}

.big .icon-evenement {
  background-position: 42px -1316px;
}

.icon-taches2 {
  background: url(../img/icon/icon-taches.png) no-repeat 0 0 transparent;
  width: 22px;
  height: 28px;
}

.titre_principal .icon-taches2 {
  margin: 15px 13px 0 0;
  float: left;
}

.icon-mesevenements {
  background: url(../img/icon/icon-evenement-medium.png) no-repeat 0 0 transparent;
  width: 25px;
  height: 25px;
}

.titre_principal .icon-mesevenements {
  margin: 15px 13px 0 0;
  float: left;
}

.icon-mespublications {
  background: url(../img/icon/icon-mespublications.png) no-repeat 0 0 transparent;
  width: 25px;
  height: 25px;
}

.titre_principal .icon-mespublications {
  margin: 15px 13px 0 0;
  float: left;
}

.icon-profil {
  background: url(../img/icon/icon-profil.png) no-repeat 0 0 transparent;
  width: 24px;
  height: 25px;
}

.titre_principal .icon-profil {
  margin: 12px 11px 0 0;
  float: left;
}

.icon-enregistrer {
  background: url(../img/icon/icon-enregistrer.png) no-repeat 0 0 transparent;
  width: 16px;
  height: 19px;
}

.titre_principal .icon-enregistrer {
  margin: 14px 11px 0 0;
  float: left;
}

.icon-exp-pro {
  background: url(../img/icon/icon-exp-pro.png) no-repeat 0 0 transparent;
  width: 20px;
  height: 24px;
  margin: 0 12px 0 0;
  float: left;
}

.input_plus {
  background: url(../img/icon/input_plus.png) no-repeat center center transparent;
  border: 0;
}

.bg_vert {
  background-color: #00927f;
}

.input_plus.bg_vert {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 0;
}

.input_date {
  background: url(../img/icon/input_date.png) no-repeat 93px 12px transparent;
}

.menu-mesespaces {
  background-position: 1px -1560px;
  float: left;
  margin-right: 16px;
  margin-top: 13px;
  width: 23px;
}

.menu-monprofil {
  background-position: 1px -1857px;
  float: left;
  margin-right: 13px;
  margin-top: 12px;
  width: 25px;
}

.menu-mescontacts {
  float: left;
  margin-right: 12px;
  margin-top: 14px;
}

.menu-mesevenements {
  background-position: 1px -1633px;
  float: left;
  margin-right: 9px;
  margin-top: 10px;
  width: 29px;
}

.menu-mestaches {
  float: left;
  margin-right: 10px;
  margin-top: 12px;
  width: 28px;
  background-position: 4px -1711px;
}

.menu-mestransferts {
  float: left;
  margin-right: 10px;
  margin-top: 12px;
}

.icon-rechercher {
  border: 0 none;
  text-indent: -99999px;
  text-transform: capitalize;
  background-color: #00927f;
  width: 36px;
  margin-left: 11px;
  height: 30px;
  background-position: 10px -1133px;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.07);
}

.icon-mesespaces {
  margin-right: 13px;
}

.corinne-roussel {
  background-position: 7px 14px;
  height: auto;
}

.icon-archives {
  margin-right: 8px;
}

.icon-calendrier {
  background-position: 9px -1271px;
  height: auto;
  width: auto;
}

.big .icon-calendrier {
  background-position: 22px -307px;
  width: 52px;
  height: 52px;
}

.big .icon-calendrier {
  height: auto;
  width: auto;
}

.icon-taches {
  background-position: 9px -1341px;
  height: auto;
}

.icon-document, .big .icon-document {
  height: auto;
  width: auto;
}

.shapeshift {
  position: relative;
}

.shapeshift > div {
  position: absolute;
  height: 180px;
  width: 180px;
}

.shapeshift > div[data-ss-colspan="2"] {
  width: 380px;
  height: 380px;
}

.inner_bloc .shapeshift > div {
  height: 42px;
}

.inner_bloc .shapeshift > div[data-ss-colspan="2"] {
  width: 180px;
  height: 42px;
}

.shapeshift > .ss-placeholder-child {
  background: #f6f5f5;
  border: 1px dashed #8a8a8a;
}

#msg-info {
  display: none;
}

#msg-info > p {
  font-weight: 300;
  margin-left: 10px;
  margin-top: 20px;
  text-align: center;
  color: white;
}

/* INNER BLOC */
.bloc_evenement ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bloc_evenement ul li {
  list-style: none outside none;
  margin: 0;
  width: 100%;
  padding: 10px 0 10px 20px;
  margin: 0;
  cursor: pointer;
  background-color: white;
  border-top: 1px solid #dfe0e0;
  display: inline-table;
  position: relative;
}

.bloc_evenement ul li:first-child {
  border: 0;
}

.bloc_evenement ul li:hover {
  background-color: #f0f4f7;
}

.bloc_evenement .date {
  background: url("../img/picto_calendrier.png") no-repeat scroll center 0 transparent;
  text-align: center;
  float: left;
  width: 41px;
  padding: 10px 0 0 0;
}

.bloc_evenement .to_check {
  float: left;
  width: 54px;
  padding-top: 9px;
}

.bloc_evenement .tache > .bloc_haut_tache .nom_espace {
  float: left;
  width: 100%;
  padding-left: 31px;
  color: #CD3636;
  font-size: 12px;
}

.bloc_evenement .tache > .bloc_haut_tache .date_echeance {
  float: left;
  width: 100%;
  padding-left: 31px;
  font-size: 12px;
}

.bloc_evenement .tache > .bloc_haut_tache .date_echeance > .subtitle-date {
  float: left;
  color: var(--v-info-base);
}

.bloc_evenement .tache > .detail_tache .ajouter_etat {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 5px 2px;
}

.bloc_evenement .tache > .detail_tache .ajouter_etat .ajouter-etat__text--state {
  margin-left: 10px;
  color: #707070;
  margin-top: 8px;
  font-size: 15px;
  float: left;
  cursor: pointer;
}

.bloc_evenement .tache > .detail_tache .owner-task {
  padding-top: 5px;
  cursor: pointer;
  float: left;
  margin-left: 10px;
  font-weight: 400;
  width: 70%;
  font-style: normal;
  height: 30px;
  border: 0 none;
  color: var(--v-primary-base);
}

.bloc_evenement .tache > .detail_tache .owner-task > span {
  color: var(--v-info-base);
}

.bloc_evenement .tache > .detail_tache .ajouter_assignation,
.bloc_evenement .tache > .detail_tache .ajouter_validateur,
.bloc_evenement .tache > .detail_tache .ajouter_estimation,
.bloc_evenement .tache > .detail_tache .document {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 2px;
  padding: 5px 2px;
}

.bloc_evenement .tache > .detail_tache .ajouter_assignation .ajouter-assignation__text-describe,
.bloc_evenement .tache > .detail_tache .document .ajouter-document__text-describe,
.bloc_evenement .tache > .detail_tache .ajouter_estimation .ajouter-estimation__text-describe,
.bloc_evenement .tache > .detail_tache .ajouter_validateur .ajouter-validateur__text-describe {
  padding-top: 5px;
  cursor: pointer;
  float: left;
  margin-left: 10px;
  font-weight: 400;
  width: 70%;
  font-style: normal;
  height: 30px;
  border: 0 none;
  color: #707070;
}

.bloc_evenement .tache > .detail_tache .ajouter_assignation .ajouter-assignation__task--receiver {
  float: left;
  margin-left: 45px;
  width: 100%;
  color: var(--v-info-base);
}

.bloc_evenement .tache > .detail_tache .ajouter_priorite {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 5px 2px;
}

.bloc_evenement .tache > .detail_tache .ajouter_priorite .ajouter-priorite__text-describe {
  margin-left: 10px;
  color: #707070;
  margin-top: 8px;
  font-size: 15px;
  float: left;
  cursor: pointer;
}

.bloc_evenement .tache > .detail_tache .ajouter_couleur {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 5px 2px;
}

.bloc_evenement .tache > .detail_tache .ajouter_couleur .ajouter-couleur__text-describe {
  margin-left: 10px;
  color: #707070;
  margin-top: 8px;
  font-size: 15px;
  float: left;
  cursor: pointer;
}

.pj_evenement {
  background: url("../img/picto_pj.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 20px;
  height: 22px;
  margin-top: 15px;
  float: left;
  margin-right: 37px;
  transform-origin: center center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pj_evenement:hover, .loupe:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.loupe {
  background: url("../img/picto_loupe.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  margin-top: 15px;
  margin-left: 6px;
}

.bloc_evenement .date b {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 3px;
}

.bloc_evenement .date span {
  color: #979b9d;
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

.bloc_evenement .infos {
  float: left;
}

.bloc_evenement .utilities {
  float: right;
  max-width: 362px;
}

.bloc_evenement .titre_evenement {
  color: #8f9399;
  font-size: 9.66px;
  line-height: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.bloc_evenement .nom_evenement {
  color: #00927f;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.nom_evenement.today {
  color: #ed5565;
}

.bloc_evenement .date_evenement {
  color: #606366;
  font-size: 14px;
  display: block;
  line-height: 14px;
}

#mes_taches .bloc_evenement p {
  padding-left: 54px;
  padding-right: 87px;
  margin-top: 15px;
}

.bloc_evenement p {
  font-size: 12px;
  color: #8f9399;
  font-weight: 400;
}

.timezone {
  font-size: 10px;
  color: #333333;
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn_vert {
  padding: 0 14px;
  height: 24px;
  line-height: 24px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #00917f;
  color: white;
  font-size: 11px;
  display: inline-block;
  margin-top: 1px;
}

.btn_vert.big {
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #00917f;
  color: white;
  font-size: 17.5px;
  display: inline-block;
  margin-top: 1px;
  font-weight: 400;
}

.btn_vert:hover {
  color: white;
}

.btn_gris {
  padding: 0 14px;
  height: 24px;
  line-height: 24px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #c0c3c6;
  color: white;
  font-size: 11px;
  display: inline-block;
  margin-top: 1px;
}

.btn_gris.big {
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #c0c3c6;
  color: white;
  font-size: 17.5px;
  display: inline-block;
  margin-top: 1px;
  font-weight: 400;
}

.btn_gris:hover {
  color: white;
}

.btn_blanc {
  padding: 0 14px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #979b9d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  font-size: 11px;
  display: inline-block;
  color: #989b9d;
}

.btn_blanc:hover {
  color: #989b9d;
}

.bloc_evenement .btn_vert {
  float: left;
  margin-top: 16px;
  margin-right: 6px;
}

.bloc_evenement .btn_blanc {
  float: left;
  margin-top: 15px;
}

/* /INNER BLOC */
.white {
  background-color: white;
}

.bg_white {
  background-color: white;
  margin: 0 23px;
  padding: 19px 15px;
  margin-bottom: 11px;
}

.nopadding {
  padding: 0;
}

.usual_margin {
  margin: 0 23px 11px;
}

.ta_right {
  text-align: right;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.square {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.center {
  text-align: center;
}

#mon_profil_top {
  padding-bottom: 50px;
}

#mon_profil_top .col-sm-6 {
  padding-top: 33px;
}

#mon_profil_top #personne, #mon_profil_consultation_top #personne {
  color: #007363;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 18px;
}

#mon_profil_consultation_top #personne {
  margin-top: 0;
}

#mon_profil_top #personne b, #mon_profil_consultation_top #personne b {
  font-weight: 400;
}

#mon_profil_top .col-sm-6.center div {
  width: 188px;
  display: inline-block;
  position: relative;
}

#mon_profil_top .col-sm-6 div #picto_profil_big {
  position: absolute;
  right: -1px;
  bottom: 16px;
}

#form_profil label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: right;
  line-height: 40px;
  float: left;
  width: 95px;
  margin-bottom: 0;
}

#mon_profil_top input {
  float: left;
  width: 60%;
}

#mon_profil_top input.short_input {
  width: 143px;
}

#mon_profil_top form {
  padding-top: 17px;
}

#mon_profil_top form > div {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
}

#mon_profil_consultation_top p {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  font-weight: 400;
  line-height: 22px;
}

#mon_profil_consultation_top p b, #mon_profil_consultation_top p b a {
  color: black;
}

#status div {
  float: right;
}

#status p {
  color: #7a7a7a; /* text color */
  font-size: 12.5px;
  line-height: 17px;
  margin-bottom: 10px;
  margin-top: 60px;
  margin-right: 15px;
  text-align: right;
  font-weight: 500;
}

#status span {
  font-size: 11.5px;
  font-weight: 400;
  float: right;
  margin-right: 15px;
  display: block;
}

#status .dispo_vert {
  background: url("../img/disponible.png") no-repeat scroll 0 center transparent;
  color: #00594e;
  padding-left: 16px;
}

#mon_profil_bottom form .input_date {
  width: 120px;
}

input[type=text].stylised {
  height: 40px;
  background-color: #ededed;
  line-height: 40px;
  padding: 0 10px;
  color: #666666;
  border: 0;
  border-radius: 0;
}

input[type=password].stylised {
  height: 40px;
  background-color: #ededed;
  line-height: 40px;
  padding: 0 10px;
  color: #666666;
  border: 0;
  border-radius: 0;
}

.ta_center {
  text-align: center;
}

#mon_profil_bottom ul {
  margin: 10px 0 0 0;
  padding: 0;
}

#mon_profil_bottom ul li {
  margin: 0;
  padding: 0 0 0 26px;
  list-style: none outside none;
  background: url("../img/puce_li.png") no-repeat scroll 8px center #f3fcfb;
  min-height: 31px;
  line-height: 31px;
}

#mon_profil_bottom ul li.white {
  background-color: white;
}

#mon_profil_bottom ul li p {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  color: #676767;
  max-width: 79%;
}

#mon_profil_bottom ul li b {
  color: #00927f;
}

#mon_profil_bottom #fonction {
  width: 188px;
}

#mon_profil_bottom #employeur {
  width: 223px;
}

#mon_profil_bottom input.stylised[type=text] {
  margin-right: 11px;
  float: left;
  margin-bottom: 11px;
  border-radius: 0;
}

#mon_profil_bottom h3 {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 18px;
}

.picto_supprimer {
  background: url("../img/picto_supprimer.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 7px;
  margin-right: 11px;
  margin-left: 15px;
}

.picto_ecrire {
  background: url("../img/picto_ecrire.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 7px;
}

.checkbox_date {
  width: 30px;
  height: 30px;
  background: url("../img/checkbox_date.png") no-repeat scroll 0 0 transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.checkbox_date.checked {
  background: url("../img/checkbox_date_on.png") no-repeat scroll 0 0 transparent;
}

.checkbox_date_small {
  width: 30px;
  height: 30px;
  background: url("../img/checkbox_date_small.png") no-repeat scroll 0 0 transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.checkbox_date_small.checked {
  background: url("../img/checkbox_date_small_on.png") no-repeat scroll 0 0 transparent;
}

.titre_principal .checkbox_date_small {
  float: left;
  margin-top: 16px;
}

.bloc_evenement .whois {
  float: right;
}

.whois {
  display: inline-block;
}

.whois .fl_left {
  display: inline-block;
  margin-right: 12px;
}

.whois a {
  font-size: 10.5px;
  color: #666666;
  display: inline-block;
  line-height: 13px;
}

.whois a b {
  display: block;
}

#mes_taches .bloc_evenement ul li {
  padding-top: 30px;
  padding-bottom: 30px;
}

#mes_taches .whois {
  width: 258px;
}

#mesevenements2 .bloc_evenement h2 {
  color: #007364;
  font-size: 21.5px;
  line-height: 46px;
}

.bloc_evenement h2 span {
  font-size: 13px;
  font-weight: 400;
  color: #787a7c;
}

.bloc_evenement h2 a {
  float: right;
  margin-right: 17px;
  color: #989b9d;
  font-size: 17.5px;
  font-weight: 300;
}

.bloc_evenement h2 a i {
  float: left;
  margin: 16px 6px 0 0;
}

#mesevenements2 iframe {
  padding-right: 0;
}

#above_carte {
  display: inline-block;
  width: 45px;
  height: 44px;
  background: url("../img/above_carte.png") no-repeat scroll 0 0 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.icon-plus-small {
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url("../img/icon-plus-small.png") no-repeat scroll 0 0 transparent;
}

#mesevenements2_top {
  position: relative;
}

#mesevenements2_top .white .col-sm-8 {
  padding: 8px 0 8px 22px;
}

#mesevenements2_top .white .col-sm-4 {
  padding-right: 0;
}

#mesevenements2_top .date-big {
  margin-right: 23px;
  float: left;
}

#mesevenements2_top #date_evenement {
  font-size: 16px;
  color: #606366;
  display: block;
  font-weight: 400;
}

#mesevenements2_top #date_evenement b {
  font-weight: 700;
}

#mesevenements2_top #lieu_evenement {
  font-size: 14px;
  color: #666666;
  display: block;
  font-weight: 500;
  margin-top: 6px;
}

#mesevenements2_top .titre_principal h2 {
  margin-bottom: 10px;
}

.icon-pin {
  display: inline-block;
  background: url("../img/icon/icon-pin.png") no-repeat scroll 0 0 transparent;
  width: 6px;
  height: 12px;
  margin-right: 7px;
}

.icon-document {
  display: inline-block;
  background: url("../img/icon/icon-document.png") no-repeat scroll 0 0 transparent;
  width: 19px;
  height: 21px;
}

.icon-interogatif {
  display: inline-block;
  background: url("../img/icon/icon-interogatif.png") no-repeat scroll 0 0 transparent;
  width: 19px;
  height: 21px;
}

#mesevenements2_top #details_evenement {
  float: left;
  height: 68px;
}

#mesevenements2_top p#organisateur {
  clear: both;
  color: #666666;
  margin: 75px 0 5px;
}

#mesevenements2_top p#organisateur b {
  color: #2a877b;
  font-weight: 600;
}

#mesevenements2_inviter .profil {
  float: left;
  width: 29px;
  text-align: center;
  margin-right: 13px;
}

#mesevenements2_inviter ul li b {
  display: block;
  color: #00927f;
  font-size: 16px;
  font-weight: 300;
}

#mesevenements2_inviter ul li b span {
  font-weight: 400;
}

#mesevenements2_inviter .presence {
  float: right;
  margin-right: 18px;
  margin-top: 4px;
  min-width: 71px;
  text-align: center;
}

#mesevenements2_inviter .personne {
  line-height: 16px;
  float: left;
}

#mesevenements2_inviter .bloc_evenement ul li {
  padding-left: 0;
}

#mesevenements2_document table {
  background-color: white;
  width: 100%;
}

#mesevenements2_document table td {
  padding: 14px 11px;
  border-left: 1px solid #e5eaec;
}

#mesevenements2_document table td:first-child {
  border: 0;
}

#mesevenements2_document table tr {
  border-bottom: 2px solid #e5eaec;
}

#mesevenements2_document .icon-document {
  float: left;
}

#mesevenements2_document table a {
  color: #808284;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  margin-left: 10px;
  margin-top: -3px;
}

#mesevenements2_document table p {
  font-size: 11px;
  color: #808284;
  margin-top: 10px;
}

/* CONNEXION */
body.connexion {
  background-color: #007364;
  padding-top: 37px;
  height: auto;
  min-height: 100%;
  position: relative;
}

body.connexion .wrapper {
  text-align: center;
}

.connexion #logo_big {
  margin: 0 auto 23px;
  display: block;
}

body.connexion p.intro {
  font-weight: 300;
  color: white;
  line-height: 25px;
  font-size: 25px;
}

body.connexion p.intro_small {
  font-weight: 400;
  color: white;
  line-height: 21px;
  font-size: 15px;
}

#connexion2 .wrapper form {
  width: 391px;
  margin: 26px auto 0;
}

#connexion2 .wrapper form input[type=text] {
  width: 391px;
  height: 48px;
  background-color: #fff; /* color overlay */
  line-height: 48px;
  font-weight: 400;
  font-size: 17px;
  padding-left: 49px;
  border: 0;
  margin-bottom: 2px;
  color: #777777;
  border-radius: 0;
}

#connexion2 label {
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
}

input.error {
  position: relative;
  color: #a23535 !important;
}

input.error > span:before {
  position: absolute;
  right: 12px;
  top: 17px;
  height: 15px;
  width: 15px;
  content: " ";
  display: inline-block;
  background: url("../img/picto_error.png") no-repeat scroll 0 0 transparent;
}

body.connexion form .checkbox_connexion {
  float: left;
  cursor: pointer;
}

body.connexion footer {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
  background-color: #075f54;
  height: 91px;
}

body.connexion footer p {
  color: #049380;
  font-size: 11px;
  font-weight: 300;
  margin-top: 15px;
}

body.connexion input#adresse_email {
  background: url("../img/icon/icon-input-email.png") no-repeat scroll 14px center transparent;
}

body.connexion input#mot_de_passe {
  background: url("../img/icon/icon-input-password.png") no-repeat scroll 15px center transparent;
}

.checkbox_connexion {
  background: url("../img/checkbox_connexion.png") no-repeat scroll 0 0 transparent;
  width: 23px;
  height: 24px;
  margin-right: 12px;
}

.checkbox_connexion.checked {
  background: url("../img/checkbox_connexion_on.png") no-repeat scroll 0 0 transparent;
}

.checkbox_connexion2 {
  background: url("../img/checkbox_connexion2.png") no-repeat scroll 0 0 transparent;
}

.checkbox_connexion2.checked {
  background: url("../img/checkbox_connexion_on2.png") no-repeat scroll 0 0 transparent;
}

.checkbox_bleu {
  background: url("../img/checkbox_connexion_bleu.png") no-repeat scroll 0 0 transparent;
}

.checkbox_bleu.checked {
  background: url("../img/checkbox_connexion_onbleu.png") no-repeat scroll 0 0 transparent;
}

.checkbox_bleu_petit {
  background: url("../img/checkbox_connexion_bleu_petit.png") no-repeat scroll 0 0 transparent;
}

.checkbox_bleu_petit.checked {
  background: url("../img/checkbox_connexion_onbleu_petit.png") no-repeat scroll 0 0 transparent;
}

.checkbox_noir {
  background: url("../img/checkbox_connexion_noir.png") no-repeat scroll 0 0 transparent;
}

.checkbox_noir.checked {
  background: url("../img/checkbox_connexion_onnoir.png") no-repeat scroll 0 0 transparent;
}

.checkbox_noir_moyen {
  background: url("../img/checkbox_connexion_noir_moyen.png") no-repeat scroll 0 0 transparent;
}

.checkbox_noir_moyen.checked {
  background: url("../img/checkbox_connexion_onnoir_moyen.png") no-repeat scroll 0 0 transparent;
}

.checkbox_vert {
  background: url("../img/checkbox_connexion_vert.png") no-repeat scroll 0 0 transparent;
}

.checkbox_vert.checked {
  background: url("../img/checkbox_connexion_onvert.png") no-repeat scroll 0 0 transparent;
}

.checkbox_vert_small {
  background: url("../img/checkbox_vert.png") no-repeat scroll 0 0 transparent;
  float: left;
}

.checkbox_vert_small.checked {
  background: url("../img/checkbox_vert_on.png") no-repeat scroll 0 0 transparent;
  float: left;
}

.checkbox_gris {
  background: url("../img/checkbox_gris.png") no-repeat scroll 0 0 transparent;
  float: left;
}

.checkbox_gris.checked {
  background: url("../img/checkbox_gris_on.png") no-repeat scroll 0 0 transparent;
  float: left;
}

body.connexion #minscrire {
  width: 291px;
  height: 48px;
  background: url("../img/icon/icon-envelop-white.png") no-repeat scroll 37px center #008f7c;
  line-height: 48px;
  font-weight: 700;
  font-size: 17px;
  border: 0;
  margin-bottom: 2px;
  color: white;
  padding-left: 78px;
  text-align: left;
  border-radius: 0;
}

#lost_password {
  color: white;
  font-size: 14.5px;
  font-weight: 300;
  padding-top: 8px;
  display: inline-block;
  cursor: pointer;
  width: 162px;
}

#lost_password i {
  float: right;
  margin: 4px 0 0 0;
  cursor: pointer;
}

.modal-header {
  background-color: #e5e5e5;
  padding: 10px;
  border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px 6px;
}

.modal-header h4 {
  font-size: 20px;
  color: #007364;
  font-weight: 400;
  text-align: center;
}

.icon-close-modal {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../img/icon/icon-close-modal.png") no-repeat scroll 0 0 transparent;
}

button.close {
  padding-top: 5px;
}

.modal-body form {
  width: 100% !important;
  text-align: center;
}

#myModalLostPassword .modal-body {
  padding-top: 42px;
  padding-bottom: 42px;
}

#myModalLostPassword p {
  font-size: 16px;
  color: #595959;
  font-weight: 500;
  line-height: 19px;
}

#myModalLostPassword input[type=text]:not(.iinput) {
  width: 391px;
  height: 48px;
  line-height: 48px;
  color: #007364;
  font-size: 17px;
  padding-left: 50px;
  padding-right: 10px;
  border: 0;
  margin: 35px 0;
  background: url("../img/icon/icon-input-email.png") no-repeat scroll 14px center #e6e6e6;
  border-radius: 0;
}

#myModalLostPassword input[type=submit]:not(.iinput) {
  width: 319px;
  height: 37px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #007363;
  text-align: center;
  line-height: 37px;
  color: white;
  font-size: 17px;
  font-weight: 500;
  border: 0;
}

body.connexion .icon-portrait {
  background: url("../img/icon/icon-portrait.png") no-repeat scroll 13px center transparent;
}

body.connexion .icon-employeur {
  background: url("../img/icon/icon-employeur.png") no-repeat scroll 14px center transparent;
}

body.connexion .icon-fonction {
  background: url("../img/icon/icon-fonction.png") no-repeat scroll 17px center transparent;
}

body.connexion .icon-mail {
  background: url("../img/icon/icon-input-email.png") no-repeat scroll 14px center transparent;
}

body.connexion .icon-password {
  background: url("../img/icon/icon-input-password.png") no-repeat scroll 14px center transparent;
}

#connexion2 label span {
  cursor: pointer;
  text-decoration: underline;
}

#connexion2 input[type=submit] {
  text-align: center;
  font-size: 21.5px;
  width: 184px;
  height: 37px;
  line-height: 37px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #008f7b;
  color: white;
  border: 0;
}

#connexion2 input[type=button] {
  text-align: center;
  font-size: 21.5px;
  width: 184px;
  height: 37px;
  line-height: 37px;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #008f7b;
  color: white;
  border: 0;
}

#myModalCgu p {
  font-weight: 500;
  color: #595959;
  text-align: left;
  font-size: 13px;
}

#connexion2 #toscroll {
  max-height: 550px;
  margin-bottom: 15px;
}

/* .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color:#007364 !important;
	width:6px !important;
} */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px !important;
  background-color: #e8e8e8 !important;
}

body#connexion3 #bienvenue {
  font-weight: 70px;
  font-size: 33px;
  color: white;
  margin-top: 2px;
  margin-bottom: 8px;
  display: inline-block;
}

body#connexion3 .intro {
  font-size: 20px;
  font-weight: 400;
}

#img_selector {
  width: 313px;
  height: 248px;
  position: relative;
  margin: 31px auto 37px;
  padding-top: 82px;
}

#img_selector #img_selected {
  margin: 0 auto;
  display: block;
}

#img_selector .miniatures img {
  transform-origin: center center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#img_selector .miniatures:hover img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

#img_selector #img_selector1 {
  position: absolute;
  top: 93px;
  left: 4px;
}

#img_selector #img_selector2 {
  position: absolute;
  top: 170px;
  left: 0;
}

#img_selector #img_selector3 {
  position: absolute;
  top: 28px;
  left: 48px;
}

#img_selector #img_selector4 {
  position: absolute;
  top: 0px;
  left: 123px;
}

#img_selector #img_selector5 {
  position: absolute;
  top: 29px;
  left: 202px;
}

#img_selector #img_selector6 {
  position: absolute;
  top: 94px;
  left: 248px;
}

#img_selector #img_selector7 {
  position: absolute;
  top: 170px;
  left: 248px;
}

body#connexion3 input[type=button] {
  width: 201px;
  height: 37px;
  background-color: #a3a3a3 !important;
  line-height: 37px;
  color: white;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  border: 0;
  margin: 0 6px;
  border-radius: 0;
}

.icon-prendre-photo {
  background: url("../img/icon/icon-prendre-photo.png") no-repeat scroll 13px center transparent;
  padding-left: 47px;
}

.icon-photo-local {
  background: url("../img/icon/icon-photo-local.png") no-repeat scroll 16px center transparent;
  padding-left: 50px;
}

body#connexion3 input[type=submit] {
  width: 201px;
  height: 37px;
  background-color: #008f7b;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 37px;
  color: white;
  border: 0;
  margin-top: 23px;
  border-radius: 0;
}

/* /CONNEXION */
/* RECHERCHE */
#rechercher_container {
  background: white;
  max-height: 80%;
  border-radius: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#rechercher_container {
  background: white;
  max-height: 80%;
  border-radius: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#recherche_results {
  overflow: auto;
  max-height: 80%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 47px;
  background-color: white;
  display: none;
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.75);
}

#recherche_results h3 {
  height: 42px;
  line-height: 42px;
  background-color: #f0f4f7;
  color: #5f6365;
  font-weight: 300;
  font-size: 18px;
  padding-left: 23px;
}

h2:not(.ic-header).title_bar {
  height: 59px;
  line-height: 59px;
  background-color: white;
}

h2:not(.ic-header).title_bar > i {
  margin-left: 23px;
}

h2:not(.ic-header).title_bar a {
  float: right;
  margin-right: 28px;
  color: #666;
  font-weight: 300;
  font-size: 17.5px;
}

.icon-fermer {
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url("../img/icon/icon-fermer.png") no-repeat scroll 0 0 transparent;
}

h2.title_bar .icon-fermer {
  float: left;
  margin-right: 8px;
  margin-top: 20px;
}

.creation_espace .icon-enregistrer:before {
  color: #e0dfdf;
  content: "|";
  display: inline-block;
  font-style: normal;
  height: 20px;
  position: absolute;
  right: -110px;
  top: -19px;
  width: 1px;
}

.icon-loupe-big {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/icon/icon-loupe-big.png") no-repeat scroll 0 0 transparent;
}

.icon-pj-big {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/picto_pj.png") no-repeat scroll 0 0 transparent;
}

.icon-check-big {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/icon/icone-valid.png") no-repeat scroll 0 0 transparent;
}

.icon-document-big {
  display: inline-block;
  width: 54px;
  height: 62px;
  background: url("../img/icon/icon-document-big.png") no-repeat scroll 0 0 transparent;
}

.icon-stat-big {
  display: inline-block;
  width: 62px;
  height: 62px;
  background: url("../img/icon/icon-stat-big.png") no-repeat scroll 0 0 transparent;
}

.icon-dialogue-big {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/icon/icon-dialogue.png") no-repeat scroll 0 0 transparent;
}

.icon-evenement-big {
  display: inline-block;
  width: 54px;
  height: 62px;
  background: url("../img/icon/icon-evenement.png") no-repeat scroll 0 0 transparent;
}

.icon-tache-big {
  display: inline-block;
  width: 54px;
  height: 62px;
  background: url("../img/icon/icon-taches.png") no-repeat scroll 0 0 transparent;
}

.icon-publication {
  display: inline-block;
  width: 54px;
  height: 62px;
  background: url("../img/icon/icon-mespublications.png") no-repeat scroll 0 0 transparent;
}

h2.title_bar .icon-loupe-big {
  float: left;
  margin-right: 13px;
  margin-top: 16px;
}

#recherche_results ul {
  margin: 0;
  padding: 0;
}

#recherche_results ul li {
  margin: 0;
  list-style: none outside none;
  display: inline-table;
  width: 100%;
  position: relative;
}

#recherche_results ul li:hover {
  cursor: pointer;
  background-color: #f1f6f8;
}

#recherche_results .icon-document-big {
  float: left;
  margin-right: 24px;
}

#recherche_results li .icon-loupe-big {
  float: right;
  margin-right: 50px;
  margin-top: 25px;
}

#recherche_results .intel {
  float: left;
}

#recherche_results .intel .titreInfo {
  color: black;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
  padding-top: 2px;
  line-height: 15px;
}

#recherche_results .intel a {
  color: #00927f;
  font-size: 15px;
  font-weight: 400;
  display: block;
  line-height: 15px;
}

#recherche_results .intel .location {
  color: #606366;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

#recherche_results .intel .update {
  color: #606366;
  font-size: 10px;
  font-weight: 400;
  display: block;
}

#recherche_results .intel p {
  font-weight: 400;
  color: #8f9399;
  font-size: 11px;
  display: block;
  margin-top: 2px;
}

/* / RECHERCHE */
#affiche_actu {
  position: absolute;
  z-index: 301;
  left: 0;
  right: 0;
  top: 47px;
  background-color: white;
  display: none;
}

/* RECHERCHE DETAILS */
.icon-earth {
  display: inline-block;
  width: 57px;
  height: 45px;
  background: url("../img/icon/icon-earth.png") no-repeat scroll 0 0 transparent;
}

.action_bar {
  background-color: white;
  padding: 15px 20px;
}

.action_bar a.action {
  color: #666;
  float: right;
  font-size: 17.5px;
  font-weight: 300;
  margin-top: 17px;
}

.action_bar a.action .icon-fermer {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}

.action_bar i {
  float: left;
}

.action_bar .introduction-header {
  float: left;
}

.action_bar .introduction-header div {
  margin-left: 12px;
  float: left;
  max-width: 415px;
}

.action_bar .introduction-header .update {
  font-weight: 400;
  font-size: 11px;
  color: #606366;
  line-height: 11px;
  display: block;
  margin-top: -5px;
}

.action_bar .introduction-header .titre {
  font-weight: 500;
  font-size: 17.5px;
  color: #3bafda;
  display: block;
  margin-bottom: 4px;
}

.action_bar .introduction-header .categories {
  font-weight: 700;
  font-size: 12px;
  color: #606366;
  display: block;
  float: left;
  margin-right: 11px;
}

.action_bar .introduction-header span.tag {
  font-size: 11px;
  color: #676767;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
  padding: 0 10px;
  height: 18px;
  line-height: 18px;
  float: left;
}

.action_bar .whois {
  float: right;
  margin-right: 90px;
  margin-top: 10px;
}

.grey_bar {
  padding: 6px 20px;
  background-color: #f0f4f7;
  position: relative;
}

.grey_bar_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grey_bar_link_with_button {
  color: #666;
  float: right;
  font-size: 1.9rem;
  font-weight: 300;
  margin-right: 30px;
  cursor: pointer;
}

#content_area {
  background-color: white;
  padding: 23px 23px;
}

#content_area h1 {
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #666666;
  margin: 0 0 10px 0;
}

#content_area p {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}

.btn_invisible {
  height: 24px;
  line-height: 21px;
  border: 1px solid #979b9d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 13px;
  font-weight: 400;
  font-size: 11px;
  color: #676767;
  margin-right: 4px;
  display: inline-block;
  position: relative;
}

.btn_invisible.active {
  color: white;
  background-color: #3bafda;
  border: 1px solid #3bafda;
  text-decoration: none;
}

.btn_invisible.active:before {
  background: url("../img/btn_invisible_active.png") no-repeat scroll center 0 transparent;
  bottom: -9px;
  content: " ";
  height: 11px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.btn_invisible:hover {
  text-decoration: underline;
  color: #676767;
}

.btn_invisible.active:hover {
  color: white;
}

.wSelect {
  /*z-index:1 !important;*/
}

.wSelect-theme-select_invisible {
  height: 24px;
  line-height: 21px;
  border: 1px solid #979b9d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0 0 13px;
  font-weight: 400;
  font-size: 11px;
  color: #676767;
  background: url("../img/arrow_select_invisble.png") no-repeat scroll right 0 transparent;
}

.wSelect-theme-select_invisible.wSelect-active {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.wSelect-theme-select_invisible .wSelect-arrow {
  background: none;
}

.wSelect-theme-select_invisible .wSelect-selected {
  margin: 0;
  padding: 0;
}

.wSelect-theme-select_invisible .wSelect-options-holder {
  background-color: #f0f4f7;
  border: 1px solid #979b9d;
  margin: 0 0 0 -1px;
  width: 100% !important;
}

.wSelect-theme-select_invisible .wSelect-options-holder .wSelect-options {
  max-height: 130px;
}

.wSelect-theme-select_invisible .wSelect-options-holder .wSelect-option {
  border-top: 1px solid #989b9d;
  margin-bottom: 0;
}

.wSelect-theme-select_invisible .wSelect-options-holder .wSelect-option:first-child {
  border: 0;
}

.wSelect-theme-select_invisible.type_sortie .wSelect-options-holder .wSelect-option {
  height: 23px;
  width: 98px;
}

.wSelect-theme-select_invisible .wSelect-options-holder .wSelect-option:hover {
  background-color: #dfe3e6;
}

.wSelect-theme-select_invisible .wSelect-options-holder {
  width: auto;
}

.icon-imprimer {
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url("../img/icon/icon-imprimer.png") no-repeat scroll 0 0 transparent;
}

.wSelect-theme-select_invisible.type_sortie {
  padding-left: 3px;
  width: 100px !important;
}

.resultats_recherche .type_sortie {
  float: right;
}

.resultats_recherche .icon-imprimer {
  float: right;
  margin-right: 15px;
  margin-top: 3px;
}

.resultats_recherche .type_sortie .wSelect-option-value {
  display: inline-block;
  padding-left: 21px;
  font-weight: 700;
  font-size: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-Odt {
  color: #2a5698;
  background: url("../img/icon/icon-odt.png") no-repeat scroll 0 center transparent;
}

.icon-Pdf {
  color: #e36a6a;
  background: url("../img/icon/icon-pdf.png") no-repeat scroll 0 center transparent;
}

.icon-Excel {
  color: #017f00;
  background: url("../img/icon/icon-excel.png") no-repeat scroll 0 center transparent;
}

.icon-Odf {
  color: #8ea61a;
  background: url("../img/icon/icon-odf.png") no-repeat scroll 0 center transparent;
}

.icon-Txt {
  color: #676767;
  background: url("../img/icon/icon-txt.png") no-repeat scroll 0 center transparent;
}

.icon-Csv {
  color: #519900;
  background: url("../img/icon/icon-csv.png") no-repeat scroll 0 center transparent;
}

.grey_bar h3 {
  padding: 0;
  font-size: 20px;
  line-height: 25px;
}

.grey_bar h3 a {
  color: #666;
  float: right;
  font-size: 14.5px;
  font-weight: 300;
  margin-right: 50px;
}

.grey_bar h3 a .icon-plus {
  float: left;
  margin-right: 7px;
  margin-top: 2px;
}

h3.blue {
  color: #3bafda;
}

.grey_bar .close {
  float: none;
  right: 18px;
  top: 3px;
  position: absolute;
  opacity: 1;
}

.listing_documents {
  background-color: white;
  padding: 15px 20px 0 20px;
}

.listing_documents a.titre {
  color: #808284;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  margin-left: 10px;
  margin-top: -3px;
}

.listing_documents > div > div > div {
  padding: 12px 14px;
  border: 1px solid #e6e6e6;
  margin-bottom: 18px;
  position: relative;
  cursor: pointer;
}

.listing_documents .icon-croix {
  position: absolute;
  top: 19px;
  right: 14px;
}

.icon-croix {
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url("../img/icon/icon-croix.png") no-repeat scroll 0 0 transparent;
}

.icon-participe {
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url("../img/icon/icon-participe.png") no-repeat scroll 0 0 transparent;
}

.icon-participe_non {
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url("../img/icon/icon-participe_non.png") no-repeat scroll 0 0 transparent;
}

.icon-enregistrer {
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url("../img/icon/icon-enregistrer.png") no-repeat scroll 0 0 transparent;
}

h2.title_bar .icon-document-medium {
  float: left;
  margin-right: 13px;
  margin-top: 15px;
}

h2.title_bar .icon-enregistrer {
  /*float:left;
  margin-right: 13px;
     margin-top: 19px;
  position:relative;*/
}

.creation_document .icon-enregistrer:before {
  color: #e0dfdf;
  content: "|";
  display: inline-block;
  height: 20px;
  right: -110px;
  position: absolute;
  top: -19px;
  width: 1px;
  font-style: normal;
}

.creation_document h2.title_bar {
  font-size: 20px;
  color: #454545;
}

fieldset.white {
  padding: 20px;
}

/* /RECHERCHE DETAILS */
/* CREATION DE DOCUMENT */
.icon-document-medium {
  display: inline-block;
  width: 26px;
  height: 30px;
  background: url("../img/icon/icon-document-medium.png") no-repeat scroll 0 0 transparent;
}

.form_usual label {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}

.form_usual input[type=text]:not(.iinput) {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #ededed;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  border: 0;
  border-radius: 0;
}

#creation_document input[type=text] {
  width: 100%;
}

#creation_tache .tagit-new input[type=text] {
  width: 100%;
}

#creation_document label#titre, #creation_document label#tag {
  margin-bottom: 10px;
}

#creation_document #tag_doc {
  min-height: 40px;
  line-height: 40px;
  padding: 2px 52px 2px 4px;
  background-color: #ededed;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  border: 0;
  width: 100%;
  display: inline-block;
  background-image: none;
}

#creation_document #tag_doc input[type=text] {
  height: 32px;
  line-height: 32px;
  float: left;
  background-image: none;
}

#creation_document form {
  margin: 0 -15px 0 -15px;
}

#tag_doc {
  margin: 0;
  padding: 0;
}

#tag_doc li {
  padding: 0;
  list-style: none outside none;
  display: inline-block;
  float: left;
  margin: 2px 0;
}

#tag_doc.import_multi li {
  margin-top: -7px;
}

#tag_doc li.tagit-choice span:before {
  content: "#";
}

/* Forked from a jQuery UI theme, so that we don't require the jQuery UI CSS as a dependency. */
.tagit-autocomplete.ui-autocomplete {
  position: absolute;
  cursor: default;
}

* html .tagit-autocomplete.ui-autocomplete {
  width: 1px;
} /* without this, the menu expands to 100% in IE6 */
.tagit-autocomplete.ui-menu {
  list-style-type: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

.tagit-autocomplete.ui-menu .ui-menu {
  margin-top: -3px;
}

.tagit-autocomplete.ui-menu .ui-menu-item a:before {
  content: "#";
}

.tagit-autocomplete.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.tagit-autocomplete.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}

.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-hover,
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.tagit-autocomplete.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  color: #222222;
}

.tagit-autocomplete.ui-corner-all, .tagit-autocomplete .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  z-index: 99999999;
}

.tagit-autocomplete .ui-state-hover, .tagit-autocomplete .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  font-weight: normal;
  color: #212121;
}

.tagit-autocomplete .ui-state-active {
  border: 1px solid #aaaaaa;
}

.tagit-autocomplete .ui-widget-content {
  border: 1px solid #aaaaaa;
}

.tagit .ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

#tag_doc li.tagit-choice {
  border: none;
  border-radius: 10%;
  background-color: white;
  color: #3a6c6f;
  font-weight: 500;
  font-size: 14px;
  margin-right: 2px;
  padding: 0 12px 0 12px;
  height: 32px;
  line-height: 32px;
  background-image: none;
}

#tag_doc.import_multi li.tagit-choice {
  padding: 0px;
  background: none;
  margin-right: 8px;
}

.ui-helper-hidden-accessible {
  display: none;
}

#tag_doc .tagit-close {
  display: inline-block;
  text-indent: -999999px;
  height: 14px;
  width: 14px;
  background: url("../img/croix_vide_verte.png") no-repeat scroll 0 0 transparent;
  background-size: 14px;
  margin: 9px 0 0 4px;
  float: right;
  cursor: pointer;
}

#tag_doc .ui-icon-close {
  height: 14px;
  width: 14px;
  background-image: none;
}

#tag_doc .ui-menu-item a.ui-state-focus {
  color: #96f226;
  border-radius: 3px;
  border-bottom-color: transparent;
}

.wSelect-theme-select_blue {
  height: 40px;
  line-height: 40px;
  padding: 0 62px 0 10px;
  background-color: #ededed;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  border: 0;
  width: 100% !important;
}

.wSelect-theme-select_blue .wSelect-arrow {
  background: url("../img/icon/icon-select-blue.png") no-repeat scroll 0 0 transparent;
  width: 52px;
}

.wSelect-theme-select_blue .wSelect-selected {
  font-size: 13px;
  color: #666666;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
}

.wSelect-theme-select_blue .wSelect-option:hover {
  background-color: white;
  color: #666;
}

.wSelect-theme-select_blue .wSelect-options-holder {
  width: 100%;
  background-color: white;
  color: black;
  border: 1px solid black;
}

.wSelect-theme-select_blue .wSelect-option {
  border-bottom: 1px solid #ccc;
}

.wSelect-options {
  height: 140px;
  min-height: 50px;
}

.wSelect-theme-select_blue .wSelect-option-value {
  font-size: 13px;
  height: 50px;
}

#fermer_creation_doc {
  margin-right: 22px;
}

.sondage_6c #fermer_creation_doc {
  margin-right: 0;
}

/* /CREATION DE DOCUMENT */
/* CREATION DE TACHES */
.icon-tache-medium {
  display: inline-block;
  width: 23px;
  height: 28px;
  background: url("../img/icon/icon-tache-medium.png") no-repeat scroll 0 0 transparent;
}

h2.title_bar .icon-tache-medium {
  float: left;
  margin-right: 7px;
  margin-top: 15px;
}

#creation_tache #tag_doc {
  min-height: 40px;
  line-height: 40px;
  padding: 2px 52px 2px 4px;
  background-color: #ededed;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  border: 0;
  width: 100%;
  display: inline-block;
  background-image: none;
}

#creation_tache #tag_doc input[type=text] {
  height: 32px;
  line-height: 32px;
  float: left;
  background-image: none;
}

.creation_tache .icon-enregistrer:before {
  color: #e0dfdf;
  content: "|";
  display: inline-block;
  font-style: normal;
  height: 20px;
  position: absolute;
  right: -110px;
  top: -19px;
  width: 1px;
}

.grey_textarea {
  background-color: #ededed;
  font-size: 13px;
  color: #666666;
  padding: 5px 10px;
  resize: none;
  border: 0;
  border-radius: 0;
}

#creation_tache .grey_textarea {
  min-height: 95px;
  width: 100%;
  margin-top: 18px;
}

.full_w {
  width: 100%;
}

#creation_tache #jour_tache {
  width: 40px;
  font-style: italic;
  margin-left: 14px;
  font-size: 13px;
  margin-right: 3px;
}

#creation_tache #mois_tache {
  width: 48px;
  font-style: italic;
  font-size: 13px;
  margin-right: 3px;
}

#creation_tache #annee_tache {
  width: 58px;
  font-style: italic;
  font-size: 13px;
  margin-right: 3px;
}

#creation_tache #moment_tache label, #creation_tache #moment_tache input {
  float: left;
}

#creation_tache .blue-calendar {
  float: left;
  margin-right: 29px;
}

.blue-calendar {
  display: inline-block;
  width: 52px;
  height: 40px;
  background: url("../img/blue-calendar.png") no-repeat scroll 0 0 transparent;
}

#creation_tache #heure_tache {
  width: 40px;
  font-style: italic;
  margin-left: 14px;
  font-size: 13px;
  margin-right: 3px;
}

#creation_tache #minute_tache {
  width: 48px;
  font-style: italic;
  font-size: 13px;
  margin-right: 3px;
}

.listing_participants {
  background-color: white;
  padding: 15px 20px 0 20px;
}

.listing_participants > div > div > div {
  border: 1px solid #e6e6e6;
  margin-bottom: 18px;
  padding: 12px 14px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.listing_participants > div > div > div:hover, .listing_documents > div > div > div:hover {
  background-color: #f0f4f7;
}

.listing_participants .icon-croix {
  float: right;
  margin-top: 14px;
}

.listing_participants .personne p {
  font-weight: 400;
  font-size: 12px;
  color: #828282;
  line-height: 15px;
}

.listing_participants .personne p span {
  color: #3bafda;
  font-weight: 400;
  font-size: 16px;
  display: block;
  line-height: 16px;
  margin-top: -3px;
}

.listing_participants .personne p span b {
  font-weight: 700;
}

/* /CREATION DE TACHES */
/* SONDAGE */
.sondage .icon-enregistrer:before {
  color: #e0dfdf;
  content: "|";
  display: inline-block;
  font-style: normal;
  height: 20px;
  position: absolute;
  right: -110px;
  top: -19px;
  width: 1px;
}

.italic {
  font-style: italic;
}

.grey_border {
  border: 1px solid #d7d8dd;
  display: inline-block;
  width: 100%;
  padding: 23px 14px;
}

#creation_sondage input[type=text] {
  width: 100%;
}

.icon-plus-blue {
  display: inline-block;
  width: 52px;
  height: 40px;
  background: url("../img/icon/icon-plus-blue.png") no-repeat scroll 0 0 transparent;
}

#creation_sondage .icon-plus-blue {
  float: right;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

#creation_sondage .row {
  margin-bottom: 10px;
}

#creation_sondage ul {
  margin: 0;
  padding: 0;
}

#creation_sondage ul li {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  height: 35px;
  line-height: 35px;
  background: url("../img/puce_creation_sondage.png") no-repeat scroll 0 center transparent;
  font-size: 13px;
  padding-left: 20px;
  color: #666666;
}

#creation_sondage ul li i {
  float: right;
  margin: 8px 18px 0 0;
  cursor: pointer;
}

.sondage #creation_tache .row {
  margin-bottom: 10px;
}

/* /SONDAGE */
#liste_reponse {
  float: right;
}

/* 6C */
#table_form {
  padding: 0 20px 20px;
}

.sondage_6c .action_bar {
  padding-bottom: 0;
  padding-top: 0;
  height: 56px;
}

.sondage_6c .action_bar .introduction-header {
  margin-top: 3px;
}

.sondage_6c .action_bar > a {
  color: #666;
  float: right;
  font-size: 17.5px;
  font-weight: 300;
  margin-right: 27px;
  margin-top: 17px;
}

.sondage_6c .action_bar > a#fermer_creation_doc {
  margin-top: 18px;
}

.sondage_6c .icon-enregistrer {
  float: left;
  margin-right: 13px;
  position: relative;
}

.sondage_6c .icon-fermer {
  float: left;
  margin-right: 8px;
}

.sondage_6c .icon-enregistrer:before {
  right: -108px;
  top: 0;
}

.sondage_6c .icon-imprimer, .sondage_6c .grey_bar .wSelect {
  float: right;
}

.sondage_6c .icon-imprimer {
  border-right: 1px solid #e0dfdf;
  margin-right: 14px;
  margin-top: 1px;
  width: 33px;
}

#scroll_table td, #scroll_table th {
  vertical-align: top;
  border-top: 1px solid #d3d7da;
  width: 250px;
  min-width: 250px;
  padding: 9px 13px;
  font-weight: 400;
  margin-top: -1px;
  height: 60px;
}

#scroll_table tr:first-child td, #scroll_table tr:first-child th, table#title_scroll_table tr:first-child th {
  border: 0;
}

#scroll_table tr:first-child td {
  padding: 9px 13px;
}

#scroll_table td {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 20px 13px;
}

#scroll_table td span {
  color: #666666;
  font-size: 15px;
  font-weight: 700;
  height: 41px;
  line-height: 41px;
  text-align: center;
}

table#title_scroll_table {
  background-color: #f0f4f7;
  float: left;
  width: 175px;
}

table#title_scroll_table tr th, table#title_scroll_table tr td {
  height: 55px;
  border-top: 1px solid #d3d7da;
  font-weight: 400;
  margin-top: -1px;
  min-width: 250px;
  padding: 0;
  vertical-align: middle;
  width: 250px;
}

#title_scroll_table .whois {
  margin-left: 13px;
  display: block;
}

#scroll_table td, #scroll_table th, #title_scroll_table td, #title_scroll_table th {
  height: 64px !important;
}

.scroll_table_content .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 5px !important;
}

.scroll_table_content .mCSB_dragger {
  background-color: #3bafda;
}

.scroll_table_content .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  border-radius: 5px !important;
}

.scroll_table_content .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #dcdbdb;
  border-radius: 5px;
}

.sondage_6c .action_bar .introduction-header .titre {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 7px;
}

.sondage_6c .action_bar .introduction-header .categories {
  font-weight: 400;
}

/* /6C */
/* BIBLIOTHEQUE */
#bibliotheque {
  background-color: white;
  padding: 15px 20px;
}

#bibliotheque input[type=text] {
  background-color: #ededed;
  border: 0 none;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 62px 0 10px;
  width: 100%;
  border-radius: 0;
}

#bibliotheque .icon-plus-blue {
  border: 0;
  float: right;
  text-indent: -99999px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  border-radius: 0;
}

.grey_bg {
  background-color: #ededed;
  width: 100%;
}

.icon-edit {
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url("../img/icon/icon-edit.png") no-repeat scroll 0 0 transparent;
}

.icon-valid {
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url("../img/icon/icon-valid.png") no-repeat scroll 0 0 transparent;
}

.icon-fleche-droite {
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("../img/icon/icon-fleche-droite.png") no-repeat scroll 0 0 transparent;
}

#bibliotheque .icon-fleche-droite {
  position: absolute;
  top: 12px;
  right: 12px;
}

#bibliotheque .cols {
  padding: 0 0 0 2px !important;
  margin-bottom: 2px;
}

#bibliotheque .clearfix:first-child .grey_bg {
  height: 40px;
}

#bibliotheque ul#categories, #bibliotheque ul#folders, #bibliotheque ul#bibliotheque_results {
  margin: 0;
  padding: 12px 0;
  min-height: 405px;
}

#bibliotheque ul#categories li, #bibliotheque ul#folders li {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  min-height: 32px;
  line-height: 32px;
  position: relative;
}

#bibliotheque ul#bibliotheque_results li {
  margin: 0;
  padding: 12px 0;
  list-style: none outside none;
  background: url("../img/icon/icon-terre-blue.png") no-repeat scroll 18px 12px transparent;
  padding-left: 66px !important;
  border-top: 1px solid #dfdfdf;
  cursor: pointer;
}

#bibliotheque ul#bibliotheque_results li:first-child {
  border: 0;
}

#bibliotheque ul#categories .icon-edit {
  position: absolute;
  right: 36px;
  cursor: pointer;
  top: 6px;
}

#bibliotheque ul#categories .icon-croix {
  position: absolute;
  cursor: pointer;
  top: 6px;
  right: 12px;
}

#bibliotheque ul li.folder {
  background: url("../img/icon/icon-folder-blue.png") no-repeat scroll 12px 6px transparent;
  padding: 0 60px 0 41px !important;
  cursor: pointer;
}

#bibliotheque ul li.folder:hover, #bibliotheque ul li.terre:hover, #bibliotheque ul#bibliotheque_results li:hover {
  background-color: white;
}

#bibliotheque ul li.terre {
  background: url("../img/icon/icon-terre.png") no-repeat scroll 12px 6px transparent;
  cursor: pointer;
  padding: 0 12px 0 41px !important;
}

#bibliotheque_results span {
  display: block;
}

#bibliotheque_results .titre {
  font-weight: 400;
  color: #454545;
  font-size: 15px;
  line-height: 15px;
}

#bibliotheque_results .update {
  font-weight: 400;
  color: #606366;
  font-size: 10px;
  line-height: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#bibliotheque_results .icon-loupe-big {
  float: right;
  margin: 23px 21px 0 0;
}

/* /BIBLIOTHEQUE */
.icon-admin-medium {
  display: inline-block;
  width: 25px;
  height: 26px;
  background: url("../img/icon/icon-admin-medium.png") no-repeat scroll 0 0 transparent;
}

h2.title_bar .icon-admin-medium {
  float: left;
  margin-top: 15px;
  margin-right: 13px;
}

#espace_admin {
  padding: 15px 20px;
}

#espace_admin .form_usual input[type=text]:not(.iinput) {
  width: 100%;
}

#espace_admin #dropimage-espace {
  margin-top: 0;
}

#espace_admin textarea {
  background-color: #ededed;
  border: 0 none;
  color: #656565;
  font-family: "Roboto";
  font-size: 14px;
  height: 92px;
  line-height: 40px;
  padding: 0 10px;
  resize: none;
  width: 100%;
}

.scroll_table_content .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}

#title_scroll_table {
  height: 257px;
}

#espace_admin .col-md-8 .row {
  margin-bottom: 10px;
}

.select_invisible, .select_blue {
  display: none;
}

h2.title_bar .icon-mesevenements {
  float: left;
  margin: 16px 10px 0 20px;
}

.creation_evenement #tag_doc {
  background-color: #ededed;
  border: 0 none;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  min-height: 40px;
  padding: 2px 52px 2px 4px;
  display: inline-block;
  width: 100%;
  background-image: none;
}

.creation_evenement #creation_tache #jour_tache {
  margin-left: 0;
}

#tag_doc input[type=text] {
  float: left;
  height: 32px;
  line-height: 32px;
  background-image: none;
}

#tag_doc.import_multi input[type=text] {
  border: 0px;
  background: white;
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  background: none;
  font-style: italic;
  color: #006ED6;
}

#tag_doc.import_multi {
  border: 0px;
}

.creation_evenement #creation_tache .col-md-6 .row {
  margin-bottom: 8px;
}

.grey_bar .autocompletion {
  width: 376px;
  position: absolute;
  right: 20px;
  top: 5px;
}

.autocompletion {
  z-index: 1;
}

.autocompletion input[type=text] {
  background-color: white;
  border: 1px solid #a09d99;
  height: 27px;
  line-height: 27px;
  padding-right: 44px;
  width: 100%;
  color: #8a8a8a;
  font-size: 14px;
  padding-left: 12px;
}

.autocompletion input[type=submit] {
  background: url("../img/select_plus_blue.jpg") no-repeat scroll 0 0 transparent;
  width: 34px;
  height: 25px;
  border: 0;
  text-indent: -999999px;
  position: absolute;
  right: 0;
  top: 1px;
}

.lieu {
  background: url("../img/select_plus_blue.jpg") no-repeat scroll 0 0 transparent;
  width: 34px;
  height: 25px;
  border: 0;
  text-indent: -999999px;
  position: absolute;
  right: 0;
  top: 1px;
}

.ac_results {
  display: block;
}

.ac_results .wSelect-options {
  height: 100% !important;
}

.ac_results .wSelect-options-holder {
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 1px;
  border: 1px solid #c5c3bd;
}

.ac_results .wSelect-option-value {
  padding: 12px 10px;
  color: #8a8a8a;
  font-size: 14px;
  background: url("../img/select_plus_grey.png") no-repeat scroll 98% center #FFFFFF;
  border-top: 2px solid #f5f5f5;
  margin: 0;
}

.ac_results .wSelect-option-value:hover {
  background-color: #f0f4f7;
}

.ac_results .wSelect-option-value .whois b {
  color: #3bafda;
  font-size: 14px;
  font-weight: 400;
}

.ac_results .wSelect-option {
  margin: 0;
}

.ac_results .wSelect-option-value .whois b span {
  font-weight: 700;
}

#lieu_evenement .wSelect-theme-select_plus_blue {
  width: 100% !important;
}

#lieu_evenement .autocompletion {
  position: relative;
}

.sub_intro {
  padding: 20px 107px 20px 28px;
  background-color: #3bafda;
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
}

.sub_intro p {
  color: white;
  font-size: 13px;
  font-weight: 400;
}

.phone_num {
  float: right;
  font-weight: 700;
  font-size: 23px;
  color: white;
}

.creation_form .grey_bar h3 a {
  margin-right: 0;
}

.sondage_6c .action_bar .icon-enregistrer, .sondage_6c .action_bar .icon-fermer {
  margin-top: 2px;
}

#outils_contacts .contacts p {
  line-height: 17px;
  padding-top: 7px;
}

.container_error {
  position: relative;
  display: inline-block;
}

.container_error span {
  content: " ";
  background-color: red;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 15px;
}

.container_error span.error {
  background: url("../img/picto_error.png") no-repeat scroll 0 center transparent;
}

.container_error span.valid {
  background: url("../img/picto_valid.png") no-repeat scroll 0 center transparent;
  width: 19px;
}

#msg-box {
  position: fixed;
  width: 95%;
  padding: 0 10px;
  height: 50px;
  bottom: 10px;
  left: 50%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--v-border-base);
  background-color: white;
  white-space: nowrap;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
  -moz-box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
  box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
#msg-box p {
  font-size: 15px;
}
#msg-box #msg-box-texte {
  flex-grow: 1;
  padding-right: 10px;
  display: flex;
  justify-content: center;
}
#msg-box #msg-box-texte::first-letter {
  text-transform: uppercase;
}
#msg-box.red {
  color: var(--v-danger-base);
}
#msg-box.red .btn_white {
  color: var(--v-danger-base);
}
#msg-box .btn_white {
  float: left;
  margin-left: 9px;
}
#msg-box .iclose {
  font-size: 20px;
  cursor: pointer;
  color: lightgrey;
  background-color: transparent;
  border-style: none;
}

.btn_white {
  padding: 0 30px;
  height: 24px;
  line-height: 24px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  font-weight: 400;
}

a.btn-bleu {
  color: #fff;
  font-family: "Roboto";
  font-size: 11px;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #3bafd9;
  height: 23px;
  line-height: 23px;
  width: 164px;
  text-align: center;
  display: inline-block;
}

a.btn-gris {
  color: #767879;
  font-family: "Roboto";
  font-size: 11px;
  font-weight: 400;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #767879;
  height: 23px;
  line-height: 21px;
  width: 164px;
  text-align: center;
  display: inline-block;
}

.radiose_me {
  width: 18px;
  height: 19px;
  background: url("../img/puce_off.png") no-repeat scroll 0 center transparent;
  cursor: pointer;
  float: left;
  margin-right: 20px;
}

.radiose_me.checked {
  background: url("../img/puce_on.png") no-repeat scroll 0 center transparent;
}

#versioning {
  display: none;
  background-color: #f0f4f7;
}

#versioning .update {
  position: absolute;
  right: 9px;
  top: 4px;
  color: #333333;
  font-size: 10px;
  font-weight: 400;
}

#versioning .listing_documents .icon-croix {
  right: 9px;
  top: 25px;
}

#versioning .queued {
  display: inline-block;
  float: left;
  width: 33px;
  height: 33px;
  background-color: #3bafda;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin: 3px 19px 0 0;
  color: white;
}

#versioning .listing_documents > div > div > div {
  padding: 20px 14px;
}

@media (max-width: 600px) {
  #mesespaces, .inner_bloc, #container header, #bandeau_vert, .wrapper, footer {
    display: none;
  }
  #container {
    margin: 0;
    display: none;
  }
  #msg-info {
    display: block;
  }
}
@media (max-width: 1023px) {
  #mesevenements2_document table td {
    text-align: center;
  }
  #mesevenements2_document .icon-document {
    float: none;
  }
  .listing_participants > div > div {
    text-align: center;
  }
  .listing_participants .personne {
    margin-top: 17px;
  }
  #titre_tache {
    margin-bottom: 18px;
  }
  #bibliotheque ul#categories, #bibliotheque ul#folders, #bibliotheque ul#bibliotheque_results {
    min-height: 0 !important;
  }
}
@media (min-width: 1024px) {
  .listing_participants .profil {
    float: left;
    margin-right: 19px;
  }
  .listing_participants .personne {
    float: left;
  }
}
.zone_grisee {
  background: silver;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.input_ajouter_tache::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #007364;
  text-decoration: underline;
  font-weight: bold;
  font-size: large;
}

.input_ajouter_tache::-moz-placeholder { /* Firefox 19+ */
  color: #007364;
  text-decoration: underline;
  font-weight: bold;
  font-size: large;
}

.input_ajouter_tache:-ms-input-placeholder { /* IE 10+ */
  color: #007364;
  text-decoration: underline;
  font-weight: bold;
  font-size: large;
}

.input_ajouter_tache:-moz-placeholder { /* Firefox 18- */
  color: #007364;
  text-decoration: underline;
  font-weight: bold;
  font-size: large;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-radius: 0px;
  border: none !important;
  font-weight: bold;
}

.tabsDialogue {
  font-size: 13px;
  color: rgb(0, 115, 100);
}

.nav-tabs > li.active > a:focus {
  font-size: 13px;
  font-weight: 700;
}

#list-group {
  padding-right: 0px;
}

.itemDialogue {
  border-radius: 0px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

a.itemDialogue:focus, a.itemEspaceDialogue:focus {
  background-color: rgb(225, 229, 241) !important;
}

a.itemDialogue:hover, a.itemEspaceDialogue:hover {
  background-color: rgb(240, 244, 247) !important;
}

.bandeauDialogueSeparation {
  background-color: rgb(225, 229, 241);
  width: 100%;
  height: 30px;
}

.rowEspace {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

#colTchat {
  background-color: white;
  height: 82%;
  border: 3px solid rgb(229, 234, 237);
  padding-left: 0px;
  padding-right: 0px;
  display: none;
}

#noDialogue {
  display: block;
  text-align: center;
}

.titreTchat {
  font-weight: 400;
  color: rgb(68, 68, 68);
  text-align: center;
  font-size: 24px;
  margin: 2px 0 5px 0;
}

.imgBandeauCentral {
  padding-top: 2px;
  display: inline;
  margin-left: auto;
  margin-right: auto;
  width: 25px;
}

#imgIconPlus {
  display: inline;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  width: 30px;
}

.reponseTchat {
  list-style-type: none;
  padding: 15px 0 0 0px;
}

.imgTchat {
  display: inline;
  margin-left: auto;
  margin-right: auto;
  width: 35px;
  border-radius: 50%;
  height: 35px;
}

.timeTchat {
  display: inline !important;
  color: #007364 !important;
  font-size: 11px;
}

.btnEnvoyer:hover {
  background-color: rgb(44, 115, 100);
  color: white;
}

.btnEnvoyer:focus {
  background-color: rgb(68, 68, 68);
  border-radius: 0px;
  font-size: 15px;
  color: white;
}

.btnEnvoyer {
  background-color: rgb(68, 68, 68);
  border-radius: 0px;
  font-size: 15px;
  color: white;
}

.divBorder {
  height: 100%;
  border: 1px solid rgb(180, 226, 230);
}

#mailInInput {
  position: absolute;
  bottom: 5px;
  width: 25px;
  right: 90px;
  z-index: 1100;
}

.messageDialogue {
  margin-top: 5px;
  margin-bottom: 15px;
}

.div-messageDialogue {
  background-color: #007364;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
}

.cadreDocumentPartage {
  border: darkgray 1px solid;
  padding: 5px;
  cursor: pointer;
  display: flex;
  width: 60%;
}

.cadreDocumentPartage:hover {
  background-color: rgb(225, 229, 241);
}

.dropzone2 {
  text-align: center;
  min-height: 150px;
  border: 6px dashed rgb(212, 212, 212);
  border-radius: 8px;
  margin: 30px 5px 30px 5px;
}

.dropzone2.dz-drag-hover {
  border: 6px dashed rgb(193, 193, 193);
  border-radius: 8px;
}

.dropZoneContent {
  text-align: center;
  padding: 20px;
}

.dragContent {
  display: none;
}

.dropzone2.dz-drag-hover .dropContent {
  display: none;
}

.dropzone2.dz-drag-hover .dragContent {
  display: initial;
}

.dropzone2.dz-drag-hover .noDrag {
  display: none;
}

.dropzone2 .drag {
  display: none;
}

.dropzone2.dz-drag-hover .drag {
  display: inline;
}

.zonedrop {
  height: 100%;
  width: 100%;
  background-color: rgba(100, 100, 120, 0);
  position: relative;
  z-index: 1;
}

.zonedrop.dz-drag-hover {
  opacity: 0.5 !important;
}

.zonedrop.dz-drag-hover .middle {
  opacity: 1 !important;
}

.middle {
  z-index: 1;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.middle2 {
  z-index: 1;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.dropEspace.dz-drag-hover {
  opacity: 0.5;
}

.dropEspace.dz-drag-hover .middle2 {
  opacity: 1 !important;
}

.dropEspace.dz-drag-hover .divImage {
  opacity: 0.2 !important;
}

.icon-retour {
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url("../img/icon/icon-retour-gauche.png") no-repeat scroll 0 0 transparent;
  margin-top: 4px;
}

.icon-modifier {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-modifier-vert.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-telecharger {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-telecharger.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-ajout-version {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-version.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-details {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-details.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-supprimer {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-supprimer.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-droits {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-droits.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-epingle {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/epingle_verte.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-enregistrer {
  display: inline-block;
  width: 27px;
  height: 21px;
  background: url("../img/icon/icon-enregistrer.png") no-repeat scroll 0 0 transparent;
  margin: 0px !important;
  margin-left: 5px !important;
  margin-top: -1px !important;
  float: right !important;
}

.icon-historique {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-historique.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-imprimer {
  display: inline-block;
  width: 29px;
  height: 30px;
  background: url("../img/icon/icon-imprimer.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-loupe {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-loupe.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-tester {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-tester.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-dupliquer {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-dupliquer.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.icon-agenda {
  display: inline-block;
  width: 25px;
  height: 30px;
  background: url("../img/icon/icon-agenda.png") no-repeat scroll 0 0 transparent;
  margin-right: 5px;
  float: left;
  margin-top: -2px;
}

.bouton_retour {
  color: #246357 !important;
  line-height: 21px;
  border: 2px solid #246357;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 400 !important;
  font-size: 19px !important;
  margin-right: 25px !important;
  display: inline-block;
  position: relative;
  padding: 8px;
  margin-top: 13px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.bouton_enregistrer {
  color: #246357 !important;
  line-height: 21px;
  border: 2px solid #246357;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: 400 !important;
  font-size: 22px !important;
  margin-right: 25px !important;
  display: inline-block;
  position: relative;
  padding: 8px;
  margin-top: 13px !important;
  padding-top: 6px;
  padding-bottom: 6px;
}

.bouton_enregistrer_sans_margin {
  margin-right: 0px !important;
  margin-top: 0px !important;
}

.bouton_action {
  border: 0px;
  font-size: 20px;
  color: #246357 !important;
  margin-top: 3px;
  font-weight: 300;
}

#rechercheInformation, #recherchePersonne, #rechercheGroupe {
  color: #006657;
  padding-right: 25px;
  font-size: 20px;
  font-weight: 300;
  float: none;
  cursor: pointer;
}

#rechercheInformation:hover, #recherchePersonne:hover, #rechercheGroupe:hover {
  color: black;
  text-decoration: underline;
}

.optionRecherche2 {
  width: 100%;
  list-style: none;
  padding: 1 0 1 5;
  cursor: pointer;
}

.optionRecherche2:hover {
  background: #e7eaf0;
}

.optionRechercheUtilisateur {
  font-weight: 500;
  width: 100%;
  list-style: none;
  padding: 1 0 1 5;
  cursor: pointer;
}

.optionRechercheUtilisateur:hover {
  background: #e7eaf0;
}

.notificationInFil {
  width: 100%;
  list-style: none;
  padding: 1px 0px 1px 5px;
  cursor: pointer;
  border-bottom: 1px solid rgb(178, 178, 178);
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  word-wrap: break-word;
}

.notificationInFil:hover {
  background: #e7eaf0;
}

.filActualite {
  background-color: white;
  width: 46%;
  padding: 10px 5px 10px 5px;
  margin: 60px 0px 0px 2%;
  display: block;
  border-radius: 5px;
  height: 100%;
  overflow-y: hidden;
}

.listeActualite {
  background-color: white;
  padding: 10px 0px 20px 0px;
  display: block;
  max-height: 80%;
}

.infoActualite {
  background-color: whitesmoke;
  width: 99%;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 1px;
  display: inline-block;
  overflow-wrap: break-word;
  position: relative;
  min-height: 55px;
}

.infoActualite .document-big {
  width: 83px !important;
}

.infoActualite .document-big b {
  margin-top: 32px !important;
  padding-top: 0px !important;
}

.infoActualite:hover {
  background-color: white;
}

.infoActualite p {
  font-weight: 300;
}

.infoActualite h2 {
  font-size: 16px;
  color: black;
  line-height: 1.1;
}

.infoActualite h1 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.contenuActualite {
  padding: 5px;
  font-weight: 400;
}

.actualite_publication img {
  max-height: 70px;
}

/*BAUDON*/
.competence_utilisateur {
  height: 35px;
  line-height: 25px;
  background-color: #bee3db;
  padding: 5px 8px 5px 8px;
  margin-right: 5px;
  color: black;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 600;
}

.inputPreferenceAdmin {
  display: inline;
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.li_reponse_caracteristique {
  /*width:100%;*/
  list-style: none;
  font-size: 14px;
  padding: 3px 5px 3px 5px;
  text-align: left;
}

.li_reponse_caracteristique:hover {
  background: #e7eaf0;
}

.competence_utilisateur {
  height: 40px;
  line-height: 40px;
  background-color: #d5ebe6;
  padding: 5 8 5 8;
  margin-right: 5px;
  color: #666666;
  font-size: 14px;
  border-radius: 4px;
}

#input_competence::placeholder {
  color: #319a84;
}

.dropdown2-menu {
  position: absolute;
  top: auto;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.listeGroupe {
  list-style: none;
  color: white;
  padding-left: 0px;
  margin: 0px;
}

.raccourcis_supplementaires {
  width: 100%;
  padding-left: 5px;
  display: block;
}

/*BAUDON*/
.actualite_loupe_viewer {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 65px;
  background-color: white;
  height: 79px;
  width: 86px;
  float: left;
  margin-left: 0px;
  margin-top: -7px;
}

/*MODULE VISIO*/
.bloc_visio {
  -moz-border-radius: 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0;
  border-radius: 9px 9px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5eaec;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 15px;
}

.bloc_visio ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bloc_visio ul li {
  list-style: none outside none;
  margin: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  padding: 10px 0 10px 20px;
  margin: 0;
  cursor: pointer;
  background-color: white;
  border-top: 1px solid #dfe0e0;
  display: inline-table;
  position: relative;
}

.createur_visio {
  font-size: 24px;
  font-weight: 300;
  color: black;
  line-height: 50px;
}

.rejoindre_visio {
  font-size: 24px;
  color: #00917f;
}

.rejoindre_visio:hover {
  text-decoration: underline;
}

.contenu_publication .ql-indent-1 {
  padding-left: 3.5em !important;
}

.contenu_publication .ql-indent-2 {
  padding-left: 7.5em !important;
}

.contenu_publication .ql-indent-3 {
  padding-left: 10.5em !important;
}

.contenu_publication .ql-indent-4 {
  padding-left: 13.5em !important;
}

.contenu_publication {
  color: black;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif !important;
}

.contenu_publication p {
  color: black !important;
  font-size: 14px !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

.contenu_publication a {
  font-size: 14px !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

.contenu_publication h1 {
  font-size: 30px !important;
  color: black !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

.contenu_publication h2 {
  font-size: 1.5em !important;
  color: black !important;
  line-height: 24px !important;
  font-weight: 300 !important;
}

.contenu_publication img {
  border-radius: 10px;
}

.contenu_publication ol {
  padding: 0px !important;
}

.contenu_publication ul li {
  padding: 0px !important;
  background-color: transparent !important;
  list-style-type: disc !important;
  list-style-position: inside !important;
  display: list-item !important;
  color: black !important;
  font-size: 14px !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

.contenu_publication ol li {
  padding: 0px !important;
  background-color: transparent !important;
  list-style-type: disc !important;
  list-style-position: inside !important;
  display: list-item !important;
  color: black !important;
  font-size: 14px !important;
  font-family: Helvetica, Arial, sans-serif !important;
}

.contenu_publication li:hover {
  background-color: transparent !important;
}

.ql-editor p {
  font-family: Helvetica, Arial, sans-serif !important;
}

.contenu_publication ol li {
  list-style-type: decimal !important;
  list-style-position: inside !important;
  display: list-item !important;
}

.mCustomScrollbar div {
  margin-right: 0px !important;
  margin-top: 0px !important;
}

.mCustomScrollBox {
  width: 100%;
}

.mCSB_container {
  width: 100%;
}

.bloc_visio {
  background-clip: padding-box;
  background-color: #e5eaec;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 15px;
  height: 78%;
}

.bloc_visio ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bloc_visio ul li {
  list-style: none outside none;
  margin: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  padding: 10px 0 10px 20px;
  margin: 0;
  cursor: pointer;
  background-color: white;
  border-top: 1px solid #dfe0e0;
  display: inline-table;
  position: relative;
}

.createur_visio {
  font-size: 24px;
  font-weight: 300;
  color: black;
  line-height: 50px;
}

.rejoindre_visio {
  font-size: 24px;
  color: #00917f;
}

.rejoindre_visio:hover {
  text-decoration: underline;
}

.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.ql-align-justify {
  text-align: justify;
}

[contenteditable]:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px transparent;
}

/*BAUDON tache*/
output {
  position: absolute;
  background-image: linear-gradient(top, #444444, #999999);
  width: 40px;
  height: 30px;
  text-align: center;
  color: #007364;
  bottom: 175%;
  left: 0;
  top: -33px;
  margin-left: 10px;
}

.slider_tache {
  -webkit-appearance: none;
  width: 90% !important;
  height: 2px;
  border-radius: 5px;
  background-color: #00927f !important;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin-top: 8px;
}

.slider_tache::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00927f;
  cursor: pointer;
}

.slider_tache::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00927f;
  cursor: pointer;
}

.retourPopupValidation {
  float: right;
  color: black;
  cursor: pointer;
  margin-right: 33px;
}

.retourPopupValidation:hover {
  text-decoration: underline;
  color: #444444;
}

.liste_contacts_validation {
  list-style: none;
  height: 200px;
  overflow-y: auto;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  border: none;
}

.filtrageContactValidation {
  height: 80px;
  padding: 10px 0px;
  border: 1px solid #DCDCDC;
  width: 45%;
  display: inline-block;
  margin: 5px 2% 5px 2%;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
}

.filtrageContactValidation:hover {
  background-color: #DCDCDC;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.liste_mesTaches {
  width: 100%;
  margin: 0;
  padding: 0;
}

.titre_filtre_mesTaches {
  margin-top: 10px !important;
  padding-left: 10px !important;
  font-size: 30px !important;
  font-weight: 600 !important;
}

.liste_mesTaches li {
  list-style: none outside none;
  margin: 0;
  width: 100%;
  padding: 10px 0 10px 20px;
  margin: 0;
  cursor: pointer;
  background-color: white;
  border-top: 1px solid #dfe0e0;
  display: inline-table;
  position: relative;
}

.liste_mesTaches li:first-child {
  border: 0;
}

.liste_mesTaches li:hover {
  background-color: #f0f4f7;
}

.liste_mesTaches .date {
  background: url("../img/picto_calendrier.png") no-repeat scroll center 0 transparent;
  text-align: center;
  float: left;
  width: 41px;
  padding: 10px 0 0 0;
}

.liste_mesTaches .to_check {
  float: left;
  width: 54px;
  padding-top: 9px;
}

/*Mes projets*/
.ligne_visu {
  height: 30px;
  border-radius: 5px;
  background-color: #f4f7f9;
  margin-right: 20px;
  margin-bottom: 10px;
}

.ligne_visu:hover {
  background-color: white !important;
}

.part_ligne {
  height: 100%;
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-wrap: normal;
}

.etat_termine {
  background-color: #00e446;
}

.etat_termine:hover {
  border: 1px solid #00e446;
}

.a_faire {
  background-color: #fffd33;
}

.a_faire:hover {
  border: 1px solid #fffd33;
}

.en_cours {
  background-color: #1200ff;
}

.en_cours:hover {
  border: 1px solid #1200ff;
}

.repartition_tache {
  display: inline-block;
  background-color: #f4f7f9;
  border-radius: 5px;
  padding: 5px 10px;
  color: black;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 200;
}

.detail_projet {
  display: inline-block;
  background-color: #f4f7f9;
  border-radius: 5px;
  padding: 5px 10px;
  color: black;
  font-size: 14px;
  font-weight: 200;
}

.li_mes_projets:hover {
  background-color: white !important;
}

.acces_projet {
  float: right;
  cursor: pointer;
  color: #007364 !important;
}

.calendrierRappelTache {
  font-style: italic !important;
}

.calendrierEvenement {
  font-size: 12px !important;
  font-weight: 600 !important;
}

/*Cartographie_reseau*/
.div-carte_nouveaux {
  display: flex;
}

#a-carte-reseaux {
  background-color: #1d1f54;
  color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 8px;
  margin-right: 17px;
  box-shadow: 2px 2px 2px black;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 40px;
}

.wrap-input-recherche-et-global-img {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 22px;
  top: 8px;
}

#btn-global-recherche {
  width: auto;
  height: 34px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #007363;
  text-align: center;
  color: #FFF;
  font-weight: 300;
  border: 0px none;
  opacity: 1;
}

.wrap-div-domaine-interventions {
  margin-top: 10px;
  width: 900px;
  display: flex;
  height: auto;
}

.div-domaine-interventions {
  height: 145px;
  width: 145px;
  background-color: #35a4ef;
  border-radius: 20px;
  text-align: center;
  color: white;
  font-size: 0.9em;
  margin: 15px 27px;
  padding: 0px 0px;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-x: hidden;
  cursor: pointer;
}

.div-domaine-interventions div {
  display: flex;
  width: 100%;
  height: 100%;
}

.div-domaine-interventions:hover {
  background-color: white;
}

.div-domaine-interventions div:hover {
  opacity: 0.7;
}

.div-domaine-interventions div h4 {
  font-size: 15px;
  margin: auto;
  font-weight: 400;
}

.sous-domaines {
  border-radius: 10px;
  line-height: 53px;
  padding-left: 20px;
  margin-bottom: 4px;
}

.sous-domaines p {
  width: 65%;
  font-weight: 300;
  height: 53px;
  display: inline-block;
  color: black;
  overflow: hidden;
}

.sans-bold {
  font-weight: normal;
  font-style: italic;
  font-size: 0.85em;
}

.hover-sous-domaines {
  display: flex;
  position: relative;
  float: right;
  font-size: 0.85em;
}

.reseau_strategique {
  font-weight: 600 !important;
}

.img-hover {
  height: 13px;
  width: 13px;
  margin-left: 2.5px;
}

.hover-a-sans-bold {
  font-weight: normal !important;
  margin-right: 15px;
}

.hover-a-sans-bold:hover {
  cursor: pointer;
  text-decoration: underline;
}

.p-afficher-reseaux {
  display: inline;
  font-size: 0.85em;
  font-weight: bold;
  margin: auto;
}

#checkbox-connexion-reseau-etat {
  height: 17px;
  width: 17px;
  position: relative;
  margin: auto;
}

.titre-reseau {
  display: flex;
}

#h4-titre-sous-dom {
  display: inline-block;
  margin-left: 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  color: black;
}

#btn-suivre-vert {
  background-color: white;
  border: #37765f 2px solid;
  position: relative;
  float: right;
  color: #37765f;
  height: 34px;
  font-weight: bold;
  border-radius: 7px;
}

#btn-suivre-vert:hover {
  background-color: #37765f;
  color: white;
}

.bloc-contenu {
  background-color: #f1f1f6;
  width: 95%;
  margin-left: 18px;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.champ-important {
  font-weight: 300;
  font-size: 1.1em;
  margin: 0;
}

.titre-champ-important {
  font-weight: 500;
}

.champ-secondaire {
  font-weight: 300;
  font-size: 0.85em;
}

.pop-up-on-hover {
  z-index: 10000;
  width: 250px;
  position: absolute;
  background-color: white;
  margin-top: -5px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.65);
  border-radius: 10px;
  border: 0.5px #DCDCDC solid;
}

.pop-up-on-hover li {
  color: black;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  padding-top: 3px;
  list-style: none;
}

.pop-up-on-hover li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.div_a:hover {
  text-decoration: underline;
}

.message_bienvenue {
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 1.2;
}

.onglet-header {
  font-weight: 300;
  cursor: pointer;
  background-color: white;
  border-radius: 0px;
  color: #606366;
  padding: 10px 0px 5px 0px;
  margin: 0px 15px;
  height: 40px;
}

.onglet-selected {
  font-weight: 500;
  border-bottom: 2px solid #606366;
}

.onglet_container {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px;
}

.grey_textarea {
  border: 1px solid rgb(168, 189, 159) !important;
  font-size: 12px;
  color: black;
  padding: 5px 10px;
  resize: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.grey_textarea::placeholder {
  color: #00917f;
  font-size: 12px;
}

.fontBoldGreen {
  font-weight: 700;
  color: #00917f;
}

.raccourci_dialogue {
  float: left;
  vertical-align: middle;
  height: 100%;
}

.img_control_dialogue {
  z-index: 1000;
  cursor: pointer;
  height: 30px;
  padding: 5px;
  border-radius: 4px;
  margin-left: 5px;
  margin-top: 5px;
}

.img_control_dialogue:hover {
  background-color: #328774;
}

.evenement_compteur {
  color: #328774;
  font-size: 1.4rem;
}

.choix-type-espace {
  background-color: #007364;
  height: 50px;
  color: white;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.choix-type-espace:hover {
  background-color: #006364;
}

.choix-type-espace img {
  margin: 10px 10px;
  height: 30px;
}

.choix-type-espace span {
  margin-left: 10px;
  font-size: 25px;
  font-weight: 300;
  vertical-align: middle;
}

.fiche_projet h2 {
  font-weight: 500;
  color: black;
  font-size: 22px;
}

.fiche_projet label {
  font-weight: 300;
  color: black;
}

.fiche_projet p {
  font-weight: 300;
  color: black;
}

.input_role {
  height: 25px;
  width: 200px;
  background-color: #ededed;
  padding: 0 10px;
  font-size: 15px;
  color: black;
  border: 0;
  border-radius: 3px;
  margin-top: 5px;
}

.input_role::placeholder {
  color: #00917e;
  font-size: 12px;
}

.input_objectif {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  background-color: transparent;
  color: black;
  width: 90%;
}

.objectif {
  margin-bottom: 10px;
}

.objectif_libelle {
  font-size: 16px;
  font-weight: bold !important;
}

.indicateur {
  margin-bottom: 5px;
}

.indicateur p {
  font-size: 14px;
}

.indicateur_numero {
  font-weight: bold;
  font-size: 14px;
}

.indicateur_flag {
  margin-bottom: 5px;
}

.indicateur_flag img {
  height: 25px;
  margin-right: 5px;
}

.indicateur_bouton {
  color: #428bca;
  font-style: italic;
  text-decoration: none;
  font-size: 11;
  font-weight: 400;
}

#budget_container label {
  width: 100px;
}

.marqueur-dropdown {
  display: inline-block;
  border: 1px #d2d2d2 solid;
  width: 400px;
  height: 30px;
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
  background-color: white;
}

.chevron_marqueur {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 20px;
  z-index: 3;
  cursor: pointer;
}

.marqueur-dropdown .img_holder {
  cursor: pointer;
  min-height: 30px;
}

.marqueur-dropdown img.flagimgs {
  height: 30px;
  padding: 4px;
}

.marqueur-dropdown span.iTEXT {
  position: relative;
}

.marqueur-dropdown .to_select:hover {
  background-color: rgb(223, 223, 223);
}

.risque_categorie {
  width: 95%;
  border: solid 1px #78C0B9;
  cursor: pointer;
  margin-bottom: 5px;
}

.risque_categorie h3 {
  background-color: #f3f3f3;
  padding-left: 10px;
}

.risque_evaluation {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 3px;
}

.losange {
  height: 15px;
  width: 15px;
  background: #54C488;
  display: inline-block;
  margin-left: 5px;
  -ms-transform: rotate(45deg); /* Internet Explorer */
  -moz-transform: rotate(45deg); /* Firefox */
  -webkit-transform: rotate(45deg); /* Safari et Chrome */
  -o-transform: rotate(45deg); /* Opera */
  vertical-align: middle;
}

.chevron_risque {
  float: right;
  height: 25px;
  margin-top: 12.5px;
  margin-right: 10px;
}

#listeLangue {
  background-color: rgba(88, 88, 88, 0.329);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.visio_access {
  color: white;
  background-color: #9ea2a5;
  font-weight: 400;
  font-size: 18px;
  margin-left: 5px;
  padding: 3px 5px;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.visio_access:active,
.visio_access:visited,
.visio_access:focus {
  text-decoration: none;
  color: white;
}

#choixModeVisio {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}

.img_modal_choix_visio {
  width: 250px;
  height: 150px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.img_modal_choix_visio:hover {
  border: 3px rgb(206, 206, 206) solid;
}

#menu_mes_visio_toggle {
  cursor: pointer;
  width: 320px;
}

.menu_mes_visio {
  position: absolute;
  z-index: 1000;
  top: 110%;
  right: 0px;
  width: 320px;
  padding: 5px;
  background-color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
  -moz-box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
  box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
}

.menu_mes_visio_item {
  padding: 5px 0;
}
.menu_mes_visio_item:hover a {
  background-color: var(--couleur-primaire);
}

#div_dossier {
  float: left;
  width: 14%;
  min-width: 224px;
  background-color: #eff3f7;
  margin-right: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 72vh;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#liste_informations {
  float: left;
  margin-left: 5px;
  width: 75%;
}

#bandeau_fin_covid {
  display: inline-block !important;
  float: inherit !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 1.8rem;
  background-color: #E3EAF0;
  color: #036558;
  padding: 6px 8px 6px 8px;
  margin-top: 4px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

#bandeau_fin_covid span {
  font-weight: 700;
  text-decoration: underline;
  color: #036558;
  cursor: pointer;
}

.fichier_viewer_reponse {
  color: rgb(0, 162, 255);
  font-size: 1.7rem;
}

.edit_commentaire_projet {
  min-height: 90px;
  margin-top: 5px;
  width: 95%;
  background-color: white;
}

.commentaire_projet {
  margin-bottom: 10px;
  background-color: #e9e9e9;
  float: left;
  width: 95%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
}

.commentaire_projet p {
  color: #007364;
  float: left;
  font-size: 13px;
  margin-left: 5px;
  padding: 3px 20px;
  word-break: break-word;
}

.commentaire_actif {
  font-style: italic;
  font-weight: 500;
  margin-right: 5px;
  color: green;
}

.commentaire_masquer {
  font-style: italic;
  font-weight: 500;
  margin-right: 5px;
  color: red;
}

.icon_small {
  cursor: pointer;
  width: 17px;
  margin-left: 5px;
}

.small_margin_bottom {
  margin-bottom: 5px;
}

.jalon {
  border-left: 1px solid var(--couleur-info) !important;
}

.delete-small {
  width: 15px;
  height: 15px;
  text-align: center;
  margin-left: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}

.sp_blck_15 {
  font-weight: 300;
  font-size: 15px;
}

.bt_delete {
  position: absolute;
  top: 5px;
  right: 3px;
  cursor: pointer;
}

.has_infobulle {
  position: absolute;
  top: 12px;
  right: 10px;
}

.bouton_start_space {
  color: #7586d3;
  padding: 10px 40px 10px 40px;
  font-size: 35px;
  border: 3.5px solid #7586d3;
}

.bouton_start_space:hover {
  background-color: #7586d3;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.ic-layout-menu-principal {
  z-index: 3;
  display: none;
  width: 200px;
  padding: 10px;
  left: 160px;
  top: 95px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
  -moz-box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
  box-shadow: 0px 2px 5px 0px rgb(194, 194, 194);
}
.ic-layout-menu-principal a {
  color: var(--couleur-default);
}
.ic-layout-menu-principal a:hover {
  color: var(--couleur-primaire);
}

.ic-user__temoin {
  position: absolute;
  z-index: 5;
  bottom: -2px;
  right: -2px;
  font-size: 0.8rem;
  padding: 2px;
  background-color: white;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
}
.ic-user__temoin.own {
  top: 10;
  left: 10;
  right: initial;
  bottom: initial;
}
.ic-user__temoin.connected {
  color: var(--couleur-success);
}
.ic-user__temoin.disconnected {
  color: var(--couleur-danger);
}

.ic-perimetre header > a {
  padding-left: 5px;
  width: 180px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ic-perimetre header > a:first-letter {
  text-transform: uppercase;
}
.ic-perimetre header > a:hover {
  text-decoration: underline;
}

input#nom_utilisateur_repondant::placeholder {
  color: white;
}

.label-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/*# sourceMappingURL=main.css.map */
