@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');

.extranet h2{
  color:#e0790b;
  font-size:40px;
  font-family: "Gochi Hand";
  letter-spacing: 5px;
  line-height: 36px;
}
.extranet h3{
  color:#140b24;
  font-size:28px;
  font-family: "Gochi Hand";
  letter-spacing: 1.4px;
  line-height: 5rem;
  margin-right: 15px;
}
.extranet label, .extranet p{
  color: #140b24;
}
.extranet .ajouter-fichier, #breves .add-comment {
  background: #140b24;
  color: #ffffff;
  width: 100%;
  margin-top: 35px;
  border-radius: 30px;
}
.extranet .download{
  background: #afdad2;l
  color: #ffffff;
}
.extranet .download a {
  color: #ffffff;
}
.extranet .preview{
  background: #cde0a5;
  color: #ffffff;
  margin-right: 5px;
}
.extranet .preview a {
  color: #ffffff;
}
.extranet #addPost{
  background: #140b24;
  color: ;
  border: 1px solid #140b24;
}
.extranet #annuler{
  background: #ffffff;
  color: #140b24;
  border: 1px solid #140b24;
}
.added #annuler {
  background: #140b24;
  color: #ffffff;
}
#dossiers{
  border-right: 2px solid #140b24;
}
.extranet #dossiers i.fa-folder-plus{
  color:#afdad2;
}
.extranet #dossiers i.fa-folder-minus{
  color:#cde0a5;
}
.extranet .cat-item a{
  color: #140b24!important;
}
#breves .comment-name{
  color: #e0790b; 
  font-weight: 600;
  font-size: 16px;
  margin-right: 20px;
}
#breves .comment-date {
  color:#140b24;
  font-size: 14px;
}
#breves .form-submit input{
  background: #140b24;
  border: 1px solid #140b24;
  color: white;
}
.close-comment{
  color: #140b24;
  border: 1px solid #140b24;
  background: white;
}
h1{
  color: #140b24;
  font-size: 55px;
}
.wp-wysiwyg{
  margin-bottom: 50px;
  color: #140b24;
  font-weight: 600;
  line-height: 16px;
  font-size: 15px;
  font-family: "Open Sans";
  
}
#loginform label {
    font-size: 18px;
    padding: 20px 0;
    width: 100%;
    color: #140b24;
}
#loginform input#wp-submit {
    background: #140b24;
    color: #ffffff;
    border: 1px solid #140b24;
    font-size: 15px;
    border-radius: 100px;
    padding: 5px 30px !important;
    line-height: 20px;
    margin-left: 10px;
}
p a{
color: #afdad2;}



/*HOVER*/
.close-comment:hover {
  background: #140b24;
  color: white;
}
.nb-comments:hover{
  color: #e0790b;
  cursor: pointer;
}