body p{
    font-size: 15px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*********************************** FONTS *********************************/

@font-face {
    font-family: 'dincond-boldbold';
    src: url('../fonts/dincondb-webfont.eot');
    src: url('../fonts/dincondb-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dincondb-webfont.woff') format('woff'),
        url('../fonts/dincondb-webfont.ttf') format('truetype'),
        url('../fonts/dincondb-webfont.svg#dincond-boldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'dincond-lightlight';
    src: url('../fonts/dincondl-webfont.eot');
    src: url('../fonts/dincondl-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dincondl-webfont.woff') format('woff'),
        url('../fonts/dincondl-webfont.ttf') format('truetype'),
        url('../fonts/dincondl-webfont.svg#dincond-lightlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'dincond-blackblack';
    src: url('../fonts/dincondbb-webfont.eot');
    src: url('../fonts/dincondbb-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dincondbb-webfont.woff') format('woff'),
        url('../fonts/dincondbb-webfont.ttf') format('truetype'),
        url('../fonts/dincondbb-webfont.svg#dincond-blackblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dincond-mediummedium';
    src: url('../fonts/dincondm-webfont.eot');
    src: url('../fonts/dincondm-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dincondm-webfont.woff') format('woff'),
        url('../fonts/dincondm-webfont.ttf') format('truetype'),
        url('../fonts/dincondm-webfont.svg#dincond-mediummedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Regular';
    src: url('../fonts/DIN-Regular.eot');
    src: url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Regular.woff') format('woff'),
        url('../fonts/DIN-Regular.ttf') format('truetype'),
        url('../fonts/DIN-Regular.svg#whitney_htfmedium_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Medium';
    src: url('../fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Medium.otf')  format('opentype'),
        url('../fonts/DIN-Medium.woff') format('woff'),
        url('../fonts/DIN-Medium.ttf')  format('truetype'),
        url('../fonts/DIN-Medium.svg#DIN-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'DIN-Bold';
    src: url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Bold.otf')  format('opentype'),
        url('../fonts/DIN-Bold.woff') format('woff'),
        url('../fonts/DIN-Bold.ttf')  format('truetype'),
        url('../fonts/DIN-Bold.svg#DIN-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'AmasisMT-Bold';
    src: url('../fonts/amasismt-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/amasismt-bold-webfont.woff') format('woff'),
        url('../fonts/amasismt-bold-webfont.ttf')  format('truetype'),
        url('../fonts/amasismt-bold-webfont.svg#DIN-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Light';
    src: url('../fonts/DIN-Light.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/DIN-Light.woff') format('woff'),
        url('../fonts/DIN-Light.ttf')  format('truetype'), 
        url('../fonts/DIN-Light.svg#DIN-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********************************** FONTS *********************************/
#desktopVersion{
    display: block;
}

#mobileVersion{
    display: none;
}

body{
    color: white;
    font-family: 'DIN-Light';
    overflow-x:hidden !important;
}

h2{
    font-family: 'AmasisMT-Bold';
    text-transform: uppercase;
    color: #00ffed;
    line-height: 1;
}

.numevo-bold{
    color:white;
    font-weight: bold;
}

.clear{
    clear: both;
}

.center{ 
    margin: 0 auto ; 
    text-align: center; 
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

#slide-140-layer-3 video{
    /*height: 133% !important;*/
}


/*********************************** Navigation *********************************/

.navbar{
    /*    background: transparent;
        height: auto;*/
    background: #252525;
    opacity: 0.9;
}

#navbar{
    overflow: hidden;
}

.navbar-inverse{
    border-color: rgba(255,255,255,0.2);
    padding: 0 25px;
    height: auto;
}




a.menu-item{
    float: left;
    padding: 15px 15px;
    position: relative;
    color: white;
    text-decoration: none;
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
}

.menu-item:hover{
    color: #00ffed;
}
.menu-item:after{
    content:"";
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
}
.menu-item:hover:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00ffed;
}

.langSelector{
    margin-left: 30px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.langSelector:hover:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: transparent;
}

#socials{
    float: left;
    margin-left: 20px;
    padding: 15px 15px;
}

/*********************************** Footer *********************************/
#footer{
    height: auto;
    background-color: black;
    width: 100%;
}

#footer-left{
    padding-top: 5px;
}

#footer-right{
    float: right;
    padding-top: 5px;
}

.transparent-btn{
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
}
.transparent-btn, .transparent-btn:link, .transparent-btn:visited {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 2px;
}

.transparent-btn:active, .transparent-btn:hover{
    border-color: #00ffed;
    color: #00ffed;
}
.transparent-btn:focus{
    color: white;
    outline: 0;
}

.plain-btn, .plain-btn:link, .plain-btn:visited {
    float: left;
    background-color: #00ffed;
    color: black !important;
    border: 1px solid #00ffed;
    border-radius: 2px;
}

.plain-btn:active, .plain-btn:hover {
    background-color: transparent;
    color: #00ffed !important;
    border: 1px solid #00ffed;
}

.plainWhiteTxt-btn, .plainWhiteTxt-btn:link, .plainWhiteTxt-btn:visited {
    background-color: transparent;
    color: white;
    border: 1px solid #00ffed;
}

.plainWhiteTxt-btn:active, .plainWhiteTxt-btn:hover {
    float: left;
    background-color: #00ffed;
    color: black;
    border: 1px solid #00ffed;
    border-radius: 2px;  
}

.plain-btn:focus{
    outline: 0;
}

/*========================================================================*/
/*--                            PAGES 					--*/
/*========================================================================*/


/**************************************************************************/
/*********************************** Main *********************************/
/**************************************************************************/

.centering-parent {
    text-align: center;
    width: 100%;
    height: 100%;
}

.centering-parent:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.5em;
}

.centered-child {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

#main-container{
    background: url("../img/main-bg.jpg") center center;
    height: 100vh;
    background-size: cover;
    margin-top: -50px;
}

.tp-banner{
    height: calc(100% + 50px) !important;
}

.title-slider{
    position: absolute;
    top: calc(50% - 90px);
    width: 100%;
}

.title-slider img{
    margin: 0 auto;
    max-width: 80% !important;
    height: auto;
    display:block;
}

.title-slider-text{
    padding-top: 20px;
    font-family: 'DIN-Light';
    font-size: 25px;
    letter-spacing: 0.3em;  
}

.sliderPlayBtn{
    position: absolute;
    padding-top: 30px;
    left: calc(50% - 30px);
    cursor: pointer;
}

.rev_slider_wrapper,
.rev_slider#slider1 {
    min-height: 100vh;
}


/****************************************************************************/
/*********************************** PAGE 2 *********************************/
/****************************************************************************/

.numevo-right{
    text-align: right;
    margin-bottom: 150px;
}

.numevo-left{
    margin-bottom: 10px;
    float: right;
}

.numevo-left a{
    margin-top: 20px;
}

#numevoPubTxt a{
    margin-top: 20px;
}

#numevoPublication{
    display: none;
    min-height: 360px;
}

#numevoPublication .col-md-6{
    padding-left: 0px;
    padding-right: 0px;
}

#numevoPubTxt div{
    margin-top: 5px;
    margin-bottom: 10px;
}

#imgPub{
    margin-top: 30px;
}

#intro{
    padding: 55px 0px;
    background: url("../img/intro-img.jpg") no-repeat center center;
    background-size: cover;
}

#intro p{
    margin-top: 30px;
}

.row-spacing{
    margin-bottom: 100px;
}

#numevoPublication .col-xs-6{
    padding-left: 0px;
    padding-right: 0px;
}


/****************************************************************************/
/*********************************** PAGE 3 *********************************/
/****************************************************************************/

.pourquoi-container{
    min-height: 385px;
    background: url("../img/pourquoi-bg.jpg") no-repeat center center;
    background-size: cover;
}

#pourquoi{
    height: 100%;
    color: black;
}

#pourquoi img{
    cursor: pointer;
}

#pourquoi h2{
    font-family: 'AmasisMT-Bold';
    line-height: 30px;
    color: black;
}

.block-side-align-right-container{
    text-align: right;
}

.block-side-align-right{
    display: inline-block;
    vertical-align: top;
}

#pourquoiHidden{
    padding-top: 60px;
    padding-left: 35px;
    /*float: right;*/
    display: none;
    text-align: left;
    box-sizing: initial;
}

#pourquoiHidden-Title{
    /*float:right;*/
    display: none;
}

#pourquoi h2{
    padding-top: 50% !important;
    margin-bottom: 20px !important;
}

#pourquoiShow{
    /*float:right;*/
    text-align: right;
}

#pourquoiShow div{
    padding-top: 50%;
    font-size: 30px;
    color: black;
    margin-bottom: 20px;
}


#pourquoiShow img{
    float: right;
}


#fonctionnalites{
    padding: 55px 0px;
    background: url("../img/fnct-bg.jpg");
    background-size: cover;
}

.fct-mainTitle{
    text-align: center;
    margin-bottom: 40px;
}

.blue-strip{
    width: 100%;
    height: 7px;
    background: #00ffed;
}

.fct-Titles{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

#fct-container{
}

#fct-container .row{
    margin-bottom: 40px;
}


/*********************************** Modal *********************************/

#fctModal .modal-content{
    background:black;
    text-align: center;
}

#fctModal a{
    margin-top: 20px;
}

#fctModal .modal-backdrop.in{
    opacity: 1;
}

.fctTab-btn, .fctTab-btn:link, .fctTab-btn:visited {
    margin-top: 20px;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 2px;
}

.fctTab-btn:active, .fctTab-btn:hover {
    background: white;
    color: black;
}

.img-fct{
    width: 100%;
}

/****************************************************************************/
/*********************************** PAGE 4 *********************************/
/****************************************************************************/

.avantages-content-left{
    width: 570px;
    float: right;
    padding: 15px 20px;
}

.avantages-content-right{
    padding: 15px 20px;
    width:570px;
}

#tangible-left{
    background-image: url("../img/resultat-left.jpg");
    background-size: cover;
}

#tangible-right{
    background-image: url("../img/resultat-right.jpg");
    background-size: cover;
}

#pratique-left{
    background-image: url("../img/pratique-left.jpg");
    background-size: cover;
}

#pratique-right{
    background-image: url("../img/pratique-right.jpg");
    background-size: cover;
}

#economiser-left{
    background-image: url("../img/economiser-left.jpg");
    background-size: cover;
}

#economiser-right{
    background-image: url("../img/economiser-right.jpg");
    background-size: cover;
}

#simple-left{
    background-image: url("../img/simple-left.jpg");
    background-size: cover;
}

#simple-right{
    background-image: url("../img/simple-right.jpg");
    background-size: cover;
}

#portefeuille-left{
    background-image: url("../img/portefeuille-left.jpg");
    background-size: cover;
}

#portefeuille-right{
    background-image: url("../img/portefeuille-right.jpg");
    background-size: cover;
}


.spacer-image{
    width: 100%;
    height:0;
    padding-bottom: 60%;
}
/*********************************** Modal *********************************/
#publicationsVideo .modal-content{
    text-align: center;
    border-radius: 0px;
    height: 100%;
    border: none;
    color: black; 
    background: rgb(0, 255, 237);
    box-shadow: none;
}

#publicationsVideo .modal-dialog{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
}

#publicationsVideoContainer{
    padding-top: 130px;
}


/*********************************** Modal *********************************/

#calculator{
    font-family: 'dincond-mediummedium';
}

#faites-le-calcul .modal-content{
    text-align: center;
    border-radius: 0px;
    background: rgb(0, 255, 237);
    box-shadow: none;
    border: none;
    color: black;
}

#calculator p{
    font-size: 18px;
}

#clacContact{
    padding-bottom: 35px;
}

.errorCalcField{
    float: left;
    color: red;
    font-size: 15px !important;
}

#errorNbParution{
    display: none;
}

#errorNbPages{
    display: none;
}

#errorNbPublication{
    display: none;
}

#faites-le-calcul a{
    margin-top: 20px;
}

#faites-le-calcul .modal-backdrop{
    background: rgb(0, 255, 237); 
}

#faites-le-calcul .modal-backdrop.in{
    opacity: 1;
}

#faites-le-calcul .modal-dialog{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
}

#calcModalBtn{
    margin-top: 20px;
}

.calc-btn, .calc-btn:link, .calc-btn:visited{ 
    border-color: #002f2b;
    color: #002f2b;
    background: transparent;
    border-radius: 5px;
    font-size: 17px;
}

.calc-btn:active, .calc-btn:hover {
    border-color: #00ffed;
    color: #00ffed;
    background: #002f2b;
    border-radius: 5px;
}

#title-calc{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
    font-family: 'AmasisMT-Bold';
}

#subTitle-calc{
    font-size: 19px;
}

#close-calc{
    position: absolute;
    font-size: 30px;
    right: 50px;
    top: 20px;
    cursor: pointer;
}

.fieldDesc{
    float: left;
    text-align: left;
    font-size: 16px;
    padding-right: 20px;
    width: 85%;
    text-transform: uppercase;
    font-family: 'DIN-Regular';
}

.calc-field{
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid black;
    overflow: auto;
    padding-bottom: 10px;
}

.calcTotYear{
    float:right;
    width: 15%;
    margin-bottom: 10px;
}

.calcInpuContainer{
    width: 15%;
    float:right;
    position: relative;
}

.calcCopie-input{
    float:right;
    border-radius: 5px;
    height: 35px;
    width: 15%;
    border: 0px;
    color: black;
    text-align: right;
    padding-right: 5px;
}

.calcCopie-input:focus{
    outline: 0;
}

.calcCurrencyEn{
    background: white;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 8px;
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    left:0;
}

.calcCurrencyFr{
    width: 20%;
    background: white;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 7px;
    padding-right: 8px;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    right:0;
}
.calc-input{
    padding: 5px 0 5px 5px;
    float: left;
}

.calc-input:focus{
    outline:0;
}

.calcInputEn{
    float:right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 35px;
    width: 75%;
    border: 0px;
    color: black;
    text-align: right;    
}

.calcInputFr{
    float:left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 35px;
    width: 80%;
    border: 0px;
    color: black;
    text-align: right;    
}

.modal-calc input ::-webkit-input-placeholder {
    color: black;
    float: right;
    opacity: 0;
}

.modal-calc input:-moz-placeholder { /* Firefox 18- */
    color: black;
    opacity: 1;
    float: right;  
}

.modal-calc input::-moz-placeholder {  /* Firefox 19+ */
    color: black;
    float: right;  
}

.modal-calc input:-ms-input-placeholder {  
    color: black;
    float: right;  
}

#modalCalc-btn{
    margin-top: 30px;
}

.resLeft{
    margin-top: 50px;
    text-align: center;
}

.resLeft-content div{
    text-align: center;
    float: right;
}

.resLeft p{
    margin-top: 40px;
    color: white;
    font-weight: 900;
    font-size: 20px;	
}

.resLeft-circle{
    margin-top: 40px;
    border: 3px solid white;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    text-align: center;
    font-family: 'DIN-Regular';
    font-size: 25px;

}

.resLeft-circle{
    padding-top: 100px;
}

.resLeftText{
    font-family: 'AmasisMT-Bold';
    font-size: 19px;
}

.resRight{
    margin-top: 50px;
    margin-bottom: 20px;
}

.resRight-circle{
    padding-top: 140px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.8);
    width: 320px;
    height: 320px;
    color: white;
}

.resRight-circle span{
    display: none;
    font-size: 12px;
}

.resRight-circle div{
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}


.resForfait{
    width: 100%;
    padding-bottom: 115px;
}

.resForfait div{
    float: left;
    width: 49%;
    padding-right: 10px; 
}
.resForfLeft{
    font-family: 'AmasisMT-Bold';
    text-align: right;
    font-size: 15px;
}

#calcInfos{
    margin-top: 20px;
}

#calc-coords{
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 15px;
}

#calc-coords a{
    color: black;
}

.calcInfosGuide{
    font-size: 20px;
}


/****************************************************************************/
/*********************************** PAGE 5 *********************************/
/****************************************************************************/

.forfaits{
    background: url("../img/fnct-bg.jpg");
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

#title-forfait h2{
    text-align: center;
}

#title-forfait p{
    padding-top: 20px;
}

#boxes-container{
    margin-top: 70px;    
}

.col-forfait {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.forfait-box{
    width: 250px;
    height: 300px;
    background: rgb(0,255,237);
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-family: 'DIN-Bold';
    position: relative;
}

.forfait-rollover-general{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.forfait-rollover{
    padding-top: 35px;
    border-radius: 4px;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

.forfait-box:hover .forfait-rollover-general{
    display: block;
    opacity: 1;
}

.forfait-rollover div{
    padding-top: 13px;
    font-family: 'DIN-Bold';
    font-size: 17px;
}

.forfait-rollover span{
    font-family: 'DIN-Regular';
}

.forfait-packagesTitle{
    font-size: 45px;
    padding-top: 110px;
    text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
}

.forfait-packagesMesure{
    font-size: 45px;
    padding-top: 70px;
    text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
}

.forfait-packagesMesure:first-child{
    line-height: 50px;
}


.forfait-packagesMesureEn{
    font-size: 37px;
    padding-top: 117px;
    text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
}
.forfait-savoir{
    font-size: 20px;
    color: black;
    padding-left: 10px;
}

.forfait-rolloverMesure{
    font-family: 'DIN-Bold';
    font-size: 20px;
    padding-top: 120px;
    border-radius: 4px;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}

/****************************************************************************/
/*********************************** PAGE 6 *********************************/
/****************************************************************************/

.contact{
    background: url("../img/contact-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 30px;
}


/****** Contact - Left ********/

#contact-left{
    margin-top: 30px;
    padding-right: 130px;
    margin-top:20px;
}

#contact-left p{
    padding-top: 15px;
    padding-bottom: 5px;
    /*padding-bottom: 30px;*/
}

#contact-left h2{
    margin-top: 50px;
}

#contact-formContainer{
    float: right;
    width: 200px;
}

#contactForm-fields input{
    display: inline-block;
    width: 100%;
    height: 45px;	
    padding-left: 7px;
    margin-bottom: 20px;
    display: inline-block;
    background: transparent;
    border: 1px solid #00ffed;
    border-radius: 5px;
    color: white;
}

#contactForm-fields input:focus{
    outline: #00ffed;
    border: 2px solid #00ffed;
}


#contactForm-fields input::-webkit-input-placeholder {
    color: white;
}

#contactForm-fields input:-moz-placeholder { /* Firefox 18- */
    color: white;  
}

#contactForm-fields input::-moz-placeholder {  /* Firefox 19+ */
    color: white;  
}

#contactForm-fields input:-ms-input-placeholder {  
    color: white;  
}

#contactForm-fields textarea{
    width: 100%;
    height: 135px;	
    padding-left: 7px;
    margin-bottom: 30px;
    display: inline-block;
    background: transparent;
    border: 1px solid #00ffed;
    border-radius: 5px;
    color: white;
    padding-top: 10px;
}

#contactForm-fields textarea:focus{
    outline: #00ffed;
    border: 2px solid #00ffed;
    color: white;
}

/****** Contact - Right ********/

#contact-right{
    margin-top: 100px;
}

.wrapper.notfound {
    position: absolute;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background: white;
    color: black;
}

.notfoundpanel {
    width: 950px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* FOOTER */

#footer-left.penega {
    position: relative;
    top: -10px;
    margin-bottom: -10px;
    float: left;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px;
    font-size: 13px;
    padding-bottom: 8px;
    background: #00ffed;
    border-radius: 5px 5px 0 0;
}

#footer-left.penega span {
    font-size: 23px;
    line-height: 0;
    margin-left: 6px;
}

/********* LOGO *********/
.numevo-logo {
    max-height: 100%;
}
.tp-video-play-button {
    display: none !important;
}
body {
    background-color:black;
}
nav .navbar{
    position: fixed;
    background-color: black;
    opacity: 0.8;
}
.formErrorMessage{
    color: red;
    font-weight: bold;
}
.formError{
    border: 1px solid red !important;
}

@media (max-width: 1500px){
    .resultat-blocks{
        padding-bottom: 45%;
    }
}

@media (max-width: 1199px){
    .avantages-content-left{
        width: 470px;
    }

    .avantages-content-right{
        width:470px;
    }
}

@media (max-width: 992px){

    #footer-left.penega {
        float: right;
        margin-top: -25px;
    }
    
    #pourquoiHidden{
        padding-left: 0;
        padding-bottom: 20px;
    }

    .resRight-circle{
        width: 240px;
        height: 240px;
        padding-top: 100px;
    }

    .avantages-content-left{
        width: 100%;
    }

    .avantages-content-right{
        width: 100%;
    }

    #contact-left{
        padding-right: 15px;
    }

    .row-sm-height{
        display: table;
        width: 100%;
    }

    #tangible-left{
        display: table-header-group;
    }

    #tangible-right{
        display: table-footer-group;
    }

    #pratique-left{
        display: table-footer-group;
    }

    #pratique-right{
        display: table-header-group;
    }

    #economiser-left{
        display: table-header-group;
    }

    #economiser-right{
        display: table-footer-group;
    }

    #simple-left{
        display: table-footer-group;
    }

    #simple-right{
        display: table-header-group;
    }

    #portefeuille-left{
        display: table-header-group;
    }

    #portefeuille-right{
        display: table-footer-group;
    }

}

@media (max-width: 768px){
    .title-slider img{
        max-width: 40% !important;
    }
    .title-slider{
        top: calc(50% - 20px);
    }
    .title-slider-text{
        font-size: 15px;
    }

    .sliderPlayBtn{
        padding-top: 10px;
        left: calc(50% - 25px);
    }

    .sliderPlayBtn img{
        width: 60px;
    }

    #desktopVersion{
        display: none;
    }

    #mobileVersion{
        display: block;
    }

    #calcModalBtn{
        text-align: center;
        font-size: 13px;
        padding: 8px 6px;
        margin-bottom: 15px;
        float: none;
    }

    .menu-item {
        float: none;
        width: 100%;
        text-align: left;
    }

    #contact-left{
        padding-right: 15px;
    }

    .forfaits-container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .calcCopie-input{
        width: 20%;        
    }

    .calcTotYear, .calcInpuContainer{
        width: 20%;
    }

    .calcTotYear, .calc-input{
        font-size: 16px;
    }

    .fieldDesc{
        width: 80%;
    }

    .langSelector{
        margin-left: 0px;
        border-left: 0px;
    }
}

@media (max-width: 500px){
    #title-calc{
        margin-top: 80px;
    }
}

@media (max-width: 480px) {
    #footer-left.penega {
        margin-top: 20px;
        float: left;
    }
}

@media (max-device-width: 480px) and (orientation: landscape){
    a.menu-item {
        float: left;
        padding: 5px 15px;
    }

    #navbar {
        padding-top: 10px;
    }
}

@media (max-width: 400px){
    .title-slider-text {
        letter-spacing: 0.2em;
    }
}

@media (max-width: 350px){
    .title-slider-text {
        letter-spacing: 0.1em;
    }
}