body
{
    margin: 0 !important;
    padding: 0 !important;
    background: url(../img/big_ttc.webp) no-repeat center fixed !important;
}

.tb-75
{
 background: rgba(255, 255, 255, 0.75);
}

.tb-85
{
 background: rgba(255, 255, 255, 0.85);
}

.tb-95
{
 background: rgba(255, 255, 255, 0.95);
}

.transparentBackground
{
 background: rgba(255, 255, 255, 0.85);
}



.userModerated
{
    border-style: solid;
    border-color: lightgray;
    border-radius: 10px;
    padding: 40px;
    border-width: 1px;
    background-color:#ffe0cc;
}

.icone-ttc
{
    color:#ffff00;
    text-shadow: 1px 1px 8px black;
}


.moderation-tab
{
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    border-top: none; 
}

.moderation-post
{
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    background-color:#ffe0cc;
}

.moderation_img_post
{
    position:static;
    transition: transform .3s; /* Animation */
}

.moderation_img_post:hover {
    position:relative;
    left:50px;
    top:27px;
    transform: scale(3); /* (300% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

.moderation_textArea
{
   margin-top: 5px;
   padding: 6px;
   border-style: solid;
   border-color: lightgray;
   border-radius: 6px;
   font-size: 13px;
   resize: both;
   word-break: normal;
}  

.profileTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    margin-top: 15px;
    width: 98%;
  }
  
  .profileTable th
  {
    border-style: solid;
    border-color: #ddd;
    border-width: 0px 1px 0px 0px;
    padding: 4px;
  }
  
  .profileTable td  {
    border: 1px solid #ddd;
    padding: 4px;
  }
  
  .profileTable tr:nth-child(even){background-color: #eafaf1;}
  
  .profileTable tr:hover {background-color: #dddddd;}
  
  .profileTable th {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 5px 5px 0px 0px;

    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    background-color: #597d19;
    color:white;
    font-weight: 400;
  }

  .annuaire-tab
{
    background-color: white;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;
    border-top: none; 
}

.public_annuaire
{
 font-style:italic;
 font-weight: 600;
   
 color:#597d19 !important;
}
