/* ---- KOALABOOX 2.0 ---- */

/* GLOBAL */

html{
width:100%;
height:100%;
font-family:'dosisregular',arial,helvetica;
}

body{
width:100%;
height:100%;
position:relative;
overflow-x: hidden;
}

div#main{
width:100%;
height:100%;
position:relative;
}

#fullscreen_movie {
    display:none;
}

button{
    border:0;
    margin:40px 0;
    padding:10px 55px;
    color:#fff;
    font-family:'dosissemibold';
    font-size:17px;
}

#webcontent, div#index, div#accountant, div#funding, div#slider, div#cookieindex{
    width:100%;
    height:100%;
    position: relative;
}

section#welcome, section#options, section#rates, section#challenge, section#press,
section#gotosuccess, section#inoneclick, section#winwin,
section#commitment, section#yourreserve, section#cookiepolicy{
    width:100%;
    min-height:100%;
    overflow:hidden;
    position:relative;
}

section#options, section#rates, section#movies, section#useinone,
section#yourreserve, section#winwin, section#howto, section#whatis,
section#advantages {
    min-height:72%;
    overflow:hidden;
}

section#commitment, section#yourreserve, section#testimony, section#faq,
section#solutions, section#whywedoit, section#team, section#presscontact,
section#partners, section#resources, section#inmedias, section#pressrelease,
section#provideinvoices, section#mobileapp{
    min-height:50%;
    overflow:hidden;
}

h1{
    color:#0046fe;
    font-family: "dosissemibold";
    text-align:center;
    font-size:16px;
    /*margin:50px 0 5px 0;*/
}

h2{
    color:#38454e;
    text-align:center;
    font-size:40px;
}

/* HEADER */

header {
    position:fixed;
    height:50px;
    z-index:500;
    top:0;
    left:0;
    width:100%;
    padding:8px 60px;
    transition:background-color 1s;
}

header button {
    border: 0 none;
    color: #fff;
    font-family: "dosissemibold";
    font-size: 17px;
    padding: 0;
    width:50px;
    height:34px;
    margin:0;
    background-image:url(/img/content/menu_white.png);
    background-color:transparent;
    display:block;
    float:left;
    transition:background-image 1s;
    cursor:pointer;
}

header #mn_suffix{
    cursor:pointer;
    border-right:1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-family: "proxima_nova_rgregular";
    font-size: 29px;
    height: 34px;
    margin: 0 0 0 15px;
    overflow: hidden;
    padding: 0;
    width: 100px;
}

header #mn_suffix p{
    margin:4px 0 0 0;
}

header div + div{
    border: 0 none;
    padding: 0;
    width: 188px;
    height:34px;
    margin: 0 0 0 15px ;
    overflow:hidden;
    display:inline-block;
}

header div img {
    border: 0 none;
    width: 188px;
    height:34px;
    cursor:pointer;
}

header > a {
    float:right;
    display:block;
    color:#fff;
    text-align:center;
    width:160px;
    height:25px;
    padding:5px 0 0 0;
    margin:4px 10px;
    font-family: "dosissemibold";
    font-size:15px;
    text-decoration:none;
}

header #signin
{
    width: 172px;
}

#ieLessThanNineDeprecated {
    font-family: "proxima_nova_rgregular";
    font-size: 17px;
    color: #4F5C67;
    line-height: 120%;
    width: 55%;
    height: auto;
    position: absolute;
    top: 60px;
    left: 22%;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border:none;
    overflow: hidden;
}

#ieLessThanNineDeprecated h1{
    background-color: #3b454d;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    margin: 0;
    font-family: 'dosissemibold';
    font-size: 27px;
}

#ieLessThanNineDeprecated hr{
   width: 60%;
   margin: 30px auto;
}

#ieLessThanNineDeprecated span{
   font-family: 'proxima_nova_semibold';
}

#ieLessThanNineDeprecated section{
    padding: 50px 100px 50px 100px;
    overflow:hidden;
}

#ieLessThanNineDeprecated ul li{
    padding-left: 20px;
    margin-left: 20px;
    list-style-type: square;
}

#ieLessThanNineDeprecated ul li a{
    text-decoration: none;
}

#ieLessThanNineDeprecated ul li a:hover{
    text-decoration: underline;
}

#orie{
    margin-left: 40px;
}

#backiepopup{
    position:absolute;
    top:0px;
    left:0px;
    width:10000px;
    height:10000px;
    background-color: #444444;
    z-index: 999;
    margin:0;
    padding:0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#closeiewarnpopup{
    float:right;
    position: relative;
    bottom: 19px;
    right: 34px;
    cursor: pointer;
    font-size: 19px;
}

#closeiewarnpopup:hover{
    color: #999999;
}

#cookiepolicy{
    background-color: #ebf1f5;
}

#cookiecontent{
    width: 900px;
    margin: 70px auto 100px auto;
    background-color: #ffffff;
    padding: 30px 50px;
    color: #38454E;
    font-size: 15px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#cookiecontent h2{
    text-align:left;
}

h2#maincookietitle{
    text-align: center;
    font-size: 40px;
    padding: 20px 10px;
    margin:0;
}

#cookiepolicy #cookiecontent #cookieintro{
    padding:5px 15px;
    color:#000000;
}

#cookiepolicy #cookiecontent p{
    font-family: 'proxima_nova_rgregular';
    padding: 17px 60px;
    clear:both;
    line-height: 20px;
}

#cookiepolicy #cookiecontent ul{
    padding-left: 100px;
}

#cookiepolicy #cookiecontent hr{
    width: 60%;
    margin: 0 auto;
}

.cookiecontentblock{
    padding: 10px;
}

.cookiecontentblock ul{
    list-style-type:circle;
}

.cookiecontentblock ul li{
    padding: 5px 0;
    width: 93%;
    line-height: 20px;
}

h2.cookietitle{
    padding-left: 15px;
    font-size: 28px;
    color: #0046fe;
}

#cookiehead{
    height:50px;
    width:100%;
    background-color:#45525b;
}

@media screen and (max-width: 1200px){

    #ieLessThanNineDeprecated{
        width:80%;
        left:10%;
    }
}

@media screen and (max-width: 900px){

    header div {
        border: 0 none;
        padding: 0;
        width: 50px;
        height:26px;
        margin: 5px 0 0 15px ;
        overflow:hidden;
        display:inline-block;
    }

    header > a {
        display:none;
    }

    #closecookiewarning{
         margin: 0 0 0 15px ;
    }

    div#ieLessThanNineDeprecated{
        display:block;
    }

    #ieLessThanNineDeprecated section{
        padding: 50px;
    }

    #cookiecontent {
        width: 95% !important;
        margin: 0 auto !important;
        padding: 10px !important;

    }
    #cookiepolicy #cookiecontent p{
        padding: 20px !important;
    }

    #cookiecontent ul{
        padding: 10px 10px 10px 20px !important;
    }
}

@media screen and (max-width: 700px){

    #ieLessThanNineDeprecated{
        width:90%;
        left:3%;
    }
}

@media screen and (max-width: 600px){

    header a {
        display:none;
    }

    header {
      padding: 8px 10px;
    }

    div#ieLessThanNineDeprecated{
        display: none;
    }

    #backiepopup{
        display: none;
    }

    #cookiecontent p, .cookiecontentblock ul li {
        font-size: 15px !important;
        word-wrap: break-word;
    }

    .cookiecontentblock{
        padding: 0 !important;
    }
}

/* MENU */

nav {
    height:100%;
    width:270px;
    left:-270px;
    background-color:#3b454d;
    position:fixed;
    z-index:500;
}

nav button {
    cursor:pointer;
}

nav button#closemenu {
    float:left;
    width:42px;
    height:34px;
    padding:0;
    margin:30px 10px 10px 30px;
    background-color:#313a41;
    background-image:url("/img/content/closemenu.png");
    background-repeat:no-repeat;
    background-position:14px 11px;
}

nav button#connectmenu {
    font-family: "dosissemibold";
    font-size:15px;
    float:left;
    margin:30px 0 10px 0;
    padding:7px 28px;
    color:#3b454d;
    width: 155px;
    background-color:#ffffff;
}

nav > a{
    text-decoration: none;
}

nav button#inscriptionmenu {
    clear:both;
    margin:0 0 30px 30px;
    color:#ffffff;
    width: 207px;
    font-size: 17px;
    padding: 7px;
}

nav #mnu_content{
    width:270px;
    /*height:420px;*/
    overflow-y:auto;
    right:-17px;
    margin:0 0 0 17px;
}

nav #mnu_content > ul {
padding: 0 0 0 13px;
}

nav #mnu_content > ul li {
    position:relative;
    height:41px;
    width:100%;
    padding:0;
    margin: 0;
    list-style-type: none;
}

nav #mnu_content > ul li .mnu-icon{
    height:41px;
    width:31px;
    background-image:url("/img/content/ico-activite-off.png");
    background-repeat:no-repeat;
    background-position:0 0;
    float:left;
    transition:background-image linear 0.4s ;
    -o-transition:background-image linear 0.4s;
    -moz-transition:background-image linear 0.4s;
    -webkit-transition:background-image linear 0.4s;
}


nav #mnu_content #mnu_area_menu li .mnu-icon {
    background-image: url("/img/ico-accueil.png");
    background-position: 0 0;
    height: 18px;
    margin: -3px 10px 0 0;
    width: 18px;
}
nav #mnu_content #mnu_area_menu li + li .mnu-icon { background-image: url("/img/ico-presse.png"); }
nav #mnu_content #mnu_area_menu li + li + li .mnu-icon { background-image: url("/img/ico-financement.png"); }
nav #mnu_content #mnu_area_menu li + li + li + li .mnu-icon { background-image: url("/img/ico-tarifs.png"); }
nav #mnu_content #mnu_area_menu li + li + li + li + li + li .mnu-icon { background-image: url("/img/ico-securite.png"); }
nav #mnu_content #mnu_area_menu li + li + li + li + li + li + li .mnu-icon { background-image: url("/img/ico-assistance.png"); }
nav #mnu_content #mnu_area_menu li + li + li + li + li + li + li + li .mnu-icon { background-image: url("/img/ico-comptables.png"); }
nav #mnu_content #mnu_area_menu li + li + li + li + li + li + li + li + li .mnu-icon { background-image: url("/img/ico-blog.png"); }
nav #mnu_content #mnu_area_menu li + li + li + li + li + li + li + li + li + li .mnu-icon { background-image: url("/img/ico-jobs.png"); }

nav #mnu_content > ul li .mnu-icon + div{
    float:left;
    border-bottom:2px solid #313a41;
    padding:0 0 8px 0;
    width: 208px;
    transition:border-bottom linear 0.4s;
    -o-transition:border-bottom linear 0.4s;
    -moz-transition:border-bottom linear 0.4s;
    -webkit-transition:border-bottom linear 0.4s;
}

nav #mnu_content > ul li a{
    position:absolute;
    top:5px;
    color:#9aa8b3;
    text-decoration:none;
    font-family: 'proxima_nova_semibold';
    font-size:14px;
    transition:color linear 0.4s;
    -o-transition:color linear 0.4s;
    -moz-transition:color linear 0.4s;
    -webkit-transition:color linear 0.4s;
}
nav #mnu_content > ul li:hover .mnu-icon + div {
    padding:0 0 8px 0;
    list-style-type: none;
    border-bottom:2px solid #0046fe;
    color:#ffffff;
}

nav #mnu_content #mnu_area_menu li:hover .mnu-icon {
    background-position: 0 -18px;
}

nav #mnu_content ul li a.active, nav #mnu_content ul li a:hover{
    color:#ffffff;
}

nav #checklang {
    cursor:pointer;
}

nav #checklang div {
    background-color: #313a41;
    color: #707c86;
    font-family: "dosissemibold";
    font-size: 15px;
    height: 34px;
    margin: 0 auto;
    width: 205px;
    padding: 10px 0 0 15px;
    position:relative;
}

nav #checklang div img,
nav #checklang ul li img {
    margin: 0 5px 0 0;
}
nav #checklang ul li a {
	text-decoration: none;
}

nav #checklang div img#arrowselect {
    position:absolute;
    top:0;
    right:0;
    margin:0;
}

nav #checklang ul {
    display:none;
}

a:visited, a:active{
   text-decoration: none;
}

nav #mnu_content #phonenumber{
    margin-top:50px;
}

nav #mnu_content #phonenumber span{
    font-family:'dosislight';
    color:#9aa8b3;
    margin-left:4px;
}

nav #mnu_content #phonenumber span .fa-phone{
    margin-right:10px;
}

/* FOOTER */

footer {
    position:relative;
    width:100%;
    height:60px;
    background-color:#282828;
    z-index:50;
    color:#ffffff;
    font-family: "dosissemibold";
    padding: 12px 60px 0 60px;
}

footer i{
    margin-right: 5px;
}

#gencond{
    text-decoration: none;
}

footer img {
    display:inline-block;
    float:left;
    margin: 0 8px 0 0;
}

footer span {
    display:inline-block;
    float:left;
    margin: 10px 15px 0 20px;
}

footer .social {
    float: left;
    margin: 0 20px 0 0;
}

footer .separator {
    border-right:1px solid #38454e;
    width:1px;
    height:14px;
}

footer span + span {
    margin: 10px 15px 0 0;
}

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

@media screen and (max-width: 1400px){
    footer {
        height:90px;
    }
}

@media screen and (max-width: 1030px){

    #styleAuthor{
        display:none;
    }

}

footer img + img + img + span + span + span + img{
    display:inline-block;
    float:right;
    margin:6px 0 0 0;
}


@media screen and (max-width: 890px){

    footer {
        padding: 12px 10px 0 10px;
    }

}

@media screen and (max-width: 720px){

    footer{
        height: 80px;
    }

    footer .separator {
       display: none;
    }

    footer span {
        display:none;

    }

    footer span + span {
        display:inline;
        margin-left: 0px !important;
    }

}

@media screen and (max-width: 590px){

    footer{
        padding-top: 0px;
        height: 70px;
    }

    footer img {
        display:none;
    }

    footer span{
        margin: 10px 10px 0px 0px !important;
    }
}

@media screen and (max-width: 492px){
     footer{
        height: 100px;
    }
}

@media screen and (max-width: 420px){
     footer{
        height: 125px;
    }
}

@media screen and (max-width: 250px){
     footer{
        height: 140px;
    }
}


/* FIRSTs PAGEs SECTIONs */

section#welcome, section#welcome div#slider,
section#inoneclick, section#inoneclick div#slider,
section#challenge, section#challenge div#slider,
section#gotosuccess, section#gotosuccess div#slider,
section#headpage_invoice, section#headpage_invoice div#slider {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
}

div#slider {
    overflow:hidden;
    position:relative;
    opacity:0;
}

#arrowscroll {
    position:absolute;
    bottom:3%;
    left:50%;
    z-index: 9;
    cursor:pointer;
}

.back,.next{
    cursor: pointer;
}

.back {
     position: absolute;
     background: url(/img/content/slider/back.png);
     width: 24px;
     height: 40px;
     top: 0px;
     left: 0px;
     z-index:500;
}

.next {
     position: absolute;
     background: url(/img/content/slider/next.png);
     width: 24px;
     height: 40px;
     top: 0px;
     right: 0px;
     z-index:500;
}

section#welcome div.bg {
    background:url(/img/CarWash.jpg) 65%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    position:absolute;
    float:left;
}

section#inoneclick div.bg {
    background:url(/img/financement.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    position:absolute;
    float:left;
}

section#challenge div.bg {
    background:url(/img/koalaa17-1.jpg) 30%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    position:absolute;
    float:left;
}

section#gotosuccess div.bg {
    background:url(/img/guidezvosclientsverslesucces.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    position:absolute;
    float:left;
}

section#headpage_invoice div.bg {
    background:url(/img/marche.jpg) 75%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    position:absolute;
    float:left;
}

section#welcome div.bg + div.bg{
    background:url(/img/Cavaliere-1.jpg) 80%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:5;
}

section#welcome div.bg + div.bg + div.bg{
    background:url(/img/Pharmacien.jpg) 60%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:4;
}

section#welcome div.bg + div.bg + div.bg + div.bg{
    background:url(/img/Chanteuse.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:3;
}

section#welcome div.bg + div.bg + div.bg + div.bg + div.bg{
    background:url(/img/Restaurateurs.jpg) 45%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:2;
}

section#welcome div.bg + div.bg + div.bg + div.bg + div.bg + div.bg{
    background:url(/img/creerunmondemeilleur.jpg) center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:1;
}


/*section#inoneclick div.content,
section#challenge div.content,
section#gotosuccess div.content {
    margin: -100px  0 0 -320px;
    width:auto;
    height:auto;
    text-align:center;
    color:#fff;
    position:absolute;
    top:50%;
    left:50%;
}     */

section#welcome div.content,
section#inoneclick div.content,
section#challenge div.content,
section#gotosuccess div.content,
section#headpage_invoice div.content{
    text-align:center;
    width:100%;
    height: auto;
    position: absolute;

}




section#welcome h1,
section#inoneclick h1,
section#challenge h1,
section#gotosuccess h1,
section#headpage_invoice h1 {
    font-family:'dosislight';
    font-size: 84px;
    margin:0 0 10px 0;
    color:#ffffff;

}

section#welcome h2,
section#inoneclick h2,
section#challenge h2,
section#gotosuccess h2,
section#headpage_invoice h2 {
    font-size: 20px;
    font-family:'dosissemibold';
    color:#ffffff;
}

@media screen and (max-width: 1050px){

    section#welcome h1,
    section#inoneclick h1,
    section#challenge h1,
    section#gotosuccess h1,
    section#headpage_invoice h1 {
        font-size: 48px;
    }

    section#welcome h2,
    section#inoneclick h2,
    section#challenge h2,
    section#gotosuccess h2,
    section#headpage_invoice h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 560px){

    section#welcome .content,
    section#inoneclick .content,
    section#challenge .content,
    section#gotosuccess .content,
    section#headpage_invoice .content {
        font-size: 12px;
        padding:0 50px;
    }

    section#inoneclick h1,
    section#challenge h1,
    section#gotosuccess h1,
    section#headpage_invoice h1 {
        font-size: 44px;

    }


    section#welcome h1{
        font-size: 36px;
    }

    section#inoneclick h2,
    section#challenge h2,
    section#gotosuccess h2,
    section#headpage_invoice h2 {
        font-size: 12px;
    }

    section#welcome h2{
        font-size: 14px;
        width: 240px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px){
    /*section#welcome div.bg {
        background:url(/img/CarWash.jpg) no-repeat 65% center fixed;
        background-size:cover;
    }

    section#welcome div.bg + div.bg{
        background:url(/img/Cavaliere-1.jpg) no-repeat 80% center fixed;
        background-size:cover;
        z-index:5;
    }

    section#welcome div.bg + div.bg + div.bg{
        background:url(/img/Pharmacien.jpg) no-repeat 65% center fixed;
        background-size:cover;
        z-index:4;
    }
                      */
    section#welcome h2{
        font-size: 14px;
        width: 200px;
        margin: 0 auto;
    }

    .bggreen {
        padding: 7px 40px;
    }
}


div.content button{
    margin: 20px 0;
    cursor: pointer;

}

/* OPTIONS SECTION */

section#options{
    background-color:#fff;
}

section#options h1 {
    margin:60px 0 10px 0;
}

section#options ul{
    color:#fff;
    width:1050px;
    margin: 10px auto 60px auto;
    text-align:center;
    font-size:20px;
    overflow:hidden;
    font-family:'dosissemibold';
}

@media screen and (max-width: 1050px){

    section#options ul{
    width:795px;
    }
}
@media screen and (max-width: 810px){

    section#options ul{
    width:540px;
    }
}

@media screen and (max-width: 560px){

    section#options ul{
    width:285px;
    }
}

section#options ul li{
    margin:30px 0 0 30px;
    /*padding:100px 40px;*/
    background-color:#38454e;
    background-image:none;
    width:225px;
    height:225px;
    float:left;
    position:relative;
    cursor:default;
    overflow:hidden;
    transition:background-color linear 0.2s, background-image linear 0.2s;
    -o-transition:background-color linear 0.2s, background-image linear 0.2s;
    -moz-transition:background-color linear 0.2s, background-image linear 0.2s;
    -webkit-transition:background-color linear 0.2s, background-image linear 0.2s;
}

section#options ul img{
    position:absolute;
    margin:-45px 0 0 -50px;
    transition: margin linear 0.1s;
    -o-transition: margin linear 0.1s;
    -moz-transition: margin linear 0.1s;
    -webkit-transition: margin linear 0.1s;
}



section#options ul li {
    cursor:pointer;
}

section#options ul li:hover{
    background-color:#0046fe;
    background-image:url(/img/content/point-1-bg.png);
    background-size:cover;
}

section#options ul li + li:hover{ background-image:url(/img/content/point-2-bg.png); }
section#options ul li + li + li:hover{ background-image:url(/img/content/point-3-bg.png); }
section#options ul li + li + li + li:hover{ background-image:url(/img/content/point-4-bg.png); }
section#options ul li + li + li + li + li:hover{ background-image:url(/img/content/point-5-bg.png); }
section#options ul li + li + li + li + li + li:hover{ background-image:url(/img/content/point-6-bg.png); }
section#options ul li + li + li + li + li + li + li:hover { background-image:url(/img/content/point-7-bg.png); }
section#options ul li + li + li + li + li + li + li + li:hover{ background-image:url(/img/content/point-8-bg.png); }

section#options ul li:hover img{
    margin:30px 0 0 -50px;
}

section#options ul li:hover div span{
    color:#ffffff;
}

section#options ul li div{

    margin: 0 auto;
    position: absolute;
    width:156px;
    height: auto;
}

section#options ul li div span{
    color:#0046fe;
    transition:color linear 0.2s;
    -o-transition:color linear 0.2s;
    -moz-transition:color linear 0.2s;
    -webkit-transition:color linear 0.2s;
}


div#controls-options{
    display: none;
    width: 71%;
    height: 50px;
    margin: 0 auto;
    color: #38454E;
}

div#controls-options div{
    width: 100px;
    float: right;
}


div#controls-options .co-left, div#controls-options .co-right {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    text-align: center;
    float: left;
    cursor: pointer;
}


div#opt-details {
    background-color:#0046fe;
    width:71%;
    min-height: 500px;
    margin: 0 auto 50px;
    color:#ffffff;
    display:none;
}


div#opt-details > div{
    display:none;
}

div#opt-details h3{
    background-color:#0046fe;
    color:#38454e;
    font-family:'dosissemibold';
    font-size:16px;
    margin: 40px 0 5px;
    padding: 0 100px 0 0;
 }

div#opt-details div img {
    width: 90%;
    height: auto;
}

/*div#opt-details div[data-txt="1"] h3 { margin: 62px 0 10px; }
div#opt-details div[data-txt="2"] h3 { margin: 47px 0 10px; }
div#opt-details div[data-txt="3"] h3 { margin: 64px 0 10px; }
div#opt-details div[data-txt="4"] h3 { margin: 29px 0 10px; }
div#opt-details div[data-txt="5"] h3 { margin: 103px 0 10px; }
div#opt-details div[data-txt="6"] h3 { margin: 83px 0 10px; }
div#opt-details div[data-txt="7"] h3 { margin: 36px 0 10px; }
div#opt-details div[data-txt="8"] h3 { margin: 82px 0 10px; }  */

div#opt-details h4{
    background-color:#0046fe;
    font-family:'dosislight';
    font-size:44px;
    padding: 0 100px 0 0;
}

div#opt-details p{
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
    padding: 0 40px 0 0;
    font-family:'proxima_nova_semibold';
    font-size:16px;
}

div#opt-details p + p{
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
    font-family:'proxima_nova_rgregular';
    font-size:16px;
}

div#opt-details ul {
    font-size:16px;
    font-family:'dosislight';
    margin: 10px auto 10px;
    overflow: visible;
    text-align:left;
    width: auto;
}

div#opt-details ul li{
    width:auto;
    height:auto;
    padding:0;
    border:0;
    background:none;
    float:none;
    cursor:default;
    list-style: outside url("/img/content/list-puce-orange.png") circle;
    margin: 10px 35px;
    overflow:visible;
}

div#opt-details ul li:hover{
    width:auto;
    height:auto;
    padding:0;
    border:0;
    background:none;
    float:none;
    cursor:default;
    list-style: outside url("/img/content/list-puce-orange.png") circle;
    overflow:visible;
}

div#opt-details ul li + li:hover { background-image:none; }
div#opt-details ul li + li + li:hover { background-image:none; }
div#opt-details ul li + li + li + li:hover { background-image:none; }

@media screen and (max-width: 540px) {

    div#opt-details h4{
        font-size: 32px;
    }
}

@media screen and (max-width: 960px) {


    div#controls-options{
        display: none;
        width: 90%;
        height: 60px;
        margin: 0 auto;
    }

    div#controls-options div{
        width: 120px;
        float: none;
        margin: 0 auto;
    }


    div#controls-options .co-left, div#controls-options .co-right {
        display: block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 50px;
        text-align: center;
        float: left;
        cursor: pointer;
    }



    /*section#options ul{
        color:#fff;
        width:1050px;
        margin: 10px auto;
        text-align:center;
        font-size:20px;
        overflow:hidden;
        font-family:'dosissemibold';
    }*/

    div#opt-details div img{
        display:none;
    }

    div#opt-details div.col-11-left{
        display:none;
    }

    div#opt-details{
        width: 90%;
        min-height:initial;
        padding: 0 0 20px;
    }

    div#opt-details div.col-11-right{
        float:none;
        text-align:center;
        margin:auto;
        padding: 0 30px;
        width: 100%;
    }

    div#opt-details div.col-11-right h3{
        padding: 20px 0 0 0;
        margin-top: 0;
    }

    div#opt-details div.col-11-right h4{
        padding: 0;
        font-size: 36px;
    }

    div#opt-details div.col-11-right p{
        padding: 0;
    }

    div#opt-details ul {
        width: 300px;
    }
}

/* MOVIES SECTION */

section#movies {
    background: url(/img/content/bgmovie.jpg) no-repeat center center;
    background-size:cover;
    text-align:center;
    padding: 60px 0;
}

section#movies h1 {
    color:#3b454d;
}

section#movies h2 {
    color:#ffffff;
    margin:10px auto 25px;
}

section#movies #play_btn {
    background-image:url('/img/content/play_btn.png');
    background-repeat: no-repeat;
    background-position: center center;
    width:80px;
    height:80px;
    margin:0 auto;
    cursor:pointer;
}

section#movies #play_btn:hover {
    background-image:url('/img/content/play_btn_hover.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#closemovie{
    padding:20px;
    z-index:4000;
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 30px;
    font-size: 30px;
    font-weight: bold;
    cursor:pointer;
}

#closemovie:hover{
    color:#90CF36;
}

#greybackground{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#3B454D;
    opacity:0.6;
    z-index:500;
}

@media screen and (max-width: 1024px) {
    #closemovie {
        top: 0px;
        right: 15px;
        padding:15px;
    }
}

/* TESTIMONY SECTION */

section#testimony {
    background-color:#fff;
    text-align:left;
}

section#testimony h1 {
    margin:auto;
    font-family:'dosisbold';
    font-size: 20px;
    margin:60px 0 10px 0;
    color: #3b454d;
}

section#testimony div.smallbar {
    width:50px;
    height:1px;
    border-bottom:1px solid #0046fe;
    margin:auto;
}

 #tes_allcomments {
    width: 1120px;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.tes_comment {
    width:540px;
    height:323px;
    background-color:#f5f3f3;
    float:left;
    margin: 30px 10px;
}

.tes_comment .col-11-right p{
    font-family:'proxima_nova_rgregular';
    font-size:16px;
    color:#6c7c88;
    font-style:italic;
}

.tes_comment .col-11-left {
    width:35%;
}

.tes_comment .col-11-left img {
    margin: 65px 0 0;
}

.tes_comment .col-11-right {
    width:65%;
    position: relative;
}

.testi_citation {
    margin: 65px 30px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 248px;
    line-height: 22px;
}

#temoign2
{
    text-shadow: 1px 1px 10px #000;
}

#temoign2 .testi_citation {
    color: #ffffff;
}

.testi_autor {
    bottom: 71px;
    color: #fff;
    font-family: "dosisbold";
    font-size: 15px;
    position: absolute;
    right: 86px;
    text-transform: uppercase;
}

#temoign1 .testi_autor
{
    color: #3b454d;
}

.tes_comment .col-11-right .testi_author {
    bottom: 35px;
    position: absolute;
    right: 44px;
    text-align: left;
    font-family: 'dosisbold';
    font-size:14px;
    color:#3b454d;
    font-style:normal;
}

.tes_comment .col-11-right .testi_author a {
    display:block;
    color:#6c7c88;
    text-decoration:none;
    font-family:'proxima_nova_rgregular';
    font-size:14px;
    font-style:italic;
}

.testi_manager
{
    font-size: 13px;
    color: #ffffff;
    font-family: 'proxima_nova_rgregular';
    font-style: italic;
    text-transform: none;
}

@media screen and (max-width: 1133px){

    #tes_allcomments{
        width:550px;
        }
}

@media screen and (max-width: 560px){

    #tes_allcomments{
        width:100%;
    }

    .tes_comment {
        height: 300px;
        margin: 30px auto;
        width: 350px;
        float: none;
    }

    #temoign1 {
        background-position: -63px 0;
        margin: 0;
    }

    #temoign2 {
        background-position: -45px 0;
    }

    .testi_citation {
        left: 170px;
        margin:0;
        top: 30px;
        width: 160px;
    }

    .testi_autor {
        bottom: 14px;
        color: #ffffff;
        font-family: "dosisbold";
        font-size: 18px;
        left: 203px;
        position: absolute;
        width: 140px;
    }
}

#tes_press {
    width:auto;
    max-width:1098px;
    height:50px;
    margin: 0 auto 40px auto ;
}

#tes_press div {
    float: left;
    margin:20px 0 0 0;
}

#tes_press div p{
    font-family:'dosissemibold';
    font-size:18px;
    color: #3a444c;
}

#tes_press span {
    width:100%;
    display:inline-block;
    height:1px;
    float: left;
}

#tes_press div + div {
    float: right;
    margin:0;
}

@media screen and (max-width: 1133px){

    #tes_press div {
        float: none;
    }

    #tes_press div + div {
        float: none;
    }

    .testi_autor
    {
        font-size: 15px;
    }
}

/* RATES SECTION */

section#rates {
    text-align:center;
    background:url(/img/content/bgrates.jpg)no-repeat center center;
    background-size:cover;
}

section#rates #rat_position {
    margin:50px auto;
    width:1120px;
}

section#rates #rat_position_es {
    margin:50px auto;
    width: 672px;
}

section#rates .ratesfundingtext{
    padding: 10px;
}

@media screen and (max-width: 1160px){

    section#rates #rat_position {
        margin:50px auto;
        width:673px;
    }

    section#rates #rat_position_es {
        margin:50px auto;
        width:672px;
    }
}

@media screen and (max-width: 710px){

    section#rates #rat_position {
        margin:0 auto;
        width:300px;
    }

    section#rates #rat_position_es {
        margin:50px auto;
        width:300px;
    }
}

section#rates .rate{
    background-color:#fff;
    width:214px;
    height:auto;
    float:left;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    margin:30px 5px;
}

section#rates .advisable {
    background-color:#fff;
    margin: 12px 5px;
}

@media screen and (max-width: 1160px){

    section#rates .advisable{
        width:437px;
        margin:30px 5px;
    }
}

@media screen and (max-width: 710px){

    section#rates .rate{
        width:300px;
        margin:15px 5px;
    }

    .rate div.rat_empty {
        display:none;
    }

    section#rates .advisable{
        width: 300px;
        margin:15px 5px;
    }
}

section#rates .rate b{
    font-family:'proxima_nova_bold';
}

section#rates .rate strong{
    font-family:'proxima_nova_bold';
    font-size: 15px;
    margin-bottom:-8px;
    display: block;
}

.rate div{
    background-color:#38444e;
    color:#fff;
    font-size:23px;
    width:100%;
    font-family:'dosissemibold';
    padding: 14px 0 17px 0;
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
}

.advisable div{
    background-color:#e76934;
    padding: 20px 0 29px 0 ;
}

@media screen and (max-width: 1160px){

    .advisable div{
        background-color:#e76934;
        padding: 15px 0 15px 0 ;
    }
}

.rate div h1{
    font-size:24px;
    padding:5px 0 0 0 ;
    font-family:'dosissemibold';
    color:#ffffff;
    margin:0;
}

.rate div h2{
    font-size:14px;
    padding:5px 0 0 0 ;
    font-family:'proxima_nova_rgregular';
    color:#ffffff;
}

.rate div + div{
    background-color:#f9f9f9;
    font-size:14px;
    min-height:39px;
    padding:0 0 0 0 ;
    font-family:'proxima_nova_rgregular';
    color:#38454e;
    width:100%;
    float:left;
    padding:11px 0;
    border-bottom:1px solid #e4e4e4;
}

.advisable div + div{
    background-color:#f9f9f9;
}

.rate div + div + div + div + div + div + div + div{
    background-color:#ffffff;
    color:#38454e;
    font-size:14px;
    width:100%;
    font-family:'dosissemibold';
    height:auto;
    float:left;
    padding:40px 0 0 0 ;
    border:none;
}

.rate + .rate + .rate + .rate + .rate div + div + div + div + div + div + div + div{
    background-color:#ffffff;
    color:#38454e;
    font-size:14px;
    width:100%;
    font-family:'dosissemibold';
    height:auto;
    float:left;
    padding: 11px 0 0;
    border:none;
}

.rate-es-last div + div + div + div + div + div + div + div{
    background-color:#ffffff;
    color:#38454e;
    font-size:14px;
    width:100%;
    font-family:'dosissemibold';
    height:auto;
    float:left;
    padding: 11px 0 0;
    border:none;
}

.advisable div + div + div + div + div + div + div + div{
    background-color:#ffffff;
    color:#38454e;
    font-size:14px;
    width:100%;
    font-family:'dosissemibold';
    height:auto;
    float:left;
    padding:21px 0 0 0 ;
    border:none;
}

.rate div + div + div + div + div p{
    font-size:50px;
}

.rate div + div + div + div + div p + p{
    font-size:16px;
}

.rate button {
    margin: 10px 0 0 0;
    padding: 10px 0;
    width:100%;
    cursor: pointer;
}

.rate div.rat_empty {
    border:none;
    background-color:#fff;
}

.rate a {
    text-decoration:none;
    font-size:12px;
    display: block;
}

.rate a p {
    margin-bottom: 10px;
}

.rate a p span{
    font-size:14px;
}

@media screen and (max-width: 710px){

    .rate div.rat_empty {
        display:none;
    }
}

/* USEINONE SECTION */

section#useinone {
    padding:0 10%;
}

section#useinone .col-21-left{
    position:relative;
}

section#useinone .col-21-right ul{
    min-width:300px;
}

section#useinone .col-21-left #screenimg{
      background-repeat: no-repeat;
      background-size: cover;
      height: 81%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 77%;
}

section#useinone .col-21-right img {
    width:auto;
    opacity:0;
}

section#useinone > div{
    margin:100px 0 100px 0;
}

section#useinone h1{
    text-align: left;
    color:#38454e;
    font-size:44px;
    font-family:'dosislight';
}

section#useinone div img{
    width:80%;
}

section#useinone p{
    font-size:16px;
    font-family:'proxima_nova_rgregular';
    padding:10px 0;
    text-align:center;
}

section#useinone li{
    font-size:16px;
    font-family:'dosissemibold';
    padding:10px 0;
    border-bottom:1px solid #e3e3e3;
    color:#3b454d;
}

section#useinone a {
    color:#888888;
    margin:20px 0 0 0;
    display:block;
}

@media screen and (max-width: 1024px){

    section#useinone {
        padding:0 5%;
    }

    section#useinone .col-21-left{
        float: none;
        width:100%;
        text-align:center;
        min-width: 325px;
    }

    section#useinone .col-21-right{
        float: none;
        width:100%;
    }

    section#useinone .col-21-left #screenimg{
          left: 10%;
    }

}

@media screen and (max-width: 1260px) {
    section#useinone > div{
        margin:50px 0 50px 0;
    }

    section#useinone h1{
        margin:0;
    }

    section#useinone h1 {
        font-size:35px;
        text-align: center;
    }

    section#useinone li{
        font-size:12px;
    }
}

/* COMMITMENT SECTION */

section#commitment {
    color:#e5f9b0;
    padding:0 10%;
}

section#commitment h1{
    font-size:44px;
    font-family:'dosislight';
    color:#ffffff;
    padding:40px 0;
}

section#commitment h2{
    font-size:24px;
    font-family:'dosissemibold';
    text-align:left;
    color:#ffffff;
    padding:0 10px;
}

section#commitment div.check {
    width:31px;
    height:100%;
    min-height: 150px;
    margin: 0 10px;
    float:left;
}

section#commitment div.block p {
    padding:0 30px;
}

@media screen and (max-width: 1024px){

    section#commitment {
        padding:0 5%;
    }

    section#commitment h1{
        font-size:35px;
    }

    section#commitment .col-111{
        float:none;
        display:block;
        width:300px;
        overflow:hidden;
        margin:auto;
    }

}

/* WIN-WIN SECTION */

section#winwin {
    padding:0 10% 50px 10%;
    background-image:url('/img/content/bgwinwin.jpg');
    background-size: cover;
    background-position:center center;
    background-repeat:no-repeat;
}

section#winwin img[alt=down] {
    margin:0 auto 50px auto;
    display:block;
    width:120px;
}

section#winwin h1{
    text-align: left;
    color:#ffffff;
    font-size:44px;
    font-family:'dosislight';
    margin:0 0 0 0;
}

section#winwin p{
    font-size:16px;
    font-family:'proxima_nova_rgregular';
    padding:10px 0;
    color:#ffffff;
}

section#winwin .win-img-mobile {
   display:none;
}

section#winwin div img{
    width:100%;
}

section#winwin p b{
    font-family:'proxima_nova_bold';
    color:#ffffff;
}

section#winwin li{
    font-size:16px;
    font-family:'dosissemibold';
    padding:10px 0;
    border-bottom:1px solid #e3e3e3;
    color:#3b454d;
}

@media screen and (max-width: 1024px) {
    section#winwin {
        padding:0 5% 20px;
    }

    section#winwin .win-img-mobile{
        display:block;
        width:100%;
    }

    section#winwin .col-11-left{
        float:none;
        width:100%;
    }

    section#winwin .col-11-right{
        display:none;
    }

    section#winwin h1{
        font-size:35px;
        margin: 0 0 0 0;
    }
}

/* YOURRESERVE SECTION */

section#yourreserve {
    padding:50px 10%
}


section#yourreserve .col-11-right h1 {
    margin:20px 0 0;
}

section#yourreserve .col-11-right h2 {
    margin:10px 0;
}

@media screen and (max-width: 1024px){

    section#yourreserve {
        padding:0px 5%;
    }

}

section#yourreserve h1 section#yourreserve h2{
    text-align: left;
}

section#yourreserve p{
    font-size:16px;
    font-family:'proxima_nova_rgregular';
    margin: auto;
    padding: 10px 0;
    width: 400px;
}

@media screen and (max-width: 1260px){

    section#yourreserve div img{
        width:100%;
    }

}

@media screen and (max-width: 1024px) {
    section#yourreserve {
        padding:20px 5%;
    }

    section#yourreserve .col-11-left{
        float:none;
        width:100%;
    }

    section#yourreserve .col-11-right{
        float:none;
        width:100%;
    }

    section#yourreserve h1{
        font-size:35px;
        margin: 0 0 0 0;
    }
}

/* WHATIS SECTION */

section#whatis {
    padding:50px 10%;
    overflow:hidden;
}

section#whatis h1{
    margin:0;
}

section#whatis h2{
    margin:20px 0;
}

section#whatis  .col-111{
    text-align:left;
    font-family:'proxima_nova_rgregular';
    font-size:16px;
    padding:50px 0 0 40px;
    color:#6c7c88;
}

section#whatis  .col-111 + .col-111{ padding:0; }
section#whatis  .col-111 + .col-111 + .col-111{ padding:50px 0 0 35px; }

section#whatis  .col-111 b{
    font-family:'proxima_nova_semibold';
}

section#whatis  .col-111 i{
    font-family:'proxima_nova_semibolditalic';
}

section#whatis  .col-111 img {
    /*margin:0 0 0 -50px; */
    width:100%;
}

section#whatis  .col-111 h3 {
    font-size:21px;
    font-family:'dosissemibold';
    color:#000000;
    margin:0 0 30px 0;
}

section#whatis  .col-111 h3 span {
    font-size:21px;
    font-family:'dosissemibold';
    color:#6c7c88;
}

section#whatis  .col-111 ul li {
    list-style-type: circle;
    list-style-position: outside;
    list-style-image: url("/img/content/list-puce-orange.png");
    margin:15px 0;
}

section#whatis  .col-111 ul li ul li{
    list-style-type: circle;
    list-style-position: outside;
    list-style-image: url("/img/content/list-puce-gris.png");
    margin:5px 0 5px 30px ;
}

@media screen and (max-width: 1024px) {

    section#whatis {
        padding:50px 5%;
        overflow:hidden;
    }

    section#whatis h1{
        font-size:35px;
    }

    section#whatis .col-111{
        float:none;
        display:block;
        width:300px;
        overflow:hidden;
        margin:auto;
        padding:0;
    }

}

/* HOWTO SECTION */

section#howto {
    color:#ffffff;
    background-image: url('/img/content/ligne-pointillee-verte.png');
    background-repeat:no-repeat;
    background-position: -289px 5px;
    padding:50px 10%;
}

section#howto h1{
    color:#38454e;
    margin:0;
    padding:0;
}

section#howto h2{
    color:#ffffff;
}

section#howto .col-111{
    text-align:center;
    margin:35px 0 0 0;
    font-family:'proxima_nova_rgregular';
}

section#howto .col-111 .how_block{
     width:300px;
     height:250px;
     margin:auto;
     position:relative;
}

section#howto .col-111 .how_block .title_block{
     margin:35px 0;
     font-family:'dosissemibold';
}

section#howto .col-111 .how_block div.ligngreen {
    border-bottom:1px solid #e5f9b0;
    height:3px;
    width:30px;
    display:inline-block;
    position:relative;

}

section#howto .col-111 .how_block div.number{
    color: #38454e;
    left: 144px;
    top: 12px;
    position: absolute;
    font-family: 'dosissemibold';
    width: 12px;
    height: 16px;
}

@media screen and (max-width: 1024px) {

    section#howto {
        padding:50px 5%;
        background-image:none;
    }

    section#howto h1{
        margin:0;
        padding:0;
    }

    section#howto h2{
        font-size:35px;
        margin:10px 0 0 0;
    }

    section#howto  .col-111 {
        float:none;
        width:100%;
    }

    section#howto  .col-111 .how_block{
        height:auto;
    }
}

section#faq{
   color: #38454e;
}

section#faq h2{
    font-size: 35px;
}

section#faq dl{
    width : 800px;
    margin: 35px auto;
    padding: 0 20px;
    line-height: normal;
}

section#faq dl dt{
    font-family: "dosissemibold";
}

section#faq dl dt:hover{
    cursor: pointer;
}


section#faq .down-faq {
    display: block;
    margin: 0 auto 50px;
    width: 120px;
}

section#faq .arrowfaq{
    margin-right: 5px;
}

section#faq .list-faq{
    padding: 5px 10px 10px 16px;
}

@media screen and (max-width: 820px) {
    section#faq dl{
        width : 100%;

    }
}

/* STANDARDISATION*/

form input {
    background-color: #ebeef2;
    border: 0 none;
    border-radius: 3px;
    color: #6c7c88;
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    height: 20px;
    margin: 0;
    padding: 8px 0 6px 20px;
    width: 200px;
}

/* ASSISTANCE PAGE */

#faq_bg_menu {
    background-color:rgba(143, 152, 173, 0.9);
    height:50px;
}

div#faqbg {
    background-color: #ebf1f5;
    width:100%;
    overflow: hidden;
    padding: 30px 0 80px;
}

section#apptitlepage {
    padding: 0 0 20px;
}

section#apptitlepage,
section#faq_discovery,
section#faq_searsh,
section#faq_articleslist {
    width:1000px;
    margin: 0 auto 0;
}

section#faq_discovery{
    height:280px;
    background-color:#ffffff;
    border:1px solid #bac2cf;
    position:relative;
}

section#faq_discovery > img {
    position: absolute;
    right: 20px;
    top: 20px;
}

section#faq_discovery h1 {
    font-family:'dosislight';
    font-size:37px;
    text-align: center;
    color:#3b454d;
    margin: 45px 0 0;
}

section#faq_discovery h1 b{
    font-family:'dosisregular';
}

section#faq_discovery h2 {
    font-family:'dosisregular';
    font-size:27px;
    text-align: center;
    color:#0046fe;
}

section#faq_discovery h2 b{
    font-family:'dosissemibold';
}

section#faq_discovery ul li {
    color:#6c7c88;
    font-size:14px;
    font-family:'proxima_nova_rgregular';
    line-height: 30px;
}


section#faq_discovery ul li a{
    color: #6c7c88;
    text-decoration:none;
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    line-height: 30px;
    cursor:pointer;
}

section#faq_discovery ul li img{
    margin: 0 10px 0 0;
    width: 14px;
}

section#faq_discovery ul li b {
    font-family:'proxima_nova_semibold';
}

section#faq_discovery > div {
    float:left;
    margin: 30px 0 0 80px;
}

section#faq_discovery > div + div {
    float:right;
    margin: 30px 120px 0 0;
}

section#faq_searsh {
    height:50px;
    background-color:#bac2cf;
    margin:20px auto 0 auto;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

section#faq_searsh > div {
    float:left;
}

section#faq_searsh > div + div {
    float:right;
}

section#faq_searsh p {
    font-family:'proxima_nova_rgregular';
    font-size:12px;
    color:#6c7c88;
    margin: 20px 0 0 20px;
}

section#faq_searsh input {
    background-color: #ffffff;
    display: block;
    float: left;
    margin: 9px 6px 0 0;
    padding: 8px 0 5px 20px;
    width: 329px;
}

section#faq_searsh input[type="submit"] {
    background:url('/img/content/search.png') no-repeat #6c7c88;
    background-position:11px 10px;
    width:37px;
    height:34px;
    margin: 8px 10px 0 2px;
    display: block;
    float:right;
    cursor: pointer;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

section#faq_articleslist {
    overflow:hidden;
    background-color:#ffffff;
    margin:20px auto 0 auto;
    padding: 20px 0px 40px;
}

section#faq_articleslist article {
    float: left;
    height: 180px;
    margin: 2% 5% 0;
    width: 40%;
}

#faqbg.faqbg_cat section#faq_articleslist article,
#faqbg.faqbg_post section#faq_articleslist article,
#faqbg.faqbg_search section#faq_articleslist article{
    height: auto;
}

#faqbg.faqbg_cat section#faq_articleslist article,
#faqbg.faqbg_search section#faq_articleslist article,
#faqbg.faqbg_post section#faq_articleslist article{
    width: 90%;
    float:none;
}

section#faq_articleslist article > div{
    float:left;
    width: 50px;
}

section#faq_articleslist article > div + div {
    float:left;
    width: 350px;
}

#faqbg.faqbg_cat section#faq_articleslist article > div + div,
#faqbg.faqbg_post section#faq_articleslist article > div + div,
#faqbg.faqbg_search section#faq_articleslist article > div + div {
    width:900px;
}

section#faq_articleslist h3 {
    font-family: 'dosissemibold';
    font-size:32px;
    color:#4f5c67;
    margin: 15px 0px;
}

section#faq_articleslist ul li {
    font-family: 'proxima_nova_rgregular';
    font-size:14px;
    color:#4f5c67;
    line-height: 30px;
}

section#faq_articleslist ul li a{
    text-decoration:none;
    color:#4f5c67;
}

section#faq_articleslist ul li span{
    font-family: 'proxima_nova_rgregular';
    font-size:14px;
    line-height: 0;
    color:#0046fe;
    margin:0 5px 0 0;
}

section#faq_articleslist ul li.morearticles {
    margin:10px 0 0 4px;
    font-family: 'proxima_nova_semibold';
}

section#faq_articleslist ul li.morearticles span{
    font-family: 'proxima_nova_rgregular';
    font-size: 15px;
    line-height: 0;
    color:#e86934;
    margin:0 5px 0 0;
}

#faq_searsh form#quicksearch {
    position:relative;
}

#faq_searsh #postlist {
    background-color: #ffffff;
    border: 1px solid #bac2cf;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: 42px;
    width: 349px;
    overflow: auto;
    z-index: 100;
}

#faq_searsh #postlist li {
    border-bottom: 1px solid #bac2cf;
    padding: 10px 10px;
}

#faq_searsh #postlist li:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    text-decoration: none;
    background-color:#3b454d;
}

#faq_searsh #postlist li a {
    color: #4f5c67;
    font-size: 14px;
    text-decoration: none;
}

#faq_searsh #postlist li:hover a {
    color: #ffffff;
}

#faq_articleslist h2{
    color: #0046fe;
    font-family: "proxima_nova_semibold";
    font-size: 15px;
    margin: 20px 0 10px;
    text-transform: uppercase;
    text-align: left;
}

#faq_articleslist p {
    color: #3b454d;
    font-family: "proxima_nova_rgregular";
    margin: 0 0 10px;
}

#faq_articleslist p img {
    display: block;
    margin: 20px auto;
}

#faqbg.faqbg_cat .faq_back,
#faqbg.faqbg_post .faq_back,
#faqbg.faqbg_search .faq_back {
    text-transform: uppercase;
    text-decoration:none;
}

#faqbg.faqbg_cat .faq_back h1,
#faqbg.faqbg_post .faq_back h1,
#faqbg.faqbg_search .faq_back h1 {
    text-align:left;
    color: #0046fe;
    font-size: 21px;
}

#faqbg.faqbg_cat .faq_back h1 span,
#faqbg.faqbg_post .faq_back h1 span,
#faqbg.faqbg_search .faq_back h1 span{
    color: #38454e;
    font-size: 26px;
    margin: 0 5px 0 0;
}

/* INMEDIAS */

section#inmedias {
    padding:50px 0;
    font-size: 18px;
}

section#inmedias #pressarticle {
    margin: 50px auto 0 auto;
    padding: 0;
    width: 1100px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

section#inmedias #pressarticle .slider-container {
    padding: 0;
    margin: 0 auto;
    width: 1000px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

section#inmedias #pressarticle .next-article,
section#inmedias #pressarticle .prev-article {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 30px;
    cursor: pointer;
    color: #38454E;
    z-index: 500;
}

section#inmedias #pressarticle .next-article{
    position: absolute;
    right: 0px;
    top: 175px;
    text-align: center;
}

section#inmedias #pressarticle .prev-article {
    position: absolute;
    left: 0px;
    top: 175px;
    text-align: center;
}

section#inmedias #pressarticle .inactive
{
    color: #8f98ad;
    cursor: auto;
}

section#inmedias #pressarticle .slider-press{
    width: 5000px;
    height: 400px;
    position: relative;
}



section#inmedias #pressarticle img{
    margin-bottom : 20px;
    height: 48px;
}

section#inmedias #pressarticle article{
      width: 333px;
      min-height: 400px;
      float: left;
      padding: 15px 25px;
}

section#inmedias #pressarticle p{
    margin: 5px;
    padding: 10px;
    line-height: 20px;
}

#inmedias .txtforpress{
    text-align: center;
}
#inmedias .txtforpressleft{
    text-align: left;
}
#inmedias .txtforpressjustify{
    text-align: justify;
}

section#inmedias #pressarticle a{
    line-height:4px;
    padding: 10px 0 0 0;
    text-decoration:none;
    color: #000000;
}

section#inmedias #pressarticle article:hover {

   background-color: #99A1B4;
}



@media screen and (max-width: 1100px) {


    section#inmedias #pressarticle{
        width: 100%;
        height: 420px;
    }

    section#inmedias #pressarticle .slider-container {
        padding: 0;
        margin: 0 auto;
        width: 960px;
        height: 420px;
        overflow: hidden;
        position: relative;
    }

    section#inmedias #pressarticle article{
        padding: 10px;
        width: 320px;
        min-height: 420px;
    }

    section#inmedias #pressarticle .next-article,
    section#inmedias #pressarticle .prev-article {
        top: 185px;
    }
}

@media screen and (max-width: 960px) {


    section#inmedias #pressarticle{
        width: 100%;
    }

    section#inmedias #pressarticle .slider-container {
        padding: 0;
        margin: 0 auto;
        width: 720px;
        height: 420px;
        overflow: hidden;
        position: relative;
    }

    section#inmedias #pressarticle article{
        padding: 10px;
        width: 240px;
        min-height: 420px;
    }

    section#inmedias #pressarticle .next-article,
    section#inmedias #pressarticle .prev-article {
        top: 185px;
    }
}

@media screen and (max-width: 720px) {


    section#inmedias #pressarticle{
        width: 100%;
        min-width: 480px;
        height: 550px;
    }

    section#inmedias #pressarticle .slider-container {
        padding: 0;
        margin: 0 auto;
        width: 380px;
        height: 550px;
        overflow: hidden;
        position: relative;
    }

    section#inmedias #pressarticle article{
        padding: 10px;
        width: 190px;
        min-height: 550px;
    }

    section#inmedias #pressarticle article img{
        max-width: 150px;
        height: auto;
    }
}

@media screen and (max-width: 480px) {


    section#inmedias #pressarticle{
        width: 100%;
        height: 350px;
        min-width: 0;

    }

    section#inmedias #pressarticle .slider-container {
        padding: 0;
        margin: 0 auto;
        width: 270px;
        height: 350px;
        overflow: hidden;
        position: relative;
    }

    section#inmedias #pressarticle article{
        padding: 10px;
        width: 270px;
        min-height: 350px;
    }

    section#inmedias #pressarticle .next-article,
    section#inmedias #pressarticle .prev-article {
        top: 150px;
    }
}

/* PRESSRELEASE */

section#pressrelease {
    padding:50px 0;
    background-color:#0046fe;
    font-size: 18px;
}

section#pressrelease table td:hover {
  background-color: #7D8598;
}
section#pressrelease h1{
    color:#ffffff;
}

section#pressrelease table {
    margin:50px auto 0 auto;
    padding:0;
}
section#pressrelease table img{
    margin-bottom : 20px;
}

section#pressrelease table tr td{
    padding: 10px;
    width:350px;
}

section#pressrelease table p{
    margin: 5px;
    padding: 10px;
    line-height: 18px;
    color: #ffffff;
}

#pressrelease .txtforpress{
    text-align: center;
}
#pressrelease .txtforpressleft{
    text-align: left;
}
#pressrelease .txtforpressjustify{
    text-align: justify;
}

section#pressrelease table a{
    line-height:4px;
    padding: 10px 0 0 0;
    text-decoration:none;
    color: #000000;
}

section#pressrelease table tr td {
    padding: 10px;
    border:.5px solid #ffffff;
    margin: 10px;
}

section#pressrelease table tr {
    padding:0;
    text-align: center;
    float:left;
    margin: 10px;
}

@media screen and (max-width: 1150px) {

    section#pressrelease {
        padding:50px 5%;
    }

    section#pressrelease table{
        margin:auto;
        padding:10px 100px;
    }

    section#pressrelease table tr td{
        display:block;
        margin: 10px auto;
    }

    section#pressrelease table tr{
        border:0;
        padding-top: 10px;
        margin: 10px auto;
        width: 100%;
    }
}

/* PRESSCONTACT */

section#presscontact {
    padding:50px 10%;
}

section#presscontact table{
    margin:auto;
}

section#presscontact table td{
    vertical-align:middle;
}

section#presscontact table td img{
    width:399px;
    height:auto;
}

section#presscontact #contpressdetails{
    text-align:left;
    padding:0 75px;
}

section#presscontact #contpressdetails h1{
    text-align:left;
    margin:0 0 10px 0;
    font-family: 'dosissemibold';
}

section#presscontact #contpressdetails h2{
    text-align:left;
    margin:0 0 40px 0;
    font-family: 'dosislight';
}

section#presscontact #contpressdetails p{
    margin:0 0 40px 0;
    color:#6c7c88;
    font-family:'proxima_nova_rgregular';
    font-size:16px;
}

section#presscontact #contpressdetails p + p{
    padding:15px;
    margin: 0 0 10px 0;
    background-color:#0046fe;
    color:#ffffff;
    font-family: 'dosissemibold';
    text-align:left;
    font-size:19px;
}

@media screen and (max-width: 1260px) {
    section#presscontact #contpressdetails{
        text-align:left;
        padding:0 25px;
    }
}

@media screen and (max-width: 1024px) {

    section#presscontact {
        padding:50px 5%;
        text-align:center;
    }

    section#presscontact #contpressdetails{
        text-align:left;
        padding:0 25px;
    }

    section#presscontact table td{
       display:block;
       text-align:center;
    }

    section#presscontact table td + td {
       text-align:left;
       margin:50px 0 0 0;
    }

    section#presscontact #contpressdetails h1{
        text-align:center;
    }

    section#presscontact #contpressdetails h2{
        text-align:center;
    }

    section#presscontact table td img {
        height: auto;
        width: 300px;
    }

    section#presscontact #contpressdetails p + p {
        font-size: 14px;
    }
}

/* PARTNERS */

section#partners {
    padding:50px 0;
    background-color:#8f98ad;
}

section#partners h1 {
    color:#38454e;
    margin: 60px 0 7px;
}

section#partners h2 {
    color:#ffffff;
}


section#partners table {
    margin:30px auto 40px auto;
    padding:0;
}

section#partners table tr {
    padding:0;
    text-align: center;
}

section#partners table tr td{
    width:350px;
}

section#partners table tr td img{
    width:100%;
}

section#partners table tr td + td{
    border-left:30px solid #8f98ad;
}

section#partners table tr td a{
    width:50%;
    color:#ffffff;
    background-color:#38454e;
    margin:0;
    float:left;
    font-size: 14px;
    text-decoration:none;
    height: 30px;
}

section#partners table tr td a button{
    width:100%;
    height:100%;
    background-color:transparent;
    font-family: "dosissemibold";
    font-size: 17px;
    margin: 0;
    padding: 0;
    cursor:pointer;
}

section#partners table tr td a + a{
    background-color:#0046fe;
    margin: 0 0 10px;
}

section#partners table tr p{
    color:#ffffff;
    font-family:'dosissemibold';
    font-size:20px;
}

section#partners table tr p + p{
    color:#38454e;
    font-size:15px;
}

@media screen and (max-width: 1200px) {

    section#partners {
        padding:40px 5%;
        background-color:#8f98ad;
    }

    section#partners h1 {
        color:#38454e;
        margin: 30px 0 7px;
    }

    section#partners h2 {
        margin: 0 0 20px;
    }

    section#partners table tr p + p {
      color: #38454e;
      font-size: 15px;
      margin:0 0 20px;
    }

    section#partners table{
        margin:auto;
        padding:0;
    }

    section#partners table tr td img {
      width: 300px;
    }

    section#partners table td{
        display:block;
        border:0;
    }

    section#partners table tr td, section#partners table tr td + td {
        width:300px;
        border:0;
    }
}

/* RESOURCES */

section#resources {
    padding:60px 0;
}

section#resources table {
    margin:50px auto 0 auto;
    padding:0;
}

section#resources table tr {
    padding:0;
    text-align: center;
}

section#resources table tr td{
    width:350px;
}

section#resources table tr td + td{
    border-left:30px solid #ffffff;
}

section#resources table tr td button{
    width:50%;
    color:#ffffff;
    background-color:#38454e;
    margin:0;
    padding:5px;
    float:left;
    font-size: 14px;
}

section#resources table tr td button + button{
    background-color:#0046fe;
}

section#resources table tr p{
    color:#38454e;
    margin: 0px 0 20px 0;
}

section#resources table tr p + p{
    color:#c3c3c3;
}

section#resources a{
    font-family: "dosissemibold";
    color:#38444e;
    font-size:20px;
    text-decoration: none;
    padding: 15px 0 5px 0;
    margin:10px 0 0 0;
    display:block;
}


@media screen and (max-width: 1200px) {

    section#resources {
        padding:40px 5%;
    }

    section#resources table{
        margin: 20px auto;
        padding:0;
    }

    section#resources table td{
        display:block;
        border:0;
    }

    section#resources table tr td, section#resources table tr td + td {
        width:300px;
        border:0;
    }

    section#resources table tr td img {
      width: 300px;
    }

    section#resources a {
      margin: 0 0 0 0;
    }

    section#resources table tr p{
        color:#38454e;
        margin: 0px 0 40px 0;
    }
}

/* HEADER MENU PRESS */

#headpress {
    margin:0;
    height:280px;
    width:100%;
    background-image:url('/img/Koalaboox_14.jpg');
    background-repeat : no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

#headpress .filtergrey {
    background-color: rgba(143,152,173,0.9);
    width:100%;
    height:100%;
}

#headpress #areacontent {
    height:100%;
    width:100%;
    margin: auto;
    text-align: center;
}

#headpress .headcol {
    width: 166.6666666666667px;
    height:100%;
    display: inline-block;
}

#headpress .headcol a{
    text-decoration:none;
    width:100%;
    height:100%;
}

#headpress .headcol .cadr_icon {
    width:160px;
    height:160px;
    background-color:#8f98ad;
    margin: 85px 0 0;
    text-align: center;
    color:#ffffff;
}

#headpress .headcol .cadr_icon:hover{

  background-color: #7383AB;
}

#headpress .headcol .cadr_icon img {
    margin: 26px 0 0;
}

#headpress .headcol .cadr_icon p {
    margin: 10px 0 0;
    padding: 0 20px;
    font-family:'dosissemibold';
    font-size: 16px;
}

@media screen and (max-width: 1024px) {

   #headpress {
        height:50px;
    }

    #headpress #areacontent {
        display:none;
    }

}
/* MULTI SECTION */

section#useinone,
section#options {
    position:relative;
}

section#useinone #ingpartner,
section#options #ingpartner{
    position:absolute;
    bottom:20px;
    right:20px;
    margin:0;
}




section#options #ingpartner img{
    width: 115px;
}


section#useinone #ingpartner img
{
    width:150px;
}

section#useinone #txt_content,
section#options #txt_content  {
    display:none;
    position:absolute;
}

section#useinone #ingpartner p,
section#options #ingpartner p {
    display:none;
    padding:0;
    font-family:'proxima_nova_rgregular';
    font-size:14px;
    line-height: normal;
    margin: 0;
    color: #38454e;
}

section#useinone #ingpartner p.ing_txtfr,
section#options #ingpartner p.ing_txtfr { display:none; }
section#useinone #ingpartner p.ing_txtnl,
section#options #ingpartner p.ing_txtnl { display:none; }
section#useinone #ingpartner p.ing_txtde,
section#options #ingpartner p.ing_txtde { display:none; }

section#useinone #txt_content,
section#options #txt_content {
    border: 1px solid black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    left: -109px;
    padding: 5px 15px;
    position: absolute;
    top: -60px;
    width: auto;
    background-color:#ffffff;
}

section#options a{
    text-decoration: underline;
    color: #FFF;
}

section#options a:hover{
    color: #38454E;
}

@media screen and (max-width: 1024px) {
    section#useinone #ingpartner {
        position:relative;
        bottom:0;
        right:0;
        margin:0;
        text-align: center;
        width : 100%;
    }

    section#useinone #ingpartner img{
        width : 150px;
        cursor: pointer;
    }


    section#useinone #txt_content {
        display: none;
        position:relative;
        border: 1px solid black;
        left: 0;
        padding: 5px 15px;
        top: 0;
        width: auto;
        margin:0 0 40px 0 ;
        background-color:#ffffff;
    }
}

section h2{
       margin: 10px 0 0;
}

/* ------------
   CONTACT PAGE
   ------------ */

#contact{
    box-sizing: unset;
}

#contact .contact-element{
    padding: 40px 0px;
    overflow: hidden;
    width: 1110px;
    margin: 0 auto;
}

#contact h3{
    color: #38454E;     /* GRIS FONCE */
    font-family: "dosissemibold";
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-img{
    height: 400px;
    width: 100%;
    background:url(/img/content/header_contact.jpg) no-repeat center center fixed;
    background-size:cover;
    margin-bottom: 50px;
}

.contact-map{
    height: 350px;
}

.gm-style-iw div, .gm-style-iw div div{
    overflow: visible !important;
}


.gm-style-iw #content{
    line-height: 20px;
}

.contact-info{
    min-height: 400px;
    width: 45%;
    float: left;
    padding: 0px 40px 0px 0px;
}

.contact-info > div{
    width: 100%;
    height: 200px;
    float: right;
    padding-left: 50px;
    background:url(/img/ico-assistance.png) no-repeat 20px -18px;
}

.contact-info p, .contact-adress p{
    color: #6c7c88;     /* GRIS MOYEN */
    margin: 0px;
    line-height: normal;
}

.contact-info > div > div {
    margin-top: 20px;
}

.contact-info .contact-tel{
    background-color: #38454E;      /* GRIS FONCE */
    color: #FFF;
    padding: 3px 10px;
}

.contact-info .contact-tel i{
    padding: 0px 10px;
    color: #0046fe;     /* VERT KOALABOOX */
}

.contact-form{
   min-height: 400px;
   width: 55%;
   float: left;
   border-left: 1px solid #ebeef2;      /* GRIS CLAIR */
   color: #6c7c88;     /* GRIS MOYEN */
   font-weight: bold;
   padding: 0 0 0 40px;
}

.contact-form .successMessage, .contact-form .errorMessage{
    color: #FFF;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-form .successMessage{
    background: #0046fe;     /* VERT KOALABOOX */
}

.contact-form .errorMessage{
    background: #E7424C;      /* ROUGE */
}

.contact-form .form-group{
    min-height: 55px;
    line-height: 55px;
    overflow: hidden;
}

.contact-form .form-label{
    width: 25%;
    float: left;

}

.contact-form .element, .contact-form .styledtextarea{
    width: 75%;
    float: left;
}

.contact-form input{
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    height: 36px;
    background-color: #ebeef2;
    border: 1px solid #bac2cf;
    border-radius: 0px;
    color: #6c7c88;
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    margin: 0;
    padding: 8px 0px 8px 10px;

}

.contact-form .styledtextarea textarea{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 200px;
    min-height: 150px;
    max-height: 400px;
    background-color: #ebeef2;
    border: 1px solid #bac2cf;
    border-radius: 0px;
    color: #6c7c88;
    font-family: "proxima_nova_rgregular";
    font-size: 14px;
    margin: 13px 0 0;
    padding: 8px 10px;
    box-sizing: border-box;
}

.contact-form input#submit{
    color: #FFF;
    font-family: "dosissemibold";
    background: #0046fe;     /* VERT KOALABOOX */
    height: 40px;
    line-height: 40px;
    padding: 0px;
    width: 200px;
    margin: 10px 0 20px 25%;
    border-radius: 0px;
    cursor: pointer;
}

#contact .contact-form .errors li{
    color: #E7424C;      /* ROUGE */
    line-height: 120%;
    font-size: 15px;
}

#contact .contact-form ul.errors{
    margin: 0;
    padding: 0px 0px 10px;
}

#contact .contact-form .styledtextarea + ul.errors{
    margin: 0 0 0 25%;
}


.contact-map iframe{
    width: 100%;
}

.contact-info-2{
    padding: 40px 0px;
    width: 1110px;
    height: 190px;
    margin: 0 auto;
}

.contact-adress, .contact-social{
    width: 50%;
    float: left;
}

.contact-adress div{
    width: 275px;
    float: left;
}

.contact-social .resoc{
    width: 142px;
    float: right;
    margin: 35px 0px;
}

.contact-social .resoc div{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #38454E;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 5px;
}

.contact-social .resoc div a{
    display: block;
    color: #FFF;
    text-decoration: none;
}


@media all and (max-width: 1244px){

    .contact-img{
        height: 300px;
    }

    #contact .contact-element, .contact-info-2{
        width: 663px;
    }


    .contact-adress, .contact-social{
        width: 100%;
    }

    .contact-social .resoc{
        margin: 35px auto;
        float: none;
    }


    .contact-form .form-label{
        width: 30%;
        float: left;
    }

    .contact-form .element, .contact-form .styledtextarea{
        width: 70%;
        float: left;
    }

    .contact-form input#submit{
        margin: 10px 0 20px 30%;
    }

    #contact .contact-form .styledtextarea + ul.errors{
        margin-left: 30%;
    }
}


@media all and (max-width: 710px){

    #contact .contact-element, .contact-info-2{
        width: 300px;
    }

    .contact-info, .contact-form{
       width: 100%;
    }

    .contact-info{
        padding: 0px;
        min-height: 340px;
    }

    .contact-info > div{
        width: 100%;
        height: 160px;
        float: none;
        padding-left: 30px;
        background:url(/img/ico-assistance.png) no-repeat 0px -18px;
    }

    .contact-form{
        border-left: 0px;
        padding: 0px;
    }

    .contact-form .form-group{
        min-height: 80px;
        line-height: 30px;
        overflow: hidden;
    }

    .contact-form .form-label{
        width: 100%;
        float: none;
    }

    .contact-form .element, .contact-form .styledtextarea{
        width: 100%;
        float: none;
    }

    .contact-form .styledtextarea textarea{
        margin: 0px;
    }

    .contact-form input#submit{
        margin: 20px 0;
    }

    #contact .contact-form ul.errors{
        margin: 0;
        padding: 5px 0px 10px;
    }

    #contact .contact-form .styledtextarea + ul.errors{
        margin: 0;
    }


    .contact-adress, .contact-social{
        width: 100%;
    }

    .contact-adress div {
        float: right;
        width: 100%;
        height: 130px;
    }

    .contact-social .resoc{
        margin: 10px auto 20px;
        float: none;
    }


    .contact-info-2{
        height: auto;
        padding: 20px 0px;
    }
}

@media all and (max-width: 340px){

    .contact-img{
        height: 250px;
    }

    #contact h2{
        font-size: 34px;
    }

    #contact .contact-element, .contact-info-2{
        padding: 40px 20px;
    }

}


/* FAQ WORDPRESS API */



.navbar-wordpress{
    width: 100% !important;
    float: none !important;
    height: 50px;
    position: relative;
    margin-bottom: 50px;
}

.navbar-wordpress form, .navbar-wordpress span{
    width: 200px;
    float: left;
    height: 50px;
    line-height: 50px;
    color: #6c7c88;
}

.navbar-wordpress form{
    width: 250px;
}

.navbar-wordpress .form-post{
    width: 550px;
}

.navbar-wordpress span{
    width: 170px;
}

.navbar-wordpress form .selectstyled{


}

.navbar-wordpress form select{
    width: 100%;
    height: 34px;
    line-height: 34px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ebeef2 url("/img/content/greywhiteselect.png") no-repeat scroll right center;
    border: 0 none;
    font-family: "proxima_nova_rgregular";
    font-size: 13px;
    padding: 0 0 0 15px;
    border-radius: 3px;
    color: #6c7c88;
    cursor: pointer;
}


.navbar-wordpress form select option{
    background-color: #ebeef2;
}


.navbar-wordpress-nav-menu{
    width: 100px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}


.navbar-wordpress a, .navbar-wordpress .chevron{
   color: #38454e;
   width: 30px;
   height: 50px;
   display: block;
   float: left;
   text-align: center;
   font-size: 20px;
   text-decoration: none;
}


.navbar-wordpress .chevron i{
    color: #bac2cf;

    line-height: 50px;
}



.navbar-wordpress a i{
    color: #38454e;
}

#faq_articleslist h1,
#faq_articleslist h2,
#faq_articleslist h3,
#faq_articleslist h4{
    text-transform: uppercase;
    text-align: left;
    color: #0046fe;
}


#faq_articleslist .fa-circle{
    font-size: 6px;
    color: #0046fe;
    margin-right: 7px;
}

#faq_articleslist h3.category-title{
    margin: 3px 0px 10px 0px;
    font-size: 24px;
}

#faq_articleslist a{
    color: #4f5c67;
    text-decoration: none;
}

#faq_articleslist a.faq-category{
    color: #90CF36;
}

#faq_articleslist .faq-categories{
    color: #6c7c88;
}

#faq_articleslist a.faq-category{
    font-family: "dosissemibold";
    color: #9AA2B5;
    margin: 10px 10px 10px 0px;
}

#faq_articleslist a.faq-category:hover{
    color: #90CF36;
}

#faq_articleslist .faq-post-container{
    overflow: hidden;
    line-height: normal;
}

#faq_articleslist .faq-post-container > h3 {
    font-family: 'dosissemibold';
    font-size:32px;
    color:#4f5c67;
    margin: 15px 0px 0px;
}

#faq_articleslist .faq-post-content{
    margin: 30px 0px;
    font-family: "proxima_nova_rgregular";
    color: #3b454d;
    line-height: normal;
}

#faq_articleslist .faq-post-content h1,
#faq_articleslist .faq-post-content h2,
#faq_articleslist .faq-post-content h3,
#faq_articleslist .faq-post-content h4 {
    font-family: "dosissemibold";
}

#faq_articleslist .faq-post-content h1{
    font-size: 25px;
}

#faq_articleslist .faq-post-content h2{
    font-size: 21px;
}

#faq_articleslist .faq-post-content h3{
    font-size: 17px;
}

#faq_articleslist .faq-post-content ol,
#faq_articleslist .faq-post-content ul{
    padding-left: 30px;
    font-size: 15px;
    margin: 0px;
    line-height: normal;
    color: #3b454d;
}

#faq_articleslist .faq-post-content p,
#faq_articleslist .faq-post-content li {
    font-size: 15px;
    margin: 5px 0;
    line-height: 140%;
    color: #3b454d;
}

#faq_articleslist .faq-post-content ol > li{
    list-style-type: decimal;
}

#faq_articleslist .faq-post-content ul > li{
    list-style-type: disc;
}


#faq_articleslist .faq-post-content blockquote,
#faq_articleslist .faq-post-content q {
    quotes: "?" "?";
}

#faq_articleslist .faq-post-content em {
    font-style: italic;
    color: #858d9a;
}

#faq_articleslist .faq-post-content a {
    color: #4f5c67;
    text-decoration: underline;
    outline: none;
}

#faq_articleslist .faq-post-content a:hover {
    color: #0046fe;
}

#faq_articleslist .faq-post-container h3 {
    font-family: 'dosissemibold';
    font-size:32px;
    color:#4f5c67;
    margin: 15px 0px 0px;
}


/* ================ */
/* LIGHTBOX IMG FAQ */
/* ================ */

#blackout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  cursor: url('/img/content/crossFAQ.png'), crosshair;
}

/*#blackout .title {
  width: 100%;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
}*/

#blackout img {
  max-width: 100%;
  max-height: 100%;
}

/* BLOG */

#blog .blog-top a,
#blog .blog-down a{
    color: #FFF;
    text-decoration: none;
}

#blog .blog-top{
    width: 100%;
    height: 560px;
    text-align: center;
    color: #FFF;
}

#blog .blog-top .blog-cover-opacity{
    position: relative;
    width: 100%;
    height:560px;
    background:  rgba(0, 0, 0, 0.2);
}

#blog .blog-top .blog-post-last{
    text-align: center;
    position: absolute;
    width: 1100px;
}

#blog .blog-top .blog-post-last a{
    display: block;
}

#blog .blog-top .blog-post-last-cat{
    background: #0046fe;
    display: inline;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'dosissemibold';
    font-size: 24px;
    margin: 15px 0 10px 0;
}

#blog .blog-top .blog-post-last h1{
    color: #FFF;
    font-family: 'dosisregular';
    font-size: 50px;
    margin:10px auto 0 auto;
}

@media screen and (max-width:1110px) {

    #blog .blog-top .blog-post-last h1{
        width: 600px;
    }
}

@media screen and (max-width:720px) {

    #blog .blog-top .blog-post-last-cat{
        font-size: 18px;
        width: 275px;
    }

    #blog .blog-top .blog-post-last h1{
        font-size: 40px;
        width: 425px;
    }
}

@media screen and (max-width:400px) {

    #blog .blog-top .blog-post-last-cat{
        font-size: 15px;
    }

    #blog .blog-top .blog-post-last h1{
        font-size: 30px;
        width: 280px;
    }
}

#blog .blog-down{
    width: 100%;
    min-height: 800px;
    padding: 50px 0;
}

#blog .blog-down .blog-down-container{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width:1110px) {

    #blog .blog-down .blog-down-container{
        width: 732px;
    }
}

@media screen and (max-width:720px) {

    #blog .blog-down .blog-down-container{
        width: 365px;
    }

    #blog .blog-down #quicksearch{
        margin:10px 0 0 0;
        float: right;
        width: 350px;
    }

}

#blog .blog-down .blog-down-container .blog-top-bar{
    width: 100%;
    height:34px;
    margin: 0 0 50px;
    padding: 0 8px;
}

#blog .blog-down .blog-select{
    width: 350px;
    height:34px;
    float: left;
}

#blog .blog-down form select{
    width: 100%;
    height: 34px;
    line-height: 34px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ebeef2 url("/img/content/greywhiteselect.png") no-repeat scroll right center;
    border: 0 none;
    font-family: "proxima_nova_rgregular";
    font-size: 13px;
    padding: 0 0 0 15px;
    border-radius: 3px;
    color: #6c7c88;
    cursor: pointer;
}

#blog .blog-down form select option{
    background-color: #ebeef2;
}


#blog .blog-down #postlist {
    background-color: #ffffff;
    border: 1px solid #bac2cf;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    overflow: auto;
    position: absolute;
    top: 34px;
    width: 300px;
    z-index: 100;
}

#blog .blog-down .blog-menu-categories{
    width: auto;
    height: 498px;
    overflow: hidden;
}

#blog .blog-down .blog-menu-categories > div{
    width: 350px;
    height: 233px;
    float: left;
    margin: 8px;
    position: relative;
    overflow: hidden;
}

#blog .blog-down .blog-menu-categories .blog-item-link
{
    position: absolute;
    display: block;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    top: -100%;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: rgba(56,69,78,0.8);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#blog .blog-down .blog-menu-categories > div:hover > .blog-item-link{
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width:1240px) {
    #blog .blog-down .blog-menu-categories > div > .blog-item-link{
        top: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
}

#blog .blog-down .blog-menu-categories .blog-item-cat{
    font-family: 'dosissemibold';
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0px;
}

#blog .blog-down .blog-menu-categories .blog-item-title{
    font-size: 26px;
    margin: 30px 0px;
}

#blog .blog-down .blog-more-posts{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #38454e;
    margin: 30px 0 0;
}

#blog .blog-down #blog-more-posts-button{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border: 1px solid #38454e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 36px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#blog .blog-down #blog-more-posts-button:hover{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #FFF;
    background: #38454e;
}

#blog .blog-down #blog-more-posts-message{
    width: 200px;
    height: 50px;
    margin: 0 auto;
    display: none;
    font-size: 20px;
    text-align: center;
}

#blog .top{
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    color: #FFF;
    font-size: 36px;
    text-align: center;
    background: rgba(0,0,0,0.5);
}

@media screen and (max-width:720px) {
    #blog .top{
        margin: -25px;
        right: 50%;
        bottom: 85px;
    }
}

#blog .top .top_link{
    color: #FFF;
    text-decoration: none;
}

#blog .blog-down .blog-content{
    color: #3b454d;
    width: 750px;
    min-height: 400px;
    margin-right: 40px;
    float: left;
}

@media screen and (max-width:720px) {
    #blog .blog-down .blog-content {
        width: 350px;
    }
}

#blog .blog-down .blog-content h1.blog-post-title{
    color: #4f5c67;
    font-family: "dosisregular";
    font-size: 32px;
    margin: 0 0 15px 0;
    text-align: left;
}

#blog .blog-down .blog-content .blog-post-info{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-family: "proxima_nova_rgregular";
    text-transform: uppercase;
}

#blog .blog-down .blog-content .blog-post-info .post-author {
    padding: 0 10px;
    border-left: 1px solid #bac2cf;
    border-right: 1px solid #bac2cf;
    color: #9aa2af;
}

#blog .blog-down .blog-content .blog-post-info .post-author > span {
    color: #38454e;
}

#blog .blog-down .blog-content .blog-post-info .post-date {
    padding-right: 10px;
    color: #0046fe;
}

#blog .blog-down .blog-content .blog-post-info .post-category {
    padding-left: 10px;
}

#blog .blog-down .blog-content .blog-post-info a{
    color: #0046fe;
}

#blog .blog-down .blog-sidebar{
    width: 300px;
    min-height: 400px;
    float: left;
    font-family: "proxima_nova_rgregular";
    color: #4f5c67;
}

#blog .blog-down .blog-sidebar .blog-search{
    margin: 0 0 10px;
    float: none;
    overflow: hidden;
}

#blog #postlist{
    max-height: 500px;
    display: none;
    overflow: auto;
}


#blog #postlist ul li a{
    color: #4f5c67;
    padding: 15px;
    display: block;
    font-size: 16px;
    font-family: "dosisregular";
}

#blog #postlist ul li a:hover{
    color: #FFF;
    background: #4f5c67;
}

#blog .blog-down .blog-search{
    position: relative;
    float: right;
    width: 300px;
}

@media screen and (max-width:720px) {
    #blog .blog-down .blog-search {
        width:350px;
    }
}

#blog .blog-down .blog-search input{
    width: 240px;
    float: left;
    border: 1px solid #bac2cf;
}

#blog .blog-down .blog-search input[type="submit"],
#blog .blog-down .blog-sidebar .blog-search input[type="submit"] {
    background:url('/img/content/search.png') no-repeat #0046fe;
    background-position: 9px 10px;
    width:34px;
    height:34px;
    display: block;
    float:right;
    cursor: pointer;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

@media screen and (max-width:720px) {

    #blog .blog-down .blog-search input {
        float: left;
        width: 290px;
    }

    #blog .blog-down .blog-search input[type="submit"],
    #blog .blog-down .blog-sidebar .blog-search input[type="submit"] {
        width:35px;
    }
}

#blog .blog-down .blog-sidebar .blog-sidebar-menu li{

    border-bottom: 1px solid #e0e8f5;
}

#blog .blog-down .blog-sidebar .blog-sidebar-menu li:hover{
    border-bottom: 1px solid #0046fe;
}

#blog .blog-down .blog-sidebar a{
    color: #4f5c67;
    padding: 15px 0;
    display: block;
}

#blog .blog-down .blog-sidebar .blog-sidebar-menu li:hover > a{
    color: #0046fe;
}

#blog .blog-down .blog-post-content{
    line-height: normal;
    font-family: "proxima_nova_rgregular";
    font-size: 15px;
    margin: 40px 0 0 0;
}

#blog .blog-down .blog-post-content h1,
#blog .blog-down .blog-post-content h2,
#blog .blog-down .blog-post-content h3,
#blog .blog-down .blog-post-content h4,
#blog .blog-down .blog-post-content h5,
#blog .blog-down .blog-post-content h6{
    text-align: left;
    color: #0046fe;
    font-family: "dosissemibold";
    text-transform: uppercase;
}

.blog-post-content h1 strong,
.blog-post-content h1 b,
.blog-post-content h2 strong,
.blog-post-content h2 b,
.blog-post-content h3 strong,
.blog-post-content h3 b,
.blog-post-content h4 strong,
.blog-post-content h4 b,
.blog-post-content h5 strong,
.blog-post-content h5 b,
.blog-post-content h6 strong,
.blog-post-content h6 b{
    font-weight: normal;
}

#blog .blog-down .blog-post-content img.size-full,
#blog .blog-down .blog-post-content img.size-large,
#blog .blog-down .blog-content img.size-full,
#blog .blog-down .blog-content img.size-large {
    width:100%;
    height:auto;
}

#blog .blog-down .blog-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#blog .blog-down .blog-content table tr td {
    padding:7px;
    border:1px #4f5c67 dashed;
}

#blog .blog-down .blog-post-content p b,
#blog .blog-down .blog-post-content p strong {
    font-family: "proxima_nova_bold";
}

#blog .blog-down .blog-post-content h1{
    font-size: 25px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
}

#blog .blog-down .blog-post-content h2{
    font-size: 21px;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width:720px) {
    #blog .blog-down .blog-post-content h2{
        text-align: left;
    }
}

#blog .blog-down .blog-post-content h3{
    font-size: 17px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

#blog .blog-down .blog-post-content a {
    color: #21759b;
    text-decoration: underline;
    outline: none;
}

#blog .blog-down .blog-post-content p {
    margin: 10px 0;
    line-height: 25px;
}

#blog .blog-down .blog-post-content a:hover {
    color: #0046fe;
}

#blog .blog-down .blog-content .blog-content-nav-menu{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px;
}
#blog .blog-down .blog-content .blog-content-nav-menu .chevron i {
    color: #bac2cf;
    line-height: 40px;
}

#blog .blog-down .blog-content .blog-content-nav-menu a,
#blog .blog-down .blog-content .blog-content-nav-menu .chevron {
    color: #38454e;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #bac2cf;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#blog .blog-down .blog-content .blog-content-nav-menu a.backlist{
    margin: 0 5px;
}

#blog .blog-down .blog-content .blog-content-nav-menu a:hover{
    color: #FFF;
    background: #38454e;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#blog .clear{
    clear: both;
}

@media screen and (max-width:720px) {
    #blog .blog-down .blog-post-content img{
        width:350px;
        height:auto;
    }
}

/* ---- PAGE FACTURE ---- */

section#advantages #advantages__content {
    width:1155px;
    margin:75px auto;
    padding:0 15px;
    overflow: hidden;
    box-sizing: content-box;
}

section#advantages article.advantage{
    width: 350px;
    float: left;
    padding: 0 15px;
    box-sizing: content-box;
}

article.advantage .advantage__leftframe {
    float: left;
    text-align: left;
    width: 65px;
}

article.advantage .advantage__rightframe {
    width:285px;
    float:right;
}

article.advantage .advantage__leftframe img {
    width:50px;
    height:50px;
}

article.advantage .advantage__rightframe h1 {
    text-align:left;
    font-family: 'dosisbold';
    font-size:21px;
    color:#3b454d;
    line-height: 1.5em;
}

article.advantage .advantage__rightframe p{
    text-align:justify;
    font-family:'proxima_nova_semibold';
    font-size:16px;
    color:#6c7c88;
    margin:20px 0 0 0;
    line-height: 1.5em;
}

article.advantage .advantage__rightframe p + p{
    font-family:'proxima_nova_rgregular';
    font-size:16px;
    margin:25px 0 50px 0;
}

article.advantage .advantage__rightframe img{
    margin:-25px 0 50px 0;
}

@media screen and (max-width: 1200px){

    section#advantages #advantages__content {
        width:760px;
    }

}

@media screen and (max-width: 800px){
    section#advantages #advantages__content {
        width:383px;
    }
}

/*--- PAGE PROVIDEINVOICES --- */

section#provideinvoices {
    background-color:#0046fe;
    height:50%;
    width:100%;
    padding:0 10%;
    min-height: 550px;
}

    #provideinvoices__content {
        height:100%;
        overflow:hidden;
        width:100%;
        max-width: 1120px;
        margin: 75px auto;
    }

        #provideinvoices__leftframe {
            float:left;
            height:100%;
            width:50%;
            position:relative;
        }

            #provideinvoices__screenborder{
                width:88%;
                max-width: 650px;
                height:100%;
                position:relative;
                margin:auto;
            }

                #provideinvoices__screencontent{
                    width:100%;
                    height:100%;
                    background-image:url('/img/content/ecran_provideinvoices_default.png');
                    background-repeat:no-repeat;
                    background-size:100%;
                    position:absolute;
                    left: 2px;
                    top: 8px;
                }

                #provideinvoices__screenborder img{
                    width: 100%;
                    max-width: 650px;
                }

        #provideinvoices__rightframe {
            float:right;
            width:50%;
        }

            #provideinvoices__rightframe h1{
                font-family: 'dosislight';
                text-align: left;
                font-size: 44px;
                color:#FFFFFF;
                margin: 0 0 30px 0;
            }

            #provideinvoices__rightframe p{
                font-family: 'proxima_nova_rgregular';
                font-size: 16px;
                color:#FFFFFF;
                margin: 0 0 30px 0;
            }

            #provideinvoices__rightframe ul{

            }

                .provideinvoices__itemListe_enable{
                    font-family: 'dosissemibold';
                    font-size: 16px;
                    color:#FFFFFF;
                    text-transform: 'uppercase';
                    border-bottom:1px solid #FFFFFF;
                    padding: 10px;
                }

                .provideinvoices__itemListe_disable{
                    font-family: 'dosissemibold';
                    font-size: 16px;
                    color:#3b454d;
                    text-transform: 'uppercase';
                    border-bottom:1px solid #FFFFFF;
                    padding: 10px;
                }

                    .provideinvoices__arrow {
                        font-family: 'dosissemibold';
                        font-size: 20px;
                        text-transform: 'uppercase';
                        display:block;
                        float:left;
                        height: 35px;
                    }

                    .provideinvoices__itemListe_disable .provideinvoices__arrow{
                        /*color:#FFFFFF;*/
                        color:#ffffff;
                        margin: 0px 10px 0 0;
                    }

                    .provideinvoices__itemListe_enable .provideinvoices__arrow{
                        color:#fa6222;
                        margin: 0px 10px 0 10px;
                    }

@media screen and (max-width: 1280px) {

    section#provideinvoices {
        height:auto;
        margin:auto;
    }

        #provideinvoices__content {
            width:800px;
        }

            #provideinvoices__leftframe {
                width:100%;
                float:none;
            }

            #provideinvoices__rightframe {
                width: 700px;
                margin: 75px auto 0;
                float:none;
            }

}

@media screen and (max-width: 1000px) {

        #provideinvoices__content {
            width:600px;
            margin: 75px auto;
        }

            #provideinvoices__rightframe {
                width: 530px;
                position:relative;
                margin:75px auto 0;
            }


}

@media screen and (max-width: 800px) {

        #provideinvoices__content {
            width:300px;
            margin: 75px auto;
        }

            #provideinvoices__leftframe {
                width:100%;
                position:relative;
            }

                #provideinvoices__screenborder {
                    width: 100%;
                }

            #provideinvoices__rightframe {
                width:100%;
                position:relative;
                margin:75px 0 0 0;
            }

}

/* --- PAGE MOBILEAPP --- */

section#mobileapp {
    width:100%;
    padding:0 10%;
    overflow: hidden;
    min-height: 50%;
}

    #mobileapp__content {
        height:100%;
        overflow:hidden;
        width:100%;
        max-width: 1120px;
        margin:75px auto 0;
    }

    #mobileapp__leftframe {
        float:left;
        text-align: left;
        width:50%;
    }

        #mobileapp__leftframe h1 {
            font-family: 'dosissemibold';
            font-size: 18px;
            text-transform: uppercase;
            color:#0046fe;
            text-align: left;
        }

        #mobileapp__leftframe h2 {
            font-family: 'dosislight';
            font-size: 44px;
            text-transform: uppercase;
            color:#3b454d;
            text-align: left;
            margin: 10px 0 40px 0;
        }

            .mobileapp__btn_on {
                background-color:#0046fe;
                color:#FFFFFF;
                font-family: 'dosissemibold';
                font-size: 15px;
                margin:0;
                padding:0;
                border:1px solid #0046fe;
                width:221px;
                height:43px;
                text-transform: uppercase;
                display: block;
                float: left;
                cursor:pointer;

            }

            .mobileapp__btn_off {
                background-color:#FFFFFF;
                border:1px solid #C2C2C2;
                color:#C2C2C2;
                font-family: 'dosissemibold';
                font-size: 15px;
                margin:0;
                width:221px;
                height:43px;
                padding:0;
                text-transform: uppercase;
                display: block;
                float: left;
                cursor:pointer;
            }

        #mobileapp__leftframe p {
            font-family: 'proxima_nova_semibold';
            font-size: 16px;
            color:#888888;
            margin: 20px 0;
            float: left;
            clear:left;
        }

        #mobileappFeatures__items {
            clear: left;
        }
            .mobileappFeatures__items {
                font-family: 'proxima_nova_rgregular';
                font-size: 16px;
                color:#888888;
                margin: 8px 0px;
                clear: left;
            }

            #mobileappFeatures__itemsKoalaboox {
                display:block;
            }

            #mobileappFeatures__itemsKillthebills {
                display:none;
            }

            .mobileappFeatures__item {
                margin: 5px 0px;
            }

            .mobileappFeatures__item_on {

            }

            .mobileappFeatures__item_off {

            }

                .mobileappFeatures__item_on span {
                }

                .mobileappFeatures__item_off span {
                }

        #mobileapp_img-googleplay {
            margin: 50px 5px 0 0px;
        }

    #mobileapp__rightframe {
        float:right;
        text-align: center;
        width:50%;
    }

        #mobileapp__screenShell {
            position:relative;
            overflow: hidden;
            height: 475px;
        }

            #mobileapp__screenContent{
                width: 315px;
                height: 100%;
                background-image: url('/img/content/mobileapp_screens/koalaboox/1.0/fr/android/dashboard.png');
                background-repeat: no-repeat;
                background-size: 100%;
                position: absolute;
                left: calc( 50% - 159px);
                top: 70px;
            }

            #mobileapp__rightframe img{
                width: 350px;
            }

@media screen and (max-width:1280px) {

    section#mobileapp {
        height:auto;
    }


        #mobileapp__content {
            height:100%;
            overflow:hidden;
            width:470px;
            margin:75px auto;
        }

            #mobileapp__leftframe {
                float:none;
                width:100%;
                width: 445px;
                margin: auto;

            }

            #mobileapp__rightframe {
                float:none;
                text-align: center;
                width:100%;
                margin:75px 0 0 0;
            }
}

@media screen and (max-width:800px) {

    section#mobileapp {
        height:auto;
    }


        #mobileapp__content {
            width:300px;
        }

            #mobileapp__leftframe {
                float:none;
                width: 300px;
                margin: auto;

            }

                #mobileapp_img-googleplay, #mobileapp_img-appstore {
                    width:140px;
                }

            #mobileapp__rightframe {
                float:none;
                text-align: center;
                width:300px;
                margin:75px 0 0 0;
            }

                #mobileapp__screenContent{
                    width: 271px;
                    height: 100%;
                    background-image: url('/img/content/mobileapp_screens/koalaboox/1.0/fr/android/dashboard.png');
                    background-repeat: no-repeat;
                    background-size: 100%;
                    position: absolute;
                    left: calc( 50% - 137px);
                    top: 60px;
                }

                #mobileapp__rightframe img{
                    width: 300px;
                }
}
@media screen and (max-height:500px){

nav {
	overflow: scroll;
}
#checklang {
	margin-bottom: 200px;
}

}