/*
Theme Name: Biznet Template
Theme URI: http://underscores.me/
Author: Biznet
Author URI: http://www.biznet-emarketing.com
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Biznet Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

/*-------------------------- 
Le fichier CSS à éditer est dans le dossier Physitek
 ---------------*/

* {
  outline: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eaeaea;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 50px #bdbdbd;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1,
.yt-vid-desc strong {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.commissions-template-default table td {
  padding: 12px;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

/* HTML */

html {
  font-family: sans-serif;
  color: black;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

body {
  padding: 146px 0 0 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #151515;
}

article a {
  color: #151515 !important;
  /* font-weight: 100 !important;
	text-decoration: none; */
  transition: 0.3s;
}

article a:hover {
  opacity: 0.5;
}

article li:hover::before {
  transform: translateX(5px);
}

h1,
h2,
h3,
h4,
h5,
.yt-vid-desc strong {
  font-family: "Raleway", sans-serif;
  color: black;
  text-transform: uppercase;
  line-height: 1.3em;
}

h2 {
  font-size: 1.8rem;
  font-weight: 800;
}

h3 {
}

h4 {
}

h5 {
}

p {
  line-height: 1.6em;
  font-size: 1.2rem;
}

ul {
}

article ul {
  list-style-type: none !important;
}

ol {
}

li {
  position: relative;
}

article ul li::before {
  content: "\26B6";
  color: #00a6ca;
  font-weight: bold;
  margin-right: 10px;
  transition: 0.3s;
  position: absolute;
  left: -30px;
}

blockquote {
}

img {
}

/* WordPress */

/* .wp-playlist, .mejs-container, .mejs-container video, .mejs-overlay, .mejs-mediaelement  {
	max-width: 940px !important;
} */

.gallery {
  display: flex;
  flex-flow: row wrap;
}

.gallery figure {
  margin: 5px;
}

.gallery a {
  display: block;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

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

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone,
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Class */

.clear {
  clear: both;
}

/* Animations */

#primary-menu .sub-menu {
  transition: all 300ms ease-in-out;
}

.wrapper {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.wrapper_nav {
}

.img-placeholder {
  background: url(img/logo-placeholder.png) no-repeat center #f6f6f6;
  position: relative;
  overflow: hidden;
}

.img-placeholder-dark {
  background: url(img/logo-dark-placeholder.png) no-repeat center #f6f6f6;
  position: relative;
  overflow: hidden;
}

.button,
.login-section #wp-submit,
.wpcf7-submit {
  height: 36px;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 4px 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

.button svg {
  margin-right: 6px;
  transition: all 200ms ease-in-out;
}

.button.search,
.button.menu,
.button.idees-recues {
  margin-left: 0 !important;
  color: #151515;
}

.button.menu {
  display: none;
}

.button.search:hover,
.button.menu:hover,
.button.idees-recues:hover {
  background-color: #f7f7f7;
}

.button.search:hover svg,
.button.idees-recues:hover svg {
  transform: rotate(24deg);
}

.button.search svg,
.button.menu svg,
.button.idees-recues svg {
  fill: #009fc6;
}

.button.ghost {
  z-index: 1;
}

.button.blue.ghost {
  color: #151515;
  padding: 4px 12px 4px 18px;
  border: 1px solid #009fc6;
  background-color: transparent;
}

#catapult-cookie-bar h3 {
  color: black !important;
  margin: 0 !important;
  background: url(img/cookie-icon.png) no-repeat left center;
  padding: 8px 0 8px 36px;
}

.cookie-bar-block #catapult-cookie-bar span {
  margin-bottom: 0 !important;
}

.button.white.ghost {
  padding: 4px 12px 4px 18px;
  border: 1px solid white;
  background-color: transparent;
}

.button.blue.ghost::before,
.button.white.ghost::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #009fc6;
  z-index: -1;
  transition: all 200ms ease-in-out;
}

.button.white.ghost::before {
  background-color: white;
}

.button.blue.ghost:hover {
  color: white;
  background-color: transparent;
}

.button.white.ghost:hover {
  color: black !important;
  background-color: transparent;
}

.button.blue.ghost:hover::before,
.button.white.ghost:hover::before {
  width: 100%;
}

.button.blue,
.login-section #wp-submit,
.wpcf7-submit {
  color: white;
  background-color: #009fc6;
}

.button.blue:hover,
.login-section #wp-submit:hover,
.wpcf7-submit:hover {
  background-color: #007592;
}

.button.orange {
  color: white;
  background-color: #fc8e2f;
}

.button.orange:hover {
  background-color: #ce670e;
}

.home-slider {
  width: 100%;
  height: 480px;
  margin-bottom: 40px;
}

.home-slider-featured-img {
  width: 62%;
  height: 480px;
  display: block;
  border: 1px solid #eeeeee;
  background: url(img/logo-placeholder.png) no-repeat center #f6f6f6;
  overflow: hidden;
  background-position: center;
  position: relative;
}

.home-slider-caption {
  width: 42%;
  height: 360px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 20px;
  top: 40px;
  padding: 30px;
  background-color: white;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  transition: all 400ms ease-in-out;
}

.home-slider-arrows {
  position: absolute;
  left: 64%;
  bottom: 20px;
  display: flex;
}

.home-slider-arrows .slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.home-slider-arrows .slick-arrow svg {
  fill: #fc8e2f;
  stroke: #fc8e2f;
  transition: all 200ms ease-in-out;
}

.home-slider-arrows .slick-arrow:hover svg {
  fill: #ce670e;
  transform: scale(0.9);
}

.post-title-medium,
#menu-footer > li > a,
body.single-commissions .page-content h2,
.entry-content h2,
.entry-content h4,
.entry-content h5,
.linewsletter > a,
#engins h2 {
  display: inline-block;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  margin-bottom: 30px;
  line-height: 1.3em;
  font-size: 1.4rem;
  position: relative;
  transition: all 200ms ease-in-out;
}

.entry-content h3 {
  display: inline-block;
  text-decoration: none;
  color: #009fc6;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  margin-bottom: 30px;
  line-height: 1.3em;
  font-size: 1.4rem;
  position: relative;
  transition: all 200ms ease-in-out;
}

.entry-content h2 span,
.entry-content h3 span,
.entry-content h4 span,
.entry-content h5 span {
  color: black !important;
}

.post-title-medium:hover {
  color: #484848;
}

.post-title-medium::after,
#menu-footer > li > a::after,
body.single-commissions .page-content h2::after,
.entry-content h2::after,
.entry-content h4::after,
.entry-content h5::after,
.linewsletter > a::after,
#engins h2::after,
#formations h2::after,
.parcours h2::after,
.debouches > h2::after {
  content: "";
  width: 34px;
  height: 3px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background-color: #fc8e2f;
  transition: all 200ms ease-in-out;
}

.entry-content h3::after {
  content: "";
  width: 34px;
  height: 3px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background-color: #b8b8b8;
  transition: all 200ms ease-in-out;
}

.post-title-medium:hover::after {
  opacity: 0;
}

.post-title-medium::before {
  content: "";
  opacity: 0;
  width: 34px;
  height: 5px;
  position: absolute;
  left: 0;
  top: calc(100% + 9px);
  z-index: 1;
  background-image: url(img/waves.png);
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 6s linear infinite;
  transition: all 200ms ease-in-out;
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 0;
  }
}

.post-title-medium:hover::before {
  opacity: 1;
}

.home-date {
  display: block;
  font-size: 0.9rem;
  color: #8e8e8e;
}

.view-more {
  text-align: right;
  margin: 0;
}

.view-more .button {
  color: #fc8e2f;
  text-decoration: none;
}

.view-more .button:hover {
  color: #ce670e;
}

section {
  margin-bottom: 40px;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.page-template-head > div {
  z-index: 2;
}

.page-template-head .thematique-tag {
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 4px 6px;
  margin: 16px 0 0 10px;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-template-head .thematique-tag:hover {
  opacity: 0.5;
}

.h1-like {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.section-title h2,
.page-template-head h1,
.h1-like {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  z-index: 2;
}

.section-title h2::before,
.page-template-head h1::before,
.h1-like::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #fc8e2f;
}

.section-title h2 strong {
  margin-left: 8px;
}

.section-title h2::after,
.page-template-head h1::after,
.h1-like::after {
  content: "";
  display: inline-flex;
  flex: 1;
  height: 1px;
  margin: 0 20px;
  background-color: #fc8e2f;
}

#home-commissions {
  display: flex;
  justify-content: space-between;
}

.home-commission {
  width: 28%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.home-commission-img {
  height: 220px;
  background: url(img/logo-placeholder.png) no-repeat center #f6f6f6;
  position: relative;
  overflow: hidden;
}

.home-commission-img > span,
.home-slider-featured-img > span,
.home-dossier-img > span {
  background-size: cover !important;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 400ms ease-in-out;
}

.home-commission-img > span::before,
.home-slider-featured-img > span::before,
.home-dossier-img > span::before,
.megamenu-peche-ton-avenir-img::before,
.peche-ton-avenir-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #009fc6;
  opacity: 0;
  transition: all 400ms ease-in-out;
}

.home-commission:hover .post-title-medium::before,
.home-dossier-container:hover .post-title-medium::before {
  opacity: 1;
}

.home-commission:hover .post-title-medium::after,
.home-dossier-container:hover .post-title-medium::after {
  opacity: 0;
}

.home-commission:hover .home-commission-img span,
.home-dossier-container:hover .home-dossier-img span,
.home-slider-featured-img:hover span,
.home-dossier-img:hover span,
#home-commissions .home-commission:first-child:hover .home-commission-img span {
  transform: scale(1.1);
}

.home-commission:hover .home-commission-img span::before,
.home-dossier-container:hover .home-dossier-img span::before,
.home-slider-featured-img:hover span::before,
.home-dossier-img:hover span::before,
#home-commissions
  .home-commission:first-child:hover
  .home-commission-img
  span::before,
.peche-ton-avenir-img:hover::before,
.megamenu-peche-ton-avenir-img:hover::before {
  opacity: 0.6;
}

#home-commissions .home-commission:first-child {
  width: 40%;
  height: 440px;
  position: relative;
}

#home-commissions .home-commission:first-child .home-commission-img {
  height: 440px;
}

.home-commission-desc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  padding-top: 20px;
}

.home-commission-desc p {
  margin-bottom: 0;
}

#home-commissions .home-commission:first-child .home-commission-desc {
  position: absolute;
  padding: 100px 20px 10px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}

#home-commissions .home-commission:first-child .home-commission-desc,
#home-commissions .home-commission:first-child .home-date,
#home-commissions .home-commission:first-child .post-title-medium {
  color: white;
}

#home-section-dossier {
  display: flex;
  justify-content: space-between;
}

.home-peche-ton-avenir {
  flex: 0 0 460px;
}

.peche-ton-avenir-img {
  width: 100%;
  height: 300px;
  display: block;
  background-size: cover;
  position: relative;
}

.home-dossier {
  flex: auto;
  padding-left: 2%;
}

.home-dossier-container {
  display: flex;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 5px;
}

.home-dossier-img {
  width: 42%;
  height: 300px;
  border: 1px solid #e8e8e8;
}

.home-dossier-desc {
  width: 56%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#home-programmes {
  background: rgb(252, 142, 47);
  background: -moz-linear-gradient(
    left,
    rgba(252, 142, 47, 1) 52%,
    rgba(246, 246, 246, 1) 53%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(252, 142, 47, 1) 52%,
    rgba(246, 246, 246, 1) 53%
  );
  background: linear-gradient(
    to right,
    rgba(252, 142, 47, 1) 52%,
    rgba(246, 246, 246, 1) 53%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8e2f', endColorstr='#f6f6f6',GradientType=1 );
}

#home-section-programmes {
  display: flex;
}

.home-calendrier {
  width: 36%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 20px 0 30px 30px;
  background-color: #f6f6f6;
}

.home-calendrier-container {
  flex: 1;
  max-height: 300px;
  overflow-y: auto;
}

.home-calendrier-container > div {
  margin-bottom: 10px;
}

.home-programmes {
  width: 64%;
  padding: 20px 30px 30px 0;
  background-color: #fc8e2f;
}

.home-programmes * {
  color: white !important;
}

.home-programmes .section-title h2::before {
  background-color: #009fc6;
}

.home-programmes .section-title h2::after {
  background-color: white;
}

#home-communiques {
  display: flex;
}

.home-communique {
  margin: 0 1%;
}

.home-communique:first-child {
  margin-left: 0;
}

.home-communique:last-child {
  margin-right: 0;
}

.communique-title-medium {
  line-height: 1.4em;
  text-transform: uppercase;
  display: block;
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 20px;
  font-family: "Raleway", sans-serif;
  transition: all 200ms ease-in-out;
}

.home-communique:nth-child(even) .communique-title-medium {
  background-color: #fc8e2f;
}

.home-communique:nth-child(odd) .communique-title-medium {
  background-color: #009fc6;
}

.home-communique-desc {
  min-height: 245px;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  transition: all 200ms ease-in-out;
}

.home-communique:nth-child(even):hover .home-communique-desc {
  border-color: #fc8e2f;
}

.home-communique:nth-child(odd):hover .home-communique-desc {
  border-color: #009fc6;
}

.home-communique:nth-child(even) .communique-title-medium:hover {
  background-color: #ce670e;
}

.home-communique:nth-child(odd) .communique-title-medium:hover {
  background-color: #008bad;
}

.home-communique:nth-child(odd) .view-more .button {
  color: #009fc6;
}

.home-communique:nth-child(odd) .view-more .button:hover {
  color: #008bad;
}

.home-communique-desc p {
  padding: 0 20px;
  margin-bottom: 0;
}

.home-communique-desc .home-date {
  margin-bottom: 4px;
}

.home-communique-desc .view-more {
  padding: 10px;
}

#home-pre-footer-section {
  background-color: #f6f6f6;
  margin-bottom: 0;
}

#home-pre-footer {
  display: flex;
}

.home-pre-footer {
  width: 50%;
  height: 200px;
  padding: 30px 1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.home-pre-footer:first-child {
  padding-left: 0;
}

.home-pre-footer:nth-child(2) {
  border-left: 2px solid #efefef;
  /* border-right: 2px solid #efefef; */
}

.home-pre-footer:last-child {
  padding-right: 0;
}

.home-pre-footer-title {
  display: block;
  color: #fc8e2f;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

.home-pre-footer-title:hover {
  color: #ce670e;
}

.home-pre-footer .button {
  text-decoration: none;
}

.home-programmes-container {
  display: flex;
}

.home-programmes-left {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.home-programmes-right {
  width: 40%;
  height: 300px;
  margin-left: 20px;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

.programme-title-medium {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

.programme-title-medium:hover {
  opacity: 0.6;
}

.home-programme {
  padding-left: 20px;
  position: relative;
}

.home-programme::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 1;
  background-color: #009fc6;
}

.event-details {
  padding: 10px;
  background-color: white;
  font-size: 0.9rem;
  border-top: 1px solid #f6f6f6;
  display: none;
}

.home-event {
  height: 40px;
  background-color: white;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.home-event.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.home-event.opened svg {
  fill: #009fc6;
}

.home-event:hover .home-event-date,
.home-event.opened .home-event-date {
  color: white;
  background-color: #009fc6;
}

.home-event.opened .home-event-time,
.home-event:hover .home-event-time {
  border-color: #8a8a8a;
}

.home-event-date {
  width: 100px;
  color: #797979;
  background-color: #eaeaea;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding: 0 8px;
  margin-right: 10px;
  font-size: 0.9rem;
  transition: all 200ms ease-in-out;
}

.home-event-name {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  display: block;
  width: 100%;
  padding-right: 100px;
  box-sizing: border-box;
}

.commissions-template-default .home-event-name,
.page-template-default .home-event-name {
  /* max-width: 32%;    */
}

.calendrier-date-map {
  position: absolute;
  right: 10px;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
}

.calendrier-date-map svg {
  margin-left: 4px;
}

.home-event-time {
  padding: 3px 8px;
  color: #797979;
  border: 1px solid #d6d5d5;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  transition: all 200ms ease-in-out;
}

.event-map {
  margin-left: 5px;
  padding: 4px 0 4px 4px;
  cursor: pointer;
  position: relative;
}

.event-map:hover::after {
  display: block;
}

.event-map::after {
  content: attr(field);
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  padding: 2px 6px;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  height: 17px;
  margin: auto;
  white-space: nowrap;
  display: none;
}

#megamenu {
  display: none;
  max-width: 1440px;
  margin: auto;
  min-height: 200px;
  position: absolute;
  top: 130%;
  left: 0;
  right: 0;
  border-radius: 0 0 4px 4px;
  padding: 30px 10px 30px 26px;
  justify-content: space-between;
  align-items: flex-start !important;
  background: rgb(237, 237, 237);
  background: -moz-linear-gradient(
    top,
    rgba(237, 237, 237, 1) 0%,
    rgba(255, 255, 255, 1) 9%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(237, 237, 237, 1) 0%,
    rgba(255, 255, 255, 1) 9%
  );
  background: linear-gradient(
    to bottom,
    rgba(237, 237, 237, 1) 0%,
    rgba(255, 255, 255, 1) 9%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
  transition: top 200ms ease-in-out;
}

#megamenu ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 50px #707070;
}

.megamenu-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 3;
}

.megamenu-peche-ton-avenir {
  flex: 0 0 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 0;
}

.megamenu-peche-ton-avenir-img {
  width: 100%;
  height: 196px;
  display: block;
  background-size: cover;
  position: relative;
  transform-origin: center center;
  transform: perspective(400px) rotateY(90deg);
  transition: all 400ms ease-in-out;
}

.menu-mega-menu-container {
  flex: 1;
}

#menu-mega-menu {
  display: flex;
  flex-wrap: wrap;
}

#menu-mega-menu,
#menu-mega-menu ul {
  margin: 0;
  padding: 0;
}

#menu-mega-menu li {
  list-style: none;
  display: block;
}

#menu-mega-menu a {
  /*	display: inline-block;*/
  color: #151515;
  text-decoration: none;
  padding: 4px 0;
}

#menu-mega-menu .sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
}

#menu-mega-menu .sub-menu li {
  width: 100%;
  padding-right: 15px;
}

.sub-menu li a::first-letter {
  font-weight: bold;
}

#menu-mega-menu .sub-menu > li {
  padding-left: 16px;
  position: relative;
}

#menu-mega-menu .sub-menu li::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  display: inline-block;
  height: 0.25em;
  transform: rotate(45deg);
  left: 0;
  top: 0.48em;
  vertical-align: top;
  width: 0.25em;
  color: #009fc6;
}

#menu-mega-menu .sub-menu a {
  font-size: 0.9rem;
}

#menu-mega-menu .sub-menu a:hover {
  color: #009fc6;
}

#menu-mega-menu > li {
  padding-left: 20px;
  width: 33%;
  box-sizing: border-box;
}

#menu-mega-menu > li > a {
  display: inline-flex;
  flex-direction: column;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

#menu-mega-menu > li > a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-top: 10px;
  background-color: #fc8e2f;
}

.megamenu-in {
  display: flex;
  padding-right: 26px;
  max-height: 60vh;
  overflow-y: auto;
}

#masthead.menu > .wrapper,
#masthead.move-logo > .wrapper {
  border: 0;
}

.burger-button {
  width: 20px;
  height: 16px;
  margin-right: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.burger-button span {
  width: 14px;
  height: 2px;
  display: inline-block;
  background-color: #009fc6;
  transition: all 200ms ease-in-out;
}

.button.menu:hover .burger-button span {
  width: 20px;
}

.burger-button::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #009fc6;
  transform-origin: top left;
  transition: all 200ms ease-in-out;
}

.burger-button::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #009fc6;
  transform-origin: bottom left;
  transition: all 200ms ease-in-out;
}

#masthead.menu .button.menu {
  background-color: #f7f7f7;
}

#masthead.menu .burger-button span {
  opacity: 0;
}

#masthead.menu .burger-button::before {
  transform: rotate(45deg);
}

#masthead.menu .burger-button::after {
  transform: rotate(-45deg);
}

#masthead.menu #megamenu {
  top: 100%;
}

.page-template-head h1 span {
  font-weight: 500;
}

.page-template-head h1 span {
  margin-right: 8px;
}

#breadcrumbs {
  cursor: default;
  display: inline-block;
  margin-top: 0;
  font-size: 1rem !important;
  border: 1px solid #eaeaea;
  padding: 6px 12px;
}

#breadcrumbs a {
  text-decoration: none;
  color: #151515;
  margin-right: 6px;
}

.orange-breadcrumb #breadcrumbs {
  color: #fc8e2f;
  border: 1px solid #fc8e2f;
  padding: 6px 12px;
}

.orange-breadcrumb #breadcrumbs a {
  color: #fc8e2f;
}

#breadcrumbs a:hover {
  color: black;
}

#breadcrumbs .breadcrumb_last {
  margin-left: 6px;
}

.page-template-head {
  margin-bottom: 32px;
  overflow: hidden;
  animation: header 1200ms cubic-bezier(0.8, 0, 0.2, 1);
}

@keyframes header {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  15% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}

.commissions-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.commissions-list .home-commission {
  height: 290px;
  position: relative;
  background: red;
  color: white;
  margin: 15px;
}

.commissions-list .button {
  position: absolute;
  justify-content: center;
  left: 0;
  bottom: -50px;
  right: 0;
  height: 42px;
  color: white;
  background-color: #fc8e2f;
  transition: all 200ms ease-in-out;
}

.commissions-list .button:hover {
  background-color: #ce670e;
}

.commissions-list .home-commission-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 20px 6px 20px;
  background-color: rgba(0, 159, 198, 0.6);
  transition: all 300ms ease-in-out;
}

.commissions-list .home-commission-desc a {
  color: white;
}

.commissions-list .home-commission-img {
  height: 100%;
  background: url(img/logo-dark-placeholder.png) no-repeat center #4f4f4f;
}

.commissions-list .post-title-medium {
  font-size: 1.2rem;
}

.commission-bloc-details {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 200ms ease-in-out;
}

.commissions-list .home-commission:hover .commission-bloc-details {
  height: 200px;
  opacity: 1;
}

.commissions-list .home-commission:hover .home-commission-desc {
  background: transparent;
}

.commissions-list .home-commission:hover .button {
  bottom: 0;
}

.commissions-list .home-date,
.commission-date {
  display: inline-block;
  color: white;
  border: 1px solid #b78153;
  padding: 4px 6px;
  margin-top: 16px;
  font-size: 0.8rem;
  z-index: 1;
}

.commission-date {
  border-color: #fc8e2f;
  background-color: #fc8e2f;
  font-weight: 600;
}

.commissions-list .post-title-medium::before {
  filter: brightness(0.8) invert(1);
}

.head-commission {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(img/commission-single-head.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 0 20px;
}

.head-commission::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 159, 198, 0.6);
}

.head-commission h1 {
  color: white;
  display: inline-block;
  flex: none;
  margin: 0;
}

.head-commission h1::after {
  display: none;
}

.page-wrapper {
  display: flex;
  animation: panel 1000ms ease-in-out;
}

@-webkit-keyframes panel {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  60% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.page-content {
  flex: 1;
  padding-right: 2%;
}

.page-sidebar {
  flex: 0 0 400px;
  min-height: 300px;
  position: relative;
  margin-bottom: 20px;
}

.page-sidebar-sticky {
  position: sticky;
  top: 100px;
}

.page-sidebar-sticky > div {
  background-color: #f6f6f6;
  padding: 26px 20px;
  margin-bottom: 20px;
}

.page-sidebar-sticky > div h2 {
  display: block;
  margin-top: 0;
  font-size: 1.6rem;
}

.page-sidebar-sticky > div h2 strong {
  margin-left: 0;
}

.page-sidebar-sticky > div h2::after {
  display: none;
}

.empty-calendar {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  color: #b3b3b3;
}

.empty-calendar svg {
  fill: #d6d6d6;
  width: 26px;
  height: 26px;
  margin-right: 14px;
}

.sidebar-news .sidebar-news-bloc:last-child {
  margin-bottom: 0;
}

.sidebar-news-bloc {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.archive-list li a {
  position: relative;
  margin-bottom: 18px;
  padding-left: 20px;
}

.sidebar-news-bloc::after,
.archive-list li a::after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 1;
  background: url(img/blue-right.png) no-repeat right center;
}

.sidebar-news-bloc .post-title-medium {
  color: black;
  text-decoration: none;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.sidebar-news-bloc .post-title-medium:hover {
  opacity: 0.5;
}

.sidebar-news-bloc .post-title-medium::before,
.sidebar-news-bloc .post-title-medium::after {
  display: none;
}

.sidebar-news-bloc p,
.sidebar-news-bloc .home-date {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.sidebar-news-bloc .button {
  text-transform: none;
  padding: 0;
  display: none;
}

.sidebar-news-bloc .view-more {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 10px;
}

.sidebar-news-bloc:last-child .view-more {
  border: 0;
}

.single-commission-referent {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.single-commission-referent .referent strong {
  display: block;
  color: #fc8e2f;
  font-family: "Raleway", sans-serif;
}

.single-commission-referent .referent {
  padding-left: 84px;
  background: url(img/picto-referent.png) no-repeat center left;
}

.single-commission-referent .referent p {
  margin-top: 0;
  margin-bottom: 0;
}

.single-commission-referent .referent p a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.back-button {
  margin-top: 10px;
}

.archive-list li {
  list-style: none;
  font-weight: 600;
}

.archive-list li a {
  text-transform: capitalize;
  color: black;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 5px;
  font-weight: normal;
}

.archive-list li a:hover {
  color: #484848;
}

.page-sidebar .peche-ton-avenir-img {
  height: 276px;
  margin-bottom: 20px;
}

.news-page .page-sidebar-sticky > div {
  background-color: white;
}

.archive-page .home-dossier-container {
  padding: 0;
}

.news-page .page-sidebar-sticky .home-dossier-container,
.archive-page .page-sidebar-sticky .home-dossier-container {
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.news-page .page-sidebar-sticky .post-title-medium,
.archive-page .page-sidebar-sticky .post-title-medium {
  font-size: 1.2rem;
}

.news-page .page-content .home-dossier-img,
.archive-page .page-content .home-dossier-img {
  height: 260px;
}

.news-page .page-sidebar-sticky .home-dossier-img,
.archive-page .page-sidebar-sticky .home-dossier-img {
  width: 30%;
  height: 180px;
}

.news-page .page-sidebar-sticky .home-dossier-desc,
.archive-page .page-sidebar-sticky .home-dossier-desc {
  width: 63%;
}

.news-page .page-content .home-dossier-container,
.archive-page .page-content .home-dossier-container {
  margin-bottom: 20px;
}

.news-page .thematique-tag,
.archive-page .thematique-tag {
  text-decoration: none;
  display: inline-block;
  color: white;
  background: #343c44;
  padding: 4px 6px;
  margin: 10px 10px 0 0;
  font-size: 0.8rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: all 200ms ease-in-out;
}

.news-page .thematique-tag:hover,
.archive-page .thematique-tag:hover {
  background-color: #009fc6;
  color: white;
}

.featured-posts .home-dossier-container {
  flex-direction: column;
  justify-content: flex-start;
  width: 49%;
}

.featured-posts {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.featured-posts .home-dossier-img,
.featured-posts .home-dossier-desc {
  width: 100%;
}

.featured-posts .home-dossier-img {
  margin-bottom: 20px;
}

.featured-posts .featured-in {
  display: flex;
  justify-content: space-between;
}

.featured-posts .section-title h2::after {
  margin-right: 0;
}

.more-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.more-posts > div {
  color: black;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  border-left-width: 3px;
  padding: 10px 20px;
  width: 29%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1%;
  transition: all 200ms ease-in-out;
}

.more-posts > div a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  display: block;
  width: 100%;
}

.more-posts > div:hover {
  color: #009fc6;
  border-color: #009fc6;
}

.more-posts > div .home-date {
  margin-top: 6px;
}

.more-posts > div .thematique-tag {
  border: 0;
  margin: 8px 10px 0 0;
  padding: 0 0 0 10px;
  color: #009fc6;
  border-left: 2px solid #dedede;
  background: none;
}

.more-posts > div .more-thematiques .thematique-tag:first-child {
  padding: 0;
  border-left: 0;
}

.more-posts > div .thematique-tag:hover {
  color: #007592;
  background-color: transparent;
}

#square_francemap_regions_content {
  float: none;
  flex: auto;
  max-width: 100%;
  position: relative;
}

#square_francemap_regions_content,
#square_francemap_regions_content > h3 {
  margin-top: 0;
}

#square_francemap_regions_content > h3 {
  padding: 0 0 6px 0;
  font-family: "Raleway", sans-serif;
  line-height: 1em;
}

.square_francemap_region_infos {
  margin-bottom: 20px;
  padding: 20px;
  background: #f6f6f6;
}

.square_francemap_region_infos h4 {
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.square_francemap_region_infos .square_francemap_region_infos_inner {
  padding-bottom: 0;
}

.square_francemap_region_infos_inner {
  margin-top: 15px;
}

.clearfix-regions {
  display: flex;
}

#square_francemap_regions_svg {
  float: none;
  flex: 0 0 500px;
}

#square_francemap_regions_svg svg {
  width: 500px;
  height: 500px;
}

.square_francemap_regions_content_empty {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #797979;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.square_francemap_regions_content_empty svg {
  fill: #d6d6d6;
  margin-bottom: 20px;
}

#square_francemap_regions_svg g {
  transform: scale(0.8) translate(30px, 30px);
}

nav.pagination .nav-links * {
  min-width: 34px;
  height: 34px;
  text-decoration: none;
  color: black;
  font-weight: 500;
  margin-right: 10px;
  padding: 0 6px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav.pagination .nav-links *:hover {
  border-color: black;
}

nav.pagination .nav-links:last-child {
  margin-right: 0;
}

nav.pagination .nav-links {
  display: flex;
  justify-content: center;
}

nav.pagination .nav-links .page-numbers.dots {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #969696;
  pointer-events: none;
}

nav.pagination .nav-links .page-numbers.current {
  background-color: black;
  border-color: black;
  color: white;
  pointer-events: none;
}

#content .page-content p,
#content .page-content li {
  font-size: 19px;
}

body.archive .home-dossier-desc {
  width: 100%;
}

.page-template-head .commission-date {
  font-size: 1rem;
}

.texte-chapeau {
  min-height: 200px;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #eaeaea;
  position: relative;
}

.texte-chapeau::before {
  content: "";
  width: 4px;
  height: 60px;
  position: absolute;
  left: -2px;
  top: 20px;
  background-color: #fc8e2f;
}

.texte-chapeau p:first-child {
  margin-top: 0;
}

.texte-chapeau p:last-child {
  margin-bottom: 0;
}

.texte-chapeau strong {
  font-family: "Raleway", sans-serif;
}

.program-list > div {
  width: 44%;
}

.statut-programme {
  margin-top: 8px;
  padding: 4px 8px;
  font-size: 0.8rem;
  font-weight: 600;
  position: relative;
  border-radius: 20px;
}

.statut-programme::before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.statut-programme.home {
  margin: 6px 0 10px 0;
  color: #ffcb9d !important;
  background-color: #d87722 !important;
  display: inline-block;
}

.statut-programme.home::before {
  display: none;
}

.statut-programme.en-cours {
  color: white;
  background-color: #2dbf83;
}

.statut-programme.en-cours::before {
  background-color: white;
}

.statut-programme.termine {
  color: #797979;
  background-color: #eaeaea;
}

.statut-programme.termine::before {
  background-color: #b5b5b5;
}

.page-template-head .statut-programme {
  display: inline-block;
  margin: 0 0 0 8px;
}

.home-dossier-desc .idee {
  padding-left: 54px;
  background: url(img/picto-idees.png) no-repeat left top;
  background-size: 46px;
}

.mt-0 {
  margin-top: 0;
}

.single-idee-response {
  background: url(img/vrai-faux.png) no-repeat right center;
  background-size: 100px;
}

.single-idee-response .referent {
  height: 44px;
  background: url(img/picto-idees.png) no-repeat left top;
  background-size: contain;
  display: flex;
  align-items: center;
  padding-left: 60px;
}

.single-idee-response .referent strong {
  color: #009fc6;
}

/* Map / here / ici */

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
  height: 100px;
  position: fixed;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: white;
  z-index: 100;
  transition: all 200ms ease-in-out;
}

#masthead.fixed {
  height: 80px;
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.1);
}

#masthead .button {
  margin-left: 12px;
}

#masthead > .wrapper {
  height: 100px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  transition: height 200ms ease-in-out;
}

#masthead.fixed > .wrapper {
  height: 80px;
  border-bottom: 0;
}

#masthead.fixed #logo {
  flex: 0 0 60px;
}

#masthead.menu #logo,
#masthead.move-logo #logo {
  flex: 0 0 60px;
  padding-top: 18px;
}

#masthead.fixed.menu #logo {
  flex: 0 0 60px;
  padding-top: 10px;
}

#masthead > .wrapper .site-nav-container {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column-reverse;
}

.menu-up {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: end;
}

.menu-up li {
  position: relative;
}

.menu-up > li {
  list-style: none;
  display: inline-block;
}

.menu-up > li > a {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 7px;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #151515;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;

  padding: 4px 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: bold;
}

#menu-item-30311 img {
  margin-right: 6px;
}

.pointer-events-none {
  pointer-events: none;
}

#masthead > .wrapper .site-nav-container .search-container {
  display: none;
  position: absolute;
  right: 130px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 1;
}

#masthead > .wrapper .site-nav-container .search-container .close-search {
  cursor: pointer;
  width: 28px;
  height: 32px;
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
  border-bottom: 1px solid #ccc;
}

#masthead
  > .wrapper
  .site-nav-container
  .search-container
  .close-search:hover
  svg {
  fill: black;
}

#masthead > .wrapper .site-nav-container .search-container > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#masthead > .wrapper .site-nav-container .search-form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#masthead > .wrapper .site-nav-container .search-form .search-submit {
  height: 37px;
  width: 36px;
  border: 0;
  font-size: 0;
  border-bottom: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: white;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="20" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23fc8e2f" stroke="%23fc8e2f" clip-rule="evenodd"><path d="M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z"/></svg>');
}

#masthead > .wrapper .site-nav-container .search-form .search-submit:hover {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="20" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23fc8e2f" stroke="%23fc8e2f" clip-rule="evenodd"><path d="M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z"/></svg>');
}

#masthead > .wrapper .site-nav-container .search-form label {
  width: 50%;
  height: 36px;
  border-bottom: 1px solid #ccc;
}

#masthead > .wrapper .site-nav-container .search-form .screen-reader-text {
  display: none;
}

#masthead > .wrapper .site-nav-container .search-form .search-field {
  width: 100%;
  border: 0;
}

#logo {
  width: 120px;
  margin-right: 20px;
  padding-top: 10px;
  flex: 0 0 120px;
  z-index: 1;
  transition: all 200ms ease-in-out;
}

#logo img {
  max-width: 100%;
  border-right: 20px solid #fff;
}

#site-navigation {
  width: 100%;
}

#primary-menu {
  margin: 0;
  padding: 0;
}

#primary-menu > li {
  list-style: none;
  display: inline-block;
}

#primary-menu > li > a {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 7px;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #151515;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

#primary-menu > li > a span {
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
}

#primary-menu > li > a span::before {
  content: attr(data-title);
  height: 36px;
  color: #fc8e2f;
  position: absolute;
  display: flex;
  align-items: center;
  top: 100%;
  transform: translate3d(0, 0, 0);
}

#primary-menu > li:hover > a span {
  transform: translateY(-100%);
}

/*--------------------------------------------------------------
Template Panorama
--------------------------------------------------------------*/
.chiffre-cle {
  padding: 50px 0;
  text-align: center;
}

.chiffres_clees {
  display: flex;
  justify-content: center;
}

.chiffre > div {
  display: flex;
  align-items: center;
}

.chiffre > div > span {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 50px;
  margin: 0 15px;
}

.chiffre > h3 {
  margin-top: 5px;
  font-weight: unset;
  text-transform: uppercase;
  font-size: 25px;
}

.chiffre {
  margin-right: 50px;
}

.peche-metropole {
  min-height: 450px;
  display: flex;
}

.peche-metropole-content,
.peche-metropole-img {
  width: 50%;
  padding: 50px 0;
}

.peche-metropole-content > div {
  width: 80%;
  margin: auto;
}

.peche-metropole-img {
  background-size: cover;
  background-position: center;
}

.nos-especes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.nos-especes h2 {
  font-size: 1.5em;
  text-align: left !important;
}

.espece {
  display: flex;
  width: 90%;
  padding: 25px 25px;
  box-shadow: 0px 0px 19px 4px rgba(150, 150, 150, 0.4);
  cursor: pointer;
  overflow-y: hidden;
  background-color: white;
  margin-bottom: 20px;
  transition: all 200ms linear;
}

.espece:hover {
  box-shadow: none;
}

.espece.open:hover {
  box-shadow: 0px 0px 19px 4px rgba(150, 150, 150, 0.4);
}

.espece-slider {
  width: 40%;
  background-color: #009fc6;
  transition: all 200ms ease-in-out;
}

.espece-slider .espece-slider-img {
  transition: all 200ms ease-in-out;
}

.espece:hover .espece-slider .espece-slider-img {
  opacity: 0.5;
}

.espece.open:hover .espece-slider .espece-slider-img {
  opacity: 1;
}

.espece-slider-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.espece-content {
  width: 60%;
  margin-left: 40px;
  position: relative;
}
.espece-content h2 {
  margin: 0;
  margin-bottom: 5px;
}
.espece-content p {
  margin-top: 0;
}
.espece-content-title {
  display: none;
}

.espece-content-title-secondo {
  display: none;
  height: 30%;
  flex-direction: column;
  justify-content: center;
  background-color: white;
}

.espece-content-title-secondo h2 {
  margin-bottom: 5px;
  margin-top: 0;
}

.espece-content-title-secondo p {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
}

.espece-content-title-secondo a {
  text-decoration: none;
  color: #fc8e2f;
  font-size: 13px;
  transition: 0.3s;
}

.espece-content-title-secondo a:hover {
  text-decoration: underline;
}
.espece-content-title p {
  margin-top: 0;
  margin-bottom: 0;
}

.espece-content-hide {
  display: none;
}
.espece-content-hide h3 {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 5px;
  border-left: 5px solid #fc8e2f;
  padding-left: 5px;
}
i.fas.fa-ellipsis-h {
  position: absolute;
  left: 0;
  width: 40px;
  bottom: -20px;
  font-size: 20px;
  color: #fc8e2f;
}
.active {
  display: block;
}
.espece-content-hide p {
  font-size: 13px;
  margin-top: 0;
}

.peche-metropole-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*--------------------------------------------------------------
Template Qui sommes nous
--------------------------------------------------------------*/
.about-us h2 {
  font-weight: 700;
  margin-top: 0;
}

.about-us {
  padding: 25px 0 !important;
}

.box-about-us {
  width: 50%;
  margin: 0 15px;
}

.img-about-us {
  height: 100%;
  margin-left: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-about-us {
  height: 100%;
  width: 80%;
}

.content-about-us > p:first-of-type {
  padding-top: 0;
}

.box-about-us p {
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 15px;
  margin-top: 0;
  padding-left: 10px;
  /* border-left: 5px solid #fc8e2f; */
}

.our-job h2,
.our-engagement h2,
.our-gourvernance h2,
.our-team h2 {
  font-weight: 700;
}

.our-job-and-our-engagement {
  display: flex;
}

.our-job-and-our-engagement > div {
  width: 50%;
  padding: 25px 15px;
}
.our-engagement {
  background-color: #555555;
  padding: 25px 40px 20px 0px;
  min-height: 450px;
}

.our-engagement h2 {
  color: white;
}

.our-job {
  padding: 25px 20px 25px 40px;
}

.our-job h2,
.our-engagement h2 {
  padding: 0 20px;
}

.our-job h2 {
  text-align: right;
}

.our-engagement p {
  font-size: 15px;
  color: white;
}

.our-gourvernance h2,
.our-team h2 {
  text-align: center;
  padding: 0 20px;
}

.boxs-about-us,
.boxs-our-jobs,
.boxs-our-gourvernance,
.boxs-our-team {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

.boxs-our-gourvernance {
  margin: 0 auto;
  flex-flow: row wrap;
}

.boxs-our-jobs {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
}

.box-our-jobs {
  width: 30%;
  min-height: 140px;
  text-align: center;
  border: 1px solid #fc8e2f;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}

.box-our-gourvernance {
  width: 33.33%;
  padding: 25px;
}

.box-our-gourvernance p {
  font-size: 15px;
}
.our-team {
  border-bottom: 15px solid #f3f3f3;
  padding-bottom: 0;
}

.box-our-team {
  width: 14%;
  margin: 25px 10px;
  border: 1px solid #ddd;
  padding-bottom: 40px;
  cursor: default;
  position: relative;
  transition: 0.3s;
}

.box-our-jobs i.far {
  font-size: 30px;
  color: #fc8e2f;
  transition: 0.3s;
}

.box-our-jobs h3 {
  margin-bottom: 0;
  transition: 0.3s;
  font-size: 13px;
  margin: 10px;
  width: 100%;
}

.espece h2 {
  padding: 0;
}

.box-our-jobs:hover {
  background-color: #fc8e2f;
}

.box-our-jobs:hover .far,
.box-our-jobs:hover h3 {
  color: white;
}

.our-job,
.our-team {
  min-height: 450px;
  padding: 25px 15px;
}
.about-us,
.our-gourvernance {
  background-color: #f3f3f3;
  padding: 25px 15px;
}

.box-content-flex {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
}

.photo-content {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.box-content-flex p,
.box-content-flex h3 {
  margin: 0;
}

.box-our-team h3 {
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  z-index: 3;
}

.box-our-team p {
  font-size: 15px;
  width: 80%;
  margin-top: 0;
  margin: auto;
  text-align: center;
}

.team-image {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.box-our-team hr {
  width: 20%;
  margin-top: 15px;
  height: 3px;
  border: 0;
  background-color: #fc8e2f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  transition: 0.2s;
}
.box-our-team:hover hr {
  opacity: 0;
}
.box-our-team:hover #mask {
  opacity: 1;
}

.box-our-team:hover .contact-team {
  bottom: 20px;
  opacity: 1;
}

.box-our-team:hover {
  background-color: #f3f3f3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#mask {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.contact-team {
  position: absolute;
  bottom: -35px;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.contact-team > a {
  padding: 5px 15px;
  color: white;
  font-size: 20px;
  transition: 0.3s;
}

.contact-team > a:hover {
  color: #aaaaaa;
}

.contact-team > a:first-of-type {
  border-right: 2px solid white;
}

.our-partners-container {
  background: #f3f3f3;
}

.our-partners {
  min-height: 150px;
}

.our-partners img {
  width: 100%;
  max-width: 60px;
  height: 100%;
  margin: auto;
}

.slick-track {
  display: flex;
  align-items: center;
}

#engins {
  display: flex;
  justify-content: space-between;
}

#engins .engins_peche_actifs,
#engins .engins_peche_passifs {
  width: 48%;
  height: fit-content;
  margin-bottom: 50px;
}

#engins .program-list > div {
  width: 100%;
}

/*--------------------------------------------------------------
4.0 Page
--------------------------------------------------------------*/
#page {
}

#content {
}

#primary {
}

#main {
}

#secondary {
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
  color: white;
  margin-top: 20px;
}

#colophon .post-title-medium,
#menu-footer > li > a,
.linewsletter > a {
  color: white;
  pointer-events: none;
  font-size: 1.2rem;
}

#footer-menus {
  padding: 40px 0;
  background-color: #009fc6;
}

#copyright {
  color: #b7b7b7;
  margin: 0;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  background-color: black;
}

#copyright a {
  color: #b7b7b7;
  margin-left: 5px;
  text-decoration: none;
}

#footer-menus > .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#menu-footer {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

#menu-footer li {
  list-style: none;
}

#menu-footer > li {
  /* margin: 0 30px; */
}

#menu-footer > li > a,
.linewsletter > a {
  font-weight: 600;
}

#menu-footer > li > a::after,
.linewsletter > a::after {
  width: 24px;
  height: 2px;
}

#menu-footer > li:last-child {
  margin-right: 0;
}

#menu-footer .sub-menu {
  padding: 0;
  max-width: 310px;
}

#menu-footer .sub-menu a {
  display: inline-flex;
  text-decoration: none;
  color: #d0f6ff;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

#menu-footer .sub-menu a:hover {
  color: white;
}

#menu-item-29879 .sub-menu {
  display: flex;
}

i.fab.fa-facebook-square,
i.fab.fa-twitter-square,
i.fab.fa-linkedin-square {
  font-size: 24px;
  margin-right: 10px;
}

/* CONTACTFORM 7 */

/* footer select option {
	color: black;
}

footer .wpcf7-file {
	cursor: pointer;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	background-color: transparent;
	border-bottom: 1px solid !important;
	border: 0px;
	width: 90%;
	font-size: 0.9rem;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder, .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-textarea::placeholder {
	font-size: 0.9rem;
}

span.wpcf7-not-valid-tip {
	font-size: 0.8em !important;
	font-weight: 600 !important;
	color: #fc8e2f !important;
}

div.wpcf7-response-output {
	margin: 0;
	background: white;
	border-color: white;
	color: black;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	background-image: linear-gradient(45deg, transparent 50%, #fc8e2f 50%), linear-gradient(135deg, #fc8e2f 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
	line-height: 1.5em;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	background-position-y: center;
}

.wpcf7-form-control.wpcf7-textarea {
	background-color: transparent;
	border-top: 0px none;
	border-right: 0px none;
	border-left: 0px none;
	border-image: none 100% / 1 / 0 stretch;
	overflow: hidden;
	max-width: 370px;
	min-width: 370px;
	min-height: 110px;
	max-height: 110px;
	border-bottom: 1px solid !important;
}

.wpcf7-form-control.wpcf7-file {
	cursor: pointer;
}

.footer-form .wpcf7-form-control.wpcf7-submit {
	border: 0;
	background-color: transparent;
	color: white;
	text-transform: inherit;
}

.footer-form .button:hover > input{
	color: black !important; 
}

.footer-form label {
	position: absolute;
	font-size: 0.9rem;
	transition: 0.2s;
}

.footer-form .wpcf7 {
	display: none;
}

.document input {
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.document {
	z-index: 2;
} */

.moved {
  margin-top: -20px;
  opacity: 0.7;
}

.sm-share {
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  border: 1px solid #eaeaea;
  padding: 18px 20px 18px 60px !important;
  background: url(img/share-icon.png) no-repeat 18px center white !important;
}

.ssbp-wrap > div {
  text-align: left;
  display: flex;
  align-items: center;
}

.ssbp-wrap > div a img {
  padding: 0;
  margin-left: 6px;
  width: 30px !important;
}

.allnews {
  width: 100%;
  justify-content: center;
}

.custom-posts-nav {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  width: 100%;
}

.custom-posts-nav > div {
  width: 50%;
  min-height: 50px;
}

.custom-posts-nav > div:first-child {
  border-right: 1px solid #eaeaea;
  position: relative;
}

.custom-posts-nav > div:first-child::after {
  content: "";
  width: 4px;
  height: 30%;
  background-color: #fc8e2f;
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.custom-posts-nav > div:first-child a {
  text-align: right;
  padding: 20px 20px 20px 50px;
  justify-content: flex-end;
  background: url(img/arrow-blue-left.png) no-repeat 20px center white;
}

.custom-posts-nav > div:last-child a {
  text-align: left;
  padding: 20px 50px 20px 20px;
  background: url(img/arrow-blue-right.png) no-repeat right 20px center white;
}

.custom-posts-nav a {
  width: 100%;
  height: 100%;
  color: black;
  background-color: white;
  display: flex;
  align-items: center;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  box-sizing: border-box;
}

.custom-posts-nav a:hover {
  color: rgb(119, 119, 119);
}

.btn-allcommissions {
  margin: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.mb-10 {
  margin-bottom: 10px;
}

.sidebar-post-date {
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  border: 1px solid #eaeaea;
  padding: 18px 20px 18px 60px !important;
  background: url(img/calendar-icon.png) no-repeat 18px center white !important;
}

.sidebar-post-date a {
  display: flex;
  cursor: pointer;
  position: relative;
}

.sidebar-post-date a svg {
  fill: #009fc6;
}

.sidebar-post-date a svg:hover {
  fill: #007592;
}

.sidebar-post-date a::before {
  content: attr(tooltip);
  position: absolute;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 8px 10px;
  right: 0;
  bottom: 100%;
  white-space: nowrap;
  font-weight: normal;
  pointer-events: none;
  user-select: none;
  transition: all 200ms ease-in-out;
  opacity: 0;
}

.sidebar-post-date a::after {
  content: "";
  position: absolute;
  right: 5px;
  border: 5px solid transparent;
  bottom: calc(100% - 5px);
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0.9);
  user-select: none;
  transition: all 200ms ease-in-out;
  opacity: 0;
}

.sidebar-post-date a:hover::before {
  opacity: 1;
  bottom: calc(100% + 5px);
}

.sidebar-post-date a:hover::after {
  opacity: 1;
  bottom: 100%;
}

.downloads-container .referent {
  background: url(img/download.png) no-repeat center left;
}

.content-downloads {
  display: flex;
  flex-direction: column;
}

.content-downloads a {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: black;
  text-decoration: none;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.3em;
  padding-left: 20px;
  background: url(img/blue-right.png) no-repeat left center;
  background-size: 7px;
  transition: all 200ms ease-in-out;
}

.content-downloads a:hover {
  opacity: 0.5;
}

.entry-content a {
  color: black;
  font-weight: 600;
}

.ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  bottom: -30%;
  left: 0;
  background: #015871;
  opacity: 0.3;
  z-index: 1 !important;
}

.ocean::before {
  content: "";
  background: url(img/big-wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.4;
}

.ocean::after {
  content: "";
  background: url(img/big-wave.svg) repeat-x;
  position: absolute;
  top: -175px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite,
    swell 7s ease -2.25s infinite;
  opacity: 0.8;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

.blog .home-dossier-container {
  padding: 0;
}

.archives-timeline {
  width: 100%;
  height: 120px;
  background-color: #e6f4f7;
  margin-bottom: 20px;
  position: relative;
}

.archives-timeline ul {
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 80px;
  bottom: 0;
  right: 80px;
  padding: 0;
  overflow-x: auto;
}

.archives-timeline ul li {
  list-style: none;
  display: flex;
  align-items: center;
}

.archives-timeline ul li.year {
  transform: rotate(270deg);
  font-weight: bold;
  font-size: 20px;
  color: #404040;
  padding-left: 5px;
}

.archives-timeline ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  padding: 14px 6px 0 6px;
  text-transform: capitalize;
  color: black;
  border-top: 2px solid #bfdbe2;
  position: relative;
  font-size: 14px;
  transition: all 200ms ease-in-out;
}

.archives-timeline ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #009fc6;
  transition: all 200ms ease-in-out;
}

.archives-timeline ul li a:hover::before {
  background-color: #fc8e2f;
  border-color: #fc8e2f;
}

.archives-timeline ul li a:hover {
  text-shadow: 1px 0 0 currentColor;
}

.archives-left {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none !important;
}

.archives-right {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none !important;
}

.archives-left:hover,
.archives-right:hover {
  opacity: 0.5;
}

.archives-left svg,
.archives-right svg {
  fill: black;
  stroke: black;
  margin: 0;
}

.archives-timeline ul::-webkit-scrollbar {
  height: 10px;
}

.archives-timeline ul::-webkit-scrollbar-thumb {
  background: #009fc6;
}

.megamenu-left {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.megamenu-left a {
  color: #151515;
  text-decoration: none;
  padding: 12px 6px 12px 46px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  background: url(img/picto-megamenu-right.png) no-repeat 10px center #f7f6f6;
  transition: all 200ms ease-in-out;
}

.megamenu-left a:hover {
  color: #fc8e2f;
  background-color: transparent;
}

.sidebar-programme-statut {
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  border: 1px solid #eaeaea;
  padding: 18px 20px 18px 60px !important;
}

.sidebar-programme-statut.en-cours {
  background: url(img/programme-en-cours.png) no-repeat 18px center white !important;
}

.sidebar-programme-statut.termine {
  background: url(img/programme-termine.png) no-repeat 18px center white !important;
}

.cat_1 {
  background-color: #008bad;
}

.cat_2 {
  background-color: #2dbf83;
}

.cat_3 {
  background-color: #b78153;
}

.cat_4 {
  background-color: #fc8e2f;
}

.statut-appel {
  color: white;
}

.statut-appel::before {
  background-color: white;
}

.espace-prive-tab-sub > li a {
  padding-left: 30px;
}

.espace-prive-tab-sub .espace-prive-content > li a {
  padding-left: 44px;
}

.espace-prive-tab-sub .espace-prive-content .espace-prive-content > li a {
  padding-left: 58px;
}

.espace-prive-tab-sub
  .espace-prive-content
  .espace-prive-content
  .espace-prive-content
  > li
  a {
  padding-left: 72px;
}

.espace-prive-tab {
  padding: 0;
}

.espace-prive-tab {
  background-color: #f6f6f6;
}

.espace-prive-tab li {
  list-style: none;
}

.espace-prive-tab > li {
  border-bottom: 1px solid #eaeaea;
}

.espace-prive-tab a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-size: 13px;
  transition: all 200ms ease-in-out;
}

.a-parent {
  font-weight: 600;
}

.espace-prive-tab li > a > svg {
  transition: all 200ms ease-in-out;
}

.espace-prive-tab li.active > a > svg {
  transform: rotate(180deg);
}

.espace-prive-tab > li.active > a.a-parent {
  color: white;
  background-color: #fc8e2f;
}

.espace-prive-tab > li.active > a.a-parent svg {
  fill: white;
}

.espace-prive-tab a > span {
  display: inline-flex;
  align-items: center;
}

.espace-prive-tab a > span svg {
  fill: #009fc6;
  margin-right: 14px;
}

.espace-prive-tab a > svg {
  fill: #646464;
}

.espace-prive-tab a:hover {
  background-color: rgb(214, 214, 214);
}

.espace-prive-tab-sub {
  padding: 0;
  background-color: #eaeaea;
  display: none;
}

.espace-prive-content {
  padding: 0;
  background-color: #e2e2e2;
  display: none;
}

.espace-prive-content a {
  padding: 10px 14px 10px 16px;
  border-bottom: 1px solid #eaeaea;
}

.tag-download {
  background-color: white;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.tag-download svg {
  fill: #009fc6;
  margin: 0 0 0 4px !important;
}

.connecxion-espace ul {
  margin-top: 0;
}

.sidebar-private {
  font-weight: 600;
}

.sidebar-private .button {
  margin-top: 20px;
}

.page-template-page-home-espace-prive footer {
  display: none;
}

.login-section {
  border: 1px solid #eaeaea;
  max-width: 600px;
  margin: auto;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
}

.login-section > svg {
  margin-bottom: 16px;
  fill: #fc8e2f;
}

.login-section p.login-username,
.login-section p.login-password {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-section p.login-username label,
.login-section p.login-password label {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  flex: 0 0 120px;
  text-align: left;
}

.login-section p.login-username input,
.login-section p.login-password input {
  flex: auto;
  background-color: #f6f6f6;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  border: 1px solid #ddd;
}

.login-section h1 {
  margin: 0 0 20px 0;
}

.login-section #wp-submit {
  border: 1px solid #009fc6;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.login-section .login-error {
  font-size: 14px;
  background: #f5e9e9;
  padding: 10px;
  color: #a71313;
}

.lostPwd {
  width: 100%;
  justify-content: center;
  border: 1px solid #ccc;
  color: #797979;
}

.lostPwd:hover {
  color: white;
  background-color: #797979;
  border-color: #797979;
}

.login-remember label {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.login-remember label input {
  margin-right: 10px;
}

body.home #colophon,
body.page-template-template-qui-sommes-nous #colophon {
  margin-top: 0;
}

#catapult-cookie-bar {
  bottom: 20px !important;
  background-color: white !important;
  color: black !important;
}

#catapult-cookie-bar .ctcc-more-info-link {
  display: block;
  color: black;
  text-decoration: none;
  font-weight: 600;
  margin-top: 2px;
}

button#catapultCookie {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  background: none;
  border-radius: 0;
  font-weight: bold;
  padding: 0 !important;
  color: #fc8e2f;
  font-size: 0.9rem;
  margin: 0;
}

button#catapultCookie:hover {
  color: #ce670e;
}

.ctcc-right-side {
  text-align: right;
}

.has-cookie-bar #catapult-cookie-bar {
  padding: 20px 20px 24px 20px !important;
}

.ssba a:hover {
  opacity: 0.5;
}

.page-404 .page-content {
  text-align: center;
}

.page-404 h1 {
  font-size: 60px;
  line-height: 1em;
  color: #696969;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  animation: glitch 1s linear infinite;
}

@keyframes glitch {
  2%,
  64% {
    transform: translate(2px, 0) skew(0deg);
  }
  4%,
  60% {
    transform: translate(-2px, 0) skew(0deg);
  }
  62% {
    transform: translate(0, 0) skew(5deg);
  }
}

.page-404 h1:before,
.page-404 h1:after {
  content: attr(title);
  position: absolute;
  left: 0;
}

.page-404 h1:before {
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop {
  2%,
  64% {
    color: #696969;
    transform: translate(2px, -2px);
  }
  4%,
  60% {
    color: #696969;
    transform: translate(-2px, 2px);
  }
  62% {
    color: #fc8e2f;
    transform: translate(13px, -1px) skew(-13deg);
  }
}

.page-404 h1:after {
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom {
  2%,
  64% {
    color: #696969;
    transform: translate(-2px, 0);
  }
  4%,
  60% {
    color: #696969;
    transform: translate(-2px, 0);
  }
  62% {
    color: #fc8e2f;
    transform: translate(-22px, 5px) skew(21deg);
  }
}

.sidebar-cat-item:nth-child(n + 4),
.sidebar-thematique-item:nth-child(n + 4) {
  display: none;
}

.menu-footer-container {
  /* width: 100%; */
  flex: auto;
}

.wpcf7-form p {
  display: flex;
  font-size: 12px !important;
}

.wpcf7-form p > label {
  flex: 0 0 160px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  background: #eaeaea;
  color: #494949;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 14px;
  box-sizing: border-box;
}

.wpcf7-form p > span {
  flex: auto;
}

.wpcf7-form p > span .wpcf7-text,
.wpcf7-form p > span .wpcf7-email,
.wpcf7-form p > span .wpcf7-select,
.wpcf7-form p.document > span .wpcf7-file {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  padding: 10px 14px;
  border-left: 0;
}

.wpcf7-form p > span textarea {
  width: 100%;
  height: 100%;
  max-height: 120px;
  resize: none;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  padding: 10px 14px;
}

.wpcf7-form p.submit {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.wpcf7-submit {
  border: none;
}

div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
}

span.wpcf7-not-valid-tip {
  color: #bb0b0b;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  z-index: 1;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0;
  background-color: #f1dfdf;
  padding: 10px 14px;
  color: #9a4848;
  font-weight: 600;
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
}

div.wpcf7-mail-sent-ok {
  border: 0;
  background-color: #dff1e4;
  padding: 10px 14px;
  color: #448054;
  font-weight: 600;
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
}

#masthead .login-button svg {
  fill: white;
  margin: 0;
  width: 18px;
  stroke-width: 1px;
  stroke: white;
}

#megamenu .megamenu-left .sub-menu {
  display: none;
}

#primary-menu .sub-menu {
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #dae4e6;
  display: none;
}

#primary-menu li:hover .sub-menu {
  display: block;
}

#primary-menu li {
  position: relative;
}

#primary-menu .sub-menu li {
  list-style: none;
  position: relative;
}

#primary-menu .sub-menu li a {
  display: flex;
  text-decoration: none;
  color: #467986;
  white-space: nowrap;
  background-color: #e8f6f9;
  border-bottom: 1px solid #dae4e6;
  padding: 6px 10px;
  font-size: 13px;
  transition: all 200ms ease-in-out;
}

#primary-menu .sub-menu li a:hover {
  background-color: #dcebef;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

.reglementation-container {
  margin-bottom: 20px;
}

.reglementation-container > div {
  width: 100%;
  padding: 0;
  border: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}

.reglementation-container > div:hover {
  border-color: #eaeaea;
}

.reglementation-container > div > a > span {
  display: inline-flex;
  align-items: center;
}

.reglementation-container > div > a > span svg {
  fill: #009fc6;
  margin-right: 14px;
}

.reglementation-container > div > a > svg {
  fill: #646464;
  transition: all 200ms ease-in-out;
}

.reglementation-container > div > a.active,
.reglementation-container > div > a.active:hover {
  color: white;
  background-color: #fc8e2f;
}

.reglementation-container > div > a.active svg {
  fill: white;
}

.reglementation-container > div > a.active > svg {
  fill: white;
  transform: rotate(180deg);
}

.reglementation-container > div > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  background-color: #f6f6f6;
  box-sizing: border-box;
  transition: all 200ms ease-in-out;
}

.reglementation-container > div > a:hover {
  background-color: #d6d6d6;
}

.sub-reglements {
  background-color: #eaeaea;
  display: none;
  width: 100%;
}

.sub-reglements a:last-child {
  border: 0;
}

.sub-reglements > a {
  padding: 12px 16px;
  box-sizing: border-box;
  font-weight: normal !important;
  border-bottom: 1px solid #f6f6f6;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  transition: all 200ms ease-in-out;
}

.sub-reglements > a:hover {
  background-color: #d6d6d6;
}

span.regl-dwl {
  margin-left: 10px;
}

#colophon .wpcf7-form p > label {
  padding: 0;
  background: none;
}

#colophon .wpcf7-form p {
  margin-top: 0;
  display: flex;
  align-items: center;
}

#colophon .wpcf7-email {
  height: 36px;
  padding: 8px;
  box-sizing: border-box;
  border: none;
}

#colophon .wpcf7-submit {
  background-color: #007592;
}

#colophon .wpcf7-submit:hover {
  opacity: 0.5;
}

#colophon div.wpcf7-response-output {
  margin-top: 0;
}

.boxs-our-team {
  flex-flow: row wrap;
}

/*--------------------------------------------------------------
6.0 Widget
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 ONLY IE
--------------------------------------------------------------*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-peche-ton-avenir {
    width: 40%;
  }
  .home-dossier {
    width: 60% !important;
  }
  .home-communique {
    width: 25%;
  }
  .archives-timeline ul li a {
    min-width: 70px;
    text-align: center;
  }
  .archives-timeline ul li.year {
    z-index: 100;
    padding-left: 30px;
    margin-top: 40px;
  }
}

.margin-0 {
  margin: 0;
}

.mobile-toggle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.mobile-toggle::before {
  content: "+";
  font-weight: bold;
  font-size: 20px;
}

.mobile-toggle.opened::before {
  content: "-";
}

.faq-content {
  background-color: white;
}

.faq-content p,
.faq-content li {
  font-size: 16px !important;
}

.faq-list > div:hover {
  color: black !important;
}

.faq-content a {
  display: inline-block !important;
  text-decoration: underline !important;
  width: auto !important;
}

.faq-accroche {
  margin: 10px 0;
}

.mejs-video {
  width: 100% !important;
}

.sous-cats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}

.sous-cats strong {
  display: flex;
  width: 100%;
  font-size: 18px;
  margin-bottom: 18px;
}

.sous-cats a {
  background-color: #f4f4f4;
  margin: 0 10px 10px 0;
  height: 36px;
  font-family: "Raleway", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 4px 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

.sous-cats a:hover {
  background-color: #e8e8e8;
}

.sous-cats a.active {
  color: white;
  background-color: #009fc6;
  font-weight: bold;
}

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

#tarteaucitronAlertSmall {
  display: none !important;
}

@import url(https://fonts.googleapis.com/css?family=Bree+Serif|Ubuntu|Dancing+Script|Droid+Sans|Lato|Lobster|Montserrat|Open+Sans|Pacifico|Raleway|Roboto|Source+Sans+Pro|Titillium+Web&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);

#form-header-title {
  color: #393939;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 25px;
  display: block;
  text-align: center;
}
#label-EMAIL_ID {
  color: #d0f6ff;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
}
#input-email {
  border: 1px solid #e6e4e4;
  background-color: #f1f1f1;
  height: 35px;
  margin: 5px 0 18px 0;
  font-size: 0.9em;
  padding-left: 5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 5px;
  width: 100%;
}
#form-mandatory {
  font-size: 13px;
  margin-left: 5px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #393939;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #848484;
  opacity: 0.6;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 18px;
  }
}
.select-arrow {
  position: relative;
}
.select-arrow:after {
  content: "^";
  font: 15px "Consolas", monospace;
  color: #848484;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 8px;
  top: -3px;
  padding: 0 0 0px;
  position: absolute;
  pointer-events: none;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: 5px;
  margin-right: 6px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  border: 1px solid;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: #848484;
  border-width: 0 2px 2px 0;
  position: absolute;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #848484;
  position: absolute;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input:focus {
  outline: solid 1px #736f6f !important;
}
textarea:focus {
  outline: solid 1px #736f6f !important;
}
select:focus {
  outline: solid 1px #736f6f !important;
}
input:disabled,
input[disabled] {
  opacity: 0.2;
  cursor: default;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
}
.loader {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  border: 0.5em solid #919798;
  border-left-color: #3c9f51;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1s infinite linear;
  animation: load8 1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#sb_form {
  padding: 0;
  border-radius: 0px;
}
#div-submitInput {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
#submitInput {
  text-align: center;
  color: #ffffff;
  border-radius: 0px;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-style: inherit;
  font-weight: inherit;
  font-size: 13px;
  background-color: #007592;
  cursor: pointer;
  border: 0;
}
#form-footer-mandatory {
  color: #d0f6ff;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 12px;
  display: block;
  margin-top: 20px;
}

.linewsletter {
  list-style: none;
  margin-right: 40px;
}

.boxs-our-team-container {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}

.our-team-v2 h2 {
  margin-bottom: 60px;
}

.boxs-our-team-container .box-our-team {
  width: 18.4%;
  margin: 0 0 20px 0;
  padding: 32px 22px 62px 22px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 3px;
}

.boxs-our-team-container .box-our-team:hover {
  background: none;
  box-shadow: none;
  border-color: #ababab;
}

.boxs-our-team-container .box-our-team h3 {
  margin-top: 0;
}

.fonction {
  color: #fc8e2f;
  font-weight: 600;
  margin-bottom: 10px;
}

.email {
  font-size: 13px;
  pointer-events: none;
}

.btn-commission {
  margin-top: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  height: auto;
  line-height: 1em;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.btn-commission::before {
  display: none;
}

.btn-commission:hover {
  color: #009fc6 !important;
}

.tooltip-commissions {
  display: none;
  flex-wrap: wrap;
  position: fixed;
  overflow: hidden;
  max-width: 600px;
  box-sizing: border-box;
  padding: 16px;
  background: white;
  z-index: 10;
  text-align: left;
  border: 1px solid #ddd;
}

.btn-commission:hover + .tooltip-commissions {
  display: flex;
}

.btn-commission + .tooltip-commissions span {
  font-size: 13px;
  margin: 4px 0;
  padding: 0 5px;
  border-right: 1px solid #ddd;
}

.tooltip-inside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.tooltip-inside strong {
  color: #fc8e2f;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 13px !important;
  box-sizing: border-box;
}

.head-espace-pecheurs {
  position: relative;
}

.head-espace-pecheurs video,
.yt-vid-head {
  width: 70%;
  cursor: pointer;
  transition: all 200ms ease;
}

.played .head-espace-pecheurs video {
  width: 100%;
}

.head-espace-pecheurs-title {
  width: 42%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  background-color: white;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
  transition: all 200ms ease-in-out;
}

.played .head-espace-pecheurs-title {
  opacity: 0;
}

.head-espace-pecheurs-title h1 {
  position: relative;
}

.yt-vid-desc strong {
  position: relative;
}

.head-espace-pecheurs-title h1::before,
.yt-vid-desc strong::before {
  content: "";
  width: 34px;
  height: 5px;
  position: absolute;
  left: 0;
  top: calc(100% + 9px);
  z-index: 1;
  background-image: url(img/waves.png);
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 6s linear infinite;
  transition: all 200ms ease-in-out;
}

.head-espace-pecheurs-title p {
  font-size: 14px;
}

.view-commissions {
  display: flex;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.view-commissions:hover {
  opacity: 0.5;
}

.view-commissions svg {
  margin-right: 0;
  fill: #009fc6;
}

.user-commissions.here {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  text-align: left;
  padding: 20px;
  min-height: 100%;
  box-sizing: border-box;
  z-index: 10;
}

.user-commissions.here a {
  color: white;
}

.user-commissions.here * {
  font-size: 13px;
  text-align: left;
}

.user-commissions.here .close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}

.user-commissions.here .close svg {
  fill: white;
}

.details-email {
  margin-top: 0 !important;
}

.firstletterup::first-letter {
  text-transform: uppercase;
}

/*-------------------------------
FORMATIONS
------------------------------*/

/*code dans le header*/

/* 

.une_formation {
  padding: 10px 30px;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  border-left-width: 3px;
}

.une_formation:hover svg {
  fill: #f79021;
}

.une_formation:hover {
  color: #009fc6;
  border-color: #009fc6;
}

.une_formation svg {
  fill: #009fc6;
}

#formations h2 {
  position: relative;
}

#formations a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;
}

#formations .wrapper {
  padding: 0 !important;
}

.parcours h2,
.debouches h2 {
  position: relative;
}

.debouches h2 {
  margin-bottom: 30px;
}

.parcours img {
  margin: 20px auto;
  width: 100%;
}

.debouches h3 {
  font-size: 19px;
  margin: 0;
  color: #379fc6;
}

.un_diplome p {
  display: none;
  font-size: 16px !important;
  margin-bottom: 0;
}

.un_diplome {
  padding: 20px 25px;
  margin: 0 0 16px;
  cursor: pointer;
  background-color: #f6f6f6;
}

.affichage {
  display: block !important;
}

.un_diplome span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.un_diplome svg {
  transition: all 200ms ease-in-out;
  fill: #379fc6;
}

.un_diplome.active svg {
  transform: rotate(180deg);
  fill: #f68e30;
}


.sidebar-menu .home-commission {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.sidebar-menu .home-commission-img {
  height: 100px;
  background: none;
}

.sidebar-menu {
  width: 100%;
}

.sidebar-menu a {
  color: white !important;
} 

.sidebar-menu .arrowblocespecheur {
  position: absolute;
  pointer-events: none;
  bottom: 22px;
  right: 20px;
  z-index: 10;
  fill: white;
  stroke: white;
}

.page-sidebar ul li a:hover {
  color: grey;
}

.page-sidebar-espace ul li {
  margin-bottom: 5px;
}

.sidebar-menu .home-commission-desc {
  position: absolute;
  padding: 30px 60px 0px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
}

.autres_liens .home-commission {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.autres_liens .home-commission-img {
  height: 125px;
}

.autres_liens .home-commission-img > span::before {
  background-color: #fc8e2f;
}

.autres_liens .post-title-medium::before,
.autres_liens .post-title-medium::after,
.sidebar-menu .post-title-medium::before,
.sidebar-menu .post-title-medium::after {
  content: none;
}

.autres_liens .post-title-medium,
.sidebar-menu .post-title-medium {
  margin-bottom: 20px;
}

.autres_liens {
  width: 100%;
}

.autres_liens a {
  color: white !important;
}

.autres_liens .picto {
  position: absolute;
  pointer-events: none;
  bottom: 22px;
  right: 20px;
  z-index: 10;
  fill: white;
  stroke: white;
  width: 30px;
}

.page-sidebar-espace ul li a::after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  left: -20px;
  top: 5px;
  opacity: 1;
  background: url(img/blue-right.png) no-repeat right center;
}

.page-sidebar-espace ul li::marker {
  color: transparent;
}

.sidebar-menu .home-commission-img > span::before,
.autres_liens .home-commission-img > span::before {
  opacity: 0.8;
}

.page-sidebar-espace .section-title {
  flex-direction: column;
  align-items: flex-start;
}

.page-sidebar-espace li a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}

.autres_liens .home-commission-desc {
  position: absolute;
  padding: 30px 60px 0px 20px;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
} */

#megamenu .megamenu-left .sub-menu {
  position: inherit;
  right: auto;
  display: block;
  border: 0;
  padding-bottom: 20px;
}

#megamenu .megamenu-left .sub-menu a {
  padding: 6px 6px 6px 28px !important;
  background: none;
  border: 0;
  color: black;
  margin: 0;
}

.btnsub {
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  background: #ededed;
  color: #009fc6;
  line-height: 1em;
}

.un_diplome .debouches_desc a {
  color: #000000;
  font-weight: 600;
  border-bottom: 1px solid #fc8e2f;
}

.youtubecontainer { 
  overflow:hidden; 
  padding-bottom:56.25%; 
  position:relative; 
  height:0;
}

.youtubecontainer iframe {
  left:0; 
  top:0; 
  height:100%;
  width:100%;
  position:absolute;
}

/* .page-id-34175 .page-content {
  display: flex;
  flex-direction: column-reverse;
} */

.mb30 {
  margin-bottom: 30px;
}



/*--------------------------------------------------------------
10.2 Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1300px) {
  .megamenu-peche-ton-avenir {
    flex: 0 0 200px;
  }
  .megamenu-peche-ton-avenir .megamenu-peche-ton-avenir-img {
    display: none;
  }
  .peche-metropole-content {
    width: 80%;
  }
}

@media screen and (max-width: 1175px) {
  #megamenu {
    max-width: 700px;
  }

  #menu-mega-menu > li {
    width: 100% !important;
    padding-left: 0;
  }

  #site-navigation {
    margin-bottom: 25px;
    opacity: 0;
  }
  #megamenu #site-navigation {
    opacity: 1 !important;
    margin-bottom: 0;
  }
  #megamenu #site-navigation li {
    display: block;
  }
  #megamenu #site-navigation li a {
    /* padding: 12px 6px 12px 46px !important; */
    box-sizing: border-box;
  }

  .megamenu-in {
    max-height: calc(100vh - 149px);
  }

  #menu-mega-menu > li > .sub-menu {
    display: none;
    overflow: hidden;
  }

  #megamenu-inn {
    flex-direction: column;
  }

  #menu-mega-menu > li > a {
    color: #151515;
    text-decoration: none;
    padding: 12px 42px 12px 46px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    background: url(img/picto-megamenu-right.png) no-repeat 10px center #f7f6f6;
    display: block;
  }

  #menu-mega-menu > li > a::after {
    display: none;
  }

  .commissions-list .home-commission {
    width: 45%;
  }
  .button.menu {
    display: block;
  }

  #site-navigation {
    margin-bottom: 25px;
    opacity: 0;
  }
  #megamenu #site-navigation {
    opacity: 1 !important;
    margin-bottom: 0;
  }
  #megamenu #site-navigation li {
    display: block;
  }
  #megamenu #primary-menu > li > a {
    padding: 12px 6px 12px 46px !important;
    box-sizing: border-box;
  }
  #megamenu #site-navigation li a {
    box-sizing: border-box;
  }

  .megamenu-in {
    max-height: calc(100vh - 149px);
  }
}

@media screen and (max-width: 1100px) {
  .head-espace-pecheurs {
    background-size: 60% !important;
  }

  .boxs-our-team-container .box-our-team {
    width: 32%;
  }

  .home-programmes-right {
    display: none;
  }

  .home-programmes-left {
    width: 100%;
  }

  #menu-item-30142 a {
    padding-left: 0 !important;
  }
  #menu-mega-menu > li {
    width: 50%;
  }
  .home-slider-caption {
    width: 55%;
  }
  #home-commissions {
    flex-wrap: wrap;
  }
  #home-commissions .home-commission:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  #home-section-dossier {
    flex-wrap: wrap;
  }

  #home-section-dossier .home-peche-ton-avenir {
    margin-bottom: 40px;
  }

  .home-dossier,
  .home-peche-ton-avenir {
    width: 100%;
  }
  .home-dossier {
    padding-left: 0;
  }
  .peche-ton-avenir-img {
    background-position: top;
  }
  .home-peche-ton-avenir {
    flex: auto;
  }
  .home-dossier-container {
    padding-left: 0;
  }
  #home-communiques {
    flex-wrap: wrap;
  }
  .home-communique:first-child {
    margin-left: initial;
  }
  .home-communique {
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    width: 48%;
    margin: 0;
  }
  .home-communique-desc {
    min-height: 200px;
  }
  #home-pre-footer {
    flex-wrap: wrap;
  }
  .home-pre-footer:first-child {
    width: 100%;
    border-bottom: 2px solid #dadada;
  }
  .home-pre-footer:nth-child(2) {
    border-left: 0;
    border-color: #dadada;
  }
  .home-pre-footer {
    width: 48%;
  }
  #menu-footer > li {
    width: 40%;
    margin-bottom: 15px;
  }
  .box-about-us:last-child {
    width: 70%;
  }
  .our-job-and-our-engagement {
    flex-direction: column;
  }
  .our-job-and-our-engagement > div {
    width: 97%;
  }
  .our-job h2 {
    text-align: left;
  }
  .boxs-our-gourvernance,
  .boxs-our-team {
    flex-wrap: wrap;
  }

  .page-wrapper {
    flex-direction: column;
  }

  .page-sidebar {
    flex: auto;
  }

  .page-sidebar .peche-ton-avenir-img {
    display: none;
  }

  .commissions-list {
    grid-template-columns: 50% 50%;
  }
  .chiffres_clees {
    flex-wrap: wrap;
  }
  .peche-metropole-content {
    width: 90%;
  }
  .espece {
    width: 80%;
    margin-bottom: 35px;
  }
  .espece-content-hide h3 {
    font-size: 15px;
  }
  .espece-content-hide p {
    font-size: 15px;
  }
  #menu-footer {
    flex-wrap: wrap;
  }
  .more-posts > div {
    width: 43%;
  }
  .box-our-team {
    width: 28%;
  }
  .home-commission {
    width: 49%;
  }
}

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

  .head-espace-pecheurs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .yt-vid-head {
    width: 100%;
  }

  .yt-vid-desc {
    position: relative;
    transform: none;
    width: 100%;
    right: 0;
  }

  #square_francemap_regions_svg {
    margin: 0 auto 20px auto;
  }

  .clearfix-regions {
    flex-direction: column;
  }

  #home-programmes > .wrapper {
    padding: 0;
  }

  #home-section-programmes .home-programmes,
  #home-section-programmes .home-calendrier {
    padding: 20px;
  }

  .home-slider-featured-img {
    width: 100%;
    height: 250px;
  }
  .home-slider-caption {
    width: 100%;
    height: 260px;
    position: relative;
    right: initial;
    top: initial;
  }

  .home-slider-arrows {
    left: auto;
    right: 40px;
    top: 20px;
  }

  .home-slider-arrows a {
    background-color: white;
  }

  .home-slider-arrows a:last-child {
    margin-left: 4px;
  }

  #home-commissions .home-commission:first-child {
    height: 300px;
  }
  #home-section-programmes {
    flex-wrap: wrap;
  }
  .home-programmes,
  .home-calendrier {
    width: 100%;
  }
  .box-about-us:last-child {
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  .home-communique {
    width: 100%;
    margin-right: 0 !important;
  }

  .home-pre-footer {
    width: 100%;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #dadada !important;
  }

  .home-pre-footer:last-child {
    border-bottom: 0;
  }

  #engins {
    flex-direction: column;
    gap: 30px;
  }

  #engins .engins_peche_actifs,
  #engins .engins_peche_passifs {
    width: 100%;
    margin-bottom: 0;
  }

  #engins .engins_peche_passifs {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {
  .tooltip-commissions {
    position: inherit;
    padding: 16px;
    text-align: center;
    display: none;
  }

  .boxs-our-team-container .box-our-team {
    width: 100%;
    margin-bottom: 20px;
  }

  #site-navigation {
    margin-bottom: 25px;
    opacity: 0;
  }
  #megamenu #site-navigation {
    opacity: 1 !important;
    margin-bottom: 0;
  }
  #megamenu #site-navigation li {
    display: block;
  }
  #megamenu #site-navigation li a {
    padding: 12px 6px 12px 46px !important;
    box-sizing: border-box;
  }

  .megamenu-in {
    max-height: calc(100vh - 149px);
  }

  #menu-mega-menu > li > .sub-menu {
    display: none;
    overflow: hidden;
  }

  #megamenu-inn {
    flex-direction: column;
  }

  #menu-mega-menu > li > a {
    color: #151515;
    text-decoration: none;
    padding: 12px 42px 12px 46px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    background: url(img/picto-megamenu-right.png) no-repeat 10px center #f7f6f6;
    display: block;
  }

  #menu-mega-menu > li > a::after {
    display: none;
  }

  a.button.idees-recues {
    display: none;
  }
  #menu-mega-menu > li {
    width: 100%;
    padding: 0;
  }
  .home-commission {
    width: 100%;
  }
  .home-commission-img {
    height: 120px;
  }
  .home-dossier-container {
    flex-direction: column;
  }
  .home-dossier-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-dossier-desc {
    width: 100%;
  }
  .home-pre-footer {
    width: 100%;
  }
  .boxs-about-us {
    flex-direction: column-reverse;
  }
  .box-about-us {
    width: 90%;
    margin: auto;
  }
  .img-about-us {
    margin-top: 25px;
    height: 250px;
  }
  .our-job-and-our-engagement > div {
    width: 95%;
  }
  .commissions-list {
    grid-template-columns: 100%;
  }
  #masthead.fixed #logo {
    flex: 0 0 60px;
  }
  .home-programmes-left {
    width: 90%;
  }
  .home-programmes-right {
    display: none;
  }
  .home-slider-arrows {
    top: auto;
    bottom: 0;
    left: 20px;
    right: 0;
    display: flex;
  }
  .home-slider-arrows a {
    border: 1px solid #ddd;
  }
  #colophon .wpcf7-form p {
    display: block;
  }
  #colophon .wpcf7-email {
    width: 100%;
  }
  #masthead.menu #logo,
  #masthead.menu #logo,
  #masthead.move-logo #logo {
    padding-top: 10px;
  }
  body {
    padding: 100px 0 0 0;
  }
  #masthead {
    height: 80px;
    box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.1);
  }
  #masthead > .wrapper {
    height: 80px;
    border-bottom: 0;
  }
  #masthead #logo {
    flex: 0 0 60px;
  }
  .megamenu-in {
    /* max-height: 85vh; */
    flex-direction: column;
  }
  .megamenu-peche-ton-avenir {
    position: relative;
    margin-bottom: 0;
    height: auto !important;
  }
  .home-slider-caption {
    height: auto;
    padding: 30px 0;
  }
  .featured-posts .featured-in {
    flex-direction: column;
  }
  .news-page .page-sidebar-sticky .home-dossier-img,
  .archive-page .page-sidebar-sticky .home-dossier-img {
    width: 100%;
    height: 180px;
  }
  .news-page .page-sidebar-sticky .home-dossier-desc,
  .archive-page .page-sidebar-sticky .home-dossier-desc,
  .featured-posts .home-dossier-container,
  .more-posts > div,
  .content-about-us,
  .box-our-gourvernance,
  .box-content-flex,
  .box-our-team {
    width: 100%;
  }
  .box-content-flex {
    flex-direction: column;
    text-align: center;
  }
  .box-content-flex .photo-content {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .page-template-template-qui-sommes-nous h2 {
    text-align: center !important;
  }
  .archives-timeline ul {
    left: 15px;
    right: 15px;
  }
  .archives-left,
  .archives-right {
    top: initial;
    opacity: 0.5;
    bottom: 5px;
  }
  #masthead > .wrapper .site-nav-container .search-container > div {
    width: 90%;
  }
  #masthead > .wrapper .site-nav-container .search-form label {
    width: 70%;
  }
  .button.search > span {
    display: none;
  }
  .box-about-us p {
    padding: 0;
  }
  .box-our-jobs {
    flex-direction: initial;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    min-height: 80px;
    margin-bottom: 20px;
  }
  .box-our-jobs h3 {
    margin: 0;
    width: 70%;
    font-size: 12px;
  }
  .chiffre {
    margin-right: 0;
    display: flex;
    align-items: center;
    margin: 5px;
    width: 100%;
  }
  .chiffre > div > span {
    font-size: 30px;
  }
  .chiffre > h3 {
    font-size: 20px;
    margin: 0;
  }
  #main > .peche-metropole:nth-child(even) {
    flex-direction: column-reverse;
  }
  #main > .peche-metropole:nth-child(odd) {
    flex-direction: column;
  }
  .peche-metropole-img,
  .peche-metropole-content {
    width: 100%;
  }
  .peche-metropole-content > div {
    width: 90%;
  }
  .peche-metropole-content {
    padding: 10px 0;
  }
  .peche-metropole-img {
    width: 100%;
    height: 200px;
    padding: 0;
  }
  .home-slider {
    height: auto;
  }
  .page-template-head h1::after {
    content: none;
  }
  #masthead > .wrapper .site-nav-container {
    width: 70%;
    justify-content: flex-end;
  }
  #menu-footer > li {
    width: 100%;
  }
  input.search-field::placeholder,
  .home-event-name {
    font-size: 10px;
  }
  table {
    width: 100% !important;
    font-size: 13px;
  }
  table p {
    font-size: 13px !important;
  }
  h2,
  .post-title-medium,
  #menu-footer > li > a,
  body.single-commissions .page-content h2,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5 {
    text-align: left !important;
  }
  #square_francemap_regions_svg,
  #square_francemap_regions_chiffres_cles_svg {
    /* width: 80% !important;
	    height: 300px !important; */
    margin-top: 0;
    margin-bottom: 50px;
  }
  .clearfix-regions {
    display: block;
  }
  #square_francemap_regions_content p {
    font-size: 1rem !important;
  }
  .espece {
    flex-direction: column;
  }
  .espece-slider {
    width: 100%;
    margin-bottom: 15px;
  }
  .espece-content {
    width: 100%;
    margin-left: 0;
  }
  .espece-slider-img {
    height: 100px;
  }
  .espece-content-title-secondo {
    padding-top: 10px;
  }
  img.alignnone,
  .aligncenter {
    width: 100% !important;
    height: auto !important;
  }
  .commissions-list .home-commission {
    width: 100%;
  }
  h1 {
    font-size: 1.2em;
  }
}
