@font-face {
  font-family: "pa";
  src: url("../../fonts/pa/pa.eot?18907805");
  src: url("../../fonts/pa/pa.eot?18907805#iefix") format("embedded-opentype"),
    url("../../fonts/pa/pa.woff2?18907805") format("woff2"),
    url("../../fonts/pa/pa.woff?18907805") format("woff"),
    url("../../fonts/pa/pa.ttf?18907805") format("truetype"),
    url("../../fonts/pa/pa.svg?18907805#pa") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.collapse-button:before,
#intro_txt .row > div:after,
.prix li:before,
#prestation_box li:before,
.poplien:after {
  font-family: "pa";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* ==========================================================================
   Navigation Menu
   ========================================================================== */
.navbar-brand-menu {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.navbar .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.navbar .row::before,
.navbar .row::after {
  box-sizing: border-box;
}

.navbar .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.navbar .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.navbar .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.navbar .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.navbar .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.navbar .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.navbar .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.navbar .col-md-3,
.navbar .col-2,
.navbar .col-3,
.navbar .col-4,
.navbar .col-5,
.navbar .col-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.navbar h2 {
  font-size: 18px;
}

#nav-bar-1 ul,
#nav-bar-2 ul {
  list-style-type: none;
}

#nav-bar-1 > ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav-bar-1 > ul > li {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  height: 60px;
}

#nav-bar-1 > ul > li > a {
  color: #fff;
  padding: 23px 1.5em;
  font-weight: 300;
  line-height: 42px;
}

#nav-bar-1 span {
  font-size: 1.125rem;
}

#nav-bars {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  position: relative;
  width: 100%;
}

#main-header {
  position: relative;
  z-index: 100;
}

#main-header .navbar-default {
  border: none;
  margin-bottom: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#main-header .navbar-app {
  background: var(--header-bg-color);
  height: 61px;
  padding-right: 50px;
  padding-left: 25px;
  position: relative;
}

.header-contact-menu {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

div.header-contact-menu a {
  color: #fff;
}

.header-text-menu {
  color: #ffffff;
  font-size: 10px;
}

/* ==========================================================================
   Menu collapsed - Navigation Menu collapse
   ========================================================================== */
#nav-bar-2 {
  display: none;
}

#nav-bar-2.collapsed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 94035;
  background: #e7e7e7;
}

.menu-collapser {
  background: transparent;
  top: 10px;
  right: 10px;
  z-index: 94036;
  position: fixed;
  float: right;
}

.menu-collapser.active {
  position: fixed;
}

.collapse-button {
  position: fixed;
  background: black;
  color: #fff;
  padding: 15px;
  width: auto;
  top: 0;
  right: 0;
  transform: none;
}

.collapse-button:before {
  content: "\e808";
  font-size: 30px;
  display: block;
}

.collapse-button .icon-bar {
  display: none;
}

#nav-bar-2 div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#nav-bar-2 ul {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 650px;
}

#nav-bar-2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#nav-bar-2 li {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

#nav-bar-1 li,
#nav-bar-2 li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

#nav-bar-1 ul.dropdown-menu {
  position: absolute;
  top: 40px;
  right: 0px;
  border-radius: 0 !important;
}

#nav-bar-1 li a {
  font-size: 16px;
}

.dropdown-menu i {
  width: 25px;
  text-align: center;
}

#nav-bar-2 li a {
  color: #000;
  text-decoration: none;
  text-align: center;
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 20px;
  font-size: 14px;
  text-transform: uppercase;
  max-width: 200px;
  line-height: 1.1em;
  height: 100%;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

#nav-bar-2 li a:before {
  font-size: 60px;
  display: block;
  margin-bottom: 10px;
  opacity: 0.8;
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  color: #000;
}

.white-space {
  white-space: nowrap;
}

.admin-link-partner {
  background: #dddddd;
  color: #000 !important;
}

.admin-link {
  background: #d4175b;
}

.btn-profile {
  border-radius: 50%;
  text-decoration: none !important;
  position: relative;
}

.connexion-icon {
  font-size: 22px !important;
  color: #fff;
  padding-top: 15px;
}

.caret-menu {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 15px;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.white {
  color: #fff;
}

.pull-left {
  float: left;
}

/* ==========================================================================
   Prestation box
   ========================================================================== */
#prestation-box {
  transform: translateY(-500px);
  display: none;
  position: absolute;
  right: -120px;
  top: 60px;
  background: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: #000 1px 1px 4px;
  -moz-box-shadow: #000 1px 1px 4px;
  box-shadow: #000 1px 1px 4px;
  transition: all 0.3s ease-out;
  z-index: 0;
  width: auto;
}

#prestation-box a {
  color: #000;
  cursor: pointer;
  font-size: 16px;
}

#prestation-box a:hover {
  text-decoration: underline;
}

#prestation-box.active {
  transform: translateY(0);
  display: block;
  z-index: 102;
}

#prestation-box .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  display: block;
  top: -16px;
  left: 35%;
}

#prestation-box a:hover {
  color: #d4175b;
}

#prestation-box p {
  margin-bottom: inherit;
}

#prestation-box .block-suivi {
  border-left: 1px solid #000;
  padding-left: 40px;
}

#prestation-box .col-md-4,
#prestation-box .col-md-5,
#prestation-box .col-md-7,
#prestation-box .col-md-12 {
  display: block;
  max-width: none;
}

#prestation-box .creation-text,
#prestation-box .gerer-txt #prestation-box .titre {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

#prestation-box .gestion .bold {
  margin: 0 0 10px 0;
}

#prestation-box .gestion .bold.creation-text {
  margin-top: 0;
}

#prestation-box h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
  padding-top: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#prestation-box h4 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #000;
}

#prestation-box ul {
  list-style-type: none;
  padding: 0;
}

#prestation-box li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 0.25em;
}

#prestation-box li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\e816";
  color: #000;
  font-size: 1em;
}

.prestation-complementaire {
  padding: 0.7em 0;
  text-align: center;
  background: #eee;
  margin-top: 20px;
}

.prestation-complementaire p {
  margin: 0;
}

#prestation-box .block-suivi {
  border-left: 1px solid #000;
  padding-left: 40px;
}

#prestation-box .titre {
  font-size: 17px;
}
.gerer-txt {
  color: #d4175b;
}

.pl-30 {
  padding-left: 30px;
}

.pl-10 {
  padding-left: 10px;
}

#nav-bar-1 ul,
#nav-bar-2 ul {
  list-style-type: none;
}

#nav-bar-1 li,
#nav-bar-2 li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.dropdown-menu > li > a {
  text-decoration: none;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover {
  background-color: #dee2e6;
}

.open > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 230px;
  padding: 5px 5px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -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;
}
@media (min-width: 768px) {
  .navbar .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .navbar .col-md-5 {
    /* -webkit-box-flex: 0; */
    -ms-flex: 0 0 41.666667%;
    /* flex: 0 0 41.666667%; */
    max-width: 41.666667%;
  }
}

@media (max-width: 767px) {
  .badge {
    font-size: 55%;
  }
  #nav-bar-2.collapsed ul {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  #nav-bar-2.collapsed li:first-child a {
    border-top: none;
  }

  #nav-bar-2.collapsed li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  #nav-bar-2.collapsed a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  #nav-bar-2 li a:before {
    font-size: 15px;
    margin-right: 15px;
    vertical-align: middle;
    display: inline;
  }

  #nav-bar-2 li a {
    max-width: 100%;
    padding: 10px 10px;
  }
}

.icon-9:before {
  content: "\e807";
}

.icon-8:before {
  content: "\e806";
}

.icon-11:before {
  content: "\e809";
}

.fa-phone:before {
  content: "\f30c";
}

.fa-plus:before {
  content: "\f067";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-files-o:before {
  content: "\f0c5";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.icon-33:before {
  content: "\e821";
}

.icon-36:before {
  content: "\e825";
}

.icon-7:before {
  content: "\e805";
}

.icon-32:before {
  content: "\e820";
}

.icon-37:before {
  content: "\e824";
}

.icon-35:before {
  content: "\e822";
}

.icon-29:before {
  content: "\e81f";
}

.icon-17:before {
  content: "\e80f";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-download:before {
  content: "\f019";
}

.fa-trash:before {
  content: "\f1f8";
}

.font-weight-bold {
  font-weight: 700 !important;
}

.icon-34:before {
  content: "\e808";
}

.mt--2 {
  margin-top: -2px;
}

.mt-20 {
  margin-top: 20px;
}
