@charset "UTF-8";
/**
* Styles SCSS
**/
/* Initialisation */
/**
*
* Start - Disable auto Styles
*
**/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
svg,
hr {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  font-weight: normal;
}

/* Tools */
/**
*
* Mixins - Tools
*
**/
/* Transform */
/* Box Shadow */
/* Text Shadow */
/* Border Radius */
/* Box Sizing */
/* Transition */
/* Transform Origin */
/* Translate */
/* Rotate */
/* Content-Columns */
/* Filters */
/* Hyphens (traits d'union) */
/* 
* 
* Animation 
*
*/
/* Animation */
/* Placeholder */
/* 
*
* Fonts 
* 
*/
/**
*
* Mixins - MediaQueries
*
**/
/* Custom Déclarations */
/**
*
* Colors
*
**/
/**
*
* Variables CSS Elements
*
**/
/*****  FONTS  *****/
/**** GENERALS ****/
/* Font Size */
@font-face {
  font-family: "nge";
  src: url("../../fonts/icons/nge.eot");
  src: url("../../fonts/icons/nge.eot?#iefix") format("embedded-opentype"), url("../../fonts/icons/nge.woff") format("woff"), url("../../fonts/icons/nge.ttf") format("truetype"), url("../../fonts/icons/nge.svg#sfr") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-styles, [data-icon]:before, [class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'nge' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-simple:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-instagram:before {
  content: "\e909";
  color: #002c77;
}

.icon-nge:before {
  content: "\e906";
  color: #002c77;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-EQ:before {
  content: "\e901";
  color: #fff;
}

.icon-apple:before {
  content: "\e902";
  color: #fff;
}

.icon-google:before {
  content: "\e903";
  color: #fff;
}

.icon-spotify:before {
  content: "\e904";
  color: #fff;
}

.icon-youtube:before {
  content: "\e905";
  color: #fff;
}

/**
*
* Fonts
*
**/
@font-face {
  font-family: "DIN-Alternate";
  src: url("../../fonts/font/DIN-Alternate-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "DIN-Condensed";
  src: url("../../fonts/font/DIN-Condensed-Bold.ttf") format("truetype");
}
/* Elements */
/**
*
* Img - Elements
*
**/
figure {
  line-height: 0;
}

img.img-fluid.full {
  min-width: 100%;
  width: 100%;
}

/* Commons */
/**
*
* Global - Common
*
**/
/* Admin */
/***** Suprression CSS de base *****/
a:focus,
a:hover,
a:active,
button:focus,
button:hover,
button:active,
:focus {
  outline: 0 !important;
}

a,
button,
.btn {
  -webkit-transition: 0.2s 0.2s, linear 0.2s;
  transition: 0.2s 0.2s, linear 0.2s;
  outline: 0;
}
a:focus, a:active, a:not(:disabled):not(.disabled):active, a:not(:disabled):not(.disabled):active:focus,
button:focus,
button:active,
button:not(:disabled):not(.disabled):active,
button:not(:disabled):not(.disabled):active:focus,
.btn:focus,
.btn:active,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active:focus {
  outline: 0;
}

.form-control:focus,
.btn:focus {
  -o-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

button::-moz-focus-inner {
  border: 0 !important;
}

ul, ol {
  list-style: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

figcaption {
  line-height: 0;
}

/**
*
* Structure - Common
*
**/
.page-part {
  min-height: 100vh;
  padding: 0;
}
@media (max-width: 992px) {
  .page-part {
    min-height: inherit;
    max-height: inherit;
  }
}

.page-part-home {
  position: relative;
}

.progress_container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  max-height: 100vh;
  min-height: 100vh;
  background-color: #F6C100;
  width: 2px;
}
@media (max-width: 992px) {
  .progress_container {
    display: none;
  }
}

/* The progress bar (scroll indicator) */
.progress-bar {
  position: absolute;
  right: -19px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 3px 10px #00000022;
}

/**
*
* Animations - Common
*
**/
/***************** Reveal ******************/
[class*="reveal-"] {
  opacity: 1;
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.75s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.75s cubic-bezier(0.5, 0, 0, 1);
}

.reveal {
  opacity: 0;
  -o-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.reveal [class*="reveal-"] {
  opacity: 0;
  -o-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.reveal-0 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.reveal-1 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.reveal-2 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.reveal-3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.reveal-4 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.reveal-5 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.reveal-6 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  [class*="reveal-"] {
    opacity: 1 !important;
    -o-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1) !important;
    transition: all 0.5s cubic-bezier(0.5, 0, 0, 1) !important;
  }
}
/* Loader - Days before */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 20px;
}

.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/**
*
* Global - Modal
*
**/
.modal-backdrop {
  display: none;
}

.modal {
  background-color: #F4F4F4;
  padding-right: 0 !important;
}
.modal::-webkit-scrollbar-track {
  display: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal::-webkit-scrollbar-thumb {
  display: none;
}
.modal * {
  outline: none;
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  pointer-events: all;
}
.modal .modal-dialog::-webkit-scrollbar-track {
  display: none;
}
.modal .modal-dialog::-webkit-scrollbar {
  display: none;
}
.modal .modal-dialog::-webkit-scrollbar-thumb {
  display: none;
}
.modal ._content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.modal ._content.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.modal .wraper {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.modal .wraper::-webkit-scrollbar-track {
  display: none;
}
.modal .wraper::-webkit-scrollbar {
  display: none;
}
.modal .wraper::-webkit-scrollbar-thumb {
  display: none;
}
.modal .wraper .page-part_header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  padding: 2rem 3rem;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  background-color: #F4F4F4;
  z-index: 10;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper .page-part_header {
    position: relative;
    padding: 25px 15px;
    flex-direction: column;
  }
}
.modal .wraper .page-part_header .modal_close {
  font-size: calc(16em / 20);
  border-radius: 50%;
  background-color: #F6C100;
  font-weight: 600;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
}
.modal .wraper .page-part_header .modal_close:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper .page-part_header .modal_close {
    height: 60px;
    width: 60px;
    font-size: calc(15em / 20);
  }
}
.modal .wraper .page-part_header .block_highlighted {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  min-width: 70vw;
  border-bottom: 1px solid #F6C100;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper .page-part_header .block_highlighted {
    padding-top: 30px;
    margin: 0 auto;
    border-bottom: none;
  }
}
.modal .wraper .page-part_header .block_highlighted a.link {
  cursor: pointer;
  padding: 0 2.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .modal .wraper .page-part_header .block_highlighted a.link {
    max-width: 0;
    color: transparent;
  }
}
.modal .wraper .page-part_header .block_highlighted a.link.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.modal .wraper .page-part_header .block_highlighted a.link.disabled.link-previous:hover:before {
  left: 0 !important;
}
.modal .wraper .page-part_header .block_highlighted a.link.disabled.link-next:hover:before {
  right: 0 !important;
}
.modal .wraper .page-part_header .block_highlighted a.link:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #F6C100;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper .page-part_header .block_highlighted a.link:before {
    font-size: 1.75em;
  }
}
.modal .wraper .page-part_header .block_highlighted a.link.link-previous {
  padding-left: 1.5rem;
  padding-right: 2.5rem;
}
.modal .wraper .page-part_header .block_highlighted a.link.link-previous:before {
  right: inherit;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.modal .wraper .page-part_header .block_highlighted a.link.link-previous:hover:before {
  right: inherit;
  left: -5px;
  transition: all 0.3s ease-in-out;
}
.modal .wraper .page-part_header .block_highlighted a.link:hover:before {
  right: -5px;
  transition: all 0.3s ease-in-out;
}
.modal .wraper .page-part_header ._logo,
.modal .wraper .page-part_header .block_close {
  width: 10vw;
}
.modal .wraper .page-part_header ._logo {
  cursor: pointer;
}
.modal .wraper .page-part_header ._logo img {
  max-width: 130px;
}
@media (max-width: 992px) {
  .modal .wraper .page-part_header ._logo img {
    max-width: 80px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper .page-part_header .block_close {
    position: fixed;
    right: 15px;
    top: 15px;
  }
}
.modal .wraper .page-part_content header {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .modal .wraper .page-part_content header {
    max-width: 100%;
  }
}
.modal .wraper .cat,
.modal .wraper .number,
.modal .wraper h2,
.modal .wraper .date {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.modal .wraper .cat {
  display: inline-block;
  z-index: 5;
  text-transform: uppercase;
  font-size: calc(50em / 20);
  line-height: 1;
  font-family: "DIN-Condensed", sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
}
.modal .wraper .number {
  color: #F6C100 !important;
  font-size: calc(105em / 20);
  font-family: "DIN-Condensed", sans-serif;
  font-weight: 700;
}
.modal .wraper ._content::-webkit-scrollbar-track {
  display: none;
}
.modal .wraper ._content::-webkit-scrollbar {
  display: none;
}
.modal .wraper ._content::-webkit-scrollbar-thumb {
  display: none;
}
.modal .wraper ._content .page-part_content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 0;
  padding-top: 180px;
}
@media (max-width: 992px) {
  .modal .wraper ._content .page-part_content {
    max-width: 85vw;
    min-width: 85vw;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper ._content .page-part_content {
    max-width: 100%;
    padding-top: 0;
  }
}
.modal .wraper ._content * {
  color: #002C77;
}
.modal .wraper ._content .__bloc_content {
  padding-top: 2rem;
}
.modal .wraper ._content .__bloc_content ul {
  list-style: circle;
  padding: 0.5rem 0 1rem 1rem;
}
.modal .wraper ._content .__bloc_content ul li + li {
  padding-top: 0.5rem;
}
.modal .wraper ._content h2 {
  padding-top: 50px;
  color: #002C77;
  font-size: calc(57rem/20);
  line-height: calc(65/57);
  font-weight: 600;
  text-transform: initial;
}
@media (max-width: 992px) {
  .modal .wraper ._content h2 {
    font-size: calc(40rem/20);
    padding-top: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper ._content h2 {
    font-size: calc(30rem/20);
    padding-top: 0;
  }
}
.modal .wraper ._content h3,
.modal .wraper ._content h4 {
  font-weight: 700;
  margin: 3rem 0 1.5rem;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper ._content h3,
  .modal .wraper ._content h4 {
    margin-top: 2.5rem;
  }
}
.modal .wraper ._content .margin-top {
  margin-top: 2rem;
}
.modal .wraper ._content .date {
  font-size: calc(20rem/20);
  font-weight: 300;
}
.modal .wraper ._content p {
  line-height: calc(19/15);
}
.modal .wraper ._content p a {
  text-decoration: underline;
}
.modal .wraper ._content p a:hover {
  color: #F6C100;
}
.modal .wraper ._content p strong em {
  font-weight: 700;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper ._content p {
    font-size: calc(20rem/20);
  }
}
.modal .wraper ._content .wp-block-columns {
  margin-top: 2rem;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper ._content .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 2.5rem;
  }
}
.modal .wraper ._content .wp-block-image img,
.modal .wraper ._content .wp-block-image a {
  width: 100%;
  height: auto;
}
.modal .wraper ._content .wp-block-image + .wp-block-columns {
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .modal .wraper ._content .wp-block-image.half-mobile {
    max-width: 60%;
    margin: 0 auto 1rem;
  }
}
@media (max-width: 992px) {
  .modal .wraper ._content .wp-block-button__link {
    width: 100%;
    text-align: left;
  }
}
.modal .wraper ._content .wp-block-button a:hover,
.modal .wraper ._content .wp-block-button.is-style-fill a:hover {
  background-color: #ffffff;
  color: #F6C100;
  border-color: #F6C100;
}
.modal .wraper ._content .wp-block-button.is-style-fill a {
  background-color: #002C77;
  border: 2px solid #002C77;
  color: #ffffff;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper ._content .order-second {
    order: 2;
  }
  .modal .wraper ._content .order-second + .wp-block-column {
    margin-top: 0 !important;
  }
  .modal .wraper ._content .order-second + .wp-block-column h3 {
    margin-top: 1rem;
  }
  .modal .wraper ._content .order-second.margin-top-mobile {
    margin-top: 3rem;
  }
}
.modal .wraper ._content .wp-block-embed {
  height: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.modal .wraper ._content .wp-block-embed iframe {
  min-height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .modal .wraper ._content .wp-block-embed iframe {
    min-height: 450px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper ._content .wp-block-embed iframe {
    min-height: 350px;
  }
}
.modal .wraper .is_slider {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1190px) {
  .modal .wraper .is_slider.half_slider {
    max-width: 50%;
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1190px) {
  .modal .wraper .is_slider.half_slider {
    max-width: 50%;
    width: 50%;
    margin: 0 auto;
  }
}
.modal .wraper .is_slider .slider-swiper {
  width: 100%;
  padding-bottom: 2rem;
  overflow: hidden;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .wraper .is_slider .wp-block-column + .wp-block-column {
    margin-top: 0 !important;
  }
}
.modal .wraper .is_slider .swiper-wrapper {
  width: 100%;
}
.modal .wraper .is_slider .swiper-slide {
  width: 100%;
  flex-basis: inherit;
  margin-left: 0 !important;
}
.modal .wraper .is_slider .wp-block-image {
  width: 100% !important;
}
.modal .wraper .is_slider .wp-block-image img {
  width: 100% !important;
}
.modal.modal_newsletter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  overflow: visible;
}
@media (max-width: 992px) {
  .modal.modal_newsletter {
    width: 85%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal.modal_newsletter {
    width: 95%;
  }
}
.modal.modal_newsletter .wraper {
  overflow: visible;
}
.modal.modal_newsletter ._content {
  visibility: visible;
  opacity: 1;
}
.modal.modal_newsletter ._content .page-part_header {
  justify-content: flex-end;
  padding: 0;
}
.modal.modal_newsletter ._content .page-part_header .block_close {
  position: absolute;
  top: -30px;
  right: -30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal.modal_newsletter ._content .page-part_header .block_close {
    top: -10px;
    right: -10px;
  }
}
.modal.modal_newsletter ._content .page-part_content {
  padding-top: 60px;
  padding-bottom: 40px;
}
.modal.modal_newsletter ._content .page-part_content .widgettitle {
  font-size: calc(35rem / 20);
}
.modal.modal_newsletter ._content .page-part_content .mailjet_widget_front_container {
  margin-bottom: 0;
  text-align: center;
}
.modal.modal_newsletter ._content .page-part_content .mailjet_widget_front_container form {
  text-align: center;
  margin-top: 1rem;
}
.modal.modal_newsletter ._content .page-part_content .mailjet_widget_front_container form input[type="email"] {
  padding: 0.5rem 0.75rem;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #002C77;
  width: 50%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal.modal_newsletter ._content .page-part_content .mailjet_widget_front_container form input[type="email"] {
    width: 90%;
  }
}
.modal.modal_newsletter ._content .page-part_content .mailjet_widget_front_container form input[type="submit"] {
  background-color: #F6C100;
  color: #002C77;
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
  border: none;
  transition: all 0.3s ease-in-out;
}
.modal.modal_newsletter ._content .page-part_content .mailjet_widget_front_container form input[type="submit"]:hover {
  background-color: #002C77;
  color: #F6C100;
  transition: all 0.3s ease-in-out;
}
.modal.modal_newsletter ._content .page-part_content .mailjet_widget_front_container .mailjet_widget_form_message {
  display: inline-block;
  margin: 2rem auto 0;
  width: 70%;
  line-height: 1.4;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal.modal_newsletter ._content .page-part_content .mailjet_widget_front_container .mailjet_widget_form_message {
    width: 90%;
  }
}
.modal .wp-block-media-text .wp-block-media-text__media img {
  height: auto;
}

/**
*
* Flexibles - Common
*
**/
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: 10px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #AAB2DB;
  opacity: 1;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #8692cc;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0B2E72;
}

/**
*
* CPTs - Common
*
**/
/**
*
* Debug - Common
*
**/
pre {
  margin: 30px 0 10px;
  white-space: pre-wrap;
  counter-reset: line-numbering;
  background: #2c3e50;
  padding: 30px;
  width: 100%;
  color: #ecf0f1;
  line-height: 140%;
}
pre p {
  word-wrap: break-word;
}
pre .line {
  display: inline-block;
}
pre .line::before {
  content: counter(line-numbering);
  counter-increment: line-numbering;
  padding-right: 2em;
  /* space after numbers */
  padding-left: 1em;
  width: 1.5em;
  text-align: right;
  opacity: 0.5;
  color: white;
}

/* Thème */
/**
*
* Thème Default - Configs
*
**/
* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
html body {
  z-index: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  line-height: 1.2;
  width: 100%;
  font-size: 16px;
  font-family: "Poppins";
  background: #ffffff;
  color: #000000;
}
html body::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: #F6C100;
}
html body::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background-color: #F6C100;
}
html body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #F6C100;
}
html body#error-page {
  margin-top: 0;
  padding: 0;
}
html body#error-page p {
  margin: 0;
}
html body h1,
html body h2,
html body h3 {
  color: #ffffff;
}
html body h2 {
  font-size: calc(80em / 20);
  line-height: calc(100/80);
  font-family: "Poppins";
  text-transform: uppercase;
  padding-bottom: 0.75em;
}
@media (max-width: 992px) {
  html body h2 {
    font-size: calc(60em / 20);
  }
}
html body h3 {
  font-size: calc(31em / 20);
  font-family: "Poppins";
  line-height: calc(36 / 31);
  margin-bottom: 1rem;
  font-weight: 600;
}
html body a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html body a:hover {
  color: #00A2B0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
html body a,
html body span {
  color: #000000;
  font-size: 1em;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 1;
}
html body p {
  font-size: calc(20em / 20);
  line-height: calc(24/20);
  font-family: "Poppins";
  font-weight: 400;
}
html body p + p {
  margin-top: 1em;
}
html body strong {
  font-weight: 700;
}
html body em {
  font-style: italic;
}
html body #main-wrapper {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}
html body #main-wrapper::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: #F6C100;
}
html body #main-wrapper::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background-color: #F6C100;
}
html body #main-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #F6C100;
}
@media (max-width: 992px) {
  html body #main-wrapper {
    overflow: unset;
  }
}
html body.admin-bar {
  max-width: 100vw;
  padding-bottom: 32px !important;
}
html body.admin-bar .debug {
  bottom: 32px;
}
html body #wpadminbar {
  bottom: 0 !important;
  top: inherit !important;
}

/**
*
* Main Content - Partials
*
**/
main#main-content {
  min-height: 100vh;
  background-color: #ffffff;
}
main#main-content > .container-fluid {
  overflow-x: hidden;
  padding-right: 14px;
}
@media (max-width: 992px) {
  main#main-content {
    overflow: unset !important;
  }
}
@media (max-width: 992px) {
  main#main-content .row {
    position: inherit;
  }
}
@media (max-width: 992px) {
  main#main-content {
    min-height: inherit;
    max-height: inherit;
    overflow-y: inherit;
    overflow-x: hidden;
    padding-bottom: 10rem;
  }
}
main#main-content .icon-arrow {
  display: none;
}
@media (max-width: 992px) {
  main#main-content .icon-arrow {
    display: block;
    position: absolute;
    bottom: 1.5rem;
    color: #F6C100;
    font-size: 3rem;
    z-index: 99;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .icon-arrow {
    font-size: 2rem;
  }
}
main#main-content .page-part-home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  position: fixed;
}
@media (max-width: 1190px) {
  main#main-content .page-part-home {
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  main#main-content .page-part-home {
    position: relative;
    min-height: inherit;
    max-height: inherit;
    justify-content: space-between;
  }
}
main#main-content .page-part-home .__background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-home .__background {
    position: fixed;
  }
}
main#main-content .page-part-home .__header {
  z-index: 3;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  max-height: 20%;
}
@media only screen and (max-width: 1550px) {
  main#main-content .page-part-home .__header {
    padding-bottom: 0;
  }
}
@media (max-width: 1190px) {
  main#main-content .page-part-home .__header {
    padding: 35px;
    max-height: 25%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-home .__header {
    padding: 25px;
  }
}
main#main-content .page-part-home .__header ._logo {
  max-width: 130px;
}
main#main-content .page-part-home .__header ._logo img {
  width: 100%;
}
@media (max-width: 1190px) {
  main#main-content .page-part-home .__header ._logo {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  main#main-content .page-part-home .__header ._logo {
    max-width: 100px;
  }
}
main#main-content .page-part-home .__header ._nav {
  display: flex;
  flex-direction: row;
  list-style: none;
}
main#main-content .page-part-home .__header ._nav li {
  position: relative;
}
main#main-content .page-part-home .__header ._nav li span,
main#main-content .page-part-home .__header ._nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #002C77;
  position: relative;
  padding: 0 0.35rem;
  cursor: pointer;
  font-size: calc(20em / 20);
  line-height: 1;
}
main#main-content .page-part-home .__header ._nav li span:before,
main#main-content .page-part-home .__header ._nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #002C77;
  width: 0;
  height: 100%;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}
main#main-content .page-part-home .__header ._nav li span:hover,
main#main-content .page-part-home .__header ._nav li a:hover {
  text-decoration: none;
  color: #ffffff;
}
main#main-content .page-part-home .__header ._nav li span:hover:before,
main#main-content .page-part-home .__header ._nav li a:hover:before {
  width: 100% !important;
  transition: width 0.3s ease-in-out;
}
main#main-content .page-part-home .__header ._nav li.current-lang a {
  text-decoration: underline;
  pointer-events: none;
  cursor: initial;
}
main#main-content .page-part-home .__header ._nav li:first-child a:before {
  width: 0;
}
main#main-content .page-part-home .__header ._nav li + li a {
  position: relative;
}
main#main-content .page-part-home .__header ._nav li + li a:before {
  width: 1px;
}
main#main-content .page-part-home #animation-container {
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  main#main-content .page-part-home #animation-container {
    max-height: 70vh;
    min-height: 70vh;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-home #animation-container {
    padding-bottom: 5rem;
  }
}
main#main-content .page-part-home #animation-container video,
main#main-content .page-part-home #animation-container img {
  width: 100%;
  max-height: 80vh;
  transform: translateY(-5%);
}
@media only screen and (min-width: 992px) and (min-height: 650px) and (max-height: 1040px) and (orientation: landscape) {
  main#main-content .page-part-home #animation-container video,
  main#main-content .page-part-home #animation-container img {
    max-height: 70vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  main#main-content .page-part-home #animation-container video,
  main#main-content .page-part-home #animation-container img {
    max-height: 60vh;
  }
}
main#main-content .page-part-home .__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  main#main-content .page-part-home .__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    z-index: 0;
  }
}
main#main-content .page-part-home .__footer .__socials li {
  display: inline-block;
}
@media (max-width: 992px) {
  main#main-content .page-part-home .__footer .__socials li {
    max-width: 20%;
  }
}
main#main-content .page-part-home .__footer .__socials li a {
  font-size: 1.75rem;
}
@media (max-width: 1190px) {
  main#main-content .page-part-home .__footer .__socials li a {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) and (max-height: 992px) and (orientation: landscape) {
  main#main-content .page-part-home .__footer .__socials li a {
    font-size: 2.8rem;
  }
}
@media (max-width: 992px) {
  main#main-content .page-part-home .__footer .__socials li a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-home .__footer .__socials li a {
    font-size: 1.75rem;
  }
}
main#main-content .page-part-home .__footer .__socials li a:before {
  color: #002C77;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
main#main-content .page-part-home .__footer .__socials li a:hover {
  text-decoration: none;
}
main#main-content .page-part-home .__footer .__socials li a:hover:before {
  color: #F6C100;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
main#main-content .page-part-home .__footer .__socials li + li {
  margin-left: 1rem;
}
main#main-content .page-part-home .__footer ._nav {
  display: flex;
  flex-direction: row;
  list-style: none;
}
@media (max-width: 992px) {
  main#main-content .page-part-home .__footer ._nav {
    width: 100%;
    justify-content: center;
    padding: 1rem 0 0.5rem;
  }
}
main#main-content .page-part-home .__footer ._nav li {
  position: relative;
}
@media (max-width: 992px) {
  main#main-content .page-part-home .__footer ._nav li {
    text-align: center;
    min-width: 30%;
    padding: 0.25rem 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-home .__footer ._nav li {
    min-width: 25%;
  }
}
main#main-content .page-part-home .__footer ._nav li span,
main#main-content .page-part-home .__footer ._nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #002C77;
  position: relative;
  padding: 0 0.5rem;
  cursor: pointer;
  font-size: calc(20em / 20);
  line-height: 1;
}
@media (max-width: 1190px) {
  main#main-content .page-part-home .__footer ._nav li span,
  main#main-content .page-part-home .__footer ._nav li a {
    font-size: calc(15em / 20);
  }
}
@media (max-width: 992px) {
  main#main-content .page-part-home .__footer ._nav li span,
  main#main-content .page-part-home .__footer ._nav li a {
    padding-bottom: 0;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-home .__footer ._nav li span,
  main#main-content .page-part-home .__footer ._nav li a {
    font-size: calc(16em / 20);
  }
}
main#main-content .page-part-home .__footer ._nav li span:before,
main#main-content .page-part-home .__footer ._nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #002C77;
  width: 0;
  height: 100%;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 992px) {
  main#main-content .page-part-home .__footer ._nav li span:before,
  main#main-content .page-part-home .__footer ._nav li a:before {
    display: none;
  }
}
main#main-content .page-part-home .__footer ._nav li span:hover,
main#main-content .page-part-home .__footer ._nav li a:hover {
  text-decoration: none;
  color: #ffffff;
}
main#main-content .page-part-home .__footer ._nav li span:hover:before,
main#main-content .page-part-home .__footer ._nav li a:hover:before {
  width: 100% !important;
  transition: width 0.3s ease-in-out;
}
main#main-content .page-part-home .__footer ._nav li.current-lang a {
  text-decoration: underline;
  pointer-events: none;
  cursor: initial;
}
main#main-content .page-part-home .__footer ._nav li:first-child a:before {
  width: 0;
}
main#main-content .page-part-home .__footer ._nav li + li a {
  position: relative;
}
main#main-content .page-part-home .__footer ._nav li + li a:before {
  width: 1px;
}
main#main-content .decoration {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  main#main-content .decoration {
    display: none;
  }
}
main#main-content .decoration.yellow_decoration {
  width: 50%;
  background-color: #F6C100;
  z-index: 1;
  transition: width 0.45s ease-in-out 0.15s;
}
main#main-content .decoration.grey_decoration {
  width: 0;
  background-color: #F4F4F4;
  z-index: 3;
  transition: width 0.45s ease-in-out;
}
main#main-content.post_open .decoration {
  width: 100%;
}
main#main-content.post_open .decoration.yellow_decoration {
  transition: width 0.45s ease-in-out;
}
main#main-content.post_open .decoration.grey_decoration {
  transition: width 0.45s ease-in-out 0.15s;
}
main#main-content .page-part-episodes {
  margin-left: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  overflow-y: scroll;
  background-color: #F6C100;
}
main#main-content .page-part-episodes::-webkit-scrollbar-track {
  display: none;
}
main#main-content .page-part-episodes::-webkit-scrollbar {
  display: none;
}
main#main-content .page-part-episodes::-webkit-scrollbar-thumb {
  display: none;
}
@media (max-width: 992px) {
  main#main-content .page-part-episodes {
    overflow-y: hidden;
  }
}
main#main-content .page-part-episodes.hide {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
main#main-content .page-part-episodes .__header {
  padding: 2rem 4rem;
  background-color: #002C77;
  color: #ffffff;
}
@media (max-width: 1190px) {
  main#main-content .page-part-episodes .__header {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__header {
    text-align: center;
    padding: 4rem 2.5rem;
  }
}
main#main-content .page-part-episodes .__header > .row {
  align-items: center;
}
@media (max-width: 1190px) {
  main#main-content .page-part-episodes .__header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
main#main-content .page-part-episodes .__header ._illustration {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__header ._illustration {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
main#main-content .page-part-episodes .__header ._content {
  padding-right: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__header ._content {
    padding-right: 15px;
  }
}
main#main-content .page-part-episodes .__header .year,
main#main-content .page-part-episodes .__header .number {
  font-family: "DIN-Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
}
main#main-content .page-part-episodes .__header .year {
  text-transform: uppercase;
  font-size: calc(76em / 20);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__header .year {
    font-size: calc(135em / 20);
    padding-left: 1rem;
  }
}
main#main-content .page-part-episodes .__header .number {
  font-size: calc(160em / 20);
  transform: translateY(15px);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__header .number {
    font-size: calc(135em / 20);
    transform: translateY(0);
  }
}
main#main-content .page-part-episodes .__header h1 {
  padding-bottom: 0;
  font-weight: 600;
  font-size: calc(31em / 20);
  line-height: 1;
  color: #F6C100;
  text-align: left;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__header h1 {
    font-size: calc(25em / 20);
    margin-bottom: 1rem;
  }
}
main#main-content .page-part-episodes .__header p {
  text-align: left;
  font-weight: 600;
  padding-top: 0.5rem;
  line-height: calc(26/20);
}
main#main-content .page-part-episodes .__header p + p {
  margin-top: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__header h1,
  main#main-content .page-part-episodes .__header p {
    text-align: center;
  }
}
main#main-content .page-part-episodes .__content {
  padding: 1rem 2.5rem 3rem;
  padding-top: 0;
  background-color: #F6C100;
}
@media (max-width: 1190px) {
  main#main-content .page-part-episodes .__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content {
    padding: 0 1rem 3rem;
  }
}
main#main-content .page-part-episodes .__content > header {
  padding: 2rem 0;
}
main#main-content .page-part-episodes .__content > header h2 {
  padding-bottom: 0;
  font-weight: 300;
  text-align: center;
  font-size: calc(25em / 20);
  color: #ffffff;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content > header h2 {
    max-width: 80%;
    margin: 0 auto;
    line-height: calc(23/15);
  }
}
main#main-content .page-part-episodes .__content article {
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
  padding: 2rem;
}
main#main-content .page-part-episodes .__content article:hover .link,
main#main-content .page-part-episodes .__content article:hover h3 {
  color: #F6C100 !important;
  transition: all 0.3s ease-in-out;
}
main#main-content .page-part-episodes .__content article + article {
  margin-top: 2rem;
}
main#main-content .page-part-episodes .__content article aside {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article ._illustration {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
main#main-content .page-part-episodes .__content article .cat {
  display: inline-block;
  z-index: 5;
  color: #002C77;
  text-transform: uppercase;
  font-size: calc(76em / 20);
}
main#main-content .page-part-episodes .__content article .cat,
main#main-content .page-part-episodes .__content article .number {
  transform: translateY(15px);
  font-family: "DIN-Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article .cat,
  main#main-content .page-part-episodes .__content article .number {
    font-size: calc(135em / 20) !important;
    transform: translateY(0);
  }
}
main#main-content .page-part-episodes .__content article .number {
  color: #F6C100;
  font-size: calc(160em / 20);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article .number {
    padding-left: 0.75rem;
  }
}
main#main-content .page-part-episodes .__content article .link {
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.5rem;
  color: #002C77;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
main#main-content .page-part-episodes .__content article .row {
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article .row {
    margin: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article footer {
    order: 3;
  }
}
main#main-content .page-part-episodes .__content article ._content {
  background-color: #ffffff;
  padding-left: 2rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article ._content {
    padding: 0;
    order: 2;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}
main#main-content .page-part-episodes .__content article ._content h3,
main#main-content .page-part-episodes .__content article ._content p {
  color: #002C77;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article ._content h3 {
    font-size: calc(25em / 20);
    line-height: calc(22/17);
  }
}
main#main-content .page-part-episodes .__content article ._content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1190px) {
  main#main-content .page-part-episodes .__content article ._content p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article ._content p {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
main#main-content .page-part-episodes .__content article.coming {
  background-color: transparent;
  border: 2px solid #ffffff;
}
main#main-content .page-part-episodes .__content article.coming ._content {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
main#main-content .page-part-episodes .__content article.coming * {
  color: #ffffff;
}
main#main-content .page-part-episodes .__content article.coming:hover {
  cursor: initial;
}
main#main-content .page-part-episodes .__content article.coming:hover h3 {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
main#main-content .page-part-episodes .__content article.coming h3 {
  text-align: center;
  font-size: calc(20em / 20);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article.coming h3 {
    margin-bottom: 0;
    line-height: calc(23/15);
  }
}
main#main-content .page-part-episodes .__content article.coming p {
  font-size: calc(160em / 20);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  font-family: "DIN-Condensed", sans-serif;
  text-transform: uppercase;
  transform: translateY(15px);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article.coming p {
    transform: none;
    font-size: calc(135em / 20);
    padding-bottom: 1rem;
  }
}
main#main-content .page-part-episodes .__content article.coming p span {
  font-size: 1em !important;
  color: #ffffff;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article.coming p span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    transform: translateY(25px);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content article.coming p {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
main#main-content .page-part-episodes .__content.__about {
  display: flex;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content.__about {
    flex-wrap: wrap;
  }
}
main#main-content .page-part-episodes .__content.__about > div {
  width: 50%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content.__about > div {
    width: 100%;
  }
}
main#main-content .page-part-episodes .__content.__about ._left {
  position: relative;
  padding-right: 2rem;
}
main#main-content .page-part-episodes .__content.__about ._left:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #F6C100;
  width: 2px;
  height: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content.__about ._left:before {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content.__about ._left {
    padding-right: 0;
  }
}
main#main-content .page-part-episodes .__content.__about ._right {
  padding-left: 2rem;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  main#main-content .page-part-episodes .__content.__about ._right {
    padding-left: 0;
    padding-top: 2rem;
  }
}
main#main-content .page-part-episodes .__content.__about h3 {
  font-size: calc(30em / 20);
  line-height: calc(35 / 30);
  letter-spacing: 0.3px;
  color: #F6C100;
}
main#main-content .page-part-episodes .__content.__about img {
  margin-bottom: 2rem;
}
main#main-content .page-part-episodes .__content.__about p {
  color: #ffffff;
}
main#main-content .page-part-episodes .__content.__about p img {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}

/*** 
* Woocommerce 
***/

/*# sourceMappingURL=styles.css.map */
