@charset "UTF-8";
/**
 * Boxes SCSS
 *
 */
#boxe_add {
  height: 300px; }
  #boxe_add .row {
    height: 300px; }
    #boxe_add .row div {
      width: 150px;
      margin: 10% 60%;
      height: 150px;
      background: #6946aa;
      border-radius: 50%;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer; }
      #boxe_add .row div p {
        line-height: 18px;
        padding-top: 30px; }
        #boxe_add .row div p span {
          font-size: 20px; }

.box .in, .box .accordion-group {
  border: none; }

.box .dropdown-toggle {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap; }

.box .span4 {
  margin-right: inherit !important; }

.box .accordion-group h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-family: 'Open Sans';
  font-size: 18px; }

.box .tab-pane {
  margin-left: 0%; }

.boxe-scaffolding input[type="text"], #calculatrice-financiere input[type="text"], #calculatrice-plus-value input[type="text"] {
  border: 0px;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0px;
  font-family: 'Open Sans';
  padding: 0px 0px 5px 0px;
  width: 100%;
  box-shadow: none !important; }
  .boxe-scaffolding input[type="text"]:-ms-input-placeholder, #calculatrice-financiere input[type="text"]:-ms-input-placeholder, #calculatrice-plus-value input[type="text"]:-ms-input-placeholder {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
  .boxe-scaffolding input[type="text"]:-moz-placeholder, #calculatrice-financiere input[type="text"]:-moz-placeholder, #calculatrice-plus-value input[type="text"]:-moz-placeholder {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
  .boxe-scaffolding input[type="text"]::-moz-placeholder, #calculatrice-financiere input[type="text"]::-moz-placeholder, #calculatrice-plus-value input[type="text"]::-moz-placeholder {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
  .boxe-scaffolding input[type="text"]::-webkit-input-placeholder, #calculatrice-financiere input[type="text"]::-webkit-input-placeholder, #calculatrice-plus-value input[type="text"]::-webkit-input-placeholder {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
  .boxe-scaffolding input[type="text"]:hover, #calculatrice-financiere input[type="text"]:hover, #calculatrice-plus-value input[type="text"]:hover {
    border-color: #482882;
    color: #482882; }
    .boxe-scaffolding input[type="text"]:hover:-ms-input-placeholder, #calculatrice-financiere input[type="text"]:hover:-ms-input-placeholder, #calculatrice-plus-value input[type="text"]:hover:-ms-input-placeholder {
      color: #482882; }
    .boxe-scaffolding input[type="text"]:hover:-moz-placeholder, #calculatrice-financiere input[type="text"]:hover:-moz-placeholder, #calculatrice-plus-value input[type="text"]:hover:-moz-placeholder {
      color: #482882; }
    .boxe-scaffolding input[type="text"]:hover::-moz-placeholder, #calculatrice-financiere input[type="text"]:hover::-moz-placeholder, #calculatrice-plus-value input[type="text"]:hover::-moz-placeholder {
      color: #482882; }
    .boxe-scaffolding input[type="text"]:hover::-webkit-input-placeholder, #calculatrice-financiere input[type="text"]:hover::-webkit-input-placeholder, #calculatrice-plus-value input[type="text"]:hover::-webkit-input-placeholder {
      color: #482882; }
  .boxe-scaffolding input[type="text"]:focus, #calculatrice-financiere input[type="text"]:focus, #calculatrice-plus-value input[type="text"]:focus {
    border-color: #5e34a9;
    color: #5e34a9;
    box-shadow: none; }
    .boxe-scaffolding input[type="text"]:focus:-ms-input-placeholder, #calculatrice-financiere input[type="text"]:focus:-ms-input-placeholder, #calculatrice-plus-value input[type="text"]:focus:-ms-input-placeholder {
      color: #fff; }
    .boxe-scaffolding input[type="text"]:focus:-moz-placeholder, #calculatrice-financiere input[type="text"]:focus:-moz-placeholder, #calculatrice-plus-value input[type="text"]:focus:-moz-placeholder {
      color: #fff; }
    .boxe-scaffolding input[type="text"]:focus::-moz-placeholder, #calculatrice-financiere input[type="text"]:focus::-moz-placeholder, #calculatrice-plus-value input[type="text"]:focus::-moz-placeholder {
      color: #fff; }
    .boxe-scaffolding input[type="text"]:focus::-webkit-input-placeholder, #calculatrice-financiere input[type="text"]:focus::-webkit-input-placeholder, #calculatrice-plus-value input[type="text"]:focus::-webkit-input-placeholder {
      color: #fff; }

#frais_notaire {
  font-family: 'Open Sans';
  text-align: center; }
  #frais_notaire .checkbox-scope {
    margin-bottom: 13px;
    margin-top: 20px; }
    #frais_notaire .checkbox-scope a {
      text-transform: uppercase;
      font-size: 14px;
      height: 27px;
      padding: 4px 27px;
      border-radius: 0px;
      background: #a494c1;
      color: #fff; }
      #frais_notaire .checkbox-scope a:hover {
        background: #482882; }
      #frais_notaire .checkbox-scope a.checked {
        background: #482882;
        color: #fff; }
  #frais_notaire .notaire-price {
    position: relative;
    width: 100%;
    margin: 0px; }
    #frais_notaire .notaire-price .notaire-spinner {
      display: none;
      position: absolute;
      right: 0px;
      top: 6px; }
  #frais_notaire input[type="text"] {
    border: 0px;
    border-radius: 0px;
    box-shadow: none; }
    #frais_notaire input[type="text"]:-ms-input-placeholder {
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s; }
    #frais_notaire input[type="text"]:-moz-placeholder {
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s; }
    #frais_notaire input[type="text"]::-moz-placeholder {
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s; }
    #frais_notaire input[type="text"]::-webkit-input-placeholder {
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      -o-transition: 0.1s;
      transition: 0.1s; }
    #frais_notaire input[type="text"].amount-error {
      color: #f77f4b;
      border-color: #f77f4b; }
      #frais_notaire input[type="text"].amount-error:focus {
        color: #f9a27c;
        border-color: #f9a27c; }
  #frais_notaire .result {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    font-size: 20px; }
    #frais_notaire .result.animate {
      color: #482882; }
  #frais_notaire .calculate {
    padding: 10px 18px;
    text-transform: uppercase;
    font-weight: 18px;
    border-radius: 20px;
    background: #eaeaea; }
    #frais_notaire .calculate:hover {
      background: #5e34a9;
      color: #fff; }

#calculatrice-financiere strong {
  text-transform: uppercase; }

#calculatrice-financiere input[type="text"] {
  text-align: right;
  font-size: 15px; }

#calculatrice-financiere h1 {
  font-size: 13px;
  color: gray;
  font-family: 'Open Sans';
  font-weight: 300; }

#calculatrice-financiere ul li {
  text-align: center; }
  #calculatrice-financiere ul li a {
    text-transform: uppercase;
    color: #482882;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 15px; }
    #calculatrice-financiere ul li a:hover {
      color: #5e34a9; }

#calculatrice-financiere .result {
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px; }
  #calculatrice-financiere .result .amount-label {
    background: #e6e6e6;
    padding: 10px; }
  #calculatrice-financiere .result .amount {
    background: #5e34a9;
    color: #fff;
    padding: 10px;
    margin-left: 0px; }

#calculatrice-financiere .indicatif {
  text-align: right; }

/*
** Boxe Agenda / Ma journée : Page d'accueil
 */
.admin_account_agenda_items .row {
  padding: 6px 0px;
  border-bottom: 1px solid #f0f0f0; }
  .admin_account_agenda_items .row:hover {
    background-color: #e0e0e0; }

.admin_account_agenda_items .row:nth-last-child {
  border-bottom: none; }

.admin_account_agenda #weather-date {
  width: 100%;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .admin_account_agenda #weather-date #date-now {
    height: 60px;
    width: 70%;
    color: #482882;
    float: left; }
    .admin_account_agenda #weather-date #date-now #date-now-day {
      font-size: 60px;
      line-height: 60px;
      float: left;
      height: 60px;
      font-weight: bold; }
    .admin_account_agenda #weather-date #date-now #date-now-month-year {
      font-size: 24px;
      line-height: 25px;
      height: 50px;
      float: left;
      padding: 6px 0 0 7px;
      text-transform: uppercase; }
      .admin_account_agenda #weather-date #date-now #date-now-month-year span {
        font-weight: bold; }
  .admin_account_agenda #weather-date #weather {
    width: 50%;
    height: 40px;
    float: right;
    text-align: right;
    margin: -5px 0px; }
    .admin_account_agenda #weather-date #weather img {
      width: 70px;
      height: 70px; }

.admin_account_agenda .agenda-hour b {
  font-size: 14px; }

.admin_account_agenda .agenda-categorie p {
  font-weight: normal;
  text-transform: none; }

.admin_account_agenda .agenda-categorie .rdv-done {
  color: #777;
  font-weight: normal; }

.admin_account_agenda .agenda-time-left b {
  color: #482882; }

/*
** Boxe Agenda / Ma journée : Page d'accueil END
 */
.box .box-manuscrit {
  font-family: lobster;
  font-style: normal;
  text-transform: none;
  font-size: 25px;
  padding-top: 0px;
  color: #482882; }

.box .box-header.with-border {
  width: 96%;
  border-bottom: 1px solid #6946aa;
  margin: auto;
  padding-bottom: 40px; }

.box .box-header > .box-tools {
  top: 10px; }

.box .box-header .btn {
  text-shadow: none; }

.box .box-header .btn-box-tool:hover, .box .box-header .btn-box-tool:focus, .box .box-header .btn-box-tool:active {
  background-color: #482882; }
  .box .box-header .btn-box-tool:hover i, .box .box-header .btn-box-tool:focus i, .box .box-header .btn-box-tool:active i {
    color: #fff !important; }

.box .box-header .open .dropdown-toggle {
  color: #fff; }

.box .box-header .btn:focus {
  outline-style: none; }

.box .dropdown-toggle {
  width: 160px;
  color: #482882;
  border: 1px solid #482882;
  border-top-color: #482882;
  padding: 0px;
  font-weight: bold;
  font-size: 13px;
  box-shadow: none; }
  .box .dropdown-toggle i {
    padding-left: 10px; }

.box .box-tools .dropdown-menu {
  right: initial !important;
  top: 90%; }
  .box .box-tools .dropdown-menu a {
    background-color: #482882 !important;
    color: #fff; }
  .box .box-tools .dropdown-menu a:hover {
    background-color: #000 !important; }

.box .box-tools .select-header {
  max-width: 160px;
  color: #6946aa;
  border: 2px solid #e0e0e0;
  border-radius: 0px;
  margin-right: 8px; }
  .box .box-tools .select-header:focus {
    outline: none; }
  .box .box-tools .select-header option:hover {
    background-color: #482882 !important; }

.box .sortable-commands {
  padding-top: 15px; }
  .box .sortable-commands i {
    cursor: pointer; }
  .box .sortable-commands i:hover {
    color: #482882; }

/* Boxes Evan */
.home_tab .container-fluid {
  padding: 10px 0 0 0 !important; }

div.box-header {
  border-bottom: 2px solid #f0f0f0 !important;
  padding: 14px 0px 35px 0px !important; }
  div.box-header h3.box-title {
    font-size: 20px; }
  div.box-header div.box-tools {
    right: 0; }
    div.box-header div.box-tools button i {
      color: #6946aa !important;
      font-size: 14px; }

div.box-body {
  padding-bottom: 6px;
  padding-top: 6px; }

#tableau_mep,
.admin_account_flow {
  font-family: 'Open Sans';
  font-size: 12px;
  max-height: 500px;
  overflow: auto;
  padding-right: 10px; }
  #tableau_mep .title_container,
  .admin_account_flow .title_container {
    display: inline;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -14px;
    left: 10px; }
  #tableau_mep .container-fluid > .row,
  .admin_account_flow .container-fluid > .row {
    padding: 10px 0 10px 0 !important; }
    #tableau_mep .container-fluid > .row > .col-lg-12,
    .admin_account_flow .container-fluid > .row > .col-lg-12 {
      padding: 0 !important; }
  #tableau_mep .date-action,
  .admin_account_flow .date-action {
    font-size: calc(6px + 0.6vw);
    color: #482882;
    line-height: 12px;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600; }
  #tableau_mep .admin_account_flow_nego_photo,
  .admin_account_flow .admin_account_flow_nego_photo {
    border-radius: 10px;
    margin-top: -5px;
    margin-left: -5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-color: #fff;
    background-size: cover; }
  #tableau_mep div.description_info,
  .admin_account_flow div.description_info {
    margin-bottom: 5px; }
  #tableau_mep p.titre_info,
  .admin_account_flow p.titre_info {
    color: #482882;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    display: inline;
    font-size: calc(4px + 0.5vw); }
  #tableau_mep .description_info:nth-child(-n+2),
  .admin_account_flow .description_info:nth-child(-n+2) {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0; }
  #tableau_mep p,
  .admin_account_flow p {
    margin: 0px;
    font-size: 12px; }
  #tableau_mep .new-description,
  .admin_account_flow .new-description {
    width: 100%;
    font-size: calc(7px + 0.3vw); }
  #tableau_mep p span,
  .admin_account_flow p span {
    color: #6946aa !important; }
  #tableau_mep .link-fiche-co,
  .admin_account_flow .link-fiche-co {
    position: relative;
    left: 12%;
    bottom: -20px; }
    #tableau_mep .link-fiche-co:hover,
    .admin_account_flow .link-fiche-co:hover {
      text-decoration: underline; }
  #tableau_mep .author,
  .admin_account_flow .author {
    position: relative;
    top: 5px;
    right: 10px;
    float: right; }
  #tableau_mep #ancienne,
  .admin_account_flow #ancienne {
    text-align: right;
    border-top: 2px solid #f0f0f0;
    border-bottom: none;
    padding: 4px 4px 0 0; }
    #tableau_mep #ancienne a.lien_footer,
    .admin_account_flow #ancienne a.lien_footer {
      color: #482882 !important;
      text-transform: uppercase;
      font-size: 14px; }

.show_switch {
  z-index: 2;
  position: absolute;
  right: 55px;
  top: 15px;
  height: 20px;
  width: 20px; }

.switch_container {
  display: none;
  background-color: white;
  position: absolute;
  right: 55px;
  top: 10px;
  height: auto;
  width: 80%;
  padding: 0px 15px 15px 15px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.75); }
  .switch_container h4 {
    padding: 5px 5px;
    border-bottom: 2px solid;
    text-transform: uppercase; }
  .switch_container .switch_label {
    font-size: 16px;
    vertical-align: top;
    font-weight: 400; }
  .switch_container .no-item {
    font-style: italic;
    color: #bebebe; }
  .switch_container .switch {
    float: left;
    padding-right: 20px; }

.admin_account_flow_switch {
  float: left;
  display: inline-block;
  font-size: 13px;
  color: black;
  margin: 8% 20%;
  line-height: 23px;
  height: 0px; }

.nb_visites {
  font-size: 16px;
  font-weight: bold;
  color: #482882; }

/* Fin Boxes Evan */
/*
** Boxe Chiffres clés
 */
.square {
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  width: 30%; }
  .square span {
    color: black;
    font-size: 46px;
    font-weight: 600; }
  .square p {
    color: #482882;
    text-transform: uppercase;
    font-weight: bolder; }

.square:hover {
  background: #f0f0f0; }

/*
** Boxe Chiffres clés Fin
 */
/*
 *BOX COLLABORATEURS
 */
.header-manufacturer {
  background: none !important;
  padding-left: 0;
  border-bottom: 2px solid #482882;
  padding: 5px 0px; }
  .header-manufacturer h4 a {
    text-transform: uppercase;
    font-size: 14px;
    color: #482882; }

.nego-separator {
  border-top: 1px solid #f0f0f0;
  margin-bottom: 15px;
  margin-top: 15px; }

.tr_nego:hover {
  background: #f0f0f0 !important; }

.box-pages-jaunes-container {
  color: #aaa;
  overflow: hidden; }

.box-pages-jaunes-onglets {
  background-color: black;
  float: left;
  padding: 3px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  margin-top: 8px; }

.box-pages-jaunes-onglets img {
  float: left;
  height: 70px;
  display: block;
  margin: 2%; }

.box-pages-jaunes-onglets .jaunes,
.box-pages-jaunes-onglets .blanches {
  float: left;
  margin-top: 35px;
  width: 37%;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #fff; }

.box-pages-jaunes-onglets .blanches {
  float: right; }

.box-pages-jaunes-onglets .jaunes.active {
  color: #ffeb00; }

.box-pages-jaunes-onglets .blanches.active {
  color: #ebebeb; }

.box-pages-jaunes-content {
  width: 100%; }

.box-pages-jaunes-content > * {
  float: left;
  width: 100%; }

.box-pages-jaunes-content > :not(.active) {
  display: none; }

.pages-jaunes-content input,
.pages-blanches-content input {
  width: 100%;
  margin: 15px 0px 0px;
  height: 2.7em;
  border-radius: 0;
  border: 1px;
  box-shadow: none; }

.pages-jaunes-content button,
.pages-blanches-content button {
  background-color: #000;
  width: 41px;
  height: 33px;
  margin: auto;
  float: right;
  cursor: pointer;
  margin-top: 10px;
  border: none; }
  .pages-jaunes-content button i,
  .pages-blanches-content button i {
    color: #ffeb00; }

.pages-jaunes-content button:hover,
.pages-blanches-content button:hover {
  background-color: #ffeb00; }
  .pages-jaunes-content button:hover i,
  .pages-blanches-content button:hover i {
    color: #000; }

/* Boxes : stock et ratios / Location / Vente*/
* #multistats_objectifs_tabs .ui-tabs-nav li, #multistats_Vente_tabs .ui-tabs-nav li, #multistats_Location_tabs .ui-tabs-nav li, #multistats_tabs .ui-tabs-nav li {
  margin: 0 1px 1px 0;
  padding: 5px; }
  * #multistats_objectifs_tabs .ui-tabs-nav li.ui-corner-top, #multistats_Vente_tabs .ui-tabs-nav li.ui-corner-top, #multistats_Location_tabs .ui-tabs-nav li.ui-corner-top, #multistats_tabs .ui-tabs-nav li.ui-corner-top {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px; }
  * #multistats_objectifs_tabs .ui-tabs-nav li.ui-state-default, #multistats_Vente_tabs .ui-tabs-nav li.ui-state-default, #multistats_Location_tabs .ui-tabs-nav li.ui-state-default, #multistats_tabs .ui-tabs-nav li.ui-state-default {
    border: none;
    background: #a494c1; }
    * #multistats_objectifs_tabs .ui-tabs-nav li.ui-state-default a, * #multistats_objectifs_tabs .ui-tabs-nav li.ui-state-default a:link, #multistats_Vente_tabs .ui-tabs-nav li.ui-state-default a, #multistats_Vente_tabs .ui-tabs-nav li.ui-state-default a:link, #multistats_Location_tabs .ui-tabs-nav li.ui-state-default a, #multistats_Location_tabs .ui-tabs-nav li.ui-state-default a:link, #multistats_tabs .ui-tabs-nav li.ui-state-default a, #multistats_tabs .ui-tabs-nav li.ui-state-default a:link {
      color: #fff;
      text-transform: uppercase;
      font-weight: normal;
      padding: 0px 3px; }
  * #multistats_objectifs_tabs .ui-tabs-nav li.ui-state-default.ui-tabs-selected, #multistats_Vente_tabs .ui-tabs-nav li.ui-state-default.ui-tabs-selected, #multistats_Location_tabs .ui-tabs-nav li.ui-state-default.ui-tabs-selected, #multistats_tabs .ui-tabs-nav li.ui-state-default.ui-tabs-selected {
    background: #482882; }

/*  BOX Prospection */
.prospect .prospect_header_pc {
  font-size: 13px;
  line-height: 32px;
  font-weight: normal; }
  .prospect .prospect_header_pc b {
    color: #482882; }

.prospect .header_list {
  font-size: 13px;
  color: #482882;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #482882;
  width: 100%;
  padding-bottom: 3px;
  margin-bottom: 8px;
  margin-top: 0px; }

.prospect .col-margin {
  padding: 5px 0px !important;
  font-size: 13px; }
  .prospect .col-margin .col-list-margin {
    padding: 0px !important; }
  .prospect .col-margin .pos-float {
    float: right;
    font-size: 13px; }
  .prospect .col-margin:hover {
    background-color: #e0e0e0; }

.orpi #new_product, .orpi #new_trade_off, .orpi #price_change, .orpi #new_repply, .orpi #status_change, .orpi #visite, .orpi #nouveaux_rapprochements {
  background-color: #999999; }

.orpi div {
  margin-top: 10px;
  padding: 5px; }
  .orpi div .number_form {
    color: #fff;
    font-size: 40px;
    font-weight: bold; }
  .orpi div .libelle_form {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600; }
  .orpi div .fa_form {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    float: right; }

.activities #new_product {
  background-color: #52b19d; }

.activities #price_change {
  background-color: #ecc65d; }

.activities #new_repply {
  background-color: #dd784a; }

.activities #new_trade_off {
  background-color: #da484f; }

.activities div {
  margin-top: 10px;
  padding: 5px; }
  .activities div .number_form {
    color: #fff;
    font-size: 40px;
    font-weight: bold; }
  .activities div .libelle_form {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600; }
  .activities div .fa_form {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    float: right; }

#tableau_rappel > table {
  margin-bottom: 0px; }

#tableau_rappel a {
  cursor: pointer !important; }

#tableau_rappel td.pos-relative {
  position: relative; }

#tableau_rappel .title_part_rappels td {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 3px;
  padding-top: 5px;
  font-size: 13px; }

#tableau_rappel .title_part_rappels a {
  color: #482882;
  cursor: default !important; }

#tableau_rappel .VLNC {
  position: absolute;
  display: inline-block;
  top: 1px;
  right: 0px; }
  #tableau_rappel .VLNC .V, #tableau_rappel .VLNC .L, #tableau_rappel .VLNC .NC {
    display: inline-block;
    float: left;
    font-weight: 600;
    border-radius: 3px;
    background-color: #482882;
    min-width: 30px;
    height: 30px;
    padding: 5px 3px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin: 2px 2px; }
    #tableau_rappel .VLNC .V:hover, #tableau_rappel .VLNC .L:hover, #tableau_rappel .VLNC .NC:hover {
      background-color: #532e96; }
    #tableau_rappel .VLNC .V > span, #tableau_rappel .VLNC .L > span, #tableau_rappel .VLNC .NC > span {
      display: none;
      position: absolute;
      line-height: 21px;
      letter-spacing: -0.5px;
      float: right;
      text-align: center;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      padding: 0px 2px;
      width: 0px; }

.head_button .input_container_radio > label.text_radio.ui-state-default {
  border: 1px solid #482882 !important; }

.row_journal_activite, .row_pointer {
  cursor: pointer; }

.social .borderbottom {
  border-bottom: 2px solid #e0e0e0 !important; }

.social .col-md-12 {
  padding: 0px; }

.social #choice_social_publication button, .social #tab_sociaux button {
  border: 1px solid black;
  padding: 0;
  height: 50px;
  width: 50px; }

.social #choice_social_publication li.ui-state-focus:focus {
  outline: none !important; }

.social div.iconcontainer {
  background-image: none;
  float: right;
  height: 45px;
  padding: 0;
  border-style: none;
  border: none;
  right: 0px; }

.social ul li {
  padding-left: 0px; }

.social #tab_sociaux li.ui-state-hover, .social #tab_sociaux li.ui-tabs-selected {
  background: #fff; }

.social #tab_sociaux li.ui-state-hover button, .social #tab_sociaux li.ui-tabs-selected button {
  border: 2px solid #482882 !important; }

.social #tab_sociaux li.ui-state-default {
  background: #fff !important; }

.social #tab_sociaux .ui-tabs-panel {
  height: 200px;
  overflow: auto; }

.social #tab_sociaux .ui-tabs-panel .social_loading {
  position: relative;
  width: 150px;
  margin: 5px auto; }

.social #tab_sociaux .ui-tabs-nav, .social #choice_social_publication {
  padding: 8px 0px; }

.social #tab_sociaux .ui-tabs-nav li {
  height: 50px;
  width: 50px; }

.social #tab_sociaux .productListing-odd a {
  color: #0066CC; }

.social #tab_sociaux .productListing-even a {
  color: #0066CC; }

.social .liste_reseaux .right {
  float: right; }

.social #tab_sociaux span {
  color: #482882;
  font-weight: bold; }

.social .liste_reseaux ul {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%; }

.social .liste_reseaux ul li {
  position: relative;
  float: left;
  padding: 0 5px 0 20px;
  margin: 0 0 0 5px;
  cursor: pointer;
  background: none; }

.social .liste_reseaux .liste_reseaux_text_area {
  position: relative;
  float: left;
  width: 98%;
  padding: 1%;
  margin: 0; }

.social .titre_info {
  color: #482882;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #e0e0e0;
  width: 100%;
  padding-bottom: 3px;
  margin-bottom: 8px;
  margin-top: 0px; }

.social #tab_sociaux .row:nth-child(3n+4) {
  margin-bottom: 7px; }
  .social #tab_sociaux .row:nth-child(3n+4) .borderbottom {
    padding-bottom: 3px; }

.social #tab_sociaux a {
  text-decoration: underline !important; }

.social #tab_sociaux p > a {
  display: block; }

.media_button {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #482882;
  height: calc(130px + 1vw);
  width: calc(130px + 1vw);
  color: #fff;
  margin: 15px 0;
  cursor: pointer; }
  .media_button:hover {
    background-color: #7649c7; }
  .media_button i {
    margin-top: 25%; }
  .media_button p {
    font-size: calc(10px + 0.3vw);
    margin-top: 5px;
    font-weight: 600; }

#media-box .col-lg-12 {
  text-align: center; }

/* boxe journal des rapprochements */
.activities #rapprochements_inverses {
  background-color: #B0C4DE; }
