/*
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:'Mattone';
    font-style:normal;
    src:url(fonts/MattoneRegular.woff) format('woff');
    font-display: swap;
}

body, strong, .nectar-button {
    font-family: 'Avenir', Arial, Helvetica, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mattone', Arial, Helvetica, sans-serif !important;
    letter-spacing: 1px;
    overflow-wrap: break-word;
    color: #34468C !important;
}

.h2 * {
    font-size: 50px !important;
    line-height: 55px !important;
}

h2:after {
    content: '';
    margin: 20px auto 10px;
    width: 100px;
    height: 7px;
    display: block;
    background: #34468C;
}

.light h2:after {
    background: #FFF;
}

.no-after h2:after {
    margin: 20px 0 10px 0;
}

/***************************************************************/
/* 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: 40px;
    line-height: 45px;
    margin-bottom: 30px !important;
}

.font-icon {
    font-size: 14px;
    font-weight: bold;
    color: #FF5E00;
    line-height: 20px;
}

.ss-titre {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px !important;
    color: #9b9b9b;
}

.justify {
    text-align: justify;
}

.wpb_wrapper p em {
    color: #FF5E00;
    font-style: normal !important;
}

h1 em, h2 em, h3 em, h4 em, h5 em {
    /* background: url('img/color.gif'); */ 
    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: 14px;
}

.main-content .wpb_text_column li:before,
#sidebar .widget.widget_categories li a:before  {
    content: '';
    background: url('img/puce.svg') center/cover !important;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 12px;
}

/***************************************************************/
/* GENERAL *****************************************************/
/***************************************************************/
img.iconsmall {
    width: auto !important;
    height: 40px !important;
}

img.icon {
    width: auto !important;
    height: 50px !important;
    filter: invert(55%) sepia(44%) saturate(7497%) hue-rotate(360deg) brightness(100%) contrast(109%);
    margin-bottom: 10px !important;
}

.img-with-aniamtion-wrap  .hover-wrap-inner:has(img.icon):after {
    content: '';
    position: absolute;
    height: 50px;
    border: 1px solid #FF5E00;
    padding: 10px;
    width: 50px;
    display: flex;
    top: -10px;
    left: 50%;
    margin-left: -38px;
    border-radius: 50%;
}

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: 50vh;
}

@media all and (min-width: 1000px) {
    .align-right {
        text-align: right;
    }

    .full-height {
        height: 100vh;
    }

    .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 *****************************************************/
/***************************************************************/
.iwithtext .iwt-icon img {
    width: 50px !important;
}

.iwithtext .iwt-text {
    padding-left: 65px;
    font-size: 14px;
    line-height: 24px;
}

.iwithtext .iwt-text h6 {
    color: #FF5E00 !important;
}

.toggle h3 a {
    font-size: 18px !important;  
    line-height: 27px !important;
    text-transform: uppercase;
    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;
}

/* LINK COLOR */
.wpb_content_element a {
    font-weight: bold;
    border-bottom: 2px solid;
}

a.nectar-button,
input[type=submit] {
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.nectar-button:hover,
input[type=submit] {
    opacity: 1;
}

.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: #1365d5 !important;
}

.nectar-button[data-color-override="false"].small.regular-button {
    color: #1365d5;
    background-color: transparent !important;
    border-bottom: 2px solid #1365d5;
    border-radius: 0 !important;
}

/**********************************************************************/
/* CONTENT ************************************************************/
/**********************************************************************/
.bloc-avis .vc_column-inner {
    border: 0px solid #292929;
    border-radius: 150px;
    padding: 0px 0px 20px 0px!important;
}

.img-logo {
    text-align: center;
}

.img-logo img {
    width:250px;
    padding: 20px !important;
}

@media all and (min-width: 768px) {
    .img-logo img {
        width:280px;
        padding: 40px !important;
    }

    .iwithtext .iwt-icon img {
        width: 130px !important;
    }
    
    .iwithtext .iwt-text {
        padding-left: 145px;
        font-size: 14px;
        line-height: 24px;
    }

    .bloc-avis .vc_column-inner {
        border: 1px solid #292929;
        border-radius: 150px;
        padding: 20px 50px 22px 20px!important;
    }
}

.nectar-highlighted-text {
    font-size: 25px;
    line-height: 35px;
}

.img-line-001 {   
    transform: scale(2.5) !important;
    position: absolute !important;
    bottom: -180px;
    left: -240px;
}

.img-line-002 {   
    transform: scale(1.3) !important;
    position: absolute !important;
    top: -270px;
    right: -105%;
}

.img-line-003 {   
        transform: scale(1.5) !important;
        position: absolute !important;
        bottom: -180px;
        left: -60%;
}

.img-line-004 {   
    transform: scale(3.5) !important;
    position: absolute !important;
    top: 90px;
}



/**********************************************************************/
/* SENDINBLUE *********************************************************/
/**********************************************************************/
.nl-sendinblue {
    display: flex;    
}

.nl-sendinblue input[type=email] {
    border-radius: 7px;
    border-top-right-radius : 0;
    border-bottom-right-radius : 0;
    background: #FFF;
}

body[data-button-style*="slightly_rounded"] .nl-sendinblue input[type=submit] {
    border-top-left-radius : 0 !important;
    border-bottom-left-radius : 0 !important;
}

/**********************************************************************/
/* FOOTER *************************************************************/
/**********************************************************************/
.logo-footer {
    width: 150px !important;
}

img.iconsocial {
    width: auto !important;
    height: 40px !important;
    margin: 0 20px !important;
}

/**********************************************************************/
/* COPYRIGHT **********************************************************/
/**********************************************************************/
#copyright ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#copyright li:before {
    display: none !important;
}

#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: #FFF;
    opacity: 0.3;
}

#copyright li a:hover {
    color: #FFF;
    opacity: 0.8;
}

/**********************************************************************/
/* MOBILE / DESKTOP ***************************************************/
/**********************************************************************/
.desktop-view {
    display: block !important;
}
.mobile-view {
    display: none !important;
}

@media all and (max-width: 768px) {
    .desktop-view,
    .img-line-001,
    .img-line-002,
    .img-line-003,
    .img-line-004 {
        display: none !important;
    }
    .mobile-view {
        display: block !important;
    }
}


table, td, tr {
    border: 0 !important;
    background: transparent !important;
}

td {
    padding: 1px !important;
}

.t-header h6 {
    color: #FF5E00 !important;
    font-size: 16px !important;
}

.t-header .p-picto:before {
    content: '';
    width: 35px;
    height: 35px;
    display: inline-block;
    top: 8px;
    position: relative;
    right: 13px;
    filter: invert(37%) sepia(76%) saturate(2266%) hue-rotate(2deg) brightness(104%) contrast(103%);
}

.t-header .p-securite:before {
    background: url(img/secure-shield.svg) center/cover no-repeat;
}

.t-header .p-qualite:before {
    background: url(img/quality.svg) center/cover no-repeat;
}

.t-header .p-les:before {
    background: url(img/like.svg) center/cover no-repeat;
}

.t-header .p-services:before {
    background: url(img/services.svg) center/cover no-repeat;
}

.t-header .p-destinations:before {
    background: url(img/destination.svg) center/cover no-repeat;
}

.t-header img {
    width: 100px !important;
    margin-bottom: 0 !important;
}

.t-center {
    width: 50px;
}

@media all and (min-width: 768px) {
    .t-center {
        width: 150px;
    }
}

.t-center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.t-table .ok {
    display: block;
    width: 15px;
    height: 15px;
    background: #FF5E00;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.t-table .no-ok {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #FF5E00;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}