h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.show{
display:none!important;
}

.active.show{
display:block!important;
}

.container{
padding: 15px;
}

.news-title a {
font-size:inherit;
}

 /* copie du code de Amal*/
#search-object-tab-formbuilder div {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
  margin: 15px 0;
  border-bottom: 1px solid #1A2436; }
  @media (min-width: 992px) {
    #search-object-tab-formbuilder div {
      grid-template-columns: 1fr 1fr; } }
  #search-object-tab-formbuilder div .vue-col-1,
  #search-object-tab-formbuilder div .vue-col-2 {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    background-color: transparent; }
  #search-object-tab-formbuilder div .vue-col-1 img {
    max-height: 150px; }
  #search-object-tab-formbuilder div .vue-col-2 .titre-organisation, .description h4 {
    font-family: "Roboto", sans-serif;
    color: #F25B5B;
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    text-transform: none;
    line-height: 1.4; }
  #search-object-tab-formbuilder div .vue-col-2 .titre-offre {
    font-family: "Roboto", sans-serif;
    color: #1A2436;
    font-style: normal;
    font-weight: 900;
    font-size: 1.3rem;
    text-transform: uppercase;
    line-height: 1.4;
    text-transform: initial;
    font-size: 1.7rem; }

#module_directory_organization_result thead {
  background-color: #f7941e; }
  #module_directory_organization_result thead a.asort,
  #module_directory_organization_result thead a.theadLink {
    color: #fff; }
#module_directory_organization_result tbody > tr:nth-child(odd) > td,
#module_directory_organization_result .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff; }
#module_directory_organization_result tbody > tr:nth-child(even) > td,
#module_directory_organization_result .table-striped > tbody > tr:nth-child(even) > th {
  background-color: rgba(247, 148, 30, 0.2); }
#module_directory_organization_result tbody .table__field-image {
  width: 150px;
  height: 150px !important;
  object-fit: contain; }
#module_directory_organization_result tbody td,
#module_directory_organization_result tbody th {
  vertical-align: middle;
  height: 200px; }

a.candidature {
    padding: 15px 10px;
    background-color: #1A2436;
    border-radius: 25px;
    color: white;
}

a.candidature:hover {
    padding: 15px 10px;
    background-color: #F25B5B;
    border-radius: 25px;
    color: white;
}
