:root {
    --primary-color: #c62323;
    --secondary-color: #3e3e3e;
    --dark:#222;
    --lightdark:#c4c4c4;
}

body {
    color: var(--secondary-color) !important;
}

body a {
    text-decoration: none;
}

/*body:has(:not(.accueil)) header#pq-header.pq-header-style-1 {*/
/*    position: unset;*/
/*}*/

header#pq-header.pq-header-style-1 {
    background: var(--dark-color);
}

header#pq-header.pq-header-style-1 .pq-top-header.pq-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    background: var(--dark-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header#pq-header.pq-header-style-1 .pq-top-header {
    padding: 0px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header#pq-header .pq-top-header {
    transition: all 0.8s ease;
}

.live-edit .banner .nav-crud-absolute {
    top: 270px;
    z-index: 9999;
}

.pq-banner-text {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.pq-banner-text .decoration-left,
.pq-banner-text .decoration-right {
    display: block;
    position: relative;

    width: 20px;
    height: 10px;
}

.pq-banner-text .decoration-left::before,
.pq-banner-text .decoration-right::before {
    content: '';
    position: absolute;

    top: 0;
    width: 3px;
    height: 100%;
    background: var(--primary-color);
}

.pq-banner-text .decoration-left::before {
    left: 0;
}


.pq-banner-text .decoration-right::before {
    right: 0;
}

.pq-banner-text .decoration-left::after,
.pq-banner-text .decoration-right::after {
    content: '';
    position: absolute;

    top: 50%;

    width: 18px;
    height: 2px;
    background: var(--primary-color);
}


.pq-banner-text .decoration-left::after {
    transform: translateY(-50%) scale(0.9);
}

.pq-banner-text .decoration-right::after {
    transform: translate(2px, -50%) scale(0.9);
}
/*
.sub-navbar-nav {
    background: #00162d !important;
}
*/

.sub-navbar-nav .sub-nav-item a,
.sub-navbar-nav .sub-nav-item span{
    color: var(--white-color);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: .60s;
}


.sub-navbar-nav .sub-nav-item a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.sub-navbar-nav .sub-nav-item span:hover{
    text-decoration: none;
    color: black;
}

.service .pq-service-box-label,
.pq-service-box .pq-service-box-label {
    position: absolute;
    display: flex;
    top: -30px;
    right: -30px;
    z-index: 10;
    --size: 80px;
    transform: scale(1);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    content: '';
    background: white url("../images/etiquette-specialiste.png") 1px -6px no-repeat;
    background-size: 100%;
}

.pq-portfoliobox-1 .pq-portfolio-info .pq-portfolio-style-1-tag {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-family: var(--title-fonts);
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-description {
    color: #878787;
}

.pq-testimonial-box.pq-style-1 .pq-testimonial-meta h5,
.pq-testimonial-box.pq-style-4 .pq-testimonial-meta h5{
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
    margin: 0;
}

h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 44px;
    margin: 0;
}

h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    margin: 0;
}

h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
    margin: 0;
}

h5 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    margin: 0;
}

h6 {
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-style: normal;
    text-transform: unset;
    font-weight: 600;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: 1px;
}

.details-lawyer-informations ul {
    margin: 0;
    padding: 0;
}

.details-lawyer-informations ul li {
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 8px;*/
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.details-lawyer-informations ul li::before {
    padding-right: 8px;
    font-family: flaticon_mycollection !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    content: "\f102";
    line-height: 24px;
    top: 2px;
    position: relative;
}

.details-lawyer-informations h2 {
    white-space: nowrap;
}

.pq-icon-box.pq-style-9 .pq-icon div i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

header#pq-header .pq-bottom-header .navbar .navbar-collapse {
    z-index: 10;
}

.sub-navbar-nav .sub-nav-item a {
    white-space: nowrap;
}

/* xs*/
@media (max-width: 575px) {

    .video-popup {
        padding: 50px 0 !important;
    }
}

@media (max-width: 991px) {
    header#pq-header.pq-header-style-1 {
        position: unset;
    }

    .sub-navbar-nav .d-flex {
        gap: 10px 20px !important;
    }

    header#pq-header .pq-header-contact ul {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;

        padding: 10px !important;
    }


    header#pq-header .pq-top-header.top-style-1 .pq-header-contact ul li {
        padding: 0 !important;
    }

    header#pq-header .pq-top-header.top-style-1 .pq-header-contact ul li + li {
        padding-left: 0 !important;
    }

    #contact-cta .pq-section-main-title {
        width: 80%;
    }
}

.pq-counter-box {
    display: flex;
    flex-direction: column;
}

.pq-counter-box .pq-counter-box-content {
    order: 1;
}

.pq-counter-box .pq-counter-icon {
    position: relative;
    order: 0;

    top: 0;
    right: 0;
}

section {
    padding: 70px 0;
    position: relative;
}

.pq-portfoliobox-1.pq-hover-fade::before {
    opacity: .8;
}

.pq-portfoliobox-1.pq-hover-fade .pq-portfolio-info {
    opacity: 1;
}

.tparrows {
    display: none !important;
}

.pq-section-title.pq-style-1.text-center {
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

.pq-contact-title a:hover {
    color: white;
}

header#pq-header.pq-header-style-1 {
    position: unset;
}

#page-1 header#pq-header.pq-header-style-1 {
    /*position: absolute;*/
    background:white;
}

.process .pq-icon-box-content {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}


.process .pq-icon-box-content .pq-icon-box-title {
    font-size: 22px;
    line-height: 22px;
}

#page-41 .pq-service-box.pq-style-1 .pq-service-box-title,
#page-41 .pq-service-box.pq-style-1 .pq-service-box-info .pq-service-box-subtitle,
#page-41 .pq-service-box.pq-style-1 .pq-service-box-description {
    color: white;
}

#page-41 .pq-service-box {
    /*background: rgba(184, 150, 126, 1);*/
    background: var(--dark-color);
}

/*#page-41 .pq-service-box.pq-style-1.active .pq-service-box-title,*/
/*#page-41 .pq-service-box.pq-style-1.active .pq-service-box-info .pq-service-box-subtitle,*/
/*#page-41 .pq-service-box.pq-style-1.active .pq-service-box-description {*/
/*    color: white;*/
/*}*/

#page-41 .about-us {
    padding-bottom: 60px;
}

.about-us .pq-section-title.pq-style-1 .pq-section-main-title {
    padding-bottom: 20px;
}

.pq-team-box.pq-style-1 .pq-team-img img {
    filter: unset;
}

.pq-team-box.pq-style-4{
    max-width: 400px;
    margin:auto;
}

body a:focus, body a:hover {
    color: var(--primary-color);
    outline: none;
    text-decoration: none !important;
}

.pq-service-box.pq-style-1.active .pq-service-box-img {
    position: relative;
    z-index: 2;
}

/*.pq-service-box.pq-style-1 .pq-service-box-img .pq-service-icon > img,*/
.img-to-primary {
    filter: invert(66%) sepia(4%) saturate(2501%) hue-rotate(341deg) brightness(93%) contrast(91%);
}


.pq-service-box.pq-style-1 .pq-service-box-img .pq-service-icon > img,
.img-to-white {
    filter: invert(100%) sepia(93%) saturate(0%) hue-rotate(232deg) brightness(107%) contrast(107%) !important;
}

.background-primary {
    background: var(--primary-color);
}

.pq-service-box.pq-style-1 .pq-service-box-info {
    transform: none;
    margin-bottom: -60px;
}

.pq-service-box.pq-style-1.active .pq-service-box-info {
    margin-bottom: -10px;
}

.pq-icon-box.pq-style-4 .pq-icon-box-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.pq-icon-box-title {
    font-size: 1.75rem;
    font-weight: 800;
}

.experience > .row {
    max-width: 1520px;
    margin: auto;
}

.pq-service-box-title {
    font-size: 22px;
}

.widget .menu-service-menu-container .menu li.active a {
    background: var(--primary-color) !important;
    color: var(--white-color) !important;;
}

.sub-navbar-nav .sub-nav-item > .sub-menu > li > a {
    white-space: wrap;
}


@media (min-width: 576px) {
    .sub-navbar-nav .sub-nav-item {
        position: relative;
    }


    .sub-navbar-nav .sub-nav-item > .sub-menu > li > a {
        white-space: nowrap;
    }
}

/* CREATE SUB MENU ON HOVER */
.sub-navbar-nav .sub-nav-item > .sub-menu {
    transition: .4s;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #00162d;

    opacity: 0;
    height: 0 !important;
    overflow: hidden;
}


.sub-navbar-nav .sub-nav-item:hover > .sub-menu {
    z-index: 99;
    opacity: 1;
    height: auto !important;
}

.sub-navbar-nav .sub-nav-item > .sub-menu > li {
    border-top: 1px solid #859ab6;
    padding: 5px 0;
}


.sub-navbar-nav .sub-nav-item > .sub-menu > li:nth-child(1) {
    border-top: none;
}

.sub-navbar-nav .sub-nav-item > .sub-menu > li > a {
    transition: .2s;
    font-size: 16px;
    text-transform: none;
}

.sub-navbar-nav .sub-nav-item > .sub-menu > li > a:hover {
    color: var(--primary-color);
}

.banner *:not(img) {
    max-height: 90vh;
}

.pq-service-box-title a:hover {
    color: white;
}

.details-lawyer-contact-form {
    background: var(--grey-color);
    padding: 25px;
    border-radius: 10px
}


.details-lawyer-contact-form .pq-form input,
.details-lawyer-contact-form .pq-form textarea {
    border: 1px solid rgba(0, 0, 0, .25)
}

@media (max-width: 479.98px) {
    body .banner {
        padding-top: calc(70px + 10vw) !important;
    }
}

.details-lawyer-informations ul li {
    text-transform: none;
}

.about-us {
    padding-bottom: 100px;
}

.about-us > * {
    line-height: 32px !important;
}

header#pq-header .pq-top-header .pq-header-contact ul li a:hover {
    color: var(--primary-color);
}

#pq-footer .legal-mention {
    font-size: 13px;
    color: white;
}

#pq-footer .legal-mention:hover {
    color: var(--primary-color);
}

#rev_slider_1_1 {
    height: 100% !important;
}

.banner rs-fw-forcer {
    max-height: 650px !important;
}

.banner .rs-fullwidth-wrap {
    height: 100%;
}

.banner *:not(img) {
    max-height: 100%;
}

.live-edit .bg-image-actium {
    z-index: -1;
}

header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-nav li a,
header#pq-header .pq-top-header .pq-header-contact ul li,
header#pq-header .pq-top-header .pq-header-contact ul li a,
.sub-navbar-nav .sub-nav-item a:hover,
.sub-navbar-nav .sub-nav-item:hover i.fa.fa-chevron-down.pq-submenu-icon.text-white,
.sub-navbar-nav .sub-nav-item:hover i.fa.fa-chevron-down.pq-submenu-icon.text-white i{
    color:black;
}
header#pq-header .pq-top-header,
header#pq-header.pq-header-style-1{
    background:none;
}

.pq-bg-dark{
    background:var(--dark);
}
header#pq-header.pq-header-style-1 .pq-top-header.pq-header-sticky{
    background:white;
}
.sub-navbar-nav{
    background:var(--primary-color);
}

header#pq-header.pq-header-style-1 .pq-btn-container a.pq-button{
    background:none;
    border:1px solid var(--primary-color);
    color:black;
}
header#pq-header.pq-header-style-1 .pq-btn-container a.pq-button:hover{
    background:var(--primary-color);
    color:white;
}

.sub-navbar-nav .sub-nav-item > .sub-menu{
    background:var(--dark);
}
#rev_slider_1_1 a#slider-1-slide-1-layer-3{
    color:white!important;
}
#rev_slider_1_1 a#slider-1-slide-1-layer-3:hover{
    border:1px solid rgb(198, 35, 35)!important;
    color:black!important;
}

#rev_slider_1_1 rs-sbg-px{
    opacity:0.35!important;
}
.img-to-primary {
    filter: invert(59%) sepia(93%) saturate(2894%) hue-rotate(315deg) brightness(94%) contrast(100%);
}
.pq-button,
.pq-portfoliobox-1.pq-hover-fade:before,
.pq-contact-sub-title,
footer#pq-footer,
.pq-icon-box.pq-style-11 .pq-icon-box-content,
.pq-breadcrumb:before,
.pq-testimonial-box-slider.pq-style-1 .owl-carousel .owl-nav button.owl-prev{
    background:var(--dark);
}

.pq-bg-dark .pq-section-title.pq-style-1 .pq-section-main-title,
.pq-section-title.pq-style-1 .pq-section-main-title{
    color:#000;
}
h1, h2, h3, h4, h5, h6{
    color:var(--dark);
}

.pq-service-box.pq-style-1{
    background: var(--dark);
}
.service .pq-service-box-label, .pq-service-box .pq-service-box-label{
    top: -5px;
    right: -5px;
    z-index: 10;
    box-shadow: 5px 5px 12px 3px #2205054d;
    --size: 110px;
}

.swiper-button-next, .swiper-button-prev{
    padding: 6px 14px;
    border-radius: 5px;
    display: block;
    width: 50px;
    height: 60px;
    color: white;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    opacity:0.75;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    opacity:1;
}
.swiper-pagination-bullet-active{
    background:var(--primary-color);

}
.swiper-slide .visible_item{
    display:block;
}

.banner-cust {}

.banner-cust .item {
    position: relative;
    padding: 20vh 15px;
}

.banner-cust .item>img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.45;
}

.banner-cust .item .top-title {
    color: var(--primary-color);
}

.banner-cust .content-w {
    position: relative;
    z-index: 1;
    color: white;
    max-width: 1260px;
    margin:auto;
}
.banner-cust .title-w {
    font-family: Marcellus;
    color: rgb(255, 255, 255);
    line-height: 80px;
    letter-spacing: 1px;
    font-size: 72px;
}
.banner-cust .top-w{
    font-family: Marcellus;
    text-transform: uppercase;
    color: rgb(198, 35, 35);
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

.banner-cust .decoration-left:before,
.banner-cust .decoration-right:before{
    content: '';
    position: absolute;
    top: 0px;
    width: 3px;
    height: 100%;
    background: var(--primary-color);
}
.banner-cust .decoration-right::before {
    right: 0;
}

.banner-cust .decoration-left, .banner-cust .decoration-right {
    display: block;
    position: relative;
    width: 20px;
    height: 10px;
}


.banner-cust .decoration-left::after {
    transform: translateY(-50%) scale(0.9);
}

.banner-cust .decoration-left::after, .banner-cust .decoration-right::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 18px;
    height: 2px;
    background: var(--primary-color);
}

.banner-cust .decoration-right::after {
    transform: translate(2px, -50%) scale(0.9);
}

.banner-cust .text-w{
    font-family: "Open Sans";
    white-space: normal;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}


.banner-cust .button-w {
    margin-top: 40px;
}

.banner-cust .button-w a{
    background-color: var(--primary-color);
    font-family: Marcellus;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    line-height: 34px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    border-color: transparent;
    padding: 11px 40px;
    border-radius: 5px;
    opacity: 1;
    color: white;
    display: inline-block;
}

.banner-cust .button-w a:hover{
    background:black;
}

.pq-form-div.pq-bg-dark,
.service.pq-bg-dark,
.faq.pq-bg-dark,
.process.pq-bg-dark{
  background:var(--lightdark);
}
.img-to-primary {
    filter: invert(19%) sepia(36%) saturate(7043%) hue-rotate(352deg) brightness(91%) contrast(85%);
}

.pq-counter-box .pq-counter-box-content .pq-counter-box-title{
    color:var(--primary-color);
}

#page-41 .pq-service-box{
    background:var(--dark);
}

.sub-navbar-nav .sub-nav-item:hover > .sub-menu {
    z-index: 999999;
}
.check-rgpd{
    margin-bottom: 15px;
    display: flex;
}
.check-rgpd label{
    line-height: 22px;
}