.is-stuck .navbar-brand img

@font-face {
    font-family: 'SF Pro Display Regular';
    src: url(../fonts/SF-Pro-Display-Regular.woff2),format(woff2);
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display Light';
    src: url(../fonts/SF-Pro-Display-Light.woff2),format(woff2);
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display Bold';
    src: url(../fonts/SF-Pro-Display-Bold.woff2),format(woff2);
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display Medium';
    src: url(../fonts/SF-Pro-Display-Medium.woff2),format(woff2);
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display Semibold';
    src: url(../fonts/SF-Pro-Display-Semibold.woff2),format(woff2);
    font-display: swap;
}



body,* {
    -webkit-font-smoothing: initial !important;
    -moz-osx-font-smoothing: initial !important;
}


/* BUTTONS */
body .btn{
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
}
body .btn-solid:hover{
    box-shadow: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}

body .split-inner{line-height: 1.2;}

h1,h2,h3,h4, *{
    
}
/* MENU */

.is-stuck .navbar-brand img {
    height: 60px;
    object-fit: contain;
}

.elementor-48 .elementor-element.elementor-element-3d06c1bd {
    display: block !important;
}

.lqd-mobile-sec {
    display: none !important;
}

.submenu-expander {
    margin-top:-22px;
    transform: rotate(0);
    transition: all ease-in-out 0.4s;
}

ul.nav-item-children {
    margin-top: -15px;
    margin-bottom: 30px;
}

.main-nav>li>a {
    flex: initial !important;
}

.main-nav li.is-active .submenu-expander {
    transform: rotate(180deg);
    transition: all ease-in-out 0.4s;
}

.elementor-372 .elementor-element.elementor-element-1169fb4 .btn,
.elementor-372 .elementor-element.elementor-element-4ae701f .btn {
    min-width: 200px;
}

body .ld-module-sd > .ld-module-dropdown{
    z-index: 0;
    box-shadow: -20px 20px 50px 9999px rgba(0,0,0,0.55);
    transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -moz-transition: all .4s ease !important;
    -ms-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
}

body .ld-module-sd-hover > .nav-trigger {
    pointer-events: auto;
}

body .ld-module-dropdown #primary-nav li{
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

body .ld-module-dropdown.is-active #primary-nav li{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

body .ld-module-dropdown.is-active #primary-nav li:nth-child(1){
    transition-delay: .20s;
}
body .ld-module-dropdown.is-active #primary-nav li:nth-child(2){
    transition-delay: .25s;
}
body .ld-module-dropdown.is-active #primary-nav li:nth-child(3){
    transition-delay: .30s;
}
body .ld-module-dropdown.is-active #primary-nav li:nth-child(4){
    transition-delay: .35s;
}


@media screen and (max-width:768px) {
    .logo-default{
        width: 100px;
    }
}

@keyframes verticalLines {
    from{
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
}

    to{
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
}
    
}

@keyframes horizontalLines {
    from{
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    to{
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}

/* IMAGES PARALLAX */
.lqd-imggrp-img-container{
    width: 100%;
}
/* IMAGES OUVERTURE */
.block-revealer__element{
    transform-origin: 120% 50% !important;
    transform: scale(1, 1.3) !important;
    opacity: 1 !important;
    transition: all 1.6s ease;
    -webkit-transition: all 1.6s ease;
    -moz-transition: all 1.6s ease;
    -ms-transition: all 1.6s ease;
    -o-transition: all 1.6s ease;
    -webkit-transform: scale(1, 1.3) !important;
    -moz-transform: scale(1, 1.3) !important;
    -ms-transform: scale(1, 1.3) !important;
    -o-transform: scale(1, 1.3) !important;
}
.revealing-ended .block-revealer__element{
    transform: scale(0,1.3) !important;
    -webkit-transform: scale(0,1.3) !important;
    -moz-transform: scale(0,1.3) !important;
    -ms-transform: scale(0,1.3) !important;
    -o-transform: scale(0,1.3) !important;
}


/* LINES */

.lqd-lines {
    white-space: initial !important;
}

.lines-horizontal .pseudo-element-horizontal {
    width: 100px;
    height: 4px;
    bottom: -50px;
    right: var(--horizontal-line-right-x, 0);
    top: unset;
    left: unset;
    background-color: gray;
    position: absolute;
    z-index: 20;
    /* animation: horizontalLines 10s infinite linear alternate-reverse;
    -webkit-animation: horizontalLines 10s infinite linear alternate-reverse; */
}

.home .lines-horizontal .pseudo-element-horizontal {
    bottom: -50px;
}

.home .elementor-element-3e187f1 .lines-horizontal .pseudo-element-horizontal {
    bottom: 20px;
}

.lines-horizontal.red .pseudo-element-horizontal{
    width: 60px;
    height: 4px;
    bottom: -50px;
    right: var(--horizontal-line-right-x, 0);
    top: unset;
    left: unset;
    background-color: #E7393B;
    position: absolute;
    /* animation: horizontalLines 10s infinite linear alternate-reverse;
    -webkit-animation: horizontalLines 10s infinite linear alternate-reverse; */
    z-index: 20;
}



.page-id-7658 .lines-horizontal.red .pseudo-element-horizontal{
    bottom: 30px;
}

.page-id-7658 .lines-vertical.gray .pseudo-element {
    right: 5%;
}


.lines-vertical .pseudo-element {
    height: 60px;
    width: 4px;
    top: 0;
    /* top: var(--vertical-line-top-y, 0px) !important; */
    right: 250px;
    background-color: #E7393B;
    position: absolute;
    /* animation: verticalLines 10s infinite linear alternate-reverse;
    -webkit-animation: verticalLines 10s infinite linear alternate-reverse; */
    z-index: 20;
}

.page-id-7764 .lines-vertical .pseudo-element {
    right: -5%;
}

.page-id-7658 .lines-vertical .pseudo-element {
    top: -80px !important;
}

.page-id-7764 .lines-horizontal .pseudo-element-horizontal {
    bottom: -180px;
}


.lines-vertical.small .pseudo-element {
    height: 30px;
    width: 4px;
    background-color: #E7393B;
    top: unset;
    bottom: 0;
    z-index: 20;
}

.lines-vertical.small2 .pseudo-element {
    height: 50px;
    width: 4px;
    background-color: #E7393B;
    top: unset;
    bottom: 0;
    right: -100px;
    z-index: 20;
}

.lines-vertical.gray .pseudo-element {
    height: 100px;
    width: 4px;
    background-color: #706F6F;
    top: -150px;
    right: 50%;
    z-index: 20;
}
.lines-vertical.gray2 .pseudo-element {
    height: 100px;
    width: 4px;
    background-color: #706F6F;
    top: -250px;
    right: 10%;
    z-index: 20;
}


/* PARALLAXE */

.parallax-stuck{
    transition: inherit !important;
    -webkit-transition: inherit !important;
    -moz-transition: inherit !important;
    -ms-transition: inherit !important;
    -o-transition: inherit !important;
}
.parallaxe-text{
    opacity: 0;
    scale: .92;
}


/* HERO SECTION */

.hero-section-passerose .e-con-inner{
    margin-left: auto !important;
    margin: unset;
}

.hero-section-passerose .e-con-inner .elementor-widget-image{
    width: 100%;
}
.hero-section-passerose .e-con-inner .elementor-widget-image img{
    width: 100%;
    object-fit: cover;
}

.wrapping-text :is(h1,h2,h3,h4,p,span){
    text-wrap: balance;
}


/* REALISATION */

.photos_header_top {
    overflow: hidden;
}

.realisation-links .lqd-iti-link-item:not(:last-child):after{
    display: none;
}

.realisation-links .lqd-iti-link-item .lqd-iti-link:hover{
    font-weight: 700;
}
.realisation-links .lqd-iti-imgs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* Actualité */
.actualite-passerose article{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid #706F6F;
    border-bottom: 1px solid #706F6F;
}
.actualite-passerose .article-header{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    margin-bottom: 20px;

}
.actualite-passerose .article-header ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.actualite-passerose .article-header ul li span{
    font-family: "Avenir Book", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: black;
}
.actualite-passerose .article-header time{
    font-family: "Helvetica Light", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px ;
    color: #A2A2A2;
}

.actualite-passerose .article-infos{
    padding: 40px 0;
    padding-right: 50px;
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #E7393B;
}
.actualite-passerose .article-infos img{
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.actualite-passerose .article-contents{
    padding: 40px 0;
    padding-left: 80px;
    flex: 1 1 65%;
    position: relative;
}

.actualite-passerose .article-contents .lqd-lp-title{
    text-transform: inherit;
    text-wrap: balance;
        font-family: "Helvetica Light", Sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.actualite-passerose .article-contents .article-excerpt{
    font-family: "Avenir Book", Sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
}

.actualite-passerose .article-contents .article-link{
    position: absolute;
    left: 80px;
    bottom: 0px;
    font-family: "SF Pro Display Regular";
    display: flex;
    align-items: center;
    gap: 8px;
    
}

.actualite-passerose .article-contents .article-link #btn-cirle{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


.actualite-passerose .article-contents .article-link:hover #btn-cirle{
    transform: rotate(45deg) scale(1.02);
    -webkit-transform: rotate(45deg) scale(1.02);
    -moz-transform: rotate(45deg) scale(1.02);
    -ms-transform: rotate(45deg) scale(1.02);
    -o-transform: rotate(45deg) scale(1.02);
}
.actualite-passerose .article-contents .article-link:hover #btn-cirle circle{
    fill: transparent;
    stroke: #E7393B;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.actualite-passerose .article-contents .article-link:hover #btn-cirle path{
    stroke: #E7393B;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.actualite-passerose .article-contents .article-link button{
        font-family: "Avenir Book", Sans-serif;
    border: none;
    padding: 0;
    margin: 0;
    background-color: none;
}

@media screen and (max-width:768px) {
    .actualite-passerose .article-contents .article-excerpt{
        font-size: 20px;
        line-height: 1.2;
    }
    .actualite-passerose .article-contents{
        padding: 40px 20px;
    }
    .actualite-passerose .article-infos{
        padding-right: 20px;
    }
}
@media screen and (max-width:550px) {
    .actualite-passerose article{
        flex-direction: column;
        padding: 20px;
    }
    .actualite-passerose .article-infos, .actualite-passerose .article-contents{
        width: 100%;
        padding: 0px 0;
        border-right: 0px;
    }
    .actualite-passerose .article-contents .article-excerpt{
        margin-bottom: 60px;
    }
}

.actualite-passerose .swiper .container-swiper-nav{
    position: relative;
    width: fit-content;
    height: 80px;
    gap: 60px;
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
}
.actualite-passerose .swiper .container-swiper-nav::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #E7393B;
    right: 45%;
    top: 0;
}

.actualite-passerose .swiper .container-swiper-nav::after{
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    background-color: #706F6F;
    bottom: 0;
    right: 0;
}

.actualite-passerose :is(.swiper-button-next, .swiper-button-prev){
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: fit-content;
}
.actualite-passerose .swiper-button-prev p{
    order: 1;
    margin: 0;
    margin-left: 10px;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
}
.actualite-passerose .swiper-button-next p{
    order: 0;
    margin: 0;
    margin-right: 10px;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
}

.actualite-passerose .swiper-button-prev::after{
    content: url(../images/prev-arrow.svg);
}
.actualite-passerose .swiper-button-prev:hover{
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.actualite-passerose .swiper-button-next::after{
    content: url(../images/next-arrow.svg);
}
.actualite-passerose .swiper-button-next:hover{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}


/* SAVOIR FAIRE  */



.savoir-faire-images .elementor-widget.elementor-widget-image{
    flex: 1 0 100%;
}

.savoir-faire-images .elementor-widget.elementor-widget-ld_fancy_image{
    flex: 1 0 100%;
    overflow: hidden;
}

.savoir-faire-images{
    transition: all .7s cubic-bezier(.58,.44,.53,.98);
    flex-wrap: nowrap !important;
    -webkit-transition: all .7s cubic-bezier(.58,.44,.53,.98);
    -moz-transition: all .7s cubic-bezier(.58,.44,.53,.98);
    -ms-transition: all .7s cubic-bezier(.58,.44,.53,.98);
    -o-transition: all .7s cubic-bezier(.58,.44,.53,.98);
}

.savoir-faire .accordion-title a{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.savoir-faire .accordion-title-txt{
    font-family: "SF Pro Display Medium";
    font-size: 42px;
    font-weight: 400;
}

.savoir-faire .accordion-title a:hover{
    opacity: 1 !important;
}

/* HOME VIDEO */
.container-video-passerose .wrapper {
    --clip-path: circle(140px at center);
    --clip-path-hover: circle(125px at center);
    --clip-path-clicked: circle(100vw at center);
    --duration: .4s;
    --timing-function: ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.container-video-passerose .wrapper.secondary {
    --clip-path: circle(140px at center);
    --clip-path-hover: circle(125px at center);
    --clip-path-clicked: circle(100vw at center);
    --duration: .4s;
    --timing-function: ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   /* position: absolute;
    top: 50px;
    right: 0; */
    width: 100%;
    height: 100%;
    z-index: 999;
    left: -600px;
}



@media screen and (max-width:768px) {
    .container-video-passerose .wrapper {
        top: 300px;
        left: -300px;
    }
    .container-video-passerose .wrapper.secondary{
        top: 100px;
        left: -80%;
    }
}

.container-video-passerose .video-intro, .container-video-passerose .wrapper.secondary .video-intro {
    position: relative;
}


.container-video-passerose .video-intro #video_check, .container-video-passerose .wrapper.secondary .video-intro #video_check_sec {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container-video-passerose :is(#video_check, #video_check_sec) {
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 40px;
    outline: none;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 9999999;
}

.container-video-passerose .video::before{
    content: url(../images/play.svg);
    width: fit-content;
    height: 15px;
    position: relative;
    top: 00%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3);
    -webkit-transform: translate(-50%, -50%) scale(3);
    -moz-transform: translate(-50%, -50%) scale(3);
    -ms-transform: translate(-50%, -50%) scale(3);
    -o-transform: translate(-50%, -50%) scale(3);
    filter: invert(1);
    z-index: 999999;
    -webkit-filter: invert(1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/* .container-video-passerose #video_check:checked {
    width: 200px;
    height: 200px;
    border-radius: 0;
    top: -50%;
    left: 0;
    bottom: unset;
} */

.container-video-passerose :is(#video_check, #video_check_sec):hover ~ .video {
    -webkit-clip-path: var(--clip-path-hover);
    clip-path: var(--clip-path-hover);
}

/* .container-video-passerose #video_check:checked ~ .video {
    -webkit-clip-path: var(--clip-path-clicked);
    clip-path: var(--clip-path-clicked);
}

.container-video-passerose #video_check:checked ~ .video::before{
    content: url(../images/xmark.svg);
} */

.container-video-passerose .video{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path);
    -webkit-transition: -webkit-clip-path var(--duration) var(--timing-function);
    transition: -webkit-clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function);
    transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
    position: relative;
}

.container-video-passerose .video video{
    position: relative;
    object-fit: cover;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: auto;
    width: auto;
    height: 300px;
}

.popup-container.show{
    opacity: 1;
    pointer-events: auto;
}
.popup-container{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000ad;
    z-index: 999;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.popup-container .video{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popup-container .video .close{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    background-image: url(../images/xmark.svg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(1);
    width: 50px;
    height: 50px;
    -webkit-filter: invert(1);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}

.popup-container .video .close:hover{
    cursor: pointer;
}

.popup-container .video iframe{
    width: 70vw;
    height: 75vh;
}



/* ACTUALITE - LIST POST */

.liquid-filter-items li {
    border: 1px solid;
    border-radius: 25px;
    padding: 5Px 15px;
}

.filter-list-inline li+li {
    margin-inline-start: 15px !important;
}

.passerose_news .lqd-lp {
    border-radius: 25px;
}

.archive.category .titlebar-inner {
    padding-bottom: 0;
}

.lqd-lp-style-10 .lqd-lp-cat-solid a {
    border-radius: 25px;
}

.archive.category h1{
    font-size: 80px;
    font-family: helvetica;
    font-weight: 100;
    text-transform: inherit;
}

.archive.category .lqd-lp {
    border-radius: 25px;
}

/* ACTUALITE - SINGLE POST */

.single-post .cat-links a {
    padding: 5px 10px;
    border: solid 1px #000;
    border-radius: 25px;
}

.single-post .posted-on {
    margin-right: 20px;
}

.single-post main .lqd-post-cover{
    padding-bottom: 20px;
    grid-template-areas: "header header media""meta meta meta";
}

.single-post header.lqd-post-header h1.entry-title {
    font-size: 60px;
    font-family: helvetica;
    font-weight: 100;
    text-transform: inherit;
}

.single-post main .lqd-post-media{
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
}
.single-post main .lqd-post-media img{
    height: 100%;
    object-fit: cover;
}


.single-post .lqd-post-content .container, .single-post footer.blog-post-footer{
    max-width: 1060px;
}

.single-post footer.blog-post-footer{
    padding-top:0;
}
.single-post footer.blog-post-footer .post-nav{
    padding-top: 0px;
}

.single-post .lqd-post-content .container span{
    font-family: "Avenir Book", Sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.single-post .lqd-post-content .container p {
    font-family: "Avenir Book", Sans-serif;
}

.single-post #comments {
    display: none;
}

.single-post .blog-post-footer:before {
    display: none !important;
}



/* JOB */

.sjb-archive-page h3 span.job-title {
    font-size: 80px;
    font-family: helvetica;
    line-height: 1.5;
    font-weight: 100;
}

.sjb-page {
    padding-top: 150px;
    padding-bottom: 150px;
}

.sjb-job-info {
    width: 100%;
}

.sjb-page .list-data .v2 .company-logo {
    float: left;
    width: 80px;
    max-width: 200px;
    margin-right: 10px;
    height: 80px;
    padding: 10px;
    border: solid 1px #eeee;
    border-radius: 100%;
}

.sjb-page img {
    height: auto;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin-top: 50%;
    top: -25%;
}

.sjb-page .list-data .sjb-job-type-location-date {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 25px;
    overflow: hidden;
}

.sjb-page .sjb-filters.sjb-filters-v2 .btn-search,
.sjb-page .sjb-filters.sjb-filters-v2 .form-control,
.sjb-page .list-data .v2 .sjb-apply-now-btn a,
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit {
    border-radius: 25px !important;
}

.sjb-page .sjb-filters.sjb-filters-v2 .btn-search {
    background: #000 !important;
}

#quick-apply-btn {
    display: none !important
}

.sjb-page .job-description-list p {
    margin:20px 0;
}

.sjb-page .list-data .v2 .job-info h4 a {
    font-size: 24px;
}

.sjb-page .sjb-detail .list-data .v2 .job-detail h3 {
    font-size: 60px;
    font-weight: 100;
    font-family: 'Helvetica';
}

/* L'univer passerose | SECONDAIRE */

.passerose-quote::before{
    content: url(../images/quote.svg);
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}

.passerose-carousel .carousel-item-content{
    height: 100%;
}

.passerose-carousel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Nos savoir faire | SECONDAIRE */

.passerose-list ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 28px;
}
.passerose-list ul li{
    position: relative;
}
.passerose-list ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 12px;
    height: 2px;
    background-color: #E7393B;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.bolder{
    font-weight: 700;
    font-family: 'Avenir Bold'
}

.wpcf7-response-output{
    margin-top: 30px !important;
}


.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 30px !important;
}


.txt-rotate-keywords {
    width: 100% !important;
}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

RESPONSIVE 

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


@media screen and (max-width:768px) { 

	.is-stuck .navbar-brand img {
	    height: 40px;
	    width: auto !important;
	    max-width: initial;
	}

   .header_passerose .elementor-container {
        flex-wrap: initial;
    }

    .logo_passerose {
        width: auto;
    }

    /* formes */

    .lines-vertical .pseudo-element {
	    height: 40px;
	    width: 3px;
	    top: 90px;
	    /* top: var(--vertical-line-top-y, 0px) !important; */
	    right: 40px;
	    background-color: #E7393B;
	    position: absolute;
	    z-index: 20;
	}

	.lines-horizontal .pseudo-element-horizontal {
	    width: 100px;
	    height: 3px;
	    bottom: -40px;
	    right: var(--horizontal-line-right-x, 0);
	    top: unset;
	    left: unset;
	    background-color: gray;
	    position: absolute;
	    z-index: 20;
	}

	.lines-vertical.gray .pseudo-element {
	    height: 80px;
	    width: 3px;
	    background-color: #706F6F;
	    top: -150px;
	    right: 12%;
	    z-index: 20;
	}

	.lines-vertical.gray2 .pseudo-element {
	    height: 90px;
	    width: 3px;
	    background-color: #706F6F;
	    top: -420px;
	    right: unset;
	    left: 15%;
	    z-index: 20;
	}

    .page-id-7658 .lines-vertical.gray .pseudo-element, .page-id-7658 .lines-vertical.gray2 .pseudo-element, .page-id-7658 .lines-vertical .pseudo-element {
        display: none;
    }


	/* video */

	.popup-container .video iframe {
	    width: 85vw;
	    height: 35vh;
	}

	.popup-container .wrapping-text {
		margin-top: -100px;
	}

	.container-video-passerose .wrapper {
	    --clip-path: circle(90px at center);
	    --clip-path-hover: circle(85px at center);
	    --clip-path-clicked: circle(100vw at center);
	}

	/* actualites */


    .entry-author {
        display: none;
    }

	.actualite-passerose .article-contents .lqd-lp-title {
	    font-size: 28px;
	    font-weight: 400;
	}

	.actualite-passerose .swiper .container-swiper-nav {
	    position: relative;
	    width: 100%;
	    height: 80px;
	    gap: 60px;
	    display: flex;
	    margin-left: 0;
	    justify-content: center;
	}

	.actualite-passerose .swiper .container-swiper-nav::after {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 1px;
	    background-color: #706F6F;
	    bottom: 0;
	    right: 0;
	}


	/* page secondaire */

	.hide_br h1 br {
		display: none;
	}

	/* blog */

	.lqd-blog-post-style-3 .lqd-post-cover {
	    margin: 0 auto;
	    padding: 110px 15px !important;
	}

	.single-post header.lqd-post-header h1.entry-title {
	    font-size: var(--e-global-typography-691a313-font-size);
    line-height: var(--e-global-typography-691a313-line-height);
	}

	.lqd-pf-nav-link {
		display: none !important;
	}

}



@media screen and (max-width:1440px) { 
	.lines-vertical.gray2 .pseudo-element {
	    height: 100px;
	    width: 4px;
	    background-color: #706F6F;
	    top: -250px;
	    right: unset;
	    left: 5%;
	    z-index: 20;
	}

    .home .lines-vertical.gray2 .pseudo-element {
        display: none;
    }

}




@media screen and (max-width:991px) { 

    .liquid-filter-items li {
        border: none;
        border-radius: 25px;
        padding: 5Px 15px;
    }

}





@media screen and (max-width:748px) { 

  

.passerose_news .col-md-12, .liquid-filter-items {
    width: 100%;
}


}




