/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

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

  @media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img, .mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img, .card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh; }
  .menu .dropdown-menu {
    max-height: 60vh; } }

 .navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
  max-height: 93.5vh; }
  .navbar-collapse.show {
    overflow: auto; }

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important; }

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap; }

.justify-content-center {
  -webkit-justify-content: center; }

.form-inline {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-align-items: center; }

.card-wrapper {
  -webkit-flex: 1; }

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center; }

.carousel-controls {
  display: -webkit-flex; }

.media {
  display: -webkit-flex; }

.jq-selectbox__select {
  padding: 1.07em .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.jq-selectbox__dropdown {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important; }

.jq-selectbox__trigger-arrow {
  transform: translateY(-50%); }

.jq-selectbox li {
  padding: 1.07em .5em; }

/*# sourceMappingURL=style.css.map */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

/* CUSTOM CSS */

.hide {
  display: none;
}

/* .left {
  margin-left: -9999px;
} */

/* .right {
  margin-left: 9999px;
} */

.top {
  margin-top: -200px;
}

.not_visible {
  opacity: 0;
}

.no_overflow {
  overflow-x: hidden;
}

.active {
  filter: blur(5px);
  transform: scale(2) rotate(5deg);
  -webkit-filter: blur(5px);
  -webkit-transform: scale(2) rotate(5deg);
  -moz-transform: scale(2) rotate(5deg);
  -ms-transform: scale(2) rotate(5deg);
  -o-transform: scale(2) rotate(5deg);
}

#header2-1q {
  padding: 0;
  /* background: #001212 url(../../images/3.png) center no-repeat; */
  background: #001212;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#header2-1q > div:not(#loader){
  width: 100%;
  height: 100vh;
  position: absolute;
  transition: margin ease-in-out 1s;
  -webkit-transition: margin ease-in-out 1s;
  -moz-transition: margin ease-in-out 1s;
  -ms-transition: margin ease-in-out 1s;
  -o-transition: margin ease-in-out 1s;
}

#header2-1q > section {
  z-index: 999;
}

#first {
  background: url(../../images/4.png) center no-repeat;
  background-size: cover;
  z-index: 9;
}

/* #landing {
  background: url(../../images/landing.png) center no-repeat;
  background-size: cover;
  z-index: 9;
} */

#landing_img {
  background: url(/assets/images/BANNIERE_ACCUEIL.jpg) center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  bottom: 0;
}

section#header2-1q > div#second {
  background: url(../../images/5.png) center no-repeat;
  background-size: cover;
  z-index: 99;
  width: 120%;
  transform: scale(.85);
  -webkit-transform: scale(.85);
  -moz-transform: scale(.85);
  -ms-transform: scale(.85);
  -o-transform: scale(.85);
}

#menu1-23, #menu1-23 > nav {
  background: #001212;
  transition: margin ease-in-out .5s;
  -webkit-transition: margin ease-in-out .5s;
  -moz-transition: margin ease-in-out .5s;
  -ms-transition: margin ease-in-out .5s;
  -o-transition: margin ease-in-out .5s;
}

#loader {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: calc(50vh - 50px);
  left: calc(50% - 50px);
}

#loader:before,
#loader:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #fba00b;
}

#loader:before {
  z-index: 100;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

#loader:after {
  border: 10px solid #ccc;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
}

#info3-2z > div.container > div > div * {
    text-align: center;
}

@supports (-webkit-overflow-scrolling: touch) {
  section#header2-1q > div#first {
    transform: scale(.85);
    width: 120%;
  }
}

@media (min-width: 1px) {
  .mbr-arrow {
      display: block !important;
  }
}

#tv_parent {
  /* width: 100%; */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tv_parent > video {
  position: absolute;
  height: 365px;
  min-width: 0;
  min-height: 0;
}

#tv_parent > img {
  margin-top: 25px;
  height: 398px;
  min-width: 0;
  min-height: 0;
}

@media (max-width: 699px) {

    #tv_parent > img {
      margin-top: 23px;
      height: 328px;
  }

  #tv_parent>video {
    height: 300px;
  }

}

@media (max-width: 574px) {

    #tv_parent > img {
      margin-top: 14px;
      height: 220px;
  }

  #tv_parent>video {
    height: 200px;
  }

}

@media (max-width: 399px) {

    #tv_parent > img {
      margin-top: 11px;
      height: 165px;
  }

  #tv_parent>video {
    height: 150px;
  }

}

@media (max-width: 299px) {

    #tv_parent > img {
      margin-top: 9px;
      height: 138px;
  }

  #tv_parent > video {
    height: 125px;
  }

}

@media (max-width: 249px) {

    #tv_parent > img {
      margin-top: 8px;
      height: 110px;
  }

  #tv_parent > video {
    height: 100px;
  }

}

@media (max-width: 209px) {

    #tv_parent > img {
      margin-top: 7px;
      height: 83px;
  }

  #tv_parent > video {
    height: 75px;
  }

}


/* #tv_container {
  width: 400px;
  height: 300px;
  position: relative;
}

#tv_container:after {
  content: '';
  display: block;
  background: url('/assets/images/tv_connecte.png') no-repeat top left transparent;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 10;
}

#tv_container video {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 5;
} */

.cat_container {
  font-family: 'Balboa-UltraLight';
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}


.container_peche {
  margin-left: 100px;
}

.container_csm {
  margin-right: 100px;
}

#tv_parent {
  transform: scale(.8) !important;
  -webkit-transform: scale(.8) !important;
  -moz-transform: scale(.8) !important;
  -ms-transform: scale(.8) !important;
  -o-transform: scale(.8) !important;
}

#content4-24 > div > div {
  display: flex;
  align-items: center;
}

@media (max-width: 776px) {

  .cat_container {
    flex-direction: column;
  }

  #info3-2r > div.container > div {
    flex-direction: column-reverse;
  }

  .container_peche, .container_csm {
    margin: 0;
  }

  .cat_container img {
    margin-top: 25px;
  }

}
@media (max-width: 991px) {
    #tv_parent {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
  }
}

#info3-2y > div.container > div > div * {
  color: #001212;
  text-align: center;
}

#info3-2y > div.container > div > div > div > a > strong {
  color: #fff;
}

#info3-2y > div.mbr-overlay {
  background: #fff !important;
}

#info3-2y > div.mbr-overlay {
  background: url(/assets/images/bg_vignette.png) no-repeat bottom -150px right -150px !important;
}

div.card-box > p {
  color: #001212;
}

#content4-32, #content6-22, #image4-25, #content8-25 {
  background: #fff;
}

#content6-22 * {
  color: #001212;
}

#mobile_register, #film_complet_mobile {
  padding: .4rem .8rem;
  position: absolute;
  right: 50px;
  display: none;
}

@media (max-width: 991px) {
  #mobile_register, #film_complet_mobile {
    display: block;
  }
}

#info3-2s > div.container > div > div > div, #info3-2r > div.container > div > div > div, #info3-2l > div.container > div > div > div {
  text-align: center;
}

h1, #header16-1x > div > div > div > h2 {
  color: #fba00b !important;
}

/* #film_complet_mobile {
  display: none;
} */

#navbarSupportedContent > ul > li> a {
  position: relative;
}
#navbarSupportedContent > ul > li > a:before {
  /* content: ''; */
  width: 0;
  border-top: 1px solid #fba00b;
  position: absolute;
  bottom: 5px;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
}
#navbarSupportedContent > ul > li > a:hover:before {
  width: 100%;
}

.hide {
  display: none !important;
}

/* COOKIE BANNER */

#cookie_banner {
  /* padding-top: 25px; */
  background: rgba(0, 0, 0, .9);
  color: #fff;
  position: sticky;
  z-index: 999;
  top: 130px;
  left: 0;
  right: 0;
}

#cookie_banner_content {
  margin: auto;
  padding: 10px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cookie_banner_content > div {
  display: flex;
  align-items: center;
}

#cookie_banner_content > div > p {
  margin: 0;
}

#cookie_banner_content > div > a {
  margin-left: 15px;
  word-break: keep-all;
}

#accept_cookie_button {
  margin-left: 25px;
  padding: 10px 15px 5px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  word-break: keep-all;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (max-width: 621px) {
  #cookie_banner_content > div {
    flex-direction: column;
    align-items: flex-start;
  }

  #cookie_banner_content > div > a {
    margin-left: 0;
  }
}

/* END COOKIE BANNER */

/* REDUCTION ETE */

/* footer {
  margin-bottom: 50px;
} */

/*#pop_in {
  padding: 10px 20px;
  width: 100%;
  position: fixed;
  z-index: 999999 !important;
  bottom: 0;
  border-radius: 5px 5px 0 0;
  background: #fba00b;
  font-size: 1.5rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

#pop_in p {
  text-align: center;
  margin: 0;
}

#pop_in a {
  padding: 10px 15px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#pop_in a:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#close_pop_in {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  cursor: pointer;
}

@media (max-width: 966px) {
  #pop_in {
    flex-direction: column;
  }

  #pop_in a {
    margin-top: 15px;
  }
}*/

/* END REDUCTION ETE */