:root {
  --color1: #811FB8;
  --color1_r: 129;
  --color1_g: 31;
  --color1_b: 184;
  --color2: #5C000D;
  --color3: #9faec5;
  --fontColor: #000000;
  --gris2: #d5d5d5;
  --gris3: #BBBBBB;
  --gris4: #811FB8;
  --gris5: #eaeef4;
  --gris6: #5f6a73;
  --gris7: #B2B2B1;
  --gris8: #a0a7ad;
  --gris9: #CCC9C7;
  --border: #575756;
  --fieldset_title: #6D6E6D;
  --bg_bloc: #F8F8F8;
  --couleur_principale: #5120B8;
  --color_tag: #5120B8;
  --color_valid: #8ebe21;
  --color_unvalid: #ed6a51;
  --color_required: #DC001E;
  --background_required: rgba(220, 0, 30, 0.1);
  --color_required_check: #067A1B;
  --background_required_check: rgba(6, 122, 27, 0.1);
  --inputColor: #F1F1F1;
  --font-size: 11px;
  --white: #ffffff;
  --bodyColor: var(--white);
}
.headerTop .container-fluid .navbar-brand .logo {
  height: 60px !important;
}
.headerTop .container-fluid .nav li {
  font-size: 14px;
}
.headerTop .container-fluid .nav li a {
  color: #811FB8 !important;
}
.headerTop .container-fluid .nav li a .iconeMenuPrincipal {
  font-size: 2em;
}
.headerTop .container-fluid .nav li a:hover,
.headerTop .container-fluid .nav li a:active,
.headerTop .container-fluid .nav li a:focus {
  background-color: unset;
  color: #5120B8 !important;
}
.headerTop .container-fluid .nav li.actif a {
  border-bottom: 4px solid #5120B8;
  color: #5120B8 !important;
}
.bodyMenuLeft .menu-left {
  width: 250px;
}
.bodyMenuLeft .menu-left .nav li {
  font-size: 14px;
}
.bodyMenuLeft .menu-left .nav li a {
  color: #811FB8 !important;
}
.bodyMenuLeft .menu-left .nav li a:hover,
.bodyMenuLeft .menu-left .nav li a:active,
.bodyMenuLeft .menu-left .nav li a:focus {
  background-color: unset;
  color: #5120B8 !important;
}
.bodyMenuLeft .menu-left .nav li.actif a {
  border-bottom: 4px solid #5120B8;
  color: #5120B8 !important;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
body,
html {
  height: 100%;
  color: #000000;
  font-size: 11px;
  background: #fff;
}
#appWrapper {
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  #appWrapper.mini_menu #headerWrapper {
    min-height: 50px !important;
  }
  #appWrapper.mini_menu #headerWrapper .navbar-default {
    min-height: 50px !important;
  }
  #appWrapper.mini_menu #headerWrapper .navbar-header {
    height: 50px;
  }
  #appWrapper.mini_menu #headerWrapper .menuControls {
    min-height: 50px;
  }
  #appWrapper.mini_menu #bodyWrapper {
    top: 55px !important;
  }
  #appWrapper.mini_menu #bodyWrapper .derniersElementsConsultes {
    display: none;
  }
  #appWrapper.mini_menu ul.nav li {
    height: 50px;
  }
  #appWrapper.mini_menu ul.nav li.logo {
    height: 50px;
  }
  #appWrapper.mini_menu ul.nav li.logo .title {
    height: 40px;
  }
  #appWrapper.mini_menu ul.nav li .title {
    height: 40px;
  }
  #appWrapper.mini_menu ul.nav li .title a {
    height: 40px;
    line-height: 20px;
  }
  #appWrapper.mini_menu ul.nav li .title a.linkWithIcon {
    width: 55px;
  }
  #appWrapper.mini_menu ul.nav li .title a.linkWithIcon .iconeMenuPrincipal {
    font-size: 20px;
  }
  #appWrapper.mini_menu ul.nav li .title a.linkWithIconSupp .iconeSuppMenuPrincipal {
    font-size: 20px;
  }
  #appWrapper.mini_menu ul.nav li .title a .title_txt {
    display: none;
  }
}
#appWrapper #headerWrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  color: #3f4a5a;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
#appWrapper #headerWrapper .menuWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
#appWrapper #headerWrapper .menuControls {
  display: flex;
  align-items: center;
  min-width: 30%;
  justify-content: space-around;
  border-bottom: 1px solid #C1C1C1;
  min-height: 140px;
}
@media (max-width: 769px) {
  #appWrapper #headerWrapper .menuControls {
    min-width: 20%;
  }
}
#appWrapper #headerWrapper .navbar-default {
  min-height: 140px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #appWrapper #headerWrapper .navbar-default {
    min-height: 130px;
  }
}
#appWrapper #headerWrapper #rechercheGenerale {
  margin-left: 10px;
  width: 330px;
  border: none !important;
}
#appWrapper #headerWrapper #rechercheGenerale input {
  color: #000;
}
@media (min-width: 769px) {
  #appWrapper #headerWrapper #rechercheGenerale input {
    background: #E8E8E8;
  }
}
#appWrapper #headerWrapper #rechercheGenerale .input-group-addon {
  background: #E8E8E8;
  border: none !important;
}
#appWrapper #headerWrapper #rechercheGenerale .spinnerRecherche {
  color: #811FB8;
}
@media (min-width: 769px) {
  #appWrapper #headerWrapper #rechercheGenerale .input-group-btn {
    background: #E8E8E8;
  }
}
#appWrapper #headerWrapper #rechercheGenerale .input-group-btn button {
  padding: 6px 6px 3px 6px !important;
}
#appWrapper #headerWrapper #rechercheGenerale .input-group-btn button:not(.btn-search) {
  background: #E8E8E8;
}
#appWrapper #headerWrapper #rechercheGenerale .input-group-btn button.btn-search {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#appWrapper #headerWrapper #rechercheGenerale .input-group-btn button.actif {
  color: #811FB8;
}
#appWrapper #headerWrapper #rechercheGenerale .input-group-btn button.notactif {
  color: #811FB8;
}
#appWrapper #headerWrapper #rechercheGenerale .input-group-btn button:focus {
  outline: none;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #appWrapper #headerWrapper #rechercheGenerale {
    float: unset;
    margin: unset;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
  }
}
@media (max-width: 1200px) {
  #appWrapper #headerWrapper #rechercheGenerale {
    margin-top: unset;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  #appWrapper #headerWrapper #rechercheGenerale {
    display: none;
  }
}
#appWrapper #headerWrapper .afficheRechercheGenerale {
  position: absolute;
  top: 30px;
  right: 168px;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 769px) {
  #appWrapper #headerWrapper .afficheRechercheGenerale {
    display: none;
  }
}
#appWrapper #headerWrapper .afficheRechercheGenerale:hover,
#appWrapper #headerWrapper .afficheRechercheGenerale:active,
#appWrapper #headerWrapper .afficheRechercheGenerale:focus {
  color: #811FB8;
}
#appWrapper #headerWrapper #controls-buttons span.titre {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 4px;
}
#appWrapper #headerWrapper #controls-buttons #panierBiens .btn {
  font-size: 16px;
  color: #000;
  background: none;
  border: none;
  border-right: 1px solid #BBBBBB;
  padding: 5px 15px;
}
#appWrapper #headerWrapper #controls-buttons #panierBiens .btn.actif {
  color: #811FB8;
}
#appWrapper #headerWrapper #controls-buttons #panierContacts .btn {
  font-size: 16px;
  color: #000;
  background: none;
  border: none;
  padding: 5px 15px;
}
#appWrapper #headerWrapper #controls-buttons #panierContacts .btn.actif {
  color: #811FB8;
}
#appWrapper #headerWrapper #controls-buttons-messagerie {
  text-align: center;
}
#appWrapper #headerWrapper #controls-buttons-messagerie .badge {
  background: #811FB8;
}
@media (max-width: 768px) {
  #appWrapper #headerWrapper #controls-buttons-messagerie span.titre {
    display: none !important;
  }
}
#appWrapper #headerWrapper #controls-buttons-messagerie span.titre {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 4px;
}
#appWrapper #headerWrapper #controls-buttons-messagerie #messagerie .btn,
#appWrapper #headerWrapper #controls-buttons-messagerie #queue .btn {
  font-size: 16px;
  color: #000;
  background: none;
  border: none;
  padding: 5px 15px;
}
#appWrapper #headerWrapper #userWrapper {
  text-align: center;
  z-index: 2;
  max-width: 525px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #FFF;
}
@media (max-width: 768px) {
  #appWrapper #headerWrapper #userWrapper {
    top: 0px;
    border: 0px;
  }
}
#appWrapper #headerWrapper #userWrapper .photo_ct {
  display: block;
  border-radius: 100%;
  overflow: hidden;
  text-align: right;
}
#appWrapper #headerWrapper #userWrapper .photo_ct .photo {
  max-height: 40px;
  max-width: 40px;
  background-color: #DBDBDA;
}
#appWrapper #userInfoWrapper {
  display: none;
  position: absolute;
  background: #fff;
  right: 40px;
  top: 9px;
  text-align: center;
  z-index: 2;
  max-width: 525px;
  border: 1px solid #000;
  border-radius: 3px;
}
#appWrapper #userInfoWrapper ul {
  list-style-type: disc;
  text-align: left;
  padding: 0;
}
#appWrapper #userInfoWrapper a {
  color: #000000;
}
#appWrapper #userInfoWrapper a .icon {
  color: #5f6a73;
  margin-right: 10px;
  min-width: 10px;
  text-align: right;
  display: none;
}
#appWrapper #userInfoWrapper .header {
  display: flex;
  flex-wrap: nowrap;
}
#appWrapper #userInfoWrapper .header .menu_general,
#appWrapper #userInfoWrapper .header .menu_responsable {
  padding: 15px 20px 5px 20px;
}
#appWrapper #userInfoWrapper .header .userInfos {
  display: flex;
  flex-direction: column;
  min-width: 160px;
}
#appWrapper #userInfoWrapper .header .userInfos .photo_ct {
  display: block;
  overflow: hidden;
  text-align: right;
  margin: 5px 10px;
}
#appWrapper #userInfoWrapper .header .userInfos .photo_ct .photo {
  max-height: 40px;
  max-width: 40px;
  border-radius: 100%;
  background-color: #eaeef4;
}
#appWrapper #userInfoWrapper .header .userInfos .initiales {
  padding-right: 10px;
  text-align: right;
  margin-bottom: 18px;
}
#appWrapper #userInfoWrapper .footer {
  display: flex;
  justify-content: flex-end;
}
#appWrapper #userInfoWrapper .footer .btn {
  color: #FFF;
  border-radius: 2px;
  font-size: 12px;
  height: 30px;
}
#appWrapper #userInfoWrapper .footer .btn.btn-mode-prive-public {
  background: #000000;
  color: #FFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 5px;
  width: 145px;
}
#appWrapper #userInfoWrapper .footer .btn.btn-mode-prive-public:hover,
#appWrapper #userInfoWrapper .footer .btn.btn-mode-prive-public:focus,
#appWrapper #userInfoWrapper .footer .btn.btn-mode-prive-public:active,
#appWrapper #userInfoWrapper .footer .btn.btn-mode-prive-public.color {
  background: #811FB8;
}
#appWrapper #userInfoWrapper .footer .btn.btn-mode-prive-public > div {
  display: flex;
  align-items: center;
  height: 15px;
}
#appWrapper #userInfoWrapper .footer .btn.btn-mode-prive-public > div .icon {
  color: #FFF;
  font-size: 30px;
  height: 30px;
  margin-right: 10px;
}
#appWrapper #userInfoWrapper .footer .btn.btn-deconnexion {
  background: #811FB8;
  text-transform: uppercase;
  font-size: 11px;
  height: 22px;
  padding: 3px 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#appWrapper #userInfoWrapper .footer .btn.btn-deconnexion:hover {
  opacity: 0.6;
}
#appWrapper .userInfoParagraphe {
  font-family: "Work sans", sans-serif;
}
#appWrapper #logo_centre_gros {
  height: 150px;
  background-image: url(/asset/image/logo_blot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#appWrapper #logo_droite_petit {
  height: 70px;
  background-image: url(/asset/image/logo_blot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
#appWrapper #bodyWrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #appWrapper #bodyWrapper {
    top: 178px;
  }
}
@media (max-width: 1200px) {
  #appWrapper #bodyWrapper {
    top: 86px;
  }
}
#appWrapper #bodyWrapper.bodyMenuLeft {
  display: flex;
  height: 100vh;
  min-height: 100vh;
  top: unset;
}
#appWrapper #bodyWrapper.bodyMenuLeft #pageWrapper {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#appWrapper #bodyWrapper #pageWrapper {
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 20px;
}
#appWrapper #bodyWrapper #pageWrapper .ariane {
  text-align: center;
}
#appWrapper #bodyWrapper #pageWrapper .ariane a {
  color: #811FB8;
}
#appWrapper #bodyWrapper #pageWrapper .submitButton {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: calc(2% + 60px);
  text-align: right;
}
#appWrapper #bodyWrapper #pageWrapper .submitButton:nth-last-child(2) {
  right: 2% !important;
}
#appWrapper #bodyWrapper #pageWrapper .submitButton .btn {
  min-height: 44px;
  border-radius: 0;
  text-transform: uppercase;
  margin-left: 15px;
}
#appWrapper #bodyWrapper #pageWrapper .submitButton a {
  line-height: 32px;
}
@media (max-width: 700px) {
  #appWrapper #bodyWrapper #pageWrapper .submitButton {
    bottom: 0px;
    padding: 10px;
    background: white;
    width: 100%;
    right: unset;
    text-align: center;
    border-top: 2px solid #811FB8;
  }
  #appWrapper #bodyWrapper #pageWrapper .submitButton a,
  #appWrapper #bodyWrapper #pageWrapper .submitButton button {
    font-size: 0.9em;
    padding: 5px 10px;
  }
}
#appWrapper .libelle.checkbox {
  padding-top: 2px;
}
#appWrapper .lineGrey {
  background: #d3eafd;
  margin: 5px 0;
}
.newMessage {
  background: #811FB8;
  width: 50px;
  height: 100px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  position: fixed;
  top: 300px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bolder;
  font-size: 2em;
  cursor: pointer;
  z-index: 20;
}
footer {
  width: 100%;
  position: fixed;
  z-index: 5000;
  bottom: 0;
  border-bottom: 6px solid #811FB8;
}
@media (max-width: 1050px) {
  #headerWrapper {
    min-height: 80px !important;
    position: fixed !important;
    background: white;
    border-top: 6px solid #811FB8;
    border-bottom: 2px solid #811FB8;
  }
  #headerWrapper .menuWrapper,
  #headerWrapper .menuControls {
    border-bottom: unset !important;
  }
  #headerWrapper .menuWrapper {
    align-items: start !important;
  }
  #headerWrapper .navbar-default,
  #headerWrapper .menuControls {
    min-height: 80px !important;
  }
  #headerWrapper .title_txt {
    position: absolute;
    left: 15%;
  }
  #headerWrapper #userInfoWrapper {
    right: 10px !important;
  }
  #bodyWrapper {
    top: 80px !important;
  }
}
@media (max-width: 768px) {
  #headerWrapper .title_txt {
    position: absolute;
    left: 30%;
  }
  #headerWrapper #userInfoWrapper {
    right: 10px !important;
  }
}
#cd-nav ul.is-visible {
  border-color: #B2B2B1 !important;
}
#cd-nav li a {
  color: #B2B2B1 !important;
  border-bottom-color: #B2B2B1 !important;
}
#cd-nav li a:hover {
  background: #B2B2B1 !important;
  color: white !important;
}
@media only screen and (min-width: 1170px) {
  #cd-nav.is-fixed ul li a {
    border-bottom-color: #B2B2B1 !important;
  }
}
.cd-nav-trigger {
  background: #B2B2B1 !important;
  border-color: #B2B2B1 !important;
}
div.ss_menu_content ul li a {
  color: #B2B2B1 !important;
  border-color: #B2B2B1 !important;
}
div.ss_menu_content ul li a:hover,
div.ss_menu_content ul li a:active,
div.ss_menu_content ul li a:focus {
  background: #B2B2B1 !important;
  color: white !important;
}
div.ss_menu_content ul li:first-child a {
  border-top-color: #B2B2B1 !important;
}
