/*
Theme Name: Salient Child Theme by Double A
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Agence Double A
Author URI:  https://doublea.io
Template: salient
Version: 1.0
*/

/***************************************************************/
/* FONTS *******************************************************/
/***************************************************************/
@font-face {
    font-family: 'campton';
    src: url('fonts/campton-book-webfont.woff') format('woff2'),
         url('fonts/campton-book-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'campton';
    src: url('fonts/campton-medium-webfont.woff2') format('woff2'),
         url('fonts/campton-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'campton';
    src: url('fonts/CamptonBold.woff2') format('woff2'),
         url('fonts/CamptonBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body, strong, b, .nectar-button {
    font-family: 'campton', Arial, Helvetica, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'campton', Arial, Helvetica, sans-serif !important;
    letter-spacing: -0.5px;
    color: #121A47 !important;
    overflow-wrap: break-word;
}

.h2 * {
    font-size: 50px !important;
    line-height: 55px !important;
}

/***************************************************************/
/* FONTS STYLE *************************************************/
/***************************************************************/
.light, .light p, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
    color: #FFF !important;
}

.font-small{
    font-size: 14px;
    line-height: 22px;
}

.font-big {
    font-size: 22px;
    line-height: 32px;
}

.font-icon {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 0px !important;
}

.ss-titre {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    color: #9b9b9b;
    display: flex;
    align-items: center;
    letter-spacing: .5px;
}

.ss-titre::before {
    content: '';
    background: url(img/tooth.svg) center/cover;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    top: -3px;
    position: relative;
    filter: invert(81%) sepia(61%) saturate(390%) hue-rotate(113deg) brightness(99%) contrast(90%);
}

.justify {
    text-align: justify;
}

h1 em, h2 em, h3 em, h4 em, h5 em {
    /* background: url('img/color.gif'); */
    background: linear-gradient(135deg, #61F0E6, #2F52F8);
    font-style: normal !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

/* LIST STYLE */
ul {
    margin-left: 2px;
}

.wpb_text_column li {
    list-style: none;
    font-size: 15px;
}

.main-content .wpb_text_column li:before  {
    content: '';
    background: #2F52F8 !important;
    width: 15px;
    height: 2px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

/***************************************************************/
/* GENERAL *****************************************************/
/***************************************************************/
.light img.iconsmall {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

img.iconsmall {
    width: auto !important;
    height: 40px !important;
}

img.icon {
    width: auto !important;
    height: 50px !important;
    filter: invert(8%) sepia(25%) saturate(6139%) hue-rotate(223deg) brightness(95%) contrast(98%);
}

img.iconbig {
    width: auto !important;
    height: 80px !important;
}

.display-flex .wpb_wrapper {
    display: flex;
}

.justify-content-end .wpb_wrapper {
    justify-content: end;
}

.justify-content-center .wpb_wrapper {
    justify-content: center;
}

.full-height {
    height: 100vh;
}

.height-75 {
    min-height: 50vh;
    padding: 50px 0 0 0;
}

@media all and (min-width: 1000px) {
    .height-75 {
        padding: 0;
        height: 70vh;
    }
}

.border-radius > .vc_column-inner,
.box-shadow .n-sticky > .vc_column-inner {
    border-radius: 16px;
    overflow: hidden;
}

.box-shadow > .vc_column-inner,
.box-shadow .n-sticky > .vc_column-inner {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px, rgba(0, 0, 0, 0.02) 0px 0px 0px 1px;
}

.img-with-aniamtion-wrap:has(img.img-smile) {
    position: absolute;
    top: 0;
    transform: scale(1.2);
}

@media all and (min-width: 1000px) {
    .align-right {
        text-align: right;
    }

    .border-l {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        overflow: auto;
    }
    
    .border-r {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: auto;
    }
}

@media all and (max-width: 1000px) {
    .border-l {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        overflow: auto;
    }
    
    .border-r {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        overflow: auto;
    }
}

/***************************************************************/
/* SALIENT *****************************************************/
/***************************************************************/
.nectar-animated-gradient {z-index: 9;}

.iwithtext .iwt-icon img {
    width: 27px !important;
    margin-bottom: 0;
}

.iwithtext .iwt-text {
    padding-left: 42px;
}

.bloc-info .iwithtext .iwt-icon img {
    width: 30px !important;
    margin-bottom: 0;
    filter: invert(8%) sepia(25%) saturate(6139%) hue-rotate(223deg) brightness(95%) contrast(98%);
}

.bloc-info .iwithtext .iwt-text {
    padding-left: 45px;
}

.phone a { 
    font-size: 22px;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    font-weight: bold;
}

.bloc-info h6 {
    font-size: 18px !important;
    line-height: 16px !important;
    margin-bottom: 0;
/*     text-transform: uppercase; */
    letter-spacing: 0.2px;
    color: #2F52F8 !important;
}

.bloc-info .wpb_row {
    padding-bottom: 12px;
    margin-bottom: 17px;
    border-bottom: 1px solid #EEE;
}

.bloc-info .wpb_row:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #EEE;
}

.toggle h3 a {
    font-size: 18px !important;  
    line-height: 27px !important;
    letter-spacing: 1px;
    font-weight: bold !important;
    padding: 15px 70px 15px 0 !important;
}

@media all and (min-width: 1000px) {
    .toggle h3 a {
        padding: 20px 70px 20px 0 !important;
    }
}

.divider-wrap .divider-vertical {
    width: 2px;
    margin: 8px auto 15px;
}

.nectar-post-grid-item-bg-wrap-inner,
.img-border {
    border-radius: 16px;
    overflow: hidden;
}

/* LINK COLOR */
.wpb_content_element a {
    font-weight: bold;
    border-bottom: 2px solid;
}

.light .wpb_content_element a {
    color: #FFF;
}


.nectar-button.small {
    font-size: 15px;
    padding: 0px 14px 8px 14px !important;
}

.nectar-button.large {
    font-size: 15px;
    padding: 15px 22px;
}

a.nectar-button,
input[type=submit] {
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    font-weight: 700;
}

a.nectar-button:hover,
input[type=submit] {
    opacity: 1;
}

/* .nectar-button.accent-color,
.nectar-button.extra-color-1,
.nectar-button.extra-color-2,
.nectar-button.extra-color-3,
input[type=submit],
.nectar-button[data-color-override="false"].regular-button {
    background-color: linear-gradient(135deg, #61F0E6, #2F52F8) !important;
}

.nectar-button.accent-color:hover,
.nectar-button.extra-color-1:hover,
.nectar-button.extra-color-2:hover,
.nectar-button.extra-color-3:hover,
input[type=submit]:hover {
    background-color: linear-gradient(135deg, #61F0E6, #2F52F8) !important;
} */

.nectar-button[data-color-override="false"].small.regular-button {
    color: var(--nectar-accent-color);
    background-color: transparent !important;
    border-bottom: 2px solid var(--nectar-accent-color);
    border-radius: 0 !important;
}

.light .nectar-button[data-color-override="false"].small.regular-button {
    color: #FFF;
    background-color: transparent !important;
    border-bottom: 2px solid #FFF;
    border-radius: 0 !important;
}

/**********************************************************************/
/* HEADER *************************************************************/
/**********************************************************************/
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    padding: 24px 16px !important;
}

#header-space {
    height: 63px !important;
}

#header-outer #logo, #header-outer .logo-spacing {
    margin-top: 0px;
    margin-bottom: 0px;
  /*   border-right: 1px solid #eee;
    background: #FFF; */
}

#header-outer #logo img {
    padding: 6px 0px 7px 0px;
    height: 63px;
}

@media all and (min-width:1000px) {
    #header-outer #logo img {
        padding: 13px 0px 15px 10px;
        height: 63px;
    }

    .menu-item-180 ul {
        min-width: 270px;
    }

    .menu-item-180 ul li a,
    .menu-item-181 ul li a {
        border-bottom: 1px solid #EEE !important;
        padding: 15px 0;
    } 
    .menu-item-180 ul li:first-child a,
    .menu-item-181 ul li:first-child a{
        padding-top:10px;
    }
    .menu-item-180 ul li:last-child a,
    .menu-item-181 ul li:last-child a{
        border-bottom: 0px solid #EEE !important;
        padding-bottom:10px;
    }    
}

.menu-item-185 a span {
    padding: 24px 16px 23.5px 20px !important;
    background:#2F52F8;
    color: #FFF !important;
}

.menu-item-185 a span:hover {
    background: linear-gradient(135deg, #61F0E6, #2F52F8);
}

#header-outer[data-lhe="default"] #top nav > ul > li.menu-item-185 a {
    padding: 0px 0px !important;
    margin-right: -1px;
}

.menu-item-184 a span:before {
    content: '';
    background: url(img/interrogation.svg) center/cover no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 21px;
    filter: invert(8%) sepia(25%) saturate(6139%) hue-rotate(223deg) brightness(95%) contrast(98%);
    transition: all .2s ease;
}

.menu-item-184 a:hover span:before {
    filter: invert(20%) sepia(55%) saturate(4827%) hue-rotate(230deg) brightness(104%) contrast(95%);
}

#header-outer.transparent .menu-item-184 a span:before {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

#header-outer header .nectar-menu-icon-img {
    width: 25px;
}

#header-outer .sf-menu li ul li a .item_desc, #slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.nectar-ext-menu-item .menu-title-text {
    font-size: 25px;
}

.nectar-ext-menu-item .menu-item-desc {
    font-size: 15px;
}

.nectar-ext-menu-item .link_wrap {
    padding: 10px 13px;
    font-size: 15px;
}

.nectar-ext-menu-item__button {
    padding-top: 10px;
}

#slide-out-widget-area.fullscreen, #slide-out-widget-area.fullscreen-alt {
    text-align: left !important;
}

#slide-out-widget-area .inner .off-canvas-menu-container li a .item_desc {
    display: none !important;
}

#slide-out-widget-area .inner .off-canvas-menu-container li.menu-item-type-custom a span.item_desc {
    display: block !important;
    letter-spacing: .5px;
}

#slide-out-widget-area .inner .off-canvas-menu-container li.menu-item-657 {
    text-align: center;
}

/**********************************************************************/
/* TABLE **************************************************************/
/**********************************************************************/
@media all and (max-width:600px) {
    .table-tarif {
        width: 600px !important;
    }

    .table-scroll {
        overflow-x: scroll;
    }
}


.table-tarif td {
    padding: 12px !important;
    line-height: normal;
}

.table-titre {

}

.table-soin td {
    font-weight: bold;
}

/**********************************************************************/
/* FOOTER *************************************************************/
/**********************************************************************/
.logo-footer {
    width: 150px !important;
}

img.iconsocial {
    width: auto !important;
    height: 40px !important;
    margin: 0 20px !important;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(237deg) brightness(108%) contrast(100%);
    transform: scale(1) !important;
    transition: .2s all ease;
}

img.iconsocial:hover {
    transform: scale(1.2) !important;
}

/* .list-flex ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.list-flex li {
    flex: 1 1 45%;
} */

.list-bulle ul {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

.list-bulle li {
    margin: 15px 10px; 
}

.list-bulle li:before {
    display: none !important;
}

.list-bulle li a {
    border-bottom: 0;
    border-radius: 30px;
    border: 1px solid;
    padding: 14px 20px;
}


.link-footer a {
    color: #FFF;
    opacity: 0.7;
    text-decoration: none;
    border-bottom: 0;
    padding: 14px 20px;
    border-radius: 30px;
    border: 1px solid #FFF;
}

.link-footer a:hover {
    opacity: 1;
}


@media all and (max-width:1000px){
    #footer-mobile img.iconsocial {
        filter: invert(26%) sepia(95%) saturate(2922%) hue-rotate(226deg) brightness(95%) contrast(104%);
    }

    .link-footer a {
        font-size: 14px;
        padding: 8px 13px;
    }

    #footer-mobile .link-footer a {
        color: #121A47;
        border: 1px solid #121A47;
        padding: 8px 13px;
        font-size: 14px;
    }

    .list-bulle li {
        margin: 10px 10px; 
    }
}

/**********************************************************************/
/* COPYRIGHT **********************************************************/
/**********************************************************************/
#copyright ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#copyright li {
    text-transform: uppercase !important;
    letter-spacing: 1px;
    font-weight: 700;
    border-top: 0;
    padding: 0;
    font-size: 13px;
    margin-right: 20px;
}

#copyright li a {
    color: #000;
    opacity: 0.3;
}

#copyright li a:hover {
    color: #000;
    opacity: 0.8;
}

/**********************************************************************/
/* MOBILE / DESKTOP ***************************************************/
/**********************************************************************/
.desktop-view {
    display: block !important;
}
.mobile-view {
    display: none !important;
}

@media all and (max-width: 768px) {
    .desktop-view {
        display: none !important;
    }
    .mobile-view {
        display: block !important;
    }
}