@font-face {
    font-family: "Nunito";
    src: url('/tce/public/fonts/Nunito-Regular.ttf');
    src: url('/tce/public/fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ElMessiri";
    src: url('https://www.tunisie-chirurgie-esthetique.com/tce/public/fonts/ElMessiri-Bold.ttf');
    src: url('https://www.tunisie-chirurgie-esthetique.com/tce/public/fonts/ElMessiri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 9px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 9px rgba(232, 76, 61, 0);
    }
}

a:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

.circular-menu {
    position: fixed;
    bottom: 1em;
    right: 1em;
}

.circular-menu .floating-btn span {
    height: 13px;
    width: 13px;
    background-color: #ffffff;
    float: left;
    margin: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu .floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #fd4235;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: white;
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
}

.circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.circular-menu .floating-btn i {
    font-size: 1.3em;
    transition: transform .2s;
}

.circular-menu.active .floating-btn i {
    transform: rotate(-45deg);
}

.circular-menu:after {
    display: block;
    content: ' ';
    width: 3em;
    height: 3em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: #fd4235;
    transition: all .3s ease;
}

.circular-menu.active:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
    padding: 0;
    margin: 0;
}

.circular-menu .menu-item {
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: #ffffff;
    transition: transform .3s ease, background .2s ease;
}

.circular-menu .menu-item:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.circular-menu.active .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(1em, -7em, 0);
    -webkit-transform: translate3d(1em, -7em, 0);
    -moz-transform: translate3d(1em, -7em, 0);
    -ms-transform: translate3d(1em, -7em, 0);
    -o-transform: translate3d(1em, -7em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-3.5em, -6.3em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-6.5em, -3.2em, 0);
}

.circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(-7em, 1em, 0);
}

.circular-menu.circular-menu-left {
    z-index: 999;
    right: auto;
    left: 1em;
}

.circular-menu.circular-menu-left .floating-btn {
    background-color: #d33741;
}

.circular-menu.circular-menu-left:after {
    background-color: #00111a;
}

.circular-menu.circular-menu-left.active .floating-btn i {
    transform: rotate(90deg);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
    transform: translate3d(-0.7em, -6em, 0);
    -webkit-transform: translate3d(-0.7em, -6em, 0);
    -moz-transform: translate3d(-0.7em, -6em, 0);
    -ms-transform: translate3d(-0.7em, -6em, 0);
    -o-transform: translate3d(-0.7em, -6em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
    transform: translate3d(2.6em, -4.9em, 0);
    -webkit-transform: translate3d(2.6em, -4.9em, 0);
    -moz-transform: translate3d(2.6em, -4.9em, 0);
    -ms-transform: translate3d(2.6em, -4.9em, 0);
    -o-transform: translate3d(2.6em, -4.9em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
    transform: translate3d(5em, -2.4em, 0);
    -webkit-transform: translate3d(5em, -2.4em, 0);
    -moz-transform: translate3d(5em, -2.4em, 0);
    -ms-transform: translate3d(5em, -2.4em, 0);
    -o-transform: translate3d(5em, -2.4em, 0);
}

.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
    transform: translate3d(5.5em, 0.9em, 0);
    -webkit-transform: translate3d(5.5em, 0.9em, 0);
    -moz-transform: translate3d(5.5em, 0.9em, 0);
    -ms-transform: translate3d(5.5em, 0.9em, 0);
    -o-transform: translate3d(5.5em, 0.9em, 0);
}

._404 #app {
    padding: 12% 0 10% 0;
    background-color: #f7eae2;
}

._404 footer.js-fixed-footer {
    position: relative;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
}

body {
    font-family: "Nunito"!important;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    body .devis-express {
        height: 596px !important;
    }
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "ElMessiri";
    background-image: -moz-linear-gradient( -180deg, rgb(50, 183, 229) 8%, rgb(28, 119, 151) 33%, rgb(22, 138, 177) 68%, rgb(50, 183, 229) 94%);
    background-image: -webkit-linear-gradient( -180deg, rgb(50, 183, 229) 8%, rgb(28, 119, 151) 33%, rgb(22, 138, 177) 68%, rgb(50, 183, 229) 94%);
    background-image: -ms-linear-gradient( -180deg, rgb(50, 183, 229) 8%, rgb(28, 119, 151) 33%, rgb(22, 138, 177) 68%, rgb(50, 183, 229) 94%);
    -webkit-background-clip: text;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

h2.color_white,
h3.color_white,
h4.color_white,
h5.color_white,
h6.color_white,
body .interventions_internes .liste_interventions:hover h2 a,
body .interventions_internes .liste_interventions:hover h3,
body ._ikl9658 .dr_cv:hover .desc__dr h4,
body ._ikl9658 .dr_cv:hover .desc__dr h6,
.liste_interventions:hover h2 {
    background-image: none;
    -webkit-text-fill-color: white;
    -o-text-fill-color: white;
    -moz-text-fill-color: white;
}

body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
    color: #0a87b3;
}

body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body h5 a:hover,
body h6 a:hover {
    color: #0a87b3;
}

body h3 {
    font-size: 25px;
}

body p a,
body ul.liste-page li a,
h3.color_white a {
    color: #29738d !important;
    font-weight: 900;
}

@media (max-width: 768px) {
    body h2 {
        font-size: 25px;
    }
    body h3 {
        font-size: 20px;
    }
}

body p {
    font-family: "Nunito"!important;
}

body ul.liste-page {
    list-style: none;
    list-style-image: url(/tce/public/uploads/puce_black.webp);
    padding-left: 25px;
}

body ul.liste-page-blue {
    list-style: none;
    list-style-image: url(/tce/public/uploads/puce.webp);
    padding-left: 25px;
}

body ul.liste-page-white {
    list-style: none;
    list-style-image: url(/tce/public/uploads/puce_white.png);
    padding-left: 25px;
}

body ul.liste-page-white li {
    color: #ffffff;
}

body ul.liste-page-white li a,
.bg_black a {
    color: #1b9b28!important;
}

body .justify_center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

body a.main_btn {
    display: inline-block;
    color: #ffffff !important;
    background-color: #32b7e5;
    padding: 9px 23px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 0 0 rgba(0, 156, 223, 0.7);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -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;
}

body a.main_btn:hover {
    text-decoration: none;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0;
}

body header.fixed-header_Desktop {
    background-color: #1c7797;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    height: 73px;
    line-height: 73px;
    z-index: 999;
}

body header.fixed-header_Desktop .logo {
    width: 25%;
    float: left;
}

body header.fixed-header_Desktop nav.navbar {
    width: 75%;
    float: left;
    padding: 0;
    text-align: right;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav {
    width: 100%;
    margin: 0;
    padding: 0;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav li {
    position: relative;
    list-style: none;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav li a {
    font-family: "Nunito"!important;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav li#item_devis a {
    padding: 5px 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #f7eae2;
    color: #00111a;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav ul {
    padding: 0;
    margin: 0;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav li.has_subnav_main .subnav-content-1 li {
    padding: 10px;
}


/*body header.fixed-header_Desktop nav.navbar ul.main_nav li.has_subnav_main .subnav-content-1::after {
    content: "";
    position: absolute;
    left: 30px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #515d64;
}*/

body header.fixed-header_Desktop nav.navbar ul.main_nav li.has_subnav_main ul {
    text-align: center;
    line-height: initial !important;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav li.has_subnav_main ul li a {
    font-size: 15px;
    font-weight: initial !important;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav li.has_subnav_main:hover .subnav-content-1 {
    display: block !important;
    visibility: visible;
    margin-top: 0;
    opacity: 1;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li {
    display: inline-block;
    padding: 0 7px;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li a {
    font-weight: 400;
    font-size: 16px;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1 {
    left: 0;
    width: 250px;
    background-color: #1c7797;
    top: 75px;
    border-radius: 15px;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-1 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-2 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-3 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-4 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-5 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-6 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-7 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-8 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-9 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-10 li:first-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-11 li:first-child {
    border-radius: 15px 15px 0px 0px;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-1 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-2 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-3 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-4 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-5 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-6 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-7 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-8 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-9 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-10 li:last-child,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-11 li:last-child {
    border-radius: 0px 0px 15px 15px;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav {
    position: relative;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-1,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-2,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-3,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-4,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-5,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-6,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-7,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-8,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-9,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-10,
body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2-11 {
    display: block !important;
    width: 250px;
    top: 0;
    visibility: visible;
    margin-left: 0;
    opacity: 1;
    left: 250px;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li:hover>a {
    background-color: rgb(240, 223, 213);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #1c7797;
    font-weight: bold;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li>a {
    padding: 9px 4px;
}


/*body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 13px;
    border-top: 10px solid transparent;
    border-right: 10px solid #515d64;
    border-bottom: 10px solid transparent;
}*/

body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2 li {
    background-color: #1c7797;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2 .has_subnav:hover>.subnav-content-3 {
    display: block !important;
    width: 250px;
    top: 0;
    visibility: visible;
    margin-left: 0;
    opacity: 1;
    left: 235px;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav>li .subnav-content-1>li.has_subnav:hover>.subnav-content-2 .has_subnav:hover>.subnav-content-3:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 13px;
    border-top: 10px solid transparent;
    border-right: 10px solid #515d64;
    border-bottom: 10px solid transparent;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav .subnav-content-3 {
    padding: 0 0 0 13px;
    margin-left: 20px;
    visibility: hidden;
    left: 250px;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav .subnav-content-1 {
    margin-top: 20px;
    visibility: hidden;
    left: 250px;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav .subnav-content-2 {
    padding: 0 0 0 13px;
    margin-left: 20px;
    visibility: hidden;
    left: 250px;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav .subnav-content-3,
body header.fixed-header_Desktop nav.navbar ul.main_nav .subnav-content-1,
body header.fixed-header_Desktop nav.navbar ul.main_nav .subnav-content-2 {
    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;
    position: absolute;
    opacity: 0;
    z-index: -9;
    display: none;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav li a {
    color: #ffffff;
}

body header.fixed-header_Desktop nav.navbar ul.main_nav li a:hover {
    text-decoration: none;
}

body .main_site .content_tce {
    color: #00111a;
}

body .main_site .content_tce .plan_site h2 {
    font-size: 21px;
}

@media (max-width: 768px) {
    body .main_site .content_tce .plan_site h2 {
        font-size: 16px;
    }
}

body .main_site .content_tce .plan_site h3 {
    font-size: 19px;
}

@media (max-width: 768px) {
    body .main_site .content_tce .plan_site h3 {
        font-size: 16px;
    }
}

body .main_site .content_tce .main__sliderMob {
    /* position: relative;
    overflow: hidden;
    height: 450px;*/
    margin-top: 30px;
}

body .main_site .content_tce .main__sliderMob .container {
    height: 100%;
}

body .main_site .content_tce .main__sliderMob .container h1 {
    font-weight: 600;
    top: 10%;
    max-width: 100%;
    margin: 0;
    position: absolute;
    font-size: 25px;
}

body .main_site .content_tce .main__sliderMob img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}

body .main_site .content_tce .main__slider {
    position: relative;
    overflow: hidden;
    height: 580px;
    margin-top: 73px;
}

body .main_site .content_tce .main__slider .container {
    height: 100%;
}

body .main_site .content_tce .main__slider .container h1 {
    font-weight: 700;
    top: 11%;
    left: 0px;
    max-width: 61%;
    margin: 0;
    position: relative;
    font-size: 43px;
    text-align: right;
}

body .main_site .content_tce .main__slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left bottom;
    object-position: left bottom;
}

body section.devis_express {
    margin: 0;
    padding: 50px 0 20px 0;
    background: url(/tce/public/uploads/bg_hl54pjk5.png) no-repeat top left #f7eae2;
    background-size: initial;
}

body .color_black {
    color: #00111a;
}

body .color_white {
    color: #ffffff;
}

body .bg_black {
    background-color: #1b4b64;
}

body .interventions_internes div {
    padding: 0;
}

body .interventions_internes h3 a {
    color: inherit;
}

body .interventions_internes ul li a {
    color: #00111a;
}

@media (min-width: 769px) {
    body .interventions_internes .right_af::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 20px;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 10px solid #f7eae2;
        z-index: 1;
    }
    body .interventions_internes .right_af:hover::after {
        content: "";
        position: absolute;
        right: -10px;
        top: 20px;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 10px solid #227a98;
        z-index: 1;
    }
}

@media (min-width: 769px) {
    body .interventions_internes .left_af::after {
        content: "";
        position: absolute;
        left: -10px;
        top: 20px;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-right: 10px solid #f7eae2;
        z-index: 1;
    }
    body .interventions_internes .left_af:hover::after {
        content: "";
        position: absolute;
        left: -10px;
        top: 20px;
        width: 0;
        height: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-right: 10px solid #267c99;
        z-index: 1;
    }
}

body .interventions_internes .liste_interventions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background-color: #f7eae2;
    background-image: none;
    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;
}

@media (min-width: 769px) {
    body .interventions_internes .liste_interventions {
        padding: 30px !important;
    }
}

@media (max-width: 768px) {
    body .interventions_internes .liste_interventions {
        padding: 25px 15px !important;
        background-color: #185266 !important;
    }
    body .interventions_internes .liste_interventions * {
        color: #ffffff;
    }
    body a.main_btn {
        animation: 0;
        -webkit-transition: 0;
        -moz-transition: 0;
        -ms-transition: 0;
        -o-transition: 0;
        padding: 15px 30px;
    }
    .animated.infinite {
        -webkit-animation-iteration-count: 0!important;
        animation-iteration-count: 0!important;
    }
    body footer.fixed-footer ul.link_footer li {
        padding: 0 15px !important;
    }
}

body .interventions_internes .liste_interventions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

body .interventions_internes .liste_interventions:hover {
    background-image: linear-gradient(360deg, #32b7e5 0%, #1c7797 41%, #287d99 94%);
    background-image: -ms-linear-gradient(360deg, #32b7e5 0%, #1c7797 41%, #287d99 94%);
}

body .interventions_internes .liste_interventions:hover * {
    color: #ffffff;
}

body section._2hy36 {
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    body section._2hy36 {
        padding-bottom: 90px !important;
    }
}

@media (max-width: 768px) {
    body section._2hy36 ._sdfgkjh5577dfg {
        max-width: 85%;
    }
    body section._2hy36 ._sdfgkjh5577dfg * {
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    body section._2hy36 .col-md-3:not(:last-child) {
        margin-bottom: 15px;
    }
}

body section._2hy36::after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, #32b7e5 0%, #1c7797 41%, #168ab1 94%);
    background-image: -ms-linear-gradient(90deg, #32b7e5 0%, #1c7797 41%, #168ab1 94%);
    z-index: -1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

body section._2hy36::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(90deg, #f7eae2 0%, #f7eae2 41%, #f7eae2 94%);
    background-image: -ms-linear-gradient(90deg, #f7eae2 0%, #f7eae2 41%, #f7eae2 94%);
    z-index: -1;
}

.bg_light_orange {
    background-color: #f7eae2;
}

@media (max-width: 768px) {
    body section._2hy36::after {
        width: 85%;
    }
}

@media (min-width: 769px) {
    body section._2hy36::after {
        width: 55%;
    }
}

body section._2hy36 .content_s5d4f {
    box-shadow: 0px 0px 35px 0px rgba(25, 19, 19, 0.2);
    background: url(/tce/public/uploads/bg_blkfok58.png) no-repeat top center #ffffff;
    padding: 15px;
    height: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    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;
}

body section._2hy36 .content_s5d4f .svg_icon {
    border: 1px solid #00111a;
    display: table;
    padding: 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    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;
}

body section._2hy36 .content_s5d4f h3 {
    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;
    margin-top: 15px;
    font-size: 22px;
}

body section._2hy36 .content_s5d4f h3 a {
    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;
    color: #00111a;
}

body section._2hy36 .content_s5d4f:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

body section._2hy36 .content_s5d4f:hover .svg_icon {
    border: 1px solid #32b7e5 !important;
}

body section._2hy36 .content_s5d4f:hover .svg_icon svg path.pth {
    fill: #ed424e !important;
}

body section._2hy36 .content_s5d4f:hover h3 a {
    color: #32b7e5;
}

body section._2hy36 .partenaire {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

@media (max-width: 768px) {
    body section._2hy36 .partenaire {
        opacity: 0.6;
    }
}

body .price_home {
    background-color: #f7eae2;

}

table {
    border-collapse: separate!important;
    border-spacing: 0;
    min-width: 100%;
}

table tr th:last-child,
table tr td:last-child {
    border-right: 2px solid #289bc3;
    padding: 5px;
}

table tr:last-child th,
table tr:last-child td {
    border-bottom: 1px solid #289bc3;
}

table tr th:first-child,
table tr td:first-child {
    border-left: 1px solid #289bc3;
}

table tr th:first-child,
table tr td:first-child {
    border-left: 1px solid #289bc3;
}

table tr th {
    background-image: linear-gradient(90deg, #32b7e5 0%, #1c7797 41%, #168ab1 94%);
    background-image: -ms-linear-gradient(90deg, #32b7e5 0%, #1c7797 41%, #168ab1 94%);
    text-align: center;
    border-top: solid 1px #289bc3;
}

table thead tr th {
    color: white;
}


/* top-left border-radius */

table tr:first-child th:first-child {
    border-top-left-radius: 6px;
}


/* top-right border-radius */

table tr:first-child th:last-child {
    border-top-right-radius: 6px;
}


/* bottom-left border-radius */

table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}


/* bottom-right border-radius */

table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

body table.prices_pages thead tr th {
    padding: 9px 0;
}

body table.prices_pages tbody tr td {
    padding: 7px 5px;
    text-align: center;
}

body table.prices_pages tbody tr td:first-child {
    width: 50%;
}

body table.prices_pages tbody tr td:nth-child(2) {
    width: 25%;
}

body table.prices_pages tbody tr td:last-child {
    width: 25%;
}

body .price_home table.prices tbody tr td:first-child {
    width: 50%;
    padding: 3px 0px 10px 10px;
}

body .price_home table.prices tbody tr td:nth-child(2) {
    width: 25%;
}

table.prices {
    margin-bottom: 2rem;
}

body .price_home table.prices tbody tr td:last-child {
    width: 25%;
}

.bg_black table.prices_pages tbody tr td {
    color: white;
}

body .bg_blue_part {
    background: #1b4b64;
    background-size: initial;
}

body .block_chirurgiens {
    margin: 0;
    padding: 50px 0 20px 0;
    background: url(/tce/public/uploads/bg_hl54pjk5.png) no-repeat top left #f7eae3;
    background-size: initial;
}

body .block_chirurgiens .chirurgiens-img {
    overflow: hidden;
    position: relative;
    padding: 0px;
}

@media (max-width: 768px) {
    body .block_chirurgiens .chirurgiens-img {
        padding: 15px;
    }
}

body .block_chirurgiens .chirurgiens-img img {
    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;
    width: 100%;
}

@media (max-width: 768px) {
    body .block_chirurgiens .chirurgiens-img .overflow_chirurgiens {
        opacity: 1!important;
    }
}

body .block_chirurgiens .chirurgiens-img>div {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

body .block_chirurgiens .chirurgiens-img:hover img {
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

body .testimonials {
    position: relative;
    overflow: hidden;
}

body .testimonials .partenaire_right {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

body .testimonials::after {
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(90deg, #32b7e5 0%, #1c7797 41%, #168ab1 94%);
    background-image: -ms-linear-gradient(90deg, #32b7e5 0%, #1c7797 41%, #168ab1 94%);
    z-index: -1;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

@media (max-width: 768px) {
    body .testimonials::after {
        display: none;
    }
}

body .testimonials .cont_tes .card_tes {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    width: 100%;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

body .testimonials .cont_tes .card_tes a.popup-youtube {
    justify-content: center;
    display: flex;
}

body .testimonials .cont_tes .card_tes img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

body .testimonials .cont_tes .card_tes a {
    z-index: 1;
}

body .card_tes {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    width: 100%;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

body .card_tes a.popup-youtube {
    justify-content: center;
    display: flex;
}

body .card_tes img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

body .card_tes a {
    z-index: 1;
}

body .bg_kid654jnh {
    background-color: #f7eae2;
}

body .faq #accordion .card-header {
    border-top-color: transparent !important;
    background-color: #32b7e5;
}

body .faq #accordion .card-header button {
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

body .faq #accordion .card-header button span.num {
    position: absolute;
    font-size: 25px;
    opacity: 0.6;
    color: #fff;
    left: 6px;
    top: 6px;
}

body ._354bnuT .content_txt_udj {
    background: url(/tce/public/uploads/bg_blkfok58.png) no-repeat top left #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(25, 19, 19, 0.2);
    padding: 20px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    position: relative;
    z-index: 1;
}

@media (min-width: 769px) {
    body ._354bnuT .content_txt_udj {
        margin-top: 30px;
    }
}

body ._354bnuT .content_txt_udj h3 {
    color: #32b7e5;
}

body ._354bnuT .img__border_mr_left {
    border-top-right-radius: 50px;
    position: relative;
    z-index: 0;
}

@media (min-width: 769px) {
    body ._354bnuT .img__border_mr_left {
        left: -80px;
    }
}

body ._354bnuT .img__border_mr_right {
    border-top-left-radius: 50px;
    position: relative;
    z-index: 0;
}

@media (min-width: 769px) {
    body ._354bnuT .img__border_mr_right {
        right: -80px;
        bottom: 0;
    }
}

body .promo {
    background-color: #1b4b64;
}

@media (min-width: 769px) {
    body .promo .raduis_rw {
        overflow: hidden;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
}

body .promo .raduis_rw .txt_prm,
body .promo .raduis_rw .img_prm {
    padding: 0;
}

body .promo .raduis_rw .txt_prm {
    padding: 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00111a;
    text-align: center;
}

body .promo .raduis_rw .img_prm img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

body footer.fixed-footer ul.link_footer {
    text-align: center;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    body footer.fixed-footer ul.link_footer li:first-child {
        display: block;
        clear: both;
    }
    body footer.fixed-footer ul.link_footer li:first-child::after {
        display: none;
    }
}

body footer.fixed-footer ul.link_footer li {
    display: inline-block;
    padding: 0 9px;
    position: relative;
}

body footer.fixed-footer ul.link_footer li:first-child {
    font-weight: 500;
}

body footer.fixed-footer ul.link_footer li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #00111a;
}

body footer.fixed-footer ul.link_footer li a {
    color: #00111a;
    text-decoration: none;
}

@media (max-width: 768px) {
    body footer.fixed-footer ul.link_footer li a {
        font-size: 15px;
    }
}

body footer.fixed-footer .social_footer ul {
    padding: 0;
    margin: 0;
}

body footer.fixed-footer .social_footer ul li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
}

@media (max-width: 768px) {
    body footer.fixed-footer .social_footer ul li svg {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 769px) {
    body footer.fixed-footer .partner {
        display: flex;
        justify-content: end;
    }
}

body header.fixed-header {
    z-index: 9999;
    padding: 5px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #1c7797;
    transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -webkit-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -moz-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -ms-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -o-transition: all 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99);
}

body header.fixed-header .header-logo img {
    height: 50px;
}

body header.fixed-header #burger.burger_active .burger-bar--1 {
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
}

body header.fixed-header #burger.burger_active .burger-bar--2 {
    opacity: 0;
}

body header.fixed-header #burger.burger_active .burger-bar--3 {
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
}

body header.fixed-header .devisgratuit {
    display: flex;
    justify-content: center;
    align-items: center;
}

body header.fixed-header .devisgratuit a {
    padding: 5px 12px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #f7eae2;
    color: #00111a;
    font-size: 15px;
}

body header.fixed-header #burger {
    display: flex;
    align-items: center;
    justify-content: left;
}

body header.fixed-header #burger .burger-button {
    background-color: #32b7e5;
    position: relative;
    height: 35px;
    width: 35px;
    display: block;
    z-index: 99999;
    border: 0;
    pointer-events: all;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body header.fixed-header #burger .burger-button .hidden {
    visibility: hidden;
}

body header.fixed-header #burger .burger-button .burger-bar--1 {
    transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
}

body header.fixed-header #burger .burger-button .burger-bar--2 {
    transform-origin: 100% 50%;
    transform: scaleX(0.8);
    -webkit-transform: scaleX(0.8);
    -moz-transform: scaleX(0.8);
    -ms-transform: scaleX(0.8);
    -o-transform: scaleX(0.8);
}

body header.fixed-header #burger .burger-button .burger-bar--3 {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
}

body header.fixed-header #burger .burger-button .burger-bar {
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 10px;
    left: 10px;
    height: 2px;
    width: auto;
    margin-top: -1px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body .nav-container.nav_opened {
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    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;
}

body .nav-container.lines-section.js-dropdown-active-box {
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 9999;
    padding: 3rem 20px 2rem;
    width: 300px;
    background-color: #0c3348;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
}

body .nav-container.lines-section.js-dropdown-active-box .contact_menumob {
    padding: 15px;
}

body .nav-container.lines-section.js-dropdown-active-box .contact_menumob ul {
    padding: 0;
    margin: 0;
}

body .nav-container.lines-section.js-dropdown-active-box .contact_menumob ul li {
    border-bottom: transparent !important;
}

body .nav-container.lines-section.js-dropdown-active-box ul {
    padding: 0;
    margin: 0;
}

body .nav-container.lines-section.js-dropdown-active-box ul .devis__mob_menu {
    text-align: center;
    background-color: #f7eae2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

body .nav-container.lines-section.js-dropdown-active-box ul .devis__mob_menu a {
    color: #00111a;
    font-weight: 400;
}

body .nav-container.lines-section.js-dropdown-active-box ul li {
    padding: 7px 0;
}

body .nav-container.lines-section.js-dropdown-active-box ul li:not(:last-child) {
    border-bottom: 1px solid rgba(132, 130, 130, 0.49);
}

body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_1,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_1,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_2,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_3,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_4,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_5,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_6,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_7,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_8,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_9,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_10,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_2_11,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_3,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_4,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down_5,
body .nav-container.lines-section.js-dropdown-active-box ul span.drop_down {
    z-index: 99;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 10px;
    border: 1px solid #ffffff;
    top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-1,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-1,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-2,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-3,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-4,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-5,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-6,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-7,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-8,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-9,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-10,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-2-11,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-3,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-4,
body .nav-container.lines-section.js-dropdown-active-box ul .subnav-content-5 {
    display: none;
}

body .nav-container.lines-section.js-dropdown-active-box ul li {
    position: relative;
    list-style: none;
}

body .nav-container.lines-section.js-dropdown-active-box ul li a {
    color: #ffffff;
    font-family: "Nunito"!important;
    font-weight: 300;
    font-size: 15px;
}

body .nav-container.lines-section.js-dropdown-active-box span.rotate_sp svg {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body .nav-container.lines-section.js-dropdown-active-box span.rotate_sp svg {
    transform: rotate(182deg);
    -webkit-transform: rotate(182deg);
    -moz-transform: rotate(182deg);
    -ms-transform: rotate(182deg);
    -o-transform: rotate(182deg);
}

body .top_header_page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(/tce/public/uploads/header_single_page.jpg) no-repeat bottom left;
    background-size: cover;
}

h1 span {
    display: block;
}

.menu_subfooter {
    display: none;
}

@media (max-width: 768px) {
    body .top_header_page {
        min-height: 300px;
    }
}

@media (min-width: 769px) {
    body .top_header_page {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    body .top_header_page .container h1 {
        font-size: 22px !important;
    }
}

body .top_header_page ol.nob {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .top_header_page ol.nob li {
    display: inline-block;
}

@media (max-width: 768px) {
    body .top_header_page ol.nob li a span {
        font-size: 14px;
    }
}

body .top_header_page ol.nob li * {
    color: #00111a;
}

body .top_header_page ol.nob li:not(:last-child):after {
    content: '>';
}

body .nb {
    background-color: #e1d6d6;
    padding: 20px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

body .nb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .nb ul li a {
    color: #1883a7;
}

@media (max-width: 768px) {
    body ._ikl9658:not(:last-child) {
        margin-bottom: 15px;
    }
}

body ._ikl9658 .dr_cv {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 35px 0px rgba(25, 19, 19, 0.2);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

body ._ikl9658 .dr_cv img {
    height: auto;
    width: 100%;
}

body ._ikl9658 .dr_cv .desc__dr {
    background-image: linear-gradient(90deg, #32b7e5 0%, #1c7797 41%, #168ab1 94%);
    background-image: -ms-linear-gradient(90deg, #32b7e5 0%, #1c7797 41%, #168ab1 94%);
    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;
    padding: 10px;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    opacity: 0;
}

body ._ikl9658 .dr_cv .desc__dr * {
    color: #ffffff;
}

@media (max-width: 768px) {
    body ._ikl9658 .dr_cv .desc__dr {
        opacity: 1 !important;
    background-image: linear-gradient(90deg, #f7eae2 0%, #f7eae2 41%, #f7eae2 94%)!important;
}
}

body ._ikl9658 .dr_cv:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
}

body ._ikl9658 .dr_cv:hover .desc__dr {
    opacity: 1;
}

@media (max-width: 768px) {
    body .main_devis {
        height: 3800px !important;
    }
}

@media (max-width: 768px) {
    body .intvf_q54sd:not(:last-child) {
        margin-bottom: 20px;
    }
}

body .intvf_q54sd .content_5458s {
    box-shadow: 0px 0px 35px 0px rgba(25, 19, 19, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

body .intvf_q54sd .content_5458s img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

body .intvf_q54sd .content_5458s .dec_lkdf5 {
    background-color: #32b7e5;
    padding: 10px;
    text-align: center;
}

body .intvf_q54sd .content_5458s .dec_lkdf5 * {
    color: #ffffff;
}

body .testims_m_f .cont_tes_m_f {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding: 15px;
    background-color: #f7eae2;
    height: 100%;
}

body .testims_m_f .cont_tes_m_f .images__m_f {
    width: 25%;
    float: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

body .testims_m_f .cont_tes_m_f .images__m_f img {
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

body .testims_m_f .cont_tes_m_f .descrip__m_f {
    width: 75%;
    float: left;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

body .testims_m_f .cont_tes_m_f .descrip__m_f * {
    color: #00111a;
}

body .testims_m_f .cont_tes_m_f .descrip__m_f span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
    background: aliceblue;
    color: #000;
}

body .testims_m_f .cont_tes_m_f .descrip__m_f h3 {
    font-size: 21px;
}

body .testims_m_f .cont_tes_m_f .descrip__m_f p {
    margin: 0;
}

.main__slider iframe.devis-express {
    position: relative;
    z-index: 9;
    top: 12%;
}

.morecontent span {
    display: none;
}

p.more {
    position: relative;
}

a.morelink {
    display: inline-block;
    color: #32b7e5 !important;
    background-color: #ffffff;
    padding: 9px 23px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 0 0 rgb(0 156 223 / 70%);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -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;
    border: 1px solid #32b7e5;
    position: relative;
    padding: 10px 80px;
    top: 4rem;
    left: -7rem;
}

@media (max-width: 768px) {
    a.morelink {
        top: 1rem;
        left: 0rem;
    }
}

a.morelink:hover {
    text-decoration: none;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 0;
}

._5r9u a.morelink.less {
    top: 70px;
    left: 0;
}

@media (max-width: 768px) {
    ._5r9u a.morelink.less {
        top: 9px;
    }
}

._x70i a.morelink {
    background-color: transparent;
    color: white!important;
    border: 1px solid #fff;
    left: 0;
    top: 2rem;
}

._x70i a.morelink.less {
    top: 50px;
    left: -22rem;
}

@media (max-width: 768px) {
    ._x70i a.morelink.less {
        left: 0;
    }
}

.align_center {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ml-20 {
    margin-left: 20rem;
}

@media (max-width: 768px) {
    .ml-20 {
        margin-left: 0rem;
    }
}

.overflow_chirurgiens {
    background-color: rgb(0, 17, 26, 0.459);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    z-index: 999;
}

body .block_chirurgiens .chirurgiens-img:hover .overflow_chirurgiens {
    opacity: 1!important;
}

body .block_chirurgiens .chirurgiens-img:hover .title_chirurgiens {
    opacity: 1!important;
    bottom: 30px!important;
}

.title_chirurgiens {
    position: absolute;
    bottom: -20px;
    z-index: 2;
    opacity: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
}

@media (max-width: 768px) {
    .title_chirurgiens {
        bottom: 20px;
        opacity: 1;
    }
}

.title_chirurgiens h3 {
    font-size: 20px;
    font-family: "ElMessiri";
    font-weight: bold;
    background-image: none;
    -webkit-text-fill-color: white;
    -o-text-fill-color: white;
    -moz-text-fill-color: white;
}

a.link_chirurgiens_home {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.bg_5t9g {
    background-image: -moz-linear-gradient( -180deg, rgb(50, 183, 229) 2%, rgb(28, 119, 151) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(50, 183, 229) 2%, rgb(28, 119, 151) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(50, 183, 229) 2%, rgb(28, 119, 151) 100%)
}

@media (max-width: 768px) {
    .column-reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {
    body .interventions_internes .liste_interventions h2 a,
    ._2hy36 h2,
    ._2hy36 h3 {
        background-image: none;
        -webkit-text-fill-color: white;
        -o-text-fill-color: white;
        -moz-text-fill-color: white;
    }
}

.section_whatsapp {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 22%;
}

.box_whatsapp {
    position: absolute;
    display: block;
    z-index: 201;
    right: 0;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(90deg);
    height: 54%!important;
}

@media (min-width: 1200px) {
    .whatsapp {
        left: auto;
        right: 0;
    }
}

@media (min-width: 576px) {
    .whatsapp {
        min-width: 255px;
        max-width: 280px;
        height: 70px;
        padding: 0 20px;
    }
}

.whatsapp {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 250px;
    max-width: 250px;
    width: 100%;
    height: 80px;
    padding: 5px 21px;
    color: #fff;
    letter-spacing: -.02em;
    white-space: nowrap;
    border-radius: 0 0 12px 12px;
    background-color: #2ab737;
    background: linear-gradient(135deg, #0f912c 0, #25a325 37%, #2ab939 100%);
    -webkit-box-shadow: 0 10px 18px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 10px 18px 0 rgb(0 0 0 / 20%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    font-size: 15px;
}

.whatsapp::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .06);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.whatsapp:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.08, .35, .4, 1.02);
    transition: -webkit-transform .3s cubic-bezier(.08, .35, .4, 1.02);
    transition: transform .3s cubic-bezier(.08, .35, .4, 1.02);
    transition: transform .3s cubic-bezier(.08, .35, .4, 1.02), -webkit-transform .3s cubic-bezier(.08, .35, .4, 1.02);
}

a.whatsapp,
a.whatsapp:hover {
    color: white;
    text-decoration: none;
}

.whatsapp::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: calc(100% + 20px);
    content: "";
    -webkit-filter: blur(5px);
    filter: blur(5px);
    background-color: rgba(255, 255, 255, .15);
    -webkit-animation: lightEffect 4s ease 4s infinite;
    animation: lightEffect 4s ease 4s infinite;
    -webkit-transform: translate3d(-40px, -10px, 0);
    transform: translate3d(-40px, -10px, 0);
}

.content_whatsapp {
    padding: 9px;
    text-align: center;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lightEffect {
    100% {
        left: calc(100% + 80px)
    }
}

@keyframes lightEffect {
    100% {
        left: calc(100% + 80px)
    }
}

@-webkit-keyframes pulse_dex_white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(33, 107, 173, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(33, 107, 173, 0)
    }
}

@keyframes pulse_dex_white {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(33, 107, 173, 0);
        box-shadow: 0 0 0 10px rgba(33, 107, 173, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(33, 107, 173, 0);
        box-shadow: 0 0 0 0 rgba(33, 107, 173, 0)
    }
}

@media (max-width: 768px) {
    .section_whatsapp {
        z-index: 9999999!important;
        top: 63%!important;
    }
}

.center {
    text-align: center;
}

.img_form {
    border-bottom-left-radius: 186px;
    border-bottom-right-radius: 186px;
    border-top-left-radius: 186px;
    border-top-right-radius: 3px;
    -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;
}

img.img_form:hover {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 186px;
    border-top-left-radius: 186px;
    border-top-right-radius: 186px;
}

.md-accordion .card .fa-angle-down {
    float: right;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.whatsapp-icon {
    display: flex;
    align-items: center;
    width: 55px;
    height: 55px;
    position: fixed;
    top: calc(25% + 50px);
    left: 0px;
    cursor: pointer;
    z-index: 4;
    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.4s;
    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.tunisie-chirurgie-esthetique.com/tce/public/uploads/whatsapp.webp);
    position: absolute;
    width: 85%;
    height: 85%;
    background-repeat: no-repeat;
    background-size: contain;
}
