/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/

a[class|="tm-btn"] {
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin: 5px;
  border: 2px solid #003355;
  display: block;
  text-align: center;
  background-color: #005385;
  margin: 0 auto 5px;
}

a[class|="tm-btn"]:hover {
  background-color: #003b5b;
}

.footer-row-lien a.tm-btn,
.footer-row-newsletter-formnewsletter .tm-btn {
  width: 160px;
  padding: 0 20px;
  margin-bottom: 15px;
  border-top: 1px solid #003355;
  border-bottom: 1px solid #003355;
  border-right: none;
  border-left: none;
  box-shadow: inset 0px 1px 0px 0px rgba(97, 148, 179, 1), 0px 1px 0px 0px rgba(97, 148, 179, 1);
}

a[class|="tm-btn"] .fa {
  margin-right: 10px;
}

a.tm-btn-bleu2,
a.tm-btn-bleu,
.tm-btn-news a {
  font-size: 18px;
  color: #fff;
  background-color: #0070b9;
  width: 170px;
  border: none;
  border-radius: 3px;
  padding: 5px;
  text-transform: uppercase;
}

.tm-btn-news {
  margin-top: 80px;
}

.tm-btn-news a:hover {
  background-color: #003b5b;
}

a.tm-btn-blanc {
  width: 250px;
  color: #002838;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px;
}

a.tm-btn-blanc:hover {
  color: #fff;
}

.puceTexte li {
  list-style-type: none;
}

.puceTexte li:before {
  content: "-";
  font-family: FontAwesome;
  margin-right: 4px;
  margin-bottom: 5px;
}

/* ================================= 
  Header
==================================== */

header {
  background-color: #fafafa;
}

header .section-header {
  height: 270px;
}

.header-row-ufbsn:nth-child(3) {
  text-align: right;
}

.item-espaceprive {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.item-espaceprive::after {
  content: "\f023";
  display: block;
  font-family: 'FontAwesome';
  font-size: 18px;
  line-height: 0.9;
}

.item-espaceprive {
  background: url(/wp-content/uploads/2017/11/header-fond-blanc-rond.png) top no-repeat;
  height: 50px;
  margin-bottom: 50px;
}

/*Menu*/

/*
.section-menu {
   background-color: #fff;
   box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
	    position: relative;
}

header ul.menu {
  margin: 0;
	display: table;
}

header .section-menu .menu li {
  display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
}

.menu-menu-principal-container ul li:nth-child(2) a {
	padding: 27px 20px;
}

.section-menu .menu li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0;
  padding: 15px 20px;
  text-transform: uppercase;
  text-align: center;
}
.section-observatoiremenu .menu li a:hover,
.section-menu .menu li a:hover,
.section-observatoiremenu .current-menu-item > a,
.section-menu .current-menu-item > a {
  background-color: #268ccf;
  color: #fff;
}
*/

/*Menu déroulant*/

.section-menu {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 0;
}

.site-header .menu-menu-principal-container ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.sub-menu {
  padding-left: 0;
}

.site-header .menu {
  z-index: 100;
  text-align: center;
}

.site-header .menu-menu-principal-container ul li {
  display: inline-block;
  background-color: #fff;
  position: relative;
}

.site-header .menu-menu-principal-container a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header .menu-menu-principal-container a:hover {
  background-color: #258CCE;
  color: #fff;
}

/* Masquer le menu déroulant */

.site-header .menu-menu-principal-container ul ul {
  display: none;
  position: absolute;
  top: 79px;
  left: 0;
  z-index: 9999;
}

/* Apparition du men u déroulant au survol*/

.site-header .menu-menu-principal-container ul li:hover>ul {
  display: inherit;
}

/* Sous-menu 1er niveau */

.site-header .menu-menu-principal-container ul ul li {
  width: 200px;
  float: none;
  display: list-item;
  position: relative;
}

/* Second niveau	*/

.site-header .menu-menu-principal-container ul ul ul li {
  position: relative;
  top: -60px;
  left: 200px;
}

.section-menu .current-menu-item>a {
  background-color: #268ccf;
  color: #fff;
}

/* Symboles menu deroulant */

.site-header .menu-menu-principal-container li>a:after {
  content: ' +';
}

.site-header .menu-menu-principal-container li>a:only-child:after {
  content: '';
}

/* ================================= 
  Home
==================================== */

.option-fondimage {
  padding: 90px 0 20px 0;
}

.option-fondimage p {
  margin-bottom: 40px;
}

.option-fondimage h1 {
  font-family: 'Quicksand', sans-serif;
  text-shadow: 1px 1px #252525;
  font-size: 44px;
  text-transform: none;
  text-align: center;
}

.option-fondimage p {
  text-shadow: 1px 1px #252525;
}

/*article*/

.section-article {
  padding: 56px 0;
}

.section-article .article-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.section-article .article-row .col_1_3 {
  flex-basis: 358px;
  padding: 20px 0 0;
}

.section-article .col_1_3 {
  box-shadow: 0px 1px 13px 0px rgba(15, 16, 16, 0.3);
  border-radius: 5px;
  margin-bottom: 40px;
}

.item-article {
  height: 570px;
  position: relative;
}

.section-article .article-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  height: 250px;
}

.article-image img {
  max-height: 250px;
  align-self: center;
}

.section-article .article-title h3 {
  padding: 0 20px;
  min-height: 70px;
}

.section-article .article-content {
  font-size: 18px;
  color: #002838;
  padding: 0 20px 20px;
}

.section-article .article-link {
  background-color: #0070b9;
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-radius: 0 0 5px 5px;
}

.section-article .article-link::after {
  content: "\f055";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 24px;
  right: 30px;
  bottom: 10px;
}

.section-article .article-link:hover {
  background-color: #003b5b;
}

.option-ombre .texte-row-col-item p a:hover {
  background-color: #003b5b;
}

.section-article .article-link p {
  margin: 0;
}

.option-fondimagesousmarin {
  background: url(/wp-content/uploads/2017/11/bg-section-home.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.option-fondimagesousmarin h2 {
  margin-bottom: 72px;
}

.is-partenaires img {
  vertical-align: middle;
  padding: 15px;
}

/* ================================= 
  L'observatoire
==================================== */

.menu-observatoire-container {
  display: inline-block;
  margin: 0 auto;
}

.menu-observatoire-container ul {
  padding: 0;
}

.menu-observatoire-container ul li {
  display: inline-block;
}

.menu-observatoire-container ul li a {
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  text-transform: uppercase;
  text-align: center;
}

.section-observatoiremenu .menu-observatoire-container {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2)
}

.section-observatoiremenu .menu-observatoire-container ul li a {
  padding-left: 10px;
  padding-right: 10px;
}

.option-fondbleu .texte-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.option-fondbleu .texte-row-col-item {
  position: relative;
  flex-grow: 1;
  flex-basis: 380px;
  text-align: center;
}

.option-fondbleu .col_1_3 .texte-row-col-item p::after {
  content: "\f065";
  font-family: 'FontAwesome';
  position: absolute;
  right: 16px;
  color: #002838;
  font-size: 30px;
  z-index: 9999;
  top: 0;
}

.section-observatoiredetail .wrap .menu-observatoire-container,
.option-fondimagesousmarin .menu-observatoire-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin-bottom: 40px;
}

.section-observatoiredetail {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-observatoiredetail .wrap h2 {
  text-align: center;
}

.section-observatoiredetail .menu-observatoire-container {
  margin-top: 70px;
}

.section-observatoiredetail .menu-observatoire-container .menu li a,
.option-fondbleu .menu-observatoire-container .menu li a {
  background-color: #002838;
  color: #fff;
  background: url(/wp-content/uploads/2017/11/fond-riviere.png) center no-repeat;
  height: 144px;
  width: 240px;
  font-family: 'Abeezee', sans-serif;
  font-size: 21px;
  padding-top: 40px;
}

.option-fondbleu .menu-observatoire-container .menu li a {
  background: url(/wp-content/uploads/2017/11/fond-riviere2.png) center no-repeat;
  color: #002838;
}

/* ================================= 
  LEs grands migrateurs
==================================== */

.site-content {
  background-color: #fafafa;
}

.option-ombre .texte-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.texte-row-col {
  flex-grow: 1;
  flex-basis: 364px;
}

.option-ombre .texte-row-col-item {
  background-color: #fff;
}

.option-ombre .texte-row-col-item p:nth-child(1) {
  text-align: center;
  padding-top: 10px;
}

.option-ombre .texte-row-col:nth-child(1) .texte-row-col-item p:nth-child(2) {
  padding-top: 40px;
}

.option-ombre .texte-row-col-item p:nth-child(2) {
  padding: 0 20px 30px;
}

.option-ombre .texte-row-col-item p a {
  background-color: #0070b9;
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

.option-ombre .texte-row-col-item p a::after {
  content: "\f090";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 25px;
  right: 30px;
  top: 15px;
}

/* ================================= 
 Actualités
==================================== */

.section-articletitle h1 {
  color: #fff;
  padding: 100px 0;
  text-align: center;
  margin-bottom: 0;
}

.section-articledate {
  box-shadow: 0px 1px 13px 0px rgba(15, 16, 16, 0.3);
  height: 50px;
}

.section-articledate p {
  margin: 0;
  padding-top: 10px;
}

.section-articledate strong {
  color: #0070b9;
}

.section-articlecontent {
  margin-top: 40px;
}

.tm-citation {
  background-color: #fcf4c6;
  color: #005385;
  padding: 10px 40px;
  position: relative;
  margin-top: 40px;
}

.tm-citation p:nth-child(1) {
  text-indent: 3em;
}

.tm-citation p {
  margin: 0;
}

.tm-citation::before {
  content: "\f10d";
  font-family: 'FontAwesome';
  position: absolute;
  left: 30px;
  top: -35px;
  font-size: 60px;
  z-index: 9999;
}

.articlecontent-nav-back .tm-btn-bleu {
  width: 245px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.articlecontent-nav-previous .tm-btn-bleu,
.articlecontent-nav-next .tm-btn-bleu {
  width: 40px;
}

.articlecontent-nav-previous a.tm-btn-bleu .fa,
.articlecontent-nav-next a.tm-btn-bleu .fa {
  margin-right: 0;
  font-size: 30px;
  font-weight: bold;
}

/* ================================= 
  Footer
==================================== */

/*layout footer*/

.footer-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section-prefooter {
  background-color: #fafafa;
}

.section-footer,
.section-footer a {
  color: #fff;
}

.footer-top {
  background-color: #fafafa;
}

.section-footer,
.footer-row,
.footer-bottom {
  background-color: #0070b9;
}

.footer-row {
  padding-bottom: 15px;
}

.footer-bottom p {
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid #003f68;
  box-shadow: inset 0px 1px 0px 0px rgba(97, 148, 179, 1);
}

.section-footer ul {
  font-weight: 400;
  list-style: none;
}

.section-footer ul li {
  line-height: 28px;
}

.section-footer ul li::before {
  content: "-";
  font-family: FontAwesome;
  color: #fff;
  margin-right: 4px;
  margin-bottom: 5px;
}

.footer-row .col-lien {
  padding-top: 100px;
}

.footer-row .col-newsletter p {
  font-size: 16px;
}

.col-lien,
.col-newsletter {
  box-shadow: -1px 0px 0px 0px rgba(97, 148, 179, 1);
  border-left: 1px solid #003355;
}

/*newsletter*/

.footer-row-newsletter-formnewsletter input[type="text"] {
  width: 300px;
  height: 30px;
  background-color: #268ccf;
  border: 1px solid #2b95da;
  margin-bottom: 20px;
}

.footer-row-newsletter-formnewsletter .tm-btn {
  width: 195px;
  margin: 0 auto;
}

.footer-row,
.footer-bottom {
  border-top: 1px solid #003f68;
  box-shadow: inset 0px 1px 0px 0px rgba(97, 148, 179, 1);
  padding-top: 20px;
}

.section-footer {
  padding-top: 20px;
}

.footer-row-menu h4,
.footer-row-newsletter h4 {
  margin-top: 0;
}

/* ================================= 
  Media queries
==================================== */

@media (max-width: 767px) {
  .footer-row-newsletter {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .section-row-ufbsn.col_1_4 {
    width: 20%;
  }
  .section-observatoiremenu .wrap {
    max-width: 660px;
  }
  .section-articlecontent .wrap {
    max-width: 800px;
  }
  .articlecontent-row-col {
    padding: 48px 30px;
  }
  .menu-observatoire-container ul li {
    margin-right: 35px;
  }
  .section-observatoiremenu .menu-observatoire-container ul li {
    margin-right: 2px;
  }
  .section-observatoiremenu .menu-observatoire-container ul {
    margin: 0;
  }
  .col-newsletter {
    padding-left: 45px;
  }
}

/*Corrections de styles*/

.opsn-poisson-wrapper h3 {
  color: #155e85;
}

.opsn-poisson-wrapper:hover h3 {
  color: #fff;
}

.poissons-template-default .row {
  margin-left: inherit;
  margin-right: inherit;
}

.poissons-template-default .articlecontent-row-content {
  padding-bottom: 20px;
}

.poissons-template-default .row.row-nav.articlecontent-nav {
    margin-top: 16px;
}

.poissons-template-default .postlinknav-wrapper a:hover {
  color: #fff;
}

/*Corrections map*/

#app h3 {
  color: #fff;
  font-size: 18px;
}