@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700,700italic);

@font-face {
    font-family: 'Archivo Narrow';
    src: url('fonts/archivo-narrow/archivonarrow_regular_macroman/ArchivoNarrow-Regular-webfont.eot');
    src: url('fonts/archivo-narrow/archivonarrow_regular_macroman/ArchivoNarrow-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/archivo-narrow/archivonarrow_regular_macroman/ArchivoNarrow-Regular-webfont.woff') format('woff'),
        url('fonts/archivo-narrow/archivonarrow_regular_macroman/ArchivoNarrow-Regular-webfont.ttf') format('truetype'),
        url('fonts/archivo-narrow/archivonarrow_regular_macroman/ArchivoNarrow-Regular-webfont.svg#ArchivoNarrow') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Archivo Narrow";
    src: url('fonts/archivo-narrow/archivonarrow_italic_macroman/ArchivoNarrow-Italic-webfont.eot');
    src: url('fonts/archivo-narrow/archivonarrow_italic_macroman/ArchivoNarrow-Italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/archivo-narrow/archivonarrow_italic_macroman/ArchivoNarrow-Italic-webfont.svg#ArchivoNarrow') format('svg'),
        url('fonts/archivo-narrow/archivonarrow_italic_macroman/ArchivoNarrow-Italic-webfont.woff') format('woff'),
        url('fonts/archivo-narrow/archivonarrow_italic_macroman/ArchivoNarrow-Italic-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo Narrow';
    src: url('fonts/archivo-narrow/archivonarrow_bold_macroman/ArchivoNarrow-Bold-webfont.eot');
    src: url('fonts/archivo-narrow/archivonarrow_bold_macroman/ArchivoNarrow-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/archivo-narrow/archivonarrow_bold_macroman/ArchivoNarrow-Bold-webfont.woff') format('woff'),
        url('fonts/archivo-narrow/archivonarrow_bold_macroman/ArchivoNarrow-Bold-webfont.ttf') format('truetype'),
        url('fonts/archivo-narrow/archivonarrow_bold_macroman/ArchivoNarrow-Bold-webfont.svg#ArchivoNarrow') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo Narrow';
    src: url('fonts/archivo-narrow/archivonarrow_bolditalic_macroman/ArchivoNarrow-BoldItalic-webfont.eot');
    src: url('fonts/archivo-narrow/archivonarrow_bolditalic_macroman/ArchivoNarrow-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/archivo-narrow/archivonarrow_bolditalic_macroman/ArchivoNarrow-BoldItalic-webfont.woff') format('woff'),
        url('fonts/archivo-narrow/archivonarrow_bolditalic_macroman/ArchivoNarrow-BoldItalic-webfont.ttf') format('truetype'),
        url('fonts/archivo-narrow/archivonarrow_bolditalic_macroman/ArchivoNarrow-BoldItalic-webfont.svg#ArchivoNarrow') format('svg');
    font-weight: 700;
    font-style: italic;
}


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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

hr {
    border: 0;
    height: 1px;
    background-color: #b5b296;
}

blockquote {
    font-style: italic;
}


body {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 13px;
    line-height: 18px;
    background-color: #cad7dd;
    color: #363636;
}

p {
    margin-bottom: 5px;
    font-size: 16px;
}

blockquote:before {
    background: url('../images/quotes.png') 0 0 no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
}

blockquote {
    margin: 2% 0;
    text-indent: 10px;
    padding: 0 50px;
    position: relative;
}

blockquote:after {
    background: url('../images/quotes.png') -29px 0 no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
}

kbd {
    padding: 3px 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #E2F572;
    border: none;
    background: #363636;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
}

.wp-video,
.wp-video video {
    width: 100% !important;
    height: auto !important;
}

.wp-audio-shortcode {
    visibility: visible !important;
}

/* Styles content page */
h1,
.entry-content .fond h1,
#secondary.fond h1,
.h1 {
    font-size: 36px;
    color: #16323d;
    font-family: 'Archivo Narrow', sans-serif;
    margin-bottom: 20px;
    line-height: 38px;
    border-bottom: 1px solid #16323d;
    padding-bottom: 12px;
    text-transform: uppercase;
}

h2,
.entry-content .fond h2,
#secondary.fond h2,
.h2,
.gform_wrapper h3.gform_title,
.gform_wrapper h3.gsection_title {
    font-size: 26px;
    color: #2c6781;
    font-family: 'Archivo Narrow', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 1px solid #2c6781;
    margin-bottom: 20px;
}

h3,
.entry-content .fond h3,
#secondary .fond h3,
.h3,
.gform_wrapper h2.gform_title,
.gform_wrapper h2.gsection_title {
    font-size: 22px;
    color: #16323d;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: bold;
    margin: 10px 0;
    line-height: 26px;
}

h4,
.entry-content .fond h4,
#secondary .fond h4,
.h4 {
    font-size: 20px;
    color: #2c6781;
    font-family: 'Archivo Narrow', serif;
    margin: 10px 0;
    line-height: 24px;
    font-weight: bold;
}

h5,
.entry-content .fond h5,
#secondary .fond h5,
.h5 {
    font-size: 18px;
    color: #16323d;
    font-family: 'Archivo Narrow', sans-serif;
    margin: 10px 0;
    line-height: 22px;
    font-weight: bold;
}

h6,
.entry-content .fond h6,
#secondary .fond h6,
.h6 {
    font-size: 16px;
    color: #2c6781;
    font-family: 'Archivo Narrow', sans-serif;
    margin: 10px 0;
    line-height: 20px;
    text-transform: uppercase;
}

.entry-content .fond h1,
.entry-content .fond h2,
.entry-content .fond h3,
.entry-content .fond h4,
#secondary .fond h1,
#secondary .fond h2,
#secondary .fond h3,
#secondary .fond h4 {
    color: #fff;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 15px;
}

.entry-content .fond,
#secondary .fond {
    padding: 10px 10px 1px 10px;
    color: #FFF;
    margin: 10px 0;
    overflow: hidden;
}

.entry-content .fond p,
#secondary .fond p {
    font-size: 16px;
    line-height: 17px;
    color: #fff;
}

.entry-content .fond1,
#secondary .fond1 {
    background-color: #fc8e00;
}

.entry-content .fond2,
#secondary .fond2 {
    background-color: #33617f;
}

.entry-content .fond2 a,
#secondary .fond2 a {
    color: #fff;
}

.entry-content .fond3,
#secondary .fond3 {
    background-color: #2b9d5b;
}

.entry-content .fond4,
#secondary .fond4 {
    background-color: #253138;
}

.entry-content .border,
.secondary .border {
    padding: 10px 10px 1px 10px;
    ;
    margin: 10px 0;
    font-size: 16px;
    font-family: 'Archivo Narrow', sans-serif;
    color: #253138;
}

.entry-content .border1,
#secondary .border1 {
    border-left: 15px solid #fc8e00;
}

.entry-content .border2,
#secondary .border2 {
    border-left: 15px solid #33617f;
}

.entry-content .border3,
#secondary .border3 {
    border-left: 15px solid #2b9d5b;
}

.entry-content .border4,
#secondary .border4 {
    border-left: 15px solid #253138;
}

.entry-content .alerte,
#secondary .alerte {
    padding: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #CE0000;
    margin: 10px 0;
}

.entry-content span.highlight,
#secondary span.highlight {
    background-color: #7da8bb;
    color: #16323d;
}

.entry-content a {
    color: #2c6781;
    text-decoration: underline;
    font-size: 16px;
    text-decoration-color: #bbc9d0;
    -moz-text-decoration-color: #bbc9d0;
}

.entry-content a:hover {
    text-decoration: none;
}

.entry-content i,
#secondary i {
    font-style: italic;
}

.entry-content p {
    padding: 0 0 1% 0;
    font-size: 16px;
    font-family: 'Archivo Narrow', sans-serif;
    color: #253138;
}

.entry-content .alignleft {
    float: left;
    margin: 10px 20px 10px 0px;
}

.entry-content .aligncenter {
    display: block;
    margin: 5px auto;
}

.entry-content .alignright {
    float: right;
    margin: 10px 0px 10px 20px;
}

.entry-content ul {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.entry-content ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce1.png');
    font-size: 16px;
    line-height: 1.5;
}

.entry-content ul li ul {
    margin-bottom: 0;
}

.entry-content ul li ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce2.png');
}

.entry-content ul li ul li ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce3.png');
}

.entry-content ol {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    counter-reset: section;
}

.entry-content ol li:before {
    content: counters(section, ".") " ";
    counter-increment: section;
}

.entry-content ol li {
    font-size: 16px;
}

.entry-content ol li ol li {
    padding-left: 20px;
}

.entry-content hr {
    border: 0;
    height: 1px;
    background-color: #b5b296;
}

.entry-content img {
    max-width: 100%;
    margin: 15px 15px 15px 0px;
    height: 100%;
}

.entry-content iframe {
    max-width: 100%;
}

.entry-content .gform_confirmation_wrapper {
    border: 2px solid rgb(17, 161, 17);
    padding: 15px;
    font-weight: bold;
}

.entry-content b {
    font-weight: bold;
}

.entry-content a.email-mailto svg,
.entry-content a.link-external svg {
    width: 11px;
    height: 11px;
    padding-left: 5px;
}

.entry-content a.email-mailto svg path,
.entry-content a.link-external svg {
    fill: #2c6781;
}

.no-image-page {
    background: url('../../noyau/images/core/page.png') no-repeat center center;
}

.no-image-al {
    background: url('../../noyau/images/core/AL.png') no-repeat center center;
}

.no-image-actus {
    background: url('../../noyau/images/core/actus.png') no-repeat center center;
}

.no-image-agenda {
    background: url('../../noyau/images/core/agenda.png') no-repeat center center;
}

.no-image-contact {
    background: url('../../noyau/images/core/annuaire.png') no-repeat center center;
}

.no-image-ressources {
    background: url('../../noyau/images/core/ressources.png') no-repeat center center;
}

.no-image-pdf {
    background: url('../../noyau/images/core/pdf.png') no-repeat center center;
}

.no-image-doc {
    background: url('../../noyau/images/core/doc.png') no-repeat center center;
}

.no-image-xls {
    background: url('../../noyau/images/core/xls.png') no-repeat center center;
}

.no-image-zip {
    background: url('../../noyau/images/core/zip.png') no-repeat center center;
}

.no-image-ppt {
    background: url('../../noyau/images/core/ppt.png') no-repeat center center;
}

.no-image-mp3 {
    background: url('../../noyau/images/core/mp3.png') no-repeat center center;
}

.entry-content {
    padding: 25px 44px 25px 25px;
}

.entry-content h2,
.entry-content .entry-content h3,
.entry-content .entry-content h4 {
    clear: both;
}

.entry-content #carousel li {
    background-image: none;
    padding: 0;
}

.entry-content .bg-dark-gray {
    background-color: #363636;
    padding: 10px;
    color: #FFF;
}

.entry-content .bg-green {
    background-color: #5c7d80;
    padding: 10px;
    color: #FFF;
}

.entry-content table {
    width: 100%;
}

.entry-content table td {
    border: 1px solid #363636;
    padding: 5px;
}

.entry-content .pages {
    width: 48%;
}

.entry-content .pages.dinlblock {
    display: inline-block;
    vertical-align: top;
}

.entry-content .pages.dinlblock:nth-child(odd) {
    margin-right: 3%
}

.entry-content .attachment {
    margin-top: 20px;
}

.entry-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.entry-content .video-container iframe,
.entry-content .video-container object,
.entry-content .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

video {
    width: 100% !important;
    height: auto !important;
}

/* Sidebar*/

#secondary {
    width: 300px;
    float: right;
    margin-top: -280px !important;
    position: relative;
    background: url('../images/ContenuBgRepeat.png') repeat left top;
}

#secondary .alignleft {
    float: left;
    margin: 5px 15px 5px 0px;
}

#secondary .aligncenter {
    display: block;
    margin: 5px auto;
}

#secondary .alignright {
    float: right;
    margin: 5px 0px 5px 15px;
}

#secondary p {
    padding: 0 0 1% 0;
}

#secondary a {
    color: #5c7d80;
    font-weight: bold;
    text-decoration: underline;
}

#secondary a.email-mailto svg,
#secondary a.link-external svg {
    width: 11px;
    height: 11px;
    padding-left: 5px;
}

#secondary a.email-mailto svg path,
#secondary a.link-external svg {
    fill: #5c7d80;
}

#secondary a:hover {
    text-decoration: none;
}

#secondary ul {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
}

#secondary ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce1.png');
}

#secondary ul li ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce2.png');
}

#secondary ul li ul li ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce3.png');
}

#secondary #carousel li {
    background-image: none;
    padding: 0;
}

#secondary ol {
    position: relative;
    counter-reset: item;
}

#secondary .bg-dark-gray {
    background-color: #363636;
    padding: 10px;
    color: #FFF;
}

#secondary .bg-green {
    background-color: #5c7d80;
    padding: 10px;
    color: #FFF;
}

#secondary table {
    width: 100%;
}

#secondary table td {
    border: 1px solid #363636;
    padding: 5px;
}

#secondary .pages {
    width: 48%;
}

#secondary .attachment {
    margin-top: 20px;
}

#secondary .liens-utile-partage {
    background: url('../images/LiensUtilesBgRepeat.png') repeat left top;
    padding: 11px 20px;
    position: relative;
    display: flex;
    align-items: center;
}

#secondary .liens-utile-partage > ul {
    margin-left: 0px;
    padding-left: 0;
}

#secondary .liens-utile-partage > ul li {
    list-style-image: none;
    float: left;
    margin-right: 5px;
}

#secondary .liens-utile-partage > ul li a {
    color: #16323d;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: -0.5px;
    border-right: 1px solid #16323d;
    padding-right: 5px;
}

#secondary .liens-utile-partage > ul li a:hover {
    text-decoration: underline;
}

#secondary .liens-utile-partage span.partage-div {
    display: none;
}

/*** RESEAUX SOCIAUX ***/
#secondary .liens-utile-partage .partage {
    margin: 0;
}

#secondary .liens-utile-partage .partage > ul {
    display: flex;
    padding: 0;
    margin: 0;
}

#secondary .liens-utile-partage .liste-reseaux li {
    width: 30px !important;
    height: 30px !important;
    margin-right: 5px;
    overflow: visible !important;
    list-style-image: none !important;
}

#secondary .liens-utile-partage .liste-reseaux li:last-child {
    margin-right: 0
}

#secondary .liens-utile-partage .liste-reseaux > li > a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    border-radius: 50px;
    box-sizing: border-box;
    transition: all 0.5s;
}

#secondary .liens-utile-partage .liste-reseaux > li > a::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    border-radius: 50px;
    opacity: 0;
    z-index: 0;
    transition: all 0.5s; 
}

.edge .liste-reseaux > li > a::before,
.ie .liste-reseaux > li > a::before {
    display: none;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-facebook::before {
    background: #3b5998;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-twitter::before {
    background: #1da1f2;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-mail::before {
    background: #45bf7b;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-imprimer::before {
    background: #e75057;
}

#secondary .liens-utile-partage .liste-reseaux > li > a:hover::before {
    animation: myanim 0.5s forwards;
}

@keyframes myanim {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0.8;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    100% {
        opacity: 0;
        width: 200%;
        height: 200%;
        top: -50%;
        left: -50%;
    }
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-facebook {
    background: transparent;
    border: 2px solid #3b5998;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-twitter {
    background: transparent;
    border: 2px solid #1da1f2;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-mail {
    background: transparent;
    border: 2px solid #45bf7b;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-imprimer {
    background: transparent;
    border: 2px solid #e75057;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-facebook svg {
    fill: #3b5998;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-twitter svg {
    fill: #1da1f2;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-mail svg {
    fill: #45bf7b;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-imprimer svg {
    fill: #e75057;
}

#secondary .liens-utile-partage .liste-reseaux > li > a > svg {
    fill: #fff;
    transition: all 0.45s;
}

#secondary .liens-utile-partage .rs-facebook svg {
    width: 20px;
    height: 21px;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-twitter svg {
    width: 20px;
    height: auto;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-mail svg {
    width: 14px;
    height: 14px;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-imprimer svg {
    width: 25px;
    height: 24px;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-facebook:hover {
    background: #3b5998;
    top: -5px;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-facebook:hover svg {
    fill: #fff;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-twitter:hover {
    background: #1da1f2;
    top: -5px;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-twitter:hover svg {
    fill: #fff;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-mail:hover {
    background: #45bf7b;
    top: -5px;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-mail:hover svg {
    fill: #fff;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-imprimer:hover {
    background: #e75057;
    top: -5px;
}

#secondary .liens-utile-partage .liste-reseaux > li > a.rs-imprimer:hover svg {
    fill: #fff;
}


#secondary .imagealaune {
    overflow: hidden;
    line-height: 0;
}

#secondary .ensavoirplu h3,
#secondary .retrouvezaussi h3,
#secondary .retrouvezaussi-categorie h3,
#secondary .telechargements h3,
#secondary .actualiteslies h3,
#secondary .enunclick-sidebar h3 {
    padding: 26px 22px 10px;
    margin: 0;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-weight: normal;
}

#secondary .ensavoirplu div,
#secondary .retrouvezaussi div,
#secondary .retrouvezaussi-categorie div,
#secondary .telechargements div,
#secondary .actualiteslies div {
    padding: 1px 25px 20px;
}

#secondary .ensavoirplu div p,
#secondary .retrouvezaussi div p {
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

#secondary .ensavoirplu div a {
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

#secondary .ensavoirplu div a:hover {
    text-decoration: none;
}

#secondary .ensavoirplu h3 {
    background-color: #2c6781;
    color: #fff;
}

#secondary .ensavoirplu div {
    background-color: #2c6781;
}

#secondary .ensavoirplu div h2 {
    color: #16323d;
    font-size: 21px;
}

#secondary .ensavoirplu div h4 {
    color: #fff;
}

#secondary .ensavoirplu div b {
    font-weight: bold;
}

#secondary .ensavoirplu div ul {
    margin-top: 15px;
}

#secondary .ensavoirplu div ul li {
    line-height: 1.5;
}

#secondary .ensavoirplu div ul li a,
#secondary .ensavoirplu div ul li {
    color: #fff;
    font-size: 16px;
}

#secondary .ensavoirplu div img {
    max-width: 100%;
}

#secondary .retrouvezaussi ul,
#secondary .retrouvezaussi-categorie ul,
#secondary .telechargements ul,
#secondary .actualiteslies ul,
#secondary .ensavoirplu div ul {
    margin-left: 0px;
}

#secondary .retrouvezaussi h3 {
    background-color: #16323d;
    color: #fff;
}

#secondary .retrouvezaussi h4,
#secondary .retrouvezaussi-categorie h4 {
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
    font-weight: normal;
}

#secondary .retrouvezaussi div,
#secondary .retrouvezaussi-categorie div,
#secondary .actualitelie .relation-actualites {
    background-color: #16323d;
}

#secondary .actualiteslies ul li,
#secondary .ensavoirplu div ul li,
#secondary .telechargements ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce1.png');
    color: #fff;
}

#secondary .retrouvezaussi ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce2.png');
    color: #fff;
}

#secondary .retrouvezaussi ul li a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
}

#secondary .retrouvezaussi ul li a:hover,
#secondary .retrouvezaussi-categorie ul li a:hover,
#secondary .telechargements ul li a:hover,
#secondary .actualiteslies ul li a:hover,
#secondary .ensavoirplu div ul li a:hover {
    text-decoration: none;
}

#secondary .retrouvezaussi-categorie h3 {
    background-color: #e7b93c;
    color: #ffe49a;
}

#secondary .retrouvezaussi-categorie div {
    background-color: #ffe49a;
}

#secondary .retrouvezaussi-categorie h4 {
    color: #e7b93c;
}

#secondary .retrouvezaussi-categorie ul li {
    list-style-type: none;
    list-style-image: url('../images/Puce2.png');
}

#secondary .retrouvezaussi-categorie ul li a {
    color: #303030;
    text-decoration: underline;
    font-size: 16px;
}

#secondary .retrouvezaussi div p {
    color: #d47aa2;
}

#secondary .telechargements h3 {
    background-color: #2c6781;
    color: #fff;
}

#secondary .telechargements div {
    background-color: #2c6781;
}

#secondary .telechargements ul li a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
}

#secondary .actualiteslies h3 {
    background-color: #e15b5b;
}

#secondary .actualiteslies ul li a {
    color: #e15b5b;
}

#secondary .evenementlie h3,
#secondary .actualitelie h3,
.secondary-agenda .evenementlie h3 {
    padding: 26px 22px 10px;
    margin: 0;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-weight: normal;
}

#secondary .actualitelie h3 {
    background-color: #528297;
}

#secondary .actualitelie .relation-actualites {
    padding: 0;
    overflow: hidden;
    background-color: #528297;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
    position: relative;
}

#secondary .actualitelie .relation-actualites ul {
    overflow: hidden;
    padding: 0 !important;
    margin: 0;
}

#secondary .actualitelie .relation-actualites ul li {
    width: 280px;
    margin-right: 22px;
    float: left;
    position: relative;
    list-style-image: none !important;
    box-shadow: 0px 0px;
    padding: 10px 22px 10px;
    min-height: 155px;
}

#secondary .actualitelie .relation-actualites ul li p.titre-actualite {
    color: #fff;
    word-break: break-all;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 20px;
    line-height: 20px;
    width: 256px;
}

#secondary .actualitelie .relation-actualites ul li img {
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}

#secondary .actualitelie .relation-actualites ul li div.introduction-actu {
    float: left;
    width: 144px;
    margin-top: 6px;
    color: #fff;
    font-size: 12px;
}

#secondary .actualitelie .relation-actualites ul li div.introduction-actu p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

#secondary .actualitelie .relation-actualites ul li a.voir-fiche {
    color: #303030;
    background-color: #fff;
    font-family: 'Archivo Narrow', sans-serif;
    width: 256px;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 15px;
}

#secondary .actualitelie .relation-actualites ul li a:hover.voir-fiche {
    text-decoration: underline;
}

#secondary .actualitelie .relation-actualites:hover .nav-actualitelie {
    position: absolute;
    top: 70px;
    width: 100%;
}

#secondary .actualitelie .relation-actualites:hover .nav-actualitelie span.prev-actualitelie,
#secondary .actualitelie .relation-actualites:hover .nav-actualitelie span.next-actualitelie {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 28px;
    background: url('../images/fleches-slider-single.png') no-repeat;
}

#secondary .actualitelie .relation-actualites:hover .nav-actualitelie span.prev-actualitelie {
    background-position: left top;
    float: left;
}

#secondary .actualitelie .relation-actualites:hover .nav-actualitelie span.next-actualitelie {
    background-position: right top;
    float: right;
}

#secondary .liens-utiles {
    background: url('../images/LiensUtilesBgRepeat.png') repeat left top;
    padding-bottom: 15px;
}

#secondary .liens-utiles h3 {
    padding: 26px 22px 10px;
    margin: 0 0 20px;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-weight: normal;
}

#secondary .liens-utiles ul {
    overflow: hidden;
    padding: 0 25px;
    margin: 0;
}

#secondary .liens-utiles ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 6px;
    overflow: hidden;
    float: left;
}

#secondary .liens-utiles ul li:last-child {
    margin-bottom: 0px;
}

#secondary .liens-utiles ul li a {
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    display: block;
    background-color: #16323d;
    float: left;
    line-height: 33px;
    width: 250px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

#secondary .liens-utiles ul li a span {
    background: url('../images/1clic.png') no-repeat;
    display: block;
    width: 44px;
    height: 33px;
    float: left;
    background-color: #fff;
    margin-right: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

#secondary .liens-utiles ul li a.bulletins-dinformations-sidebar span {
    background-position: 9px 7px;
}

#secondary .liens-utiles ul li a.pv-ds-conseils-municipaux-sidebar span {
    background-position: 9px -32px;
}

#secondary .liens-utiles ul li a.numeros-utiles-sidebar span {
    background-position: 9px -72px;
}

#secondary .liens-utiles ul li a.meteo-marees-sidebar span {
    background-position: 9px -111px;
}

#secondary .liens-utiles ul li a.droits-et-demarches-sidebar span {
    background-position: 9px -150px;
}

#secondary .liens-utiles ul li a.communaute-de-communes-sidebar span {
    background-position: 9px -189px;
}

#secondary .liens-utiles ul li a:hover {
    color: #16323d;
    background-color: #fff;
}

#secondary .liens-utiles ul li a:hover span {
    background-color: #16323d;
}

#secondary .liens-utiles ul li a:hover.bulletins-dinformations-sidebar span {
    background-position: -26px 7px;
}

#secondary .liens-utiles ul li a:hover.pv-ds-conseils-municipaux-sidebar span {
    background-position: -26px -32px;
}

#secondary .liens-utiles ul li a:hover.numeros-utiles-sidebar span {
    background-position: -26px -72px;
}

#secondary .liens-utiles ul li a:hover.meteo-marees-sidebar span {
    background-position: -26px -111px;
}

#secondary .liens-utiles ul li a:hover.droits-et-demarches-sidebar span {
    background-position: -26px -150px;
}

#secondary .liens-utiles ul li a:hover.communaute-de-communes-sidebar span {
    background-position: -26px -189px;
}

#secondary .bloc-context:last-child {
    margin-bottom: 20px;
}

#secondary .context-liste-categories {
    background: #528297;
    border: none;
    padding: 0 22px;
}

#secondary .context-liste-categories > span {
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 0px 0 10px;
    padding-top: 10px;
}

#secondary .context-liste-categories ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

#secondary a.return-list {
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    background: #2c6781;
    margin: 10px 0;
    transition: all 0.3s ease-in-out;
}

#secondary a.return-list span svg {
    width: 10px;
    height: 11px;
    margin-right: 10px;
}

#secondary a.return-list span svg polygon {
    fill: #fff;
}

#secondary a:hover.return-list {
    background: #16323d;
}

/* Tools */
.center {
    margin: 0 auto;
    width: 1040px;
    z-index: 5;
    position: relative;
}

.clearfix {
    float: none;
    clear: both;
    padding: 0 !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.loader {
    background: url(../images/loading.gif) 0 0 no-repeat;
    height: 32px;
    width: 32px;
    margin-top: 2%;
}

.loader-keyword {
    background: url(../images/loading.gif) #fff right 6px center no-repeat;
    height: 32px;
    width: 32px;
}

.box-shadow {
    box-shadow: 0px 0px 10px 0px #656565;
}

.scroll-top {
    clear: both;
    transition: all 0.3s ease-in-out;
    background: url(../images/top.png) no-repeat 0 0;
    z-index: 20;
    width: 55px;
    height: 55px;
    position: fixed;
    right: 0;
    bottom: 175px;
    cursor: pointer;
    display: none;
    opacity: 1;
}

.scroll-top:hover {
    opacity: 0.8;
}

.ui-autocomplete {
    padding: 0 !important;
}

.ui-autocomplete li {
    border: none;
    background: #FFFFFF;
    float: none !important;
}

.ui-autocomplete li a {
    color: #3b3b3b !important;
    text-transform: none;
    padding: 3px 10px !important;
    font-weight: normal;
}

.ui-autocomplete li a.ui-state-focus {
    background: #F6FBFF !important;
    color: #3b3b3b !important;
    border: none !important;
    border-radius: 0px !important;
    cursor: pointer;
}

.ui-autocomplete .ui-autocomplete-category {
    background: #33617f;
    color: #FFFFFF;
    overflow: hidden;
}

.ui-autocomplete .ui-autocomplete-category span {
    padding: 3px 5px;
    display: block;
    font-size: 14px;
}

.ui-autocomplete li a {
    font-size: 12px;
}

.wp-caption img,
.vignette-album img {
    margin: 0;
}

.wrapper-secondary-cat {
    float: right;
    width: 350px;
}

.wrapper-secondary-cat .imagealaune {
    margin-right: 25px;
}

.wrapper-secondary-cat .imagealaune a {
    display: block;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
}

.wrapper-secondary-cat .imagealaune a img {
    width: 100%;
    height: auto;
}


/* MENU */

header .toggleMenu {
    display: none;
}

header .menu-wrapper {
    height: 56px;
    position: fixed;
    z-index: 6;
    width: 100%;
    background-color: #fff;
}

header .main-menu {
    display: block;
    z-index: 9;
    top: 0;
    position: static;
    position: relative;
}

header .main-menu li {
    float: left;
    display: block;
    text-align: left;
    cursor: pointer;
}

header .main-menu > li {
    padding: 12px 8px 14px 8px;
}

header .main-menu > li > a,
.main-menu > li > span {
    display: block;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #16323d;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

header .main-menu > li:first-child > a,
.main-menu > li:first-child > span {
    border-left: none;
    padding-left: 0px;
}

header .main-menu > li:hover {
    background-color: #fff;
}

header .main-menu li:hover > a,
.main-menu li:hover > span {
    color: #fff;
}

header .main-menu li:hover .sub-menu {
    display: block;
}

/* -A modifier pour futur projets- */
header .main-menu > li.item-1 {
    border-top: 10px solid #2c6781;
}

header .main-menu > li.item-2 {
    border-top: 10px solid #bf5050;
}

header .main-menu > li.item-3 {
    border-top: 10px solid #fc8e00;
}

header .main-menu > li.item-4 {
    border-top: 10px solid #2b9d5b;
}

header .main-menu > li.item-5 {
    border-top: 10px solid #a3b226;
}

header .main-menu > li.item-6 {
    border-top: 10px solid #9f4fae;
}

header .main-menu > li.item-7 {
    border-top: 10px solid #28acbc;
}

header .main-menu > li.item-1 .sub-menu {
    border-top: 2px solid #2c6781;
}

header .main-menu > li.item-2 .sub-menu {
    border-top: 2px solid #bf5050;
}

header .main-menu > li.item-3 .sub-menu {
    border-top: 2px solid #fc8e00;
}

header .main-menu > li.item-4 .sub-menu {
    border-top: 2px solid #2b9d5b;
}

header .main-menu > li.item-5 .sub-menu {
    border-top: 2px solid #a3b226;
}

header .main-menu > li.item-6 .sub-menu {
    border-top: 2px solid #9f4fae;
}

header .main-menu > li.item-7 .sub-menu {
    border-top: 2px solid #28acbc;
}

header .main-menu > li:hover.item-1 {
    background-color: #2c6781;
}

header .main-menu > li:hover.item-2 {
    background-color: #bf5050;
}

header .main-menu > li:hover.item-3 {
    background-color: #fc8e00;
}

header .main-menu > li:hover.item-4 {
    background-color: #2b9d5b;
}

header .main-menu > li:hover.item-5 {
    background-color: #a3b226;
}

header .main-menu > li:hover.item-6 {
    background-color: #9f4fae;
}

header .main-menu > li:hover.item-7 {
    background-color: #28acbc;
}

/* ------------------------------ */

header .sub-menu {
    display: none;
    left: 0;
    width: inherit;
    padding: 11px 21px;
    z-index: 999;
    margin: 0;
    position: absolute;
    top: 56px;
    background-color: #ffffff;
    width: 999px;
}

header .sub-menu img {
    float: left;
    margin-right: 38px;
}

header .sub-menu ul.bloc-menu-left,
header .sub-menu ul.bloc-menu-right {
    width: 322px;
    overflow: hidden;
    float: left;
}

header .sub-menu ul.bloc-menu-left {
    margin-right: 42px;
}

header .sub-menu > ul > li {
    width: 322px;
    float: left;
    border-top: 1px solid #7da8bb;
}

header .sub-menu > ul > li:last-child {
    border-bottom: 1px solid #7da8bb;
}

header .sub-menu ul > li > a,
.main-menu .sub-menu ul > li > span {
    font-family: 'Archivo Narrow', sans-serif;
    display: block;
    font-weight: bold;
    padding: 5px 0px 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2em;
    color: #16323d;
    width: 321px;
}

header .sub-menu ul > li > a:hover,
.sub-menu > li > span:hover {
    color: #7da8bb;
}

header .sub-menu ul > li > .sub-menu {
    display: block;
    position: relative;
    padding: 0;
    width: inherit;
    top: 0;
    overflow: hidden;
}

header .sub-menu ul > li.menu-item-has-children {
    border-bottom: 1px dotted #7da8bb;
}

header .sub-menu ul > li.children-2,
header .sub-menu ul > li.children-3 {
    border: 0;
}

header .sub-menu ul > li.children-2 > a,
header .sub-menu ul > li.children-2 > span {
    text-transform: none;
    padding-left: 25px;
    font-weight: normal;
    font-size: 13px;
}

header .sub-menu ul > li.children-3 > a,
header .sub-menu ul > li.children-3 > span {
    text-transform: none;
    padding-left: 45px;
    font-weight: normal;
    font-size: 13px;
}

header .overlay-menu {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

/* HEADER */

header {
    background-color: #fff;
}

header .top-header {
    width: 100%;
    position: absolute;
}

header .top-header a.logo {
    background: url('../images/HeaderNom1024.png') no-repeat left top;
    position: absolute;
    width: 530px;
    height: 128px;
    display: block;
    margin: 65px 0 35px;
}

body.home header .top-header a.logo {
    background: url('../images/HeaderNom1024.png') no-repeat left top;
    position: absolute;
    width: 530px;
    height: 128px;
    display: block;
    left: 50%;
    margin-left: -265px;
    top: 10px;
}

header .top-header a.logo h1 {
    display: none;
}

header .top-header p {
    display: none;
}

body.home header .top-header p {
    display: block;
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    background: url('../images/LiensUtilesBgRepeat.png') repeat left top;
    padding: 15px 20px;
    width: 474px;
    margin: 206px auto 0;
    text-align: center;
}

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

body.home header .top-header .search {
    margin-top: 185px;
}

header .top-header .search #searchform label {
    display: none;
}

header .top-header .search input[type=text] {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: bold;
    width: 249px;
    height: 34px;
    padding: 0px 9px;
    color: #16323d;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
}

header .top-header .search button {
    border: 0;
    width: 33px;
    height: 34px;
    color: #fff;
    background-color: #16323d;
    cursor: pointer;
    float: right;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

header .top-header .search button:hover {
    background-color: #204554;
}

::-webkit-input-placeholder {
    color: #FFF;
}

:-moz-placeholder {
    color: #FFF;
}

::-moz-placeholder {
    color: #FFF;
}

:-ms-input-placeholder {
    color: #FFF;
}




/* Main */
#wrapper {
    position: relative;
}

.wrapper-breadcrumb {
    position: relative;
    padding: 0 25px;
}

#breadcrumbs {
    color: #16323d;
    height: 26px;
    width: 100%;
    font-family: 'Archivo Narrow', sans-serif;
}

#breadcrumbs .vous-etes-ici {
    color: #16323d;
    padding: 14px 0px 0px 0px;
    ;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Archivo Narrow', serif;
}

#breadcrumbs a,
#breadcrumbs span.post-title {
    color: #16323d;
    font-weight: bold;
    background: url('../images/puce-breadcrumb.png') no-repeat right 16px;
    padding: 12px 14px 0px 8px;
    margin: 0px;
    text-decoration: none;
    font-family: 'Archivo Narrow', serif;
    text-transform: none;
    display: block;
    float: left;
}

#breadcrumbs span.post-title:last-child {
    background: none;
}

#breadcrumbs a {
    text-decoration: underline;
    text-decoration-color: #b1b9af;
    -moz-text-decoration-color: #b1b9af;
}

#breadcrumbs a:hover {
    text-decoration: none;
}

#breadcrumbs a,
#breadcrumbs span {
    font-size: 13px;
    line-height: 14px;
}

#wrapper .bandeau-publication {
    overflow: hidden;
    height: 468px;
    width: 100%;
    z-index: 0;
    padding-top: 56px;
}

#google-map {
    width: 100%;
    height: 250px;
}


/* Front page */

#wrapper .front-page .bandeau-publication {
    height: 748px;
}

#wrapper .front-page .bandeau-publication .image-cropper {
    float: left;
}

.wrapper-front-page {
    background: url('../images/ContenuBgRepeat.png') repeat left top;
    margin-top: -280px;
}

.front-page .sousmenu-access {
    display: none;
    background: url('../images/LiensUtilesBgRepeat.png') repeat left top;
    padding: 11px 20px;
    position: relative;
}

.front-page .derniers-actualites {
    float: left;
    width: 676px;
    padding: 34px 44px 34px 20px;
}

.front-page .derniers-actualites h2 {
    color: #16323d;
    font-size: 36px;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #16323d;
    padding-bottom: 8px;
    margin-bottom: 28px;
    ;
}

.front-page .derniers-actualites .block-actualites-left {
    width: 206px;
    float: left;
    position: relative;
    min-height: 265px;
}

.front-page .derniers-actualites .block-actualites-left a {
    background-color: #fc7700;
    font-family: 'Archivo Narrow', sans-serif;
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fc7700;
    padding: 2px 8px;
    width: 177px;
    margin-bottom: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

/*Couleurs des catégories des actualités*/
.front-page .derniers-actualites a.cat-16 {
    background-color: #fc7700 !important;
}

.front-page .derniers-actualites a.cat-253 {
    background-color: #16323d !important;
    color: #fff !important;
}

/* Bleu */
.front-page .derniers-actualites a.cat-256 {
    background-color: #2c6781 !important;
    color: #fff !important;
}

/* Bleu clair */
.front-page .derniers-actualites a.cat-254 {
    background-color: #ecdb23 !important;
}

/* Jaune */
.front-page .derniers-actualites a.cat-257 {
    background-color: #605800 !important;
    color: #fff !important;
}

/* Marron */
.front-page .derniers-actualites a.cat-258 {
    background-color: #000000 !important;
    color: #fff !important;
}

/* Noir */
.front-page .derniers-actualites a.cat-249 {
    background-color: #fc8e00 !important;
}

/* Orange */
.front-page .derniers-actualites a.cat-255 {
    background-color: #f3a39d !important;
}

/* Rose */
.front-page .derniers-actualites a.cat-251 {
    background-color: #bf5050 !important;
}

/* Rouge */
.front-page .derniers-actualites a.cat-250 {
    background-color: #2b9d5b !important;
}

/* Vert */
.front-page .derniers-actualites a.cat-252 {
    background-color: #9f4fae !important;
    color: #fff !important;
}

/* Violet */
/*Fin des couleurs des catégories des actualités*/
.front-page .derniers-actualites .block-actualites-left a:hover,
.front-page .derniers-actualites .block-actualites-left a.selected {
    padding: 2px 26px 2px 8px;
}

.front-page .derniers-actualites .block-actualites-left a.voir-toutes-actus {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    color: #16323d;
    margin-bottom: 0px;
    width: initial;
    padding: 0;
    background: none;
    position: absolute;
    bottom: -20px;
}

.front-page .derniers-actualites .block-actualites-left a:hover.voir-toutes-actus {
    text-decoration: none;
}

.front-page .derniers-actualites .block-actualites-left a:hover span,
.front-page .derniers-actualites .block-actualites-left a.selected span {}

.front-page .derniers-actualites .bloc-actualites-right {
    width: 470px;
    float: left;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo {
    position: relative;
    float: left;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo a.category {
    background-color: #fc8e00;
    color: #16323d;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 8px;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    bottom: 100px;
    left: 0;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo a:hover.category {
    text-decoration: underline;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo .image-actualite img {
    min-width: 470px;
    min-height: 270px;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo .chapeau-actualite {
    position: absolute;
    bottom: 0;
    background: url('../images/HomeActuBgRepeat.png') repeat left top;
    padding: 5px 11px 5px;
    width: 448px;
    height: 90px;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo .chapeau-actualite a {
    text-decoration: none;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo .chapeau-actualite h3 {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo .chapeau-actualite a:hover h3 {
    text-decoration: underline;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo .chapeau-actualite .introduction-actualite {
    margin-top: 7px;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo .chapeau-actualite .introduction-actualite a {
    text-decoration: none;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo .chapeau-actualite .introduction-actualite p {
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    font-size: 14px;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo .chapeau-actualite .introduction-actualite p span.lire-la-suite {
    color: #fff;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

.front-page .derniers-actualites .bloc-actualites-right .wrapper-actualite-description .actualite-solo .chapeau-actualite .introduction-actualite a:hover p span.lire-la-suite {
    text-decoration: none;
}

.front-page .acces-rapide-front {
    float: left;
    width: 676px;
    padding: 6px 44px 42px 20px;
}

.front-page .acces-rapide-front h2 {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: normal;
    font-size: 36px;
    color: #2c6781;
    text-decoration: none;
    border-bottom: 1px solid #2c6781;
    padding-bottom: 8px;
}

.front-page .acces-rapide-front ul li {
    float: left;
    margin-right: 29px;
    width: 206px;
    height: 120px;
}

.front-page .acces-rapide-front ul li:last-child {
    margin-right: 0;
}

.front-page .acces-rapide-front ul li.les-evenements {
    background: url('../images/HomeAccesEvenements.jpg') no-repeat left top;
}

.front-page .acces-rapide-front ul li.l-agence-postale {
    background: url('../images/HomeAccesPoste.jpg') no-repeat left top;
}

.front-page .acces-rapide-front ul li.la-mediatheque {
    background: url('../images/HomeAccesMediatheque.jpg') no-repeat left top;
}

.front-page .acces-rapide-front ul li a {
    text-decoration: none;
    display: block;
    padding-top: 80px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.front-page .acces-rapide-front ul li a span {
    background: url('../images/LiensUtilesBgRepeat.png') repeat left top;
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'Archivo Narrow', sans-serif;
    text-transform: uppercase;
    padding: 11px 14px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.front-page .acces-rapide-front ul li a:hover {
    padding-top: 0px;
}

.front-page .acces-rapide-front ul li.les-evenements a:hover span,
.front-page .acces-rapide-front ul li.la-mediatheque a:hover span {
    padding: 51px 35px;
}

.front-page .acces-rapide-front ul li.l-agence-postale a:hover span {
    padding: 51px 29px;
}

.sidebar-front-page {
    float: right;
    width: 300px;
}

.sidebar-front-page .sousmenu-access {
    background: url('../images/LiensUtilesBgRepeat.png') repeat left top;
    display: block;
    padding: 11px 20px;
    position: relative;
    min-height: 44px;
}

.sousmenu-access ul {
    margin-left: 0px;
    padding-left: 0;
}

.sousmenu-access ul li {
    list-style-image: none;
    float: left;
    margin-right: 5px;
}

.sousmenu-access ul li a {
    color: #16323d;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: -0.5px;
    border-right: 1px solid #16323d;
    padding-right: 5px;
}

.sousmenu-access ul li:nth-child(2) a {
    border: none;
}

.sousmenu-access ul li a:hover {
    text-decoration: underline;
}

.sousmenu-access span.partage-div {
    display: none;
    color: #16323d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: -0.5px;
}

.sousmenu-access .liste-reseaux {
    display: none;
}

.sidebar-front-page .liens-utiles-front-page {
    background: url('../images/LiensUtilesBgRepeat.png') repeat left top;
    padding-bottom: 25px;
}

.sidebar-front-page .liens-utiles-front-page h2 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 22px 10px;
    font-weight: normal;
    margin: 0 0 20px;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-weight: normal;
    box-sizing: border-box;
}

.sidebar-front-page .liens-utiles-front-page ul {
    overflow: hidden;
    padding: 0 25px;
    margin: 0;
}

.sidebar-front-page .liens-utiles-front-page ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 6px;
    overflow: hidden;
    float: left;
}

.sidebar-front-page .liens-utiles-front-page ul li:last-child {
    margin-bottom: 0px;
}

.sidebar-front-page .liens-utiles-front-page ul li a {
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    display: block;
    background-color: #16323d;
    float: left;
    line-height: 33px;
    width: 250px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.sidebar-front-page .liens-utiles-front-page ul li a:hover {
    color: #16323d;
    background-color: #fff;
}

.sidebar-front-page .liens-utiles-front-page ul li a:hover span {
    background-color: #16323d;
}

.sidebar-front-page .liens-utiles-front-page ul li a.bulletins-dinformations-sidebar span {
    background-position: 9px 7px;
}

.sidebar-front-page .liens-utiles-front-page ul li a.pv-ds-conseils-municipaux-sidebar span {
    background-position: 9px -32px;
}

.sidebar-front-page .liens-utiles-front-page ul li a.numeros-utiles-sidebar span {
    background-position: 9px -72px;
}

.sidebar-front-page .liens-utiles-front-page ul li a.meteo-marees-sidebar span {
    background-position: 9px -111px;
}

.sidebar-front-page .liens-utiles-front-page ul li a span {
    background: url('../images/1clic.png') no-repeat;
    display: block;
    width: 44px;
    height: 33px;
    float: left;
    background-color: #fff;
    margin-right: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.sidebar-front-page .liens-utiles-front-page ul li a.facebook-sidebar span {
    background: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sidebar-front-page .liens-utiles-front-page ul li a.facebook-sidebar span svg {
    height: 20px;
    position: absolute;
}
.sidebar-front-page .liens-utiles-front-page ul li a.facebook-sidebar span .svg-fb {
    fill: #16323d;
    transition: .25s;
    left: 0;
    right: 0;
    margin: auto;
}
.sidebar-front-page .liens-utiles-front-page ul li a.facebook-sidebar span .svg-fb-hover {
    fill: #fff;
    height: 20px;
    right: -10px;
    left: auto;
    margin: auto;
    transition: .25s;
    opacity: 0;
}
.sidebar-front-page .liens-utiles-front-page ul li a.facebook-sidebar:hover span {
    background-color: #16323d;
}
.sidebar-front-page .liens-utiles-front-page ul li a.facebook-sidebar:hover span .svg-fb {
    left: -10px;
    right: auto;
}
.sidebar-front-page .liens-utiles-front-page ul li a.facebook-sidebar:hover span .svg-fb-hover {
    right: 0;
    left: 0; 
    opacity: 1; 
}

.sidebar-front-page .liens-utiles-front-page ul li a:hover.bulletins-dinformations-sidebar span {
    background-position: -26px 7px;
}

.sidebar-front-page .liens-utiles-front-page ul li a:hover.pv-ds-conseils-municipaux-sidebar span {
    background-position: -26px -32px;
}

.sidebar-front-page .liens-utiles-front-page ul li a:hover.numeros-utiles-sidebar span {
    background-position: -26px -72px;
}

.sidebar-front-page .liens-utiles-front-page ul li a:hover.meteo-marees-sidebar span {
    background-position: -26px -111px;
}



.sidebar-front-page a.guide-des-droits-demarches {
    position: relative;
    padding: 37px 0px 11px 100px;
    background-color: #2c6781;
    display: block;
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 16px;
    min-height: 80px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.sidebar-front-page a.guide-des-droits-demarches span {
    background: url('../images/HomeDroitsDemarches.png') no-repeat 0px 15px;
    width: 60px;
    height: 100px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    left: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.sidebar-front-page a.guide-des-droits-demarches strong {
    font-weight: bold;
}

.sidebar-front-page a:hover.guide-des-droits-demarches {
    background-color: #16323D;
}

.sidebar-front-page a:hover.guide-des-droits-demarches span {
    background: url('../images/HomeDroitsDemarches.png') no-repeat -68px 15px;
}

.sidebar-front-page a.communaute-de-communes {
    background-color: #16323d;
    display: block;
    font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.sidebar-front-page a:hover.communaute-de-communes {
    background-color: #2c6781;
}

.sidebar-front-page a.communaute-de-communes span.picture {
    background: url('../images/HomeCC.jpg') no-repeat center top;
    text-indent: -9999px;
    display: block;
    min-height: 152px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.sidebar-front-page a:hover.communaute-de-communes span.picture {
    background: url('../images/HomeCC.jpg') no-repeat center -152px;
}

.sidebar-front-page a.communaute-de-communes span.text {
    padding: 11px 38px;
    display: block;
}

/* Page */
.addthis_toolbox {
    position: absolute;
    right: 35px;
    top: 10px;
    z-index: 1;
    width: 80px;
}

.addthis_toolbox a {
    background: url('../images/sprite-share.png') no-repeat left top;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.addthis_toolbox a.addthis_button_facebook {
    background-position: top left;
    padding: 0;
}

.addthis_toolbox a.addthis_button_twitter {
    background-position: -20px 0px;
    padding: 0;
}

.addthis_toolbox a.addthis_button_email {
    background-position: -40px 0px;
    padding: 0;
}

.addthis_toolbox a.addthis_button_compact {
    background-position: -60px 0px;
    margin-bottom: 13px !important;
    padding: 0;
}

.addthis_toolbox a span {
    background: none;
}

#wrapper .top-publication {
    position: relative;
}

#wrapper .top-publication .header-page.search h1 {
    margin-bottom: 20px;
}

#wrapper .top-publication .header-page {
    padding: 32px 25px 0px 25px;
    overflow: hidden;
    clear: both;
}

#primary .entry-content {
    padding: 25px;
}

#primary.affichage-savoir-plus .top-publication .header-page {
    padding: 25px 25px 0px;
    overflow: hidden;
    clear: both;
}

#wrapper .top-publication .header-page .imagealaune {
    display: none;
}

#wrapper .top-publication .header-page h1.entry-title {
    padding-bottom: 10px;
}

#wrapper .top-publication .header-page .introduction {
    font-family: "Archivo Narrow", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: url('../images/LiensUtilesBgRepeat.png') repeat left top;
    color: #fefefe;
    padding: 23px 19px;
}

#wrapper .top-publication .header-page .introduction a {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}

#wrapper .top-publication .header-page .introduction a:hover {
    text-decoration: none;
}

.google-map-access {
    padding: 25px;
}

.borderImg {
    position: relative;
}

.borderImg:before,
.borderImg:after,
.borderImg2:before,
.borderImg2:after {
    content: "";
    position: absolute;
    opacity: 0.5;
    background: #FFFFFF;
}

.borderImg:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
}

.borderImg:after {
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 25px;
}

.borderImg2:before {
    top: 25px;
    bottom: 29px;
    left: 0;
    width: 25px;
}

.borderImg2:after {
    top: 25px;
    bottom: 29px;
    right: 0;
    width: 25px;
}

#primary article .google-map-access {
    width: 970px;
    padding: 25px 45px 25px 25px;
    margin-top: 10px;
}

#primary.affichage-savoir-plus article .google-map-access {
    width: 670px;
}


/* Affichage liste */

.affichage-liste .liste-publication {
    margin: 0;
    padding-left: 0;
}

.affichage-liste .liste-publication ul {
    margin-left: 0;
    padding-left: 0;
}

.affichage-liste .liste-publication li {
    clear: both;
    margin-bottom: 20px;
    list-style-image: none;
    background-color: #DBE8ED;
}

.affichage-liste .liste-publication li .img {
    float: left;
    width: 150px;
}

.affichage-liste .liste-publication li .no-img {
    float: left;
    width: 150px;
    height: 150px;
}

.affichage-liste .liste-publication li .no-img.post {
    background: #2c6781 url('../images/post-type-post.png') center center no-repeat;
}

.affichage-liste .liste-publication li .no-img.page {
    background: #2c6781 url('../images/post-type-page.png') center center no-repeat;
}

.affichage-liste .liste-publication li .no-img.contacts {
    background: #2c6781 url('../images/post-type-contacts.png') center center no-repeat;
}

.affichage-liste .liste-publication li .no-img.agenda {
    background: #2c6781 url('../images/post-type-agenda.png') center center no-repeat;
}

.affichage-liste .liste-publication li img {
    display: block;
    margin: 0;
    height: 150px;
}

.affichage-liste .liste-publication li .infos {
    width: 765px;
    padding: 0 15px;
    float: left;
}

.affichage-savoir-plus .affichage-liste .liste-publication li .infos {
    width: 375px;
    padding: 0 15px;
    float: left;
}

.affichage-liste .liste-publication li .infos a {
    color: #2c6781;
    text-decoration: none;
}

.affichage-liste .liste-publication li .infos h2 {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

.affichage-liste .liste-publication li .infos h2 a {
    font-size: 20px;
}

.affichage-liste .liste-publication li .infos .introduction {
    color: #969696;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
}

.affichage-liste .liste-publication li .arrow {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: block;
    background-color: #2c6781;
    color: #FFFFFF;
    float: right;
    height: 18px;
    width: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    padding: 66px 0;
}

.affichage-liste .liste-publication li:hover .arrow {
    background-color: #DBE8ED;
    color: #2c6781;
}





/* Sidebar */
#primary.affichage-savoir-plus {
    width: 740px;
    float: left;
    z-index: 5;
}

#primary {
    width: 100%;
    margin-top: -280px;
    background: url('../images/ContenuBgRepeat.png') repeat left top;
}



/* PAGE CONTACT */

.page-contact img {
    height: inherit;
}

.page-contact .gform_wrapper {
    overflow: hidden;
    clear: both;
}

.gform_wrapper form .validation_error {
    color: #8E2121;
    margin-bottom: 10px;
    font-weight: bold;
}

.gform_wrapper form .validation_message {
    color: #8E2121;
    font-weight: bold;
}

.gform_wrapper form {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.gform_wrapper form ul {
    padding-left: 0px;
    margin: 0px;
}

.gform_wrapper form li.gfield {
    list-style: none;
    margin-bottom: 10px;
}

.gform_wrapper form .gfield_label,
.gform_wrapper form .gfield_required {
    color: #353535;
    font-family: "Archivo Narrow", serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
}

.gform_wrapper form .gfield_label {
    background: url('../images/bullet-contact.png') no-repeat left 2px;
    padding-left: 15px;
}

.gform_wrapper form .ginput_container {
    margin-top: 10px;
}

.gform_wrapper form input,
.gform_wrapper form textarea {
    height: 24px;
    padding: 5px;
    width: 519px;
    font-size: 14px;
    color: #303030;
    font-family: "Archivo Narrow", Helvetica, sans-serif;
    background-color: #96b5c3;
    font-weight: bold;
    border: 0;
}

.gform_wrapper form textarea {
    height: 85px;
    padding: 5px;
}

.gform_wrapper form #recaptcha_widget_div {
    width: 530px;
}

.gform_wrapper form .captcha {
    position: absolute;
    top: 0px;
    right: 0px;
}

.gform_wrapper form .captcha .validation_message {
    width: 300px;
    position: absolute;
    top: 158px;
}

.gform_wrapper form .gform_footer .button {
    transition: all 0.3s ease-in-out;
    background-color: #16323d;
    color: #fff;
    font-family: "Archivo Narrow", serif;
    font-size: 16px;
    border: none;
    padding: 5px 5px;
    cursor: pointer;
    bottom: 6px;
    right: 0;
    height: 29px;
    width: 100px;
}

.gform_wrapper form .gform_footer .button:hover {
    background-color: #2c6781;
}

.gform_wrapper.gform_validation_error .top_label input.medium,
.gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100% !important;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100% !important;
}

.plan {
    margin-top: 30px;
}

.infos.infobulle {
    width: 280px !important;
}

.infobulle {
    color: #2f2f2f !important;
}

.infobulle .logo-scot {
    margin: 10px 15px 0 0 !important;
}

.infobulle .address {
    margin-top: 5px !important;
}





/* Actu détail + Page liste articles */
.liste-actus .articles-content .entry-content {
    padding: 0 !important
}

.page-articles {
    width: 650px;
    overflow: hidden;
    margin-top: 40px;
    margin-left: 25px;
}

.page-articles .liste-actus .post {
    position: relative;
    height: 170px;
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
    background-color: #DBE8ED;
}

.page-articles .liste-actus .post .img-actu {
    float: left;
    margin: 0;
    display: block;
    background-color: #2c6781;
}

.page-articles .liste-actus .post .articles-content {
    float: left;
    width: 385px;
    padding: 15px;
}

.page-articles .liste-actus .post .articles-content header.entry-header {
    background: none;
    height: inherit;
}

.page-articles .liste-actus .post .entry-content {
    line-height: 15px;
    margin: 15px 0 0 0;
    padding: 0;
    background-color: inherit;
}

.page-articles .liste-actus .post .entry-content a {
    text-decoration: none;
}

.page-articles .liste-actus .post .entry-content p {
    font-family: 'Archivo Narrow', sans-serif;
    color: #303030;
    font-size: 16px;
    line-height: 18px;
}

.page-articles .liste-actus .post .entry-content a:hover {
    text-decoration: underline;
}

.page-articles .liste-actus .post .title a {
    font-family: 'Archivo Narrow', sans-serif;
    color: #2c6781;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
}

.page-articles .liste-actus .post .entry-footer {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.page-articles .liste-actus .post .cats-actus,
.date,
a.more {
    font-family: 'Archivo Narrow', serif;
    float: left;
    margin-right: 15px;
    font-size: 13px;
}

.page-articles .liste-actus .post .cats-actus {
    padding-left: 20px;
    background: url('../images/sprite-actus.png') -33px 2px no-repeat;
}

.page-articles .liste-actus .post .cats-actus a {
    font-family: 'Archivo Narrow', serif;
    text-decoration: none;
    color: #16323d;
}

.page-articles .liste-actus .post .cats-actus a:hover {
    text-decoration: underline;
}

.page-articles .liste-actus .post .date {
    color: #16323d;
    padding-left: 20px;
    padding: 0 0 0 18px;
    background: url('../images/sprite-actus.png') 0 -19px no-repeat;
}

.page-articles .liste-actus .post a.more {
    font-family: 'Archivo Narrow', serif;
    color: #16323d;
    text-decoration: none;
    margin-left: 15px;
    padding-left: 20px;
    background: url('../images/sprite-actus.png') 0 -42px no-repeat;
}

.page-articles .liste-actus .post a.more:hover {
    text-decoration: underline;
}

.page-articles .liste-actus .post.minime {
    height: 45px;
    border-bottom: 1px solid #363636;
    margin: 0;
    padding: 20px 15px 20px 30px;
}

.page-articles .liste-actus .post.minime:last-child {
    border: none;
}

.page-articles .liste-actus .post.minime .arrow {
    position: absolute;
    top: 25px;
    left: 0px;
    background: url('../images/sprite-actus.png') 0 -211px no-repeat;
    width: 16px;
    height: 42px;
}

.page-articles .liste-actus .post.minime:hover .arrow {
    background-position: 0 -255px
}

.page-articles .liste-actus .post.minime .articles-content {
    float: none;
    padding: 0;
    width: auto;
}


.form-actualites {
    margin-bottom: 10px;
    background-color: #2c6781;
    padding: 10px 16px;
    position: relative;
}

.form-actualites p {
    margin-bottom: 10px;
}

.form-actualites p:first-child {
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
}

.form-actualites form {
    overflow: hidden;
}

.form-actualites form > p {
    float: left;
    margin-right: 20px;
}

.form-actualites form p.keywords {
    width: 218px;
}

.form-actualites form {
    color: #FFFFFF;
    font-weight: bold;
    display: block;
}

.form-actualites form select {
    border: none;
    height: 20px;
    text-transform: none;
    width: 294px;
}

.form-actualites form label {
    font-size: 13px;
    font-weight: normal;
}

.form-actualites form input {
    width: 288px;
    border: none;
    height: 20px;
    padding: 0 3px;
}

.form-actualites form p:first-child input {
    display: inline-block;
    width: 15px;
    border: none;
    height: 15px;
    margin: 0 5px 0 0;
    padding: 0px;
}

.form-actualites form p:first-child label {
    display: inline-block;
    vertical-align: top;
}

.form-actualites #formActualites .keywords input.loader {
    background: #FFFFFF url(images/loading.gif) center right no-repeat;
    margin: 0 0 0 5px;
}

.form-actualites #formActualites .no-results {
    margin: 0 0 0 70px;
    display: none;
}

#formActualites input.valider-form {
    background-color: #16323d;
    border: 1px solid #16323d;
}

#formActualites input.valider-form:hover {
    color: #16323d;
    background-color: #fff;
    border: 1px solid #fff;
}

#formActualites .reinitialiser-form {
    color: #16323d;
}

#formActualites .reinitialiser-form:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}


.panel-actualites {
    width: 326px;
    float: right;
    color: #FFFFFF;
    margin-top: 40px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Archivo Narrow', sans-serif;
    margin-right: 25px;
}

.panel-actualites .display-actualites {
    overflow: hidden;
    padding-bottom: 7px;
}

.panel-actualites .display-listes {
    background-color: #2c6781;
    width: 90%;
    height: 35px;
    padding: 10px 16px;
}

.panel-actualites .display-listes a,
.panel-actualites .display-listes p {
    display: block;
    float: left;
    margin: 0 0 0 23px;
}

.panel-actualites .display-listes p {
    width: 83px;
    margin-left: 0px;
}

.panel-actualites .display-listes .minime {
    cursor: pointer;
    background: url('../images/sprite-actus.png') 0px -137px no-repeat;
    height: 34px;
    width: 49px;
}

.panel-actualites .display-listes .minime:hover,
.panel-actualites .display-listes .minime.active {
    background-position: 0 -172px;
}

.panel-actualites .display-listes .simple {
    cursor: pointer;
    background: url('../images/sprite-actus.png') 0 -67px no-repeat;
    height: 34px;
    width: 42px;
}

.panel-actualites .display-listes .simple:hover,
.panel-actualites .display-listes .simple.active {
    background-position: 0px -102px;
}

.panel-actualites .propose-actualite {
    margin-bottom: 20px;
}

.panel-actualites .propose-actualite a {
    background-color: #2c6781;
}

.panel-actualites .propose-actualite a span svg path {
    fill: #fff;
}

.panel-actualites .propose-actualite a br {
    display: none;
}

.panel-actualites .propose-actualite a:hover {
    background-color: #16323d;
}

.centerPropActu {
    width: 1040px;
}

#proposition-actualite {
    width: 990px;
    top: 280px;
}

.pagination-actualites {
    margin-bottom: 20px;
}


.page-actu-detail .date-cat {
    overflow: hidden;
    margin: 25px 44px 0px 25px;
    background-color: #fff;
}

.page-actu-detail .date-cat .cats-actus,
.date {
    font-family: 'Archivo Narrow', serif;
    font-size: 13px;
    margin: 0;
    padding: 10px;
}

.page-actu-detail .date-cat .cats-actus {
    padding-bottom: 0px;
    float: left;
}

.page-actu-detail .date-cat .cats-actus a {
    text-decoration: underline;
    color: #16323d;
    background: url('../images/sprite-actus.png') no-repeat left top;
    background-position: -34px 0px;
    padding-left: 24px;
}

.page-actu-detail .date-cat .cats-actus a:hover {
    text-decoration: none;
}

.page-actu-detail .date-cat .date {
    color: #16323d;
    background: url('../images/sprite-actus.png') no-repeat left top;
    background-position: 10px -18px;
    padding: 0 0 0 34px;
    height: 17px;
    margin: 10px 10px 10px 0;
}

.page-actu-detail .img-actu {
    float: left;
    display: block;
    margin: 0 15px 15px 0;
}

.page-actu-detail .liste-categories {
    float: right;
}

.page-actu-detail .liste-categories > p {
    margin-right: 5px;
    font-size: 18px;
    color: #768f49;
    font-family: 'Archivo Narrow', sans-serif;
}

.page-actu-detail .liste-categories > p,
.page-actu-detail .liste-categories > ul {
    float: left;
}

.page-actu-detail .liste-categories > ul.post-categories li {
    float: left;
    margin-right: 5px;
}

.page-actu-detail .liste-categories > ul.post-categories li a {
    color: #5c7d80;
    font-weight: bold;
    text-decoration: underline;
}

.page-actu-detail .liste-categories > ul.post-categories li a:hover {
    text-decoration: none;
}

.page-actu-detail .google-map-access {
    width: 600px;
    padding: 25px;
    margin-top: 10px;
}

.bloc-form #googlemap-prop {
    height: 200px;
}

.relations-actualites {
    transition: all 0.3s ease-in-out;
    margin: 0 !important;
    padding: 0 10px 10px 10px !important;
    overflow: hidden;
    position: relative;
}

.relations-actualites ul {
    padding: 10px 0 !important;
    margin: 0 !important;
}

.relations-actualites ul li {
    margin-right: 20px;
    width: 241px;
    float: left;
    list-style-image: none !important;
    box-shadow: 0px 0px 10px 0px #656565;
    padding: 10px;
}

.relations-actualites .titre-actu {
    font-family: 'Arvo', serif;
    font-size: 20px;
    color: #363636;
    margin: 0px 0 20px 0;
}

.relations-actualites .voir-fiche {
    color: #FFFFFF !important;
    background-color: #363636;
    width: 100%;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-top: 4px;
}

.relations-actualites .voir-fiche:hover {
    text-decoration: underline !important;
}


.relations-actualites:hover .nav-actualites {
    width: 261px;
}

.relations-actualites:hover span {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 28px;
    background: url('../images/sprite-display-annuaire.png') 0 0 no-repeat;
}

.relations-actualites:hover .prev-actu {
    position: absolute;
    top: 32%;
    background-position: 0px -221px;
    left: 7px;
}

.relations-actualites:hover .next-actu {
    position: absolute;
    top: 32%;
    background-position: -30px -221px;
    right: 7px;
}


#credits-creasit-container {
    text-align: center;
}

#credits-creasit {
    width: 450px;
    margin: 10px auto;
    padding-bottom: 20px;
    background: #ffffff;
    border: 1px solid #887F7C;
    color: #887F7C;
}

#credits-creasit * {
    font-family: "Trebuchet MS", verdana, arial, sans-serif;
    font-size: 11px;
    color: #887F7C;
    letter-spacing: 1px;
}

#credits-creasit-container .presentation-creasit {
    margin-top: 20px;
}

#credits-creasit-container p {
    margin: 5px 0;
    padding: 0 15px;
    text-align: justify;
}

#credits-creasit-container .gamme-creasit {
    margin: 0 15px;
    margin-top: 20px;
    text-align: left;
}

#credits-creasit-container a {
    color: #887F7C;
    font-weight: bold;
    outline: 0;
}

#credits-creasit-container img {
    border: 0;
}

a.edition {
    margin-top: 0px;
}


#tertiary {
    float: left;
    margin-right: 30px;
    margin-top: 20px;
}

#tertiary.affichage-savoir-plus {
    width: 610px;
}

#tertiary .entry-content section.item-affichage-liste {
    width: 270px;
    display: block;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    min-height: 150px;
}

#tertiary.affichage-savoir-plus .entry-content section.item-affichage-liste {
    width: 270px;
    height: 150px;
}

#tertiary .entry-content section.item-affichage-liste a {
    display: block;
    overflow: hidden;
}

#tertiary .entry-content section.item-affichage-liste a:hover {}

#tertiary .entry-content section.item-affichage-liste a img {
    float: left;
    padding: 0 10px 10px 0px;
}

#tertiary .entry-content section.item-affichage-liste a h4 {
    float: left;
    width: 205px;
}

#tertiary .entry-content section.item-affichage-liste a p.introduction-affichage {
    float: left
}

#tertiary .entry-content section.item-affichage-liste a p.resume {}

.entry-content ul.show-page-child {
    margin-top: 15px;
}


/* Liste des pages privées */
.liste-page-privee ul li {
    background-color: #363636;
    padding: 1%;
    margin-bottom: 15px;
    overflow: hidden;
}

.liste-page-privee ul li .titre {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    float: left;
}

.liste-page-privee ul li a {
    transition: all 0.3s ease-in-out;
    float: right;
    padding: 5px 10px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #227a87;
}

.liste-page-privee ul li a:hover {
    color: #363636;
    background-color: #FFFFFF;
}

.postpass input[type="password"] {
    padding: 3px 10px;
}

.postpass input[type="submit"] {
    padding: 5px 10px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #227a87;
    border: none;
    cursor: pointer;
}




/* PAGE 404 */
.page404 {
    text-align: center;
    padding-top: 380px;
    margin: 10px auto 0;
    background: url('../images/core/404Bg.png') center 0 no-repeat;
    width: 100%;
    height: 295px;
}

.page404 .erreur {
    font-size: 25px;
    width: 540px;
    margin: 0px auto 10px auto;
    line-height: 25px;
}

.page404 .return-home {
    font-size: 16px;
    color: #277e8b;
    text-transform: uppercase;
    margin: 20px 0;
    display: block;
}

.page404 .orSreach {
    font-size: 14px;
    color: #277e8b;
}

.page404 #searchform {
    float: none;
    position: relative;
    margin: 25px auto;
    width: 301px;
}

.page404 #searchform .rechercher {
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    padding: 5px 40px 5px 5px;
    height: 25px;
    color: #303030;
    width: 255px;
    text-transform: uppercase;
    font-size: 11px;
    float: left;
}

.page404 #searchform #searchsubmit {
    margin-left: -31px;
    color: #303030;
    cursor: pointer;
    background: #e7b93c;
    border: none;
    height: 36px;
    font-size: 11px;
    font-weight: bold;
}

/* SEARCH */

span.hightlight {
    background-color: rgb(255, 255, 0);
    font-weight: bold;
}

.search .content-post-search h4 {
    margin: 10px 0 5px 0;
}

.search .content-post-search h4 a {
    color: #4a96ba;
    text-decoration: none;
}

.search .content-post-search h4 a:hover {
    text-decoration: underline;
}

.search .content-post-excerpt {
    font-size: 16px;
}

.search .pagination {
    height: 28px;
    width: 430px;
    margin: 40px auto 0;
}

.pagination {
    clear: both;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.pagination span {
    float: left;
    display: block;
    padding: 5px 10px;
    font-size: 16px;
}

.pagination a {
    transition: all 0.3s ease-in-out;
    display: block;
    margin-left: 10px;
    text-decoration: none;
    text-align: center;
    background: #528297;
    padding: 5px 10px;
    color: #fff;
    float: left;
}

.pagination a:hover,
.pagination a.selected {
    background: #33617f;
}

.pagination a.page-next {
    position: absolute;
    right: 0px;
    top: 0px;
}

.pagination a.page-prev {
    position: absolute;
    left: 0px;
    top: 0px;
}

.pagination a.retour-actu {
    display: inline-block;
    max-width: inherit;
    background: #363636;
}

.pagination a.retour-actu:hover {
    display: inline-block;
    max-width: inherit;
    background: #a7be7f;
}

/* ALBUMS */

.page-header-albums h1 {
    margin: 0;
}

article.page-albums .liste-album {
    padding: 32px 44px 0px 25px;
}

.liste-album .item-album {
    background-color: #262626 !important;
}

.liste-album .item-album div {
    height: 300px;
}

.liste-album .item-album .image-album-empty {
    width: 50%;
    height: 50%;
    display: inline-block;
}

.liste-album .item-album img {
    margin-bottom: 0 !important;
}

.liste-album .item-album p {
    border: 1px solid #262626;
    color: #262626;
}

.liste-album .item-album:hover p {
    background-color: #262626 !important;
    color: #fff;
}

#primary .vignettes-album a .format-document {
    color: #262626
}

#primary .vignettes-album a .format-document span svg {
    fill: #262626
}

#primary .vignettes-album a .apercus .img-al {
    background-color: #262626;
}

#primary .vignettes-album a .apercus svg {
    fill: #FFF;
}

#primary .vignettes-album:hover a .apercus svg path {
    fill: #dcdcdc
}

#primary .vignettes-album a .articles-content {
    border: 1px solid #fff !important;
}

#primary .vignettes-album a:hover .articles-content {
    background: #fff !important;
}


/* AGENDA */

.flux-rss-agenda {
    margin-bottom: 10px;
    background-color: #33617f;
}

.flux-rss-agenda a {
    background: url('../images/picto-rss-btn.jpg') no-repeat left top;
}

.flux-rss-agenda a:hover {
    background: url('../images/picto-rss-btn.jpg') no-repeat left bottom;
}

.panel-agenda {
    width: 326px;
    margin-top: 10px;
}

.panel-agenda .display-agenda .display-listes {
    width: 294px;
    background-color: #33617f;
}

.panel-agenda .form-agenda {
    background-color: #33617f;
}

.panel-agenda .form-agenda #keywords_agenda {
    margin-left: 0px;
}

.panel-agenda .form-agenda form p.periode input {
    width: 235px;
}

.panel-agenda .propose-manifestation,
.panel-agenda .flux-rss-agenda {
    width: 286px;
}

.panel-agenda .propose-manifestation {
    background-color: #253138;
}

ul.agenda-evenement {
    width: 650px;
}

ul.agenda-evenement .listes li {
    box-shadow: 0px 0px 0px 0px transparent;
    margin: 0px 0px 10px 0px;
    width: 100%;
}

ul.agenda-evenement .listes li .information-evenement {
    width: 248px;
    background-color: #FDF9ED;
}

ul.agenda-evenement .listes li .no-thumbnail-agenda {
    width: 359px;
}

ul.agenda-evenement .listes li .information-evenement h4 a {
    font-family: 'Archivo Narrow', sans-serif;
    color: #253138;
}

ul.agenda-evenement .listes li .fiche {
    background-color: #FDF9ED;
}

#calendrier-agenda {
    margin: 10px 0px 0px 0px !important;
    box-shadow: 0px 0px !important;
    background-color: #fff;
    padding: 13px !important;
}

#proposition-evenement {
    width: 950px;
}

.page-agenda-detail {
    margin: 10px 0px;
}

.page-agenda-detail .content-agenda {
    font-family: 'Archivo Narrow', sans-serif;
    box-shadow: 0px 0px;
    background-color: #fff;
    margin-bottom: 0px;
}

.page-agenda-detail .content-agenda p {
    font-size: 17px;
}

.page-agenda-detail .info {
    width: 372px;
}

.page-agenda-detail .info .categorie-evenement a {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
}

.page-agenda-detail .googlemap-agenda {
    padding: 15px 25px;
    background-color: #fff;
    margin-top: 10px;
}

.secondary-agenda a.return-list {
    margin-bottom: 0px;
    padding: 10px;
    font-family: Arial, sans-serif;
    background-color: #d1d1d1;
    color: #363636 !important;
    display: block;
    width: 260px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    width: 306px;
}

.secondary-agenda a.return-list span {
    margin-right: 15px;
}

.secondary-agenda a.return-list:hover {
    background-color: #ADABAB;
}

.secondary-agenda .primary-sidebar div.imagealaune {
    margin-bottom: 10px !important;
}

.secondary-agenda .primary-sidebar > div {
    margin-bottom: 10px !important;
}

/* PLAN INTERACTIF */

.post-template-template-plan-interactif-php .google-map,
.post-template-template-plan-interactif-php .panel-plan-interactif,
.tax-plans_interactifs_taxonomy .google-map,
.tax-plans_interactifs_taxonomy .panel-plan-interactif {
    margin-top: 10px;
}

.post-template-template-plan-interactif-php .google-map #canvas-google-maps,
.tax-plans_interactifs_taxonomy .google-map #canvas-google-maps {
    height: 600px;
}

.post-template-template-plan-interactif-php .google-map,
.tax-plans_interactifs_taxonomy .google-map {
    box-shadow: 0px 0px;
    margin-bottom: 10px;
    width: 650px;
    margin-left: 25px;
}

.post-template-template-plan-interactif-php .panel-plan-interactif,
.tax-plans_interactifs_taxonomy .panel-plan-interactif {
    width: 326px;
    margin-right: 25px;
}

.post-template-template-plan-interactif-php .panel-plan-interactif .display-map-full,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .display-map-full {
    width: 326px;
}

.post-template-template-plan-interactif-php .panel-plan-interactif .display-map-full a.off,
.post-template-template-plan-interactif-php .panel-plan-interactif .display-map-full a.on,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .display-map-full a.off,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .display-map-full a.on {
    background-color: #33617f;
}

.post-template-template-plan-interactif-php .panel-plan-interactif .display-map-full a:hover.off,
.post-template-template-plan-interactif-php .panel-plan-interactif .display-map-full a:hover.on,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .display-map-full a:hover.off,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .display-map-full a:hover.on {
    background-color: #253138;
}

.post-template-template-plan-interactif-php .panel-plan-interactif .form-plan-interactif,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .form-plan-interactif {
    overflow: hidden;
    width: 326px;
}

.post-template-template-plan-interactif-php .panel-plan-interactif .form-plan-interactif .filtre-mot-cle-adresse,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .form-plan-interactif .filtre-mot-cle-adresse {
    width: 286px;
    background-color: #33617f;
}

.post-template-template-plan-interactif-php .panel-plan-interactif .form-plan-interactif .filtre-mot-cle-adresse .keywords input,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .form-plan-interactif .filtre-mot-cle-adresse .keywords input {
    float: right;
}

.post-template-template-plan-interactif-php .panel-plan-interactif .form-plan-interactif .filtre-mot-cle-adresse .rechercheadresse-googlemap input,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .form-plan-interactif .filtre-mot-cle-adresse .rechercheadresse-googlemap input {
    float: right;
}

.post-template-template-plan-interactif-php .panel-plan-interactif .form-plan-interactif .categorie-googlemap,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .form-plan-interactif .categorie-googlemap {
    width: 326px;
}

.post-template-template-plan-interactif-php .panel-plan-interactif .form-plan-interactif .categorie-googlemap h5,
.tax-plans_interactifs_taxonomy .panel-plan-interactif .form-plan-interactif .categorie-googlemap h5 {
    background-color: #253138;
}

.post-template-template-plan-interactif-php .gm-style-iw .wrapper-info-bulle h2,
.tax-plans_interactifs_taxonomy .gm-style-iw .wrapper-info-bulle h2 {
    margin-bottom: 5px;
}

.wrapper-infobubble ul li a.voir-fiche {
    background-color: #363636;
    color: #fff;
    padding: 7px;
    cursor: pointer;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 25px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
}

#itineraire-box a.envoyer.style-btn-pi {
    font-size: 14px;
}

/* ANNUAIRE DE CONTACT */

.annuaire-contacts {
    margin-top: 10px;
    width: 650px;
}

.annuaire-contacts .vignettes li {
    box-shadow: 0px 0px;
    margin: 0 23px 30px 0px;
}

.annuaire-contacts .listes li .nom {
    width: 347px;
}

.panel-annuaire-wrapper {
    margin-top: 10px;
    width: 326px;
}

.panel-annuaire-wrapper .panel-annuaire {
    width: 326px;
}

.panel-annuaire-wrapper .panel-annuaire .display-annuaire .display-listes {
    width: 293px;
    margin-right: 0px;
}

.panel-annuaire-wrapper .panel-annuaire .display-annuaire .display-map {
    width: 293px;
    margin-top: 10px;
}

.page-contact-detail {
    overflow: hidden;
    margin-top: 10px;
}

.page-contact-detail .content-contact {
    box-shadow: 0px 0px !important;
    margin-bottom: 10px !important;
    background-color: #fff;
    overflow: hidden;
}

.page-contact-detail .googlemap-contact {
    padding: 15px 25px;
    background-color: #fff;
    margin-top: 10px;
}

.secondary-contact {
    margin-top: -107px !important;
}

.secondary-contact a.return-list {
    width: 306px !important;
    margin-bottom: 10px !important;
}

.secondary-contact .primary-sidebar > div {
    margin-bottom: 10px !important;
}

.secondary-contact .contactsliee {
    margin-bottom: 10px;
}

.secondary-contact .contactsliee h2 {
    padding: 10px 25px;
    margin-bottom: 0px;
    background-color: #f6a32c;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
}

.secondary-contact .contactsliee .relations-contacts {
    padding: 0 0px 10px 0px !important;
}

.secondary-contact .contactsliee .relations-contacts ul {
    overflow: hidden;
}

.secondary-contact .contactsliee .relations-contacts ul li {
    box-shadow: 0px 0px;
    background-color: #fff;
    width: 306px;
}

.secondary-contact .contactsliee .relations-contacts:hover .nav-agenda {
    width: 100%;
}

.single-contacts .ensavoirplu a {
    width: 296px;
    box-shadow: 0px 0px;
    background-color: #353535;
}

.single-contacts .ensavoirplu a:hover {
    background-color: #fff;
}

.single-contacts .ensavoirplu a span.nom {
    color: #39ae9c;
}

.single-contacts .ensavoirplu span:first-child {
    background: url('../images/agenda-single-complement.png') no-repeat left top !important;
}

/* Prop */
.class-commune-form-prop .bloc-form input[type=radio] {
    width: auto !important;
    height: auto !important;
    margin-right: 10px !important;
}

.class-commune-form-prop .checkboxgmap {
    background: none !important;
    padding: 0 !important;
    margin: 10px 0 4px 0 !important;
}

#primary.affichage-savoir-plus,
#primary.contextualites-on,
.size-with-contextualites,
.size-template-filtre {
    width: 740px;
    float: left;
}

.single-guichet-virtuel #recherche-gv,
.single-guichet-virtuel #themes-plus-consultes,
.single-guichet-virtuel #acces-profil {
    width: 670px;
}

/* GV */
#guichet-virtuel {
    padding: 0 25px;
}

.single-guichet-virtuel #secondary {
    margin-top: -188px !important;
}

.single-guichet-virtuel #secondary .entry-content {
    padding: 0;
    background: none;
}

.single-guichet-virtuel #secondary .entry-content a {
    font-size: 13px;
}

.single-guichet-virtuel #secondary .bloc-context h3 {
    padding-top: 0;
}

.single-guichet-virtuel #secondary ul li {
    background: none;
    padding-left: 0
}

.single-guichet-virtuel #secondary ul {
    padding-left: 0;
    margin-left: 0;
}

.single-guichet-virtuel #secondary ul li {
    list-style-image: none;
}

/* FOOTER */

footer.site-footer {
    background-color: #16323d;
    overflow: hidden;
    clear: both;
}

footer .logo-mairie {
    float: left;
    background: url('../images/FooterSeparator.png') no-repeat right center;
    height: 174px;
}

footer .logo-mairie a {
    display: block;
}

footer .logo-mairie img {
    width: 118px;
    padding: 27px 60px 0px 48px;
}

footer .coordonnees-infos {
    position: relative;
    float: left;
    background: url('../images/FooterSeparator.png') no-repeat right center;
    height: 174px;
}

footer .coordonnees-infos .coordonnees {
    overflow: hidden;
    padding: 35px 65px 0px 28px;
}

footer .coordonnees-infos .coordonnees p {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 14px;
    line-height: 11px;
    color: #fff;
}

footer .coordonnees-infos .coordonnees p.nom-ville {
    margin-top: 12px;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: bold;
}

footer .contact-footer {
    float: left;
    background: url('../images/FooterSeparator.png') no-repeat right center;
    height: 174px;
}

footer .contact-footer ul {
    padding: 37px 47px 0 30px;
}

footer .contact-footer ul li {}

footer .contact-footer ul li:first-child {
    margin-bottom: 20px;
}

footer .contact-footer ul li a {
    background: url('../images/FooterPictos.png') #10242d no-repeat left top;
    display: block;
    width: 158px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0 0 48px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

footer .contact-footer ul li a:hover {
    background: url('../images/FooterPictos.png') #fff no-repeat left top;
    color: #10242d;
}

footer .contact-footer ul li:first-child a {
    background-position: 13px 13px;
}

footer .contact-footer ul li:first-child a:hover {
    background-position: -13px 13px;
}

footer .contact-footer ul li:last-child a {
    background-position: 13px -46px;
}

footer .contact-footer ul li:last-child a:hover {
    background-position: -13px -46px;
}

footer .footer-bottom {
    float: right;
}

footer .footer-bottom ul {
    padding: 32px 15px 0 0;
}

footer .footer-bottom ul li {
    line-height: 9px;
    padding-right: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
}

footer .footer-bottom ul li:last-child {
    margin-bottom: 0px;
}

footer .footer-bottom ul li a,
footer .footer-bottom ul li span {
    font-family: 'Archivo Narrow', sans-serif;
    color: #2c6781;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

footer .footer-bottom ul li a:hover {
    color: #fff;
}

/* Hack IE8 */

html.lt-ie9 header .main-menu > li {
    padding: 12px 6px 14px 6px;
}

html.lt-ie9 header .top-header .search input[type=text] {
    width: 249px;
}

html.lt-ie9 header .top-header .search button {
    margin-top: 2px;
}

html.lt-ie9 .front-page .acces-rapide-front ul li.la-mediatheque {
    margin-right: 0px;
}

html.lt-ie9 footer .contact-footer ul li a.horaires-ie8 {
    background-position: 13px -46px;
}

html.lt-ie9 footer .contact-footer ul li a:hover.horaires-ie8 {
    background-position: -13px -46px;
}

html.lt-ie9 #breadcrumbs span.post-title {
    background: none;
}

/* Addthis */

#_atssh {
    display: none;
}