.switch-language {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #1a2436;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-style: normal;
}

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;
}


#yapla-consent-box .cookie-notice a, #yapla-consent-box .cookie-modal a{
color:#5d87a1;
}

#yapla-consent-box .cookie-notice a:hover, #yapla-consent-box .cookie-modal a:hover {
    color: #f25b5b;
}

#yapla-consent-box .cm-btn-success, #yapla-consent-box .cookie-modal .cm-list-input:checked + .cm-list-label .slider{
background-color:#1a2436;
}
#yapla-consent-box .cm-btn-success:hover, #yapla-consent-box .cm-btn-success:focus{
background-color:rgba(26, 36, 54, 0.8);
}

#yapla-consent-box .cookie-modal .cm-btn-accept{
color:#5d87a1;
border-color:#5d87a1;
}
#yapla-consent-box .cookie-modal .cm-btn-accept:hover,#yapla-consent-box .cookie-modal .cm-btn-accept:focus{
color:#ffffff;
background-color: #1a2436;
}

#yapla-consent-box .cm-btn-danger {
    background-color: #F25B5B;
    border: 1px solid #F25B5B;
}


#yapla-consent-box .cm-btn-success {
    background-color: #1a2436;
        border: 1px solid #1a2436;
}

#yapla-consent-box .cm-btn-success:hover {
    background-color: rgba(26, 36, 54, 0.8);
}

.btn-primary:hover,
#yapla-consent-box .cm-btn-success:hover,
#yapla-consent-box .cookie-modal .cm-btn-accept:hover,
#yapla-consent-box .cm-btn-danger:hover{
    background-color: transparent!important;
    color: #1a2436!important;
    border-radius: 40px;
}

#yapla-consent-box .cm-btn {
    border-radius: 40px!important;
}


/*
Tache afficher 1 seule catégorie à la fois / cacher des catégories
*/
#panel_membership_category_2447 {
   display:none;
}
#panel_membership_category_2448 {
    display:none;
}
#panel_membership_category_2449 {
    display:none;
}

.form-group.form-element-arriving_time{display:none;}
