/*!
 
Theme Name: Altitude Base theme
Theme URI: #
Description: Altitude Base theme
Version: 1.0
Author: Altitude
Author URI: #
License: Altitude
License URI: License.txt
Tags: responsive-layout
 
*/
@font-face {
    font-family: 'steelfish';
    src: url('fonts/steelfish_rg-webfont.woff2') format('woff2'),
    url('fonts/steelfish_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
    3.1 - Links
    3.2 - Buttons
    3.3 - Tables
    3.4 - Search form
    3.5 - Accessibility
    3.6 - Clearing

4.0 - Helpers
5.0 - Forms
6.0 - Main nav

9.0 - Widgets

10.0 - Content
  10.1 - Posts and pages
  10.2 - Asides
  10.3 - Comments
  10.4 - Meta
  10.5 - Tags
  10.6 - Footer
12.0 - Media
  12.1 - Captions
  12.2 - Galleries
13.0 - Back to top
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}
body {
    background: #efefef;
    /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
img {
    image-rendering: optimizeQuality;
}
a img {
    border: 0;
}
/* clearfix */

.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

.steelfish {
    font-family: 'steelfish', Arial, Helvetica, sans-serif;
}
body, #submit, #commentform textarea#comment, html body .cform input.sendbutton, .searchform input {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .post-social-title {
    color: inherit;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
    line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #404040;
}
h1, .h1 {
    font-size: 32px;
}
h2, .h2 {
    font-size: 26px;
}
h3, .h3, .post-social-title {
    font-size: 22px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, .post-social-title, p, ul, ol, dl, pre, address, table, form, .breadcrumb, .bouton_link_social_content,
hr, .bouton_holder, iframe, .widget, .post, .type-page, #commentform, ol.comment-list li, .slideshowlink, .widget-area,
.ngg-galleryoverview, .post_thumbnail, .photo_actus, .text_actus, .tabs_wrap, .commentaires_publies, .pagination, #post-tags, .entry-content, .article-footer, .meta, #menu_header, .post-tags {
    margin: 0 0 20px 0;
}
p {
    margin-bottom: 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: square outside none;
    margin: 0 0 9px;
    padding: 0 0 0 20px;
}
li {
    line-height: 1.4;
    margin: 0 0 5px;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
#site-navigation, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, pre, address, table, form, .breadcrumb, .nav-links {
    margin: 0 0 20px;
}

h2 , h2 a{
    color:#abc023;
}


embed,
iframe,
object {
    max-width: 100%;
}
/* 3.1 Links _______________________________________________________________*/
a {
    color: #abc023;
    text-decoration: none;
    border: none;
}
a:hover,
a:focus,
a:active {
    color: #abc023;
    text-decoration: none;
    border: none;
}
.widget-area a,
.nav-links a,
a.grey {
    color: #666;
}
.widget-area a:hover,
.nav-links a:hover,
.widget-area a:active,
.nav-links a:active {
    color: #666;
    text-decoration: none;
    border: none;
    opacity: 0.6;
}
/* 3.2 Buttons _______________________________________________________________*/

.form-control:focus,
*:focus {
    outline: none !important;
    box-shadow: 0 0 0 transparent !important;
}
.pagination {
    clear: both;
    display: block;
    margin: 30px 0;
    text-align: center;
}
.pagination a.page-numbers:active {
    padding-top: 15px;
    margin-bottom: -1px;
}
#submit {
    border: 0;
    margin: 10px 0;
}
.button {
    margin-right: 10px;
}
.bouton_link, #submit, .pagination span.page-numbers, .pagination a.page-numbers {
    padding: 14px 26px;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    transition: background 0.1s ease-in-out;
    -webkit-transition: background 0.1s ease-in-out;
    border-radius: 0;
    background-color: #abc023;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.bouton_link:hover,
#submit:hover,
.pagination span.page-numbers:hover,
.pagination a.page-numbers:hover,
.pagination .page-numbers.current {
    cursor: pointer;
    background-color: #abc023;
    text-decoration: none;
    color: #fff;
}
.pagination span.page-numbers,
.pagination a.page-numbers {
    margin-right: 10px;
}
.bouton_link {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.bouton_link::before {
    content: '';
    position: absolute;
    border: #abc023 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.bouton_link:hover::before, .bouton_link:focus::before, .bouton_link:active::before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

/* 3.4 Search Form _______________________________________________________________*/

.searchform {
    margin: 0;
    position: relative;
    border: 1px solid #ddd;
}
.searchform input[type="text"] {
    border: 0;
    margin: 0;
    padding: 0 60px 0 10px;
    border-radius: 0;
    width: 100%;
    color: #666;
    line-height: 1;
    height: 45px;
}
.searchform input.searchsubmit:hover {
    cursor: pointer;
}
.searchform input.searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    font-size: 16px;
    border-radius: 0;
}
/* 3.5 Accessibility _______________________________________________________________*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
/* 3.6 clearing _______________________________________________________________*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/* 3.7 meta _______________________________________________________________*/
.meta-infos {
    color: #8F8F8F;
    padding: 0;
    margin-top: -10px;
}
.meta-infos li {
    margin-right: 15px;
    list-style: none outside none;
    display: inline-block;
}
.meta-infos li:last-child {
    margin: 0;
}
.meta-infos i {
    font-size: 16px;
    font-weight: normal;
    margin-right: 10px;
}
.meta-infos .separateur {
    color: #b2b2b2;
}
.meta-infos a {
    color: #8f8f8f;
}
.page-header .meta-infos {
    margin: 10px 0 0;
    color: #fff;
    position: relative;
    z-index: 3;
}
.page-header .meta-infos a {
    color: #fff;

}
/* 3.7 captions _______________________________________________________________*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 5px 0;
    font-size: 12px;
}
/*--------------------------------------------------------------
4.0 Helpers
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/*
animations
*/

.animated-fast {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUpMenu {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpMenu {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}
/*--------------------------------------------------------------
4.0 Helpers
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/
button,
input[type="text"],
textarea {
    font-size: 100%;
    margin: 0;
    -webkit-appearance: none;
    vertical-align: baseline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: 0 0 0 transparent;
    color: rgba(0, 0, 0, 0.8);
    -webkit-appearance: none;
    font-size: 12px;
    line-height: 1;
    padding: 15px;
    text-shadow: 0 0 0 transparent;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    opacity: 0.8;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;

}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    width: 100%;
}
/* contact form 7 */
.wpcf7 fieldset {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 0 20px;
    padding: 10px;
}
.wpcf7 fieldset legend {
    color: #888;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
}
.wpcf7 p {
    display: block;
    margin: 0 0 5px;
}
.wpcf7 p.contact-form-infos {
    padding: 15px 0 0;
    color: #666;
    font-size: 13px;
}
.wpcf7 p > label {
    color: #333;
    float: left;
    font-weight: bold;
    margin-top: 0;
    padding-right: 20px;
    padding-top: 9px;
    text-align: right;
    width: 25%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type="tel"] {
    margin-bottom: 0;
    margin-top: 2px;
    outline: 0 none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: auto;
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px;
    border: none;
    background: #f5f5f5;
    color: #5f5f5f;
    box-shadow: 0 0 0 transparent;
}
textarea.little-textarea {
    height: 100px;
}
.wpcf7-submit {

}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 13px;
    padding: 5px 0 0;
    text-align: center;
}
/*--------------------------------------------------------------
10.0 Layout
--------------------------------------------------------------*/

#banner {
    position: relative;
    background-size: cover;
}
#banner .page-header {
    padding: 100px 0 60px;
    margin: 0;
    border: 0;
    text-align: center;
}
#banner .page-header h1 {
    margin: 0;
    font-family: 'steelfish', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#banner[data-bg="1"] .page-header h1 {
    color: #fff;
    position: relative;
    z-index: 3;
}
#banner[data-bg="1"] .page-header::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
#banner[data-bg="1"]::after {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: transparent url(images/bottom-slider.svg) top left no-repeat;
    height: 141px;
}
#page {
    position: relative;
    overflow-x: hidden;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
    margin: 0 0 40px;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {

}
.page-links {
    clear: both;
}

#breadcrumbs {
    color: #fff;
    font-size: 13px;
    position: relative;
    z-index: 2;
}
#breadcrumbs a {
    color: #fff;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.comment-reply-title,
.comments-title,
.widget-area h3.widget-title {
    font-size: 32px;
    font-family: 'steelfish', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    color: #666;
}
.widget select {
    max-width: 100%;
}
.widget_search .search-submit {
    display: none;
}
/*--------------------------------------------------------------
Social buttons
--------------------------------------------------------------*/

.bouton_link_social_content {
    clear: both;
}
.bouton_link_social_content ul {
    margin: 0;
    padding: 0;
}
.bouton_link_social_content ul li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 3px 0 0;
    padding: 0;
}
.bouton_link_social_content ul li a {
    background: none repeat scroll 0 0 #666666;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 60px;
}
.bouton_link_social_content ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.bouton_link_social_content ul li.bouton_link_social_facebook a {
    background: #3C599B;
}
.bouton_link_social_content ul li.bouton_link_social_twitter a {
    background: #00ABF0;
}
.bouton_link_social_content ul li.bouton_link_social_google a {
    background: #D95232;
}
.bouton_link_social_content ul li.bouton_link_social_pinterest a {
    background: #CC2127;
}
.bouton_link_social_content ul li.bouton_link_social_linkedin a {
    background: #017EB4;
}
.sociablelinks ul, .sociablelinks ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sociablelinks ul li {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
}
.sociablelinks ul li.sociablelinks_tweeter {
    margin: 0;
    padding: 2px 0 0;
    width: 110px;
}
.sociablelinks ul li iframe {
    margin: 0;
}
/*--------------------------------------------------------------
Commentaires
--------------------------------------------------------------*/

.nocomments {
    display: none;
}
#commentssection {
    clear: both;
    padding: 2px 12px;
    margin: 0;
}
#commentbox {
    width: 70%;
    min-width: 400px;
    margin: 5px 5px 0 0;
}
#author, #email, #url, #commentbox, #comment {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #BDC3C7;
    border-radius: 6px;
    display: inline-block;
    float: right;
    font-size: 1em;
    height: 42px;
    line-height: 1.467;
    margin: 5px 5px 0 0;
    padding: 8px 12px;
    width: 300px;
}
#commentform textarea#comment {
    font-size: 1em;
    /* 13px / 13px */
    margin: 10px 0;
    padding: 3%;
    width: 100%;
    height: auto;
}
cite {
    font-family: arial, verdana, tahoma;
    font-size: 0.923076923076923em;
    /* 12px / 13px */
    font-weight: bold;
    font-style: normal;
}
p.comment-form-email, p.comment-form-url, p.comment-form-comment, p.comment-form-author {
    overflow: hidden;
    margin: 0;
    clear: both;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
    float: left;
    margin: 0;
}
.comment-form-comment {
    clear: both;
}
/* Gravatar */
.comment-list li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}
ol.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.comment-list li {
    border: 0 none;
    margin: 0 0 10px !important;
    padding: 15px 10px 15px 64px;
    position: relative;
}
ol.comment-list li.pingback .comment-author {
    padding: 0 170px 0 0;
}
ol.comment-list li div.vcard {
    font-weight: bold;
    line-height: 16px;
}
ol.comment-list li div.vcard cite.fn {
    font-style: normal;
}
ol.comment-list li div.vcard cite.fn a.url {
    text-decoration: none !important;
    border: 0;
}
ol.comment-list li div.vcard img.avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 50%;
    left: 14px;
    padding: 0;
    position: absolute;
    top: 14px;
}
ol.comment-list li div.comment-metadata {
    font-weight: bold;
    font-size: 12px;
}
ol.comment-list li div.comment-metadata a {
    color: #aaa;
    text-decoration: none !important;
}
ol.comment-list li p {
    font-weight: normal;
    margin: 5px 0 12px;
}
ol.comment-list li ul {
    font-weight: normal;
    list-style: square;
    margin: 0 0 12px;
    padding: 0;
}
ol.comment-list li ol.children {
    list-style: none;
    margin: 12px 0 0;
    text-indent: 0;
}
ol.comment-list li ol.children li.depth-2 {
    margin: 0 0 3px;
    list-style-type: none;
}
ol.comment-list li ol.children li.depth-3 {
    margin: 0 0 3px;
    list-style-type: none;
}
ol.comment-list li ol.children li.depth-4 {
    margin: 0 0 3px;
    list-style-type: none;
}
ol.comment-list li ol.children li.depth-5 {
    margin: 0 0 3px;
    list-style-type: none;
}
ol.comment-list ol.children li.odd {
    background: #fff;
}
ol.comment-list ol.children li.even {
    background: #f6f6f6;
}
ol.comment-list li.pingback div.vcard {
    padding: 0 170px 0 0;
}
.comment #respond {
    margin: 15px 0 0 0;
}
.form-allowed-tags {
    display: none;
}
.comment-form-comment label {
    display: block;
}
input#submit:hover {
    cursor: pointer;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
    font-size: 0;
    margin: 0 0 20px 0
}
.gallery-item {
    font-size: 16px;
    padding: 5px 5px 0 0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-item a {
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
.gallery-item img {
    display: block;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    max-width: 33.33333%;
}
/*--------------------------------------------------------------
13 Back to top
--------------------------------------------------------------*/

#scrollUp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 20px;
    line-height: 27px;
    cursor: pointer;
    z-index: 99;
    transition: 300ms;
    -webkit-transition: 300ms;
}
#scrollUp:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
#back-to-top:hover, .touch-device #back-to-top:active {
    height: 56px;
}
#back-to-top:focus {
    outline: none;
}
/* infos_client_social */

#infos_client_social {
    margin-left: 10px;
}
#infos_client_social ul {
    margin: 0;
    padding: 0;
}
#infos_client_social ul li {
    display: inline;
    list-style: none;
    margin: 0 5px;
}
#infos_client_social ul li a {
    font-size: 21px;
    display: inline-block;
    padding: 5px;
}
/* header */

#masthead {
    height: 60px;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 102;
    width: 100%;
    transition: top 300ms;
    -webkit-transition: 300ms;
    top: 0;
}
#masthead:hover {
    background: rgba(0, 0, 0, 0.5);
}
#masthead .site-branding .site-title {
    width: 146px;
    height: 43px;
    margin: 0;
    padding: 0;
    background: transparent url(images/logo-fed.png) top left no-repeat;
    position: absolute;
    top: 8px;
    background-size: 146px auto;
    transition: 300ms;
    -webkit-transition: 300ms;
    left: 10px;
    z-index: 4;
}
#masthead .site-branding .site-title a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    overflow: hidden;
}
/* widget */

.widget ul {
    margin: 0 0 5px 0;
    padding: 0;
}
.widget ul li {
    display: block;
    width: 100%;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    position: relative;
    font-size: 14px;
}
.widget ul li::before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    font-style: normal;
    top: 10px;
    margin-left: -5px;
    color: #959494;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
}
.widget ul li a {
    display: inline-block;
    padding: 10px;
    width: 87%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.widget ul li.recentcomments .comment-author-link {
    margin: 0 0 0 10px;
}
/* tags */

.post-tags a {
    display: inline-block;
    background: #eee;
    padding: 5px 10px;
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 5px 5px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.post-tags a:hover {
    opacity: 0.8;
}
/* post nav */

.nav-links {
    clear: both;
    padding: 30px 0;
    border-top: 0;
    overflow: hidden;
}


/* footer */

#footer {
    background: #666256 url(images/bg-footer.png) bottom right no-repeat;
    background-position: calc(100% + 100px) calc(100% + 20px);
    color: #fff;
    padding: 50px 0 30px;
    font-size: 14px;
}
#footer a {
    color: #fff;
}
#footer a:hover,
#footer a:active {
    color: #fff;
    text-decoration: underline;
}
#footer .widget-title {
    font-family: 'steelfish';
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
#footer .widget li {
    border: 0;
    padding: 5px 10px 5px 20px;
}
#footer .widget li a {
    padding: 0;
}
#footer .widget li::before {
    top: 6px;
    left: 10px;
}
#footer .sub-footer {
    border-top: 1px solid #97948c;
    text-align: center;
    color: #97948c;
    padding: 30px 0 0;
}
#footer .sub-footer a {
    color: #97948c;
}
#footer .sub-footer p {
    margin: 0;
}
/* slider accueil */

.home .slide-item-image.has-text:before,
.home .slide-item-bgimage.has-text:before {
    background: transparent url(images/poisson.svg) top center no-repeat;
    width: 589px;
    height: 512px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    content: '';
    opacity: 0;
    -webkit-animation: fade-in-up-30 2s cubic-bezier(0.19, 1, 0.22, 1);
    animation: fade-in-up-30 2s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.home .altitude-slide::after {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: transparent url(images/bottom-slider.svg) top left no-repeat;
    height: 141px;
}
/* hover img */

.fdp-hover-img {
    background: #fff;
}

.fdp-hover-img img {
    opacity: 1;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-backface-visibility: hidden;
    background: rgba(255, 255, 255, 1);
}

.fdp-hover-img:hover img {
    opacity: 0.8;
    background: rgba(255, 255, 255, .01);
}




/* title */

.main-title {
    font-size: 32px;
    font-family: 'steelfish', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

.sub-title {
    font-size: 26px;
    font-family: 'steelfish', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    color: #666;
}



/* box */

.fdp_box {
    margin: 0 0 20px
}
.fdp_box .fdp_box_title {
    background: #666256;
    padding: 20px 30px 17px;
    position: relative;
}

.fdp_box .fdp_box_title i {
    margin: 0 15px 0 0;
    vertical-align: top;
}

.fdp_box .fdp_box_title.bg_vert {
    background: #748027;
}
.fdp_box .fdp_box_title.bg_beige {
    background: #939588;
}
.fdp_box .fdp_box_title h3 {
    color: #fff;
    font-family: "steelfish", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

.fdp_box_header_link{
    font-size: 14px;
    color: #FFF;
    padding: 9px 11px;
    display: inline-block;
    line-height: 14px;
    background: #a9aaa0;
    font-weight: 600;
    font-family: "Roboto condensed" , Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 18px;
    border-radius: 3px;
}

.fdp_box_header_link:active,
.fdp_box_header_link:hover {
    background: #a9aaa0;
    color: #FFF;
    opacity: 0.8;
}



.fdp_box .fdp_box_content {
    background: #fff;
    padding: 15px;
}

.fdp_box .fdp_box_content.bg_vert {
    background: #748027;
    color:#fff;
}

.bg_vert .table>tbody>tr>td,
.bg_vert .table>tbody>tr>th,
.bg_vert .table>tfoot>tr>td,
.bg_vert .table>tfoot>tr>th,
.bg_vert .table>thead>tr>td,
.bg_vert .table>thead>tr>th {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.bg_vert .table>tbody>tr:first-child>td,
.bg_vert .table>tbody>tr:first-child>th,
.bg_vert .table>tfoot>tr:first-child>td,
.bg_vert .table>tfoot>tr:first-child>th,
.bg_vert .table>thead>tr:first-child>td,
.bg_vert .table>thead>tr:first-child>th {
    border-top:0;
}

.fdp_box .fdp_box_content.fdp_box_content_top {
    margin: 0px 0px 20px;
    position: relative;
}
#fdp_box_presentation_fd {
    margin: 98px auto 20px;
    max-width: 625px;
}
.fdp_box_item {
    background: #ccc;
    position: relative;
}
.fdp_img_fade {
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    z-index: 10;
}
.fdp_img_link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.fdp_post_metas_cats,
.fdp_post_metas_comments {
    padding: 3px 8px;
    font-size: 18px;
    z-index: 20;
    color: #242424;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    border: none;
    background-color: #fff;
    display: inline-block;
    width: auto;
    cursor: pointer;
    transition: all 0.2s linear;
    min-width: 30px;
    text-align: center;
    position: relative;
}
.fdp_post_metas_cats {
    background: none;
    padding: 0;
}
#fdp_box_alaune {
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}
.fdp_box_alaune_items .fdp_post_metas_cats,
.fdp_box_alaune_items .fdp_post_metas_comments {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
}
.fdp_box_alaune_items .fdp_post_metas_cats {
    right: 20px;
    margin-top: 20px;
    bottom: auto;
    top: 0;
    display: none
}
.fdp_box_alaune_items .fdp_post_metas_cats_item {
    display: inline-block;
    margin: 0 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 3px 8px;
}
.fdp_box_alaune_items .fdp_post_metas_cats_item:last-child {
    margin-right: 0;
}
.fdp_post_metas_cats a {
    color: #fff;
}
.fdp_post_metas_comments {
    padding: 0 8px;
}
.fdp_post_metas_comments::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 0;
    content: '';
    display: inline-block;
}
.fdp_post_metas_comments.bg_vert {
    background: #748027;
    color: #fff;
}
.fdp_post_metas_comments.bg_vert::after {
    border-color: #748027 transparent transparent transparent;
}
.fdp_post_metas {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 20;
}
.fdp_post_metas_title {
    margin: 0 15px 0 0;
    font-size: 18px;
}
.fdp_post_metas_title a {
    color: #fff;
}
.fdp_post_metas_date {

}
#fdp_box_agenda {
    margin: 0;
}
.fdp_box_agenda_items .slick-list {
    overflow: visible;
}
.fdp_box_agenda_item {
    background: #939588;
    padding: 0;
}
.fdp_box_agenda_item.slick-current.slick-active {

}
.fdp_box_agenda_item .fdp_box_content h3 {
    margin: 0 0 5px 0;
}
.fdp_box_agenda_item_date {
    display: inline-block;
    background: #939588;
    color: #fff;
    padding: 3px 8px;
    font-weight: 500;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.fdp_box_news_item_date {
    color: #666;
    padding: 3px 0;
    font-weight: 500;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.tribe-events-event-meta .fdp_box_agenda_item_date,
.widget .fdp_box_news_item_date,
.widget .fdp_box_agenda_item_date {
    font-size: 14px;
    margin: 0 0 5px;
}
.fdp_box_agenda_item_date.fdp_box_agenda_item_date_article {
    padding: 10px 20px 8px;
    margin: 0;
}
.fdp_box_agenda_item_date.fdp_box_agenda_item_date_article .fa {
    margin: 0 10px 0 0;
    font-size: 19px;
}

.tribe-events-notices {
    background: #d9edf7;
    border-radius: 0;
    border: 0;
    color: #3a87ad;
    margin: 10px 0 18px;
    padding: 15px 35px 15px 14px;
    text-shadow: 0 0 transparent;
    text-align: center;
}


/* actualites */

.fdp_section_title p {
    margin: 0 0 30px 0;
    font-family: 'steelfish', Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #939588;
    font-weight: 500;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.fdp_section_title p span {
    display: inline-block;
    vertical-align: middle;
    color: #939588 !important;
}
.fdp_section_title p span::before,
.fdp_section_title p span::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: transparent url(images/bg-title.png) bottom left no-repeat;
    width: 44px;
    height: 16px;
    margin: -15px 20px 0 0;
}
.fdp_section_title p span::after {
    background-position: top left;
    margin: -15px 0 0 20px;
}
.fdp-posts-item {
    /*margin:0;*/
}
.fdp-posts-item .hentry {
    max-width: 400px;
    margin: 0 auto;
}
.page-template-template-actualites .fdp-posts-item .hentry,
.archive .fdp-posts-item .hentry {
    width: 100%;
    margin: 0 auto 20px;
}
.page-template-template-actualites .fdp-posts-item .hentry .fdp-post-img img,
.archive .fdp-posts-item .hentry .fdp-post-img img {
    width: 100%;
}
.fdp-posts-item .fdp_box_content {
    position: relative;
}
.tribe-events-list .type-tribe_events h2,
.fdp-posts-item h2 {
    margin: 5px 0;
    font-size: 21px;
}
.fdp-post-date-day {
    color: #989898;
}
.tribe-events-list-event-description,
.fdp-posts-item .entry-content {
    margin: 0;
    font-size: 14px;
}
.fdp-posts-item .fdp-post-img {
    position: relative;
    width: 100%;
}
.fdp-posts-item .article-top-header {
    margin: 0 0 15px 0;
}
.fdp-posts-item .fdp_post_metas_comments {
    float: right;
}
.fdp-posts-item .fdp_post_metas_cats_item {
    margin: 0 5px 0 0;
    display: inline-block;
}
.fdp-posts-item .fdp_post_metas_cats_item a {
    color: #aaa;
    text-transform: uppercase;
    font-size: 14px;
}

.fdp-actus-slick .slick-dots {
    bottom: -15px;
}


/* box nav */

.fdp_box_title .fdp-custom-nav {
    margin: 0;
    right: 10px;
    position: absolute;
    top: 12px;
}
.fdp-custom-nav > a {
    height: 37px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    transition: 300ms;
    -webkit-transition: 300ms;
    font-size: 19px;
}
.fdp-custom-nav > a:hover,
.fdp-custom-nav > a:focus {
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer
}
.em-custom-nav > a:hover {
    cursor: pointer;
}
/* station de comptage */

#front-comptage {
    margin: 0 0 20px 0;
}
.fdp-comptage-slick-item {
    display: inline-block;
    position: relative;
}
.fdp-comptage-slick-item .fdp-comptage-slick-item-infos-nb {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 1;
}
.fdp-comptage-slick-item .fdp-comptage-slick-item-infos h3 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}
.fdp-archives-especes .row {
    margin: 20px 0;
}
.fdp-archives-especes .row > div {
    padding: 0;
    text-align: center;
}
.fdp-archives-especes .row > div .fdp-comptage-slick-item {
    margin: 0 auto;
    text-align: left;
}
#front-comptage .row {
    margin: 0;
}
#front-comptage .col-lg-3,
#front-comptage .col-lg-9 {
    padding: 0;
}
#front-comptage .fdp_comptage_intro {
    background: #748027;
    color: #fff;
    overflow: hidden;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px;
}
#front-comptage .fdp_comptage_intro h3 {
    font-family: 'steelfish', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 36px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
}
#front-comptage .fdp_comptage_intro p {
    margin: 0;
    font-size: 14px;
}
#front-comptage .fdp_comptage_intro h3::before {
    content: '';
    display: block;
    background: transparent url(images/comptage.svg) top center no-repeat;
    width: 40px;
    height: 28px;
    margin: 0 auto 15px;
}
#front-comptage .fdp_comptage_intro .fdp-custom-nav {
    margin: 15px auto 0;
    text-align: center;
}

#front-comptage  .fdp-comptage-slick-item-content {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 300ms;
    -webkit-animation: 300ms;
    max-width: 100%;
    min-height: 320px;
}

#front-comptage  .fdp-comptage-slick-item-content:hover {
    opacity: 0.8;
}

    /* partenaires */
#front-partenaires {
    background: #dcdcd9;
    padding: 30px 0;
}
#front-partenaires .partners {
    margin: 0 45px 20px;
}
#front-partenaires .partners .partners-item .partners-item-inner {
    display: block;
    background: #fff;
    width: 230px;
    height: 142px;
    margin: 0 auto;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px;
}
#front-partenaires .partners .slick-arrow {
    position: absolute;
    top: 50%;
    left: -37px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
    height: 37px;
    width: 40px;
    text-align: center;
    line-height: 42px;
    color: #939588;
    display: inline-block;
    border-radius: 3px;
    transition: 300ms;
    -webkit-transition: 300ms;
    font-size: 19px;
}
#front-partenaires .partners .slick-arrow:focus,
#front-partenaires .partners .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
#front-partenaires .partners .slick-arrow.glyphicon-menu-right {
    left: auto;
    right: -37px;
}

.partners-item .fdp-hover-img img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
}

/* recherche */

#sub-header-searchform {
    padding: 20px;
    background: #fff;
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    z-index: 4;
    display: none;
}
#sub-header-searchform form {
    border: 0;
}
#sub-header-searchform form input[type="text"] {
    border-bottom: 1px solid #ddd;
    font-size: 28px;
}
#sub-header-searchform form input[type="submit"].searchsubmit {
    background: #fff;
    color: #666;
    font-size: 20px;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
#content .fdp-box {
    background: #fff;
    padding: 10px;
    margin: 0 0 20px 0;
}
/* documents a telecharger */

.alt-documents-list ul {
    margin: 20px 0;
    padding: 0;

}
.alt-documents-list li {
    padding: 0;
    list-style: none outside;
    margin: 0 0 10px;
    border: 1px solid #efefef;
}
.alt-documents-list li a {
    color: #00220f;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
    font-weight: bold;
}
.alt-documents-list li a:hover {
    opacity: 0.8;
}
.alt-documents-list li a i {
    margin: 0 10px 0 0;
    font-size: 35px;
}
.alt-documents-list li a span {
    font-size: 11px;
    display: block;
    color: #aaa;
    font-weight: normal;
}
.alt-documents-list .alt-documents-list-item-content {
    font-size: 13px;
}
.alt-documents-list .alt-documents-list-item-content .alt-documents-list-item-content-title {
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 5px 0;
}
.alt-documents-list .alt-documents-list-item-content .inner {
    padding: 20px;
}
.alt-documents-list .alt-documents-list-item-icon {
    padding: 0;
}
.alt-documents-list .alt-documents-list-item-icon a {
    color: #fff;
    background: #abc023;
    font-size: 24px;
    text-align: center;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.alt-documents-list .alt-documents-list-item-icon a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.alt-documents-list .alt-documents-list-item-content p {
    margin: 0 0 5px 0;
}
/* admin bar */
#wp-admin-bar-itsec_admin_bar_menu,
#wp-admin-bar-new_draft {
    display: none !important;
}
#front-topbox {
    margin-top: -150px;
}
.slick-initialized .fdp-posts-item {
    margin: 0 0 20px;
    float: left;
}
/* contact */

#gmaps_shortcode {
    height: 300px;
    margin: 0 0 20px 0;
}
/* widget_alt_agenda_widget */

.widget_alt_news_widget .fdp_box .fdp_box_content,
.widget_alt_agenda_widget .fdp_box .fdp_box_content {
    padding: 0;
}
.widget .fdp_box {
    margin: 0;
}
.widget .fdp_box .fdp-post-img {
    margin: 0 0 15px 0;
}
/*  widget_alt_lastcomments_widget */

.widget_alt_lastcomments_widget .alt-widget-comment-item {
    margin: 0 0 10px 0;
}
.widget_alt_lastcomments_widget .alt-widget-comment-item div {
    display: block;
}
.widget_alt_lastcomments_widget .alt-widget-comment-item span {
    font-weight: bold;
}
.widget_alt_lastcomments_widget .alt-widget-comment-item .alt-widget-comment-content {
    font-style: italic;
}
/* single-evenement */

#tribe-events-content {
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
#tribe-events-pg-template {
    max-width: 100%;
    padding: 0;
}
#content .fdp-box.fdp-box-event-infos {
    padding: 20px;
    background: #939588;
    color: #fff;
}
#content .fdp-box.fdp-box-event-infos i {
    font-size: 22px;
    margin: 0 10px 0 0;
}
.fdp-box-event-actions {
    float: right;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 20px;
    margin: -20px;
}
.fdp-box-event-actions a {
    color: #fff;
}
.fdp-box-event-actions.fdp-box-event-actions-left {
    float: left;
}
.fdp-box-event-infos-links .fdp-box-event-actions {
    width: 45%;
}
body.single-tribe_events .tribe-events-schedule {
    margin: 0;
}
.container.little-container {
    max-width: 900px;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, #tribe-events-header .tribe-events-sub-nav li {
    display: inline-block;
}
#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
    padding: 10px 0;
}

.nav-links a,
#tribe-events-footer .tribe-events-sub-nav a,
#tribe-events-header .tribe-events-sub-nav a {
    background: #939588;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    display:inline-block;
}

.nav-links a:hover,
.nav-links a:focus {
    color:#fff;
}

.tribe-events-calendar thead th {
    background-color: #fff;
    font-weight: 700;
    padding: 1em 0;
    white-space: nowrap;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 13px;
    color: #404040;
}
.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
    background-color: #eee;
    color: #444;
    font-size: 12px;
    font-weight: 700;
}
#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #939588;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
    background-color: #939588;
}
.tribe-events-loop .tribe-events-event-meta {
    margin-bottom: 0;
    font-size: 13px;
}
.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
    padding-top: 0;
}
.tribe-events-list-separator-month span {
    background-color: #fff;
    padding: 0 30px;
    font-family: 'steelfish', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 27px;
}
/* Parcours */

.infowindow-content {
    max-width: 300px !important;
    overflow: hidden;
    padding: 20px;
    color:#333;
}
.infowindow-content.lg{
    max-width: 600px !important;
}

.infowindow-content i,
.infowindow-content span span {
    margin: 0 0 5px;
    width: 20px;
}

.infowindow-content p{
    margin-bottom:6px;
}

.infowindow-content .help-block{
    margin:2px 0 !important;
    color:#737373 !important;
}

#carte-parcours {
    width: 100%;
    min-height: 500px;
    background: #cccccc;
    margin-bottom: 2em;
}
.parcours_html {
    margin-bottom: 2em;
}
/* Parcours liste globale */
#filter-parcours select option:disabled {
    opactiy: .5;
}
#global-map-parcours,
#single-parcours-map {
    width: 100%;
    min-height: 400px;
    background: #cccccc;
}

#depositaires-tab-map{
    min-height:750px;
    background: #cccccc;
}

#depositaires-tab-list {
    padding-top:30px;
}

#single-parcours-map{
    margin-bottom: 0;
}

.alt-table-responsive


body.single-aappma #filter-parcours .secteurs,
body.single-aappma #filter-parcours .aappmas{
    display:none;
    visibility:hidden;
}

#filter-parcours .form-group {
    margin-bottom: 0;
}

#filter-parcours .filters-type-parcours {
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size:13px;
    cursor:pointer;
}

#filter-parcours .filters-type-parcours label {
    display: block;
    padding: 10px 15px 10px;
    cursor: pointer;
    border: 1px solid #ddd;
}

#filter-parcours .filters-type-parcours img {
    margin:0 10px 0 0;
}

.parcours-filters-btn {
    width: 100%;
    border-top: 1px solid #fff;
}

.fdp_box.section-bg-image {
    position: relative;
    z-index: 102;
}

.fdp_box.section-bg-image .section-bg-image-bg {
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.fdp_box.section-bg-image .section-bg-image-bg::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.fdp_box.section-bg-image .container {
    padding-top: 70px;
    padding-bottom: 70px;
    color:#fff;
    text-align:center;
    position: relative;
    z-index: 1;
}

.fdp_box.section-bg-image .help-block {
    color:#fff;
    margin:-20px 0 20px 0;
}


/* Remontees */

#remontees-graph{
    width:100%;
    min-height:400px;
    margin-bottom:2em;
    background:#cccccc;
}

/* Filters */

.listing-filters {

}

.listing-filters label {
    margin:0 10px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}

.listing-filters .form-control {
    font-size: 20px;
    height: 40px;
    margin-top: -3px;
    font-family: 'Roboto Condensed', sans-serif;
}

.badge {
    background-color: #abc023;
}

.bouton_link .badge {
    background-color: #fff;
    color: #abc023;
    margin: 0 0 0 10px;
    font-size: 17px;
    vertical-align: baseline;
}

.list-title .badge {
    font-size: 16px;
}

/* appma */

.thumbnail {
    border:0;
    border-radius: 0;
}

.galerie_photo_aappma_item {
    max-width: 410px;
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
}

#filter-parcours {

}

#filter-parcours input[type="checkbox"] {
    margin: 0 20px 0 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* parcours */

#parcours-by-type {
    background: #abc023;
    color:#fff;
}


#parcours-by-type .parcours-by-type-item {
    margin:0 0 1px 0;
    background: #fff;
    transition:300ms;
    -webkit-transition:300ms;
}
#parcours-by-type .parcours-by-type-item:hover {
    background: #efefef;
}

.parcours-by-type-item-checkbox {
    width: 63px;
    float: left;
    line-height: 63px;
    height: 63px;
    text-align: center;
}

.parcours-by-type-item-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 21px 0 0 0;
}

.parcours-by-type-item-heading {
    padding: 10px 0;
    display: block;
    color: #444;
    width: calc(100% - 63px);
    margin-left: 63px;
    position: relative;
}

.parcours-by-type-item-heading:focus,
.parcours-by-type-item-heading:active,
.parcours-by-type-item-heading:hover {
    color:#444;
}

.parcours-by-type-item-heading:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    margin:9px;
}
.parcours-by-type-item-heading.collapsed:before {
    content: "\e080";
}
.parcours-by-type-item-heading.no-arrow:before{
    content: "" !important;
    display:none !important;
}
.parcours-by-type-item-icon {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 40px;
    max-height: 40px;
}

.parcours-by-type-item-title {
    line-height: 1.1;
    width: calc(100% - 125px);
    display: inline-block;
    vertical-align: middle;
}


.parcours-title,
#parcours-by-type .parcours-by-type-item-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.parcours-title-container {
    margin:0 0 20px 0;
}


#parcours-by-type .parcours-by-type-item-title img {
    margin-right:10px;
}

#parcours-by-type .parcours-by-type-item-title .badge {
    float: right;
    position: absolute;
    right: 36px;
    top: 22px;
    margin-right: 0;
}

#parcours-by-type .parcours-by-type-item-listing  {
    font-size: 13px;
    margin: 0;
    clear: both;
    background: #fff;
}



#parcours-by-type .parcours-by-type-item-listing h5 {
    font-size:16px;
    margin:0;
}

#parcours-by-type .parcours-by-type-item-listing a {
    color:#444;
    position: relative;
}

#parcours-by-type .parcours-by-type-item-listing a::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f041";
    position: absolute;
    top: 0;
    left: -33px;
    font-size: 35px;
    color: #abc023;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.parcours-by-type-item-listing-item {
    margin: 0;
    padding: 7px 15px 7px 63px;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.parcours-by-type-item-listing-item:hover {
    background: rgba(0,0,0,0.1);
}
#parcours-by-type .parcours-by-type-item-listing a:hover::before {
    /*color:#fff;*/
}

.parcours-by-type-item-listing-content {
    clear:both;
}

.poisson-recherches {
    margin:0 0 20px 0;
}

.poisson-recherches span {
    color: #888;
    display: inline-block;
    margin: 0 2px 4px 0;
    border: 1px solid #ccc;
    padding: 0 6px 1px;
    border-radius: 13px;
    font-size: 12px;
    height: 26px;
    line-height: 25px;
    background: #fff;
}
.poisson-recherches span a {
    color:#888;
}

.poisson-recherches span a:hover {
    color:#abc023;
}

.aappma .poisson-recherches {
    margin: 5px 0;
}

.galerie_photo_aappma.slick-initialized {
    margin-bottom: 60px;
}

.galerie_photo_aappma .slick-track {
    margin: 0 auto;
}

.galerie_photo_aappma.slick-initialized .slick-dots {
    bottom:-25px;
}

.map-container.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff;
}

.table,
.fdp_box .table {
    font-size:14px;
}
.success i,
.fdp_box .table .success i {
    color:#2ecc71;
}


.danger i,
.fdp_box .table .danger i {
    color:#e74c3c;
}

/* modal */

.modal-content {
    border-radius: 0;
    font-size: 14px;
    border: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 0;
    background: #abc023;
    color: #fff;
    text-transform: uppercase;
}

.modal-title {
    font-size:16px;
}

.txt-callout {
    padding: 20px 0 50px;
    text-align: center;
}

#map-legend {
    padding: 0;
    font-size: 13px;
    margin: 20px 0;
    text-align: center;
}
#map-legend p {
    margin:10px 0;
}

#list-depositaires .secteur {
    margin:0 0 30px 0;
}

#list-depositaires .aappma {
    background:#fff;
    padding:15px;
    margin:0 0 30px 0;
}

.top-filters {
    background: rgba(0,0,0,0.05);
    padding: 15px;
}

.top-filters label {
    text-transform: uppercase;
    font-size:13px;
    font-weight: bold;
    margin:0 0 5px 0;
}

.top-filters select {
    display: block;
    width: 100%;
    padding: 20px 50px 20px 20px;
    border: none;
    color: #888;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height:auto;
    position: relative;
    background:#fff url(images/down-arrow.png) calc(100% - 20px) 20px no-repeat !important;
}

.parcours-list-toggable {
    display:none;
    text-align: left;
}

.parcours-list-toggable.fullscreen {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1049;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}



.parcours-list-toggable .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 0;
    line-height: 29px;
    z-index: 2000;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    /* height: 100%; */
    color: #fff;
    font-size: 24px;
}

.parcours-list-toggable .sub-title {
    border-bottom: 0;
    margin: 0;
    text-align: center;
    font-size: 27px;
    padding: 0 15px;
    line-height: 44px;
    height: 44px;
    background: #666256;
    color: #fff;
}

.map-intro {
    padding: 10px;
    text-align: left;
    padding-right: 60px;
}

.map-intro .main-title,
.map-intro p {
    margin:0 0 10px;
}

.parcours-list-toggable #filter-parcours {
    display:none;
}
.close-modal,
#close-parcours-fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #abc023;
    z-index: 2000;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 42px;
    line-height: 55px;
    display:none;
}

.parcours-list-toggable #close-parcours-fullscreen {
    display:block;
}

.modal-header .close {
    color: #fff;
    font-size: 42px;
    opacity: 1;
    font-weight: 400;
    text-shadow: 0 0 0 transparent;
    line-height: 22px;
}

.map-modal-open {
    overflow: hidden;
    height:100%;
}

.parcours-by-type-list {
    display: none;
}

.ajax-loader {
    text-align: center;
    font-size:24px;
    margin:30px 0;
    color:#ccc;
}
.ajax-loader i {
    font-size:60px;
    display:block;
    margin:0 auto 15px;
}

    /* list poissons */

.fdp_box .type-poisson .fdp-post-img {
    height: 200px;
    text-align: center;
    padding: 20px;
}
.fdp_box .type-poisson .fdp-post-img img {
    max-width: 100%;
    max-height: 100%;
}


/* tabs */

.nav-tabs.nav-justified>li>a,
.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 15px;
    background: #fff;
    color: #404040;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
}
.nav-tabs.nav-justified>li.active>a,
.nav>li.active >a {
    background: #abc023;
    color: #fff;
}

.hebergement-fields p{
    margin-bottom:10px;
}

/* bloc newsletter */

#front-newsletter  {
    padding: 40px 0;
    color: #fff;
    background: #748027;
}

#front-newsletter .col-intro {
    text-align: center;
}

#front-newsletter .col-intro h3 {
    color: #fff;
    font-family: "steelfish", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    line-height: 1.2;
}

#front-newsletter input.newsletterforminput  {
    border: 0;
    margin: 0;
    padding:10px 67px 10px 26px;
    border-radius: 25px;
    width: 100%;
    color: #666;
    line-height: 1;
    background: #ededed;
    font-size: 13px;
    height:38px;
}

#front-newsletter input.newsletterforminput:focus {
    outline: none;
}

#front-newsletter .mc4wp-form {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 335px;
    width: 90%;
}


.newsletterform-container  {
    position: relative;
}

#front-newsletter input.newslettersubmit {
    position: absolute;
    right: 0;
    top:0;
    border-radius: 0 25px 25px 0;
    background:#146b7f;
    color:#fff;
    text-transform: uppercase;
    padding:10px 17px;
    font-size:13px;
    height:38px;
    transition: 400ms;
    -webkit-transition: 400ms;
}

#front-newsletter input.newslettersubmit:hover {
    cursor: pointer;
    opacity: 0.8 }



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

    .nav-links .nav-previous {
        float: left;
        width: 48%;
    }
    .nav-links .nav-next {
        float: right;
        width: 48%;
        text-align: right;
    }
    .fdp_box .fdp_box_content.fdp_box_content_top {
        margin: -30px 30px 60px;
    }
    .fdp_box {
        margin: 0 0 60px
    }
    .fdp_box .fdp_box_content {
        padding: 30px;
    }
    .fdp_post_metas_title {
        font-size: 30px;
    }
    .fdp_box_alaune_items .fdp_post_metas_cats,
    .fdp_box_alaune_items .fdp_post_metas_comments {
        display: inline-block;
    }
    #fdp_box_agenda .fdp_box_content:not(.fdp_box_nocontent) {
        width: 66%;
        margin-top: -160px;
        z-index: 2;
        position: relative;
        margin-left: calc(34% + 1px);
        margin-bottom: 30px;
    }
    #fdp_box_agenda .actus_accueil_image {
        margin: 0 0 0 -40px;
        display: inline-block;
    }
    .fdp_box_agenda_item {
        max-height: 240px;
        margin-bottom: 80px;
    }

}
@media only screen and (min-width: 768px) {

    #content .fdp-box {
        padding: 30px;
    }
    .fdp_box .fdp_box_title h3 {
        font-size: 36px;
    }
    #masthead .site-branding {
        float: left;
    }
    #masthead .site-description {
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 60px;
    }
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 25%;
    }
    .fdp_box_title .fdp-custom-nav {
        right: 30px;
        top: 22px;
    }
    .fdp-posts-item .hentry {

        max-width: 100%;
    }
    .alt-documents-list li a span {
        float: right;
    }


    #remontees-graph{
        width:100%;
        min-height:650px;
        margin-bottom:2em;
    }




    .fdp_box .type-poisson .fdp_box_content,
    .fdp_box .type-aappma .fdp_box_content {
        min-height: 260px;
    }



    .top-filters {
        background: rgba(0, 0, 0, 0.05);
        padding: 15px 40px;
    }


    /*--------------------------------------------------------------
    MODAL
    --------------------------------------------------------------*/
    .modal-lg {
        width: calc(100% - 15px);
        max-width: 1280px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 0 60px rgba(0,0,0,.2);
    }


    /*--------------------------------------------------------------
    PARCOURS
    --------------------------------------------------------------*/

    .map-intro {
        margin: 30px 0;
        text-align: center;
        padding:10px;
    }




    .badge-parcours {
        float: right;
        margin: 0 0 20px 20px;
    }






}
@media only screen and (min-width: 783px) {
    .admin-bar #masthead {
        top: 32px;
    }
    .admin-bar.scroll-body #masthead {
        top: -5px;
    }
}
@media only screen and (min-width: 992px) {

    #banner .page-header {
        padding: 15% 0 11%;
    }
    #masthead .site-branding .site-title {
        width: 81px;
        height: 62px;
        top: 50%;
        background-size: 211px auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .scroll-body #masthead .site-branding .site-title {
        transform: translateY(-6%);
        -webkit-transform: translateY(-6%);
        width: 58px;
        height: 43px;
        background-size: 146px auto;
    }
    .scroll-body #masthead {
        top: -37px;
    }
    #masthead {
        height: 100px;
    }
    #banner .page-header h1 {
        font-size: 56px;
    }
    #content {
        position: relative;
        margin: -90px 0 40px;
    }
    .home #content {
        padding-top: 0px;
        margin-top: -166px;
    }
    .page-template-template-page-transparent #content {
        margin-top:0;
    }

    /*--------------------------------------------------------------
    SUB HEADER
    --------------------------------------------------------------*/
    #sub-header {
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        padding: 0 15px;
        height: 38px;
    }
    #sub-header::before {
        content: '';
        display: block;
        position: absolute;
        left: -22px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 38px 22px;
        border-color: transparent transparent #ffffff transparent;
    }
    #sub-header > div {
        display: inline-block;
        vertical-align: middle;
    }
    #sub-header ul {
        margin: 0;
        padding: 0;
    }
    #sub-header ul li {
        margin: 0 5px 0 0;
        padding: 0;
        display: inline-block;
    }
    #sub-header ul li:last-child {
        margin: 0;
    }
    #sub-header ul li a {
        text-transform: uppercase;
        font-size: 14px;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        color: #666666;
        font-weight: bold;
        padding: 10px 3px;
    }
    #sub-header ul li a:hover {
        opacity: 0.8;
    }
    #sub-header #infos_client_social ul li a {
        font-size: 20px;
        padding: 0 5px;
    }
    /*--------------------------------------------------------------
    SUB HEADER 2
    --------------------------------------------------------------*/
    #sub-header-2 {
        position: absolute;
        right: 0;
        top: 38px;
        z-index: 3;
        height: 63px;
    }
    #sub-header-2 ul {
        margin: 0;
        padding: 0;
        font-size: 0;
    }
    #sub-header-2 ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
        font-size: 0;
        height: 63px;
    }
    #sub-header-2 ul li.sub-header-search a {
        background: #abc023 url(images/loupe.svg) center center no-repeat;
        background-size: 23px auto;
        width: 62px;
        overflow: hidden;
        text-indent: -999em;
    }
    #sub-header-2 ul li.sub-header-login a {
        background: transparent url(images/user.svg) center center no-repeat;
        overflow: hidden;
        line-height: 62px;
        padding: 0 20px 0 45px;
        display: inline-block;
        text-indent: -999em;
    }
    #sub-header-2 ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
        font-weight: bold;
        display: inline-block;
        height: 63px;
    }
    /*--------------------------------------------------------------
    6.0 MAIN NAV
    --------------------------------------------------------------*/
    #navbar-toggle {
        display: none;
    }
    #site-navigation {
        clear: both;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #site-navigation ul {
        display: block;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    #site-navigation li {
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0;
    }
    #site-navigation a {
        display: block;
        text-decoration: none;
        padding: 10px;
        margin: 0;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    }
    #site-navigation #menu-menu-principal > li > a {
        padding: 60px 15px 20px;
        position: relative;
        transition: 300ms;
        -webkit-transition: 300ms;
    }
    #site-navigation #menu-menu-principal > li > a::before {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        background: #abc023;
        transition: 150ms;
        -webkit-transition: 150ms;
        position: absolute;
        top: 0;
        left: 0;
    }
    #site-navigation #menu-menu-principal > li.current_page_item > a::before,
    #site-navigation #menu-menu-principal > li:hover > a::before {
        height: 100%;
    }
    #site-navigation #menu-menu-principal > li > a > span {
        position: relative;
        z-index: 2;
        display: block;
    }
    #site-navigation #menu-menu-principal > li > a > span::before {
        content: '';
        height: 0;
        width: 2px;
        background: #fff;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: -60px;
        transition: 150ms;
        -webkit-transition: 150ms;
        transition-delay: 100ms;
        -webkit-transition-delay: 100ms;
    }
    #site-navigation #menu-menu-principal > li:hover a span {
    }
    #site-navigation #menu-menu-principal > li.current_page_item span::before,
    #site-navigation #menu-menu-principal > li:hover a span::before {
        height: 50px;
    }
    #site-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        float: left;
        position: absolute;
        top: 101px;
        left: -999em;
        z-index: 99999;
        background: #abc023;
        padding: 0;
    }
    #site-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    #site-navigation ul ul a {
        width: 250px;
        background: rgba(255, 255, 255, 0);
        padding: 10px 15px;
    }
    #site-navigation ul ul a:hover {
        background: rgba(255, 255, 255, 0.3);
    }
    #site-navigation ul ul li {
        text-align: left;
    }
    #site-navigation li:hover > a,
    #site-navigation li.focus > a {
    }
    #site-navigation ul ul :hover > a,
    #site-navigation ul ul .focus > a {
    }
    #site-navigation ul ul a:hover,
    #site-navigation ul ul a.focus {
    }
    #site-navigation ul li:hover > ul,
    #site-navigation ul li.focus > ul {
        left: auto;
    }
    #site-navigation ul ul li:hover > ul,
    #site-navigation ul ul li.focus > ul {
        left: 100%;
    }
    #site-navigation .current_page_item > a,
    #site-navigation .current-menu-item > a,
    #site-navigation .current_page_ancestor > a,
    #site-navigation .current-menu-ancestor > a {
    }
    /* gallery */
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }

    /* actus */

    .fdp-actus-slick .slick-track {
        margin:0 auto;
    }

    /* footer */
    #footer .menu {
        margin: 0 0 15px;
        overflow: hidden;
    }
    #footer .menu_footer ul {
        margin: 0;
        padding: 0;
    }
    #footer .menu_footer ul li {
        display: inline-block;
        list-style-type: none;
        margin: 0 15px 0 0;
    }
    #footer .menu_footer ul li a {
        display: block;
        text-decoration: none;
        font-size: 13px;
        text-decoration: none;
    }
    #footer .menu_footer ul ul {
        display: none;
    }
    #footer .menu_footer ul li a:hover {
        text-decoration: underline;
    }
    .fdp-actus-slick {
        margin: 0 -22px 60px;
    }
    .fdp-posts-item .hentry {
        /* max-width: 400px;*/
        margin: 0 20px;
    }

    #front-comptage {
        margin:0 0 60px 0;
    }

    .md-flex {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .flex {
        display: -webkit-flex;
        display: flex;
    }


    .td-aappma-tel {
        min-width: 120px;
    }

    /* MAP PARCOURS */

    .top-filters {
        margin-bottom: 40px;
    }

    .main-title {
        font-size: 48px;
    }


    #parcours-by-type {
        overflow-y: auto;
    }


    #global-map-parcours,
    #parcours-by-type {
        height:768px;
    }


    .parcours-list-toggable #global-map-parcours,
    .parcours-list-toggable #parcours-by-type,
    .map-container,
    .map-container > .row {
        height:100%;
    }


    .map-container > .row {
        margin:0;
    }

    .col-map-parcours {
        margin:0;
        padding:0;
        height:100%;
    }

    .col-parcours {
        margin:0;
        padding:0;
        height:100%;
    }

    .admin-bar .parcours-list-toggable.fullscreen {
        height: calc(100% - 32px);
        top:32px;
    }

    .parcours-filters-btn {
        display:none!important;
    }
    .parcours-by-type-list {
        display:block !important;
    }
    .fdp_box.section-bg-image .section-bg-image-bg {
        background-attachment: fixed;
    }

    /* newsletter */

    #front-newsletter .col-intro,
    #front-newsletter .col-form {
        height:100px;
    }

    .valign {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .col-form::before {
        content: '';
        background: transparent ;
        width: 1px;
        height: 100px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

    #front-newsletter .mc4wp-form {
        display:inline-block;
    }



}
@media only screen and (max-width: 991px) {

    body.active-menu,
    .html-active-menu {
        overflow: hidden;
        height: 100%;
    }
    /* responsive menu */
    #navbar-toggle {
        display: block;
    }
    #site-navigation {
        display: none;
    }
    #site-navigation .container-fluid {
        padding:0;
    }

    .html-active-menu #site-navigation {
        display: block;
    }
    #site-navigation {
        position: fixed;
        z-index: 1901;
        width: 320px;
        height: 100%;
        background: #abc023;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 45px 0px 40px 0px;
        overflow-y: auto;
        display: block;
        -moz-transform: translateX(320px);
        -webkit-transform: translateX(320px);
        -ms-transform: translateX(320px);
        -o-transform: translateX(320px);
        transform: translateX(320px);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .html-active-menu #site-navigation {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    #site-navigation a {
        display: block;
        padding: 8px 20px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size:15px;

    }
    #site-navigation a:hover {
        color: #fff
    }
    #site-navigation ul {
        padding: 0;
        margin: 0;
    }
    #site-navigation ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    #site-navigation ul li:last-child {
        border-bottom: 0;
    }
    #site-navigation ul li > ul {
        padding: 0 0 0 0;
    }
    #site-navigation ul li > ul a {
        color: rgba(255,255,255,0.8);
        font-size: 14px;
        text-transform: none;
        font-weight: normal;
    }
    #site-navigation ul li.menu-item-has-children > a {
        display: block;
        position: relative;
    }

    .sub-menu {
        display:block !important;
    }
    /*#site-navigation ul li.menu-item-has-children > a:after {
        position: absolute;
        right: 0px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        !* Better Font Rendering =========== *!
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background: transparent url("images/back-to-top.png") top left no-repeat;
        background-size: 100% auto;
        font-size: 20px;
        color: rgba(255, 255, 255, 0.2);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    #site-navigation ul li.menu-item-has-children.active a:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }*/
    /* hamburger menu */
    .hamburger-menu {
        position: absolute;
        z-index: 9999;
        top: 0px;
        right: 0px;
        padding: 15px 15px;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: #abc023;
        border: 0;
        margin: 0;
        overflow: visible;
        border-radius: 0;
    }
    .hamburger:hover {
        opacity:1;
    }
    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }
    .hamburger-inner {
        display: block;
        top: 63%;
        margin-top: -2px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 2px;
        background-color: #fff;
        border-radius: 0px;
        position: absolute;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -10px;
    }
    .hamburger-inner::after {
        bottom: -10px;
    }
    .hamburger-menu:focus,
    .hamburger-menu:hover {
        background: #abc023;
        opacity: 1;
    }
    /*
     * Spin
     */
    .hamburger--spin .hamburger-inner {
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    }
    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--spin.is-active .hamburger-inner {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        transition-delay: 0.14s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    }
    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

}
@media only screen and (min-width: 1200px) {
    #front-comptage .fdp_comptage_intro {
        height: 320px;
    }
    .fdp-comptage-slick .fdp-comptage-slick-item .fdp-comptage-slick-item-content {
        width: 320px;
        height: 320px;
    }

    /* tableau */

    /* aappma */
    .td-aappma-nom,
    .th-aappma-nom {
        width: 300px;
    }

    /* newsletter */

    .col-form::before {
        content: '';
        background: transparent url(images/ne-1.png) top center no-repeat;
        width: 100px;
        height: 100px;
        margin: 0 12% 0 0;
        display: inline-block;
        vertical-align: middle;
    }

    #front-newsletter .mc4wp-form {
        display:inline-block;
        margin:0;
    }




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

    #masthead .site-branding .site-title {
        width: 211px;
        height: 62px;
        top: 50%;
        background-size: 211px auto;
    }
    #content .fdp-box {
        padding: 40px;
    }
    #sub-header-2 ul li.sub-header-login a {
        text-indent: 0;
        background-position: 10px center;
    }

    .parcours-by-type-item-listing-item {
        padding-left: 100px;
    }

}
@media only screen and (min-width: 1400px) {
    .container {
        width: 1310px;
    }
    .slide-item-bgimage {
        height: 945px;
    }
    .fdp-posts-item .hentry {
        width: 395px;
        margin: 0 auto;
        display: block;
    }
    .widget-area .fdp-posts-item .hentry {
        width: auto;
    }

}
@media (min-width: 1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}
@media (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 991px) {
    .alt-table-responsive .table>thead {
        display:none;
    }

    .alt-table-responsive .table>tbody>tr {
        border-top: 1px solid #ccc;
        margin: 0 0 10px 0;
        display: block;
        padding-top: 10px;
    }
    .alt-table-responsive .table>tbody>tr:first-child {
        border-top:0;
    }

    .alt-table-responsive .table>tbody>tr>th,
    .alt-table-responsive .table>tbody>tr>td {
        display: block;
        width: 100%;
        border-top:0;
        padding:5px 0 0 0;
        text-align: left;
    }

    .alt-table-responsive .table>tbody>tr>td[data-th]::before {
        content:attr(data-th);
        display:inline-block;
        margin:0 5px 0 0;
    }

    .alt-table-responsive .table>tbody>tr>td.td-aappma-nom {
        font-weight: bold;
    }
    .alt-table-responsive .table-hover>tbody>tr:hover {
        background-color: transparent !important;
    }

}
/*
Redéfinition des themes de tableaux
*/

table {
	border:1px solid #ccc;
}
thead {
	font-weight:bold;
	font-variant:small-caps;
	font-size:1.2em;
	background-color:#ABC023;
	color:#fff;
}
tbody {
	
}
th {
		border:1px solid #ccc;
}
tr {
	
}
td {
		border:1px solid #ccc;
		padding:10px;
}