@charset "utf-8";
/* CSS Document */

/***RESET***************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/******************************************************/

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

/***GENERAL********************************************/

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.stripeTitle {
    font-size: 30px;
    line-height: 38px;
    line-height: 1.266666666666667em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 64px;
}

.alignRight {
    text-align: right;
}

.table {
    display: table;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell;
}

/***LAYOUT*********************************************/

.moreItems {
    display: none !important;
}

.centerWrapper {
    max-width: 1011px;
    margin: 0 auto;
    position: relative;
}

* {
    background-repeat: no-repeat;
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #6f6f6f;
    font-family: Arial, sans-serif;
    overflow-y: scroll;
}

#page {
    width: 100%;
    position: relative;
    min-height: 100%;
    background-position: center top;
    background-color: white;
}


header {
    height: 235px;
}

#logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 136px;
}

#logo img {
    width: 100%;
}

header .content {
    text-align: right;
    margin: 0 0 0 145px;
    padding-top: 8px;
}

header .headerTextInfo {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    line-height: 1.285714285714286em;
    color: #706f6f;
    text-align: center;
    margin: 0 0 16px auto;
    padding-top: 40px;
    max-width: 820px;
    display: none;
}

header .headerTextInfo strong {
    color: #87bd25;
}

#banners {
    border: 0px solid #c1c1c1;
    max-width: 726px;
    max-height: 88px;
    margin: 0 0 1px auto;
    overflow: hidden;
}

#banners img {
    display: block;
    width: 100%;
}

#mainNav {
    font-size: 0;
    padding-top: 16px;
    margin-bottom: 41px;
}

#mainNav .item {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    color: #848484;
    font-weight: bold;
    letter-spacing: 0.7px;
    margin-left: 29px;
    position: relative;
}

#mainNav .item.first {
    margin-left: 0;
}

#mainNav .item .hover {
    position: absolute;
    left: -15px;
    top: -18px;
    right: -15px;
    bottom: -18px;
    display: none;
}

#mainNav .item.active {
    color: white;
}

#mainNav .item.active .hover {
    display: block;
}

#mainNav .item.tarifs .hover {
    background-color: #86BC24;
}

#mainNav .item.news .hover {
    background-color: #86BC24;
}

#mainNav .item.privates .hover {
    background-color: #fbb900;
}

#mainNav .item.pros .hover {
    background-color: #009fe3;
}

#mainNav .item.snct .hover {
    background-color: #009fe3;
}

#mainNav .item .text {
    position: relative;
}

#mainNav .item.hasBorder:before {
    width: 1px;
    height: 11px;
    background-color: #848484;
    position: absolute;
    content: " ";
    left: -15px;
    top: 2px;
}

#mainNav .item.picto img {
    position: relative;
    top: 6px;
}

#secondaryNav {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
}

#secondaryNav .item {
    font-size: 14px;

    margin-left: 44px;
    color: #848484;
    position: relative;
}

#secondaryNav .item:first-child {
    margin-left: 0px;
}

#secondaryNav .item.hasBorder:before {
    width: 1px;
    height: 11px;
    background-color: #848484;
    position: absolute;
    content: " ";
    left: -23px;
    top: 2px;
}

#secondaryNav .contact {
    padding-left: 26px;
    background: url("pictos/contact.png") no-repeat left 3px;
}

#secondaryNav .faq {
    padding-left: 26px;
    background: url(../images/pictos/faq-picto.svg) no-repeat left center / 14px;
}

#secondaryNav .access {
    padding-left: 21px;
    background: url("pictos/map.png") no-repeat left 1px;
}

#secondaryNav .carriere {
    padding-left: 26px;
    background: url(pictos/carriere-gris.svg) no-repeat left 1px / 16px;
}

.bottomBanner {
    position: relative;
    padding-bottom: 40px;
}

.bottomBanner a {
    display: block;
    border: 1px solid #bababa;
}

.bottomBanner img {
    width: 100%;
    height: auto;
    display: block;
}

footer {
    padding-bottom: 20px;
}

footer p {
    font-size: 13px;
    line-height: 22px;
    line-height: 1.466666666666667em;
    font-weight: 400;
}

footer p.first {
    padding-top: 15px;
    color: white;
    text-align: center;
    margin-bottom: 31px;
}

footer .orange,
footer .contact {
    color: #fbb900;
    margin: 0 2px;
}

footer .contact:hover {
    text-decoration: underline;
}

footer .bullet {
    display: inline-block;
    width: 14px;
    height: 9px;
    background-image: url("bullets/footer.png");
    margin: 0 8px;
}

footer .r0displayNone {
    display: none;
}

footer p.last {
    text-align: right;
    color: white;
}

a {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#mapLegend {
    background: #F1F1F1;
    padding: 15px;
    position: relative;
    /*height: 644px;*/
}

#mapLegend p.title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

#mapLegend p.subtitle {
    font-size: 11px;
    margin-bottom: 0;
}

#map h3 {
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

#map p {
    font-size: 11px !important;
    margin-bottom: 5px !important;
    line-height: 16px !important;
}

#map img {
    height: auto !important;
}

.tright {
    text-align: right;
}

#mapLegend ul {
    margin-top: 5px;
    margin-bottom: 14px;
}

#mapLegend li {
    background: none;
    padding: 0;
    font-size: 11px;
    line-height: 18px;
}

#mapLegend a {
    color: #848484;
    border-bottom: 1px dotted #848484;
    text-decoration: none;
}

#mapLegend .color1:hover {
    color: #FBB900;
    border-bottom: 1px dotted #FBB900;
}

#mapLegend .color2:hover {
    color: #009FE3;
    border-bottom: 1px dotted #009FE3;
}

#mapLegend .color3:hover {
    color: #69BD00;
    border-bottom: 1px dotted #69BD00;
}

#mapLegend .color4:hover {
    color: #c6c6c6;
    border-bottom: 1px dotted #c6c6c6;
}

#mapLegend .color5:hover {
    color: #a61bddd8;
    border-bottom: 1px dotted #a61bddd8;
}

#mapLegend #map {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    width: 495px;
    height: 100%;
}

#mapLegend .legend li {
    line-height: 30px;
    display: block;
    height: 30px;
    font-size: 13px;
}

#mapLegend .legend li img {
    width: 22px;
    margin: 0 10px 0 0;
    float: left;
}

#accesContent h1 {
    font-size: 30px;
    color: #fbb900;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#accesContent hr {
    border: none;
    border-top: 1px solid #fbb900;
    margin: 30px 0;
}

#accesContent h2 {
    font-size: 17px;
    color: #fbb900;
    margin-bottom: 0;
    text-transform: none;
}

#accesContent table {
    width: 100%;
}

#accesContent p {
    font-size: 15px;
    line-height: 23px;
}

#accesContent table p {
    margin: 0;
}

#accesContent strong {
    color: #848484;
    font-size: 17px;
}

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

    .centerWrapper {
        margin: 0 10px;
    }

    #mainNav .item {
        font-size: 11px;
    }

}

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

    header {
        height: auto;
        min-height: 235px;
    }

    #banners {
        width: auto;
        margin-left: 145px;
        position: absolute;
        top: 10px;
    }

    header .content {
        margin: 0;
        padding-top: 190px;
    }

    header .headerTextInfo {
        position: absolute;
        left: 160px;
        right: 0;
        top: 0;
        margin-left: 0;
        max-width: 778px;

    }

    #mainNav .item {
        margin: 0;
    }

    #mainNav .item .hover,
    #mainNav .item.hasBorder:before {
        display: none !important;
    }

    #mainNav {
        margin: 0;
        display: none;
        padding-top: 0;
        margin-bottom: 10px;
    }

    #mainNav a {
        float: none;
        background: none;
        position: relative;
        z-index: 1;
        border-top: 1px solid #EBEBEB;
        text-align: center;
        width: 100%;
        padding: 15px 0 !important;
        line-height: 20px;
        height: auto;
        margin: 0;
        display: block;
        font-size: 20px;
    }

    #mainNav a:last-child {
        border-bottom: 1px solid #EBEBEB;
    }

    #mainNav a.active,
    #mainNav a:hover {
        background-color: #EBEBEB;
        color: #646464 !important;
    }

    .icon-nav {
        display: block;
        width: 39px;
        height: 39px;
        background: url(../images/icon-nav.png) no-repeat;
        position: absolute;
        top: 121px;
        right: 0px;
        cursor: pointer;
    }

    .stripeTitle {
        right: 0;
        text-align: center;
        background-position: center 25px !important;
    }

    .moreItems {
        display: block !important;
    }

    #secondaryNav {
        display: none !important;
    }

    #mapLegend {
        min-height: 620px;
        height: auto;
    }

    #mapLegend #map {
        position: relative !important;
        top: auto;
        right: auto;
        width: 100%;
        height: 700px;
    }

}

@media screen and (max-width: 620px) {
    header .headerTextInfo {
        padding-top: 16px;
    }

    header .headerTextInfo br {
        display: none;
    }
}

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

    header .headerTextInfo {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        display: none;
    }

    .home header .headerTextInfo {
        display: block;
    }

    .icon-nav {
        top: 10px;
    }

    #banners {
        display: none;
    }

    #logo {
        right: 0;
        width: auto;
        text-align: center;
    }

    #logo img {
        width: auto;
    }

}

.mt30 {
    margin-top: 30px;
}

/* ==========================================================================
   SCRIPTS
   ========================================================================== */

.jcarousel-wrapper {
    position: relative;
    margin-bottom: 4px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 178px;
    height: 178px;
    overflow: hidden;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none !important;
    padding: 0 !important;
    margin: 5px;
}

.jcarousel img {
    display: block;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    color: #fff;
    text-decoration: none !important;
    font: 30px/35px Arial, sans-serif;
    border: none !important;
    font-weight: bold;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    background: rgba(255, 255, 255, 1);
}

.jcarousel-control-prev {
    left: -10px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.jcarousel-control-next {
    right: -10px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

#snct-IMU {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1100;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}


.servicePlus {
    width: 130px;
    top: 20px;
    position: absolute;
    left: 0;
}

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

    .servicePlus {
        width: 130px;
        top: inherit;
        position: relative;
        left: inherit;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }

}

@media screen and (max-width: 970px) {
    #snct-Leaderboard {
        display: none;

    }

    #snct-Bandeau {
        display: inherit;

        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 1100;
        text-align: center;


    }

}

@media screen and (max-width: 500px) {
    #snct-IMU {
        display: none;

    }

}


#snct-Leaderboard-Bandeau {
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    max-width: 100%;
}


.pub--imu--home {
    background-color: white;
}

#mapWrap {
    width: 100%;
    height: 700px;
}

#applicationForm {
    margin-bottom:40px;
    overflow: hidden;
}

#applicationForm .row {
    display: flex;
    margin-top:15px;
}

#applicationForm .row .col-6 {
    width:50%;
    padding:0 15px;
}

#applicationForm .input-website {
    position: absolute;
    right:-300%;
}

#applicationForm .row .col-12 {
    width:100%;
    padding:0 15px;
}

#applicationForm .row .col-6 input, #applicationForm .row textarea {
    height: 30px;
    border-radius:15px;
    border:1px solid black;
    width:100%;
    text-indent: 10px;
}

#applicationForm .row textarea {
    height:100px;
    padding:10px 0;
}


#applicationForm .row.no-border {
    margin-top:20px;
}

#applicationForm .row.no-border input:last-child {
    border:none;
}

#applicationForm button.submit {
    height:30px;
    background: #fbb900;
    color:#fff;
    border-radius:15px;
    padding: 0 20px;
    transition: all 0.4s;
    border:0;
    cursor:pointer;
}

#applicationForm button.submit:hover {
    background: #009fe3;
}

#successMessage {
    margin: 15px 0;
    color: green;
}

.pl-15 {
    padding-left:15px;
}

.pt-0 {
    padding-top:0!important;
}