/* ----------------------------------------------------------------------------- */
/** GLOBAL **/
/* ----------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --main_color: #333333;
    --secondary_color: #333333;
    --main_font: "Open Sans", sans-serif;
    --body_text_color: #272727;
    --body_font_size: 18px;
    --body_line_height: 1.4;
    --desktop_container: 1440px;
    --grid_gutter: 30px;
    --h1_mb: 30px;
    --h2_mb: 25px;
    --h3_mb: 20px;
    --h4_mb: 15px;
    --h5_mb: 10px;
    --h6_mb: 5px;
    --p_mb: 10px;
    --global_component_mb: 50px;
}

:root :where(a:where(:not(.wp-block-navigation))),
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: initial !important;
}

body {
    font-family: var(--main_font);
    color: var(--body_text_color);
    font-size: var(--body_font_size);
    line-height: var(--body_line_height);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
.main-menu-inner li a {
    font-family: "Rufina", sans-serif;
}

body.home h2 {
    font-size: 36px;
}

.no-scroll {
    overflow-y: hidden;
}

::selection {
    color: #fff;
    background: var(--secondary_color);
}

*:focus {
    outline: none;
}

a {
    transition: 0.3s;
    color: var(--secondary_color);
}

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

a:hover {
    color: #e7b034;
}

.main-content {
    padding: 100px 0;
    overflow-x: hidden;
}

body:not(.home) .main-content {
    padding: 120px 0 0 0;
}

body:not(.home) h1 {
    font-size: 52px;
}

.home .main-content {
    padding: 0;
}

.wp-block-list li a {
    color: #e7b034;
}

.wp-block-list li a:hover {
    color: #333;
}

.header-avocat h1 {
    margin-bottom: 20px;
}

.avocats-infos {
    margin-bottom: 40px;
}

.avocats-infos img {
    width: 100%;
}

.avocats-contact {
    padding: 20px 30px;
    background-color: #eeeeee;
}

.contact-row a:has(i) {
    margin-right: 10px;
}

.contact-row a i {
    font-size: 26px;
}

.footer a i {
    font-size: 22px;
    margin-right: 5px;
}

.avocats-contact i {
    margin-right: 8px;
}

.avocats-contact p:last-of-type {
    margin: 0;
}

.btn,
.wp-block-button > .wp-block-button__link,
button {
    color: #fff;
    background-color: var(--secondary_color);
    padding: 10px 26px;
    border-radius: 100px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 0;
    border: 2px solid var(--main_color);
}

.btn:hover,
.wp-block-button > .wp-block-button__link:hover,
button:not(.slick-prev,.slick-next):hover {
    color: #fff;
    background-color: #e7b034;
    border-color: #e7b034;
}

.wp-block-button.is-style-outline > .wp-block-button__link {
    padding: 15px 25px;
    box-sizing: content-box;
}

.is-type-video .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
}

.is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.wp-block-image.is-style-width-100 img {
    width: 100%;
    height: auto;
}

.wp-block-image.is-style-width-50 img {
    width: 50%;
    height: auto;
}

.wp-block-separator {
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    border-top: 0;
    background-color: transparent !important;
    color: var(--secondary_color);
    border-color: currentColor;
    margin: var(--global_component_mb) 0;
    opacity: 1;
}

.wp-block-separator.is-style-dots:before {
    display: none;
}

.wp-block-separator.is-style-dots {
    border-bottom: 1px dashed;
    background-color: transparent !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.wp-block-group.is-style-section {
    padding: 100px 0;
}

.main-content > .container > .alignfull {
    position: relative;
    width: 100vw;
    left: calc(0px - ((100vw - 100%) / 2));
}

.wp-block-group.alignfull > .container > *:last-child {
    padding: 0;
    margin-bottom: 0;
}

.wp-block-cover .wp-block-cover__inner-container {
    position: relative;
}

.is-style-heading-p {
    font-size: 25px;
}

.lg-outer .lg-thumb-item {
    border: 0;
    position: relative;
    border-radius: 0;
}

.lg-outer .lg-thumb-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary_color);
    opacity: 0;
    transition: 0.3s;
}

.lg-outer .lg-thumb-item.active:after,
.lg-outer .lg-thumb-item:hover:after {
    opacity: 0.5;
}

.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
    background-color: #222;
}

/* ----------------------------------------------------------------------------- */
/** Typography **/
/* ----------------------------------------------------------------------------- */
h1 {
    margin-bottom: var(--h1_mb);
}

h2 {
    margin-bottom: var(--h2_mb);
}

h3 {
    margin-bottom: var(--h3_mb);
}

h4 {
    margin-bottom: var(--h4_mb);
}

h5 {
    margin-bottom: var(--h5_mb);
}

h6 {
    margin-bottom: var(--h6_mb);
}

p {
    margin-bottom: var(--p_mb);
}

p + *:not(ul, ol, p),
ul + *:not(ul, ol, p),
ol + *:not(ul, ol, p),
p + .row,
ul + .row,
ol + .row {
    margin-top: calc(var(--p_mb) * 2);
}

*:not(h1, h2, h3, h4, h5, h6) + h2 {
    margin-top: calc(var(--p_mb) + var(--h2_mb));
}

*:not(h1, h2, h3, h4, h5, h6) + h3 {
    margin-top: calc(var(--p_mb) + var(--h3_mb));
}

*:not(h1, h2, h3, h4, h5, h6) + h4 {
    margin-top: calc(var(--p_mb) + var(--h4_mb));
}

*:not(h1, h2, h3, h4, h5, h6) + h5 {
    margin-top: calc(var(--p_mb) + var(--h5_mb));
}

*:not(h1, h2, h3, h4, h5, h6) + h6 {
    margin-top: calc(var(--p_mb) + var(--h6_mb));
}

ul.editor-list,
.tab ul,
.accordion-content ul {
    margin-bottom: var(--p_mb);
    margin-left: 14px;
    list-style: none;
    padding: 0;
}

ul.editor-list ul,
.tab ul ul,
.accordion-content ul ul {
    margin-bottom: 16px;
    margin-top: 12px;
}

ul.editor-list > li,
.tab ul > li,
.accordion-content ul > li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
}

ul.editor-list > li:before,
.tab ul > li:before,
.accordion-content ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: currentColor;
    border-radius: 100%;
}

ul.editor-list ul > li:before,
.tab ul ul > li:before,
.accordion-content ul ul > li:before {
    background: transparent;
    border: 1px solid currentColor;
}

ol {
    counter-reset: legal;
    list-style-type: none;
    margin-left: 14px;
    padding: 0;
    margin-bottom: var(--p_mb);
}

ol li:before {
    content: counters(legal, ".") ".";
    padding-right: 15px;
    display: table-cell;
}

ol li {
    display: table;
    margin-bottom: 16px;
    counter-increment: legal;
}

ol ol {
    margin-top: 16px;
    margin-bottom: 7px;
}

ol ol li:last-child {
    margin-bottom: 0;
}

ol li:before {
    content: counter(legal, ".") ".";
    padding-right: 15px;
    display: table-cell;
}

.tab ol {
    counter-reset: legal2;
}

.tab ol li {
    counter-increment: legal2;
}

.tab ol li:before {
    content: counters(legal2, ".") ".";
}

.accordion-content ol {
    counter-reset: legal3;
}

.accordion-content ol li {
    counter-increment: legal3;
}

.accordion-content ol li:before {
    content: counters(legal3, ".") ".";
}

.uppercase {
    text-transform: uppercase;
}

/* ----------------------------------------------------------------------------- */
/** Container **/
/* ----------------------------------------------------------------------------- */

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: var(--desktop_container);
    }
}

.row > * {
    padding-right: calc(var(--grid_gutter) * 0.5);
    padding-left: calc(var(--grid_gutter) * 0.5);
}

.row {
    margin-right: calc(-0.5 * var(--grid_gutter));
    margin-left: calc(-0.5 * var(--grid_gutter));
}

.wp-block-columns {
    gap: var(--grid_gutter);
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: calc(var(--grid_gutter) * 0.5);
    padding-right: calc(var(--grid_gutter) * 0.5);
}

/* ----------------------------------------------------------------------------- */
/** MENU **/
/* ----------------------------------------------------------------------------- */
#website-menu {
    padding: 20px 0px;
    background: #fff;
    width: 100%;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: 0.3s ease-in-out;
}

body.home #website-menu:not(.sticky) {
    background-color: transparent;
}

#website-menu:not(.menu-open).sticky {
    transform: translateY(-100%);
}

#website-menu:not(.menu-open).visible {
    transform: translateY(0%);
}

.menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.logo-area {
    position: relative;
    z-index: 3;
}

.logo-area img {
    width: 200px;
    height: auto;
    transition: 0.2s ease;
}

body.home #website-menu:not(.sticky) .logo-area img {
    content: url(../images/CBWM_LOGO_white.svg);
    width: 250px;
}

.menus-area {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.search-content {
    position: relative;
    z-index: 10;
}

.search-content .search-area {
    position: absolute;
    transition: all 0.3s ease;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    transform: translateY(-50%);
}

.search-content .search-area .main-search {
    display: flex;
    box-shadow: 0 19px 60px rgb(0 0 0 / 10%), 0 15px 60px rgb(0 0 0 / 10%);
}

.search-content .search-area .main-search input[type="text"] {
    border: none;
    padding: 15px 20px;
    line-height: 1;
}

.search-content .search-area .main-search .search-send {
    border: none;
    background: #fff;
    padding: 0 18px 0 0;
    color: var(--secondary_color);
}

.search-content .search-area.active {
    opacity: 1;
    visibility: visible;
}

.main-menu-inner {
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    gap: 30px;
}

.main-menu-inner ul {
    padding: 0;
    margin: 0;
}

.main-menu-inner li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

.main-menu-inner li a {
    color: var(--body_text_color);
    transition: all 0.3s ease;
    font-size: 22px;
}

#website-menu.sticky .main-menu-inner li a:hover,
body:not(.home) #website-menu .main-menu-inner li a:hover {
    color: #e7b034;
}

body.home #website-menu:not(.sticky) .main-menu-inner li a {
    color: #fff;
    text-shadow: 0 0 1em rgba(0,0,0,0.2);
}

body.home #website-menu:not(.sticky) .main-menu-inner li a:after {
    content: "";
    width: 0%;
    height: 1px;
    bottom: -2px;
    background-color: #fff;
    transition: 0.3s ease;
    position: absolute;
    left: 0;
}

body.home #website-menu:not(.sticky) .main-menu-inner li a:hover:after {
    width: 100%;
}

.main-menu-inner li a:hover,
.main-menu-inner li.current_page_item > a,
.main-menu-inner li.current_page_ancestor > a {
    color: var(--secondary_color);
    text-decoration: none;
}

.main-menu-inner li.current_page_item > a {
    color: #e7b034;
}

.main-menu-inner li .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    background: #fff;
    left: 0;
    z-index: 1;
    padding: 20px;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateY(20px);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.main-menu-inner li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.menuburger {
    display: none;
}
/* ----------------------------------------------------------------------------- */
/** SEARCH PAGE **/
/* ----------------------------------------------------------------------------- */

.search-item {
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 2px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    color: var(--body_text_color);
}

.search-item p {
    margin-bottom: 0;
}

.search-item:hover {
    background-color: var(--secondary_color);
    color: #fff;
    text-decoration: none;
}

/* ----------------------------------------------------------------------------- */
/** SLIDER **/
/* ----------------------------------------------------------------------------- */
.slider {
    
}
.slider .slide {
    position: relative;
    height: 100svh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: grayscale(1);
}

.slider .slide:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);

}

.slick-caption {
    position: absolute;
    left: 0;
    bottom: 200px;
    right: 0;
    margin: auto;
}

.slick-caption .slick-caption-inner {
    z-index: 99;
    color: #fff;
    position: relative;
}

.slick-caption .slick-caption-inner h1 {
    font-size: 26px;
    letter-spacing: 26px;
}

.slick-caption .slick-caption-inner h2 {
    font-size: 100px;
    text-shadow: 0 0 1em rgba(0,0,0,0.9);
}


.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    transition: 0.3s ease;
}

.slick-next:hover {
    -webkit-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
}

.slick-prev:hover {
    -webkit-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
}

.slick-prev:before,
.slick-next:before {
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 30px;
    line-height: 1;
    opacity: 0.75;
    color: white;
}
.slick-prev {
    left: 30px;
}
.slick-prev:before {
    content: "\f177";
}
.slick-next {
    right: 30px;
}
.slick-next:before {
    content: "\f178";
}

.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    margin-right: 12px;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background-color: #fff;
}

.slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
}

.slick-dots li button {
    display: none;
}

.single-specialite .wp-block-group > .container,
.single-avocats .wp-block-group > .container  {
    padding-left: calc(var(--grid_gutter)* 0.5)!important;
    padding-right: calc(var(--grid_gutter)* 0.5)!important;
}

.specialite-slider .slide {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.specialite-slider .specialite-item {
    border-bottom: 1px solid #333;
    position: relative;
}

.specialite-slider .specialite-item:last-child {
    border-bottom: none;
}

.specialite-slider .specialite-item a {
    padding: 20px 0;
    padding-right: 20px;
    display: block;
}

.specialite-slider .specialite-item h3 {
    margin: 0;
}

.specialite-slider .specialite-item:after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: "\e59e";
    z-index: -1;
}

.specialite-slider .slick-dots li {
    border: 1px solid #333;
}

.specialite-slider .slick-dots li.slick-active {
    background-color: #333;
}

.specialite-slider .slick-dots {
    bottom: -50px;
}

.liste-specialite .specialite-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.liste-specialite .specialite-item a {
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 10%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.liste-specialite .specialite-item h3 {
    margin: 0;
    font-size: 24px;
}

.avocats-slider .avocat-slide {
    padding: 10px;
}

.avocats-slider .avocat-slide,
.avocat-card {
    transition: 0.3s ease;
}

.avocats-slider .avocat-slide img,
.avocat-card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
    transform: translate3d(0px, 0px, 0.1px);
    overflow-clip-margin: unset;
}

.avocats-slider .avocat-slide:hover,
.avocat-card:hover {
    transform: translateY(-4px);
}

.avocats-slider .avocat-slide h3,
.avocat-card h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 20px;
}
.avocats-slider .avocat-slide p,
.avocat-card p {
    font-size: 16px;
    color: #333;
}

.avocats-slider .slick-dots {
    bottom: -45px;
}

.avocats-slider .slick-dots li {
    border: 1px solid #333;
}

.avocats-slider .slick-dots li.slick-active {
    background-color: #333;
}

.avocat-card {
    margin-bottom: 40px;
}

.avocat-card img {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------------- */
/** GALLERY **/
/* ----------------------------------------------------------------------------- */
.gallery {
    margin-bottom: var(--global_component_mb);
}

.lightgallery {
    margin: 0 -5px;
    row-gap: 10px;
}

.grid-item {
    padding-left: 5px;
    padding-right: 5px;
}

.lightgallery .gallery-item {
    position: relative;
    display: block;
}

.grid-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.lightgallery .gallery-item .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    background: var(--secondary_color);
}

.lightgallery .gallery-item:after {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}

.lightgallery .gallery-item:hover .gallery-overlay {
    opacity: 0.55;
    visibility: visible;
}

.lightgallery .gallery-item:hover:after {
    opacity: 1;
    visibility: visible;
}

/* ----------------------------------------------------------------------------- */
/** ACCORDION **/
/* ----------------------------------------------------------------------------- */
.accordions {
    margin-bottom: var(--global_component_mb);
}
.accordion-item {
    background: #eee;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}
.accordion-item .accordion-header h1,
.accordion-item .accordion-header h2,
.accordion-item .accordion-header h3,
.accordion-item .accordion-header h4,
.accordion-item .accordion-header h5,
.accordion-item .accordion-header h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}
.accordion-item .accordion-header {
    padding: 35px 90px 35px 35px;
    display: block;
    position: relative;
    transition: 0.3s;
    transition-delay: 0.35s;
    cursor: pointer;
}
.accordion-item .accordion-header:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    width: 22px;
    height: 2px;
    background: var(--body_text_color);
    transform: translateY(-50%);
    transition: 0.3s;
}
.accordion-item .accordion-header:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    width: 2px;
    height: 22px;
    background: var(--body_text_color);
    transform: translateY(-50%);
    transition: 0.3s;
}
.accordion-item .accordion-header.active:before {
    transform: translateY(-50%);
    height: 0px;
}
.accordion-item .accordion-content {
    padding: 10px 35px 25px 35px;
    display: none;
}
.accordion-item .accordion-content p:last-child {
    margin-bottom: 0px !important;
}

/* ----------------------------------------------------------------------------- */
/** TABS **/
/* ----------------------------------------------------------------------------- */
.tabs {
    margin-bottom: var(--global_component_mb);
}

.tabs-nav ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-family: 'Rufina', sans-serif;
    font-size: 26px;
    margin-bottom: 40px;
}

.tabs-nav ul li {
    display: inline-block;
    list-style-type: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 25px;
    position: relative;
}

.tabs-nav ul li:hover,
.tabs-nav ul li.active {
    color: #e7b034;
}

.tabs-nav ul li:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    content: "";
    height: 2px;
    background-color: #e7b034;
    transition: 0.3s ease;
}

.tabs-nav ul li.active:after,
.tabs-nav ul li:hover:after {
    width: 100%;
}

.tabs-content .tab {
    display: none;
}

.tabs-content .tab.active {
    display: block;
}

/* ----------------------------------------------------------------------------- */
/** BOX COLOR **/
/* ----------------------------------------------------------------------------- */
.wp-block-group.has-background:not(.is-style-section),
.wp-block-group.has-border-color {
    padding: 30px;
    margin-bottom: var(--global_component_mb);
}

.wp-block-group.has-background:not(.is-style-section) > *:last-child,
.wp-block-group.has-border-color > *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------------- */
/** POSTS LIST **/
/* ----------------------------------------------------------------------------- */
.posts-by-category,
.events-by-category {
    margin-bottom: var(--global_component_mb);
}

.posts-by-category-list,
.events-by-category-list {
    row-gap: var(--grid_gutter);
}

.card {
    height: 100%;
    box-shadow: 0 19px 60px rgb(0 0 0 / 10%), 0 15px 60px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    color: var(--body_text_color);
}

.card .img-wrap img {
    max-width: 100%;
    height: auto;
}

.card .post-content {
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    transition: 0.3s;
}

.card h3 {
    margin-bottom: 20px;
    padding: 0;
}

.card .categories .category {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 5px;
    background: var(--body_text_color);
    padding: 2px 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.post-item.animation {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.card:hover .post-content {
    background: var(--secondary_color);
    color: #fff;
}

.ias-post,
.load-more-post {
    text-align: center;
}

.ias-post .loader {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.ias-post .loader:before,
.ias-post .loader:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid transparent;
    border-top-color: var(--secondary_color);
}

.ias-post .loader:before {
    z-index: 100;
    animation: spin 1s infinite;
}

.ias-post .loader:after {
    border: 5px solid #eeeeee;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.load-more-post .btn {
    position: relative;
}

.load-more-post .btn .text {
    transition: 0.3s;
}

.load-more-post .btn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.load-more-post .btn.loading svg {
    opacity: 1;
    visibility: visible;
}

.load-more-post .btn.loading .text {
    opacity: 0;
    visibility: hidden;
}

/* ----------------------------------------------------------------------------- */
/** TABLE **/
/* ----------------------------------------------------------------------------- */

table {
    width: 100%;
    border: 0;
}

table tbody tr {
    background: #fafafa;
    border-bottom: 0;
}

table tbody tr:nth-child(even) {
    background: transparent;
}

table tr td,
.wp-block-table td,
.wp-block-table th {
    border: 0;
    padding: 19px 25px 21px 25px;
}

table tr td a:hover {
    color: var(--secondary_color);
    text-decoration: none;
}

table p {
    margin-bottom: 0px;
}

.wp-block-table::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #d2dce1;
}

.wp-block-table::-webkit-scrollbar-corner {
    background: #d2dce1;
}

.wp-block-table::-webkit-scrollbar-thumb {
    background: var(--secondary_color);
    border-radius: 0;
}

/* ----------------------------------------------------------------------------- */
/** BLOCKQUOTE **/
/* ----------------------------------------------------------------------------- */

blockquote {
    border-left: 5px solid var(--secondary_color);
    margin: 0px;
    margin-bottom: var(--global_component_mb);
    padding: 0 0 0 35px;
}

blockquote p:first-of-type {
    font-size: 24px;
    font-style: italic;
    line-height: normal;
    font-style: italic;
    margin-bottom: 15px;
}

blockquote p + * {
    padding-left: 25px;
    position: relative;
    margin-bottom: 0px;
    font-style: normal;
}

blockquote p + *:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background-color: var(--body_text_color);
}

/* ----------------------------------------------------------------------------- */
/** Special link **/
/* ----------------------------------------------------------------------------- */

.special-link {
    display: block;
    margin-bottom: var(--global_component_mb);
    padding: 20px;
    background-color: #eee;
    color: var(--body_text_color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.special-link > span {
    display: flex;
    flex-direction: column;
}

.special-link:hover {
    background-color: var(--secondary_color);
    color: #fff;
}

.special-link + .special-link {
    margin-top: calc(0px - var(--global_component_mb) + 10px);
}

.special-link:after {
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.special-link.extern-link:after {
    content: "\e09f";
}

.special-link.intern-link:after {
    content: "\f061";
}

.special-link.file-link:after {
    content: "\f15b";
}
/* ----------------------------------------------------------------------------- */
/** Component spacing **/
/* ----------------------------------------------------------------------------- */

.wp-block-embed,
.wp-block-image,
.wp-block-video,
.sitemap {
    margin-bottom: var(--global_component_mb);
}

/* ----------------------------------------------------------------------------- */
/** FORM **/
/* ----------------------------------------------------------------------------- */
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
    font-size: var(--body_font_size);
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 15px;
    appearance: none;
    -webkit-appearance: none;
    transition: 0.3s;
}

.gform_wrapper.gravity-theme input[type="text"]:focus,
.gform_wrapper.gravity-theme input[type="password"]:focus,
.gform_wrapper.gravity-theme input[type="email"]:focus,
.gform_wrapper.gravity-theme input[type="url"]:focus,
.gform_wrapper.gravity-theme input[type="date"]:focus,
.gform_wrapper.gravity-theme input[type="month"]:focus,
.gform_wrapper.gravity-theme input[type="time"]:focus,
.gform_wrapper.gravity-theme input[type="datetime"]:focus,
.gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
.gform_wrapper.gravity-theme input[type="week"]:focus,
.gform_wrapper.gravity-theme input[type="number"]:focus,
.gform_wrapper.gravity-theme input[type="search"]:focus,
.gform_wrapper.gravity-theme input[type="tel"]:focus,
.gform_wrapper.gravity-theme input[type="color"]:focus,
.gform_wrapper.gravity-theme textarea:focus {
    border-color: var(--secondary_color);
}

input[type="checkbox"] {
    border: 1px solid #ccc !important;
    border-radius: 0px;
    line-height: 0;
    width: 19px;
    min-width: 19px;
    height: 19px;
    margin-right: 10px;
    outline: 0;
    padding: 0;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    transition: 0.3s;
    background: #fff;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: var(--body_font_size);
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: var(--body_font_size);
    font-weight: normal;
}

.gfield_consent_label {
    display: initial !important;
}

.ginput_container_consent {
    display: flex;
    justify-content: flex-start;
}

.ginput_container_consent input[type="checkbox"] {
    top: 2px;
}

.gfield_visibility_visible {
    margin-bottom: 20px;
}

.gfield_visibility_visible.hidden_label {
    margin-bottom: 0;
}

input[type="checkbox"]:hover {
    border: 1px solid var(--secondary_color) !important;
}

input[type="checkbox"]:checked {
    background: var(--secondary_color) !important;
    border: 1px solid var(--secondary_color) !important;
}

input[type="checkbox"]:checked:before {
    content: "";
    margin: 1px 6px;
    color: #fff;
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

input[type="radio"] + label {
    padding-left: 30px;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    border: solid 1px #ccc;
    border-radius: 100%;
    background: #fff;
    transition: 0.3s;
}

input[type="radio"]:disabled + label:before {
    opacity: 0.35;
}

input[type="radio"]:disabled + label {
    cursor: not-allowed;
}

input[type="radio"]:not(:checked):hover + label:before {
    border: 1px solid var(--secondary_color);
}

input[type="radio"]:checked + label:before {
    border: 1px solid var(--secondary_color);
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--secondary_color);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gfield_radio .gchoice {
    position: relative;
}

.ginput_container_fileupload {
    padding-bottom: 12px;
    border-bottom: solid 1px #cccccc;
    max-width: 335px;
}

.ginput_container_fileupload input[type="file"] {
    font-size: 14px;
    width: 100% !important;
}

select {
    display: none !important;
}

.dropdown {
    border: none;
    border: 0px;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 15px;
    position: relative;
    transition: all 0.2s ease-in-out;
    user-select: none;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ccc;
}

/* .gform_wrapper .gfield.open .dropdown {
    border-color: var(--secondary_color);
} */

.dropdown:after {
    content: "\f107";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    transition: 0.3s;
    transform-origin: 50% 25%;
    color: var(--secondary_color);
}

.dropdown.open {
    border-color: var(--secondary_color);
}

.dropdown.open:after {
    transform: rotate(-180deg);
}

.dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown.open .option {
    cursor: pointer;
    margin-bottom: 0px;
}

.dropdown.wide {
    width: 100%;
}

.dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    background-color: #fff;
    border-radius: 0px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    min-width: calc(100% + 2px);
    left: -1px;
    z-index: 999;
    top: calc(100% + 10px);
    border: 1px solid #ccc;
}

.dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.dropdown .list ul {
    height: auto;
    max-height: 400px;
    overflow: auto;
    padding: 0;
    margin: 0;
}

.dropdown .list ul::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #d2dce1;
}
.dropdown .list ul::-webkit-scrollbar-corner {
    background: #d2dce1;
}
.dropdown .list ul::-webkit-scrollbar-thumb {
    background: var(--secondary_color);
    border-radius: 0;
}

.dropdown .option {
    cursor: default;
    font-weight: normal;
    color: var(--body_text_color);
    outline: none;
    display: block;
    font-size: 18px;
    text-transform: none;
    padding: 12px 19px;
    text-align: left;
    transition: all 0.2s;
}

.dropdown .option:hover,
.dropdown .option:focus {
    background-color: #fafafa !important;
}

.dropdown .option.selected {
    font-weight: 600;
}

.dropdown .option.selected:focus {
    font-weight: 700;
}

.dropdown .current {
    opacity: 1;
    transition: all 0.3s ease;
}
.gfield .dropdown .current {
    opacity: 1;
    transition: all 0.3s ease;
}

.gfield.open .dropdown .current {
    opacity: 1;
}

.gform_required_legend {
    display: none;
}

/* ----------------------------------------------------------------------------- */
/** FOOTER **/
/* ----------------------------------------------------------------------------- */
.footer {
    background: #fff;
    padding: 50px 0px;
    padding-bottom: 20px;
}

.menu-footer {
    display: inline-flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer figure {
    margin-bottom: 0;
}

.footer .col-logo-footer {
    border-right: 1px solid rgba(0,0,0,0.5);
}

.footer .footer-credit {
    font-size: 16px;
}

.footer .footer-credit a {
    color: #e7b034;
}

/* ----------------------------------------------------------------------------- */
/** DARK MODE **/
/* ----------------------------------------------------------------------------- */

/* @media (prefers-color-scheme: dark) {
    
} */

/* ----------------------------------------------------------------------------- */
/** RESPONSIVE **/
/* ----------------------------------------------------------------------------- */
@media screen and (max-width: 1550px) {
    .slick-caption {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1350px) {
    .slick-caption .slick-caption-inner h2 {
        font-size: 80px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: var(--desktop_container);
        padding: 0 50px !important;
    }

    .slider .slick-prev {
        left: 10px;
    }
    
    .slider .slick-next {
        right: 10px;
    }

    .slick-caption {
        bottom: 120px;
    }

    .specialite-slider .specialite-item h3 {
        font-size: 20px;
    }

    .liste-specialite .specialite-item h3 {
        font-size: 20px;
    }

    body.home h2 {
        font-size: 30px;
    }

    body:not(.home) h1 {
        font-size: 42px;
    }

    body.single-specialite h1,
    body.single-avocats h1 {
        font-size: 32px;
    }

    body.single-avocats h2 {
        font-size: 26px;
    }

    body.single-avocats h3 {
        font-size: 22px;
    }

    .btn, .wp-block-button > .wp-block-button__link, button {
        padding: 10px 16px;
        font-size: 16px;
    }

}

@media screen and (max-width: 1000px) {
    body.home #website-menu:not(.sticky) .logo-area img,
    .logo-area img {
        width: 180px;
    }

    .slick-caption .slick-caption-inner h2 {
        font-size: 70px;
    }

    .slick-caption {
        bottom: 200px;
    }
}

@media screen and (max-width: 992px) {
    .tabs-nav ul li {
        font-size: 22px;
        margin-right: 10px;
    }

    .avocats-contact p,
    .avocats-contact i {
        font-size: 16px;
    }
}

@media screen and (max-width: 950px) {
    /* ----------------------------------------------------------------------------- */
    /** MOBILE MENU **/
    /* ----------------------------------------------------------------------------- */

    .menuburger {
        position: relative;
        z-index: 99999;
        cursor: pointer;
        width: 38px;
        height: 18px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 5;
        display: block;
    }

    .menuburger span {
        display: block;
        position: absolute;
        height: 2px;
        width: 38px;
        background: #000000;
        border-radius: 0px;
        opacity: 1;
        left: 50%;
        -webkit-transform: rotate(0deg);
        -moz-transform: translateX(-50%) rotate(0deg);
        -o-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .home #website-menu:not(.sticky) .menuburger span {
        background-color: #fff;
    }

    #website-menu:not(.sticky) .menuburger span {
        background-color: var(--secondary_color);
    }

    #website-menu:not(.sticky)  {
        background-color: #fff;
    }

    .menuburger span:nth-child(1) {
        top: 0px;
    }

    .menuburger span:nth-child(2) {
        top: 8px;
    }

    .menuburger span:nth-child(3) {
        top: 16px;
    }

    .menuburger.active span:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(135deg) scaleX(0.7);
        -moz-transform: translate(-50%, -50%) rotate(135deg) scaleX(0.7);
        -o-transform: translate(-50%, -50%) rotate(135deg) scaleX(0.7);
        transform: translate(-50%, -50%) rotate(135deg) scaleX(0.7);
        opacity: 1;
    }

    .menuburger.active span:nth-child(2) {
        opacity: 0;
        left: 40px;
    }

    .menuburger.active span:nth-child(3) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-135deg) scaleX(0.7);
        -moz-transform: translate(-50%, -50%) rotate(-135deg) scaleX(0.7);
        -o-transform: translate(-50%, -50%) rotate(-135deg) scaleX(0.7);
        transform: translate(-50%, -50%) rotate(-135deg) scaleX(0.7);
    }

    .main-menu-outer {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 2;
        overflow: auto;
    }

    .main-menu-outer:after {
        content: "";
        position: absolute;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 1) 50px);
        width: calc(100% - 20px);
        left: 0px;
        height: 120px;
        pointer-events: none;
    }

    .main-menu-inner {
        padding: 120px 50px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .main-menu-inner li {
        margin-right: 0;
    }

    .main-menu-inner li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-menu-inner li .sub-menu {
        position: fixed;
        background: #fff;
        min-width: inherit;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding: 120px 30px 50px 30px;
        z-index: 1;
        overflow-y: auto;
        overflow-x: hidden;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transform: translateX(100%) !important;
    }

    .main-menu-inner li.menu-item-has-children.sub-open > .sub-menu {
        transform: translateX(0px) !important;
    }

    .mobile-menu ul.active {
        overflow: hidden;
    }

    .mobile-menu ul.active > li > a,
    .mobile-menu ul.active > .sub-heading {
        transform: translateX(-100%);
    }

    .main-menu-inner li .sub-menu li {
        margin-bottom: 0px;
        display: block;
        padding-left: 40px;
    }

    .main-menu-inner li .sub-menu li a {
        font-size: 18px;
    }

    .main-menu-inner li.menu-item-has-children > a:after {
        content: "\f105";
        moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
    }

    .main-menu-inner li .sub-menu .sub-heading {
        font-weight: 700;
        color: var(--secondary_color);
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        line-height: 1;
        padding-left: 0;
        font-size: 25px;
        transition: 0.3s;
    }

    .main-menu-inner li .sub-menu .sub-heading .back-btn {
        width: 30px;
        height: 30px;
        background: #f1f1f1;
        display: inline-flex;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
        transition: 0.3s;
    }

    .main-menu-inner li .sub-menu .sub-heading .back-btn:hover {
        background-color: var(--secondary_color);
        color: #fff;
    }

    #website-menu.menu-open .logo-area img {
        content: inherit!important;
    }

    #website-menu.menu-open .menuburger span {
        background-color: var(--secondary_color)!important;
    }

    #website-menu.menu-open .main-menu-inner li a {
        color: var(--secondary_color)!important;
    }

    .contact-row h2 {
        font-size: 24px;
    }

}

@media screen and (max-width: 767px) {
    .footer img {
        max-width: 150px;
    }

    .avocats-infos {
        max-width: 250px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 760px) {
    .specialite-slider {
        margin-top: 20px;
    }

    body {
        font-size: 16px;
    }

    body.home h2 {
        font-size: 26px;
    }

    body:not(.home) h1 {
        font-size: 36px;
    }

    body.single-specialite h1,
    body.single-avocats h1 {
        font-size: 26px;
    }

    body.single-avocats h2 {
        font-size: 22px;
    }

    body.single-avocats h3 {
        font-size: 20px;
    }

    .liste-specialite .specialite-item h3 {
        font-size: 18px;
    }

    .specialite-slider .specialite-item h3 {
        font-size: 18px;
    }

    .slick-caption .slick-caption-inner h2 {
        font-size: 50px;
    }

    .slick-caption {
        bottom: 50%;
        transform: translateY(50%);
    }

    .slider .slick-prev,
    .slider .slick-next {
        display: none!important;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        padding: 0 25px !important;
    }

    body.home #website-menu:not(.sticky) .logo-area img, .logo-area img {
        width: 150px;
    }
}

@media screen and (max-width: 599px) {
    .avocats-slider .avocat-slide img, .avocat-card img {
        height: 320px;
    }

    .tabs-nav ul li {
        font-size: 20px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 479px) {
    .avocats-slider .avocat-slide img, .avocat-card img {
        height: 400px;
    }
}