/* sans-serif:font-family {'Montserrat', */
.activeNav {
  font-weight: bold;
}

.barre_nav a img {
  width: 100%;
}

.navbar-nav li a {
  color: white;
}
.green {
  background-color: #71bf71;
}
.navbar-nav li a:hover {
  color: #92badd;
}

.infos_site_footer {
  text-align: center;
}

.cover_accueil {

  height: 100vh;
  overflow: hidden;
}

a {
  color: #92badd;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 2rem;
  color: #cccccc;
}

.sidebar-heading hr {
  background-color: white;
}

.containerBarreVertical,
.containerSeDeconnecter {
  display: flex;
  align-items: center;
}

.titre_page {
  font-size: 30px;
  font-weight: bold;
}

.title_login_app {
  color: white;
  font-size: 20px;
}
/* STRUCTURE */
.wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  height: 600px;
  padding: 20px;
}

#formContent {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  background: linear-gradient(#0269ad, #00c2a7);
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
/* TABS */
h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}
/* FORM TYPOGRAPHY*/
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: 0 10px 30px 0 rgba(95, 186, 233, 0.4);
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px;
  transition: all 0.3s ease-in-out;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #39ace7;
}

input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  transform: scale(0.95);
}

input[type=text] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  transition: all 0.5s ease-in-out;
  border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder {
  color: #cccccc;
}
/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
/* Simple CSS3 Fade-in Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* Simple CSS3 Fade-in Animation */

.underlineHover {
  color: black;
}

.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #0276AC;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
  text-decoration: none;
}

.underlineHover:hover:after {
  width: 100%;
}

.btnLogin:hover {
  background-color: green;
}
/* OTHERS */

.card_header_color {
  background-color: #f8f9fd;
}

*:focus {
  outline: none;
}

#icon {
  width: 80%;
  margin: 1rem;
}

.formulaire_identification {
  padding-top: 20px;
}

#login_login {
  text-align: center;
}

#login_forgetPassword {
  text-align: center;
  width: 90%;
}

#password_login {
  text-align: center;
}

#img_dashboard {
  padding-top: 20px;
  padding-bottom: 20px;
}

.deconnexion {
  color: red;
  padding: 10px;
}

.separation_deconnexion {
  clear: both;
  height: 17px;
  width: 1px;
  background: black;
}

.barre_nav {
  background: linear-gradient(#0269ad, #00c2a7);
  min-height: 100vh;
}

#tableau_de_bord_titre {
  padding-top: 30px;
}

.title_fiche_lead {
  text-align: center;
}

td {
  text-align: center;
}

.All_leads {
  text-align: center;
}

.border-left-primary {
  border-left: 0.25rem solid #077dba !important;
}

.border-left-success {
  border-left: 0.25rem solid #01c3a8 !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cd !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f3ca60 !important;
}

.text_bloc-1 {
  color: #077dba;
}

.text_bloc-2 {
  color: #01c3a8;
}

.text_bloc-3 {
  color: #36b9cd;
}

.text_bloc-4 {
  color: #f3ca60;
}

.title_header_card {
  color: #2a8fc4;
  font-size: 18px;
}

.image_avatar {
  clip-path: ellipse(28% 30%);
  width: 4rem;
}

.close_folder_delete {
  text-align: center;
}

.add_partners {
  text-align: center;
  font-size: 1.5rem;
}

.add_partners_barre {
  border-top: 10px solid #36b9cc;
  border-radius: 10px;
  width: 40%;
}

.add_agency_header {
  background: linear-gradient(0.25turn, #0269ad, #00c2a7);
}

.colortext_dashboard {
  color: #0172ac;
}

.bouton_color {
  background-color: #2184BE;
  border: #2184BE;
}

#logo_bill {
  background: linear-gradient(#0269ad, #00c2a7);
  text-align: center;
  padding: 20px;
  border-radius: 5px;
}

.input_bill_begin {
  margin-top: 20px;
  border-radius: 5px;
  border: solid 1px;
}

.input_bill_end {
  margin-top: 20px;
  border-radius: 5px;
  border: solid 1px;
}

.boutton_bill {
  margin-top: 22px;
}

.groupe_input_bill {
  text-align: center;
}

.container_general {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 100vh;
}

.boutton_modifier_fiche_partners {
  text-align: right;
}

.button_maj_show_partners {
  text-align: right;
}

.show_parteners_modal {
  background: linear-gradient(0.25turn,#0269ad, #00c2a7);
  color: white;
}

.Show_modal_lead_unique {
  background: linear-gradient(0.25turn, #0269ad, #00c2a7);
  color: white;
}

.Agences_Ayant_achété_le_lead {
  text-align: center;
}

.text-partners-actif,
.text-partners-desactivé {
  font-size: 18px;
  color: #4092C1;
}

#external-events {
  float: left;
  width: 150px;
  padding: 0 10px;
  border: 1px solid #ccc;
  background: #eee;
  text-align: left;
}

#external-events h4 {
  font-size: 16px;
  margin-top: 0;
  padding-top: 1em;
}

#external-events .fc-event {
  margin: 10px 0;
  cursor: pointer;
}

#external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}

#external-events p input {
  margin: 0;
  vertical-align: middle;
}

.title_unvailable {
  padding: 1rem;
  text-align: center;
}

.subtitle {
  margin-bottom: 1rem;
}

.bg-light {
  margin-bottom: 1rem;
  padding: 2rem;
}

.list_group_horaire {
  padding-left: 2rem !important;
}

.input_disable {
  margin-top: 1rem;
}

.label_form {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.input_txt_long {
  padding-bottom: 1rem;
}

.border_form_none {
  border-top: none;
  border-left: none;
  border-right: none;
  color: #c6c6c6;
}

.title_form_near_icon {
  margin-left: 1rem;
  font-weight: bold;
  font-size: 1rem;
}

.icon_rgl {
  font-size: 1.5rem;
}

.bouton_modifier_tiers {
  margin-top: 2rem;
  text-align: right;
}

.btn_page_dashboard_agence {
  text-align: center;
  margin-top: 2rem;
}

.btn_page_dashboard_agence .collapseModal {
  text-align: left;
}

.days_week_form {
  display: flex;
  justify-content: space-around;
}

.text_passewordForget {
  color: #fff;
}
/* input login */

.div_login_input {
  margin-top: 2rem;
}

.group {
  position: relative;
  /* margin-bottom:45px;  */
  margin: 1rem;
}

.input_login {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
  margin-top: 2rem;
}

.input_login:focus {
  outline: none;
}
/* LABEL ======================================= */
.label_login {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
/* active state */
.input_login:focus ~ .label_login,
.input_login:valid ~ .label_login {
  top: -20px;
  font-size: 14px;
  color: #fff;
}
/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:after,
.bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #0269AD;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}
/* active state */
.input_login:focus ~ .bar:after,
.input_login:focus ~ .bar:before {
  width: 50%;
}
/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
/* active state */
.input_login:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}
/* END input login */

.text_lead_font {
  font-weight: 600;
  color: #C6C6C6;
}

.text_lead_font_date_and_cotation {
  font-size: 1.2rem;
}

#example-basic .actions,
#example-basic2 .actions,
#example-basic3 .actions {
  display: none;
}
/*# sourceMappingURL=style.css.map */
/*  */
/* Page admin DASHBOARD  */
/*  */
.Container-btn-formulaire-agence,
.Container-btn-formulaire-commercial,
.Container-btn-formulaire-partners {
  display: flex;
  justify-content: flex-end;
}
/*  */
/* END Page admin DASHBOARD  */
/*  */
/*  */
/* Page Tarifs Secteurs  */
/*  */
.target_etat {
  text-align: center;
}
/*  */
/* END Page Tarifs Secteurs */
/*  */
/*  */
/* Page tarifs d'ouverture */
/*  */
.PhraseHoraireDouverture {
  padding-left: 15px;
  margin-bottom: 2rem;
}
/*  */
/* END Page tarifs d'ouverture */
/*  */
/*  */
/* Page Edition facture  */
/*  */

#myTable2 thead tr th {
  text-align: center;
}
/*  */
/* END Page Edition facture  */
/*  */
/*  */
/* Page calendar  */
/*  */
.btnCalendarDaysOff,
.btnCalendarEvenement,
.btnCalendarHorairePartners {
  display: flex;
  justify-content: flex-end;
}

.fc-left button,
.fc-right button {
  background-color: #0182AB !important;
  border-color: #0182AB !important;
}

.fc-left button:hover,
.fc-right .fc-button-group button:hover {
  background-color: #1E2B37 !important;
  border-color: #1E2B37 !important;
}

.btnDaysOff {
  background-color: #2184BE;
  color: white;
}

.btnDaysOff:hover {
  background-color: #0294AB;
  color: white;
}
/*  */
/* END Page calendar  */
/*  */
/*  */
/* Page Admin DASHBOARD agences close  */
/*  */

.ContainerBtnCloseAgence {
  display: flex;
  justify-content: space-evenly;
}

.containerTitreAgencePartenaire {
  text-align: center;
}

.containerTitreAgencePartenaire h2 {
  font-size: 30px;
  font-weight: bold;
}

.containerTitreAgencePartenaire p {
  color: red;
}

.wizard > .content {
  min-height: 37em !important;
}
/*  */
/* END Page Admin DASHBOARD agences close  */
/*  */

#myTable2 thead tr th {
  text-align: center;
}
/*  */
/* END Page Edition facture  */
/*  */
/*  */
/* Page mes leads en cours  */
/*  */
.froid .fa-circle {
  color: #45CBE5;
}

.tiede .fa-circle {
  color: #E5CB45;
}

.chaud .fa-circle {
  color: #C70039;
}
/*  */
/* END Page mes leads en cours  */
/*  */
/*  */
/* Page tiers  */
/*  */

.lienMailTiers,
.telMailTiers {
  color: black;
}
/*  */
/* END Page tiers  */
/*  */
/*  */
/* Page attribution lead by admin  */
/*  */

.loader-6 {
  height: 32px;
  /* width: 32px; */
  text-align: center;
}

.loader-6 img {
  margin-top: 8%;
}

.loader-6 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
}

.loader-6 span::after,
.loader-6 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  width: 32px;
  border: 2px solid #FFF;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: loader-6-1 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) infinite;
  animation: loader-6-1 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) infinite;
}
@-webkit-keyframes loader-6-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.5);
    opacity: 0;
  }
}
@keyframes loader-6-1 {
  0% {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1.5);
    opacity: 0;
  }
}

.loader-6 span::after {
  -webkit-animation: loader-6-2 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) 0.25s infinite;
  animation: loader-6-2 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) 0.25s infinite;
}
@-webkit-keyframes loader-6-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
}
@keyframes loader-6-2 {
  0% {
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
}

.modal-header {
  background: linear-gradient(0.25turn,#0269ad, #00c2a7);
  color: white;
}

.loader-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  clear: both;
  background-color: #077EBA;
  position: absolute;
  z-index: 99;
}

.loader-list li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  display: block;
  width: calc(100% / 3);
  height: calc(100vh / 4);
}

.LoaderPage {
  z-index: 0 !important;
}
/*  */
/* END Page attribution lead by admin  */
/*  */
/*  */
/* Page Fiche personnelle  */
/*  */
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  background: #026DAD !important;
}
/*  */
/* END Page Fiche personnelle  */
/*  */
/* Media queries ecran 15 pouces  */
/*  */
@media screen and (min-width: 1400px) and (max-width:1650px) {
  .fontSize15Pouce {
    font-size: 10px !important;
  }
}
/*  */
/* END Media queries ecran 15 pouces  */
/*  */
/* Media queries en dessous de 1200px  */
/*  */
@media screen and (min-width: 800px) and (max-width:1400px) {
  .text_lead_font {
    margin-right: 10px;
  }
}
/*  */
/* END Media queries en dessous de 1200px   */
/*  */


/* AVOIRS */
.btn-avoir {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 10px 30px 0 rgb(95 186 233 / 40%);
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px;
    transition: all 0.3s ease-in-out;
}
.btn-avoir:hover{
  text-decoration: none;
  color: white;
}

form select{
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 100%;
    border: 2px solid #f6f6f6;
    transition: all 0.5s ease-in-out;
    border-radius: 5px 5px 5px 5px;
}

form input[type=text]{
  background-color: white;
  width: 100%;
}

form label{
  margin:5px;
}
