/*
Primary			Sunflower   rgba(255,181,17,1)		#FFB511			rgba(var(--wp--preset--color--global--primary),1);	
Secondary		Teal        rgba(0,104,114,1)		#006872			rgba(var(--wp--preset--color--global--secondary),1);		
Tertiary		Federal blue        rgba(22,36,56,1)		#162438			rgba(var(--wp--preset--color--global--tertiary),1);		

Text color		            rgba(36,49,56,1)		#243138		            rgba(var(--main-text-color),1);
Main background	            rgba(255, 255, 255,1)	#ffffff	    			rgba(var(--main-background-color),1);

Main Nav Text color         rgba(255,255,255,1)	        #ffffff         rgba(var(--main-nav-text-color),1);
Main Nav Text color hover   rgba(255,181,17,1)	    #FFB511         rgba(var(--main-nav-text-color-hover),1);


XL 72px 4.5rem      font-size: clamp(2.5rem, 0.8636rem + 3.6364vw, 4.5rem);
L  32px 2rem        font-size: clamp(1.5rem, 1.0909rem + 0.9091vw, 2rem);
M  26px 1.625rem    font-size: clamp(1.2rem, 0.8523rem + 0.7727vw, 1.625rem);

*/


@font-face {
    font-family: 'Raleway Variable';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    /* Plage de graisses supportée */
    src: url('webfonts/latin-wght-normal.woff2') format('woff2-variations');
}

:root {
    --wp--preset--color--global--primary: 255, 181, 17;
    --wp--preset--color--global--secondary: 0, 104, 114;
    --wp--preset--color--global--tertiary: 22, 36, 56;

    --main-text-color: 22, 36, 56;
    --main-background-color: 255, 255, 255;
    --main-nav-text-color: 255, 255, 255;
    --main-nav-text-color-hover: 255, 181, 17;
}


body {
    font-family: 'Raleway Variable', sans-serif;
    font-weight: 400;
    /* Graisse normale */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(var(--main-text-color), 1);
    background-color: rgba(var(--main-background-color), 1);
}

a,
a:link,
a:visited {
    color: rgba(var(--main-text-color), 1);
}

.wp-block-button__link {
    transition: all 0.3s ease-in-out;
}

.linkedin-button .wp-block-button__link {
    border: 1px solid red !important;
    background-color: white !important;
    color: rgba(var(--main-text-color), 1) !important;
    display: flex;
    align-items: center;
    padding-top: 0.75em;
    padding-right: 1.5em;
    padding-bottom: 0.75em;
    padding-left: 1.5em;
}

.linkedin-button .wp-block-button__link:before {
    content: "";
    display: block;
    border-right: 1px solid red;
    margin-right: 1em;
    padding-right: 1em;
    width: 2.5em;
    height: 1.5em;
    background: url(images/icon-linkedin.svg) no-repeat left center;
    background-size: contain;
}

section#localiser {
    scroll-margin-top: 150px
}

section.section-background {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

/**
 * TYPOGRAPHY
 */

h1.is-style-bordered span,
h2.is-style-bordered span,
h3.is-style-bordered span,
h4.is-style-bordered span {
    background-color: rgba(var(--main-color-white), 1);
    border: 0.1em solid rgba(var(--wp--preset--color--global--tertiary), 1);
    padding: 0.05em 0.15em 0.05em 0.15em;
}

.is-style-bordered,
.is-style-dark {
    display: block;
    /* keeps the natural line break */
    width: fit-content;
    /* box only as wide as its content */
}


.is-style-bordered,
.is-style-dark {
    margin-left: 0 !important;
}


.is-style-bordered+.is-style-bordered,
.is-style-bordered+.is-style-dark,
.is-style-dark+.is-style-dark,
.is-style-dark+.is-style-bordered {
    margin-block-start: 0.25em !important;
}


.bordered-style {
    background-color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--global-tertiary);
    border-width: 3px;
    border-style: solid;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: fit-content;
}

.dark-style {
    background-color: var(--wp--preset--color--global-tertiary);
    color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--global-tertiary);
    border-width: 3px;
    border-style: solid;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: fit-content;
}

.is-style-bordered.timeline-legend {
    text-transform: none;
}

.wp-block-image.has-custom-border img {
    border-style: solid;
}

.is-style-contact-name,
.is-style-contact-email {
    position: relative;
}

.is-style-contact-name:before,
.is-style-contact-email:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 1.3em;
    height: 1.3em;
    background: no-repeat center center;
    background-size: 1.3em;
}

.is-style-contact-name:before {
    background-image: url(images/icon-portrait.svg);
}

.is-style-contact-email:before {
    background-image: url(images/icon-email.svg);
}

.is-style-contact-email a {
    text-decoration: none;
}

.is-style-contact-email {
    margin-top: 0.5rem;
}


/* Alignment Classes for Gutenberg */
.alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: var(--wide-width);
    width: auto;
}

.alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    width: auto;
}

/* Constrain alignwide and alignfull on larger screens */
@media (min-width: 1200px) {
    .alignwide {
        margin-left: calc((100% - var(--wide-width)) / -2);
        margin-right: calc((100% - var(--wide-width)) / -2);
    }
}

body .wp-block-cover,
body .wp-block-cover-image {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

body hr {
    opacity: 1;
}

/**
 * HEADER
 */
.site-header {
    border-bottom: 1px solid;
    top: 0;
    background-color: white;
    z-index: 20;
    background-color: rgba(var(--wp--preset--color--global--tertiary), 1);
    position: sticky;
    top: 0;
}

.home .fullscreen-banner {
    --banner-logo-opacity: 0;
    --banner-logo-visibility: visible;
    --banner-logo-pointer: none;
}

.home .fullscreen-banner:after {
    content: " ";
    display: block;
    height: 60vh;
    aspect-ratio: 1 / 2.947;
    background: url(images/logo-porte-sud-white.svg) no-repeat top;
    position: fixed;
    top: var(--bs-gutter-y, 3rem);
    left: var(--bs-gutter-x, 3rem);
    z-index: 100;
    transition: opacity 0.1s linear, visibility 0.1s linear;
    opacity: var(--banner-logo-opacity, 1);
    visibility: var(--banner-logo-visibility, visible);
    pointer-events: var(--banner-logo-pointer, auto);
}


.fullscreen_slider_banner_header {
    /* position: absolute;
    width: 100%;
    z-index: 1000000;
    background-color: transparent;
    border-color: white; */
}

h1.site-title,
p.site-title {
    margin: 1rem 0.25rem 1rem 0;
    padding: 0;
    line-height: 1;
    font-size: 1rem;
}

h1.site-title a,
p.site-title a {
    display: inline-block;
    width: 20px;
    height: 60px;
    background: url(images/logo-porte-sud-white.svg) no-repeat center center;
    background-size: contain;
    text-indent: -5000px;
    opacity: 0;
}

.home .fullscreen_slider_page header:not(.main-nav--sticky) h1.site-title a,
.home .fullscreen_slider_page header:not(.main-nav--sticky) p.site-title a {
    color: white;
    text-decoration: none;
}




.site-header .container,
.site-header .container-fluid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-description {
    position: absolute;
    left: -9999px;
}

body .navbar-toggler {
    transform: scale(1.1);
}

body .navbar-toggler,
body .navbar-toggler.collapsed {
    position: absolute;
    top: -5px;
    right: 5px;
    z-index: 20;

    padding: 0.5rem 0.75rem;
}



body .navbar-toggler .icon-bar {
    background-color: white;
}

/* HEADER STICKY CHECK TO FADE TOGGLER */


body .navbar-toggler.collapsed {
    /* background-color: rgba(var(--wp--preset--color--global--secondary), 1) !important; */
    opacity: 0;
}


body .navbar-toggler.collapsed {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

/* stuck state */
body .site-header.is-stuck .navbar-toggler.collapsed {
    opacity: 1;
    pointer-events: auto;
}

.header-sentinel {
    height: 1px;
    margin-bottom: -1px;
    /* takes up no visual space */
    pointer-events: none;
}

/* HEADER STICKY CHECK TO FADE TOGGLER */



.main-nav--sticky {
    position: absolute;
    top: -100%;
}

.nav-link {
    padding: 0em 0.55em !important;
    font-weight: 700;
}


.navbar ul {
    align-items: center;
}

.nav-button-link {
    margin-left: 1rem;
}

.site-header .nav-button-link .nav-link,
.site-header .nav-button-link a {
    display: inline-block;
    border: 0 !important;
    background-color: rgba(var(--wp--preset--color--global--primary), 1) !important;
    color: rgba(var(--wp--preset--color--global--tertiary), 1) !important;
    border-radius: 3000px;
    text-transform: none;
    padding: 0.8em 1.5em !important;
}

.site-header .nav-button-link a {
    padding: 0.5em 1.5em !important;
}

.site-header .nav-button-link .nav-link:hover,
.site-header .nav-button-link a:hover {
    border: 0 !important;
    background: linear-gradient(0, #006872 0%, #FFB511 100%);
    color: white !important;
}

#menu-header-mobile-menu .nav-button-link a {
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    display: none;
}


/* SLIDER */

.fullscreen-banner .carousel-item-background {
    min-height: 100vh;
    /* = #big-video height */
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    /* aspect-ratio: 1 / 1.60; */
}

.fullscreen-banner .carousel-item .wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.fullscreen-banner .carousel-item-background:after,
.fullscreen-banner #big-video video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, rgba(var(--wp--preset--color--global--tertiary), 0.2) 50%, rgba(var(--wp--preset--color--global--tertiary), 1) 150%);
    z-index: 100;
}

.carousel li::marker {
    font-size: 0;
}

/* BIG VIDEO */
.fullscreen-banner #big-video {
    height: 100vh;
    /* = .carousel-item height */
    position: absolute;
    top: 0;
    width: 100%;
    /* aspect-ratio: 1 / 1.60; */
}

#big-video {
    height: 25vh;
    overflow: hidden;
    position: relative;
}

#big-video:after {
    content: " ";
    /*display: block;*/
    /* DISPLAY VIDEO OVERLAY */
    display: none;
    /* HODE VIDEO OVERLAY */
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background-image: radial-gradient(rgba(0, 0, 0, 0.33) 33%, transparent 33%);
    background-size: 3px 3px;
}

#big-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* SCROLL DOWN ICON */
.scrolldownbox {
    position: relative;
}

.scrolldownbox a {
    position: absolute;
    bottom: 7em;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.scrolldownbox a:hover {
    opacity: .5;
}

.scrolldownbox a {
    padding-top: 60px;
}

.scrolldownbox a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}


/* HEADER SIDEBAR */
.header-sidebar-1,
.header-sidebar-1 .menu,
.header-sidebar-1 .widget-area {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header-sidebar-1 ul,
.header-sidebar-1 ul.menu,
.header-sidebar-1 ul.menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-sidebar-1 ul.menu li {
    margin: 0.2rem 1rem;
}

.header-sidebar-1 ul.menu li a {
    font-size: 0.8rem;
    font-weight: 800;
}

.header-sidebar-1 .widget {
    margin: 0;
}

.header-sidebar-1 .wp-block-social-links {
    margin-left: 2rem;
}

body .dropdown-menu {
    border-radius: 0;
    margin-top: -2px;
}

body .dropdown-menu {
    border-color: white;
}

/**
 * ANIMATION
 */
/* Start hidden */
.fadeSlideUp {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: calc(0.08s * var(--i));
}

/* Class added by JS when visible */
.fadeSlideUp.in-view {
    opacity: 1;
    transform: translateY(0);
}


/* Icon animation delay */
.fadeSlideUp svg * {
    animation-play-state: paused;
}


.fadeSlideUp.in-view svg * {
    animation-delay: calc(var(--i, 0) * 0.15s);
    animation-play-state: running;
}


/**
 * BLOCKS
 */


body .swiper-button-next,
body .swiper-button-prev {
    background-color: rgba(var(--wp--preset--color--global--primary), 1);
}

body h4.datescles-date::before {
    background-color: rgba(var(--main-text-color), 1);
}


/**
 * BLOCKS COLUMNS
 */
.sticky-col {
    position: relative;
}

.sticky-col-content {
    position: sticky;
    top: 120px;
    max-width: 350px;
}


@media only screen and (max-width: 768px) {
    .wp-block-columns.sticky-col {
        flex-direction: column-reverse;
    }

    .wp-block-columns.sticky-col .wp-block-column:last-of-type {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .wp-block-columns.sticky-col .wp-block-cover {
        min-height: 60vh !important;
    }

    .wp-block-columns.sticky-col .wp-block-cover__image-background {
        object-position: 0% 28%;
    }
}


/**
 * BOOSTRAP TAB BLOCK
 */

.bootstrap-tab-block {
    border: 3px solid rgba(var(--wp--preset--color--global--tertiary), 1);
}

.bootstrap-tab-block .nav-tabs {
    background-color: rgba(var(--wp--preset--color--global--tertiary), 1);
    display: flex;
    border-bottom: 3px solid rgba(var(--wp--preset--color--global--tertiary), 1);
}

.bootstrap-tab-block .nav-tabs .nav-item {
    flex: 1;
}

.bootstrap-tab-block .nav-tabs .nav-link {
    width: 100%;
    height: 100%;
    text-align: center;
}




.bootstrap-tab-block .nav-tabs button {
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    flex-wrap: nowrap;
    background-color: white;
    color: rgba(var(--wp--preset--color--global--tertiary), 1);
    padding: 1.5em 1.8em 1.8em 1.8em !important;
    font-size: 1rem;
}

.bootstrap-tab-block .nav-tabs button.active {
    background-color: rgba(var(--wp--preset--color--global--tertiary), 1);
    color: white;
}

.bootstrap-tab-block .nav-tabs button:not(.active):hover {
    background-color: rgba(var(--wp--preset--color--global--secondary), 1);
    color: white;
}

.bootstrap-tab-block .tab-content {
    padding: 1.5rem;
    background-color: white;
}

.tab-pane-media-col img {
    border: 3px solid rgba(var(--wp--preset--color--global--tertiary), 1);
}

.tab-mobile-nav .btn {
    border: 0px solid rgba(var(--main-text-color), 1);
    font-weight: bold;
    border-radius: 30000px;
    position: relative;
    aspect-ratio: 1 / 1;
    transform: scale(1.6);
    background-color: rgba(var(--wp--preset--color--global--primary), 1);
    color: rgba(var(--main-text-color), 1);
}

.tab-mobile-nav .btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-42%, -60%);
    line-height: 1;
}


/**
 * MEDIA TEXT BLOCK
 */
.bordered .wp-block-media-text__media {
    border: 3px solid rgba(var(--main-text-color), 1);
}

.wp-block-media-text.large-gutter>.wp-block-media-text__content {
    padding: 1rem 8% 0 8%;
}

@media (min-width: 600px) {
    .wp-block-media-text.large-gutter>.wp-block-media-text__content {
        padding: 0 20% 0 0;
    }
}


/**
 * INTRODUCTION BLOCK
 */
.introduction-block .introduction-block-illustration img {
    border: 3px solid rgba(var(--main-text-color), 1);
}

@media (min-width: 600px) {
    .introduction-block {
        position: relative;
    }

    .introduction-block .wp-block-image.introduction-block-illustration {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%;
    }

    .introduction-block .wp-block-image.introduction-block-illustration img {
        height: 100% !important;
        width: 100% !important;
        aspect-ratio: none !important;
        object-fit: cover;
        object-position: right;
    }

    .introduction-block .introduction-block-content {
        width: 45%;
        margin-left: 0 !important;
    }
}


/**
 * MAP
 */
.over-map {
    position: absolute;
    z-index: 10;
    padding-top: 3rem;
}

/**
 * TIMELINE
 */
body .dsct-timeline__card {
    border-width: 3px;
    border-radius: 0;
}

body .dsct-timeline__card::before {
    display: none;
}

.timeline-box {}

.timeline-scrollbox {
    overflow-x: scroll;
}

.timeline-box img {
    height: 400px !important;
    max-width: none !important;
    width: auto !important;
}

.timeline-mask {
    position: absolute;
    top: 0;
    left: 0;
}

/**
 * MAIN
 */
.site-main {
    padding-top: 2rem;
}

.home .site-main {
    padding-top: 0;
}

.home .entry-content {
    margin-top: 0;
}



/**
 * MODAL PAGE
 */
#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: none;
}

body.page-template-page-modal .navbar-toggler {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

/**
 * MODAL PAGE
 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 label {
    width: 100%;
}

.wpcf7 input[type="submit"] {
    background-color: var(--wp--preset--color--global-primary);
    border-color: var(--wp--preset--color--global-primary);
    border-radius: 3000px;
    color: var(--wp--preset--color--global-tertiary);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1em;
    padding-left: 2em;
}

/**
 * SIDEBAR
 */
#secondary.widget-area {
    background-color: rgba(var(--wp--preset--color--global--tertiary), 1);
    color: white;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#secondary.widget-area a {
    color: white;
}

#secondary.widget-area .menu,
#secondary.widget-area .menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#secondary.widget-area .menu li {
    margin-bottom: 1em;
}

#secondary.widget-area .menu li a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

/**
 * Contact
 */
.contact-illustration-box {
    position: relative;
}

.contact-illustration-box:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 45%;
    right: 0;
    bottom: 0;
    background: url(images/porte-sur-illustration-contact.svgz) no-repeat center top;
    background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
    .contact-illustration-box {
        padding-bottom: 25rem;
    }

    .contact-illustration-box:after {
        left: 0;
        background-position: left bottom;
        background-size: 175%;
    }
}

/**
 * FOOTER
 */
.site-footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: rgba(var(--wp--preset--color--global--tertiary), 1);
    color: white;
}

.site-footer a {
    color: white;
    text-decoration: none;
}

.site-footer .menu,
.site-footer .menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .menu li {
    margin-bottom: 0.5em;
}

.site-footer .menu li a {
    font-weight: 700;
}

.site-footer .inline-menu .menu li a {
    font-weight: 700;
    font-size: 0.8rem;
}

.top-button.back-to-top {
    border-radius: 0;
    background-color: rgba(var(--wp--preset--color--global--tertiary), 0.5);
}

.top-button.back-to-top:hover,
.top-button.back-to-top:focus,
.top-button.back-to-top:active {
    color: rgba(var(--wp--preset--color--global--tertiary), 1);
    background-color: rgba(var(--wp--preset--color--global--primary), 1);
}

.copyright-box,
.site-info {
    font-size: 0.6rem;
}

/* COMPLIANZ */
body .cmplz-cookiebanner .cmplz-close {
    outline: none;
}


/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {
    .scrolldownboxposition {
        bottom: 20px;
        /* 20px*/
    }

}

@media only screen and (min-width: 576px) {}

@media only screen and (min-width: 768px) {}


@media only screen and (min-width: 992px) {


    h1.site-title,
    p.site-title {
        margin: 1rem 0.25rem 1rem 0;
    }

    .site-header .container-fluid,
    .site-footer .container-fluid,
    #secondary.widget-area .container-fluid {
        padding-right: var(--bs-gutter-x, 3rem);
        padding-left: var(--bs-gutter-x, 3rem);
    }

    .main-nav--sticky {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: white;
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        animation: slide-down 0.7s;
        z-index: 100;
    }

    @keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        }

        100% {
            opacity: 0.9;
            transform: translateY(0);
        }
    }

    .menu-item {
        margin-left: 0.5rem;
    }

    .site-header .nav-button-link {
        margin-left: 1.5rem !important;
    }

    .navbar-light .navbar-nav .nav-link,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link {
        color: rgba(var(--main-nav-text-color), 1);
        border: 2px solid transparent;
        border-width: 0 0 0 2px;
        transition: all 0.3s ease-in-out;
        margin-left: 2rem;
    }

    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-light .navbar-nav .nav-link {
        color: white;
    }

    /* .navbar-light .navbar-nav .nav-link:focus, */
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .current-menu-item .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    /* .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:focus, */
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:hover,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .current-menu-item .nav-link,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link.active {
        color: rgba(var(--main-nav-text-color-hover), 1);
        border: 2px solid rgba(var(--main-nav-text-color-hover), 1);
        border-width: 0 0 0 2px;
    }

    /* .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-light .navbar-nav .nav-link:focus, */
    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-nav .nav-link:hover,
    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-nav .current-menu-item .nav-link {
        color: white;
        border: 2px solid white;
        border-width: 0 0 0 2px;
    }

    .main-nav--sticky h1,
    .main-nav--sticky p {
        margin: 0.25em 0;
    }

    .site-header .container-fluid,
    .site-footer .container-fluid,
    #secondary.widget-area .container-fluid {
        padding-right: var(--bs-gutter-x, 3rem);
        padding-left: var(--bs-gutter-x, 3rem);
    }

}

@media only screen and (min-width: 1200px) {
    .site-footer .inline-menu .menu {
        display: flex;
        flex-wrap: wrap;
    }

    .site-footer .inline-menu .menu li {
        margin-bottom: 0.25em;
        margin-right: 1.25em;
    }
}

@media only screen and (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1384px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1400px) {
    .alignfull :where(.wp-block-group.wp-block-group-is-layout-constrained) {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 992px) {

    .alignfull .is-bordered {
        margin-right: calc(var(--bs-gutter-x) * .5) !important;
        margin-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .site-header .container-fluid {
        min-height: 118px;
    }

    .navbar-header {
        float: right;
    }

    h1.site-title,
    p.site-title {
        margin: 0.5rem 0.25rem 0.5rem 0
    }


    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        transition: none !important;
    }

    .navbar-collapse.collapse.show {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;

    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        padding: 1rem;
    }

    .menu-onepage-menu-container {
        position: absolute;
        top: 118px;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(130, 142, 76, 1) 0%, rgba(0, 104, 114, 1) 100%);
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
        transition: none !important;
    }


    .home .fullscreen-banner::after {
        height: auto;
        width: 15vw;
        top: 1.5rem;
        left: 0.75rem;
    }

    body .navbar-nav>li {
        float: none;
        margin-bottom: 1.5rem;
        text-align: right;
    }

    body .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1.25rem;

    }

    body .navbar-light .navbar-nav .nav-link {
        color: white;
    }

    body .navbar-light .navbar-nav .nav-link:focus,
    body .navbar-light .navbar-nav .nav-link:hover {
        color: white;
    }


    .collapse.in {
        display: block !important;

    }

    .navbar-collapse,
    .navbar-collapse.collapse {
        z-index: 10;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: flex-end;
        align-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
    }

    body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
    body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
        background-color: white;
    }


    .navbar-collapse.collapse {
        opacity: 1;
        transition: opacity 0.15s ease-in-out !important;
        transition-delay: 0s !important;
    }

    .navbar-collapse.collapse:after {
        content: "";
        width: 70px;
        height: 260px;
        position: fixed;
        bottom: 15px;
        left: 15px;
        background: url(images/logo-porte-sud-hiag.svg) no-repeat center center;
        background-size: contain;
    }

    .navbar-collapse.collapsing {
        opacity: 0;
    }




    .navbar-toggle {
        border: none;
        background: transparent !important;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {

        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }


    .navbar-expand-lg .navbar-toggler {
        display: block;
    }


    #menu-header-mobile-menu .nav-button-link a {
        display: block;
        position: absolute;
        right: 75px;
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-nav .nav-button-link .nav-link {
        display: none;
    }

    /* ANIMATED X */
    .navbar-toggle.x .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;

    }

    .navbar-toggle.x .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggle.x .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    /* ANIMATED X COLLAPSED */
    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1) {
        background-color: black;
    }


    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
        background-color: black;
    }

    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
        background-color: black;
    }

    /* END ANIMATED X */

    body .top-button.back-to-top {
        display: none !important;
    }


    .timeline-box .timeline-mask {
        display: none !important;
    }

    .timeline-box img {
        height: 320px !important;
        margin-left: -200px;
    }





}



@media (max-width: 768px) {}