/*
Theme Name: Equal.brussels - Site principal
Description: Themes site principal Equal.brussels
Author: Opengraphy
*/

:root {
    --chart-pink: #FFC9E8;
    --chart-gray: #949499;
    --chart-gray-50: '#cfd0d2';
    --chart-gray-25: '#e7e8e9';
    --chart-black: #3e4246;

    /* font-family: "Source Sans Pro", sans-serif;
    font-size: 16px; */
}

.bg-pink {
    background-color: var(--chart-pink);
}
.bg-gray {
    background-color: var(--chart-gray);
}
.bg-gray-50 {
    background-color: var(--chart-gray-50);
}
.bg-gray-25 {
    background-color: var(--chart-gray-25);
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    
    /* color: #3e4246; */
}

#search {
    z-index: 5000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    /* opacity: 0; */
    display: none;
}

#search input[type="search"] {
    /* position: absolute; */
    top: 50%;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#search .btn-close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    /* opacity: 1; */
    display: block;
}

a {
    color: #3e4246;
    text-decoration: none;
}

p a {
    text-decoration: underline;
}



sprb-logo-header {
    margin-left: -8px;
    width: 200px;
}

@media (min-width: 768px) {
    .sprb-logo-header {
        margin-left: -8px;
        width: 300px;
    }
}

/* Hover NAV Soulignement Rubrique*/

#main-menu .nav-link:focus,
#main-menu .nav-link:hover {
    color: #1c1c1c;
    /* border-bottom: 4px solid #5264bb; */
}

#main-menu .nav-item:hover::after {
    width: 100%;
}

#main-menu>.nav-item::after {
    position: relative;
    top: -4px;
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #ffffff;
    -webkit-transition: width .3s;
    transition: width .3s;
}

nav .active>a.nav-link
/* .dropdown-menu .active>a  */

{
    color: #000000 !important;
}


/* Lien Menu Active */

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f8f9fa;
}


/**
Title H2 of every sub-section
**/
.section-title {
    font-size: calc(1.3rem + .6vw);
    margin-bottom : 2.8rem;
}

.section-title span {
    display: block;
    border-bottom: 1px solid;
    border-color: var(--chart-pink);
    /* padding-left: 1rem;
    padding-right: 1rem; */
    padding-top: 0.5rem;
    margin-left: -1rem;
    width:120px;
}

/** Home theme svg */
.theme_subject_container a  {
   text-decoration: none;
}

.theme_subject_container .subject_item img.grayscale {
    filter: grayscale(100%)!important;
    transition: filter 0.2s ease;
    opacity: 0.7;
}

.theme_subject_container .subject_item:hover img {
    filter: none!important;
} 

.theme_subject_container .subject_item:hover {
    filter: none!important;
    background-color: var(--chart-pink);
    box-shadow: var(--bs-box-shadow-sm) !important;
} 


/** OPEN CALLS */

.opencall-section img {
    filter: grayscale(100%)!important;
    transition: filter 0.2s ease;
}

.opencall-section > div:hover img {
    filter: none!important;
} 

.opencall-container {
    position: relative;
    transition: transform 0.2s ease;
    transform-origin: center;

  }
  .opencall-container:hover {
    transform: scale(1.1);
  }
  
  .opencall-container img {
    width: 100%;
    height: auto;
  }

  .opencall-content {
    bottom: 0px;
    max-width : 60%;
    /* position: absolute; */
   
    /* transform: translate(-50%, -50%); */
    /* text-align: center; */
  }

  
  .opencall-link:hover {
    text-decoration: underline;
  }






.text-primary,
.btn-outline-primary,
.page-link {
    color: #005EC2!important;
}

.btn-outline-primary:hover {
    color: white!important;
}

.cursor-pointer:hover {
    cursor: pointer;
}




@media screen and (min-width: 992px) {
    
    #menu-top-header li {
        margin-top: -1px;
    }

    li.current-lang {
        border-bottom: 1px solid #aba8af !important;
        border-left: 1px solid #aba8af !important;
        border-right: 1px solid #aba8af !important;
        border-top: 1px solid #aba8af63;
        background: white;
        border-bottom-left-radius: 0.2rem;
        border-bottom-right-radius: 0.2rem;
    }
    li.current-lang a{
       
        color: var(--chart-black) !important;
    }
    /* Modif */
    #navbarDropdown .menu-item {
        padding-left: 0px;
    }
    #main-menu .lang-item {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse .lang-item-fr {
        border-top: 1px solid rgb(222, 226, 230);
    }
}

/* nav .active>a.nav-link,
.dropdown-menu .active>a {
    color: #2f3e8b !important;
} */




/*
* CUSTOM CAROUSEL
*/

.carousel-item a {
    text-decoration: none !important;
}

.carousel-indicators {
    margin-top: 15px;
    margin-bottom: 0;
    border-radius: 5px;
    position: relative;
    bottom: initial;
    left: initial;
    right: initial;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(20,20,20);
    border: 1px solid black;
    border-radius: 10px;
}

.layer-slider {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-control-next,
.carousel-control-prev {
    top: unset !important;
    bottom: 18px !important;
}

.carousel-caption-left {
    /* right: 55% !important;
    /* bottom: 15% !important; */
    /* bottom: 0px; */
    width: 50%;
    height: 100%;
    left: -20px !important;
    text-align: left !important;
}

.slider-img {
    position: relative;
    display: inline-block; /* Ou 'block', selon votre mise en page */
    height: 350px;
}
.slider-img-layer {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0) 70%);
}

.skewed {
    transform: skew(-5deg);
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.01);
}


.multiline-truncate-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.multiline-truncate-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.multiline-truncate-4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.color-title h2 {
    color: #008783;
}

.color-title h3 {
    color: #e9426d;
}

.color-title h4 {
    color: #55801e;
}

.bg-light-blue {
    background-color: #f7f7ff;
}

.bg-sprb-light {
    background-color: rgba(108, 125, 208, 0.23) !important;
}

.bg-block-sprb {
    background-color: #2f3e8b;
}

.bg-block-sprb a {
    color: #f8f9fa!important;
}

.bullets {
    position: absolute;
    left: -8px;
}

.bullets div {
    width: 16px;
    height: 16px;
    background-color: white;
}

.border-sprb {
    border-color: #2f3e8b!important;
}

.post-type-archive-themepage .custom_code {
    display: none!important;
}


/* Overide for accessibility */

.text-muted {
    color: #6f6f6f!important;
}

.block-themes {
    text-transform: uppercase;
    text-align: left;
    /* font-weight: 200; */
    letter-spacing: -0.1rem;
    font-size: 1.25rem;
    line-height: 2.3rem;
    /* width: 24%; */
    /* padding: .5rem 0rem 1rem 0rem; */
    /* text-align: center; */
    /* color: rgba(255, 255, 255, 0.8); */
}

@media screen and (min-width: 992px) and (max-width: 1999px) {
  .block-themes {
    font-size: 1rem;
  }

}


/* .block-themes a {
    border-bottom: 2px solid white;
} */

.block-themes a:hover {
    /* color: rgba(255, 255, 255, 1) !important; */
}

.owl-nav {
    text-align: center!important;
    font-size: 30px!important;
    line-height: 10px;
    margin-top: 10px;
}

.owl-nav span {
    margin-left: 5px;
    margin-right: 5px;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel button.owl-dot:focus,
.owl-nav span:focus {
    outline: 0 !important;
}

img.animated-grayscale {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.5s ease;
}

img.animated-grayscale:hover {
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    filter: grayscale(50%);
    transform: scale(1.03);
}

.slide-container {
    position: relative;
}

.slide-image {
    display: block;
    width: 100%;
    height: auto;
}

.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.7;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.slide-container:hover .slide-overlay {
    height: 100%;
}

.slide-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.modal-content ul li {
    margin: 1rem;
    list-style-type: initial;
}

.page-item span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    /* color: #007bff; */
    background-color: #fff;
    border: 1px solid #dee2e6;
}


/* ==========================================================================
Theme Page
========================================================================== */

.page-template-default #content a,
.tax-theme .modal-body a,
.tax-theme .excerpt a,
.content-campaign a {
    color: #005EC2!important;
}

.privacy-policy #content a {
    color: rgb(62, 66, 70)!important;
}

.privacy-policy a:hover {
    text-decoration: underline;
}

.privacy-policy ol {
    margin-left: 20px;
    list-style-type: decimal;
}

.privacy-policy th,
.privacy-policy td {
    padding: 5px;
    border: 1px solid #dfe5e8;
}


/* ==========================================================================
 Divider Css
========================================================================== */

.astrodivider {
    width: 100%;
    position: relative;
}

.astrodivider span {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #606467;
    background: white;
}

.astrodivider-sm span {
    width: 25px;
    height: 25px;
    margin-left: -13px;
    margin-bottom: -13px;
}

.astrodivider i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    text-align: center;
    line-height: 40px;
}

.astrodivider-sm i {
    line-height: 13px;
}

.astrodividermask {
    overflow: hidden;
    height: 25px;
}

.astrodividermask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px #606467;
}


/*==========================================================================
Menu Navbar Text Color Black
==========================================================================*/

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0);
}


/*==========================================================================
Media News Responsive cards-colums.
==========================================================================*/

@media screen and (max-width: 575px) {
    .card-columns {
        column-count: 1 !important;
    }
    .signature-oli-b small{
      font-size : 0.7rem !important;
    }
    .signature-oli-b img {
      width:25px !important;
    }
    .block-svg {
      width : 100%;
    }
}

@media screen and (min-width: 576px) {
    .card-columns {
        column-count: 3 !important;
    }
    /* .img-publication-wrapper {
    min-height:339px;
    } */
    .signature-oli-b small{
      font-size : 0.8rem !important;
    }
    .signature-oli-b img {
      width:30px !important;
    }
}

@media screen and (min-width: 768px) {
    /* .img-publication-wrapper {
        min-height:296px;
    } */
}

@media only screen and (min-width: 992px) {
    .card-columns {
        column-count: 4 !important;
    }
    /* .img-publication-wrapper {
        min-height:415px;
    } */
}

@media only screen and (min-width: 1200px) {
    /* .img-publication-wrapper {
        min-height:360px;
    } */
}

@media screen and (max-width: 575px) {
    .deux-col {
        margin-bottom: 100px;
    }
}


/*==========================================================================
Contact Form 7 Submit Button
==========================================================================*/

.wpcf7 input[type="submit"] {
    color: #ffffff;
    font-size: 16px;
    background: black;
    padding: 10px 20px 10px 20px;
    border: none;
    border-radius: 5px;
    width: auto;
    text-transform: uppercase;
    margin-top: 1rem
}

.wpcf7 input:hover[type="submit"] {
    background: black;
    transition: all 0.4s ease 0s;
}

.wpcf7 input:active[type="submit"] {
    background: #000000;
}

ul.pagination {
    justify-content: center !important;
}
.grecaptcha-badge {
  display: none;
}

.h1-border-title {
    width: 100%;
    height: 2px;
    position: relative;
    animation-name: bordertitle;
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
}

@keyframes bordertitle {
    0% {
        width: 0px;
        /* background-color: #3c8f2d; */
        /* left: -60px; */
    }
    100% {
        width: 100%;
        /* background-color: #3c8f2d; */
        /* left: 0px; */
    }
}

.owl-item {
    height: 100%!important;
}

.open_call-template-default table {
  border: 1px solid #dee2e6;
}
.open_call-template-default table td, .open_call-template-default table th {
    border: 1px solid #dee2e6;
    padding:5px;
}

.button-theme-download-pdf {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-nav [class*='owl-'] {
      color: #FFF;
      font-size: 14px;
      margin: 5px;
      padding: 4px 7px;
      background: #D6D6D6;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px; }
      .owl-theme .owl-nav [class*='owl-']:hover {
        background: #3d3d3d;
        color: #FFF;
        text-decoration: none; }
    .owl-theme .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }

  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

  .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 30px; }
      .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #3d3d3d; }
