@charset "utf-8";
/* CSS Document */
/* =============================================================================
FONT
========================================================================== */
@font-face {
  font-family: "KonnectBlack";
  src: url("../font/KonnectBlack.otf");
}
*, *:after, *:before, input, label {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  font-family: 'Bitter', serif;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  text-align: left;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.home {
  overflow-y: hidden;
}
.animation {
  display: flex;
  flex-wrap: nowrap;
}
.animation-inside {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  align-items: center;
}
.animation-inside div {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  align-items: center;
}
.texture {
  background-image: url("../img/texture01.png");
  mix-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  z-index: 50;
}
.titre {
  background-image: url("../img/titre.svg");
  background-size: cover;
  background-position: center;
  z-index: 16;
}
.if {
  background-image: url("../img/if.png");
  background-size: cover;
  background-position: right;
  z-index: 20;
}
.gabi {
  background-image: url("../img/gabi.png");
  background-size: cover;
  background-position: left;
  z-index: 19;
}
.planier {
  background-image: url("../img/planier.png");
  background-size: cover;
  background-position: right;
  z-index: 17;
}
.cardinale {
  background-image: url("../img/cardinale.png");
  background-size: cover;
  background-position: right;
  z-index: 21;
}
.vague {
  background-image: url("../img/vague.png");
  background-size: cover;
  background-position: center;
  z-index: 16;
}
.nuagesoleiloiseau {
  background-image: url("../img/nuagesoleiloiseau.svg");
  background-size: cover;
  background-position: center;
  z-index: 14;
}
.light {
  background-image: url("../img/light.svg");
  background-size: cover;
  background-position: right;
  z-index: 11;
}
.voiliergabi {
  background-image: url("../img/voilier.svg");
  background-size: cover;
  background-position: center;
  z-index: 18;
}
.voiliergabi img {
  position: absolute;
  bottom: -10px;
  height: 100px;
}
.grosvoilier {
  z-index: 30;
}
.grosvoilier img {
  position: absolute;
  bottom: 0px;
  left: -150px;
  height: 800px;
  animation-name: rotate;
  animation-duration: 20s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  transform-box: fill-box;
  transform-origin: bottom;
}
@keyframes rotate {
  0% {
    transform: rotate(-3deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.arc {
  animation-name: blur;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  z-index: 10;
}
@keyframes blur0 {
  0% {
    filter: blur(1px);
  }
  50% {
    filter: blur(10px);
  }
  75% {
    filter: blur(5px);
  }
  100% {
    filter: blur(1px);
  }
}
@keyframes translatex {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(20%);
  }
  75% {
    transform: translateX(60%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes translatex0 {
  0% {
    transform: translate3d(-50%, 3rem, 0);
  }
  20% {
    transform: translate3d(20%, 0rem, 0);
  }
  50% {
    transform: translate3d(30%, 5rem, 0);
  }
  70% {
    transform: translate3d(40%, 0rem, 0);
  }
  90% {
    transform: translate3d(80%, 7rem, 0);
  }
  100% {
    transform: translate3d(100%, 1rem, 0);
  }
}
.mer {
  background-image: url("../img/mer.png");
  background-size: cover;
  background-position: right;
  z-index: 15;
}
.arc {
  background-image: url("../img/arc.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
/* =============================================================================
MENU
========================================================================== */
header {
  z-index: 500;
}
.header-logo-home {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin: 20px 10px 10px 10px;
}
.onglet-gauche {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 51;
}
.onglet-gauche-texte {
  color: #fff;
  text-decoration: none;
  margin: 0;
  font-family: 'Bitter', serif;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}
.onglet-gauche a, .onglet-gauche a:hover {
  text-decoration: none;
  color: #fff;
  margin: 0;
  font-family: 'Bitter', serif;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}
.onglet-droite {
  display: flex;
  flex-wrap: nowrap;
}
.menu-list-inside a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.menu-list-inside a:hover {
  text-decoration: none;
}
.logoamu-header img {
  height: 50px;
  margin-right: 20px;
}
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50000000;
  background: #7d76b2;
  overflow: hidden;
  background-image: url("../img/menu-fond.svg"), url("../img/piaf.svg");
  background-size: cover;
  background-position: left;
}
.menu-btn {
  position: absolute;
  right: 10px;
  z-index: 10000000000000000;
  cursor: pointer;
  background: none;
  border: 0 none;
  display: block;
  height: 40px;
  width: 40px;
}
.carrousel {
  position: relative;
  height: 100%;
  width: 100%;
}
/* pager bubbles */
.sy-box {}
a.sy-prev, a.sy-next {
  color: #4e1f39;
  transition: all 0.2s ease;
}
a:hover.sy-prev, a:hover.sy-next {
  color: #fff;
}
ul.sy-controls {
  display: none;
}
/* =============================================================================
MENU
========================================================================== */
.menu-list-inside a {
  font-family: 'KonnectBlack', serif;
  color: #fff;
  font-size: 40px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s ease;
}
.menu-list-inside a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
}
.menu-list, .menu-list li {
  list-style: none;
}
.menu-list {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
}
.menu-list li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  margin: 5px 0 5px 0;
}
.menu-list-inside {
  align-content: center;
  z-index: 5000000000000;
}
.menu-list-inside a {
  text-decoration: none;
}
.change-background-edito {
  background: #b4addf;
  background-image: url("../img/menu-fond.svg"), url("../img/piaf.svg");
  background-size: cover;
  background-position: left;
}
.change-background-evenements {
  background: #9dc6ad;
  background-image: url("../img/menu-fond.svg"), url("../img/piaf.svg");
  background-size: cover;
  background-position: left;
}
.change-background-video {
  background: #a1ccff;
  background-image: url("../img/menu-fond.svg"), url("../img/piaf.svg");
  background-size: cover;
  background-position: left;
}
.change-background-magazine {
  background: #e69595;
  background-image: url("../img/menu-fond.svg"), url("../img/piaf.svg");
  background-size: cover;
  background-position: left;
}
.change-background-agenda {
  background: #ff844d;
  background-image: url("../img/menu-fond.svg"), url("../img/piaf.svg");
  background-size: cover;
  background-position: left;
}
.change-background-resultats {
  background: #ecb464;
  background-image: url("../img/menu-fond.svg"), url("../img/piaf.svg");
  background-size: cover;
  background-position: left;
}
.home {
  background-color: #7d76b2;
}
.edito {
  background-color: #b4addf;
}
.zoom {
  background-color: #9dc6ad;
}
.video {
  background-color: #a1ccff;
}
.magazine {
  background-color: #e69595;
}
.agenda {
  background-color: #ff844d;
}
.resultat {
  background-color: #ecb464;
}
/* =============================================================================
PAGE
========================================================================== */
.onepage {
  background-image: url("../img/menu-fond.svg");
  background-color: #a1abd0;
  background-size: cover;
  background-position: left;
}
.page-conteneur {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  padding-top: 25px;
}
.page-interieur {
  margin: 100px 50px 100px 50px;
}
.page-interieur-bottom0 {
  margin: 100px 50px 0 50px;
}
.page-interieur-agenda {
  margin: 10px 50px 100px 50px;
}
.page-chapo {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}
.page-texte {
  font-size: 14px;
  line-height: 18px;
}
.liste-puce li {
  font-size: 16px;
  line-height: 20px;
  padding-left: 5px;
  margin: 5px 0 5px 15px;
}
.page-texte-italic {
  font-family: 'Bitter', serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
  margin-top: 20px;
}
.playlist-video-container, .page-interieur-inside {
  max-width: 600px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
}
.playlist-video-container-inside {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 50px 0 50px 0;
}
.playlist-video {
  border-radius: 10px;
  width: 150px;
  min-width: 150px;
  height: auto;
  opacity: 1;
  margin: 5px 30px 5px 0px;
}
.page-texte-petit {
  font-size: 12px;
  line-height: 14px;
}
.page-texte-video {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
  max-width: 400px;
}
.video-semaine iframe, .video-semaine video {
  width: 100%;
  border-radius: 10px;
  height: auto;
  aspect-ratio: 9/16;
}
.separateur {
  width: 200px;
  margin: 0 auto;
}
.separateur-inside {
  border-top: 2px dotted;
  margin: 30px 0 30px 0;
}

.mag-dl {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.zoom-img {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.zoom-img img {
	max-width: 100%;
	width: 300px;
}

.label  {
	margin-top: 20px;
}

.label img {
	max-width: 100px;
	width: 100px;

}

.edito-photo  {
  border-radius: 10px;
	width: 200px;
	height: 200px;	
}

/* =============================================================================
FOOTER
========================================================================== */
.footer-copyright {
  position: absolute;
  bottom: 155px;
  right: -130px;
  font-family: 'Bitter', serif;
  font-size: 10px;
  text-align: left;
  z-index: 10000000000;
  transform: rotate(-90deg);
  width: 300px;
}
.footer-copyright p {
  height: 15px;
  text-decoration: none;
  font-family: 'Bitter', serif;
  font-size: 10px;
  color: #4e1f39;
}
.footer-copyright a {
  font-family: 'Bitter', serif;
  font-size: 10px;
  font-style: italic;
  text-decoration: none;
  color: #4e1f39;
  transition: all 1s ease;
  opacity: 1;
}
.footer-copyright a:hover {
  font-family: 'Bitter', serif;
  font-size: 10px;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
}
/* =============================================================================
TYPO
========================================================================== */
h1 {
  color: #4e1f39;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
h2 {
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0 10px 0;
}
h3 {
  color: #4e1f39;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
  background: #fff;
  width: 80px;
  padding: 2px;
  border-radius: 3px;
  text-align: center;
  margin: 20px 0 30px 0;
}
h4 {
  font-size: 14px;
  line-height: 16px;
}
h5 {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 20px;
}
.liste-puce li {
  font-size: 14px;
  line-height: 18px;
  padding-left: 5px;
  margin: 5px 0 5px 15px;
}
a {
  text-decoration: none;
  font-style: italic;	
  color: #4e1f39;
  transition: all 1s ease;
}
a:hover {
  color: #fff;
}



/* =============================================================================
RESPONSIVE
========================================================================== */
@media only screen and (max-width: 1200px) {
  .grosvoilier img {
    left: -180px;
  }
  .gabi {
    display: none;
  }
  .cardinale {
    background-position-x: 80%;
  }
  .planier, .light {
    background-position-x: 105%;
  }
  .if {
    background-position-x: 80%;
  }
}
@media only screen and (max-width: 800px) {
  .onglet-gauche-texte {
    display: none;
  }
  .page-interieur {
    margin: 10px 50px 100px 50px;
  }
  .page-interieur-agenda {
    margin: 25px 10px 100px 10px;
  }
  .grosvoilier img {
    left: -250px;
  }
}
@media only screen and (max-width: 700px) {
  .grosvoilier img {
    display: none;
  }
  .playlist-video-container-inside {
    flex-wrap: wrap;
  }
  .playlist-video {
    border-radius: 10px;
    width: 100%;
    height: auto;
    opacity: 1;
    margin: 5px 5px 5px 0px;
  }
}