.form-sf2-main-wrapper{
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px;
}

.formbold-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}

.form-group-sf2{
  display: flex;
  flex-direction: column;
}


.sf2-messages-form{
  margin: 20px 0 20px 0; 
  padding: 20px;
  background-color: lightgreen;
  border-radius: 5px;
  color:  #fff;
}

.invalid-feedback-form{
   font-size: 10px;
   color: indianred;
}

.sf2-form-label {
  color: #07074D;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 18px;
}

.sf2-form-input{
    width: 100%;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #DDE3EC;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    color: #07074D;
    outline: none;
    resize: none;
    height: 40px !important;
}

.sf2-btn-submit{
  font-size: 16px;
  border-radius: 5px;
  padding: 12px 25px;
  border: none;
  font-weight: 500;
  background-color: #7ca0af;
  color: white;
  cursor: pointer;
  margin-top: 25px;
  float: right;
}

.sf2-btn-submit:hover {
  background-color: #b2d6e4;
}


.sf2-message-protected-post{
  text-align: center;
}

.container-sf2-protect-form { margin: 0; position: absolute; top: 50%; left: 50%; -ms-transform: translate( -50%, -50% ); transform: translate( -50%, -50% ); }
.post-password-label { color: grey; }
.post-password-class { width: 100% !important; }
.post-password-class:focus { color: grey !important; border-color: #fff !important; }

.sf2-protected-post-submit{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.error-code-sf2-protected-post{
  color: brown;
  font-size: 12px;
}

@media only screen and ( max-width: 600px ) {
  
    .center-custom {
        width: 85%;
    }

    .sf2-protected-post-submit{
      flex-direction: column;
    }
    .sf2-protected-post-submit>*{
      width: 100%;
    }
}


.entry-header {
  display:none !important;
}



/* Annuaires */
.container-annuaire{
}

.row-annuaire{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.item-annuaire{
   /* flex:1; */
   width: 250px;
   max-width: 250px;
   border: 1px solid #CFC5B3;
   display: flex;
   flex-wrap: wrap;
   padding: 10px;
   align-items: center;
   justify-content: center;
   align-content: center;
   min-height: 100px;

   border-left: 10px double       #CFC5B3;
   
}

.annuaire-title{
  font-size: 1rem !important;
  margin: 0 !important;
  text-align: center;
  color: #35474c !important;
  font-weight: 500 !important;
}

.annuaire-subtitle{
  font-size: 0.8rem !important;
  text-align: center;
  color: #7ca0af !important;
}

@media only screen and ( max-width: 767px ) {
  
  .row-annuaire{
    justify-content: center;
    flex-direction: row;
  }
}
