/*
Theme Name: pr-ramy-ben-salah Child
Theme URI: https://pr-ramy-ben-salah.com
Description: Child theme for _s
Author: pr-ramy-ben-salah
Template: pr-ramy-ben-salah
Version: 1.0
*/

@font-face {
    font-family: "Lato";
    src: url('../pr-ramy-ben-salah-child/fonts/Lato-Regular.ttf');
    src: url('../pr-ramy-ben-salah-child/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EditorialNew-Italic";
    src: url('../pr-ramy-ben-salah-child/fonts/EditorialNew-Italic-B3EeuDtn.woff2');
    src: url('../pr-ramy-ben-salah-child/fonts/EditorialNew-Italic-B3EeuDtn.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #69615d;
    background: #ffffff;
}

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

footer.site-footer {
    background-color: #fff;
    color: #000;
    padding: 0;
    border-radius: 0;
    width: 100%;
    display: block;
    text-align: center;
}

/*--------------------------------------------------------------
#   scrollbar
--------------------------------------------------------------*/

/*width */

::-webkit-scrollbar {
    width: 15px;
}

/*Track*/

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #E4BFA1;
}

/* Handle */

 ::-webkit-scrollbar-thumb {
    background-color: #E8D4CD;
    border-radius: 10px;
}

.site-footer * {
    color: black;
    list-style: none;
    text-align: left;
}

.site-footer ul {
    padding: 0px;
}

.site-footer ul li {
    padding: 5px 0px;
}

a:hover {
    color: #66b49c;
}

.contact-footer {
    padding-top: 20px;
}

.Copyright {
    margin-top: 10px;
}

.Copyright p{
    text-align: center !important;
}

footer h3 {
    font-family: 'Onest';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fffef6;
    margin-bottom: 20px;
}

.post, .page {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    --tw-text-opacity: 1;
    color: rgb(36 57 71 / var(--tw-text-opacity, 1));
    margin-bottom: 20px;
    line-height: 50px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: "EditorialNew-Italic", sans-serif;
    display: block;
    line-height: 1.2;

}

h1 span {
    margin-top: 11px;
}

h1 {
    font-size: 52px;
    text-align: center;
}

h2 {
    font-size: 40px;
}

h2 span{
    font-size: 34px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

ul.liste-style li {
    list-style: none;
    list-style-position: outside;
}

ul.liste-style li:before {
    content: "\2713";
    color: rgb(36 57 71);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.liste-style {
    padding-left: 25px;
    margin-bottom: 25px;
}

body.home .fixed-header_Desktop .logo img {
    filter: brightness(0) invert(1);
}

body.home .fixed-header_Desktop.scrolled .logo img {
    filter: brightness(0) invert(0);
}

.style_b:before {
    content: "";
    background-image: url(../../uploads/2026/01/pulse.webp);
    width: 21px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

ul.liste-style.white li {
    filter: brightness(0) invert(1);
}

b.style_b {
    padding-left: 26px;
    font-weight: 500;
    line-height: 1.6;
}

a,
a:hover,
a:focus {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    outline: none !important;
}

body,
p {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    --tw-text-opacity: 1;
    color: rgb(47 47 47 / var(--tw-text-opacity, 1));
    line-height: 1.5;
    font-weight: 400;
}

.text-sm {
    font-size: 14px;
    line-height: 20px;
}

.text-lg {
    font-size: 18px;
    line-height: 28px;
}

.text-xl {
    font-size: 20px;
    line-height: 28px;
}

.image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image img {
    cursor: pointer;
    transform: scale(1.01);
    transition: all .7s ease;
}

.image:hover img {
    transform: scale(1.07) rotate(.5deg);
}

body {
    background-color: #fcf1f6;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.img-logo img {
    width: 100%;
    height: auto;
}

.align_center {
    display: flex;
    align-items: center!important;
    justify-content: space-around!important;
}
body ul, body ol {
    margin: 0;
}
.align_right {
    display: flex;
    align-items: right;
    justify-content: space-around;
}

a:hover {
    text-decoration: none;
}

.white ,.white * {
   color : white;
}

a.white,a.white:visited {
    color: white;
}

/****** menu wordpress ****/

body.home .fixed-header_Desktop{

        background-color: transparent;
}

.fixed-header_Desktop {
    background: #ffffffe6;
    padding: 10px 10px 20px 10px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.fixed-header_Desktop .container_navheader {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.fixed-header_Desktop .logo {
    float: left;
    width: 100%;
    text-align: center;
    top: 14px;
    position: relative;
}
.fixed-header_Desktop .logo img {
    width: 77%;
    margin-top: 0px;
}

.fixed-header_Desktop nav.navbar {
    width: 100%;
    float: right;
    padding: 0;
    display: block;
}

.menu-menu-1-container {
    float: left;
}

.fixed-header_Desktop nav.navbar ul.main_nav {
    text-align: left;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.fixed-header_Desktop nav.navbar ul.main_nav>li {
    padding: 0 5px;
    display: inline-block;
    list-style: none;
}

body.home .fixed-header_Desktop .container_navheader ul.main_nav>li>a{

        color: white;
}

body.home .fixed-header_Desktop.scrolled .container_navheader ul.main_nav>li>a{

        color: #000000;
}

.fixed-header_Desktop .container_navheader ul.main_nav>li>a {
       color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    font-family: "Lato", sans-serif;
}

.fixed-header_Desktop.scrolled .container_navheader ul.main_nav>li>a,
.page .fixed-header_Desktop .container_navheader ul.main_nav>li>a:not(.page.page-id-10 .fixed-header_Desktop .container_navheader ul.main_nav>li>a) {
    color: #000000;
}

.page .fixed-header_Desktop .logo img:not(.page.page-id-10 .fixed-header_Desktop .logo img) {
    filter: brightness(0) invert(0);
}

ul.main_nav>li.menu-item.current_page_item > a:before,
ul.main_nav>li.menu-item > a:hover:before{
    left: 0;
    right: auto;
    width: 100%;

    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
ul.main_nav>li.menu-item>a:before {
    background-color: #fff;
    position: absolute;
    content: '';
    bottom: -10px;
    top: auto;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    right: 0;
    height: 1px;
    width: 0;
}

header.fixed-header_Desktop.scrolled ul.main_nav>li.menu-item>a:before {
    background-color: #663130;
}

body .fixed-header_Desktop .container_navheader .navbar ul.main_nav li.item_devis a {
    animation: pulse 1.25s cubic-bezier(.66,0,0,1) infinite;
    background-image: linear-gradient(-177deg,#cc8e2b,#ddb45a);
    background-image: -ms-linear-gradient(-177deg,#cc8e2b 0,#ddb45a 100%);
    border-radius: 50px;
    box-shadow: 0 0 0 0 rgba(204,142,43,.7);
    color: #111;
    font-weight: 500;
    padding: 8px 20px;
}

.fixed-header_Desktop nav.navbar ul.main_nav>li ul.subnav-content {
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    max-width: 100%;
    background: -webkit-linear-gradient(45deg, #cc8e2b, #f7eea4);
    background: -moz-linear-gradient(45deg, #cc8e2b, #f7eea4);
    background: -o-linear-gradient(45deg, #cc8e2b, #f7eea4);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #fff;
}

ul.sub-menu.sub-menu-mob-2 li:not(:last-child) {
    border-bottom: 0px solid #2d2d2d;
}

ul.sub-menu.sub-menu-mob-2 li a {
    font-size: 15px;
    font-weight: 300;
}

header.fixed-header {
    transition: 1s cubic-bezier(.858, .01, .068, .99);
    -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -moz-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -ms-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
}

header.fixed-header_Desktop.scrolled,
.page .fixed-header_Desktop:not(.page.page-id-10 .fixed-header_Desktop) {
    background: #ffffffe6;
    box-shadow: 0 4px 18px 0 rgb(65 65 65 / 23%);
    padding-bottom: 1%;
    transition: all 0.5s linear;
    z-index: 999;
    top: 0;
    padding: 20px 0px 20px 0px;
}

header.fixed-header_Desktop.scrolled .sidebar-box-header {
    top: 28%;
}

/** header.fixed-header.vh_100 {
    overflow-y: scroll;
    min-height: 100vh;
}**/

@media(min-width:768px) {

    ul.main_nav>li.menu-item.current_page_item>a,
    ul.main_nav>li.menu-item>a:hover {
                position: relative;
    }
}

.sidebar-box-header {
display: flex;
    position: absolute;
    right: 4%;
    top: 21%;
    text-align: center;
    margin: 0 auto;
}

.sidebar-box-header .content-box-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (min-width:769px) {
    #main_nav>li>.sub-menu>li>ul li a {
        font-weight: 400;
        font-size: 16px;
    }

    .menu-item-has-children:hover>.sub-menu {
        display: table !important;
    }

    #main_nav>li>.sub-menu>li>.sub-menu li {
        line-height: 1.5;
        padding: 5px 0 0px 0px;

    }

    #main_nav>li>.sub-menu>li>.sub-menu {
top: 0;
        padding: 0;
        position: absolute;
        left: 222px;
        height: 100%;
        display: none;
        width: 280px;
        background: #fff;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    #main_nav>li>.sub-menu>li>.sub-menu>li:first-child {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    #main_nav>li>.sub-menu>li>.sub-menu>li:last-child {
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
    }

    /*#main_nav>li>.sub-menu>li>.sub-menu::after {
        content: "";
        left: -10px;
        position: absolute;
        top: 13px;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-right: 10px solid #66b49c;
    }*/
    ul.sub-menu {
        position: absolute;
        padding: 0;
        margin: 0;
        display: none;
    }

    #main_nav>li>.sub-menu a {
        text-transform: none;
        letter-spacing: normal;
        -webkit-transition: 0s all;
        -o-transition: 0s all;
        transition: 0s all;
        font-family: "Lato", sans-serif;
        color: #000;
        font-size: 16px;
        width: 100%;
        display: block;
        font-weight: 400;
    }

    #main_nav>li>.sub-menu>li:hover:before {
        left: 20px;
        opacity: 1;
    }

    #main_nav>li>.sub-menu>li:hover,
    .main_nav>li>.sub-menu>li>.sub-menu>li:hover {
        background-color: transparent;
    }

    #main_nav>li>.sub-menu>li:hover>a,
    #main_nav>li>.sub-menu>li .sub-menu>li:hover a {
        color: #383d5a;
    }

    #main_nav>li>.sub-menu>li .sub-menu>li a {
        padding: 5px 10px;
    }

    #main_nav>li>.sub-menu>li {
        -webkit-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
    }

    #main_nav>li>.sub-menu {
        position: absolute;
        display: none;
        background: #fff;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        padding: 10px 0px 10px 0px;
    }

    /*#main_nav>li>.sub-menu::after {
        content: "";
        position: absolute;
        left: 25px;
        top: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #66b49c;
    }*/

    #main_nav>li>.sub-menu>li {
        text-align: left;
        line-height: 1.5;
        width: 210px;
        padding: 5px 15px;
        background: #fff;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    }
    #main_nav>li>.sub-menu>li:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    }

    #main_nav>li>.sub-menu>li:last-child {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    #main_nav>li>.sub-menu li {
        list-style: none;
    }
}

.menu-icon__box_inner.close span {
    background: transparent;
}

.close {
    opacity: 1 !important;
}

nav.navbar_mobile li {
    list-style: none;
}

.sidebar-backdrop {
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    height: 100vh;
    left: 0;
    position: fixed;
    width: 100vw;
}

nav.navbar_mobile {
    position: fixed;
    padding: 1rem 20px 2rem;
    z-index: 9999;
    width: 300px;
    background: #fff;
    border-top: 1px solid #fff;
    height: 100vh;
    left: 0;
    top: 0;
    transition: 1s cubic-bezier(.858, .01, .068, .99);
    -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -moz-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -ms-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    overflow-y: auto;
}

.opened {
    display: block !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transition: 1s cubic-bezier(.858, .01, .068, .99);
    -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -moz-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -ms-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
}

header.fixed-header img.custom-logo {
    width: 110px;
}

.burger-button {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 10px;
    top: 5px;
    background-image: linear-gradient(100deg, #b68a00, #f3bf3a);
    background-image: -ms-linear-gradient(100deg, #b68a00 0, #f3bf3a 100%);
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 99;
}

.menu-icon__box_inner {
    overflow: hidden;
    right: 10px;
    position: absolute;
    width: 40px;
    height: 16px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: right;
}

span.menu-icon__inner {
    width: 33%;
    height: 2px;
    background: #000;
    display: block;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

span.menu-icon__inner:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #000;
    top: 0;
    bottom: 0;
    margin-left: 10%;
    width: 18px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    right: 0;
}

span.menu-icon__inner:before {
    content: '';
    position: absolute;
    height: 2px;
    background: #000;
    bottom: 0;
    margin-left: 0;
    width: 18px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    right: 0;
}

span.menu-icon__inner:before:not(body.home span.menu-icon__inner:before),
span.menu-icon__inner:after:not(body.home span.menu-icon__inner:after),
 span.menu-icon__inner:not(body.home  span.menu-icon__inner) {
    background: #000000;
}

body.home span.open-btn::after,
body.home span.menu-icon__inner:after,
body.home span.menu-icon__inner,
body.home span.menu-icon__inner:before{
    background: #fff!important;
}

body.home .fixed-header.scrolled span.menu-icon__inner:before,
body.home .fixed-header.scrolled span.menu-icon__inner:after,
body.home .fixed-header.scrolled span.menu-icon__inner{
    background: #000!important;
}

.menu-icon__box_inner.close span.menu-icon__inner:before {
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.menu-icon__box_inner.close span.menu-icon__inner:after {
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

nav.navbar_mobile ul.main_nav {
    padding: 0;
    margin: 0;
}

nav.navbar_mobile ul.main_nav li {
    position: relative;
    padding: 6px;
    text-align: left;
}
nav.navbar_mobile ul.main_nav li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 49%);
}

nav.navbar_mobile ul.main_nav li a {
    margin: 0px 15px;
    font-size: 18px;
    font-family: Lato, sans-serif;
    color: black;
    font-weight: 400;
}

span.open-btn::after {
    content: '';
    position: absolute;
    top: 44%;
    display: block;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 5px;
    height: 5px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

span.open-btn {
    padding: 9px;
    border: 1px solid #000;
    position: absolute;
    right: 15px;
    background-color: transparent;
}

span.open-btn.rotate-sp {
    transform: rotate(-180deg);
}

span.open-btn.open-btn-2 {
    right: 9px;
}

ul.sub-menu-mob-1 {
    display: none;
    padding: 6px 0;
    margin: 10px 0 0 0;
}

ul.sub-menu-mob-2 {
    display: none;
    padding: 0;
    margin: 0;
    margin-left: 15px;
    margin-right: -6px;
    margin-top: 9px;
}

ul.sub-menu-1 a:hover {
    color: #ffffff;
}

li.has_child:hover .sub-menu-2 {
    display: block !important;
}

li.has_child:hover {
    border-right: 3px solid #d49f41;
}

#main_nav .menu-item-has-children {
    position: relative;
}

ul.sub-menu-2 img {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
}

li.has_child>a {
    font-weight: 500;
}

ul.sub-menu-2 li a {
    font-size: 14px;
    font-weight: 300;
}

.fixed-header.scrolled {
   background: #ffffffe6;
    box-shadow: 0 4px 18px 0 rgb(65 65 65 / 23%);
    top: 0;
}

header.fixed-header:not(body.home header.fixed-header) {
     box-shadow: 0 4px 18px 0 rgb(65 65 65 / 23%);
}

header.fixed-header {
    padding: 10px 10px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0;
    padding-bottom: 6%;
}
header.fixed-header {
    background: #ffffffe6;
    transition: 1s cubic-bezier(.858, .01, .068, .99);
    -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
    -moz-transition: 1s cubic-bezier(.858,.01,.068,.99);
    -ms-transition: 1s cubic-bezier(.858,.01,.068,.99);
    -o-transition: 1s cubic-bezier(.858,.01,.068,.99);
}

body.home header.fixed-header {
    background: transparent;
}

body.home .fixed-header.scrolled{
    background: #ffffffe6;
}

@media (max-width: 767px) {
    .devis_express_mobile {
        position: fixed;
        top: 6px;
        left: 40%;
        padding: 10px 20px !important;
        background: #000000;
        border-radius: 30px;
        animation: pulse_dex_white 1s infinite;
    }
    .devis_express_mobile a {
        color: white;
        font-weight: 400;
        font-size: 14px;
}
}

.content__slider {
display: block;
    position: absolute;
    top: 36%;
    text-align: left;
    left: 31vh;
}

img.img-slider {
    width: 100%;
    text-align: right;
    float: right;
}

h1.title_slider {
font-size: 82px;
    color: #fffef6;
    line-height: 90px;
}

body.home .btn_devis a {
   background: transparent;
   color: white;
   border: 2px solid white;
}

body.home .btn_devis a:hover {
   background: #f4ead4;
   color: #000;
   border: 2px solid white;
}

body.home .fixed-header_Desktop.scrolled .btn_devis a {
    color: rgb(193 143 39);
    border: 2px solid rgb(193 143 39);
}

body.home .fixed-header_Desktop.scrolled .btn_devis a:hover,
body.home .fixed-header_Desktop.scrolled .btn_devis a:focus {
background-color: rgb(193 143 39);
    color: #ffffff;
    border: 2px solid rgb(193 143 39);
}

.btn_devis a {
    color: rgb(193 143 39);
    padding: 15px 30px !important;
    border-radius: 50px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    font-family: "Lato", sans-serif;
    border: 2px solid rgb(193 143 39);
}

.btn_devis a:visited {
    color: white;
}

.btn_devis a:hover,
.btn_devis a:focus {
    background-color: rgb(193 143 39);
    color: #ffffff;
    z-index: 1;
}

@media (max-width: 767px) {
section.section_slider * {
    padding: 0;
}
section.section_slider {
    position: relative;
    top: 0;
    z-index: -9999;
    padding-top: 0;
}

.section_slider .content__slider {
left: 6%;
        top: 43%;
        position: absolute;
        margin-bottom: 80px;
        width: 100%;
}

.section_slider .content__slider .btn_devis {
    margin-top: 30px !important;
}

.section_slider h1.title_slider {
        font-size: 41px;
        margin-left: 0;
        line-height: 43px;
}

.section_slider .btn_devis a {
    margin-left: 35px;
    margin-top: 2rem !important;
}

    .elementor-11 .elementor-element.elementor-element-8403163 img{
        max-width: 30px !important;
        height: 30px !important;
    }
        body h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    body h2 span {
    font-size: 20px;
    line-height: 1.2;
}
body .whatsapp-icon {
    top: calc(50% + 50px);
}

footer.site-footer {
    padding: 30px 15px 30px 15px;
    border-radius: 0;
    width: 100%;
}

body #page {
    padding-top: 0;
}

footer.site-footer {
    margin: 0px;
}
}

.whatsapp-icon {
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    position: fixed;
    top: calc(30% + 50px);
    left: 0px;
    cursor: pointer;
    z-index: 9999;
    padding: 4px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    background-color: #2ab737;
    background: linear-gradient(135deg, #0f912c 0, #25a325 37%, #2ab939 100%);
}
.trin-trin
{
    animation-name: trin;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 50%;
    margin: 0 auto;
}
@keyframes trin {

from {
    transform:rotate3d(0, 0, 1, 0deg);
}
20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
}
23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0,0,1,15deg);
}
26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0,0,1,0deg);
}
29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0,0,1,-15deg);
}
80% {
    transform:rotate3d(0, 0, 1, 0deg);
}

}

.whatsapp-icon:before {
    content: "";
    background: url(../../uploads/2026/01/whatsapp.webp);
    position: absolute;
    width: 85%;
    height: 85%;
    background-repeat: no-repeat;
    background-size: contain;
}

ul#menu-lien-rapide li a {
    color: white;
}

ul#menu-lien-rapide {
    list-style: none;
    text-align: left;
}

.section_slider {
    background-color: #f1ebe7;
}

footer .img-bg-footer {
    filter: brightness(0.9) contrast(1.1);
    object-fit: cover;
    height: 490px;
    width: 100%;
}

.site-footer h3 {
    color: #1f2937;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.site-footer .container-partie-2 {
    padding-top: 64px;
    padding-left: 48px;
    padding-right: 48px;
}

.text-primaryBlue {
    color: #243947;
}

.content__btn {
    position: relative;
}

.btn_rendez-vous {
position: absolute;
left: 40%;
    bottom: 2rem;
}

.btn_rendez-vous a {
    display: inline-flex;
    align-items: center;
    background-color: white;
    border-radius: 999px;
    justify-content: space-between;
    padding: 2px 16px;
    width: 484px;
}

.bg-primaryBlue {
    background-color: #243947cc;
    border-radius: 999px;
    width: 58px;
    height: 58px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.btn_rendez-vous a span {
    text-transform: uppercase;
    flex: 1 1 0%;
    color: #1d2e3a;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.btn_rendez-vous a:hover .transition-transform{
    --tw-translate-x: .125rem;
    transform: translate(.125rem, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}

.btn_rendez-vous a:hover .bg-primaryBlue {
    background-color: #374151;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.section__bg__1 .jarallax-container div
{
    background-position: 50% -22% !important;
}

.w-4 {
    width: 1rem;
}
.h-4 {
    height: 1rem;
}

a.btn___instagram {
    background-color: #243947cc;
    border-radius: 999px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 1rem;
    align-items: center;
    display: flex;
    color: white;
    width: 15%;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.justify-center {
    justify-content: center;
}
.flex {
    display: flex;
}

.svg__inst {
    border-radius: 999px;
    padding: 10px 10px;
}

a.btn___instagram:hover {
    background-color: white;
    color: #243947cc;
}

@media (max-width: 767px) {
img.img-slider {
    object-fit: cover;
    height: 500px;
    width: 100%;
}

.btn_rendez-vous a {
    width: 300px;
        font-size: 14px;
}

.btn_rendez-vous {
    left: 12%;
}
body, p {
    font-size: 14px;
}
.site-footer .container-partie-2 {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.text-xl {
    font-size: 16px;
    line-height: 1.5;
}

body h3 {
    font-size: 18px;
    line-height: 1.5;
}

a.btn___instagram {
    width: auto;
}
}

.slider_interventions_1  a.elementskit-btn.ekit_image_caption_button {
    position: absolute;
    top: 20px;
    left: 0;
}

.self-end {
background-color: #243947cc;
    border-radius: 999px;
    padding: 10px;
    color: white;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    align-self: flex-end;
    width: 55px;
    height: 55px;
    display: block;
    text-align: center;
    float: right;
    margin-right: 10px;
}

.self-end:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    color:white;
}

.slider_interventions_1 .ekit_image_caption {
    background-image: -moz-linear-gradient(-36deg, rgb(0 0 0/ 0%) 0%, rgb(0 0 0/70%) 65%);
    background-image: -webkit-linear-gradient(-36deg, rgb(0 0 0/ 0%) 0%, rgb(0 0 0 / 70%) 65%);
    background-image: -ms-linear-gradient(-36deg, rgb(0 0 0/ 0%) 0%, rgb(10 0 0/70%) 65%);
}

.slider_interventions_1 p.ekit_image_caption_description {
    position: absolute;
    bottom: 10px;
}

.slick-prev, .slick-next {
width: 50px;
    height: 50px;
color: #243947;
    background: #FFFFFF;
    border-radius: 999px 999px 999px 999px;
}

.interv__content {
    position: relative;
}

.interventions img.img__interv {
    object-fit: cover;
    height: 415px;
    width: 97%;
    border-radius: 25px;
    filter: brightness(0.6);
}

.interventions .content__interv_2 {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 5px 20px;
}

.content__interv_1 h3 {
    font-size: 14px;
    color: white;
    font-weight: 400;
    background: #0003;
    border-radius: 77px;
    text-align: center;
    padding: 10px 10px;
    line-height: 1.2;
    border: 1px solid #ffffff4d;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.content__interv_2 p {
    font-size: 13px;
    color: white;
    font-weight: 400;
    text-align: center;
}

.content__interv_1 {
    padding: 10px;
    top: 0;
    position: absolute;
}

.interventions .slick-prev, .interventions .slick-next {
    position: absolute;
    top: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.interventions .slick-prev {
    left: 0%;
    z-index: 999;
}

.interventions .slick-next {
    right: 1%;
}

@media (max-width: 767px) {
body.home  header.fixed-header img.custom-logo {
    filter: brightness(0) invert(1);
}

body.home  header.fixed-header.scrolled img.custom-logo {
    filter: brightness(0) invert(0);
}
}

.blog__1 .ekit-wid-con .elementskit-post-image-card img {
    object-fit: cover;
    width: 730px;
    height: 548px;
}

.blog__2 .ekit-wid-con .elementskit-post-image-card img {
    object-fit: cover;
    width: 357px;
    height: 268px;
}

@media screen and (min-width:1920px){

    .sidebar-box-header {
    right: 7%;
}
    .fixed-header_Desktop .container_navheader ul.main_nav>li>a {
    font-size: 16px;
}

    .fixed-header_Desktop .container_navheader {
    width: 85%;
}
.fixed-header_Desktop nav.navbar ul.main_nav>li {
    padding: 0 10px;
}
    body, p {
    font-size: 18px;
}
h1.title_slider {
    font-size: 74px;
    line-height: 79px;
}
.content__interv_2 p {
    font-size: 14px;
}
h2 span {
    font-size: 34px;
}
h2 {
    font-size: 40px;
}
.interventions .content__interv_2 {
    padding: 20px 60px 5px 50px;
}

.elementor-element .elementor-element.section__right {
        padding: 100px;
    }
}

.blog__2 .ekit-wid-con  .col-lg-6.col-md-6{
    padding-right: 5px;
    padding-left: 5px;
}

.blog__2 .ekit-wid-con .ekit-blog-posts-content {
    padding: 0px 10px;
}

@media (max-width: 767px) {
    .elementor-element .elementor-element.section__right {
    padding: 30px;
}

.header__interne .elementor-element.elementor-widget-image img {
    height: 300px;
}

.header__interne h1 {
    font-size: 28px;
    line-height: 1.2;
}

.blog__2 .ekit-wid-con .elementskit-post-image-card img {
    height: 200px;
}

.blog__2 .ekit-wid-con .elementskit-post-body {
    height: 173px;
}
.elementor-10 .elementor-element.elementor-element-e9cffaf .elementskit-post-image-card .elementskit-post-body .entry-title a {
    font-size: 20px!important;
    line-height: 20px !important;
}

.elementor-10 .elementor-element.elementor-element-e9cffaf .elementskit-post-image-card .elementskit-post-body .entry-title {
        line-height: 10px!important;
    }
}

.blog__1 .ekit-wid-con .elementskit-post-body,
.blog__2 .ekit-wid-con .elementskit-post-body {
    height: 180px;
}

.blog__1 .ekit-wid-con .btn-wraper,
.blog__2 .ekit-wid-con .btn-wraper {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.blog__2 .ekit-wid-con .post-meta-list {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.blog__1 .ekit-wid-con .post-meta-list {
    position: absolute;
    bottom: 0px;
    left: 20px;
}

/*** pages Internes ***/

.header__interne .elementor-widget-image img {
    display: block;
    object-fit: cover;
    height: 760px;
    width: 100%;
    transition: transform 0.9s ease !important;
}

.header__interne .elementor-widget-image {
    overflow: hidden;
}
.header__interne .elementor-widget-image:hover img {
    transform: scale(1.2);
}

.img_interne_radius.elementor-widget-image img {
    border-radius: 400px;
}

.img_interne_radius_2.elementor-widget-image img {
    border-radius: 240px;
}

a.self-end:visited {
    color: #fff;
}

a:visited {
    color: #000;
}

.elementor-element.section__right {
    padding: 80px;
}

body.home .logo__desktop {
    width: 12%;
}

body.home .logo__desktop img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    filter: brightness(0) invert(1);
    top: 9px;
    position: relative;
}

body.home  header.fixed-header_Desktop.scrolled .logo__desktop img {
    filter: brightness(0) invert(0);

}

.interventions-block {
    background-color: #e8d4cd;
    border-radius: 20px;
    padding: 30px 0px 0px 0px;
        height: 100%;

}

.interventions-block .elementskit-box-header {
    width: 240px;
    height: 240px;
    text-align: center;
    margin: 0 auto;
}

.interventions-block .ekit-wid-con .elementskit-box-header img {
    width: 240px;
    height: 240px;
    object-fit: cover;
}

.interventions-block .ekit-wid-con .elementskit-box-content h2.elementskit-info-box-title {
    line-height: 1.2;
    font-size: 23px;
    font-weight: 500;
}

body.blog .top_header_page.top-default {
    padding-top: 110px;
}

body.blog .post-featured-image img {
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
    height: 256px;
}

body.blog .post-item-content h2 {
    line-height: 20px;
}
body.blog .post-item-content h2 a {
    font-size: 24px;
    color: #111827;
    font-weight: 600;
}

body.blog .post-item {
    background-color: #f5ece9;
    height: 500px;
    margin-bottom: 30px;
    border-radius: 20px 20px 20px 20px;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    opacity: 1;
    transform: translateY(5px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

body.blog .post-item:hover {
    transform: translateY(0);
}

body.blog  .post-item-body {
    padding: 10px 24px;
}

.dr__ramy {
    padding-left: 3rem ;
    padding-right: 3rem;
}

@media (max-width: 767px) {
.dr__ramy {
    padding-left: 1rem ;
    padding-right: 1rem;
}
body.blog .top_header_page.top-default {
    padding-top: 80px;
}
}

main#primary:not(body.home main#primary) {
    padding-top: 60px;
}

.img__cover img{
  object-fit: cover;
}

.breadcrumbs_single {
    position: relative;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-position: center left;
    margin-bottom: 30px;
}

.breadcrumbs_single * {
    z-index: 2;
}

.breadcrumbs_single h1 {
    text-align: center;
    width: 100%;
}

.date_single_posts {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 20px;
    color: #000;
    font-weight: bold;
    background-color: rgb(255 249 240);
}

.navigate_blog .nav-links {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(255 249 240);
    padding: 14px 18px;
    color: #000;
}
.nav-previous a,.nav-next a {
color: black;
    font-weight: bold;
  }
.breadcrumbs_single:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: -moz-linear-gradient(-36deg, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 40%) 65%);
    background-image: -webkit-linear-gradient(-36deg, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 40%) 65%);
    background-image: -ms-linear-gradient(-36deg, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 40%) 65%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.wp-block-latest-posts {
    margin: 0;
}

.wp-block-latest-posts li a {
    color: black;
}

.breadcrumbs_single h1 {
    color: white;
}
.blog .container.aram_clinique {
    padding-top: 40px;
}
p#breadcrumbs, p#breadcrumbs a {
    color: white !important;
    text-align: center;
}
body.single.single-post header.fixed-header_Desktop {
    background: #fff9f0;
}

@media (max-width: 767px) {
    h1 {
    font-size: 33px;
    line-height: 1.2;
}
    section.header_internes.blog {
        padding-top: 60px;
    }
    .header_page {
        min-height: 413px!important;
        padding-top: 25%!important;
    }
    .navigate_blog .nav-links span.nav-title {
        display: none;
    }
    .date_single_posts {
        bottom: 0px!important;
    }
    .navigate_blog .nav-links {
        width: 100%;
    }
    .breadcrumbs_single {
        min-height: 350px!important;
    }
}

