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

.extranet h2{
  color:#161951;
  font-size:35px;
  font-family: "Poppins";
  letter-spacing: 5px;
  line-height: 36px;
}
.extranet h3{
  color:#203c8c;
  font-size:22px;
  font-family: "Poppins";
  letter-spacing: 1.4px;
  line-height: 5rem;
  margin-right: 15px;
}
.extranet label, .extranet p{
  color: #161951;
}
.extranet .ajouter-fichier, #breves .add-comment {
  background: #afd0c4;
  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: #161951;
  color: ;
  border: 1px solid #161951;
}
.extranet #annuler{
  background: white;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border-radius: 50px;
  box-shadow: none;
  color: #161951;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .9px;
  line-height: 24px;
  min-width: 210px;
  padding: 15px 40px !important;
}
#envoyerFichiers{
  background: white;
  color: #afd0c4;
  color: blanc;
  border-radius: 70px;
  -webkit-box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
  box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .9px;
  padding: 15px 25px;
  margin-top: 30px;
}


#annuler {
  background: #fff;
  color: #140b24;
  border: 2px solid #140b24;
}
.acf-form-submit .button-primary{
  background: #161951;
  color: blanc;
  border-radius: 70px;
  -webkit-box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
  box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .9px;
  padding: 15px 25px;
}
button{
  background: #161951;
  border-radius: 70px;
  -webkit-box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
  box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .9px;
  padding: 15px 25px;
}


#dossiers{
  border-right: 2px solid #afd0c420;
}
.extranet #dossiers i.fa-folder-plus{
  color:#afdad2;
}
.extranet #dossiers i.fa-folder-minus{
  color:#cde0a5;
}
.extranet .cat-item a{
  color: #161951!important;
}
#breves .comment-name{
  color: #161951; 
  font-weight: 600;
  font-size: 16px;
  margin-right: 20px;
}
#breves .comment-date {
  color:#203c8c;
  font-size: 14px;
}
#breves .form-submit input{
  background: #afd0c4;
  border: 1px solid #afd0c4;
  color: white;
}
.close-comment{
  color: #afd0c4;
  border: 1px solid #afd0c4;
  background: white;
}
h1{
  color: #203c8c;
  font-size: 55px;
}
.wp-wysiwyg{
  margin-bottom: 50px;
  color: #203c8c;
  font-weight: 600;
  line-height: 16px;
  font-size: 15px;
  font-family: "Open Sans";
  
}
#loginform label {
    color: #161951;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 25px;
    
    
}
#add_user, #add_patient{
    background: #afd0c4;
    border-radius: 70px;
    -webkit-box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
    box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .9px;
    padding: 15px 25px;
}
#dlall{
    background: #161951;
    border-radius: 70px;
    -webkit-box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
    box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .9px;
    padding: 15px 25px;
}
#loginform input#wp-submit {
    background: #afd0c4;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 24px;
    min-width: 210px;
    padding: 15px 40px;
    position: relative;
    box-shadow: 0 7px 29px 0 hsla(240,5%,41%,.3);
}
p a{
color: #afdad2;}



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