﻿/*
    Sept Lieues Theme - Version 1.0.0 (2014-12-18)
    Designed and Implementation by Soft Convergence (www.softconvergence.com)
*/


/* To Fix responsiveness issue with Windows Phone 8. More info at http://getbootstrap.com/getting-started/#support-ie10-width */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* ----------------------------------------------------------------------------- */

/*Custom Fonts*/
@font-face {
    font-family: 'HelveticaCondensed';
    src: url('../fonts/Helvetica-Condensed.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaCondensedBlack';
    src: url('../fonts/Helvetica-Condensed-Black.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaCondensedBold';
    src: url('../fonts/Helvetica-Condensed-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'HelveticaCondensedLight';
    src: url('../fonts/Helvetica-Condensed-Light.otf') format('opentype');
}

body {
    font-family: HelveticaCondensedLight, Helvetica, Arial, sans-serif;
    font-size: 14pt;
    color: #3c4b5b;
}


#div_blog_intro {
    margin-top: 62px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/HeaderBlogXS.jpg);
    overflow: hidden;
    padding: 0;
    top: 0;
    width: 100%;
}

a {
    color: #7A7A7A;
}

    a:hover, a:focus {
        color: #0bd8b1;
    }

h1, .h1, h2, .h2 {
    font-family: HelveticaCondensedBlack, Helvetica, Arial, sans-serif;
}

h1, .h1 {
    font-size: 40pt;
    margin-top: 30px;
    margin-bottom: 25px;
    letter-spacing: 5pt;
}

h2, .h2 {
    font-size: 32pt;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 3pt;
}

h3, .h3, h4, .h4 {
    font-family: HelveticaCondensedLight, Helvetica, Arial, sans-serif;
}

h5, .h5, h6, .h6 {
    font-family: HelveticaCondensedLight, Helvetica, Arial, sans-serif;
}

/* Strike */

.strike, .strike-right {
    display: block;
    overflow: hidden;
    white-space: nowrap;
}

.strike {
    text-align: center;
}

.strike-right {
    text-align: left;
}

    .strike > span, .strike-right > span {
        position: relative;
        display: inline-block;
        white-space: normal;
    }

        .strike > span:before,
        .strike > span:after, .strike-right > span:after {
            content: "";
            position: absolute;
            top: 49%;
            width: 9999px;
            height: 2px;
            background: #2d3e50;
        }

        .strike > span:before {
            right: 100%;
            margin-right: 40px;
        }

        .strike > span:after, .strike-right > span:after {
            left: 100%;
            margin-left: 40px;
        }

    .strike.strike-white, .strike-right.strike-white {
        color: #FFF;
    }

        .strike.strike-white > span:before, .strike.strike-white > span:after, .strike-right.strike-white > span:after {
            background: #FFF;
        }


/***************    BUTTONS         *********/

/*.btn {
    font-family: HelveticaCondensedLight, Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-radius: 0px !important;
    padding: 4px 14px;
}

    .btn.btn-lg {
        font-family: HelveticaCondensedLight, Helvetica, Arial, sans-serif;
        font-size: 18px;
        padding: 12px 55px;
    }

    .btn.btn-xl {
        font-family: HelveticaCondensed, Helvetica, Arial, sans-serif;
        font-size: 22px;
        letter-spacing: 1px;
        padding: 8px 80px;
        border-radius: 4px !important;
    }

    .btn.btn-primary {
        color: #fff;
        background-color: #2d3e50;
        border-color: #3d4e60;
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .open > .dropdown-toggle.btn-primary {
            color: #fff;
            background-color: #1d2e40;
            border-color: #3d4e60;
            opacity: 0.9;
            filter: alpha(opacity=90); /* For IE8 and earlier 
        }

    .btn.btn-info {
        color: #fff;
        background-color: #0bd8b1;
        border-color: #0bc8a1;
    }

        .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .open > .dropdown-toggle.btn-info {
            color: #fff;
            background-color: #0bd8b1;
            border-color: #0bc8a1;
            opacity: 0.9;
            filter: alpha(opacity=90); /* For IE8 and earlier 
        }

.btn-success {
    color: #fff;
    background-color: #74c5f8;
    border-color: #64b5f8;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #74c5f8;
        border-color: #64b5e8;
        opacity: 0.9;
        filter: alpha(opacity=90); /* For IE8 and earlier 
    }

.btn.btn-default {
    color: #FFF;
    font-family: HelveticaCondensedLight, Helvetica, Arial, sans-serif;
    font-size: 14pt;
    letter-spacing: 1pt;
    border-color: #FFF;
    border-width: 2px;
    padding: 10px 120px;
    background-color: rgba(60, 75, 91, 0.4);
}

    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
        background-color: rgba(60, 75, 91, 0.6);
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
                */

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    background-color: rgba(60, 75, 91, 0.6);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#commentMenu .btn.btn-default {
    color: #FFF;
    font-family: HelveticaCondensedLight, Helvetica, Arial, sans-serif;
    font-size: 14pt;
    letter-spacing: 1pt;
    border-color: #FFF;
    border-width: 2px;
    padding: 10px 120px;
    background-color: rgba(60, 75, 91, 0.4);
}

/****************    Main Menu    ****************/
nav.navbar {
    color: #FFF;
    background: #101010;
    margin-bottom: 0px !important;
    border-radius: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.90;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    z-index: 5000;
}

#menu_main {
    height: 62px;
}


nav.navbar ul {
    margin-top: 5px;
}

nav.navbar li.menu-item {
    padding-right: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
}

    nav.navbar li.menu-item a {
        color: #FFF;
        font-size: 12pt;
        padding-bottom: 6px;
        padding-right: 0px;
        padding-left: 0px;
    }

li.menu-bt > div > .btn {
    padding: 6px 30px;
}

li.menu-bt .btn.btn-default {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    font-family: HelveticaCondensedLight, Helvetica, Arial, sans-serif;
    font-size: 12pt;
    border-radius: 5px !important;
    border: 1px solid;
    line-height: 1.5;
    letter-spacing: 0;
}

li.menu-bt > div {
    padding: 6px 0;
}

@media (min-width: 992px) {
    li.menu-bt > div {
        margin-right: 50px;
    }
}

@media (min-width: 1200px) {
    li.menu-bt > div {
        margin-right: 100px;
    }
}

nav.navbar li.menu-bt #main_menu_jobs.active {
    background-color: transparent;
    border: 1px solid #0bd8b1;
    color: #0bd8b1;
}

nav.navbar li.menu-bt #main_menu_jobs:hover {
    background-color: #0bd8b1;
    border: 1px solid #0bd8b1;
    color: white;
    opacity: 0.9;
}

nav.navbar li.menu-item a:hover {
    color: #0bd8b1;
    background-color: rgba(150, 150, 150, 0);
}

nav.navbar li.menu-item a:focus {
    color: #0bd8b1;
    background-color: rgba(150, 150, 150, 0);
}

nav.navbar li.menu-item a.active {
    color: #0bd8b1;
    border-bottom: 1px solid #0bd8b1;
}

.navbar-toggle .icon-bar {
    background-color: #FFF;
}

#main_menu_contact .img-change-container {
    background-image: url(http://sept-lieues.azurewebsites.net/Content/Images/Picto-Menu-Contact-Blanc.png);
    width: 23px; /* real image width*/
    height: 19px; /*real image height*/
}

#main_menu_contact:hover .img-change-container, #main_menu_contact:focus .img-change-container, #main_menu_contact.active .img-change-container {
    background-image: url(http://sept-lieues.azurewebsites.net/Content/Images/Picto-Menu-Contact-Vert.png);
}
/****************  End  Main Menu    ****************/

/****************  Begin  Header    ****************/

.intro-overlay-caption {
    position: relative;
    top: 50%;
    transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
    text-align: center;
}

    .intro-overlay-caption h1, .intro-overlay-caption h2, .intro-overlay-caption h3, .intro-overlay-caption h4 {
        color: #FFF;
    }

@media (min-width: 768px) {
    .intro-overlay-caption span.title-h1 {
        font-size: 42pt;
        margin-top: 30px;
    }

    .intro-overlay-caption h4 {
        font-size: 30pt;
        margin-top: 0;
    }

    #div_blog_intro {
        margin-top: 0;
        height: 400px;
        background-image: url(../images/HeaderBlog.jpg);
    }
}


/****************  End Header    ****************/

img {
    max-width: 100%;
}

.glyphicon {
    margin-right: 3px;
}

table {
    width: 100%;
}

.btn-wrapper {
    border-top: 1px solid #EEE;
    padding-top: 25px;
    margin-top: 15px;
}

.required-field {
    color: #e83232;
    margin-right: 4px;
    margin-left: 4px;
}

.text-uppercase {
    text-transform: uppercase;
}

::selection {
    color: #fff;
    background-color: #0bd8b1;
}

::-moz-selection {
    color: #fff;
    background-color: #0bd8b1;
}


.main-bar {
    background-color: #FFF;
    border: 1px solid #ddd;
    margin: 15px 0;
    padding: 10px 15px;
}

.main-search input[type=button] {
    display: none;
}

.main-search input[type=text] {
    background-color: #EEE;
    border: none;
    padding: 3px 10px;
    height: 25px;
    margin-top: 3px;
    border-radius: 50px;
    font-size: 13px;
    box-shadow: 0 0px 3px #CCC inset;
    color: #666;
}

.nav-header {
    height: 30px;
    margin: 0;
}

    .nav-header li {
        height: 30px;
    }

        .nav-header li a {
            line-height: 31px;
            display: inline-block;
            color: #333;
        }

.social-icon {
    position: relative;
    top: 14px;
}

    .social-icon a {
        text-decoration: none;
        width: 32px;
        height: 28px;
        display: inline-block;
    }

/*[well-global]*/
.well-global, #trackbacks, .page-global {
    background-color: #FFF;
    margin: 0 0 5px;
    padding: 30px;
}

    .well-global .well-global-title {
        margin: 0;
        font-weight: 400;
        margin-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 20px;
    }

        .well-global .well-global-title h3 {
            margin: 0;
            font-weight: 400;
        }

    .page-global .page-global-title {
        border-bottom: 1px solid #eee !important;
        margin: 0 0 20px 0 !important;
        padding-bottom: 15px !important;
        font-weight: 400 !important;
        font-size: 26px !important;
    }

/*[post]*/
.post-line-footer {
    margin-bottom: 15px;
}

.post {
    background: #FFF url(../images/post.jpg) repeat 0 0;
    padding: 20px 30px 30px;
    border-bottom: 1px solid #ebecee;
}

    .post header {
        margin-bottom: 10px;
        padding-bottom: 0px;
    }

    .post .post-header {
        margin-top: 15px;
        display: table;
    }

    .post .post-thumbnail {
        width: 100%;
        max-height: 650px;
    }


    .post .post-header .post-title {
        line-height: 24pt;
        font-size: 18pt;
        letter-spacing: 0pt;
        margin: 5px 0;
    }

        .post .post-header .post-title a {
            text-decoration: none;
            font-weight: 400;
            color: #2d3e50;
        }

            .post .post-header .post-title a:hover {
                color: #2d3e50;
            }

    .post .post-header .post-date-box {
        background: #0bd8b1;
        color: #FFF;
        display: table-cell;
        font-size: 22pt;
        line-height: 26pt;
        text-align: center;
        padding: 0 15px;
    }

    .post .post-header .post-infos {
        display: table-cell;
        padding: 0 15px;
    }

    .post .post-header a.post-author-name, .post .post-header a.post-author-name:hover, .post .post-header a.post-author-name:focus {
        color: #0bd8b1 !important;
        text-decoration: none;
    }

    .post .post-header .post-infos a, .post .post-header .post-infos a:hover, .post .post-header .post-infos a:focus {
        color: #2d3e50;
        text-decoration: none;
    }

    .post .post-info {
        font-size: 12pt;
        color: #b0b0b1;
    }

        .post .post-info span {
            margin-right: 12px;
        }

        .post .post-info a {
            color: #b0b0b1;
        }

    .post .post-body {
        font-size: 13pt;
    }

        .post .post-body a, .post .post-body a:hover, .post .post-body a:focus {
            color: #0bd8b1;
        }

    .post .post-footer {
        margin-top: 30px;
        padding: 15px;
        font-size: 13px;
        min-height: 35px;
    }

        .post .post-footer:hover {
            border-color: #ddd;
        }

    .post .post-rating {
        height: 21px;
        max-width: 50%;
    }

        .post .post-rating * {
            margin: 0;
            padding: 0;
            top: 0;
            line-height: 10px;
        }

        .post .post-rating p {
            top: 9px;
        }



/*[comment-item]*/
.comment-item .comment-content {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 2%;
    margin-bottom: 10px !important;
}

.comment-item .comment-gravatar {
    position: relative;
}

    .comment-item .comment-gravatar img {
        border-radius: 4px;
    }

.comment-item .comment-header {
    border-bottom: 1px solid #EEE;
    padding-bottom: 5px;
}

    .comment-item .comment-header h4 {
        font-weight: 400;
        font-size: 18px;
        color: #333;
    }

        .comment-item .comment-header h4 a {
            color: #333;
        }

.comment-item .comment-content.self {
    background-color: #ebffe5;
    border-color: #c0e0b2 !important;
}

.comment-item .self .comment-header {
    border-bottom-color: #c0e0b2;
}

    .comment-item .self .comment-header h4 a,
    .comment-item .self .comment-header h4 {
        color: #376f1d !important;
    }

.comment-item .self a {
    color: #74af5a;
}

.comment-item .self .comment-header .text-uppercase {
    color: #c0e0b2;
}

.comment-item .comment-form {
    border: 1px solid #CCC;
    margin: 15px 0;
}

.comment-item .carrow {
    background: url(../images/carrow.png) no-repeat 0 0;
    width: 9px;
    height: 17px;
    position: absolute;
    right: -11px;
    top: 14px;
    z-index: 999;
}

.comment-item .self .carrow {
    background: url(../images/sarrow.png) no-repeat 0 0 !important;
}

#commentlist .media, #commentlist ul, #commentlist ol {
    margin: 0 !important;
}

/*[comment-form]*/
#comment-form .success {
    background: #27ae60;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 15px;
}

.comment-form .comment-menu {
}

    .comment-form .comment-menu a {
        padding: 0 !important;
    }

        .comment-form .comment-menu a span {
            padding: 2px 7px;
            min-width: 70px;
        }

.comment-form .comment-preview {
    height: auto !important;
}

    .comment-form .comment-preview .comment-content {
        border: none;
    }

    .comment-form .comment-preview .comment-header small {
        display: none;
    }

/*[related-posts]*/
.related-posts {
    margin: 0;
    border-bottom: none;
}

    .related-posts ul li div {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        color: rgb(136, 136, 136);
        margin-bottom: 10px;
    }

/*[postpaging]*/
#postPaging > div {
}

#PostPager {
    display: block;
    text-align: left;
    margin: 0 0 10px;
    background-color: #ffffff;
    padding: 4%;
    margin-bottom: 20px;
}

    #PostPager li:first-child, #PostPager li:last-child {
        display: none !important;
    }

    #PostPager li {
        display: inline-block !important;
        border: 1px solid #DDD !important;
        margin: 1px;
        padding: 5px 7px !important;
        font-size: 13px;
        font-weight: normal;
        background: #fff;
        border-radius: 3px;
    }

        #PostPager li a {
            padding: 2px;
            text-decoration: none;
            color: #3c4b5b;
        }

    #PostPager .PagerLinkCurrent {
        color: #fff;
        padding: 5px 14px;
        background-color: #0bd8b1 !important;
        border: 1px solid #0bd8b1 !important;
    }

        #PostPager .PagerLinkCurrent li {
            padding: 2px !important;
        }

    #PostPager .PagerLinkDisabled {
        color: #ccc;
        padding: 5px 14px;
        background: #fff;
        border-color: #DDD !important;
    }

    #PostPager .PagerEllipses {
        border: 0;
        padding: 2px;
    }

/*[navigation-posts]*/
.navigation-posts a {
    text-decoration: none;
    outline: none;
}

/*[widget]*/
.widget {
    background-color: #ffffff;
    padding: 10px 5px;
    margin-bottom: 5px;
    border-radius: 6px;
}

    .widget .widget-header {
        margin: 0 0 15px 0;
        padding: 5px 0;
        font-size: 16pt;
        color: #fff;
        background-color: #2d3e50;
        text-align: center;
    }

    .widget .widget-content {
        padding: 10px 15px;
    }

    .widget ul {
        list-style: none;
        padding: 0;
    }

        .widget ul li {
            border-bottom: 1px solid #eee;
            padding: 4px 0;
        }

        .widget ul ul li {
            border: none;
        }

/*[administration]*/
.administration .widget-header {
    margin-bottom: 0 !important;
}

/*[authorlist]*/
.authorlist .widget-header {
    margin-bottom: 0;
}

.authorlist li {
}

    .authorlist li A.authorlink {
        margin-left: 5px;
    }

/*[bloglist]*/
.bloglist .widget-header {
    margin-bottom: 0;
}

/*[blogroll]*/
.blogroll .widget-header {
    margin-bottom: 0;
}

.blogroll ul li A {
    padding-right: 3px;
}

.blogroll ul li img {
    margin-top: -3px;
}

.blogroll ul ul {
    margin-left: 15px !important;
}

    .blogroll ul ul li {
        margin: 0;
        border-bottom: 1px dotted #DDD;
        line-height: 24px;
    }

        .blogroll ul ul li A {
            display: block;
        }

.blogroll a[title="Download OPML file"] {
    margin: 10px 0 0 0;
}

/*[calendar]*/
#calendarContainer {
    text-transform: capitalize;
    text-align: center;
}

.calendar table {
    width: 100%;
    text-align: center;
}

.calendar td, .calendar table {
    background-color: #FFF !important;
    text-align: center;
}

.calendar .header {
    background: none !important;
    width: auto !important;
    height: auto !important;
}

.calendar .weekend {
    background-color: #F1F1F1;
}

.calendar .other {
    color: silver;
}

.calendar a.exist {
    display: inline-block;
    padding: 0 5px;
    border-radius: 104px;
    color: #fff !important;
    font-weight: normal;
    background-color: #e83232;
}

.calendar td {
    vertical-align: top;
    background: white;
}

/*[categorylist]*/
.categorylist .widget-header {
    margin-bottom: 0;
}

.categorylist ul li A {
    padding-right: 3px;
}

/*[linklist]*/
.linklist .widget-header {
    margin-bottom: 0;
}

/*[monthlist]*/
.monthlist .widget-header {
    margin-bottom: 0;
}

.monthlist li {
    font-weight: normal;
}

.monthlist .year {
    cursor: pointer;
    font-weight: 400;
}

    .monthlist .year li {
        margin: 0 10px;
    }

.monthlist ul ul {
    display: none;
}

.monthlist .open {
    display: block;
}

/*[mostcomments]*/
.mostcomments table td {
    border: none;
    border-bottom: 1px solid #CCC;
    background: none;
}

.mostcomments table tr td:first-child {
    width: 50px;
}

    .mostcomments table tr td:first-child img {
        position: relative;
        top: 2px;
    }

/*[newsletter]*/
.newsletter input[type=text] {
    margin-bottom: 15px;
}

.newsletter #newsletteraction {
    font-size: 22px;
    color: #00c759;
}

.newsletter #newsletterform input[type="text"] {
    direction: ltr !important;
}

/*[pagelist]*/
.pagelist .widget-header {
    margin-bottom: 0;
}

/*[recentcomments]*/
.recentcomments .widget-header {
    margin-bottom: 0;
}

.recentcomments li {
    color: #AAA;
    font-size: 12px;
}

    .recentcomments li a {
        font-size: 14px;
    }

/*[recentposts]*/
.recentposts .widget-header {
    margin-bottom: 0;
}

.recentposts li {
    color: #AAA;
    font-size: 12px;
}

    .recentposts li a {
        font-size: 14pt;
        margin-right: 4px;
        display: block;
    }

    .recentposts li span {
        margin-right: 5px;
    }


/*[tagcloud]*/
.tagcloud ul li {
    display: inline-block;
    margin: 1px;
    border: none;
    padding: 3px;
}

    .tagcloud ul li A {
        padding: 3px;
        border-radius: 3px;
    }

        .tagcloud ul li A:hover {
            background: #0bd8b1;
            color: #fff !important;
        }

        .tagcloud ul li A.biggest {
            font-size: 120%;
        }

        .tagcloud ul li A.big {
            font-size: 110%;
        }

        .tagcloud ul li A.medium {
            font-size: 100%;
        }

        .tagcloud ul li A.small {
            font-size: 90%;
        }

        .tagcloud ul li A.smallest {
            font-size: 80%;
        }

/*[archive-page]*/
.archive-page .archive-page-content h2 {
    font-size: 16px;
    height: 30px;
    line-height: 35px;
    font-weight: 400;
}

    .archive-page .archive-page-content h2 img {
        margin: 0 3px;
        position: relative;
        top: -2px;
    }

.archive-page ul {
    list-style-type: square;
    margin: 0 10px;
    padding: 10px;
}

.archive-page table {
    width: 100%;
    border-collapse: collapse;
}

    .archive-page table th:first-child {
        width: 90px;
    }

    .archive-page table th {
        background: #F1F1F1;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        border: 1px solid #DDD;
        padding: 3px;
        text-align: center;
    }

    .archive-page table td {
        border: 1px solid #DDD;
        font-size: 14px;
        padding: 3px;
    }

.archive-page .date {
    width: 90px;
    text-align: center;
}

.archive-page .comments {
    width: 70px;
    text-align: center;
}

.archive-page .rating {
    width: 70px;
    text-align: center;
}

/*[contact-page]*/
.contact-page {
}

    .contact-page .required-field[style="visibility:hidden;"] {
        display: none;
    }


/* [search]*/
#searchbox input[type=button] {
    color: #fff;
    background-color: #2d3e50;
    border-color: #3d4e60;
    border: none;
    padding: 5px;
}

#searchbox input[type=text] {
    padding: 4px 1%;
    color: #2d3e50;
    border: none;
    outline: 1px solid #2d3e50;
    width: 220px;
}

/*[search-page]*/
.search-page .search-page-searchbox {
    background: #fff;
    padding: 3px;
    border-radius: 6px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

    .search-page .search-page-searchbox input[type=button] {
        float: right;
        width: 20%;
        border: none;
        height: 100%;
        padding: 4px 0;
        font-size: 11pt;
    }

    .search-page .search-page-searchbox input[type=text] {
        border: none;
        width: 76%;
        border-radius: 3px;
        padding: 4px 1%;
        outline: none !important;
    }

.search-page .searchresult {
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
    font-size: 14pt;
}

    .search-page .searchresult a {
        font-weight: normal;
        font-size: 16pt;
        color: #2d3e50;
    }

        .search-page .searchresult a, .search-page .searchresult a:hover, .search-page .searchresult a:focus {
            text-decoration: none;
        }

    .search-page .searchresult span.text {
        clear: both;
        line-height: 35px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 13pt;
        color: #888;
    }

    .search-page .searchresult span.type {
        font-size: 13pt;
        display: none;
    }

    .search-page .searchresult span.url {
        color: #0bd8b1;
        font-size: 12pt;
    }

.search-page .searchpage ul.paging {
    list-style-type: none;
    margin: 20px auto;
    padding: 0px;
    text-align: center;
    display: block;
}

    .search-page .searchpage ul.paging li {
        display: inline-block;
        width: 30px;
        text-align: center;
        height: 30px;
        border: 1px solid #CCC;
        background: #FFF;
        margin-right: 2px;
    }

        .search-page .searchpage ul.paging li a {
            display: block;
            height: 100%;
            line-height: 30px;
        }

        .search-page .searchpage ul.paging li.active {
            border-width: 1px;
            border-style: solid;
        }

            .search-page .searchpage ul.paging li.active A {
                color: #FFF;
            }

.search-menu {
    display: none !important;
}

/*[syntaxhighlighter]*/
.syntaxhighlighter {
    padding: 15px 3px;
    direction: ltr !important;
}

    .syntaxhighlighter .alt1 {
        background: #d6ebff !important;
    }

    .syntaxhighlighter .line {
        font-size: 13px !important;
        line-height: 20px !important;
        background: #CCC !important;
    }

    .syntaxhighlighter .container textarea {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .syntaxhighlighter table td.code .container {
        top: -15px !important;
    }

/*[q-notes]*/
#q-notes {
    height: 0;
}

    #q-notes .q-tab {
        height: 0;
    }

    #q-notes #q-toggle {
        padding: 0;
        width: 40px;
        height: 30px;
        text-align: center;
        background-color: #fff;
        border: 2px solid #DDD;
        border-top: none;
        position: relative;
        top: -2px;
        margin-right: 5px;
        z-index: 1000;
    }

        #q-notes #q-toggle a {
            padding: 0 !important;
            margin: 0 !important;
            float: none !important;
        }

    #q-notes * {
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    #q-notes input[type=text],
    #q-notes select {
        padding: 5px !important;
        width: 200px;
    }

    #q-notes #q-listbox {
        width: 100% !important;
    }

    #q-notes input[type=submit] {
        background-color: #428bca !important;
        color: #fff;
        border: none !important;
        font-weight: normal !important;
        border-radius: 3px !important;
    }

#q-panel {
    height: 180px;
}


/************************************************************************/
/***********************          Footer          ***********************/
/************************************************************************/

/*  Pre-Footer */
section.pre-footer {
    padding-top: 20px; /* only for XS, override otherwise */
    padding-bottom: 20px; /* only for XS, override otherwise */
    background: #0bd8b1;
}

@media (min-width:768px) {
    section.pre-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.prefooter-href-container {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

a.prefooter-href-container:hover {
    text-decoration: none;
}

.prefooter-href-container > .prefooter-content {
    display: table-cell;
    vertical-align: middle;
}

.prefooter-text {
    padding-left: 10px;
    color: #FFF;
    font-size: 14pt;
    line-height: 1.3;
}

section.pre-footer .background-heart, section.pre-footer .background-boussole, section.pre-footer .background-candidat, section.pre-footer .background-coopt {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0px 0px 130px;
    color: #FFF;
    height: 110px;
}

section.pre-footer .background-heart {
    background-image: url('./Images/Footer/Pre Footer/JobIdealSeptLieues.png');
}

section.pre-footer .background-boussole {
    background-image: url('./Images/Footer/Pre Footer/RecruteursSeptLieues.png');
}

section.pre-footer .background-candidat {
    background-image: url('./Images/Footer/Pre Footer/CandidatureSpontaneeSeptLieues.png');
}

section.pre-footer .background-coopt {
    background-image: url('./Images/Footer/Pre Footer/CooptationPetitFormatSeptLieues.png');
}

@media (min-width:768px) {
    .prefooter-text {
        padding-left: 50px;
        color: #FFF;
        font-size: 22pt;
        line-height: 1.3;
    }
}

a.prefooter-xs-item {
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

    a.prefooter-xs-item:hover, a.prefooter-xs-item:active, a.prefooter-xs-item:focus {
        color: #FFF;
        text-decoration: none;
    }


/*  Footer  */
footer .footer-area-info h2 {
    font-family: HelveticaCondensed, Helvetica, Arial, sans-serif;
    color: #FFF;
    font-size: 18px;
    letter-spacing: 1px;
}

footer .footer-area-info p {
    color: #FFF;
    font-size: 18px;
}

footer .footer-area-menu {
    padding-top: 8px;
}

    footer .footer-area-menu li, footer .footer-area-menu li > a {
        color: #ebecee;
        font-size: 9pt; /* only for XS, override otherwise */
        margin: 2px 0; /* only for XS, override otherwise */
        letter-spacing: 0px;
    }

@media (min-width:768px) {
    footer .footer-area-menu li, footer .footer-area-menu li > a {
        font-size: 14px;
        margin: 2px 10px;
        letter-spacing: 1px;
    }

    footer .footer-area-menu .glyphicon.glyphicon-heart {
        font-size: 14pt;
        top: 4px;
    }
}

#footer_social_button_group {
    padding: 40px 0 0 0;
}

    #footer_social_button_group.btn-toolbar > .btn-group {
        margin-left: 12px;
    }

    #footer_social_button_group img#img_en_off {
        margin-left: 8px;
        margin-top: 0px;
    }


footer .footer-button-bar-container {
    min-height: 80px;
}

footer #bt_skype {
    margin-top: 22px;
    background-image: url(./Images/Picto-Footer-Skype.png);
    background-position: -2px center;
    background-repeat: no-repeat;
    border-width: 0px;
    padding-left: 95px;
    width: 100%;
}

footer .xs-phone-number {
    color: #FFF;
    font-size: 14pt;
    letter-spacing: 1pt;
    font-family: HelveticaCondensedBold, Helvetica, Arial, sans-serif;
}

    footer .xs-phone-number:hover, footer .xs-phone-number:focus {
        opacity: 1;
        text-decoration: none;
    }

footer .xs-social-button-group .container-cell {
    padding: 0 5px;
}

    footer .xs-social-button-group .container-cell a {
        opacity: 1;
    }

        footer .xs-social-button-group .container-cell a:hover, footer .xs-social-button-group .container-cell a:focus {
            opacity: 1;
            text-decoration: none;
        }


/*********************          Pre-Footer           *********************/

.pre-footer {
    padding-bottom: 25px;
    padding-top: 10px;
}

    .pre-footer h2 {
        font-family: HelveticaCondensedBlack, Helvetica, Arial, sans-serif;
        color: #FFF;
        font-size: 18pt;
        letter-spacing: 2pt;
        margin: 15px 0;
    }

    .pre-footer h3 {
        margin: 15px 0 0 0;
    }


/*.footer .widgets-footer { background-color: #fff; padding: 15px 30px; font-size: 12px; border: 1px solid #ddd; }
.footer .widgets-footer .widget { margin-right: 3%; width: 31.3%; float: left; background: none; padding: 2% 0; box-shadow: none; }
.footer .widgets-footer .widget .widget-header { border-width: 2px; }
.footer .widgets-footer .widget ul li, .footer .widgets-footer .widget ul li a { font-size: 12px; }
.footer .widgets-footer .widget a { color: #111; }
.footer .widgets-footer .widget a:hover { color: #e83232; }
.footer .widgets-footer .widget:last-child { margin: 0; }
.footer .end-line { min-height: 50px; line-height: 50px; text-transform: uppercase; font-size: 10px; }
.footer .end-line .designer { position: relative; top: -1px; }
.footer .end-line p { margin: 0; color: #666; }
.footer .end-line a { color: #666; text-decoration: none; }*/

/************    Width Media queries form Horizontal Responsive Design.     **************/

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {

    footer .footer-area-menu li, footer .footer-area-menu li > a {
        font-size: 14px;
        margin: 2px 10px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
    #searchbox input[type=text] {
        width: 160px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #searchbox input[type=text] {
        width: 230px;
    }
}
