/* ****************** */
/*      BOOTSTRAP     */
/* ****************** */
@import url("/css/bootstrap.default.min.css");
@import url("/css/bootstrap-responsive.min.css");

/* Bootstrap-responsive Fix in Facebook Frame */
@media(width:810px){
    .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:780px}
    .span12{width:780px}
}

/* ****************** */
/*        BODY        */
/* ****************** */
body {
    margin: 0;
}

body.responsive {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}

body.wysihtml5-editor {
    padding: 0;
}

body.no-margin {

}

body.no-margin .container {
    width: 100%;
}

body.fixed {
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

body.max-820 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

body.max-820 .container {
    max-width: 820px;
}

body.fixed .container {
    width: 810px;
}

body.mobile {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

body.mobile .container {
    width: 480px;
}

body.freestyle {
    padding: 0;
}

/* ****************** */
/*       GENERAL      */
/* ****************** */
.center {
    text-align: center;
}

.right {
    float: right;
}

.full-width {
    width: 100%;
}

ul.horizontal li {
    display: inline-block;
}

.wysiwyg-text-align-left{
    text-align: left;
}

.wysiwyg-text-align-center {
    text-align: center;
}

.wysiwyg-text-align-right {
    text-align: right;
}

/* ****************** */
/*     PAGE HEADER    */
/* ****************** */
#page_header {
    position: relative;
    width: 100%;
    max-width: 810px;
    min-height: 40px;
    margin: 10px auto 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEE;
    vertical-align: middle;
    word-wrap: break-word;
}

#page_header .picture {
    position: absolute;
    left: 0;
    width: 30px;
}

#page_header .picture img {
    max-width: 30px;
    max-height: 30px;
}

#page_header .like {
    position: absolute;
    right: 0;
    top: 5px;
    width: 100px;
}

#page_header h1 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 110px 0 40px;
}

/* ****************** */
/*      APP HEADER    */
/* ****************** */
#app_header {
    max-width: 810px;
    text-align: center;
    margin: 0 auto;
}

/* ****************** */
/*     APP WRAPPER    */
/* ****************** */
#app_wrapper {
    position: relative;
    padding-bottom: 20px;
    max-width: 810px;
}

#app_wrapper > .row-fluid {
    margin-top: 20px;
}

body.fixed #app_wrapper,
body.mobile #app_wrapper,
body.freestyle #app_wrapper {
    padding-bottom: 0;
}

body.fixed #app_wrapper > .row-fluid:first-child,
body.mobile #app_wrapper > .row-fluid:first-child,
body.freestyle #app_wrapper > .row-fluid:first-child {
    margin-top: 0;
}

#app_wrapper > .row-fluid.not-spaced {
    margin-top: 0 !important;
}

#app_wrapper > .row-fluid.spaced {
    margin-top: 20px !important;
}

/* ****************** */
/*      APP FOOTER    */
/* ****************** */
#app_footer {
    position: relative;
    border-top: 1px #FFFFFF solid;
    width: 100%;
    margin: 0 auto;
    max-width: 810px;
    font-style: italic;
    font-size: 75%;
    line-height: 13px;
    margin-top: 10px;

    /* Overrides custom themes */
    /*background-color: #FFFFFF !important;*/
    /*color: #404040 !important;*/
}

#app_footer .wrapper {
    border-top: 1px #BFBFBF solid;
    padding: 5px;
    /*margin-top: 10px;*/
}

#app_footer a {
    /*color: #0088cc !important;*/
}


#app_footer a:hover, #app_footer a:active {
    /*color: #005580 !important;*/
}

#app_footer .disclaimer {

}

#app_footer .logo {
    float: right;
    padding: 5px;
}

/* ****************** */
/*      AUTH FORM     */
/* ****************** */
#auth-form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.controls .radio_list, .controls .checkbox_list {
    list-style: none;
}

.controls .radio_list input, .controls .checkbox_list input {
    margin-top: 0;
}

.controls .radio_list label, .controls .checkbox_list label {
    display: inline-block;
}

select.date {
    width: auto;
}

/* ******************* */
/* MERCIALYS AUTH FORM */
/* ******************* */
.mercialys-connect {
    display: none;

    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    overflow-y: scroll;

    z-index: 9999;
}

.mercialys-connect.mercialys-connect--open {
    display: block;
}

.mercialys-connect__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #2c2c2c;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}

.mercialys-connect__popup {
    position: absolute;

    top: 70px;
    left: 10%;
    width: 80%;

    margin-bottom: 50px;
    padding: 24px 0;

    background-color: #ffffff;
    border: 1px solid #2c2c2c;
}

.mercialys-connect__signup, .mercialys-connect__signin {
    width: 40%;
    padding: 0 5%;
    display: inline-block;

    vertical-align: top;
}

.mercialys-connect__signin {
}

.mercialys-connect__signup {
}

.mercialys-connect__close {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

@media(max-width: 600px) {

    .mercialys-connect__signup, .mercialys-connect__signin {
        width: 90%;
        padding: 0 5%;
        display: block;
    }

    .mercialys-connect__signup {
        margin-top: 40px;
        border-left: none;
    }

    .mercialys-connect__popup .full-width {
        width: 90% !important;
    }

}


/* ****************** */
/*      NO SCRIPT     */
/* ****************** */
#noscript-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.8;
    z-index: 9999;
}

#noscript-box {
    position: fixed;
    top: 30%;
    left: 50%;
    background-color: rgb(255, 191, 191);
    border: 1px solid rgb(210, 93, 88);
    width: 300px;
    margin-left: -150px;
    padding: 11px 15px;
    line-height: 1.3;
    color: #FF0000;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    z-index: 9999;
}

/* ****************** */
/*       BUTTONS      */
/* ****************** */
.btn-fb {
    display: inline-block;
    padding-left: 40px;
    height: 42px;
    background: transparent url("/images/fb-btn-l.png") no-repeat;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}

.btn-fb:hover {
    color: #fff;
}

.btn-fb > span:first-child {
    display: block;
    float: left;
    height: 18px;
    background: transparent url("/images/fb-btn-bg.png") repeat-x;
    padding: 12px 10px;
}

.btn-fb:hover > span:first-child {
    text-decoration: underline;
}

.btn-fb > span:last-child {
    display: block;
    float: left;
    height: 42px;
    width: 10px;
    background: transparent url("/images/fb-btn-r.png") no-repeat;
}

.fb-like {
    min-height: 20px;
}

/* ****************** */
/*       VIDEO        */
/* ****************** */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ****************** */
/*       PODIUM       */
/* ****************** */
.podium {
    margin-bottom: 20px;
}

.podium .table {
}

.podium .table .line {
    min-height: 50px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
}

.podium .table .line > div {
    height: 100%;
}

.podium .important {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

.podium img {
    max-width: 50px;
    max-height: 50px;
}

/* ****************** */
/*        PAGER       */
/* ****************** */
.dataTables_wrapper .paginate_button,
.dataTables_wrapper .paginate_active,
.dataTables_wrapper .dataTables_info {
    float: left;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin: 14px 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    margin: 13px 10px 13px 0;
}

.dataTables_wrapper .paginate_button, .dataTables_wrapper .paginate_active {
    background-color: #FFFFFF;
    border: 1px solid rgba(119, 156, 162, 0.37);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px 0 rgba(115, 163, 194, 0.11);
    cursor: pointer;
    display: block;
    font: 600 11px / 14px "Arial", "Helvetica Neue", Helvetica, sans-serif;
    height: 12px;
    margin: 0 0 0 8px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

.dataTables_wrapper .paginate_active,
.dataTables_wrapper .paginate_button:hover {
    color: rgba(38, 116, 205, 0.8);
    background-color: rgba(38, 116, 205, 0.2);
    border: 1px solid rgba(38, 116, 205, 0.6);
}

.dataTables_wrapper .paginate_button_disabled,
.dataTables_wrapper .paginate_button_disabled:hover {
    background-color: #FFF;
    text-shadow: 0 1px 0 #FFF;
    border: 1px solid rgba(119, 156, 162, 0.10);
    box-shadow: 0 1px 3px 0 rgba(115, 163, 194, 0);
    color: #DDD !important;
    cursor: pointer;
}

/* ****************** */
/*   LAYOUT SPECIFIC  */
/* ****************** */

/* ****************** */
/*        CUSTOM      */
/* ****************** */

    body {
        color: #404040;

            }

    
    .btn [class^="icon-"], [class*=" icon-"] {
        background-image: url("/img/glyphicons-halflings-white.png");
    }

    .btn {
        color: #FFFFFF;
        text-shadow: none;

        /* Background color reset */
        background-color: #4879ba;
        background-image: none;
        filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);

        border-color: #325582;
    }

    .btn.active, .btn:active {
        background-color: #7fa1cf;
        color: #FFFFFF;
    }

    .btn-group.open .btn.dropdown-toggle {
        background-color: #325582;
    }

    .btn:hover {
        color: #FFFFFF;
        background-color: #325582;

        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }


/* ****************** */
/*     APP SPECIFIC   */
/* ****************** */
        
            /*** OVERRIDE EUROPCAR CSS ***/
body{
    font-size: 14px !important;
    line-height: 20px !important;
    overflow-x: hidden;
}

body img {
    display: inline;
}

body #container, .container, #bodyPopup {
    text-align: left !important;
}
body.responsive a:link,
body.responsive a:hover,
body.responsive a:visited {
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

#auth-form input, #auth-form select, #auth-form textarea {
    border: none !important;
}

.control-label {
    color: #333;
}

#auth-form label {
    color: white !important;
    margin-bottom: 5px !important;
}

h1 span, h2 span, h3 span {
    display: block;
}

#rules_content span {
    display: block;
    margin-bottom: 10px;
}

#rules_content span.small {
    margin-bottom: 5px;
}

#rules_content a {
    color: rgb(254,225,51);
}

#rules_content table, #rules_content th, #rules_content td {
    border: 1px solid white;
    text-align: left;
    padding: 2px;
}

b, .bold {
    font-weight: bold !important;
}

a:hover {
    text-decoration: none;
}

.ec-btn {
    display: inline-block;
    padding: 10px 20px;
    min-width: 160px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #EAEAEA;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 5px 10px;
    color: #333;
    font-size: 1.4em;
    font-weight: 900;
    border-radius: 8px;
}
.ec-btn {
    text-transform: uppercase;
}

.ec-btn--main {
    color: #333;
    background-color: #ffda00;
}

.ec-btn--secondary {
    color: #fff !important;
    background-color: #037b00;
}

.search_btn {
    text-transform: none;
    font-size: 15px;
    max-width: 45%;
    min-width: initial;
    margin: 5px 0;
    padding: 5px 8px;
}

.search_btn.ec-btn--secondary {
    background: rgb(240,240,240);
    font-weight: normal;
    color: #333 !important;
}

#search_form {
    background: black;
    position: relative;
}

#search_form input[type=text] {
    width: 100%;
    height: 34px;
    margin: 0;
    background-color: black;
    border: 0;
    color: rgb(240,240,240);
}

#search_form input[type=submit] {
    width: 34px;
    height: 34px;
    background: black url('https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/picto_loupe.png') center center no-repeat;
    border: 0;
    position: absolute;
    top: 0;
    right: 10px;
}

.vote_btn, .example_btn {
    font-size: 16px;
    padding: 4px 0px;
    min-width: 110px;
    max-width: 200px;
    margin: 0;
}

.example_btn {
    cursor: default;
}

.file-btn .ec-btn {
    margin: 0;
    min-width: 200px;
}

#large_header{
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

#large_header a:link, #large_header a:hover, #large_header a:visited, #large_header a.openableHeaderLink__toggle {
    font-size: 12px;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

#footer a:link, #footer a:hover, #footer a:visited {
    color: #036b05;
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

#footer {
    font-family: Arial,Helvetica,Verdana,sans-serif;
}

iframe[name=google_conversion_frame] {
    display: none;
}

/*** ----- ***/


body.responsive {
    max-width: none;
    background: black url('https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/background.jpg') top center no-repeat;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}

body.responsive.app {
    background-position: center 40px !important;
}


body.special_country {
    background: black url('https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/background_special_country.jpg') top center no-repeat;
}

#app_wrapper {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto;
    font-size: 14px;
}

#main-content {
    max-width: 1200px;
    margin-bottom: 20px;
}

.shadow-bg-left {
    background: url('https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/tachenoir.png?v=1') no-repeat bottom left;
    background-position-x: -6px;
    background-position-y: 5px;
}

.shadow-bg-right {
    background: url('https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/tachenoir.png?v=1') no-repeat bottom right;
    background-position-x: 175px;
    background-position-y: 2px;
}

#app_footer {
    display: none;
}

#partners_box {
    padding: 20px 0;
    background-color: black;
}

#partners_box ul li {
    margin: 10px 20px;
    vertical-align: middle;
    font-size: 17px;
}

.row-fluid {
    position: relative;
    margin-top: 20px;
}

h1 {
    font-size: 35px !important;
    text-transform: uppercase;
    line-height: 40px !important;
    margin: 10px 0 !important;
    font-weight: bold !important;
}

h2 {
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 32px !important;
}

h3 {
    font-size: 22px !important;
    margin: 10px 0 !important;
}

ul.custom-style {
    list-style: none;
}

ul.custom-style li {
    display: inline-block;
}

.justify {
    text-align: justify;
}

.separator-bg-black {
    width: 50px;
    height: 3px;
    background-color: black;
    margin: 10px auto;
}

.separator-bg-grey {
    width: 100%;
    height: 3px;
    background-color: grey;
    margin: 10px auto;
    opacity: 0.2;
}

.header_menu {
    background-color: #ffffff;
    text-align: center;
    line-height: 28px;
}

.nav-collapse li {
    width: 14.286%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.nav-toggle {
    width: 100%;
    background: transparent url("https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/hamburger2.gif") no-repeat center right;
    background-position-x: 98%;
}

/*.header_menu .span2 {
    margin: 0;
}

.header_menu .bor {
    border-right: 1px solid white;
}*/

.header_menu li {

}

.header_menu a {
    color: #333333 !important;
    font-size: 14px;
    font-weight: bold;
}

.header_menu li a {
    display: block;
    padding: 5px 0px;
    word-wrap: break-word;
}

.header_menu li a span {
    display: block;
}

#steps_picture {
    display: none;
}

.step_picture {
    position: relative;
    min-height: 90px;
}

.step_picture img {
    z-index: 999;
    position: absolute;
    display: block;
}

.step_number {
    display: block;
    width: 41px;
    height: 40px;
    background: url('https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/petitpicto.png') no-repeat;
    color: white;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    float: left;
}

.step_text {
    margin-left: 50px;
    padding-top: 10px;
    font-weight: 600;
    text-align: left;
    font-size: 14px;
}

.step_text p {
    margin: 0;
}

.step_text p.uppercase {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    font-weight: bolder;
}

#seperator-step-left {
    position: absolute;
    top: 50px;
    left: 150px;
}

#seperator-step-right {
    position: absolute;
    top: 30px;
    right: 190px;
}

#tuto_mobile {
    display: none;
}

.bg-black {
    background: url('https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/black_overlay.png');
    color: white;
    padding: 30px;
}

.bg-black-full {
    background: black;
    color: white;
    padding: 30px;
}

.green_box_title {
    background-color: #10662d;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    padding: 7px;
    width: 310px;
    margin-top: -45px;
    margin-left: -65px;
    position: relative;
    text-align: center;
}

.yellow_box_title {
    background-color: #ffda00;
    color: black;
    font-size: 20px;
    font-weight: 100;
    padding: 7px;
    width: 140px;
    margin-top: -45px;
    margin-left: -75px;
    position: relative;
    text-align: center;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    line-height: 25px;
}

#auth-form {
    max-width: 80%;
    margin-top: 15px;
}

#auth-form input[type="text"],
#auth-form input[type="email"] {
    height: 30px;
    width: 100%;
}

#auth-form textarea {
    height: 30px;
    width: 100%;
    resize: none;
}

#auth-form .field {
    margin-top: 20px;
    position: relative;
}

#auth-form .field input[type=checkbox] {
    margin: 0;
    position: absolute;
    top: 25px;
}

#auth-form .field label {
    display: inline-block;
    margin-left: 20px;
}

#auth-form .field label a {
    color: white;
    text-decoration: underline;
}

.file-btn {
    position: relative;
    cursor: pointer;
    /*width: 408px;*/
    /*height: 58px;*/
}

.file-btn input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    visibility: hidden;
}

#fancybox-wrap {
    padding: 0 !important;
}

.gallery_element {
    background-color: black;
    color: white;
    margin-bottom: 20px;
    font-size: 14px;
}

.no-mg-left {
    margin-left: 0 !important;
}

.gallery_element ul {
    margin: 0;
}

.element_picture {
    text-align: center;
    overflow: hidden;
    height: 185px;
    position: relative;
    padding: 10px;
}

.element_picture .play_btn {
    position: absolute;
    top: 60px;
    left: 40%;
    max-width: none;
    max-height: none;
}

.element_picture img {
    max-width: 100%;
    max-height: 100%;
}

.element_info {
    position: relative;
    margin: 10px 0px;
    padding: 0 10px;
    height: 20px;
    overflow: hidden;
}

.element_info div {
    max-width: 85%;
}

.element_info ul {
    position: absolute;
    top: 0;
    right: 10px;
}

.vote_btn, .example_btn {
    float: right;
}

.element_actions {
    margin: 25px 0px 15px 0;
    padding: 0 10px;
}

.element_actions ul {
    width: 100px;
}

.element_actions ul li {
    width: 28px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #10662d;
    text-align: center;
}

.element_actions .li-border {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.social_btn {
    display: block;
}

.gallery_pagination a {
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    color: white !important;
}

.gallery_pagination a.paginate_active, .gallery_pagination a.previous, .gallery_pagination a.next {
    color: #ffda00 !important;
    font-size: 20px !important;
}

#grand_prize a {
    color: rgb(254,225,51);
}

/* HEADER MOBILE */
#mobile-header *,
#mobile-header *:before,
#mobile-header *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mobile-header .clearfix:after,
#mobile-header .line:after,
#mobile-header .mod:after {
    clear: both;
}

#mobile-header {
    position: relative;
    width: 100%;
    z-index: 1030;
}

#mobile-header header {
    width: 100%;
    /*padding: 7%;*/
    /*background: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/header.jpg);*/
    /*background-size: contain;*/
    /*background-position: 0 0;*/
    /*background-repeat: no-repeat;*/
    position: relative;
    /*top: 0;*/
}

#mobile-header header .header-background {
    width: 100%;
}

#mobile-header header a{
    margin-top: -5px;
    position: absolute;
    right: 10px;
}

#mobile-header header h1 {
    margin: 0;
}

#menuButton{
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}

#menuButton img{
    height: 14px;
    margin: auto 0;
}

#rightMenu{
    background-color: #333333;
    width: 80%;
    position: absolute;
    left: 100%;
    top: 0px;
    height: 100%;
    overflow-y: scroll;
}

#rightMenu .scrollableSection{
    top: 0;
    height: 100%
}

#rightMenu .row{
    margin: 0px;
    font-size: 1.2em;
    padding: 0;
    border-bottom: 1px solid #666666;
}

#rightMenu .row a{
    color: white;
    font-weight: normal;
    position: relative;
    display: block;
    width: 97%;
    height: 44px;
    padding: 10px;
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: right;
}

#rightMenu .row a, #rightMenu .row a:hover, #rightMenu .row a:focus{
    text-decoration: none;
}

#rightMenu .row a#menu_close{background-image: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/icon_menu_close.png)}
#rightMenu .row a#menu_language{background-image: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/icon_menu_flag.png)}
#rightMenu .row a#menu_currency{background-image: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/icon_menu_eur.png)}
#rightMenu .row a#menu_log{background-image: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/icon_menu_profile.png)}
#rightMenu .row a#menu_bookings{background-image: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/icon_menu_bookings.png)}
#rightMenu .row a#menu_locator{background-image: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/icon_menu_map.png)}
#rightMenu .row a#menu_phone{background-image: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/icon_menu_phone.png)}
#rightMenu .row a#menu_questions{background-image: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/icon_menu_question.png)}
#rightMenu .row a#menu_getapp{background-image: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/icon_menu_mobile.png)}
#rightMenu .row a#menu_desktop{background-image: url(https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/icon_menu_desktop.png)}

#rightMenu .row.area_title a{
    background-color: #cccccc;
    color: #333333;
    height: 20px;
    font-size: 0.7em;
    padding: 2px 10px;
    width: 100%
}

#rightMenu .row.small a{
    padding: 7px 10px;
    font-size: 0.8em;
    height: 30px;
}

.menuSelectContainer{
    position: relative;
}

.menuSelectContainer select{
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    margin: 10px 0;
}

#mobile-header .inner {
    position: fixed;
    width: 100%;
    left: 100%;
    top: 0;
    height: 100%;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#mobile-header .inner .inner-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#mobile-header .inner.atLeftPosition{
    left: -80%;
}

/* HEADER DESKTOP */
#large_header .h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px;
}

#large_header .main-header .header-wrapper {
    background: none;
    text-align: center;
}

#large_header {
    background: #037b00 radial-gradient(farthest-corner at 100% 0 , #81be38, #037b00 70%) no-repeat scroll 100% 100%;
    position: relative;
    text-align: center;
}
#large_header .main-header {
    height: 117px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    text-align: center;
}

#large_header .main-logo {
    margin: 0 auto;
    padding-top: 29px;
    text-align: left;
    width: 918px;
    background: none;
    height: auto;
}

#large_header .main-logo a {
    position: static;
}

#large_header .main-logo #logoLink {
    background: transparent url("https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/lg_header.png") no-repeat scroll 0 0;
    display: block;
    height: 108px;
    margin-left: -100px;
    width: 683px;
}

#large_header .nav-main {
    background: #000 none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

#large_header .nav-main li a {
    font-weight: normal;
}

#large_header .nav-main > ul {
    margin: 0 auto;
    position: relative;
    width: 950px;
    text-align: center;
}

#large_header .nav-main > ul > li:first-child {
    border-left: 1px solid #d8d8d8;
}

#large_header .nav-main > ul > li {
    border-right: 1px solid #d8d8d8;
    float: left;
    height: 29px;
    margin: -1px;
    text-align: center;
}

#large_header .nav-main > ul > li > a {
    color: #fff;
    display: inline-block;
    line-height: 29px;
    padding: 0 15px;
    text-decoration: none;
    text-align: center;
}

#large_header .nav-main > ul > li > a:hover {
    color: #F9D200;
}

#large_header .nav-main > ul > li #homeLink {
    background: transparent url("https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/el_home.png") no-repeat scroll 50% 50%;
    padding: 0;
    text-indent: -3000px;
    width: 46px;
}

#openableHeaderLink div#arrowImage {
    background: rgba(0, 0, 0, 0) url("https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/Dropdown_Arrow_Sprite.png") no-repeat scroll 0 2px;
    display: inline-block;
    height: 10px;
    left: 7px;
    position: relative;
    width: 10px;
}

#helpLayer {
    background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #f9d200;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    display: none;
    margin-left: auto;
    position: absolute;
    width: 225px;
    z-index: 9999 !important;
}

#helpLayer.show {
    display: block!important;
}

#helpLayer #helpWelc {
    padding: 15px 15px 5px;
    text-align: left;
}

#helpLayer #helpOptions {
    padding: 0 15px 5px;
    text-align: left;
}

#helpLayer #helpOptions a, #selectCountryDiv #selectCountryLink a {
    background: #f0f0f0 none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    outline: medium none;
    padding: 10px;
}

#large_header .nav-main > ul > li.opened a.opened {
    color: #333;
}

#openableHeaderLink.opened div#arrowImage {
    background-position: 0 -11px;
}

#helpLayer.show {
    z-index: 9999!important;
}

#footer_mobile {
    display: none;
    background: #333;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
}

#footer_mobile a {
    color: #fff !important;
}

.nav-toggle {
    background: transparent url("https://2df8908546472f50f2f1-9a9b35f7cd19fc837a69222ef2bcc6bd.ssl.cf3.rackcdn.com/hamburger_black.png") no-repeat center right;
    background-position-x: 98%;
}

@media (min-width: 1200px) {
    .shadow-bg-left {
        background-position-x: 10px;
        background-position-y: 5px;
    }

    .shadow-bg-right {
        background-position-x: 205px;
        background-position-y: 5px;
    }
}

@media (max-width: 1200px) {
    #seperator-step-left {
        left: 110px;
    }

    #seperator-step-right {
        right: 160px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 765px;
    }

    .nav-collapse, .nav-collapse.collapse {
        height: auto;
        width: 100%;
    }

    .step_picture img {
        display: none;
    }

    #seperator-step-left {
        display: none;
    }

    #seperator-step-right {
        display: none;
    }

    #steps_picture {
        display: block;
        position: absolute;
        top: 0;
        left: 50px;
    }

    .shadow-bg-left {
        background-position-x: -9px;
        background-position-y: -10px;
    }

    .shadow-bg-right {
        background-position-x: 110px;
        background-position-y: -17px;
    }
}

@media (min-width: 768px) {
    .header_menu a.active,
    .header_menu li a:hover
    {
        background-color: rgb(254,225,51)!important;
    }

    .header_menu li a.active,
    .header_menu li a:hover
    {
        color: #333!important;
        text-decoration: none;
    }

    #mobile-header {
        display: none;
    }
}

@media (max-width: 767px) {
    body.responsive.app {
        background-position: center 0px !important;
    }

    #mobile-header {
        display: block;
    }
    .header_menu .nav-collapse a.active,
    .header_menu .nav-collapse a:active
    {
        background-color: rgb(254,225,51)!important;
    }

    #large_header {
        display: none;
    }

    #footer {
        display: none!important;
    }

    .nav-toggle {
        display: block;
        padding: 5px 0;
    }

    .nav-collapse, .nav-collapse.collapse {
        height: auto;
        width: 100%;
    }

    .nav-collapse li {
        width: 100%;
    }

    h2 {
        font-size: 19px;
        line-height: 25px;
    }

    .green_box_title {
        margin-left: -35px;
    }

    .green_box_title img {
        display: none;
    }

    .file-btn {
        /*width: 175px;*/
        /*height: 25px;*/
    }

    #tuto_desktop {
        display: none;
    }

    #tuto_mobile {
        display: block;
        text-align: left;
        padding-right: 20px;
        padding-left: 20px;
    }

    .step {
        margin-bottom: 30px;
    }

    .step ul {
        list-style: none;
        margin: 0;
    }

    .step ul li {
        display: inline-block;
        max-width: 63%;
        vertical-align: top;
    }

    .step ul li img {
        max-width: 80px;
    }

    .mob-video-connect {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .element_actions {
        height: 40px;
    }

    .element_actions ul {
        width: 135px;
    }

    #partners_box ul li {
        display: block;
        margin: 20px auto;
    }

    .justify {
        text-align: left;
    }

    .step_text {
        margin-left: 10px;
    }

    #footer_mobile {
        display: block;
    }

    .ec-btn {
        padding: 10px 0;
        width: 100%;
    }

    .file-btn .ec-btn {
        font-size: 15px;
    }

    .example_btn, .vote_btn {
        padding: 4px 0px;
        max-width: 130px;
    }

    .shadow-bg-left {
        background: none;
    }

    .shadow-bg-right {
        background: none;
    }

    .yellow_box_title {
        margin-left: -30px;
        -ms-transform: rotate(-0deg);
        -webkit-transform: rotate(-0deg);
        transform: rotate(0deg);
    }
}    
        