/*
Theme Name: thierryboutemy
Theme URI: https://touchagency.be/
Author: Onion Studio
Author URI: https://touchagency.be/
Description: Thierry Boutemy's custom theme
Requires at least: 6.6.1
Tested up to: 6.6.1
Requires PHP: 8.2
Version: 1.0
Text Domain: thierryboutemy
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
body {
  background-color: #170D00;
  color: #ffffff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden;
}
@media screen and (min-width: 991px) {
  body {
    font-size: 21px;
  }
}

main {
  padding-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "sherborne-variable", sans-serif;
  font-variation-settings: "opsz" 12, "wght" 250;
  font-style: italic;
}

footer {
  background-color: #1D1001;
  font-size: 16px;
}
@media screen and (min-width: 991px) {
  footer {
    font-size: 18px;
  }
}
footer h2 {
  font-size: 32px;
}
@media screen and (min-width: 991px) {
  footer h2 {
    font-size: 48px;
  }
}
footer h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
}
@media screen and (min-width: 991px) {
  footer h3 {
    font-size: 18px;
  }
}
footer a,
footer p {
  opacity: 0.75;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
  opacity: 1;
}
footer .form-floating > label {
  position: absolute;
  font-size: 21px;
  top: -3px;
  background-color: transparent !important;
}
footer .form-floating > label::after {
  display: none;
}
@media screen and (min-width: 991px) {
  footer .form-floating > label {
    font-size: 21px;
  }
}
footer button.btn {
  width: 33%;
}
@media screen and (max-width: 991px) {
  footer button.btn {
    width: 100%;
  }
}

select.form-select {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border: rgba(255, 255, 255, 0.1);
}
select.form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-floating select.form-select,
.form-floating textarea,
.form-floating input[type=text],
.form-floating input[type=date],
.form-floating input[type=email] {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border: rgba(255, 255, 255, 0.1);
}
.form-floating select.form-select:focus,
.form-floating textarea:focus,
.form-floating input[type=text]:focus,
.form-floating input[type=date]:focus,
.form-floating input[type=email]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-floating > label {
  font-size: 16px;
  left: 12px;
  padding: 0.8rem 0.75rem;
  background-color: transparent !important;
}
.form-floating > label::after {
  display: none;
}
@media screen and (min-width: 991px) {
  .form-floating > label {
    font-size: 21px;
  }
}

.bg-green {
  background-color: #2E350F;
}
.bg-green.bg-extend {
  position: relative;
  padding: 120px 0;
  border-radius: 0;
}
.bg-green.bg-extend::after, .bg-green.bg-extend::before {
  content: " ";
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #2E350F;
  z-index: -1;
}
.bg-green.bg-extend::after {
  right: -800px;
}
.bg-green.bg-extend::before {
  left: -800px;
}
@media screen and (max-width: 991px) {
  .bg-green.bg-extend {
    padding: 50px 0;
  }
}
@media screen and (max-width: 580px) {
  .bg-green.bg-extend::after, .bg-green.bg-extend::before {
    width: 24px;
  }
  .bg-green.bg-extend::after {
    right: -24px;
  }
  .bg-green.bg-extend::before {
    left: -24px;
  }
}
.bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green h6 {
  color: #8FA73B;
}
.bg-green p {
  opacity: 0.75;
}

.bg-light-red {
  background-color: #5D080B;
}
.bg-light-red.bg-extend {
  position: relative;
  padding: 120px 0;
  border-radius: 0;
}
.bg-light-red.bg-extend::after, .bg-light-red.bg-extend::before {
  content: " ";
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #5D080B;
  z-index: -1;
}
.bg-light-red.bg-extend::after {
  right: -800px;
}
.bg-light-red.bg-extend::before {
  left: -800px;
}
@media screen and (max-width: 991px) {
  .bg-light-red.bg-extend {
    padding: 50px 0;
  }
}
@media screen and (max-width: 580px) {
  .bg-light-red.bg-extend::after, .bg-light-red.bg-extend::before {
    width: 24px;
  }
  .bg-light-red.bg-extend::after {
    right: -24px;
  }
  .bg-light-red.bg-extend::before {
    left: -24px;
  }
}
.bg-light-red h1, .bg-light-red h2, .bg-light-red h3, .bg-light-red h4, .bg-light-red h5, .bg-light-red h6 {
  color: #FFBAED;
}

.btn-close,
.navbar-toggler {
  border: 0;
  box-shadow: none;
}

.copyright {
  color: #ffffff;
  opacity: 0.75;
  font-size: 14px !important;
  margin-left: 10px;
  margin-bottom: 5px;
  /*@media screen and (max-width: 991px) {
      font-size: 16px;
  }*/
}

#main-menu {
  font-size: 16px;
  background-color: #170D00;
  transition: padding 0.3s;
}
#main-menu .offcanvas {
  background-color: #170D00;
}
#main-menu .offcanvas .offcanvas-header {
  position: absolute;
  top: 0;
  right: 0;
}
#main-menu .nav-item {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
@media screen and (max-width: 1199px) {
  #main-menu .nav-item {
    font-family: "sherborne-variable", sans-serif;
    font-style: italic;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
  }
  #main-menu .nav-item a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
#main-menu .nav-item a {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
#main-menu .nav-item a.active {
  background-image: url("images/dot.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
#main-menu .wpml-ls-legacy-dropdown-click {
  width: auto;
  max-width: 100%;
}
#main-menu .js-wpml-ls-item-toggle {
  background-color: rgba(255, 255, 255, 0.1) !important;
  background-image: url("images/burger-languages.svg");
  background-repeat: no-repeat;
  background-position: 75% center;
  color: var(--bs-nav-link-color);
  border-radius: 25px;
  border: none;
  padding: 3px 40px 3px 20px;
  height: unset !important;
  line-height: 30px !important;
}
#main-menu .js-wpml-ls-item-toggle:hover {
  color: var(--bs-nav-link-hover-color);
}
#main-menu .js-wpml-ls-item-toggle:after {
  display: none;
}
#main-menu .wpml-ls-sub-menu {
  display: block !important;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  border-top: none;
}
#main-menu .wpml-ls-sub-menu .wpml-ls-native {
  color: var(--black);
}
#main-menu .wpml-ls-sub-menu li {
  border-bottom: solid 1px #170D00;
}
#main-menu .wpml-ls-sub-menu li a {
  background-color: transparent !important;
  border: none;
  height: unset !important;
  line-height: 30px !important;
  color: #170D00;
}
#main-menu .wpml-ls-sub-menu li:last-child {
  border: none;
}
#main-menu .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  right: unset !important;
  left: unset !important;
}

@media screen and (max-width: 991px) {
  .w-75 {
    width: 100% !important;
  }
}

.overlap-cols {
  margin-top: -110px;
}
@media screen and (max-width: 782px) {
  .overlap-cols {
    margin-top: auto;
  }
}
.overlap-cols > .wp-block-column {
  z-index: 1;
}
.overlap-cols > .wp-block-column:first-child {
  padding-top: 70px;
  z-index: 50;
}
.overlap-cols > .wp-block-column:first-child figure {
  margin-top: auto;
  margin-bottom: 60px;
}
.overlap-cols > .wp-block-column:first-child figure img {
  width: 150%;
  max-width: none;
}
@media screen and (max-width: 782px) {
  .overlap-cols > .wp-block-column:first-child {
    display: none !important;
  }
}
.overlap-cols > .wp-block-column:last-child {
  z-index: 60;
}
.overlap-cols > .wp-block-column:last-child figure {
  margin-top: 60px;
}
.overlap-cols > .wp-block-column:last-child figure img {
  width: 150%;
  max-width: none;
  margin-left: -50%;
}
@media screen and (max-width: 782px) {
  .overlap-cols > .wp-block-column:last-child {
    display: none !important;
  }
}

.hero-legend {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 100%;
}

.modal-content {
  background-color: #170D00;
}

figure {
  position: relative;
}
figure > figcaption {
  position: absolute;
  bottom: 2px;
  left: 5px;
  opacity: 0.75;
  color: #ffffff;
  font-size: 14px;
  margin-left: 12px;
  margin-bottom: 5px !important;
}

.btn,
.contain-btn a {
  padding: 12px 24px;
  border-radius: 0;
  font-size: 21px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, border 0.3s, opacity 0.3s;
}

.btn-success,
.contain-btn-success a {
  border: solid 1px #8FA73B !important;
  background-color: #8FA73B;
  color: #2E350F !important;
  text-decoration: none !important;
}
.btn-success:hover,
.contain-btn-success a:hover {
  opacity: 0.75;
}

body.home main {
  max-height: 100%;
}
body.home #intro {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #170D00;
  z-index: 999999;
}
body.home #intro img.logo {
  width: 200px;
  max-width: 100%;
}
body.home h2 {
  font-size: 38px;
}
@media screen and (min-width: 992px) {
  body.home h2 {
    font-size: 48px;
  }
}
body.home #mainContainer figure {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.home #carouselNav {
  font-size: 21px;
}
body.home #carouselNav button.btn.btn-link {
  border: none;
  padding: 6px;
  font-size: 21px;
  color: #ffffff;
  opacity: 0.5;
  text-decoration: none;
}
body.home #carouselNav button.btn.btn-link:hover {
  opacity: 0.75;
}
body.home #carouselNav #pagination {
  padding: 6px 12px;
  letter-spacing: 3px;
}
body.home .alert.alert-danger {
  background-color: #5D080B;
  border-color: #5D080B;
  max-width: 300px;
}

body.page-about h1,
body.page-boutique h1 {
  font-size: 40px;
  line-height: 32px;
}
body.page-about h2,
body.page-boutique h2 {
  font-size: 40px;
  line-height: 40px;
}
body.page-about h3,
body.page-boutique h3 {
  font-size: 32px;
}
body.page-about .overlap-cols,
body.page-boutique .overlap-cols {
  margin-top: 20px;
}
@media screen and (min-width: 784px) {
  body.page-about .overlap-cols,
  body.page-boutique .overlap-cols {
    margin-top: -65px;
  }
}
@media screen and (min-width: 992px) {
  body.page-about .overlap-cols,
  body.page-boutique .overlap-cols {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-about h1,
  body.page-boutique h1 {
    font-size: 60px;
    line-height: 52px;
  }
  body.page-about .overlap-cols,
  body.page-boutique .overlap-cols {
    margin-top: -120px;
  }
}

body.page-galleries h1 {
  font-size: 40px;
  line-height: 32px;
}
@media screen and (min-width: 1200px) {
  body.page-galleries h1 {
    font-size: 60px;
    line-height: 52px;
  }
}
body.page-galleries .gallery {
  padding: 20px;
}
body.page-galleries .gallery a {
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-galleries .gallery a h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: -50px;
  left: 0;
  height: 40px;
  line-height: 40px;
  transition: top 0.3s;
  width: 100%;
  font-size: 18px;
}
body.page-galleries .gallery a h2:before {
  content: " ";
  width: 10px;
  display: inline-block;
}
body.page-galleries .gallery a:hover h2 {
  top: 0;
}
body.page-galleries .gallery.inspiration h2 {
  position: relative;
  top: auto;
  left: auto;
}
body.page-galleries .gallery.inspiration .left {
  display: inline-block;
  width: 40%;
  height: 100%;
}
body.page-galleries .gallery.inspiration figure {
  display: inline-block;
  width: 60%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
body.page-galleries .gallery.inspiration.red > div {
  background-color: #5D080B;
}
body.page-galleries .gallery.inspiration.green > div {
  background-color: #2E350F;
}
body.page-galleries .gallery.inspiration.orange > div {
  background-color: #46250D;
}
body.page-galleries .gallery.inspiration.gray > div {
  background-color: #71614D;
}
body.page-galleries .gallery.red h2 {
  background-color: #5D080B;
  color: #FFBAED;
}
body.page-galleries .gallery.green h2 {
  background-color: #2E350F;
  color: #8FA73B;
}
body.page-galleries .gallery.orange h2 {
  background-color: #46250D;
  color: #F97B25;
}
body.page-galleries .gallery.gray h2 {
  background-color: #71614D;
  color: #ffffff;
}
body.page-galleries .gallery.quote h2 {
  font-style: normal;
  font-weight: 400;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 992px) {
  body.page-galleries .gallery.quote h2 {
    font-size: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
body.page-galleries .gallery.quote span {
  position: absolute;
  bottom: 0;
}
body.page-galleries .gallery.quote.red > div {
  background-color: #5D080B;
  color: #FFBAED;
}
body.page-galleries .gallery.quote.green > div {
  background-color: #2E350F;
  color: #8FA73B;
}
body.page-galleries .gallery.quote.orange > div {
  background-color: #46250D;
  color: #F97B25;
}
body.page-galleries .gallery.quote.gray > div {
  background-color: #71614D;
  color: #ffffff;
}

body.single-gallery .cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
body.single-gallery .cover .btn {
  padding: 6px 12px;
  font-size: 18px;
}
body.single-gallery .row > figure .copyright {
  padding-left: 6px;
}
body.single-gallery .row > figure img {
  width: 100%;
}
body.single-gallery .container {
  padding-top: 0 !important;
}
body.single-gallery .container small {
  font-size: 16px;
}
body.single-gallery .container.red {
  position: relative;
  padding: 120px 0;
  border-radius: 0;
  background-color: #5D080B;
}
body.single-gallery .container.red::after, body.single-gallery .container.red::before {
  content: " ";
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #5D080B;
  z-index: -1;
}
body.single-gallery .container.red::after {
  right: -800px;
}
body.single-gallery .container.red::before {
  left: -800px;
}
@media screen and (max-width: 991px) {
  body.single-gallery .container.red {
    padding: 50px 0;
  }
}
@media screen and (max-width: 580px) {
  body.single-gallery .container.red::after, body.single-gallery .container.red::before {
    width: 24px;
  }
  body.single-gallery .container.red::after {
    right: -24px;
  }
  body.single-gallery .container.red::before {
    left: -24px;
  }
}
body.single-gallery .container.red h1,
body.single-gallery .container.red small {
  color: #FFBAED;
}
body.single-gallery .container.green {
  position: relative;
  padding: 120px 0;
  border-radius: 0;
  background-color: #2E350F;
}
body.single-gallery .container.green::after, body.single-gallery .container.green::before {
  content: " ";
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #2E350F;
  z-index: -1;
}
body.single-gallery .container.green::after {
  right: -800px;
}
body.single-gallery .container.green::before {
  left: -800px;
}
@media screen and (max-width: 991px) {
  body.single-gallery .container.green {
    padding: 50px 0;
  }
}
@media screen and (max-width: 580px) {
  body.single-gallery .container.green::after, body.single-gallery .container.green::before {
    width: 24px;
  }
  body.single-gallery .container.green::after {
    right: -24px;
  }
  body.single-gallery .container.green::before {
    left: -24px;
  }
}
body.single-gallery .container.green h1,
body.single-gallery .container.green small {
  color: #8FA73B;
}
body.single-gallery .container.orange {
  position: relative;
  padding: 120px 0;
  border-radius: 0;
  background-color: #46250D;
}
body.single-gallery .container.orange::after, body.single-gallery .container.orange::before {
  content: " ";
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #46250D;
  z-index: -1;
}
body.single-gallery .container.orange::after {
  right: -800px;
}
body.single-gallery .container.orange::before {
  left: -800px;
}
@media screen and (max-width: 991px) {
  body.single-gallery .container.orange {
    padding: 50px 0;
  }
}
@media screen and (max-width: 580px) {
  body.single-gallery .container.orange::after, body.single-gallery .container.orange::before {
    width: 24px;
  }
  body.single-gallery .container.orange::after {
    right: -24px;
  }
  body.single-gallery .container.orange::before {
    left: -24px;
  }
}
body.single-gallery .container.orange h1,
body.single-gallery .container.orange small {
  color: #F97B25;
}
body.single-gallery .container.gray {
  position: relative;
  padding: 120px 0;
  border-radius: 0;
  background-color: #71614D;
}
body.single-gallery .container.gray::after, body.single-gallery .container.gray::before {
  content: " ";
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #71614D;
  z-index: -1;
}
body.single-gallery .container.gray::after {
  right: -800px;
}
body.single-gallery .container.gray::before {
  left: -800px;
}
@media screen and (max-width: 991px) {
  body.single-gallery .container.gray {
    padding: 50px 0;
  }
}
@media screen and (max-width: 580px) {
  body.single-gallery .container.gray::after, body.single-gallery .container.gray::before {
    width: 24px;
  }
  body.single-gallery .container.gray::after {
    right: -24px;
  }
  body.single-gallery .container.gray::before {
    left: -24px;
  }
}
body.single-gallery .container.gray h1,
body.single-gallery .container.gray small {
  color: #ffffff;
}

body.page-press h1 {
  font-size: 40px;
  line-height: 32px;
}
@media screen and (min-width: 1200px) {
  body.page-press h1 {
    font-size: 60px;
    line-height: 52px;
  }
}
body.page-press .press {
  padding: 20px;
}
body.page-press .press a {
  text-decoration: none;
  color: #ffffff;
}
body.page-press .press a figure {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
body.page-press .press a u {
  font-size: 16px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
body.page-press .press a h2 {
  font-size: 18px;
  opacity: 0.75;
  transition: opacity 0.3s;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-style: normal;
  font-weight: 400;
}
body.page-press .press a:hover u,
body.page-press .press a:hover h2 {
  opacity: 1;
}
body.page-press .press a:hover[data-modal=video] figure::after {
  opacity: 1;
}
body.page-press .press a[data-modal=video] figure::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-image: url("images/play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
  opacity: 0.75;
}

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