/*
* Theme Name: Inodia
* Description:
* Author: Vincent Michelet - Inodia
* Version: 1.0.0
*/

/*---------- Imports ----------*/
/* Fonts */
@import url("https://use.typekit.net/ejz2lmz.css");

/*
    font-family: gira-sans, sans-serif;
    font-family: input-mono, monospace;
 */

/* Icons */
@font-face {
	font-family: 'icomoon';
	src: url('./static/fonts/icomoon.eot');
	src: url('./static/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		 url('./static/fonts/icomoon.ttf') format('truetype'),
		 url('./static/fonts/icomoon.woff') format('woff'),
		 url('./static/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/*
 * CONFIGURATION
 */

/*
 For change main variables : static/css/variables.css
 For change mobile breakpoint : static/css/theme.css - line ~ 340
 */


/*---------- Réglages généraux ----------*/
body {
    background: var(--background-color);
    color: var(--dark-title-color);
    font-family: var(--font-text);
    font-size: .9375rem;
    font-weight: 300;
    letter-spacing: 0;
}

.h1 h2,
h1, .h1,
h1 span {
    color: var(--dark-title-color);
    font-family: var(--font-text);
    font-size: var(--h1-font-size);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: initial;
    position: relative;
}

h2, .h2,
.h2 .elementor-heading-title {
    color: var(--dark-title-color);
    display: flex;
    flex-flow: column !important;
    align-items: flex-start;
    font-family: var(--font-title);
    font-size: var(--h2-font-size);
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
    text-transform: initial;
    position: relative;
}

.center h2,
.center.h2,
.center .h2,
.center.h2 .elementor-heading-title {
    align-items: center;
    text-align: center;
}

.center.h2 .elementor-heading-title {
    position: relative;
}

.center .elementor-widget-container {
    display: flex;
    justify-content: center;
}

.fond_fonce h2,
.fond_fonce .h2,
.fond_fonce .h2 .elementor-heading-title {
    color: var(--light-title-color) !important;
}

h2, .h2 {
    margin-bottom: var(--margin-h2);
}

h3, .h3,
.h3 .elementor-heading-title{
    color: var(--secondary-color);
    font-family: var(--font-text);
    font-size: var(--h3-font-size);
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fond_fonce h3,
.fond_fonce .h3,
.fond_fonce .h2 .elementor-heading-title {
    color: var(--light-title-color) !important;
}

h3, .h3 {
    margin-bottom: var(--margin-h3);
}

.elementor-headline-animation-type-slide-down {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.elementor-headline-animation-type-slide-down span:last-child {
    width: 100%;
    display: block;
    order: -1;
    font-size: var(--font-title) !important;
}

.elementor-headline-animation-type-slide-down span.elementor-headline-dynamic-text:last-child {
    width: auto;
    display: block;
    order: initial;
}

h4, .h4,
.h4 .elementor-heading-title{
    color: var(--dark-title-color);
    font-family: var(--font-text);
    font-size: var(--h4-font-size);
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
}

.fond_fonce h4,
.fond_fonce .h4,
.fond_fonce .h4 .elementor-heading-title {
    color: var(--light-title-color) !important;
}

h3, .h3 {
    margin-bottom: var(--margin-h4);
}

h5, .h5,
.h5 .elementor-heading-title{
    font-size: var(--h5-font-size);
}

.h2.elementor-widget-heading,
.h3.elementor-widget-heading,
.h4.elementor-widget-heading {
    margin-bottom: 0 !important;
}

h2.elementor-heading-title,
.h2 .elementor-heading-title,
.h2.elementor-widget-heading {
    margin-bottom: 0 !important;
}

.elementor-headline-animation-type-slide-down span:last-child,
h2.elementor-heading-title span,
.h2 .elementor-heading-title span,
.h2.elementor-widget-heading span {
    font-size: 1.563rem !important;
    color: var(--dark-title-color) !important;
    font-family: var(--font-title) !important;
}

.elementor-headline-animation-type-slide-down span.elementor-headline-plain-text:first-child,
.elementor-headline-animation-type-slide-down span.elementor-headline-dynamic-text,
.elementor-headline-animation-type-slide-down span.elementor-headline-dynamic-text:last-child {
    /*font-size: var(--h2-font-size) !important;*/
    font-size: 2.2rem !important;
    font-family: var(--font-title) !important;
    font-weight: 800 !important;
    color: var(--dark-title-color) !important;
}

.elementor-headline-animation-type-slide-down span.elementor-headline-plain-text:first-child {
    margin-right: 15px;
}

.elementor-headline-animation-type-slide-down {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}

.right {
    overflow: hidden;
}

.right h2 {
    margin-left: auto;
    margin-right: 140px;
    padding: 0 30px;
    display: table;
    border-left: 1px solid var(--background-color);
    border-right: 1px solid var(--background-color);
    line-height: .9 !important;
    position: relative;
}

.right h2::before {
    content: "";
    display: block;
    position: absolute;
    background: var(--background-color);
    width: 830px;
    height: 1px;
    left: -830px;
    top: 50%;
    transform: translateY(-50%);
}

.right h2::after {
    content: "";
    display: block;
    position: absolute;
    background: var(--background-color);
    width: 500px;
    height: 1px;
    right: -500px;
    top: 50%;
    transform: translateY(-50%);
}

h2.contour {

}

h3.elementor-heading-title,
.h3 .elementor-heading-title,
.h3.elementor-widget-heading {
    margin-bottom: -10px !important;
}

h4.elementor-heading-title,
.h4 .elementor-heading-title,
.h4.elementor-widget-heading {
    margin-bottom: 0 !important;
}

p,
li,
span {
    font-weight: 300;
    letter-spacing: 0;
}

p,
p strong,
li,
li strong,
span {
    color: rgba(var(--dark-text-color), .75);
    font-family: var(--font-text);
}


/* LOCK WIDGET STYLE */
.elementor .elementor-widget-text-editor,
.elementor .elementor-widget-text-editor p,
.elementor .elementor-widget-text-editor li,
.elementor .elementor-widget-text-editor span {
    background: transparent !important;
    color: rgba(var(--dark-text-color), .75) !important;
    font-family: var(--font-text) !important;
    font-size: .9375rem !important;
    font-weight: 300 !important;
    line-height: 1.618 !important;
    letter-spacing: 0 !important;
}

.fond_fonce h1,
.fond_fonce p,
.fond_fonce li,
.fond_fonce span,
.fond_fonce p b,
.fond_fonce p strong,
.fond_fonce li strong,
.elementor .fond_fonce .elementor-accordion-content p,
.elementor .fond_fonce .elementor-accordion-content li,
.elementor .fond_fonce .elementor-image-hotspot-description p,
.elementor .fond_fonce .elementor-image-hotspot-description li,
.elementor .fond_fonce .elementor-tab-content p,
.elementor .fond_fonce .elementor-tab-content li,
.elementor .fond_fonce .elementor-text-editor p,
.elementor .fond_fonce .elementor-text-editor li,
.elementor .fond_fonce .elementor-toggle-content p,
.elementor .fond_fonce .elementor-toggle-content li,
.elementor .fond_fonce .elementor-accordion-content p strong,
.elementor .fond_fonce .elementor-accordion-content li strong,
.elementor .fond_fonce .elementor-image-hotspot-description p strong,
.elementor .fond_fonce .elementor-image-hotspot-description li strong,
.elementor .fond_fonce .elementor-tab-content p strong,
.elementor .fond_fonce .elementor-tab-content li strong,
.elementor .fond_fonce .elementor-text-editor p strong,
.elementor .fond_fonce .elementor-text-editor li strong,
.elementor .fond_fonce .elementor-toggle-content p strong,
.elementor .fond_fonce .elementor-toggle-content li strong {
    color: rgba(var(--light-text-color), .99) !important;
}

a,
a strong,
.fond_fonce p a,
#content .block_txt_img .block_txt p a,
.fond_fonce a strong {
    color: var(--dark-title-color);
    text-decoration: underline;
}

#content .block_txt_img.fond_fonce .block_txt p a,
.fond_fonce p a,
.fond_fonce a strong {
    color: var(--light-title-color);
    text-decoration: underline;
}

a:hover,
a:focus,
a strong:hover,
a strong:focus,
.fond_fonce a:hover,
.fond_fonce a:focus,
.fond_fonce a strong:hover,
.fond_fonce a strong:focus {
    color: rgba(var(--dark-text-color), .85);
    text-decoration: underline;
}

.fond_fonce a:hover,
.fond_fonce a:focus,
.fond_fonce a strong:hover,
.fond_fonce a strong:focus {
    color: rgba(var(--light-text-color), .85);
}

a:active,
a strong:active,
.fond_fonce a:active,
.fond_fonce a strong:active {
    color: var(--primary-focus-color);
}

.elementor-widget-posts a.elementor-post__read-more,
.fond_fonce .elementor-widget-posts a.elementor-post__read-more {
    color: var(--primary-color);
}

.elementor-widget-posts a.elementor-post__read-more:hover,
.elementor-widget-posts a.elementor-post__read-more:focus,
.fond_fonce .elementor-widget-posts a.elementor-post__read-more:hover,
.fond_fonce .elementor-widget-posts a.elementor-post__read-more:focus {
    color: var(--primary-hover-color);
}

.elementor-widget-posts a.elementor-post__read-more:active,
.fond_fonce .elementor-widget-posts a.elementor-post__read-more:active {
    color: var(--primary-focus-color);
}

label, .label,
input[type="file" i] {
    color: var(--dark-title-color);
}

label, .label {
    font-size: .875rem;
}

.fond_fonce label,
.fond_fonce .label,
.fond_fonce input[type="file" i] {
    color: var(--light-title-color);
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea,
textarea.elementor-field-textual,
.elementor-field-group .elementor-select-wrapper select {
    background: transparent !important;
    border: var(--border-width) solid rgba(var(--dark-text-color), .35) !important;
    border-radius: var(--border-radius) !important;
    color: rgba(var(--dark-text-color), .65) !important;
    font-family: var(--font-text);
    font-size: .875rem;
    font-weight: 400 !important;
    line-height: 1.4;
    letter-spacing: 0;
    min-height: initial;
    padding: 10px 16px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input:not([type="file"]):hover,
select:hover,
textarea:hover,
.elementor-field-group .elementor-select-wrapper select:hover {
    border: var(--border-width) solid var(--dark-title-color) !important;
    color: rgba(var(--dark-text-color), .6);
}

input:not([type="file"]):focus,
select:focus,
textarea:focus,
.elementor-field-group .elementor-select-wrapper select:focus {
    background: var(--background-color);
    border: var(--border-width) solid var(--background-dark) !important;
    color: var(--dark-title-color) !important;
    box-shadow: none !important;
    outline: none !important;
}

.fond_fonce input,
.fond_fonce select,
.fond_fonce textarea,
.fond_fonce .elementor-field-group .elementor-select-wrapper select {
    background: rgba(var(--light-text-color), .1) !important;
    border: var(--border-width) solid rgba(var(--dark-text-color), .35) !important;
    color: rgba(var(--light-text-color), .6) !important;
}

.fond_fonce input:not([type="file"]):hover,
.fond_fonce select:hover,
.fond_fonce textarea:hover,
.fond_fonce .elementor-field-group .elementor-select-wrapper select:hover {
    border: var(--border-width) solid rgba(var(--dark-text-color), .6) !important;
    color: rgba(var(--light-text-color), .75) !important;
}

.fond_fonce input:not([type="file"]):focus,
.fond_fonce select:focus,
.fond_fonce textarea:focus,
.fond_fonce .elementor-field-group .elementor-select-wrapper select:focus {
    border: var(--border-width) solid var(--background-color) !important;
    color: rgba(var(--light-text-color), .9) !important;
}

#content .elementor-select-wrapper.remove-before::before {
    content: "\61" !important;
    font-family: "icomoon" !important;
    font-size: .875rem;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-transform: lowercase !important;
    text-shadow: none !important;
    transform: translate(-100%,-50%) rotate(90deg);
    right: 3px;
}

#content .elementor-select-wrapper .select-caret-down-wrapper {
    display: none !important;
}

input[type="file"]:focus {
    border: none !important;
}

input ~ span em {
    color: rgba(var(--dark-text-color), .5);
    font-size: .75rem;
}

.fond_fonce input ~ span em {
    color: rgba(var(--light-text-color), .5);
}


/* Upload */
#content .elementor-widget-form .elementor-field-type-upload > label {
    background: var(--secondary-color);
    color: var(--light-title-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-family: var(--font-text);
    font-size: .875rem;
    font-weight: 400 !important;
    line-height: 1.4;
    padding: 12px 16px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: var(--border-width) solid var(--background-dark);
}

#content .elementor-widget-form .elementor-field-type-upload > label.file-loaded {
    font-weight: 700;
}

#content .elementor-widget-form .elementor-field-type-upload > label.file-loaded::after {
    display: none;
}

#content .elementor-widget-form .elementor-field-type-upload > label:hover,
#content .elementor-widget-form .elementor-field-type-upload > label:focus {
    background: transparent;
    color: var(--dark-title-color);
}

#content .elementor-widget-form .elementor-field-type-upload > label:active {
    background: rgba(var(--dark-text-color), .75);
}

#content .fond_fonce .elementor-widget-form .elementor-field-type-upload > label {
    background: var(--background-color);
    color: var(--dark-title-color);
}

#content .fond_fonce .elementor-widget-form .elementor-field-type-upload > label:hover,
#content .fond_fonce .elementor-widget-form .elementor-field-type-upload > label:focus {
    background: rgba(var(--light-text-color), .85);
}

#content .fond_fonce .elementor-widget-form .elementor-field-type-upload > label:active {
    background: rgba(var(--light-text-color), .75);
}

#content .elementor-widget-form .elementor-field-type-upload > label::before {
    content: "\6d";
    color: var(--light-title-color);
    font-family: "icomoon" !important;
    font-size: .9375rem;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-transform: lowercase !important;
    margin-right: 10px;
}

#content .elementor-widget-form .elementor-field-type-upload > label:hover:before,
#content .elementor-widget-form .elementor-field-type-upload > label:focus:before {
    color: var(--dark-title-color);
}

#content .elementor-widget-form .elementor-field-type-upload > input {
    display: none;
}

p.rgpd {
    font-size: .75rem;
    text-align: left;
    margin: 0 0 1.875rem 0;
}

.fond_fonce {
    background: var(--background-dark);
}

.fond_grey {
    background: var(--background-grey);
}

.fond_texture {
    background: var(--background-texture);
    background-size: cover !important;
}

.fond_blanc {
    background: var(--background-color);
}


/* Dropdown */
select {
    color: rgba(var(--dark-title-color), .65) !important;
}

.fond_fonce select {
    color: rgba(var(--light-title-color), .65) !important;
}


/* STRUCTURE */
#header + #content {
    margin-top: 6.25rem;
}

#content .elementor-top-section:not(:first-child):not(.no_margin) {
    /*margin-top: 7.5rem;*/
}

.blog #content #content-details,
.archive #content #content-details,
.category #content #content-details {
    margin-top: 3.75rem;
}

#content .elementor-top-section:last-child,
.blog #content #content-details,
.archive #content #content-details,
.category #content #content-details {
    margin-bottom: 7.5rem;
}

#content #breadcrumb {
    margin-bottom: 2rem;
}

#content #breadcrumb p {
    font-size: .8125rem;
}

#content #breadcrumb p a,
#content #breadcrumb p span.separator {
    font-weight: 300;
}

#content #breadcrumb p a {
    color: rgba(var(--dark-text-color), .75);
}

#content #breadcrumb p span.separator,
#content #breadcrumb p a:hover,
#content #breadcrumb p a:focus {
    color: var(--secondary-color);
}

#content #breadcrumb p a:hover,
#content #breadcrumb p a:focus {
    text-decoration: underline;
}

#content #breadcrumb p a:active {
    color: var(--primary-hover-color);
}

#content #breadcrumb p span.separator {
    margin: 0 5px;
}

#content #breadcrumb p span.last {
    font-weight: 700;
}

.fond_fonce.section_galerie,
#pre-footer .container .elementor-top-section.section_cta,
.home #content .elementor-top-section.fond_grey,
.home #content .elementor-top-section.fond_fonce,
.home #content .elementor-top-section.fond_texture,
.home #content .elementor-top-section.fond_blanc {
    padding: 9.375rem 0;
}

#content .elementor-top-section.fond_grey,
#content .elementor-top-section.fond_fonce,
#content .elementor-top-section.fond_texture,
#content .elementor-top-section.fond_blanc {
    padding: 5.625rem 0;
}

#content .elementor-top-section.fond_grey.full {
    padding:0;
}

#content .elementor-top-section .fond_grey:last-child,
#content .elementor-top-section.fond_grey:last-child,
#content .elementor-top-section.fond_fonce:last-child,
#content .elementor-top-section.fond_texture:last-child {
    margin-bottom: 0;
}

#content .elementor-top-section .elementor-inner-section + .elementor-inner-section,
#content .elementor-top-section .elementor-widget-text-editor + .elementor-inner-section {
    margin-top: 5rem;
}

#content .elementor-top-section .elementor-inner-section:first-child,
#content .elementor-top-section .elementor-inner-section.titre + .elementor-inner-section {
    margin-top: 0;
}

#content .center .elementor-widget-wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}

#content .elementor-widget + .block_boutons,
#content .elementor-widget-text-editor + .elementor-widget-button,
#content .elementor-widget-text-editor + .elementor-widget-shortcode,
#content .elementor-widget-shortcode + .elementor-widget-button {
    margin-top: 5rem;
}

#content .elementor-inner-section + .elementor-widget-button,
#content .elementor-widget-button + .elementor-widget-image,
#content .elementor-widget-text-editor + .elementor-widget-image,
#content .elementor-widget-text-editor + .elementor-widget-hotspot {
    margin-top: 5rem;
}

#content .elementor-widget-image + .elementor-widget-text-editor {
    margin-top: 1.875rem;
}

#content .elementor-widget-heading + .elementor-inner-section {
    margin-top: var(--margin-h2);
}

#content .elementor-widget + .elementor-widget-heading.no_margin,
#content .elementor-widget-heading + .elementor-widget.elementor-widget-heading {
    margin-top: 0 !important;
}


/* MARGES TITRES */
#content .elementor-widget-heading + .elementor-widget,
#content .elementor-widget-heading + .elementor-widget-heading .elementor-heading-title {
    margin-top: var(--margin-h2);
}

#content .elementor-widget:not(.elementor-widget-menu-anchor) + .elementor-widget-heading {
    margin-top: calc(var(--margin-h2) + 1.25rem) !important;
}

#content .elementor-widget-image + .elementor-widget-heading {
    margin-top: 6.25rem;
}


/* BLOCK BOUTONS */
#pre-footer .block_boutons .elementor-widget-wrap,
#content .block_boutons .elementor-widget-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

#pre-footer .center.block_boutons .elementor-widget-wrap,
#pre-footer .center .block_boutons .elementor-widget-wrap,
#content .center.block_boutons .elementor-widget-wrap,
#content .center .block_boutons .elementor-widget-wrap {
    justify-content: center;
}

#pre-footer .block_boutons .elementor-widget-wrap,
#content .block_boutons .elementor-widget-wrap {
    margin: -.625rem -7px 0;
}

#pre-footer .block_boutons .bouton,
#content .block_boutons .bouton {
    width: auto;
    margin: .625rem 7px 0;
}


/* BOUTONS */
.bouton {
    border: none;
}

.block_boutons {
    margin-top: 2.5rem;
}

.block_boutons:not(:last-child) {
    margin-bottom: 3.125rem;
}

.block_boutons .elementor-widget-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.block_boutons.center .elementor-widget-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.block_boutons .bouton {
    display: table;
    width: auto !important;
    margin-bottom: 0 !important;
}

.block_boutons .bouton:not(:last-child) {
    margin-right: 20px;
}

.block_btn_filters #mobile_close_filter span,
.block_btn_filters #mobile_close_filter,
.block_btn_filters #mobile_btn_filter span,
.block_btn_filters #mobile_btn_filter,
.bouton a,
.bouton a span,
.bouton a.bdt-ep-button,
#btn_form,
#btn_form span,
.elementor-post__read-more,
.bdt-post-slider-button-wrap a,
.elementor-slides .swiper-slide-inner .elementor-slide-button,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.mgbutton.moove-gdpr-infobar-allow-all,
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    border: none !important;
    border-radius: 0 !important;
    color: var(--light-title-color) !important;
    cursor: pointer;
    font-size: 0.938rem;
    font-weight: 400 !important;
    line-height: 1.2;
    letter-spacing: 0.200em;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.mgbutton.moove-gdpr-infobar-allow-all:hover {
    color: var(--dark-title-color) !important;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .mgbutton.moove-gdpr-infobar-reject-btn:hover {
    color: var(--light-title-color) !important;
    opacity: 1 !important;
}

.block_btn_filters #mobile_close_filter,
.block_btn_filters #mobile_btn_filter,
.bouton a,
.bouton a.bdt-ep-button,
#btn_form,
.elementor-post__read-more,
.elementor-slides .swiper-slide-inner .elementor-slide-button,
body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.mgbutton.moove-gdpr-infobar-allow-all,
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    display: inline-block;
    padding: 20px 35px;
}

body #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.mgbutton.moove-gdpr-infobar-allow-all {
    border: var(--border-width) solid transparent !important;
}

body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    background: transparent;
    border: var(--border-width) solid var(--light-title-color) !important;
}

body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:hover,
body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:focus {
    background: var(--light-title-color);
    border: var(--border-width) solid transparent !important;
    color: var(--dark-title-color) !important;
}

body #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn:active {
    background: rgba(var(--light-text-color), .85);
}

.elementor-widget-button.icomoon a,
.elementor-widget-lightbox.icomoon a {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.bdt-ep-button:after {
    display: none !important;
}

.center .bouton {
    display: flex;
    justify-content: center;
}


/* BOUTON NOIR */

.block_btn_filters #mobile_close_filter,
#btn_form,
.bouton.noir a {
    background: var(--dark-title-color);
    border: var(--border-width) solid transparent !important;
}

.fond_fonce .bouton.noir a {
    background: var(--light-title-color);
}

.bouton.noir a:hover,
.bouton.noir a:focus {
    background: rgba(var(--dark-text-color), .85);
    text-decoration: none;
}

.fond_fonce .bouton.noir a:hover,
.fond_fonce .bouton.noir a:focus {
    background: rgba(var(--light-text-color), .85);
}


.bouton.noir a:active {
    background: rgba(var(--dark-text-color), .75);
}

.fond_fonce .bouton.noir a:active {
    background: rgba(var(--light-text-color), .75);
}



/* BOUTON CONTOUR NOIR */
.block_btn_filters #mobile_close_filter:hover,
.block_btn_filters #mobile_btn_filter,
#btn_form:hover,
#btn_form:focus,
.bouton.noir a:hover,
.bouton.noir a:focus,
.bouton.contour.noir a {
    background: transparent;
    border: var(--border-width) solid var(--dark-title-color) !important;
    text-decoration: none;
}

#content #content-details .home_slider a.elementor-button,
.fond_fonce .bouton.contour.noir a {
    background: transparent;
    border: var(--border-width) solid var(--light-title-color) !important;
}

.block_btn_filters #mobile_close_filter:focus span,
.block_btn_filters #mobile_close_filter:hover span,
.block_btn_filters #mobile_btn_filter:focus span,
.block_btn_filters #mobile_btn_filter:hover span,
.bouton.contour.noir a:hover span,
.bouton.contour.noir a:focus span,
.bouton.contour.noir a:active span,
.fond_fonce .bouton.contour.noir a span {
    color: var(--light-title-color) !important;
}

#content #content-details .home_slider a.elementor-button:focus,
#content #content-details .home_slider a.elementor-button:hover,
.block_btn_filters #mobile_close_filter:focus span,
.block_btn_filters #mobile_close_filter:hover span,
.block_btn_filters #mobile_btn_filter span,
.block_btn_filters #mobile_btn_filter,
#btn_form:hover span,
#btn_form:focus span,
.bouton.contour.noir a span,
.fond_fonce .bouton.contour.noir a:hover span,
.fond_fonce .bouton.contour.noir a:focus span,
.fond_fonce .bouton.contour.noir a:active span {
    color: var(--dark-title-color) !important;
}


.block_btn_filters #mobile_btn_filter:focus,
.block_btn_filters #mobile_btn_filter:hover,
.bouton.contour.noir a:hover,
.bouton.contour.noir a:focus {
    background: var(--dark-title-color);
    border: var(--border-width) solid transparent !important;
    text-decoration: none;
}

#content #content-details .home_slider a.elementor-button:focus,
#content #content-details .home_slider a.elementor-button:hover,
.fond_fonce .bouton.contour.noir a:hover,
.fond_fonce .bouton.contour.noir a:focus {
    background: var(--light-title-color);
    border: var(--border-width) solid transparent !important;
    text-decoration: none;
}

#btn_form:active,
.bouton.contour.noir a:active {
    border: var(--border-width) solid transparent;
    background: rgba(var(--dark-text-color), .85);
}

#content #content-details .home_slider a.elementor-button:active,
.fond_fonce .bouton.contour.noir a:active {
    border: var(--border-width) solid transparent;
    background: rgba(var(--light-text-color), .85);
}

.bouton.noir a:hover span,
.bouton.noir a:focus span {
    color: var(--dark-title-color) !important;
    text-decoration: none;
}


/**
 * ----------------------------------------
 * ------------- ANIMATIONS ---------------
 * ----------------------------------------
 */





/*-----------------------------------------*/
/*
/*---------- SITE ************** ----------*/
/*
/*-----------------------------------------*/

/*--------- HEADER ---------*/
header .menu_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header #nav-main-desktop > ul > li:not(:first-child) {
    margin-left: 40px;
}
header .bouton_header {
    position: relative;
}

header .bouton_header #block-31 {
    position: absolute;
    height: 110px;
    top: -55px;
    right: 0;
    width: 300px;
    border-left: 1px solid rgba(var(--light-text-color), .66);
}

header .bouton_header .menu-item-devis {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-text);
    letter-spacing: 0.200em;
}

header .bouton_header .menu-item-devis:hover {
    background: var(--background-color);
    color: var(--dark-title-color);
    text-decoration: none;
}

.home .header {
    position: absolute;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(var(--light-text-color), .66);
}




/*--------- FOOTER ---------*/

#post-footer {
    background: var(--background-socket);
}

#footer .column ul li:not(:last-child) {
    margin-bottom: 1.25rem;
}

#footer .column p,
#footer .column ul li {
    text-align: center;
}

#footer .column p {
    text-transform: uppercase;
}

#footer .column ul li a {
    font-size: .875rem;
    text-decoration: underline;

}

#footer .column ul li a:hover {
    color: rgba(var(--light-text-color), .85);
}

#post-footer {
    padding: 15px 0;
    border-top: 1px solid rgba(var(--light-text-color), .66);
}

#post-footer p,
#post-footer a {
    font-size: .75rem;
    font-weight: 300;
}

#content .decouvrir_mca .section_interne,
#footer .container .wrapper .column:nth-child(3),
#footer .container .wrapper .column:nth-child(2) {
    position: relative;
}

#footer .container .wrapper .column {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

#footer .container .wrapper .column #block-28 {
    margin-top: 20px;
}



#pre-footer .container {

}


/*--------- HOMEPAGE ---------*/
/*
    SLIDER
 */
#content-details .slider_home {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 840px;
    overflow: hidden;
}

#content-details .slider_home > .elementor-container > .elementor-column,
#content-details .slider_home .elementor-container .elementor-inner-section .elementor-container,
#content-details .slider_home .elementor-container .elementor-inner-section,
#content-details .slider_home .elementor-container {
    height: 100%;
}

#content-details .slider_home .elementor-container .elementor-inner-section .elementor-container .elementor-widget-wrap {
    align-content: center;
}

#content-details .slider_home .elementor-widget-heading,
#metier_one,
#metier_two,
#metier_three {
    z-index: 1;
    margin-left: auto !important;
    margin-right: auto !important;
}

#content-details #metier_one {
    margin-top: 95px;
}

#content-details #metier_two,
#content-details #metier_three {
    margin-top: 10px;
}

#content-details .slider_home .elementor-widget-heading h1 {
    font-size: 25px !important;
    margin-left: 170px;
    font-weight: 100;
}

#content-details .slider_home .elementor-widget-heading {
    pointer-events: none;
    position: relative;
}

#content-details .slider_home .elementor-widget-heading::before {
    content: "";
    position: absolute;
    display: block;
    background: var(--background-color);
    width: 125px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#metier_one p a,
#metier_two p a,
#metier_three p a,
#metier_one p,
#metier_two p,
#metier_three p {
    font-size: 30px !important;
    color: rgba(var(--light-text-color), .66) !important;
    display: flex;
    align-items: center;
    font-weight: 100;
    text-decoration: none;
}



#metier_one p strong,
#metier_two p strong,
#metier_three p strong {
    font-family: var(--font-title) !important;
    font-size: 70px !important;
    -webkit-text-stroke: 1px rgba(var(--light-text-color), .66) !important;
    color: transparent !important;
    margin-left: 80px;
    position: relative;
    text-decoration: none;
}

#metier_one p strong::before,
#metier_two p strong::before,
#metier_three p strong::before {
    content: "";
    position: absolute;
    background: rgba(var(--light-text-color), .66);
    width: 20px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}

#metier_one p:hover strong,
#metier_two p:hover strong,
#metier_three p:hover strong {
    -webkit-text-stroke: 0;
    color: rgba(var(--light-text-color), 1) !important;
    /*color: inherit !important;*/
    cursor: pointer;
    margin-left: 20px;
    transition: 400ms ease-in-out;
}

#metier_one p:hover,
#metier_two p:hover,
#metier_three p:hover {
    margin-left: 60px;
    color: rgba(var(--light-text-color), 1) !important;
    transition: 400ms ease-in-out;
}

#metier_one p:hover a,
#metier_two p:hover a,
#metier_three p:hover a {
    color: rgba(var(--light-text-color), 1) !important;
}

#metier_one p:hover strong::before,
#metier_two p:hover strong::before,
#metier_three p:hover strong::before {
    display: none;
    transition: 400ms ease-in-out;
}

#bg_changed_three,
#bg_changed_two,
#bg_changed_one {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0;
    margin: 0 !important;
    min-height: 840px;
}

#img_fixed {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    margin: 0 !important;
    min-height: 840px;
}

#img_fixed img,
#bg_changed_three img,
#bg_changed_two img,
#bg_changed_one img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#metier_one:hover + #bg_changed_one,
#metier_two:hover + #bg_changed_two,
#metier_three:hover + #bg_changed_three {
    opacity: 1;
    margin: 0 !important;
    top: 0px;
    transition: 400ms ease-in-out;
}


/*
    NEW SLIDER
 */

#content #content-details .home_slider {
    position: relative;
}
#content #content-details .home_slider::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    right: 250px;
    background: url(./static/img/before_slider.svg) no-repeat;
    background-size: contain;
    aspect-ratio: 665 / 809;
    width: 400px;
    height: auto;
    z-index: 2;
    opacity: .5;
}
#content #content-details .home_slider .elementor-slide-heading {
    font-family: var(--font-title) !important;
    font-size: 70px !important;
    -webkit-text-stroke: 1px rgba(var(--light-text-color), .95) !important;
    color: transparent !important;
}



    /*
        NOS REALISATIONS
     */
#content-details .nos_realisations {
    overflow: hidden;
}

#content-details .nos_realisations .section_interne {
    right: -240px;
    overflow: hidden;
}

.bdt-carousel .swiper-container:not(.swiper-container-horizontal), .bdt-custom-carousel .swiper-container:not(.swiper-container-horizontal), .bdt-wc-carousel .swiper-container:not(.swiper-container-horizontal), .bdt-testimonial-carousel .swiper-container:not(.swiper-container-horizontal), .bdt-event-carousel-skin-fable .swiper-container:not(.swiper-container-horizontal), .bdt-event-carousel .swiper-container:not(.swiper-container-horizontal), .bdt-portfolio-carousel .swiper-container:not(.swiper-container-horizontal), .bdt-panel-slider .swiper-container:not(.swiper-container-horizontal), .bdt-tutor-lms-course-carousel .swiper-container:not(.swiper-container-horizontal) {
    opacity: 1;
}

#content-details .nos_realisations .section_interne .bdt-carousel .bdt-carousel-item {
    background-color: var(--background-dark);
}

#content-details .nos_realisations .section_interne .bdt-carousel .bdt-carousel-thumbnail {
    width: 100%;
    padding-bottom: calc( 1 * 85% );
}

#content .bdt-panel-slider .swiper-wrapper .swiper-slide .bdt-panel-slide-thumb,
#content-details .nos_realisations .section_interne .bdt-carousel .bdt-carousel-thumbnail img {
    width: 420px;
    height: 300px;
    object-fit: cover;
}

#content-details .nos_realisations .section_interne .bdt-carousel .bdt-carousel-item .bdt-carousel-desc {
    padding: 0 0 0 15px;
}

#content-details .nos_realisations .section_interne .bdt-arrows-container.bdt-slidenav-container {
    position: relative;
}

#content-details .nos_realisations .section_interne .bdt-arrows-container.bdt-slidenav-container::before {
    position: absolute;
    content: "";
    display: block;
    background: var(--background-color);
    width: 1px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#content-details .nos_realisations .section_interne .bdt-position-top-left {
    top: 50%;
    left: -140px;
}

#content-details .nos_realisations .section_interne .bdt-position-top-left .bdt-slidenav {
    color: var(--light-title-color);
}

#content-details .nos_realisations .section_interne .bdt-panel-slider .bdt-panel-slide-item .bdt-panel-slide-title,
#content-details .nos_realisations .section_interne .bdt-carousel .bdt-carousel-item .bdt-carousel-title a {
    color: var(--light-title-color);
    font-size: 1.563rem;
    letter-spacing: 0.100em;
    font-family: var(--font-title);
    font-weight: 800;
}

#content-details .nos_realisations .section_interne  .bdt-panel-slider .swiper-wrapper .swiper-slide {
    aspect-ratio: initial;
    position: relative;
}

#content-details .nos_realisations .section_interne  .bdt-panel-slide-item .bdt-panel-slide-desc {
    padding: 30px 20px 0 0;
}

#content-details .nos_realisations .section_interne .bdt-panel-slider .bdt-panel-slide-item .bdt-panel-slide-link,
#content-details .nos_realisations .section_interne .bdt-carousel .bdt-carousel-item .bdt-carousel-button {
    margin-top: 10px;
    display: inline-block;
    background: transparent;
    font-size: 0.813rem;
    letter-spacing: 0.100em;
    padding: 0;
    margin-left: 45px;
    position: relative;
}

#content-details .nos_realisations .section_interne .bdt-panel-slider .bdt-panel-slide-item .bdt-panel-slide-link:hover,
#content-details .nos_realisations .section_interne .bdt-carousel .bdt-carousel-item .bdt-carousel-button:hover {
    text-decoration: underline;
}

#content-details .nos_realisations .section_interne .bdt-panel-slider .bdt-panel-slide-item .bdt-panel-slide-link::before,
#content-details .nos_realisations .section_interne .bdt-carousel .bdt-carousel-item .bdt-carousel-button::before {
    position: absolute;
    content: "";
    display: block;
    background: var(--background-color);
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    width: 30px;
    height: 1px;
}


/*
    DECOUVRIR MCA
 */

#content .block_txt_img.full {
    margin-bottom: 0 !important;
}

#content .block_txt_img.full .avis_google {
    margin-top: 50px !important;
}

#pre-footer .section_cta {
    position: relative;
    overflow: hidden;
}

#pre-footer .section_cta::before {
    content: "";
    position: absolute;
    display: block;
    bottom: -123px;
    right: -70px;
    background: url(./static/img/before_cta.svg) no-repeat;
    aspect-ratio: 502 / 613;
    width: 502px;
    height: auto;
    z-index: 2;
}


/*
    DEMANDE DE DEVIS
 */
#content .demande_devis .section_interne.center .elementor-container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}


/*
    NOS REALISATIONS ARCHIVE
 */
.archive.post-type-archive-realisations #content-details .posts-list .all_rea {
    grid-column: 1/ 5;
}

.archive.post-type-archive-realisations #content-details .posts-list .all_rea .facetwp-template {
    display: grid;
    grid-template-columns: repeat(var(--items-by-row), minmax(1px, 1fr));
    grid-column-gap: var(--items-margin);
    grid-row-gap: calc(var(--items-margin) * 2.5);
}

.archive.post-type-archive-realisations #content-details .posts-list .all_rea .tease-realisations .title {
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.archive.post-type-archive-realisations #content-details .posts-list .filtres,
.block_btn_filters.show #mobile_btn_filter,
.block_btn_filters #mobile_close_filter {
    display: none;
}

.archive.post-type-archive-realisations #content-details .posts-list .filtres.show,
.block_btn_filters.show #mobile_close_filter {
    display: block;
}

.archive.post-type-archive-realisations #content-details .posts-list {
    position: relative;
}

.archive.post-type-archive-realisations #content-details .posts-list .filtres.show {
    position: absolute;
    background: var(--background-grey);
    padding: 50px 40px 10px 40px;
    z-index: 1;
    top: 80px;
}

.post-type-archive-realisations #content-details .posts-list .filtres .facetwp-radio {
    background-image: url(/public/themes/inodia/static/img/no_choise.png);
}

.post-type-archive-realisations #content-details .posts-list .filtres .facetwp-radio.checked {
    background-image: url(/public/themes/inodia/static/img/choise.png);
}

.archive #content-details .posts-list article p.title {
    margin-top: 30px;
}


/*
    SINGLE REALISATION
 */
.single-realisations #content #content-details .block_txt_img {
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
}

.single-realisations #content #content-details .block_txt_img .block_txt {
    width: 48%;
    margin-right: 4%;
}

.single-realisations #content #content-details .block_txt_img .block_txt .details_rea {
    display: flex;
    flex-wrap: wrap;
}

.single-realisations #content #content-details .block_txt_img .block_txt .details_rea .txt_projet {
    width: 50%;
    margin-bottom: 50px;
}

.single-realisations #content #content-details .block_txt_img .block_img {
    width: 48%;
    position: relative;
}

.single-realisations #content #content-details .block_txt_img .block_img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#content .galerie_rea .owl-stage-outer .owl-stage {
    display: flex;
    align-items: stretch;
}

#content .section_galerie.fond_fonce .container img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

#content .section_galerie.fond_fonce .container {
    overflow: hidden;
}

#content .section_galerie.fond_fonce .container .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#content .section_galerie.fond_fonce .container .owl-nav button {
    margin: 0 20px;
    background: var(--background-dark);
    padding: 10px;
    border: var(--border-width) solid var(--background-color);
    font-size: 30px;
    cursor: pointer;
}

#content .section_galerie.fond_fonce .container .owl-nav button:hover {
    background: var(--background-color);
    color: var(--dark-title-color);
}

#content .section_galerie.fond_fonce .container .owl-nav button:hover span {
    color: var(--dark-title-color) !important;
}

#content .section_galerie.fond_fonce .container .owl-nav button span {
    line-height: 1;
}

#content .section_galerie.fond_fonce .container .owl-dots {
    display: none;
}

.post-type-archive-realisations #content-details .posts-list .pager {
    width: 100%;
}

.post-type-archive-realisations #content-details .posts-list .pager .facetwp-pager {
    text-align: center;
}


/*--------- CONTACT ---------*/
/* FORMULAIRE */
#content .elementor-widget-form .elementor-form-fields-wrapper {
    margin: 0 -10px;
}

#content .elementor-widget-form .elementor-field-group {
    padding: 0 10px !important;
}

#content .elementor-widget-form .elementor-field-label {
    font-weight: 500;
    margin-bottom: .625rem;
    padding: 0;
}

#content .elementor-widget-form .elementor-field-group-rgpd {
    margin-bottom: 0 !important;
}





/*--------- CGU - MENTIONS LÉGALES - POLITIQUE DE CONFIDENTIALITÉ DES DONNÉES ---------*/





/* ----------------------------------- */
/*
/* ----------- RESPONSIVE ------------ */
/*
/* ----------------------------------- */
@media screen and (min-width: 1251px) {
    /*
        HEADER
     */
    header .nav-main ul li.devis_menu {
        display: none;
    }

    /*
        FOOTER
     */
    footer .container .wrapper .column {
        border-left: 1px solid rgba(var(--light-text-color), .66);
    }

    #content .decouvrir_mca .section_interne::before,
    #footer .container .wrapper .column:nth-child(3)::before,
    #footer .container .wrapper .column:nth-child(2)::before {
        position: absolute;
        content: "";
        display: block;
        background: var(--background-dark);
        width: 1px;
        height: 40px;
        left: -1px;
        top: 0;
        transform: translateY(-100%);
    }

    #content .decouvrir_mca .section_interne::before {
        background: var(--background-color);
        left: 50%;
        transform: translate(-50%, -100%);
    }

    #content .decouvrir_mca .section_interne::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: calc(50% + 19px);
        transform: translateX(-50%);
        background: url(./static/img/h2_before.svg) no-repeat;
        aspect-ratio: 38 / 282.5;
        width: 38px;
        height: auto;
        z-index: 2;
    }

}



@media screen and (max-width: 1880px) {
    /*
        HEADER
     */
    header .bouton_header #block-31 {
        position: static;
        height: initial;
        margin-left: 40px;
        width: auto;
        border-left: 0;
    }
}


@media screen and (max-width: 1600px) {
    /*
        HEADER
     */
    header .bouton_header .menu-item-devis,
    header .nav-main ul li a {
        font-size: .75rem;
    }

    /*
        CTA
     */
    #pre-footer .section_cta::before {
        width: 420px;
    }
}



@media screen and (max-width: 1250px) {

    .fond_fonce.section_galerie, #pre-footer .container .elementor-top-section.section_cta, .home #content .elementor-top-section.fond_grey, .home #content .elementor-top-section.fond_fonce, .home #content .elementor-top-section.fond_texture, .home #content .elementor-top-section.fond_blanc {
        padding: 6.375rem 0;
    }

    /*
        HEADER
     */
    header .bouton_header {
        display: none;
    }
    header .nav-main ul li a {
        font-size: 1rem;
    }


    /*
        FOOTER
     */
    #footer .container .wrapper .column:nth-child(2) {
        order: -1;
    }
    div#footer .wrapper {
        grid-template-rows: repeat(2, 1fr);
    }
    #footer .container .wrapper .column:nth-child(2) { grid-area: 1 / 1 / 2 / 3; }
    #footer .container .wrapper .column:nth-child(1) { grid-area: 2 / 1 / 3 / 2; }
    #footer .container .wrapper .column:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }

    /*
        CTA
     */
    #pre-footer .section_cta::before {
        width: 390px;
    }

    /*
        SLIDER HOME
     */
    #metier_one p strong, #metier_two p strong, #metier_three p strong {
        font-size: 50px !important;
    }
    #img_fixed {
        opacity: .3;
    }
    #content-details .slider_home {
        min-height: 750px;
        max-height: 750px;
        height: 100vh;
    }

}



@media screen and (min-width: 1141px) {
    /*
        SECTION FULL
     */
    #content .block_txt_img.full .block_txt {
        max-width: 760px;
    }

    #content #content-details .block_txt_img.full .block_img {
        max-width: 885px;
        margin-right: 8% !important;
    }

    #content #content-details .block_txt_img.full .block_txt,
    #content #content-details .block_txt_img.full .block_img {
        width: 46%;
    }



}



@media screen and (max-width: 1140px) {
    /*
        SECTION FULL
     */
    #content .block_txt_img.full .elementor-container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
    }

    #content .block_txt_img.full .elementor-container .section_interne .elementor-container {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }


    #content .elementor-top-section:not(:first-child):not(.no_margin):not(.nos_realisations) {
        margin-top: 6.5rem;
    }

    #content .elementor-top-section:last-child {
        margin-bottom: 6.5rem !important;
    }

    /*
        SINGLE REALISATION
     */
    .single-realisations #content #content-details .block_txt_img {
        flex-direction: column;
        padding-top: 50px;
    }

    .single-realisations #content #content-details .block_txt_img .block_txt,
    .single-realisations #content #content-details .block_txt_img .block_img {
        width: 100%;
        margin: 0;
    }

    .single-realisations #content #content-details .block_txt_img .block_img {
        margin-top: 4.75rem;
    }

    .single-realisations #content #content-details .block_txt_img .block_img img {
        position: relative;
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .single-realisations #content #content-details .block_txt_img .block_txt .details_rea .txt_projet {
        width: 100%;
        margin-bottom: 20px;
    }

    /*
        CONTACT
     */
    #content .contact.block_txt_img .elementor-container > .elementor-col-50.block_img {
        max-height: initial;
    }

    #content .contact.block_txt_img .elementor-container > .elementor-col-50.block_img .osm-map-container {
        height: 400px;
    }

    /*
        DEMANDE DE DEVIS
     */
    #content .demande_devis .section_interne.center .elementor-container {
        max-width: 85%;
        width: 85%;
        margin: 0 auto;
    }

}



@media screen and (max-width: 989px) {

    .right h2 {
        margin-right: 30px;
    }

    #content .elementor-top-section:not(:first-child):not(.no_margin) {
        margin-top: 0rem;
    }

    #content .elementor-top-section:last-child,
    .blog #content #content-details,
    .archive #content #content-details,
    .category #content #content-details {
        margin-bottom: 6.25rem;
    }

    .fond_fonce.section_galerie, #pre-footer .container .elementor-top-section.section_cta, .home #content .elementor-top-section.fond_grey, .home #content .elementor-top-section.fond_fonce, .home #content .elementor-top-section.fond_texture, .home #content .elementor-top-section.fond_blanc {
        padding: 4.375rem 0;
    }

    /*
        SLIDER HOME
     */
    #metier_one p strong, #metier_two p strong, #metier_three p strong {
        font-size: 40px !important;
    }

    /*
         SLIDER REALISATIONS HOME
     */
    #content-details .nos_realisations .section_interne {
        right: initial;
        margin-top: 6.25rem;
    }
    #content-details .nos_realisations .section_interne .bdt-position-top-left {
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
    }

    /*
        CTA
     */
    #pre-footer .section_cta::before {
        display: none;
    }

}



@media screen and (min-width: 768px) {
    #content-details .nos_realisations .section_interne  .bdt-panel-slider .swiper-wrapper .swiper-slide::after {
        content: "";
        display: block;
        position: absolute;
        background: var(--background-dark);
        width: 20px;
        height: 100%;
        top: 0;
        right: -1px;
    }

}



@media screen and (max-width: 767px) {

    /*
        HEADER
     */
    .home .sticky.show .header {
        background: var(--background-dark);
    }

    /*
        SLIDER HOME
     */
    #content-details .slider_home {
        min-height: 500px;
        max-height: 500px;
        height: 100vh;
    }
    #content-details .slider_home .elementor-container {
        height: 100%;
    }
    #content-details #metier_one {
        margin-top: 25px;
    }
    #metier_one p strong, #metier_two p strong, #metier_three p strong {
        font-size: 30px !important;
    }
    #content-details .slider_home .elementor-container .elementor-inner-section .elementor-container .elementor-widget-wrap {
        align-content: start;
    }
    #content-details .slider_home .elementor-container .elementor-inner-section .elementor-container .elementor-widget-wrap .elementor-widget-heading {
        margin-top: 200px !important;
    }
    #metier_one p a, #metier_two p a, #metier_three p a, #metier_one p, #metier_two p, #metier_three p {
        font-size: 20px !important;
    }
    #content-details .slider_home .elementor-widget-heading::before {
        width: 70px;
    }
    #content-details .slider_home .elementor-widget-heading h1 {
        font-size: 20px !important;
        margin-left: 105px;
    }

    /*
        FOOTER
     */
    #footer .wrapper {
        display: flex;
        flex-direction: column;
        padding: 4.375rem 0;
    }

    #footer .wrapper .column {
        padding: 0;
    }

    .elementor-headline-animation-type-slide-down span.elementor-headline-plain-text:first-child, .elementor-headline-animation-type-slide-down span.elementor-headline-dynamic-text, .elementor-headline-animation-type-slide-down span.elementor-headline-dynamic-text:last-child {
        text-align: center;
    }
}



@media screen and (max-width: 575px) {

    #metier_one p strong, #metier_two p strong, #metier_three p strong {
        font-size: 25px !important;
        margin-left: 40px;
    }

    #metier_one p strong::before, #metier_two p strong::before, #metier_three p strong::before {
        left: -27px;
    }

    #content .elementor-top-section:last-child,
    .blog #content #content-details,
    .archive #content #content-details,
    .category #content #content-details {
        margin-bottom: 5rem;
    }
}



@media screen and (max-width: 480px) {

    #content-details .slider_home .elementor-container .elementor-inner-section .elementor-container .elementor-widget-wrap .elementor-widget-heading {
        margin-top: 220px !important;
    }

    #content-details .slider_home .elementor-widget-heading::before {
        width: 35px;
    }

    #content-details .slider_home .elementor-widget-heading h1 {
        margin-left: 65px;
    }

    /*
        CTA
     */
    #pre-footer .block_boutons .bouton:not(.contour) {
        order: 2;
    }

    #pre-footer .block_boutons .bouton.contour {
        order: 1;
    }

    /*
        REALISATIONS
     */
    .archive.post-type-archive-realisations #content-details .posts-list .filtres.show {
        padding: 30px 20px 10px 20px;
        top: 90px;
    }

}



@media screen and (max-width: 375px) {

    .elementor .elementor-widget-text-editor, .elementor .elementor-widget-text-editor p, .elementor .elementor-widget-text-editor li, .elementor .elementor-widget-text-editor span,
    body {
        font-size: .875rem !important;
    }

    #metier_one p strong, #metier_two p strong, #metier_three p strong {
        font-size: 20px !important;
    }

    /*----- CONTACT -----*/
    /* FORMULAIRE */
    #content .elementor-widget-form .elementor-field-group {
        margin-bottom: 1.25rem;
    }
}



@media screen and (max-width: 300px) {}
