/*@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;600;700&display=swap');*/
@font-face {
    font-family: 'Sairas';
    src: url('/assets/fonts/Saira-Regular.woff2') format('woff2');
    /*font-display: swap;*/
}

body {
    background: url("/assets/img/mybg.jpg");
    background-attachment: fixed !important;
    font-family: 'Sairas', sans-serif;
}

header {
    background: url("/assets/img/mybg.jpg");
    background-attachment: fixed !important;
}

#content {
    margin-top: 207px;
}

header .navbar-topbar {
    box-shadow: 0px 2px 6px #0000001f;
    background: #2a93c9;
    padding: 0px;
}

header .navbar-topbar * {
    color: white;
}

header .navbar-topbar button.dropdown-toggle {
    background: transparent;
    border: none;
}

header .navbar-topbar button.dropdown-toggle:before {
    border: none;
}

header .header-middle .btn-new-style {
    background: #00bcd4;
    color: #fff;
    border-radius: 15px;
    display: table;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 1px;
    clip-path: polygon(3% 14%, 95% 12%, 100% 97%, 0 100%);
    padding: 10px 10px 10px 10px;
    transition: .4s;
    width: 178px;
    border: none;
    text-align: center;
}

header .header-middle .btn-new-style:hover {
    background: #2a93c9;
    color: #fff;
    clip-path: polygon(3% 22%, 94% 6%, 100% 90%, 0 100%);
}

.whatsapp-floted {
    z-index: 9;
    position: fixed;
    bottom: 44px;
    left: 20px;
    display: flex;
}

.whatsapp-floted a {
    display: flex;
    text-decoration: none;
}

.whatsapp-floted a i {
    background: #25D366;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 38px;
    width: 56px;
    height: 56px;
    display: block;
    line-height: 43px;
    padding-left: 10px;
}

.whatsapp-floted span {
    padding: 5px;
    font-size: 14px;
    margin-left: 9px;
    border-radius: 5px;
    background: #f5f8f9;
    box-shadow: #e7e7e7 0px 0px 4px 1px;
}

.whatsapp-floted span p {
    margin: 0;
    color: black;
}

.drop-lng {
    background: #2379a5;
}

.block-rs {
    display: flex;
    align-items: center;
    justify-content: right;
}

.block-rs a img {
    transition: all 0.3s ease-in-out 0s;
}

.block-rs a:hover img {
    transform: rotate(360deg);
}

.navbar-principal {
    height: 56px;
    box-shadow: 0px 2px 6px #0000001f;
    background: linear-gradient(#34aeed, rgb(31 121 167));
}

.navbar-principal a.nav-link {
    color: white;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    /*pointer-events: none;*/
}

slider {
    height: 500px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 2px 6px #0000001f;
}

.bg-warapper {
    /*background: url(/assets/img/sl-1.jpg);*/
    /*background: url(https://doctour.com.tn/wp-content/uploads/2018/03/chirurgie-des-seins.jpg);*/
    /*background: url(https://doctour.com.tn/wp-content/uploads/2018/04/Liposuccion.jpg);*/
    background: url(/assets/img/sl-3.jpg);
    /*background-attachment: fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

.bg-warapper:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #2e2e2e;
    /*background-image: linear-gradient( 127deg, transparent 50%, rgba(255, 255, 255, 0.5) 50% );*/
    /*background-size: 20px 20px;*/
}

slider .s-title {
    color: #ffffff;
    font-size: 49px;
    font-weight: bold;
    text-shadow: #000000 3px 3px 0px;
}

.slider-form {
    max-width: 400px;
    margin-top: 80px;
    border-radius: 12px;
    position: relative;
    /*background: #ffffff94;*/
    /*box-shadow: #9b9b9b 0 0 5px 2px;*/
}

.ds-form {
    padding: 10px;
    padding-top: 55px;
    padding-bottom: 67px;
    position: relative;
    background: #ffffffc4;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 100% 75%, 100% 100%, 90% 87%, 0% 87%);
}

.ds-header {
    text-align: center;
    background: #00bcd4;
    color: #fff;
    font-size: 20px;
    border-radius: 15px;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 30px;
    clip-path: polygon(3% 14%, 95% 12%, 100% 97%, 0 100%);
    padding: 15px 10px 10px 10px;
    transition: .4s;
    margin-top: -38px;
    position: absolute;
    z-index: 2;
}

.invoice {
    position: absolute;
    right: -33px;
    top: -67px;
}

.ds-form [type=submit] {
    transition: .4s;
    border-radius: 21px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    display: block;
    background: #0b5169;
    border: none;
    box-shadow: #8c8c8c 1px 1px 1px;
    padding: 11px 36px;
    clip-path: polygon(3% 14%, 95% 12%, 100% 97%, 0 100%);
}

.ds-form [type=submit]:hover {
    background: #53b982;
    clip-path: polygon(3% 22%, 94% 6%, 100% 90%, 0 100%);
}

.hiddenMe {
    display: none !important;
}

slider form {
    font-weight: 600;
    font-family: 'Saira', sans-serif;
}

slider form label {
    margin-top: 10px;
    margin-bottom: 0px !important;
    font-family: 'Sairas', sans-serif;
}

.hbwcm a {
    margin: 0 auto;
    font-weight: 600;
    text-decoration: none;
    color: #242826;
    transition: .2s;
}

.hbwcm a:hover {
    color: #25d366;
    text-shadow: #bcff96 0px 0px 5px;
}

.hbwcm a img {
    transition: all 0.3s ease-in-out 0s;
}

.hbwcm a:hover img {
    transform: rotate(360deg);
}

.btnG-mobileTop a {
    border: none;
    border-radius: 0px;
    padding: 10px 2px 10px 2px;
    box-shadow: 0px 2px 6px #0000001f;
    background: linear-gradient(#12d4ed, #059db1);
}

.btnG-mobileTop a:first-child {
    border-right: 5px solid white;
}

.navbar-toggler {
    background: white;
    border-radius: 0;
    border: none;
    box-shadow: 0px 2px 6px #0000001f;
}

.select2-container--default .select2-selection--multiple, .slider-form input, .slider-form select {
    background-color: #ffffff !important;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 2px 6px #0000001f;
}

.slider-form select {
    padding-left: 6px;
    padding-right: 2px;
}

.slider-form form .row {
    --bs-gutter-x: 0.5rem !important;
}

.iti__country {
    padding: 4px 10px;
    font-size: 15px;
}


.specialOffers {
    margin: 0 auto;
    margin-top: -13px;
    display: table;
    /*transition: .2s;*/
    background: url(/assets/img/spoff.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.specialOffers:hover {
    background: url(/assets/img/spoffhov.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.specialOffers.spOfFix {
    position: fixed;
    top: 207px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.specialOffers a {
    font-size: 20px;
    padding: 24px 44px;
    display: block;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.blScIndexS-1 {
    clip-path: polygon(0% 0%, 96.2% 0.3%, 100% 100%, 3.9% 99.8%);
    background: linear-gradient(68deg, rgb(42 147 201) 20%, rgb(23 99 139) 80%);
    align-items: center;
    justify-content: center;
    color: white;
    transition: .2s;
    padding: 4px 10px;
}

.blScIndexS-1:hover {
    clip-path: polygon(0% 0%, 94.2% 0.3%, 100% 100%, 5.9% 99.8%);
    background: linear-gradient(177deg, rgb(42 147 201) 20%, rgb(23 99 139) 80%);
}

.blScIndexS-1 .title {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 18px;
    font-style: italic;
    letter-spacing: .2px;
}

.blScAbout p {
    font-size: 23px;
}

.blScIndexS-1-1 {
    background: linear-gradient(68deg, rgb(42 147 201) 20%, #00bcd4 80%);
}

.blScIndexS-1-2 {
    background: linear-gradient(68deg, rgb(42 147 201) 20%, #8bc34a 80%);
}

.blScIndexS-1-3 {
    background: linear-gradient(68deg, rgb(42 147 201) 20%, #ff9800 80%);
}

.blScAbout.addMTscroll {
    margin-top: 90px !important;
}

.indexBlInter a {
    text-decoration: none;
}

.indexBlInter img {
    -webkit-clip-path: polygon(3% 0, 95% 12%, 96% 97%, 0 100%);
    clip-path: polygon(3% 0, 95% 12%, 96% 97%, 0 100%);
    transition: .2s;
    width: 100%;
    height: 300px;
    object-fit: cover;

}

.indexBlInter:hover img {
    -webkit-clip-path: polygon(3% 0, 103% 0%, 100% 100%, 0 100%);
    clip-path: polygon(3% 0, 103% 0%, 100% 100%, 0 100%);
}

.indexBlInter .title {
    clip-path: polygon(0% 0%, 96.2% 0.3%, 100% 100%, 3.9% 99.8%);
    background: linear-gradient(68deg, rgb(42 147 201) 20%, #ff9800 80%);
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 5px 2px;
    margin-top: -24px;
    transition: .2s;
}

.indexBlInter:hover .title {
    clip-path: polygon(0% 0%, 96.2% 0.3%, 100% 100%, 3.9% 99.8%);
    background: linear-gradient(68deg, #ff9800 20%, rgb(42 147 201) 80%);
    border-radius: 20px;
}

.titleStyle-1 {
    font-size: 2rem;
    box-shadow: 0px 2px 6px #0000001f;
    background: linear-gradient(#34aeed, rgb(31 121 167));
    color: white;
    font-weight: bold;
    padding: 5px 2px;
    transition: .2s;
}

.secFree {
    clip-path: polygon(0% 0%, 96.2% 0.3%, 100% 100%, 3.9% 99.8%);
    background: linear-gradient(68deg, rgb(42 147 201) 20%, #8bc34a 80%);
    border-radius: 32px;
    /*background: #F1F3F9;*/
    padding: 15px 38px;
    margin-top: 45px;
    color: white;
}

.secFree .btn {
    transition: .4s;
    border-radius: 21px;
    margin: 0 auto;
    text-align: center;
    background: #0b5169;
    border: none;
    box-shadow: #8c8c8c 1px 1px 1px;
    padding: 9px 18px;
    clip-path: polygon(3% 14%, 95% 12%, 100% 97%, 0 100%);
}

.secFree .btn:hover {
    background: #2a93c9;
    clip-path: polygon(3% 22%, 94% 6%, 100% 90%, 0 100%);
}

footer .lastF ul {
    list-style: none;
}

footer .lastF ul li {
    float: left;
}


.footer-2, .footer-1 {
    background: #2e323e;
    color: white;
}

.footer-2 a {
    color: white;
    text-decoration: none;
}

.footer-2 {
    border-top: white 1px solid;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled a {
    text-decoration: none;
}

.footer-1 .list-unstyled li::before {
    content: "► ";
}

footer h2 {
    font-size: 1.3rem;
    text-decoration: underline overline 2px #FFFFFF;
    text-underline-position: under;
}

.page-header {
    color: white;
    box-shadow: 0px 2px 6px #0000001f;
    background: linear-gradient(#00BCD4, #08cee7);
    padding-top: 30px;
    padding-bottom: 20px;
}

.page-header .breadcrumb li {
    font-size: 12px;
}

.page-header .breadcrumb a {
    text-decoration: none;
    color: white;
}

.page-header .breadcrumb li.active {
    color: #066cbd
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #e9e1e1;
}

.navbar-principal .dropdown-menu a:hover {
    color: black !important;
    font-width: bold !important;
    font-style: italic;
}

.formSnipped {
    background-color: #ffeea5;
    padding: 12px;
    border-width: 2px;
    border-color: #8224e3;
    border-style: dashed;
    border-radius: 5px;
    -web-border-radius: 5px;
    -moz-border-radius: 5px;
}

.formSnipped h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.formSnipped.sticky-top {
    top: 230px !important;
}

.formSnipped input {
    border-radius: 0;
}

.formSnipped .form-label {
    display: block;
    margin-bottom: 0px;
    margin-top: 5px;
}

.formSnipped .iti {
    width: 100%;
}


.formSnipped .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 5px;
    margin-right: 3px;
    font-size: 16px;
}

.formSnipped .iti__flag {
    height: 14px;
    margin-left: 4px;
}

.iti__country-list {
    width: 270px;
}

.btn-interesse {
    background: #25d366;
    color: #fff;
    border-radius: 15px;
    font-weight: 600;
    clip-path: polygon(3% 14%, 95% 12%, 100% 97%, 0 100%);
    padding: 10px 10px 10px 10px;
    transition: .4s;
    border: none;
    text-align: center;
    width: 220px;
    margin: 0 auto;
    font-size: 20px;
}

.btn-sendDevis {
    background: #0b5169;
    color: #fff;
    border-radius: 15px;
    font-weight: 600;
    clip-path: polygon(3% 14%, 95% 12%, 100% 97%, 0 100%);
    padding: 10px 10px 10px 10px;
    transition: .4s;
    border: none;
    text-align: center;
    width: 220px;
    margin: 0 auto;
    font-size: 20px;
}

.imgStandInt {
    border-radius: 4px 40px 4px 40px;
    box-shadow: #adadad 0 0 5px 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #e8eaea !important;
    border: 1px solid #8fadb7 !important;
    border-radius: 16px;
}

#page-intervention .col-md-8 h2 {
    font-size: 24px;
    color: #2a93c9;
    font-weight: bold;
}

#page-intervention .col-md-8 h3 {
    font-size: 22px;
    color: #0b5169;
    font-weight: bold;
}

.btn-fit-content {
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
}

.secFreess h2 {
    color: white !important;
}

.pre-diag {
    box-shadow: 0px 2px 6px #0000001f;
    border-width: 2px;
    border-color: #ECECEC;
    background-color: #e5f1ff;
    color: #0b5169;
    border-left: #0059a5 5px solid;
    border-right: #0059a5 5px solid;
    clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 80%, 95% 85%, 85% 85%, 85% 100%, 70% 85%, 5% 85%, 0% 80%, 0% 5%);
    padding: 24px 24px 55px 10px;
    margin-bottom: 20px;
}
.pi-similar h2  {
    color: #2a93c9;
    font-weight: bold;
    font-size: 36px;
}

@media (max-width: 1286px) and (min-width: 1148px) {
    header .nav-item {
        font-size: 14px;
    }
}

@media (max-width: 1147px) and (min-width: 992px) {
    header .nav-item {
        font-size: 12px;
    }

    header .nav-item a {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

@media (min-width: 992px) and (max-width: 1286px) {
    #content {
        margin-top: 203px;
    }
}


@media (min-width: 786px) {

    .navbar-menu-1 {
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .snip1189 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1189 a {
        position: relative;
    }

    .snip1189 a:before,
    .snip1189 a:after {
        height: 14px;
        width: 14px;
        position: absolute;
        content: '';
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        opacity: 0;
    }

    .snip1189 a:before {
        left: 0;
        top: 0;
        border-left: 3px solid #ffffff;
        border-top: 3px solid #ffffff;
        -webkit-transform: translate(100%, 50%);
        transform: translate(100%, 50%);
    }

    .snip1189 a:after {
        right: 0;
        bottom: 0;
        border-top: none;
        border-right: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }

    .snip1189 a:hover,
    .snip1189 .current a {
        color: #ffffff;
    }

    .snip1189 a:hover:before,
    .snip1189 .current a:before,
    .snip1189 a:hover:after,
    .snip1189 .current a:after {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        opacity: 1;
    }
}

@media (max-width: 786px) {
    body {
        background: url("/assets/img/mybgM.jpg");
    }

    #content {
        margin-top: 192px;
    }

    .hbwcm img {
        width: 30px;
    }

    .s-title {
        font-size: 29px !important;
        text-align: center;
        text-shadow: #000000 0px 0px 28px !important;
        margin-top: 12px;
    }

    .bg-warapper {
        background-position: right;
        background: url(/assets/img/sl-3M.jpg);
    }

    .slider-form {
        margin-top: 29px;
    }

    .ds-header {
        font-size: 16px;
    }

    .ds-form {
        padding-top: 36px;
    }

    slider form label {
        margin-top: 7px;
        font-size: 14px;
    }

    .specialOffers a {
        font-size: 16px;
        padding: 17px 44px;
    }

    .specialOffers.spOfFix {
        top: 193px;
        width: 258px;
    }

    .centerMobF {
        justify-content: center;
        display: flex;
    }

    .centerMobF1 li {
        float: none !important;
        text-align: center;
    }

    footer h2 {
        text-align: center;
    }
}

@media (max-width: 440px) {
    .bg-warapper {
        background: url("/assets/img/sl-3M440.jpg");
    }

    body {
        background: url("/assets/img/mybgM440.jpg");
    }

    header {
        background: url("/assets/img/mybgM440.jpg");
    }

}