/*
SMALL (BASE) SIZE
These are the small/base styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************

Stylesheet: Base/Small Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
@font-face {
  font-family: 'icomoon';
  src:url('icons/icomoon.eot?a3hf6p');
  src:url('icons/icomoon.eot?#iefixa3hf6p') format('embedded-opentype'),
    url('icons/icomoon.woff?a3hf6p') format('woff'),
    url('icons/icomoon.ttf?a3hf6p') format('truetype'),
    url('icons/icomoon.svg?a3hf6p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

.icon-migration:before {
  content: "\e600";
}
.icon-comptage:before {
  content: "\e601";
}
.icon-habitat:before {
  content: "\e602";
}
.icon-juveniles:before {
  content: "\e603";
}
.icon-reproduction:before {
  content: "\e604";
}
.icon-tableaux-bord:before {
  content: "\e605";
}
.icon-search:before {
  content: "\e606";
}
.icon-arrow-down:before {
  content: "\e607";
}
.icon-actu:before {
  content: "\e608";
}
.icon-doc:before {
  content: "\e609";
}



/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.contain-to-grid{
  background: none;
}
/*********************
LINK STYLES
*********************/
a, a:visited {
  cursor: pointer;
  font-weight: 600;
  /*adds highlight on hover */
  /* on click */
  /* mobile tap color */ }
  *:link,
  *:visited{
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  *:hover{
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }
h1, .h1{
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color:#444444;
  line-height: 1.2;
}
h2, .h2{
  font-size:1.5rem;
  font-weight:700;
  text-transform: uppercase;
  color:#173957;
  line-height: 1.4;
}
.post h2{
  line-height: 1.4;
}
h3, .h3{
  font-size: 1.5rem;
  font-weight: 300 !important;
  color:#173957;
  line-height: 1.8;
}
h4, .h4{
  text-transform: uppercase;
  color:#a89957;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.home-page h2,
.home-page .h2{
  font-size:1rem;
}
.home-page p{
  font-weight: 300;
}

.home .widget_flexible-recent-posts-widget{
  margin-bottom: 3rem;
}
/*********************
HEADER STYLES
*********************/
.header {
  background:#F6F6F6;
  margin-bottom: 30px;
}
  .header #inner-header li {
    list-style: none;
     }
/*********************
NAVIGATION STYLES
*********************/

.headerContainer{
  position: fixed;
  top: 0;
}
.tab-bar{
  background:#F6F6F6;
}
.left-small{
  border-right: none;
}
.tab-bar .menu-icon span{
  box-shadow: 0 0px 0 1px  #379ec6, 0 7px 0 1px #379ec6, 0 14px 0 1px #379ec6;
}
.left-off-canvas-menu{
  background: #379ec6;
}
ul.off-canvas-list li a{
  font-weight: 300;
}
ul.off-canvas-list li a:hover{
  background: #173957;
}

.top-bar .title-area {
  z-index: 1;}
.top-bar{
  background:none;
  text-transform: uppercase;
  text-align: center;
}
.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }
.top-bar-section{
  display: inline-block;
}


.end-smartphone-menu{
  background:#F6F6F6;
}

/* Page d'accueil   .home-menu 
==============================
*/
.pre-header-menu.home-menu{
  position: absolute;
  top: 0;
  z-index: 2
}
.home #content{
  margin-top: 0;
}
.home .header{
  margin-bottom: 0;
}
/* Toggle */
.home .tab-bar{
  background: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.home .tab-bar .menu-icon span,
.home .tab-bar .menu-icon:hover span {
  -webkit-box-shadow: 1px 0px 1px 1px #fff, 1px 7px 1px 1px #fff, 1px 14px 1px 1px #fff;
  box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}




/*Fil d'Ariane*/
.breadcrumbs{
  background:none;
  border-top: none;
  border-bottom:none;border-left:none;border-right: none;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.breadcrumbs > *{
  font-size: 0.8rem;
  font-weight: 400 !important;
}
.breadcrumbs a{
  text-decoration: none !important;
}
.breadcrumbs > *:before{
  content: '»';
  top: -1px;
}
.breadcrumbs:hover{
  opacity: 1;
}

.page-title{
  margin: 0.67em 0 0.2em 0;
  padding-bottom: 10px;
  border-bottom: 1px #E3E3E3 solid;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  /*adds highlight on hover */ }
  #content a:hover,
  #content a:focus {
    color: #173957;
  }
  #content img{
    border-radius: 7px;
  }
  /* Miniatures rondes avec le texte autour */
.size-thumbnail {
	border-radius: 150px!important;
	-webkit-shape-outside:circle();
	shape-outside:circle();
}
/* Liens contenu redac */
/* Liens tooltips */
.glossaryLink{
  color:#173957;
}
#ttcont{
  background:#173957 !important;
  padding: 10px 14px 10px 14px  !important;
}
.gm-style-iw .glossaryLink, .gm-style-iw a {
display:inline-block;
}


/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }
  .entry-content hr,
  .blog hr{
    margin: 3rem 0 2rem;
  }
  .entry-content hr:before,
  .blog hr:before{
    text-align: center;
    content:url('../images/separateur-logrami.gif');
    top: -15px;
    left: 43%;
    position: relative;
    display: inline-block;
  }
  .blog hr:last-child{
    display: none !important;
  }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }




/*Champs de recherche, formulaires etc.*/
input[type="text"],
input[type="email"],textarea{
  color:#898989 ;
  background: #F6F6F6;
  font-size: 1.1rem;
  font-weight: 300 !important;
/*   padding: 25px 20px; */
  border-radius: 6px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #fff;
}
input[type="text"]:focus,
input[type="email"]:focus,textarea:focus{
  background: none;
  border: 1px solid #379EC6;
}
  ::-webkit-input-placeholder { color:#9e9e9e; }
::-moz-placeholder { color:#9e9e9e; } /* firefox 19+ */
:-ms-input-placeholder { color:#9e9e9e; } /* ie */
input:-moz-placeholder { color:#9e9e9e; }
input[placeholder] { color:#9e9e9e; }

input[type="submit"]{
  padding:0 !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  text-transform: uppercase;
}
div.wpcf7 img.ajax-loader{
  background: #fff;
  border-radius: 8px;
}

#searchform input[type="text"] {
  float: left;
}



/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
  color: black; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

#respond ul {
  margin-left: 0px; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7; }
  .commentlist li.depth-3 {
    background: #dadada; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }
  .commentlist .comment-reply-link {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #379ec6;
    border-color: #007095;
    color: white;
    float: right; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      background-color: #007095; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      color: white; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none;
    /* deep nesting */ }

#sidebar-offcanvas .widgettitle {
  color: #fff; }

.sidebar.medium-3{
  max-width: 325px;
}
.sidebar.medium-4{
  max-width: 400px;
}

#sidebar1{
  display: inline-table;
}
#sidebar1 .columns{
  padding-left: 0;
}
#sidebar1 input[type=submit]{
  height: 20px;
}
#sidebar1 .widget_mailpoet_cont .mailpoet-submit{
  margin-top: 0;
}
#sidebar1 button,
#sidebar1 .button{
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top:0.9rem;
  padding-bottom:0.9rem;
}


/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  color:#bcbcbc;
}
  .footer h4,
  .footer .h4{
    font-size: 1.1rem;
    font-weight: 300 !important;
    color:#bcbcbc;
    font-weight: 600 !important;
    line-height: 2;
    border-bottom: 1px solid #696969;
    margin-bottom: 1.7em;
  }

#preFooterContainer{
  background: url(../images/fond-footer.png) -80px -130px no-repeat #424242;
}
#preFooter{
  padding: 1.5em 0;
}
#preFooter a:hover{
  color:#78c4e2;
}
.footer .button{
  padding:0.6rem 0.9rem; 
  margin:0;
}
.footer .button.white{
  color:#bcbcbc;
  border: 1px solid #bcbcbc !important;
}
  .footer form .columns{
    padding-left: 0;
  }
  .footer .widget_mailpoet_cont .mailpoet-submit{
    margin-top: 0;
  }

  .footer input.mailpoet-input:link,
  .footer input.mailpoet-input[type="text"],
  .footer input.mailpoet-input[type="email"],
  .footer textarea.mailpoet-input{
    color:#bcbcbc;
    font-size: 1rem !important;
    background: none;
    font-size: 1.3rem;
/*     padding: 20px 15px; */
    border: 1px solid #bcbcbc;
  }
  .footer input.mailpoet-input[type="text"]:focus,
  .footer input.mailpoet-input[type="email"]:focus,
  .footer textarea.mailpoet-input:focus{
    background: none;
    color:#bcbcbc;
    border: 1px solid #fff;
  }
  .footer input.mailpoet-input[placeholder],
  .footer .mailpoet-input[placeholder]{
    color: #777777 !important;
  }
  .footer input.mailpoet-input[placeholder]:focus,
  .footer .mailpoet-input[placeholder]:focus{
      color: #fff !important;
    }

  .footer .widget_recent_entries li,
  .footer #wpfb_filelistwidget-2 li{
    padding-bottom: 0.5rem;
  }






#copyrightContainer{
  background:#383838;
}
#copyright{
  color: #606060;
  padding-top: 1.8em;
  padding-bottom: 0.6em;
}
#copyright a{
  color:#777777;
}
#copyright a:hover{
  color:#9D9D9D;
}
/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
FOUNDATION STYLES / CUSTOM DESIGN
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }

.button, .wp-block-button__link{
  z-index: 0;
  border: 1px solid #379EC6;
  color: #379EC6;
  background: none !important;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 6px;
  /*
  padding: 25px 80px;
  letter-spacing: 1px;
  margin: 15px 30px;
  */
}
.button.white{
  border: 1px solid #fff !important;
  color: #fff;
}

.button:hover, .wp-block-button__link:hover,
.button:active, .wp-block-button__active:{
  color: #fff !important;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #9c9c9c !important;
}
.button.white:hover,
.button.white:active{
  color: #9c9c9c !important;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff !important;
}

.button.excerpt-read-more{
  margin-top: 1.2rem;
}

/*=====================
 PAGE D'ACCUEIL
 ======================*/
.home #content{
  margin-bottom: 0;
}
.home-full-section{
  z-index: -2;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
}
.home-full-section:first-child{
  height: 50vh;
}
.home-section{
  padding: 3rem 0;
}
.home-section h1{
  margin-top: 0;
}
.section-intro{
  display: table;
  height: 100%;
}

.tagline{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.tagline p{
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 300 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tagline h1,
.tagline svg path{
  color:#fff;
}
.scroll{
  color:#fff !important;
  position: relative;
  bottom: 48px;
  display: block;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.scroll a,
.scroll a:link,
.scroll a:hover{
  color:#fff !important;
}

.intro-slider{
  position: absolute;
  top: 0;
  height: auto;
  z-index: -1;
}
.overlay-slider{
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #379ec6; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3OWVjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTRhNmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(55, 158, 198, 0.7) 0%, rgba(23, 57, 87, 0.7) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55, 158, 198, 0.7)), color-stop(100%,rgba(23, 57, 87, 0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(55, 158, 198, 0.7) 0%,rgba(23, 57, 87, 0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(55, 158, 198, 0.7) 0%,rgba(23, 57, 87, 0.7) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(55, 158, 198, 0.7) 0%,rgba(23, 57, 87, 0.7) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(55, 158, 198, 0.7) 0%,rgba(23, 57, 87, 0.7) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(55, 158, 198, 0.7)', endColorstr='rgba(23, 57, 87, 0.7)',GradientType=0 ); /* IE6-8 */
}
.section-intro .metaslider{
  margin: 0 !important; 
  bottom: 0;
  position: absolute;
}
.section-intro .metaslider ul li{
}
.homeslider img{
  width: 100%;
  min-height: 50vh !important;
}
.section-intro .metaslider ol{
  position: absolute !important;
  width: 100px !important;
  right: 0 !important;
  bottom: -1px !important;
  z-index: 999 !important;
}
.section-intro .metaslider .flex-control-nav li{
  list-style-type: none;
}


.home-section i,
.home article i{
  font-size: 5rem;
  color: #fff;
  background: #379EC6;
  border-radius:40px; 
}

.home .scroll i{
  background: none;
  font-size: 3rem;
}


/*
SECTION Actions
*/
.home article{
  background:#fff;
  padding: 3rem 0;
}


/*
SECTION Missions
*/
.section-missions{
  display: table;
  width: 100%;
  background:url(../images/missions.jpg) #003658 center center no-repeat;
  background-size: auto 100%;
}


/*
SECTION Actualités (home)
*/
#wpfb_filelistwidget-3 .widgettitle,
#flexible-recent-posts-widget-2 .excerpt-read-more{
  display: none;
}
.home .widget .icon{
  margin-bottom: 1rem;
}
.home .news-widget-title a,
#wpfb_filelistwidget-3 ul li a{
  text-transform: uppercase;
}




/*
SECTION MAILING LETTRE D'INFO
*/
.section-mailing{
  display: table;
  width: 100%;
  background:url(../images/fond-lettre-info.jpg) #B09953 center center no-repeat;
  background-size: auto 100%;
}
.section-mailing p{
}
  .section-mailing .widget_mailpoet_cont .mailpoet-submit{
    margin-top: 0;
  }

  .section-mailing input.mailpoet-input:link,
  .section-mailing input.mailpoet-input[type="text"],
  .section-mailing input.mailpoet-input[type="email"],
  .section-mailing textarea.mailpoet-input{
    color:#fff;
    background: none;
    font-size: 1.3rem;
    /*padding: 27px 20px; */
  }
  .section-mailing input.mailpoet-input[type="text"]:focus,
  .section-mailing input.mailpoet-input[type="email"]:focus,
  .section-mailing textarea.mailpoet-input:focus{
    background: none;
    color:#fff;
    border: 1px solid #e7ddc0;
  }
  .section-mailing input.mailpoet-input[placeholder],
  .section-mailing .mailpoet-input[placeholder]{
    color: #e7ddc0 !important;
  }
  .section-mailing input.mailpoet-input[placeholder]:focus,
  .section-mailing .mailpoet-input[placeholder]:focus{
      color: #fff !important;
    }

/*
SECTION Sensibilisation
*/
.slider-sensibilisation .metaslider .caption-wrap{
  background:rgba(41,62,81,0.7);
  color: #fff;
  opacity: 1;
  border-radius: 0 0 7px 7px;
  padding: 0.8rem 0.3rem 1rem 0.3rem;
}
#content .slider-sensibilisation .metaslider img{
  border-radius: 7px !important;
}
.slider-sensibilisation .metaslider h3{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5;
}
.slider-sensibilisation .metaslider p{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 1.3;
}
.slider-sensibilisation .metaslider .button{
  margin-bottom:0;
}
.slider-sensibilisation .flex-direction-nav li{
  display: none;
}
.slider-sensibilisation .flex-control-paging li a,
.slider-sensibilisation .flex-control-paging li a.flex-active{

}
.slider-sensibilisation .flex-control-paging li a{
  width: 15px; height: 15px;
  background: #fff;
  border: solid 2px #ccc;
  box-shadow: none;
}
.slider-sensibilisation .flex-control-paging li a.flex-active{
  background: #379ec6;
  border: solid 2px #379ec6;
}
.slider-sensibilisation .flex-control-paging li a:hover{
  background:#379ec6;
  border: solid 2px #fff;
}
.slider-sensibilisation .flex-control-nav{
  bottom: -45px;
}
.slider-sensibilisation .flex-direction-nav a {
  background: url(.././././images/bg_direction_nav.png) no-repeat 0 0;
  width: 60px; height: 60px;
}
.slider-sensibilisation .flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

/*
SECTION Exposition
*/
  .section-exposition{
    display: table;
    width: 100%;
    background:url(../images/fond-exposition.jpg) #009FC9 center center no-repeat;
    background-size: auto 100%;
  }
  .section-exposition h1{
    margin-bottom:0;
  }
  .section-exposition h3{
    margin-top: 0;
    margin-bottom: 0.8rem;
    color:#fff;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .section-exposition p{
  }




  /*Page actualités */
.flux-actu{
  margin-bottom: 1rem;
}
  .flux-actu:last-child{
    margin-bottom: 0 !important;
}
  .flux-actu .button{
    margin-bottom: 0;
  }
  .flux-actu .excerpt p{
    margin-bottom: 0;
  }
  .flux-actu .tags{
    margin-top: 1.25rem;
  }
  .flux-actu .vignette{
    width: 100%;
    border-radius: 7px;
    margin-bottom:1rem;
  }
  .flux-actu h2{
    line-height: 1.2;
  }
  .blog #content {
    margin-top: 50px;
  }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

.cmetg_poweredby{
  display: none !important;
}

/* WP-Filebase */
.wpfilebase-file-default{
  box-shadow: none;
  width: 100%;
}
.wpfilebase-file-default:hover a,
.wpfilebase-file-default a:hover,
.wpfilebase-file-default a:active{
  color: #019DC2;
}
.wpfilebase-file-default .icon{
/*  width: 30px; */
}
#content .wpfilebase-file-default .icon img{
  border-radius: 0px !important;
}
.wpfilebase-file-default .filetitle{
  text-align: left;
  height:auto;
  margin: 13px auto;
}
.wpfilebase-file-default .filetitle a{
  font-size: 1rem;
  text-shadow: none;
  line-height: 1.2;
}
.wpfilebase-file-default .info{
  background-image: none;
  padding-right: 0;
}
.wpfilebase-file-default i{
  font-size: 3.6rem !important;
  position: absolute;
  top: -20px;
  left: 0;
  padding-left: 10px;
}


/* TABLEAUX */

.masque {
display:none;
}

.gm-style-iw .igsv-table {
display:inline-flex;
}
.gm-style-iw table thead tr th, .gm-style-iw  table thead tr th, .gm-style-iw table tr th, .gm-style-iw table tr td {
padding:0.2rem;
font-size:0.7rem;
}

.igsv-table tr.row-1{
  background: #EAEAEA;
}
  .igsv-table tr.row-1 th div{
    color:#898989;
  }
  .igsv-table tr.row-1 th:hover div{
    color:#009AC1;
  }
.igsv-table tbody tr.odd{
  background:#fff;
}
.igsv-table tbody tr.even{
  background:#F6F6F6;
}
.igsv-table  th, .igsv-table  td{
text-align: center;
}

/*.igsv-table tbody tr.even:hover,
.igsv-table tbody tr.odd:hover{
  background:#AF9E64 !important;
}
.igsv-table tbody tr.even:hover td,
.igsv-table tbody tr.odd:hover td{
  color: #fff;
}*/
table.dataTable thead th,
table.dataTable thead td{
  border-bottom:none !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
  border-bottom: 1px solid #DDDDDD !important;
}

/*.dataTables_wrapper .DTTT_container,
.dataTables_wrapper .ColVis,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate{
 display: none; */
}



/* SHORTCODE ULTIMATE
--------------------- */

/*Spoiler*/
.su-spoiler .su-spoiler-title{
  color: #009AC1;
}
    .su-spoiler:hover .su-spoiler-title{
      color: #173957;
    }

.su-spoiler-style-fancy{
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #EAEAEA;
}
.su-spoiler-style-fancy > .su-spoiler-title{
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #F6F6F6;
}



/* JETPACK */
div.sharedaddy h3.sd-title{
  font-size: 1.4rem !important;
  border-top: none !important;
}


/*
MEDIUM
*/
@media only screen and (min-width: 40.063em) {
  /******************************************************************
  
  Stylesheet: Mediun Stylesheet
  
  Styles apply to 40.063em and up.
  
  ******************************************************************/
  /* GENERAL */
  h1, .h1{
  font-size: 2.2rem;
  }
  h2, .h2{
    line-height: 2.4;
  }

.tagline p{
  font-size: 1.6em;
  line-height: 1.6;
}


.home .widget_flexible-recent-posts-widget{
  margin-bottom: 0;
}

  /*********************
  NAVIGATION STYLES
  *********************/
.top-bar{
  height: 94px;
}
.top-bar .title-area{
  float:none;
  z-index: 999;
  top:10px;
  width: 150px;
  margin: 0 auto;
  right: 8px;
}
.pre-header-menu{
  width: 100%;
  background:  #F6F6F6;
  float: left;
}
    .home .pre-header-menu{
      background:  none;
    }

.top-bar-section{
  position: absolute;
  top: 25px;
  width: 100%;
  text-align: center !important;
}
.top-bar-section ul{
  display: inline-block;
}

.header #inner-header #menu-menu-principal li:nth-child(3){
  margin-right: 9em !important;
}
.top-bar-section li:not(.has-form):nth-child(4) a:not(.button){
  padding: 0 20px 0 15px !important;
}
.top-bar-section .has-dropdown:nth-child(4) > a:after{
  margin-right: 4px;
}

.top-bar-section li:not(.has-form):nth-child(5) a:not(.button){
  padding: 0 15px !important;
}

.top-bar-section ul li > a{
  color: #898989;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 700;
  background:none;
  text-align: left;
}
    .home .top-bar-section ul li > a{
      color:#fff;
    }




.intro-slider{
  top: -70px;
}
.home-full-section:first-child{
  height: 70vh;
}
.homeslider img{
  min-height: 77vh !important;
}
.slider-sensibilisation .flex-direction-nav li{
  display: block;
}
.slider-sensibilisation .metaslider .caption-wrap{
  padding: 1.2rem 1rem 1.4rem 1.6rem;
}
.slider-sensibilisation .metaslider h3{
  font-size: 1.2rem;
}
.slider-sensibilisation .metaslider p{
  font-size:  1.5rem;
}




#content {
  margin-top: 80px;
  margin-bottom: 2rem;
}
.blog #content {
 margin-top: 104px;
}

  /* NORMAL */

.top-bar-section li:not(.has-form) a:not(.button) {
  background: #F6F6F6;
}
    .home .top-bar-section li:not(.has-form) a:not(.button) {
      background: none;
    }
    .home .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
      background:  #173959;
    }

.top-bar-section .dropdown li a {
  font-weight: 600;
  padding: 8px 15px;
  color:#898989;
}
    .home .top-bar-section .dropdown li a {
      color:#fff;
    }

.top-bar-section .dropdown li a.parent-link {
  font-weight: 600;
  color: red;
}
.top-bar-section .dropdown li.title h5 a {
  color: #898989;
  line-height: 22.5px;
  display: block;
}
    .home .top-bar-section .dropdown li.title h5 a {
      color: #fff;
    }
.top-bar-section .has-dropdown > a:after{
  border-color: #ccc transparent transparent transparent;
}
  .home .top-bar-section .has-dropdown > a:after{
    border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  }

  /* HOVER */
.top-bar-section li:not(.has-form) a:not(.button):hover{
  color:#173957;
  background: #eaeaea;
}
  .home .top-bar-section li:not(.has-form) a:not(.button):hover{
    color:#173957;
    background:rgba(255, 255, 255, 0.6);
  }
.top-bar-section li.active:not(.has-form) a:not(.button):hover{
  color:#173957;
  background:#eaeaea;
}
    .home .top-bar-section li.active:not(.has-form) a:not(.button):hover{
      color:#fff;
      background:#eaeaea;
    }
.top-bar-section ul li > a.button:hover {
  background: red;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background: #F6F6F6;
  color: #173957;
}
  .home .top-bar-section ul li:hover:not(.has-form) > a {
      color: #fff;
      background: rgba(255, 255, 255, 0.3);
    }
    .home .top-bar-section .dropdown ul li:hover:not(.has-form) > a,
    .home .top-bar-section li.active:not(.has-form) a:not(.button):hover {
      color: #fff;
      background: rgba(255, 255, 255, 0.6);
    }

  /* ACTIVE */

.top-bar-section li.active:not(.has-form) a:not(.button){
  background: #F6F6F6;
}
    .home .top-bar-section li.active:not(.has-form) a:not(.button){
      color:#fff;
      background: none;
    }


.side-nav{
  display:block;
}
  .side-nav,
  #categories-3 ul,
  #menu-stations, #menu-menu-qui-sommes-nous, #menu-menu-sensibilisation{
    line-height: 1;
  }
  #categories-3 ul{
    padding: 0.875rem 0;
  }

  .side-nav ul li,
  #categories-3 ul li,
  #menu-stations li {
    margin: 0 0 0 0;
  }
  .side-nav ul li a,
  #categories-3 ul li a,
  #menu-stations li a{
    font-size:1.4em;
    font-weight: 300;
    color: #9e9e9e !important;
    padding: 0.8rem 0; 
    border-bottom: 1px solid #E3E3E3;
  }
  .side-nav li a:hover,
  #categories-3 ul li a:hover,
  .side-nav li a:active,
  #categories-3 ul li a:active,
  #menu-stations li a:hover,
  #menu-stations li a:active,
  #menu-stations li.current_page_item a{
    font-weight: 400 !important;
    color: #009AC1 !important;
  }
  .side-nav li:last-child a,
  #categories-3 ul li:last-child a,
  #menu-stations li:last-child a{
    border-bottom:none;}

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

    .entry-content hr:before{
      left:47%;
    }


  /* end .entry-content */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget {
    padding: 0 10px;
    margin-top: 2em; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  /*********************
  PLUGIN STYLES
  *********************/ 
.section-intro .metaslider .flex-control-nav{
  display: block;
}

}
/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/  
@media only screen and (min-width: 64.063em) {
  /******************************************************************
  
  Stylesheet: Large Stylesheet
  
  Styles apply to 64.063em and up.
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/

.section-intro{
}


  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px; }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/


  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  .row{
    max-width: 76.25rem;
  }



  /*********************
  PLUGIN STYLES
  *********************/ }
/*
XLARGE
*/
@media only screen and (min-width: 90.063em) {
  /******************************************************************
  
  Stylesheet: X-Large Stylesheet
  
  Styles apply to 90.063em and up.
  
  
  ******************************************************************/ }
/*
XXLARGE
*/
@media only screen and (min-width: 120.063em) {
  /******************************************************************
  
  Stylesheet: XX-Large Stylesheet
  
  Styles apply to 120.063em and up.
  
  ******************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

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

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

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 0.5cm; }

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

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

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
