@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Light.eot");
  src: url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype"), url("../fonts/DIN-Light.svg#DIN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Regular.eot");
  src: url("../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype"), url("../fonts/DIN-Regular.svg#DIN-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Medium.eot");
  src: url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN-Medium.svg#DIN-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Bold.eot");
  src: url("../fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Bold.woff2") format("woff2"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype"), url("../fonts/DIN-Bold.svg#DIN-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Black.eot");
  src: url("../fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Black.woff2") format("woff2"), url("../fonts/DIN-Black.woff") format("woff"), url("../fonts/DIN-Black.ttf") format("truetype"), url("../fonts/DIN-Black.svg#DIN-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN-Condensed';
  src: url("../fonts/D-DINCondensed.eot");
  src: url("../fonts/D-DINCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/D-DINCondensed.woff2") format("woff2"), url("../fonts/D-DINCondensed.woff") format("woff"), url("../fonts/D-DINCondensed.ttf") format("truetype"), url("../fonts/D-DINCondensed.otf") format("opentype"), url("../fonts/D-DINCondensed.svg#D-DINCondensed") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN-Condensed';
  src: url("../fonts/D-DINCondensed-Bold.eot");
  src: url("../fonts/D-DINCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/D-DINCondensed-Bold.woff2") format("woff2"), url("../fonts/D-DINCondensed-Bold.woff") format("woff"), url("../fonts/D-DINCondensed-Bold.ttf") format("truetype"), url("../fonts/D-DINCondensed-Bold.otf") format("opentype"), url("../fonts/D-DINCondensed-Bold.svg#D-DINCondensed-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #131629;
  font-size: 1.0625rem;
}

h1,
h2,
h3 {
  font-family: "DIN", sans-serif;
  font-weight: bold;
}

.region-content {
  padding: 0;
}

.launchpassword {
  display: none;
}

.modal {
  background: rgba(19, 22, 41, 0.6);
}

@media screen and (min-width: 1140px) {
  .modal .modal-dialog {
    max-width: 762px;
  }
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header {
    padding: 20px;
  }
}

.modal .modal-dialog .modal-content .modal-header button {
  position: absolute;
  top: 0px;
  right: -20px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header button {
    right: 30px;
    top: 10px;
  }
}

.modal .modal-dialog .modal-content .modal-header button span::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 15px;
  color: #ffffff;
  background: url("../images/croix.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header button span::after {
    content: "X";
    color: #131629;
    background: none;
    font-weight: 600;
    font-size: 20px;
  }
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 65px 80px;
}

@media screen and (max-width: 1139px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}

.modal .modal-dialog .modal-content .modal-body .modal-text {
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-body .modal-text h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 33px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .modal-text h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.modal .modal-dialog .modal-content .modal-body .modal-text h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.modal .modal-dialog .modal-content .modal-body .modal-text h2.active::before {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .modal-text h2 {
    margin-bottom: 20px;
  }
}

.modal .modal-dialog .modal-content .modal-body .modal-text p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 70px;
}

@media screen and (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .modal-text p {
    margin-bottom: 20px;
  }
}

.modal .modal-dialog .modal-content .modal-body .modal-text p a {
  text-decoration: none;
  color: #131629;
  font-weight: 600;
}

.modal .modal-dialog .modal-content .modal-body .form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal .modal-dialog .modal-content .modal-body .form input::-webkit-input-placeholder {
  color: #cec0ac;
}

.modal .modal-dialog .modal-content .modal-body .form input:-ms-input-placeholder {
  color: #cec0ac;
}

.modal .modal-dialog .modal-content .modal-body .form input::-ms-input-placeholder {
  color: #cec0ac;
}

.modal .modal-dialog .modal-content .modal-body .form input::placeholder {
  color: #cec0ac;
}

.modal .modal-dialog .modal-content .modal-body .form input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .modal-dialog .modal-content .modal-body .form input {
  color: #131629;
  border: 1px solid #cec0ac;
  padding: 0px 16px;
  margin-right: 17px;
  font-size: 13px;
  border-radius: 0;
  height: 38px;
}

.modal .modal-dialog .modal-content .modal-body .form .submit {
  padding: 14px 17px;
  background: #ec5e20;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  height: 38px;
  line-height: 38px;
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-body .form .submit:hover {
  background: transparent;
  border: 1px solid #ec5e20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  color: #ec5e20;
}

.modal.show .modal-text h2::before {
  width: 100%  !important;
}

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

#exampleModal12 .text h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 40px;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #exampleModal12 .text h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

#exampleModal12 .text h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

#exampleModal12 .text h2.active::before {
  width: 100%;
}

#exampleModal12 .text p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 40px;
}

#exampleModal12 .button {
  margin: 0;
  text-align: center;
}

#exampleModal12 .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

#exampleModal12 .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

#exampleModal12.modal.show .text h2::before {
  width: 100%  !important;
}

@media screen and (max-width: 539px) {
  #pass-pop-wrap .modal .modal-body,
  #block-accedezauxdossierspresse .modal .modal-body,
  #block-accedezauxdocumentstechniques-2 .modal .modal-body {
    width: 100%;
  }
}

#pass-pop-wrap .modal .modal-body .form,
#block-accedezauxdossierspresse .modal .modal-body .form,
#block-accedezauxdocumentstechniques-2 .modal .modal-body .form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 539px) {
  #pass-pop-wrap .modal .modal-body .form,
  #block-accedezauxdossierspresse .modal .modal-body .form,
  #block-accedezauxdocumentstechniques-2 .modal .modal-body .form {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

#pass-pop-wrap .modal .modal-body .form input,
#block-accedezauxdossierspresse .modal .modal-body .form input,
#block-accedezauxdocumentstechniques-2 .modal .modal-body .form input {
  width: 80%;
}

@media screen and (max-width: 539px) {
  #pass-pop-wrap .modal .modal-body .form input,
  #block-accedezauxdossierspresse .modal .modal-body .form input,
  #block-accedezauxdocumentstechniques-2 .modal .modal-body .form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#pass-pop-wrap .modal .modal-body .form .submit,
#block-accedezauxdossierspresse .modal .modal-body .form .submit,
#block-accedezauxdocumentstechniques-2 .modal .modal-body .form .submit {
  width: 20%;
}

@media screen and (max-width: 539px) {
  #pass-pop-wrap .modal .modal-body .form .submit,
  #block-accedezauxdossierspresse .modal .modal-body .form .submit,
  #block-accedezauxdocumentstechniques-2 .modal .modal-body .form .submit {
    width: 100%;
  }
}

input[type="checkbox"] {
  position: relative;
  height: 0 !important;
  width: 0 !important;
  border: 0 !important;
  cursor: pointer;
  -moz-appearance: initial;
}

input[type="checkbox"]:checked::before {
  background-color: #ec5e20;
  border-color: #ec5e20;
}

input[type="checkbox"]:checked::after {
  left: 8px;
  top: 4px;
  width: 8px;
  height: 12px;
  border: 1px solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
  opacity: 1;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
  border: 1px solid #cec0ac;
}

input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 8px;
  top: 4px;
  width: 8px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 0;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

footer {
  padding: 0;
}

footer .footer-menu {
  background: #131629;
  padding: 59px 0px;
}

@media screen and (max-width: 767px) {
  footer .footer-menu {
    padding: 40px 0px;
  }
}

footer .footer-menu .region-footer {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  footer .footer-menu .region-footer {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footer-menu .region-footer > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 992px) {
  footer .footer-menu .region-footer {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}

footer .footer-menu .region-footer .footer-logo-section .logo {
  margin-bottom: 30px;
}

footer .footer-menu .region-footer .footer-logo-section .logo img {
  max-width: 296px;
  height: auto;
}

@media screen and (max-width: 767px) {
  footer .footer-menu .region-footer .footer-logo-section .logo img {
    width: 100%;
  }
}

footer .footer-menu .region-footer .footer-logo-section .address {
  font-size: 14px;
  color: #ffffff;
}

footer .footer-menu .region-footer .footer-logo-section .phone a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}

footer .footer-menu .region-footer .footer-logo-section .phone a:hover {
  color: #ec5e20;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .footer-menu .region-footer .footer-logo-section .email {
  padding-bottom: 26px;
}

footer .footer-menu .region-footer .footer-logo-section .email a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

footer .footer-menu .region-footer .footer-logo-section .email a:hover {
  color: #ec5e20;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .footer-menu .region-footer .footer-logo-section .social-links {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

footer .footer-menu .region-footer .footer-logo-section .social-links .link-item {
  padding-right: 30px;
}

footer .footer-menu .region-footer .footer-logo-section .social-links .link-item a {
  color: #ffffff;
  text-decoration: none;
}

footer .footer-menu .region-footer .footer-logo-section .social-links .link-item a:hover {
  color: #ec5e20;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .footer-menu .region-footer .footer-logo-section .social-links .link-item a i {
  font-size: 30px;
}

footer .footer-menu .region-footer .footer-block-2.block-menu {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  footer .footer-menu .region-footer .footer-block-2.block-menu {
    margin-top: 40px;
  }
}

footer .footer-menu .region-footer .footer-block-2.block-menu h5 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 17px;
}

footer .footer-menu .region-footer .footer-block-2.block-menu .navbar-nav .nav-item .nav-link {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

footer .footer-menu .region-footer .footer-block-2.block-menu .navbar-nav .nav-item .nav-link:hover {
  color: #ec5e20;
  -webkit-transition: .3s;
  transition: .3s;
}

footer .footer-menu .region-footer .footer-block-3.block-menu {
  margin-top: 115px;
}

@media screen and (max-width: 767px) {
  footer .footer-menu .region-footer .footer-block-3.block-menu {
    margin-top: 40px;
  }
}

footer .footer-menu .region-footer .footer-block-3.block-menu h5 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 17px;
}

footer .footer-menu .region-footer .footer-block-3.block-menu .navbar-nav .nav-item .nav-link {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

footer .footer-menu .region-footer .footer-block-3.block-menu .navbar-nav .nav-item .nav-link:hover {
  color: #ec5e20;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 992px) {
  footer .footer-menu .region-footer .footer-block-4 .footer-newsletter {
    max-width: 250px;
  }
}

footer .footer-menu .region-footer .footer-block-4 .footer-newsletter .footer-newsletter-inner {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  footer .footer-menu .region-footer .footer-block-4 .footer-newsletter .footer-newsletter-inner {
    margin-top: 40px;
  }
}

footer .footer-menu .region-footer .footer-block-4 .footer-newsletter .footer-newsletter-inner .text h5 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 17px;
}

footer .footer-menu .region-footer .footer-block-4 .footer-newsletter .footer-newsletter-inner .text p {
  font-size: 14px;
  margin-bottom: 15px;
}

footer .footer-menu .region-footer .footer-block-4 .footer-newsletter .footer-newsletter-inner .popup-open .button a {
  padding: 14px 17px;
  background: #ec5e20;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

footer .footer-menu .region-footer .footer-block-4 .footer-newsletter .footer-newsletter-inner .popup-open .button a:hover {
  background: transparent;
  border: 1px solid #ec5e20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  color: #ec5e20;
}

footer .footer-bottom {
  background: #0c0e1d;
  padding: 16px 0px;
}

footer .footer-bottom .region-footer-bottom .copyright {
  text-align: center;
}

footer .footer-bottom .region-footer-bottom .copyright p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}

footer .footer-bottom .region-footer-bottom .copyright p a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  footer .footer-bottom .region-footer-bottom .copyright p a {
    display: block;
  }
  footer .footer-bottom .region-footer-bottom .copyright p a:first-child {
    display: inline;
  }
}

footer .footer-bottom .region-footer-bottom .copyright p a:hover {
  color: #ec5e20;
  -webkit-transition: .3s;
  transition: .3s;
}

header.header .header-menu-top {
  background-color: #0C0E1D;
}

header.header .header-menu-top .header-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  header.header .header-menu-top .header-top-menu .mobile-hide {
    display: none;
  }
}

header.header .header-menu-top .header-top-menu .header-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .header-menu-top .header-top-menu .header-top-item:first-child {
  margin-left: auto;
}

header.header .header-menu-top .header-top-menu .header-top-item ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 768px) {
  header.header .header-menu-top .header-top-menu .header-top-item ul.navbar-nav li {
    padding: 0 15px;
  }
}

header.header .header-menu-top .header-top-menu .header-top-item ul.navbar-nav li a {
  color: #ffffff;
  font-size: 0.9375rem;
  display: block;
  line-height: 35px;
  font-weight: 500;
  padding: 0 10px;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

header.header .header-menu-top .header-top-menu .header-top-item ul.navbar-nav li a:hover, header.header .header-menu-top .header-top-menu .header-top-item ul.navbar-nav li a:focus {
  color: #ec5e20;
}

header.header .header-menu-top .header-top-menu .header-top-item .language-switcher {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

header.header .header-menu-top .header-top-menu .header-top-item .language-switcher::after {
  content: "";
  height: calc(100% - 14px);
  top: 7px;
  right: 0;
  position: absolute;
  border-right: 1px solid #F8F8F8;
}

header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control {
  padding: 0;
  cursor: pointer;
  width: auto;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 49px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  line-height: 35px;
  font-size: 0.9375rem;
  height: 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-icon='a-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='a-down'%3E%3Cpath fill='%23fff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 4px;
  background-size: .65em;
  text-transform: uppercase;
}

header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control::-webkit-input-placeholder {
  text-transform: uppercase;
  opacity: 1;
  color: #ffffff;
}

header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control:-ms-input-placeholder {
  text-transform: uppercase;
  opacity: 1;
  color: #ffffff;
}

header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control::-ms-input-placeholder {
  text-transform: uppercase;
  opacity: 1;
  color: #ffffff;
}

header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control::placeholder {
  text-transform: uppercase;
  opacity: 1;
  color: #ffffff;
}

header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control option {
  color: #0c0e1d;
}

header.header .header-menu-top .header-top-menu .accessblity-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .header-menu-top .header-top-menu .accessblity-items .front-resizer {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .header-menu-top .header-top-menu .accessblity-items .front-resizer > div {
  padding-left: 7px;
  padding-right: 7px;
  line-height: 35px;
  color: #fff;
  font-size: 1.0625rem;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

header.header .header-menu-top .header-top-menu .accessblity-items .front-resizer > div:hover {
  color: #ec5e20;
}

header.header .header-menu-top .header-top-menu .accessblity-items .contrast {
  padding-left: 7px;
}

header.header .header-menu-top .header-top-menu .accessblity-items .contrast .contrast-switcher {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header .header-menu-top .header-top-menu .accessblity-items .contrast .contrast-image {
  height: 18.6333px;
  width: 18.6333px;
  position: relative;
  cursor: pointer;
}

header.header .header-menu-top .header-top-menu .accessblity-items .contrast .contrast-image svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}

header.header .header-menu-top .header-top-menu .accessblity-items .contrast .contrast-image svg.dark {
  opacity: 0;
}

header.header .header-menu {
  position: relative;
  z-index: 99;
  height: 80px;
}

header.header .header-menu .main-header-inner {
  background-color: #131629;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  top: 0;
}

header.header .header-menu .main-header-inner .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 480px) {
  header.header .header-menu .main-header-inner .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 576px) {
  header.header .header-menu .main-header-inner .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 992px) {
  header.header .header-menu .main-header-inner .contextual-region {
    position: static;
  }
}

header.header .header-menu .region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  max-width: calc(100% - 55px);
  width: 100%;
}

@media screen and (min-width: 992px) {
  header.header .header-menu .region-header {
    max-width: 100%;
  }
}

header.header .header-menu .region-header .block-system-branding-block {
  margin-right: auto;
  padding-right: 15px;
}

header.header .header-menu .region-header .navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.header .header-menu .region-header .navbar-brand a {
  display: block;
}

header.header .header-menu .region-header .navbar-brand img {
  max-width: 244px;
  height: auto !important;
  display: block;
  margin: 0;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 992px) {
  header.header .header-menu .region-header .field--name-field-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  header.header .header-menu .region-header .field--name-field-menu > .field__item {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media screen and (min-width: 1200px) {
  header.header .header-menu .region-header .field--name-field-menu > .field__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #ffffff;
}

header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link a, header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link span {
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  color: inherit;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  position: relative;
  padding: 12px 22px;
}

@media screen and (min-width: 992px) {
  header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link a, header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link span {
    padding: 0;
    font-size: 0.9375rem;
    line-height: 80px;
  }
}

@media screen and (min-width: 992px) {
  header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link a::after, header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link span::after {
    content: "";
    width: 100%;
    left: 0;
    opacity: 0;
    right: 0;
    height: 5px;
    background-color: #ec5e20;
    position: absolute;
    bottom: 0;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
  }
}

header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link span:nth-child(2) {
  padding-left: 8px;
}

header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link .a-down {
  width: 11px;
  min-width: 11px;
  color: inherit;
}

header.header .header-menu .region-header .field--name-field-menu > .field__item .menu-items .submenu-wrap {
  display: none;
}

@media screen and (min-width: 992px) {
  header.header .header-menu .region-header .field--name-field-menu > .field__item .menu-items .submenu-wrap {
    top: 100%;
    left: 0;
    display: none !important;
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  header.header .header-menu .region-header .field--name-field-menu > .field__item .menu-items .submenu-wrap .container {
    width: 100%;
    padding: 0;
  }
}

header.header .header-menu .region-header .field--name-field-menu > .field__item .menu-items:hover .main-link {
  color: #ec5e20;
}

header.header .header-menu .region-header .field--name-field-menu > .field__item .menu-items:hover .main-link a::after, header.header .header-menu .region-header .field--name-field-menu > .field__item .menu-items:hover .main-link span::after {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  header.header .header-menu .region-header .field--name-field-menu > .field__item .menu-items:hover .submenu-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-animation-duration: 0.32s;
            animation-duration: 0.32s;
    display: block !important;
    -webkit-animation-name: oxy-menu-moveup;
            animation-name: oxy-menu-moveup;
  }
}

header.header.sticky .header-menu .main-header-inner {
  background-color: #131629;
  position: fixed;
  top: 0;
  -webkit-animation-name: fixed-header;
          animation-name: fixed-header;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
}

.submenu-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0c0e1d;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .submenu-wrap {
    background-color: #0c0e1d;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.submenu-wrap h2 {
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ec5e20;
  font-weight: 700;
  padding-left: 22px;
  padding-right: 22px;
}

@media screen and (min-width: 992px) {
  .submenu-wrap h2 {
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .submenu-wrap .sub-items {
    padding-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .submenu-wrap .sub-items > .field.field--name-field-quote-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .submenu-wrap .sub-items > .field.field--name-field-quote-section > .field__item {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 25%;
  }
}

.submenu-wrap .sub-items .submenu-item {
  position: relative;
}

@media screen and (max-width: 991px) {
  .submenu-wrap .sub-items .submenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 22px;
  }
}

.submenu-wrap .sub-items .submenu-item .icon-wrap {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 992px) {
  .submenu-wrap .sub-items .submenu-item .icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .submenu-wrap .sub-items .submenu-item .icon-wrap img {
    max-width: 24px;
    max-height: 24px;
    height: auto;
    width: auto;
  }
}

.submenu-wrap .sub-items .submenu-item .icon-wrap .icon {
  width: 100%;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.submenu-wrap .sub-items .submenu-item .icon-wrap .hover-icon {
  width: 100%;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  margin-left: -100%;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 992px) {
  .submenu-wrap .sub-items .submenu-item .link {
    line-height: 1.2;
  }
}

.submenu-wrap .sub-items .submenu-item .link a {
  display: block;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .submenu-wrap .sub-items .submenu-item .link a {
    padding-top: 10px;
  }
}

.submenu-wrap .sub-items .submenu-item .link a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.submenu-wrap .sub-items .submenu-item:hover .icon-wrap .icon {
  opacity: 0;
  visibility: hidden;
}

.submenu-wrap .sub-items .submenu-item:hover .icon-wrap .hover-icon {
  opacity: 1;
  visibility: visible;
}

.submenu-wrap .sub-items .submenu-item:hover .link a {
  color: #ec5e20;
}

.search-icon {
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  padding: 3px 4px 3px 8px;
  border-left: 1px solid #5E7FB1;
  font-size: 18px;
  position: relative;
  z-index: 999;
}

.search-icon:hover {
  color: #ec5e20;
}

.search-icon svg {
  width: 1em;
  display: block;
  height: 1em;
}

.search-icon .sclose {
  display: none;
  width: 1em;
  height: 1em;
  position: relative;
}

.search-icon .sclose::after, .search-icon .sclose::before {
  content: "";
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -14px;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.search-icon .sclose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-icon .sclose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-icon .sclose:hover::after, .search-icon .sclose:hover::before {
  background-color: #ec5e20;
}

.search-icon.active-search {
  border-color: transparent;
}

.search-icon.active-search .sclose {
  display: block;
}

.search-icon.active-search svg.sicon {
  display: none;
}

.search-form-main-menu {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0c0e1d;
  position: fixed;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.search-form-main-menu form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form-main-menu .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}

.search-form-main-menu .form--inline .form-item {
  margin: 0 -32px 0 0;
  width: 100%;
}

.search-form-main-menu .form--inline .form-item .form-control {
  background: transparent;
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding: 0 32px 0 0;
  height: 42px;
  outline: none;
  border-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.search-form-main-menu .form--inline .form-item .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.search-form-main-menu .form--inline .form-item .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.search-form-main-menu .form--inline .form-item .form-control::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.search-form-main-menu .form--inline .form-item .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.search-form-main-menu .form--inline .form-item .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-form-main-menu .form--inline .form-actions {
  margin: 0;
  width: 32px;
}

.search-form-main-menu .form--inline .form-actions input {
  font-size: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='search'%3E%3Cpath fill='%23ffffff' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
}

@-webkit-keyframes oxy-menu-moveup {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: block;
  }
}

@keyframes oxy-menu-moveup {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: block;
  }
}

@-webkit-keyframes fixed-header {
  from {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}

@keyframes fixed-header {
  from {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
}

.menu-toggle {
  width: 38px;
  height: 30px;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 9;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  width: 38px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  padding-bottom: 5px;
  height: 5px;
}

.menu-toggle span {
  display: block;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-toggle span::before {
  top: -12px;
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  content: "";
}

.menu-toggle span::after {
  content: "";
  bottom: -12px;
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media screen and (max-width: 991px) {
  .mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mobile-flex .main-navigaion-wrapper {
  display: none;
}

@media screen and (min-width: 992px) {
  .mobile-flex .main-navigaion-wrapper {
    display: block;
  }
  .mobile-flex .main-navigaion-wrapper .upper-menu-for-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .mobile-flex .main-navigaion-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 320px;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #131629;
    overflow: auto;
  }
  .mobile-flex .main-navigaion-wrapper .field--name-field-menu {
    padding-top: 15px;
  }
  .mobile-flex .main-navigaion-wrapper .upper-menu-for-mobile {
    color: #ffffff;
    padding-bottom: 15px;
  }
  .mobile-flex .main-navigaion-wrapper .upper-menu-for-mobile a, .mobile-flex .main-navigaion-wrapper .upper-menu-for-mobile span {
    line-height: 1.2;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    color: inherit;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    position: relative;
    padding: 12px 22px;
  }
  .mobile-flex .main-navigaion-wrapper .upper-menu-for-mobile a:hover, .mobile-flex .main-navigaion-wrapper .upper-menu-for-mobile span:hover {
    color: #ec5e20;
  }
}

@media screen and (max-width: 479px) {
  .mobile-flex .main-navigaion-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .sticky .mobile-flex .main-navigaion-wrapper {
    height: calc(100vh - 80px);
  }
}

.menu-is-open .menu-toggle span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-is-open .menu-toggle span::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.menu-is-open .menu-toggle span::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 991px) {
  .menu-is-open .mobile-flex .main-navigaion-wrapper {
    -webkit-animation-name: show-me;
            animation-name: show-me;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    display: block;
  }
}

@-webkit-keyframes show-me {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    display: none;
  }
  to {
    opacity: 1;
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes show-me {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    display: none;
  }
  to {
    opacity: 1;
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.breadcrumb-section {
  padding-top: 15px;
}

.breadcrumb-section .return {
  font-size: 0.75rem;
  font-weight: 600;
  padding-bottom: 8px;
}

.breadcurm {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 0.75rem;
  color: #131629;
  padding-bottom: 40px;
}

.breadcurm li a {
  color: inherit;
  text-decoration: none;
}

.breadcurm li a:hover {
  color: #ec5e20;
}

.breadcurm li:not(:last-child):after {
  content: ">";
  padding-left: 3px;
  padding-right: 3px;
}

.breadcurm li span {
  font-weight: 500;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.banner-wrapper .banner-title,
.banner-wrapper .title {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.banner-wrapper .banner-title h1,
.banner-wrapper .title h1 {
  position: relative;
  display: inline-block;
  max-width: 600px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #131629;
  z-index: 1;
  line-height: 1.15;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .banner-wrapper .banner-title h1,
  .banner-wrapper .title h1 {
    font-size: 2.8125rem;
  }
}

.banner-wrapper .banner-title h1::before,
.banner-wrapper .title h1::before {
  content: "";
  width: 34px;
  background-color: #f5efe6;
  height: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-box-shadow: 64px 0 0 #f5efe6, -64px 0 0 #f5efe6;
          box-shadow: 64px 0 0 #f5efe6, -64px 0 0 #f5efe6;
  z-index: -1;
}

.banner-wrapper .banner-title h1:after,
.banner-wrapper .title h1:after {
  display: none;
}

.banner-wrapper .banner-title h1.active::before,
.banner-wrapper .title h1.active::before {
  height: 1.75em;
}

.banner-wrapper p {
  max-width: 45em;
  text-align: center;
  margin: auto auto 20px;
}

.banner-wrapper p:last-child {
  margin: auto auto 35px;
}

.banner-wrapper .banner-description {
  max-width: 960px;
  margin: auto;
  text-align: center;
}

.banner-wrapper .banner-description p {
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .banner-wrapper .banner-description p {
    margin-bottom: 35px;
  }
}

.node-51 .banner-wrapper .banner-title h1,
.node-51 .banner-wrapper .title h1,
.node-37 .banner-wrapper .banner-title h1,
.node-37 .banner-wrapper .title h1 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 33px;
  text-align: left;
  max-width: 100%;
  margin-left: -12px;
}

@media screen and (max-width: 767px) {
  .node-51 .banner-wrapper .banner-title h1,
  .node-51 .banner-wrapper .title h1,
  .node-37 .banner-wrapper .banner-title h1,
  .node-37 .banner-wrapper .title h1 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.node-51 .banner-wrapper .banner-title h1::before,
.node-51 .banner-wrapper .title h1::before,
.node-37 .banner-wrapper .banner-title h1::before,
.node-37 .banner-wrapper .title h1::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.node-51 .banner-wrapper .banner-title h1.active::before,
.node-51 .banner-wrapper .title h1.active::before,
.node-37 .banner-wrapper .banner-title h1.active::before,
.node-37 .banner-wrapper .title h1.active::before {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .node-51 .banner-wrapper .banner-title h1,
  .node-51 .banner-wrapper .title h1,
  .node-37 .banner-wrapper .banner-title h1,
  .node-37 .banner-wrapper .title h1 {
    margin-left: -20px;
  }
}

.node-51 .banner-wrapper .banner-title h1::before,
.node-51 .banner-wrapper .title h1::before,
.node-37 .banner-wrapper .banner-title h1::before,
.node-37 .banner-wrapper .title h1::before {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  left: 0;
  margin-left: 0;
  margin-right: 0;
}

.node-51 .content-wrapper .field--name-body,
.node-37 .content-wrapper .field--name-body {
  max-width: 960px;
  padding-bottom: 80px;
}

.node-51 .content-wrapper .field--name-body a,
.node-37 .content-wrapper .field--name-body a {
  color: #131629;
}

.node-51 .content-wrapper .field--name-body h2,
.node-37 .content-wrapper .field--name-body h2 {
  font-size: 1.5625rem;
  text-transform: uppercase;
}

.field--name-field-bottom-links {
  position: relative;
  margin-top: 55px;
  background-color: #ec5e20;
}

@media screen and (min-width: 768px) {
  .field--name-field-bottom-links::before {
    width: 50%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: #dc5419;
  }
}

.field--name-field-bottom-links .container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .field--name-field-bottom-links .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-bottom-links .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.field--name-field-bottom-links .field__item {
  background: #ec5e20;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .field--name-field-bottom-links .field__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-bottom-links .field__item {
    width: 50%;
  }
}

.field--name-field-bottom-links .field__item a {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  padding: 50px 30px;
  display: block;
  font-family: "DIN", sans-serif;
  background-repeat: no-repeat;
  background-size: 1em;
  line-height: 1;
  text-align: center;
}

.field--name-field-bottom-links .field__item:first-child:not(:last-child) {
  background: #dc5419;
}

.field--name-field-bottom-links .field__item:first-child:not(:last-child) a {
  background-position: center left;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='swiper-arrow-left'%3E%3Cpath fill='%23fff' d='M229.9 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L94.569 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H94.569l155.13-155.13c4.686-4.686 4.686-12.284 0-16.971L229.9 38.101c-4.686-4.686-12.284-4.686-16.971 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971L212.929 473.9c4.686 4.686 12.284 4.686 16.971-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.field--name-field-bottom-links .field__item:last-child a {
  background-position: center right;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-icon='arrow-right' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='swiper-arrow-right'%3E%3Cpath fill='%23fff' d='M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.field--name-field-partners .paragraph--type--partners-image-text {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.field--name-field-partners .paragraph--type--partners-image-text::before {
  content: "";
  position: absolute;
  top: 0;
  padding: 0 0 50%;
  width: 100%;
  background-color: #131629;
}

@media screen and (min-width: 992px) {
  .field--name-field-partners .paragraph--type--partners-image-text::before {
    width: calc(50% - 235px);
    padding: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .field--name-field-partners .paragraph--type--partners-image-text::before {
    width: calc(50% - 285px);
  }
}

.field--name-field-partners .paragraph--type--partners-image-text .text-image {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .field--name-field-partners .paragraph--type--partners-image-text .text-image {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .field--name-field-partners .paragraph--type--partners-image-text .text-image .image {
    width: 40%;
  }
}

.field--name-field-partners .paragraph--type--partners-image-text .text-image .image img {
  width: 100%;
}

.field--name-field-partners .paragraph--type--partners-image-text .text-image .text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 30px;
}

@media screen and (min-width: 992px) {
  .field--name-field-partners .paragraph--type--partners-image-text .text-image .text {
    padding-bottom: 30px;
    width: calc(60% - 50px);
  }
}

@media screen and (min-width: 1200px) {
  .field--name-field-partners .paragraph--type--partners-image-text .text-image .text {
    width: calc(60% - 70px);
  }
}

.field--name-field-partners .paragraph--type--partners-image-text .animate-element {
  width: 50px;
  height: 25px;
  background-color: #ec5e20;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-box-shadow: 90px 0px 0px #ec5e20, -90px 0px 0px #ec5e20;
          box-shadow: 90px 0px 0px #ec5e20, -90px 0px 0px #ec5e20;
  opacity: 0.4;
}

.field--name-field-partners .paragraph--type--partners-image-text .animate-element.active {
  height: 140px;
}

@media screen and (max-width: 991px) {
  .field--name-field-partners .paragraph--type--partners-image-text .animate-element {
    display: none;
  }
}

.paragraph--type--icon-text-link-repeater {
  padding-bottom: 56px;
}

.paragraph--type--icon-text-link-repeater .title-link-wrapper {
  margin-bottom: 33px;
}

.paragraph--type--icon-text-link-repeater .title-link-wrapper .flex-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .paragraph--type--icon-text-link-repeater .title-link-wrapper .flex-row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .paragraph--type--icon-text-link-repeater .title-link-wrapper .flex-row .title {
    max-width: 54%;
  }
}

.paragraph--type--icon-text-link-repeater .title-link-wrapper h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .paragraph--type--icon-text-link-repeater .title-link-wrapper h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.paragraph--type--icon-text-link-repeater .title-link-wrapper h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph--type--icon-text-link-repeater .title-link-wrapper h2.active::before {
  width: 100%;
}

.paragraph--type--icon-text-link-repeater .title-link-wrapper .button a {
  color: #ffffff;
  padding: 14px 17px;
  background: #ec5e20;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.paragraph--type--icon-text-link-repeater .title-link-wrapper .button a:hover {
  background: transparent;
  border: 1px solid #ec5e20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  color: #ec5e20;
}

.paragraph--type--icon-text-link-repeater .itl-items {
  position: relative;
}

.paragraph--type--icon-text-link-repeater .itl-items::before {
  content: "";
  background-size: cover;
  background-position: center;
  background: url("../images/fondbeige.png");
  width: calc(100% - 80px);
  right: 0;
  height: calc(100% - 110px);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
}

@media screen and (min-width: 992px) {
  .paragraph--type--icon-text-link-repeater .itl-items::before {
    width: calc(100% - ((100% - 940px) / 4));
    max-width: calc(100% - ((100% - 940px) / 4));
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--icon-text-link-repeater .itl-items::before {
    width: calc(100% - ((100% - 1170px) / 4));
    max-width: calc(100% - ((100% - 1170px) / 4));
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--icon-text-link-repeater .itl-items::before {
    max-width: calc(100% - ((100% - 1180px) / 4));
    width: calc(100% - (((100% - 1180px) / 2)) + 150px);
  }
}

.paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 1;
}

.paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- > .field__item {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- > .field__item:not(:last-child) {
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- > .field__item:not(:last-child) {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- > .field__item {
    width: 33.3333%;
  }
}

.paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- > .field__item .paragraph--type--icon-text-link- {
  padding: 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  text-align: center;
  width: 100%;
}

.paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- > .field__item .paragraph--type--icon-text-link- .icon {
  padding-bottom: 15px;
}

.paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- > .field__item .paragraph--type--icon-text-link- .icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- > .field__item .paragraph--type--icon-text-link- .text h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- > .field__item .paragraph--type--icon-text-link- .itl-item a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.paragraph--type--icon-text-link-repeater .field--name-field-image-text-pdf-link- > .field__item .paragraph--type--icon-text-link- .itl-item a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.paragraph--type--icon-title-text-link {
  padding-bottom: 56px;
}

.paragraph--type--icon-title-text-link .paragraph-container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background-color: #ec5e20;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px 15px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

@media screen and (min-width: 576px) {
  .paragraph--type--icon-title-text-link .paragraph-container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--icon-title-text-link .paragraph-container {
    padding-left: 60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

.paragraph--type--icon-title-text-link .paragraph-container > .field {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .paragraph--type--icon-title-text-link .paragraph-container > .field {
    text-align: center;
    padding-bottom: 15px;
  }
  .paragraph--type--icon-title-text-link .paragraph-container > .field ul {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--icon-title-text-link .paragraph-container > .field {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 33.3333%;
  }
}

.paragraph--type--icon-title-text-link .paragraph-container > .field.field--name-field-swiper-image {
  width: 95px;
}

@media screen and (max-width: 991px) {
  .paragraph--type--icon-title-text-link .paragraph-container > .field.field--name-field-swiper-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.paragraph--type--icon-title-text-link .paragraph-container > .field.field--name-field-title {
  font-weight: 700;
  padding-left: 0;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .paragraph--type--icon-title-text-link .paragraph-container > .field.field--name-field-title {
    width: calc(33.3333% - 95px);
  }
}

.paragraph--type--icon-title-text-link .paragraph-container > .field.field--name-field-link {
  text-align: center;
}

.paragraph--type--icon-title-text-link .paragraph-container > .field.field--name-field-link a {
  padding: 14px 17px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 168px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.paragraph--type--icon-title-text-link .paragraph-container > .field.field--name-field-link a:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ec5e20;
  background-position: left bottom;
  border-color: transparent;
}

@media screen and (min-width: 992px) {
  .field--name-field-partners
> .field__item
> .paragraph--type--image-text-pdf-link-
> .field--name-field-image-text-pdf-link- > .field__item {
    padding-bottom: 80px;
  }
}

.field--name-field-partners
> .field__item
> .paragraph--type--image-text-pdf-link-
> .field--name-field-image-text-pdf-link- > .field__item:nth-child(2n + 1) .paragraph--type--partners-image-text::before {
  right: 0;
}

.field--name-field-partners
> .field__item
> .paragraph--type--image-text-pdf-link-
> .field--name-field-image-text-pdf-link- > .field__item:nth-child(2n + 1) .paragraph--type--partners-image-text .animate-element {
  right: 90px;
}

@media screen and (min-width: 992px) {
  .field--name-field-partners
> .field__item
> .paragraph--type--image-text-pdf-link-
> .field--name-field-image-text-pdf-link- > .field__item:nth-child(2n + 1) .paragraph--type--partners-image-text .text-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.field--name-field-partners
> .field__item
> .paragraph--type--image-text-pdf-link-
> .field--name-field-image-text-pdf-link- > .field__item:nth-child(2n) .paragraph--type--partners-image-text::before {
  left: 0;
}

.field--name-field-partners
> .field__item
> .paragraph--type--image-text-pdf-link-
> .field--name-field-image-text-pdf-link- > .field__item:nth-child(2n) .paragraph--type--partners-image-text .animate-element {
  left: 90px;
}

.title-text-link-1 h1,
.title-text-link-1 h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 33px;
  text-align: left;
  margin-left: -12px;
}

@media screen and (max-width: 767px) {
  .title-text-link-1 h1,
  .title-text-link-1 h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.title-text-link-1 h1::before,
.title-text-link-1 h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.title-text-link-1 h1.active::before,
.title-text-link-1 h2.active::before {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .title-text-link-1 h1,
  .title-text-link-1 h2 {
    margin-left: -20px;
  }
}

.title-text-link-1 p {
  font-size: 17px;
  margin-bottom: 35px;
}

.title-text-link-1 p:last-child {
  margin-bottom: 0;
}

.title-text-link-1 p strong {
  font-weight: 600;
}

.title-text-link-1 .text {
  margin-bottom: 35px;
}

.title-text-link-1 .file {
  padding-bottom: 30px;
}

.title-text-link-1 .file a {
  font-weight: 500;
  color: #ec5e20;
  display: block;
}

.title-text-link-1 .file a::before {
  content: ">";
  color: #131629;
}

.title-text-link-1 .button {
  margin: 0;
}

.title-text-link-1 .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.title-text-link-1 .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.tab-system {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .tab-system {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .tab-system {
    padding-top: 122px;
    padding-bottom: 80px;
  }
}

.tab-system .title {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .tab-system .tab-content {
    margin-left: -30px;
    margin-right: -30px;
    background: #131629;
  }
}

@media screen and (min-width: 768px) {
  .tab-system .tab-content {
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.17);
            box-shadow: 0 3px 20px rgba(0, 0, 0, 0.17);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tab-system .tab-content .for-desktop {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #131629;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

@media screen and (min-width: 768px) {
  .tab-system .tab-content .for-desktop {
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab-system .tab-content .for-desktop .inner {
    width: 100%;
  }
}

.tab-system .tab-content .for-desktop .tab-title {
  font-size: 1.125rem;
  padding: 10px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .tab-system .tab-content .for-desktop .tab-title {
    font-size: 1.25rem;
  }
}

.tab-system .tab-content .for-desktop .tab-title p {
  margin: 0;
}

.tab-system .tab-content .for-desktop .tab-title.active, .tab-system .tab-content .for-desktop .tab-title:hover {
  color: #ec5e20;
}

@media screen and (min-width: 768px) {
  .tab-system .tab-content .for-mobile {
    padding-left: 15px;
    padding-right: 15px;
    padding: 35px;
    width: 66.6667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tab-system .tab-content .for-mobile .field--name-field-other-content {
  width: 100%;
}

.tab-system .tab-content .for-mobile .field--name-field-other-content .tab-text {
  width: 100% !important;
}

.tab-system .tab-content .for-mobile .field--name-field-other-content .tab-text .image {
  padding-bottom: 40px;
}

.tab-system .tab-content .for-mobile .field--name-field-other-content .tab-text .text h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.tab-system .tab-content .for-mobile .field--name-field-other-content .tab-text .field--name-field-accordian-hyperlinks {
  padding-top: 20px;
}

.tab-system .tab-content .for-mobile .field--name-field-other-content .tab-text .field--name-field-accordian-hyperlinks a {
  color: #ec5e20;
  font-weight: 600;
  text-decoration: none;
}

.tab-system .tab-content .for-mobile .field--name-field-other-content .tab-text .field--name-field-accordian-hyperlinks a::before {
  content: ">";
  padding-right: 6px;
}

@media screen and (min-width: 992px) {
  .tab-system .tab-content .for-mobile {
    padding: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .tab-system .tab-content .for-mobile {
    padding: 68px;
  }
}

.tab-system .tab-content .for-mobile .tab-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .tab-system .tab-content .for-mobile .tab-title {
    display: none;
  }
}

.tab-system .tab-content .for-mobile .tab-title .field--name-field-title,
.tab-system .tab-content .for-mobile .tab-title .field--name-field-tab-title {
  padding: 4px 30px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 14px auto;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-down fa-w-8 fa-3x'%3E%3Cpath fill='%23fff' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.tab-system .tab-content .for-mobile .tab-title.active, .tab-system .tab-content .for-mobile .tab-title:hover {
  color: #ec5e20;
}

.tab-system .tab-content .for-mobile .tab-title.active {
  padding-bottom: 10px;
}

.tab-system .tab-content .for-mobile .tab-title.active .field--name-field-title {
  color: #ec5e20;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-up fa-w-8 fa-3x'%3E%3Cpath fill='%23EC5E20' d='M136.5 185.1l116 117.8c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L128 224.7 27.6 326.9c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17l116-117.8c4.7-4.6 12.3-4.6 17 .1z' class=''%3E%3C/path%3E%3C/svg%3E");
}

@media screen and (max-width: 767px) {
  .tab-system .tab-content .for-mobile .tab-text {
    padding: 30px;
    background: #fff;
  }
}

.tab-system .tab-content .for-mobile .field--name-field-other-content > div:last-child .tab-title {
  padding-bottom: 10px;
}

.for-desktop {
  padding-bottom: 100px;
  background-color: #ccc;
}

.for-desktop .inner > .field__item {
  width: 100%;
}

.for-desktop .inner > .field__item:last-child {
  margin-right: 0;
}

.for-desktop .inner > .field__item .tab-text {
  display: none;
}

@media screen and (min-width: 768px) {
  .paragraph--type--images {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--images {
    padding-bottom: 100px;
  }
}

.paragraph--type--images .images-slides {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph--type--images .images-slides::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #131629;
  right: 0;
}

@media screen and (min-width: 992px) {
  .paragraph--type--images .images-slides::before {
    width: calc(50% - 235px);
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--images .images-slides::before {
    width: calc(50% - 285px);
  }
}

.paragraph--type--images .images-slides .animate-element {
  width: 50px;
  height: 25px;
  background-color: #ec5e20;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-box-shadow: 90px 0px 0px #ec5e20, -90px 0px 0px #ec5e20;
          box-shadow: 90px 0px 0px #ec5e20, -90px 0px 0px #ec5e20;
  opacity: 0.4;
  right: 90px;
}

.paragraph--type--images .images-slides .animate-element.active {
  height: 140px;
}

@media screen and (max-width: 991px) {
  .paragraph--type--images .images-slides .animate-element {
    display: none;
  }
}

.paragraph--type--images .field--name-field-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.paragraph--type--images .field--name-field-image .field__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 30px;
}

.paragraph--type--images .field--name-field-image .field__item:first-child:not(:last-child) {
  margin-right: -70px;
  max-width: 100%;
  z-index: 0;
  padding-bottom: calc(5.8% + 30px);
}

.paragraph--type--images .field--name-field-image .field__item:last-child:not(:first-child) {
  max-width: 50%;
  margin-left: 0;
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.paragraph--type--images .field--name-field-image .field__item img {
  width: 100%;
  height: auto;
}

.paragraph--type--bg-image-text-repeater {
  padding-bottom: 65px;
}

.paragraph--type--bg-image-text-repeater .field--name-field-text-pdf {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.paragraph--type--bg-image-text-repeater .field--name-field-text-pdf > .field__item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .paragraph--type--bg-image-text-repeater .field--name-field-text-pdf > .field__item {
    width: 50%;
  }
}

.paragraph--type--bg-image-text-repeater .bg-image-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paragraph--type--bg-image-text-repeater .bg-image-text-inner::before {
  content: "";
  width: 100%;
  margin-right: -1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 48%;
  margin-right: -100%;
  background-color: rgba(12, 14, 29, 0.6);
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
}

.paragraph--type--bg-image-text-repeater .bg-image-text-inner:hover::before {
  background-color: rgba(236, 94, 32, 0.6);
}

.paragraph--type--bg-image-text-repeater .bg-image-text-inner .text {
  text-align: center;
  width: 100%;
  padding: 30px 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.paragraph--type--bg-image-text-repeater .bg-image-text-inner .text a {
  color: #ffffff;
  text-decoration: none;
}

.paragraph--type--bg-image-text-repeater .bg-image-text-inner .text a h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
}

@media screen and (min-width: 640px) {
  .paragraph--type--bg-image-text-repeater .bg-image-text-inner .text a h3 {
    font-size: 1.875rem;
  }
}

.paragraph--type--bg-image-text-repeater .bg-image-text-inner .text a p {
  font-size: 1.0625rem;
  max-width: 396px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .paragraph--type--bg-image-text-repeater .bg-image-text-inner .text a p {
    font-size: 1.25rem;
  }
}

.image-text-section {
  padding-top: 60px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .image-text-section {
    padding-bottom: 60px;
  }
}

.image-text-section::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #131629;
  left: 0;
  padding: 0 0 50%;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .image-text-section::before {
    bottom: 0;
    padding: 0;
    width: calc(50% - 235px);
  }
}

@media screen and (min-width: 1200px) {
  .image-text-section::before {
    width: calc(50% - 285px);
  }
}

.image-text-section .image-text-row {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .image-text-section .image-text-row {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .image-text-section .image-text-row .image {
    width: calc(50% - 50px);
  }
}

@media screen and (min-width: 1200px) {
  .image-text-section .image-text-row .image {
    width: calc(50% - 70px);
  }
}

.image-text-section .image-text-row .image img {
  width: 100%;
}

.image-text-section .image-text-row .text {
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 992px) {
  .image-text-section .image-text-row .text {
    width: 50%;
  }
}

.image-text-section .image-text-row .text .email {
  margin-top: 32px;
}

.image-text-section .image-text-row .text .email a {
  color: #131629;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.image-text-section .image-text-row .text .email a .fa {
  padding-right: 6px;
}

.image-text-section .image-text-row .text .email a:hover {
  color: #ec5e20;
}

.image-text-section .animate-element {
  width: 50px;
  height: 25px;
  background-color: #ec5e20;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-box-shadow: 90px 0px 0px #ec5e20, -90px 0px 0px #ec5e20;
          box-shadow: 90px 0px 0px #ec5e20, -90px 0px 0px #ec5e20;
  opacity: 0.4;
  left: 100px;
}

.image-text-section .animate-element.active {
  height: 140px;
}

@media screen and (max-width: 991px) {
  .image-text-section .animate-element {
    display: none;
  }
}

.node--type-espace-presse .content-wrapper {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .node--type-espace-presse .content-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.node--type-espace-presse .content-wrapper .block-item:nth-child(1) {
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .node--type-espace-presse .content-wrapper .block-item:nth-child(1) {
    border-right: 1px solid #cec0ac;
    padding-right: 50px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .node--type-espace-presse .content-wrapper .block-item:nth-child(2) {
    padding-left: 50px;
  }
}

.categoery-with-description {
  display: none;
}

.search-result-wrapper {
  padding-bottom: 50px;
  padding-top: 30px;
}

@media screen and (min-width: 992px) {
  .search-result-wrapper {
    padding-bottom: 80px;
  }
}

.search-result-wrapper .view-content {
  padding-bottom: 30px;
}

.search-result-wrapper .views-row {
  border-bottom: 1px solid rgba(12, 14, 29, 0.25);
}

.search-item {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 768px) {
  .search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.search-item .categoery {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .search-item .categoery {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 340px;
  }
}

.search-item .categoery span {
  font-size: 12px;
  font-weight: 700;
  color: #ec5e20;
}

.search-item .categoery .title {
  font-size: 18px;
  font-weight: 600;
  color: #131629;
  line-height: 1.2;
  text-transform: uppercase;
}

.search-item .categoery .title a {
  color: inherit;
  text-decoration: none;
}

.search-item .description {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .search-item .description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.search-item .button {
  padding: 15px;
  margin: 0;
}

.search-item .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
  padding: 8px 15px;
  font-size: 14px;
  min-width: 0;
}

.search-item .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.node-107 .content-wrapper {
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .node-107 .content-wrapper {
    padding-bottom: 80px;
  }
}

.node-107 main .button {
  padding: 15px;
  margin: 0;
  text-align: center;
}

.node-107 main .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.node-107 main .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.node-120 .content-wrapper {
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .node-120 .content-wrapper {
    padding-bottom: 80px;
  }
}

.node-120 .content-wrapper .text-formatted pre {
  text-align: center;
  color: #0c0e1d;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
}

.node-120 .content-wrapper .text-formatted .button {
  text-align: center;
  margin: 0;
}

.node-120 .content-wrapper .text-formatted .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.node-120 .content-wrapper .text-formatted .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.content-wrapper.page-history-content {
  position: relative;
}

.content-wrapper.page-history-content .years-outer-wrapper {
  position: absolute;
  display: none;
  height: calc(100% - 200px);
  left: 0;
  width: calc((100% - 1170px)/ 2);
  top: 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .content-wrapper.page-history-content .years-outer-wrapper {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .content-wrapper.page-history-content > .container > .field--name-body {
    max-width: calc(100vw - 280px);
    margin: auto;
  }
}

.content-wrapper.page-history-content .history-year-block {
  position: static;
}

.field--name-field-years {
  position: -webkit-sticky;
  position: sticky;
  left: 30px;
  top: 100px;
  text-align: center;
  background: #fff;
  padding: 2px 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  display: inline-block;
  font-weight: 700;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .field--name-field-years {
    padding: 15px 20px;
  }
}

.field--name-field-years .field__item {
  color: #131629;
  font-family: "DIN", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .field--name-field-years .field__item {
    display: block;
  }
  .field--name-field-years .field__item.active {
    color: #ec5e20;
    display: block;
  }
}

.field--name-field-years .field__item.active {
  display: block;
}

.paragraph--type--our-history {
  padding-top: 60px;
  position: relative;
}

.paragraph--type--our-history .bg-year {
  font-size: 134px;
  line-height: 1;
  font-weight: 700;
  color: #F5EFE6;
  position: absolute;
  right: 0;
  text-align: center;
  top: 200px;
}

@media screen and (min-width: 360px) {
  .paragraph--type--our-history .bg-year {
    font-size: 140px;
  }
}

@media screen and (min-width: 576px) {
  .paragraph--type--our-history .bg-year {
    font-size: 200px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--our-history .bg-year {
    font-size: 277px;
    top: auto;
  }
}

.paragraph--type--our-history .bg-year span {
  display: block;
}

@media screen and (min-width: 768px) {
  .paragraph--type--our-history {
    padding-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--our-history {
    padding-top: 100px;
  }
}

.paragraph--type--our-history .center-title {
  text-align: center;
}

.paragraph--type--our-history .center-title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  max-width: 16.5em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .paragraph--type--our-history .center-title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.paragraph--type--our-history .center-title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph--type--our-history .center-title h2.active::before {
  width: 100%;
}

.paragraph--type--our-history .our-history-item {
  position: relative;
}

.paragraph--type--our-history .our-history-item .text-wrapper {
  padding-top: 30px;
}

.paragraph--type--our-history .our-history-item .text-wrapper .year {
  font-weight: 700;
  font-family: "DIN", sans-serif;
  margin-bottom: 15px;
  font-size: 1.5625rem;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .paragraph--type--our-history .our-history-item .text-wrapper {
    max-width: calc(100vw - 280px);
    margin: auto;
  }
}

.paragraph--type--our-history .our-history-item .text-wrapper {
  padding-bottom: 50px;
}

.paragraph--type--our-history .history-images {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph--type--our-history .history-images::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #131629;
}

@media screen and (min-width: 992px) {
  .paragraph--type--our-history .history-images::before {
    width: calc(50% - 235px);
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--our-history .history-images::before {
    width: calc(50% - 285px);
  }
}

.paragraph--type--our-history .history-images .animate-element {
  width: 50px;
  height: 25px;
  background-color: #ec5e20;
  position: absolute;
  bottom: 0;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-box-shadow: 90px 0px 0px #ec5e20, -90px 0px 0px #ec5e20;
          box-shadow: 90px 0px 0px #ec5e20, -90px 0px 0px #ec5e20;
  opacity: .4;
}

.paragraph--type--our-history .history-images .animate-element.active {
  height: 140px;
}

@media screen and (max-width: 991px) {
  .paragraph--type--our-history .history-images .animate-element {
    display: none;
  }
}

.paragraph--type--our-history .history-images img {
  width: 100%;
  height: auto;
  display: block;
}

.paragraph--type--our-history .history-images .field--name-field-year-images {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .paragraph--type--our-history .history-images .field--name-field-year-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.paragraph--type--our-history .history-images .field--name-field-year-images .field__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .paragraph--type--our-history .history-images .field--name-field-year-images .field__item {
    padding-bottom: 30px;
    padding-top: calc(5.8% + 30px);
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:last-child:first-child {
    padding-top: 30px;
  }
}

.paragraph--type--our-history .history-images .field--name-field-year-images .field__item:last-child:not(:first-child) {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:last-child:not(:first-child) {
    padding-right: 80px;
    margin-top: -60px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:last-child:not(:first-child) {
    margin-left: -68px;
    padding-bottom: calc(5.8% + 30px);
  }
}

@media screen and (max-width: 767px) {
  .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:first-child:not(:last-child) {
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:first-child:not(:last-child) {
    max-width: 50%;
    padding-bottom: 30px;
    margin-top: auto;
  }
}

.field--name-field-our-history-content > .field__item:nth-child(2n+1) .paragraph--type--our-history .history-images::before {
  right: 0;
}

.field--name-field-our-history-content > .field__item:nth-child(2n+1) .paragraph--type--our-history .history-images .animate-element {
  right: 90px;
}

.field--name-field-our-history-content > .field__item:nth-child(2n) .paragraph--type--our-history .history-images::before {
  left: 0;
}

.field--name-field-our-history-content > .field__item:nth-child(2n) .paragraph--type--our-history .animate-element {
  left: 90px;
}

.field--name-field-our-history-content > .field__item:nth-child(2) .paragraph--type--our-history .history-images .field--name-field-year-images, .field--name-field-our-history-content > .field__item:nth-child(4) .paragraph--type--our-history .history-images .field--name-field-year-images {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .field--name-field-our-history-content > .field__item:nth-child(2) .paragraph--type--our-history .history-images .field--name-field-year-images, .field--name-field-our-history-content > .field__item:nth-child(4) .paragraph--type--our-history .history-images .field--name-field-year-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .field--name-field-our-history-content > .field__item:nth-child(2) .paragraph--type--our-history .history-images .field--name-field-year-images .field__item, .field--name-field-our-history-content > .field__item:nth-child(4) .paragraph--type--our-history .history-images .field--name-field-year-images .field__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.field--name-field-our-history-content > .field__item:nth-child(2) .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:first-child:not(:last-child), .field--name-field-our-history-content > .field__item:nth-child(4) .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:first-child:not(:last-child) {
  max-width: 100%;
  z-index: 0;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .field--name-field-our-history-content > .field__item:nth-child(2) .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:first-child:not(:last-child), .field--name-field-our-history-content > .field__item:nth-child(4) .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:first-child:not(:last-child) {
    margin-right: -70px;
    padding-bottom: calc(5.8% + 30px);
  }
}

.field--name-field-our-history-content > .field__item:nth-child(2) .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:last-child:not(:first-child), .field--name-field-our-history-content > .field__item:nth-child(4) .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:last-child:not(:first-child) {
  margin-left: 0;
  position: relative;
  z-index: 1;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .field--name-field-our-history-content > .field__item:nth-child(2) .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:last-child:not(:first-child), .field--name-field-our-history-content > .field__item:nth-child(4) .paragraph--type--our-history .history-images .field--name-field-year-images .field__item:last-child:not(:first-child) {
    padding-bottom: 30px;
    max-width: 50%;
  }
}

.tab-filter fieldset.form-wrapper {
  margin: 0;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #cec0ac;
}

.tab-filter fieldset.form-wrapper .form-radios .form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-filter fieldset.form-wrapper .form-radios .form-radios .form-type-radio {
  margin: 0;
  padding: 5px;
}

.tab-filter fieldset.form-wrapper .form-radios .form-radios .form-type-radio label {
  line-height: 1;
  padding: 6px 20px;
  margin: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.tab-filter fieldset.form-wrapper .form-radios .form-radios .form-type-radio label:hover {
  color: #ec5e20;
  border-color: #ec5e20;
}

.tab-filter fieldset.form-wrapper .form-radios .form-radios .form-type-radio input[type="radio"] {
  display: none;
}

.tab-filter fieldset.form-wrapper .form-radios .form-radios .form-type-radio input[type="radio"]:checked + label {
  border-color: #ec5e20;
  color: #ec5e20;
}

.grid-3 {
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .grid-3 {
    padding-bottom: 100px;
  }
}

.grid-3 .view-content {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.grid-3 .view-content > .views-row {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) {
  .grid-3 .view-content > .views-row {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .grid-3 .view-content > .views-row {
    padding-top: 40px;
    width: 33.3333%;
  }
}

.grid-3 .view-content > .views-row > .views-field {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
}

.grid-3 .pager {
  padding-top: 70px;
}

.blog-item .date {
  display: block;
  padding: 0 20px;
  margin: -39px 0 0;
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-item .date .date-formater {
  color: #fff;
  background: #ec5e20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px 15px 10px;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-item .date .date-formater .day {
  font-family: "DIN-Condensed", sans-serif;
  color: #f5efe6;
  font-size: 3rem;
  line-height: 1;
}

.blog-item .date .date-formater .my-wrap {
  font-family: "DIN-Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  padding-left: 5px;
}

.blog-item .text {
  padding: 15px 20px 25px;
}

@media screen and (min-width: 768px) {
  .blog-item .text {
    padding: 15px 30px 30px;
  }
}

.blog-item .text .categoery {
  margin-bottom: 10px;
}

.blog-item .text .categoery a {
  color: #ec5e20;
  font-size: 1.125rem;
  text-decoration: none;
  text-transform: capitalize;
}

.blog-item .text .title h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #131629;
  text-transform: lowercase;
}

.blog-item .text .title h3::first-letter {
  text-transform: uppercase;
}

.blog-item .text .title h3 a {
  text-decoration: none;
}

.blog-item .text .title a {
  color: inherit;
  text-decoration: none;
}

.blog-item .text .title a:hover {
  color: #ec5e20;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-item .text .button {
  margin: 15px 0 0 0;
}

.blog-item .text .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
  line-height: 1;
}

.blog-item .text .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.xem {
  display: inline-block;
  width: 1em;
  height: auto;
}

.pager ul.pager__items {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager ul.pager__items .pager__item {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  padding: 0 5px;
}

.pager ul.pager__items .pager__item a {
  color: #131629;
  background-color: transparent !important;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0 8px;
  font-size: 1.125rem;
  font-weight: 600;
  outline: none;
}

.pager ul.pager__items .pager__item a span {
  display: none;
}

.pager ul.pager__items .pager__item a:hover {
  color: #ec5e20;
}

.pager ul.pager__items .pager__item .active a {
  color: #ec5e20;
}

.pager ul.pager__items .pager__item.pager__item--first {
  display: none;
}

.pager ul.pager__items .pager__item.pager__item--last {
  display: none;
}

.node--type-actualites .paragraph--type--youtube-link .youtube-iframe {
  padding-bottom: 70px;
}

.node--type-actualites .paragraph--type--youtube-link .youtube-iframe .yi-inner .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.node--type-actualites .paragraph--type--youtube-link .youtube-iframe .yi-inner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node--type-actualites .banner-inner {
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 575px) {
  .node--type-actualites .banner-inner {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.banner-small {
  text-align: center;
  padding-top: 122px;
  padding-bottom: 140px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 30px;
  padding-right: 30px;
}

.banner-small .categoery-date {
  color: #cec0ac;
  font-size: 1.25rem;
  font-weight: 600;
}

.banner-small .categoery-date .categoery {
  display: inline-block;
}

.banner-small .categoery-date .categoery a {
  color: inherit;
  text-decoration: none;
}

.banner-small .categoery-date .categoery a:hover {
  color: #ffffff;
}

.banner-small .categoery-date .date {
  display: inline-block;
}

.banner-small .title {
  padding-bottom: 0;
}

.banner-small .title h1 {
  max-width: 768px;
  color: #ffffff;
}

.banner-small .title h1::before {
  display: none;
}

.node--type-actualites .banner-botttom-outer {
  padding-top: 55px;
}

@media screen and (min-width: 768px) {
  .node--type-actualites .banner-botttom-outer {
    padding-top: 85px;
  }
}

.node--type-actualites .paragraph {
  padding-top: 60px;
}

.node--type-actualites .paragraph--type--h2-title-text h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .node--type-actualites .paragraph--type--h2-title-text h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.node--type-actualites .paragraph--type--h2-title-text h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.node--type-actualites .paragraph--type--h2-title-text h2.active::before {
  width: 100%;
}

.node--type-actualites .paragraph--type--h2-title-text h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.node--type-actualites .small-image-text-outer .image-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.node--type-actualites .small-image-text-outer .image-text > div.image {
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .node--type-actualites .small-image-text-outer .image-text > div.image {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .node--type-actualites .small-image-text-outer .image-text > div {
    max-width: calc(50% - 15px);
  }
}

.node--type-actualites .fullwidth-image-text-outer .image {
  padding-top: 30px;
}

.node--type-actualites .fullwidth-image-text-outer .image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.node--type-actualites .paragraph--type--quote-section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.node--type-actualites .paragraph--type--quote-section .quote-section-inner {
  padding-left: 15px;
  border-left: 9px solid #ec5e20;
}

.user-page-inner {
  padding: 10% 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.user-page-inner .region.region-content {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .user-page-inner .region.region-content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.user-page-inner .block.block-local-tasks-block {
  width: 100%;
  background-color: #131629;
}

@media screen and (min-width: 768px) {
  .user-page-inner .block.block-local-tasks-block {
    max-width: 310px;
  }
}

@media screen and (min-width: 992px) {
  .user-page-inner .block.block-local-tasks-block {
    max-width: 320px;
  }
}

.user-page-inner .block.block-local-tasks-block .tabs-primary {
  margin: 0;
}

.user-page-inner .block.block-local-tasks-block .nav-tabs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  border-radius: 0;
}

.user-page-inner .block.block-local-tasks-block .nav-tabs li {
  width: 100%;
  border-width: 0 0 1px 0;
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.18);
  border-style: solid;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.user-page-inner .block.block-local-tasks-block .nav-tabs li:hover, .user-page-inner .block.block-local-tasks-block .nav-tabs li:focus {
  background-color: #ec5e20;
}

.user-page-inner .block.block-local-tasks-block .nav-tabs li a {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  color: #ffffff;
  background-color: transparent;
  border: none;
}

.user-page-inner .block.block-local-tasks-block .nav-tabs li a:focus {
  background-color: #ec5e20;
}

@media screen and (min-width: 768px) {
  .user-page-inner .block.block-local-tasks-block .nav-tabs li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.user-page-inner .block.block-local-tasks-block .nav-tabs li.active {
  background-color: #ec5e20;
}

.user-page-inner .block-system-main-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #ffffff;
}

.user-page-inner .block-system-main-block .profile {
  padding: 15px;
  text-align: center;
}

.user-page-inner .block-system-main-block form {
  padding: 10%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.user-page-inner .block-system-main-block form .form-control {
  border-radius: 0;
  height: 48px;
  border: 2px solid rgba(12, 14, 29, 0.25);
}

.user-page-inner .block-system-main-block form .description {
  font-size: 12px;
}

.user-page-inner .block-system-main-block form .js-form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.user-page-inner .block-system-main-block form .js-form-type-checkbox label.option {
  padding-left: 30px;
}

.user-page-inner .block-system-main-block form .js-form-type-checkbox .description {
  width: 100%;
  padding-left: 30px;
  font-size: 12px;
  margin-left: 0;
}

.user-page-inner .block-system-main-block form .form-actions .form-submit.btn {
  padding: 14px 17px;
  background: #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 0;
  height: auto;
  margin: 0;
  color: #ffffff;
}

.user-page-inner .block-system-main-block form .form-actions .form-submit.btn:hover, .user-page-inner .block-system-main-block form .form-actions .form-submit.btn:focus {
  background: transparent;
  border: 1px solid #ec5e20;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  color: #ec5e20;
}

.page-node-type-decouvrir-ses-missions .title-wrap .subtitle {
  display: none;
}

.page-node-type-decouvrir-ses-missions .region-content {
  padding-left: 0;
  padding-right: 0;
}

.page-node-type-decouvrir-ses-missions .history-banner-bottom .text-wrap {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .history-banner-bottom .text-wrap {
    padding: 50px 0 !important;
  }
}

.page-node-type-decouvrir-ses-missions .history-banner-bottom .text-wrap .text-inner {
  text-align: center;
}

.page-node-type-decouvrir-ses-missions .history-banner-bottom .text-wrap .text-inner h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .history-banner-bottom .text-wrap .text-inner h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-decouvrir-ses-missions .history-banner-bottom .text-wrap .text-inner h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-decouvrir-ses-missions .history-banner-bottom .text-wrap .text-inner h2.active::before {
  width: 100%;
}

.page-node-type-decouvrir-ses-missions .history-banner-bottom .text-wrap .text-inner p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 25px;
  text-align: left;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner {
  position: relative;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .container, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .container {
  position: relative;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner::before, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner::before {
  content: '';
  background-size: cover;
  background-position: center;
  background: url("../images/fondbeige.png");
  width: 100%;
  right: 0;
  height: calc(100% - 110px);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner::before, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner::before {
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner::before, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner::before {
    width: calc(100% - ((100% - 940px) / 4));
    max-width: calc(100% - ((100% - 940px) / 4));
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner::before, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner::before {
    width: calc(100% - ((100% - 1170px) / 4));
    max-width: calc(100% - ((100% - 1170px) / 4));
  }
}

@media screen and (min-width: 1400px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner::before, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner::before {
    max-width: calc(100% - ((100% - 1180px) / 4));
    width: calc(100% - (((100% - 1180px) / 2)) + 150px);
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-container.psb-swiper, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-container.psb-swiper {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .image, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .image, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .image {
    width: 34%;
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .image img, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .image img {
  width: 100%;
  height: 100%;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .text, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .text, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .text {
    width: 66%;
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .text .title-wrap, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .text .title-wrap {
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .text .title-wrap, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .text .title-wrap {
    padding-left: 40px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .text .title-wrap, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .text .title-wrap {
    padding-left: 70px;
    padding-right: 40px;
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .text .title-wrap .subtitle, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .text .title-wrap .subtitle {
  font-size: 17px;
  font-weight: 600;
  color: #131629;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .text .title-wrap .title h3, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .text .title-wrap .title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #131629;
  margin-bottom: 20px;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-inner .image-text .text .title-wrap p, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-inner .image-text .text .title-wrap p {
  font-size: 17px;
  color: #131629;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-next, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-next {
  right: 0px;
}

@media screen and (min-width: 768px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-next, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-next {
    right: -30px;
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-prev, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-prev {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-prev, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-prev {
    left: -30px;
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-next,
.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-prev, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-next,
.page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-prev {
  width: 30px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  line-height: 1;
  font-weight: normal;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  opacity: 1;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-next::after,
.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-prev::after, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-next::after,
.page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-prev::after {
  display: none;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-next svg,
.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-prev svg, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-next svg,
.page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-prev svg {
  display: block;
  height: auto;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-next:hover,
.page-node-type-decouvrir-ses-missions .swiper-with-pagination .psv-inner .swiper-button .swiper-button-prev:hover, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-next:hover,
.page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .psv-inner .swiper-button .swiper-button-prev:hover {
  color: #ec5e20;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .button, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .button {
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-pagination .button, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .button {
    padding-top: 50px;
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .button a, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-decouvrir-ses-missions .swiper-with-pagination .button a:hover, .page-node-type-decouvrir-ses-missions .paragraph--type--swiiper-with-pagination-title .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-mp3 {
    padding-top: 50px;
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner {
  position: relative;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-next {
  right: 30px;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-prev {
  left: 30px;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-next,
.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-prev {
  width: 30px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  line-height: 1;
  font-weight: normal;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-next,
  .page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-prev {
    top: unset;
    bottom: 0;
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-next::after,
.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-prev::after {
  display: none;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-next svg,
.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-prev svg {
  display: block;
  height: auto;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-next:hover,
.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .mp3-inner .swiper-button .swiper-button-prev:hover {
  color: #ec5e20;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-withswiper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #131629 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 1;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner .text-audio {
  position: relative;
  z-index: 2;
  padding: 175px 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner .text-audio {
    padding: 50px 0px;
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner .text-audio .text {
  color: #ffffff;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner .text-audio .text {
    width: 100%;
  }
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner .text-audio .text h3 {
  font-size: 25px;
  font-weight: bold;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner .text-audio .text h2 {
  display: inline-block;
  padding: 0px 10px;
  background-color: #ec5e20;
  font-family: "DIN", sans-serif;
  font-weight: bold;
  margin-bottom: 50px;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner .text-audio .text p {
  font-size: 17px;
}

.page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner .text-audio .audio {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .swiper-with-mp3 .mp3-outer .audio-swiper-inner .text-audio .audio {
    width: 100%;
  }
}

.bottom-links {
  background-color: #ec5e20;
  position: relative;
}

@media screen and (min-width: 768px) {
  .bottom-links::before {
    content: '';
    width: 50%;
    height: 100%;
    background: #DC5419;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
  }
}

.bottom-links .field--name-field-bottom-links {
  margin-top: 0;
}

.node--type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .node--type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner {
    padding-top: 0;
  }
}

.swp-inner .psb-paginaiton, .swp-inner .psb-paginaiton, .swp-inner .psb-paginaiton, .swp-inner .psb-paginaiton {
  position: relative;
  border-bottom: 4px solid #F5EFE6;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .swp-inner .psb-paginaiton, .swp-inner .psb-paginaiton, .swp-inner .psb-paginaiton, .swp-inner .psb-paginaiton {
    border-bottom: none;
  }
}

.swp-inner .psb-paginaiton .swiper-pagination-bullet, .swp-inner .psb-paginaiton .swiper-pagination-bullet, .swp-inner .psb-paginaiton .swiper-pagination-bullet, .swp-inner .psb-paginaiton .swiper-pagination-bullet {
  border-radius: 0;
  background: transparent;
  position: relative;
  padding-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  line-height: 1;
  font-size: 17px;
  height: auto;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
  outline: none;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .swp-inner .psb-paginaiton .swiper-pagination-bullet, .swp-inner .psb-paginaiton .swiper-pagination-bullet, .swp-inner .psb-paginaiton .swiper-pagination-bullet, .swp-inner .psb-paginaiton .swiper-pagination-bullet {
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .swp-inner .psb-paginaiton .swiper-pagination-bullet, .swp-inner .psb-paginaiton .swiper-pagination-bullet, .swp-inner .psb-paginaiton .swiper-pagination-bullet, .swp-inner .psb-paginaiton .swiper-pagination-bullet {
    margin-bottom: 20px;
  }
}

.swp-inner .psb-paginaiton .swiper-pagination-bullet::after, .swp-inner .psb-paginaiton .swiper-pagination-bullet::after, .swp-inner .psb-paginaiton .swiper-pagination-bullet::after, .swp-inner .psb-paginaiton .swiper-pagination-bullet::after {
  content: '';
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -4px;
  background: #ec5e20;
  opacity: 0;
  position: absolute;
}

.swp-inner .psb-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active, .swp-inner .psb-paginaiton .swiper-pagination-bullet:hover, .swp-inner .psb-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active, .swp-inner .psb-paginaiton .swiper-pagination-bullet:hover, .swp-inner .psb-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active, .swp-inner .psb-paginaiton .swiper-pagination-bullet:hover, .swp-inner .psb-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active, .swp-inner .psb-paginaiton .swiper-pagination-bullet:hover {
  background: transparent;
  color: #ec5e20;
  opacity: 1;
}

.swp-inner .psb-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .swp-inner .psb-paginaiton .swiper-pagination-bullet:hover::after, .swp-inner .psb-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .swp-inner .psb-paginaiton .swiper-pagination-bullet:hover::after, .swp-inner .psb-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .swp-inner .psb-paginaiton .swiper-pagination-bullet:hover::after, .swp-inner .psb-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active::after, .swp-inner .psb-paginaiton .swiper-pagination-bullet:hover::after {
  opacity: 1;
  z-index: 11;
}

.path-frontpage .region-content {
  padding-right: 0;
  padding-left: 0;
}

.first-popup .btn.launchinfo {
  display: none;
}

@media screen and (max-width: 767px) {
  .animate-element {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1180px;
  }
}

.non-slider-content .swiper-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*banner*/
.home-banner-wrapper .home-banner-outer {
  position: relative;
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper {
  position: relative;
  z-index: 3;
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content::before {
  content: "";
  width: 1px;
  margin-right: -1px;
  padding-bottom: 32%;
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #131629;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inne-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner {
  color: #fff;
  max-width: 757px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner .title-wrap .subtitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #ec5e20;
}

@media screen and (max-width: 767px) {
  .home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner .title-wrap .subtitle {
    font-size: 18px;
  }
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner .title-wrap .title h2 {
  font-size: 48px;
  font-family: "DIN", sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner .title-wrap .title h2 {
    font-size: 28px;
  }
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner .banner-content .text p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner .banner-content .text p {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner .banner-content .button {
  margin: 0;
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner .banner-content .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner .banner-content .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.home-banner-wrapper .home-banner-outer .home-banner-paginaiton {
  left: 0;
  right: 0;
  bottom: 50px;
}

.home-banner-wrapper .home-banner-outer .home-banner-paginaiton .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 5px;
  background-color: #9a9194;
  margin-right: 10px;
}

.home-banner-wrapper .home-banner-outer .home-banner-paginaiton .swiper-pagination-bullet:focus {
  outline: none;
}

.home-banner-wrapper .home-banner-outer .home-banner-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

@media screen and (max-width: 575px) {
  .home-banner-wrapper .swiper-button {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .home-banner-wrapper .swiper-button .swiper-button-next {
    right: calc(((100% - 1140px) / 2) - 80px);
  }
}

@media screen and (min-width: 1300px) {
  .home-banner-wrapper .swiper-button .swiper-button-prev {
    left: calc(((100% - 1140px) / 2) - 80px);
  }
}

.home-banner-wrapper .swiper-button .swiper-button-next,
.home-banner-wrapper .swiper-button .swiper-button-prev {
  width: 32px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  line-height: 1;
  font-weight: normal;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.home-banner-wrapper .swiper-button .swiper-button-next::after,
.home-banner-wrapper .swiper-button .swiper-button-prev::after {
  display: none;
}

.home-banner-wrapper .swiper-button .swiper-button-next svg,
.home-banner-wrapper .swiper-button .swiper-button-prev svg {
  display: block;
  height: auto;
}

.home-banner-wrapper .swiper-button .swiper-button-next:hover,
.home-banner-wrapper .swiper-button .swiper-button-prev:hover {
  color: #ec5e20;
}

.home-banner-wrapper .banner-botttom-outer {
  background-color: #ec5e20;
  position: relative;
}

.home-banner-wrapper .banner-botttom-outer .banner-bottom {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-banner-wrapper .banner-botttom-outer .banner-bottom .left_title {
  font-weight: 700;
  color: #ffffff;
  font-family: "DIN", sans-serif;
  line-height: 1.2;
  font-size: 1.125rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 360px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .left_title {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 400px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .left_title {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .left_title {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right 2px;
    background-size: 16px auto;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='angle-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' class='svg-inline--fa fa-angle-down fa-w-8 fa-3x'%3E%3Cpath fill='%23fff' d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z' class=''%3E%3C/path%3E%3C/svg%3E");
  }
}

@media screen and (min-width: 992px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .left_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 92px;
    font-size: 1.4375rem;
    padding-right: 32px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .left_title {
    width: 100%;
    text-align: center;
  }
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .left_title br {
    display: none;
  }
}

.home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: none;
}

@media screen and (max-width: 767px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links {
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ec5e20;
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 768px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links {
    display: block !important;
    height: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    height: 52px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items {
    height: 92px;
  }
}

.home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (min-width: 768px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item {
    padding-left: 18px;
    padding-right: 18px;
    height: 32px;
    border-left: 1px solid #ffffff;
  }
}

@media screen and (min-width: 992px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item {
    height: auto;
    border: 0;
  }
}

.home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item:first-child {
  border-left: none;
}

.home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item span,
.home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item a {
  position: relative;
  display: block;
  color: #ffffff;
  z-index: 1;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item span,
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item a {
    height: 52px;
    line-height: 52px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item span,
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item a {
    margin-top: -30px;
    margin-bottom: -30px;
    font-size: 1.125rem;
    height: 92px;
    line-height: 92px;
  }
}

@media screen and (min-width: 768px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item span::after,
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item a::after {
    content: "";
    position: absolute;
    width: 18px;
    top: 0;
    height: 0px;
    z-index: -1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.32s ease-in-out;
    -ms-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    -moz-transition: all 0.32s ease-in-out;
    -webkit-transition: all 0.32s ease-in-out;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 34px 0 0 0 rgba(255, 255, 255, 0.15), -34px 0 0 0 rgba(255, 255, 255, 0.15);
            box-shadow: 34px 0 0 0 rgba(255, 255, 255, 0.15), -34px 0 0 0 rgba(255, 255, 255, 0.15);
  }
}

.home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item:hover a,
.home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item:hover span {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item:hover a::after,
  .home-banner-wrapper .banner-botttom-outer .banner-bottom .right-links .field__items .field__item:hover span::after {
    height: 100%;
  }
}

/*banner end*/
.call-to-action-block .cta-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.call-to-action-block .cta-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1316294d), to(#131629cc)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1316294d 0%, #131629cc 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.call-to-action-block .cta-text {
  padding: 177px 0px;
  max-width: 616px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .call-to-action-block .cta-text {
    padding: 40px 0px;
  }
}

.call-to-action-block .cta-text h3 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .call-to-action-block .cta-text h3 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.call-to-action-block .cta-text h3::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.call-to-action-block .cta-text h3.active::before {
  width: 100%;
}

.call-to-action-block .cta-text h3::before {
  background: #ec5e20;
}

@media screen and (max-width: 767px) {
  .call-to-action-block .cta-text h3 {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: -12px;
    margin-bottom: 30px;
  }
}

.call-to-action-block .cta-text p {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 9px;
}

.call-to-action-block .cta-text p:nth-child(3) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .call-to-action-block .cta-text p:nth-child(3) {
    margin-bottom: 30px;
  }
}

.call-to-action-block .cta-text p strong {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 9px;
  font-weight: 500;
}

.call-to-action-block .cta-text .button {
  margin: 0;
}

.call-to-action-block .cta-text .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
  text-decoration: none;
}

.call-to-action-block .cta-text .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.newsletter-block {
  position: relative;
  margin: 75px 0px;
}

@media screen and (min-width: 768px) {
  .newsletter-block {
    margin: 50px 0px;
  }
}

.newsletter-block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ec5e20;
  top: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .newsletter-block::before {
    width: 50%;
  }
}

.newsletter-block .newsletter-inner-text {
  background: #ec5e20;
  padding: 40px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .newsletter-block .newsletter-inner-text {
    padding: 53px 69px;
    width: 55%;
  }
}

.newsletter-block .newsletter-inner-text .text h2 {
  font-size: 25px;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  color: #ffffff;
  margin-bottom: 27px;
}

.newsletter-block .newsletter-inner-text .text p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 37px;
}

.newsletter-block .newsletter-inner-text .button {
  margin: 0;
}

.newsletter-block .newsletter-inner-text .button a {
  padding: 14px 17px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 168px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.newsletter-block .newsletter-inner-text .button a:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ec5e20;
  background-position: left bottom;
  border-color: transparent;
}

.newsletter-block .newsletter-inner {
  background-size: cover;
  min-height: 200px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-position: right;
  width: 50%;
  z-index: 11;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .newsletter-block .newsletter-inner {
    display: none;
  }
}

.path-frontpage .content-bottom-outer {
  position: relative;
}

.path-frontpage .content-bottom-outer::before {
  content: "";
  background-size: cover;
  background-position: center;
  background: url("../images/fondbeige.png");
  width: calc(100% - 80px);
  right: 0;
  height: 320px;
  top: 320px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .path-frontpage .content-bottom-outer::before {
    width: 200px;
    height: 85%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 260px;
  }
}

@media screen and (min-width: 992px) {
  .path-frontpage .content-bottom-outer::before {
    width: calc(100% - ((100% - 940px) / 4));
    max-width: calc(100% - ((100% - 940px) / 4));
  }
}

@media screen and (min-width: 1200px) {
  .path-frontpage .content-bottom-outer::before {
    width: calc(100% - ((100% - 1170px) / 4));
    max-width: calc(100% - ((100% - 1170px) / 4));
  }
}

@media screen and (min-width: 1400px) {
  .path-frontpage .content-bottom-outer::before {
    max-width: calc(100% - ((100% - 1180px) / 4));
    width: calc(100% - (((100% - 1180px) / 2)) + 150px);
  }
}

.content-bottom-outer {
  position: relative;
}

@media screen and (max-width: 767px) {
  .content-bottom-outer {
    padding-top: 50px;
  }
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row {
  padding-bottom: 40px !important;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row {
    width: 33.33%;
    padding-bottom: 20px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item {
  -webkit-box-shadow: 0px 3px 20px #00000012;
          box-shadow: 0px 3px 20px #00000012;
  background: #ffffff;
  position: relative;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .image-date {
  position: relative;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .image-date:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(123deg, #131629 0%, #131629c7 36%, #13162900 100%) 0% 0% no-repeat padding-box;
  opacity: 0.71;
  cursor: pointer;
  z-index: 2;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item:hover .image-date .image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item:hover .image-date .date-hours {
  background: #f5efe6;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item:hover .image-date .date-hours .date .date-formater .day {
  color: #131629;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item:hover .image-date .date-hours .date .date-formater .my-wrap {
  color: #131629;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item:hover .image-date .date-hours .hours {
  color: #ec5e20;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .image-date .image {
  overflow: hidden;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .image-date .image img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .image-date .date-hours {
  background: #ec5e20;
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 121px;
  padding: 10px;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .image-date .date-hours .date {
  font-family: "DIN-Condensed", sans-serif;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .image-date .date-hours .date .date-formater {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  line-height: 1.1;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .image-date .date-hours .date .date-formater .day {
  font-size: 48px;
  color: #f5efe6;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .image-date .date-hours .date .date-formater .my-wrap {
  font-size: 20px;
  color: #f5efe6;
  padding-left: 5px;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .image-date .date-hours .hours {
  color: #131629;
  font-weight: 500;
  font-size: 18px;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .categoery-title {
  padding: 54px 33px;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .categoery-title .categoery {
  font-size: 18px;
  color: #ec5e20;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .categoery-title .title h3 a {
  font-size: 20px;
  color: #131629;
  text-decoration: none;
}
.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .categoery-title .title h3 a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-content .views-row .views-field .home-event-item .categoery-title .title h3 a:hover {
  color: #ec5e20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-footer {
  padding-top: 65px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-footer {
    padding-top: 30px;
  }
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-footer a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
  text-decoration: none;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-footer a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-header {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-header {
    text-align: left;
    padding-bottom: 50px;
    padding-top: 0px;
  }
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-header h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-header h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-header h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.content-bottom-outer .region-content-bottom .view-la-programmation-du-memorial .view-header h2.active::before {
  width: 100%;
}

.home-temporary {
  position: relative;
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  .home-temporary {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .home-temporary .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.home-temporary .animate-element {
  width: 60px;
  height: 30px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 100px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-box-shadow: 100px 0px 0px #ffffff, -100px 0px 0px #ffffff;
          box-shadow: 100px 0px 0px #ffffff, -100px 0px 0px #ffffff;
  opacity: 0.4;
}

.home-temporary .animate-element.active {
  height: 178px;
}

@media screen and (max-width: 991px) {
  .home-temporary .animate-element {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .home-temporary::before {
    content: "";
    width: 30%;
    position: absolute;
    left: 0;
    top: 0px;
    background: #ec5e20;
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .home-temporary::before {
    width: calc(50% - 235px);
  }
}

@media screen and (min-width: 1200px) {
  .home-temporary::before {
    width: calc(50% - 285px);
  }
}

.home-temporary-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.home-temporary-wrap .left-content {
  width: 58%;
}

@media screen and (max-width: 991px) {
  .home-temporary-wrap .left-content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-shadow: -250px 0 0 #ec5e20;
            box-shadow: -250px 0 0 #ec5e20;
  }
  .home-temporary-wrap .left-content::before {
    content: "";
    width: 30%;
    position: absolute;
    left: 0;
    top: 0px;
    background: #ec5e20;
    height: 100%;
  }
}

@media screen and (max-width: 575px) {
  .home-temporary-wrap .left-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 0px;
  }
}

.home-temporary-wrap .left-content .views-row .temporary-event {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.home-temporary-wrap .left-content .views-row .temporary-event::before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#13162900), color-stop(30%, #13162900), color-stop(64%, #131629), to(#131629)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #13162900 0%, #13162900 30%, #131629 64%, #131629 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 30px #0000001a;
          box-shadow: 0px 3px 30px #0000001a;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
}

.home-temporary-wrap .left-content .views-row .temporary-event .temporary-event-inner {
  padding-top: 200px;
  padding-bottom: 60px;
  max-width: 390px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .home-temporary-wrap .left-content .views-row .temporary-event .temporary-event-inner {
    padding: 30px;
  }
}

.home-temporary-wrap .left-content .views-row .temporary-event .temporary-event-inner .time {
  font-size: 16px;
  color: #ec5e20;
  padding-bottom: 15px;
}

.home-temporary-wrap .left-content .views-row .temporary-event .temporary-event-inner .title a {
  font-size: 22px;
  color: #ffffff;
  padding-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}

.home-temporary-wrap .left-content .views-row .temporary-event .temporary-event-inner .short-description {
  margin-bottom: 35px;
}

.home-temporary-wrap .left-content .views-row .temporary-event .temporary-event-inner .short-description p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 15px;
}

.home-temporary-wrap .left-content .views-row .temporary-event .temporary-event-inner .link a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
  text-decoration: none;
}

.home-temporary-wrap .left-content .views-row .temporary-event .temporary-event-inner .link a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.home-temporary-wrap .left-content .views-row .temporary-event .temporary-event-inner .link a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}














.home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event .link a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
  text-decoration: none;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event .link a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event .link a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}









.home-temporary-wrap .right-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 767px) {
  .home-temporary-wrap .right-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575px) {
  .home-temporary-wrap .right-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .home-temporary-wrap .right-content {
    width: 42%;
    padding-left: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .home-temporary-wrap .right-content {
    padding-left: 90px;
  }
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .view-header h3 {
  font-size: 25px;
  color: #131629;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .home-temporary-wrap .right-content .view-home-temporary-exhibition .view-header h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
  }
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event {
  margin-bottom: 47px;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event .time {
  color: #ec5e20;
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event .time {
    margin-bottom: 5px;
  }
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event .title a {
  font-size: 22px;
  color: #131629;
  margin-bottom: 16px;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event .title a {
    font-size: 17px;
  }
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event .title a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event .short-description p {
  color: #131629;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .home-temporary-wrap .right-content .view-home-temporary-exhibition .temporary-event .short-description p {
    margin-bottom: 0;
  }
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .swiper-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .home-temporary-wrap .right-content .view-home-temporary-exhibition .swiper-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 25px;
  height: 2px;
  margin-right: 10px;
  background: #cec0ac;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-button-prev {
  display: none;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-button-next,
.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-button-prev {
  width: 32px;
  color: #cec0ac;
  text-decoration: none;
  outline: none;
  line-height: 1;
  font-weight: normal;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-button-next::after,
.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-button-prev::after {
  display: none;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-button-next svg,
.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-button-prev svg {
  display: block;
  height: auto;
  width: 18px;
  height: auto;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-button-next:hover,
.home-temporary-wrap .right-content .view-home-temporary-exhibition .navigation-pagination .swiper-button-prev:hover {
  color: #ec5e20;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .swiper-button {
  position: relative !important;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .swiper-button .swiper-button-prev {
  display: none;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .swiper-button .swiper-button-next {
  right: 290px;
  top: -20px;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .swiper-button .swiper-button-next::before {
  content: "";
  width: 17px;
  height: 2px;
  background: #cec0ac;
  position: absolute;
  right: 11px;
  top: 21px;
}

.home-temporary-wrap .right-content .view-home-temporary-exhibition .swiper-button .swiper-button-next::after {
  font-size: 16px;
  color: #cec0ac;
}

.exhibtion-outer {
  position: relative;
}

@media screen and (max-width: 767px) {
  .exhibtion-outer {
    padding-bottom: 0px;
    padding-top: 50px;
  }
}

.exhibtion-outer .animate-element {
  width: 60px;
  height: 30px;
  background-color: #ec5e20;
  position: absolute;
  bottom: 0;
  right: 100px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-box-shadow: 100px 0px 0px #ec5e20, -100px 0px 0px #ec5e20;
          box-shadow: 100px 0px 0px #ec5e20, -100px 0px 0px #ec5e20;
  opacity: 0.4;
  z-index: -1;
}

.exhibtion-outer .animate-element.active {
  height: 178px;
}

@media screen and (max-width: 991px) {
  .exhibtion-outer .animate-element {
    display: none;
  }
}

.exhibtion-outer .title-outer {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .exhibtion-outer .title-outer {
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: left;
  }
}

.exhibtion-outer .title-outer .title-centre {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .exhibtion-outer .title-outer .title-centre {
    text-align: left;
  }
}

.exhibtion-outer .title-outer .title-centre h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .exhibtion-outer .title-outer .title-centre h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.exhibtion-outer .title-outer .title-centre h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.exhibtion-outer .title-outer .title-centre h2.active::before {
  width: 100%;
}

.exhibtion-outer .exhibtion-text {
  position: relative;
}

@media screen and (min-width: 992px) {
  .exhibtion-outer .exhibtion-text {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .exhibtion-outer .exhibtion-text .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .exhibtion-outer .exhibtion-text::before {
    content: "";
    width: 30%;
    position: absolute;
    right: 0;
    top: 0px;
    background: #131629;
    height: 100%;
    z-index: -1;
  }
}

@media screen and (min-width: 992px) {
  .exhibtion-outer .exhibtion-text::before {
    width: calc(50% - 235px);
  }
}

@media screen and (min-width: 1200px) {
  .exhibtion-outer .exhibtion-text::before {
    width: calc(50% - 285px);
  }
}

.exhibtion-outer .exhibtion-inner {
  position: relative;
  z-index: 1;
}

.exhibtion-outer .exhibtion-inner .text-image {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.exhibtion-outer .exhibtion-inner .text-image .text {
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 767px) {
  .exhibtion-outer .exhibtion-inner .text-image .text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575px) {
  .exhibtion-outer .exhibtion-inner .text-image .text {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .exhibtion-outer .exhibtion-inner .text-image .text {
    width: 42%;
    padding-right: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .exhibtion-outer .exhibtion-inner .text-image .text {
    padding-right: 90px;
  }
}

.exhibtion-outer .exhibtion-inner .text-image .text h3 {
  font-size: 25px;
  color: #131629;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "DIN", sans-serif;
}

.exhibtion-outer .exhibtion-inner .text-image .text p {
  font-size: 17px;
  margin-bottom: 0;
}

.exhibtion-outer .exhibtion-inner .text-image .text p strong {
  font-weight: 600;
}

.exhibtion-outer .exhibtion-inner .text-image .text .button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
}

.exhibtion-outer .exhibtion-inner .text-image .text .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.exhibtion-outer .exhibtion-inner .text-image .text .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

@media screen and (min-width: 992px) {
  .exhibtion-outer .exhibtion-inner .text-image .image {
    width: 58%;
  }
}

@media screen and (max-width: 991px) {
  .exhibtion-outer .exhibtion-inner .text-image .image {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 300px 0 0 #131629;
            box-shadow: 300px 0 0 #131629;
  }
  .exhibtion-outer .exhibtion-inner .text-image .image::before {
    content: "";
    width: 30%;
    position: absolute;
    right: 0;
    top: 0px;
    background: #131629;
    height: 100%;
    z-index: -1;
  }
}

@media screen and (max-width: 575px) {
  .exhibtion-outer .exhibtion-inner .text-image .image {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 0px;
  }
}

.exhibtion-outer .exhibtion-inner .text-image .image img {
  width: 100%;
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .image {
  position: relative;
}

@media screen and (max-width: 991px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text .image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 992px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text .image {
    width: 50%;
  }
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .image .animate-element {
  width: 36px;
  height: 25px;
  background-color: #f8f4e5;
  position: absolute;
  bottom: 0;
  left: 100px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-box-shadow: 62px 0px 0px #f8f4e5, -62px 0px 0px #f8f4e5;
          box-shadow: 62px 0px 0px #f8f4e5, -62px 0px 0px #f8f4e5;
  opacity: 0.4;
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .image .animate-element.active {
  height: 90px;
}

@media screen and (max-width: 991px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text .image .animate-element {
    display: none;
  }
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .image img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 992px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap {
    margin-left: -50%;
  }
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner {
  padding-bottom: 35px;
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner {
    width: 50%;
    padding-left: 60px;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner {
    padding-left: 100px;
  }
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner h1,
.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 33px;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner h1,
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner h1::before,
.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner h1.active::before,
.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner h2.active::before {
  width: 100%;
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner p {
  font-size: 17px;
  margin-top: 35px;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner p {
    margin-bottom: 0;
  }
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner p:last-child {
  margin-bottom: 0;
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner p strong {
  font-weight: 600;
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner .button {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner .button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-decouvrir-ses-missions .memorial-section .image-text .text-wrap .text-wrap-inner .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

@media screen and (min-width: 992px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text.image-text-type-2 .image {
    width: calc(50% - 160px);
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text.image-text-type-2 .text-wrap {
    margin-left: calc(-50% + 160px);
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text.image-text-type-2 .text-wrap .text-wrap-inner {
    width: calc(50% + 160px);
    padding-left: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-decouvrir-ses-missions .memorial-section .image-text.image-text-type-2 .text-wrap .text-wrap-inner {
    padding-left: 65px;
  }
}

.page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper {
  overflow: hidden;
}

.page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper .list-unstyled .lightg-item a {
  width: 100%;
}

.page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper .list-unstyled .lightg-item img {
  width: 100%;
  display: block;
}

.page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper .list-unstyled .lightg-item:nth-child(2) {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper .list-unstyled .lightg-item:nth-child(2) a {
  height: calc(50% - 15px);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper .list-unstyled .lightg-item:nth-child(2) a {
    width: 100%;
    height: auto;
  }
}

.page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper .list-unstyled .lightg-item:nth-child(3) {
  margin-left: -33.3333333333%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper .list-unstyled .lightg-item:nth-child(3) {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

.page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper .list-unstyled .lightg-item:nth-child(3) a {
  z-index: 2;
  height: calc(50% - 15px);
  margin-top: auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper .list-unstyled .lightg-item:nth-child(3) a {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .mosaic-outer .mosac .light-gallery-wrapper .list-unstyled .lightg-item:nth-child(3) a {
    width: 100%;
    height: auto;
  }
}

.page-node-type-l-architecture .mosaic-text-link {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .mosaic-text-link {
    padding: 40px 0px;
  }
}

.page-node-type-l-architecture .mosaic-text-link .mosaic-tlinner .text {
  text-align: center;
}

.page-node-type-l-architecture .mosaic-text-link .mosaic-tlinner .text h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .mosaic-text-link .mosaic-tlinner .text h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-l-architecture .mosaic-text-link .mosaic-tlinner .text h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-l-architecture .mosaic-text-link .mosaic-tlinner .text h2.active::before {
  width: 100%;
}

.page-node-type-l-architecture .mosaic-text-link .mosaic-tlinner .text p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .mosaic-text-link .mosaic-tlinner .text p {
    font-size: 16px;
  }
}

.page-node-type-l-architecture .mosaic-text-link .mosaic-tlinner .button {
  text-align: center;
}

.page-node-type-l-architecture .mosaic-text-link .mosaic-tlinner .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-l-architecture .mosaic-text-link .mosaic-tlinner .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.page-node-type-l-architecture .bottom-swiper {
  position: relative;
  padding: 100px 0;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .page-node-type-l-architecture .bottom-swiper {
    margin-top: 0px;
    padding: 50px 0;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-l-architecture .bottom-swiper {
    padding: 80px 0;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-l-architecture .bottom-swiper::before {
    content: "";
    width: 30%;
    position: absolute;
    right: 0;
    top: 0px;
    background: #131629;
    height: 100%;
    z-index: -1;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-l-architecture .bottom-swiper::before {
    width: calc(50% - 235px);
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-l-architecture .bottom-swiper::before {
    width: calc(50% - 285px);
  }
}

.page-node-type-l-architecture .bottom-swiper .animate-element {
  width: 50px;
  height: 25px;
  background-color: #ec5e20;
  position: absolute;
  bottom: 0;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  -webkit-box-shadow: 90px 0px 0px #ec5e20, -90px 0px 0px #ec5e20;
          box-shadow: 90px 0px 0px #ec5e20, -90px 0px 0px #ec5e20;
  opacity: .4;
  right: 90px;
}

.page-node-type-l-architecture .bottom-swiper .animate-element.active {
  height: 140px;
}

@media screen and (max-width: 991px) {
  .page-node-type-l-architecture .bottom-swiper .animate-element {
    display: none;
  }
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text {
    padding-right: 70px;
    width: 55%;
  }
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text h2.active::before {
  width: 100%;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text h3 {
  font-weight: bold;
  font-size: 25px;
  color: #131629;
  font-family: "DIN", sans-serif;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text p {
  font-size: 17px;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text p strong {
  font-weight: 600;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text blockquote {
  margin-top: 55px;
  position: relative;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text blockquote::before {
  content: "";
  background: #ec5e20;
  position: absolute;
  width: 25px;
  height: 60px;
  left: -25px;
  top: -20px;
  opacity: 0.2;
  -webkit-box-shadow: 40px 0px 0px #ec5e20;
          box-shadow: 40px 0px 0px #ec5e20;
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text blockquote::before {
    left: 0;
  }
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .swiper-left-text blockquote p {
  margin-bottom: 26px;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner {
  width: 100%;
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 991px) {
  .page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 300px 0 0 #131629;
            box-shadow: 300px 0 0 #131629;
  }
  .page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner::before {
    content: "";
    width: 30%;
    position: absolute;
    right: 0;
    top: 0px;
    background: #131629;
    height: 100%;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner {
    width: 45%;
  }
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer {
  position: relative;
  cursor: pointer;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .arc-swiper .text-image .image .image-legend {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  left: 0;
  margin: auto;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#13162900), to(#1316298c)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #13162900 0%, #1316298c 100%) 0% 0% no-repeat padding-box;
  height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .arc-swiper .text-image .image .image-legend .field {
  font-size: 17px;
  color: #ffffff;
  padding-bottom: 15px;
  text-align: center;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .arc-swiper .text-image .image .image-inner img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .arc-paginaiton {
  bottom: -57px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .arc-paginaiton {
    right: 230px;
    width: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .arc-paginaiton {
    right: 304px;
    width: 200px;
  }
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .arc-paginaiton .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 3px;
  margin-right: 10px;
  background: #cec0ac;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .arc-paginaiton .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .arc-paginaiton .swiper-pagination-bullet:focus {
  outline: none;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .arc-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cec0ac;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button {
  position: absolute;
  bottom: -50px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button {
    right: 244px;
    width: 180px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button {
    right: 304px;
    width: 200px;
  }
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button .arc-prev {
  left: 0;
  right: unset;
  color: #cec0ac;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button .arc-prev:hover {
  color: #ec5e20;
  -webkit-transition: .4s;
  transition: .4s;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button .arc-prev:focus {
  border: none;
  outline: none;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button .arc-prev::after {
  content: none;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button .arc-next {
  color: #cec0ac;
  right: 0;
  left: unset;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button .arc-next:hover {
  color: #ec5e20;
  -webkit-transition: .4s;
  transition: .4s;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button .arc-next:focus {
  border: none;
  outline: none;
}

.page-node-type-l-architecture .bottom-swiper .bottom-text-swiper-inner .bottom-swiper-inner .arc-outer .swiper-button .arc-next::after {
  content: none;
}

.page-node-type-l-architecture .bottom-links {
  margin-top: 40px;
}

.page-node-type-l-architecture .bottom-links .field--name-field-bottom-links .field__item {
  background: #dc5419;
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .bottom-links .field--name-field-bottom-links .field__item {
    background: #ec5e20;
  }
}

.page-node-type-l-architecture .bottom-links .field--name-field-bottom-links .field__item:last-child a {
  background-position: center left;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='swiper-arrow-left'%3E%3Cpath fill='%23fff' d='M229.9 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L94.569 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H94.569l155.13-155.13c4.686-4.686 4.686-12.284 0-16.971L229.9 38.101c-4.686-4.686-12.284-4.686-16.971 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971L212.929 473.9c4.686 4.686 12.284 4.686 16.971-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.page-node-type-l-architecture .bottom-links .field--name-field-bottom-links::before {
  right: 0;
  left: unset;
  background: #ec5e20;
}

@media screen and (min-width: 992px) {
  .page-node-type-l-architecture .bottom-links {
    margin-top: 80px;
  }
}

.page-node-type-l-architecture .memorial-section .image-text .text-wrap .text-wrap-inner p strong {
  position: relative;
  font-style: normal;
}

.page-node-type-l-architecture .memorial-section .image-text .text-wrap .text-wrap-inner p strong::before {
  content: "";
  background: #ec5e20;
  position: absolute;
  width: 25px;
  height: 60px;
  left: -25px;
  top: -10px;
  opacity: 0.2;
  -webkit-box-shadow: 40px 0px 0px #ec5e20;
          box-shadow: 40px 0px 0px #ec5e20;
}

@media screen and (max-width: 767px) {
  .page-node-type-l-architecture .memorial-section .image-text .text-wrap .text-wrap-inner p strong::before {
    left: 0;
  }
}

.page-node-type-les-espaces .simage-text {
  padding: 0 0px 20px;
}

@media screen and (min-width: 992px) {
  .page-node-type-les-espaces .simage-text {
    padding: 80px 0px;
  }
}

.page-node-type-les-espaces .simage-text .it-wrap {
  position: relative;
}

.page-node-type-les-espaces .simage-text .it-wrap::before {
  content: '';
  width: calc(100% + 60px);
  height: 100%;
  background: url("../images/fondbeige.png");
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .page-node-type-les-espaces .simage-text .it-wrap::before {
    right: 40px;
    width: calc(40% - 80px);
  }
}

.page-node-type-les-espaces .simage-text .it-wrap .field__item {
  padding-top: 45px;
}

@media screen and (min-width: 992px) {
  .page-node-type-les-espaces .simage-text .it-wrap .field__item {
    padding-bottom: 100px;
    padding-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-les-espaces .simage-text .it-wrap .field__item:first-child {
    padding-top: 100px;
  }
}

.page-node-type-les-espaces .simage-text .it-wrap .text-image {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-node-type-les-espaces .simage-text .it-wrap .text-image .image {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-node-type-les-espaces .simage-text .it-wrap .text-image .image {
    width: 40%;
  }
}

.page-node-type-les-espaces .simage-text .it-wrap .text-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-node-type-les-espaces .simage-text .it-wrap .text-image .text {
  width: 100%;
  padding: 30px 20px;
}

@media screen and (min-width: 992px) {
  .page-node-type-les-espaces .simage-text .it-wrap .text-image .text {
    width: 60%;
    padding-right: 70px;
  }
}

.page-node-type-les-espaces .simage-text .it-wrap .text-image .text h3 {
  font-size: 25px;
  font-family: "DIN", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-node-type-les-espaces .simage-text .it-wrap .text-image .text p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 40px;
}

.page-node-type-les-espaces .simage-text .it-wrap .text-image .text p strong {
  font-weight: 600;
}

.page-node-type-les-espaces .simage-text .it-wrap .text-image .text .button {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-les-espaces .simage-text .it-wrap .text-image .text .button {
    margin-top: 20px;
  }
}

.page-node-type-les-espaces .simage-text .it-wrap .text-image .text .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-les-espaces .simage-text .it-wrap .text-image .text .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.youtube-wrapper {
  padding: 80px 0;
  background: #F8F8F8;
}

.youtube-wrapper .youtube-vinner .title {
  text-align: center;
  padding-bottom: 60px;
}

.youtube-wrapper .youtube-vinner .title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .youtube-wrapper .youtube-vinner .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.youtube-wrapper .youtube-vinner .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.youtube-wrapper .youtube-vinner .title h2.active::before {
  width: 100%;
}

.youtube-wrapper .youtube-vinner .youtube-video .video iframe {
  width: 100%;
  min-height: 673px;
}

@media screen and (max-width: 767px) {
  .youtube-wrapper .youtube-vinner .youtube-video .video iframe {
    min-height: 100%;
  }
}

.popup-block {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .popup-block {
    padding: 50px 0;
  }
}

.popup-block .ppb-inner {
  max-width: 474px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .popup-block .ppb-inner {
    max-width: 100%;
  }
}

.popup-block .ppb-inner .ppb-text {
  text-align: center;
}

.popup-block .ppb-inner .ppb-text h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .popup-block .ppb-inner .ppb-text h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.popup-block .ppb-inner .ppb-text h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.popup-block .ppb-inner .ppb-text h2.active::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .popup-block .ppb-inner .ppb-text h2 {
    margin-bottom: 20px;
  }
}

.popup-block .ppb-inner .ppb-text p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .popup-block .ppb-inner .ppb-text p {
    margin-bottom: 20px;
  }
}

.popup-block .ppb-inner .popup-open .button {
  margin: 0;
  text-align: center;
}

.popup-block .ppb-inner .popup-open .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.popup-block .ppb-inner .popup-open .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.memorial-section .image-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.memorial-section .image-text .image {
  position: relative;
}

@media screen and (max-width: 991px) {
  .memorial-section .image-text .image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.memorial-section .image-text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 992px) {
  .memorial-section .image-text .image {
    width: 50%;
  }
}

.memorial-section .image-text .image .animate-element {
  width: 36px;
  height: 25px;
  background-color: #f8f4e5;
  position: absolute;
  bottom: 0;
  left: 100px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-box-shadow: 62px 0px 0px #f8f4e5, -62px 0px 0px #f8f4e5;
          box-shadow: 62px 0px 0px #f8f4e5, -62px 0px 0px #f8f4e5;
  opacity: 0.4;
}

.memorial-section .image-text .image .animate-element.active {
  height: 90px;
}

@media screen and (max-width: 991px) {
  .memorial-section .image-text .image .animate-element {
    display: none;
  }
}

.memorial-section .image-text .image img {
  width: 100%;
}

.memorial-section .image-text .text-wrap {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 992px) {
  .memorial-section .image-text .text-wrap {
    margin-left: -50%;
  }
}

.memorial-section .image-text .text-wrap .text-wrap-inner {
  padding-bottom: 35px;
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .memorial-section .image-text .text-wrap .text-wrap-inner {
    width: 50%;
    padding-left: 60px;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .memorial-section .image-text .text-wrap .text-wrap-inner {
    padding-left: 100px;
  }
}

.memorial-section .image-text .text-wrap .text-wrap-inner h1,
.memorial-section .image-text .text-wrap .text-wrap-inner h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 33px;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .memorial-section .image-text .text-wrap .text-wrap-inner h1,
  .memorial-section .image-text .text-wrap .text-wrap-inner h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.memorial-section .image-text .text-wrap .text-wrap-inner h1::before,
.memorial-section .image-text .text-wrap .text-wrap-inner h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.memorial-section .image-text .text-wrap .text-wrap-inner h1.active::before,
.memorial-section .image-text .text-wrap .text-wrap-inner h2.active::before {
  width: 100%;
}

.memorial-section .image-text .text-wrap .text-wrap-inner p {
  font-size: 17px;
  margin-top: 35px;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .memorial-section .image-text .text-wrap .text-wrap-inner p {
    margin-bottom: 0;
  }
}

.memorial-section .image-text .text-wrap .text-wrap-inner p:last-child {
  margin-bottom: 0;
}

.memorial-section .image-text .text-wrap .text-wrap-inner p strong {
  font-weight: 600;
  font-style: italic;
}

.memorial-section .image-text .text-wrap .text-wrap-inner .button {
  margin: 0;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .memorial-section .image-text .text-wrap .text-wrap-inner .button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.memorial-section .image-text .text-wrap .text-wrap-inner .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.memorial-section .image-text .text-wrap .text-wrap-inner .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

@media screen and (min-width: 992px) {
  .memorial-section .image-text.image-text-type-2 .image {
    width: calc(50% - 160px);
  }
}

@media screen and (min-width: 992px) {
  .memorial-section .image-text.image-text-type-2 .text-wrap {
    margin-left: calc(-50% + 160px);
  }
}

@media screen and (min-width: 992px) {
  .memorial-section .image-text.image-text-type-2 .text-wrap .text-wrap-inner {
    width: calc(50% + 160px);
    padding-left: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .memorial-section .image-text.image-text-type-2 .text-wrap .text-wrap-inner {
    padding-left: 65px;
  }
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content h2.active::before {
  width: 100%;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf {
    padding-bottom: 90px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (min-width: 768px) {
  .page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf {
    padding-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item {
  width: 100%;
  padding-right: 0;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item {
    width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
  }
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content {
  background: #131629;
  color: #ffffff;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content .pdf-content-inner {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  min-height: 192px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  text-align: center;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  padding: 15px 0px;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content .pdf-content-inner .title {
  padding: 0px 75px;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content .pdf-content-inner .title h3 {
  font-size: 17px;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content .pdf-content-inner .hover-content {
  padding: 0px 20px;
  opacity: 0;
  position: absolute;
  left: 0%;
  right: 0;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content .pdf-content-inner .hover-content .text {
  font-size: 15px;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content .pdf-content-inner .hover-content .file a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content .pdf-content-inner .hover-content .file a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content .pdf-content-inner:hover {
  background: #ec5e20;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content .pdf-content-inner:hover .hover-content {
  opacity: 1;
  position: unset;
}

.page-node-type-marches-publics .field--name-field-other-content .field__item .paragraph--type--title-and-pdf-content .pdf-items .field--name-field-text-pdf .field__item .pdf-content .pdf-content-inner:hover .title {
  opacity: 1;
}

.page-node-type-les-conseil-scientifique .text-wrap {
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .page-node-type-les-conseil-scientifique .text-wrap {
    padding-bottom: 75px;
  }
}

.page-node-type-les-conseil-scientifique .text-wrap .text-inner h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 24px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .page-node-type-les-conseil-scientifique .text-wrap .text-inner h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-les-conseil-scientifique .text-wrap .text-inner h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-les-conseil-scientifique .text-wrap .text-inner h2.active::before {
  width: 100%;
}

.page-node-type-les-conseil-scientifique .text-wrap .text-inner p {
  font-size: 17px;
}

.page-node-type-les-conseil-scientifique .text-wrap .hyperlinks a {
  color: #ec5e20;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding-top: 20px;
}

.page-node-type-les-conseil-scientifique .text-wrap .hyperlinks a::before {
  content: ">";
  padding-right: 6px;
}

.page-node-type-les-conseil-scientifique .dimage-text .text-wrap {
  padding-bottom: 0px;
}

.page-node-type-les-conseil-scientifique .dimage-text .text-wrap .text-wrap-inner {
  padding-left: 60px;
}

@media screen and (max-width: 991px) {
  .page-node-type-les-conseil-scientifique .dimage-text .text-wrap .text-wrap-inner {
    padding-left: 0px;
  }
}

.page-node-type-les-conseil-scientifique .tab-system .tab-inner .title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  max-width: 480px;
}

@media screen and (max-width: 767px) {
  .page-node-type-les-conseil-scientifique .tab-system .tab-inner .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-les-conseil-scientifique .tab-system .tab-inner .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-les-conseil-scientifique .tab-system .tab-inner .title h2.active::before {
  width: 100%;
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner {
  position: relative;
  overflow: hidden;
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner:hover .te-item-bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content {
  position: relative;
  z-index: 1;
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content .te-content {
  padding: 154px 0px;
}

@media screen and (max-width: 767px) {
  .path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content .te-content {
    padding: 30px 0;
  }
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content .te-content .te-inner {
  max-width: 564px;
  background: #131629;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content .te-content .te-inner {
    padding: 50px 0;
    max-width: 100%;
    padding: 20px;
    text-align: center;
  }
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content .te-content .te-inner .date {
  font-weight: 600;
  font-size: 17px;
  color: #ec5e20;
  margin-bottom: 15px;
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content .te-content .te-inner .title h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content .te-content .te-inner .description p {
  font-size: 17px;
  color: #ffffff;
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content .te-content .te-inner .button {
  margin: 0;
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content .te-content .te-inner .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row .views-field .te-item-inner .te-overview-content .te-content .te-inner .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.path-les-expositions-temporaires .view-les-expositions-temporaires .view-content .views-row:nth-child(even) .te-content .te-inner {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.page-node-type-tarifs .field .field__item .accordian-item {
  padding-bottom: 12px;
}

.page-node-type-tarifs .field .field__item .accordian-item .queston {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background-color: #131629;
  padding: 15px 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-node-type-tarifs .field .field__item .accordian-item .queston {
    padding: 15px;
  }
}

.page-node-type-tarifs .field .field__item .accordian-item .queston::after {
  content: "";
  background: url("../images/Groupe 409.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  right: 60px;
  top: 0;
  margin: auto;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-tarifs .field .field__item .accordian-item .queston::after {
    right: 10px;
    top: 33px;
    margin: 0;
    bottom: 0;
  }
}

.page-node-type-tarifs .field .field__item .accordian-item .queston .icon {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .page-node-type-tarifs .field .field__item .accordian-item .queston .icon {
    padding-right: 10px;
  }
}

.page-node-type-tarifs .field .field__item .accordian-item .queston .title h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .page-node-type-tarifs .field .field__item .accordian-item .queston .title h3 {
    font-size: 16px;
  }
}

.page-node-type-tarifs .field .field__item .accordian-item .answer .text {
  background: #f5efe6;
  padding-left: 128px;
  padding-right: 68px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-node-type-tarifs .field .field__item .accordian-item .answer .text {
    padding: 20px;
  }
}

.page-node-type-tarifs .field .field__item .accordian-item .answer .text p {
  font-size: 17px;
}

.page-node-type-tarifs .field .field__item .accordian-item .answer .text p a {
  text-decoration: none;
  color: #ec5e20;
}

@media screen and (max-width: 767px) {
  .page-node-type-tarifs .field .field__item .accordian-item .answer .text p {
    font-size: 16px;
  }
}

.page-node-type-tarifs .field .field__item .accordian-item .answer .text ul {
  padding-left: 0;
  list-style: inside;
}

.page-node-type-tarifs .field .field__item .accordian-item .answer .text ul li {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .page-node-type-tarifs .field .field__item .accordian-item .answer .text ul li {
    font-size: 16px;
  }
}

.bottom-text1 {
  max-width: 960px;
  margin: auto;
  text-align: center;
  padding-top: 64px;
}

@media screen and (max-width: 767px) {
  .bottom-text1 {
    max-width: 100%;
  }
}

.bottom-text1 h2 {
  font-size: 25px;
  color: #131629;
}

.bottom-text1 p {
  font-size: 17px;
  color: #131629;
}

.bottom-text2 {
  max-width: 960px;
  margin: auto;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .bottom-text2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bottom-text2 h2 {
  font-size: 25px;
  color: #131629;
  margin-bottom: 15px;
}

.bottom-text2 p {
  font-size: 17px;
  margin-bottom: 0;
}

.bottom-text2 .images .field {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 64px;
}

.bottom-text2 .images .field .field__item:first-child {
  padding-right: 90px;
}

@media screen and (max-width: 767px) {
  .bottom-text2 .images .field .field__item:first-child {
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.opening-page-content .section1 {
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.opening-page-content .section1 .animate-element {
  width: 60px;
  height: 30px;
  background-color: #ec5e20;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 100px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-box-shadow: 100px 0px 0px #ec5e20, -100px 0px 0px #ec5e20;
          box-shadow: 100px 0px 0px #ec5e20, -100px 0px 0px #ec5e20;
  opacity: 0.4;
}

.opening-page-content .section1 .animate-element.active {
  height: 178px;
}

@media screen and (max-width: 991px) {
  .opening-page-content .section1 .animate-element {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .opening-page-content .section1 {
    padding: 50px 0px 0px 0px;
  }
}

.opening-page-content .section1::before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background: #131629;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .opening-page-content .section1::before {
    height: 100%;
    width: calc(50% - 235px);
  }
}

@media screen and (min-width: 1200px) {
  .opening-page-content .section1::before {
    width: calc(50% - 285px);
  }
}

.opening-page-content .section1 .image-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.opening-page-content .section1 .image-text .text {
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 767px) {
  .opening-page-content .section1 .image-text .text {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 992px) {
  .opening-page-content .section1 .image-text .text {
    width: 58%;
    padding-left: 99px;
  }
}

@media screen and (min-width: 1200px) {
  .opening-page-content .section1 .image-text .text {
    padding-right: 90px;
  }
}

.opening-page-content .section1 .image-text .text h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .opening-page-content .section1 .image-text .text h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.opening-page-content .section1 .image-text .text h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.opening-page-content .section1 .image-text .text h2.active::before {
  width: 100%;
}

.opening-page-content .section1 .image-text .text p {
  font-size: 17px;
  margin-bottom: 30px;
}

.opening-page-content .section1 .image-text .text p strong {
  font-weight: 600;
}

.opening-page-content .section1 .image-text .text p a {
  color: #ec5e20;
  text-decoration: none;
}

.opening-page-content .section1 .image-text .text .button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
}

.opening-page-content .section1 .image-text .text .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.opening-page-content .section1 .image-text .text .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.opening-page-content .section1 .image-text .image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .opening-page-content .section1 .image-text .image {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 300px 0 0 #131629;
            box-shadow: 300px 0 0 #131629;
  }
  .opening-page-content .section1 .image-text .image::before {
    content: "";
    width: 30%;
    position: absolute;
    right: 0;
    top: 0px;
    background: #131629;
    height: 100%;
    z-index: -1;
  }
}

@media screen and (min-width: 992px) {
  .opening-page-content .section1 .image-text .image {
    width: 42%;
  }
}

.opening-page-content .section1 .image-text .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.opening-page-content .other-section .reach-section {
  padding: 60px 0px;
}

.opening-page-content .other-section .reach-section .title {
  text-align: center;
}

.opening-page-content .other-section .reach-section .title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .reach-section .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.opening-page-content .other-section .reach-section .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.opening-page-content .other-section .reach-section .title h2.active::before {
  width: 100%;
}

.opening-page-content .other-section .reach-section .address-items {
  padding: 50px 0;
  max-width: 648px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .reach-section .address-items {
    max-width: 100%;
    padding: 0;
  }
}

.opening-page-content .other-section .reach-section .address-items .address-item {
  width: 50%;
  text-align: center;
  padding: 0px 20px;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .reach-section .address-items .address-item {
    width: 100%;
    padding: 20px 0px;
    border-right: 0;
  }
}

.opening-page-content .other-section .reach-section .address-items .address-item:first-child {
  border-right: 2px solid #CEC0AC;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .reach-section .address-items .address-item:first-child {
    border-right: 0;
  }
}

.opening-page-content .other-section .reach-section .address-items .address-item p {
  font-size: 17px;
  margin-bottom: 0;
  color: #131629;
}

.opening-page-content .other-section .reach-section .input-for-direction {
  max-width: 590px;
  margin: auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .reach-section .input-for-direction {
    max-width: 100%;
  }
}

.opening-page-content .other-section .reach-section .input-for-direction input {
  width: 441px;
  height: 30px;
  padding: 10px 22px;
  font-size: 12px;
  border: 1px solid #CEC0AC;
  margin-right: 17px;
  font-weight: 500;
  color: #131629;
}

.opening-page-content .other-section .reach-section .input-for-direction input:focus {
  border-color: #CEC0AC;
  outline: none;
}

.opening-page-content .other-section .reach-section .input-for-direction input::-webkit-input-placeholder {
  color: #131629;
}

.opening-page-content .other-section .reach-section .input-for-direction input:-ms-input-placeholder {
  color: #131629;
}

.opening-page-content .other-section .reach-section .input-for-direction input::-ms-input-placeholder {
  color: #131629;
}

.opening-page-content .other-section .reach-section .input-for-direction input::placeholder {
  color: #131629;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .reach-section .input-for-direction input {
    width: 100%;
  }
}

.opening-page-content .other-section .reach-section .input-for-direction .submit-map {
  height: 30px;
  line-height: 27px;
  padding: 0px 15px;
  min-width: 106px;
  background: #ec5e20;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ec5e20;
}

.opening-page-content .other-section .reach-section .input-for-direction .submit-map:hover {
  border: 1px solid #ec5e20;
  background: transparent;
  color: #ec5e20;
}

.opening-page-content .other-section .reach-section .map {
  min-height: 452px;
  margin-top: 41px;
}

.opening-page-content .other-section .accordian-item {
  padding-bottom: 12px;
}

.opening-page-content .other-section .accordian-item .queston {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background-color: #131629;
  padding: 15px 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .accordian-item .queston {
    padding: 15px;
  }
}

.opening-page-content .other-section .accordian-item .queston::after {
  content: "";
  background: url("../images/Groupe 409.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  right: 60px;
  top: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .accordian-item .queston::after {
    right: 10px;
    top: 33px;
    margin: 0;
    bottom: 0;
  }
}

.opening-page-content .other-section .accordian-item .queston.active::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.opening-page-content .other-section .accordian-item .queston .icon {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .accordian-item .queston .icon {
    padding-right: 10px;
  }
}

.opening-page-content .other-section .accordian-item .queston .title h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .accordian-item .queston .title h3 {
    font-size: 16px;
  }
}

.opening-page-content .other-section .accordian-item .answer .text {
  background: #f5efe6;
  padding-left: 140px;
  padding-right: 68px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .accordian-item .answer .text {
    padding: 20px;
  }
}

.opening-page-content .other-section .accordian-item .answer .text p {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .accordian-item .answer .text p {
    font-size: 16px;
  }
}

.opening-page-content .other-section .accordian-item .answer .text ul {
  padding-left: 0;
  list-style: inside;
}

.opening-page-content .other-section .accordian-item .answer .text ul li {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .opening-page-content .other-section .accordian-item .answer .text ul li {
    font-size: 16px;
  }
}

.opening-page-content .bottom-text {
  text-align: center;
  padding: 80px 0px;
}

@media screen and (max-width: 767px) {
  .opening-page-content .bottom-text {
    padding: 50px 0;
  }
}

.opening-page-content .bottom-text h3 {
  font-size: 25px;
  color: #131629;
  font-weight: bold;
  margin-bottom: 15px;
}

.opening-page-content .bottom-text p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 15px;
}

.contact-content .text-webform {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 50px;
}

.contact-content .text-webform .left-content {
  width: 50%;
  padding-right: 80px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .contact-content .text-webform .left-content {
    width: 100%;
    padding-bottom: 50px;
    padding: 0;
  }
}

.contact-content .text-webform .left-content h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 48px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .contact-content .text-webform .left-content h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.contact-content .text-webform .left-content h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.contact-content .text-webform .left-content h2.active::before {
  width: 100%;
}

.contact-content .text-webform .left-content .address {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 27px;
}

.contact-content .text-webform .left-content .address span {
  padding-right: 27px;
}

.contact-content .text-webform .left-content .address p {
  font-size: 17px;
  color: #131629;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-content .text-webform .left-content .phone {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 27px;
}

.contact-content .text-webform .left-content .phone span {
  padding-right: 27px;
}

.contact-content .text-webform .left-content .phone a {
  font-size: 17px;
  color: #131629;
  font-weight: 600;
  text-decoration: none;
}

.contact-content .text-webform .left-content .phone a:hover {
  color: #ec5e20;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-content .text-webform .left-content .email {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 40px;
}

.contact-content .text-webform .left-content .email span {
  padding-right: 25px;
}

.contact-content .text-webform .left-content .email .social-links {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 25px;
}

.contact-content .text-webform .left-content .email .social-links .link-item {
  padding-right: 30px;
}

.contact-content .text-webform .left-content .email .social-links .link-item a {
  color: #ec5e20;
  text-decoration: none;
}

.contact-content .text-webform .left-content .email .social-links .link-item a i {
  font-size: 30px;
}

.contact-content .text-webform .left-content .email a {
  font-size: 17px;
  color: #131629;
  font-weight: 600;
  text-decoration: none;
}

.contact-content .text-webform .left-content .email a:hover {
  color: #ec5e20;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-content .text-webform .left-content .bottom-text {
  border: 1px solid #ec5e20;
  padding: 22px 15px 22px 28px;
}

@media screen and (max-width: 767px) {
  .contact-content .text-webform .left-content .bottom-text {
    padding: 20px;
  }
}

.contact-content .text-webform .left-content .bottom-text a {
  color: #ec5e20;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid #ec5e20;
}

.contact-content .text-webform .left-content .bottom-text a:hover {
  color: #ec5e20;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-content .text-webform .right-content {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-content .text-webform .right-content {
    width: 100%;
  }
}

.contact-content .text-webform .right-content .block-webform {
  padding: 20px;
  margin-top: 25px;
  -webkit-box-shadow: 0px 3px 30px #00000017;
          box-shadow: 0px 3px 30px #00000017;
  background: #ffffff;
  right: 0;
  bottom: 0%;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .contact-content .text-webform .right-content .block-webform {
    height: auto;
    margin-top: 0;
    position: absolute;
    min-height: 570px;
    padding: 30px 20px;
  }
}

@media screen and (min-width: 992px) {
  .contact-content .text-webform .right-content .block-webform {
    min-height: 610px;
    padding: 50px;
  }
}

.contact-content .text-webform .right-content h2 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
  .contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item:nth-child(2) {
    width: 50%;
    padding-right: 25px;
  }
  .contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item:nth-child(2) label {
    display: none;
  }
  .contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item:nth-child(3) {
    width: 50%;
  }
  .contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item:nth-child(4) {
    width: 50%;
    padding-right: 25px;
  }
  .contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item:nth-child(5) {
    width: 50%;
  }
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item {
  width: 100%;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item .fieldset-wrapper .js-form-item {
  margin-bottom: 0;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item .fieldset-wrapper .form-control {
  border-radius: 0;
  border: 1px solid #cec0ac;
  font-size: 12px;
  color: #131629;
  min-height: 34px;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item .fieldset-wrapper .form-control select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control {
  font-size: 12px;
  min-height: 34px;
  color: #131629;
  border-radius: 0;
  border: 1px solid #cec0ac;
  font-weight: 500;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control::-webkit-input-placeholder {
  color: #131629;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control:-ms-input-placeholder {
  color: #131629;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control::-ms-input-placeholder {
  color: #131629;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control::placeholder {
  color: #131629;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-actions {
  width: 100%;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-actions .form-submit.btn {
  padding: 14px 17px;
  background: #ec5e20;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  height: auto;
  color: #ffffff;
}

.contact-content .text-webform .right-content .block-webform .webform-submission-form .form-actions .form-submit.btn:hover {
  background: transparent;
  border: 1px solid #ec5e20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  color: #ec5e20;
}

.contact-content .map {
  height: 430px;
}

@media screen and (max-width: 767px) {
  .contact-content .map {
    height: 220px;
    margin-bottom: 50px;
  }
}

.reqruitment-content .text-webform {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.reqruitment-content .text-webform .left-content {
  width: 100%;
  padding-right: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .reqruitment-content .text-webform .left-content {
    width: 50%;
    padding-right: 80px;
    padding-bottom: 60px;
  }
}

.reqruitment-content .text-webform .left-content h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 48px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .reqruitment-content .text-webform .left-content h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.reqruitment-content .text-webform .left-content h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.reqruitment-content .text-webform .left-content h2.active::before {
  width: 100%;
}

.reqruitment-content .text-webform .left-content .pdfs {
  margin-bottom: 27px;
}

.reqruitment-content .text-webform .left-content .pdfs a {
  color: #131629;
  font-weight: 600;
}

.reqruitment-content .text-webform .left-content .bottom-text a {
  color: #131629;
  text-decoration: none;
}

.reqruitment-content .text-webform .left-content .bottom-text a:hover {
  color: #ec5e20;
}

.reqruitment-content .text-webform .right-content {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .reqruitment-content .text-webform .right-content {
    width: 50%;
    margin-bottom: -100px;
  }
}

@media screen and (min-width: 992px) {
  .reqruitment-content .text-webform .right-content {
    margin-bottom: -150px;
  }
}

.reqruitment-content .text-webform .right-content .block-webform {
  -webkit-box-shadow: 0px 3px 30px #00000017;
          box-shadow: 0px 3px 30px #00000017;
  padding: 10px;
  margin-top: 25px;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .reqruitment-content .text-webform .right-content .block-webform {
    padding: 30px 20px;
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .reqruitment-content .text-webform .right-content .block-webform {
    padding: 50px;
  }
}

.reqruitment-content .text-webform .right-content h2 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form > div {
  width: 100%;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item:nth-child(2) {
    width: 50%;
    padding-right: 15px;
  }
  .reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item:nth-child(2) label {
    display: none;
  }
  .reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item:nth-child(3) {
    width: 50%;
    padding-left: 15px;
  }
  .reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item:nth-child(4) {
    width: 50%;
    padding-right: 15px;
  }
  .reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item:nth-child(5) {
    width: 50%;
    padding-left: 15px;
  }
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item {
  width: 100%;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item .fieldset-wrapper .js-form-item {
  margin-bottom: 0;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item .fieldset-wrapper .form-control {
  border-radius: 0;
  border: 1px solid #cec0ac;
  font-size: 12px;
  color: #131629;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item .fieldset-wrapper .form-control select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control {
  font-size: 12px;
  color: #131629;
  border-radius: 0;
  border: 1px solid;
  border: 1px solid #cec0ac;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control::-webkit-input-placeholder {
  color: #131629;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control:-ms-input-placeholder {
  color: #131629;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control::-ms-input-placeholder {
  color: #131629;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-item .form-control::placeholder {
  color: #131629;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-actions .form-submit.btn {
  padding: 14px 17px;
  background: #ec5e20;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-actions .form-submit.btn:hover {
  background: transparent;
  border: 1px solid #ec5e20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  color: #ec5e20;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-type-webform-document-file {
  width: 100%;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .form-type-webform-document-file .description {
  display: none;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .webform-document-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cec0ac;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .webform-document-file .button.webform-file-button {
  width: 100%;
  margin: 0;
  height: 32px;
  line-height: 1.2;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .webform-document-file .file--application-pdf {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  color: #131629;
  padding-right: 32px;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .webform-document-file .file--application-pdf a {
  color: inherit;
  text-decoration: none;
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .webform-document-file .button.form-submit {
  margin: 0;
  height: 32px;
  font-size: 0;
  border: none;
  padding: 0;
  width: 32px;
  padding: 0;
  display: block;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  margin-left: -32px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23131629' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Cpath d='M90,54a5.9966,5.9966,0,0,0-6,6V78H12V60A6,6,0,0,0,0,60V84a5.9966,5.9966,0,0,0,6,6H90a5.9966,5.9966,0,0,0,6-6V60A5.9966,5.9966,0,0,0,90,54Z'/%3E%3Cpath d='M43.7578,64.2422a5.9979,5.9979,0,0,0,8.4844,0l18-18a5.9994,5.9994,0,0,0-8.4844-8.4844L54,45.5156V12a6,6,0,0,0-12,0V45.5156l-7.7578-7.7578a5.9994,5.9994,0,0,0-8.4844,8.4844Z'/%3E%3C/g%3E%3C/svg%3E");
}

.reqruitment-content .text-webform .right-content .block-webform .webform-submission-form .webform-document-file .button.form-submit[value="Retirer"] {
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='trash-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-trash-alt fa-w-14 fa-2x'%3E%3Cpath fill='%23131629' d='M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z' class=''%3E%3C/path%3E%3C/svg%3E");
}

.reqruitment-content .bottom-images .field--name-field-images {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .reqruitment-content .bottom-images .field--name-field-images {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}

.reqruitment-content .bottom-images .field--name-field-images .field__item:first-child {
  padding-right: 30px;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .reqruitment-content .bottom-images .field--name-field-images .field__item:first-child {
    padding-right: 0px;
    width: 100%;
  }
}

.reqruitment-content .bottom-images .field--name-field-images .field__item:last-child {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .reqruitment-content .bottom-images .field--name-field-images .field__item:last-child {
    width: 100%;
  }
}

.reqruitment-content .bottom-images .field--name-field-images .field__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper {
  position: relative;
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .return-wrap {
  background: #0c0e1d;
  padding: 10px 0px;
  position: relative;
  z-index: 2;
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .return-wrap .return {
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .return-wrap .return:hover {
  color: #ec5e20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .page-node-type-permanent-exhibitions .pe-banner-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 22, 41, 0.6);
  }
}

@media screen and (min-width: 768px) {
  .page-node-type-permanent-exhibitions .pe-banner-wrapper .video {
    border-bottom: 41px solid #0c0e1d;
    height: 70vh;
  }
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .video video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-content {
  padding: 40px 0;
  background: #131629;
}

@media screen and (min-width: 768px) {
  .page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    padding: 0;
    background: transparent;
    z-index: 1;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-content .content-inner {
  max-width: 710px;
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-content .content-inner .title-wrap .subtitle {
  font-size: 22px;
  color: #ec5e20;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-content .content-inner .title-wrap .subtitle {
    font-size: 19px;
  }
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-content .content-inner .title-wrap .title h1 {
  font-size: 45px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-content .content-inner .title-wrap .title h1 {
    font-size: 22px;
  }
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-content .content-inner .text {
  color: #ffffff;
  font-size: 17px;
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-quick-links {
  position: relative;
  width: 100%;
  background: #ec5e20;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-quick-links {
    position: absolute;
    width: 100%;
    background: transparent;
    bottom: -65px;
    right: 0;
    text-align: center;
  }
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-quick-links .booking-link-wrap {
  width: 300px;
  background: #ec5e20;
  color: #ffffff;
  margin-left: auto;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-quick-links .booking-link-wrap {
    width: 100%;
  }
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-quick-links .booking-link-wrap .text {
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-quick-links .booking-link-wrap .link a {
  padding: 14px 17px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 168px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-permanent-exhibitions .pe-banner-wrapper .banner-quick-links .booking-link-wrap .link a:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ec5e20;
  background-position: left bottom;
  border-color: transparent;
}

.page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link {
    padding: 50px 0px;
  }
}

.page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link .bttl-inner h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  color: #ffffff;
  margin-bottom: 30px;
  color: #ec5e20;
}

@media screen and (max-width: 767px) {
  .page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link .bttl-inner h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link .bttl-inner h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link .bttl-inner h2.active::before {
  width: 100%;
}

.page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link .bttl-inner h2::before {
  background: #ec5e20;
}

.page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link .bttl-inner h2::before {
  background: #F5EFE6;
}

.page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link .bttl-inner .text {
  font-size: 17px;
  color: #131629;
  margin-bottom: 50px;
}

.page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link .bttl-inner .button {
  margin: 0;
}

.page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link .bttl-inner .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-permanent-exhibitions .content-wrapper .big-title-text-link .bttl-inner .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.page-node-type-permanent-exhibitions .fws-outer {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-permanent-exhibitions .fws-outer {
    padding: 50px 0px;
  }
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner {
  position: relative;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .fws-content {
  min-height: 770px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .page-node-type-permanent-exhibitions .fws-outer .fws-inner .fws-content {
    min-height: 500px;
  }
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .fws-content .fws-inne-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .fws-content .fws-inne-wrapper::before {
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  height: 385px;
  position: absolute;
  z-index: 2;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#13162900), to(#131629A6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #13162900 0%, #131629A6 100%) 0% 0% no-repeat padding-box;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .fws-content .fws-inne-wrapper .text {
  max-width: 762px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 3;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .fws-content .fws-inne-wrapper .text p {
  font-size: 17px;
  color: #ffffff;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .swiper-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 100px;
  left: 100px;
}

@media screen and (max-width: 767px) {
  .page-node-type-permanent-exhibitions .fws-outer .fws-inner .swiper-button {
    right: 0;
    left: 0;
  }
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .swiper-button .fws-prev {
  color: #ffffff;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .swiper-button .fws-prev:hover {
  color: #ec5e20;
  -webkit-transition: .4s;
  transition: .4s;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .swiper-button .fws-prev:focus {
  outline: none;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .swiper-button .fws-prev::after {
  content: none;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .swiper-button .fws-next {
  color: #ffffff;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .swiper-button .fws-next:hover {
  color: #ec5e20;
  -webkit-transition: .4s;
  transition: .4s;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .swiper-button .fws-next:focus {
  outline: none;
}

.page-node-type-permanent-exhibitions .fws-outer .fws-inner .swiper-button .fws-next::after {
  content: none;
}

.guided-toures-wrapper .guided-tours, .paragraph--type--guided-tours .guided-tours {
  background: #F5EFE6;
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .guided-toures-wrapper .guided-tours, .paragraph--type--guided-tours .guided-tours {
    padding: 30px;
  }
}

@media screen and (min-width: 992px) {
  .guided-toures-wrapper .guided-tours, .paragraph--type--guided-tours .guided-tours {
    padding: 45px 70px;
  }
}

.guided-toures-wrapper .guided-tours .title, .paragraph--type--guided-tours .guided-tours .title {
  margin-bottom: 35px;
}

.guided-toures-wrapper .guided-tours .title h2, .paragraph--type--guided-tours .guided-tours .title h2 {
  max-width: 420px;
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  z-index: 1;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .guided-toures-wrapper .guided-tours .title h2, .paragraph--type--guided-tours .guided-tours .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.guided-toures-wrapper .guided-tours .title h2::before, .paragraph--type--guided-tours .guided-tours .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.guided-toures-wrapper .guided-tours .title h2.active::before, .paragraph--type--guided-tours .guided-tours .title h2.active::before {
  width: 100%;
}

.guided-toures-wrapper .guided-tours .title h2::before, .paragraph--type--guided-tours .guided-tours .title h2::before {
  background: #ffffff;
}

.guided-toures-wrapper .guided-tours .text-text, .paragraph--type--guided-tours .guided-tours .text-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.guided-toures-wrapper .guided-tours .text-text .left-text, .paragraph--type--guided-tours .guided-tours .text-text .left-text {
  padding-bottom: 30px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .guided-toures-wrapper .guided-tours .text-text .left-text, .paragraph--type--guided-tours .guided-tours .text-text .left-text {
    width: 30%;
    padding-bottom: 0;
  }
}

.guided-toures-wrapper .guided-tours .text-text .left-text .event-details, .paragraph--type--guided-tours .guided-tours .text-text .left-text .event-details {
  padding: 25px 36px;
  background: #ec5e20;
}

@media screen and (max-width: 767px) {
  .guided-toures-wrapper .guided-tours .text-text .left-text .event-details, .paragraph--type--guided-tours .guided-tours .text-text .left-text .event-details {
    padding: 15px;
  }
}

.guided-toures-wrapper .guided-tours .text-text .left-text .event-details .date, .paragraph--type--guided-tours .guided-tours .text-text .left-text .event-details .date {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.guided-toures-wrapper .guided-tours .text-text .left-text .event-details .time, .paragraph--type--guided-tours .guided-tours .text-text .left-text .event-details .time {
  font-size: 16px;
  color: #131629;
  font-weight: 500;
  margin-bottom: 8px;
}

.guided-toures-wrapper .guided-tours .text-text .left-text .event-details .complimantort-text, .paragraph--type--guided-tours .guided-tours .text-text .left-text .event-details .complimantort-text {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px !important;
  font-style: italic !important;
}

.guided-toures-wrapper .guided-tours .text-text .left-text .event-details .button, .paragraph--type--guided-tours .guided-tours .text-text .left-text .event-details .button {
  margin: 0;
}

.guided-toures-wrapper .guided-tours .text-text .left-text .event-details .button a, .paragraph--type--guided-tours .guided-tours .text-text .left-text .event-details .button a {
  padding: 14px 17px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 168px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.guided-toures-wrapper .guided-tours .text-text .left-text .event-details .button a:hover, .paragraph--type--guided-tours .guided-tours .text-text .left-text .event-details .button a:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ec5e20;
  background-position: left bottom;
  border-color: transparent;
}

.guided-toures-wrapper .guided-tours .text-text .right-text, .paragraph--type--guided-tours .guided-tours .text-text .right-text {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .guided-toures-wrapper .guided-tours .text-text .right-text, .paragraph--type--guided-tours .guided-tours .text-text .right-text {
    padding-left: 30px;
    width: 70%;
  }
}

.guided-toures-wrapper .guided-tours .text-text .right-text .visitors-title h3, .paragraph--type--guided-tours .guided-tours .text-text .right-text .visitors-title h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #131629;
}

.guided-toures-wrapper .guided-tours .text-text .right-text .visitors-description p, .paragraph--type--guided-tours .guided-tours .text-text .right-text .visitors-description p {
  font-size: 17px;
  color: #131629;
}

.big-title-text {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .big-title-text {
    padding: 50px 0;
  }
}

.big-title-text .bttl-inner {
  text-align: center;
}

.big-title-text .bttl-inner h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .big-title-text .bttl-inner h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.big-title-text .bttl-inner h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.big-title-text .bttl-inner h2.active::before {
  width: 100%;
}

.big-title-text .bttl-inner .text h4 {
  font-weight: 600;
  font-size: 17px;
  color: #131629;
}

.big-title-text .bttl-inner .text p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 40px;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner {
  position: relative;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .container {
  position: relative;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner::before {
  content: '';
  background-size: cover;
  background-position: center;
  background: url("../images/fondbeige.png");
  width: 100%;
  right: 0;
  height: calc(100% - 245px);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner::before {
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner::before {
    width: calc(100% - ((100% - 940px) / 4));
    max-width: calc(100% - ((100% - 940px) / 4));
  }
}

@media screen and (min-width: 1200px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner::before {
    width: calc(100% - ((100% - 1170px) / 4));
    max-width: calc(100% - ((100% - 1170px) / 4));
  }
}

@media screen and (min-width: 1400px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner::before {
    max-width: calc(100% - ((100% - 1180px) / 4));
    width: calc(100% - (((100% - 1180px) / 2)) + 150px);
  }
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-container.psb-swiper {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .image {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .image {
    width: 34%;
  }
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .image img {
  width: 100%;
  height: 100%;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .text {
    width: 66%;
  }
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .text .title-wrap {
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .text .title-wrap {
    padding-left: 40px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .text .title-wrap {
    padding-left: 70px;
    padding-right: 40px;
  }
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .text .title-wrap .subtitle {
  font-size: 17px;
  font-weight: 600;
  color: #ec5e20;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .text .title-wrap .title h3 {
  font-size: 30px;
  font-weight: 700;
  color: #131629;
  margin-bottom: 20px;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-inner .image-text .text .title-wrap p {
  font-size: 17px;
  color: #131629;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-next {
  right: 0px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-next {
    right: -30px;
  }
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-prev {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-prev {
    left: -30px;
  }
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-next,
.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-prev {
  width: 30px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  line-height: 1;
  font-weight: normal;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  opacity: 1;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-next::after,
.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-prev::after {
  display: none;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-next svg,
.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-prev svg {
  display: block;
  height: auto;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-next:hover,
.paragraph--type--swiiper-with-pagination-title .swp-inner .psv-inner .swiper-button .swiper-button-prev:hover {
  color: #ec5e20;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .button {
  padding-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .paragraph--type--swiiper-with-pagination-title .swp-inner .button {
    padding-top: 50px;
  }
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.paragraph--type--swiiper-with-pagination-title .swp-inner .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.page-node-type-memorial-programming .content-wrapper {
  padding-top: 100px;
}

.page-node-type-memorial-programming .te-banner {
  height: 65vh;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .te-banner {
    height: 80vh;
  }
}

.page-node-type-memorial-programming .te-banner .te-banner-inner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .return-wrap {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 0;
  cursor: pointer;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .return-wrap:hover {
  color: #ec5e20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 22, 41, 0.6);
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .banner-text-wrapper {
  height: 55vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .banner-text-wrapper .breadcrumb-section {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .banner-text-wrapper .breadcrumb-section .breadcurm {
  color: #ffffff;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .text-video {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .text {
  width: 50%;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .text {
    width: 100%;
    padding-top: 0;
  }
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .text .date {
  color: #ff9567;
  font-size: 22px;
  margin-bottom: 37px;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .text .date {
    font-size: 17px;
  }
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .text .title h2 {
  font-size: 45px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .text .title h2 a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .text .title h2 {
    font-size: 24px;
  }
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .text .description {
  color: #ffffff;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .text .description p {
  font-size: 17px;
  color: #ffffff;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .video-warapper-outer {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .video-warapper-outer {
    width: 100%;
    padding: 50px 0;
  }
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .video-warapper-outer .video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  max-width: 100%;
  height: auto;
}

.page-node-type-memorial-programming .te-banner .te-banner-inner .text-video .video-warapper-outer .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page-node-type-memorial-programming .guided-toures-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .guided-toures-wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours {
  background: #f5efe6;
  padding: 42px 69px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .guided-toures-wrapper .guided-tours {
    padding: 15px;
  }
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .title {
  margin-bottom: 35px;
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .title h2 {
  max-width: 420px;
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  z-index: 1;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .title h2.active::before {
  width: 100%;
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .title h2::before {
  background: #ffffff;
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text {
    width: 100%;
    padding-bottom: 30px;
  }
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text .event-details {
  padding: 25px 30px;
  background: #ec5e20;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text .event-details {
    padding: 10px;
  }
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .date {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .date {
    font-size: 17px;
  }
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .time {
  font-size: 16px;
  color: #131629;
  font-weight: 600;
  margin-bottom: 8px;
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .complimantort-text {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px !important;
  font-style: italic !important;
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .button {
  margin: 0;
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .button a {
  cursor: pointer;
  padding: 14px 17px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 168px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .button a:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ec5e20;
  background-position: left bottom;
  border-color: transparent;
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .right-text {
  width: 70%;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .right-text {
    width: 100%;
    padding-left: 0;
  }
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .right-text .visitors-title h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #131629;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .right-text .visitors-title h3 {
    font-size: 19px;
  }
}

.page-node-type-memorial-programming .guided-toures-wrapper .guided-tours .text-text .right-text .visitors-description p {
  font-size: 17px;
  color: #131629;
}

.page-node-type-memorial-programming .field--type-entity-reference-revisions .field__item .big-title .bttl-inner h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .field--type-entity-reference-revisions .field__item .big-title .bttl-inner h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-memorial-programming .field--type-entity-reference-revisions .field__item .big-title .bttl-inner h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-memorial-programming .field--type-entity-reference-revisions .field__item .big-title .bttl-inner h2.active::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .field--type-entity-reference-revisions .field__item .big-title .bttl-inner h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

.page-node-type-memorial-programming .field--type-entity-reference-revisions .field__item .small-title-text .sttl-inner h3 {
  font-size: 25px;
  font-weight: bold;
  color: #131629;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .field--type-entity-reference-revisions .field__item .small-title-text .sttl-inner h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.page-node-type-memorial-programming .field--type-entity-reference-revisions .field__item .small-title-text .sttl-inner .text p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .field--type-entity-reference-revisions .field__item .small-title-text .sttl-inner .text p {
    margin-bottom: 15px;
  }
  .page-node-type-memorial-programming .field--type-entity-reference-revisions .field__item .small-title-text .sttl-inner .text p:last-child {
    margin-bottom: 0;
  }
}

.page-node-type-memorial-programming .single-image-container {
  padding: 60px 0px;
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .single-image-container {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .single-image-container .field--name-field-banner-image {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.page-node-type-memorial-programming .single-image-container .field--name-field-banner-image img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-node-type-memorial-programming .quote-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .quote-section .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.page-node-type-memorial-programming .quote-section .quote-section-inner {
  background: #f5efe6;
  padding: 45px 69px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .quote-section .quote-section-inner {
    padding: 15px 15px 15px 35px;
  }
}

.page-node-type-memorial-programming .quote-section .quote-section-inner .text {
  position: relative;
}

.page-node-type-memorial-programming .quote-section .quote-section-inner .text::before {
  content: "";
  position: absolute;
  left: -20px;
  height: 100%;
  width: 4px;
  background: #ec5e20;
}

.page-node-type-memorial-programming .quote-section .quote-section-inner .text p {
  font-size: 17px;
  color: #131629;
}

.page-node-type-memorial-programming .small-title-text-link {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .small-title-text-link {
    padding-bottom: 50px;
  }
}

.page-node-type-memorial-programming .small-title-text-link .bttl-inner h3 {
  font-size: 25px;
  color: #131629;
  font-weight: bold;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .small-title-text-link .bttl-inner h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.page-node-type-memorial-programming .small-title-text-link .bttl-inner .text {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .small-title-text-link .bttl-inner .text {
    margin-bottom: 15px;
  }
}

.page-node-type-memorial-programming .small-title-text-link .bttl-inner .text p {
  font-size: 17px;
  color: #131629;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .small-title-text-link .bttl-inner .text p {
    margin-bottom: 0px;
  }
}

.page-node-type-memorial-programming .small-title-text-link .bttl-inner .button {
  margin: 0;
}

.page-node-type-memorial-programming .small-title-text-link .bttl-inner .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-memorial-programming .small-title-text-link .bttl-inner .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.page-node-type-memorial-programming .fws-outer {
  background: #0c0e1d;
  position: relative;
}

.page-node-type-memorial-programming .fws-outer .fws-inne-wrapper .swiper-wrap {
  position: relative;
  cursor: pointer;
}

.page-node-type-memorial-programming .fws-outer .fws-inne-wrapper .swiper-wrap .image {
  text-align: center;
  position: relative;
  padding: 0 0 40.105%;
}

.page-node-type-memorial-programming .fws-outer .fws-inne-wrapper .swiper-wrap .image img {
  max-width: 100%;
  position: absolute;
  width: auto;
  max-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.page-node-type-memorial-programming .fws-outer .fws-inne-wrapper .swiper-wrap .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .fws-outer .fws-inne-wrapper .swiper-wrap .text {
    position: unset;
  }
}

.page-node-type-memorial-programming .fws-outer .fws-inne-wrapper .swiper-wrap .text p {
  font-size: 17px;
  color: #ffffff;
}

.page-node-type-memorial-programming .fws-outer .swiper-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 120px;
  top: unset;
}

@media screen and (min-width: 1920px) {
  .page-node-type-memorial-programming .fws-outer .swiper-button {
    bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .fws-outer .swiper-button {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}

.page-node-type-memorial-programming .fws-outer .swiper-button .ows-prev {
  color: #ffffff;
}

.page-node-type-memorial-programming .fws-outer .swiper-button .ows-prev:focus {
  outline: none;
}

.page-node-type-memorial-programming .fws-outer .swiper-button .ows-prev:focus {
  outline: none;
}

.page-node-type-memorial-programming .fws-outer .swiper-button .ows-prev:hover {
  color: #ec5e20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-node-type-memorial-programming .fws-outer .swiper-button .ows-prev::after {
  content: none;
}

.page-node-type-memorial-programming .fws-outer .swiper-button .ows-next {
  color: #ffffff;
}

.page-node-type-memorial-programming .fws-outer .swiper-button .ows-next:hover {
  color: #ec5e20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-node-type-memorial-programming .fws-outer .swiper-button .ows-next:focus {
  outline: none;
}

.page-node-type-memorial-programming .fws-outer .swiper-button .ows-next::after {
  content: none;
}

.page-node-type-memorial-programming .scheduling {
  padding-bottom: 100px;
  position: relative;
}

.page-node-type-memorial-programming .scheduling::before {
  content: "";
  background-size: cover;
  background-position: center;
  background: url("../images/fondbeige.png");
  width: calc(100% - 80px);
  right: 0;
  height: calc(100% - 349px);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .page-node-type-memorial-programming .scheduling::before {
    width: calc(100% - ((100% - 940px) / 4));
    max-width: calc(100% - ((100% - 940px) / 4));
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-memorial-programming .scheduling::before {
    width: calc(100% - ((100% - 1170px) / 4));
    max-width: calc(100% - ((100% - 1170px) / 4));
  }
}

@media screen and (min-width: 1400px) {
  .page-node-type-memorial-programming .scheduling::before {
    max-width: calc(100% - ((100% - 1180px) / 4));
    width: calc(100% - (((100% - 1180px) / 2)) + 150px);
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .title {
  text-align: center;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .title h2.active::before {
  width: 100%;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer {
  -webkit-box-shadow: 0px 3px 30px #0000000d;
          box-shadow: 0px 3px 30px #0000000d;
  background-color: #ffffff;
  position: relative;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head {
  background: #0c0e1d;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 70px;
}

@media screen and (max-width: 991px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head {
    min-height: 220px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .date-day {
    width: 100%;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .date-day .day {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .date-day .day {
    font-size: 18px;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .date-day .date {
  font-weight: bold;
  color: #ec5e20;
  font-size: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .date-day .date {
    font-size: 14px;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .button {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .button {
    width: 100%;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .button a {
  padding: 14px 17px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 168px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .button a:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ec5e20;
  background-position: left bottom;
  border-color: transparent;
}

@media screen and (max-width: 991px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .button a {
    font-size: 14px;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules {
  padding: 0px 70px 30px 70px;
}

@media screen and (max-width: 991px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules {
    padding: 10px;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item {
    width: 100%;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item .schedule-item {
  max-width: 396px;
  padding-top: 30px;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item .schedule-item .hours {
  font-size: 28px;
  font-weight: bold;
  color: #131629;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item .schedule-item .description p {
  font-size: 17px;
  color: #131629;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item .schedule-item .button {
  margin: 0;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item .schedule-item .button a {
  color: #ec5e20;
  text-decoration: none;
  border-bottom: 1px solid #ec5e20;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button {
  position: absolute;
  top: 55%;
  left: -50px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button {
    right: 0px;
    left: 0px;
    color: #ec5e20;
  }
}

@media screen and (max-width: 424px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button {
    display: none;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-prev {
  color: #ffffff;
  opacity: 1;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-prev:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-prev {
    right: unset;
    left: 0px;
    color: #ec5e20;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-prev::after {
  content: none;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-next {
  color: #ffffff;
  opacity: 1;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-next:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-next {
    right: 0px;
    left: unset;
    color: #ec5e20;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-next::after {
  content: none;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton {
  top: 50px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  width: calc(100% - 449px);
  margin: auto;
}

@media screen and (max-width: 991px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton {
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton {
    top: 180px;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet {
  font-size: 16px;
  opacity: 1;
  font-weight: bold;
  color: #ffffff;
  background: transparent;
  min-width: 69px;
  height: auto;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet {
    margin-right: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet {
    margin-right: 0px;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet:not(:last-child) {
  margin-right: 43px;
}

@media screen and (max-width: 991px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet:not(:last-child) {
    margin-right: 0px;
  }
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet:focus {
  outline: none;
}

.page-node-type-memorial-programming .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #ec5e20;
  border-bottom: 2px solid #ec5e20;
}

.page-node-type-temporary-exhibition-1 .content-wrapper {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .content-wrapper {
    padding-top: 50px;
  }
}

.page-node-type-temporary-exhibition-1 .te-banner {
  height: 65vh;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .te-banner {
    height: 80%;
  }
}

@media screen and (max-width: 767px) {
  .te-banner-inner {
    background-image: none !important;
  }
}

@media screen and (max-width: 767px) {
  .te-banner-inner::before {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .return-wrap {
    background-color: #131629;
  }
}

@media screen and (max-width: 767px) {
  .te-banner {
    background-color: #131629;
  }
}

@media screen and (max-width: 767px) {
  .banner-image-sm {
    display: inline;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 767px) {
  .banner-image-sm {
    display: none;
  }
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .return-wrap {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 12px;
  padding: 10px 0;
  cursor: pointer;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .return-wrap:hover {
  color: #ec5e20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(19, 22, 41, 0.6);
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .banner-text-wrapper{
    height: 80% !important;
  }
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .banner-text-wrapper {
  height: 55vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .banner-text-wrapper .breadcrumb-section {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .banner-text-wrapper .breadcrumb-section .breadcurm {
  color: #ffffff;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .text {
  width: 50%;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .text {
    width: 100%;
    padding-top: 3%;
  }
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .text .date {
  color: #ff9567;
  font-size: 22px;
  margin-bottom: 37px;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .text .date {
    font-size: 17px;
  }
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .text .title h2 {
  font-size: 45px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .text .title h2 a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .text .title h2 {
    font-size: 24px;
  }
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .text .description {
  color: #ffffff;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .text .description p {
  font-size: 17px;
  color: #ffffff;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .video-warapper-outer {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .video-warapper-outer {
    width: 100%;
    padding: 50px 0;
  }
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .video-warapper-outer .video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  max-width: 100%;
  height: auto;
}

.page-node-type-temporary-exhibition-1 .te-banner .te-banner-inner .text-video .video-warapper-outer .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .guided-toures-wrapper {
    padding-bottom: 50px;
  }
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours {
  background: #f5efe6;
  padding: 42px 69px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours {
    padding: 15px;
  }
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .title {
  margin-bottom: 35px;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .title h2 {
  max-width: 420px;
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  z-index: 1;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .title h2.active::before {
  width: 100%;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .title h2::before {
  background: #ffffff;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text {
    width: 30%;
    padding-bottom: 30px;
  }
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text .event-details {
  padding: 25px 30px;
  background: #ec5e20;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text .event-details {
    padding: 10px;
  }
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .date {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .date {
    font-size: 17px;
  }
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .time {
  font-size: 16px;
  color: #131629;
  font-weight: 600;
  margin-bottom: 8px;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .complimantort-text {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px !important;
  font-style: italic !important;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .button {
  margin: 0;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .button a {
  cursor: pointer;
  padding: 14px 17px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 168px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .left-text .event-details .button a:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ec5e20;
  background-position: left bottom;
  border-color: transparent;
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .right-text {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .right-text {
    width: 70%;
    padding-left: 30px;
  }
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .right-text .visitors-title h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #131629;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .right-text .visitors-title h3 {
    font-size: 19px;
  }
}

.page-node-type-temporary-exhibition-1 .guided-toures-wrapper .guided-tours .text-text .right-text .visitors-description p {
  font-size: 17px;
  color: #131629;
}

.page-node-type-temporary-exhibition-1 .field--type-entity-reference-revisions .field__item .big-title .bttl-inner h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .field--type-entity-reference-revisions .field__item .big-title .bttl-inner h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-temporary-exhibition-1 .field--type-entity-reference-revisions .field__item .big-title .bttl-inner h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-temporary-exhibition-1 .field--type-entity-reference-revisions .field__item .big-title .bttl-inner h2.active::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .field--type-entity-reference-revisions .field__item .big-title .bttl-inner h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

.page-node-type-temporary-exhibition-1 .field--type-entity-reference-revisions .field__item .small-title-text .sttl-inner h3 {
  font-size: 25px;
  font-weight: bold;
  color: #131629;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .field--type-entity-reference-revisions .field__item .small-title-text .sttl-inner h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.page-node-type-temporary-exhibition-1 .field--type-entity-reference-revisions .field__item .small-title-text .sttl-inner .text p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .field--type-entity-reference-revisions .field__item .small-title-text .sttl-inner .text p {
    margin-bottom: 15px;
  }
  .page-node-type-temporary-exhibition-1 .field--type-entity-reference-revisions .field__item .small-title-text .sttl-inner .text p:last-child {
    margin-bottom: 0;
  }
}

.page-node-type-temporary-exhibition-1 .single-image-container {
  padding: 60px 0px;
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .single-image-container {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .single-image-container .field--name-field-banner-image {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.page-node-type-temporary-exhibition-1 .single-image-container .field--name-field-banner-image img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-node-type-temporary-exhibition-1 .quote-section {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .quote-section .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.page-node-type-temporary-exhibition-1 .quote-section .quote-section-inner {
  background: #f5efe6;
  padding: 45px 69px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .quote-section .quote-section-inner {
    padding: 15px 15px 15px 35px;
  }
}

.page-node-type-temporary-exhibition-1 .quote-section .quote-section-inner .text {
  position: relative;
}

.page-node-type-temporary-exhibition-1 .quote-section .quote-section-inner .text::before {
  content: "";
  position: absolute;
  left: -20px;
  height: 100%;
  width: 4px;
  background: #ec5e20;
}

.page-node-type-temporary-exhibition-1 .quote-section .quote-section-inner .text p {
  font-size: 17px;
  color: #131629;
}

.page-node-type-temporary-exhibition-1 .small-title-text-link {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .small-title-text-link {
    padding-bottom: 50px;
  }
}

.page-node-type-temporary-exhibition-1 .small-title-text-link .bttl-inner h3 {
  font-size: 25px;
  color: #131629;
  font-weight: bold;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .small-title-text-link .bttl-inner h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

.page-node-type-temporary-exhibition-1 .small-title-text-link .bttl-inner .text {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .small-title-text-link .bttl-inner .text {
    margin-bottom: 15px;
  }
}

.page-node-type-temporary-exhibition-1 .small-title-text-link .bttl-inner .text p {
  font-size: 17px;
  color: #131629;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .small-title-text-link .bttl-inner .text p {
    margin-bottom: 0px;
  }
}

.page-node-type-temporary-exhibition-1 .small-title-text-link .bttl-inner .button {
  margin: 0;
}

.page-node-type-temporary-exhibition-1 .small-title-text-link .bttl-inner .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-temporary-exhibition-1 .small-title-text-link .bttl-inner .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.page-node-type-temporary-exhibition-1 .fws-outer {
  background: #0c0e1d;
  position: relative;
}

.page-node-type-temporary-exhibition-1 .fws-outer .fws-inne-wrapper .swiper-wrap {
  cursor: pointer;
  position: relative;
}

.page-node-type-temporary-exhibition-1 .fws-outer .fws-inne-wrapper .swiper-wrap .image {
  text-align: center;
  position: relative;
  padding: 0 0 40.105%;
}

.page-node-type-temporary-exhibition-1 .fws-outer .fws-inne-wrapper .swiper-wrap .image img {
  max-width: 100%;
  position: absolute;
  width: auto;
  max-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.page-node-type-temporary-exhibition-1 .fws-outer .fws-inne-wrapper .swiper-wrap .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .fws-outer .fws-inne-wrapper .swiper-wrap .text {
    position: unset;
  }
}

.page-node-type-temporary-exhibition-1 .fws-outer .fws-inne-wrapper .swiper-wrap .text p {
  font-size: 17px;
  color: #ffffff;
}

.page-node-type-temporary-exhibition-1 .fws-outer .swiper-button {
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 120px;
  top: unset;
}

@media screen and (min-width: 1920px) {
  .page-node-type-temporary-exhibition-1 .fws-outer .swiper-button {
    bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .fws-outer .swiper-button {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}

.page-node-type-temporary-exhibition-1 .fws-outer .swiper-button .ows-prev {
  color: #ffffff;
}

.page-node-type-temporary-exhibition-1 .fws-outer .swiper-button .ows-prev:focus {
  outline: none;
}

.page-node-type-temporary-exhibition-1 .fws-outer .swiper-button .ows-prev:focus {
  outline: none;
}

.page-node-type-temporary-exhibition-1 .fws-outer .swiper-button .ows-prev:hover {
  color: #ec5e20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-node-type-temporary-exhibition-1 .fws-outer .swiper-button .ows-prev::after {
  content: none;
}

.page-node-type-temporary-exhibition-1 .fws-outer .swiper-button .ows-next {
  color: #ffffff;
}

.page-node-type-temporary-exhibition-1 .fws-outer .swiper-button .ows-next:hover {
  color: #ec5e20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-node-type-temporary-exhibition-1 .fws-outer .swiper-button .ows-next:focus {
  outline: none;
}

.page-node-type-temporary-exhibition-1 .fws-outer .swiper-button .ows-next::after {
  content: none;
}

.page-node-type-temporary-exhibition-1 .scheduling {
  padding-bottom: 100px;
  position: relative;
}

.page-node-type-temporary-exhibition-1 .scheduling::before {
  content: "";
  background-size: cover;
  background-position: center;
  background: url("../images/fondbeige.png");
  width: calc(100% - 80px);
  right: 0;
  height: calc(100% - 349px);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .page-node-type-temporary-exhibition-1 .scheduling::before {
    width: calc(100% - ((100% - 940px) / 4));
    max-width: calc(100% - ((100% - 940px) / 4));
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-temporary-exhibition-1 .scheduling::before {
    width: calc(100% - ((100% - 1170px) / 4));
    max-width: calc(100% - ((100% - 1170px) / 4));
  }
}

@media screen and (min-width: 1400px) {
  .page-node-type-temporary-exhibition-1 .scheduling::before {
    max-width: calc(100% - ((100% - 1180px) / 4));
    width: calc(100% - (((100% - 1180px) / 2)) + 150px);
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .title {
  text-align: center;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .title h2.active::before {
  width: 100%;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer {
  -webkit-box-shadow: 0px 3px 30px #0000000d;
          box-shadow: 0px 3px 30px #0000000d;
  background-color: #ffffff;
  position: relative;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head {
  background: #0c0e1d;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 70px;
}

@media screen and (max-width: 991px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head {
    min-height: 220px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .date-day {
    width: 100%;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .date-day .day {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .date-day .day {
    font-size: 18px;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .date-day .date {
  font-weight: bold;
  color: #ec5e20;
  font-size: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .date-day .date {
    font-size: 14px;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .button {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .button {
    width: 100%;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .button a {
  padding: 14px 17px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 168px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .button a:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ec5e20;
  background-position: left bottom;
  border-color: transparent;
}

@media screen and (max-width: 991px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedule-swiper-head .button a {
    font-size: 14px;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules {
  padding: 0px 70px 30px 70px;
}

@media screen and (max-width: 991px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules {
    padding: 10px;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item {
    width: 100%;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item .schedule-item {
  max-width: 396px;
  padding-top: 30px;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item .schedule-item .hours {
  font-size: 28px;
  font-weight: bold;
  color: #131629;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item .schedule-item .description p {
  font-size: 17px;
  color: #131629;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item .schedule-item .button {
  margin: 0;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-swiper .schedule-swiper .schedules .field--name-field-schedules .field__item .schedule-item .button a {
  color: #ec5e20;
  text-decoration: none;
  border-bottom: 1px solid #ec5e20;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button {
  position: absolute;
  top: 55%;
  left: -50px;
  right: -50px;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button {
    right: 0px;
    left: 0px;
    color: #ec5e20;
  }
}

@media screen and (max-width: 424px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button {
    display: none;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-prev {
  color: #ffffff;
  opacity: 1;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-prev:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-prev {
    right: unset;
    left: 0px;
    color: #ec5e20;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-prev::after {
  content: none;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-next {
  color: #ffffff;
  opacity: 1;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-next:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-next {
    right: 0px;
    left: unset;
    color: #ec5e20;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .swiper-button .lp-next::after {
  content: none;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton {
  top: 50px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  width: calc(100% - 449px);
  margin: auto;
}

@media screen and (max-width: 991px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton {
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton {
    top: 180px;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet {
  font-size: 16px;
  opacity: 1;
  font-weight: bold;
  color: #ffffff;
  background: transparent;
  min-width: 69px;
  height: auto;
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet {
    margin-right: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet {
    margin-right: 0px;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet:not(:last-child) {
  margin-right: 43px;
}

@media screen and (max-width: 991px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet:not(:last-child) {
    margin-right: 0px;
  }
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet:focus {
  outline: none;
}

.page-node-type-temporary-exhibition-1 .scheduling .scheduling-inner .lp-outer .lp-inner .lp-paginaiton .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #ec5e20;
  border-bottom: 2px solid #ec5e20;
}

.path-la-programmation-hors-les-murs .view-filters {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-filters {
    margin: 0;
  }
  .path-la-programmation-hors-les-murs .view-filters .form-item, .path-la-programmation-hors-les-murs .view-filters .form-actions {
    margin: 0;
  }
}

.path-la-programmation-hors-les-murs .view-filters .form--inline {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 100%;
  border-bottom: 2px solid #cec0ac;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .fieldset-wrapper {
  width: 90%;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap {
  width: 10%;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap {
    width: 100%;
    padding: 7px;
  }
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap .tag-wrap-inner {
  position: relative;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap .tag-wrap-inner .select-styled {
  text-align: right;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap .tag-wrap-inner .select-styled {
    text-align: center;
  }
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap .tag-wrap-inner .select-styled svg path {
  fill: #131629;
  stroke: #131629;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap .tag-wrap-inner .tag-place {
  position: absolute;
  right: 0px;
  top: 40px;
  list-style: none;
  background-color: #ffffff;
  z-index: 4;
  text-align: center;
  color: #131629;
  -webkit-box-shadow: 0px 2px 20px #00000017;
          box-shadow: 0px 2px 20px #00000017;
  width: 265px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 24px 28px;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap .tag-wrap-inner .tag-place {
    width: 100%;
  }
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap .tag-wrap-inner .tag-place li {
  cursor: pointer;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap .tag-wrap-inner .tag-place li:not(:first-child) {
  padding-top: 10px;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset .tag-wrap .tag-wrap-inner .tag-place li:hover {
  color: #ec5e20;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form fieldset:nth-child(2) {
  display: none;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form .form-item {
  float: none;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-filters .views-exposed-form .form-item {
    margin: 0;
  }
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form .form-radios .form-radios {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 0;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-filters .views-exposed-form .form-radios .form-radios .js-form-item {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .path-la-programmation-hors-les-murs .view-filters .views-exposed-form .form-radios .form-radios .js-form-item:last-child {
    margin-bottom: 0;
  }
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form .form-radios .form-radios .js-form-item input {
  opacity: 0;
  visibility: hidden;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form .form-radios .form-radios .js-form-item input:checked + label {
  border: 1px solid #ec5e20;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form .form-radios .form-radios .js-form-item label {
  cursor: pointer;
  padding: 7px;
  font-size: 17px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.path-la-programmation-hors-les-murs .view-filters .views-exposed-form .form-radios .form-radios .js-form-item label:hover {
  color: #ec5e20;
  border: 1px solid #ec5e20;
}

.path-la-programmation-hors-les-murs .view-content {
  position: relative;
  padding: 0px 60px 60px 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-content {
    margin-bottom: 0px;
    padding: 50px 0;
  }
}

.path-la-programmation-hors-les-murs .view-content::before {
  content: "";
  background-size: cover;
  background-position: center;
  background: url(../images/fondbeige.png);
  width: 319px;
  right: 0;
  height: 100%;
  top: 0px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-content::before {
    content: none;
  }
}

.path-la-programmation-hors-les-murs .view-content .views-row {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-content .views-row {
    padding-top: 20px;
  }
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-shadow: 0px 3px 20px #00000012;
          box-shadow: 0px 3px 20px #00000012;
  background-color: #ffffff;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content {
    width: 100%;
  }
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .timings {
  background: #ec5e20;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 168px;
  margin: auto;
  padding: 10px;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .timings {
    left: -60px;
  }
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .timings .tag {
  color: #F5EFE6;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .timings .date .date-formater {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  font-family: "DIN-Condensed", sans-serif;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .timings .date .date-formater .day {
  font-size: 48px;
  color: #f5efe6;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .timings .date .date-formater .my-wrap {
  font-size: 20px;
  color: #f5efe6;
  padding-left: 5px;
  line-height: 1.2;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .timings .date .date-formater .my-wrap .month {
  text-transform: capitalize;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .timings .tag {
  color: #131629;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .timings .tag a {
  color: #131629;
  text-decoration: none;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .timings .hours {
  color: #ffffff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .image {
  height: 100%;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .left-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content {
  width: 70%;
  padding: 30px 70px;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content {
    width: 100%;
    padding: 15px;
  }
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content .title-categoery .categoery {
  font-size: 17px;
  margin-bottom: 10px;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content .title-categoery .categoery a {
  text-decoration: none;
  color: #ec5e20;
  font-weight: 600;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content .title-categoery .title h3 {
  font-weight: bold;
  font-size: 22px;
  color: #131629;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content .title-categoery .title h3 a {
  text-decoration: none;
  color: #131629;
}

@media screen and (max-width: 767px) {
  .path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content .title-categoery .title h3 {
    font-size: 19px;
  }
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content .text p {
  font-size: 17px;
  margin-bottom: 20px;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content .text p strong {
  font-weight: normal;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content .button {
  margin: 0;
  padding-top: 15px;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.path-la-programmation-hors-les-murs .view-content .views-row .programming-item .right-content .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

.page-node-type-memorial-programming .banner-text-image,
.page-node-type-outer-programming .banner-text-image {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-node-type-memorial-programming .banner-text-image::before,
  .page-node-type-outer-programming .banner-text-image::before {
    content: "";
    width: calc(50% - 285px);
    position: absolute;
    right: 0;
    top: 0px;
    background: #131629;
    height: 85%;
    z-index: -1;
  }
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .text,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .text {
  width: 55%;
  padding-right: 99px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .text,
  .page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .text {
    padding: 15px;
    width: 100%;
  }
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .text .category,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .text .category {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .text .category,
  .page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .text .category {
    margin-bottom: 10px;
  }
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .text .category a,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .text .category a {
  font-weight: 600;
  color: #ec5e20;
  font-size: 22px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .text .category a,
  .page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .text .category a {
    font-size: 19px;
  }
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .text .title h2,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .text .title h2 {
  font-weight: bold;
  font-size: 45px;
  text-transform: uppercase;
  color: #131629;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .text .title h2,
  .page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .text .title h2 {
    font-size: 22px;
  }
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .text .description p,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .text .description p {
  font-size: 17px;
  color: #131629;
  margin-top: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .text .description p,
  .page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .text .description p {
    margin-bottom: 15px;
  }
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date {
  width: 45%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date,
  .page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date {
    width: 100%;
  }
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap {
  background: #ec5e20;
  padding: 23px 30px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  position: absolute;
  right: 0%;
  top: 70%;
  width: 100%;
  min-height: auto;
}

@media screen and (max-width: 991px) {
  .page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap,
  .page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap {
    top: 44%;
  }
}

@media screen and (min-width: 1440px) {
  .page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap,
  .page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap {
    right: -15%;
    top: 70%;
    width: 297px;
    min-height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap,
  .page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap {
    position: unset;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
  }
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .button,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .button {
  margin: 0;
  margin-top: 15px;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .button a,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .button a {
  padding: 14px 17px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 168px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .button a:hover,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .button a:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ec5e20;
  background-position: left bottom;
  border-color: transparent;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .date,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .date {
  color: #ffffff;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .date .date-formater .day,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .date .date-formater .day {
  font-size: 35px;
  font-weight: 600;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .date .date-formater .my-wrap,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .date .date-formater .my-wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size: 18px;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .date .date-formater .my-wrap .month,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .date .date-formater .my-wrap .month {
  text-transform: capitalize;
  padding-right: 10px;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .persons,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .persons {
  color: #131629;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .persons a,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .persons a {
  color: #131629;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .per-person-price,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .date-wrap .per-person-price {
  color: #131629;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-top: 1px solid #ffffff;
  padding-top: 10px;
}

.page-node-type-memorial-programming .banner-text-image .banner-text-inner .text-image .image-date .image img,
.page-node-type-outer-programming .banner-text-image .banner-text-inner .text-image .image-date .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-node-type-memorial-programming .content-wrapper,
.page-node-type-outer-programming .content-wrapper {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .content-wrapper,
  .page-node-type-outer-programming .content-wrapper {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .big-title .bttl-inner,
  .page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .big-title .bttl-inner {
    margin-bottom: 15px;
  }
}

.page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .big-title .bttl-inner h2,
.page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .big-title .bttl-inner h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .big-title .bttl-inner h2,
  .page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .big-title .bttl-inner h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .big-title .bttl-inner h2::before,
.page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .big-title .bttl-inner h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .big-title .bttl-inner h2.active::before,
.page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .big-title .bttl-inner h2.active::before {
  width: 100%;
}

.page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .small-title-text .sttl-inner h3,
.page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .small-title-text .sttl-inner h3 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #131629;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .small-title-text .sttl-inner h3,
  .page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .small-title-text .sttl-inner h3 {
    font-size: 19px;
  }
}

.page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .small-title-text .sttl-inner .text p,
.page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .small-title-text .sttl-inner .text p {
  font-size: 17px;
  color: #131629;
  margin-top: 23px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .small-title-text .sttl-inner .text p,
  .page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .small-title-text .sttl-inner .text p {
    margin-bottom: 15px;
  }
}

.page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .youtube-iframe,
.page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .youtube-iframe {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .youtube-iframe,
  .page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .youtube-iframe {
    padding: 50px 0;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .youtube-iframe .yi-inner,
  .page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .youtube-iframe .yi-inner {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    max-height: calc(100vh - 110px);
    overflow: hidden;
  }
}

.page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .youtube-iframe .yi-inner .video,
.page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .youtube-iframe .yi-inner .video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
  height: auto;
}

.page-node-type-memorial-programming .content-wrapper .field--type-entity-reference-revisions .youtube-iframe .yi-inner .video iframe,
.page-node-type-outer-programming .content-wrapper .field--type-entity-reference-revisions .youtube-iframe .yi-inner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.view-la-programmation-au-memorial .view-filters {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .view-la-programmation-au-memorial .view-filters {
    margin: 0;
  }
  .view-la-programmation-au-memorial .view-filters .form-item, .view-la-programmation-au-memorial .view-filters .form-actions {
    margin: 0;
  }
}

.view-la-programmation-au-memorial .view-filters .views-exposed-form .form-item {
  float: none;
}

@media screen and (max-width: 767px) {
  .view-la-programmation-au-memorial .view-filters .views-exposed-form .form-item {
    margin: 0;
  }
}

.view-la-programmation-au-memorial .view-filters .views-exposed-form .form-radios .form-radios {
  border-bottom: 2px solid #cec0ac;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 0;
}

@media screen and (max-width: 767px) {
  .view-la-programmation-au-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .view-la-programmation-au-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item:last-child {
    margin-bottom: 0;
  }
}

.view-la-programmation-au-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item input {
  opacity: 0;
  visibility: hidden;
}

.view-la-programmation-au-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item input:checked + label {
  border: 1px solid #ec5e20;
}

.view-la-programmation-au-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item label {
  cursor: pointer;
  padding: 7px;
  font-size: 17px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.view-la-programmation-au-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item label:hover {
  color: #ec5e20;
  border: 1px solid #ec5e20;
}

.view-la-programmation-au-memorial .view-content {
  position: relative;
  padding: 0px 60px 60px 60px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .view-la-programmation-au-memorial .view-content {
    margin-bottom: 0px;
    padding: 50px 0;
  }
}

.view-la-programmation-au-memorial .view-content::before {
  content: "";
  background-size: cover;
  background-position: center;
  background: url(../images/fondbeige.png);
  width: 319px;
  right: 0;
  height: 100%;
  top: 0px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .view-la-programmation-au-memorial .view-content::before {
    right: 0;
    left: 0;
    width: 60%;
    margin: auto;
  }
}

.view-la-programmation-au-memorial .view-content .views-row {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .view-la-programmation-au-memorial .view-content .views-row {
    padding-top: 20px;
  }
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-shadow: 0px 3px 20px #00000012;
          box-shadow: 0px 3px 20px #00000012;
  background-color: #ffffff;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content {
    width: 100%;
  }
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .timings {
  background: #ec5e20;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 168px;
  margin: auto;
  padding: 10px;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .timings {
    left: -60px;
  }
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .timings .tag {
  color: #F5EFE6;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .timings .date .date-formater {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .timings .date .date-formater .day {
  font-size: 48px;
  color: #f5efe6;
  font-family: "DIN-Condensed", sans-serif;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .timings .date .date-formater .my-wrap {
  font-size: 20px;
  color: #f5efe6;
  padding-left: 5px;
  line-height: 1.2;
  font-family: "DIN-Condensed", sans-serif;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .timings .date .date-formater .my-wrap .month {
  text-transform: capitalize;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .timings .tag {
  font-weight: 500;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .timings .tag a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .timings .hours {
  color: #131629;
  font-weight: 500;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .image {
  height: 100%;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .left-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .right-content {
  width: 70%;
  padding: 30px 70px;
}

@media screen and (max-width: 767px) {
  .view-la-programmation-au-memorial .view-content .views-row .programming-item .right-content {
    width: 100%;
    padding: 15px;
  }
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .right-content .title-categoery .categoery {
  font-size: 17px;
  color: #ec5e20;
  margin-bottom: 10px;
  font-weight: 600;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .right-content .title-categoery .title h3 {
  font-weight: bold;
  font-size: 22px;
  color: #131629;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .view-la-programmation-au-memorial .view-content .views-row .programming-item .right-content .title-categoery .title h3 {
    font-size: 19px;
  }
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .right-content .text p {
  font-size: 17px;
  margin-bottom: 20px;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .right-content .text p strong {
  font-weight: normal;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .right-content .button {
  margin: 0;
  padding-top: 15px;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .right-content .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.view-la-programmation-au-memorial .view-content .views-row .programming-item .right-content .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  background-position: left bottom;
  color: #ffffff;
  border-color: transparent;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .swiper-wrapp {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .title-wrap {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .title-wrap {
    padding-bottom: 50px;
  }
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .title-wrap h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .title-wrap h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .title-wrap h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .title-wrap h2.active::before {
  width: 100%;
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .title-wrap p {
  font-size: 17px;
  margin-bottom: 0;
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper {
  -webkit-box-shadow: 0px 3px 20px #00000017;
          box-shadow: 0px 3px 20px #00000017;
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .image {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .image {
    width: 50%;
  }
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .image img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 992px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap {
    margin-left: -50%;
  }
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner {
    width: 50%;
    padding-left: 60px;
    margin-left: auto;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner {
    padding-left: 100px;
  }
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner h1,
.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 33px;
  text-align: left;
  margin-left: -12px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner h1,
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner h1::before,
.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner h1.active::before,
.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner h2.active::before {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner h1,
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner h2 {
    margin-left: -20px;
  }
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner p {
  font-size: 17px;
  margin-top: 35px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner p {
    margin-bottom: 0;
  }
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner p:last-child {
  margin-bottom: 0;
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner p strong {
  font-weight: 600;
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner .button {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner .button {
    margin-top: 20px;
  }
}

.page-node-type-ressources-overview .swiper-wrapp .ressources-swiper-block .resources-swiper-wrapper .resources-swiper .image-text .text-wrap .text-wrap-inner .button a {
  color: #ec5e20;
  text-decoration: none;
  font-weight: 600;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item {
    padding: 8px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item::after {
  content: "";
  background-size: cover;
  background-position: center;
  background: url(../images/fondbeige.png);
  width: 319px;
  right: 0;
  height: 110%;
  top: 0%;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item::after {
    left: 0;
    right: 0;
    width: 60%;
    height: 100%;
    margin: auto;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .categoery-title {
  margin-top: 196px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .categoery-title {
    margin-top: 20px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .categoery-title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .categoery-title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .categoery-title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .categoery-title h2.active::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .categoery-title h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .categoery-title p {
  font-size: 17px;
  color: #131629;
  font-weight: 600;
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .categoery-title p {
    margin-bottom: 20px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .quick-link {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background: #ec5e20;
  padding: 40px 50px;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .quick-link {
    padding: 15px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .quick-link .quick-text {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .quick-link .quick-text {
    width: 100%;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .quick-link .quick-text h3 {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .quick-link .quick-text p {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 0px;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .quick-link .button {
  width: 30%;
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .quick-link .button {
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .quick-link .button a {
  padding: 14px 17px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-width: 168px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 201% 100%;
  background-position: right bottom;
  -webkit-transition: all .32s ease-out;
  transition: all .32s ease-out;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .quick-link .button a:hover {
  border: 1px solid #ffffff;
  cursor: pointer;
  color: #ec5e20;
  background-position: left bottom;
  border-color: transparent;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item {
  padding-bottom: 12px;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-title {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background-color: #131629;
  padding: 15px 50px;
  position: relative;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-title h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-title h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-title {
    padding: 15px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-title::after {
  content: "";
  background: url("../images/Groupe 409.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  right: 60px;
  top: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-title::after {
    right: 10px;
    top: 0;
    margin: auto;
    bottom: 0;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-title.active::after {
  -webkit-transform: rotate(88deg);
          transform: rotate(88deg);
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text {
  padding: 60px 0px 85px 0px;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item {
    width: 33.33%;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item {
  -webkit-box-shadow: 0px 3px 20px #00000012;
          box-shadow: 0px 3px 20px #00000012;
  background: #ffffff;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .resource-image img {
  width: 100%;
  display: block;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap {
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap {
    padding: 30px 15px;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap {
    padding: 25px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap {
    padding: 25px 35px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .title h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #131629;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .text .text-formatted {
  width: 100%;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .text .text-formatted p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 15px;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .button {
  margin: 0;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .button a {
  font-size: 17px;
  color: #ec5e20;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .button a::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .text p {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text .text p {
    font-size: 16px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title {
  padding: 60px 0px 85px 0px;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item {
  width: 33.33%;
  padding-bottom: 20px !important;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item:not(:last-child) {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item:not(:last-child) {
    padding-right: 0px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item {
  -webkit-box-shadow: 0px 3px 20px #00000012;
          box-shadow: 0px 3px 20px #00000012;
  background: #ffffff;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .resource-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap {
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap {
    padding: 30px 15px;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap {
    padding: 25px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap {
    padding: 25px 35px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .title h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #131629;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .text .text-formatted {
  width: 100%;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .text .text-formatted p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 15px;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .button {
  margin: 0;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .button a {
  font-size: 17px;
  color: #ec5e20;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .button a::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .text p {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items .resources-item .accordian-text-without-title .text p {
    font-size: 16px;
  }
}

.page-node-type-ressources-overview .field--type-entity-reference-revisions .resources-categoery-item .resources-sub-categoery-items > .field.field__items > .field__item:last-child .resources-item .accordian-text {
  padding-bottom: 0;
}

.page-node-type-ressources-overview .bottom-resources .title-wrapper {
  margin-top: 50px;
}

@media screen and (min-width: 992px) {
  .page-node-type-ressources-overview .bottom-resources .title-wrapper {
    margin-top: 195px;
  }
}

.page-node-type-ressources-overview .bottom-resources .title-wrapper .title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .bottom-resources .title-wrapper .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.page-node-type-ressources-overview .bottom-resources .title-wrapper .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.page-node-type-ressources-overview .bottom-resources .title-wrapper .title h2.active::before {
  width: 100%;
}

.page-node-type-ressources-overview .bottom-resources .title-wrapper .title p {
  font-size: 17px;
  color: #131629;
  font-weight: 600;
  margin-bottom: 34px;
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items {
  position: relative;
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field__label {
  display: none;
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items::after {
  content: "";
  background-size: cover;
  background-position: center;
  background: url("../images/fondbeige.png");
  width: calc(100% - 80px);
  right: 0;
  height: 320px;
  top: 130px;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .page-node-type-ressources-overview .bottom-resources .bottom-resources-items::after {
    width: calc(100% - ((100% - 940px) / 4));
    max-width: calc(100% - ((100% - 940px) / 4));
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-ressources-overview .bottom-resources .bottom-resources-items::after {
    width: calc(100% - ((100% - 1170px) / 4));
    max-width: calc(100% - ((100% - 1170px) / 4));
  }
}

@media screen and (min-width: 1400px) {
  .page-node-type-ressources-overview .bottom-resources .bottom-resources-items::after {
    max-width: calc(100% - ((100% - 1180px) / 4));
    width: calc(100% - (((100% - 1180px) / 2)) + 150px);
  }
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items {
    margin: 0;
  }
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item {
  width: 33.33%;
  padding-bottom: 55px !important;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item {
    width: 100%;
    padding: 0px;
    padding-bottom: 15px !important;
  }
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item {
  -webkit-box-shadow: 0px 3px 20px #00000012;
          box-shadow: 0px 3px 20px #00000012;
  background: #ffffff;
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item .resource-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item .text-wrap {
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item .text-wrap {
    padding: 30px 15px;
  }
}

@media screen and (min-width: 992px) {
  .page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item .text-wrap {
    padding: 25px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item .text-wrap {
    padding: 25px 35px;
  }
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item .text-wrap .title h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #131629;
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item .text-wrap .text .text-formatted {
  width: 100%;
  padding: 0;
  padding-bottom: 0 !important;
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item .text-wrap .text .text-formatted p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 15px;
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item .text-wrap .button {
  margin: 0;
}

.page-node-type-ressources-overview .bottom-resources .bottom-resources-items .field--type-entity-reference-revisions .field__items .field__item .paragraph--type--resource-item .text-wrap .button a {
  font-size: 17px;
  color: #ec5e20;
  font-weight: 600;
}

.page-node-type-ressources-overview .anochor-wrapper {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  width: 100%;
  z-index: 13;
}

.page-node-type-ressources-overview .anochor-wrapper .anchor-inner {
  padding: 23px 0;
}

.page-node-type-ressources-overview .anochor-wrapper .anchor-inner .field--name-field-anchores {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: Center;
      -ms-flex-align: Center;
          align-items: Center;
  -webkit-align-items: Center;
  -ms-align-items: Center;
  -o-align-items: Center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-node-type-ressources-overview .anochor-wrapper .anchor-inner .field--name-field-anchores .field__item {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-node-type-ressources-overview .anochor-wrapper .anchor-inner .field--name-field-anchores .field__item {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .page-node-type-ressources-overview .anochor-wrapper .anchor-inner .field--name-field-anchores .field__item {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources-overview .anochor-wrapper .anchor-inner .field--name-field-anchores .field__item {
    width: 100%;
    padding: 4px 0;
  }
}

.page-node-type-ressources-overview .anochor-wrapper .anchor-inner .field--name-field-anchores .field__item:hover {
  color: #ec5e20;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-fixed .anochor-wrapper {
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .header-fixed .anochor-wrapper {
    top: 80px !important;
    position: fixed;
  }
}

.navigation-pagination.type-1 {
  width: 100%;
  left: 0;
  right: 0;
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .navigation-pagination.type-1 {
    position: absolute;
    bottom: 30px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .navigation-pagination.type-1 {
    bottom: 60px;
  }
}

.navigation-pagination.type-1 .nav-peg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .navigation-pagination.type-1 .nav-peg {
    padding-left: 60px;
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .navigation-pagination.type-1 .nav-peg {
    padding-left: 100px;
  }
}

.navigation-pagination.type-1 .nav-peg .swiper-button-prev::after,
.navigation-pagination.type-1 .nav-peg .swiper-button-next::after {
  display: none;
}

.navigation-pagination.type-1 .nav-peg .swiper-button-prev svg,
.navigation-pagination.type-1 .nav-peg .swiper-button-next svg {
  color: #cec0ac;
}

.navigation-pagination.type-1 .nav-peg .swiper-button-prev {
  left: 0;
  position: relative;
  top: 0;
  margin: 0 20px 0 0px;
}

.navigation-pagination.type-1 .nav-peg .swiper-button-next {
  position: relative;
  right: 0;
  top: 0;
  margin: 0 0 0 20px;
}

.navigation-pagination.type-1 .temp-exhibition-paginaiton {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  margin: 0;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.navigation-pagination.type-1 .temp-exhibition-paginaiton .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 3px;
  margin-right: 10px;
  background: #cec0ac;
}

.navigation-pagination.type-1 .temp-exhibition-paginaiton .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.navigation-pagination.type-1 .resources-prev {
  display: none;
}

.page-node-type-ressources .image-text-wrapper .image-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 50px;
}

.page-node-type-ressources .image-text-wrapper .image-text .video {
  position: relative;
  padding-top: 31.25%;
  overflow: hidden;
  height: auto;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources .image-text-wrapper .image-text .video {
    padding-top: 56.25%;
    width: 100%;
  }
}

.page-node-type-ressources .image-text-wrapper .image-text .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-node-type-ressources .image-text-wrapper .image-text .image {
  width: 50%;
}

.page-node-type-ressources .image-text-wrapper .image-text .image .light-gallery ul {
  margin-bottom: 0;
}

.page-node-type-ressources .image-text-wrapper .image-text .image .light-gallery ul li {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.page-node-type-ressources .image-text-wrapper .image-text .text {
  width: 50%;
  padding: 20px 0px 20px 30px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources .image-text-wrapper .image-text .text {
    padding: 15px 0px 0px 0px;
    width: 100%;
  }
}

.page-node-type-ressources .image-text-wrapper .image-text .text p {
  font-size: 17px;
  color: #131629;
}

.page-node-type-ressources .image-text-wrapper .bottom-text {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources .image-text-wrapper .bottom-text {
    padding-bottom: 15px;
  }
}

.page-node-type-ressources .image-text-wrapper .bottom-text p {
  font-size: 17px;
  color: #131629;
}

.page-node-type-ressources .image-text-wrapper .bottom-text .pdf {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .page-node-type-ressources .image-text-wrapper .bottom-text .pdf {
    padding-top: 0px;
  }
}

.page-node-type-ressources .image-text-wrapper .bottom-text .pdf a {
  font-size: 17px;
  color: #ec5e20;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}

.page-node-type-ressources .image-text-wrapper .bottom-text .pdf a::before {
  content: '>';
  position: absolute;
  left: 0;
  top: 0;
}

.page-node-type-ressources .right-bootom-links {
  padding-bottom: 75px;
}

.page-node-type-ressources .right-bootom-links .small-bottom-links {
  max-width: 363px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: auto;
  position: relative;
}

.page-node-type-ressources .right-bootom-links .small-bottom-links a {
  display: inline-block;
  width: 50%;
  color: #131629;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-node-type-ressources .right-bootom-links .small-bottom-links a:hover {
  color: #ec5e20;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.page-node-type-ressources .right-bootom-links .small-bottom-links a:hover svg {
  color: #ec5e20;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.page-node-type-ressources .right-bootom-links .small-bottom-links a svg {
  width: 22px;
  height: 22px;
  color: #CEC0AC;
}

.page-node-type-ressources .right-bootom-links .small-bottom-links a:not(:last-child) {
  text-align: right;
  padding-right: 25px;
}

.page-node-type-ressources .right-bootom-links .small-bottom-links a:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #CEC0AC;
  width: 3px;
  content: '';
}

.page-node-type-ressources .right-bootom-links .small-bottom-links a:last-child {
  padding-left: 25px;
}

.page-node-type-ressources .paragraph--type--youtube-link .youtube-iframe {
  padding-bottom: 70px;
}

.page-node-type-ressources .paragraph--type--youtube-link .youtube-iframe .yi-inner .video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.page-node-type-ressources .paragraph--type--youtube-link .youtube-iframe .yi-inner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node-65 textarea {
  border-radius: 0;
  border-color: #cec0ac;
  font-size: 14px;
  color: #131629;
  font-weight: 500;
  padding: 10px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.node-65 textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #cec0ac;
}

.node-65 textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 textarea::placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 .text-formatted {
  max-width: 762px;
  margin: auto;
  text-align: center;
}

.node-65 .text-formatted h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .node-65 .text-formatted h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.node-65 .text-formatted h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.node-65 .text-formatted h2.active::before {
  width: 100%;
}

.node-65 .text-formatted p {
  font-size: 17px;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .node-65 .text-formatted p {
    margin: 15px 0;
  }
}

.node-65 .content-bottom-outer {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .node-65 .content-bottom-outer {
    padding-bottom: 50px;
  }
}

.node-65 .content-bottom-outer .content-bottom-inner {
  max-width: 762px;
  margin: auto;
  padding: 65px;
  -webkit-box-shadow: 0px 3px 30px #00000017;
          box-shadow: 0px 3px 30px #00000017;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .node-65 .content-bottom-outer .content-bottom-inner {
    padding: 15px;
  }
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .node-65 .content-bottom-outer .content-bottom-inner .block-webform h4 {
    margin-top: 20px;
  }
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-actions {
  width: 100%;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-actions .js-form-submit {
  width: 100%;
  padding: 14px 17px;
  background: #ec5e20;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  height: auto;
  color: #ffffff;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-actions .js-form-submit:hover {
  background: transparent;
  border: 1px solid #ec5e20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  color: #ec5e20;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form input {
  border-radius: 0;
  height: 32px;
  border: 1px solid #cec0ac;
  font-size: 14px;
  color: #131629;
  font-weight: 500;
  padding: 0px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #cec0ac;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form input::-ms-input-placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form input::placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form select {
  border-radius: 0;
  height: 32px;
  border: 1px solid #cec0ac;
  font-size: 14px;
  color: #131629;
  font-weight: 500;
  padding: 0px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #cec0ac;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form select::-webkit-input-placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form select:-ms-input-placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form select::-ms-input-placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form select::placeholder {
  font-size: 14px;
  color: #131629;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(1) .js-form-required {
  color: #131629;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(3), .node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(5), .node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(9) {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(3), .node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(5), .node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(9) {
    width: 50%;
    padding-right: 8px;
  }
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(4), .node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(6), .node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(10) {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(4), .node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(6), .node-65 .content-bottom-outer .content-bottom-inner .block-webform .webform-submission-form .form-item:nth-child(10) {
    width: 50%;
    padding-left: 8px;
  }
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.form-item {
  margin-bottom: 0;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.checkboxes--wrapper legend {
  font-size: 17px;
  font-weight: 600;
  color: #131629;
  padding-top: 30px;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.checkboxes--wrapper .fieldset-wrapper .js-webform-checkboxes {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.checkboxes--wrapper .fieldset-wrapper .js-webform-checkboxes .js-form-type-checkbox {
  width: 33.3333%;
  padding: 0;
  margin-top: 25px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.checkboxes--wrapper .fieldset-wrapper .js-webform-checkboxes .js-form-type-checkbox {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.checkboxes--wrapper .fieldset-wrapper .js-webform-checkboxes .js-form-type-checkbox .form-checkbox {
  position: relative;
  height: 0;
  width: 0;
  border: 0;
  cursor: pointer;
  -moz-appearance: initial;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.checkboxes--wrapper .fieldset-wrapper .js-webform-checkboxes .js-form-type-checkbox .form-checkbox:checked::before {
  background-color: #ec5e20;
  border-color: #ec5e20;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.checkboxes--wrapper .fieldset-wrapper .js-webform-checkboxes .js-form-type-checkbox .form-checkbox:checked::after {
  left: 8px;
  top: 4px;
  width: 8px;
  height: 12px;
  border: 1px solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
  opacity: 1;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.checkboxes--wrapper .fieldset-wrapper .js-webform-checkboxes .js-form-type-checkbox .form-checkbox::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
  border: 1px solid #cec0ac;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.checkboxes--wrapper .fieldset-wrapper .js-webform-checkboxes .js-form-type-checkbox .form-checkbox::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 8px;
  top: 4px;
  width: 8px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 0;
}

.node-65 .content-bottom-outer .content-bottom-inner .block-webform fieldset.checkboxes--wrapper .fieldset-wrapper .js-webform-checkboxes .js-form-type-checkbox .option {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  padding-left: 40px;
  cursor: pointer;
}

.pb-80 {
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}

.node-19 .logos {
  padding-top: 30px;
  padding-bottom: 60px;
}

.node-19 .logos .field--name-field-tourime-logos {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 767px) {
  .node-19 .logos .field--name-field-tourime-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.node-19 .logos .field--name-field-tourime-logos .field__item {
  padding: 8px 15px;
  padding-bottom: 0;
  max-width: 50%;
  margin: auto 0;
}

.node-19 .logos .field--name-field-tourime-logos .field__item img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .node-19 .logos .field--name-field-tourime-logos .field__item {
    width: 50%;
  }
}

.node-19 .tab-stystem-wrap {
  background: #f8f8f8;
  padding: 90px 0;
}

.node-19 .tab-stystem-wrap .title {
  max-width: 480px;
  margin: auto;
}

.node-19 .tab-stystem-wrap .title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .node-19 .tab-stystem-wrap .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.node-19 .tab-stystem-wrap .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.node-19 .tab-stystem-wrap .title h2.active::before {
  width: 100%;
}

.node-19 .tab-system .tab-inner .title {
  max-width: 480px;
  margin: auto;
}

.node-19 .tab-system .tab-inner .title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .node-19 .tab-system .tab-inner .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.node-19 .tab-system .tab-inner .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.node-19 .tab-system .tab-inner .title h2.active::before {
  width: 100%;
}

.node-19 .activity-report {
  padding-top: 15px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .node-19 .activity-report {
    padding: 65px 0;
  }
}

.node-19 .activity-report .activity-report-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .node-19 .activity-report .activity-report-inner .left-content {
    width: 50%;
  }
}

.node-19 .activity-report .activity-report-inner .left-content .text h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .node-19 .activity-report .activity-report-inner .left-content .text h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.node-19 .activity-report .activity-report-inner .left-content .text h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.node-19 .activity-report .activity-report-inner .left-content .text h2.active::before {
  width: 100%;
}

.node-19 .activity-report .activity-report-inner .left-content .text p {
  font-size: 17px;
  color: #131629;
}

@media screen and (min-width: 992px) {
  .node-19 .activity-report .activity-report-inner .right-content {
    width: 50%;
    margin-top: 75px;
    padding-left: 40px;
    border-left: 2px solid #f5efe6;
  }
}

.node-19 .activity-report .activity-report-inner .right-content .field--name-field-pdfs .field__item {
  padding-top: 20px;
}

@media screen and (min-width: 992px) {
  .node-19 .activity-report .activity-report-inner .right-content .field--name-field-pdfs .field__item {
    padding-top: 32px;
  }
}

.node-19 .activity-report .activity-report-inner .right-content .field--name-field-pdfs .field__item a {
  color: #131629;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.node-19 .activity-report .activity-report-inner .right-content .field--name-field-pdfs .field__item a:hover {
  color: #ec5e20;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.node-36 .title-text-wrapper,
.page-node-type-mecenat-et-partenaires .title-text-wrapper {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .node-36 .title-text-wrapper,
  .page-node-type-mecenat-et-partenaires .title-text-wrapper {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .node-36 .title-text-wrapper .paragraph--type--partners-image-text,
  .page-node-type-mecenat-et-partenaires .title-text-wrapper .paragraph--type--partners-image-text {
    padding: 0;
  }
}

.node-36 .title-text-wrapper .paragraph--type--partners-image-text::before,
.page-node-type-mecenat-et-partenaires .title-text-wrapper .paragraph--type--partners-image-text::before {
  left: unset;
  right: 0;
}

.node-36 .title-text-wrapper .text-image,
.page-node-type-mecenat-et-partenaires .title-text-wrapper .text-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.node-36 .title-text-wrapper .text-image .image img,
.page-node-type-mecenat-et-partenaires .title-text-wrapper .text-image .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.node-36 .title-text-wrapper .text-image .text,
.page-node-type-mecenat-et-partenaires .title-text-wrapper .text-image .text {
  padding-top: 0;
}

.node-36 .title-text-wrapper .text-image .text h2,
.page-node-type-mecenat-et-partenaires .title-text-wrapper .text-image .text h2 {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .node-36 .title-text-wrapper .text-image .text h2,
  .page-node-type-mecenat-et-partenaires .title-text-wrapper .text-image .text h2 {
    margin: 20px 0;
  }
}

.node-36 .title-text-wrapper .text-image .text h3,
.page-node-type-mecenat-et-partenaires .title-text-wrapper .text-image .text h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .node-36 .title-text-wrapper .text-image .text p,
  .page-node-type-mecenat-et-partenaires .title-text-wrapper .text-image .text p {
    margin: 20px 0;
  }
}

.node-36 .title-text-wrapper .text-image .text p:nth-child(5),
.page-node-type-mecenat-et-partenaires .title-text-wrapper .text-image .text p:nth-child(5) {
  margin-bottom: 0;
}

.node-36 .title-text-wrapper .text-image .text ul,
.page-node-type-mecenat-et-partenaires .title-text-wrapper .text-image .text ul {
  padding-left: 0px;
  list-style-position: inside;
}

.node-36 .title-text-wrapper .animate-element,
.page-node-type-mecenat-et-partenaires .title-text-wrapper .animate-element {
  left: unset;
  right: 90px;
}

@media screen and (max-width: 991px) {
  .node-36 .title-text-wrapper .animate-element,
  .page-node-type-mecenat-et-partenaires .title-text-wrapper .animate-element {
    display: none;
  }
}

.node-36 .content-inner,
.page-node-type-mecenat-et-partenaires .content-inner {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner,
  .page-node-type-mecenat-et-partenaires .content-inner {
    padding-bottom: 25px;
  }
}

.node-36 .content-inner .considration-text,
.page-node-type-mecenat-et-partenaires .content-inner .considration-text {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .considration-text,
  .page-node-type-mecenat-et-partenaires .content-inner .considration-text {
    padding-bottom: 50px;
  }
}

.node-36 .content-inner .considration-text .text-formatted h3,
.page-node-type-mecenat-et-partenaires .content-inner .considration-text .text-formatted h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 25px;
}

.node-36 .content-inner .considration-text .text-formatted p,
.page-node-type-mecenat-et-partenaires .content-inner .considration-text .text-formatted p {
  font-size: 17px;
}

.node-36 .content-inner .considration-text .text-formatted p:first-child,
.page-node-type-mecenat-et-partenaires .content-inner .considration-text .text-formatted p:first-child {
  font-size: 52px;
}

.node-36 .content-inner .considration-text .text-formatted p:not(:first-child),
.page-node-type-mecenat-et-partenaires .content-inner .considration-text .text-formatted p:not(:first-child) {
  margin-bottom: 25px;
}

.node-36 .content-inner .considration-text .text-formatted ul,
.page-node-type-mecenat-et-partenaires .content-inner .considration-text .text-formatted ul {
  padding-left: 0px;
  list-style-position: inside;
}

.node-36 .content-inner .partner-accordian,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian {
  position: relative;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian {
    padding: 10px 10px 30px 10px;
  }
}

.node-36 .content-inner .partner-accordian::after,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian::after {
  content: "";
  background-size: cover;
  background-position: center;
  background: url(../images/fondbeige.png);
  width: 319px;
  right: 0;
  height: 100%;
  top: 0%;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian::after,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian::after {
    left: -30px;
    right: -30px;
    width: calc(100% + 60px);
    height: 100%;
  }
}

.node-36 .content-inner .partner-accordian .title-text,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .title-text {
  max-width: 660px;
  padding-bottom: 50px;
}

.node-36 .content-inner .partner-accordian .title-text .title,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .title-text .title {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .title-text .title,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .title-text .title {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.node-36 .content-inner .partner-accordian .title-text .title::before,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .title-text .title::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.node-36 .content-inner .partner-accordian .title-text .title.active::before,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .title-text .title.active::before {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .title-text .title,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .title-text .title {
    text-align: left !important;
  }
}

.node-36 .content-inner .partner-accordian .title-text .text p,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .title-text .text p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item {
  padding-bottom: 12px;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .queston,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .queston {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  background-color: #131629;
  padding: 15px 50px;
  position: relative;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .queston h3,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .queston h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .queston h3,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .queston h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .queston,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .queston {
    padding: 15px;
  }
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .queston::after,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .queston::after {
  content: "";
  background: url("../images/Groupe 409.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  right: 60px;
  top: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .queston::after,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .queston::after {
    right: 10px;
    top: 0;
    margin: auto;
    bottom: 0;
  }
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .queston.active::after,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .queston.active::after {
  -webkit-transform: rotate(88deg);
          transform: rotate(88deg);
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer {
  padding: 40px 50px;
  -webkit-box-shadow: 0px 3px 30px #00000017;
          box-shadow: 0px 3px 30px #00000017;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer {
    padding: 0;
  }
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .field--type-entity-reference-revisions,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .field--type-entity-reference-revisions {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .field--type-entity-reference-revisions .field__item,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .field--type-entity-reference-revisions .field__item {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .field--type-entity-reference-revisions .field__item,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .field--type-entity-reference-revisions .field__item {
    width: 100%;
    padding: 8px;
    text-align: center;
  }
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .field--type-entity-reference-revisions .field__item .paragraph--type--partner-logo-and-link .field__item,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .field--type-entity-reference-revisions .field__item .paragraph--type--partner-logo-and-link .field__item {
  width: 100%;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .text p,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .text p {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .text p,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .clients .text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .hyperlinks,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .hyperlinks {
    padding: 15px;
  }
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .hyperlinks .field--name-field-accordian-hyperlinks .field__item,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .hyperlinks .field--name-field-accordian-hyperlinks .field__item {
  padding-top: 10px;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .hyperlinks .field--name-field-accordian-hyperlinks .field__item a,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .hyperlinks .field--name-field-accordian-hyperlinks .field__item a {
  font-size: 19px;
  font-weight: 500;
  color: #131629;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .hyperlinks .field--name-field-accordian-hyperlinks .field__item a:hover,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .hyperlinks .field--name-field-accordian-hyperlinks .field__item a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ec5e20;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .answer .hyperlinks .field--name-field-accordian-hyperlinks .field__item a::before,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .answer .hyperlinks .field--name-field-accordian-hyperlinks .field__item a::before {
  content: " >";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title {
  margin: 60px 0px 85px 0px;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item {
  width: 33.33%;
  padding-bottom: 20px !important;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item:not(:last-child),
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item:not(:last-child) {
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item:not(:last-child),
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item:not(:last-child) {
    padding-right: 0px;
  }
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item {
  -webkit-box-shadow: 0px 3px 20px #00000012;
          box-shadow: 0px 3px 20px #00000012;
  background: #ffffff;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .resource-image img,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .resource-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap {
  padding: 27px 34px;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .title h4,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .title h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #131629;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .text .text-formatted,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .text .text-formatted {
  width: 100%;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .text .text-formatted p,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .text .text-formatted p {
  font-size: 17px;
  color: #131629;
  margin-bottom: 15px;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .button,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .button {
  margin: 0;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .button a,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .field--type-entity-reference-revisions .field__item .paragraph--type--resource-item .text-wrap .button a {
  font-size: 17px;
  color: #ec5e20;
  font-weight: 600;
}

.node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .text p,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .text p {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .node-36 .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .text p,
  .page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .partner-accordians .accordian-item .accordian-text-without-title .text p {
    font-size: 16px;
  }
}

.node-36 .content-inner .partner-accordian .bottom-text,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .bottom-text {
  max-width: 660px;
  padding-top: 50px;
}

.node-36 .content-inner .partner-accordian .bottom-text p,
.page-node-type-mecenat-et-partenaires .content-inner .partner-accordian .bottom-text p {
  font-size: 17px;
  margin-bottom: 0;
}

.view-les-editions-du-memorial .view-filters {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-filters {
    margin: 0;
  }
  .view-les-editions-du-memorial .view-filters .form-item,
  .view-les-editions-du-memorial .view-filters .form-actions {
    margin: 0;
  }
}

.view-les-editions-du-memorial .view-filters .form--inline {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.view-les-editions-du-memorial .view-filters .views-exposed-form fieldset {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  width: 100%;
  border-bottom: 2px solid #cec0ac;
}

.view-les-editions-du-memorial .view-filters .views-exposed-form fieldset:nth-child(2) {
  display: none;
}

.view-les-editions-du-memorial .view-filters .views-exposed-form .form-item {
  float: none;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-filters .views-exposed-form .form-item {
    margin: 0;
  }
}

.view-les-editions-du-memorial .view-filters .views-exposed-form .form-radios .form-radios {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 0;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .view-les-editions-du-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item:last-child {
    margin-bottom: 0;
  }
}

.view-les-editions-du-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item input {
  opacity: 0;
  visibility: hidden;
}

.view-les-editions-du-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item input:checked + label {
  border: 1px solid #ec5e20;
}

.view-les-editions-du-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item label {
  cursor: pointer;
  padding: 7px;
  font-size: 17px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.view-les-editions-du-memorial .view-filters .views-exposed-form .form-radios .form-radios .js-form-item label:hover {
  color: #ec5e20;
  border: 1px solid #ec5e20;
}

.view-les-editions-du-memorial .texo-text {
  max-width: 45rem;
  margin: auto;
  text-align: center;
}

.view-les-editions-du-memorial .texo-text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #131629;
}

.view-les-editions-du-memorial .texo-text p {
  font-size: 17px;
  color: #131629;
}

.view-les-editions-du-memorial .view-content {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-content {
    margin-bottom: 0px;
  }
}

.view-les-editions-du-memorial .view-content .views-row {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-content .views-row {
    padding-top: 20px;
  }
}

.view-les-editions-du-memorial .view-content .views-row .image-text {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-shadow: 0px 3px 30px #0000001a;
          box-shadow: 0px 3px 30px #0000001a;
  background: #ffffff;
}

.view-les-editions-du-memorial .view-content .views-row .image-text .image {
  width: 30%;
  max-height: 460px;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-content .views-row .image-text .image {
    width: 100%;
  }
}

.view-les-editions-du-memorial .view-content .views-row .image-text .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap {
  width: 70%;
  padding: 30px 60px;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap {
    width: 100%;
    padding: 15px;
  }
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .cat-title .cat {
  font-size: 18px;
  color: #cec0ac;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .cat-title .cat {
    font-size: 16px;
  }
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .cat-title h2 {
  font-size: 25px;
  font-weight: bold;
  color: #131629;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .cat-title h2 {
    font-size: 20px;
  }
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .cat-title .subtitle {
  font-weight: normal;
  font-family: "DIN", sans-serif;
  font-size: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .cat-title .subtitle {
    font-size: 16px;
    padding-bottom: 15px;
  }
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .book-item {
  font-size: 17px;
  color: #131629;
}

@media screen and (max-width: 767px) {
  .view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .book-item {
    font-size: 16px;
  }
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .book-item span {
  font-weight: bold;
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .bottom-text .view-more-text {
  font-size: 17px;
  font-weight: 600;
  color: #ec5e20;
  padding-top: 20px;
  position: relative;
  display: inline-block;
  width: 160px;
  cursor: pointer;
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .bottom-text .view-more-text::after {
  content: "";
  background: url("../images/Groupe 409.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 20px;
  margin: auto;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .bottom-text .view-more-text.active::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .bottom-text .summary-text p {
  font-size: 17px;
  color: #131629;
  margin: 25px 0;
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .bottom-text .summary-text .hyperlinks a {
  color: #ec5e20;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}

.view-les-editions-du-memorial .view-content .views-row .image-text .text-wrap .bottom-text .summary-text .hyperlinks a::after {
  content: " >";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.view-les-editions-du-memorial .pager .pager__items {
  margin-top: 15px;
  margin-bottom: 15px;
}

.popup-form-outer .btn.launchnewletterpopup {
  display: none;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-field-prenom1 {
  width: 50%;
  padding-right: 8px;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-field-prenom1 .form-item {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-field-prenom1 {
    width: 100%;
    padding-right: 0px;
  }
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-field-prenom1 label {
  display: none;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-field-nom {
  padding-left: 8px;
  width: 50%;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-field-nom .form-item {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-field-nom {
    width: 100%;
    padding-left: 0px;
  }
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-field-nom label {
  display: none;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-mail {
  width: 100%;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-mail .form-item {
  margin-top: 0;
  margin-bottom: 20px;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-mail label {
  display: none;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .field--name-mail .description {
  display: none;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .js-form-type-checkbox {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 20px;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .js-form-type-checkbox label {
  font-size: 14px;
  color: #131629;
  padding-left: 40px;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .form-actions {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .form-actions .form-submit {
  padding: 14px 17px;
  background: #ec5e20;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  color: #ffffff;
  padding: 8px 15px;
}

.popup-form-outer .modal-body .form .simplenews-subscriber-form form .form-actions .form-submit:hover {
  background: transparent;
  border: 1px solid #ec5e20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  color: #ec5e20;
}

.popup-form-outer .modal-body .newsletter-bottom-text p {
  font-size: 12px;
  color: #CEC0AC;
  text-align: left;
}

.node-103 .title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .node-103 .title h2 {
    margin-left: -12px;
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}

.node-103 .title h2::before {
  content: '';
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.node-103 .title h2.active::before {
  width: 100%;
}

.node-103 .sitemap-items {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .node-103 .sitemap-items {
    padding-bottom: 50px;
  }
}

.node-103 .sitemap-items .sitemap-item {
  margin-top: 30px;
}

.node-103 .sitemap-items .sitemap-item h3 {
  font-size: 25px;
  color: #131629;
  font-weight: bold;
  text-transform: uppercase;
}

.node-103 .sitemap-items .sitemap-item .link-items a {
  display: block;
  font-size: 17px;
  color: #131629;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  margin-top: 10px;
  font-weight: 500;
}

.node-103 .sitemap-items .sitemap-item .link-items a:hover {
  color: #ec5e20;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.node-103 .sitemap-items .sitemap-item .link-items a::before {
  content: " >";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.node-103 .sitemap-items .sitemap-item .link-items .has-children .childrens {
  padding-left: 10px;
}
.swiper-button-next svg, 
.swiper-button-prev svg {
    width: 100%;
    max-width: 100%;
}

#mapid {
  min-height: 452px;
    margin-top: 41px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.paragraph--type--guided-tours .guided-tours {
  margin-bottom: 5% !important;
}

.field--name-field-other-content .paragraph--type--image .field--name-field-banner-image {
  text-align: center !important;
}

#temp_youtube_video {
  width: 100%;
  max-height: 700px;
  height: 650px;
  min-height: 300px
}

@media screen and (max-width: 767px){
  #temp_youtube_video {
    width: 100%;
    max-height: 700px;
    height: 300px;
    min-height: 300px
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

/* 29-6-24 */
@media screen and (max-width: 991px){
  .timeline-outer {
    padding-left: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 22px;
  }

  .timeline-outer .timeline-item div {
    display: inline;
  }

  .timeline-outer .timeline-item a {
    text-decoration: none;
    color: #fff;
    transition: all .32s ease-in-out;
  }

  .timeline-outer .timeline-item a:hover {
    color: #ec5e20;
  }

  .timeline-outer .timeline-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .timeline-outer .timeline-wrapper .start-year {
    font-weight: bold;
  }
  
  .timeline-outer .timeline-wrapper .end-year {
    font-weight: bold;
  }
}

@media screen and (min-width: 992px){
  .timeline-outer {
    position: relative;
    margin-bottom: 30px;
  }

  .timeline-outer .timeline-wrapper {
    max-width: unset !important;
    flex: unset !important;
    padding: 0px !important;
  } 

  .timeline-outer::before {
    position: absolute;
    bottom: 0;
    content: '';
    transition: all .32s ease-in-out;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
  }

  .timeline-outer .year {
    display: flex;
  }

  .timeline-outer .single-year .year .start-year {
    position: relative;
    padding-bottom: 30px;
  }

  .timeline-outer .single-year {
    position: relative;
  }

  .timeline-outer .single-year .year .start-year::after {
    content: '';
    transition: all .32s ease-in-out;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #0c0e1d;
    margin: 0 auto;
  }

  .timeline-outer .single-year .year .start-year::before {
    content: '';
    transition: all .32s ease-in-out;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 1px;
    height: 27px;
    border: 1px solid #fff;
    margin: 0 auto;
  }

  .timeline-outer .year1 {
    position: relative;
    padding-bottom: 30px;
  }

  .timeline-outer .year1::after {
    content: '';
    transition: all .32s ease-in-out;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 44px;
    height: 12px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: #0c0e1d;
    margin: 0 auto;
  }

  .timeline-outer .year1::before {
    content: '';
    transition: all .32s ease-in-out;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 1px;
    height: 27px;
    border: 1px solid #fff;
    margin: 0 auto;
  }

  .timeline-outer .year3 {
    position: relative;
    padding-bottom: 30px;
  }

  .timeline-outer .year3 .year {
    gap: 35px;
  }

  .timeline-outer .year3::after {
    content: '';
    transition: all .32s ease-in-out;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 90%;
    height: 12px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: #0c0e1d;
    margin: 0 auto;
  }

  .timeline-outer .year3::before {
    content: '';
    transition: all .32s ease-in-out;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 65%;
    height: 27px;
    border: 2px solid #fff;
    margin: 0 auto;
    border-top: 0;
  }

  .timeline-outer .year2 {
    position: relative;
    padding-bottom: 30px;
  }

  .timeline-outer .year2 .year {
    gap: 24px;
  }

  .timeline-outer .year2::after {
    content: '';
    transition: all .32s ease-in-out;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 90%;
    height: 12px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: #0c0e1d;
    margin: 0 auto;
  }

  .timeline-outer .year2::before {
    content: '';
    transition: all .32s ease-in-out;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 65%;
    height: 27px;
    border: 2px solid #fff;
    margin: 0 auto;
    border-top: 0;
  }

  .timeline-outer .year1 .end-year::before {
    content: '/';
    color: white;
    font-size: 14px;
  }

  .timeline-outer .timeline-wrapper:last-child {
    width: 30% !important;
  }

  .timeline-outer .timeline-wrapper:nth-child(1) {
    padding-left: 50px !important;
    padding-right: 20px !important;
  }

  .timeline-outer .timeline-wrapper:nth-child(2) {
    padding-right: 30px !important;
  }

  .timeline-outer .timeline-wrapper:nth-child(3) {
    margin-right: auto;
  }

  .timeline-outer .timeline-wrapper:last-child .single-year .year {
    width: 100% !important;
  }

  .timeline-outer .timeline-wrapper:last-child .single-year .year .start-year {
    width: 100% !important;
  }

  .timeline-outer .timeline-wrapper:last-child .single-year .year .start-year::after {
    content: '';
    transition: all .32s ease-in-out;
    position: absolute;
    bottom: -5px;
    left: -6px;
    right: 0;
    width: calc(100% + 7px);
    height: 12px;
    border-radius: 10px 0px 0 10px;
    border: 2px solid #fff;
    background: #0c0e1d;
    margin: 0 auto;
    border-right: 0 !important;
  }

  .timeline-item:hover .start-year::after {
    border-color: #ec5e20 !important;
  }

  .timeline-item:hover .start-year::before {
    border-color: #ec5e20 !important;
  }

  .timeline-item:hover::after {
    border-color: #ec5e20 !important;
  }

  .timeline-item:hover::before {
    border-color: #ec5e20 !important;
  }

  .timeline-item div {
    transition: all .32s ease-in-out;
  }

  .timeline-item:hover div {
    color: #ec5e20 !important;
  }

  .timeline-outer .hover-link {
    position: absolute;
    top: calc(100% + 35px);
    left: 50%;
    right: 50%;
    transition: auto;
    transform: translate(-50%, -50%);
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: all .32s ease-in-out;
  }

  .timeline-item:hover .hover-link {
    opacity: 1;
    visibility: visible;
  }

  .timeline-outer .hover-link a {
    color: #ec5e20;
    text-decoration: none;
  }

  .timeline-outer .hover-link a:after {
    position: absolute;
    top: -75px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 109px;
    content: '';
    z-index: 9999;
  }
}

/* 29-6-24 */

/* 7-30-2024 */

.facebook-feed-block {
  margin-bottom: 100px;
  margin-top: 100px;
}

.facebook-feed-block .social-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
  margin-top: 33px;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .facebook-feed-block .social-share {
   flex-direction: row;
  }
}

.facebook-feed-block .social-share .share-wrapper {
  display: flex;
  align-items: center;
  max-width: 300px;
}

@media screen and (max-width: 992px) {
  .facebook-feed-block .social-share .share-wrapper {
    flex-direction: row-reverse;
  }
}

.facebook-feed-block .social-share .share-wrapper .block-title h3 {
  color: #131629;
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding-right: 10px;
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .facebook-feed-block .social-share .share-wrapper .block-title h3 {
    padding-left: 0px;
    text-align: left;
    font-size: 18px;
    padding-left: 10px;
  }
}

.facebook-feed-block .social-share .share-wrapper .fb-icon-share a .facebook-icon {
  display: block;
  background-position: center;
  background-size: 44px;
  background-repeat: no-repeat;
  background-image: url('../images/facebook.svg');
  width: 27px;
  height: 44px;

}

.instagram-icon {
  fill: #ec5e20;
  margin-right: 10px;
}

.facebook-feed-block .social-share .section-title h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  z-index: 1;
  margin-left: -20px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .facebook-feed-block .social-share .section-title h2 {
    margin-bottom: 0;;
  }
}

.facebook-feed-block .social-share .section-title h2::before {
  content: '';
  width: 100%;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  margin-top: auto;
  margin-bottom: auto;
}

.facebook-feed-block {
  position: relative;
}

.facebook-feed-block::before {
  content: "";
  background-size: cover;
  background-position: center;
  background: url('../images/fondbeige.png');
  width: calc(100% - 80px);
  right: 0;
  height: 320px;
  top: 160px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .facebook-feed-block::before {
    display: none;
  }
}

.facebook-feed-block .facebook-feed-items .swiper {
  overflow: hidden;
}

.facebook-feed-block .facebook-feed-items .swiper .swiper-wrapper {
  padding: 10px 0px;
}

@media screen and (min-width: 992px) {

  .facebook-feed-block .facebook-feed-items .swiper {
    overflow: hidden;
    padding-right: 15%;
  }
}

.facebook-feed-block .facebook-feed-items .swiper .swiper-wrapper .swiper-slide {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #e3e3e385;
}

.facebook-feed-block .facebook-feed-items .swiper .swiper-wrapper .swiper-slide .fb-profile .page-name-date .name {
  font-weight: 500;
}

.facebook-feed-block .facebook-feed-items .swiper .swiper-wrapper .swiper-slide .fb-profile .page-name-date .date .fb-time {
  color: #ec5e20;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: center right !important;
  background: url('../images/earth-13-svgrepo-com.svg');
  padding-right: 20px;
  display: inline-block;
}

.facebook-feed-block .facebook-feed-items .swiper .swiper-wrapper .swiper-slide .fb-profile .fb-pic a img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.facebook-feed-block .facebook-feed-items .swiper .swiper-wrapper .swiper-slide .fb-profile {
  gap: 0px 5px;
}

.facebook-feed-block .facebook-feed-items .swiper .swiper-wrapper .swiper-slide .image-video {
  margin-top: 10px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #F8F8F8;
}

.facebook-feed-block .facebook-feed-items .swiper .swiper-wrapper .swiper-slide .image-video img {
  width: 100%;
  height: auto;
}

.facebook-feed-block .facebook-feed-items .swiper .swiper-wrapper .swiper-slide .descrition .fb-message {
  font-size: 17px;
}

.facebook-feed-block .facebook-feed-items {
  position: relative;
}

.facebook-feed-block .facebook-feed-items .swiper-btn-wrapper .swiper-button-prev {
  top: 190px;
  left: -30px;
  width: 25px;
  height: 25px;
  background-size: 25px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-sm-left.svg');
  transition: all .32s ease-in-out;
}

.facebook-feed-block .facebook-feed-items .swiper-btn-wrapper .swiper-button-prev:hover {
  background-color: #ec5e20;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-sm-left.svg');
  background-size: 25px;
}

@media screen and (min-width: 992px) {
  .facebook-feed-block .facebook-feed-items .swiper-btn-wrapper .swiper-button-prev {
    left: -70px;
    background-size: 50px;
    width: 50px;
    height: 50px;
  }

  .facebook-feed-block .facebook-feed-items .swiper-btn-wrapper .swiper-button-prev:hover {
    background-color: #ec5e20;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-sm-left.svg');
    background-size: 50px;
  }
}

.facebook-feed-block .facebook-feed-items .swiper-btn-wrapper .swiper-button-prev::after {
  display: none;
}

.facebook-feed-block .facebook-feed-items .swiper-btn-wrapper .swiper-button-next {
  top: 190px;
  right: -30px;
  width: 25px;
  height: 25px;
  background-size: 25px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-sm-right.svg');
  transition: all .32s ease-in-out;
}

.facebook-feed-block .facebook-feed-items .swiper-btn-wrapper .swiper-button-next:hover {
  background-color: #ec5e20;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-sm-right.svg');
  background-size: 25px;
}

@media screen and (min-width: 992px) {
  .facebook-feed-block .facebook-feed-items .swiper-btn-wrapper .swiper-button-next {
    right: -70px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }

  .facebook-feed-block .facebook-feed-items .swiper-btn-wrapper .swiper-button-next:hover {
    background-color: #ec5e20;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/arrow-sm-right.svg');
    background-size: 50px;
  }
}

.facebook-feed-block .facebook-feed-items .swiper-btn-wrapper .swiper-button-next::after {
  display: none;
}


/* 7-30-2024 */


