@charset "UTF-8";
/* COMMON Custom CSS =======================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*
(¬‿¬) (◣_◢) (∪ ◡ ∪)

  ####     ####    ##   ##  ##   ##   ####    ##  ##
 ##  ##   ##  ##   ### ###  ### ###  ##  ##   ### ##
 ##       ##  ##   #######  #######  ##  ##   ######
 ##       ##  ##   ## # ##  ## # ##  ##  ##   ######
 ##       ##  ##   ##   ##  ##   ##  ##  ##   ## ###
 ##  ##   ##  ##   ##   ##  ##   ##  ##  ##   ##  ##
  ####     ####    ##   ##  ##   ##   ####    ##  ##                   */
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@-webkit-keyframes fadeIn {
  from {
    -webkit-opacity: 0;
    pointer-events: none; }
  to {
    -webkit-opacity: 1;
    pointer-events: all; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    pointer-events: none; }
  to {
    opacity: 1;
    pointer-events: all; } }
@-webkit-keyframes fadeOut {
  from {
    -webkit-opacity: 1;
    pointer-events: all; }
  to {
    -webkit-opacity: 0;
    pointer-events: none; } }
@keyframes fadeOut {
  from {
    opacity: 1;
    pointer-events: all; }
  to {
    opacity: 0;
    pointer-events: none; } }
@keyframes fadeOL {
  0% {
    opacity: 0; }
  1% {
    opacity: .08; }
  32% {
    opacity: .08; }
  33% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/*#CCE1F1*/
/*BREAKPOINTS*/
/*MENU MOBILE*/
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: rgba(90, 155, 210, 0.3); }

::selection {
  color: white;
  background: rgba(90, 155, 210, 0.3); }

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Noto Sans", sans-serif;
  box-shadow: none !important;
  text-shadow: none !important;
  animation-timing-function: ease-in-out; }

h1, h2, h3, h4 {
  font-family: "Dosis", sans-serif; }

#scroll-to-top {
  background: none;
  padding: 0;
  display: block;
  width: 60px;
  height: 60px;
  opacity: 1 !important;
  transition: 0.5s; }
  #scroll-to-top .vantage-icon-arrow-up {
    font-size: 60px;
    width: 60px;
    height: 60px;
    font-family: "Dosis", sans-serif;
    font-weight: 700; }
  #scroll-to-top .vantage-icon-arrow-up:before {
    color: #232f56;
    font-size: 60px;
    content: "\2191";
    color: #5A9BD2; }
    #scroll-to-top .vantage-icon-arrow-up:before:hover {
      color: #232f56; }

html {
  position: relative; }
  html:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 100000;
    animation: fadeOut ease-in;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 1;
    pointer-events: all; }

body {
  overflow-x: hidden !important;
  overflow-y: scroll;
  scroll-behavior: smooth;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  position: relative;
  color: rgba(90, 155, 210, 0.3); }
  body.layout-full {
    background: white; }
  body:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 5000;
    background: transparent url(./img/texture.gif) center repeat;
    pointer-events: none;
    background-size: 50% auto;
    opacity: .1; }

#main {
  background: transparent; }

h1 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  /* background: white; */
  float: left;
  color: white !important;
  font-weight: 700 !important;
  font-size: 90px !important;
  word-break: break-word;
  /*-webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;*/
  line-height: 0.8 !important;
  text-transform: uppercase; }
  @media only screen and (max-width: 800px) {
    h1 {
      font-size: 45px !important; } }

h2 {
  font-size: 30px !important;
  text-transform: uppercase;
  position: relative;
  color: #232f56 !important;
  display: inline-block;
  z-index: 1;
  margin: 0 0 30px 0 !important; }
  h2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(90, 155, 210, 0.3);
    z-index: -1;
    transform: skewX(-15deg); }

h1, h2, h3 {
  line-height: 1; }

.ub_divider_line, .ub_divider_wrapper {
  background: none !important; }

.ub_divider_line {
  border-top: 1px dashed rgba(90, 155, 210, 0.3) !important;
  margin: 0 !important; }

.ub_divider_wrapper {
  margin: 45px 0 !important;
  height: auto !important; }

.entry-thumbnail {
  overflow: hidden;
  max-height: 350px;
  background: #5A9BD2;
  transform: skew(1.5deg) rotate(1.5deg);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
  .entry-thumbnail img {
    width: 100%;
    height: auto;
    opacity: .5; }
  @media only screen and (max-width: 800px) {
    .entry-thumbnail {
      height: 350px; }
      .entry-thumbnail img {
        width: auto !important;
        max-width: none !important;
        height: 100% !important; } }

a {
  color: #5A9BD2 !important;
  transition: 0.5s; }
  a:hover {
    color: rgba(90, 155, 210, 0.3) !important; }
  a:focus {
    outline: none !important; }

p {
  color: #232f56;
  text-align: left;
  /*word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto*/
  font-size: 14px;
  letter-spacing: -.1px; }

ul {
  margin: 0 0 30px 0; }

blockquote.wp-block-quote {
  max-width: 450px;
  display: block;
  margin: 30px auto;
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  position: relative;
  border-left: 1px dashed rgba(90, 155, 210, 0.3);
  position: relative; }
  blockquote.wp-block-quote p {
    font-size: 30px;
    color: #5A9BD2 !important;
    line-height: 1.1;
    word-break: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
    text-align: left;
    margin: 0 !important; }
  blockquote.wp-block-quote:before {
    content: "\201F";
    color: rgba(90, 155, 210, 0.3) !important;
    font-family: "Dosis", sans-serif;
    font-size: 180px;
    line-height: 180px;
    height: 180px;
    font-weight: 900;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translate(-95%, -25%); }

/*EDITEUR WORDPRESS*/
:root :where(.editor-styles-wrapper)::after {
  height: auto !important; }

/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$ LIGHTBOX !!! $$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.ewd-ulb-slide-img {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center; }

.ewd-ulb-slide-control, .ewd-ulb-bottom-toolbar, .ewd-ulb-top-toolbar {
  background: rgba(35, 47, 86, 0.6); }

.ewd-ulb-background {
  background: rgba(35, 47, 86, 0.85); }

.ewd-ulb-slide-control {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-size: 30px; }
  .ewd-ulb-slide-control:hover {
    background: #232f56; }

/*======================================================================*/
/*========================= PAGES SPECIALES ============================*/
/*======================================================================*/
.search h1, .error404 h1, .search-no-results h1, .page-id-250 h1, .page-id-3 h1 {
  position: relative;
  color: #5A9BD2 !important;
  text-align: center;
  font-size: 60px !important;
  display: block;
  width: 100%;
  margin-bottom: 60px; }
  .search h1 span, .error404 h1 span, .search-no-results h1 span, .page-id-250 h1 span, .page-id-3 h1 span {
    line-height: 1.1;
    color: #232f56 !important;
    font-size: 90px !important;
    display: block; }
.search .entry-content, .error404 .entry-content, .search-no-results .entry-content, .page-id-250 .entry-content, .page-id-3 .entry-content {
  text-align: center; }
  .search .entry-content p, .error404 .entry-content p, .search-no-results .entry-content p, .page-id-250 .entry-content p, .page-id-3 .entry-content p {
    text-align: center; }
  .search .entry-content .backhome, .error404 .entry-content .backhome, .search-no-results .entry-content .backhome, .page-id-250 .entry-content .backhome, .page-id-3 .entry-content .backhome {
    display: inline-block;
    margin: 30px;
    font-family: "Dosis", sans-serif;
    font-size: 30px;
    background: #232f56;
    padding: 7.5px 10px;
    border-radius: 7.5px;
    text-transform: uppercase;
    color: white !important;
    transition: all 0.25s ease-in-out;
    text-decoration: none; }
    .search .entry-content .backhome:hover, .error404 .entry-content .backhome:hover, .search-no-results .entry-content .backhome:hover, .page-id-250 .entry-content .backhome:hover, .page-id-3 .entry-content .backhome:hover {
      background: #5A9BD2;
      transform: skewX(-3deg) rotate(-3deg); }

.page-id-250 .entry-content p, .page-id-250 .entry-content, .page-id-3 .entry-content p, .page-id-3 .entry-content {
  text-align: left; }
.page-id-250 h3, .page-id-3 h3 {
  font-family: "Dosis", sans-serif !important;
  color: #5A9BD2;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  margin: 60px 0 30px 0; }

/* HEADER Custom CSS =======================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*
(¬‿¬) (◣_◢) (∪ ◡ ∪)

 ##  ##   ######     ##     ####     ######   #####
 ##  ##   ##        ####    ## ##    ##       ##  ##
 ##  ##   ##       ##  ##   ##  ##   ##       ##  ##
 ######   ####     ######   ##  ##   ####     #####
 ##  ##   ##       ##  ##   ##  ##   ##       ####
 ##  ##   ##       ##  ##   ## ##    ##       ## ##
 ##  ##   ######   ##  ##   ####     ######   ##  ##          */
#masthead {
  background: white;
  position: relative;
  z-index: 1000;
  padding: 0; }
  @media only screen and (max-width: 1100px) {
    #masthead {
      z-index: 999999;
      background: transparent; } }
  #masthead:before, #masthead:after {
    box-shadow: none !important;
    content: "";
    position: fixed;
    top: 150px;
    width: 40%;
    height: 5%;
    display: block;
    background: #232f56;
    z-index: -1;
    border-radius: 30%;
    filter: blur(30px);
    transition: 0.25s;
    opacity: .35; }
    @media only screen and (max-width: 1100px) {
      #masthead:before, #masthead:after {
        display: none !important; } }
  #masthead:before {
    left: -20%;
    transform: rotate(-8deg); }
  #masthead:after {
    right: -20%;
    transform: rotate(5deg); }
  .sticky-menu #masthead:before, .sticky-menu #masthead:after {
    width: 80%;
    height: 13%;
    opacity: .5;
    top: -30px; }
  .sticky-menu #masthead:before {
    left: -15%;
    transform: rotate(-5deg); }
  .sticky-menu #masthead:after {
    right: 0;
    transform: rotate(3deg); }
  #masthead .main-navigation {
    background: white;
    z-index: 1;
    /*=====================================================================================*/
    /*=====================================================================================*/ }
    @media only screen and (max-width: 1100px) {
      #masthead .main-navigation {
        background: transparent; } }
    #masthead .main-navigation:before, #masthead .main-navigation:after {
      box-shadow: none !important; }
    #masthead .main-navigation ul {
      text-align: right; }
      #masthead .main-navigation ul li {
        font-size: 15px;
        text-transform: uppercase;
        font-family: "Dosis", sans-serif; }
        #masthead .main-navigation ul li:before, #masthead .main-navigation ul li:after {
          content: "";
          position: absolute;
          display: block;
          left: 0;
          top: 50%;
          width: 0px;
          height: 50%;
          transform-origin: center;
          transform: translateY(-50%) rotate(10deg);
          transition: 0.5s; }
        #masthead .main-navigation ul li:before {
          border-right: 1px dashed rgba(90, 155, 210, 0.3);
          opacity: 1; }
        #masthead .main-navigation ul li:after {
          border-right: 1px solid #5A9BD2;
          opacity: 0; }
        #masthead .main-navigation ul li a {
          padding: 30px;
          color: #232f56 !important;
          display: inline-block; }
          #masthead .main-navigation ul li a:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 25px;
            bottom: 50%;
            left: 20px;
            background: rgba(90, 155, 210, 0.3);
            z-index: -1;
            transform: skewX(-15deg);
            transition: 0.5s; }
        #masthead .main-navigation ul li:hover:before, #masthead .main-navigation ul li:hover:after, #masthead .main-navigation ul li.current_page_item:before, #masthead .main-navigation ul li.current_page_item:after {
          transform: translateY(-50%) rotate(15deg); }
        #masthead .main-navigation ul li:hover:before, #masthead .main-navigation ul li.current_page_item:before {
          opacity: 0; }
        #masthead .main-navigation ul li:hover:after, #masthead .main-navigation ul li.current_page_item:after {
          opacity: 1; }
        #masthead .main-navigation ul li:hover a, #masthead .main-navigation ul li.current_page_item a {
          background: transparent;
          color: #5A9BD2 !important; }
          #masthead .main-navigation ul li:hover a:after, #masthead .main-navigation ul li.current_page_item a:after {
            bottom: 20%; }
        #masthead .main-navigation ul li:hover a:after {
          opacity: .3;
          bottom: 30%; }
        #masthead .main-navigation ul li.current_page_item a {
          color: #232f56 !important; }
    #masthead .main-navigation.sticky .full-container {
      left: 7px; }
  #masthead #search-icon {
    width: 30px;
    height: 100%; }
    #masthead #search-icon #search-icon-icon {
      width: 30px;
      height: 100%;
      background: none;
      margin: 0;
      padding: 0; }
      #masthead #search-icon #search-icon-icon .vantage-icon-search {
        width: 30px;
        height: 30px;
        font-size: 30px;
        transform-origin: center;
        transition: 0.5s;
        color: #232f56; }
      #masthead #search-icon #search-icon-icon:hover {
        background: none; }
        #masthead #search-icon #search-icon-icon:hover .vantage-icon-search {
          transform: rotate(15deg);
          color: rgba(90, 155, 210, 0.3); }
    #masthead #search-icon .searchform {
      background: #232f56;
      color: white;
      width: 400px !important; }
  #masthead .hgroup.full-container {
    background: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    max-width: 100% !important;
    width: 100% !important; }
    .home #masthead .hgroup.full-container {
      display: none; }
    #masthead .hgroup.full-container .logo-wrapper {
      position: fixed;
      max-width: 230px;
      z-index: 3000;
      top: -60px;
      transform: translateX(-210%); }
      #masthead .hgroup.full-container .logo-wrapper .logo {
        background: transparent url(./img/Archipel427_logo-3P_02.svg) center no-repeat;
        background-size: cover;
        transition: 1s;
        transform-origin: center; }
        #masthead .hgroup.full-container .logo-wrapper .logo:before, #masthead .hgroup.full-container .logo-wrapper .logo:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-size: cover !important;
          pointer-events: none;
          transform-origin: center; }
        #masthead .hgroup.full-container .logo-wrapper .logo:before {
          z-index: 2;
          background: transparent url(./img/Archipel427_logo-3P_01.svg) center no-repeat;
          transition: 0.75s; }
        #masthead .hgroup.full-container .logo-wrapper .logo:after {
          z-index: -1;
          background: transparent url(./img/Archipel427_logo-3P_03.svg) center no-repeat;
          transition: 0.25s; }
        #masthead .hgroup.full-container .logo-wrapper .logo:hover {
          transform: rotate(30deg);
          transition: 0.5s; }
          #masthead .hgroup.full-container .logo-wrapper .logo:hover:before {
            transform: rotate(-33deg) scale(1.1); }
          #masthead .hgroup.full-container .logo-wrapper .logo:hover:after {
            transform: rotate(30deg) scale(0.8);
            transition: 1s; }
      #masthead .hgroup.full-container .logo-wrapper img {
        width: 100%;
        height: auto;
        opacity: 0; }
    #masthead .hgroup.full-container .support-text {
      font-size: 40px;
      font-family: "Dosis", sans-serif;
      color: white !important;
      position: absolute;
      padding: 15px 40px;
      background: #5A9BD2;
      transform: skewX(-13deg) rotate(-3deg) translateX(-37%);
      font-style: normal !important;
      z-index: 5;
      text-align: center;
      line-height: .8; }
    @media only screen and (max-width: 1100px) {
      #masthead .hgroup.full-container {
        flex-direction: column;
        background: transparent; }
        #masthead .hgroup.full-container .logo-wrapper, #masthead .hgroup.full-container .support-text {
          position: relative; }
        #masthead .hgroup.full-container .logo-wrapper {
          max-width: 300px;
          position: relative;
          transform: translateX(0);
          margin: 0 auto; }
        #masthead .hgroup.full-container .support-text {
          font-size: 30px;
          margin-top: -120px;
          transform: skewX(-13deg) rotate(-3deg) translateX(0); }
        #masthead .hgroup.full-container::not(.masthead-sidebar) {
          gap: 0; } }
    @media only screen and (max-width: 680px) {
      #masthead .hgroup.full-container .support-text {
        display: inline-block !important;
        margin-top: -30px !important; } }

.main-navigation.sticky:after {
  display: none !important; }

.main-navigation ul li:hover > a, .main-navigation ul li.focus > a {
  background: none !important; }

/*
====================================================================================
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
====================================================================================
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
====================================================================================
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

MENU MOBILE

====================================================================================
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
====================================================================================
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
====================================================================================
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
*/
.mobilenav-main-link {
  position: fixed;
  z-index: 1000000 !important;
  right: 30px;
  top: 30px;
  padding: 0 !important;
  color: #232f56; }
  .mobilenav-main-link .mobile-nav-icon {
    margin: 0; }
    .mobilenav-main-link .mobile-nav-icon:before {
      font-size: 40px;
      font-weight: normal; }
  .mobilenav-main-link .mobilenav-main-link-text {
    display: none; }

.mobile-nav-frame {
  background: #232f56 !important; }
  .mobile-nav-frame:before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url("img/Archipel427_logo.gif") center no-repeat;
    background-size: 400px auto;
    opacity: .1; }
  .mobile-nav-frame .title {
    background: transparent;
    border: 0px; }
    .mobile-nav-frame .title h3 {
      display: none; }
  .mobile-nav-frame .close, .mobile-nav-frame .back {
    font-size: 50px !important;
    color: #5A9BD2 !important; }
  .mobile-nav-frame .search {
    margin: 27px !important;
    position: absolute !important;
    bottom: 0px;
    width: 50%;
    background: transparent; }
    .mobile-nav-frame .search input {
      background: transparent !important;
      border: 1px solid #5A9BD2 !important;
      color: white; }
      .mobile-nav-frame .search input::placeholder {
        color: rgba(90, 155, 210, 0.3); }
  .mobile-nav-frame ul {
    background: transparent;
    border: 0px; }
    .mobile-nav-frame ul li {
      border-bottom: 1px solid #5A9BD2; }
      .mobile-nav-frame ul li a.link {
        font-family: "Dosis", sans-serif;
        color: white !important;
        font-size: 30px;
        font-weight: 700; }
  @media only screen and (max-height: 580px) {
    .mobile-nav-frame ul li {
      padding: 10px 5px; }
      .mobile-nav-frame ul li a.link {
        font-size: 20px; } }

/* FOOTER Custom CSS =======================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*
(¬‿¬) (◣_◢) (∪ ◡ ∪)

 ######    ####     ####    ######   ######   #####
 ##       ##  ##   ##  ##     ##     ##       ##  ##
 ##       ##  ##   ##  ##     ##     ##       ##  ##
 ####     ##  ##   ##  ##     ##     ####     #####
 ##       ##  ##   ##  ##     ##     ##       ####
 ##       ##  ##   ##  ##     ##     ##       ## ##
 ##        ####     ####      ##     ######   ##  ##          */
#colophon {
  border-top: 1px dashed rgba(90, 155, 210, 0.3);
  background: transparent; }
  #colophon p {
    color: #5A9BD2;
    text-align: center; }
  @media only screen and (max-width: 1300px) {
    #colophon #site-info {
      max-width: 520px;
      margin: 25px auto 0; } }

/* AGENDA Custom CSS =======================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*
(¬‿¬) (◣_◢) (∪ ◡ ∪)

░  ░░░░  ░░░      ░░░  ░░░░  ░░        ░
▒  ▒▒▒▒  ▒▒  ▒▒▒▒  ▒▒   ▒▒   ▒▒  ▒▒▒▒▒▒▒
▓        ▓▓  ▓▓▓▓  ▓▓        ▓▓      ▓▓▓
█  ████  ██  ████  ██  █  █  ██  ███████
█  ████  ███      ███  ████  ██        █                   */
/**/
.yt-embed {
  display: none; }

/**/
/*@media (min-width: 783px) {
 body.vantage-sticky-menu.admin-bar .site-navigation.use-vantage-sticky-menu {
     top: 0;
 }
}*/
.home {
  position: relative; }
  .home .full-container {
    margin-bottom: 60px; }
  .home h2 {
    font-size: 30px !important;
    text-transform: uppercase;
    position: relative;
    color: #5A9BD2 !important;
    display: inline-block;
    z-index: 1;
    line-height: 1;
    margin: 30px 0 !important;
    text-align: center;
    font-weight: 900; }
    .home h2:after {
      display: none;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(90, 155, 210, 0.3);
      z-index: -1;
      transform: skewX(-15deg); }
  .home #masthead {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1001;
    background: transparent;
    pointer-events: none; }
    .home #masthead .site-navigation {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 100vh;
      background: transparent;
      pointer-events: all;
      height: 75px;
      transform: translateY(-100%);
      transition: all 0.25s ease-in-out; }
      @media only screen and (max-width: 1100px) {
        .home #masthead .site-navigation {
          position: fixed;
          top: 0; } }
      .home #masthead .site-navigation a, .home #masthead .site-navigation #search-icon #search-icon-icon .vantage-icon-search {
        color: white !important; }
      .home #masthead .site-navigation.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: white;
        transform: translateY(0);
        transition: all 0.5s ease-in-out; }
        .home #masthead .site-navigation.sticky a, .home #masthead .site-navigation.sticky #search-icon #search-icon-icon .vantage-icon-search {
          color: #232f56 !important; }
        @media only screen and (max-width: 1100px) {
          .home #masthead .site-navigation.sticky {
            background: transparent; } }
    .home #masthead .hgroup {
      display: none; }
    .home #masthead:before, .home #masthead:after {
      opacity: .15;
      transform: translateY(-15px); }
    .home #masthead #search-icon {
      height: 65px; }
  .home #main {
    padding: 0 35px !important; }
  .home .videoBG {
    position: absolute;
    z-index: 1000;
    pointer-events: all;
    /*EVITER CLICS SUR MENU*/
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center; }
  .home .yt-embed {
    display: block;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
    .home .yt-embed iframe, .home .yt-embed .yt-embed-player {
      width: 100%;
      height: 100%;
      transform: scale(1.2); }
      @media only screen and (max-width: 800px) {
        .home .yt-embed iframe, .home .yt-embed .yt-embed-player {
          width: auto; } }
    .home .yt-embed .yt-embed-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(35, 47, 86, 0.7); }
    @media only screen and (max-width: 1300px) {
      .home .yt-embed {
        position: relative;
        width: 150% !important; } }
    @media only screen and (max-width: 800px) {
      .home .yt-embed {
        position: relative;
        width: 200% !important; } }
  .home .main-navigation-container {
    position: absolute; }
  .home #intro {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center; }
    .home #intro .logop {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 1100px) {
        .home #intro .logop {
          flex-direction: column; } }
    .home #intro .logoAnim {
      display: block;
      width: 400px;
      height: 409px;
      background: transparent url(img/Archipel427_logo.gif) no-repeat center;
      background-size: cover; }
      @media only screen and (max-width: 1100px) {
        .home #intro .logoAnim {
          max-width: 80%;
          background-size: 100% auto; } }
    .home #intro p, .home #intro span {
      color: white;
      font-family: "Dosis", sans-serif;
      text-transform: uppercase;
      display: block; }
    .home #intro p {
      margin: 0 30px;
      font-size: 24px;
      line-height: 1; }
      @media only screen and (max-width: 800px) {
        .home #intro p {
          font-size: 2.5vw; } }
      @media only screen and (max-width: 600px) {
        .home #intro p {
          font-size: 3vw; } }
      @media only screen and (max-width: 450px) {
        .home #intro p {
          font-size: 4vw; } }
    .home #intro a {
      text-decoration: none;
      font-size: 45px;
      font-weight: 700;
      color: white !important; }
      .home #intro a:hover {
        color: #5A9BD2 !important; }
      @media only screen and (max-width: 1100px) {
        .home #intro a {
          display: block;
          text-align: center; } }
    .home #intro a.scrollArrow {
      position: relative;
      margin-top: -90px;
      font-family: "Dosis", sans-serif;
      font-size: 120px !important;
      text-decoration: none;
      color: #5A9BD2 !important;
      transition: 0.5s;
      z-index: 1000;
      animation: updown 1.5s ease-in-out infinite; }
@keyframes updown {
  0% {
    top: 0; }
  50% {
    top: 15px; }
  100% {
    top: 0; } }
      .home #intro a.scrollArrow:hover {
        color: white !important;
        animation: none; }
      @media only screen and (max-width: 1100px) {
        .home #intro a.scrollArrow {
          margin-top: -15px;
          font-size: 60px !important; } }
    @media only screen and (max-width: 1024px) {
      .home #intro {
        flex-direction: column; } }
  .home #acces {
    margin: 0;
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-height: calc(100vh - 120px); }
    .home #acces p {
      margin-bottom: 60px; }
    .home #acces .ctas {
      display: flex;
      flex-direction: row;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      height: 270px;
      margin: 30px 0; }
      .home #acces .ctas a {
        width: 325px;
        height: 100%;
        position: relative;
        z-index: 0;
        padding: 15px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        position: relative;
        color: white !important;
        text-decoration: none;
        font-family: "Dosis", sans-serif;
        font-size: 54px !important;
        text-transform: uppercase;
        font-weight: 700;
        line-height: .8;
        text-align: center; }
        .home #acces .ctas a:before, .home #acces .ctas a:after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          pointer-events: none;
          transition: 0.75s;
          transform: skew(0deg, -5deg);
          border-radius: 10px; }
        .home #acces .ctas a:before {
          background: transparent url(./img/texture.gif) center repeat;
          z-index: -1;
          mix-blend-mode: screen; }
        .home #acces .ctas a:after {
          background: #5A9BD2;
          z-index: -2; }
        .home #acces .ctas a:hover:after {
          background: #232f56; }
        .home #acces .ctas a:hover:before, .home #acces .ctas a:hover:after {
          transform: skew(-5deg, 0deg) scaleY(0.8); }
      @media only screen and (max-width: 1300px) {
        .home #acces .ctas {
          justify-content: center;
          height: auto; }
          .home #acces .ctas a {
            margin: 15px;
            height: 200px;
            font-size: 39px !important; } }
    .home #acces h3 {
      font-size: 30px;
      color: #5A9BD2;
      padding: 15px 0;
      width: 100%;
      text-align: center;
      border-top: 1px dashed rgba(90, 155, 210, 0.3);
      border-bottom: 1px dashed rgba(90, 155, 210, 0.3);
      text-transform: uppercase;
      font-weight: 700; }
    .home #acces .wp-block-media-text {
      width: 70%;
      padding: 0; }
      .home #acces .wp-block-media-text .wp-block-media-text__media, .home #acces .wp-block-media-text .wp-block-media-text__content {
        margin: 0 15px; }
      .home #acces .wp-block-media-text .wp-block-media-text__media {
        background: #5A9BD2;
        border-radius: 30px 0;
        overflow: hidden; }
        .home #acces .wp-block-media-text .wp-block-media-text__media img {
          opacity: .7; }
      .home #acces .wp-block-media-text .wp-block-media-text__content {
        padding: 0 !important; }
        .home #acces .wp-block-media-text .wp-block-media-text__content * {
          color: #232f56; }
        .home #acces .wp-block-media-text .wp-block-media-text__content .wp-block-heading {
          display: block;
          margin: 0 0 10px 0 !important;
          font-size: 15px;
          text-transform: uppercase; }
        .home #acces .wp-block-media-text .wp-block-media-text__content p {
          margin: 0 0 15px 0 !important;
          padding: 0; }
      @media only screen and (max-width: 1100px) {
        .home #acces .wp-block-media-text {
          width: 90%;
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap; }
          .home #acces .wp-block-media-text .wp-block-media-text__media, .home #acces .wp-block-media-text .wp-block-media-text__content {
            display: block;
            width: 100%; }
          .home #acces .wp-block-media-text .wp-block-media-text__media {
            margin: 0 15px 15px; } }

/* AGENDA Custom CSS =======================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*
(¬‿¬) (◣_◢) (∪ ◡ ∪)

d888888b  .d88b.  db    db d8888b. d8b   db d88888b d88888b .d8888. 
`~~88~~' .8P  Y8. 88    88 88  `8D 888o  88 88'     88'     88'  YP 
   88    88    88 88    88 88oobY' 88V8o 88 88ooooo 88ooooo `8bo.   
   88    88    88 88    88 88`8b   88 V8o88 88~~~~~ 88~~~~~   `Y8b. 
   88    `8b  d8' 88b  d88 88 `88. 88  V888 88.     88.     db   8D 
   YP     `Y88P'  ~Y8888P' 88   YD VP   V8P Y88888P Y88888P `8888Y'        */
.wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion {
  border: 1px solid rgba(90, 155, 210, 0.3) !important;
  border-radius: 15px;
  overflow: hidden;
  background: #232f56; }
  .wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important;
    background: no-repeat center;
    opacity: .3;
    z-index: 0;
    pointer-events: none; }
  .wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion:nth-child(1):after {
    background-image: url("img/tournees/2026.jpg"); }
  .wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion:nth-child(2):after {
    background-image: url("img/tournees/2025.jpg"); }
  .wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion:nth-child(3):after {
    background-image: url("img/tournees/2024.jpg"); }
  .wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion:nth-child(4):after {
    background-image: url("img/tournees/2023.jpg"); }
.wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion-title-wrap {
  background-color: #232f56 !important;
  border-radius: 15px;
  transition: all 0.5s ease-in-out; }
  .wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion-title-wrap:hover {
    background-color: #5A9BD2 !important; }
  .wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion-title-wrap h3 {
    text-transform: uppercase !important;
    color: white !important;
    font-size: 30px;
    z-index: 1; }
.wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap {
  align-items: center;
  padding-top: 0;
  color: white !important;
  font-weight: 900; }
.wp-block-ub-content-toggle-block .wp-block-ub-chevron-down {
  transform: scale(1.5); }
  .wp-block-ub-content-toggle-block .wp-block-ub-chevron-down.open {
    transform: scale(1.5) rotate(90deg); }
.wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion-content-wrap p {
  position: relative;
  color: white;
  z-index: 1; }
.wp-block-ub-content-toggle-block .wp-block-ub-content-toggle-accordion-content-wrap strong {
  color: #5A9BD2;
  font-size: 15px; }

/* COMPAGNIE Custom CSS ====================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*
(¬‿¬) (◣_◢) (∪ ◡ ∪)

  ####     ####    ##   ##  #####      ##      ####    ##  ##    ####    ######
 ##  ##   ##  ##   ### ###  ##  ##    ####    ##  ##   ### ##     ##     ##
 ##       ##  ##   #######  ##  ##   ##  ##   ##       ######     ##     ##
 ##       ##  ##   ## # ##  #####    ######   ## ###   ######     ##     ####
 ##       ##  ##   ##   ##  ##       ##  ##   ##  ##   ## ###     ##     ##
 ##  ##   ##  ##   ##   ##  ##       ##  ##   ##  ##   ##  ##     ##     ##
  ####     ####    ##   ##  ##       ##  ##    ####    ##  ##    ####    ######       */
section.membres {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
    /*-webkit-column-count: 3;
    -moz-column-count:3;
    column-count: 3;

    -webkit-column-gap: auto;
    -moz-column-gap: auto;
    column-gap: auto;

    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;    
    column-gap: 1.5em;*/ }
  section.membres article {
    margin-bottom: 30px;
    max-width: 31%;
    flex-grow: 1; }
    section.membres article .membre-photo-wrap {
      position: relative;
      border-radius: 0 15px;
      overflow: hidden;
      background: #5A9BD2;
      max-height: 280px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center; }
      section.membres article .membre-photo-wrap .membre-photo {
        width: 102% !important;
        max-width: 102% !important;
        height: auto;
        filter: saturate(0%) contrast(1.5);
        mix-blend-mode: hard-light;
        z-index: 1; }
      section.membres article .membre-photo-wrap:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: transparent;
        box-shadow: inset 10px 10px 30px -10px #5a9bd2 !important;
        z-index: 2;
        mix-blend-mode: multiply; }
    section.membres article h2 {
      text-transform: uppercase;
      font-size: 30px;
      border-top: 1px dashed rgba(90, 155, 210, 0.3);
      border-bottom: 1px dashed rgba(90, 155, 210, 0.3);
      display: block;
      margin: 30px 0 !important;
      padding: 10px 0;
      line-height: 1; }
      section.membres article h2:after {
        display: none; }
    section.membres article h3 {
      color: #5A9BD2;
      line-height: 1; }
    section.membres article p {
      text-align: left; }
    section.membres article a {
      padding: 5px 10px;
      text-decoration: none;
      color: white !important;
      position: relative;
      z-index: 1;
      overflow: hidden;
      margin: 30px 0;
      display: inline-block;
      border-radius: 5px; }
      section.membres article a:before, section.membres article a:after {
        content: "";
        position: absolute;
        top: -15%;
        right: -15%;
        bottom: -15%;
        left: -15%;
        transition: 0.5s; }
      section.membres article a:before {
        background: #5A9BD2;
        z-index: -2; }
      section.membres article a:after {
        background: #232f56;
        z-index: -1;
        transform: scaleX(0) skew(-50deg);
        transform-origin: left center; }
      section.membres article a:hover:after {
        transform: scaleX(1) skew(-50deg); }
    @media only screen and (max-width: 1100px) {
      section.membres article {
        max-width: 48%; } }
    @media only screen and (max-width: 800px) {
      section.membres article {
        max-width: 100%; }
        section.membres article .membre-photo-wrap {
          max-height: 400px; } }

section.autres {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start; }
  section.autres h3.wp-block-heading {
    display: block;
    width: 100%;
    color: #5A9BD2;
    font-weight: 700;
    text-align: center; }
  section.autres div.col1 {
    max-width: 30%; }
  section.autres div.col2 {
    max-width: calc(70% - 30px); }
  @media only screen and (max-width: 1100px) {
    section.autres div {
      max-width: 100% !important; } }
  section.autres p strong {
    font-size: 20px !important;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    color: #232f56 !important;
    display: inline-block;
    z-index: 1; }
    section.autres p strong:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(90, 155, 210, 0.3);
      z-index: -1;
      transform: skewX(-15deg); }

/* CONTACT Custom CSS ======================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*
(¬‿¬) (◣_◢) (∪ ◡ ∪)

  ####     ####    ##  ##   ######     ##      ####    ######
 ##  ##   ##  ##   ### ##     ##      ####    ##  ##     ##
 ##       ##  ##   ######     ##     ##  ##   ##         ##
 ##       ##  ##   ######     ##     ######   ##         ##
 ##       ##  ##   ## ###     ##     ##  ##   ##         ##
 ##  ##   ##  ##   ##  ##     ##     ##  ##   ##  ##     ##
  ####     ####    ##  ##     ##     ##  ##    ####      ##        */
.contactInfos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start; }
  .contactInfos p {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .contactInfos p:first-child {
      max-width: 750px; }
    .contactInfos p:last-child {
      float: right;
      max-width: 285px;
      top: -5px; }
    .contactInfos p a {
      font-family: "Dosis", sans-serif;
      font-size: 20px;
      text-decoration: none; }
  @media only screen and (max-width: 1300px) {
    .contactInfos {
      flex-direction: column; }
      .contactInfos p:first-child {
        margin-bottom: 30px; } }

/* CREATION Custom CSS ======================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*
(¬‿¬) (◣_◢) (∪ ◡ ∪)

  ####    #####    ######     ##     ######    ####     ####    ##  ##
 ##  ##   ##  ##   ##        ####      ##       ##     ##  ##   ### ##
 ##       ##  ##   ##       ##  ##     ##       ##     ##  ##   ######
 ##       #####    ####     ######     ##       ##     ##  ##   ######
 ##       ####     ##       ##  ##     ##       ##     ##  ##   ## ###
 ##  ##   ## ##    ##       ##  ##     ##       ##     ##  ##   ##  ##
  ####    ##  ##   ######   ##  ##     ##      ####     ####    ##  ##         */
.creas {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }
  @media only screen and (max-width: 1100px) {
    .creas {
      flex-direction: column;
      justify-content: center; } }
  .creas .crearticle {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    max-width: 48%;
    max-height: 450px;
    padding: 30px;
    border-radius: 0 15px;
    background: white;
    overflow: hidden;
    transition: all 0.5s;
    background: white;
    border: 1px solid rgba(90, 155, 210, 0.15);
    z-index: 0;
    position: relative; }
    @media only screen and (max-width: 1100px) {
      .creas .crearticle {
        max-width: 70%; } }
    @media only screen and (max-width: 800px) {
      .creas .crearticle {
        max-height: 390px; } }
    @media only screen and (max-width: 600px) {
      .creas .crearticle {
        max-width: 100%;
        max-height: 330px; } }
    .creas .crearticle .thumbnail {
      display: none; }
    .creas .crearticle .image, .creas .crearticle .texte, .creas .crearticle .video, .creas .crearticle .wp-content {
      margin-bottom: 30px; }
    .creas .crearticle h2 {
      color: #5A9BD2; }
      .creas .crearticle h2:after {
        transform-origin: left center;
        transform: translateY(30px) scale(0.3) skewX(0deg); }
    .creas .crearticle h3 {
      line-height: 1; }
    .creas .crearticle:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      background: white;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      height: 30px;
      opacity: 1;
      transition: 0.5s ease-in-out;
      pointer-events: none; }
    .creas .crearticle:after {
      content: "+";
      color: white;
      font-family: "Dosis", sans-serif;
      font-size: 150px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(35, 47, 86, 0.85);
      z-index: 2;
      transition: 0.5s;
      opacity: 0;
      pointer-events: none;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      align-items: center; }
    .creas .crearticle .image {
      position: relative;
      /*&:after{
        pointer-events:none;
        transition:all $duration/2 $ease;
        content:"";
        position:absolute;
        top:0;right:0;bottom:0;left:0;
        background: #FFF;
        background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 80%);
        background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 80%);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);     
      }*/ }
    .creas .crearticle .texte span {
      display: block;
      margin-bottom: 15px;
      font-size: 11px; }
      .creas .crearticle .texte span:first-child {
        font-size: 14px; }
    .creas .crearticle .dossier {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-content: center;
      justify-content: center;
      align-items: center; }
      .creas .crearticle .dossier a {
        padding: 5px 10px;
        text-decoration: none;
        color: white !important;
        position: relative;
        z-index: 1;
        overflow: hidden;
        display: inline-block; }
        .creas .crearticle .dossier a:before, .creas .crearticle .dossier a:after {
          content: "";
          position: absolute;
          top: -15%;
          right: -15%;
          bottom: -15%;
          left: -15%;
          transition: 0.5s; }
        .creas .crearticle .dossier a:before {
          background: #5A9BD2;
          z-index: -2; }
        .creas .crearticle .dossier a:after {
          background: #232f56;
          z-index: -1;
          transform: scaleX(0) skew(-50deg);
          transform-origin: left center; }
        .creas .crearticle .dossier a:hover:after {
          transform: scaleX(1) skew(-50deg); }
    .creas .crearticle:hover:after {
      opacity: 1;
      pointer-events: all;
      cursor: crosshair; }
    .creas .crearticle.open {
      max-width: 100%;
      max-height: 100%;
      background: white;
      box-shadow: rgba(90, 155, 210, 0.3) 0px 6px 20px -2px, rgba(90, 155, 210, 0.3) 0px 3px 10px -3px !important; }
      .creas .crearticle.open:before {
        opacity: 0; }
      .creas .crearticle.open:after {
        display: none; }
      .creas .crearticle.open h2 {
        font-size: 39px !important;
        display: block;
        text-align: center;
        color: #232f56; }
        .creas .crearticle.open h2:after {
          transform: translateY(0) scale(1) skewX(-15deg); }
      .creas .crearticle.open h3 {
        text-align: center; }
      .creas .crearticle.open .spectacle-image-wrap {
        /*&:after{
          background:transparent;
        }*/ }
      .creas .crearticle.open img {
        width: 100%; }

/* EDITION Custom CSS ======================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*==========================================================================================================================*/
/*
(¬‿¬) (◣_◢) (∪ ◡ ∪)

 ######   ####      ####    ######    ####     ####    ##  ##
 ##       ## ##      ##       ##       ##     ##  ##   ### ##
 ##       ##  ##     ##       ##       ##     ##  ##   ######
 ####     ##  ##     ##       ##       ##     ##  ##   ######
 ##       ##  ##     ##       ##       ##     ##  ##   ## ###
 ##       ## ##      ##       ##       ##     ##  ##   ##  ##
 ######   ####      ####      ##      ####     ####    ##  ##         */
section.editions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start; }
  section.editions article.edition {
    width: 40%;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(90, 155, 210, 0.3); }
    @media only screen and (max-width: 800px) {
      section.editions article.edition {
        width: 100%; } }
    section.editions article.edition:last-child {
      border-bottom: none; }
    section.editions article.edition h2.title {
      font-size: 30px !important;
      text-transform: uppercase;
      position: relative;
      color: #232f56 !important;
      display: inline-block;
      z-index: 1;
      letter-spacing: -.3px; }
      section.editions article.edition h2.title:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(90, 155, 210, 0.3);
        z-index: -1;
        transform: skewX(-15deg); }
    section.editions article.edition .texte {
      margin: 30px 0; }
    section.editions article.edition .liseuse {
      margin: 8px 0px 4px;
      display: flex;
      flex-direction: column-reverse;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: flex-start;
      align-items: center; }
      section.editions article.edition .liseuse iframe {
        width: 100% !important;
        height: 100% !important;
        min-height: 300px; }
        section.editions article.edition .liseuse iframe button[aria-label="Découvrez Calaméo !"] {
          display: none !important; }
      section.editions article.edition .liseuse div:first-child a {
        padding: 5px 10px;
        text-decoration: none;
        color: white !important;
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin: 30px 0;
        display: inline-block; }
        section.editions article.edition .liseuse div:first-child a:before, section.editions article.edition .liseuse div:first-child a:after {
          content: "";
          position: absolute;
          top: -15%;
          right: -15%;
          bottom: -15%;
          left: -15%;
          transition: 0.5s; }
        section.editions article.edition .liseuse div:first-child a:before {
          background: #5A9BD2;
          z-index: -2; }
        section.editions article.edition .liseuse div:first-child a:after {
          background: #232f56;
          z-index: -1;
          transform: scaleX(0) skew(-50deg);
          transform-origin: left center; }
        section.editions article.edition .liseuse div:first-child a:hover:after {
          transform: scaleX(1) skew(-50deg); }
      section.editions article.edition .liseuse div:last-child {
        display: none; }
    section.editions article.edition .link {
      padding: 5px 10px;
      text-decoration: none;
      color: white !important;
      position: relative;
      z-index: 1;
      overflow: hidden;
      margin: 30px 0;
      display: inline-block;
      border-radius: 5px; }
      section.editions article.edition .link:before, section.editions article.edition .link:after {
        content: "";
        position: absolute;
        top: -15%;
        right: -15%;
        bottom: -15%;
        left: -15%;
        transition: 0.5s; }
      section.editions article.edition .link:before {
        background: #5A9BD2;
        z-index: -2; }
      section.editions article.edition .link:after {
        background: #232f56;
        z-index: -1;
        transform: scaleX(0) skew(-50deg);
        transform-origin: left center; }
      section.editions article.edition .link:hover:after {
        transform: scaleX(1) skew(-50deg); }

/*# sourceMappingURL=so-css-vantage.css.map */
