/*!
Theme Name: touchlink
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: touchlink
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

touchlink is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
    font-family: "AverageSans";
    src: url("./fonts/Average_Sans/AverageSans-Regular.ttf");
    src: url("./fonts/Average_Sans/AverageSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PlayfairDisplay";
    src: url("./fonts/Playfair_Display/static/PlayfairDisplay-Bold.ttf");
    src: url("./fonts/Playfair_Display/static/PlayfairDisplay-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
}

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

section.no-padding {
    padding: 0;
}

ul li {
    list-style: none;
}

ul.liste-style li, .white-text ul.liste-style li.card-text {
    list-style: url(./liste-style.png);
}

.white-text ul.liste-style li {
    list-style: url(./liste-style-white.png);
}

.white-text ul.liste-style li ul li {
    list-style: url(./liste-style-white-2.png);
}

a {
    text-decoration: none;
    color: rgb(0, 119, 182);
    cursor: url(./cursor.png), auto;
}

button:not(:disabled) {
    cursor: url(./cursor.png), auto;
}

a:hover {
    color: rgb(15, 23, 42);
}

h2 {
    font-size: 36px;
    font-family: "PlayfairDisplay";
    color: rgb(0, 119, 182);
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.3;
    text-align: left;
}

h3 {
    font-size: 24px;
    font-family: "AverageSans";
    color: rgb(0, 180, 216);
    line-height: 1.25;
    text-align: left;
    margin: 10px 0;
}

p, li {
    font-size: 18px;
    font-family: "AverageSans";
    color: rgb(15, 23, 42);
    margin: 0;
    line-height: 1.8;
    text-align: left;
}

.home-slider-content {
    padding-left: 55%;
    padding-right: 15%;
}

.home-slider-content h1, .internal-slider h1 {
    font-size: 48px;
    font-family: "PlayfairDisplay";
    color: rgb(16, 49, 120);
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.5;
    text-align: left;
}

.home-slider-content h1 span {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.home-slider-content h1 span span {
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
}

.btn-devis-express {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border-radius: 0;
    outline: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -moz-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 50%, rgb(0, 150, 199) 79%, rgb(0, 119, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 50%, rgb(0, 150, 199) 79%, rgb(0, 119, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 50%, rgb(0, 150, 199) 79%, rgb(0, 119, 182) 100%);
    box-shadow: 0px 0px 27px 0px rgba(15, 23, 42, 0.1);
    padding: 9px 46px;
    outline: 1px solid transparent;
    margin: 1px;
    color: rgb(255, 255, 255);
    /* background-color: rgb(0, 119, 182); */
    border: 3px solid transparent;
    border-radius: 24px;
}

.btn-devis-express {
    outline: 0 !important
}


.btn-devis-express svg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    border-radius: 24px;
}


.btn-devis-express svg rect {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    fill: none;
    stroke-width: 2.3px;
    stroke: rgb(255, 255, 255);
    -webkit-transition: .9s cubic-bezier(.45, .05, .55, .95);
    -o-transition: .9s cubic-bezier(.45, .05, .55, .95);
    transition: .9s cubic-bezier(.45, .05, .55, .95);
    border-radius: 24px;
}


.btn-devis-express svg rect:nth-of-type(2) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.btn-devis-express svg rect {
    -webkit-transition: .7s cubic-bezier(.45, .05, .55, .95);
    -o-transition: .7s cubic-bezier(.45, .05, .55, .95);
    transition: .7s cubic-bezier(.45, .05, .55, .95)
}

.btn-devis-express svg rect:nth-of-type(1) {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    stroke-dashoffset: 0 !important
}

.btn-devis-express:hover svg rect {
    -webkit-transition: 1.1s cubic-bezier(.45, .05, .55, .95);
    -o-transition: 1.1s cubic-bezier(.45, .05, .55, .95);
    transition: 1.1s cubic-bezier(.45, .05, .55, .95)
}

.btn-devis-express:hover svg rect:nth-of-type(2) {
    stroke-dashoffset: 0 !important;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.btn-devis-express:hover svg rect:nth-of-type(1) {
    opacity: 0;
    stroke-dashoffset: 0 !important;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.btn-devis-express span {
    display: block;
    line-height: inherit;
    font-family: "AverageSans";
    font-size: 16px;
    line-height: 2em;
    font-weight: 400;
    text-decoration: none;
}

.btn-devis-express span:before {
    display: block;
    line-height: inherit
}

.fixed-header_Desktop {
    padding: 0 0 5px;
    position: fixed;
    width: 100%;
    z-index: 999;
    margin-top: 20px;
}

.fixed-header_Desktop .container_navheader {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27px 0px rgba(15, 23, 42, 0.1);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fixed-header_Desktop .container_navheader .logo-container {
    width: 10%;
    float: left;
    padding: 5px;
    margin: 0 3%;
}

.fixed-header_Desktop .container_navheader .navbar-desktop {
    width: 90%;
    float: right;
    padding: 10px 5px 0 5px;
}

.navbar-desktop ul {
    display: inline-flex;
    margin-bottom: 0;
}

.navbar-desktop ul.menu>li {
    line-height: 3;
}

.navbar-desktop ul li {
    position: relative;
    padding-inline-end: 70px;
}

.navbar-desktop ul.sub-menu>li {
    margin: 0;
    padding: 5px;
}

.navbar-desktop ul li a {
    font-size: 16px;
    font-family: "AverageSans";
    color: rgb(15, 23, 42);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.navbar-desktop ul li::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 40%;
    bottom: 43%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(15, 23, 42);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.navbar-desktop ul li:hover>a {
    color: rgb(128, 128, 128);
}

.navbar-desktop ul li:hover::after {
    border-color: rgb(128, 128, 128);
}



.navbar-desktop ul.sub-menu {
    position: absolute;
    display: none;
    border-radius: 10px;
    background-color: rgb(0, 119, 182);
    box-shadow: 0px 0px 8px 0px rgba(221, 221, 221, 0.004);
    padding: 5px 0 5px 5px;
    width: 241px;
}

.navbar-desktop ul li ul li ul.sub-menu {
    top: 0;
    padding: 5px 0 5px 5px;
    position: absolute;
    left: 237px;
    height: auto;
    display: none;
    width: 241px;
    border-radius: 10px;
    background-color: rgb(0, 119, 182);
    box-shadow: 0px 0px 8px 0px rgba(221, 221, 221, 0.004);
}

.navbar-desktop ul li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
}

.navbar-desktop ul li ul.sub-menu li::after {
    display: none;
}

.navbar-desktop ul li ul.sub-menu li a {
    color: rgb(255, 255, 255);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.navbar-desktop ul li ul.sub-menu li:hover>a {
    color: rgb(216, 245, 251);
    padding-left: 10px;
}

.navbar-desktop ul li ul.sub-menu li:hover::before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 245, 251);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.boxed-section>div {
    border-radius: 10px;
    background-color: rgb(242, 249, 250);
    box-shadow: 0px 0px 21px 0px rgba(10, 51, 128, 0.13);
    position: relative;
    z-index: 0;

}

.boxed-section p {
    padding-right: 30px;
}

.diagonal-images {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    z-index: 0;
}

.diagonal-images img:first-child {
    margin-bottom: -20%;
}

.diagonal-images img:last-child {
    margin-top: -20%;
}



.diagonal-images::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-2.png) no-repeat scroll bottom right;
    background-size: 100%;
    width: 171px;
    height: 169px;
    bottom: 0;
    right: 90px;
    z-index: -1;
}

.diagonal-images::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1.png) no-repeat scroll bottom left;
    background-size: 100%;
    width: 56px;
    height: 56px;
    bottom: 68px;
    left: -62px;
    z-index: -1;
}

.boxed-section>div::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1-min.png) no-repeat scroll top right;
    background-size: 100%;
    width: 22px;
    height: 23px;
    top: 80px;
    right: 430px;
}

.boxed-section>div::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-3.png) no-repeat scroll bottom left;
    background-size: 100%;
    width: 934px;
    height: 399px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.less .show-more-less-p>*:nth-child(n + 2) {
    display: none;
}

.btn-display {
    background-color: rgb(243, 251, 255);
    box-shadow: 0px 0px 27px 0px rgb(15 23 42 / 10%);
    width: 28%;
    height: auto;
    padding: 13px 10px;
    border-width: 0.5px;
    border-style: solid;
    border-color: rgb(0, 119, 182);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 3px;
    right: 25%;
}

.btn-display span {
    font-size: 16px;
    font-family: "AverageSans";
    color: rgb(0, 119, 182);
    line-height: 1.375;
    padding-right: 9px;
}

.btn-display svg {
    padding-top: 2%;
}

.btn-display:hover {
    border-color: rgb(0, 180, 216);
    cursor: url(./cursor.png), auto;
}

.btn-display:hover span {
    color: rgb(0, 180, 216);
}

.btn-display:hover svg path {
    fill: rgb(0, 180, 216);
}

.devis-express-image::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-2.png) no-repeat scroll top left;
    background-size: 100%;
    width: 171px;
    height: 169px;
    top: -10px;
    left: -30px;
    z-index: -1;
}

.devis-express-image::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1.png) no-repeat scroll bottom right;
    background-size: 100%;
    width: 44px;
    height: 44px;
    bottom: 110px;
    right: 20px;
}

.home-img-5::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1.png) no-repeat scroll top right;
    background-size: 100%;
    width: 33px;
    height: 33px;
    top: 135px;
    right: 6px;
}

.home-img-6::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1-min.png) no-repeat scroll bottom left;
    background-size: 100%;
    width: 24px;
    height: 24px;
    bottom: 190px;
    left: 25px;
}

.home-img-6::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1.png) no-repeat scroll top right;
    background-size: 100%;
    width: 44px;
    height: 44px;
    top: 188px;
    right: 0;
}

.blue-section {
    background-image: -moz-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
}

.forme-4::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-4.png) no-repeat scroll bottom left;
    background-size: 100%;
    width: 789px;
    height: 951px;
    bottom: -238px;
    left: -10px;
}

.white-bloc-text {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38px 0px rgba(15, 23, 42, 0.09);
    padding: 30px;
    position: absolute;
    z-index: 1;
    left: 300px;
}

.white-text h2, .white-text h3, .white-text h6, .white-text p, .white-text ul li {
    color: rgb(254, 254, 255);
}

.content-card h3 {
    color: rgb(0, 180, 216);
}


.item {
    position: relative;
    margin-bottom: 10px;
}

.item::before {
    content: ' ';
    width: 0;
    height: 0;
    padding-top: 115%;
    display: inline-block;
}

.item .item_content {
    color: rgb(254, 254, 255);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    background: #05080d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.item .item_content::before {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: .6;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
    border-radius: 5px;
}

.item:hover>.item_content::before {
    opacity: 1;
}

.item .item_content .item_content_inner {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 2em 2.2em 2.4em;
}

.item .item_content .item_link {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.item_content_inner_bottom {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.item:hover .item_content_inner_bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.item_title {
    font-size: 18px;
    font-family: "PlayfairDisplay";
    color: rgb(254, 254, 255);
    line-height: 1.222;
    margin: 0.4em 0 0;
}



.item_title a {
    color: rgb(254, 254, 255);
}

.item_button {
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    margin-top: 1.2em;
    display: inline-block;
    line-height: 0;
    margin: 0;
}

.item:hover .item_button {
    opacity: 1;
}

.item_more_link {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 18px;
    line-height: 20px;
    color: rgb(254, 254, 255);
    z-index: 1;
    overflow: hidden;
    font-family: "PlayfairDisplay";
}

.item_more_link .link_text {
    display: none;
    position: relative;
    margin-right: 0;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}

.item:hover .item_more_link .link_text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.item_more_link .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}

.show-more-less-p {
    padding-bottom: 60px;
}

.home-img-8::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-5.png) no-repeat scroll top left;
    background-size: 100%;
    width: 186px;
    height: 186px;
    top: 260px;
    left: -50px;
    z-index: -1;
}

.home-img-8::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1.png) no-repeat scroll bottom right;
    background-size: 100%;
    width: 44px;
    height: 44px;
    bottom: 22px;
    right: 0;
}

.home-img-8-container::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-6.png) no-repeat scroll top left;
    background-size: 100%;
    width: 402px;
    height: 595px;
    top: 19px;
    left: 24px;
    z-index: 1;
}

.temoignages-section>div {
    border-radius: 10px;
    background-color: rgb(242, 249, 250);
    box-shadow: 0px 0px 21px 0px rgba(10, 51, 128, 0.13);
}

.temoignages-section>div::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-3.png) no-repeat scroll bottom left;
    background-size: 100%;
    width: 934px;
    height: 399px;
    bottom: 0;
    left: 0;
}

.temoignages-image::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1-min.png) no-repeat scroll bottom left;
    background-size: 100%;
    width: 24px;
    height: 24px;
    bottom: 184px;
    left: 0;
}

.temoignages::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1.png) no-repeat scroll top right;
    background-size: 100%;
    width: 44px;
    height: 44px;
    top: 38px;
    right: 71px;
}

.swiper-temoignages h2 {
    padding-left: 10px;
    padding-right: 100px;
}

.swiper-temoignages h3 {
    font-size: 18px;
    font-family: "PlayfairDisplay";
    color: rgb(0, 180, 216);
    line-height: 1.222;
    text-align: center;
}

.swiper-temoignages h4 {
    font-size: 16px;
    font-family: "PlayfairDisplay";
    color: rgba(15, 23, 42, 0.49);
    font-style: italic;
    line-height: 0.938;
    margin: 10px 0;
    padding: 0 10px;
}

.swiper-temoignages svg.quote {
    padding-left: 10px;
}

.swiper-temoignages p {
    padding: 0 10px;
}

.owl-controls {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

.owl-controls .swiper-prev, .owl-controls .swiper-next {
    position: relative;
}

.swiper-prev svg.arrow, .swiper-next svg.arrow {
    position: absolute;
    top: 24%;
    left: 28%;
}

.swiper-prev:hover>svg.arrow>path, .swiper-next:hover>svg.arrow>path {
    fill: rgb(255, 255, 255);
}

.swiper-prev:hover>svg.arrow-bg>g>path, .swiper-next:hover>svg.arrow-bg>g>path {
    opacity: 1;
}

.swiper-temoignages::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-7.png) no-repeat scroll bottom right;
    background-size: 100%;
    width: 418px;
    height: 383px;
    bottom: 0;
    right: 0;
}

.footer {
    background-image: -moz-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    padding: 20px 0;
}

.footer p {
    font-size: 16px;
    font-family: "AverageSans";
    color: rgb(255, 255, 255);
    line-height: 1.375;
    text-align: center;
}



.scrollbar-interventions {
    background: rgb(243, 251, 255) !important;
    border-radius: 3px !important;
    height: 3px !important;
}

.scrollbar-interventions .swiper-scrollbar-drag {
    background: rgb(0, 119, 182) !important;
}

.btn-to-top {
    font-weight: 700;
    font-family: "AverageSans";
}

.to-top i {
    font-size: 22px;
    margin: 0;
    transition: all ease 0.3s;
}

.to-top {
    display: none;
    position: fixed;
    padding: 0;
    bottom: 45px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 38px;
    z-index: 3;
    background: rgb(0, 180, 216);
    box-shadow: 0px 0px 27px 0px rgb(15 23 42 / 10%);
    border: none !important;
    color: rgb(255, 255, 255);
    transition: all ease 0.3s;
}

.to-top:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 180, 216);
}

.to-top:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: currentColor;
    display: block;
    left: 50%;
    top: 50%;
    text-align: center;
    text-indent: 0;
    margin: 0 auto;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transition: all ease 0.3s;
    opacity: 0;
}

.to-top:hover:after {
    margin-top: 2px;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.clinique-img-1::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1.png) no-repeat scroll bottom left;
    background-size: 100%;
    width: 70px;
    height: 70px;
    bottom: 148px;
    left: -24px;
}

.clinique-img-1::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1.png) no-repeat scroll top right;
    background-size: 100%;
    width: 33px;
    height: 33px;
    top: 36px;
    right: 57px;
}

.clinique-img-2::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1.png) no-repeat scroll top left;
    background-size: 100%;
    width: 36px;
    height: 36px;
    top: 156px;
    left: 19px;
}

.clinique-img-2::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-1.png) no-repeat scroll bottom right;
    background-size: 100%;
    width: 20px;
    height: 20px;
    bottom: 174px;
    right: 25px;
}

.image-internal-slider {
    position: absolute;
    bottom: -30px;
    left: 190px;
}

.internal-slider-content {
    padding-left: 5%;
    padding-right: 25%;
}

.breadcrumb-item>a {
    font-size: 18px;
    font-family: "AverageSans";
    color: rgb(255, 255, 255);
    line-height: 1.222;
}

.breadcrumb-item:last-child>a {
    color: rgb(0, 119, 182);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ' \003E';
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: "AverageSans";
    line-height: 1.222;
    padding-top: 3px;
    width: 16px;
    height: 12px;
}

.accordion-panel {
    border-radius: 10px;
    box-shadow: 0px 0px 32px 0px rgba(33, 37, 41, 0.13);
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
}

.accordion {
    border: none;
    background-color: rgb(255, 255, 255);
    padding: 0 18px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-top: 5px;
}

.accordion h3 {
    font-size: 28px;
    font-family: "PlayfairDisplay";
    color: rgb(0, 119, 182);
    font-weight: bold;
    line-height: 1.214;
    margin: 10px 0;
}

.open h3 {
    font-size: 28px;
    font-family: "PlayfairDisplay";
    color: rgb(15, 23, 42);
    font-weight: bold;
    line-height: 1.214;
    margin: 10px 0;
}

.open+.panel {
    max-height: 500px !important;
}

.panel {
    background-color: rgb(255, 255, 255);
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    font-size: 16px;
    font-family: "AverageSans";
    color: rgb(15, 23, 42);
    line-height: 1.375;
    padding-left: 40px;
}

.doctors-section {
    z-index: 0;

}

.doctors-section::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-8.png) no-repeat scroll bottom left;
    background-size: 100%;
    width: 819px;
    height: 370px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.doctors-section::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-9.png) no-repeat scroll top right;
    background-size: 100%;
    width: 928px;
    height: 396px;
    top: 0;
    right: 0;
    z-index: -1;
}

.doctors-section .card {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 32px 0px rgba(33, 37, 41, 0.13);
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.doctors-section .card h3 {
    font-size: 18px;
    font-family: "PlayfairDisplay";
    color: rgb(15, 23, 42);
    line-height: 1.222;
    padding: 10px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cards .card {
    width: 49%;
    padding: 10px;
    min-height: 358px;
}

.cards .card .card-tete {
    display: flex;
    align-items: center;
}

.cards .card .card-tete .card-title {
    padding-right: 20px;
}

.cards .card .card-tete .card-title {
    font-size: 24px;
    font-family: "PlayfairDisplay";
    color: rgb(0, 119, 182);
    font-weight: bold;
    line-height: 1.167;
    text-align: left;
}

.cards .card .card-text {
    font-size: 16px;
    font-family: "AverageSans";
    color: rgb(15, 23, 42);
    line-height: 1.375;
}

.no-padding-content {
    padding: 0 5%;
}

.image-fluid {
    position: absolute;
    right: 0;
}

.entry-header {
    display: none;
}

.see-less {
    position: relative;
}

table {
    background-image: -moz-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 50%, rgb(0, 150, 199) 79%, rgb(0, 119, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 50%, rgb(0, 150, 199) 79%, rgb(0, 119, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 50%, rgb(0, 150, 199) 79%, rgb(0, 119, 182) 100%);
    box-shadow: 0px 0px 32px 0px rgba(33, 37, 41, 0.13);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    font-size: 16px;
    font-family: "AverageSans";
    color: rgb(255, 255, 255);
    line-height: 1.625;
    width: 100%;
}

tbody {
    padding: 40px 20px 20px 20px;
    display: block;
}

tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

tr td:first-child {
    width: 60%;
}

.content-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.content-cards .content-card {
    width: 49.5%;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 32px 0px rgb(33 37 41 / 13%);
    padding: 30px 30px 60px 30px;
    margin: 10px 0;
    min-height: 250px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}



.content-cards .content-card .card-text {
    font-size: 16px;
    font-family: "AverageSans";
    color: rgb(15, 23, 42);
    line-height: 1.375;
}



.content-cards .content-card:nth-child(odd)::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-2.png) no-repeat scroll bottom left;
    background-size: 100%;
    width: 171px;
    height: 169px;
    bottom: -30px;
    left: -30px;
    opacity: 0.4;
}

.content-cards .content-card:nth-child(even)::after {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-2.png) no-repeat scroll bottom right;
    background-size: 100%;
    width: 171px;
    height: 169px;
    bottom: -30px;
    right: -30px;
    opacity: 0.4;
}

.content-cards .content-card:nth-child(1)::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-2.png) no-repeat scroll bottom right;
    background-size: 100%;
    width: 171px;
    height: 169px;
    bottom: -76px;
    right: -80px;
    opacity: 0.4;
}

.content-cards .content-card:nth-child(2)::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-2.png) no-repeat scroll bottom left;
    background-size: 100%;
    width: 171px;
    height: 169px;
    bottom: -76px;
    left: -80px;
    opacity: 0.4;
}

.content-cards .content-card:nth-child(3)::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-2.png) no-repeat scroll top right;
    background-size: 100%;
    width: 171px;
    height: 169px;
    top: -76px;
    right: -80px;
    opacity: 0.4;
}

.content-cards .content-card:nth-child(4)::before {
    position: absolute;
    content: "";
    background: url(../../uploads/2022/12/forme-2.png) no-repeat scroll top left;
    background-size: 100%;
    width: 171px;
    height: 169px;
    top: -76px;
    left: -80px;
    opacity: 0.4;
}

.content-cards .content-card:hover {
    transform: scale(1.03);
}

.content-cards .content-card:hover::before, .content-cards .content-card:hover::after {
    content: "";
    opacity: 1;
}



.etape {
    margin: 20px;
}

.etape:first-child {
    margin-left: 0;
}

.etape:last-child {
    margin-right: 0;
}

.etape-head {
    background-image: url(../../uploads/2023/01/etape-forme.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 125px;
    position: relative;
}

.etape-body {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 32px 0px rgba(33, 37, 41, 0.13);
    padding: 40px 10px 20px 10px;
    z-index: -1;
    position: relative;
    margin-top: -50px;
    min-height: 400px;
}

.etape-head p {
    font-size: 20px;
    font-family: "AverageSans";
    color: rgb(255, 255, 255);
    line-height: 1.1;
    text-align: center;
    position: absolute;
    left: 42%;
    top: 28%;
}

.etape-body h3 {
    font-size: 18px;
    font-family: "PlayfairDisplay";
    color: rgb(0, 119, 182);
    font-weight: bold;
    line-height: 1.278;
    text-align: left;
}

.etape-body p {
    font-size: 16px;
    font-family: "AverageSans";
    color: rgb(15, 23, 42);
    line-height: 1.375;
}

@media screen and (max-width : 1024px) {

    .home-slider_mobile h1, .internal-slider h1 {
        font-size: 30px;
        font-family: "PlayfairDisplay";
        color: rgb(16, 49, 120);
        font-weight: bold;
        line-height: 0.983;
        text-align: left;
        margin-top: 70px;
    }

    .home-slider_mobile h1 span {
        font-size: 24px;
        font-family: "PlayfairDisplay";
        color: rgb(255, 255, 255);
        line-height: 1.375;
        text-align: left;
    }

    .home-slider_mobile h1 span span {
        font-weight: bold;
        font-style: normal;
        font-size: 26px;
    }

    h1 .home-img-6::before, .white-bloc-text, .home-img-8-container::before {
        left: 0;
    }

    .boxed-section>div::after, .forme-4::before, .home-img-8-container::before, .temoignages-section>div::after, .swiper-temoignages::after, .doctors-section::before, .doctors-section::after {
        width: 100%;
    }

    .home-slider_mobile .btn-devis-express {
        margin: 0 25%;
    }

    .btn-devis-express {
        padding: 9px 15px;
    }

    .btn-display {
        padding: 13px 0px;
        margin-bottom: 5px;
        width: 38%;
        right: 0;
    }

    h2 {
        font-size: 28px;
        font-family: "PlayfairDisplay";
        color: rgb(0, 119, 182);
        font-weight: bold;
        line-height: 1.333;
        text-align: left;
        margin: 5px 0;
    }

    p, li {
        font-size: 18px;
        font-family: "AverageSans";
        color: rgb(15, 23, 42);
        line-height: 1.571;
    }

    section {
        padding: 10px 0;
    }

    iframe {
        height: 600px !important;
    }
    .big-iframe iframe {
        height: 4000px !important;
    }
    .diagonal-images {
        padding: 20px 0;
    }

    .swiper-temoignages::after {
        bottom: 65px;
    }

    .boxed-section>div::before {
        top: 14px;
        right: 72px;
    }

    .boxed-section>div::after {
        display: none;
    }

    .diagonal-images::before {
        bottom: 192px;
        left: 31px;
    }

    .diagonal-images::after {
        bottom: -20px;
        right: 30px;
    }

    .devis-express-image::before {
        top: -52px;
        left: 0;
    }

    .devis-express-image::after {
        bottom: 76px;
        right: 17px;
    }

    .interventions-section h2 {
        text-align: left !important;
    }

    .home-img-6::before {
        bottom: 170px;
    }

    .home-img-6::after {
        top: 164px;
    }

    .forme-4::before {
        background: url(../../uploads/2022/12/forme-4.png) no-repeat scroll top left;
        background-size: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .white-bloc-text::before {
        position: absolute;
        content: "";
        background: url(../../uploads/2022/12/forme-2.png) no-repeat scroll top left;
        background-size: 100%;
        width: 171px;
        height: 169px;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.149;
    }

    .white-bloc-text::after {
        position: absolute;
        content: "";
        background: url(../../uploads/2022/12/forme-2.png) no-repeat scroll bottom right;
        background-size: 100%;
        width: 171px;
        height: 169px;
        bottom: 0;
        right: 0;
        z-index: -1;
        opacity: 0.149;
    }

    .fixed-header_Mobile {
        padding: 10px;
        position: fixed;
        z-index: 9;
        width: 100%;
        top: 0;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 6px 0px rgb(221 221 221 / 0%);
    }

    .fixed-header_Mobile .container_navheader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 60px;
    }

    .fixed-header_Mobile .container_navheader .logo-container {
        width: 30%;
        float: left;
    }

    .navbar_mobile {
        display: none;
    }

    .opened {
        display: block;
        border-width: 1px;
        border-color: rgb(255, 255, 255);
        border-style: solid;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 6px 0px rgba(221, 221, 221, 0.004);
        width: 75%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 5;
        transition: .25s ease-in;
        overflow-y: scroll;
        padding: 10px 0;
    }

    .navbar_mobile>.menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .navbar_mobile>.menu .menu-title {
        font-size: 18px;
        font-family: "AverageSans";
        color: rgb(110, 115, 121);
        line-height: 2.444;
    }

    .navbar_mobile ul.menu {
        padding-left: 0;
    }

    .navbar_mobile ul li {
        position: relative;
        height: 100%;
        list-style: none;
        margin: 5px 0;
        line-height: 2.25;
        padding-left: 10px;
        padding-bottom: 8px;
    }

    .navbar_mobile ul li a {
        font-size: 16px;
        font-family: "AverageSans";
        color: rgb(15, 23, 42);
        line-height: 2.25;
        text-align: left;
        padding-right: 5%;
        position: relative;
    }

    li span.sub-toggle::after {
        content: ' \02C7';
        font-size: 16px;
        font-family: "AverageSans";
        color: rgb(15, 23, 42);
        position: absolute;
        width: 10px;
        height: 6px;
        line-height: 1.8;
        right: 5%;
        padding-top: 4%;
    }

    li span.rotate-sp::after {
        content: ' \02C6';
    }

    .navbar_mobile ul li ul.sub-menu {
        display: none;
        height: auto;
        z-index: 5000;
        overflow: hidden;
        transition: all 1s ease;
        padding-left: 0;
        position: relative;
        background-color: inherit;
        width: 95%;
        margin: auto !important;
    }

    .navbar_mobile ul.menu>li {
        border-bottom: 1px solid rgb(110, 115, 121, 0.2);
    }

    .navbar_mobile ul.menu>li:last-child {
        border-bottom: none;
    }

    .navbar_mobile ul.menu>li>a::after {
        content: '';
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        bottom: 4px;
        right: 0;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(15, 23, 42);
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .navbar_mobile ul.menu>li.current_page_item>a::after {
        border-color: rgb(0, 197, 236);
    }

    .navbar_mobile ul li.current_page_item>a {
        color: rgb(0, 197, 236);
    }

    .internal-slider-content {
        padding-left: 37%;
        padding-right: 0;
    }

    .breadcrumb {
        padding-left: 36%;
    }

    .breadcrumb-item>a {
        font-size: 14px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        content: ' \003E';
        font-size: 14px;
        padding-top: 3px;
        width: 16px;
        height: 12px;
    }

    .accordion h3, .open h3 {
        font-size: 20px;
    }

    .panel p {
        font-size: 14px;
    }

    .no-padding-content {
        padding: 0 5px;
    }

    .image-fluid {
        display: none;
        position: relative;
    }

    .content-cards {
        flex-direction: column;
    }

    .content-cards .content-card {
        width: 99%;
    }

    .content-cards::after {
        content: "";
        z-index: -1;
    }

    .content-cards .content-card:nth-child(even)::after {
        content: "";
        right: 0;
    }
}

@media screen and (min-width : 1600px) {
    .no-padding-content {
        padding: 0 0 0 36%;
    }
}

body.blog .breadcrumbs_pages,
.breadcrumbs_single {
    background: url(../../uploads/2022/12/internal-slider.jpg);
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.post__content {
    margin-bottom: 8%;
}

.post {
    margin: 0 0 0 !important;
}

.content_archive_blog {
    margin-bottom: 30px;
}

.top_post {
    width: 100%;
    height: 250px;
    position: relative;
}

.content_archive_blog .content_post {
    height: 143px;
    padding: 44px 10px 25px;
    position: relative;
    background: #fff;
    box-shadow: 0px 7px 29px 0px rgb(19 75 125 / 34%);
}

.content_archive_blog .content_post {
    height: 143px;
    padding: 44px 10px 25px;
    position: relative;
    background: #fff;
    box-shadow: 0px 7px 29px 0px rgb(19 75 125 / 34%);
}

.top_post .date_posts {
    position: absolute;
    top: 254px;
    left: 0;
    padding: 7px 15px;
    color: rgb(0, 119, 182);
    z-index: 1;
}

.date_posts svg {
    overflow: hidden;
    vertical-align: middle;
}

.top_post .title_posts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    padding: 10px;
}

.title_posts h2.entry-title,
.title_posts h2.entry-title a {
    font-size: 20px !important;
    color: white !important;
    text-align: center;
    text-decoration: none;
}

a.read_more:hover {
    color: #fff !important;
    text-decoration: none;
}

a.read_more {
    padding: 8px 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
}

.breadcrumbs_single * {
    color: #fff;
}

.date_single_posts {
    position: absolute;
    right: 0;
    top: 92%;
    padding: 8px 20px;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
}

.breadcrumbs_single * {
    z-index: 2;
}

.navigate_blog .nav-links {
    position: absolute;
    top: 87%;
    left: 0;
    background-image: -moz-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    padding: 8px 18px;
    color: #fff;
}

.posts-navigation .nav-links {
    display: flex;
    position: relative;
}

.navigate_blog .nav-links .nav-previous {
    width: 50%;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.nav-previous a {
    text-decoration: none;
}

.nav-previous a svg {
    overflow: hidden;
    vertical-align: middle;
}

.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.thumb_single img {
    display: table;
    margin: 0 auto;
    vertical-align: middle;
    border-style: none;
}

.blog__cap_chirurgie .nav-previous {
    padding: 8px 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
}

.blog__cap_chirurgie .nav-next {
    padding: 8px 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 119, 182) 0%, rgb(0, 180, 216) 53%, rgb(0, 119, 182) 100%);
}

.blog__cap_chirurgie .nav-previous a, .blog__cap_chirurgie .nav-next a {
    text-decoration: none;
    color: #fff !important;
}

.blog__cap_chirurgie .nav-previous a:hover, .blog__cap_chirurgie .nav-next a:hover {
    color: #fff !important;
    text-decoration: none;
}

.content_archive_blog .content_post a {
    color: #fff;
    text-decoration: none;
}

.breadcrumbs_pages h1, .breadcrumbs_single h1 {
    font-size: 48px;
    font-family: "PlayfairDisplay";
    color: rgb(16, 49, 120);
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.5;
}

.breadcrumbs_single {
    position: relative;
}

@media screen and (max-width: 1024px) {

    body.blog .breadcrumbs_pages,
    .breadcrumbs_single {
        background: url(../../uploads/2022/12/internal-slider.jpg);
        background-position: center left;
        background-size: cover;
        min-height: 340px;
        background-repeat: no-repeat;
    }

    .navigate_blog .nav-links span.nav-title {
        display: none;
    }

    .date_single_posts {
        top: 76%;
    }

    p#breadcrumbs {
        width: 90% !important;
        margin-left: 5%;
    }

    .nav-links {
        width: 100%;
    }

    .navigate_blog .nav-links .nav-next,
    .navigate_blog .nav-links .nav-previous {
        width: 100% !important;
        display: block;
    }
    .breadcrumbs_pages h1, .breadcrumbs_single h1 {
        font-size: 30px;
        line-height: 1.2;
    }
}
.whatsapp-icon {
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    position: fixed;
    top: calc(55% + 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(https://www.capchirurgie.com/wp-content/uploads/2023/06/whatsapp.webp);
    position: absolute;
    width: 85%;
    height: 85%;
    background-repeat: no-repeat;
    background-size: contain;
}