/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dotted #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background: #000 url('../img/bg.jpg') no-repeat center top;
}

body.home {
    background: #000 url('../img/bg-1.jpg') no-repeat center top;
}

a:focus {
    outline: none;
}

a {
    color: #0071bb;
}

.wrap {
    padding: 0 10px;
}

.shadow {
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0.5);
    -o-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

header {
    position: relative;
    color: #fff;
    overflow: hidden;
}

header .logo {
    margin: 15px 10px;
}

header ul.links {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

header ul.links li {
    float: right;
}

header ul.links a {
    display: block;
    color: #fff;
    padding: 0 16px;
    text-decoration: none;
}

header ul.links a.flag {
    display: inline-block;
    padding: 0;
    margin: 0 3px;
    line-height: 0;
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0.5);
    -o-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 3px rgba(255,255,255,1);
}

header ul.nav {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: -10px;
    bottom: 0;
}

header ul.nav > li {
    position: relative;
    float: left;
    margin-left: 5px;
    padding-bottom: 5px;
}

header ul.nav > li a {
    display: block;
    color: #0071bb;
    padding: 5px 20px;
    text-decoration: none;
}

header ul.nav > li a:hover, header ul.nav > li.active a {
    color: #fff;
}

header ul.nav > li .container-ssnav {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -32px;
    z-index: 999;
    width: 960px;
    height: 32px;
    margin-left: -480px;
    text-align: center;
}

header ul.nav li.active .container-ssnav {
    display: block;
}

ul.nav ul.ssnav {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'FranklinGothicMediumCondRegular', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}

ul.nav ul.ssnav li {
    float: left;
}

ul.nav ul.ssnav li a {
    display: block;
    line-height: 32px;
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}

ul.nav ul.ssnav li a:hover {
    background: rgba(0,0,0,0.25);
}

ul.nav ul.ssnav li a.active {
    color: #222;
    background: #fff;
}

footer {
    background-color: #333;
    background-color: rgba(7,116,167,0.25);
    color: #fff;
    margin-top: 20px;
    padding: 10px 0;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

footer a {
    text-decoration: none;
    color: #aaa;
}

footer a:hover {
    color: #fff;
}

footer hr {
    border-color: #666;
}

footer .ffc {
    color: #ccc;
    font-size: 13px;
}
footer .ffc img {
    width: 78px;
    margin: 5px 0;
}

.breadcrumbs, ul.share {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    z-index: 200;
}

.breadcrumbs img {
    margin: 0 5px;
}

ul.share {
    padding: 0;
    list-style: none;
}

ul.share li {
    float: right;
    margin-left: 4px;
}

ul.share a {
    background: url(../img/bg_share.png) no-repeat;
    display: block;
    width: 16px;
    height: 0;
    padding-top: 20px;
    overflow: hidden;
}

ul.share a.facebook {
    background-position: 0px 0px;
}

ul.share a.twitter {
    background-position: 0px -20px;
}

.content, .content-white {
    min-height: 380px;
    padding-bottom: 30px;
}

.content {
    background-color: #333;
    background-color: rgba(0,0,0,0.25);
    color: #eee;
}

.content h1, .content h2, .content h3 {
    color: #fff;
}

.content-white {
    background-color: #fff;
    color: #222;
}

.content.news {
    background-image: url('../img/bg_news.png');
    background-repeat: repeat-y;
}

.content.news .article {
    padding: 0 40px;
    color: #222;
}

.content.news .article h1, .content.news .article h2, .content.news .article h3 {
    color: #222;
}

.content.news .article hr {
    border-color: #999;
}

a.news {
    color: #fff;
}

ul.social li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0.8em;
}

ul.nautilus {
    padding-left: 1em;
    margin: 0;
    list-style: square;
    color: #0071bb;
}

ul.nautilus span {
    color: #ddd;
}

ul.keyfigures {
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 34px;
    list-style: none;
    text-align: right;
}

ul.keyfigures li {
    display: table-cell;
    height: 120px;
    vertical-align: middle;
}

ul.keyfigures h2 {
    font-family: "FranklinGothicDemiCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
}

ul.keyfigures h3 {
    font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin: 5px 0;
}

ul.icon-keyfigures {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.icon-keyfigures li {
    float: left;
    text-align: center;
    margin: 0 6px 6px 0;
    width: 136px;
    height: 120px;
    line-height: 120px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

ul.icon-keyfigures li.inactive {
    opacity: 0.5;
}

ul.steps-image, ul.steps-text {
    padding: 0;
    margin: 0;
    list-style: none;
}

div.steps {
    background: url(../img/bg_steps.gif) repeat-x center top;
}

div.steps ul {
    margin: 0;
    padding: 0 5px;
    list-style: none;
}

div.steps ul li {
    position: relative;
    float: left;
    width: 45px;
    height: 90px;
    background: url(../img/bg_steps.png) no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

div.steps ul li span {
    position: absolute;
    left: 50%;
    top: 55px;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    font-size: 10px;
    display: none;
}

div.steps ul li.active {
    background-position: -45px 0;
}

div.steps ul li.active span {
    display: block;
}

ul.nav-range {
    margin: 0px 0px 30px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #0071bb;
    text-align: center;
    }
    ul.nav-range > li {
        display: inline-block;
        }
        ul.nav-range > li > a {
            position: relative;
            display: block;
            font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            text-decoration: none;
            padding: 0.875rem 2.5rem;
        }
        ul.nav-range > li > a.active, ul.nav-range > li > a:hover {
            color: #fff;
        }
        ul.nav-range > li > a.active::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -1px;
            width: 48px;
            margin-left: -24px;
            border-bottom: 3px solid #fff;
        }
            

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

ul.range li {
    margin-bottom: 5px;
}

ul.range li a {
    display: block;
    font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 0 10px;
    width: 220px;
    height: 30px;
    text-decoration: none;
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #666;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.range li a.active, ul.range li a:hover {
    background: #0071bb;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #0071bb), color-stop(1, #4597bd) );
    background-image: -moz-linear-gradient( center bottom, #0071bb 0%, #4597bd 100% );
    border: 1px solid #0071bb;
}

ul.legende {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
ul.legende li {
    margin-right: 1rem;
    margin-bottom: 0.25rem;
}
ul.legende .icon {
    width: 24px;
    margin-right: 5px;
}

.gm-style-cc {
    display: none!important;
}


/* ==========================================================================
   Typo
   ========================================================================== */

@font-face {
    font-family: 'FranklinGothicMediumCondRegular';
    src: url('../font/framdcn.eot');
    src: url('../font/framdcn.eot?#iefix') format('embedded-opentype'),
         url('../font/framdcn.svg#FranklinGothicMediumCondRegular') format('svg'),
         url('../font/framdcn.woff') format('woff'),
         url('../font/framdcn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FranklinGothicDemiCondRegular';
    src: url('../font/fradmcn.eot');
    src: url('../font/fradmcn.eot') format('embedded-opentype'),
         url('../font/fradmcn.woff') format('woff'),
         url('../font/fradmcn.ttf') format('truetype'),
         url('../font/fradmcn.svg#FranklinGothicDemiCondRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.large { width: 100%; }
.medium { width: 50%; }
.small { width: 25%; }

body {
    font-family: "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1 {
    font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 0.95em;
    text-transform: uppercase;
    margin-top: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
    font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 0.95em;
    text-transform: uppercase;
    margin: 1.2em 0 0.5em;
}

h3 {
    font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 0.95em;
    text-transform: uppercase;
}

h6 {
    font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0.5em 0;
}

.chapo {
    font-size: 14px;
    font-weight: bold;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

header {
    font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}

header .links {
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
}

input, textarea, select {
    font-family: "Lucida Sans", Geneva, Verdana, sans-serif;
}

.submit input, .bouton, button {
    font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}

.carousel_home h2 {
    font-family: "FranklinGothicDemiCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 42px;
    line-height: 0.95em;
    text-transform: uppercase;
    margin: 5px 0;
    display: inline-block;
}

.carousel_home h3 {
    font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.15em;
    text-transform: uppercase;
    margin: 0;
}

footer {
    font-family: "FranklinGothicMediumCondRegular", Arial, sans-serif;
    font-size: 14px;
}

footer h6, footer h6 a {
    color: #ccc;
}

footer .legal {
    font-family: "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 10px;
    color: #666;
    margin-bottom: 1em;
}

.text-shadow {
    -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    -o-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

.breadcrumbs {
    font-family: "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
}

.breadcrumbs a {
    color: #ccc;
    text-decoration: none;
} .breadcrumbs a:hover {
    color: #0099cc;
    text-decoration: underline;
}

.news .breadcrumbs {
    color: #222;
}

.news .breadcrumbs a {
    color: #666;
    text-decoration: none;
} .news .breadcrumbs a:hover {
    color: #0099cc;
    text-decoration: underline;
}

a.pdf {
    display: inline-block;
    color: #0071bb;
    padding-left: 30px;
    background: url(../img/ico_pdf.png) no-repeat left top;
    padding-top: 5px;
    min-height: 20px;
    margin-bottom: 5px;
} a.pdf:hover {
    text-decoration: none;
}

.paginate {
    font-size: 11px;
    text-align: center;
}

.paginate .current {
    font-weight: bold;
}

.paginate a {
    text-decoration: none;
}


/* ==========================================================================
   Notification
   ========================================================================== */

.notif {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #5cc151;
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.notif.error {
    background-color: #c34d34;
    color: #fff;
}

.notif .content {
    padding: 5px;
    text-align: center;
    min-height: 0;
    text-shadow: none;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.annonce{
	width:980px;
	margin:0 auto;
	position:relative;
}

.annonce img {
    position: absolute;
    right: 0;
    top: -164px;
    width: 220px;
}