@charset "utf-8";
/* =============================================================================

    Few default class name
        #header {}
        #footer {}
        #main-nav {}
        #aside-nav {}
        #secondary-nav {}
        #breadcrumb {}
        #sidebar {}
        #contact {}
        .aside {}
        .error {}
        .succes {}
        .warnig {}
        .info {}
        .more {}
        .block {}

    Helpers if needed
        .clear-left { clear:left }
        .clear-right { clear:right }
        .clear-both { clear:both }
        .valign-middle { vertical-align:middle }
        .valign-top { vertical-align:top }
        .valign-bottom { vertical-align:bottom }
        .invisible { visibility:hidden }
        .suffix-a { margin-right:XXpx }
        .prefix-a { margin-left:XXpx }

    Few media queries
    >640
    @media screen and (min-width: 641px) {}

    >=1280
    @media screen and (min-width: 1280px) {}

    <=640
    @media screen and (max-width: 640px) {}
========================================================================== */
/*col-md < 768*/
/*col-sm < 480*/
/* 15 colonnes, gutter 14px (divide by 2)*/
@font-face {
    font-family: 'mdk-icon-font';
    src:url('../fonts/mdk-icon-font.eot?1gkm11');
    src:url('../fonts/mdk-icon-font.eot?#iefix1gkm11') format('embedded-opentype'),
    url('../fonts/mdk-icon-font.woff?1gkm11') format('woff'),
    url('../fonts/mdk-icon-font.ttf?1gkm11') format('truetype'),
    url('../fonts/mdk-icon-font.svg?1gkm11#mdk-icon-font') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MetaWeb-CondNormal';
    src:url('../fonts/MetaWeb-CondNormal.eot?1gkm9');
    src:url('../fonts/MetaWeb-CondNormal.eot?#iefix1gkm9') format('embedded-opentype'),
    url('../fonts/MetaWeb-CondNormal.woff?1gkm9') format('woff'),
    url('../fonts/MetaWeb-CondNormal.ttf?1gkm9') format('truetype'),
    url('../fonts/MetaWeb-CondNormal.svg?1gkm9#mdk-icon-font') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'klavika';
    src: url('../fonts/klavika-regular.eot?1gkm46');
    src: url('../fonts/klavika-regular.eot?1gkm46#iefix') format('embedded-opentype'),
        url('../fonts/klavika-regular.woff2?1gkm46') format('woff2'),
        url('../fonts/klavika-regular.woff?1gkm46') format('woff'),
        url('../fonts/klavika-regular.ttf?1gkm46') format('truetype'),
        url('../fonts/klavika-regular.svg?1gkm46#klavika-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'klavika-bold';
    src: url('../fonts/klavika-bold.eot?46gkm46');
    src: url('../fonts/klavika-bold.eot?46gkm46#iefix') format('embedded-opentype'),
        url('../fonts/klavika-bold.woff2?46gkm46') format('woff2'),
        url('../fonts/klavika-bold.woff?46gkm46') format('woff'),
        url('../fonts/klavika-bold.ttf?46gkm46') format('truetype'),
        url('../fonts/klavika-bold.svg?46gkm46#klavika-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



[class^="icon-"], [class*=" icon-"] {
    font-family: 'mdk-icon-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-basket:before {
    content: "\e605";
}

.icon-print:before {
    content: "\f02f";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-plus:before {
    content: "\f067";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-info:before {
    content: "\e603";
}

.icon-map:before {
    content: "\e604";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-lock-open:before {
    content: "\e601";
}

.icon-lock:before {
    content: "\e602";
}

.icon-comment:before {
    content: "\e600";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.picto-orateur {
    background: transparent url(../images/common/picto-orateur.png) no-repeat 0 0;
    padding-left: 28px;
    display: inline-block;
    line-height: 20px;
}

/* =============================================================================
    Default styles
    ========================================================================== */
html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #000;

    font: 1.4em/1.2 open sans;
}

/*
 *  http://www.alsacreations.com/astuce/lire/43-comment-dfinir-lapparence-de-ses-liens.html
 */
a:visited {
    color: gray;
}

a:hover,
a:focus,
a:active {
    color: #da0019;
}
/* =======================
   Tables
   =======================*/
th {
    text-align: left;
}

th,
td {
    vertical-align: top;
}

/* =======================
   Various
   =======================*/
em {
    font-style: italic;
}

hr.separator {
    border-color: #e5e5e5;
    border-width: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/* =======================
   Forms
   =======================*/
/* Remove default fieldset styles. */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
}

/* =======================
   Images
   =======================*/
img {
    height: auto;
    max-width: 100%;
}

/*http://soqr.fr/vertical-rhythm/
/* =============================================================================
   Vertical rhythm
   ========================================================================== */
.h2-like {
    color: #004899;
    font: 300 48px/1 "open sans";
    margin-top: 0;
    margin-bottom: 15px;
}
.h2-like.line-after{
    margin-right: 20px;
}
.h2-like.line-after.agenda{
    margin-right: 0px;
}
.h2-like.line-after:after {
    background-color: #e5e5e5;
    content: "";
    display: block;
    height: 1px;
    margin-top: -6px;
    width: 100%;
}

.h2-like.line-after span {
    padding-right: 15px;
    background-color: #fff;
}

.content-row-theme-a .h2-like.line-after span {
    background-color: #f2f3f3;
}

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

    .h2-like {
        font-size: 32px;
        line-height: 1.2;
    }

}

h1:first-child {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #004899;
    font-family: "open sans";
}

/* =============================================================================
   Margins
   ========================================================================== */
p,
ul,
ol,
dl,
blockquote,
pre,
td,
th,
textarea,
caption {
    margin: 0 0 1.5em;
}

table {
    margin-bottom: 1.5em;
}

/* avoid margins on nested elements */
li p,
li ul,
li ol {
    margin-top: 0;
    margin-bottom: 0;
}

/* =============================================================================
   Font size variations
   ========================================================================== */
.smaller {
    font-size: .7143em; /* equiv 10px */
}

.small {
    font-size: .8571em; /* equiv 12px */
}

.big {
    font-size: 1.1429em; /* equiv 16px */
}

.bigger {
    font-size: 1.2857em; /* equiv 18px */
}

.biggest {
    font-size: 1.4286em; /* equiv 20px */
}

/* =============================================================================
   images
   ========================================================================== */
img.float-left {
    margin-right: .9em;
    margin-top: .9em;
}

img.float-right {
    margin-left: .9em;
    margin-top: .9em;
}

img[class^="float-"]:first-child {
    margin-top: 0;
}

/* =============================================================================
    Helpers
    ========================================================================== */
/*
 *  Micro clear fix http://nicolasgallagher.com/micro-clearfix-hack/
 */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.inbl {
    display: inline-block;
}

.inbl.middle {
    vertical-align: middle;
}

.tbl {
    display: table;
}

.tbl-cell {
    display: table-cell;
}

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
/*
Technique could be usefull for hiding element but keeping element inside accessible
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
*/

/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n,0,lt = small(< 10px),medium(10px>x<20px),large(20px>x<30px), zero or none(0), <0
source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
*/
.ma0 {
    margin: 0 !important;
}

.pa0 {
    padding: 0 !important;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 13px;
}

.mt135 {
    margin-top: 135px;
}

.ml45 {
    margin-left: 45px;
}

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

    .xs-full-width {
        width: 100% !important;
        max-width: none !important;
    }

}

/* =============================================================================
   Layout
   ========================================================================== */
.wrapper {
    overflow: hidden;
}

@media screen and (min-width: 1024px) {

    .container {
        width: 1006px;
    }


}
@media screen and (max-width: 1024px) {
    .img-add-annonce {
        display: none;
    }
}
@media screen and (max-width: 800px) {

    .container {
        width: auto !important;
    }

}

.aside {
    width: 250px;
    margin-right: 5px;
}

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

    .aside.pull-right {
        float: none !important;
        clear: left;
        margin: 0 auto;
    }

}

.col-4 {
    box-sizing: border-box;
    float: left;
    padding: 0 0 0 44px;
}

@media screen and (min-width: 641px) {

    .col-4-wrapper {
        margin: 0 0 0 -44px;
    }

    .col-4 {
        width: 25%;
    }

}

@media screen and (min-width: 321px) and (max-width: 640px) {

    .col-4-wrapper {
        margin: 0 0 0 -44px;
    }

    .col-4 {
        width: 50%;
    }

    .col-4:first-child + .col-4 + .col-4 {
        clear: left;
    }

}

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

    .col-4-wrapper {
        margin: 0;
    }

    .col-4 {
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

}

.col180 {
    max-width: 180px;
    width: 100%;
}

.col215 {
    max-width: 215px;
    width: 100%;
}

.col300 {
    max-width: 300px;
    width: 100%;
}

.split {
    float: left;
    width: 50%;
}

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

    .col300 {
        float: none !important;
    }

}

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

    .col180 {
        float: none !important;
        margin-left: 0;
        margin-right: 0;
    }

    .col300 {
        margin-left: auto;
        margin-right: auto;
    }

    .col215 {
        float: none;
        max-width: 100%;
    }

}

/* =============================================================================
   header
   ========================================================================== */
.header {

    padding-top: 60px;
}
.header .navbar-nav {
    width: 100%;
}
.logo {
    border-right: 2px solid #eaeaea;
    display: inline-block;
    vertical-align: middle;
}

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

    .logo {
        border: 0;
    }

}

.baseline {
    color: #004899;
    margin-left: 10px;
    font-size: 17px;
    font-family: "klavika", "open sans", sans-serif;
}

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

    .baseline {
        font-size: 21px;
    }

}

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

    .baseline {
        font-size: 14px;
    }

}

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

    .baseline {
        display: none;
    }

}

.header-search-form {
    float: right;
    margin-top: 28px;
}

.header-search-form input {
    vertical-align: top;
}

.header-search-form input[type="text"] {
    background-color: #eff0f0;
    border: 0;
    padding: 10px 15px 9px;
    margin-right: -.4em;
    width: 253px;
}

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

    .header-search-form {
        padding-top: 10px;
    }

}

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

    .medium-pull-none {
        float: none !important;
    }

}

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

    .header-search-form {
        float: none;
    }

}

.header-social-menu {
    float: right;
    margin-left: 13px;
    margin-top: 33px;
}

.header-social-menu span {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header-social-menu a {
    background-color: #7a8c9e;
    border-radius: 12px;
    display: inline-block;
    margin-right: 6px;
    padding: 4px 0 0;
    text-align: center;
    width: 23px;
}

.header-social-menu [class^="icon-"],
.header-social-menu [class*=" icon-"] {
    color: #fff;
    font-size: 15px;
    margin-top: 2px;
}

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

    .header {
      /*  padding-bottom: 15px;
        padding-top: 15px;*/
    }

    .header-social-menu {
        float: left;
        margin-top: 0;
        padding-top: 15px;
        margin-right: 15px;
    }

}

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

    .header-social-menu {
        margin-right: 0;
    }

}

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

    .header-social-menu {
        margin-bottom: 15px;
    }

}

/* =============================================================================
   footer
   ========================================================================== */
.footer {
    background-color: #f0f0f0;
    color: #7f7f7f;
    font: 0.9em/1.2 open sans !important;
}

.footer > .container > .row {
    padding: 25px 0;
}

.footer-map a {
    display: block;
    line-height: 2;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-title {
    border-bottom: 1px solid #d8d8d8;
    color: #7f7f7f;
    font: 300 20px/1 "open sans";
    padding: 0 0 25px;
    margin-bottom: 20px;
    line-height: 30px;
}

.footer a {
    color: #7f7f7f;
}

.footer-related {
    margin-left: -8.5px;
    margin-right: -8.5px;
}
.footer-related a {
    display: inline-block;
    margin: 0 8.5px 5px;
}

.footer-foot a {
    display: inline-block;
    margin-right: -.2em;
    padding: 0 8px;
    border-right: 1px solid #909090;
    line-height: 1;
}


@media (max-width: 800px) {

    .footer {
        padding: 0 10px;
    }
}

/* =============================================================================
Home slider
========================================================================== */
.home-lead {
    margin-bottom: 30px;
    margin-top: 20px;
}

.home-lead-title {
    font: 22px "open sans";
    margin-bottom: 10px;
}
.home-lead-title a {
    color: #004899;
}

/* =============================================================================
   Home slider
   ========================================================================== */
.home-slider-wrapper {
    position: relative;
}

.home-slider .slick-dots {
    bottom: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    z-index: 100;
}

.home-slider .slick-dots li {
    height: 15px;
    margin: 0;
    width: 15px;
}

.home-slider .slick-dots li button {
    padding: 0;
}

.home-slider .slick-dots li button:before {
    color: #bebebd;
    font-size: 10px;
    height: 15px;
    opacity: 1;
    width: 15px;
}

.home-slider .slick-dots .slick-active button:before {
    color: #004899;
    opacity: 1;
}

/* =============================================================================
   header newsletter form
   ========================================================================== */
.form-newsletter {

}

.form-newsletter input[type="text"] {
    background-color: #fbfbfb;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0 0 0 1px;
    height: 32px;
    margin-right: -4px;
    padding-left: 22px;
    width: 210px;
}

.form-newsletter input {
    vertical-align: top;
}


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

    .form-newsletter {
        display: none;
    }

}

/* =============================================================================
   generic component
   ========================================================================== */
.button {
}

.button-small {
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
}

.button-medium {
    display: inline-block;
    line-height: 32px;
    padding: 0 15px;
}

.button-uppercase {
    text-transform: uppercase;
}

.button-theme-a {
    background-color: #eaeaea;
    color: #787878;
}

.button-theme-a i {
    color: #336ead;
    font-size: .8em;
    padding-left: 7px;
}

.button-theme-b {
    background-color: #707070;
    color: #fff;
}

.button-theme-c {
    background-color: #004899;
    color: #fff;
}

.button-theme-d {
    background-color: #dddddd;
    color: #fff;
}

.button-theme-d:hover,
.button-theme-d:focus {
    background-color: #004899;
    color: #fff;
    text-decoration: none;
}

.button-theme-e {
    border: 1px solid #ccc;
    color: #666;
}

.button-source-sans {
    font-family: "open sans";
}

.button-theme-f {
    background-color: #009ddd;
    font-family: "MetaWeb-CondNormal";
    font-size: 14px;
    color: white !important;
    padding-top: 4px;
}
.button-theme-f-termine{
    background-color: #f79d12;
    color: white !important;
    font-family: "MetaWeb-CondNormal";
    font-size: 14px;
    padding-top: 4px;

}
.button-theme-f:hover {
    background-color: #006690;
    color: #fff;
    text-decoration: none;
}
.submit-form-avis{
    color: #004899 !important;
}
.button-theme-g {
    border: 1px solid #e7e7e7;
    color: #f00;
    font-family: "open sans";
    font-size: 14px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f6 100%); /* W3C */
}
.btn.btn-lg.button-theme-g.prix {
    font-size: 18px;
}

.button-theme-g span {
    background-color: #c50006;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-left: 5px;
    padding: 5px 9px 3px;
}

.button-theme-g span .icon-basket {
    font-size: 14px;
    margin-right: 4px;
}
.button-theme-h {
    border: 1px solid #e7e7e7;
    color: #004899;
    font-family: "open sans";
    font-size: 14px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f6 100%); /* W3C */
    text-transform: uppercase;
    padding: 15px 16px;
}

.button.more {
    color: #7f7f7f;
    margin-top: 10px;
    margin-right: 10px;
}
.button.more.agenda {
    color: #7f7f7f;
    margin-top: 10px;
    font-size: 12px;
    margin-right: 0px;
    padding: 0;
}
.button.more:hover
{    color: #004899;
    margin-top: 10px;
}
/* =========================================
   aside colored panel
   =========================================*/
.highlight-panel {
    padding: 20px;
    margin-bottom: 1.5em;
}

.highlight-panel-title {
    color: #fff;
    font: 32px/1 "open sans";
    margin-bottom: 20px;
}
.highlight-panel-title-courrier {
    color: #fff;
    font: 18px/1 "open sans";
    margin-bottom: 20px;
}
.courrier-section{
    margin-top: 15px;
}
.reader-mail {
    background-color: #e8e8e8;
    color: #737373;
    padding: 20px;
}

.reader-mail-title {
    font: 700 30px/1 "open sans";
    margin-bottom: 12px;
}

.reader-mail-title span {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.reader-mail-point {
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.reader-mail-point a {
    background: transparent url(../images/common/arrow-right.png) no-repeat 0 50%;
    color: #737373;
    display: inline-block;
    padding: 3px 0 3px 12px;
}

.reader-mail-btn-wrapper {
    margin: 10px 0 0;
}

.reader-mail-btn {
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
    padding: 0 9px;
}
.reader-mail-btn{
    color: #fff !important;
}
.reader-mail-btn-write {
    background-color: #004899;
}

.reader-mail-btn-all {
    background-color: #969696;
}
.title-courrier{
    text-align: center;
    color:  #ffffff;
    padding: 5px;
    background-color: #004899;
}
.date-courrier{
    margin-top: 20px;
}
.highlight-panel-title-button {
    padding: 5px;
    text-align: center;
    border : solid white 2px;
    color: #fff;
    font: 18px/1 "open sans";
    margin-bottom: 20px;
}
#write{
    cursor: pointer;
}
.highlight-panel-title-access {
    color: #fff;
    font: 13px/1 "open sans";
    text-decoration: underline;
    text-align: right;
}
.highlight-panel-title small {
    font-size: 10px;
}

.highlight-panel-theme-a {
    background-color: #004899;
    color: #fff;
}

.highlight-panel-theme-a a {
    color: #fff;
}
.highlight-panel.highlight-panel-theme-a a:hover{
    color: white;
}
/* =========================================
   main navigation
   =========================================*/
@media screen and (min-width: 479px) {

    .navbar-collapse {
        padding-left: 0;
    }

}

.main-nav {
    background-color: #004899;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 0;
    border: 0;
    min-height: 0;
}

.main-nav a {
    border-bottom: 5px solid transparent;
    color: #fff !important;
    display: inline-block;
    font: 16px/1 "open sans" !important;
    margin-bottom: -2px;
    padding: 11px 13px 10px !important;
    text-transform: uppercase;
}
.main-nav li + li a:before {
    background-color: #fff;
    content: "";
    display: block;
    float: left;
    height: 10px;
    margin-left: -15px;
    margin-top: 4px;
    width: 1px;
}

.main-nav li:last-child {
    float: right;
}
.main-nav li:last-child a:before {
    display: none;
}

.main-nav .active a,
.main-nav a:hover {
    background-color: transparent !important;
    border-bottom-color: #AAC930;
}

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

    .main-nav a {
        display: block;
    }

}

/* =========================================
   related navigation
   =========================================*/
.top-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    position: fixed;
    z-index: 120;
    width: 100%;
}
.top-wrapper .container {
    position: relative;
}
.related-nav {
    font-size: 0;
}
.connected span {
    color: #E21F25;
    font-size: 13px;
}

.connected a:hover {
    text-decoration: none;
}

.connected a:before {
    content: "|";
    margin-left: -15px;
    margin-right: 15px;
}
.related-nav a {
    border-right: 1px solid #e1e1e1;
    color: #444;
    display: inline-block;
    font-size: 10px;
    line-height: 32px;
    padding: 0 13px;
    text-transform: uppercase;
}

.related-nav a:first-child {
    border-left: 1px solid #e1e1e1;
}

.related-nav a:hover,
.related-nav .current {
    text-decoration: none;
    background-color: #f5f5f5;
}

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

    .related-nav {
        display: none;
    }

}

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

    .related-nav {
        border-top: 1px solid #e1e1e1;
        margin-left: -5px;
        margin-right: -5px;
        padding-right: 5px;
        padding-left: 5px;
    }

}

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

    .related-nav a {
        padding: 0 9px;
    }

}

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

    .connected .button-medium {
        padding: 0 8px;
    }

    .connected a:before {
        margin-left: -8px;
        margin-right: 8px;
    }

}


/* =========================================
   generic component
   =========================================*/
.illustrated-items {

}

.illustrated-item {
    margin-bottom: 35px;
}

.illustrated-item-illustration {
    position: relative;
}

.illustrated-item-title {
    font: 18px/1.2em "open sans";
    margin : 0px;
}

.illustrated-item-title a,
.illustrated-item-content a {
    color: #004899;

    text-decoration: none;
}
.illustrated-item-more{
   margin-bottom: 30px;
}

.illustrated-item-title a:hover,
.illustrated-item-content a:hover {
    color: #004899;
}

.illustrated-item-content p {
    margin: 0;
}

.illustrated-item-metas {

}

.illustrated-item-metas i {
    color: #666;
    font-size: 1.5em;
    vertical-align: text-bottom;
    margin-right: 7px;
}

.illustrated-item-metas p {
    margin-bottom: 10px;
    margin-top: 0px;
}

.bar-metas {
    background-color: #fff;
    padding: 5px 8px 2px 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    font: 0.8em/1.2 open sans, sans-serif;
}
.bar-metas a{
    color: #E21F25;
}
.bar-metas a:hover{
    color: #E21F25;
}

.bar-metas span {
    border-right: 1px solid #878787;
    display: inline-block;
    line-height: 1;
    padding: 0 4px;
}

.bar-metas span:first-child {
    margin-left: -6px;
}

.bar-metas [class^="icon-"],
.bar-metas [class*=" icon-"] {
    color: #8a8a8a;
    font-size: 120%;
    vertical-align: bottom;
}

.search-article {
    margin-bottom: 20px;
}

.search-article-form {
    border: 1px solid #000;
    display: none;
    padding: 10px;
    width: 50%;
}
#search-article-trigger{
    color: #000000;
}
#search-article-trigger:hover ,#search-article-trigger:focus{
    color: #fff;
}
/* =============================================================================
   Bouton scrollTop
   ========================================================================== */
#top-link  {
    display:none;
    position:fixed;
    left:50%;
    margin-left:515px;
    bottom:30px;
    text-decoration:none;
}
/* =========================================
   generic component
   =========================================*/
.media-list {

}
.media-list-title p {
    color: #004899;
}
.media-list-illustration {
    position: relative;
}

.media-list-button {
    position: absolute;
    bottom: 0;
    height: 36px;
    left: 0;
    width: 36px;
    z-index: 100;
}

.media-list-title {
    font: 18px/1.2em "open sans";
    margin-top: 10px;

}

/* =========================================
   Agenda component
   =========================================*/
.agenda-date {
    float: left;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
    width: 40px;
}

.agenda-body {
    overflow: hidden;
}

.agenda-content {
    margin-left: 55px;
    line-height: 1.6;
    color: #303131;
    font-size:12px;
}

.agenda-default .agenda-date {
    background-color: #004899;
    color: #fff;
}
.no-padding{
    padding: 0 !important;
}

/* =========================================
   lateral icon bar
   =========================================*/
.lateral-icon-bar {
    width: 32px;
}

.lateral-icon-bar a {
    display: block;
    margin-bottom: 6px;
}

.lateral-icon-bar a:hover {
    text-decoration: none;
}

.lateral-icon-bar [class^="icon-"],
.lateral-icon-bar [class*=" icon-"] {
    background-color: #738a8d;
    color: #fff;
    display: block;
    font-size: 180%;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

.lateral-icon-bar .icon-twitter {
    background-color: #2ca8d2;
}

.lateral-icon-bar .icon-facebook {
    background-color: #305891;
}

.lateral-icon-bar .icon-comment {
    background-color: #29aa84
}

.lateral-icon-bar .icon-plus {
    background-color: #f8694d;
}

.lateral-icon-bar .icon-chevron-left {
    background-color: #ccc;
}

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

    .lateral-icon-bar .mt135 {
        margin-top: 0;
    }

}


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

    .lateral-icon-bar {
        float: none;
        width: 100%;
    }

    .lateral-icon-bar a {
        display: inline-block;
    }

}
/* =========================================
   Formulaire recherche formations
   =========================================*/
.form-search-formation-body {
    background-color: #c8c8c8;
    color: #fff;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-search-formation-date {
    background: #fff url(../images/common/picto-date.gif) no-repeat 100% 50%;
    padding-right: 27px !important;
}
.form-search-formation-date.hasDatepicker{
    height: 36px;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    border-radius: 0;
}
.form-search-formation-title {
    font: 700 48px/2 'MetaWeb-CondNormal';
    text-align: center;
}

.form-search-formation label {
    font: 16px 'MetaWeb-CondNormal';
    display: block;
    text-transform: uppercase;
}

.form-search-formation select {
    border: 0;
    color: #4c4c4c;
    padding-bottom: 8px;
    padding-top: 7px;
    width: 100%;
}

.form-search-formation input[type="text"] {
    color: #4c4c4c;
    border: 0;
    padding: 7px;
    width: 100%;
}

.form-search-formation input[type="submit"] {
    background-color: #004899;
    border: 7px solid #fff;
    color: #fff;
    display: block;
    font: 24px/2 'MetaWeb-CondNormal';
    margin: 0 auto;
    max-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    text-transform: uppercase;
}

.form-message input[type="submit"] {
    background-color: #004899;
    border: 7px solid #fff;
    color: #fff;
    display: block;
    font: 24px/2 'MetaWeb-CondNormal';
    margin: 0 auto;
    max-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    text-transform: uppercase;
}

.form-search-formation-submit {
    margin-top: -30px;
}

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

    .form-search-formation-title {
        font-size: 42px;
        padding-top: 10px;
    }

}

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

    .form-search-formation-title {
        line-height: 1.2;
    }

    .form-search-formation label {
        margin-top: 10px;
    }

}
/* =========================================
   formation component
   =========================================*/
.formation {
    padding: 20px 0;
}

.formation-aside {
    float: left;
    margin-right: 20px;
    width: 150px;
}

.formation-aside > img {
    margin-top: 6px;
}
.formation-aside-social {
    margin-top: 21px;
}

.formation-aside-social a {
    color: #fff;
}

.formation-aside-social [class^="icon-"],
.formation-aside-social [class*=" icon-"] {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.formation-aside-social .icon-facebook {
    background-color: #3e5b97;
}

.formation-aside-social .icon-twitter {
    background-color: #2aa7de;
}

.formation-body {
    overflow: hidden;
}

.formation-title {
    font: 24px "open sans";

}
.formation-title a{
    color : #004899;
}

.formation-meta {
    padding-left: 25px;
}

[class^="formation-icon-"], [class*=" formation-icon-"] {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    margin-left: -25px;
    margin-right: 2px;
    vertical-align: bottom;
    width: 20px;
}

.formation-meta [class^="icon-"],
.formation-meta [class*=" icon-"] {
    color: #069;
    font-size: 1.6em;
    margin-left: -25px;
    margin-right: 3px;
    vertical-align: bottom;
}

.formation-icon-euro {
    background-image: url(../images/common/icon-euro.png);
}

.formation-icon-dpc {
    background-image: url(../images/common/icon-dpc.png);
}

.formation-icon-fif {
    background-image: url(../images/common/icon-fif.png);
}

.formation-small {
    font-size: 11px;
}

.formation-related {
    display: inline-block;
    padding: 6px 0;
    vertical-align: middle;
}

.formation-related a {
    color: #808080;
    font-size: 11px;
    text-transform: uppercase;
}

.formation-related a + a {
    margin-left: 2px;
}

.formation-related a + a:before {
    content: "|";
    margin-right: 4px;
}

.formation-call-to-action {
    background-color: #f79d12;
    color: #fff;
    display: inline-block;
    font-family: "MetaWeb-CondNormal";
    font-size: 18px;
    margin-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    text-transform: uppercase;
}

.formation-call-to-action [class^="icon-"],
.formation-call-to-action [class*=" icon-"] {
    color: #fff;
    font-size: .8em;
    vertical-align: baseline;
    margin-left: .5em;
}

.formation-call-to-action:hover {
    color: #fff;
    text-decoration: none;
}

.formation-tab .tab-content {
    margin-top: -1px;
}

.formation-tab-content {
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #c4c4c4 #c4c4c4;
}

.formation-tab-content *:first-child {
    margin-top: 0;
}

.formation-tab-content h3 {
    font-size: 12px;
    color: #006690;
    font-weight: 700;
}

.formation-tabs {
    border-bottom: 1px solid #c4c4c4;
}

.formation-tabs > li > a {
    background-color: #eff0f0;
    border-radius: 0;
    border-color: #c4c4c4;
    color: #868686;
    margin-right: 4px;
    padding-left: 11px;
    padding-right: 11px;
    text-transform: uppercase;
}

.formation-tabs > li.active > a {
    border-color: #c4c4c4 #c4c4c4 transparent;
}

.formation-session-title {
    background-color: #027daf;
    color: #fff;
    font-family: "MetaWeb-CondNormal";
    font-size: 19px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
}

.formation-session-row {
    margin: 11px 0;
    overflow: hidden;
    line-height: 3;
}

.formation-session-date {
    border: 1px solid #c4c4c4;
    color: #027daf;
    /*display: inline-block;*/
    font-family: "MetaWeb-CondNormal";
    line-height: 1;
    padding-bottom: 6px;
    padding-top: 8px;
    text-align: center;
}

.formation-session-date.pull-right,
.formation-session-date.pull-left {
    width: 38%;
}

.formation-session-between {
    color: #027daf;
    font-size: 19px;
    overflow: hidden;
    text-align: center;
    width: 24%;
}

.formation-session-day {
    font-size: 32px;
}

.formation-session-details {
    font-size: 23px;
}

.formation-session-month {
    font-size: 14px;
    text-transform: uppercase;
}

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

    .formation-aside {
        float: none;
    }

    .formation-body {
        clear: both;
    }

    .formation-tabs > li {
        float: none;
    }

}

.formation-other {

}

.formation-other-title {
    color: #747881;
    font: 700 34px "MetaWeb-CondNormal";
    margin-top: 30px;
    text-align: center;
}

.formation-other-title:after {
    background-color: #747881;
    content: " ";
    display: block;
    height: 2px;
    margin: 13px auto 0;
    width: 40%;
}

.formation-other-item {
    border-bottom: 1px solid #e3e4e6;
    padding-bottom: 10px;
}

.formation-other-item p {
    margin-bottom: 12px;
}

.formation-other-item-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 25px;
}

/* =========================================
   tag list
   =========================================*/
.tags-list {

}

.tags-list-item {
    background-color: #ececec;
    color: #2f2f2f;
    display: inline-block;
    margin-bottom: 4px;
    padding: 4px 8px;
}

/* =========================================
   content-row
   =========================================*/
.content-row {
    padding: 10px 0;
}
.content-row-theme-a {
    background-color: #f2f3f3;
}

/* =========================================
   text editor
   =========================================*/
.text-editor {
 line-height: 1.4;
}
.resume-text-editor{
    /*text-align: justify;*/
    margin-bottom: 20px;
	line-height: 1.3;
}

.text-editor table {
    width: 100% !important;
}

.text-editor table td {
    padding: 8px;
    vertical-align: top;
}

.sous-titre {
    font-size: 24px;
    color: #004899;
    font-family: "open sans";
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
}

.petit-titre {
    font-size: 16px;
    color: #004899;
    font-family: "open sans";
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
}


.content-row-theme-a {
    background-color: #f2f3f3;
}

.sign-in-form {
    padding: 0 40px;
}

.sign-in-form label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400 !important;
}

.id-block {
    margin-bottom: 40px;
}

.id-block .panel-body {
    position: relative;
}

.id-title {
    font: 700 34px "MetaWeb-CondNormal";
    text-align: center;
}

.id-title:after {
    background-color: #004899;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 50%;
}

.btn-id {
    background-color: #E21F25;
    bottom: -21px;
    border-radius: 0;
    color: #F3CCCD;
    font: 18px "MetaWeb-CondNormal";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
.btn-id:hover {
    color: #fff;
}

a.btn-id {
    width: 44%;
}

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

    a.btn-id {
        width: 70%;
    }

}
/* AJOUT DEV  */

#containerInkPopup{
    display:none;
}

#inkPopup h3 {
    color: #f79d12;
    font: 700 36px/1.5 "MetaWeb-CondNormal";
    margin: 0;
    text-transform: uppercase;
}

.text-editor-popup{
    /*width: 50%;*/
    margin-top: 10px;
}

.img-article-legend {
    background-color: #fff;
    color: #004899;
    clear: both;
    padding: 4px;
    font-size: 11px;
}
.log-abus{
 float: right;
    cursor: pointer;
}
.signaler-abus{
    float: right;
    cursor: pointer;
}
#table-commande{
    margin-top: 20px;
}
#table-commande td,th {
    border: solid 1px #cccccc;
    padding: 10px;
}
#table-commande th {
    background-color: #004899;
    color: #ffffff;
    text-align: center;
}
.link-article{
    color: #004899;
    text-decoration: none;
}
@media screen and (min-width: 800px) {
    .form-contact #nom,.form-contact #societe,.form-contact #adresse, .form-contact #ville{
        margin-left: 2px;
    }
    .cp-contact{
        padding-left: 0px;
    }
    .form-contact #tel,.form-contact #prenom, .form-contact #email, .form-contact #cp{
        width: 198px;
    }
}
.type-contact{
    margin-top: 20px;
}
.contact-input{
    margin-bottom: 3px;
}
.texte-photo-video {
    font-size: 13px;
}
.date-theme{
    margin-bottom: 0px;
}
.title-theme-photo-video{
    margin-bottom: 25px;
}
.titre-photo-video{
    margin-bottom: -15px;
}
.prod-home p{
    margin-bottom : 0px;
}
.applicationMessage {
    border-width:1px;
    border-style:solid;
    margin:11px auto;
    padding:8px 100px 8px 31px;
    width: 80%;
}

.applicationMessage.success {
    border-color:#b0ceab;
    background:#e6f8e6 url(../images/messages/success.png) no-repeat 9px 7px;
}

.applicationMessage.info {
    border-color:#b3c9e0;
    background:#ecf1f8 url(../images/messages/info.png) no-repeat 9px 7px;
}

.applicationMessage.warn {
    border-color:#FFA500;
    background:#ffe8bf url(../images/messages/warn.png) no-repeat 9px 7px;
}

.applicationMessage.critical {
    border-color:#EE0000;
    background:#fbbfbf url(../images/messages/critical.png) no-repeat 9px 7px;
}
#nombreCaractere{
    color: #004899;
    padding: 0px;
    text-align: center;
}
.full{
    color: red !important;

}
.date-parution{
    font: 0.8em/1.2 open sans,sans-serif !important;
}
.margin-valid-annonce{
    margin: 20px 0;
}
.margin-parution{
    margin-left: 10px;
}
.fieldset-date-parution{
    border :solid 1px #ccc;
    padding: 5px;
}
.line-annonce{
    border-bottom: dashed 1px #004899;
    margin-bottom: 20px;
}
.annonce-mise-avant{
    padding-top: 10px;
    background: #fff url(../images/common/bg-annonce.gif) repeat-y 155px 0;
}

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

    .annonce-mise-avant{
        background-position: 125px 0;
    }

}

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

    .annonce-mise-avant{
        background-position: 100px 0;
    }

}

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

    .annonce-mise-avant{
        background-position: 0 0;
    }

}
.new-depot{
    margin-bottom: 10px;
    text-decoration: none;
    background-color: #004899;
    border: 7px solid #fff;
    color: #fff !important;
    display: block;
    font: 24px/2 'MetaWeb-CondNormal';
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    margin : 0 auto;
}

.focus-first{
    padding-top: 58px;
}

.article-list-title{
    margin-bottom: 0px;
}
.boutique a{
    color: #004c9a;
}
.margin-log{
    margin-top: 15px;
}

.margin-title-article{
    margin-bottom: 50px !important;
}

.calendar-margin{
    margin-top: 15px;
}

.h2-article{
    color: #004899;
    font: 300 34px/1 "open sans";
    margin-bottom: 15px;
    margin-top: 0;
}

.texte-liste-article{
    font-size: 14px;
}

.texte-liste-article p{
    color : #000000;
}
a:hover{
    text-decoration: none;
    color: #004899;
}


.site-active {
    background-color: #e9e9e9;
}
.display-none {
    display: none;
}
#popup-panier {
    background: transparent url("../images/panier/pu-bg.png") no-repeat 0 0;
    display: none;
    height: 386px;
    left: 50%;
    margin: -192px 0 0 -223px;
    padding-top: 165px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 446px;
    z-index: 1000;
}
.delProduct,.qteUp,.qteDown{
    cursor: pointer;
}
.qteUp{
    padding-left: 3px;
}
.qteDown{
    padding-right: 3px;
}
.qteDonne{
     border: 1px solid #e3e3e3;
     text-align: center;
 }
.qteDonneAddBasket{
     border: 1px solid #e3e3e3;
     text-align: center;
 }
.addBasket{
    float: right;
}
.form-avis{
    width: 80%;
    height: 80px;
}
.margin-avis{
    margin-top: 20px;
}
.imgLiquidFill{
    width: 250px;
    height: 116px;
}
#bigGmap {
    width: 632px;
    height: 406px;
    border-radius: 10px 10px 10px 10px;
}
#bigGmap img{
    max-width: inherit;
}
#titleBulle{
    color:#5B2D90;
}
.errorPost{
    border: 1px solid #EC0000 !important;
}
.form-contact{
    margin-top: 10px;
}
.mention-obligatoire{
    margin-top: 10px;
}
.annonce-home {
    margin-bottom: 20px;
}
.row-annonce-home{
    margin-bottom: 10px;
}
.article-annonce-home a{
    color: #004899;
    text-decoration: none;
}
.annonce-form{
    margin-bottom: 20px;
}
.annonce-home p {
    margin-bottom: 10px;
}
.dpt-annonce{
    font-size: 12px;
    margin-top: 15px;
}
.dpt-padding{
    padding-left: 20px;
}


/*============================================================
Careers Pagination
===============================================================*/
.navigation-button {
    clear: both;
    padding: 30px 0;
}

.navigation-button a {
    display: block;
    height: 24px;
    overflow: hidden;
}

/* =============
   Pagination
   =============*/
.global-pagination {
    font-weight: 700;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.global-pagination li {
    display: inline-block;
}

.global-pagination a {
    background: #e6e6e6;
    color: #4c4c4e;
    display: block;
    text-align: center;
    height: 21px;
    line-height: 21px;
    width: 21px;
}

.global-pagination .current a {
    background: #004899;
    color: #fff;
}

.next-page{
    margin-right: 20px;
}
.previous-page{
    margin-left: 20px;
}
.ads{
    margin-bottom: 25px;
}

/* =======================
   Bloc agenda
   =======================*/
.agenda .date {
    color: #6d6d6d;
    float: left;
    clear: left;
    margin: 0 15px 0 0;
    text-align: center;
}

.agenda .date dt {
    border-bottom: 1px solid #6d6d6d;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 0 0 3px;
}

.agenda .date dd {
    font-size: 16px;
    margin: 0;
}

/* ===============================
   Liste actualités
   =============================== */
.resume-news {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 25px;
}

.resume-news:before,
.resume-news:after {
    content: "";
    display: table;
}

.resume-news:after {
    clear: both;
}

.resume-news + .resume-news {
    margin-top: 25px;
}

.resume-news > .float-left {
    margin: 0 30px 0 0;
}

.resume-news .meta + .h3-like {
    margin-top: 0;
}

.resume-news .h3-like {
    margin-bottom: 0;
    color: #004899 ;
    font-size: 18px;
}

.resume-news p a {
    color: #3c3c3c ;
}

.resume-news .text-news {
    overflow: hidden;
}

.resume-news .text-news p {
    margin: 5px 0 0;
}

.resume-news .text-news > a {
    text-decoration: underline;
}

.resume-news .premium-content {
    margin: 20px -35px 0 -25px;
    padding: 20px 55px 20px 104px;
}

.resume-news .premium-content .aside-link {
    margin-left: 0;
}
/* ================
   bouton retour
   ================*/
.action-button {
    color: #999 !important;
    float: right;
    margin: 15px 0 0;
}
.h1-like {
    color: #004899;
    font-size: 25px;
    margin: 0 80px 0 0;
    padding: 0 0 1px;
}
/* =============================================================================
   Fiche évènement
   ========================================================================== */
.agenda.event {
    margin: 10px 0 0;
    position: relative;
    overflow: hidden;
}

.agenda.event .date {
    background: #f5f5f5;
    float: none;
    margin: 0;
    padding: 5px 10px 10px;
}

.agenda.event .cell {
    display: inline-block;
    width: 75px;
}

.agenda.event .cell + .cell {
    margin-left: 50px;
}

.agenda.event .cell + .cell:before {
    content: '>';
    position: absolute;
    left: 96px;
    top: 43px;
}

.agenda div.wrapper a{
    color:#818181;
}

.agenda div.wrapper + div.wrapper{
    overflow: visible;
}
/* =============================================================================
phototèque
========================================================================== */
.gallery {
    list-style: none;
    margin: 0 0 0 -28px;
    padding: 0;
}

.gallery li {
    float: left;
    margin: 0 0 50px 28px;
    text-align: center;
    width: 200px;
}

.gallery .img-container {
    border: 1px solid #e2e2e2;
    padding: 10px;
    position: relative;
}

.gallery .img-container img + img {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.gallery .img-container + p {
    height: 40px;
    overflow: hidden;
}

.gallery .dl-picture {
    border-bottom: 1px dotted #b2b2b2;
    padding-bottom: 8px;
}

.gallery li > a {
    background: #f4f4f4;
    color: #3c3c3c ;
    display: block;
    font-weight: 700;
    height: 40px;
    overflow: hidden;
    padding: .5em 0;
}

.gallery li > a:hover {
    background: #004899;
    color: #fff;
}

.gallery li > a span {
    background: transparent url(../images/common/picto-follow.gif) no-repeat 100% 7px;
    padding: 0 15px 0 0;
}

.gallery li > a:hover span {
    background-position: 100% -46px;
}
/* =========================================
   categoy button
   =========================================*/
.category-button {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #004c9a;
    display: block;
    font-size: 24px;
    cursor: pointer;
}

.category-button > img:first-child {
    float: left;
    margin-right: 15px;
}

.category-button + .category-button {
    margin-top: 20px;
}

.category-button span {
    background: #f1f1f1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */

    border-style: solid;
    border-width: 3px 3px 3px 0;
    border-color: #fff #fff #fff transparent;
    display: block;
    line-height: 57px;
    padding-right: 20px;
    padding-left: 15px;
}

.category-button .icon-chevron-right {
    font-size: 17px;
    line-height: 61px;
}

.category-button:hover,
.category-button.active {
    color: #fff;
    text-decoration: none;
}

.category-button:hover span,
.category-button.active span {
    background: #004899;
}

.category-highlight {
    background-color: #f3f3f3;
    border: 1px solid #e4e4e4;
    padding: 20px;
    text-align: center;
}

.category-highlight-title {
    border-bottom: 1px dotted #818181;
    color: #004899;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.category-highlight-content {
    margin-bottom: 40px;
}

.category-highlight-content a {
    display: inline-block;
    position: relative;
}

.category-highlight-content a:after {
    border-radius: 100%;
    bottom: 0;
    box-shadow: 0 30px 10px #bbb;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    width: 175px;
}

.category-highlight-text {
    color: #818181;
    font-size: 13px;
}

.category-highlight-text strong {
    color: #004899;
}
.sous-rubrique-span{
    font-size: 20px;
}
/* ==============================
PRODUIT LISTE
===============================*/
.item {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.item-title {
    color: #004e95;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.item-title a{
    color: #004e95;

}

.item-more-button {
    background: #004899;
    border: medium none;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    padding-left: 11px;
    padding-right: 11px;
}

.item-more-button:disabled {
    background-color: #717171;
}

.item-content {
    color: #818181;
}

.item-price {
    color: #004e95;
    font-size: 20px;
    font-weight: 700;
}
.item-price-promo{
    color: #E21F25;
}
.code-promo{
    background: linear-gradient(to bottom, #ffffff 0%, #f5f5f6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e7e7e7;
width: 100px;
    font-family: "open sans";
    font-size: 14px;
    height: 40px;
}
.promo-texte{
    font-size: 13px;
}
.img-align{
    text-align: center;
}
.margin-text{
   margin-left: 20px;
}
.add-to-basket-produit{
    margin-top: 40px;
}
.color-price-produit{
    color: #004899;
    font-size: 20px;
}
.text-produit-align{
    text-align: right;
}
.price-line-through{
    text-decoration: line-through;
}
/* ===========================
Panier
============================*/

.basket-list {
    font-size: 14px;
    color: #818181;
}

.basket-list span {
    color: #004899;
}

.basket-list th {
    background-color: #f9f9f9;
    color: #818181;
    font-size: 14px;
    font-weight: 400;
}

.basket-list th:first-child {
    border-left: 1px solid #e3e3e3;
}

.basket-list th:last-child {
    border-right: 1px solid #e3e3e3;
}

.basket-list-item-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.basket-list-item-title a {
    color: #004899;
}

.basket-list td {
    border-bottom: 1px solid #e3e3e3;
    vertical-align: middle !important;
}

.basket-list tr:last-child td {
    border: 0;
}

.basket-list td:last-child {
    text-align: center;
}

.basket-list td:first-child {
    width: 55%;
}

.basket-list td:first-child + td {
    width: 17%;
}

.basket-list-total-line {
    color: #004899;
    font-size: 20px;
}

.basket-list-total-line td:last-child {
    text-align: right;
}

.basket-list-total-line td:first-child {
    text-align: right;
}

.basket-list-proceed {
    background-color: #E21F25;
    border: 0;
    border-radius: 5px;
    color: #fff !important;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}
.basket-list-proceed:hover{
    color : white;
}
.moreGris{
    background: #737373 url(../images/common/bg-gris.png) repeat-x 0 0 !important;
}
.moreGris:hover{
    color: #fff;
}
#formPanier{
    margin-bottom: 20px;
    color: #004899;
}

/* ================
   Popup de login
   ================*/
#popup-account {
    background: #fff;
    border: 1px solid #d5d5d5;
    display:none;
    right: 0;
    position: absolute;
    top: 39px;
    width: 383px;
    z-index: 600;
}

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

    #popup-account {
        width: auto;
        right: auto;
        left: 5px;
    }

}

#popup-account .closed {
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
}

.popup-account-title {
    background-color: #004899;
    color: #fff;
    font-size: 19px;
    line-height: 37px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.popup-account-title i {
    font-size: 15px;
    margin-right: 5px;
}

#popup-account p {
    margin-bottom: 10px;
    padding: 0 0 0 14px;
}

#popup-account input {
    vertical-align: middle;
}

#popup-account input[type="text"],
#popup-account input[type="password"] {
    border: 1px solid #bcbcbc;
    height: 22px;
    margin: 0 11px 0 0;
    padding: 2px 7px;
    width: 120px;
}

#popup-account input[type="submit"] {
    background-color: #004899;
    border: none;
    color: #fff;
    margin-right: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-transform: uppercase;
}

.help {
    text-align: right;
}

.help a {
    margin: 0 20px 0 0;
    text-decoration: underline;
}

.closed {
    position: absolute;
    right: 11px;
    top: 8px;
}
/* =============================================================================
   mon compte
   ========================================================================== */
.account .cell {
    width: 310px;
}

.account .cell + .cell {
    margin-left: 39px;
}

.account p {
    margin: 25px 0;
}

.content-account {
    border: 1px solid #e4e4e4;
    padding: 15px 20px;
}

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

.account li {
    border-bottom: 1px dotted #818181;
}

.account li:first-child {
    border-top: 1px dotted #818181;
}

.account li a {
    color: #3c3c3c ;
    display: block;
    padding: 6px 0;
}

.account li a:before {
    color: #004899;
    content: '»';
    float: left;
    font: 700 11px/1.8 Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    margin: 0 7px 0 0;
}

.account-action li a {
    background: transparent url(../images/common/picto-download-mini.png) no-repeat 9px 10px;
    padding-left: 50px;
}

.account-action li:first-child a {
    background: transparent url(../images/common/picto-edit.png) no-repeat 6px 10px;
}

.inner-content-account {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 10px 35px 25px 25px;
}
.achat-account{
    padding-bottom: 24px !important;
}


#infoMembre label{
    font-weight: 800;
    width: 110px;
    display: inline-block;
}

.display-infos {
    float: right;
}

.display-phone,
.display-mail {
    display: none;
}
.display-phone.visible,
.display-mail.visible a {
    display: inline-block !important;
}

.display-phone,
.display-mail a {
    border: 1px solid #ccc;
    color: #666;
    line-height: 25px;
    padding: 0 10px;
}


/* ==============================================
SOMMAIRE
=================================================*/

.summary {
    color: #767676;
}

.summary-header {
    border-bottom: 1px dotted #828282;
    color: #004e95;
    font-size: 15px;
}

.summary-title {
    font-size: 28px;
}
.summary-text a{
    color : #767676;
}

.summary-rubric {
    border-bottom: 1px dotted #828282;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.summary-rubric-name {
    color: #fff;
    display: inline-block;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
}
.summary-text {
    font-size: 13px;
}
.summary-rubric p {
    margin-bottom: 0px;
    padding-left: 17px;
}
.summary-btn{
    margin-bottom: 10px;
    text-decoration: none;
    color : #fff !important;

}
.summary-button{
    text-align: center;
    width: 244px;
}
.summary-rubric p:before {
    content: "»";
    font-size: 15px;
    font-weight: 700;
    margin-left: -14px;
}

.c1 .summary-rubric-name {
    color : #00659c;
    font-weight:700;
    font-size: 16px;
}

.c2 .summary-rubric-name {
    background-color: #00a6ec;
}

.c3 .summary-rubric-name {
    background-color: #e50000;
}

.c4 .summary-rubric-name {
    background-color: #4ba0b6;
}

.c5 .summary-rubric-name {
    background-color: #f18e00;
}

.c6 .summary-rubric-name {
    background-color: #8fc794;
}

.c7 .summary-rubric-name {
    background-color: #66669d;
}

.c1.summary-rubric p:before {
    color: #00659c;
}

.c2.summary-rubric p:before {
    color: #00a6ec;
}

.c3.summary-rubric p:before {
    color: #e50000;
}

.c4.summary-rubric p:before {
    color: #4ba0b6;
}

.c5.summary-rubric p:before {
    color: #f18e00;
}

.c6.summary-rubric p:before {
    color: #8fc794;
}

.c7.summary-rubric p:before {
    color: #66669d;
}
.sommaire-home{
    background-image: url('../images/common/fond-mag.png');
    background-repeat:no-repeat;
    padding-top: 25px;
}
.image-sommaire-home{
text-align: center;
    margin-bottom: 10px;
}
.bouton-sommaire-home{
    text-align: center;
    padding-bottom: 12px;
}
.sommaire-first{
    padding-top: 43px;
}
/* ==============================================================================
LISTE JOURNAUX

===========================================================================*/

.revue-list-year-selector {
    margin: 25px 0 10px;
}

.revue-list-year-selector a {
    background-color: #f4f4f4;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.revue-list-year-selector .current,
.revue-list-year-selector a:hover {
    background-color: #004c9a;
    color: #fff;
    text-decoration: none;
}

.revue-list-year-selector .current:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 7px;
    border-color: #004c9a transparent transparent;
    bottom: -14px;
    height: 0;
    left: 50%;
    margin-left: -7px;
    width: 0;
}

.revue-list-content {
    list-style: none;
    margin: 0 0 0 -18px;
    padding: 0;
}

.revue-list-content li {
    float: left;
    margin-bottom: 18px;
    margin-left: 18px;
}

.revue-list-content a {
    color: #818181;
    display: block;
    font-size: 13px;
}

.revue-list-content a:hover {
    color: #fff;
    text-decoration: none;
}

.revue-list-content a:hover i {
    color: #fff;
}

.revue-list-content a:hover span {
    background-color: #1158a1;
}

.revue-list-content img {
    border: 1px solid #dfdfdf;
    display: block;
    padding: 8px;
}

.revue-list-content span {
    background-color: #f4f4f4;
    display: block;
    padding: 10px 5px;
    text-align: center;
}

.revue-list-content i {
    color: #1158a1;
    margin-left: 10px;
}
/* ================================================================
LIST EPP - LIST SATISFACTION
==================================================================*/
.survey-list {
    border: 1px solid #e8e8e8;
    margin-bottom: 40px;
}

.survey-list .h1-like {
    padding: 24px 27px;
}

.survey-list-btn {
    background-color: #009ddd;
    color: #fff;
    display: inline-block;
    padding: 8px 15px 7px 15px;
    font: 16px/1.2 "MetaWeb-CondNormal";
    text-transform: uppercase;
}

.survey-list-btn span {
    display: inline-block;
    vertical-align: middle;
}

.survey-list-btn i {
    margin-left: 15px;
    vertical-align: middle;
}

.survey-list-btn:hover {
    background-color: #f79d12;
    color: #fff;
    text-decoration: none;
}

.survey-list-content {
    margin: 0;
    padding: 0;
    list-style: none;
}

.survey-list-item {
    padding-bottom: 23px;
    padding-top: 23px;
}

.survey-list-item-text {
    padding-left: 27px;
}

.survey-list-item-title {
    color: #006690;
    font-size: 16px;
    text-transform: uppercase;
}

.survey-list-item:nth-child(even) {
    background-color: #e5eff4;
}

.flip-button {
    background-color: #f9a33c;
    text-align: center;
    width: 220px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.flip-button-sommaire {
    background-color: #f9a33c;
    text-align: center;
    width: 244px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.sommaire-flip {
    margin-top: 7px !important;
}
.flip-sommaire {
    background-color: #f9a33c;
    margin-bottom: 0 !important;
}
.flip-sommaire-list {
    margin-top: 10px !important;
}

/* ==========================================================================
    Print styles.
    Inlined to avoid required HTTP connection: h5bp.com/r
    ====================================================================== */
@media print {

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

    body {
        font: 9pt Arial;
    }

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

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

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {

        orphans: 3; /*minimum number of lines in a paragraph split on the old page.*/
        widows: 3; /*minimum number of lines in a paragraph split on the new page.*/
    }

    pre,
    blockquote,
    tr,
    img,
    h1,
    h2,
    h3 {
        color: #004899 !important;
        page-break-after: avoid; /*Avoid page break inside those elements*/
    }

    .top-wrapper,
    .header .col-lg-7,
    .ads,
    .aside,
    .main-nav,
    main > .row > .col-md-4,
    .
    ter-map,
    .footer-map + .col-md-6,
    .lateral-icon-bar,
    .footer-foot,
    .form-search-formation,
    .bar-metas,
    .illustrated-item-more,
    #form-avis,
    .button {
        display: none !important;
    }
    [id^="readspeaker"] {
        display: none !important;
    }
}


