/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* @import must be at top of file, otherwise CSS will not work */
/* @import url("//hello.myfonts.net/count/3d41be"); */
  
@font-face {
  font-family: "CaustenRound-Regular";
  src: url('webFonts/CaustenRoundRegular/font.woff2') format('woff2'), url('webFonts/CaustenRoundRegular/font.woff') format('woff');
}
@font-face {
  font-family: "CaustenRound-Bold";
  src: url('webFonts/CaustenRoundBold/font.woff2') format('woff2'), url('webFonts/CaustenRoundBold/font.woff') format('woff');
}


body {
    font-family: "CaustenRound-Regular", Helvetica, sans-serif !important;
}

/* ----- Typography ----- */

h1, h2, h3, h4, h5, h6, p, span { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; font-weight: 400; }

h1, h2, h3, h4, h5, h6 { font-family: "CaustenRound-Bold" !important; }

@media screen and (min-width: 1000px) {
    h1, h2, h3 {
        letter-spacing: .5px;
    }
}

h1 { font-size: 23px !important; font-weight: 500; line-height: 40px !important; margin-bottom: 14px !important; }

@media screen and (min-width: 1000px) {
    h1 {
        font-size: 43px !important;
        line-height: 56px !important;
    }    
}

h2 { font-size: 21px !important; font-weight: 500 !important; line-height: 34px !important; }

@media screen and (min-width: 1000px) {
    h2 {
        font-size: 38px !important;
        line-height: 48px !important;
    }    
}

h3 { font-size: 18px !important; font-weight: 500; line-height: 30px !important; }

@media screen and (min-width: 1000px) {
    h3 {
        font-size: 28px !important;
        line-height: 38px !important;
    }    
}

h4 { font-size: 21px !important; font-weight: 500; line-height: 33px !important; }

h5 { font-size: 12px !important; text-transform: uppercase; font-weight: 400; letter-spacing: 4px; margin-bottom: 20px; }

h6 { font-weight: 700; margin-bottom: 15px !important; }

p {
    font-size: 17px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 !important;
    padding-bottom: 10px !important;
    opacity: .75;
}

strong {
    font-family: "CaustenRound-Bold" !important;
}

/* ----- Buttons ----- */

.btn-group {
    display: inline-block;
}

.btn, .wpcf7-submit {
    display: inline-block;
    padding: 14px 22px 14px;
    background-color: #ffc94f;
    border-radius: 50px;
    color: #ffffff;
    font-size: 15px !important;
    font-family: 'CaustenRound-Bold', Helvetica, sans-serif !important;
    font-weight: 500 !important;
    text-transform: none;
    letter-spacing: 0;
    line-height: 15px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

@media screen and (max-width: 1000px) {
    .btn {
        font-size: 14px !important;
        line-height: 19px;
    }
}

.btn {
    margin-top: 26px;
}

.btn:hover, .wpcf7-submit:hover {
    color: #ffffff;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0px 5px 16px rgba(78,93,125,.1);
            box-shadow: 0px 5px 16px rgba(78,93,125,.1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.btn--yellow {
    background-color: #FFC94F;
    color: #ffffff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;                
}

.btn--yellow:hover {
    color: #ffffff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

a.hyperlink {
    padding: 8px 0;
    font-family: 'CaustenRound-Bold';
    font-size: 17px;
}
a.hyperlink:hover {
    color: #ffcc66;
}

/* ----- Modifiers ----- */

.translucid--25 { opacity: .25 !important; }
.translucid--50 { opacity: .50 !important; }
.translucid--75 { opacity: .75 !important; }

.text--green {
    color: #01B4C0 !important;
    margin-bottom: 20px !important;
}

.subtitle {
    color: #858fa5;
    letter-spacing: .8px;
    font-size: 20px;
    line-height: 1;
}

/* ----- Helpers ----- */
.rel { position: relative; }
.centered { margin: 0 auto !important; }
.mw--300 { max-width: 300px !important; }
.mw--350 { max-width: 350px !important; }
.mw--400 { max-width: 400px !important; }
.mw--450 { max-width: 450px !important; }
.mw--500 { max-width: 500px !important; }
.mw--550 { max-width: 550px !important; }
.mw--600 { max-width: 600px !important; }
.mw--650 { max-width: 650px !important; }
.mw--700 { max-width: 700px !important; }
.mw--750 { max-width: 750px !important; }
.mw--800 { max-width: 800px !important; }
.mw--850 { max-width: 850px !important; }
.mw--900 { max-width: 900px !important; }
.mw--950 { max-width: 950px !important; }
.mw--1000 { max-width: 1000px !important; }
.mw--1100 { max-width: 1100px !important; }
.mw--1200 { max-width: 1200px !important; }

.divider--10 { height: 10px; display: block; }
.divider--20 { height: 20px; display: block; }
.divider--30 { height: 30px; display: block; }
.divider--40 { height: 40px; display: block; }
.divider--50 { height: 50px; display: block; }

.m--0 { margin: 0 !important; }
.mb--0 { margin-bottom: 0 !important; }
.mb--10 { margin-bottom: 10px !important; }
.mb--15 { margin-bottom: 15px !important; }
.mb--20 { margin-bottom: 20px !important; }
.mb--30 { margin-bottom: 30px !important; }
.mb--40 { margin-bottom: 40px !important; }


.p--0 { padding: 0 !important; }
.p--10 { padding: 10px; }
.p--15 { padding: 15px; }
.p--20 { padding: 20px; }
.p--30 { padding: 30px; }

.rounded--10 { border-radius: 10px; }
.rounded--20 { border-radius: 20px; }

.avoid-wrap { display: inline-block; }


em {
    font-style: normal;
    position: relative;
    display: inline-block;
    color: #FFC94F;
}

em:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    border-radius: 50px;
    z-index: -1;
}

/* ----- Components ----- */

.icon-img {
    margin-bottom: 28px !important;
    width: 56px !important;
    max-width: 80px !important;
}

.process-img {
    max-width: 130px !important;
    margin-bottom: 30px !important;
}

.basic-img {
    width: 450px !important;
    max-width: 100% !important;
    position: relative;
    margin: 0 auto !important;
}

.link-img {
    margin: 0 !important;
    position: absolute;
    left: 50%;
    bottom: 41px;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 1000px) {
    .link-img {
        bottom: unset;
        left: unset;
        right: -68px;
        top: 40px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}


.bullet {
    position: relative;
    padding-left: 30px;
}

.bullet:before {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background: #FFCF6F;
    left: 0;
    top: 7px;
    border-radius: 50%;
}


.blurb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.blurb__icon {
    margin-bottom: 20px;
}

.blurb__icon img {
    width: 120px !important;
    max-width: 120px !important;
}

.blurb__text {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}

@media screen and (min-width: 1000px) {
    .blurb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .blurb__icon {
        margin-bottom: 0;
    }
    .blurb__text {
        margin: 0 0 0 40px;
        text-align: left;
        max-width: 100%;
    }
}

.world-map-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.world-map img {
    width: 600px !important;
    max-width: 100% !important;
    margin: 0 auto;
}

img.s-shape.rectangle {
    position: absolute;
    top: 156px;
    right: 0;
    width: 33px !important;
}

img.s-shape.triangle {
    position: absolute;
    right: -20px;
    top: 10px;
    width: 40px !important;
}

img.s-shape.double {
    position: absolute;
    left: 20px;
    top: 100px;
    width: 40px !important;
}

img.s-shape.memphis {
    position: absolute;
    right: 86px;
    top: 19px;
    width: 106px !important;
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
}

img.s-shape.memphis-2 {
    position: absolute;
    right: 28px;
    top: 19px;
    width: 60px !important;
    -webkit-transform: rotate(-21deg);
        -ms-transform: rotate(-21deg);
            transform: rotate(-21deg);
}

.main-cta .btn, .portfolio-cta .btn {
    margin-top: 16px !important;
}

/* ----- Header Sections ----- */

.header-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
@media screen and (min-width: 1000px) {
    .header-section {
        padding-top: 180px !important;
        padding-bottom: 130px !important;
    }
}

.header-box {
    padding: 40px;
    border-radius: 24px;
    position: relative;
}

@media screen and (min-width: 1000px) {
    .header-box {
        background-color: #2B3252;
    }
}

/* Basic Sections */

.basic-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
@media screen and (min-width: 1000px) {
    .basic-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
}

.medium-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
@media screen and (min-width: 1000px) {
    .medium-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
}

/* ----- Header ----- */

.contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 19px;
}
.contact-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 19px;
}

@media screen and (max-width: 1200px) {
    .contact-wrapper {
        display: unset;
    }
    .contact-cta {
        margin: 20px 0 0 0;
    }
    .contact-cta p {
        font-size: 14px;
    }
    .btn-group {
        margin-top: 20px;
    }
}

.rounded--sm {
    max-width: 47px !important;
    border-radius: 50%;
    margin-bottom: 0 !important;
}

.slash {
    margin-bottom: 0 !important;
    padding: 0 8px;
}

/* ----- Services ----- */

.services-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.service {
    background-color: #242b4b;
    width: 250px;
    min-width: 250px;
    padding: 41px 25px 19px;
    margin: 0 0 20px 0;
    border-radius: 24px;
}

.service__img img {
    margin: 0 0 80px !important;
    max-width: 62px !important;
    max-height: 39px !important;
}

.service__title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (min-width: 1260px) {
    .services-wrapper {
        max-width: 1080px;
        margin: 0 auto;
    }
    .services-container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}


/* Quote Section */
.quote-box {
    padding: 40px;
}

.quote-box.--green {
    border-color: #02b4c0;
}

.quote-box.--blue {
    border-color: #4eaadf;
}

.quote-box h1 {
    font-family: 'CaustenRound-Regular' !important;
}

img.quote-box__quotemarks {
    width: 50px !important;
    margin-bottom: 30px !important;
}

.quote-box__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* justify-content: center; */
}

.quote-box__author p {
    color: #858fa5;
    letter-spacing: .8px;
    /* font-weight: 600; */
    font-size: 20px;
}

.quote-box__author img {
    max-width: 67px !important;
    border-radius: 50% !important;
}

@media screen and (min-width: 1000px) {
    .quote-box__author {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .quote-box__author img {
        margin-right: 24px !important;
    }
}
/* ----- Portfolio ----- */

.work-item {
    border-radius: 24px;
}

#portfolio-extra img {
    border-radius: 0px;
}

.portfolio-template-default p, .post-template-default p {
    font-size: 19px;
    line-height: 35px;
    opacity: 1;
}

.portfolio-template-default p a, .post-template-default p a {
    color: #01B4C0;
    opacity: 1;
}

.portfolio-cta p {
    font-size: 17px !important;
}

body .container-wrap .portfolio-filters-inline.non-fw {
    padding-top: 0 !important;
}

.portfolio-filters-inline ul li a {
    color: #17203a !important;
    opacity: 1;
    letter-spacing: .2px !important;
    font-weight: 400 !important;
}

.single-portfolio h3 {
    font-size: 26px !important;
}

.bottom_controls {
    display: none;
}

/* ----- Approche ----- */



/* ----- Features ----- */

.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 505px;
}

.feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border: 5px solid #e7ecf0;
    border-radius: 15px;
    padding: 20px;
}

.feature__img img {
    min-width: 32px !important;
    margin: 0 auto 30px !important;
}

.feature__content {
    max-width: 368px;
}

@media screen and (min-width: 1000px) {
    .features {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .features:last-of-type {
        margin-bottom: 0 !important;
    }
    .feature {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        min-width: 300px;
        width: 505px;
        margin-bottom: 20px !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .feature__img img {
        margin: 0 33px 0 0 !important;
    }
}

/* ----- Equipe ----- */

.team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 330px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.team-member__img {
    margin-bottom: 30px;
    overflow: hidden;
}

.team-member__img img {
    border-radius: 24px;
}

@media screen and (min-width: 1000px) {
    .team {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 1120px;
        margin: 0 auto;
    }
    .team-member {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 0 65px 0 !important;
    }
    .team-member__content {
        max-width: 273px;
    }
    .team-member__img {
        max-width: 280px;
    }
}

/* Partenaires */

img.partner-logo {
    width: 180px !important;
}

/* ----- Footer ----- */

.footer-logo {
    max-width: 200px !important;
}
.footer-text {
    max-width: 200px;
    font-size: 14px;
    line-height: 22px;
    opacity: .7;
}

.footer-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px !important;
}

.footer-list__item {
    border-bottom: 0 !important;
    padding: 5px 0 !important;
    opacity: .7;
    line-height: 27px !important;
}

.footer-list__item a, .footer-list__item span {
    font-size: 17px;
    line-height: 27px;
}

#copyright p {
    font-size: 14px;
    opacity: .7;
    line-height: 1 !important;
    padding: 0 !important;
}



/* ----- Theme Fixes ----- */

.container-wrap {
    padding-bottom: 0 !important;
}

.project-title h1 {
    margin: 8px 0 !important;
    color: #1a2540;
}

.wpb_row, .wpb_content_element {
    margin-bottom: 0 !important;
}

#top nav > ul > li > a {
    font-family: 'CaustenRound-Bold', sans-serif !important;
}

body[data-button-style*="slightly_rounded"] #top nav > ul > li[class*="button_solid_color"] > a:before {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}

#header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav >ul >li[class*="button_"] >a:before, #header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
    -webkit-transform: translateY(-53%);
    -ms-transform: translateY(-53%);
    transform: translateY(-53%);
    top: 50%;
}

.portfolio-filters-inline .container > ul a, .portfolio-filters-inline .container > ul #sort-label {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 1;
}

.wpb_wrapper >div{
  margin-bottom: 0;
}




/* Forms */
body .wpcf7 input[type="text"],
body .wpcf7 input[type="email"],
body .wpcf7 textarea
{
    background-color: #fff !important;
    border: 0 !important;
    color: #4e5d7d !important;
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 8px !important;
    font-size: 14px !important;
}
body .wpcf7 textarea {
    max-height: 150px;
    resize: none;
}
body .container-wrap input[type="text"]:focus, body .container-wrap textarea:focus, body .container-wrap input[type="email"]:focus {
    border-color: #ececec !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #4e5d7d !important;
opacity: .5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #4e5d7d !important;
opacity: .5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #4e5d7d !important;
opacity: .5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #4e5d7d !important;
opacity: .5;
}
body .container-wrap .wpcf7-not-valid-tip {
    position: absolute;
    background-color: #ffcc66;
    color: #ffffff !important;
    border-radius: 8px;
    right: -6px;
    top: -8px;
    padding: 0px 13px;
    font-size: 12px;
}
body .light .wpcf7 div.wpcf7-response-output {
    background-color: transparent;
    color: #ffffff !important;
    border-radius: 4px;
    font-size: 14px;
    padding: 0;
    margin: 20px 0 0 0 !important;
    font-family: 'CaustenRound-Regular', Helvetica, sans-serif;
    border: none;
}

body .container-wrap .span_12.light input[type="submit"]:hover {
    opacity: 1 !important;
}

body[data-button-style="rounded"].ascend .container-wrap input[type="submit"] {
    padding: 16px 23px!important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot.is-selected:before {
    -webkit-box-shadow: inset 0 0 0 1px #ffc94f !important;
            box-shadow: inset 0 0 0 1px #ffc94f !important;
}
.nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin: 0 0 90px 0;
}


.work-meta h4.title {
    font-family: 'CaustenRound-Bold', Helvetica, sans-serif !important;
}


.work-item img.size-.skip-lazy {
    border-radius: 20px;
}


/* Typewriter */

.type-wrap {
    display: inline-block;
}
span.typed-cursor {
    opacity: .1;
}

/* Off Canvas Menu*/

#slide-out-widget-area.fullscreen .menuwrapper li a {
    font-family: 'CaustenRound-Regular' !important;
    opacity: 1 !important;
    font-size: 28px !important;
    letter-spacing: .2px !important;
}



/* Instagram Feed */

a.sbi_photo {
    border-radius: 24px;
}
.instafeed {
    padding-bottom: 0 !important;
}


/* Blog */

span.meta-category {
    display: none !important;
}
.blog-recent[data-style*=classic_enhanced] .article-content-wrap {
    padding: 13% !important;
}

.blog-recent[data-style*=classic_enhanced] .excerpt {
    color: #4e5d7d !important;
    font-size: 17px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 !important;
    padding-bottom: 10px !important;
    opacity: .75;
}

div#single-below-header, a.uncategorized, .comments-section {
    display: none !important;
}

.blog-recent[data-style*="classic_enhanced"] .inner-wrap {
    box-shadow: none;
    border-radius: 24px;
}



/* WPML Language Switcher Main Menu */




ul.sub-menu {
    max-width: 70px !important;
    border-radius: 14px;
}



ul li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}


a.non-classifiee {
    display: none !important;
}