/*
Theme Name: Visual Composer Starter
Theme URI: https://visualcomposer.com/visual-composer-starter-theme/
Author: The Visual Composer Team
Author URI: https://visualcomposer.com/
Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.
Version: 3.2.2
Requires PHP: 5.6
Tested up to: 5.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, portfolio, featured-images, full-width-template, e-commerce, translation-ready, rtl-language-support, theme-options, custom-colors, custom-logo, custom-menu, footer-widgets, left-sidebar, right-sidebar, custom-background, one-column, two-columns
Text Domain: visual-composer-starter
*/
footer{
	color:#FFF;
}
.content-wrapper{
	padding: 0 15px 1px 15px;
}
/*Slider intro*/
#tsp-intro{}
#tsp-intro #intro-cont{
    max-width: 600px;
    margin: auto;
}
#tsp-intro #txt-cont{
    background-color: #2b2a2b;
    padding:30px;
    margin-bottom: 30px;
    position: relative;
}
#tsp-intro #txt-cont .title:before{
    content: "";
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    width: 640px;
    height: 60px;
    top: 0;
    left: -50px;
    display: block;
    position: absolute;
}
#tsp-intro #txt-cont .title h1{
    position: relative;
    font-size: 50px;
    color: #1d1d1b;
}
#tsp-intro #txt-cont .subtitle{
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
}
#tsp-intro #btn-cont{    
    background-color: #2b2a2b;
    padding:30px;
}
#tsp-intro #btn-cont .btn .vce-button{    
    font-weight: bold;
}
/*Solutions Grid 7 with title*/
#tsp-solutions{
    padding: 60px;
    background-color: #2b2a2b;
    margin-bottom: 60px;
}
#tsp-solutions .title{
    position: relative;
    padding-left: 15px;
}
#tsp-solutions .title::before{    
    content: "";
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    width: 35px;
    height: 140px;
    top: -15px;
    left: 0;
    display: block;
    position: absolute;
}
#tsp-solutions .title h2{
    line-height: 1.25;    
    color: #FFFFFF;
    font-size: 40px;
    position: relative;
    font-weight: 800;
}
#tsp-solutions .title .yellow{
    color: #fcd920;
}
#tsp-solutions .img{
    background-color: #2b2a2b;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50px;
}
#tsp-solutions .subtitle{
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
#tsp-solutions .subtitle::before{    
    content: "";
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    width: calc(100% + 80px);
    height: 100%;
    top: 0;
    left: -40px;
    display: block;
    position: absolute;
}
#tsp-solutions .subtitle h3{
    position: relative;
    margin-bottom: 0;
}
/*Expertises Two cols*/
#tsp-expertises .title{    
    padding-left: 15px;
}
#tsp-expertises #txt-cont{
    background-color:#2B2A2B;
    padding: 60px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#tsp-expertises .txt{
    color: #FFF;
    position: relative;    
}
#tsp-expertises .txt:before{    
    content: "";
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    width: 35px;
    height: 150px;
    top: -30px;
    left: 0;
    display: block;
    position: absolute;
}
#tsp-expertises .txt h2{    
    color: #FFF;
    font-size: 40px;
    font-weight: 800;
    position: relative;
}
#tsp-expertises #icon-txt-cont{
    position: relative;
}
#tsp-expertises #icon-txt-cont::before{    
    content: "";
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    width: 80px;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}
#tsp-expertises #icon-txt-cont .img{
    padding: 10px;
}
#tsp-expertises #icon-txt-cont .txt-img{
    text-transform: uppercase;
    font-weight: 800;
    color: #1d1d1b;
}
/*Expertises group grip*/
#tsp-expertises-grid{
    padding: 60px;
    background-color:#2B2A2B;
    margin-bottom: 60px;
}
#tsp-expertises-grid .title{
    margin-bottom: 30px;
    max-width: 420px;
    padding-left: 15px;
}
#tsp-expertises-grid .title::before{    
    content: "";
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    width: 35px;
    height: 150px;
    top: -30px;
    left: 0;
    display: block;
    position: absolute;
}
#tsp-expertises-grid .title h2{
    line-height: 1.25;
    color: #FFFFFF;
    font-size: 34px;
    position: relative;
    font-weight: 800;
}
#tsp-expertises-grid .txt{
    color: #FFF;
    text-align: center;
}
/*Documents*/
#tsp-documents .title h2{
    line-height: 1.25;
    position: relative;
    font-size: 40px;
    color: #1d1d1b;
    margin-bottom: 0;
    padding-left: 15px;
}
#tsp-documents .title::before{    
    content: "";
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    width: 35px;
    height: 150px;
    top: 50%;
    left: 0px;
    display: block;
    transform: translateY(-60%);
    position: absolute;
}
#tsp-documents .txt-border{
    border-left: 8px solid #fcd920;
    padding-left: 40px;
    color: #1d1d1b;
}
#tsp-documents .txt-border li {
    font-size: 18px;
    font-weight: bold;
    color: #1d1d1b;
}
#tsp-documents .txt-border li a{
    text-decoration: underline;
    border-bottom: 0;
    color: #1d1d1b;
}
#tsp-documents .subtitle{
    font-size: 28px;
    color: #FFF;
    text-align: center;
    line-height: 1.2;
}
#tsp-documents .img{
    position: relative;
}
#tsp-documents .img:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width:220px;
    height: 4px;
    background-color: #fcd920;
}
#tsp-documents .txt{
    color: #FFF;
    text-align: center;
}
#tsp-documents .txt ol{list-style-position: inside;
}
/*Tutoriels*/
#tsp-tuto .title h2{
    line-height: 1.25;
    position: relative;
    font-size: 34px;
    color: #1d1d1b;
    margin-bottom: 40px;
    max-width: 420px;
    padding-left: 15px;
}
#tsp-tuto .title::before{    
    content: "";
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    width: 35px;
    height: 150px;
    top: -15px;
    left: 0;
    display: block;
    position: absolute;
}
#tsp-tuto .tuto-cont{
    background-color:#2B2A2B;
    min-height: 320px;
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
}
#tsp-tuto .tuto-cont:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.2), rgba(252, 217, 32, 0.2) 5px, rgba(252, 217, 32, 0.6) 5px, rgba(252, 217, 32, 0.6) 10px );
    opacity: 0;
    transition: opacity 200ms ease-in-out;
}
#tsp-tuto .tuto-cont:hover:before{
    opacity: 1;
    transition: opacity 200ms ease-in-out;
}
#tsp-tuto .tuto-cont .subtitle{
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
}
#tsp-tuto .text-circle{
    position: relative;
    padding-left: 20px;
    color:#1d1d1b;
}
#tsp-tuto .text-circle:before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #fcd920;
    border-radius: 50%;
}
/*On prend la main*/
#tsp-takeover > .vce-row{
    padding: 30px 0 0;    
    background-color:#2B2A2B;
}
#tsp-takeover .txt{
    color: #FFF;
}
#tsp-takeover .title h2{
    line-height: 1.25;
    position: relative;
    font-size: 34px;
    color: #1d1d1b;
    margin-bottom: 40px;
    padding-left: 15px;
}
#tsp-takeover .title::before{    
    content: "";
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    width: 35px;
    height: 90px;
    top: -15px;
    left: 0;
    display: block;
    position: absolute;
}
#tsp-takeover .grid{
    padding: 30px;    
    background-color:#fff;
    margin-bottom: 30px;
}
#tsp-takeover .grid.last{    
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    margin-bottom: 0;
}
/*Questionnaire*/
#tsp-questionnaire .txt{
    color:#fff;
    text-align: center;
}
/*Contact*/
#tsp-contact{
    position: relative;
    padding: 30px 0 0; 
}
#tsp-contact:before{
    content: "";
    position: absolute;
    background-color:#2B2A2B;
    width: calc(50% + 30px);
    height: calc(100% - 120px);
    left: -15px;
    top: 0;
}
#tsp-contact .title h2{
    line-height: 1.25;
    position: relative;
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
    padding-left: 15px;
}
#tsp-contact .title::before{    
    content: "";
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(45deg, rgba(252, 217, 32, 0.4), rgba(252, 217, 32, 0.4) 5px, rgba(252, 217, 32, 1) 5px, rgba(252, 217, 32, 1) 10px );
    width: 35px;
    height: 90px;
    top: -15px;
    left: 0;
    display: block;
    position: absolute;
}
#tsp-contact #contact-form-cont .subtitle{
    color:#3c3c3b;
    text-transform: uppercase;
}
#tsp-contact #contact-form-cont .subtitle span{
    font-size: 22px;
    display: block;
}
#tsp-contact #contact-form-cont{
    position: absolute;
    top: 0;
    width: 200px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.contact-form .cf-input{
    margin-bottom: 15px;
}
.contact-form .cf-input input,.contact-form .cf-input textarea{
    width: 100%;
    border: 1px solid #898989;
    border-radius: 25px;
    background-color: transparent;
    padding: 5px 10px;
    color: #000;
}
.contact-form .cf-input input::placeholder,.contact-form .cf-input textarea::placeholder{
    color: #000;
}
.contact-form .cf-btn{
    text-align: center;
}
.contact-form .cf-btn .wpcf7-submit{
    margin: auto;
    display: block;
    background-color: transparent;
    border: 1px solid #fcd920;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 200ms ease-in-out;
}
.contact-form.popup .cf-btn .wpcf7-submit{
    margin: auto;
    display: block;
    background-color: transparent;
    border: 1px solid #fcd920;
    color: #fcd920;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 200ms ease-in-out;
}
.contact-form .cf-btn .wpcf7-submit:hover{
    background-color: #fcd920;
    transition: background-color 200ms ease-in-out;
}
.contact-form.popup .cf-btn .wpcf7-submit:hover{
    background-color: #fcd920;
    transition: background-color 200ms ease-in-out;
    color: #FFF;
}
#tsp-menu .vce-sandwich-menu-open-button:hover,#tsp-menu .vce-sandwich-menu-close-button:hover{
    background-color: transparent;
}
#tsp-menu .vce-sandwich-menu-close-button svg{
    fill: #fcd920
}
#tsp-contact .txt{
    color: #000;
}
#tsp-contact .txt a{
    border: 0;
    color: #000;
    text-decoration: underline;
}
/*Responsive*/
@media (max-width: 1199.98px) {
    
    #tsp-intro #txt-cont .title h1{
        font-size: 38px;
    }
    #tsp-solutions .title h2,#tsp-expertises .txt h2,#tsp-expertises-grid .title h2,#tsp-documents .title h2{
        font-size: 34px;
    }
    #tsp-documents .subtitle{
        font-size: 24px;
    }
}
@media (max-width: 991.98px) {
    #tsp-solutions,
    #tsp-expertises #txt-cont,
    #tsp-expertises-grid{
        padding: 60px 40px;
    }
    #tsp-documents .title::before{
        top: -15px;
        height: 80px;
        transform: translateY(0);
    }
    #tsp-intro #txt-cont .title h1{
        font-size: 42px;
    }
    #tsp-solutions .title h2,
    #tsp-expertises .txt h2,
    #tsp-expertises-grid .title h2,
    #tsp-documents .title h2,
    #tsp-tuto .title h2,
    #tsp-takeover .title h2,
    #tsp-contact .title h2
    {
        font-size: 34px;
    }
    #tsp-documents .subtitle{
        font-size: 22px;
    }
    #tsp-contact:before{
        top: 100px;
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 767.98px) {
    #tsp-intro #txt-cont .title:before{
        width: 100%;
    }
    #tsp-solutions,
    #tsp-expertises #txt-cont,
    #tsp-expertises-grid{
        padding: 60px 30px;
    }
    #tsp-solutions .title h2,
    #tsp-expertises .txt h2,
    #tsp-expertises-grid .title h2,
    #tsp-documents .title h2,
    #tsp-tuto .title h2,
    #tsp-takeover .title h2,
    #tsp-contact .title h2
    {
        font-size: 28px;
    }
    #tsp-takeover .grid.last{
        margin-top: 30px;
    }
    #tsp-contact:before{
        width: calc(100% + 30px);
    }
    #tsp-expertises #icon-txt-cont::before{
        width: 60px;
    }
    #tsp-documents .subtitle{
        font-size: 20px;
    }
    
    #tsp-contact .img{
        text-align: center;
    }
    #tsp-contact #contact-form-cont{
        width: 220px;
    }
    #tsp-contact .img .vce-single-image-inner{
        padding-bottom:0!important;
    }
    #tsp-contact .img .vce-single-image{
        width: auto;
        margin: auto;
        object-fit:cover;
        position: relative;
        height: 550px;
        margin: auto;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    #tsp-tuto .tuto-cont{
        min-height: 160px;
    }
}
@media (max-width: 575.98px) {
    #tsp-contact:before{
        top: 0;
    }
    #tsp-solutions,
    #tsp-expertises #txt-cont,
    #tsp-expertises-grid{
        padding: 60px 15px;
    }
    #tsp-solutions .title h2,
    #tsp-expertises .txt h2,
    #tsp-expertises-grid .title h2,
    #tsp-documents .title h2,
    #tsp-tuto .title h2,
    #tsp-takeover .title h2,
    #tsp-contact .title h2
    {
        font-size: 24px;
    }
    
    #tsp-documents .subtitle{
        font-size: 18px;
    }
}