/* CSS Document */

.ep_aucun {

  font-style:italic;
  margin:10px 0px 10px 0px;
}

#espace_prive_message {
  color:#a00;
  font-weight:500;
  font-size:12px;
  text-align:left;
  margin-bottom:5px;
}

#contenu_espace_prive {


}

#espaceprive_menu {

}


#contenu_espace_prive table.listing {
  width:100%;
}
#contenu_espace_prive table.listing td {
  padding:8px;
  border-bottom:1px dotted #bbb;
}
#contenu_espace_prive table.listing th {
  padding:8px;
  background-color: #C3AA99;
  color:#fff;
  text-align:left;
}
#contenu_espace_prive table.listing th a, #contenu_espace_prive table.listing th a:hover {
  color:#fff;
}

#contenu_espace_prive table.listing .ligne_pair {
  background-color:#eee;
}
#contenu_espace_prive table.listing .ligne_impair {
  background-color:#fff;
}


.espaceprive_menu_titre {
/*
  display:block;
  text-align:center;
  padding:8px;
  margin:1px;
  width:auto;
  font-weight:500;
  background-color: #60412b;
  color:#fff;
  
  border-top-left-radius:8px;
  border-top-right-radius:8px;
*/
    display:block;
    color: #998C82;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-weight:500;
    margin-bottom:10px;
}
.espaceprive_menu_titre:hover {
  /*
  
  color:#fff; 
  text-decoration:none;
  */
}
/*
.espaceprive_menu_titre * {
  color:#fff;
}
*/

.espaceprive_menu_soustitre {
   /*
     text-align:center;
     padding:8px;
     margin:1px;
     width:auto;
     background-color: #6d645d;
     color:#fff;
   */
    color: #6ec7be;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom:10px;
}

.espaceprive_menu_separateur {
  height:10px;
  width:auto;  
}

.espaceprive_menu_item {
  display:block;
  /*
  text-align:left;
  padding:8px;
  width:auto;
  margin:1px;  
  
  background-color:#ddd;
  color:#000;
  */
  color: #998C82;
  padding: 10px 0 10px 10px;
      
}

.espaceprive_menu_item:hover, .espaceprive_menu_item_actif {
  /*
  background-color:#6ec7be;
  */
  background-color: #ECC3C9;
  color: #E31738;  
  text-decoration:none;
}

.espaceprive_menu_item::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #998C82;
  margin-right: 10px;
  vertical-align: middle;
}

.espaceprive_menu_item:hover:before, .espaceprive_menu_item_actif:before {
  background-color: #E31738;
}

.espaceprive_menu_item::after {
    content: '';
    position: absolute;
    width: 20px;
    right: -20px;
    top: 0;
    bottom: 0;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23ECC3C9' points='0,0 0,100 100,50' %3E%3C/polygon%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.espaceprive_menu_item:hover:after, .espaceprive_menu_item_actif:after {
  opacity: 1;
}

/*
.espaceprive_menu_item:last-child {
  
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
}

.espaceprive_menu_item_actif {
  background-color:#6ec7be;
}

*/

.espaceprive_blocs {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.espaceprive_bloc {
  flex:1;
  border:1px solid #C3AA99;
  margin:1%;
}
.espaceprive_bloc_large {
  width:100%;
  border:1px solid #C3AA99;
  margin:1% 0;
}

.espaceprive_bloc_fermer {
  float:right;
  margin:0px 2px 2px 0px;
  width:16px;
  height:15px;
  background-color:#fff;
  padding:0px;
  text-align:center;
  font-size:12px;
  cursor:pointer;
}

.espaceprive_bloc_titre {
  text-align:left;
  padding:6px;
  margin:0px;
  width:auto;
  font-weight:500;
  background-color: #C3AA99;
  color:#fff;

  
  /*background-image: url(images/entete_menu.png);*/
  background-repeat: repeat-x;
  background-position:left center;  
}

.espaceprive_bloc_titre_ligne, .espaceprive_bloc_titre_ligne_last {
  text-align:left;
  padding:6px;
  margin:0px;
  width:auto;
  font-weight:500;
  background-color: #C3AA99;
  color:#fff;
  border-bottom:1px solid #fff;
}
.espaceprive_bloc_titre_ligne:last-child, .espaceprive_bloc_titre_ligne_last {
  border:0px;
}

.espaceprive_bloc_content {
  padding:5px;
  background-color: #fff;
}

.espaceprive_bloc_acces_rapide {

 /*background-color: #C3AA99;*/
}
.espaceprive_bloc_acces_rapide .espaceprive_bloc_titre {

}

.espaceprive_bloc_acces_rapide .espaceprive_bloc_content {
  background:none;
  padding:10px;
}

.espaceprive_bloc_acces_rapide .espaceprive_bloc_content a {
  display:block;
  color:#6ec7be;
  font-weight:500;
  margin-bottom:4px;
  padding:4px;
  border-bottom:1px dotted  #6ec7be;
  
}
.espaceprive_bloc_acces_rapide .espaceprive_bloc_content a:hover {
  background-color:#6ec7be;
  color:#fff;
  border-bottom:1px solid #6ec7be;
  text-decoration:none;
}

.espaceprive_bloc_content a.bouton {
  display:block;
  margin-bottom:4px;
}

/******* documents *********/
.ep_document {
  margin:5px;
  padding:10px;
  display:flex;
}

.ep_document_impair {
  background-color:#eee;
}

.ep_document_fichier_dl {
  
  display:block;
  margin-right:10px;
  
  border-radius:5px;
  background-color:#6ec7be;
  
  background-image:url('images/download_button_24.png');
  background-position:center center;
  background-repeat:no-repeat;
  width:50px;
  height:50px;
}

.ep_document_fichier_dl:hover { 
  background-color:#C3AA99;
  background-position:center 20px;
}

.ep_document_fichier_info {
  
  display:block;
  margin-right:10px;
  
  border-radius:5px;
  background-color:#6ec7be;
  
  background-image:url('images/info_sign_24.png');
  background-position:center center;
  background-repeat:no-repeat;
  width:50px;
  height:50px;
}



.ep_document_content {
}
.ep_document_titre {
  font-weight:500;
  margin-bottom:5px;
}

.ep_document_infos_fichier {
  font-weight:500;
  margin-top:5px;
}

#ep_editer_menu {

}
#ep_editer_menu .espaceprive_menu_item {
  margin:10px;
  background-color:#6ec7be;
}

.ep_table_form {
  max-width:100%;

}
.ep_table_form input[readonly=readonly] {
  border:1px solid #ccc;
  color:#777;
}

.ep_table_form th {
  text-align:right;
  font-weight:500;
}
.ep_table_form .required {
  color:#a00;
}
.ep_table_form textarea {
  width:300px;
  max-width:100%;
}





#contenu_espace_prive input[type=text], #contenu_espace_prive input[type=password], #contenu_espace_prive input[type=email], #contenu_espace_prive textarea, #contenu_espace_prive select {
  border:1px solid #D4D0C9;
  padding:5px;
  color: #C3AA99;
  font-family: 'Roboto', sans-serif;
  font-size: 18px; 
}

/* bulles interlocuteurs */
._bulle_i {
    background-color:#6ec7be;
    color:#fff;
    border-radius:50%;
    width:26px;
    height:26px;
    display:flex;
    align-items: center;
    justify-content: center;    
}
._bulle_i span {
    color:#fff;
    text-align:center;
    font-size:15px;     
}


/* responsive */
@media (max-width: 800px) {
  .espaceprive_blocs {
    display:block;
  }
  .espaceprive_bloc {
    width:100%;
    margin:1% 0;
  } 
  
  .ep_table_form th {
    text-align:left;
  }
  .ep_table_form th, .ep_table_form td {
    display:block;
  }   
}