                        /*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
                    /****Top layer style***/
                    
                    .custom__top-layer {
                        padding: 20px 4vw;
                        background-color: #004b6c;
                    }
                    
                    .custom__top-layer p {
                        margin: 0;
                        color: white;
                        font-family: "Barlow";
                    }
                    
                    .custom__top-layer a {
                        cursor: pointer;
                        background-color: white;
                        color: #004b6c;
                        padding: 5px 15px;
                        border-radius: 1000px;
                        text-decoration: none;
                        font-family: "Barlow";
                        font-weight: 500;
                        margin: 5px 5px 5px 0px;
                        width: fit-content;
                        text-align: center;
                        display: inline-flex;
                    }
                    
                    .custom__top-layer a:hover {
                        text-decoration: none;
                        background-color: #004b6c;
                        color: white;
                    }
                    
                    #top-layer {
                        position: relative;
                        display: none;
                    }
                    
                    #top-layer .close-button {
                        position: absolute;
                        right: 10px;
                        top: 5px;
                        color: white;
                        cursor: pointer;
                        font-size: 20px;
                    }
                    /****End top layer style***/
                    /*****Pour template des page****/
                    
                    #page-template-container .item-page {
                        display: none;
                    }
                    
                    #page-template-container .article-category-orange {
                        display: none;
                    }
                    
                    #page-template-container .title_left {
                        margin: 0 0 150px 0;
                    }
                    
                    #page-template-container h1 {
                        color: white;
                        text-align: center;
                    }
                    
                    #page-template-container .pub_date {
                        display: none;
                    }
                    /****End pour template des page****/
                    /***Pour template page nous choisir***/
                    
                    #pourquoi-nous-choisir-section {
                        position: relative;
                        display: -webkit-inline-box;
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        font-family: "Barlow", sans-serif;
                        gap: calc(20% / 5);
                    }
                    
                    .pourquoi-nous-choisir-bloc1 {
                        margin-top: 175px;
                    }
                    
                    .pourquoi-nous-choisir-bloc2 {
                        margin-top: 100px;
                    }
                    
                    #pourquoi-nous-choisir-section h2 {
                        width: 100%;
                        font-size: 40px;
                        color: #004b6c;
                        font-weight: 900;
                        margin: 0 0 50px 0;
                    }
                    
                    #pourquoi-nous-choisir-section .bloc-pourquoi-choisir {
                        width: calc(100% / 5);
                        display: -ms-grid;
                        display: grid;
                        -ms-grid-rows: 90px auto auto;
                        grid-template-rows: 90px auto auto;
                        min-width: 250px;
                        justify-items: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }
                    
                    #pourquoi-nous-choisir-section p {
                        font-size: 16px;
                        color: black;
                        font-weight: 400;
                        text-align: center !important;
                    }
                    
                    #pourquoi-nous-choisir-section h3 {
                        font-size: 23px;
                        font-weight: 900;
                        color: #004b6c;
                        text-align: center;
                    }
                    /***End template page nous choisir***/
                    
                    .conference-voyage {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 5%;
                    }
                    
                    .conference-voyage .custom {
                        flex: 1 1 35%;
                    }
                    
                    .conference-voyage .articleaccordionholder {
                        flex: 1 1 60%;
                    }
                    
                    #event-calendar-zoho {
                        display: block;
                    }
                    
                    .iframe-container iframe {
                        max-height: 90%;
                    }
                    
                    .iframe-container i {
                        position: absolute;
                        top: 2px;
                        right: 10px;
                        color: white;
                        font-style: normal;
                        display: none;
                    }
                    
                    #event-calendar-link {
                        display: none;
                        height: auto;
                        font-style: normal;
                        background-color: #004b6c;
                        border-radius: 1000px;
                        padding: 10px 20px !important;
                        color: white;
                        line-height: 20px;
                        border: none;
                    }
                    /***Template page conference voyage***/
                    /***End conference voyage****/
                    
                    .dTreeNode.continentNode.continentAccordeon>div {
                        border-bottom: none;
                    }
                    /********************************************************/
                    
                    .articleBody p {
                        font-family: "Barlow", sans-serif;
                        font-size: 16px;
                        line-height: 1.5;
                        font-weight: 400;
                        text-align: left !important;
                    }
                    
                    #category_text {
                        width: 1200px;
                        margin: auto auto 0 auto;
                    }
                    
                    div#cat_text_container {
                        display: none;
                    }
                    
                    #cat_text {
                        font-family: "Barlow", sans-serif;
                        background-color: rgba(0, 75, 108, 0.85);
                        width: -webkit-fit-content;
                        width: -moz-fit-content;
                        width: fit-content;
                        max-width: 50%;
                        height: auto;
                        color: #ffffff;
                        padding: 30px;
                        border-radius: 15px 15px 0 0;
                    }
                    
                    #cat_text h1 {
                        font-size: 30px;
                        font-weight: 900;
                    }
                    
                    #cat_text .cat_text_body {
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 20px;
                    }
                    
                    #cat_text .cat_text_body>p {
                        color: #fff;
                    }
                    
                    @media screen and (max-width: 991px) {
                        #cat_text {
                            padding: 20px;
                            margin: 0;
                        }
                    }
                    
                    @media screen and (max-width: 400px) {
                        #cat_text {}
                    }
                    
                    .header-background-default {
                        /* header page catalogue*/
                        background-image: url(../../../img/background/header_background_default.jpg), -webkit-gradient(linear, left top, left bottom, from(#004b6c), color-stop(30%, transparent));
                        background-image: url(../../../img/background/header_background_default.jpg), -o-linear-gradient(top, #004b6c, transparent 30%);
                        background-image: url(../../../img/background/header_background_default.jpg), linear-gradient(180deg, #004b6c, transparent 30%);
                        /*background-image: linear-gradient(180deg, rgb(63, 63, 66), transparent 50%);*/
                        background-blend-mode: multiply;
                        background-repeat: no-repeat;
                        background-size: cover;
                        min-height: 500px;
                        background-position: center center;
                        -o-object-fit: cover;
                        object-fit: cover;
                        display: flex;
                        flex-direction: column;
                    }
                    
                    .promotion-tag {
                        display: none;
                        position: absolute;
                        width: 20%;
                        opacity: .8;
                        background-blend-mode: multiply;
                    }
                    
                    .promotion-tag-package-parent {
                        top: 8%;
                        right: 6%;
                    }
                    
                    .promotion-tag-package-child {
                        top: 2%;
                        right: 6%;
                    }
                    
                    .header-background-brochures {
                        background-color: #004b6c;
                        background-size: cover;
                        -webkit-background-size: cover;
                        width: 100%;
                        height: 500px;
                    }
                    
                    .header-background-brochures:after {
                        content: "";
                        width: 120%;
                        height: 100px;
                        padding-top: 20%;
                        border-radius: 50%;
                        background: #cce4f0;
                        position: absolute;
                        top: 400px;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        transform: translateX(-50%);
                    }
                    
                    .header-background-nous-joindre {
                        background-color: #004b6c;
                        background-size: cover;
                        -webkit-background-size: cover;
                        width: 100%;
                        height: 500px;
                    }
                    
                    .header-background-nous-joindre:after {
                        content: "";
                        width: 120%;
                        height: 100px;
                        padding-top: 20%;
                        border-radius: 50%;
                        background: #ffffff;
                        position: absolute;
                        top: 390px;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        transform: translateX(-50%);
                    }
                    
                    @media (max-width: 750px) {
                        .header-background-nous-joindre:after {
                            top: 255px;
                            height: 188px;
                        }
                        .header-background-nous-joindre {
                            height: 400px;
                        }
                    }
                    
                    @media (max-width: 650px) {
                        .brochures-page .header-background-brochures:after {
                            top: 450px;
                        }
                    }
                    
                    .header-background-search {
                        background-color: #004b6c;
                        background-size: cover;
                        -webkit-background-size: cover;
                        width: 100%;
                        height: 400px;
                    }
                    
                    @media (max-width: 990px) {
                        .header-background-search {
                            top: 300px;
                        }
                    }
                    
                    @media (max-width: 990px) {
                        .header-background-search {
                            top: 260px;
                        }
                    }
                    
                    .header-background-enaction {
                        background-color: #004b6c;
                        background-size: cover;
                        -webkit-background-size: cover;
                        width: 100%;
                        height: 500px;
                    }
                    
                    .header-background-enaction:after {
                        content: "";
                        width: 120%;
                        height: 100px;
                        padding-top: 20%;
                        border-radius: 50%;
                        background: #fff;
                        position: absolute;
                        top: 400px;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        transform: translateX(-50%);
                    }
                    
                    @media screen and (max-width: 1200px) {
                        .view-article.itemid127 .header-background-enaction {
                            height: 400px;
                        }
                        .view-article.itemid127 .header-background-enaction:after {
                            top: 300px;
                        }
                    }
                    
                    @media screen and (max-width: 1920px) {
                        .promotion-tag-package-parent {
                            top: 3%;
                        }
                        .promotion-tag-package-child {
                            top: 3%;
                        }
                    }
                    
                    @media screen and (max-width: 1700px) {
                        .promotion-tag-package-parent {
                            /* top: 10%; */
                            top: 5%;
                        }
                        .promotion-tag-package-child {
                            /* top: 3.5%; */
                            top: 5%;
                        }
                    }
                    
                    @media screen and (max-width: 1280px) {
                        .promotion-tag-package-parent {
                            top: 13%;
                        }
                        /* .promotion-tag-package-child{
    top:7%;  
  } */
                    }
                    
                    @media screen and (max-width: 990px) {
                        .promotion-tag-package-parent {
                            top: 2%;
                            right: 71% !important;
                            width: 22%;
                            /* right: 27%; */
                        }
                        .promotion-tag-package-child {
                            top: 1%;
                            right: 63% !important;
                            width: 22%;
                            /* right: 27%; */
                        }
                    }
                    
                    @media screen and (max-width: 750px) {
                        .promotion-tag-package-parent {
                            width: 32%;
                            top: 1%;
                        }
                        .promotion-tag-package-child {
                            width: 25%;
                            top: 1%;
                        }
                        .view-article.itemid127 .header-background-enaction {
                            height: 500px;
                        }
                        .view-article.itemid127 .header-background-enaction:after {
                            top: 450px;
                        }
                    }
                    
                    @media screen and (max-width: 500px) {
                        .promotion-tag-package-parent {
                            width: 27%;
                            top: 1.5% !important;
                            /* top: 3.5%; */
                        }
                        .promotion-tag-package-child {
                            width: 35%;
                            top: 1.4%;
                        }
                        .view-article.itemid127 .header-background-enaction {
                            height: 380px;
                        }
                        .view-article.itemid127 .header-background-enaction:after {
                            top: 320px;
                        }
                        .view-article.itemid127 .minus-margin-top-news {
                            margin-top: -230px !important;
                        }
                        #event-calendar-zoho {
                            position: fixed;
                            height: 100vh;
                            width: 100vw;
                            z-index: 999;
                            top: 0;
                            left: 0;
                            display: none;
                            align-items: flex-end;
                            background-color: #004b6c;
                        }
                        .iframe-container i {
                            display: block;
                        }
                        #event-calendar-link {
                            display: inline-block;
                        }
                    }
                    
                    .header-background-corpo {
                        background-color: #004b6c;
                        background-size: cover;
                        -webkit-background-size: cover;
                        width: 100%;
                        height: 500px;
                    }
                    
                    .header-background-corpo:after {
                        content: "";
                        width: 120%;
                        height: 100px;
                        padding-top: 20%;
                        border-radius: 50%;
                        background: #fff;
                        position: absolute;
                        top: 400px;
                        left: 50%;
                        -webkit-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        transform: translateX(-50%);
                    }
                    
                    @media screen and (max-width: 1200px) {
                        .header-background-corpo {
                            height: 350px !important;
                        }
                        .header-background-corpo:after {
                            top: 295px !important;
                        }
                    }
                    
                    @media screen and (max-width: 650px) {
                        .header-background-corpo:after {
                            top: 370px !important;
                        }
                        .header-background-corpo {
                            height: 400px !important;
                        }
                        .conference-voyage {
                            display: block;
                        }
                    }
                    
                    .minus-margin-top {
                        margin-top: -250px;
                    }
                    
                    .minus-margin-top-news {
                        margin-top: -280px !important;
                    }
                    
                    .minus-margin-top-news .item-image img {
                        width: 350px;
                    }
                    
                    .return_div_news {
                        color: #ffffff;
                        font-family: "Barlow", sans-serif;
                        font-size: 16px;
                        font-weight: 600;
                        margin-bottom: 50px;
                    }
                    
                    .return_div_news a:hover,
                    .return_div_news a:active {
                        color: #ffffff;
                    }
                    
                    .return_div_news:before {
                        content: "\f2ea";
                        font-family: "FontAwesome";
                        position: relative;
                        top: 3px;
                        display: inline-block;
                        font-style: normal;
                        font-weight: normal;
                        line-height: 1;
                        font-size: 18px;
                        padding-right: 5px;
                    }
                    
                    .article-category-orange {
                        font-family: "Barlow", sans-serif;
                        font-size: 18px;
                        line-height: 18px;
                        font-weight: 600;
                        color: #ff561c;
                        text-transform: uppercase;
                        margin-top: 130px;
                        margin-bottom: 20px;
                    }
                    
                    .article-title-blue h1 {
                        color: #004b6c;
                        font-family: "Barlow", sans-serif;
                        border-style: none;
                        font-size: 45px;
                        font-weight: 900;
                    }
                    
                    .article-title-blue {
                        border-bottom: none;
                    }
                    
                    .pub_date {
                        font-weight: 600;
                        padding-bottom: 20px;
                        font-family: "Barlow", sans-serif;
                        line-height: 0.5;
                    }
                    
                    .align_image_title {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }
                    
                    .align_image_title .item-page {
                        width: 45%;
                    }
                    
                    .title_left {
                        width: 100%;
                    }
                    
                    @media screen and (max-width: 1200px) {
                        .align_image_title .item-page {
                            width: 75%;
                        }
                        .minus-margin-top-news {
                            margin-top: -230px !important;
                        }
                    }
                    
                    @media screen and (max-width: 992px) {
                        .article-title-blue h1 {
                            font-size: 35px;
                            word-wrap: break-word;
                        }
                        .align_image_title .item-page {
                            width: 100%;
                        }
                        #category_text {
                            width: 100%;
                        }
                        #cat_text {
                            max-width: 80%;
                        }
                    }
                    
                    @media screen and (max-width: 750px) {
                        /* .minus-margin-top-news {
		margin-top: -400px;
	} */
                        .article-title-blue h1 {
                            font-size: 35px;
                        }
                        .article-category-orange {
                            margin-top: 50px;
                        }
                        .align_image_title {
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                        }
                        .view-article .align_image_title .pull-left.item-image {
                            margin-left: 0;
                            margin: auto;
                            float: none !important;
                        }
                        .minus-margin-top-news .item-image img {
                            width: 100%;
                        }
                    }
                    /* infolettre form*/
                    
                    .subscribe-newsdiv {
                        background-image: url(../../../img/background/abonnezvous0.jpg);
                        background-repeat: no-repeat;
                        background-size: cover;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        height: auto;
                    }
                    
                    #subscribe_news_img {
                        /* height: 90px; */
                        /* width: 30%; */
                        background-image: url(../../../img/abonnezvous-envelope.jpg);
                        background-repeat: no-repeat;
                        background-position: center center;
                        background-size: contain;
                        padding: 10%;
                        margin: 10px;
                    }
                    
                    .subscribe-form1 {
                        background-color: white;
                        position: relative;
                        width: 600px;
                        text-align: center;
                        border-radius: 14px;
                        padding: 15px;
                        margin: 65px 0px;
                    }
                    
                    .subscribe-form1 label {
                        color: #004b6c;
                        font-size: 25px;
                        font-weight: 700;
                        font-family: "Barlow", sans-serif;
                        line-height: 30px;
                    }
                    
                    .subscribe-form1-text {
                        text-align: center;
                        padding: 2%;
                        padding-bottom: 0;
                        font-size: 16px;
                        font-weight: 500;
                        font-family: "Barlow", sans-serif;
                        line-height: 23px;
                    }
                    
                    @media screen and (max-width: 991px) {
                        .subscribe-newsdiv {
                            margin-left: -15px;
                            margin-right: -15px;
                        }
                    }
                    
                    @media screen and (max-width: 650px) {
                        .subscribe-form1 {
                            width: 90%;
                        }
                    }
                    /* //infolettre form*/
                    
                    .subscribe-button {
                        display: inline-block;
                        height: 40px;
                        line-height: 40px;
                        font-family: "Barlow Condensed", "Barlow", sans-serif;
                        font-size: 14px;
                        font-weight: bold;
                        text-transform: none;
                        text-decoration: none;
                        color: white;
                        background-color: #16466f;
                        padding: 0 40px;
                        text-align: center;
                        border-radius: 18px;
                        border-style: solid;
                    }
                    /* infolettre form*/
                    
                    article,
                    aside,
                    details,
                    figcaption,
                    figure,
                    footer,
                    header,
                    hgroup,
                    nav,
                    section {
                        display: block;
                    }
                    
                    audio,
                    canvas,
                    video {
                        display: inline-block;
                        *display: inline;
                        *zoom: 1;
                    }
                    
                    audio:not([controls]) {
                        display: none;
                    }
                    
                    html {
                        overflow-x: hidden;
                        font-size: 100%;
                        -webkit-text-size-adjust: 100%;
                        -ms-text-size-adjust: 100%;
                    }
                    
                     :hover,
                     :focus {
                        outline: none !important;
                    }
                    /*
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
*/
                    
                    a:hover,
                    a:active,
                    a:focus {
                        outline: none !important;
                    }
                    
                    input::-moz-focus-inner {
                        border: 0 !important;
                    }
                    
                    sub,
                    sup {
                        position: relative;
                        font-size: 75%;
                        line-height: 0;
                        vertical-align: baseline;
                    }
                    
                    sup {
                        top: -0.5em;
                    }
                    
                    sub {
                        bottom: -0.25em;
                    }
                    
                    img {
                        max-width: 100%;
                        width: auto \9;
                        height: auto;
                        vertical-align: middle;
                        border: 0;
                        -ms-interpolation-mode: bicubic;
                    }
                    
                    #map_canvas img,
                    .google-maps img,
                    .gm-style img {
                        max-width: none;
                    }
                    
                    .rtl .navigation .nav-child {
                        left: auto;
                        right: 0;
                    }
                    
                    .rtl .navigation .nav>li>.nav-child:before {
                        left: auto;
                        right: 12px;
                    }
                    
                    .rtl .navigation .nav>li>.nav-child:after {
                        left: auto;
                        right: 13px;
                    }
                    
                    .clearfix {
                        *zoom: 1;
                    }
                    
                    .clearfix:before,
                    .clearfix:after {
                        display: table;
                        content: "";
                        line-height: 0;
                    }
                    
                    .clearfix:after {
                        clear: both;
                    }
                    
                    .hide-text {
                        font: 0/0 a;
                        color: transparent;
                        text-shadow: none;
                        background-color: transparent;
                        border: 0;
                    }
                    
                    .input-block-level {
                        display: block;
                        width: 100%;
                        min-height: 28px;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }
                    
                    body {
                        margin: 0;
                        font-family: "Barlow", sans-serif;
                        font-size: 13px;
                        line-height: 18px;
                        color: #333;
                        overflow-x: hidden;
                        background-color: #fff;
                    }
                    
                    a {
                        text-decoration: none;
                    }
                    
                    a:hover,
                    a:focus {
                        color: #005580;
                        text-decoration: underline;
                        -webkit-transition: all 0.5s ease 0s;
                        -o-transition: all 0.5s ease 0s;
                        transition: all 0.5s ease 0s;
                    }
                    
                    .img-rounded {
                        border-radius: 6px;
                    }
                    
                    .img-polaroid {
                        padding: 4px;
                        background-color: #fff;
                        border: 1px solid #ccc;
                        border: 1px solid rgba(0, 0, 0, 0.2);
                        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
                    }
                    
                    .img-circle {
                        border-radius: 500px;
                    }
                    
                    .row {
                        margin-left: -20px;
                        *zoom: 1;
                    }
                    
                    .row:before,
                    .row:after {
                        display: table;
                        content: "";
                        line-height: 0;
                    }
                    
                    .row:after {
                        clear: both;
                    }
                    
                    [class*="span"] {
                        float: left;
                        min-height: 1px;
                        margin-left: 20px;
                    }
                    
                    .row-fluid {
                        width: 100%;
                        *zoom: 1;
                    }
                    
                    .row-fluid:before,
                    .row-fluid:after {
                        display: table;
                        content: "";
                        line-height: 0;
                    }
                    
                    .row-fluid:after {
                        clear: both;
                    }
                    
                    .row-fluid [class*="span"] {
                        display: block;
                        width: 100%;
                        min-height: 28px;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        float: left;
                        margin-left: 2.127659574%;
                        *margin-left: 2.0744680846383%;
                    }
                    
                    .row-fluid [class*="span"]:first-child {
                        margin-left: 0;
                    }
                    
                    .row-fluid .controls-row [class*="span"]+[class*="span"] {
                        margin-left: 2.127659574%;
                    }
                    
                    .row-fluid .span12 {
                        width: 99.99999999%;
                        *width: 99.946808500638%;
                    }
                    
                    .row-fluid .span11 {
                        width: 91.489361693%;
                        *width: 91.436170203638%;
                    }
                    
                    .row-fluid .span10 {
                        width: 82.978723396%;
                        *width: 82.925531906638%;
                    }
                    
                    .row-fluid .span9 {
                        width: 74.468085099%;
                        *width: 74.414893609638%;
                    }
                    
                    .row-fluid .span8 {
                        width: 65.957446802%;
                        *width: 65.904255312638%;
                    }
                    
                    .row-fluid .span7 {
                        width: 57.446808505%;
                        *width: 57.393617015638%;
                    }
                    
                    .row-fluid .span6 {
                        width: 48.936170208%;
                        *width: 48.882978718638%;
                    }
                    
                    .wrapper {
                        position: relative;
                    }
                    
                    .row-fluid .span5 {
                        width: 40.425531911%;
                        *width: 40.372340421638%;
                    }
                    
                    .row-fluid .span4 {
                        width: 31.914893614%;
                        *width: 31.861702124638%;
                    }
                    
                    .row-fluid .span3 {
                        width: 23.404255317%;
                        *width: 23.351063827638%;
                    }
                    
                    .row-fluid .span2 {
                        width: 14.89361702%;
                        *width: 14.840425530638%;
                    }
                    
                    .row-fluid .span1 {
                        width: 6.382978723%;
                        *width: 6.3297872336383%;
                    }
                    
                    .row-fluid .spanSP {
                        width: 14.285714%;
                        *width: 14.285714%;
                    }
                    
                    .row-fluid .offset12 {
                        margin-left: 104.255319138%;
                        *margin-left: 104.14893615928%;
                    }
                    
                    .row-fluid .offset12:first-child {
                        margin-left: 102.127659564%;
                        *margin-left: 102.02127658528%;
                    }
                    
                    .row-fluid .offset11 {
                        margin-left: 95.744680841%;
                        *margin-left: 95.638297862277%;
                    }
                    
                    .row-fluid .offset11:first-child {
                        margin-left: 93.617021267%;
                        *margin-left: 93.510638288277%;
                    }
                    
                    .row-fluid .offset10 {
                        margin-left: 87.234042544%;
                        *margin-left: 87.127659565277%;
                    }
                    
                    .row-fluid .offset10:first-child {
                        margin-left: 85.10638297%;
                        *margin-left: 84.999999991277%;
                    }
                    
                    .row-fluid .offset9 {
                        margin-left: 78.723404247%;
                        *margin-left: 78.617021268277%;
                    }
                    
                    .row-fluid .offset9:first-child {
                        margin-left: 76.595744673%;
                        *margin-left: 76.489361694277%;
                    }
                    
                    .row-fluid .offset8 {
                        margin-left: 70.21276595%;
                        *margin-left: 70.106382971277%;
                    }
                    
                    .row-fluid .offset8:first-child {
                        margin-left: 68.085106376%;
                        *margin-left: 67.978723397277%;
                    }
                    
                    .row-fluid .offset7 {
                        margin-left: 61.702127653%;
                        *margin-left: 61.595744674277%;
                    }
                    
                    .row-fluid .offset7:first-child {
                        margin-left: 59.574468079%;
                        *margin-left: 59.468085100277%;
                    }
                    
                    .row-fluid .offset6 {
                        margin-left: 53.191489356%;
                        *margin-left: 53.085106377277%;
                    }
                    
                    .row-fluid .offset6:first-child {
                        margin-left: 51.063829782%;
                        *margin-left: 50.957446803277%;
                    }
                    
                    .row-fluid .offset5 {
                        margin-left: 44.680851059%;
                        *margin-left: 44.574468080277%;
                    }
                    
                    .row-fluid .offset5:first-child {
                        margin-left: 42.553191485%;
                        *margin-left: 42.446808506277%;
                    }
                    
                    .row-fluid .offset4 {
                        margin-left: 36.170212762%;
                        *margin-left: 36.063829783277%;
                    }
                    
                    .row-fluid .offset4:first-child {
                        margin-left: 34.042553188%;
                        *margin-left: 33.936170209277%;
                    }
                    
                    .row-fluid .offset3 {
                        margin-left: 27.659574465%;
                        *margin-left: 27.553191486277%;
                    }
                    
                    .row-fluid .offset3:first-child {
                        margin-left: 25.531914891%;
                        *margin-left: 25.425531912277%;
                    }
                    
                    .row-fluid .offset2 {
                        margin-left: 19.148936168%;
                        *margin-left: 19.042553189277%;
                    }
                    
                    .row-fluid .offset2:first-child {
                        margin-left: 17.021276594%;
                        *margin-left: 16.914893615277%;
                    }
                    
                    .row-fluid .offset1 {
                        margin-left: 10.638297871%;
                        *margin-left: 10.531914892277%;
                    }
                    
                    .row-fluid .offset1:first-child {
                        margin-left: 8.510638297%;
                        *margin-left: 8.4042553182766%;
                    }
                    
                    [class*="span"].hide,
                    .row-fluid [class*="span"].hide {
                        display: none;
                    }
                    
                    [class*="span"].pull-right,
                    .row-fluid [class*="span"].pull-right {
                        float: right;
                    }
                    
                    .container {
                        margin-right: auto;
                        margin-left: auto;
                        *zoom: 1;
                    }
                    
                    .container:before,
                    .container:after {
                        display: table;
                        content: "";
                        line-height: 0;
                    }
                    
                    .container:after {
                        clear: both;
                    }
                    
                    .container-fluid {
                        padding-right: 16px;
                        padding-left: 16px;
                        *zoom: 1;
                    }
                    
                    .container-fluid:before,
                    .container-fluid:after {
                        display: table;
                        content: "";
                        line-height: 0;
                    }
                    
                    .container-fluid:after {
                        clear: both;
                    }
                    
                    p {
                        margin: 0 0 9px;
                    }
                    
                    .lead {
                        margin-bottom: 18px;
                        font-size: 19.5px;
                        font-weight: 200;
                        line-height: 27px;
                    }
                    
                    small {
                        font-size: 85%;
                    }
                    
                    strong {
                        font-weight: bold;
                    }
                    
                    em {
                        font-style: italic;
                    }
                    
                    cite {
                        font-style: normal;
                    }
                    
                    .muted {
                        color: #999;
                    }
                    
                    a.muted:hover,
                    a.muted:focus {
                        color: #808080;
                    }
                    
                    .text-warning {
                        color: #c09853;
                    }
                    
                    a.text-warning:hover,
                    a.text-warning:focus {
                        color: #a47e3c;
                    }
                    
                    .text-error {
                        color: #b94a48;
                    }
                    
                    a.text-error:hover,
                    a.text-error:focus {
                        color: #953b39;
                    }
                    
                    .text-info {
                        color: #3a87ad;
                    }
                    
                    a.text-info:hover,
                    a.text-info:focus {
                        color: #2d6987;
                    }
                    
                    .text-success {
                        color: #468847;
                    }
                    
                    a.text-success:hover,
                    a.text-success:focus {
                        color: #356635;
                    }
                    
                    .text-left {
                        text-align: left;
                    }
                    
                    .text-right {
                        text-align: right;
                    }
                    
                    .text-center {
                        text-align: center;
                    }
                    
                    h1,
                    h2,
                    h3,
                    h4,
                    h5,
                    h6 {
                        margin: 9px 0;
                        font-family: inherit;
                        font-weight: bold;
                        color: inherit;
                        text-rendering: optimizelegibility;
                    }
                    
                    .page-header {
                        padding-bottom: 8px;
                        margin: 18px 0 27px;
                    }
                    
                    ul,
                    ol {
                        padding: 0px;
                        margin: 0px;
                    }
                    
                    ul ul,
                    ul ol,
                    ol ol,
                    ol ul {
                        margin-bottom: 0;
                    }
                    
                    ul.unstyled,
                    ol.unstyled {
                        margin-left: 0;
                        list-style: none;
                    }
                    
                    ul.inline,
                    ol.inline {
                        margin-left: 0;
                        list-style: none;
                    }
                    
                    ul.inline>li,
                    ol.inline>li {
                        display: inline-block;
                        *display: inline;
                        *zoom: 1;
                        padding-left: 5px;
                        padding-right: 5px;
                    }
                    
                    dl {
                        margin-bottom: 18px;
                    }
                    
                    dt,
                    dd {
                        line-height: 18px;
                    }
                    
                    dt {
                        font-weight: bold;
                    }
                    
                    dd {
                        margin-left: 9px;
                    }
                    
                    .dl-horizontal {
                        *zoom: 1;
                    }
                    
                    .dl-horizontal:before,
                    .dl-horizontal:after {
                        display: table;
                        content: "";
                        line-height: 0;
                    }
                    
                    .dl-horizontal:after {
                        clear: both;
                    }
                    
                    .dl-horizontal dt {
                        float: left;
                        width: 160px;
                        clear: left;
                        text-align: right;
                        overflow: hidden;
                        -o-text-overflow: ellipsis;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                    
                    .dl-horizontal dd {
                        margin-left: 180px;
                    }
                    
                    hr {
                        margin: 18px 0;
                        border: 0;
                        border-top: 1px solid #eee;
                        border-bottom: 1px solid #fff;
                    }
                    
                    abbr[title],
                    abbr[data-original-title] {
                        cursor: help;
                        border-bottom: 1px dotted #999;
                    }
                    
                    abbr.initialism {
                        font-size: 90%;
                        text-transform: uppercase;
                    }
                    
                    blockquote {
                        padding: 0 0 0 15px;
                        margin: 0 0 18px;
                        border-left: 5px solid #eee;
                    }
                    
                    blockquote p {
                        margin-bottom: 0;
                        font-size: 16.25px;
                        font-weight: 300;
                        line-height: 1.25;
                    }
                    
                    blockquote small {
                        display: block;
                        line-height: 18px;
                        color: #999;
                    }
                    
                    blockquote small:before {
                        content: "\2014 \00A0";
                    }
                    
                    blockquote.pull-right {
                        float: right;
                        padding-right: 15px;
                        padding-left: 0;
                        border-right: 5px solid #eee;
                        border-left: 0;
                    }
                    
                    blockquote.pull-right p,
                    blockquote.pull-right small {
                        text-align: right;
                    }
                    
                    blockquote.pull-right small:before {
                        content: "";
                    }
                    
                    blockquote.pull-right small:after {
                        content: "\00A0 \2014";
                    }
                    
                    q:before,
                    q:after,
                    blockquote:before,
                    blockquote:after {
                        content: "";
                    }
                    
                    address {
                        display: block;
                        margin-bottom: 18px;
                        font-style: normal;
                        line-height: 18px;
                    }
                    
                    code,
                    pre {
                        padding: 0 3px 2px;
                        font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
                        font-size: 11px;
                        color: #333;
                        border-radius: 3px;
                    }
                    
                    code {
                        padding: 2px 4px;
                        color: #d14;
                        background-color: #f7f7f9;
                        border: 1px solid #e1e1e8;
                        white-space: nowrap;
                    }
                    
                    pre {
                        display: block;
                        padding: 8.5px;
                        margin: 0 0 9px;
                        font-size: 12px;
                        line-height: 18px;
                        word-break: break-all;
                        word-wrap: break-word;
                        white-space: pre;
                        white-space: pre-wrap;
                        background-color: #f5f5f5;
                        border: 1px solid #ccc;
                        border: 1px solid rgba(0, 0, 0, 0.15);
                        border-radius: 4px;
                    }
                    
                    pre.prettyprint {
                        margin-bottom: 18px;
                    }
                    
                    pre code {
                        padding: 0;
                        color: inherit;
                        white-space: pre;
                        white-space: pre-wrap;
                        background-color: transparent;
                        border: 0;
                    }
                    
                    .pre-scrollable {
                        max-height: 340px;
                        overflow-y: scroll;
                    }
                    
                    table {
                        max-width: 100%;
                        background-color: transparent;
                        border-collapse: collapse;
                        border-spacing: 0;
                    }
                    
                    .table {
                        width: 100%;
                        margin-bottom: 18px;
                    }
                    
                    .table th,
                    .table td {
                        padding: 8px;
                        line-height: 18px;
                        text-align: left;
                        vertical-align: top;
                        border-top: 1px solid #ddd;
                    }
                    
                    .table th {
                        font-weight: bold;
                    }
                    
                    .table thead th {
                        vertical-align: bottom;
                    }
                    
                    .table caption+thead tr:first-child th,
                    .table caption+thead tr:first-child td,
                    .table colgroup+thead tr:first-child th,
                    .table colgroup+thead tr:first-child td,
                    .table thead:first-child tr:first-child th,
                    .table thead:first-child tr:first-child td {
                        border-top: 0;
                    }
                    
                    .table tbody+tbody {
                        border-top: 2px solid #ddd;
                    }
                    
                    .table .table {
                        background-color: #fff;
                    }
                    
                    .table-condensed th,
                    .table-condensed td {
                        padding: 4px 5px;
                    }
                    
                    .table-bordered {
                        border: 1px solid #ddd;
                        border-collapse: separate;
                        *border-collapse: collapse;
                        border-left: 0;
                        border-radius: 4px;
                    }
                    
                    .table-bordered th,
                    .table-bordered td {
                        border-left: 1px solid #ddd;
                    }
                    
                    .table-bordered caption+thead tr:first-child th,
                    .table-bordered caption+tbody tr:first-child th,
                    .table-bordered caption+tbody tr:first-child td,
                    .table-bordered colgroup+thead tr:first-child th,
                    .table-bordered colgroup+tbody tr:first-child th,
                    .table-bordered colgroup+tbody tr:first-child td,
                    .table-bordered thead:first-child tr:first-child th,
                    .table-bordered tbody:first-child tr:first-child th,
                    .table-bordered tbody:first-child tr:first-child td {
                        border-top: 0;
                    }
                    
                    .table-bordered thead:first-child tr:first-child>th:first-child,
                    .table-bordered tbody:first-child tr:first-child>td:first-child,
                    .table-bordered tbody:first-child tr:first-child>th:first-child {
                        border-top-left-radius: 4px;
                    }
                    
                    .table-bordered thead:first-child tr:first-child>th:last-child,
                    .table-bordered tbody:first-child tr:first-child>td:last-child,
                    .table-bordered tbody:first-child tr:first-child>th:last-child {
                        border-top-right-radius: 4px;
                    }
                    
                    .table-bordered thead:last-child tr:last-child>th:first-child,
                    .table-bordered tbody:last-child tr:last-child>td:first-child,
                    .table-bordered tbody:last-child tr:last-child>th:first-child,
                    .table-bordered tfoot:last-child tr:last-child>td:first-child,
                    .table-bordered tfoot:last-child tr:last-child>th:first-child {
                        border-bottom-left-radius: 4px;
                    }
                    
                    .table-bordered thead:last-child tr:last-child>th:last-child,
                    .table-bordered tbody:last-child tr:last-child>td:last-child,
                    .table-bordered tbody:last-child tr:last-child>th:last-child,
                    .table-bordered tfoot:last-child tr:last-child>td:last-child,
                    .table-bordered tfoot:last-child tr:last-child>th:last-child {
                        border-bottom-right-radius: 4px;
                    }
                    
                    .table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
                        border-bottom-left-radius: 0;
                    }
                    
                    .table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
                        border-bottom-right-radius: 0;
                    }
                    
                    .table-bordered caption+thead tr:first-child th:first-child,
                    .table-bordered caption+tbody tr:first-child td:first-child,
                    .table-bordered colgroup+thead tr:first-child th:first-child,
                    .table-bordered colgroup+tbody tr:first-child td:first-child {
                        border-top-left-radius: 4px;
                    }
                    
                    .table-bordered caption+thead tr:first-child th:last-child,
                    .table-bordered caption+tbody tr:first-child td:last-child,
                    .table-bordered colgroup+thead tr:first-child th:last-child,
                    .table-bordered colgroup+tbody tr:first-child td:last-child {
                        border-top-right-radius: 4px;
                    }
                    
                    .table-striped tbody>tr:nth-child(odd)>td,
                    .table-striped tbody>tr:nth-child(odd)>th {
                        background-color: #f9f9f9;
                    }
                    
                    .table-hover tbody tr:hover>td,
                    .table-hover tbody tr:hover>th {
                        background-color: #f5f5f5;
                    }
                    
                    table td[class*="span"],
                    table th[class*="span"],
                    .row-fluid table td[class*="span"],
                    .row-fluid table th[class*="span"] {
                        display: table-cell;
                        float: none;
                        margin-left: 0;
                    }
                    
                    .table td.span1,
                    .table th.span1 {
                        float: none;
                        width: 44px;
                        margin-left: 0;
                    }
                    
                    .table td.span2,
                    .table th.span2 {
                        float: none;
                        width: 124px;
                        margin-left: 0;
                    }
                    
                    .table td.span3,
                    .table th.span3 {
                        float: none;
                        width: 204px;
                        margin-left: 0;
                    }
                    
                    .table td.span4,
                    .table th.span4 {
                        float: none;
                        width: 284px;
                        margin-left: 0;
                    }
                    
                    .table td.span5,
                    .table th.span5 {
                        float: none;
                        width: 364px;
                        margin-left: 0;
                    }
                    
                    .table td.span6,
                    .table th.span6 {
                        float: none;
                        width: 444px;
                        margin-left: 0;
                    }
                    
                    .table td.span7,
                    .table th.span7 {
                        float: none;
                        width: 524px;
                        margin-left: 0;
                    }
                    
                    .table td.span8,
                    .table th.span8 {
                        float: none;
                        width: 604px;
                        margin-left: 0;
                    }
                    
                    .table td.span9,
                    .table th.span9 {
                        float: none;
                        width: 684px;
                        margin-left: 0;
                    }
                    
                    .table td.span10,
                    .table th.span10 {
                        float: none;
                        width: 764px;
                        margin-left: 0;
                    }
                    
                    .table td.span11,
                    .table th.span11 {
                        float: none;
                        width: 844px;
                        margin-left: 0;
                    }
                    
                    .table td.span12,
                    .table th.span12 {
                        float: none;
                        width: 924px;
                        margin-left: 0;
                    }
                    
                    .table tbody tr.success>td {
                        background-color: #dff0d8;
                    }
                    
                    .table tbody tr.error>td {
                        background-color: #f2dede;
                    }
                    
                    .table tbody tr.warning>td {
                        background-color: #fcf8e3;
                    }
                    
                    .table tbody tr.info>td {
                        background-color: #d9edf7;
                    }
                    
                    .table-hover tbody tr.success:hover>td {
                        background-color: #d0e9c6;
                    }
                    
                    .table-hover tbody tr.error:hover>td {
                        background-color: #ebcccc;
                    }
                    
                    .table-hover tbody tr.warning:hover>td {
                        background-color: #faf2cc;
                    }
                    
                    .table-hover tbody tr.info:hover>td {
                        background-color: #c4e3f3;
                    }
                    
                    .dropup,
                    .dropdown {
                        position: relative;
                    }
                    
                    .dropdown-toggle {
                        *margin-bottom: -3px;
                    }
                    
                    .dropdown-toggle:active,
                    .open .dropdown-toggle {
                        outline: 0;
                    }
                    
                    .caret {
                        display: inline-block;
                        width: 0;
                        height: 0;
                        vertical-align: top;
                        border-top: 4px solid #000;
                        border-right: 4px solid transparent;
                        border-left: 4px solid transparent;
                        content: "";
                    }
                    
                    .dropdown .caret {
                        margin-top: 8px;
                        margin-left: 2px;
                    }
                    
                    .dropdown-menu {
                        position: absolute;
                        top: 100%;
                        left: 0;
                        z-index: 1000;
                        display: none;
                        float: left;
                        min-width: 160px;
                        padding: 5px 0;
                        margin: 2px 0 0;
                        list-style: none;
                        background-color: #fff;
                        border: 1px solid #ccc;
                        border: 1px solid rgba(0, 0, 0, 0.2);
                        *border-right-width: 2px;
                        *border-bottom-width: 2px;
                        border-radius: 6px;
                        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                        -webkit-background-clip: padding-box;
                        -moz-background-clip: padding;
                        background-clip: padding-box;
                    }
                    
                    .dropdown-menu.pull-right {
                        right: 0;
                        left: auto;
                    }
                    
                    .dropdown-menu .divider {
                        *width: 100%;
                        height: 1px;
                        margin: 8px 1px;
                        *margin: -5px 0 5px;
                        overflow: hidden;
                        background-color: #e5e5e5;
                        border-bottom: 1px solid #fff;
                    }
                    
                    .dropdown-menu>li>a {
                        display: block;
                        padding: 3px 20px;
                        clear: both;
                        font-weight: normal;
                        line-height: 18px;
                        color: #333;
                        white-space: nowrap;
                    }
                    
                    .dropdown-menu>li>a:hover,
                    .dropdown-menu>li>a:focus,
                    .dropdown-submenu:hover>a,
                    .dropdown-submenu:focus>a {
                        text-decoration: none;
                        color: #fff;
                        background-color: #0081c2;
                        background-image: -o-linear-gradient(top, #08c, #0077b3);
                        background-image: -webkit-gradient( linear, left top, left bottom, from(#08c), to(#0077b3));
                        background-image: linear-gradient(to bottom, #08c, #0077b3);
                        background-repeat: repeat-x;
                        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
                    }
                    
                    .dropdown-menu>.active>a,
                    .dropdown-menu>.active>a:hover,
                    .dropdown-menu>.active>a:focus {
                        color: #333;
                        text-decoration: none;
                        outline: 0;
                        background-color: #0081c2;
                        background-image: -o-linear-gradient(top, #08c, #0077b3);
                        background-image: -webkit-gradient( linear, left top, left bottom, from(#08c), to(#0077b3));
                        background-image: linear-gradient(to bottom, #08c, #0077b3);
                        background-repeat: repeat-x;
                        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
                    }
                    
                    .dropdown-menu>.disabled>a,
                    .dropdown-menu>.disabled>a:hover,
                    .dropdown-menu>.disabled>a:focus {
                        color: #999;
                    }
                    
                    .dropdown-menu>.disabled>a:hover,
                    .dropdown-menu>.disabled>a:focus {
                        text-decoration: none;
                        background-color: transparent;
                        background-image: none;
                        filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
                        cursor: default;
                    }
                    
                    .open {
                        *z-index: 1000;
                    }
                    
                    .open>.dropdown-menu {
                        display: block;
                    }
                    
                    .dropdown-backdrop {
                        position: fixed;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        top: 0;
                        z-index: 990;
                    }
                    
                    .pull-right>.dropdown-menu {
                        right: 0;
                        left: auto;
                    }
                    
                    .dropup .caret,
                    .navbar-fixed-bottom .dropdown .caret {
                        border-top: 0;
                        border-bottom: 4px solid #000;
                        content: "";
                    }
                    
                    .dropup .dropdown-menu,
                    .navbar-fixed-bottom .dropdown .dropdown-menu {
                        top: auto;
                        bottom: 100%;
                        margin-bottom: 1px;
                    }
                    
                    .dropdown-submenu {
                        position: relative;
                    }
                    
                    .dropdown-submenu>.dropdown-menu {
                        top: 0;
                        left: 100%;
                        margin-top: -6px;
                        margin-left: -1px;
                        border-radius: 6px 6px 6px 6px;
                    }
                    
                    .dropdown-submenu:hover>.dropdown-menu {
                        display: block;
                    }
                    
                    .dropup .dropdown-submenu>.dropdown-menu {
                        top: auto;
                        bottom: 0;
                        margin-top: 0;
                        margin-bottom: -2px;
                        border-radius: 5px 5px 5px 0;
                    }
                    
                    .dropdown-submenu>a:after {
                        display: block;
                        content: " ";
                        float: right;
                        width: 0;
                        height: 0;
                        border-color: transparent;
                        border-style: solid;
                        border-width: 5px 0 5px 5px;
                        border-left-color: #cccccc;
                        margin-top: 5px;
                        margin-right: -10px;
                    }
                    
                    .dropdown-submenu:hover>a:after {
                        border-left-color: #fff;
                    }
                    
                    .dropdown-submenu.pull-left {
                        float: none;
                    }
                    
                    .dropdown-submenu.pull-left>.dropdown-menu {
                        left: -100%;
                        margin-left: 10px;
                        border-radius: 6px 0 6px 6px;
                    }
                    
                    .dropdown .dropdown-menu .nav-header {
                        padding-left: 20px;
                        padding-right: 20px;
                    }
                    
                    .typeahead {
                        z-index: 1051;
                        margin-top: 2px;
                        border-radius: 4px;
                    }
                    
                    .well {
                        min-height: 20px;
                        padding: 19px;
                        margin-bottom: 20px;
                        background-color: #f5f5f5;
                        border: 1px solid #e3e3e3;
                        border-radius: 4px;
                        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
                        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
                    }
                    
                    .well blockquote {
                        border-color: #ddd;
                        border-color: rgba(0, 0, 0, 0.15);
                    }
                    
                    .well-large {
                        padding: 24px;
                        border-radius: 6px;
                    }
                    
                    .well-small {
                        padding: 9px;
                        border-radius: 3px;
                    }
                    
                    .fade {
                        opacity: 0;
                        -webkit-transition: opacity 0.15s linear;
                        -o-transition: opacity 0.15s linear;
                        transition: opacity 0.15s linear;
                    }
                    
                    .fade.in {
                        opacity: 1;
                    }
                    
                    .collapse {
                        position: relative;
                        height: 0;
                        overflow: hidden;
                        -webkit-transition: height 0.35s ease;
                        -o-transition: height 0.35s ease;
                        transition: height 0.35s ease;
                        display: none;
                    }
                    
                    .collapse.in {
                        display: block;
                        height: auto;
                    }
                    
                    .close {
                        float: right;
                        font-size: 20px;
                        font-weight: bold;
                        line-height: 18px;
                        color: #000;
                        text-shadow: 0 1px 0 #ffffff;
                        opacity: 0.2;
                        filter: alpha(opacity=20);
                    }
                    
                    .close:hover,
                    .close:focus {
                        color: #000;
                        text-decoration: none;
                        cursor: pointer;
                        opacity: 0.4;
                        filter: alpha(opacity=40);
                    }
                    
                    .alert {
                        padding: 8px 35px 8px 14px;
                        margin-bottom: 18px;
                        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
                        background-color: #fcf8e3;
                        border: 1px solid #fbeed5;
                        border-radius: 4px;
                    }
                    
                    .alert,
                    .alert h4 {
                        color: #c09853;
                    }
                    
                    .alert h4 {
                        margin: 0;
                    }
                    
                    .alert .close {
                        position: relative;
                        top: -2px;
                        /*right: -21px;*/
                        line-height: 18px;
                    }
                    
                    .alert-success {
                        background-color: #dff0d8;
                        border-color: #d6e9c6;
                        color: #468847;
                    }
                    
                    .alert-success h4 {
                        color: #468847;
                    }
                    
                    .alert-danger,
                    .alert-error {
                        background-color: #f2dede;
                        border-color: #eed3d7;
                        color: #b94a48;
                    }
                    
                    .alert-danger h4,
                    .alert-error h4 {
                        color: #b94a48;
                    }
                    
                    .alert-info {
                        background-color: #d9edf7;
                        border-color: #bce8f1;
                        color: #3a87ad;
                    }
                    
                    .alert-info h4 {
                        color: #3a87ad;
                    }
                    
                    .alert-block {
                        padding-top: 14px;
                        padding-bottom: 14px;
                    }
                    
                    .alert-block>p,
                    .alert-block>ul {
                        margin-bottom: 0;
                    }
                    
                    .alert-block p+p {
                        margin-top: 5px;
                    }
                    
                    .headnav-row .navbar .nav a:hover,
                    .headnav-row .navbar .nav a:active,
                    .headnav-row .navbar .nav a:focus {
                        outline: none !important;
                        /*background-color:#004B6C;*/
                        background-color: transparent;
                        color: #ff561c;
                    }
                    
                    .headnav-row .navbar .nav>li:hover>a {
                        color: #ffffff;
                        background-color: transparent;
                    }
                    
                    .navbar .nav>li>a:hover {
                        color: #fff;
                    }
                    
                    form#tabsform {
                        margin: 0;
                    }
                    
                    .header-nav.cloned {
                        background-image: none;
                    }
                    
                    .header-nav.cloned .for-black {
                        height: 41px;
                        background-color: #000;
                        display: none;
                    }
                    /*#navigation-row  .for-black > .container {
	padding: 0px;
}*/
                    
                    .header-nav.cloned a.brand {
                        line-height: 39px;
                    }
                    
                    .header-nav.cloned a.brand img {
                        width: auto;
                        padding-top: 0px;
                        width: 140px;
                        vertical-align: middle;
                    }
                    
                    #mainnav {
                        position: relative;
                        background-color: #333;
                        width: 100%;
                        height: 40px;
                        border-radius: 0;
                    }
                    
                    #mainnav .icemegamenu>ul {
                        height: auto;
                    }
                    
                    #mainnav .icemegamenu>ul>li a.iceMenuTitle {
                        height: 40px;
                        line-height: 40px;
                        font-family: "Barlow", sans-serif;
                        font-weight: bold;
                        font-size: 13px;
                        text-transform: none;
                    }
                    
                    #mainnav .icemegamenu>ul>li>a.iceMenuTitle>span.icemega_nosubtitle {
                        padding: 0;
                    }
                    
                    #mainnav .icemegamenu>.icemegamenu>ul>li:hover {
                        background-color: #ed8c00;
                        border: none;
                    }
                    
                    #mainnav .icemegamenu>.icemegamenu>ul>li:hover a.iceMenuTitle {
                        color: #fff;
                    }
                    
                    #mainnav .icemegamenu>ul>li.active {
                        background: inherit;
                    }
                    
                    .header-nav.cloned #mainnav {
                        margin-top: 0px;
                    }
                    
                    #mainnav:before {
                        content: "";
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        width: 3000px;
                        height: 100%;
                        right: 100%;
                        left: -3000px;
                        background-color: #333;
                        z-index: 0;
                    }
                    
                    #mainnav:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        width: 3000px;
                        height: 100%;
                        left: 100%;
                        right: -3000px;
                        background-color: #333;
                        z-index: 0;
                    }
                    
                    #mainnav .nav>li {
                        margin-top: 0px;
                        border-bottom: 4px solid #333;
                    }
                    
                    #mainnav .nav>li:first-child {
                        padding-left: 0px !important;
                    }
                    
                    #mainnav .nav>li:hover {
                        background-color: #fff;
                        border-color: #f8ad3b;
                    }
                    
                    #mainnav .nav>li:hover a {
                        color: #333;
                    }
                    
                    #mainnav .nav>li>a {
                        font-weight: 400;
                        font-family: "Montserrat", sans-serif;
                        font-size: 14px;
                        text-transform: none;
                        padding-top: 10px;
                        padding-right: 20px;
                        padding-bottom: 8px;
                        padding-left: 20px;
                        -webkit-transition: 0s;
                        -o-transition: 0s;
                        transition: 0s;
                    }
                    
                    #mainnav .submenu-module .nav>li>a {
                        display: block !important;
                    }
                    
                    .mainnav-container {
                        padding: 0px !important;
                    }
                    
                    #mainnav .icemegamenu .collapse {
                        display: block;
                        text-align: center;
                    }
                    
                    #mainnav .navigation .icemegamenu>ul {
                        display: inline-block;
                        width: auto;
                        padding: 0 15px;
                    }
                    
                    #mainnav .navigation .icemegamenu>ul>li {
                        width: 90px;
                        border-radius: 0 !important;
                    }
                    
                    #subscribe-news {
                        padding: 30px 0 0;
                    }
                    
                    #subscribe-news h3 {
                        margin-top: 0;
                        margin-bottom: 0;
                        text-transform: uppercase;
                        font-size: 24px;
                        font-family: "Barlow", sans-serif;
                        font-weight: bold;
                    }
                    
                    #subscribe-news h4 {
                        margin-top: 0;
                        font-family: "Barlow", sans-serif;
                        font-size: 18px;
                        text-transform: uppercase;
                    }
                    
                    #subscribe-news .acymailing_module .acymailing_form {
                        margin: 0;
                        width: 100%;
                    }
                    
                    #subscribe-news .acymailing_module .acymailing_form input {
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }
                    
                    #subscribe-news .acymailing_module .acyfield_agence label {
                        font-family: Muli, Arial;
                        font-size: 9px;
                        line-height: 13px;
                    }
                    
                    #subscribe-news .acymailing_module .acyfield_agence label input {
                        margin-right: 4px;
                        margin-top: 0;
                    }
                    
                    #subscribe-news .acymailing_module .acymailing_form input[type="text"] {
                        padding: 5px 10px;
                        line-height: 20px;
                        height: 30px;
                        margin-bottom: 0;
                    }
                    
                    #subscribe-news .acymailing_module .acymailing_form input[type="submit"] {
                        padding: 7px 40px;
                        float: left;
                        text-transform: none;
                        background: #f39200;
                        /* Old browsers */
                        /* FF3.6-15 */
                        /* Chrome10-25,Safari5.1-6 */
                        background: -webkit-gradient( linear, left top, right top, from(#f39200), to(#ef7d00));
                        background: -o-linear-gradient(left, #f39200 0%, #ef7d00 100%);
                        background: linear-gradient( to right, #f39200 0%, #ef7d00 100%);
                        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f39200', endColorstr='#ef7d00', GradientType=1);
                        /* IE6-9 */
                    }
                    
                    #subscribe-news .acymailing_module .acymailing_form input[type="submit"]:hover {
                        background: #f39200;
                        /* Old browsers */
                        /* FF3.6-15 */
                        /* Chrome10-25,Safari5.1-6 */
                        background: -webkit-gradient( linear, left top, right top, from(#f39200), to(#ef7d00));
                        background: -o-linear-gradient(left, #f39200 0%, #ef7d00 100%);
                        background: linear-gradient( to right, #f39200 0%, #ef7d00 100%);
                        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f39200', endColorstr='#ef7d00', GradientType=1);
                        /* IE6-9 */
                    }
                    
                    .breadcrumb {
                        padding: 8px 15px;
                        margin: 0 0 18px;
                        list-style: none;
                        background-color: #f5f5f5;
                        border-radius: 4px;
                    }
                    
                    .breadcrumb>li {
                        display: inline-block;
                        *display: inline;
                        *zoom: 1;
                        text-shadow: 0 1px 0 #fff;
                    }
                    
                    .breadcrumb>li>.divider {
                        padding: 0 5px;
                        color: #ccc;
                    }
                    
                    .breadcrumb>.active {
                        color: #999;
                    }
                    
                    .pagination {
                        margin: 18px 0;
                    }
                    
                    .pagination ul {
                        display: inline-block;
                        *display: inline;
                        *zoom: 1;
                        margin-left: 0;
                        margin-bottom: 0;
                        border-radius: 4px;
                        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
                        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
                    }
                    
                    .pagination ul>li {
                        display: inline;
                    }
                    
                    .pagination ul>li>a,
                    .pagination ul>li>span {
                        float: left;
                        padding: 4px 12px;
                        line-height: 18px;
                        text-decoration: none;
                        background-color: #fff;
                        border: 1px solid #ddd;
                        border-left-width: 0;
                    }
                    
                    .pagination ul>li>a:hover,
                    .pagination ul>li>a:focus,
                    .pagination ul>.active>a,
                    .pagination ul>.active>span {
                        background-color: #f5f5f5;
                    }
                    
                    .pagination ul>.active>a,
                    .pagination ul>.active>span {
                        color: #999;
                        cursor: default;
                    }
                    
                    .pagination ul>.disabled>span,
                    .pagination ul>.disabled>a,
                    .pagination ul>.disabled>a:hover,
                    .pagination ul>.disabled>a:focus {
                        color: #999;
                        background-color: transparent;
                        cursor: default;
                    }
                    
                    .pagination ul>li:first-child>a,
                    .pagination ul>li:first-child>span {
                        border-left-width: 1px;
                        border-top-left-radius: 4px;
                        border-bottom-left-radius: 4px;
                    }
                    
                    .pagination ul>li:last-child>a,
                    .pagination ul>li:last-child>span {
                        border-top-right-radius: 4px;
                        border-bottom-right-radius: 4px;
                    }
                    
                    .pagination-centered {
                        text-align: center;
                    }
                    
                    .pagination-right {
                        text-align: right;
                    }
                    
                    .pagination-large ul>li>a,
                    .pagination-large ul>li>span {
                        padding: 11px 19px;
                        font-size: 16.25px;
                    }
                    
                    .pagination-large ul>li:first-child>a,
                    .pagination-large ul>li:first-child>span {
                        border-top-left-radius: 6px;
                        border-bottom-left-radius: 6px;
                    }
                    
                    .pagination-large ul>li:last-child>a,
                    .pagination-large ul>li:last-child>span {
                        border-top-right-radius: 6px;
                        border-bottom-right-radius: 6px;
                    }
                    
                    .pagination-mini ul>li:first-child>a,
                    .pagination-mini ul>li:first-child>span,
                    .pagination-small ul>li:first-child>a,
                    .pagination-small ul>li:first-child>span {
                        border-top-left-radius: 3px;
                        border-bottom-left-radius: 3px;
                    }
                    
                    .pagination-mini ul>li:last-child>a,
                    .pagination-mini ul>li:last-child>span,
                    .pagination-small ul>li:last-child>a,
                    .pagination-small ul>li:last-child>span {
                        border-top-right-radius: 3px;
                        border-bottom-right-radius: 3px;
                    }
                    
                    .pagination-small ul>li>a,
                    .pagination-small ul>li>span {
                        padding: 2px 10px;
                        font-size: 12px;
                    }
                    
                    .pagination-mini ul>li>a,
                    .pagination-mini ul>li>span {
                        padding: 0 6px;
                        font-size: 9.75px;
                    }
                    
                    .pager {
                        margin: 18px 0;
                        list-style: none;
                        text-align: center;
                        *zoom: 1;
                    }
                    
                    .pager:before,
                    .pager:after {
                        display: table;
                        content: "";
                        line-height: 0;
                    }
                    
                    .pager:after {
                        clear: both;
                    }
                    
                    .pager li {
                        display: inline;
                    }
                    
                    .pager li>a,
                    .pager li>span {
                        display: inline-block;
                        padding: 5px 14px;
                        background-color: #fff;
                        border: 1px solid #ddd;
                        border-radius: 15px;
                    }
                    
                    .pager li>a:hover,
                    .pager li>a:focus {
                        text-decoration: none;
                        background-color: #f5f5f5;
                    }
                    
                    .pager .next>a,
                    .pager .next>span {
                        float: right;
                    }
                    
                    .pager .previous>a,
                    .pager .previous>span {
                        float: left;
                    }
                    
                    .pager .disabled>a,
                    .pager .disabled>a:hover,
                    .pager .disabled>a:focus,
                    .pager .disabled>span {
                        color: #999;
                        background-color: #fff;
                        cursor: default;
                    }
                    
                    .modal-backdrop {
                        position: fixed;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        z-index: 1040;
                        background-color: #000;
                    }
                    
                    .modal-backdrop.fade {
                        opacity: 0;
                    }
                    
                    .modal-backdrop,
                    .modal-backdrop.fade.in {
                        opacity: 0.8;
                        filter: alpha(opacity=80);
                    }
                    
                    .modal-header {
                        padding: 9px 15px;
                        border-bottom: 1px solid #eee;
                    }
                    
                    .modal-header .close {
                        margin-top: 2px;
                    }
                    
                    .modal-header h3 {
                        margin: 0;
                        line-height: 30px;
                    }
                    
                    .modal-body {
                        width: 98%;
                        position: relative;
                        max-height: 400px;
                        padding: 1%;
                    }
                    
                    .modal-body iframe {
                        width: 100%;
                        max-height: none;
                        border: 0 !important;
                    }
                    
                    .modal-form {
                        margin-bottom: 0;
                    }
                    
                    .tooltip {
                        position: absolute;
                        z-index: 1030;
                        display: block;
                        visibility: visible;
                        font-size: 11px;
                        line-height: 1.4;
                        opacity: 0;
                        filter: alpha(opacity=0);
                    }
                    
                    .tooltip.in {
                        opacity: 0.8;
                        filter: alpha(opacity=80);
                    }
                    
                    .tooltip.top {
                        margin-top: -3px;
                        padding: 5px 0;
                    }
                    
                    .tooltip.right {
                        margin-left: 3px;
                        padding: 0 5px;
                    }
                    
                    .tooltip.bottom {
                        margin-top: 3px;
                        padding: 5px 0;
                    }
                    
                    .tooltip.left {
                        margin-left: -3px;
                        padding: 0 5px;
                    }
                    
                    .tooltip-inner {
                        max-width: 200px;
                        padding: 8px;
                        color: #fff;
                        text-align: center;
                        text-decoration: none;
                        background-color: #000;
                        border-radius: 4px;
                    }
                    
                    .tooltip-arrow {
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-color: transparent;
                        border-style: solid;
                    }
                    
                    .tooltip.top .tooltip-arrow {
                        bottom: 0;
                        left: 50%;
                        margin-left: -5px;
                        border-width: 5px 5px 0;
                        border-top-color: #000;
                    }
                    
                    .tooltip.right .tooltip-arrow {
                        top: 50%;
                        left: 0;
                        margin-top: -5px;
                        border-width: 5px 5px 5px 0;
                        border-right-color: #000;
                    }
                    
                    .tooltip.left .tooltip-arrow {
                        top: 50%;
                        right: 0;
                        margin-top: -5px;
                        border-width: 5px 0 5px 5px;
                        border-left-color: #000;
                    }
                    
                    .tooltip.bottom .tooltip-arrow {
                        top: 0;
                        left: 50%;
                        margin-left: -5px;
                        border-width: 0 5px 5px;
                        border-bottom-color: #000;
                    }
                    
                    .popover {
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 1010;
                        display: none;
                        max-width: 276px;
                        padding: 1px;
                        text-align: left;
                        background-color: #fff;
                        -webkit-background-clip: padding-box;
                        -moz-background-clip: padding;
                        background-clip: padding-box;
                        border: 1px solid #ccc;
                        border: 1px solid rgba(0, 0, 0, 0.2);
                        border-radius: 6px;
                        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                        white-space: normal;
                    }
                    
                    .popover.top {
                        margin-top: -10px;
                    }
                    
                    .popover.right {
                        margin-left: 10px;
                    }
                    
                    .popover.bottom {
                        margin-top: 10px;
                    }
                    
                    .popover.left {
                        margin-left: -10px;
                    }
                    
                    .popover-title {
                        margin: 0;
                        padding: 8px 14px;
                        font-size: 14px;
                        font-weight: normal;
                        line-height: 18px;
                        background-color: #f7f7f7;
                        border-bottom: 1px solid #ebebeb;
                        border-radius: 5px 5px 0 0;
                    }
                    
                    .popover-title:empty {
                        display: none;
                    }
                    
                    .popover-content {
                        padding: 9px 14px;
                    }
                    
                    .popover .arrow,
                    .popover .arrow:after {
                        position: absolute;
                        display: block;
                        width: 0;
                        height: 0;
                        border-color: transparent;
                        border-style: solid;
                    }
                    
                    .popover .arrow {
                        border-width: 11px;
                    }
                    
                    .popover .arrow:after {
                        border-width: 10px;
                        content: "";
                    }
                    
                    .popover.top .arrow {
                        left: 50%;
                        margin-left: -11px;
                        border-bottom-width: 0;
                        border-top-color: #999;
                        border-top-color: rgba(0, 0, 0, 0.25);
                        bottom: -11px;
                    }
                    
                    .popover.top .arrow:after {
                        bottom: 1px;
                        margin-left: -10px;
                        border-bottom-width: 0;
                        border-top-color: #fff;
                    }
                    
                    .popover.right .arrow {
                        top: 50%;
                        left: -11px;
                        margin-top: -11px;
                        border-left-width: 0;
                        border-right-color: #999;
                        border-right-color: rgba(0, 0, 0, 0.25);
                    }
                    
                    .popover.right .arrow:after {
                        left: 1px;
                        bottom: -10px;
                        border-left-width: 0;
                        border-right-color: #fff;
                    }
                    
                    .popover.bottom .arrow {
                        left: 50%;
                        margin-left: -11px;
                        border-top-width: 0;
                        border-bottom-color: #999;
                        border-bottom-color: rgba(0, 0, 0, 0.25);
                        top: -11px;
                    }
                    
                    .popover.bottom .arrow:after {
                        top: 1px;
                        margin-left: -10px;
                        border-top-width: 0;
                        border-bottom-color: #fff;
                    }
                    
                    .popover.left .arrow {
                        top: 50%;
                        right: -11px;
                        margin-top: -11px;
                        border-right-width: 0;
                        border-left-color: #999;
                        border-left-color: rgba(0, 0, 0, 0.25);
                    }
                    
                    .popover.left .arrow:after {
                        right: 1px;
                        border-right-width: 0;
                        border-left-color: #fff;
                        bottom: -10px;
                    }
                    
                    .thumbnails {
                        margin-left: -20px;
                        list-style: none;
                        *zoom: 1;
                    }
                    
                    .thumbnails:before,
                    .thumbnails:after {
                        display: table;
                        content: "";
                        line-height: 0;
                    }
                    
                    .thumbnails:after {
                        clear: both;
                    }
                    
                    .row-fluid .thumbnails {
                        margin-left: 0;
                    }
                    
                    .thumbnails>li {
                        float: left;
                        margin-bottom: 18px;
                        margin-left: 20px;
                    }
                    
                    .thumbnail {
                        display: block;
                        padding: 4px;
                        line-height: 18px;
                        border: 1px solid #ddd;
                        border-radius: 4px;
                        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
                        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
                        -webkit-transition: all 0.2s ease-in-out;
                        -o-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                    }
                    
                    a.thumbnail:hover,
                    a.thumbnail:focus {
                        border-color: #08c;
                        -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
                        box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
                    }
                    
                    .thumbnail>img {
                        display: block;
                        max-width: 100%;
                        margin-left: auto;
                        margin-right: auto;
                    }
                    
                    .thumbnail .caption {
                        padding: 9px;
                        color: #555;
                    }
                    
                    .label,
                    .badge {
                        display: inline-block;
                        padding: 2px 4px;
                        font-size: 10.998px;
                        font-weight: bold;
                        line-height: 14px;
                        color: #fff;
                        vertical-align: baseline;
                        white-space: nowrap;
                        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                        background-color: #999;
                    }
                    
                    .label {
                        border-radius: 3px;
                    }
                    
                    .badge {
                        padding-left: 9px;
                        padding-right: 9px;
                        border-radius: 9px;
                    }
                    
                    .label:empty,
                    .badge:empty {
                        display: none;
                    }
                    
                    a.label:hover,
                    a.label:focus,
                    a.badge:hover,
                    a.badge:focus {
                        color: #fff;
                        text-decoration: none;
                        cursor: pointer;
                    }
                    
                    .label-important,
                    .badge-important {
                        background-color: #b94a48;
                    }
                    
                    .label-important[href],
                    .badge-important[href] {
                        background-color: #953b39;
                    }
                    
                    .label-warning,
                    .badge-warning {
                        background-color: #f89406;
                    }
                    
                    .label-warning[href],
                    .badge-warning[href] {
                        background-color: #c67605;
                    }
                    
                    .label-success,
                    .badge-success {
                        background-color: #468847;
                    }
                    
                    .label-success[href],
                    .badge-success[href] {
                        background-color: #356635;
                    }
                    
                    .label-info,
                    .badge-info {
                        background-color: #3a87ad;
                    }
                    
                    .label-info[href],
                    .badge-info[href] {
                        background-color: #2d6987;
                    }
                    
                    .label-inverse,
                    .badge-inverse {
                        background-color: #333;
                    }
                    
                    .label-inverse[href],
                    .badge-inverse[href] {
                        background-color: #1a1a1a;
                    }
                    
                    .btn .label,
                    .btn .badge {
                        position: relative;
                        top: -1px;
                    }
                    
                    .btn-mini .label,
                    .btn-mini .badge {
                        top: 0;
                    }
                    
                    @-webkit-keyframes progress-bar-stripes {
                        from {
                            background-position: 40px 0;
                        }
                        to {
                            background-position: 0 0;
                        }
                    }
                    
                    @keyframes progress-bar-stripes {
                        from {
                            background-position: 40px 0;
                        }
                        to {
                            background-position: 0 0;
                        }
                    }
                    
                    .progress {
                        overflow: hidden;
                        height: 18px;
                        margin-bottom: 18px;
                        background-color: #f7f7f7;
                        background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
                        background-image: -webkit-gradient( linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
                        background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
                        background-repeat: repeat-x;
                        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
                        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                        border-radius: 4px;
                    }
                    
                    .progress .bar {
                        width: 0%;
                        height: 100%;
                        color: #fff;
                        float: left;
                        font-size: 12px;
                        text-align: center;
                        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                        background-color: #0e90d2;
                        background-image: -o-linear-gradient(top, #149bdf, #0480be);
                        background-image: -webkit-gradient( linear, left top, left bottom, from(#149bdf), to(#0480be));
                        background-image: linear-gradient(to bottom, #149bdf, #0480be);
                        background-repeat: repeat-x;
                        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
                        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
                        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        -webkit-transition: width 0.6s ease;
                        -o-transition: width 0.6s ease;
                        transition: width 0.6s ease;
                    }
                    
                    .progress .bar+.bar {
                        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
                        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
                    }
                    
                    .progress-striped .bar {
                        background-color: #149bdf;
                        background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                        background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                        background-size: 40px 40px;
                    }
                    
                    .progress.active .bar {
                        -webkit-animation: progress-bar-stripes 2s linear infinite;
                        animation: progress-bar-stripes 2s linear infinite;
                    }
                    
                    .progress-danger .bar,
                    .progress .bar-danger {
                        background-color: #dd514c;
                        background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
                        background-image: -webkit-gradient( linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
                        background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
                        background-repeat: repeat-x;
                        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
                    }
                    
                    .progress-danger.progress-striped .bar,
                    .progress-striped .bar-danger {
                        background-color: #ee5f5b;
                        background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                        background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                    }
                    
                    .progress-success .bar,
                    .progress .bar-success {
                        background-color: #5eb95e;
                        background-image: -o-linear-gradient(top, #62c462, #57a957);
                        background-image: -webkit-gradient( linear, left top, left bottom, from(#62c462), to(#57a957));
                        background-image: linear-gradient(to bottom, #62c462, #57a957);
                        background-repeat: repeat-x;
                        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
                    }
                    
                    .progress-success.progress-striped .bar,
                    .progress-striped .bar-success {
                        background-color: #62c462;
                        background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                        background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                    }
                    
                    .progress-info .bar,
                    .progress .bar-info {
                        background-color: #4bb1cf;
                        background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
                        background-image: -webkit-gradient( linear, left top, left bottom, from(#5bc0de), to(#339bb9));
                        background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
                        background-repeat: repeat-x;
                        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
                    }
                    
                    .progress-info.progress-striped .bar,
                    .progress-striped .bar-info {
                        background-color: #5bc0de;
                        background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                        background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                    }
                    
                    .progress-warning .bar,
                    .progress .bar-warning {
                        background-color: #faa732;
                        background-image: -o-linear-gradient(top, #fbb450, #f89406);
                        background-image: -webkit-gradient( linear, left top, left bottom, from(#fbb450), to(#f89406));
                        background-image: linear-gradient(to bottom, #fbb450, #f89406);
                        background-repeat: repeat-x;
                        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
                    }
                    
                    .progress-warning.progress-striped .bar,
                    .progress-striped .bar-warning {
                        background-color: #fbb450;
                        background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                        background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                    }
                    
                    .accordion {
                        margin-bottom: 0;
                    }
                    
                    .accordion-group {
                        margin-bottom: 15px;
                        border: 1px solid #e5e5e5;
                        border-radius: 4px;
                    }
                    
                    .accordion-heading {
                        border-bottom: 0;
                    }
                    
                    .accordion-heading .accordion-toggle {
                        display: block;
                        padding: 8px 15px;
                    }
                    
                    .accordion-toggle {
                        cursor: pointer;
                    }
                    
                    .accordion-inner {
                        padding: 14px 0;
                    }
                    
                    .carousel {
                        position: relative;
                        margin-bottom: 18px;
                        line-height: 1;
                    }
                    
                    .carousel-inner {
                        overflow: hidden;
                        width: 100%;
                        position: relative;
                    }
                    
                    .carousel-inner>.item {
                        display: none;
                        position: relative;
                        -webkit-transition: 0.6s ease-in-out left;
                        -o-transition: 0.6s ease-in-out left;
                        transition: 0.6s ease-in-out left;
                    }
                    
                    .carousel-inner>.item>img,
                    .carousel-inner>.item>a>img {
                        display: block;
                        line-height: 1;
                    }
                    
                    .carousel-inner>.active,
                    .carousel-inner>.next,
                    .carousel-inner>.prev {
                        display: block;
                    }
                    
                    .carousel-inner>.active {
                        left: 0;
                    }
                    
                    .carousel-inner>.next,
                    .carousel-inner>.prev {
                        position: absolute;
                        top: 0;
                        width: 100%;
                    }
                    
                    .carousel-inner>.next {
                        left: 100%;
                    }
                    
                    .carousel-inner>.prev {
                        left: -100%;
                    }
                    
                    .carousel-inner>.next.left,
                    .carousel-inner>.prev.right {
                        left: 0;
                    }
                    
                    .carousel-inner>.active.left {
                        left: -100%;
                    }
                    
                    .carousel-inner>.active.right {
                        left: 100%;
                    }
                    
                    .carousel-control {
                        position: absolute;
                        top: 40%;
                        left: 15px;
                        width: 40px;
                        height: 40px;
                        margin-top: -20px;
                        font-size: 60px;
                        font-weight: 100;
                        line-height: 30px;
                        color: #fff;
                        text-align: center;
                        background: #222;
                        border: 3px solid #fff;
                        border-radius: 23px;
                        opacity: 0.5;
                        filter: alpha(opacity=50);
                    }
                    
                    .carousel-control.right {
                        left: auto;
                        right: 15px;
                    }
                    
                    .carousel-control:hover,
                    .carousel-control:focus {
                        color: #fff;
                        text-decoration: none;
                        opacity: 0.9;
                        filter: alpha(opacity=90);
                    }
                    
                    .carousel-indicators {
                        position: absolute;
                        top: 15px;
                        right: 15px;
                        z-index: 5;
                        margin: 0;
                        list-style: none;
                    }
                    
                    .carousel-indicators li {
                        display: block;
                        float: left;
                        width: 10px;
                        height: 10px;
                        margin-left: 5px;
                        text-indent: -999px;
                        background-color: #ccc;
                        background-color: rgba(255, 255, 255, 0.25);
                        border-radius: 5px;
                    }
                    
                    .carousel-indicators .active {
                        background-color: #fff;
                    }
                    
                    .carousel-caption {
                        position: absolute;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        padding: 15px;
                        background: #333;
                        background: rgba(0, 0, 0, 0.75);
                    }
                    
                    .carousel-caption h4,
                    .carousel-caption p {
                        color: #fff;
                        line-height: 18px;
                    }
                    
                    .carousel-caption h4 {
                        margin: 0 0 5px;
                    }
                    
                    .carousel-caption p {
                        margin-bottom: 0;
                    }
                    
                    .hero-unit {
                        padding: 60px;
                        margin-bottom: 30px;
                        font-size: 18px;
                        font-weight: 200;
                        line-height: 27px;
                        color: inherit;
                        background-color: #eee;
                        border-radius: 6px;
                    }
                    
                    .hero-unit h1 {
                        margin-bottom: 0;
                        font-size: 60px;
                        line-height: 1;
                        color: inherit;
                        letter-spacing: -1px;
                    }
                    
                    .hero-unit li {
                        line-height: 27px;
                    }
                    
                    .pull-right {
                        float: right;
                    }
                    
                    .pull-left {
                        float: left;
                    }
                    
                    .hide {
                        display: none;
                    }
                    
                    .show {
                        display: block;
                    }
                    
                    .invisible {
                        visibility: hidden;
                    }
                    
                    .affix {
                        position: fixed;
                    }
                    
                    .hidden {
                        display: none;
                        visibility: hidden;
                    }
                    
                    .visible-phone {
                        display: none !important;
                    }
                    
                    .visible-tablet {
                        display: none !important;
                    }
                    
                    .hidden-desktop {
                        display: none !important;
                    }
                    
                    .visible-desktop {
                        display: inherit !important;
                    }
                    
                    iframe,
                    svg {
                        max-width: 100%;
                        border: none;
                    }
                    
                    .nowrap {
                        white-space: nowrap;
                    }
                    
                    .center,
                    .table td.center,
                    .table th.center {
                        text-align: center;
                    }
                    
                    a.disabled,
                    a.disabled:hover {
                        color: #999999;
                        background-color: transparent;
                        cursor: default;
                        text-decoration: none;
                    }
                    
                    .hero-unit {
                        text-align: center;
                    }
                    
                    .hero-unit .lead {
                        margin-bottom: 18px;
                        font-size: 20px;
                        font-weight: 200;
                        line-height: 27px;
                    }
                    
                    .btn .caret {
                        margin-bottom: 7px;
                    }
                    
                    .btn.btn-micro .caret {
                        margin: 5px 0;
                    }
                    
                    .blog-row-rule,
                    .blog-item-rule {
                        border: 0;
                    }
                    
                    body.modal {
                        padding-top: 0;
                    }
                    
                    .row-even,
                    .row-odd {
                        padding: 5px;
                        width: 99%;
                        border-bottom: 1px solid #ddd;
                    }
                    
                    .row-odd {
                        background-color: transparent;
                    }
                    
                    .row-even {
                        background-color: #f9f9f9;
                    }
                    
                    .blog-row-rule,
                    .blog-item-rule {
                        border: 0;
                    }
                    
                    .row-fluid .row-reveal {
                        visibility: hidden;
                    }
                    
                    .row-fluid:hover .row-reveal {
                        visibility: visible;
                    }
                    
                    .btn-wide {
                        width: 80%;
                    }
                    
                    .nav-list>li.offset>a {
                        padding-left: 30px;
                        font-size: 12px;
                    }
                    
                    .blog-row-rule,
                    .blog-item-rule {
                        border: 0;
                    }
                    
                    .row-fluid .offset1 {
                        margin-left: 8.382978723%;
                    }
                    
                    .row-fluid .offset2 {
                        margin-left: 16.89361702%;
                    }
                    
                    .row-fluid .offset3 {
                        margin-left: 25.404255317%;
                    }
                    
                    .row-fluid .offset4 {
                        margin-left: 33.914893614%;
                    }
                    
                    .row-fluid .offset5 {
                        margin-left: 42.425531911%;
                    }
                    
                    .row-fluid .offset6 {
                        margin-left: 50.93617020799999%;
                    }
                    
                    .row-fluid .offset7 {
                        margin-left: 59.446808505%;
                    }
                    
                    .row-fluid .offset8 {
                        margin-left: 67.95744680199999%;
                    }
                    
                    .row-fluid .offset9 {
                        margin-left: 76.468085099%;
                    }
                    
                    .row-fluid .offset10 {
                        margin-left: 84.97872339599999%;
                    }
                    
                    .row-fluid .offset11 {
                        margin-left: 91.489361693%;
                    }
                    
                    .navbar .nav>li>a.btn {
                        padding: 4px 10px;
                        line-height: 18px;
                    }
                    
                    .nav-tabs.nav-dark {
                        border-bottom: 1px solid #333;
                        text-shadow: 1px 1px 1px #000;
                    }
                    
                    .nav-tabs.nav-dark>li>a {
                        color: #f8f8f8;
                    }
                    
                    .nav-tabs.nav-dark>li>a:hover {
                        border-color: #333 #333 #111;
                        background-color: #777777;
                    }
                    
                    .nav-tabs.nav-dark>.active>a,
                    .nav-tabs.nav-dark>.active>a:hover {
                        color: #ffffff;
                        background-color: #555555;
                        border: 1px solid #222;
                        border-bottom-color: transparent;
                    }
                    
                    .thumbnail.pull-left {
                        margin: 0 10px 10px 0;
                    }
                    
                    .thumbnail.pull-right {
                        margin: 0 0 10px 10px;
                    }
                    
                    .width-10 {
                        width: 10px;
                    }
                    
                    .width-20 {
                        width: 20px;
                    }
                    
                    .width-30 {
                        width: 30px;
                    }
                    
                    .width-40 {
                        width: 40px;
                    }
                    
                    .width-50 {
                        width: 50px;
                    }
                    
                    .width-60 {
                        width: 60px;
                    }
                    
                    .width-70 {
                        width: 70px;
                    }
                    
                    .width-80 {
                        width: 80px;
                    }
                    
                    .width-90 {
                        width: 90px;
                    }
                    
                    .width-100 {
                        width: 100px;
                    }
                    
                    .height-10 {
                        height: 10px;
                    }
                    
                    .height-20 {
                        height: 20px;
                    }
                    
                    .height-30 {
                        height: 30px;
                    }
                    
                    .height-40 {
                        height: 40px;
                    }
                    
                    .height-50 {
                        height: 50px;
                    }
                    
                    .height-60 {
                        height: 60px;
                    }
                    
                    .height-70 {
                        height: 70px;
                    }
                    
                    .height-80 {
                        height: 80px;
                    }
                    
                    .height-90 {
                        height: 90px;
                    }
                    
                    .height-100 {
                        height: 100px;
                    }
                    
                    hr.hr-condensed {
                        margin: 10px 0;
                    }
                    
                    .list-striped,
                    .row-striped {
                        list-style: none;
                        line-height: 18px;
                        text-align: left;
                        vertical-align: middle;
                        border-top: 1px solid #ddd;
                        margin-left: 0;
                    }
                    
                    .list-striped li,
                    .list-striped dd,
                    .row-striped .row,
                    .row-striped .row-fluid {
                        border-bottom: 1px solid #ddd;
                        padding: 8px;
                    }
                    
                    .list-striped li:nth-child(odd),
                    .list-striped dd:nth-child(odd),
                    .row-striped .row:nth-child(odd),
                    .row-striped .row-fluid:nth-child(odd) {
                        background-color: #f9f9f9;
                    }
                    
                    .list-striped li:hover,
                    .list-striped dd:hover,
                    .row-striped .row:hover,
                    .row-striped .row-fluid:hover {
                        background-color: #f5f5f5;
                    }
                    
                    .row-striped .row-fluid {
                        width: 97%;
                    }
                    
                    .row-striped .row-fluid [class*="span"] {
                        min-height: 10px;
                    }
                    
                    .row-striped .row-fluid [class*="span"] {
                        margin-left: 8px;
                    }
                    
                    .row-striped .row-fluid [class*="span"]:first-child {
                        margin-left: 0;
                    }
                    
                    .list-condensed li {
                        padding: 4px 5px;
                    }
                    
                    .row-condensed .row,
                    .row-condensed .row-fluid {
                        padding: 4px 5px;
                    }
                    
                    .list-bordered,
                    .row-bordered {
                        list-style: none;
                        line-height: 18px;
                        text-align: left;
                        vertical-align: middle;
                        margin-left: 0;
                        border: 1px solid #ddd;
                        border-radius: 4px;
                    }
                    
                    .radio.btn-group input[type="radio"] {
                        display: none;
                    }
                    
                    .radio.btn-group>label:first-of-type {
                        margin-left: 0;
                        border-bottom-left-radius: 4px;
                        border-top-left-radius: 4px;
                        -moz-border-radius-bottomleft: 4px;
                        -moz-border-radius-topleft: 4px;
                    }
                    
                    fieldset.radio.btn-group {
                        padding-left: 0;
                    }
                    
                    .iframe-bordered {
                        border: 1px solid #ddd;
                    }
                    
                    .tab-content {
                        overflow: visible;
                    }
                    
                    .tabs-left .tab-content {
                        overflow: auto;
                    }
                    
                    .nav-tabs>li>span {
                        display: block;
                        font-family: "Montserrat", sans-serif;
                        font-size: 13px;
                        font-weight: 400;
                        color: #f18d1e;
                    }
                    
                    .btn-micro {
                        padding: 1px 4px;
                        font-size: 10px;
                        line-height: 8px;
                    }
                    
                    .btn-group>.btn-micro {
                        font-size: 10px;
                    }
                    
                    .tip-wrap {
                        max-width: 200px;
                        padding: 3px 8px;
                        color: #fff;
                        text-align: center;
                        text-decoration: none;
                        background-color: #000;
                        border-radius: 4px;
                        z-index: 100;
                    }
                    
                    .input-prepend .chzn-container-single .chzn-single,
                    .input-append .chzn-container-single .chzn-single {
                        border-color: #ccc;
                        height: 26px;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }
                    
                    .input-prepend .chzn-container-single .chzn-drop,
                    .input-append .chzn-container-single .chzn-drop {
                        border-color: #ccc;
                    }
                    
                    .input-prepend>.add-on,
                    .input-append>.add-on {
                        vertical-align: top;
                    }
                    
                    .input-prepend .chzn-container-single .chzn-single {
                        border-radius: 0 3px 3px 0;
                    }
                    
                    .input-prepend .chzn-container-single .chzn-single-with-drop {
                        border-radius: 0 3px 0 0;
                    }
                    
                    .input-append .chzn-container-single .chzn-single {
                        border-radius: 3px 0 0 3px;
                    }
                    
                    .input-append .chzn-container-single .chzn-single-with-drop {
                        border-radius: 3px 0 0 0;
                    }
                    
                    .input-prepend.input-append .chzn-container-single .chzn-single,
                    .input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
                        border-radius: 0;
                    }
                    
                    .element-invisible {
                        position: absolute;
                        padding: 0;
                        margin: 0;
                        border: 0;
                        height: 1px;
                        width: 1px;
                        overflow: hidden;
                    }
                    
                    .form-vertical .control-label {
                        float: none;
                        width: auto;
                        padding-right: 0;
                        padding-top: 0;
                        text-align: left;
                    }
                    
                    .form-vertical .controls {
                        margin-left: 0;
                    }
                    
                    .width-auto {
                        width: auto;
                    }
                    
                    .btn-group .chzn-results {
                        white-space: normal;
                    }
                    /*.accordion-body.in:hover {
	overflow: visible;
}*/
                    
                    .invalid {
                        color: #9d261d;
                        font-weight: bold;
                    }
                    
                    input.invalid {
                        border: 1px solid #9d261d;
                    }
                    
                    select.chzn-done.invalid+.chzn-container.chzn-container-single>a.chzn-single,
                    select.chzn-done.invalid+.chzn-container.chzn-container-multi>ul.chzn-choices {
                        border-color: #9d261d;
                        color: #9d261d;
                    }
                    
                    .tooltip {
                        max-width: 400px;
                    }
                    
                    .tooltip-inner {
                        max-width: none;
                        text-align: left;
                        text-shadow: none;
                    }
                    
                    th .tooltip-inner {
                        font-weight: normal;
                    }
                    
                    .tooltip.hasimage {
                        opacity: 1;
                    }
                    
                    .tip-text {
                        text-align: left;
                    }
                    
                    .btn-group>.btn+.dropdown-backdrop+.btn {
                        margin-left: -1px;
                    }
                    
                    .btn-group>.btn+.dropdown-backdrop+.dropdown-toggle {
                        padding-left: 8px;
                        padding-right: 8px;
                        -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
                        box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
                        *padding-top: 5px;
                        *padding-bottom: 5px;
                    }
                    
                    .btn-group>.btn-mini+.dropdown-backdrop+.dropdown-toggle {
                        padding-left: 5px;
                        padding-right: 5px;
                        *padding-top: 2px;
                        *padding-bottom: 2px;
                    }
                    
                    .btn-group>.btn-small+.dropdown-backdrop+.dropdown-toggle {
                        *padding-top: 5px;
                        *padding-bottom: 4px;
                    }
                    
                    .btn-group>.btn-large+.dropdown-backdrop+.dropdown-toggle {
                        padding-left: 12px;
                        padding-right: 12px;
                        *padding-top: 7px;
                        *padding-bottom: 7px;
                    }
                    
                    .dropdown-menu {
                        text-align: left;
                    }
                    
                    body {
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                    }
                    
                    .thumbnail {
                        margin-bottom: 9px;
                    }
                    
                    .accordion-group {
                        background: #fff;
                    }
                    
                    .site-title {
                        font-size: 40px;
                        line-height: 48px;
                        font-weight: bold;
                    }
                    
                    .header .finder {
                        margin-top: 14px;
                    }
                    
                    .header .finder .btn {
                        margin-top: 0px;
                    }
                    
                    .navigation .nav-pills {
                        margin-bottom: 0;
                    }
                    
                    .hero-unit {
                        background-color: #08c;
                    }
                    
                    .hero-unit>* {
                        color: white;
                        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
                    }
                    
                    .body .container {
                        background-color: #fff;
                        border-radius: 4px;
                        padding: 20px;
                        border: 1px solid rgba(0, 0, 0, 0.15);
                        -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
                        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
                    }
                    
                    h1,
                    h2,
                    h3,
                    h4,
                    h5,
                    h6 {
                        margin: 12px 0;
                    }
                    
                    h1 {
                        font-size: 26px;
                        line-height: 28px;
                    }
                    
                    h2 {
                        font-size: 22px;
                        line-height: 22px;
                    }
                    
                    h3 {
                        font-size: 18px;
                        line-height: 20px;
                    }
                    
                    h4 {
                        font-size: 14px;
                        line-height: 16px;
                    }
                    
                    h5 {
                        font-size: 13px;
                        line-height: 15px;
                    }
                    
                    h6 {
                        font-size: 12px;
                        line-height: 14px;
                    }
                    
                    .module-header {
                        padding-bottom: 17px;
                        margin: 20px 0 18px 0;
                        border-bottom: 1px solid #eeeeee;
                    }
                    
                    .item-title {
                        margin-bottom: 9px;
                    }
                    
                    .item-content {
                        margin: 18px 0;
                    }
                    
                    .item-subtitle {
                        margin-bottom: 9px;
                    }
                    
                    .pull-right.item-image {
                        margin: 0 0 18px 20px;
                    }
                    
                    .pull-left.item-image {
                        margin: 0 40px 40px 0;
                    }
                    
                    @media screen and (max-width: 1400px) {
                        .minus-margin-top-news {
                            margin-left: -15px !important;
                        }
                    }
                    
                    @media screen and (max-width: 750px) {
                        .minus-margin-top-news {
                            margin-left: 0px !important;
                        }
                    }
                    
                    @media screen and (max-width: 662px) {
                        .view-article .pull-left.item-image {
                            margin-left: 10%;
                        }
                    }
                    
                    @media screen and (max-width: 600px) {
                        .view-article .pull-left.item-image {
                            margin-left: 10%;
                        }
                    }
                    
                    @media screen and (max-width: 450px) {
                        .page-header,
                        .page-header h2 {
                            word-wrap: break-word;
                        }
                    }
                    
                    .header .nav>li:last-child>.dropdown-menu,
                    .item-actions .dropdown-menu,
                    .item-comment .dropdown-menu {
                        left: initial;
                        right: 0;
                    }
                    
                    .article-index {
                        margin: 0 0 10px 10px;
                    }
                    
                    .list-item-title {
                        margin-bottom: 9px;
                    }
                    
                    .list-item-content {
                        margin: 18px 0;
                    }
                    
                    .list-item-subtitle {
                        margin-bottom: 9px;
                    }
                    
                    .items-more,
                    .content-links {
                        padding: 15px 0;
                    }
                    
                    .breadcrumb {
                        margin: 10px 0;
                    }
                    
                    .img_caption .left {
                        float: left;
                        margin-right: 1em;
                    }
                    
                    .img_caption .right {
                        float: right;
                        margin-left: 1em;
                    }
                    
                    .img_caption .left p {
                        clear: left;
                        text-align: center;
                    }
                    
                    .img_caption .right p {
                        clear: right;
                        text-align: center;
                    }
                    
                    .img_caption {
                        display: block;
                        font-family: "Muli", sans-serif;
                        font-size: 11px;
                        font-style: italic;
                        color: #808080;
                        text-align: right;
                    }
                    
                    .article-ini .item-image>div.img_caption {
                        margin-left: auto;
                        margin-right: auto;
                        width: 441px !important;
                        height: 248px !important;
                    }
                    
                    figure {
                        display: table;
                    }
                    
                    figure.pull-center,
                    img.pull-center {
                        margin-left: auto;
                        margin-right: auto;
                    }
                    
                    figcaption {
                        display: table-caption;
                        caption-side: bottom;
                    }
                    
                    #aside .nav .nav-child {
                        border-left: 2px solid #ddd;
                        padding-left: 5px;
                    }
                    
                    .navigation .nav-child {
                        position: absolute;
                        top: 95%;
                        left: 0;
                        z-index: 1000;
                        display: none;
                        float: left;
                        min-width: 160px;
                        padding: 5px 0;
                        margin: 2px 0 0;
                        list-style: none;
                        background-color: #fff;
                        border: 1px solid #ccc;
                        border: 1px solid rgba(0, 0, 0, 0.2);
                        *border-right-width: 2px;
                        *border-bottom-width: 2px;
                        border-radius: 6px;
                        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
                        -webkit-background-clip: padding-box;
                        -moz-background-clip: padding;
                        background-clip: padding-box;
                    }
                    
                    .navigation .nav-child.pull-right {
                        right: 0;
                        left: auto;
                    }
                    
                    .navigation .nav-child .divider {
                        *width: 100%;
                        height: 1px;
                        margin: 8px 1px;
                        *margin: -5px 0 5px;
                        overflow: hidden;
                        background-color: #e5e5e5;
                        border-bottom: 1px solid #fff;
                    }
                    
                    .navigation .nav-child a {
                        display: block;
                        padding: 3px 20px;
                        clear: both;
                        font-size: 13px;
                        font-weight: normal;
                        line-height: 18px;
                        color: #333;
                        white-space: nowrap;
                    }
                    
                    .navigation .nav li {
                        position: relative;
                    }
                    
                    .navigation .nav>li:hover>.nav-child,
                    .navigation .nav>li>a:focus+.nav-child,
                    .navigation .nav li li:hover>.nav-child,
                    .navigation .nav li li>a:focus+.nav-child {
                        display: block;
                    }
                    
                    .navigation .nav>li>.nav-child:before {
                        position: absolute;
                        top: -7px;
                        left: 9px;
                        display: inline-block;
                        border-right: 7px solid transparent;
                        border-bottom: 7px solid #ccc;
                        border-left: 7px solid transparent;
                        border-bottom-color: rgba(0, 0, 0, 0.2);
                        content: "";
                    }
                    
                    .navigation .nav>li>.nav-child:after {
                        position: absolute;
                        top: -6px;
                        left: 10px;
                        display: inline-block;
                        border-right: 6px solid transparent;
                        border-bottom: 6px solid #ffffff;
                        border-left: 6px solid transparent;
                        content: "";
                    }
                    
                    .navigation .nav li li .nav-child {
                        top: -8px;
                        left: 100%;
                    }
                    
                    .navigation .nav li li .nav-child:before {
                        position: absolute;
                        top: 9px;
                        left: -7px;
                        display: inline-block;
                        border-top: 7px solid transparent;
                        border-right: 7px solid rgba(0, 0, 0, 0.2);
                        border-bottom: 7px solid transparent;
                        content: "";
                    }
                    
                    .navigation .nav li li .nav-child:after {
                        position: absolute;
                        top: 10px;
                        left: -6px;
                        display: inline-block;
                        border-top: 6px solid transparent;
                        border-right: 6px solid #ffffff;
                        border-bottom: 6px solid transparent;
                        content: "";
                    }
                    
                    .navigation .nav-child li>a:hover,
                    .navigation .nav-child li>a:focus,
                    .navigation .nav-child:hover>a {
                        text-decoration: none;
                        color: #fff;
                        background-color: #08c;
                        background-color: #0081c2;
                        background-image: -o-linear-gradient(top, #08c, #0077b3);
                        background-image: -webkit-gradient( linear, left top, left bottom, from(#08c), to(#0077b3));
                        background-image: linear-gradient(to bottom, #08c, #0077b3);
                        background-repeat: repeat-x;
                        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
                    }
                    
                    dl.tabs {
                        float: left;
                        margin-bottom: -1px;
                    }
                    
                    dl.tabs dt.tabs {
                        float: left;
                        margin-left: 3px;
                        padding: 4px 10px;
                        background-color: #f0f0f0;
                        border-top: 1px solid #ccc;
                        border-left: 1px solid #ccc;
                        border-right: 1px solid #ccc;
                    }
                    
                    dl.tabs dt:hover {
                        background-color: #f9f9f9;
                    }
                    
                    dl.tabs dt.open {
                        background-color: #fff;
                        border-bottom: 1px solid #fff;
                    }
                    
                    dl.tabs dt.tabs h3 {
                        margin: 0;
                        font-size: 1.1em;
                        font-weight: normal;
                    }
                    
                    dl.tabs dt.tabs h3 a {
                        color: #0088cc;
                    }
                    
                    dl.tabs dt.tabs h3 a:hover {
                        color: #005580;
                        text-decoration: none;
                    }
                    
                    dl.tabs dt.open h3 a {
                        color: #000;
                        text-decoration: none;
                    }
                    
                    div.current dd.tabs {
                        margin: 0;
                        padding: 10px;
                        clear: both;
                        border: 1px solid #ccc;
                        background-color: #fff;
                    }
                    
                    #helpsite-refresh {
                        vertical-align: top;
                    }
                    
                    #pop-print {
                        float: right;
                        margin: 10px;
                    }
                    
                    code {
                        white-space: pre-wrap;
                    }
                    
                    #filter-search {
                        vertical-align: top;
                    }
                    
                    .editor {
                        overflow: hidden;
                        position: relative;
                    }
                    
                    .search span.highlight {
                        color: #ff561c;
                    }
                    
                    body.modal-open {
                        overflow: hidden;
                        -ms-overflow-style: none;
                    }
                    
                    #users-profile-custom label {
                        display: inline;
                    }
                    
                    .contentpane.modal {
                        margin: 10px;
                        display: block !important;
                        overflow-y: auto;
                        position: initial !important;
                    }
                    
                    .respo-block {
                        position: relative;
                    }
                    
                    .respo-block .fullpage-menu {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                    }
                    
                    .respo-block .btn-links a {
                        display: block;
                        color: #fff;
                        font-family: "Barlow", sans-serif;
                        font-size: 12px;
                        font-weight: 500;
                        text-transform: uppercase;
                        padding: 5px 20px;
                        text-align: center;
                        border: 1px solid #666;
                        margin-bottom: 15px;
                        text-decoration: none;
                    }
                    
                    .respo-block .btn-links a:hover {
                        background-color: #f39200;
                        border-color: #f39200;
                        text-decoration: none;
                    }
                    /*		featured modules' styles		*/
                    /* temporary style !!! */
                    
                    .featured-1-modules-inner,
                    .featured-2-modules-inner,
                    .featured-4-modules-inner,
                    .featured-5-6-7-modules-inner {
                        min-height: 400px;
                        padding: 50px 0px 20px;
                        text-align: center;
                    }
                    /* temporary style !!! */
                    
                    .featured-1-1-1-modules-inner .custom,
                    .featured-1-1-2-modules-inner .custom,
                    .featured-1-1-3-modules-inner .custom,
                    .featured-1-2-1-modules-inner .custom,
                    .featured-1-2-2-modules-inner .custom,
                    .featured-1-2-3-modules-inner .custom {
                        min-height: 250px;
                        border: 1px solid #eee;
                        margin-bottom: 30px;
                    }
                    
                    .featured-1-modules-inner {
                        padding-top: 0px;
                    }
                    
                    .featured-2-modules-inner {
                        background: url(../images/modules/featured-2-inner-bg.jpg) no-repeat;
                        background-position: center bottom;
                    }
                    
                    .featured-3-modules-inner,
                    .featured-8-modules-inner {
                        background-color: #000;
                        padding: 50px 0px 20px;
                        text-align: center;
                    }
                    
                    .featured-4-modules-inner {
                        background: url(../images/modules/featured-4-inner-bg.jpg) no-repeat;
                        background-position: center top;
                    }
                    
                    .featured-9-modules-inner {
                        background-color: #ececec;
                        padding: 20px 0px;
                        text-align: center;
                    }
                    
                    .featured-3-modules-inner,
                    .featured-4-modules-inner,
                    .featured-8-modules-inner {
                        color: #fff;
                    }
                    
                    .map-popup-link {
                        display: inline-block;
                        height: 34px;
                        padding: 5px 50px;
                        padding-right: 70px;
                        text-transform: uppercase;
                        background-color: #ff561c;
                    }
                    
                    .map-popup-link:hover,
                    .map-popup-link:focus {
                        text-decoration: none;
                        background-color: #ffffff;
                        border: 1px solid #ff561c;
                    }
                    
                    .map-popup-link span {
                        position: relative;
                        color: #fff;
                        font-family: "Montserrat", sans-serif;
                        font-weight: 400;
                        font-size: 13px;
                        line-height: 24px;
                        font-style: normal;
                    }
                    
                    .map-popup-link:hover span,
                    .map-popup-link:focus span {
                        color: #ff561c !important;
                    }
                    
                    .map-popup-link:hover {
                        text-decoration: none !important;
                    }
                    
                    .map-popup-link span:after {
                        content: "\f3c5";
                        font-family: "FontAwesome";
                        width: 24px;
                        height: 24px;
                        /* background: url("../images/button-map-marker.png") no-repeat 0px 0px;*/
                        background-size: 24px 24px;
                        top: -4px;
                        right: -30px;
                        position: absolute;
                        display: inline-block;
                    }
                    
                    .centered {
                        text-align: center;
                    }
                    
                    #content {
                        padding-top: 30px;
                        padding-bottom: 70px;
                    }
                    
                    #content.destination {
                        background: url(../images/destination-bg.jpg) center bottom no-repeat;
                    }
                    
                    #content.destination .map-popup-link {
                        margin-top: 50px;
                        margin-bottom: 150px;
                    }
                    
                    #content.collections {
                        background-color: #000;
                    }
                    
                    #content.collections .item-content {
                        margin-bottom: 30px;
                    }
                    
                    #content.collections .collections-layout .item-image {
                        margin-bottom: 30px;
                    }
                    
                    #content.date-de-depart {
                        background: url(../images/date-de-departs-bg.jpg) no-repeat;
                    }
                    
                    #content.date-de-depart #calendar-title,
                    #content.date-de-depart #calendar-subtitle {
                        text-align: center;
                    }
                    
                    #content.date-de-depart .ui-datepicker-group {
                        margin-bottom: 20px;
                    }
                    
                    #content.date-de-depart .ui-datepicker-next,
                    #content.date-de-depart .ui-datepicker-prev {
                        display: none;
                    }
                    
                    #content.date-de-depart a.ui-state-default:hover {
                        text-decoration: none;
                    }
                    
                    #content .blog .pagination {
                        width: 100%;
                        text-align: center;
                    }
                    
                    #content .blog .pagination .counter {
                        margin: 0;
                        display: inline-block;
                        line-height: 28px;
                    }
                    /* Nouvelles menu styles */
                    
                    .nouvelles-heading {
                        margin-bottom: 30px;
                    }
                    
                    .nouvelles-heading h1 {
                        font-family: "Barlow", sans-serif;
                        line-height: 30px;
                        text-transform: uppercase;
                        font-size: 45px;
                        font-weight: 900;
                        color: #ffffff;
                        line-height: 45px;
                        margin-top: -10px;
                    }
                    
                    .nouvelles-menu ul.nav {
                        text-align: right;
                        background-color: transparent;
                        border-style: none;
                    }
                    
                    .nouvelles-menu ul.nav>li {
                        display: inline-block;
                        text-align: center;
                        height: 30px;
                        vertical-align: top;
                        padding: 0 50px;
                    }
                    
                    .nouvelles-menu ul.nav>li:last-child {
                        padding-right: 0;
                    }
                    
                    .nouvelles-menu ul.nav>li>a {
                        font-family: "Barlow", sans-serif;
                        font-size: 23px !important;
                        font-weight: 600;
                        color: #ffffff;
                        line-height: 30px;
                        padding: 0;
                    }
                    
                    .nouvelles-menu ul.nav>li>a:hover,
                    .nouvelles-menu ul.nav>li>a:focus {
                        background-color: transparent;
                        color: #ff561c;
                    }
                    
                    .nouvelles-menu ul.nav>li.current.active>a {
                        color: #ff561c;
                        text-decoration: underline;
                        font-size: 25px !important;
                    }
                    
                    @media screen and (max-width: 991px) {
                        .nouvelles-heading h1 {
                            margin-bottom: 40px;
                        }
                        .nouvelles-heading {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                        }
                        .minus-margin-top {
                            margin-top: -400px;
                        }
                        .minus-margin-top .nouvelles-heading .col-sm-6 {
                            width: 100%;
                        }
                        .nouvelles-menu ul.nav {
                            text-align: left;
                            display: -webkit-box !important;
                            display: -ms-flexbox !important;
                            display: flex !important;
                            -webkit-box-orient: horizontal;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                            flex-direction: row;
                        }
                        .nouvelles-menu ul.nav>li {
                            padding: 0 20px 40px 0 !important;
                        }
                        .bin_row {
                            display: -webkit-box !important;
                            display: -ms-flexbox !important;
                            display: flex !important;
                            -webkit-box-orient: horizontal;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                            flex-direction: row;
                        }
                        .blog .items-leading .col-md-4 {
                            width: 50% !important;
                        }
                        .blog .items-leading .row {
                            margin-top: 30px;
                        }
                    }
                    
                    @media screen and (max-width: 900px) {
                        .blog .items-leading .row {
                            padding-right: 20px !important;
                        }
                    }
                    
                    @media screen and (max-width: 767px) {
                        .blog .items-leading .row {
                            padding-right: 0px !important;
                        }
                        .nouvelles-heading h1 {
                            margin-bottom: 40px !important;
                        }
                        .nouvelles-menu ul.nav.menu {
                            display: -webkit-box !important;
                            display: -ms-flexbox !important;
                            display: flex !important;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            text-align: left;
                        }
                        .nouvelles-menu ul.nav>li>a {
                            text-align: left;
                        }
                        .nouvelles-menu .select2 {
                            display: none !important;
                        }
                        .nouvelles-menu ul.nav>li {
                            padding: 15px 20px 40px 0 !important;
                        }
                        .blog .items-leading .row {
                            margin-top: 30px;
                        }
                    }
                    
                    @media screen and (max-width: 600px) {
                        .bin_row {
                            display: -webkit-box !important;
                            display: -ms-flexbox !important;
                            display: flex !important;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                        }
                        .blog .items-leading .col-md-4 {
                            width: 80% !important;
                            margin: auto;
                        }
                        .blog .items-leading .row {
                            margin-top: 40px;
                        }
                    }
                    
                    @media screen and (max-width: 400px) {
                        .blog .items-leading .col-md-4 {
                            width: 100% !important;
                            margin: auto;
                        }
                        .blog .items-leading .row {
                            margin-top: 50px;
                        }
                    }
                    
                    .blog .leading-item {
                        margin-bottom: 50px;
                        position: relative;
                    }
                    
                    .blog .article-img {
                        margin: 0;
                        padding-left: 0;
                    }
                    
                    .blog .article-img .item-image {
                        margin-bottom: 30px;
                        width: 100%;
                        float: none !important;
                    }
                    
                    .blog .article-img .item-image img {
                        width: 100%;
                    }
                    
                    .blog .article-info {
                        padding: 0;
                    }
                    
                    .blog .article-info .pubdate {
                        display: block;
                        /* margin-bottom: 10px;*/
                        font-family: "Barlow", sans-serif;
                        font-size: 14px;
                        font-weight: bold;
                        color: #333333;
                        line-height: 30px;
                        margin-top: 15px;
                    }
                    
                    .blog .article-info .articleitem-title a {
                        font-family: "Barlow", sans-serif;
                        font-size: 25px;
                        line-height: 20px;
                        margin-bottom: 0px;
                        color: #1e5b80;
                        font-weight: 900;
                        text-decoration: none !important;
                    }
                    
                    .blog .article-info .articleitem-title a:hover {
                        color: #ff561c;
                        background-color: transparent;
                    }
                    
                    .blog .article-info .item-introtext {
                        font-family: "Barlow", sans-serif;
                        font-size: 15px;
                        font-weight: 450;
                        line-height: 1.4;
                    }
                    
                    .blog .leading-item .readmore {
                        /*text-align: center;*/
                        margin-bottom: auto;
                    }
                    
                    .blog .leading-item .readmore span.icon-chevron-right {
                        display: none;
                    }
                    
                    .blog .leading-item .readmore .btn {
                        background-color: transparent;
                        font-family: "Barlow", sans-serif;
                        font-weight: bold;
                        font-size: 14px;
                        color: #333;
                        position: relative;
                        padding: 4px 0px;
                        line-height: 16px;
                        /* border: 1px solid #333; */
                        /* border-radius: 24px; */
                        text-transform: none;
                    }
                    
                    .blog .leading-item .readmore .btn:hover {
                        /* background-color: #333;
    color: #fff;*/
                    }
                    
                    .blog .leading-item .readmore .btn:active {
                        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
                    }
                    
                    .blog .leading-item .readmore .btn:after {
                        content: none;
                        width: 20px;
                        height: 20px;
                        background: url("../images/right-arrow.png") no-repeat;
                        background-size: 20px 20px;
                        background-position: 0px 0px;
                        right: -5px;
                        top: 0px;
                        position: absolute;
                        display: inline-block;
                    }
                    
                    .blog .articleitem-category {
                        margin-bottom: 10px;
                    }
                    
                    .blog .articleitem-category span {
                        font-family: "Barlow", sans-serif;
                        font-size: 14px;
                        line-height: 13px;
                        font-weight: 600;
                        color: #ff561c;
                        text-transform: uppercase;
                    }
                    
                    .nouvelles-breadcrumbs .breadcrumb {
                        background-color: transparent;
                        padding: 0px;
                        margin: 0;
                        margin-bottom: 20px;
                    }
                    
                    .nouvelles-breadcrumbs .breadcrumb .icon-location {
                        display: none;
                    }
                    
                    .nouvelles-breadcrumbs .breadcrumb>li {
                        line-height: 13px;
                        padding-right: 5px;
                        border-right: 1px solid #808080;
                    }
                    
                    .nouvelles-breadcrumbs .breadcrumb>li:last-child {
                        border-right: none;
                    }
                    
                    .nouvelles-breadcrumbs .breadcrumb>li>a {
                        text-decoration: none;
                    }
                    
                    .nouvelles-breadcrumbs .breadcrumb>li>a>span {
                        font-family: "Muli", sans-serif;
                        font-size: 12px;
                        line-height: 13px;
                        font-weight: 600;
                        color: #808080;
                        text-transform: uppercase;
                    }
                    
                    .nouvelles-breadcrumbs .breadcrumb>li:last-child>a>span {
                        color: #000;
                    }
                    
                    .nouvelles-pagination .pagination-list {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }
                    
                    .nouvelles-pagination ul.pagination-list>li>a {
                        display: block;
                        height: 50px;
                        width: 50px;
                        text-align: center;
                        padding: 7px 0;
                        border: 1px solid #1e5b80;
                        font-family: "Barlow", sans-serif;
                        font-size: 18px;
                        font-weight: 700;
                        color: #1e5b80;
                        margin: 0 8px;
                        line-height: 30px;
                        border-radius: 13px;
                    }
                    
                    .nouvelles-pagination ul.pagination-list>li.active>a,
                    .nouvelles-pagination ul.pagination-list>li:hover>a {
                        background-color: #1e5b80;
                        color: #fff;
                    }
                    
                    .nouvelles-pagination ul.pagination-list>li:first-child a,
                    .nouvelles-pagination ul.pagination-list>li:last-child a {
                        border: none;
                        background-color: transparent;
                        padding: 0;
                    }
                    
                    .nouvelles-pagination ul.pagination-list>li:first-child a {
                        margin-right: 50px;
                    }
                    
                    .nouvelles-pagination ul.pagination-list>li:last-child a {
                        margin-left: 50px;
                    }
                    
                    .nouvelles-pagination ul.pagination-list>li:first-child a span,
                    .nouvelles-pagination ul.pagination-list>li:last-child a span {
                        margin: 0;
                        display: block;
                        width: 30px;
                        height: 30px;
                    }
                    
                    .nouvelles-pagination ul.pagination-list>li:first-child a span:before,
                    .nouvelles-pagination ul.pagination-list>li:last-child a span:before {
                        content: none;
                    }
                    
                    .nouvelles-pagination ul.pagination-list>li:first-child a span.icon-previous,
                    .nouvelles-pagination ul.pagination-list>li:last-child a span.icon-next {
                        background: url("../images/pagination-arrow.png") center no-repeat;
                    }
                    
                    .nouvelles-pagination ul.pagination-list>li:first-child a span.icon-previous {
                        behavior: url(-ms-transform.htc);
                        transform: rotate(180deg);
                        -moz-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                    }
                    
                    .nouvelle-article {
                        margin-bottom: 50px;
                    }
                    
                    .page-header.nouvelles {
                        margin-bottom: 30px;
                        padding-bottom: 0px;
                        border: none;
                    }
                    
                    .page-header.nouvelles h2 {
                        margin-bottom: 5px;
                        padding-bottom: 5px;
                        border-bottom: 1px solid #000;
                    }
                    
                    .page-header.nouvelles h1 {
                        font-family: "Barlow", Sans-serif;
                        font-size: 24px;
                        font-weight: bold;
                        margin-bottom: 2px;
                    }
                    
                    .page-header.nouvelles .pubdate {
                        font-family: "Barlow", Sans-serif;
                        font-size: 18px;
                        font-weight: 500;
                        color: #666;
                    }
                    
                    .article-category {
                        background-color: #373737;
                        padding: 10px 30px;
                        margin: 30px 0;
                    }
                    
                    .article-category span {
                        display: block;
                        font-family: "Barlow", sans-serif;
                        font-size: 14px;
                        line-height: 20px;
                        font-weight: bold;
                        color: #fff;
                        text-transform: uppercase;
                    }
                    
                    .article-intro {
                        font-family: "Barlow", sans-serif;
                        font-size: 14px;
                        margin-bottom: 20px;
                    }
                    
                    .to-nouvelles-link a {
                        position: relative;
                        display: inline-block;
                        padding-left: 28px;
                        font-family: "Barlow", sans-serif;
                        font-size: 14px;
                        font-weight: bold !important;
                        color: #333 !important;
                        font-style: normal !important;
                        line-height: 20px;
                        text-decoration: none !important;
                    }
                    
                    .to-nouvelles-link a:before {
                        content: "";
                        position: absolute;
                        display: block;
                        width: 20px;
                        height: 20px;
                        top: 0;
                        left: 0;
                        background: url("../images/circle-arrow.png") center no-repeat;
                    }
                    
                    .article-content img {
                        width: 100%;
                        margin-bottom: 30px;
                    }
                    
                    #content .shareIcon {
                        display: none;
                        /*inline-block;*/
                        width: 17px;
                        height: 19px;
                        position: relative;
                        margin-top: 15px;
                    }
                    
                    #content .shareIcon:hover {
                        cursor: pointer;
                    }
                    
                    #content .shareIcon .share-inner {
                        position: absolute;
                        display: none;
                        text-align: right;
                        width: 74px;
                        height: 30px;
                        background-color: #fff;
                        padding: 4px;
                        border: 1px solid #ccc;
                        top: -5px;
                        left: -84px;
                    }
                    
                    #content .shareIcon .share-inner:after {
                        content: "";
                        display: block;
                        position: absolute;
                        width: 8px;
                        height: 14px;
                        background: url(../images/share-inner-arrow.png) no-repeat;
                        background-size: 8px 14px;
                        top: 8px;
                        left: 72px;
                    }
                    
                    #content .shareIcon .share-inner.open {
                        display: block;
                    }
                    
                    #content .shareIcon .share-inner a {
                        width: 20px;
                        height: 20px;
                        margin: 0px 5px;
                        vertical-align: top;
                    }
                    
                    #content .shareIcon .share-inner a.facebook-share {
                        background: url(../images/fb.png) no-repeat;
                        background-size: 20px 20px;
                    }
                    
                    #content .shareIcon .share-inner a.twitter-share {
                        background: url(../images/tw.png) no-repeat;
                        background-size: 20px 20px;
                    }
                    
                    #content .inner-news-block {
                        font-family: "Barlow", sans-serif;
                        font-size: 13px;
                        color: #000;
                    }
                    
                    .search-results .result-item {
                        display: none;
                        padding: 0 30px;
                        padding-bottom: 30px;
                        border-bottom: 2px solid #efefef;
                        margin-bottom: 30px;
                    }
                    
                    .search-results .result-title {
                        font-family: "Barlow", sans-serif;
                        font-size: 23px;
                        font-weight: 900;
                    }
                    
                    .search-results .result-title a {
                        color: #333;
                    }
                    
                    .search-results .result-title a:hover {
                        color: #ff561c;
                    }
                    
                    .search-results .result-category span {
                        font-family: "Barlow", sans-serif;
                        font-weight: 500;
                        font-size: 20px;
                        color: #004b6c;
                    }
                    
                    .search-results .result-category span a,
                    .search-results .result-category span a:hover,
                    .search-results .result-category span a:focus,
                    .search-results .result-category span a:visited {
                        color: #004b6c;
                    }
                    
                    .search-results .result-text {
                        position: relative;
                        font-family: "Barlow", sans-serif;
                        font-size: 16px;
                        font-weight: 500;
                        margin: 5px 0;
                        padding-right: 100px;
                        min-height: 50px;
                    }
                    
                    .search-results .result-text a.result-link {
                        position: absolute;
                        display: block;
                        top: 0;
                        right: 0;
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        /*background: url("../images/searchresults-arrow.png") #f39204 center no-repeat;*/
                    }
                    
                    .search-results .result-text a.result-link:after {
                        position: absolute;
                        display: block;
                        top: 0;
                        right: 0;
                        content: "\f061";
                        font-family: "FontAwesome";
                        font-size: 23px;
                        cursor: pointer;
                        color: #ff561c;
                    }
                    
                    .search-results .result-created {
                        font-family: "Muli", sans-serif;
                        font-style: italic;
                        color: #888;
                        margin-left: 18px;
                    }
                    
                    .search-results .nav-tabs {
                        border-bottom: none;
                        height: 38px;
                        position: relative;
                    }
                    
                    .search-results .nav-tabs:before {
                        display: none;
                        content: "";
                        position: absolute;
                        top: 37px;
                        right: 100%;
                        left: -3000px;
                        background-color: #efefef;
                        z-index: 0;
                        height: 1px;
                    }
                    
                    .search-results .nav-tabs:after {
                        display: none;
                        content: "";
                        position: absolute;
                        top: 37px;
                        left: 100%;
                        right: -3000px;
                        background-color: #efefef;
                        z-index: 0;
                        height: 1px;
                    }
                    
                    .search-results .nav-tabs>li>a {
                        display: block !important;
                        line-height: 32px;
                        border-radius: 0;
                        padding: 0 40px;
                        background-color: #fff;
                        /*border-top: 5px solid #efefef;*/
                        border: 1px solid #000;
                        margin: 0;
                        font-family: "Barlow", sans-serif;
                        font-weight: 500;
                        font-size: 14px;
                        color: #000;
                    }
                    
                    .search-results .nav-tabs>li.active>a,
                    .search-results .nav-tabs>li.active>a:hover,
                    .search-results .nav-tabs>li.active>a:focus {
                        /*border-top: 5px solid #f39204;*/
                        background-color: #004b6c;
                        border: 1px solid #004b6c;
                        border-bottom-color: transparent;
                        color: #fff;
                    }
                    
                    .search-results .tab-content {
                        padding: 50px 0;
                    }
                    
                    .search-results .showmore-voyages,
                    .search-results .showmore-articles {
                        display: block;
                        text-align: center;
                    }
                    
                    .search-results .morebutton-wrapper {
                        display: inline-block;
                    }
                    
                    .search-results .morebutton {
                        display: none;
                        font-family: "Barlow", sans-serif;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 30px;
                        width: 250px;
                        background-color: #004b6c;
                        color: #fff;
                        cursor: pointer;
                    }
                    
                    body.view-brochures #content {
                        background-color: #cce4f0;
                    }
                    
                    #content .emplois-intro-block .emplois-intro-title {
                        font-weight: bold;
                    }
                    
                    .job-intro>div.jobintro:first-child {
                        padding-left: 0px;
                    }
                    
                    .job-intro>div.jobintro:last-child {
                        padding-right: 0px;
                    }
                    
                    body a.modal {
                        position: static;
                        display: block;
                    }
                    /* Notre enterprise styles */
                    
                    .ne-images img,
                    .nj-images img {
                        margin-bottom: 30px;
                        width: 100%;
                    }
                    
                    .nous-joindre-content {
                        font-family: "Barlow", sans-serif;
                    }
                    
                    .nous-joindre-content .articleaccordionholder.ne ul.accordion .accordion-item .acc-content,
                    .nous-joindre-content .articleaccordionholder.nj ul.accordion .accordion-item .acc-content {
                        font-family: "Barlow", sans-serif;
                    }
                    
                    .nous-joindre-content .articleaccordionholder.ne.succursales ul.accordion .accordion-item .acc-content,
                    .nous-joindre-content .articleaccordionholder.nj.succursales ul.accordion .accordion-item .acc-content {
                        padding: 0 0 15px;
                    }
                    
                    .nous-joindre-content .articleaccordionholder.ne ul.accordion>li .succursales-action a,
                    .nous-joindre-content .articleaccordionholder.nj ul.accordion>li .succursales-action a {
                        display: inline-block;
                        padding: 4px 40px;
                        line-height: 20px;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: bold;
                        border: 1px solid #252525;
                        border-radius: 15px;
                        height: auto;
                        text-decoration: none;
                    }
                    
                    .nous-joindre-content .accordion .succursale-block {
                        padding: 20px 0 25px;
                        border-bottom: 1px solid #a2a0a1;
                    }
                    
                    .nous-joindre-content .accordion .succursale-block .container {
                        width: 100% !important;
                        padding: 0 !important;
                    }
                    
                    .nous-joindre-content .succursale-block:last-child {
                        border-bottom: none;
                    }
                    
                    .nous-joindre-content .succursale-block-inner {
                        margin-bottom: 20px;
                    }
                    
                    .nous-joindre-content .nj-title-succ {
                        display: block;
                        font-size: 14px;
                        text-transform: uppercase;
                        margin-bottom: 4px;
                    }
                    
                    .nous-joindre-content .succursale-block-inner p {
                        font-weight: bold;
                        font-size: 12px;
                    }
                    
                    .nous-joindre-content .succursale-line {
                        display: block;
                        line-height: 20px;
                    }
                    
                    .nous-joindre-content .succursale-line a {
                        padding: 0 !important;
                        border: none !important;
                        font-style: normal !important;
                        font-weight: bold !important;
                        text-decoration: none !important;
                    }
                    
                    @media (min-width: 992px) {
                        .ne-images>div,
                        .nj-images>div {
                            margin-left: 0;
                        }
                    }
                    /* Nous joindre styles */
                    
                    .nous-joindre .form-row {
                        background-color: #cce4f0;
                        position: relative;
                        z-index: 0;
                        padding-bottom: 30px;
                        padding-top: 30px;
                    }
                    
                    .nous-joindre .form-row:before {
                        content: "";
                        background-color: #cce4f0;
                        display: block;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        right: 99%;
                        left: -3000px;
                    }
                    
                    .nous-joindre .form-row:after {
                        background-color: #cce4f0;
                        content: "";
                        position: absolute;
                        display: block;
                        width: 100%;
                        top: 0;
                        bottom: 0;
                        left: 100%;
                        right: -1500px;
                    }
                    
                    .nous-joindre .nous-joindre-content-block {
                        margin-bottom: 30px;
                        color: #000;
                    }
                    
                    .nous-joindre .nous-joindre-content {
                        /*margin-top: 230px;*/
                    }
                    
                    .nous-joindre .division-background-blue .nous-joindre-title {
                        color: #ffffff;
                    }
                    
                    .nous-joindre .nous-joindre-form input[type="text"],
                    .nous-joindre .nous-joindre-form select,
                    .nous-joindre .nous-joindre-form textarea,
                    .emplois-content .form-black input[type="text"],
                    .emplois-content .form-black select,
                    .emplois-content .form-black textarea {
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }
                    
                    .nous-joindre .nous-joindre-form .formResponsive textarea,
                    .emplois-content .form-black .formResponsive textarea {
                        height: 230px;
                        background-color: #eae9e9;
                    }
                    
                    .nous-joindre .nous-joindre-form .formResponsive input[type="text"],
                    .nous-joindre .nous-joindre-form .formResponsive select,
                    .emplois-content .form-black .formResponsive input[type="text"],
                    .emplois-content .form-black .formResponsive select {
                        width: 100%;
                        background-color: #eae9e9;
                        border: none;
                        height: 30px;
                    }
                    
                    .nous-joindre .nous-joindre-form .formResponsive input[type="text"],
                    .emplois-content .form-black .formResponsive input[type="text"] {
                        font-family: "Barlow", sans-serif;
                        font-weight: bold;
                        color: #373636 !important;
                        padding-left: 15px;
                        padding-right: 30px;
                    }
                    
                    .nous-joindre .nous-joindre-form .formResponsive input[type="text"]::-webkit-input-placeholder,
                    .emplois-content .form-black .formResponsive input[type="text"]::-webkit-input-placeholder {
                        /* Chrome/Opera/Safari */
                        font-family: "Barlow", sans-serif;
                        font-weight: bold;
                        color: #373636;
                    }
                    
                    .nous-joindre .nous-joindre-form .formResponsive input[type="text"]::-moz-placeholder,
                    .emplois-content .form-black .formResponsive input[type="text"]::-moz-placeholder {
                        /* Firefox 19+ */
                        font-family: "Barlow", sans-serif;
                        font-weight: bold;
                        color: #373636;
                    }
                    
                    .nous-joindre .nous-joindre-form .formResponsive input[type="text"]:-ms-input-placeholder,
                    .emplois-content .form-black .formResponsive input[type="text"]:-ms-input-placeholder {
                        /* IE 10+ */
                        font-family: "Barlow", sans-serif;
                        font-weight: bold;
                        color: #373636;
                    }
                    
                    .nous-joindre .nous-joindre-form .formResponsive input[type="text"]:-moz-placeholder,
                    .emplois-content .form-black .formResponsive input[type="text"]:-moz-placeholder {
                        /* Firefox 18- */
                        font-family: "Barlow", sans-serif;
                        font-weight: bold;
                        color: #373636;
                    }
                    
                    .nous-joindre .rsform-block-communication .checkboxes-text,
                    .emplois-content .form-black .rsform-block-communication .checkboxes-text {
                        display: block;
                        font-weight: 500;
                        font-size: 9px;
                        margin-bottom: 10px;
                    }
                    
                    .nous-joindre .rsform-block-communication .checkboxes-text span,
                    .emplois-content .form-black .rsform-block-communication .checkboxes-text span {
                        display: block;
                        font-size: 11px;
                        font-weight: bold;
                    }
                    
                    .nous-joindre .rsform-block-communication input[type="checkbox"],
                    .nous-joindre .rsform-block-recevoir-send input[type="checkbox"],
                    .emplois-content .form-black .rsform-block-communication input[type="checkbox"],
                    .emplois-content .form-black .rsform-block-recevoir-send input[type="checkbox"] {
                        display: inline-block;
                    }
                    
                    .nous-joindre .rsform-block-communication label,
                    .nous-joindre .rsform-block-recevoir-send label,
                    .emplois-content .form-black .rsform-block-communication label,
                    .emplois-content .form-black .rsform-block-recevoir-send label {
                        vertical-align: 10px;
                        display: inline-block;
                        text-align: left;
                        font-size: 11px;
                        max-width: 100%;
                        /*padding-left: 22px;*/
                        font-style: normal;
                        line-height: 16px;
                        height: 16px;
                        color: #000;
                        margin-top: 0;
                        font-weight: 500;
                        position: relative;
                        margin-bottom: 0;
                        margin-right: 30px;
                    }
                    
                    .nous-joindre .rsform-block-communication input:checked+label:before,
                    .nous-joindre .rsform-block-recevoir-send input:checked+label:before,
                    .emplois-content .form-black .rsform-block-communication input:checked+label:before,
                    .emplois-content .form-black .rsform-block-recevoir-send input:checked+label:before {
                        background-color: #000;
                        border: 2px solid #fff;
                    }
                    
                    .nous-joindre .rsform-block-recevoir-send,
                    .emplois-content .form-black .rsform-block-recevoir-send {
                        margin-top: 30px;
                        text-align: right !important;
                    }
                    
                    .nous-joindre .rsform-block-recevoir-send .recevoir-block-inner,
                    .nous-joindre .rsform-block-recevoir-send .send-block-inner,
                    .emplois-content .form-black .rsform-block-recevoir-send .recevoir-block-inner,
                    .emplois-content .form-black .rsform-block-recevoir-send .send-block-inner {
                        width: 200px;
                        display: inline-block;
                    }
                    
                    .nous-joindre .rsform-block-recevoir-send .recevoir-block .formBody,
                    .emplois-content .form-black .rsform-block-recevoir-send .recevoir-block .formBody {
                        min-height: 20px;
                    }
                    
                    .nous-joindre .rsform-block-recevoir-send .recevoir-block label,
                    .emplois-content .form-black .rsform-block-recevoir-send .recevoir-block label {
                        margin-right: 0;
                    }
                    
                    .nous-joindre .rsform-block-recevoir-send .send-block input[type="submit"],
                    .emplois-content .form-black .rsform-block-recevoir-send .send-block input[type="submit"] {
                        width: 100%;
                        height: 30px;
                        font-weight: bold;
                        font-size: 13px;
                        text-transform: none;
                        background-color: #373737;
                    }
                    
                    .nous-joindre .rsform-block-recevoir-send .send-block input[type="submit"]:hover,
                    .emplois-content .rsform-block-recevoir-send .send-block input[type="submit"]:hover {
                        background-color: #f39204;
                    }
                    
                    .nous-joindre .formResponsive .rsform-block-fichier .formControls,
                    .emplois-content .form-black .formResponsive .rsform-block-fichier .formControls {
                        margin-left: 0;
                    }
                    
                    .nous-joindre .rsform-block-fichier input[type="file"],
                    .emplois-content .form-black .rsform-block-fichier input[type="file"] {
                        width: 0.1px;
                        height: 0.1px;
                        opacity: 0;
                        overflow: hidden;
                        position: absolute;
                    }
                    
                    .nous-joindre .rsform-block-fichier input[type="file"]+label,
                    .emplois-content .form-black .rsform-block-fichier input[type="file"]+label {
                        font-size: 13px;
                        width: 200px;
                        height: 30px;
                        line-height: 30px;
                        font-weight: bold;
                        text-align: center;
                        color: #fff;
                        background-color: #373737;
                        display: inline-block;
                        margin: 0;
                        margin-bottom: 5px;
                    }
                    
                    .nous-joindre .rsform-block-fichier #fichier-filename,
                    .emplois-content .form-black .rsform-block-fichier #fichier-filename {
                        padding-top: 35px;
                        font-family: "Barlow", sans-serif;
                        font-weight: bold;
                        font-size: 10px;
                    }
                    /*.nous-joindre .select2-container--default {
    font-fa
}*/
                    
                    .nous-joindre .select2-container--default .select2-selection,
                    .emplois-content .form-black .select2-container--default .select2-selection {
                        border-radius: 0;
                        height: 30px;
                        border: none;
                        background-color: #eae9e9;
                    }
                    
                    .nous-joindre .select2-container--default .select2-selection .select2-selection__rendered,
                    .emplois-content .form-black .select2-container--default .select2-selection .select2-selection__rendered {
                        line-height: 30px;
                        padding-left: 15px;
                        padding-right: 30px;
                        font-family: "Barlow", sans-serif;
                        font-weight: bold;
                        font-size: 12px;
                        color: #373636;
                    }
                    
                    .nous-joindre .select2-container--default .select2-selection .select2-selection__arrow,
                    .emplois-content .form-black .select2-container--default .select2-selection .select2-selection__arrow {
                        height: 30px;
                        width: 30px;
                        top: 0;
                        right: 0;
                        background: url(../images/contact-select.png) no-repeat center;
                    }
                    
                    .nous-joindre .select2-container--default.select2-container--open .select2-selection .select2-selection__arrow,
                    .emplois-content .form-black .select2-container--default.select2-container--open .select2-selection .select2-selection__arrow {
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }
                    
                    .nous-joindre .select2-container--default .select2-selection .select2-selection__arrow b,
                    .emplois-content .form-black .select2-container--default .select2-selection .select2-selection__arrow b {
                        display: none;
                    }
                    
                    .nous-joindre .rsform-block-genre,
                    .emplois-content .form-black .rsform-block-genre {
                        width: 160px;
                    }
                    
                    .nous-joindre .rsform-block-genre .select2,
                    .emplois-content .form-black .rsform-block-genre .select2 {
                        width: 100% !important;
                    }
                    
                    #select2-Genre-results .select2-results__option,
                    #select2-Departement-results .select2-results__option,
                    #select2-Sujet-results .select2-results__option {
                        background-color: #fff;
                        color: #373636;
                        padding: 2px 10px;
                        font-size: 11px;
                    }
                    
                    #select2-Sujet-results .select2-results__option[role="group"] {
                        padding: 2px 0;
                    }
                    
                    #select2-Sujet-results .select2-results__option strong {
                        text-transform: uppercase;
                        font-size: 12px;
                    }
                    
                    #select2-Genre-results .select2-results__option:hover,
                    #select2-Genre-results .select2-results__option[aria-selected="true"],
                    #select2-Departement-results .select2-results__option:hover,
                    #select2-Departement-results .select2-results__option[aria-selected="true"],
                    #select2-Sujet-results .select2-results__option:hover,
                    #select2-Sujet-results .select2-results__option[aria-selected="true"] {
                        background-color: #eae9e9;
                    }
                    
                    #select2-Sujet-results .select2-results__option[role="group"]:hover {
                        background-color: #fff;
                    }
                    
                    #select2-Genre-results,
                    #select2-Departement-results,
                    #select2-Sujet-results {
                        /*box-shadow: 0px 0px 0px grey, 0px 1px 1px grey, 0px 0px 0px grey;*/
                        border: 1px solid #cacaca;
                        /*border-top: none;*/
                    }
                    
                    h1#job_page_title {
                        font-family: "Barlow", sans-serif;
                        font-size: 45px;
                        font-weight: 900;
                        margin-top: -250px;
                        color: #fff;
                        text-align: center;
                        margin-bottom: 61px;
                    }
                    
                    @media screen and (max-width: 1200px) {
                        h1#job_page_title {
                            margin-bottom: 100px;
                        }
                    }
                    
                    .emplois-content .emplois-intro {
                        margin-top: 50px;
                        font-family: "Barlow", Sans-serif;
                        font-size: 16px;
                    }
                    
                    .emplois-content .emplois-intro strong {
                        font-weight: bold;
                        font-size: 21px;
                    }
                    
                    .emplois-content .gvq-job-competences {
                        font-family: "Barlow", Sans-serif;
                        font-size: 16px;
                    }
                    
                    .emplois-content .gvq-job-competences strong {
                        font-weight: bold;
                        font-size: 21px;
                    }
                    
                    .emplois-content .gvq-job-cond {
                        font-family: "Barlow", Sans-serif;
                        font-size: 16px;
                        padding-bottom: 15px;
                    }
                    
                    .emplois-content h3 {
                        font-family: "Barlow", Sans-serif;
                        font-weight: bold;
                        font-size: 21px;
                        margin-bottom: 20px;
                    }
                    
                    .article-ini .emplois-content>div {
                        margin-bottom: 50px;
                    }
                    
                    .bottom-map-module-ini {
                        margin-bottom: 100px;
                    }
                    
                    #nouvellesmenumobile {
                        display: none;
                    }
                    
                    .nouvelles-menu .select2 {
                        display: none;
                        width: 100% !important;
                        max-width: 400px !important;
                    }
                    
                    .nouvelles-menu .select2-container--default .select2-selection--single {
                        border: none;
                        border-radius: 0;
                    }
                    
                    .nouvelles-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
                        background-color: #ececec;
                        font-family: "Barlow", sans-serif;
                        font-size: 13px;
                        font-weight: bold;
                        color: #333;
                        padding: 0 10px;
                    }
                    
                    .nouvelles-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
                        height: 28px;
                        width: 28px;
                        top: 0;
                        right: 6px;
                        background: url(../images/arrowdown-white.png) center no-repeat;
                    }
                    
                    .nouvelles-menu .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }
                    
                    .nouvelles-menu .select2-container--default .select2-selection--single .select2-selection__arrow b {
                        display: none;
                    }
                    
                    .select2-container .dd-nouvellesmenu .select2-results__options .select2-results__option {
                        background-color: transparent;
                    }
                    
                    .select2-container .dd-nouvellesmenu .select2-results__options .select2-results__option.select2-results__option--highlighted {
                        color: #f39200;
                    }
                    /* Terms & Conditions new style */
                    
                    .terms-accordion-wrapper>h1 {
                        font-family: "Barlow", sans-serif;
                        color: #fff;
                        font-size: 45px;
                        font-weight: 900;
                        text-align: center;
                    }
                    
                    .terms-accordion-wrapper {
                        margin-top: -300px;
                    }
                    
                    .terms-accordion-wrapper .terms-row {
                        margin-top: 100px;
                    }
                    
                    .item-pageconditions {
                        margin-top: 60px;
                    }
                    
                    #terms-accordion .accordion-group {
                        border: none;
                        margin-bottom: 10px;
                    }
                    
                    #terms-accordion .accordion-heading {
                        height: 60px;
                        line-height: 44px;
                        /*border: 1px solid #e6e6e6;*/
                    }
                    
                    #terms-accordion .accordion-heading a {
                        position: relative;
                        font-family: "Barlow", sans-serif;
                        font-weight: 900;
                        color: #000 !important;
                        font-size: 25px;
                        text-decoration: none !important;
                        padding: 8px 0px;
                        border-bottom: 1px solid #000;
                    }
                    
                    #terms-accordion .accordion-heading a:after {
                        font-size: 18px;
                        display: block;
                        position: absolute;
                        top: 5px;
                        right: 0px;
                        content: "\f054";
                        font-family: "FontAwesome";
                        cursor: pointer;
                    }
                    
                    #terms-accordion .accordion-heading a.collapsed:after {
                        font-size: 18px;
                        display: block;
                        position: absolute;
                        top: 5px;
                        right: 0px;
                        content: "\f078";
                        font-family: "FontAwesome";
                        cursor: pointer;
                    }
                    
                    #terms-accordion .accordion-inner {
                        border: none;
                        padding: 0;
                    }
                    
                    #terms-accordion h2 {
                        font-family: "Barlow", sans-serif;
                        font-weight: 700;
                        color: #000 !important;
                        font-size: 20px;
                    }
                    
                    .terms-accordion-wrapper a.submit-button:hover {
                        color: #fff;
                        text-decoration: none;
                    }
                    /* Error page styles */
                    
                    .header-background-error {
                        background-image: url(../../../img/background/404_header.jpg), -webkit-gradient(linear, left top, left bottom, from(#004b6c), color-stop(30%, transparent));
                        background-image: url(../../../img/background/404_header.jpg), -o-linear-gradient(top, #004b6c, transparent 30%);
                        background-image: url(../../../img/background/404_header.jpg), linear-gradient(180deg, #004b6c, transparent 30%);
                        background-blend-mode: multiply;
                        background-repeat: no-repeat;
                        background-size: cover;
                        height: 600px;
                        background-position: center center;
                    }
                    
                    .error-page .page404 {
                        padding: 5px 0;
                        font-family: "Barlow", sans-serif;
                        color: #808080;
                    }
                    
                    .error-page .err-message {
                        width: 50%;
                        border-bottom: 1px solid #808080;
                    }
                    
                    .error-page .err-message span {
                        font-size: 20px;
                        display: block;
                        line-height: 70px;
                        height: 70px;
                        margin-bottom: 20px;
                    }
                    
                    .error-page .err-message span>span.big-orange {
                        color: #f6ab3b;
                        font-size: 36px;
                        display: inline;
                    }
                    
                    .error-page .err-description {
                        padding-top: 30px;
                    }
                    
                    .error-page .err-description span.bold-desc {
                        display: block;
                        font-size: 15px;
                        font-weight: bold;
                        padding: 5px 0;
                        width: 60%;
                    }
                    
                    .error-page .err-description span.normal-desc {
                        display: block;
                        font-size: 14px;
                        padding: 5px 0;
                        width: 70%;
                    }
                    
                    .error-page .err-description span.big-desc {
                        display: block;
                        font-size: 20px;
                        padding: 10px 0;
                    }
                    
                    .error-page .err-description span.big-desc>span.medium-orange {
                        color: #f6ab3b;
                        text-transform: uppercase;
                        font-weight: bold;
                    }
                    
                    .error-page .head-404 .container {
                        text-align: center;
                    }
                    
                    .error-page .head-404 .container .custom {
                        display: inline-block;
                    }
                    
                    .head-404-inner {
                        background-color: rgba(0, 75, 108, 0.85);
                        border-radius: 14px;
                        padding: 40px 40px 65px 40px;
                        color: #ffffff;
                        margin-top: 80px;
                        font-size: 30px;
                        font-weight: 900;
                        position: relative;
                    }
                    
                    .error-page .text-404 {
                        margin-bottom: 10px;
                    }
                    
                    .error-page .text-404-action {
                        margin-top: 25px;
                    }
                    
                    .error-page .head-404-inner a {
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        bottom: -25px;
                        position: absolute;
                        background-color: #fff;
                        z-index: 1;
                        margin-left: -20px;
                        cursor: pointer;
                    }
                    
                    .error-page .head-404-inner a:after {
                        font-size: 30px;
                        position: relative;
                        content: "\f078";
                        font-family: "FontAwesome";
                        color: #ff561c;
                    }
                    
                    .head-404-inner a:hover,
                    .head-404-inner a:active,
                    .head-404-inner a.active,
                    .head-404-inner span.active {
                        background: white !important;
                    }
                    
                    .error-page #content.destination {
                        background: none;
                    }
                    
                    .error-page .categoriesTree-title,
                    .error-page .categoriesTree-subtitle {
                        display: none;
                    }
                    
                    .error-page .dtree>.clip>.dTreeNode a {
                        color: #fff;
                    }
                    
                    .error-page .dtree .clip .clip a {
                        font-size: 11px;
                        color: #9d9d9c;
                    }
                    
                    .error-page .dtree>.clip>.dTreeNode a:hover {
                        color: #f39200;
                    }
                    
                    .error-page .dtree a:hover,
                    .error-page .dtree .clip .clip a:hover {
                        color: #f39200;
                    }
                    
                    .err-cat-card {
                        padding: 30px 0px;
                        text-align: center;
                    }
                    
                    .err-cat-row {
                        padding: 10px 40px;
                    }
                    
                    .err-cat-image {
                        height: 330px;
                        width: 100%;
                        -o-object-fit: cover;
                        object-fit: cover;
                    }
                    
                    .err-cat-card-body {
                        border: 0.7px solid #7070704d;
                        height: 50px;
                        font-family: "Barlow", sans-serif;
                        font-size: 18px;
                        font-weight: 800;
                        color: #004b6c;
                        padding: 10px;
                        text-align: center;
                        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
                        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.19);
                    }
                    
                    .err-cat-card-body a {
                        /*text-align:right;*/
                        text-decoration: none;
                    }
                    
                    .err-cat-link:hover {
                        text-decoration: none;
                    }
                    
                    .err-arrow-icon:after {
                        font-size: 20px;
                        position: relative;
                        content: "\f061";
                        font-family: "FontAwesome";
                        cursor: pointer;
                        margin: auto;
                        color: #fff;
                        color: #ff561c;
                        text-decoration: none;
                        margin-left: 5px;
                    }
                    /*** Add style to depot reduit article***/
                    
                    .nouvelle-depot-text:first-of-type {
                        padding: 50px 0 0 0;
                    }
                    
                    .container-image-accordeon {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        margin: 50px 0 20px 0;
                    }
                    
                    .image-depot-article {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        width: 30%;
                        margin: 0 5% 0 0;
                    }
                    
                    .accordeon-depot-article {
                        width: 65%;
                    }
                    
                    .container-image-depot {
                        margin: 10px 0 10px 0;
                    }
                    
                    .table-style {
                        border: 1px #707070 solid;
                        padding: 15px;
                        display: block;
                        font-size: 16px;
                        width: 100%;
                        position: relative;
                    }
                    
                    .table-style tr:first-of-type {
                        border-top: none;
                        border-bottom: 1px solid #707070;
                    }
                    
                    .table-style tr {
                        border-top: 1px solid #707070;
                        border-bottom: 1px solid #707070;
                    }
                    
                    .table-style tr:last-of-type {
                        border-top: 1px solid #707070;
                        border-bottom: none;
                    }
                    
                    .table-style td:first-of-type {
                        border-right: 1px solid #707070;
                        border-left: none;
                    }
                    
                    .table-style td {
                        border-left: 1px solid #707070;
                        border-right: 1px solid #707070;
                        padding: 5px 10px;
                    }
                    
                    .table-style td:last-of-type {
                        border-left: 1px solid #707070;
                        border-right: none;
                    }
                    
                    .table-style h4 {
                        font-size: 19px;
                        font-weight: 900;
                        color: black;
                    }
                    
                    .legal-depot {
                        margin-bottom: 40px;
                        font-size: 11px;
                    }
                    /***Easy Cookie toplayer footer**/
                    
                    .easycookieinfo {
                        position: fixed;
                        z-index: 10001;
                        bottom: 0;
                        width: 100%;
                        left: 0;
                    }
                    /***Pourquoi nous choisir**/
                    
                    .article-title-white>h1 {
                        color: #ffffff;
                        font-family: "Barlow", sans-serif;
                        font-size: 45px;
                        font-weight: 900;
                        border-style: none;
                    }
                    
                    .page-header {
                        border-bottom: none !important;
                    }
                    
                    .choose-us-page .choose-us-submenu {
                        text-align: right;
                        color: #ffffff;
                        font-family: "Barlow", sans-serif;
                        font-size: 22px;
                        font-weight: 600;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        float: right;
                        margin-top: -80px;
                    }
                    
                    .choose-us-page .choose-us-submenu a {
                        margin-right: 20px;
                        text-decoration: none;
                    }
                    
                    #choose-us-accomp {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        text-decoration: none;
                    }
                    
                    #choose-us-individ {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        text-decoration: none;
                    }
                    
                    .choose-us-page .choose-us-submenu a.active {
                        color: #ff561c;
                        text-decoration: underline;
                    }
                    
                    .choose-us-page .choose-us-submenu a.active:hover {
                        color: #ff561c;
                        text-decoration: underline;
                    }
                    
                    .choose-us-page .choose-us-submenu a:hover {
                        color: #ffffff;
                    }
                    
                    .choose-us-page .accomp-icon {
                        width: 80px;
                        height: 40px;
                        background-image: url(../../../img/svg/accomp.svg);
                        background-repeat: no-repeat;
                        background-position: center center;
                    }
                    
                    .choose-us-page .individ-icon {
                        width: 50px;
                        height: 40px;
                        background-image: url(../../../img/svg/individ.svg);
                        background-repeat: no-repeat;
                        background-position: center center;
                    }
                    
                    .choose-us-page .choose-us-submenu>div {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }
                    
                    .choose-us-page .choose-us-submenu>div.active {
                        border-bottom: 1px solid #ff561c;
                    }
                    
                    @media screen and (max-width: 991px) {
                        .choose-us-page .choose-us-submenu {
                            float: left;
                            margin-top: 0px;
                        }
                    }
                    
                    .choose-us-body {
                        padding-top: 100px;
                    }
                    
                    @media screen and (max-width: 1200px) {
                        .err_bin_row {
                            display: -webkit-box !important;
                            display: -ms-flexbox !important;
                            display: flex !important;
                            -webkit-box-orient: horizontal;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                            flex-direction: row;
                            width: 100%;
                            margin: auto;
                        }
                        .error-page .err-cat-row .col-md-4 {
                            width: 50% !important;
                        }
                        .err-cat-card-body {
                            height: auto;
                        }
                        .error-page .head-404-inner a {
                            margin-left: -20px;
                        }
                    }
                    
                    @media screen and (max-width: 991px) {
                        .err-cat-card-body {
                            height: auto;
                        }
                        .head-404-inner {
                            width: 600px;
                            padding: 20px;
                        }
                    }
                    
                    @media screen and (max-width: 720px) {
                        .err-cat-card-body {
                            height: auto;
                        }
                    }
                    
                    @media screen and (max-width: 650px) {
                        .error-page .err-cat-row .col-md-4 {
                            width: 100%;
                        }
                        .err_bin_row {
                            display: -webkit-box !important;
                            display: -ms-flexbox !important;
                            display: flex !important;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                        }
                        .err_bin_row {
                            width: 80%;
                            margin: auto;
                        }
                        .error-page .err-cat-row .col-md-4 {
                            width: 100% !important;
                        }
                        .err-cat-card-body {
                            height: auto;
                        }
                        .header-background-enaction:after {
                            top: 450px;
                        }
                        .itemid715 .header-background-enaction:after {
                            top: 450px !important;
                        }
                        .head-404-inner {
                            width: auto;
                        }
                    }
                    
                    @media screen and (max-width: 580px) {
                        .head-404-inner {
                            margin-left: 30px;
                            margin-right: 30px;
                        }
                        .err_bin_row {
                            width: 100%;
                            margin: auto;
                        }
                    }
                    
                    @media screen and (max-width: 475px) {
                        .err_bin_row {
                            width: 120%;
                            margin: auto;
                            margin-left: -10%;
                        }
                        .choose-us-page .choose-us-submenu {
                            float: left;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                        }
                        .article-title-white h1 {
                            font-size: 35px;
                        }
                        .choose-us-body {
                            padding-top: 120px;
                        }
                        .head-404-inner {
                            width: auto;
                            margin-left: 10%;
                            margin-right: 10%;
                            margin-top: 70px;
                        }
                        .err-cat-card-body {
                            height: auto;
                        }
                    }
                    
                    @media screen and (max-width: 350px) {
                        .err_bin_row {
                            width: 130%;
                            margin: auto;
                            margin-left: -30px;
                        }
                    }
                    
                    .container.minus-margin-top {
                        padding-left: 0;
                        padding-right: 0;
                        margin-left: -15px;
                    }
                    
                    @media screen and (max-width: 991px) {
                        .container.minus-margin-top {
                            margin-left: auto;
                        }
                    }
                    /**explorequebeciconpagelisting**/
                    
                    .que {
                        position: absolute;
                        top: 54px;
                        left: 6px;
                        display: block;
                        height: 100px;
                    }
                    
                    @media only screen and (min-width: 320px) {
                        .que {
                            width: 30% !important;
                            height: auto !important;
                        }
                        /* Extra Small Devices, Phones */
                        @media only screen and (min-width: 480px) {
                            .que {
                                width: 30% !important;
                                height: auto !important;
                            }
                        }
                        /* Small Devices, Tablets */
                        @media only screen and (min-width: 768px) {
                            .que {
                                width: 21% !important;
                                height: auto !important;
                            }
                        }
                        /* Medium Devices, Desktops */
                        @media only screen and (min-width: 992px) {
                            .que {
                                width: 50% !important;
                                height: auto !important;
                            }
                        }
                        /* Large Devices, Wide Screens */
                        @media only screen and (min-width: 1200px) {
                            .que {
                                width: 50% !important;
                                height: auto !important;
                            }
                        }
                        /**show hover Profile menu**/
                        .dropdown_profile {
                            position: relative;
                            display: inline-block;
                        }
                        .dropdown-content_profile {
                            display: none;
                            position: absolute;
                            background-color: #000;
                            min-width: 100%;
                            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
                            z-index: 1;
                            border-top: 1px solid #fff;
                            top: 26px;
                        }
                        .dropdown-content_profile a {
                            color: #fff !important;
                            padding: 12px 16px;
                            text-decoration: none !important;
                            display: block;
                            float: left;
                        }
                        .dropdown_profile:hover .dropdown-content_profile {
                            display: block;
                        }