/* @override 
	http://dev.lechainonmanquant.com/wp-content/themes/lechainonmanquant/assets/css/lcm23.css
	https://dev.lechainonmanquant.com/wp-content/themes/lechainonmanquant/assets/css/lcm23.css */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 32px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 64px;
  }
}
@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 64px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}
main {
  flex: 1 0 auto;
}
html {
  background: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #000548;
}
a {
  color: inherit;
}
*:focus {
  outline: none;
}
nav {
  background: none;
  box-shadow: none;
}
nav a {
  color: inherit;
}
button {
  cursor: pointer;
}
input,
select,
textarea {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
/* cancel flex for IE10 & IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: block;
    min-height: 0;
  }
  main {
    flex: none;
  }
}
@media only screen and (min-width: 0) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 601px) {
  .container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
  }
}
header.site-header {
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 20px 0 10px;
}
header.site-header .row {
  margin-bottom: 0;
}
header.site-header .social-menu {
  text-align: right;
}
header.site-header .top-menu {
  color: #AA8654;
  font-size: .85em;
}
header.site-header .top-menu a {
  transition: color 0.3s ease-in-out 0s;
}
header.site-header .top-menu a:hover {
  color: #000548;
}
header.site-header .lcm-logo {
  width: 85%;
  margin-top: -17px;
}
header.site-header .site-title {
  font-size: 1rem;
  line-height: 1.4em;
  margin: -40px 0 0;
}
header.site-header .extranet,
header.site-header .videographers {
  margin-left: 1em;
}
header.site-header .extranet i,
header.site-header .videographers i {
  margin-right: .3em;
}
header.site-header .main-menu {
  text-transform: uppercase;
  margin: 27px 0 0;
  font-size: 15px;
}
header.site-header .main-menu a {
  transition: color 0.3s ease-in-out 0s;
}
header.site-header .main-menu a:hover {
  color: #AA8654;
}
header.site-header .main-menu > li {
  display: inline-block;
  margin: 0 20px;
  line-height: 40px;
}
header.site-header .main-menu > li:first-child {
  margin-left: 0;
}
header.site-header .main-menu > li:last-child {
  margin-right: 0;
}
header.site-header .main-menu > li > a {
  line-height: 40px;
}
header.site-header .main-menu > li.menu-item-has-children {
  position: relative;
}
header.site-header .main-menu > li.menu-item-has-children > a:after {
  font-family: 'fontawesome';
  content: "\f107";
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .75em;
  color: #AA8654;
}
header.site-header .main-menu > li.menu-item-has-children .sub-menu {
  position: absolute;
  width: 320px;
  left: -20px;
  top: 40px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  z-index: 0;
  background: #fff;
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
header.site-header .main-menu > li.menu-item-has-children .sub-menu li {
  display: block;
}
header.site-header .main-menu > li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 5px;
  line-height: 1.3em;
  font-family: 'Oswald', sans-serif;
}
header.site-header .main-menu > li.menu-item-has-children .sub-menu li a small {
  font-family: 'Barlow', sans-serif;
  display: block;
  text-transform: none;
  font-size: .9em;
  font-weight: 400;
}
header.site-header .main-menu > li.menu-item-has-children .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid #e2d6c4;
}
header.site-header .main-menu > li.menu-item-has-children:hover .sub-menu {
  z-index: 999;
  padding: 10px 15px 15px;
  max-height: 9999999px;
}
header.site-header .main-menu#header-right {
  text-align: right;
}
header.site-header .main-menu#header-right > li.menu-item-has-children .sub-menu {
  left: auto;
  right: -20px;
  width: 240px;
  text-align: left;
}
header.site-header .main-menu .current-menu-item > a,
header.site-header .main-menu .current-menu-ancestor > a,
header.site-header .main-menu .current_page_parent > a {
  color: #AA8654;
}
header.site-header .sidenav-trigger {
  display: inline-block;
  font-size: 24px;
  margin-top: 12px;
}
header.site-header.clone {
  position: fixed;
  left: 0;
  top: -140px;
  width: 100%;
  padding-bottom: 10px;
  z-index: 99999999;
  transition: all 0.3s ease-in-out 0s;
}
header.site-header.clone.visible {
  top: 0;
}
header.site-header.clone .top-menu {
  display: none;
}
header.site-header.clone .site-title {
  margin-top: 0;
}
header.site-header.clone .lcm-logo {
  width: auto;
  height: 60px;
  margin: -15px auto 0;
}
header.site-header.clone .main-menu {
  margin: 0;
}
footer.page-footer {
  padding: 80px 0 10px;
  font-size: .85em;
}
footer.page-footer address {
  font-style: normal;
  padding-left: 24px;
  position: relative;
}
footer.page-footer address .fa-solid {
  position: absolute;
  left: 0;
  top: .3em;
}
footer.page-footer .tel,
footer.page-footer .contact {
  margin: 20px 0;
}
footer.page-footer .lcm-logo {
  max-width: 66%;
}
footer.page-footer .btn {
  box-shadow: none;
  border: 1px solid #000548;
  margin-top: 20px;
}
footer.page-footer .widget-title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
  color: #AA8654;
}
footer.page-footer .legal-row {
  margin-top: 60px;
  font-size: .85em;
}
footer.page-footer .legal-menu {
  margin: 0;
  text-align: right;
}
footer.page-footer .legal-menu li {
  display: inline-block;
  margin: 0 0 0 10px;
}
footer.page-footer .legal-menu li:not(:last-child) {
  padding: 0 20px 0 0;
  margin-right: 10px;
  border-right: 1px solid #000548;
}
footer.page-footer .menu {
  margin-right: 50px;
}
footer.page-footer .menu li {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
footer.page-footer a {
  color: inherit;
  transition: all 0.3s ease-in-out 0s;
}
footer.page-footer a:hover {
  color: #AA8654;
}
footer.page-footer a.btn:hover {
  border-color: #AA8654;
}
main {
  position: relative;
  background: #000548;
  background: linear-gradient(0deg, #000548 0%, #000115 100%);
  color: #fff;
  padding-bottom: 80px;
}
.lcm-logo {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.social-menu {
  margin: 0;
}
.social-menu li {
  display: inline-block;
  margin: 0 8px;
  font-size: 20px;
}
.social-menu li:first-child {
  margin-left: 0;
}
.social-menu li:last-child {
  margin-right: 0;
}
.lang-switcher {
  margin: 0;
  display: inline-block;
  margin-right: 20px;
}
.lang-switcher li {
  display: inline-block;
  text-transform: uppercase;
}
.lang-switcher li:not(:last-child):after {
  display: inline-block;
  content: "/";
  margin: 0 8px;
}
.lang-switcher li .current {
  font-weight: 600;
}
[type=checkbox].filled-in:checked + span:not(.lever):after {
  border: 2px solid #000548;
  background-color: #000548;
}
.arrow-top {
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  color: #AA8654;
  font-size: 20px;
  content: "";
  background: #fff;
  border-radius: 24px;
  position: fixed;
  right: 30px;
  bottom: 60px;
  opacity: 0;
  z-index: 999;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  transition: opacity 0.6s ease-in-out 0s;
}
.arrow-top.is-visible {
  opacity: 1;
}
#sidenav .lcm-logo {
  width: 30px;
}
#sidenav .menu {
  text-transform: uppercase;
}
#sidenav .menu li {
  height: auto;
  line-height: 1.5em;
}
#sidenav .menu li a {
  color: #000548;
  line-height: 1.5em;
  height: auto;
  padding: 10px 30px;
}
#sidenav .menu li a:hover {
  color: #AA8654;
}
@media only screen and (max-width: 1100px) and (min-width: 602px) {
  header.site-header .main-menu > li {
    padding: .3vw;
    margin: 0 .3vw;
    font-size: 1.4vw;
  }
}
@media only screen and (max-width: 990px) {
  header.site-header .extranet,
  header.site-header .videographers {
    font-size: 0;
    margin: 0 10px;
  }
  header.site-header .extranet i,
  header.site-header .videographers i {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  header.site-header {
    padding-top: 0;
    position: relative;
  }
  header.site-header .top-menu {
    position: absolute;
    right: 0;
    top: 20px;
  }
  header.site-header .lang-switcher {
    font-size: 12px;
    margin-right: 10px;
  }
  header.site-header .lcm-logo {
    max-width: 260px;
  }
  footer.page-footer {
    padding-top: 40px;
  }
  footer.page-footer .lcm-logo {
    max-width: 40px;
    margin-bottom: 15px;
  }
  footer.page-footer .social-menu,
  footer.page-footer .legal-row,
  footer.page-footer .legal-menu {
    text-align: center;
  }
  footer.page-footer .legal-menu {
    margin-top: 30px;
  }
}
h1,
h2,
h3,
h4 {
  font-family: 'Oswald', sans-serif;
  color: #AA8654;
  line-height: 1.3em;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
p,
h6 {
  font-size: 1em;
  margin: .5em 0;
}
button,
.btn {
  box-shadow: none;
  height: auto;
  background: #fff;
  color: #AA8654;
  border: 1px solid #AA8654;
  font-weight: 500;
  margin: 0;
  padding: 5px 20px;
}
button:hover,
.btn:hover {
  box-shadow: none;
}
.toast {
  background: #AA8654;
}
.post-content a {
  text-decoration: underline;
}
.post-content table {
  font-size: .9em;
  background: #fff;
  margin: 1em 0;
}
.post-content table tr {
  border-bottom: 1px solid #ddd;
}
.post-content blockquote {
  border-color: #ddd;
  font-style: italic;
  font-weight: 600;
}
.post-content ul,
.post-content ol {
  margin: 1em 0;
}
.post-content ul li,
.post-content ol li {
  margin-bottom: .5em;
}
.post-content ul li ul,
.post-content ol li ul {
  margin-top: .5em;
}
.post-content ul li,
.post-content ol li {
  position: relative;
  padding-left: 1em;
}
.post-content ul li:before,
.post-content ol li:before {
  content: "•";
  color: #AA8654;
  position: absolute;
  left: 0;
  top: 0;
}
.post-content strong {
  font-weight: 600;
}
.post-content .wp-block-gallery {
  margin: 30px 0;
}
.post-content .wp-block-gallery li {
  padding: 0;
}
.post-content .wp-block-gallery li:before {
  content: "";
  display: none;
}
.post-content figure {
  margin: 0;
}
.post-content .video-container {
  margin: 30px 0;
}
.post-content .contact-btn {
  margin: 30px 0;
}
.post-content .contact-btn .btn {
  border: none;
}
.post-content .contact-btn .btn:hover {
  background: #AA8654;
  color: #fff;
}
form.newsletter-form .title,
form.newsletter-form .subtitle {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
form.newsletter-form .title {
  color: #AA8654;
  font-weight: 600;
}
form.newsletter-form .subtitle {
  font-weight: 300;
}
form.newsletter-form .input-wrapper {
  position: relative;
  margin: 20px 0;
}
form.newsletter-form .input-wrapper input[type="email"] {
  margin: 0;
  border: 1px solid #e2d6c4;
  border-radius: 6px;
  padding: 0 40px;
  height: 3rem;
  width: calc( 100% - 80px );
}
form.newsletter-form .input-wrapper input[type="email"]:focus {
  box-shadow: none;
  border: 1px solid #e2d6c4;
}
form.newsletter-form .input-wrapper .fa-envelope {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 20px;
  color: #AA8654;
}
form.newsletter-form .input-wrapper button {
  border: none;
  background: #fff;
  position: absolute;
  right: 3px;
  top: 3px;
  line-height: 2.4rem;
  width: 30px;
  color: #AA8654;
  padding: 3px 0;
}
form.newsletter-form p {
  margin: 0;
}
form.newsletter-form p label input[type="checkbox"] + span {
  font-size: 1em;
  line-height: 1.5em;
  color: #000548;
}
form.newsletter-form p label input[type="checkbox"] + span a {
  text-decoration: underline;
}
#callback-modal {
  position: fixed;
  right: 5%;
  bottom: 50px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 320px;
  max-width: 90%;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(50vw) scale(0);
  opacity: 0;
}
#callback-modal .title,
#callback-modal .subtitle {
  text-align: center;
}
#callback-modal .title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
#callback-modal .title strong {
  display: block;
  font-size: 1.2em;
}
#callback-modal .subtitle {
  color: #AA8654;
}
#callback-modal ::placeholder {
  color: #AA8654;
}
#callback-modal .input-wrapper {
  position: relative;
  margin: 20px 0;
}
#callback-modal .input-wrapper input[type="tel"],
#callback-modal .input-wrapper input[type="text"] {
  margin: 0;
  border: 1px solid #e2d6c4;
  border-radius: 6px;
  padding: 0 0 0 30px;
  height: 3rem;
  width: calc( 100% - 30px );
}
#callback-modal .input-wrapper input[type="tel"]:focus,
#callback-modal .input-wrapper input[type="text"]:focus {
  box-shadow: none;
  border: 1px solid #e2d6c4;
}
#callback-modal .input-wrapper i {
  position: absolute;
  left: 10px;
  top: 17px;
  font-size: 14px;
  color: #AA8654;
}
#callback-modal button {
  display: inline-block;
  background: #000548;
  border: 1px solid #000548;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
}
#callback-modal .callback-dismiss {
  display: block;
  margin-top: 20px;
  color: #AA8654;
}
#callback-modal .callback-dismiss:hover {
  text-decoration: underline;
}
#callback-modal.visible {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.post-item {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.3);
}
.post-item img,
.post-item .img-placeholder {
  display: block;
  margin: 0;
  aspect-ratio: 1.46153846;
  object-fit: cover;
  transition: transform 0.6s ease-in-out 0s;
}
.post-item .post-title {
  margin: 0;
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
  transition: color 0.3s ease-in-out 0s;
}
.post-item:hover .post-title {
  color: #AA8654;
}
.post-item .meta {
  position: absolute;
  left: 15px;
  top: 20px;
}
.post-item .category,
.post-item .date,
.post-item .read-more {
  font-size: .85em;
}
.post-item .category {
  text-transform: uppercase;
  font-weight: 600;
}
.post-item .post-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.post-item .post-link .overlay {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.post-item .post-link:hover img {
  transform: scale(1.1);
}
.post-item .post-link:hover .overlay {
  opacity: .35;
}
.post-item.grid-view {
  display: flex;
  align-content: center;
  gap: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-item.grid-view .post-link {
  width: 160px;
}
.post-item.grid-view .description {
  width: calc( 100% - 30px - 160px );
}
.post-item.grid-view .description .date {
  color: #AA8654;
}
.post-item.grid-view .description .date .category {
  display: inline;
}
.post-item.grid-view .description .post-title {
  margin: 5px 0;
}
.post-item.grid-view .description p {
  font-size: .9em;
  margin: 0;
}
.rank-math-breadcrumb {
  height: auto;
  line-height: 1em;
  margin: 15px 0;
}
.rank-math-breadcrumb p {
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  font-size: 13px;
}
.rank-math-breadcrumb p .last,
.rank-math-breadcrumb p a {
  color: rgba(255, 255, 255, 0.6);
}
.rank-math-breadcrumb p a:hover {
  color: #fff;
}
.rank-math-breadcrumb p i {
  line-height: 1em;
  height: auto;
  font-size: 8px;
  vertical-align: middle;
  margin: 0 .5em;
}
nav.navigation.pagination {
  height: auto;
  text-align: center;
}
nav.navigation.pagination span,
nav.navigation.pagination a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: .85em;
  color: #AA8654;
  transition: all 0.3s ease-in-out 0s;
}
nav.navigation.pagination span i.fa,
nav.navigation.pagination a i.fa {
  line-height: 1;
  font-size: 10px;
  transform: translateY(-2px);
}
nav.navigation.pagination .current {
  background: #fff;
  color: #AA8654;
}
nav.navigation.pagination a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.share-buttons {
  margin: 0;
}
.share-buttons li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #AA8654;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  color: #AA8654;
  transition: all 0.3s ease-in-out 0s;
}
.share-buttons li a:hover {
  background: #fff;
  border-color: #fff;
}
.info-banner {
  background: #AA8654;
  color: #fff;
  padding: 10px 0;
  font-size: .9em;
}
.info-banner .container {
  padding: 0 calc( 20px + .75rem );
}
.info-banner .btn {
  padding: 4px 8px;
  height: auto;
  line-height: 1.3em;
  margin-left: 1em;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 12px;
}
main .page-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  margin-top: 30px;
}
main .page-title small {
  display: block;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #fff;
  font-size: .5em;
  font-weight: 300;
}
main.single .rank-math-breadcrumb {
  margin-bottom: 40px;
}
main.single.post-single .page-title {
  color: #fff;
  margin: 0;
  font-size: 3em;
  font-weight: 800;
}
main.single.post-single .post-meta {
  margin: 15px 0;
  color: #AA8654;
}
main.single.post-single .post-meta a {
  font-weight: 600;
}
main.single.post-single .sticky .share-buttons {
  position: sticky;
  top: 100px;
}
main.single.post-single .sticky .share-buttons li {
  margin-bottom: 15px;
}
main.single.post-single .wp-post-image {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  margin: 0;
  border-radius: 12px 12px 0 0;
}
main.single.post-single .post-content {
  background: #fff;
  color: #000548;
  padding: 20px 40px 50px;
  border-radius: 0 0 12px 12px;
  margin-top: -1px;
}
main.single.post-single .post-content .share-buttons {
  display: none;
}
main.single.post-single .post-content .share-buttons li {
  display: inline-block;
}
main.single.post-single .post-content .share-buttons li:not(:last-child) {
  margin-right: 15px;
}
main.single.post-portfolio .page-title {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 4em;
}
main.single.post-portfolio .annee,
main.single.post-portfolio .domaines {
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #AA8654;
}
main.single.post-portfolio .img-wrapper {
  position: sticky;
  top: 40px;
}
main.single.post-portfolio .domaines {
  margin: 5px 0 1em;
}
main.single.post-portfolio h4 {
  color: #fff;
  margin: 1.5em 0 0;
}
main.single.post-portfolio .sticky {
  position: relative;
}
#related-posts .post-item {
  border-bottom: none;
}
#related-posts .post-item img {
  border-radius: 0;
}
main.archive .grid-item,
main.archive .grid-sizer {
  width: calc( 20% - 1.5rem );
  margin: 10px .75rem;
}
main.archive .imdb-link {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  float: right;
  width: 100px;
  text-align: center;
}
main.archive .imdb-link img {
  display: block;
  margin: 0 auto;
  height: 30px;
  width: auto;
}
main.archive .keyword-search {
  margin-bottom: 40px;
}
main.archive .keyword-search h2 {
  font-size: 3em;
  margin: 0;
}
main.archive .keyword-search h2 strong {
  color: #fff;
}
main.archive .keyword-search p {
  font-size: 1.2em;
}
main.archive .keyword-search p i {
  margin-right: .5em;
}
.iso-grid {
  margin-top: 50px;
}
.iso-grid .grid-item {
  position: relative;
}
.iso-grid .grid-item img,
.iso-grid .grid-item .img-placeholder {
  aspect-ratio: 1.33333333;
}
.iso-grid .grid-item img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.iso-grid .grid-item .img-placeholder {
  display: block;
  width: 100%;
  content: "";
  background: #AA8654;
}
.iso-grid .grid-item .project {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #AA8654;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
.iso-grid .grid-item .project > div {
  width: 100%;
  padding: 20px;
}
.iso-grid .grid-item:hover .in-production {
  left: 5px;
}
.iso-grid .grid-item:hover .project {
  opacity: 1;
  bottom: 0;
}
.iso-grid .grid-item .annee,
.iso-grid .grid-item .domaine {
  font-size: 12px;
}
.iso-grid .grid-item .portfolio-title {
  margin: 5px 0;
  font-size: 1em;
  font-weight: 600;
  color: #000548;
}
.iso-grid .grid-item a.details {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.post-portfolio .sticky .in-production,
.iso-grid .grid-item .in-production {
  position: absolute;
  background: #AA8654;
  left: -5px;
  top: 30px;
  font-size: .8em;
  padding: 2px 8px 3px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.lcm-select-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 46px;
}
.lcm-select-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: .75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #AA8654;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
.lcm-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  font-family: 'Barlow', sans-serif;
  height: auto;
  border: 0;
  margin: 0;
  padding: .75em;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lcm-select-wrapper select:focus {
  outline: none;
}
.search-form {
  position: relative;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
}
.search-form input[type="text"] {
  padding: 0 15px;
  height: 46px;
  width: calc( 100% - 30px );
  margin: 0;
  border: none;
  box-shadow: none;
}
.search-form input[type="text"]:focus {
  border: none !important;
  box-shadow: none !important;
}
.search-form button {
  position: absolute;
  right: 0;
  top: 3px;
  padding: 0 10px;
  line-height: 40px;
  border: none;
  background: transparent;
  color: #AA8654;
}
.search-form .results {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 40px;
}
.search-form .results.visible {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2);
  max-height: 50vh;
  overflow-y: auto;
  padding-bottom: 15px;
}
.search-form .results a.search-result {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
}
.search-form .results a.search-result img {
  display: block;
  width: 80px;
  height: auto;
  border-radius: 4px;
}
.search-form .results a.search-result .img-placeholder {
  display: block;
  width: 80px;
  height: 80px;
  content: "";
  border-radius: 4px;
  background: #AA8654;
}
.search-form .results a.search-result .desc {
  padding-left: 10px;
}
.search-form .results a.search-result .date {
  color: #AA8654;
  font-size: .8em;
}
.search-form .results a.search-result .title {
  color: #000548;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}
#portfolio-search {
  width: calc( 100% - 160px );
}
#portfolio-search .results a.search-result .domaine,
#portfolio-search .results a.search-result .annee {
  color: #AA8654;
  font-family: 'Oswald', sans-serif;
  font-size: .85em;
  text-transform: uppercase;
}
#blog-search {
  margin-top: 40px;
  display: block;
}
.blog-display {
  margin: 50px 0 0;
  text-align: right;
}
.blog-display li {
  display: inline-block;
  margin: 0 10px;
}
.blog-display li:first-child {
  margin-left: 0;
}
.blog-display li:last-child {
  margin-right: 0;
}
.blog-display li a {
  opacity: .5;
  transition: opacity 0.3s ease-in-out 0s;
}
.blog-display li a.current,
.blog-display li a:hover {
  opacity: 1;
}
main.homepage {
  padding-bottom: 0;
}
main.homepage .page-header {
  position: relative;
  color: #fff;
  padding: 80px 0;
}
main.homepage .page-header img,
main.homepage .page-header video,
main.homepage .page-header .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main.homepage .page-header .container {
  position: relative;
  z-index: 1;
}
main.homepage .page-header img,
main.homepage .page-header video {
  display: block;
  object-fit: cover;
}
main.homepage .page-header .overlay {
  background: #000;
}
main.homepage .page-header .title {
  font-size: 3em;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
main.homepage .page-header .subtitle {
  margin: 0;
  font-size: 2.4em;
  font-weight: 300;
  color: #fff;
}
main.homepage .page-header .description {
  margin: 30px 0 0;
}
main.homepage .page-header .btn {
  background: #fff;
  color: #AA8654;
  border-color: #fff;
  margin-top: 30px;
}
main.homepage .page-header .btn:hover {
  color: #000548;
}
.arrow-anchor {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 24px;
  color: #AA8654;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
}
.presta-intro {
  position: relative;
  padding-bottom: 80px;
}
.prestations-vertical-slider {
  padding: 40px 0;
}
.prestations-vertical-slider .item {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 8px 0;
  padding: 20px 50px 20px 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.3em;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.prestations-vertical-slider .item small {
  display: block;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  line-height: 1.3em;
  margin-top: .3em;
}
.prestations-vertical-slider .item:after {
  font-family: 'fontawesome';
  content: "\f105";
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -0.5em;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.prestations-vertical-slider .item:hover {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.prestations-vertical-slider .item:hover:after {
  opacity: 1;
  right: 20px;
}
.prestations-vertical-slider .slick-arrow {
  position: absolute;
  left: 50%;
  padding: 0;
  font-size: 0;
  border: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  margin-left: -0.5em;
  background: transparent;
  font-family: 'fontawesome';
}
.prestations-vertical-slider .slick-arrow.slick-disabled {
  opacity: .3;
}
.prestations-vertical-slider .slick-arrow:before {
  content: "\f107";
  font-size: 20px;
  color: #fff;
}
.prestations-vertical-slider .slick-arrow.slick-next {
  bottom: 0;
  line-height: 38px;
}
.prestations-vertical-slider .slick-arrow.slick-prev {
  top: 0;
}
.prestations-vertical-slider .slick-arrow.slick-prev:before {
  line-height: 36px;
  content: "\f106";
}
.slick-dots {
  text-align: center;
  margin: 10px 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  padding: 0;
  font-size: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 14px;
  height: 14px;
  background: transparent;
}
.slick-dots li button:hover {
  background: #fff;
}
.slick-dots li.slick-active button {
  border-color: #AA8654;
  background: #AA8654;
}
.flexible-sections section {
  padding: 60px 0;
  position: relative;
}
.flexible-sections section:not(:first-child):before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 1.5s ease-in-out 0s;
  transform: scaleX(0);
}
.flexible-sections section.visible:not(:first-child):before {
  transform: scaleX(1);
}
.flexible-sections section .monogram-title {
  position: relative;
  margin: 0 0 2em;
  padding: 1em 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.flexible-sections section .monogram-title span {
  position: relative;
  z-index: 1;
}
.flexible-sections section .monogram-title:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url('../img/title-monogram.svg') no-repeat center center;
  background-size: contain;
  opacity: .12;
}
.flexible-sections section .monogram-title small {
  display: block;
  font-weight: 300;
  color: #AA8654;
}
.flexible-sections section.missions h3,
.flexible-sections section.missions h4 {
  margin: 0;
}
.flexible-sections section.missions p {
  margin: 1em 0;
}
.flexible-sections section.missions .btn {
  background: #AA8654;
  color: #fff;
}
.flexible-sections section.missions h3.title {
  text-transform: uppercase;
  color: #fff;
  margin-top: 2.2em;
  font-weight: 600;
}
.flexible-sections section.missions .missions-slider {
  margin: 2em 0;
}
.flexible-sections section.missions .portfolio-item {
  position: relative;
  aspect-ratio: 1.33333333;
  margin: 0 10px;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.flexible-sections section.missions .portfolio-item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexible-sections section.missions .portfolio-item .desc {
  position: absolute;
  z-index: 1;
  left: 5px;
  bottom: -55px;
  width: calc( 100% - 10px );
  background: #fff;
  border-radius: 4px;
  color: #000548;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.flexible-sections section.missions .portfolio-item .title {
  font-family: 'Oswald', sans-serif;
}
.flexible-sections section.missions .portfolio-item .subtitle {
  color: #AA8654;
  font-size: .85em;
}
.flexible-sections section.missions .portfolio-item:hover .desc {
  bottom: 5px;
  opacity: 1;
}
.flexible-sections section.equipe .btn {
  margin: 40px 0 0;
  background: none;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.flexible-sections section.equipe .team-member {
  margin: 0 10px;
}
.flexible-sections section.news {
  background: #f3eee6;
}
.flexible-sections section.news .post-item {
  border-bottom: none;
  margin-bottom: 0;
}
.flexible-sections section.news .post-item .post-title {
  font-size: 1em;
  color: #000548;
  text-transform: none;
}
.flexible-sections section.news .monogram-title {
  color: #000548;
}
.flexible-sections section.news .monogram-title:before {
  opacity: .8;
}
.flexible-sections section.news .btn {
  border: none;
  margin: 2em 0 0;
}
.team-member {
  position: relative;
  aspect-ratio: 1;
}
.team-member img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.team-member .desc {
  position: absolute;
  left: 10px;
  bottom: -100px;
  width: calc( 100% - 20px );
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.team-member .desc h4 {
  color: #000548;
  text-transform: uppercase;
  margin: 0;
  font-size: .9em;
}
.team-member .desc p {
  color: #AA8654;
  margin: 0;
  line-height: 1.2em;
  font-size: .8em;
}
.team-member:hover .desc {
  bottom: 10px;
  opacity: 1;
}
#lcm-contact-form {
  margin: 40px 0;
}
#lcm-contact-form .input-field input[type=text],
#lcm-contact-form .input-field input[type=tel],
#lcm-contact-form .input-field input[type=email],
#lcm-contact-form .input-field textarea {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 0 10px;
  width: calc( 100% - 20px );
  border: none;
  box-shadow: none;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  color: #fff;
}
#lcm-contact-form .input-field input[type=text]:focus,
#lcm-contact-form .input-field input[type=tel]:focus,
#lcm-contact-form .input-field input[type=email]:focus,
#lcm-contact-form .input-field textarea:focus {
  box-shadow: none;
}
#lcm-contact-form .input-field textarea {
  width: 100%;
  padding: 10px;
  line-height: 160%;
}
#lcm-contact-form .input-field label {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.6);
}
#lcm-contact-form .input-field label.active {
  top: -8px;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.4);
}
#lcm-contact-form .input-field .required {
  color: #AA8654;
  margin-left: .25em;
}
#lcm-contact-form button[type=submit] {
  display: block;
  width: 100%;
  padding: 15px 5px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  border: none;
}
#lcm-contact-form p {
  margin: 1em 0;
}
#lcm-contact-form p label input[type=checkbox] + span {
  color: #fff;
  font-size: .9em;
}
#lcm-contact-form p label input[type=checkbox] + span a {
  text-decoration: underline;
}
#lcm-contact-form p label input[type=checkbox] + span:after {
  border: 2px solid rgba(255, 255, 255, 0.4);
}
#lcm-contact-form p label input[type=checkbox]:checked + span:before {
  border-right-color: #AA8654;
  border-bottom-color: #AA8654;
}
#lcm-contact-form p label input[type=checkbox]:checked + span:after {
  border-color: #fff;
  background: #fff;
}
main.page-equipe .equipe h3 {
  text-transform: uppercase;
  color: #fff;
  margin-top: 3em;
}
main.page-equipe .team-slider {
  width: calc( 100% + 20px );
  margin-left: -10px;
}
main.page-equipe .team-member {
  margin: 0 10px;
}
main.page-equipe .modal {
  width: 640px;
  max-width: 90%;
}
main.page-equipe .modal .row {
  margin-bottom: 0;
}
main.page-equipe .modal .modal-content {
  color: #000548;
}
main.page-equipe .modal .modal-content h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #000548;
}
main.page-equipe .modal .modal-content .position {
  color: #AA8654;
  text-transform: uppercase;
  margin-bottom: 20px;
}
main.page-equipe .modal .modal-content img {
  display: block;
  margin: 0 auto 20px;
  border-radius: 4px;
}
main.page-equipe .modal .modal-close {
  color: #000548;
  position: absolute;
  right: 20px;
  top: 20px;
}
main.page-histoire .lcm-timeline {
  margin: 40px 0;
}
main.page-histoire .lcm-timeline .step {
  margin: 80px 0;
  display: flex;
  gap: 50px;
  align-items: center;
}
main.page-histoire .lcm-timeline .step h2 {
  margin-top: 0;
}
main.page-histoire .lcm-timeline .step .icon {
  min-width: 40%;
}
main.page-histoire .lcm-timeline .step:nth-child(even) {
  flex-direction: row-reverse;
}
main.page-prestation {
  padding-bottom: 0;
}
main.page-prestation .presta-desc h2 {
  margin-top: 0;
}
main.page-prestation section.methodo {
  position: relative;
}
main.page-prestation section.methodo .container {
  position: relative;
}
main.page-prestation section.methodo .container .row {
  margin-bottom: 0;
}
main.page-prestation section.methodo video,
main.page-prestation section.methodo .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.page-prestation section.presta-faq {
  position: relative;
  background: #fff;
  margin: 50px 0;
}
main.page-prestation section.presta-faq .wp-post-image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
main.page-prestation .collapsible {
  margin: 40px 0;
  box-shadow: none;
  border: none;
}
main.page-prestation .collapsible .collapsible-header {
  padding: 20px 0;
  position: relative;
}
main.page-prestation .collapsible .collapsible-header h4 {
  margin: 0 80px 0 0;
}
main.page-prestation .collapsible .collapsible-header .fa-solid {
  position: absolute;
  right: 0;
  top: 26px;
}
main.page-prestation .collapsible .collapsible-header .fa-solid.fa-angle-up {
  display: none;
}
main.page-prestation .collapsible .collapsible-header .fa-solid:before {
  font-size: 16px;
  color: #AA8654;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #AA8654;
  display: block;
  border-radius: 18px;
}
main.page-prestation .collapsible .collapsible-body {
  color: #000548;
  padding: 0 0 20px;
}
main.page-prestation .collapsible li.active .collapsible-header {
  border-bottom: none;
}
main.page-prestation .collapsible li.active .collapsible-header .fa-solid.fa-angle-down {
  display: none;
}
main.page-prestation .collapsible li.active .collapsible-header .fa-solid.fa-angle-up {
  display: block;
}
main.page-prestation .collapsible li:last-child .collapsible-header,
main.page-prestation .collapsible li:last-child .collapsible-body {
  border-bottom: none;
}
main.page-prestation .methodo-title {
  text-transform: uppercase;
}
main.page-prestation .method-list {
  margin: 100px 0 50px;
  display: flex;
  gap: 40px;
}
main.page-prestation .method-list .item {
  flex: 1;
  background: #fff;
  color: #000548;
  padding: 60px 40px 50px;
  border-radius: 4px;
  position: relative;
  font-size: .9em;
}
main.page-prestation .method-list .item span.nb {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #AA8654;
  line-height: 54px;
  text-align: center;
  border: 8px solid #000548;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -35px;
}
main.page-prestation .contact {
  padding: 60px 0;
  color: #000548;
  background: #f3eee6;
}
main.page-prestation .contact .contact-desc h1,
main.page-prestation .contact .contact-desc h2,
main.page-prestation .contact .contact-desc h3,
main.page-prestation .contact .contact-desc h4,
main.page-prestation .contact .contact-desc h5 {
  color: inherit;
}
main.page-prestation .contact h2 {
  text-transform: uppercase;
}
main.page-prestation #lcm-contact-form .required {
  color: #AA8654;
}
main.page-prestation #lcm-contact-form button {
  background: #AA8654;
  color: #fff;
}
main.page-prestation #lcm-contact-form .input-field label {
  color: #000548;
}
main.page-prestation #lcm-contact-form .input-field input[type="text"],
main.page-prestation #lcm-contact-form .input-field input[type="email"],
main.page-prestation #lcm-contact-form .input-field input[type="tel"],
main.page-prestation #lcm-contact-form .input-field textarea {
  background: rgba(255, 255, 255, 0.75);
  color: #000548;
}
main.page-prestation #lcm-contact-form p label input[type=checkbox] + span {
  color: #000548;
}
main.page-prestation #lcm-contact-form p label input[type=checkbox] + span:after {
  border-color: #AA8654;
}
main.page-prestation #lcm-contact-form p label input[type=checkbox]:checked + span:after {
  border-color: #fff;
}
#confirm-modal {
  width: 360px;
  max-width: 80%;
  text-align: center;
  color: #000548;
}
#confirm-modal .modal-content {
  padding: 40px;
}
#confirm-modal .modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#faq-section {
  margin: 50px 0;
}
#faq-section .faq-nav {
  margin: 0;
}
#faq-section .faq-nav li {
  padding: 0;
}
#faq-section .faq-nav li:before {
  display: none;
}
#faq-section .faq-nav li:first-child a {
  padding-left: 0;
}
#faq-section .faq-nav li:last-child {
  border: none;
}
#faq-section .faq-nav li a {
  display: block;
  text-transform: uppercase;
  padding: 8px 20px;
  opacity: .5;
  font-size: 13px;
  transition: opacity 0.3s ease-in-out 0s;
}
#faq-section .faq-nav li a:hover {
  opacity: 1;
}
#faq-section .faq-nav li.active a {
  opacity: 1;
}
#faq-section .faq-themes > div:not(.active) {
  display: none;
}
#faq-section h2 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 600;
}
#faq-section .collapsible {
  border: none;
  box-shadow: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#faq-section .collapsible > li {
  padding: 0;
  margin: 0;
  font-size: .9rem;
  font-weight: 300;
}
#faq-section .collapsible > li:before {
  display: none;
}
#faq-section .collapsible > li .collapsible-header {
  background: transparent;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#faq-section .collapsible > li .collapsible-header h3 {
  font-size: 1.3em;
  font-weight: 400;
  margin: 0;
  color: #fff;
}
#faq-section .collapsible > li .collapsible-body {
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#faq-section .collapsible > li.active .collapsible-header {
  border-bottom: 1px solid transparent;
}
#faq-section .collapsible > li.active .collapsible-header h3 {
  color: #AA8654;
}
#faq-search {
  width: 100%;
}
#search-faq-modal {
  z-index: 99999999 !important;
  background: #fff;
}
#search-faq-modal .modal-content {
  padding: 40px 80px 50px 40px;
  color: #000548;
}
#search-faq-modal .modal-content h2 {
  font-size: 1.4em;
}
#search-faq-modal .modal-close {
  color: #000548;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  main.homepage .home-flex-intro {
    display: flex;
    gap: 50px;
    align-items: center;
  }
  main.homepage .home-flex-intro > div {
    width: calc( 50% - 50px );
  }
}
@media only screen and (min-width: 602px) {
  #faq-section .faq-nav {
    display: flex;
    align-items: center;
  }
  #faq-section .faq-nav li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (max-width: 600px) {
  .flexible-sections section.missions h4 {
    margin-top: 2em;
  }
  .info-banner .container {
    padding: 0 .75rem;
    text-align: center;
  }
  .info-banner .txt {
    display: block;
  }
  .info-banner .btn {
    margin: 8px auto 0;
  }
  #faq-section .faq-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #faq-section .faq-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #faq-section .faq-nav li a {
    padding: 15px 0;
  }
}
