/*/ FONTS IMPORT LOCAL /*/
@font-face {
  font-family: "morphling-regular";
  src: url("../font/Morphling.ttf");
}
@font-face {
  font-family: "nunito-variable";
  src: url("../font/Nunito-VariableFont_wght.ttf");
}
/*/ VARIABLES /*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "nunito-variable", sans-serif;
  font-weight: 600;
  font-size: 21px;
}

.container {
  max-width: 1440px;
}

a {
  text-decoration: none;
  transition: 0.2s ease-in;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

h2 {
  color: #164084;
  font-size: 64px;
  line-height: 77px;
}

h3 {
  color: #F1A23B;
  font-family: "nunito-variable", sans-serif;
  font-weight: 800;
  line-height: 38px;
  text-transform: uppercase;
}

.lightbox .lb-next, .lightbox .lb-prev {
  opacity: 1 !important;
}
.lightbox .lb-image {
  border: 0;
}
.lightbox .lb-number {
  display: none !important;
}

/*/ THEME BUTTON /*/
.theme-button {
  padding: 10px 40px;
  font-size: 24px;
  display: inline-block;
  transition: 0.2s ease-in;
  margin: 0 16px 0 0;
}

.theme-cutoff img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%, 0% 74%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%, 0% 74%);
}

/*/ THEME STYLING /*/
.theme-wrapper {
  padding: 75px 0;
}

.theme-hero {
  background-color: #000;
  position: relative;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.theme-hero-left {
  position: absolute;
  left: -72px;
  top: 50%;
  transform: translateY(-50%);
  rotate: -90deg;
  font-size: 21px;
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
  justify-content: end;
}
.theme-hero-left-languageswitcher .trp-language-switcher {
  width: unset;
  height: unset;
}
.theme-hero-left-languageswitcher .trp-language-switcher:hover .trp-ls-shortcode-current-language {
  visibility: visible !important;
}
.theme-hero-left-languageswitcher img {
  width: 100% !important;
  height: 100% !important;
}
.theme-hero-left-languageswitcher .trp-ls-shortcode-disabled-language {
  padding: 0;
}
.theme-hero-left-languageswitcher .trp-language-switcher > div > a {
  padding: 0;
  width: 28px;
}
.theme-hero-left-languageswitcher .trp-language-switcher > div > a:hover {
  background-color: rgba(255, 255, 255, 0) !important;
}
.theme-hero-left-languageswitcher .trp-ls-shortcode-current-language {
  width: 28px !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none;
  padding: 4px 0 3px 0 !important;
}
.theme-hero-left-languageswitcher .trp-ls-shortcode-language {
  padding: 0 !important;
}
.theme-hero-left-languageswitcher .trp-ls-shortcode-language {
  background-color: rgba(255, 255, 255, 0) !important;
  border: none;
  padding: 4px 0 3px 0;
}
.theme-hero-left-languageswitcher .trp-ls-shortcode-language a:first-of-type {
  opacity: 0;
}
.theme-hero-left-languageswitcher .trp-language-switcher:hover .trp-ls-shortcode-language {
  opacity: 1;
  top: 20px;
  height: 60px;
  width: 40px !important;
}
.theme-hero-left-languageswitcher .trp-language-switcher .trp-ls-shortcode-language {
  opacity: 0;
  top: -4px;
  transition: 0.2s ease-in;
}
.theme-hero-left-languageswitcher .trp_language_switcher_shortcode a {
  rotate: 90deg;
}
.theme-hero-left-instagram {
  color: #F1A23B;
  position: relative;
  padding-bottom: 3px;
}
.theme-hero-left-instagram::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #F1A23B;
  transition: 0.2s ease-in-out;
}
.theme-hero-left-instagram:hover {
  color: #F1A23B;
}
.theme-hero-left-instagram:hover::after {
  margin-bottom: 2px;
  height: 2px;
}
.theme-hero-left-facebook {
  color: #50B2D5;
  position: relative;
}
.theme-hero-left-facebook::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #50B2D5;
  transition: 0.2s ease-in-out;
}
.theme-hero-left-facebook:hover {
  color: #50B2D5;
}
.theme-hero-left-facebook:hover::after {
  margin-bottom: 2px;
  height: 2px;
}
.theme-hero-wrapper {
  height: 90vh;
  min-height: 905px;
  max-height: 1000px;
  padding-top: 64px;
  position: relative;
}
.theme-hero-wrapper-logo {
  margin-bottom: 80px;
  width: 160px;
}
.theme-hero-wrapper h1 {
  font-size: 170px;
  max-width: 900px;
  line-height: 160px;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.theme-hero-wrapper-buttons {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  z-index: 5;
  position: relative;
}
.theme-hero-wrapper-buttons-button {
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  padding: 10px 30px 12px 30px;
}
.theme-hero-wrapper-buttons-button:hover {
  color: #fff;
  scale: 1.04;
  transform: translateY(-6px);
}
.theme-hero-wrapper-buttons-button:nth-child(1) {
  background-color: #3176b1;
}
.theme-hero-wrapper-buttons-button:nth-child(2) {
  background-color: #50B2D5;
}
.theme-hero-wrapper-buttons-button:nth-child(3) {
  background-color: #EF762F;
}
.theme-hero-wrapper-buttons-button:nth-child(4) {
  background-color: #F1A23B;
}
.theme-hero-wrapper-decoration {
  position: absolute;
  width: 630px;
  bottom: -118px;
  right: -110px;
}
.theme-hero-credit {
  position: absolute;
  bottom: 89px;
  rotate: -90deg;
  left: -30px;
  font-size: 14px;
  font-weight: 400;
  color: #c2c2c2;
}

.theme-about {
  padding: 88px 0 90px 0;
  background-image: url(../img/background-vera-keijsers.png);
}
.theme-about-image {
  aspect-ratio: 1/1;
  max-width: 528px;
  position: relative;
  margin-top: 126px;
}
.theme-about-image::after {
  content: "";
  position: absolute;
  height: 347px;
  width: 6px;
  left: 50%;
  transform: translateX(-50%);
  top: -326px;
  border-radius: 999px;
  background-color: #F1A23B;
}
.theme-about-image-credit {
  position: absolute;
  font-size: 14px;
  bottom: -30px;
  right: 0;
}
.theme-about-wrapper-content {
  color: #041531;
}
.theme-about-wrapper-content a {
  color: #EF762F;
  font-weight: 800;
}
.theme-about-wrapper-content a:hover {
  text-decoration: underline;
}

.theme-photo {
  padding: 80px 0 78px;
}
.theme-photo h3 {
  margin-bottom: 12px;
}
.theme-photo-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.theme-photo-top-controls {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.theme-photo-top-controls-button {
  font-size: 24px;
  text-align: center;
  color: #164084;
  transition: 0.2s ease-in;
  color: #fff;
  font-size: 32px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.theme-photo-top-controls-button-prev {
  background-color: #EF762F;
}
.theme-photo-top-controls-button-next {
  background-color: #F1A23B;
}
.theme-photo-sliders {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}
.theme-photo-sliders-single {
  width: calc(25% - 15px);
  position: relative;
  display: inline-block;
}
.theme-photo-sliders-single:nth-of-type(1) {
  background-color: #3176b1;
}
.theme-photo-sliders-single:nth-of-type(1) .theme-photo-sliders-single-wrapper-content-tag {
  color: #3176b1;
}
.theme-photo-sliders-single:nth-of-type(1) .theme-photo-sliders-single-wrapper-content-icon_instagram:hover {
  color: #3176b1;
}
.theme-photo-sliders-single:nth-of-type(2) {
  background-color: #50B2D5;
}
.theme-photo-sliders-single:nth-of-type(2) .theme-photo-sliders-single-wrapper-content-tag {
  color: #50B2D5;
}
.theme-photo-sliders-single:nth-of-type(2) .theme-photo-sliders-single-wrapper-content-icon_instagram:hover {
  color: #50B2D5;
}
.theme-photo-sliders-single:nth-of-type(3) {
  background-color: #EF762F;
}
.theme-photo-sliders-single:nth-of-type(3) .theme-photo-sliders-single-wrapper-content-tag {
  color: #EF762F;
}
.theme-photo-sliders-single:nth-of-type(3) .theme-photo-sliders-single-wrapper-content-icon_instagram:hover {
  color: #EF762F;
}
.theme-photo-sliders-single:nth-of-type(4) {
  background-color: #F1A23B;
}
.theme-photo-sliders-single:nth-of-type(4) .theme-photo-sliders-single-wrapper-content-tag {
  color: #F1A23B;
}
.theme-photo-sliders-single:nth-of-type(4) .theme-photo-sliders-single-wrapper-content-icon_instagram:hover {
  color: #F1A23B;
}
.theme-photo-sliders-single-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.theme-photo-sliders-single-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%, 0% 74%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%, 0% 74%);
}
.theme-photo-sliders-single-wrapper-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(4, 21, 49, 0.6);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%, 0% 74%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%, 0% 74%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in;
}
.theme-photo-sliders-single-wrapper-content-lightbox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
}
.theme-photo-sliders-single-wrapper-content-icon_instagram {
  color: #fff;
  font-size: 35px;
  margin-bottom: 28px;
  z-index: 10;
}
.theme-photo-sliders-single-wrapper-content-description {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 20px;
  max-width: 250px;
}
.theme-photo-sliders-single-wrapper-content-tag {
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
.theme-photo-sliders-single-wrapper:hover .theme-photo-sliders-single-wrapper-content {
  opacity: 1;
  visibility: visible;
}
.theme-photo-sliders_mobile {
  display: none;
}
.theme-photo-bottom {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.theme-photo-bottom-left {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 15px;
  color: #EF762F;
}
.theme-photo-bottom-left-text {
  color: #EF762F;
  position: relative;
}
.theme-photo-bottom-left-text::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #EF762F;
  bottom: -2px;
  left: 0;
  right: 0;
}
.theme-photo-bottom-left i {
  font-size: 22px;
}
.theme-photo-bottom-left:hover {
  color: #EF762F;
}
.theme-photo-bottom-left:hover .theme-photo-bottom-left-text::after {
  height: 0;
}
.theme-photo-bottom-controls {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.theme-photo-bottom-controls-button {
  font-size: 22px;
  width: 34px;
  height: 34px;
  text-align: center;
  transition: 0.2s ease-in;
  color: #fff;
  cursor: pointer;
}
.theme-photo-bottom-controls-button-prev {
  background-color: #EF762F;
}
.theme-photo-bottom-controls-button-next {
  background-color: #F1A23B;
}

.theme-video {
  background-color: #F3F9FB;
  padding: 185px 0 135px 0;
  overflow-x: clip;
}
.theme-video h2 {
  padding-bottom: 30px;
}
.theme-video-titles {
  min-height: 410px;
}
.theme-video-titles-title {
  color: #3176b1;
  font-size: 30px;
  cursor: pointer;
  transition: 0.2s ease-in;
  margin-bottom: 40px;
  display: inline-block;
}
.theme-video-titles-title:last-of-type {
  margin: 0;
}
.theme-video-titles-title p {
  margin: 0;
}
.theme-video-titles-title.active {
  color: #50B2D5;
  font-weight: 800;
}
.theme-video-titles-title:hover {
  color: #50B2D5;
}
.theme-video-videos {
  position: relative;
  top: 115px;
}
.theme-video-videos-single {
  aspect-ratio: 16/9;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  scale: 1.05;
  right: -20px;
  top: -20px;
  z-index: 5;
}
.theme-video-videos-single.active {
  opacity: 1;
  visibility: visible;
  scale: 1;
  right: 0;
  top: 0;
  transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.theme-video-decoration {
  position: absolute;
  width: 950px;
  bottom: -327px;
  right: 0;
  z-index: 1;
}

.theme-contact {
  padding: 78px 0 0 0;
}
.theme-contact h3 {
  margin-left: 82px;
}
.theme-contact-wrapper {
  padding: 36px 82px 64px 82px;
  margin-bottom: -190px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 3% 100%, 0% 85%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 3% 100%, 0% 85%);
}
.theme-contact-wrapper h2 {
  padding-bottom: 28px;
}
.theme-contact-wrapper-form {
  color: #164084;
}
.theme-contact-wrapper-form-field {
  background-color: #EFF3F4;
  border-radius: 0 !important;
  border: 0 !important;
  color: #164084 !important;
}
.theme-contact-wrapper-form-field-message {
  height: 158px;
  font-size: 18px;
}
.theme-contact-wrapper-form-field:focus {
  background-color: #f1f4f5 !important;
}
.theme-contact-wrapper-form-button {
  padding: 8px 24px;
  background-color: #F1A23B;
  color: #fff;
  border-radius: 0;
  border: none;
  font-weight: 700;
  border: 2px solid #F1A23B;
  transition: 0.2s ease-in;
}
.theme-contact-wrapper-form-button:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #F1A23B;
}

.theme-footer {
  padding: 250px 0 72px 0;
  background-color: #164084;
  color: #fff;
}
.theme-footer-wrapper {
  display: flex;
  justify-content: space-between;
}
.theme-footer-wrapper a {
  color: #fff;
}
.theme-footer-wrapper-left {
  font-weight: 400;
}
.theme-footer-wrapper-right {
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.theme-footer-wrapper-right-facebook:hover {
  color: #50B2D5;
}
.theme-footer-wrapper-right-instagram:hover {
  color: #EF762F;
}

/*/ Media Query /*/
@media screen and (max-width: 1650px) {
  .theme-hero-left {
    position: relative;
    rotate: unset;
    top: 70px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30px;
  }
  .theme-hero-left-languageswitcher .trp-language-switcher:hover .trp-ls-shortcode-language {
    top: 7px;
  }
  .theme-hero-left-languageswitcher .trp-language-switcher:hover .trp-ls-shortcode-language {
    height: unset;
  }
  .theme-hero-left-languageswitcher .trp_language_switcher_shortcode a {
    rotate: 0deg;
  }
  .theme-hero-wrapper {
    padding: 30px 0 50px 0;
    max-height: 780px;
    min-height: 740px;
  }
  .theme-hero-wrapper h1 {
    line-height: 127px;
    font-size: 120px;
  }
  .theme-hero-wrapper-decoration {
    width: 530px;
    bottom: -99px;
    right: 0;
  }
  .theme-hero-credit {
    bottom: 30px;
    left: 15px;
    rotate: 0deg;
  }
  .theme-about-image::after {
    height: 330px;
    top: -315px;
  }
}
@media screen and (max-width: 1500px) {
  .theme-hero {
    background-position-x: -185px;
  }
  .theme-hero-wrapper {
    height: 780px;
    min-height: unset;
    min-height: unset;
  }
  .theme-contact-wrapper {
    position: relative;
    z-index: 5;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 18px;
  }
  h2 {
    font-size: 48px;
    line-height: 62px;
  }
  .theme-hero {
    background-size: 1180px;
    background-position-x: -141px;
    background-position-y: bottom;
  }
  .theme-hero-wrapper {
    min-height: 650px;
    height: 90vh;
    max-height: 700px;
  }
  .theme-hero-wrapper-logo {
    margin-bottom: 50px;
    width: 140px;
  }
  .theme-hero-wrapper h1 {
    line-height: 94px;
    font-size: 90px;
    max-width: 600px;
  }
  .theme-hero-wrapper-buttons {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .theme-hero-wrapper-buttons-button {
    font-size: 18px;
    padding: 6px 26px 8px 26px;
  }
  .theme-hero-wrapper-decoration {
    width: 462px;
    bottom: -86px;
  }
  .theme-photo-sliders-single-wrapper-content-icon_instagram {
    margin-bottom: 8px;
  }
  .theme-video h2 {
    padding-bottom: 8px;
  }
  .theme-video-videos {
    top: 78px;
  }
  .theme-video-titles {
    min-height: 300px;
  }
  .theme-video-titles-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .theme-video-decoration {
    width: 781px;
    bottom: -293px;
  }
}
@media screen and (max-width: 992px) {
  .theme-hero {
    background-position-x: -260px;
    padding: 0;
  }
  .theme-hero-left {
    top: 56px;
  }
  .theme-hero-wrapper {
    max-height: unset;
    min-height: unset;
    height: 640px;
  }
  .theme-photo-sliders-single {
    width: calc(50% - 15px);
  }
  .theme-photo-sliders-single-wrapper-content-icon-instagram {
    font-size: 30px;
    margin-bottom: 0;
  }
  .theme-video {
    padding: 100px 0 128px 0;
  }
  .theme-video-titles {
    display: flex;
    flex-direction: column;
    min-height: unset;
  }
  .theme-video-videos {
    top: 0;
  }
  .theme-video-videos-single {
    margin-top: 36px;
    padding: 0;
  }
  .theme-video-videos-single.active {
    position: relative;
  }
  .theme-video-decoration {
    width: 739px;
    bottom: -277px;
  }
  .theme-footer {
    padding: 240px 0 52px 0;
  }
  .theme-footer-wrapper {
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .theme-hero {
    height: 590px;
    background-position-x: -356px;
    background-size: 1010px;
  }
  .theme-hero-wrapper {
    padding: 0;
    height: unset;
  }
  .theme-hero-wrapper h1 {
    line-height: 58px;
    font-size: 52px;
    max-width: 400px;
    padding: 50px 0 19px;
  }
  .theme-hero-wrapper-buttons-button {
    font-size: 14px;
  }
  .theme-hero-wrapper-decoration {
    display: none;
  }
  .theme-about {
    padding: 53px 0 66px 0;
  }
  .theme-about-image {
    margin: 0;
    margin-bottom: 38px;
    aspect-ratio: unset;
    text-align: center;
  }
  .theme-about-image::after {
    height: 134px;
    top: -116px;
  }
  .theme-about-image img {
    max-width: 430px;
    aspect-ratio: 1/1;
  }
  .theme-photo-sliders-single-wrapper-content-icon-instagram {
    font-size: 28px;
  }
  .theme-video-decoration {
    width: 520px;
    bottom: -233px;
  }
  .theme-contact {
    padding: 115px 0 0 0;
  }
  .theme-contact h3 {
    text-align: center;
    margin-left: 0;
  }
  .theme-contact-wrapper {
    padding: 0 16px 50px 16px;
  }
  .theme-contact-wrapper h2 {
    text-align: center;
  }
  .theme-contact-wrapper .ff-el-input--label {
    left: 50%;
    transform: translateX(-50%);
  }
  .theme-contact-wrapper .ff_submit_btn_wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 21;
    line-height: 28px;
    text-align: center;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
  }
  .theme-hero {
    background-position-x: -411px;
    background-size: 884px;
    height: 540px;
  }
  .theme-hero-left {
    font-size: 14px;
    -moz-column-gap: 13px;
         column-gap: 13px;
    top: 36px;
  }
  .theme-hero-left-facebook {
    line-height: 2;
  }
  .theme-hero-left-instagram {
    line-height: 2;
  }
  .theme-hero-wrapper-logo {
    width: 130px;
    margin-bottom: 88px;
  }
  .theme-hero-wrapper-buttons {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .theme-hero-wrapper-buttons-button {
    font-size: 10px;
    padding: 4px 16px 6px 16px;
  }
  .theme-hero-credit {
    font-size: 10px;
    bottom: 14px;
  }
  .theme-about {
    font-size: 12px;
    text-align: center;
  }
  .theme-about-image::after {
    width: 3px;
    height: 103px;
    top: -82px;
  }
  .theme-about-image img {
    max-width: 330px;
  }
  .theme-about-image-credit {
    font-size: 11px;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .theme-photo {
    padding-top: 30px;
  }
  .theme-photo-top {
    justify-content: center;
  }
  .theme-photo-top-controls {
    display: none;
  }
  .theme-photo-single:nth-of-type(3) {
    display: none;
  }
  .theme-photo-single-wrapper-content-icon-instagram {
    font-size: 30px;
  }
  .theme-photo-sliders {
    display: none;
  }
  .theme-photo-sliders_mobile {
    display: flex;
  }
  .theme-photo-sliders-single {
    width: 100%;
  }
  .theme-photo-sliders-single-wrapper.Dirigent {
    background-color: #3176b1;
  }
  .theme-photo-sliders-single-wrapper.Dirigent .theme-photo-sliders-single-wrapper-content-tag {
    color: #3176b1;
  }
  .theme-photo-sliders-single-wrapper.Dirigent .theme-photo-sliders-single-wrapper-content-icon_instagram:hover {
    color: #3176b1;
  }
  .theme-photo-sliders-single-wrapper.Arrangeur {
    background-color: #50B2D5;
  }
  .theme-photo-sliders-single-wrapper.Arrangeur .theme-photo-sliders-single-wrapper-content-tag {
    color: #50B2D5;
  }
  .theme-photo-sliders-single-wrapper.Arrangeur .theme-photo-sliders-single-wrapper-content-icon_instagram:hover {
    color: #50B2D5;
  }
  .theme-photo-sliders-single-wrapper.Zangeres {
    background-color: #EF762F;
  }
  .theme-photo-sliders-single-wrapper.Zangeres .theme-photo-sliders-single-wrapper-content-tag {
    color: #EF762F;
  }
  .theme-photo-sliders-single-wrapper.Zangeres .theme-photo-sliders-single-wrapper-content-icon_instagram:hover {
    color: #EF762F;
  }
  .theme-photo-sliders-single-wrapper.Docent {
    background-color: #F1A23B;
  }
  .theme-photo-sliders-single-wrapper.Docent .theme-photo-sliders-single-wrapper-content-tag {
    color: #F1A23B;
  }
  .theme-photo-sliders-single-wrapper.Docent .theme-photo-sliders-single-wrapper-content-icon_instagram:hover {
    color: #F1A23B;
  }
  .theme-photo-bottom {
    display: flex;
  }
  .theme-video {
    padding: 72px 0 146px 0;
  }
  .theme-video-titles {
    text-align: center;
  }
  .theme-video-titles-title {
    font-size: 14px;
  }
  .theme-video-decoration {
    width: 355px;
    bottom: -218px;
  }
  .theme-contact {
    padding: 97px 0 0 0;
  }
  .theme-contact-wrapper {
    margin-bottom: -53px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 8% 100%, 0% 91%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 8% 100%, 0% 91%);
  }
  .theme-contact-wrapper h2 {
    padding-bottom: 12px;
    font-size: 32px;
  }
  .theme-contact-wrapper-form-button {
    font-size: 14px;
    padding: 5px 17px;
  }
  .theme-footer {
    padding: 130px 0 38px 0;
  }
  .theme-footer-wrapper-left {
    font-size: 12px;
  }
  .theme-footer-wrapper-right {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */