/*
7474	        rgba(0,117,130,1)		#007582			rgba(var(--main-color-7474),1);	
7467	        rgba(0,168,180,1)		#00a8b4			rgba(var(--main-color-7467),1);	
3165	        rgba(0,78,90,1)		    #004e5a			rgba(var(--main-color-3165),1);	
7537	        rgba(174,180,171,1)		#aeb4ab			rgba(var(--main-color-7537),1);	
Blue light		rgba(209,203,255,1)		#d1cbff			rgba(var(--main-color-light),1);		
Blue medium		rgba(95,74,252,1)		#5f4afb			rgba(var(--main-color-medium),1);		
Blue dark		rgba(48,37,128,1)		#302580			rgba(var(--main-color-dark),1);
Grey            rgba(188,195,198,1)     #BCC3C6         rgba(var(--main-color-grey),1);

Text color		rgba(0,61,70,1)		    #003d46			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,0.85)	        #BCC3C6         rgba(var(--main-nav-text-color),1);
Main Nav Text color hover  rgba(255,255,255,1)	#ffffff         rgba(var(--main-nav-text-color-hover),1);
*/


@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(webfonts/montserrat.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(webfonts/inconsolata.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --main-color-7474: 0, 117, 130;
    --main-color-7467: 0, 168, 180;
    --main-color-3165: 0, 78, 90;
    --main-color-7537: 174, 180, 171;
    --main-color-grey: 188, 195, 198;
    --main-color-light: 209, 203, 255;
    --main-color-medium: 95, 74, 252;
    --main-color-dark: 0, 117, 130;
    --main-text-color: 0, 61, 70;
    --main-background-color: 255, 255, 255;
    --main-nav-text-color: 255, 255, 255;
    --main-nav-text-color-hover: 255, 255, 255;
}

.has-7474-global-background-color {
    background-color: #007582;
}

.has-7474-global-color {
    color: #007582;
}

.has-7467-global-background-color {
    background-color: #00a8b4;
}

.has-7467-global-color {
    color: #00a8b4;
}

.has-3165-global-background-color {
    background-color: #004e5a;
}

.has-3165-global-color {
    color: #004e5a;
}

.has-7537-global-background-color {
    background-color: #aeb4ab;
}

.has-7537-global-color {
    color: #aeb4ab;
}

.has-grey-global-background-color {
    background-color: #555555;
}

.has-grey-global-color {
    color: #555555;
}

.has-black-global-background-color {
    background-color: #000000;
}

.has-black-global-color {
    color: #000000;
}

.has-white-global-background-color {
    background-color: #FFFFFF;
}

.has-white-global-color {
    color: #FFFFFF;
}

.shadow {
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25) !important;
}

body {
    font-family: 'Montserrat';
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(var(--main-text-color), 1);
    background-color: rgba(var(--main-background-color), 1);
    overflow-x: hidden;
}

a,
a:link,
a:visited {
    color: rgba(var(--main-color-7467), 1);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.button-devis .wp-block-button__link {
    border-radius: 24px 24px 0 0;
    font-weight: 600;
}


a.wp-block-button__link,
a.wp-block-button__link:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 9999px;
}

a.wp-block-button__link:hover,
a.wp-block-button__link:visited:hover,
button:not(.search-submit, .mapboxgl-ctrl-attrib-button),
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: rgba(var(--main-color-7467), 1);
}


.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    background-color: transparent;
}

.button-devis .wp-block-button__link:before {
    font-family: "FontAwesome";
    content: "\f0f6";
    display: inline-block;
    padding-right: 1em;
    vertical-align: baseline;
    font-weight: 900;
    text-transform: uppercase;
}

.button-devis .wp-block-button__link:hover {
    padding-bottom: 1.2em;
}

/**
 * PAGINATION
 */

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #007582 !important;
    border-color: #007582 !important;
}



/**
 * TYPOGRAPHY
 */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.5rem;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
    font-weight: 900;
    color: rgba(var(--main-color-7467), 1);
}

h1 {
    margin-bottom: 1em;
}

figure {
    margin: 0 0 1em 0;
}

.site-main ul,
.site-main li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-main ul {
    margin-bottom: 1.5rem;
}

.site-main li {
    margin-bottom: 0.75em;
    padding-left: 1.1em;
}

.site-main li ul {
    margin: 0.75em 0;
}

.site-main li:before {
    content: "– ";
    position: absolute;
    transform: translateX(-1.1em);
}


.devsectorcustomposttypeteammanager h5 {
    margin-bottom: 0.25em;
}

body .sgpb-theme-5-overlay {
    z-index: 99999 !important;
}

body .sgpb-popup-dialog-main-div-theme-wrapper-5 {
    border: 0;
    outline: none;
    background-color: transparent;
}

/**
 * HEADER
 */
.site-header {
    top: 0;
    background: rgba(var(--main-color-7474), 1);
    background: linear-gradient(7deg, rgb(0, 197, 211) 0%, rgba(var(--main-color-7474), 1) 100%);
    color: white;
    z-index: 20;
}


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

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


h1.site-title a,
p.site-title a {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(images/jl-services-logo-grey.svg) no-repeat center center;
    background-size: contain;
    text-indent: -5000px;
}


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

.main-nav--sticky h1.site-title a,
.main-nav--sticky p.site-title a {
    width: 80px;
    height: 80px;
}

.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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header .container-fluid .site-branding {
    -webkit-order: 2;
    order: 2;
}

.site-header .container-fluid .menu-1a {
    -webkit-order: 1;
    order: 1;
}

.site-header .container-fluid .menu-1b {
    -webkit-order: 3;
    order: 3;
}

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

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
}

body .navbar-toggler {
    position: fixed;
    top: 30px;
    right: 12px;
    z-index: 20;
}

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

.navbar-toggler .icon-bar {
    background-color: #fff;
}

.main-nav--sticky .navbar-toggler .icon-bar {
    background-color: #000;
}

/* SLIDER */
.fullscreen-banner {
    overflow: hidden;
}

.carousel {
    overflow: hidden;
}

.pannel1,
.pannel2,
.pannel3 {
    position: absolute;
    top: 20vh;
    left: 0;
    bottom: -20vh;
    z-index: 20;
    display: none;
}

.home .pannel1,
.home .pannel2,
.home .pannel3 {
    display: block;
}

.pannel1 {
    background: url(images/j.svg) no-repeat right top;
    background-size: contain;
    right: 40%;
    left: auto;
    opacity: 0.4;
}


.pannel2 {
    background: url(images/l.svg) no-repeat left top;
    background-size: contain;
    right: 10%;
    left: 60%;
    bottom: -10vh;
    opacity: 0.5;
}

.pannel3 {
    background: url(images/services.svg) no-repeat left top;
    background-size: 40%;
    right: 0;
    left: 50%;
    top: 105%;
    bottom: -50%;
    opacity: 0.4;
}

.fullscreen-banner .carousel-item-background {
    min-height: 60vh;
    /* = #big-video height */
    background: no-repeat center center;
    background-size: cover;
}

.home .fullscreen-banner .carousel-item-background {
    min-height: 75vh;
}

.fullscreen-banner .carousel-item .wrapper {
    position: absolute;
    width: 100%;
    bottom: 15%;
    color: white;
}

.fullscreen-banner .carousel-item-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, transparent 50%, black 150%);

}

.fullscreen-banner .carousel-item .wrapper h2 {
    line-height: 0.9;
    font-weight: 200;
    font-size: clamp(2.5rem, 0rem + 6vw, 8rem)
}

.fullscreen-banner .carousel-item .wrapper h3 {
    line-height: 0.9;
    font-weight: 700;
    font-size: clamp(1.1rem, 0rem + 1.5vw, 2rem);
    margin: 0 0.5em 0 5em;
}

body:not(.home) .fullscreen_slider_page .entry-header {
    display: none;
}

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

.slider-content {
    color: white;
}

.slider-content h1,
.slider-content h2,
.slider-content h3,
.slider-content h4,
.slider-content p {
    color: white;
}

.slider-content h2 {
    font-weight: 300;
    font-size: 5rem;
    text-transform: lowercase;
}

.slider-content h3 {
    font-size: 2rem;
    text-transform: none;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 100;
}

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

.home .fullscreen-banner #big-video {
    height: 80vh;
}

#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: 60vh;
    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;
}

.home #big-video:after {
    min-height: 80vh;
}

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

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


.scrolldownbox a {
    position: absolute;
    bottom: 7em;
    left: 50%;
    z-index: 210;
    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 {
    padding-top: 0rem;
}

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

.main-nav--sticky .header-sidebar-1:not(.header-sidebar-1-mobile) {
    display: none;
}


.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: 600;
    color: rgba(var(--main-color-grey), 1);
}

.header-sidebar-1 a {
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
}

.header-sidebar-1 a:hover,
.header-sidebar-1 .wpml-ls-current-language a:hover {
    color: white;
}

.header-sidebar-1 .wpml-ls-legacy-list-horizontal a {
    color: rgba(255, 255, 255, 0.5);
    padding-top: 0;
    padding-bottom: 0;
}

.header-sidebar-1 .wpml-ls-current-language a {
    color: rgba(255, 255, 255, 1);
}

.wpml-ls-legacy-list-horizontal a .header-sidebar-1 .widget {
    margin: 0;
}

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

.header-sidebar-1 .portail-emploi {
    margin: 0rem 1rem;
}

.header-sidebar-1 .portail-emploi .wp-block-button__link {
    padding: calc(0.25em + 2px) calc(1em + 2px);
    background-color: rgba(var(--main-color-7474), 1);
    transition: all 0.3s ease-in-out;
    border-radius: 0 0 1em 1em;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 3px 3px;
}

.header-sidebar-1 .portail-emploi .wp-block-button__link::before {
    font-family: "FontAwesome";
    content: "\f0ad";
    display: inline-block;
    padding-right: 1em;
    vertical-align: baseline;
    font-weight: 900;
    text-transform: uppercase;
}

.header-sidebar-1 .portail-emploi .wp-block-button__link:hover {
    background-color: white;
    color: rgba(var(--main-color-7474), 1) !important;
}

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

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

/**
 * TYPOGRAPHY
 */
.eyebrow-heading-line {
    overflow: hidden;
}

.eyebrow-heading-word {
    vertical-align: middle;
}




.eyebrow-heading-char {
    display: none;
}

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

.site-main section {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

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

.home .page-content,
.home .entry-content,
.home .entry-summary {
    margin: 0;
}

.home .home-service:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1rem;
    background: rgb(215, 215, 215);
    background: linear-gradient(90deg, rgb(187, 187, 187) 0%, rgba(255, 255, 255, 1) 66%);
    z-index: 10;
}

.home .home-service:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2rem;
    background-color: rgba(var(--main-color-7474), 1);
    z-index: 10;
}

.home-service {
    position: relative;
}

.home-service h4 {
    margin-bottom: 0;
    font-weight: 750;
}

.home-service a {
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.home-service a:hover {
    transform: scale(1.2);
}

.home-service .wp-block-cover__inner-container {
    z-index: 850;
}

/**
 * ARCHIVE
 */
.archive-description {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    color: rgba(var(--main-color-7467), 1);
}

.card {
    overflow: hidden;
}

.card figure {
    aspect-ratio: 16 / 9;
}

.card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**
 * SINGLE
 */
.single figure {
    aspect-ratio: 2.55 / 1;
}

.single figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .site-main .comment-navigation,
body .site-main .posts-navigation,
body .site-main .post-navigation {
    margin: 4rem 0 2rem 0;
}

.nav-subtitle {
    display: block;
    font-size: 0.8em;
}

.nav-title {
    text-transform: uppercase;
    font-weight: 900;
}


/**
 * SERVICES
 */
.single-dcpt-services .entry-header.single-header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.single-dcpt-services .entry-header.single-header h1 {
    display: inline-block;
    background-color: white;
    padding: 1rem 2rem;
    margin: 0;
    border-radius: 0.75em 0.75em 0 0;
}

/* .single-dcpt-services .site-header:not(.main-nav--sticky) {
    position: absolute;
    width: 100%;
    z-index: 1000000;
    background-color: transparent;
    border-color: white;
} */

.single-dcpt-services .site-main {
    padding-top: 0;
}

.single-dcpt-services .entry-content .container {
    padding-top: 1.5rem;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}


@media only screen and (min-width: 992px) {
    .single-dcpt-services .entry-header.single-header {
        background-attachment: fixed;
    }
}


/**
 * L'EQUIPE
 */
.accordion-button-team h2 {
    color: rgba(var(--main-color-7474), 1)
}

.accordion-collapse {
    background-color: rgba(var(--main-color-7467), 0.075);
}


body .back-columns h4 {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.devsectorcustomposttypeteammanager h5 {
    margin-bottom: 0.25em;
    font-size: 1rem;
}

.devsectorrandomteammember-item h4 {
    margin-bottom: 0.75em;
    color: rgba(var(--main-color-7467), 1);
}


/**
 * EMPLOI
 */

.menu-emploi {
    padding-bottom: 1rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(var(--main-color-7467), 1);
}



.menu-emploi .nav-link {
    padding: 0 !important;
    margin: 0 !important;
}

.menu-emploi .active .nav-link {
    color: rgba(var(--main-text-color), 1);
    font-weight: 550;
}

.menu-emploi .active .nav-link:hover {
    color: rgba(var(--main-text-color), 1);
}

.table-emploi td {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    border-style: dotted;
}

.table-emploi td:last-of-type {
    width: 15%;
}

@media only screen and (min-width: 768px) {
    .menu-emploi .menu-item {
        margin-left: 0rem;
        margin-right: 2rem;
    }
}

@media (max-width: 990px) {
    body .navbar-nav#menu-menu-emploi>li {
        text-align: left;
        margin-bottom: 0.5rem;
    }
}


/**
 * PARTENAIRES - SPONSORS
 */
.wp-block-columns.partenaires-block {
    margin-bottom: 5rem;
}

@media only screen and (min-width: 782px) {
    .partenaires-block .wp-block-column:first-of-type {
        border-right: 1px solid rgba(var(--main-color-7467), 1);
    }
}


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

/**
 * SECONDARY
 */
.search .post_thumbnail_box {}

.search .post_thumbnail_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/**
 * SECONDARY
 */
#secondary {
    padding-top: 4rem;
    margin-bottom: 0;
}

#secondary .wp-block-columns {
    margin-bottom: 0;
}

#secondary .widget.widget_block {
    margin-bottom: 0;
}

/**
 * FORM
 */
fieldset {
    background-color: rgba(var(--main-color-7467), 0.1);
    padding: 1rem;
    margin-bottom: 3rem;
    border-radius: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    width: 100%;
    border-radius: 5px;
    margin: 0.25rem 0 0 0;
}

input:focus-visible,
input:focus {
    border-color: #00a8b4 !important;
}

@media only screen and (min-width: 992px) {
    .formline {
        display: grid;
        gap: 2rem;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.wpcf7 .column-checkbox .wpcf7-checkbox,
.wpcf7 .column-checkbox .wpcf7-radio {
    display: flex;
    flex-direction: column;
}

.wpcf7 label {
    width: 100%;
}



/**
 * FOOTER
 */
.site-footer {
    background: rgba(var(--main-color-7474), 1);
    background: linear-gradient(7deg, rgba(0, 50, 57, 1) 0%, rgba(var(--main-color-7474), 1) 100%);
    color: white;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.site-footer a {
    color: white;
}

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

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

#menu-menu-administratif {
    font-size: 0.75rem;
}

/* 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) {

    body .navbar-toggler {
        top: 40px;
        right: 40px;
    }

}


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

    .site-header {
        background: linear-gradient(7deg, rgba(var(--main-color-7474), 1) 0%, rgba(var(--main-color-7467), 1) 100%);
    }

    h1.site-title a,
    p.site-title a {
        width: 170px;
        height: 170px;
    }

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

    .site-branding {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 62px);
        z-index: 20;
    }

    .main-nav--sticky .site-branding {
        transform: translate(-50%, 28px);
    }

    .site-header .container-fluid.container-fluid-branding {
        min-height: 90px;
        -webkit-align-content: flex-end;
        align-content: flex-end;
    }

    .site-header.main-nav--sticky .container-fluid.container-fluid-branding {
        min-height: 70px;
    }

    .menu-1a {
        padding-right: 120px;
    }

    .menu-1b {
        padding-left: 120px;
    }

    .site-header .container-fluid,
    .site-footer .container-fluid {
        padding-right: var(--bs-gutter-x, 3rem);
        padding-left: var(--bs-gutter-x, 3rem);
        position: relative;
    }

    .site-header .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-sidebar-1 .portail-emploi {
        margin: 0rem;
    }

    .header-sidebar-1 .portail-emploi .wp-block-button__link {
        padding: calc(0.25em + 2px) calc(1em + 10px) calc(0.25em + 2px) calc(1em + 2px);
        background-color: white;
        color: rgba(var(--main-color-7474), 1);
        transition: all 0.3s ease-in-out;
        border-radius: 0 0 0 1em;
        box-shadow: inset rgba(0, 0, 0, 0.19) 0px 3px 5px
    }


    .main-nav--sticky {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        -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: 999;
    }

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

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

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

    .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), 0.5);
        border-bottom: 1px solid transparent;
        transition: all 0.3s ease-in-out;
    }

    .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,
    .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 {
        color: rgba(var(--main-nav-text-color-hover), 1);
        border-bottom: 1px solid transparent;
    }

    .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-bottom: 1px solid transparent;
    }

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

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

}

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

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

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


    .header-sidebar-1 .portail-emploi .wp-block-button__link {
        border-radius: 1em;
    }

    .navbar-header {
        float: right;
    }

    .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;

        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;

    }

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

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

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

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

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

    body .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
    }

    body .navbar-light .navbar-nav .nav-link {
        color: white;
        font-size: 1.25rem;
    }

    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 {
        background: rgba(var(--main-color-7474), 1);
        background: linear-gradient(7deg, rgba(0, 50, 57, 1) 0%, rgba(var(--main-color-7474), 1) 100%);
        z-index: 10;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: 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.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;
    }


    /* 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 */


}


@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 1rem;
    }
}