/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#logo-cal img, .logo-cal img {
    max-height: 80px;
}

dl {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

dl dt {
    font-weight: 500;
    font-size: 1.2em;
}

dl dd.adress {
    padding: 0;
    margin: 0;
}


.more-posts{
    color:#122053;
    display: block;
    font-size: 38px;
    font-weight: 600;
    margin: 50px auto;
    text-align: center;
}

.related-posts{
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
    gap: 20px;
    /* justify-content: space-between; */
    margin: auto;
    width: 100%;
}

.related-post{
    align-items: center;
    color:#333;
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
}

.related-post img{
    border-radius: 10px;
    height: 40px;
    object-fit: cover;
    width: 40px;
}

.related-post span{
    color: #000;
    font-size: 16px!important;
}

#guide-content ul{
    margin-bottom: 24px;
}

#guide-content h2, #guide-content h3, #guide-content h4, #guide-content h5, #guide-content h6{
    margin-top:36px;
    font-weight: 400;
    text-transform: none;
}


div.title {
    margin-bottom: 25px;
    text-align: center;
}

h2 span,h3 span {
    color: #00a8e4;
    font-size: 1.333rem;
    font-weight: 500
}


.page.home.topnav {
    background-color: #f3f4f5;
    padding: 0 15px 25px!important;
    /* margin-top: 50px; */
}

.page.home.topnav .wrapper {
    padding: 0!important;
}

.page.home .topform li {
    border-radius: 5px 5px 0 0;
    margin-bottom: 12.5px;
    max-width: 25%;
    width: 100%
}

.page.home .listing-form-v2,.page.home .topform li.none {
    display: none
}

/* .page.home h2 {
    margin: 0!important;
    padding: 50px 0 16.6666666667px!important
} */

.page.home .topform li a {
    background-color: #fff;
    border: solid #d3d3d3;
    border-radius: 4px;
    border-width: 1px 1px 5px;
    font-size: 1.083rem;
    font-weight: 500;
    height: 110px;
    line-height: 22px;
    padding: 25px;
    text-align: center;
    width: 100%
}

.page.home .topform li a:hover {
    border: solid #00a8e4;
    border-width: 1px 1px 5px
}

.page.home .topform li:nth-child(4n+1) {
    padding-right: 6.25px
}

.page.home .topform li:nth-child(4n+2),.page.home .topform li:nth-child(4n+3) {
    padding-left: 6.25px;
    padding-right: 6.25px
}

.page.home .topform li:nth-child(4n+4) {
    padding-left: 6.25px
}

.page.home ol, .page.home ul {
    list-style: none;
    padding-inline-start: 0px;
}

.page.home a,.page.home a:visited {
    color: #181818;
    text-decoration: none!important
}

.flex {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -o-flexbox!important;
    display: flex!important
}

.flex-d-c {
    -webkit-box-direction: column!important;
    -moz-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-d-cr {
    -webkit-box-direction: column-reverse!important;
    -moz-flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-d-rr {
    -webkit-box-direction: row-reverse!important;
    -moz-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-d-r {
    -webkit-box-direction: row!important;
    -moz-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-w-w {
    -webkit-box-wrap: wrap!important;
    -moz-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-w-nw {
    -webkit-box-wrap: nowrap!important;
    -moz-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-w-wr {
    -webkit-box-wrap: wrap-reverse!important;
    -moz-flex-wrap: wrap-reverse!important;
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.flex-jc-se {
    -webkit-justify-content: space-evenly!important;
    -moz-justify-content: space-evenly!important;
    -ms-justify-content: space-evenly!important;
    justify-content: space-evenly
}

.flex-jc-sb {
    -webkit-justify-content: space-between!important;
    -moz-justify-content: space-between!important;
    -ms-justify-content: space-between!important;
    justify-content: space-between!important
}

.flex-jc-sa {
    -webkit-justify-content: space-around!important;
    -moz-justify-content: space-around!important;
    -ms-justify-content: space-around!important;
    justify-content: space-around!important
}

.flex-jc-fs {
    -webkit-justify-content: flex-start!important;
    -moz-justify-content: flex-start!important;
    -ms-justify-content: flex-start!important;
    justify-content: flex-start!important
}

.flex-jc-fe {
    -webkit-justify-content: flex-end!important;
    -moz-justify-content: flex-end!important;
    -ms-justify-content: flex-end!important;
    justify-content: flex-end!important
}

.flex-jc-c {
    -webkit-justify-content: center!important;
    -moz-justify-content: center!important;
    -ms-justify-content: center!important;
    justify-content: center!important
}

.flex-ac-s {
    -webkit-align-content: stretch!important;
    -moz-align-content: stretch!important;
    -ms-align-content: stretch!important;
    align-content: stretch!important
}

.flex-ac-fs {
    -webkit-align-content: flex-start!important;
    -moz-align-content: flex-start!important;
    -ms-align-content: flex-start!important;
    align-content: flex-start!important
}

.flex-as-fs {
    -webkit-align-self: flex-start!important;
    -moz-align-self: flex-start!important;
    -ms-align-self: flex-start!important;
    align-self: flex-start!important
}

.flex-as-e {
    -webkit-align-self: flex-end!important;
    -moz-align-self: flex-end!important;
    -ms-align-self: flex-end!important;
    align-self: flex-end!important
}

.flex-as-c {
    -webkit-align-self: center!important;
    -moz-align-self: center!important;
    -ms-align-self: center!important;
    align-self: center!important
}

.flex-as-s {
    -webkit-align-self: stretch!important;
    -moz-align-self: stretch!important;
    -ms-align-self: stretch!important;
    align-self: stretch!important
}

.flex-ai-fs {
    -webkit-align-items: flex-start!important;
    -moz-align-items: flex-start!important;
    -ms-align-items: flex-start!important;
    align-items: flex-start!important
}

.flex-ai-fe {
    -webkit-align-items: flex-end!important;
    -moz-align-items: flex-end!important;
    -ms-align-items: flex-end!important;
    align-items: flex-end!important
}

.flex-ai-c {
    -webkit-align-items: center!important;
    -moz-align-items: center!important;
    -ms-align-items: center!important;
    align-items: center!important
}

.flex-ai-s {
    -webkit-align-items: stretch!important;
    -moz-align-items: stretch!important;
    -ms-align-items: stretch!important;
    align-items: stretch!important
}

.flex-none {
    -webkit-box-flex: none!important;
    -moz-flex: none!important;
    -ms-flex: none!important;
    flex: none!important
}

.flex-auto {
    -webkit-box-flex: 1!important;
    -moz-flex: auto!important;
    -ms-flex: auto!important;
    flex: auto!important
}

.page.home .deskform ul {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 16.6666666667px;
    overflow: hidden
}

.page.home .deskform ul .header {
    background-color: #eee;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1rem;
    font-weight: 600;
    height: 95px;
    line-height: 22px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase
}

.page.home .deskform ul li {
    background-color: #fff;
    padding: 0 25px;
    position: relative
}

.page.home .deskform ul li a {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 22px;
    padding: 20px 25px 20px 0;
    width: 100%
}

.page.home .deskform ul li:not(:last-of-type) a {
    border-bottom: 1px solid #e6e6e6
}

.page.home .deskform ul li:hover a {
    color: #00a8e4
}

.page.home .deskform ul li a:before {
    background: transparent !important;
    border: none !important;
    content: url(https://www.annoncelegale.com/wp-content/uploads/2024/07/ico_listform.4c5a216d.png);
    position: absolute;
    right: 25px;
    top: 35%;
}

.page.home .deskform ul li:hover a:before {
    content: url(https://www.annoncelegale.com/wp-content/uploads/2024/07/ico_listformhover.4e1a3114.png)
}

.deskform {
    grid-gap: 0 25px;
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: masonry;
}

.deskform nav {
    width: 100%
}

.deskform nav:first-child {
    grid-row: auto/span 6
}

.deskform nav:nth-child(2) {
    grid-row: auto/span 7
}

.deskform nav:nth-child(3) {
    grid-row: auto/span 3
}

.deskform nav:nth-child(4) {
    grid-row: auto/span 5
}

.deskform nav:nth-child(5),.deskform nav:nth-child(6) {
    grid-row: auto/span 4
}

.deskform nav:nth-child(7) {
    grid-row: auto/span 3
}

.wrapper {
    margin: auto;
    max-width: 1240px!important;
    width: 100%!important
}

.page.home .listing-form-v2,.page.home .topform li.none {
    display: none
}

.page.home .mobform,.page.home .mobform .header,.page.home .mobform .items li a {
    width: 100%
}

.page.home .mobform .search-bar {
    display: none!important
}

#selectCatForm {
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    border-radius: 5px;
    color: #0b0b0b;
    font-size: 18px!important;
    font-weight: 500;
    margin-bottom: 25px!important;
    padding: 1rem;
    width: 100%
}

#selectCatForm option {
    color: var(--l2d-primary)
}

.page.home .mobform .items {
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    overflow: hidden
}

.page.home .mobform .label {
    font-size: 1rem;
    margin: 12.5px 0 25px
}

.page.home .mobform .header {
    margin: 0!important
}

.page.home .mobform .b-tab li {
    border-radius: 0;
    padding: 1rem
}

.page.home .mobform .b-tab li:not(:last-of-type) {
    border-bottom: 1px solid #d8d8d8
}

.page.home .mobform .b-tab li:hover {
    background-color: transparent;
    border-radius: 0
}

.page.home .mobform .b-tab li a {
    font-size: 1.125rem;
    line-height: 26px;
    padding: 0!important;
    position: relative
}

.page.home .mobform .b-tab li a:before {
    display: none!important
}

.page.home .mobform .b-tab li a:after,.page.home .mobform .b-tab li:hover a:after {
    background: transparent!important;
    border: none!important;
    bottom: auto!important;
    height: auto!important;
    left: auto!important;
    position: absolute;
    right: 0!important;
    top: 10%!important;
    width: auto!important
}

.page.home .mobform .b-tab li a:after {
    content: url(/build/images/ico_listform.4c5a216d.svg)
}

.page.home .mobform .label {
    font-size: 1rem;
    margin: 12.5px 15px 25px;
}

.formulaire .search-bar {
    margin: 0 0 100px
}

.home .search-bar {
    margin: 0 0 120px
}

.formulaire .search-bar input {
    background-position: 1.5em 1.3em;
    border: 1px solid #dadada!important;
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: 0!important;
    padding: 1.5em 1.5em 1.5em 65px;
    width: 100%
}

.formulaire .search-bar input:focus,.formulaire .search-bar input:hover {
    border: 1px solid var(--l2d-primary)!important
}

.formulaire .search-bar .bluePlaceHolder,.formulaire .search-bar .stdPlaceHolder {
    font-size: .917rem
}

.formulaire .search-bar .customPlaceholder {
    height: auto;
    top: 6px
}

.formulaire .search-bar .searchListingNoRes {
    font-size: 1rem;
    margin-top: 25px
}

@media (max-width: 768.98px) {
    .page.home .topform li a {
        font-size: 1rem;
        padding: 12.5px;
    }
    .page.home .topform li.none {
        display: none;
    }
    .page.home .topform li {
        max-width: 50%;
    }
    .page.home .topform li:nth-child(3n + 1),
    .page.home .topform li:nth-child(3n + 2),
    .page.home .topform li:nth-child(3n + 3) {
        padding-left: 0;
        padding-right: 0;
    }
    .page.home .topform li:nth-child(odd) {
        padding-right: 6.25px;
    }
    .page.home .topform li:nth-child(2n + 2) {
        padding-left: 6.25px;
    }
    .page.home .deskform {
        display: none !important;
    }
    .bloc-listing__alt-nav-listing,
    .page.home .listing-form-v2 {
        display: inline-block;
	padding: 12.5px;
    }
}

@media (max-width: 730px) {
  .bloc-listing__nav-listing {
    display: none;
  }
  .bloc-listing__alt-nav-listing {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #selectCatForm {
    background-color: #f3f3f3;
    border: none;
    border-radius: 10px;
    color: #0099cc;
  }
}

@media (min-width: 731px) {
  .bloc-listing__nav-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bloc-listing__alt-nav-listing {
    display: none;
  }
}

.b-tab {
    display: none;
}

.b-tab.active {
    display: block;
}

ul.tc{
    list-style-type: none!important;
    margin: 0;
    padding: 0;
}

.tc .tc-post{
    box-sizing: border-box;
    padding: 10px;
}

.tc .tc-post a{
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    color: #000;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    list-style: none;
    overflow: hidden;
    text-decoration: none;
    width: 100%;
}

.tc .tc-post a .tc-post-img{
    border: 0px solid #000;
    border-radius: 10px 10px 0 0;
    box-shadow: none!important;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.tc .tc-post a .tc-post-img.tc-post-img--jal{
    border: 0px solid #000;
    border-radius: 0;
    box-shadow: none!important;
    height: auto;
    max-height: 100px;
    object-fit:scale-down;
    padding: 10px;
    filter: saturate(0);
    transition: all ease-in-out 0.2s;
    width: initial;
}
.tc .tc-post:hover a .tc-post-img.tc-post-img--jal{
    filter: saturate(1);
}

.tc .tc-post a .tc-post-title{
    padding: 20px;
}

.departements .departement-title:first-of-type, .greffes .greffe-title:first-of-type{
    margin-top: 0px;
}

.departement-title, .greffe-title{
    font-size: 24px;
    margin-top: 36px;
}

.table-journaux tr td, .table-greffes tr td{
    vertical-align: center;
}

.table-journaux tr td:first-child{
    width: 125px;
}

.table-greffes tr td:first-child{
    width: 160px;
}

.table-journaux tr td a,.table-greffes tr td a{
    color:#000;
}

a#to-top {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

table.tarifTable{
    margin: 24px auto;
}

p.h2{
    color: var(--e-global-color-text);
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-top: 36px;
    text-transform: none;
}

.archive-description-container{
    background-color: #F3F5F8;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}