/* IMPORTS */

@import "_colors.css";
@import "_slick.css";
@import "_sliders.css";
@import "_sliders_responsive.css";
@import "_forms.css";
@import "_pages.css";
@import "_map.css";

/* END IMPORTS */


/* KEEP ME ! Theme customization starts here
------------------------------------------------------- */

/** Custom login page **/

body.login {
    background-color: #1a242d;
}

#login h1 a, .login h1 a {
    background-image: url('https://hybride-conseil.fr/wp-welcome-panel/logo_hybride_blanc.svg');
    background-size: cover;
    width: 100%;
    height: 155px;
}

.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #cfcfcf;
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

/** Styles **/

/********************** GLOBAL **********************/

body {
    font-weight: 400;
    color: #2A3268;
}

a {
    color: inherit;
}

a, a:hover {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #2A3268;
}

img[src*=".svg"] {
    max-width: 100% !important
}

.custom-btn {
    font-family: 'Circe Rounded', sans-serif;
    font-weight: bold;
    border-radius: 20px;
    padding: 0.25rem 1.5rem;
    min-width: 140px;
    text-align: center;
    display: block;
    transition: all 300ms ease;
    width: fit-content;
}

.custom-green-btn {
    color: white;
    font-size: 15px;
    line-height: 22px;
    border: solid 2px #68BDB5;
    background-color: #68BDB5;
}

.custom-green-btn:hover {
    color: #68BDB5;
    background-color: white;
}

.custom-green-btn-outline {
    color: #68BDB5;
    font-size: 15px;
    line-height: 22px;
    border: solid 2px #68BDB5;
    background-color: transparent;
}

.custom-green-btn-outline:hover {
    color: white;
    background-color: #68BDB5;
}

.custom-blue-btn {
    color: white;
    font-size: 17px;
    border: solid 2px #2A3268;
    line-height: 32px;
    background-color: #2A3268;
}

.custom-blue-btn:hover {
    color: #2A3268;
    background-color: white;
}

.custom-blue-btn-outline {
    color: #2A3268;
    font-size: 15px;
    line-height: 22px;
    border: solid 2px #2A3268;
    background-color: transparent;
}

.custom-blue-btn-outline:hover {
    color: white;
    background-color: #2A3268;
}

.custom-blue-medium-btn {
    color: white;
    font-size: 17px;
    border: solid 2px var(--soler-blue-medium);
    line-height: 32px;
    background-color: var(--soler-blue-medium);
}

.custom-medium-blue-btn:hover {
    color: var(--soler-blue-medium);
    background-color: white;
}

.custom-blue-medium-btn-outline {
    color: var(--soler-blue-medium);
    font-size: 15px;
    line-height: 22px;
    border: solid 2px var(--soler-blue-medium);
    background-color: transparent;
}

.custom-blue-medium-btn-outline:hover {
    color: white;
    background-color: var(--soler-blue-medium);
}

#home-title h1, #home-title span {
    font-family: 'Avenir Next', sans-serif;
}

#home-title h1 {
    font-weight: 900;
}

#home-title h1 span {
    font-weight: 300;
}

/** Lists **/

.hc-conseil-municipal-item ul li {
    display: flex;
    align-items: center;
    list-style-type: none !important;
}

.hc-conseil-municipal-item ul li:before {
    content: "";
    background: var(--hc-color-one);
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 20px;
    position: absolute;
    left: -1px;
}

.et_pb_blurb_container .et_pb_blurb_description {
    position: relative;
}

footer {
    overflow: hidden;
}

#hc-breadcrumb p {
    padding-bottom: 0;
}


img[src*=".svg"] {
    max-width: unset;
}

/********************** END GLOBAL **********************/


/** Page Services  **/

.hc-page-template-page-service-breadcrumbs {
    display: flex;
}


.hc-page-template-page-service .container:before {
    display: none;
}

.hc-page-template-page-service .hc-pages-list {
    display: flex;
    flex-wrap: wrap;
}

.hc-page-template-page-service .hc-pages-item {
    width: 33.333333%;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;

}

.hc-page-template-page-service .hc-page-thumb {
    height: 250px;
    overflow: hidden;
    border-radius: 15px
}

.hc-page-template-page-service .hc-pages-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all 300ms ease;
}

.hc-page-template-page-service .hc-pages-item img:hover {
    transform: scale(1.02);
    border-radius: 15px
}

.hc-page-item-title {
    padding: 1rem;
    text-align: center;
}

.hc-page-item-btn {
    text-align: center;
}

.hc-page-item-btn a {
    border: solid var(--hc-color-one) 1px;
    background-color: var(--hc-color-one);
    padding: 0.5rem 2rem;
    color: white;
    transition: all 300ms ease;
}

.hc-page-item-btn a:hover {
    background-color: white;
    padding: 0.5rem 2rem;
    color: var(--hc-color-one);
}


/********************** MENUS **********************/

/** Menu principal **/

#hc-menu-top .et_pb_menu__search-button {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 2rem;
}

.hc-search-btn-top img:hover, #hc-header-menu-desktop-open:hover {
    cursor: pointer;
}

#hc-menu-top .dashicons-admin-home:before {
    content: url("/wp-content/themes/Divi-child/assets/icons/hc-icon-search.svg");
}

#hc-menu-top .dashicons-admin-home:hover:before {
    content: url("/wp-content/themes/Divi-child/assets/icons/hc-icon-search-hover.svg");
}

.hc-header-menu-desktop-container {
    display: none;
}

#hc-header-menu ul {
    list-style: none;
}

#hc-header-menu {
    z-index: 3;
    position: relative;
}

#hc-header-menu .nav-tabs .nav-link {
    font-family: 'Circe Rounded', sans-serif;
    font-size: 25px;
    line-height: 41px;
    font-weight: normal;
    color: #2A3268 !important;
    border-left: none !important;
    border-right: none;
    border-top: none;
    border-bottom: solid 1px #dee2e6 !important;
    border-radius: 0;
    margin-bottom: 0;
}

.hc-header-menu-content .menu-title {
    font-family: 'Circe Rounded', sans-serif;
    font-size: 25px;
    line-height: 50px;
    font-weight: bold;
    color: #2A3268;
}

.hc-header-menu-content a {
    font-size: 20px;
    line-height: 40px;
    font-family: 'Avenir', sans-serif;
    color: #2A3268;
}

#hc-header-menu a:hover {
    color: #0082C2;
}

#hc-header-menu .hc-header-menu-content {
    background-color: #F5F8FA;
    transition: all 300ms ease;
}

.hc-header-menu-content-imgs-item {
    position: relative;
}

.hc-header-menu-content-imgs-item * {
    transition: all 300ms ease;
}

.hc-header-menu-content-imgs-item:hover span {
    top: 0;
    bottom: unset;
}

.hc-header-menu-content-imgs-item:hover img {
    filter: brightness(0.5);
}

.hc-header-menu-content-imgs-item span {
    position: absolute;
    left: 1rem;
    top: 105px;
    color: white;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Avenir', sans-serif;
    font-weight: 600;
}

.hc-header-menu-nav .menu-nav-title {
    position: relative;
}

.hc-header-menu-nav .nav-link:after {
    content: url('/wp-content/uploads/2022/11/menu-nav-link-after.png');
    position: absolute;
    right: 0;
    top: auto;
    transition: all 300ms ease;
    opacity: 0;
}

.hc-header-menu-nav .nav-link, .hc-header-menu-nav .nav-link.active {
    border-left: none !important;
    border-bottom: solid 1px #dee2e6 !important;
}

.hc-header-menu-nav .nav-link.active:after {
    opacity: 1;
}

#hc-header-menu-desktop-open .et_pb_image_wrap {
    display: flex !important;
    align-items: center;
    width: 98px;
    transition: all 300ms ease;
}

#hc-header-menu-desktop-open .et_pb_image_wrap:after {
    content: 'MENU';
    font-family: 'Circe Rounded', sans-serif;
    font-weight: 800;
    font-size: 15px;
    margin-left: 1rem;
    letter-spacing: 1px;
    transition: all 300ms ease;
}

#hc-header-menu-desktop-open.hc-header-menu-close .et_pb_image_wrap img {
    content: url('/wp-content/uploads/2022/12/icon-menu-burger-close.svg') !important;

}

#hc-header-menu-desktop-open.hc-header-menu-close .et_pb_image_wrap:after {
    content: 'FERMER';
}

/*.hc-header-menu-open {*/
/*    content: url('/wp-content/uploads/2022/11/icon-menu.svg');*/
/*}*/

/* Search top */

#hc-search-field-top {
    display: none;
}

.et_pb_menu__search-button:after {
    content: url("/wp-content/uploads/2022/11/icon-search.svg");
}

/* Fix */

.archive.tax-entreprises_dir_cat .et_pb_section_0_tb_header,
.archive.tax-associations_dir_cat .et_pb_section_0_tb_header,
.archive.tax-entreprises_dir_cat .et_pb_section.et_pb_section_2_tb_body.et_section_regular,
.archive.tax-associations_dir_cat .et_pb_section.et_pb_section_2_tb_body.et_section_regular,
.archive.tax-entreprises_dir_cat .et_pb_section.et_pb_section_3_tb_body.et_section_regular,
.archive.tax-associations_dir_cat .et_pb_section.et_pb_section_3_tb_body.et_section_regular {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.archive.tax-entreprises_dir_cat .et_pb_row.et_pb_row_0_tb_header,
.archive.tax-associations_dir_cat .et_pb_row.et_pb_row_0_tb_header {
    max-width: unset !important;
    width: 100% !important;
}

.archive.tax-entreprises_dir_cat #hc-header-menu-desktop-open,
.archive.tax-associations_dir_cat #hc-header-menu-desktop-open {
    margin-left: unset !important;
}

.archive.tax-associations_dir_cat #hc-newsletter-btn-top,
.archive.tax-entreprises_dir_cat #hc-newsletter-btn-top {
    color: #2A3268 !important;
    border-color: #e4ebf0 !important;
    border-radius: 20px !important;
    font-size: 15px !important;
    font-family: 'Circe Rounded Bold', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #e4ebf0 !important;
}

.archive.tax-associations_dir_cat ul.et_pb_social_media_follow_0_tb_header,
.archive.tax-entreprises_dir_cat ul.et_pb_social_media_follow_0_tb_header {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 5rem !important;
}

.archive.tax-associations_dir_cat #hc-newsletter-btn-top:after,
.archive.tax-entreprises_dir_cat #hc-newsletter-btn-top:after {
    content: url('/wp-content/uploads/2022/12/icone-newsletter.svg') !important;
    width: 37px;
    height: 52px;
    display: block;
    position: absolute !important;
    top: -10px;
    right: 0;
    opacity: 1 !important;
    transition: all 300ms ease !important;
}

.archive.tax-associations_dir_cat #hc-newsletter-btn-top:hover:after,
.archive.tax-entreprises_dir_cat #hc-newsletter-btn-top:hover:after {
    opacity: 0 !important;
}

.archive.tax-associations_dir_cat #hc-newsletter-btn-top-mobile:after,
.archive.tax-entreprises_dir_cat #hc-newsletter-btn-top-mobile:after {
    content: url('/wp-content/uploads/2022/12/icone-newsletter.svg');
    left: calc((100vw / 2) + 80px);
    top: 12%;
    width: 37px;
    height: 51px;
    position: absolute;
    display: block !important;
    opacity: 1 !important;
}

.archive.tax-associations_dir_cat #hc-newsletter-btn-top:hover,
.archive.tax-entreprises_dir_cat #hc-newsletter-btn-top:hover {
    background-color: #2A3268 !important;
}

.drts .drts-bs-btn {
    background-color: #0082C2;
}

#hc-socials-top a:before {
    /*color: inherit !important;*/
}

.archive.tax-associations_dir_cat .et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_header.et_pb_social_icon .icon:before,
.archive.tax-entreprises_dir_cat .et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_header.et_pb_social_icon .icon:before {
    color: #3b5998 !important;
}

.archive.tax-associations_dir_cat .et_pb_social_media_follow .et_pb_social_media_follow_network_1_tb_header.et_pb_social_icon .icon:before,
.archive.tax-entreprises_dir_cat .et_pb_social_media_follow .et_pb_social_media_follow_network_1_tb_header.et_pb_social_icon .icon:before {
    color: #00aced !important;
}

.archive.tax-associations_dir_cat .et_pb_social_media_follow .et_pb_social_media_follow_network_2_tb_header.et_pb_social_icon .icon:before,
.archive.tax-entreprises_dir_cat .et_pb_social_media_follow .et_pb_social_media_follow_network_2_tb_header.et_pb_social_icon .icon:before {
    color: #ea2c59 !important;
}

.archive.tax-associations_dir_cat .et_pb_social_media_follow .et_pb_social_media_follow_network_3_tb_header.et_pb_social_icon .icon:before,
.archive.tax-entreprises_dir_cat .et_pb_social_media_follow .et_pb_social_media_follow_network_3_tb_header.et_pb_social_icon .icon:before {
    color: #007bb6 !important;
}

.archive.tax-associations_dir_cat .et_pb_social_media_follow .et_pb_social_media_follow_network_4_tb_header.et_pb_social_icon .icon:before,
.archive.tax-entreprises_dir_cat .et_pb_social_media_follow .et_pb_social_media_follow_network_4_tb_header.et_pb_social_icon .icon:before {
    color: #a82400 !important;
}

.archive.tax-associations_dir_cat #hc-socials-top,
.archive.tax-entreprises_dir_cat #hc-socials-top {
    display: flex;
    align-items: center;
}

.archive.tax-associations_dir_cat .hc-search-btn-top,
.archive.tax-entreprises_dir_cat .hc-search-btn-top {
    margin-right: 0 !important;
}

/*!* Mobile menu *!*/
/*#hc-newsletter-btn-top-mobile {*/
/*    z-index: 1;*/
/*}*/
#hc-newsletter-btn-top-mobile-close {
    content: "";
    color: #2A3268;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    opacity: 1;
    font-weight: 100;
    background-size: auto;
    cursor: pointer;
    background: url('/wp-content/uploads/2022/12/icon-newsletter-mobile-close.svg') no-repeat 50%;
}

/* Newsletter */

#hc-newsletter-btn-top:after {
    content: url("/wp-content/uploads/2022/12/icone-newsletter.svg");
    width: 37px;
    height: 52px;
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    opacity: 1;
    transition: all 300ms ease;
}

#hc-newsletter-btn-top:hover:after {
    opacity: 0 !important;
}

#hc-newsletter-btn-top-mobile:after {
    content: url('/wp-content/uploads/2022/12/icone-newsletter.svg');
    left: calc((100vw / 2) + 80px);
    top: 12%;
    width: 37px;
    height: 51px;
    position: absolute;
    display: block !important;
    opacity: 1 !important;
}

/********************** END MENUs **********************/


/********************** FLOATING MENU **********************/

#hc-floating-menu, #hc-floating-menu a {
    background-color: #2A3268;
    color: white;
    font-size: 14px;
    line-height: 16px;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding: .5rem 0;
}

#hc-floating-menu > div {
    display: flex;
    flex-direction: column;
}


#hc-floating-menu > div img {
    max-height: 50px;
    margin: 0 auto 0.5rem;
    width: 42px;
    height: 50px;
}

#hc-floating-menu > div img,
#hc-floating-menu > div span {
    display: block;
    transition: all 500ms ease;
}

/********************** END FLOATING MENU **********************/


/********************** HOME **********************/

.home .container {
    max-width: 1500px;
}

/** Carrousel **/

#home-carrousel .slick-dots {
    bottom: 10px;
}

.slick-dots li {
    width: auto !important;
    margin: 0 5px !important;
}

#home-carrousel .slick-dots li button {
    width: 25px;
    height: 2px;
    padding: 2px;
    background: white;
    border-radius: 15px;
}

#home-carrousel .slick-dots li.slick-active button {
    width: 44px;
}

#home-carrousel .slick-dots li button:before {
    display: none;
}

/** Breaking news **/

.et_pb_section.et_pb_section_2_tb_footer.et_section_regular.et_pb_section--fixed {
    z-index: 101;
}

.pjnt-box {
    max-width: 100vw;
}

/** Actualités **/

/*#hc-home-news-1 .post-meta:hover {
    opacity: .95;
}

#hc-home-news-1 .post-meta a {
    color: white;
}

#hc-home-news-2 {
    margin-top: 20%;
}*/

.home-page-news-listing-container article {
    position: relative;
}

.home-article-thumb img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
    min-height: 281px;
    border-radius: 20px;
}

.home-page-news-listing-container .home-article-data {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    background-color: transparent;
    padding: 2rem;
    margin-bottom: 3rem;
    display: block;
}

.home-article-data-category {
    margin: -3rem 0 1rem;
}

.home-article-data-category {
    max-width: fit-content;
    margin: -3rem 0 2rem;
    color: white;
    text-transform: uppercase;
}


#hc-home-news-2 .et_pb_ajax_pagination_container {
    display: flex;
    justify-content: space-between;
}

#hc-home-news-2 .et_pb_ajax_pagination_container article {
    width: 46%;
}

#hc-home-news-2 .entry-featured-image-url img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

#hc-home-news-2 .et_pb_ajax_pagination_container article:first-child .post-meta {
    background-color: #F76A95;
}

#hc-home-news-2 .et_pb_ajax_pagination_container article:last-child .post-meta {
    background-color: #0082C2;
}

#hc-home-news-2 .post-meta {
    position: absolute;
    top: 245px;
    z-index: 20;
    padding: 0.5rem 1rem;
    left: 1rem;
    opacity: 1;
    transition: all 300ms ease;
}

#hc-home-news-2 .post-meta:hover {
    opacity: .95;
}

#hc-home-news-2 .post-meta a {
    color: white;
}

#hc-home-news-2 .entry-title {
    min-height: 60px;
}

#hc-home-news-2 .entry-title,
#hc-home-news-2 .post-content {
    padding: 0 1rem;
}


/* Accès rapides */

#hc-acces-rapides-slide .et_pb_module.et_pb_image {
    margin-bottom: 0 !important;
}

#hc-acces-rapides-slide .et_pb_module.et_pb_image img {
    margin: auto;
}


/** Agenda SO Dynamique **/

#hc-home-calendar .home-page-events-listing-header {
    display: flex;
    align-items: center;
    color: #2A3268;
    font-size: 16px;
    margin-bottom: 3rem;
}

#hc-home-calendar .home-page-events-listing-header-filter {
    width: 33.333333%;
    text-align: center;
    display: block;
    height: 30px;
}


.home-page-events-listing-header .filter-btn,
.home-page-events-listing-header-mobile .filter-btn-mobile {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: white;
    border: transparent;
    font-size: 16px;
    font-family: 'Avenir Next', sans-serif;
    color: #2A3268;
    transition: all 300ms ease;
    border-bottom: solid 3px transparent;
}


.home-page-events-listing-header .filter-btn.filter-active,
.home-page-events-listing-header-mobile .filter-btn-mobile.filter-active {
    font-size: 20px;
    font-weight: normal;
    color: #5BBDB5;
    /*border-bottom: solid 3px #2A3268;*/
}

.home-page-events-listing-header .filter-btn.filter-active {
    font-weight: bold;
}

.home-page-events-listing-item:before {
    content: url('/wp-content/uploads/2022/11/before-agenda-home-listing.svg');
    position: absolute;
    left: 0;
    top: 0;
}

.home-page-events-listing-content {
    height: 100%;
    width: 100%;
    display: block;
}

.home-page-events-listing-item {
    display: flex;
    margin-bottom: 3rem;
    position: relative;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-top: 1%;

}

.home-page-events-listing-item a {
    transition: all 300ms ease;
}

.home-page-events-listing-item a:hover,
.home-page-events-listing-item a:hover h3 {
    color: #5bbdb5;
}

.home-page-events-listing-item-data {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.home-page-events-listing-item-thumb {
    max-width: 160px;
    width: 40%;
}

.home-page-events-listing-item-thumb img {

    width: 100%;
    min-height: 220px;
    object-fit: cover;
    height: 100%;
}

.home-page-events-listing-item-date {
    font-family: 'Circe Rounded', sans-serif;
    font-size: 45px;
    line-height: 55px;
    font-weight: normal;
    color: #2A3268;
    margin-bottom: 1rem;
}

.home-page-events-listing-item-title h3 {
    font-size: 20px;
    line-height: 23px;
    font-family: 'Avenir', sans-serif;
    font-weight: bold;
    padding-bottom: 0;
}

.home-page-events-listing-item-excerpt {
    font-size: 16px;
    line-height: 23px;
    font-family: 'Avenir', sans-serif;
}

.home-page-events-listing-item-link {
    margin-top: auto;
}

.home-page-events-listing-item-link a {
    text-decoration: underline !important;
    transition: all 300ms ease;
}

.home-page-events-listing-item-link a:hover {
    text-decoration: none !important;
}

sup.home-page-events-listing-item-date-to {
    top: -0.5em;
    font-size: .5em;
}

sup.home-page-events-listing-item-date-to span {
    font-size: 1rem;
}

/** Home Accès rapides **/

#home-section-access-rapides {
    background-color: #2A3268;
}

#home-section-access-rapides a {
    padding: 3rem;
    border: solid 2px transparent;
    border-radius: 150%;
    margin: auto;
    transition: all 300ms ease;
    color: white;
    width: 250px;
    height: 250px;
}

#home-section-access-rapides a:hover {
    border-color: #5BBDB5;
    color: #5BBDB5;
}

#home-section-access-rapides a img {
    width: auto;
    height: 100px;
    margin-bottom: 1rem;
}

/** Home SO Pratique **/

#home-section-pratique {
    background-image: url('/wp-content/uploads/2022/11/fond-pratique.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 8rem 0;
    overflow: hidden;
}

#home-section-pratique .intro {
    /*    max-width: 400px;*/
    /*    margin-left: auto;*/
    /*    margin-right: 20%;*/

    max-width: 500px;
    margin: 0 10% 0 auto;
    /* margin-right: 20%;*/
}

#home-section-pratique-slide .slick-slide {
    margin-right: 1.5rem;
}

#home-section-pratique-slide .slick-list.draggable {
    max-height: 590px;
    overflow-x: clip !important;
    overflow: inherit;
}

#home-section-pratique-slide .slick-slide {
    transition: all 300ms ease;
    height: 490px !important;
}

#home-section-pratique-slide .slick-active.slick-current {
    border-radius: 20px;
    width: 25vw !important;
    max-width: 635px;
    background-image: url("/wp-content/uploads/2022/12/bg-pratique.jpg");
}

#home-section-pratique-slide .slick-active.slick-current img {
    opacity: .4;
}

#home-section-pratique-slide .slick-active:not(.slick-current) {
    width: 25vw !important;
    max-width: 315px !important;
}

#home-section-pratique-slide .slick-slide img {
    object-fit: cover;
}

#home-section-pratique-slide .home-section-pratique-slide-item {
    position: relative;
}

#home-section-pratique-slide .slick-current .home-section-pratique-slide-item-content {
    width: 65%;
    padding: 2rem;
    position: absolute;
    top: calc(100% - 93px);
    left: 15%;
    background: white;
    transition: all 2000ms ease;
    opacity: 1;
}

#home-section-pratique-slide .slick-slide:not(.slick-current) .home-section-pratique-slide-item-content {
    display: none;
    opacity: 0;
}

#home-section-pratique-slide .home-section-pratique-slide-item-thumb img,
#home-section-pratique-slide .home-section-pratique-slide-item-thumb {
    border-radius: 20px;
    height: 100%;
    min-height: 490px;
}

#home-section-pratique-slide .slick-prev {
    display: none !important;
}

#home-section-pratique-slide .slick-next {
    right: 25rem !important;
    top: 492px;
    width: 56px;
    background: #ffffffb0;
    opacity: 1;
    border-radius: 100px;
    height: 62px;
}


#home-section-pratique-slide .slick-prev:before, .slick-next:before {
    content: url("/wp-content/uploads/2022/12/icon-next.png") !important;
    font-size: 42px !important;
    opacity: 1 !important;
    color: #2a3268 !important;
}


/** SO Locale **/

/**

 * Lac
 * StadeJoMaso
 * CentreVille
 * ChateauNadalHainaut
 CiteDigitale
 * */

#home-section-locale .locale-image img {
    width: 100%;
    max-width: 375px;
    border-radius: 20px;
    height: 288px;
    object-fit: cover;
}

#home-section-locale .home-section-locale-map {
    cursor: pointer;
}

#home-section-locale .home-section-locale-item {
    max-width: 375px;
    margin: 15% auto auto 10%;
}

.locale-description {
    font-family: 'Avenir', sans-serif;
    font-size: 16px;
}

#home-section-locale .locale-lien {
    font-family: 'Circe Rounded', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 55px;
    color: #2A3268;
    text-decoration: underline;
}

#home-section-locale #icon-local-map-Lac {
    position: absolute;
    top: 33%;
    left: 42%;
}

#home-section-locale #icon-local-map-StadeJoMaso {
    position: absolute;
    top: 43%;
    left: 30%;
}

#home-section-locale #icon-local-map-CentreVille {
    position: absolute;
    top: 33%;
    left: 54%;
}

#home-section-locale #icon-local-map-ChateauNadalHainaut {
    position: absolute;
    top: 75%;
    left: 46%;
}

#home-section-locale #icon-local-map-CiteDigitale {
    position: absolute;
    top: 39%;
    left: 52%;
}


#home-section-locale .icon-local-map {
    animation-duration: 0.5s;
    animation-name: changewidth;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#home-section-locale .content-local-map:not(:first-child) {
    display: none;
}

.home-section-locale-btn-more {
    position: absolute;
    bottom: 5%;
    right: 22%;
}

@keyframes changewidth {
    from {
        width: 26px;
    }

    to {
        width: 22px;
    }
}


/** Home Gallery **/

.hc-home-gallery-listing {
    display: flex;
}

.hc-galerie-item-first, .hc-galerie-item-last {
    /*    width: 50%;*/
}

.hc-galerie-item-first .hc-home-gallery-item {
    height: 100%;
    overflow: hidden;
}

.hc-galerie-item-last {
    display: flex;
    flex-wrap: wrap;
}

.hc-galerie-item-last .hc-home-gallery-item {

    width: 50%;
    height: 50%;
    overflow: hidden;

}


.hc-home-gallery-listing img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 800ms ease;
}

.hc-home-gallery-listing img:hover {
    transform: scale(1.05);

}


/** PDF READER **/

.dflip-books {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.dflip-books ._df_thumb {
    width: 285px;
    height: 392px;
}

._df_thumb ._df_book-title {
    background: var(--hc-color-two);
}

/** Gallery **/

.freddie_gallery_every_one .et_pb_gallery_item .et_pb_gallery_image .et_overlay.et_pb_inline_icon:before {
    display: none !important;
}

.freddie_gallery_every_one .et_pb_gallery_item h3.et_pb_gallery_title .icons {
    display: none !important;
}

/********************** END HOME **********************/


/********************** GRAVITY FORMS (Nouveaux Arrivés) **********************/

.gform_heading {
    font-size: 13px;
    color: #47797A;
    margin: 2rem 0;
}

.page-id-261144 .gform_wrapper.gravity-theme .left_label .gfield_label {
    width: 20%;
    color: #47797A !important;
    line-height: 22px;
    font-weight: 600;
}

.page-id-261144 .ginput_container {
    width: 80% !important;
}

#field_1_15 .ginput_container {
    width: 100% !important;
    font-size: 14px;
    color: #47797A;
}

.page-id-261144 .gfield {
    align-items: center;
}

.page-id-261144 .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}

.page-id-261144 .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
    position: absolute;
    right: 1rem;
}

.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label {
    display: none !important;
}

#field_1_19 > label,
#field_1_20 > label,
#field_1_12 > label,
#field_1_13 > label {
    width: 41% !important;
}

#field_1_19 > div,
#field_1_20 > div,
#field_1_12 > div,
#field_1_13 > div {
    width: 59% !important;
}

#gform_submit_button_1 {
    background-color: #F1A900;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    border: 2px solid #F1A900;
    font-weight: 500;
}

#gform_submit_button_1:hover {
    background-color: white;
    color: #F1A900;
}

.gform_wrapper.gravity-theme .gform_fileupload_rules {
    font-size: 11px;
}

/********************** END GRAVITY FORMS (Nouveaux Arrivés) **********************/


/********************** FOOTER **********************/

#hc-menu-footer #menu-menu-principal-1,
#hc-menu-footer #menu-menu-principal-2 {
    display: flex;
    flex-direction: column;
}

#hc-menu-footer #menu-menu-principal-1 a,
#hc-menu-footer #menu-menu-principal-2 a {
    padding-bottom: 0;
    line-height: 22px;
    font-size: 12px;
}

#hc-menu-footer #menu-menu-principal-1 li,
#hc-menu-footer #menu-menu-principal-2 li {
    margin-top: 0;
}

#hc-menu-footer .menu-item i._mi {
    display: none;
}


#hc-menu-footer .visuallyhidden {
    overflow: unset;
    clip: unset;
    position: unset;
    width: unset;
    height: unset;
    margin: unset;
    padding: unset;
    border: unset;
}

/********************** END FOOTER **********************/


/********************** 404 PAGE // SEARCH PAGE **********************/
.error404 .et_pb_row.et_pb_row_3_tb_header,
.search-results .et_pb_row.et_pb_row_3_tb_header {
    display: none;
}

/********************** END 404 PAGE **********************/


/********************** RESPONSIVE EXTRAS **********************/

@media (max-width: 980px) {
    #hc-menu-footer .et_mobile_nav_menu {
        display: none;
    }

    #hc-menu-footer .et_pb_menu__menu {
        display: flex !important;
    }

    #hc-menu-footer .et_pb_menu__wrap {
        justify-content: unset !important;
    }
}

@media (max-width: 479px) {
    .home .et_pb_image_0_tb_header {
        display: none;
    }
}

@media (max-width: 980px) {
    #hc-home-heading h1 {
        margin-top: -3rem;
        padding-left: 1.5rem;
    }
}


/********************** END RESPONSIVE EXTRAS **********************/

/* Breaking news */
/*
.pjnt-item {
    position: relative;
    margin-right: 1rem;
}

.pjnt-item a:before {
    content: '';
    background-image: url('https://lesoler.hybride.dev/wp-content/uploads/2022/11/icon-before-breaking-news.svg');
    width: 19px;
    height: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: -8px;
    top: 0;

}*/

.pjnt-content .pjnt-separator img {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: -5px;
}


/********************** DYNAMIC TITLES **********************/

.dynamic-title-item {
    font-size: 23px;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    text-align: center;
    opacity: .4;
    order: 4;
}

.dynamic-title {
    /*  width: 30rem;*/
    /*  width: fit-content;*/
    width: 40rem;
    height: 8.45rem;
    overflow: hidden;
    max-width: 100%;
}

.dynamic-title-listing {
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    /*    animation: scrollUp 50ms infinite;*/

}

.dynamic-title-animated {
    animation: scrollUp 100ms infinite;
}

.dynamic-title-targeted-style, .dynamic-title-targeted-style h2 {
    font-size: 62px;
    color: #2A3268;
    opacity: 1 !important;
}

.dynamic-title-targeted h2 {
    font-family: 'Avenir Next', sans-serif;
    font-weight: normal;
    opacity: .4;
    line-height: 67px;
    transition: all 300ms ease;
}


@keyframes scrollUp {
    15%, 25% {
        transform: translateY(-20%);
    }
    40%, 50% {
        transform: translateY(-40%);
    }
    65%, 75% {
        transform: translateY(-60%);
    }
    90%, 100% {
        transform: translateY(-80%);
    }
}

.pas-modal-close-icon svg path {
    stroke: red!important;
}
