/* GLOBAL */
/* HEADER */
/* HOME - SLIDESHOW */
/* HOME - CONTENT */
/* HOME - EXPERTISE */
/* HOME - REALISATIONS */
/* HOME - ENGAGEMENTS */
/* HOME - CONTACT */
/* FOOTER */
/* INNER PAGES */



/* GLOBAL */
html, body {
    font-size: 100%;
    line-height: 1.2;
}
body {
    margin: 0;
    color: #393939;
    font-family: Gotham;
}
.container {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
h1, h2, h3, h4, h5, h6, ul, p {
    margin-top: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    max-height: 100%;
}
a {
    color: inherit;
}
main {
    padding-top: 7.68rem;
    margin-bottom: 75px;
}
b, strong {
    font-weight: 700;
}
.t-align-center {
    text-align: center;
}
button {
    cursor: pointer;
}
.inline-mobile,
.block-mobile,
.block-tablet,
.inline-tablet {
    display: none;
}
.block-desktop {
    display: block;
}
.inline-desktop {
    display: inline;
}
.site-anchor {
    position: relative;
    top: -7.68rem;
}
.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}
.msg-error{
    list-style: none;
    color: #f00;
}
.msg-valid{
    list-style: none;
    color: #0c0;
}
/* GLOBAL */



/* HEADER */
#main-header {
    font-size: 1rem;
    position: fixed;
    height: 7.68em;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
#main-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 265px;
    z-index: 3;
}
.header-logo-container {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    max-width: 16.56em;
    height: 15em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.menu-button {
    font-size: 1.28em;
    background-color: #13407b;
    border: none;
    color: #fff;
    width: 6em;
    height: 6em;
    padding: 0 0 2em;
    position: relative;
}
.menu-button-icon {
    position: absolute;
    left: 25%;
    right: 25%;
    height: 1px;
    background-color: #fff;
    bottom: 35%;
}
.menu-button-icon::before,
.menu-button-icon::after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: -0.8em;
    left: 0;
    right: 0;
    height: 100%;
}
.menu-button-icon::after {
    top: 0.8em;
}
.header-buttons {
    display: flex;
    align-items: center;
}
.header-tel {
    display: flex;
    font-size: 1.725em;
    font-weight: 700;
    text-decoration: none;
    align-items: center;
    margin-right: 0.8em;
    border: solid 1px #13407b;
    color: #13407b;
    padding: 0.3em 1.5em 0.3em 1.2em;
    border-radius: 2em;
}
.header-tel svg {
    height: 1.46em;
    transform: rotateZ(-7deg);
    margin-right: 0.5em;
}
.btn-rdv {
    border: none;
    background-color: #e5503a;
    color: #fff;
    font-weight: 700;
    font-size: 1.05em;
    padding: 1.1em 2.7em;
    letter-spacing: 0.04em;
    border-radius: 4em;
    text-decoration: none;
    text-align: center;
}

.main-menu-container {
    position: fixed;
    top: 7.68em;
    left: -30.7em;
    bottom: 0;
    width: 30.7em;
    background-color: #13407b;
    color: #fff;
    z-index: 2;
    transition: all .3s ease-in-out;
}
.main-menu-shadow {
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 7.68em;
    cursor: pointer;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}
.show-menu .main-menu-container {
    left: 0;
}
.show-menu .main-menu-shadow {
    opacity: 1;
    visibility: visible;
}
.main-menu-links {
    list-style: none;
    padding: 10em 1em;
    margin: 0;
    /*height: 100%;*/
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.main-menu-links li a,
.main-menu-links li button {
    cursor: pointer;
    font-size: 1.8em;
    position: relative;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    color: inherit;
    border: none;
    text-align: left;
    text-decoration: none;
    display: block;
    width: 100%;
}
.main-menu-links li a::after,
.main-menu-links li button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #fff;
    width: 3.5em;
}
.main-menu-container .header-tel,
.main-menu-container .btn-rdv,
.menu-separator-mobile {
    display: none;
}
/* HEADER */



/* HOME - SLIDESHOW */
.section-diaporama {
    background-image: url(../images/bkg-grey.png);
    background-size: 100% 18.5%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.slide-desktop {
    display: block;
}
.slide-mobile,
.lSSlideOuter .lSPager.lSpg {
    display: none;
}
.section-diaporama h1 {
    position: absolute;
    top: calc( 50% - 1em );
    left: 15px;
    margin: 0;
    display: block;
    z-index: 100;
    font-weight: 300;
    font-size: 3.35em;
    line-height: 1.2;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.section-diaporama h1 span:nth-child( 2n + 1 ) {
    background-color: #13407b;
    color: #fff;
    padding: 0.2em 1.2em 0.1em 0.9em;
}
.section-diaporama h1 span:nth-child( 2n ) {
    background-color: #fff;
    color: #13407b;
    padding: 0.2em 0.9em 0.1em;
}
.section-diaporama .lSSlideOuter {
    position: relative;
}
.section-diaporama .lSAction {
    position: relative;
}
.lSAction {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.lSAction > a {
    width: 47px;
    height: 47px;
    margin-top: -47px;
    background-image: url(../images/arrow-small.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    opacity: 1;
}
.lSAction > .lSPrev {
    left: auto;
    right: 62px;
    background-position: center;
    background-color: #9e3926;
    transform: rotate(180deg);
}
.lSAction > .lSNext {
    right: 15px;
    background-color: #e5503a;
    background-position: center;
    transform: rotate(0deg);
}
/* HOME - SLIDESHOW */



/* HOME - CONTENT */
.section-content {
    padding-bottom: 60px;
    background-color: #f4f4f3;
}
.section-content .container {
    max-width: 1240px;
}
.sketch-container {
    position: absolute;
    left: 15px;
    top: -90px;
    z-index: 100;
    max-width: 49%;
}
.sketch-container::after {
    content: "";
    height: 1px;
    position: absolute;
    background-color: #13407b;
    left: 0;
    bottom: -3.5%;
    width: 91%;
}
.sketch-container img {
    display: block;
}
.content-container {
    position: relative;
    z-index: 101;
    margin-left: 46.9%;
    background-color: #13407b;
    color: #fff;
    font-size: 2.21rem;
    padding: 4.2em 2.4em 2em 1.7em;
    font-weight: 700;
    letter-spacing: -0.066em;
    line-height: 1.16;
}
.content-image {
    position: absolute;
    left: 22%;
    bottom: 100%;
    bottom: calc(100% - 3.3em);
    border-bottom: solid 4px #e5503a;
    padding-left: 0.35em;
    padding-right: 0.2em;
    width: 52%;
}
.content-text {
    margin-bottom: 0.65em;
}
.content-name {
    font-size: 0.93em;
    font-weight: 300;
    text-align: right;
    letter-spacing: -0.05em;
    margin-bottom: 0.15em;
}
.content-discipline {
    margin: 0;
    font-weight: 300;
    font-size: 0.71em;
    text-align: right;
    letter-spacing: -0.04em;
}
/* HOME - CONTENT */



/* HOME - EXPERTISE */
.section-expertise {
    font-size: 1rem;
    background-color: #f4f4f3;
    padding-bottom: 12.7em;
}
.expertise-text-fond {
    margin: 0;
    font-size: 9.35em;
    font-weight: 700;
    position: absolute;
    left: 2.7%;
    line-height: 1;
    opacity: 0.05;
}
.section-title {
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.6em;
}
.section-expertise .section-title {
    padding-left: 29.4%;
    padding-top: 0.21em;
}
.expertise-content {
    font-size: 2.0625em;
    padding-left: 29.4%;
    letter-spacing: -0.04em;
    margin-bottom: 1.5em;
}
.expertise-departements {
    letter-spacing: 0.072em;
}
.verandas-container {
    padding-top: 4.3em;
    max-width: 88.5%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.veranda-container {
    max-width: 31.6%;
    position: relative;
}
.veranda-container img {
    display: block;
}
.veranda-content-container {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 73.6%;
    max-width: 63%;
    padding: 2.1em 2em 0 1.7em;
    min-height: 15.3em;
}
.veranda-content-container h3 {
    font-size: 1.29em;
    color: #13407b;
    margin-bottom: 0.5em;
}
.veranda-content-container h4 {
    font-size: 0.91em;
    font-weight: 400;
    line-height: 1.45;
    margin-bottom: 0;
}
.veranda-content-container::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #13407b;
    bottom: -0.6em;
    left: 0;
    right: 0;
}
/* HOME - EXPERTISE */



/* HOME - REALISATIONS */
.section-realisations {
    font-size: 1rem;
    padding-top: 2.4em;
    padding-bottom: 6.4em;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 640px) 116px;
    background-size: 34.3em auto;
}
.section-realisations > .container {
    margin-bottom: 8.4em;
}
.section-realisations .section-title {
    padding-left: 29.9%;
    padding-top: 1.15em;
    margin-bottom: 2.3em;
}
.section-realisations > .container > .lSSlideOuter {
    max-width: 63.8%;
    margin-left: auto;
    margin-right: auto;
}
.section-realisations .lSAction > .lSPrev {
    right: 47px;
    top: auto;
    bottom: -47px;
}
.section-realisations .lSAction > .lSNext {
    right: 0;
    top: auto;
    bottom: -47px;
}
.section-realisations .lightSlider {
    font-size: 0;
}
.section-realisations .lSSlideWrapper,
.section-realisations .lSSlideOuter {
    overflow: visible;
}

.realisations-container {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}
.realisations-container > .lSSlideOuter:first-child {
    width: 52%;
}
.realisations-container > .lSSlideOuter:nth-child(2) {
    width: 46%;
    margin-top: 27.3em;
    text-align: right;
}
.realisations-container > .lSSlideOuter:first-child .lSAction > .lSPrev {
    right: auto;
    left: 0;
}
.realisations-container > .lSSlideOuter:first-child .lSAction > .lSNext {
    right: auto;
    left: 47px;
}
.realisations-depannage {
    top: 0;
    right: calc(50% + 8.8em);
}
.realisations-depannage-rennovation {
    position: absolute;
}
.realisations-depannage {
    top: 0;
    right: calc( 50% + 8.8em );
    width: 39em;
    text-align: center;
}
.realisations-depannage-rennovation-content-container {
    position: relative;
    background-color: #f4f4f3;
    z-index: 2;
    padding-top: 4.7em;
    padding-bottom: 2.6em;
}
.realisations-depannage::before {
    content: "";
    width: 9.3125em;
    height: 7.625em;
    position: absolute;
    left: -4.8em;
    top: -4.8em;
    background-image: url(../images/depannage-outils.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.realisations-depannage-rennovation h3 {
    font-size: 2.25em;
    font-weight: 700;
    color: #13407b;
    margin-bottom: 0.75em;
}
.realisations-depannage-rennovation p {
    margin-bottom: 0;
    position: relative;
    padding-bottom: 1.5em;
    font-size: 1.18em;
    line-height: 1.375;
    letter-spacing: -0.03em;
}
.realisations-depannage-rennovation p::after {
    content: "";
    height: 1px;
    background-color: #13407b;
    position: absolute;
    left: 42.4%;
    right: 42.4%;
    bottom: 0;
}
.realisations-depannage::after {
    content: "";
    width: 9.3125em;
    height: 6.5em;
    position: absolute;
    left: 14.9em;
    bottom: 100%;
    background-image: url(../images/depannage-urgence.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.read-more {
    display: none;
}
.realisations-rennovation {
    left: calc( 50% + 3.7em );
    bottom: 7em;
    width: 39em;
}
.realisations-rennovation::before {
    content: "";
    width: 10.5625em;
    height: 9.5em;
    position: absolute;
    top: -5.8em;
    right: -4.8em;
    background-image: url(../images/depannage-renovation.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.realisations-rennovation .realisations-depannage-rennovation-content-container {
    text-align: center;
    padding-top: 4.2em;
    padding-bottom: 3.4em;
}
.realisations-rennovation.realisations-depannage-rennovation h3 {
    margin-bottom: 0.68em;
}
.realisations-rennovation.realisations-depannage-rennovation p {
    padding-bottom: 1.8em;
    letter-spacing: 0;
}
/* HOME - REALISATIONS */



/* HOME - ENGAGEMENTS */
.section-engagements {
    font-size: 1rem;
    margin-bottom: 10.5em;
}
.section-engagements .expertise-text-fond {
    padding-left: 0.7em;
}
.section-engagements .section-title {
    text-align: center;
    text-transform: initial;
    padding-top: 2em;
    margin-bottom: 1.6em;
}
.section-engagements .section-title span:last-child {
    color: #13407b;
}
.engagements-flexbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.2em;
    align-items: flex-start;
}
.engagements-list {
    list-style: none;
    padding: 3em 0 0 2.55%;
    margin: 0;
    width: 40%;
}
.engagements-list li {
    display: flex;
    align-items: flex-start;
    font-size: 1.125em;
}
.engagements-list img {
    width: 1.65em;
    margin-right: 0.7em;
}
.engagements-list p {
    margin-bottom: 1.15em;
}
.engagements-map .expertise-text-fond {
    display: none;
}
.engagements-flexbox > img {
  max-width: 60%;
}

.container.engagements-map {
    max-width: 1480px;
}
.section-engagements .engagements-map .section-title {
    position: absolute;
    text-align: left;
    top: 0.5em;
    left: 1.3em;
    line-height: 1;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.engagements-map-container {
    position: relative;
}
.engagements-map-container::after {
    content: "";
    left: 0;
    right: 0;
    bottom: -20px;
    height: 1px;
    background-color: #13407b;
    position: absolute;
}
.engagements-autre-departements {
    display: none;
}
/* HOME - ENGAGEMENTS */



/* HOME - CONTACT */
.section-contact {
    display: flex;
    font-size: 1rem;
}
.section-contact-left {
    width: 42.2%;
    padding-top: 13.5em;
}
.coords-container {
    width: 43.3em;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    background-color: #13407b;
    padding: 12.9em 0em 4.7em 9.5em;
    color: #fff;
}
.logo-container {
    background-color: #fff;
    position: absolute;
    top: -20.5em;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90.3%;
}
.coords-desc {
    font-size: 1.625em;
    margin-bottom: 2.4em;
}
.coords-text-icons {
    display: flex;
    align-items: center;
    margin-bottom: 3.7em;
}
.coords-text-icons .svg-container {
    width: 3.2em;
}
.coords-address svg,
.coords-email svg {
    width: 2.2em;
}
.coords-text-icons p {
    font-size: 1.375em;
    margin-bottom: 0;
}
.coords-text-icons.coords-email {
    margin-bottom: 1.8em;
}
.coords-phone svg {
    width: 2.8em;
}
.coords-text-icons.coords-phone p {
    font-size: 1.9em;
    font-weight: 700;
}
.coords-text-icons.coords-phone a {
    text-decoration: none;
}
.coords-text-icons.coords-phone {
    margin-bottom: 3.1em;
}
.coords-departements p span {
    letter-spacing: -0.04em;
}
.coords-departements svg {
    width: 3em;
    margin-left: -0.4em;
}
.coords-departements {
    margin-bottom: 2.3em;
}
.contact-other-departments-container {
    margin: 0;
}
.contact-other-departments-container > button:first-child {
    display: none;
}
.contact-other-departments-container button:last-child {
    display: block;
    text-align: left;
    border: none;
    color: #fff;
    background: none;
    padding: 0 0 0 2.4em;
    font-size: 1.375em;
    line-height: 1.5;
    letter-spacing: 0.07em;
}
.contact-other-departments-container button:last-child span {
    text-decoration: underline;
}

.section-contact-right {
    width: 57.8%;
}
.section-contact-right {
    background-color: #f4f4f3;
}
.contact-form {
    max-width: 59.8em;
    padding-top: 5.6em;
    padding-left: 10.7em;
}
.contact-form-container {
    max-width: 49.5em;
    margin-left: auto;
    margin-right: auto;
}
.contact-title {
    font-size: 3em;
    margin-bottom: 1.5em;
}
.contact-title span:last-child {
    color: #13407b;
}
.fields-group {
    margin-bottom: 0.6em;
}
.fields-group.fields-2col {
    display: flex;
    justify-content: space-between;
}
.fields-group.fields-2col > * {
    width: 49%;
}
input, textarea {
    border: none;
    padding: 1em 0.9em 0.8em;
    font-size: 1.125em;
    width: 100%;
    resize: vertical;
}
.fields-group.fields-checkboxes {
    display: flex;
    padding-top: 1.1em;
    padding-left: 2em;
}
.fields-group.fields-checkboxes > p {
    margin-bottom: 0;
    font-size: 1.125em;
    width: 18.8%;
}
.checkboxes-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 81.2%;
}
.fake-checkboxes input {
    display: none;
}
.fake-checkboxes span {
    display: flex;
    align-items: center;
    font-size: 1.125em;
    padding-left: 2em;
    height: 1.6em;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}
.fake-checkboxes input:checked + span {
    background-image: url(../images/checked.png);
}
.checkboxes-container label {
    width: 7.2em;
    margin-bottom: 0.8em;
}
.checkboxes-container label:nth-child(-n+3) {
    width: 33%;
}
.checkboxes-container > input {
    width: auto;
    width: calc(100% - 7.2em);
}
.fields-group.fields-checkboxes + .fields-group.fields-checkboxes {
    padding-top: 0.5em;
}
.required-fields {
    font-size: 0.875em;
    color: #f00;
    margin-bottom: 0;
}
.fields-group.fields-2col-spaced {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.field-upload-files:not(.clicked) > input,
.field-upload-files.clicked > span {
    display: none;
}
.field-upload-files.clicked {
    align-items: flex-start;
}
.field-upload-files {
    font-size: 1.125em;
    display: flex;
    align-items: center;
    background: #fff;
    width: 61%;
    padding: 0.5em;
}
.field-upload-files svg {
    width: 2em;
    margin-right: 1.1em;
}
.field-upload-files input {
    padding: 0;
    width: auto;
    font-size: 1em;
}
.fields-group.fields-last {
    margin-top: 2.1em;
}
.fields-last .required-fields {
    display: none;
}
.rgpd-container {
    width: 60%;
}
.rgpd-container input {
    display: none;
}
.rgpd-container span {
    display: inline-block;
    font-size: 0.8125em;
    padding-left: 2.6em;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 2em;
}
.rgpd-container input:checked + span {
    background-image: url(../images/checked.png);
}
.fields-last .btn-rdv {
    width: 36%;
}
/* HOME - CONTACT */



/* FOOTER */
#main-footer {
    color: #fff;
    font-size: 0.9375rem;
    background-color: #13407b;
    padding: 1.9em 0 2.4em;
}
#main-footer > .container {
    max-width: 1425px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-footer {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    align-items: center;
}
.menu-footer li {
    position: relative;
}
.link-separator {
    width: 1px;
    height: 1.2em;
    background-color: #fff;
}
.menu-footer a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 0.3em 1.6em;
}
.menu-footer li:first-child a {
    padding-left: 0;
}
.menu-footer li:last-child a {
    padding-right: 0;
}
.copyright {
    display: flex;
    margin: 0;
}
.copyright a {
    display: inline-block;
    height: 1.3em;
    margin-left: 4px;
}
.copyright svg {
    height: 100%;
}
/* FOOTER */



/* INNER PAGES */
.section-innerpage-content {
    padding-top: 6em;
    font-size: 1.4rem;
    overflow: hidden;
}
.section-innerpage-content > .container {
    padding-top: 4em;
    max-width: 1160px;
}
.section-innerpage-content .expertise-text-fond {
    font-size: 6em;
    text-align: center;
    left: -4em;
    right: -4em;
    top: 0;
}
.politique-de-confidentialite .section-innerpage-content .expertise-text-fond {
    font-size: 4.4em;
    left: 0;
    right: 0;
    text-align: left;
}
/* INNER PAGES */



@media screen and ( max-width: 1700px ) {
    /* GLOBAL 1700px */
    .container {
        max-width: 1500px
    }
    main {
        padding-top: 6.912rem;
    }
    .site-anchor {
        top: -6.912rem;
    }
    /* GLOBAL 1700px */
    
    /* HEADER 1700px */
    #main-header {
        font-size: 0.9rem;
    }
    #main-header .container {
        padding-left: 240px;
    }
    /* HEADER 1700px */
    
    /* HOME - SLIDESHOW 1700px */
    .section-diaporama {
        font-size: 0.9rem;
    }
    .lSAction {
        max-width: 1115px;
    }
    .lSAction > a {
        width: 42px;
        height: 42px;
        margin-top: -42px;
    }
    .lSAction > .lSPrev {
        right: 57px;
    }
    /* HOME - SLIDESHOW 1700px */
    
    /* HOME - CONTENT 1700px */
    .section-content {
        font-size: 0.9rem;
        padding-bottom: 55px;
    }
    .section-content .container {
        max-width: 1115px;
    }
    .sketch-container {
        top: -80px;
    }
    .content-container {
        font-size: 1.989rem;
    }
    /* HOME - CONTENT 1700px */
    
    /* HOME - EXPERTISE 1700px */
    .section-expertise {
        font-size: 0.9rem;
    }
    /* HOME - EXPERTISE 1700px */

    /* HOME - REALISATIONS 1700px */
    .section-realisations {
        font-size: 0.9rem;
        background-position: calc(50% + 575px) 105px;
    }
    .section-realisations .lSAction > .lSPrev {
        right: 42px;
        bottom: -42px;
    }
    .section-realisations .lSAction > .lSNext {
        bottom: -42px;
    }
    .realisations-container > .lSSlideOuter:first-child .lSAction > .lSNext {
        left: 42px;
    }
    /* HOME - REALISATIONS 1700px */

    /* HOME - ENGAGEMENTS 1700px */
    .section-engagements {
        font-size: 0.9rem;
    }
    .container.engagements-map {
        max-width: 1330px;
    }
    .engagements-map-container::after {
        bottom: -18px;
    }
    /* HOME - ENGAGEMENTS 1700px */
    
    /* HOME - CONTACT 1700px */
    .section-contact {
        font-size: 0.9rem;
    }
    /* HOME - CONTACT 1700px */
    
    /* FOOTER 1700px */
    #main-footer {
        font-size: 0.84375rem;
    }
    #main-footer > .container {
        max-width: 1280px;
    }
    /* FOOTER 1700px */
    
    /* INNER PAGES 1700px */
    .section-innerpage-content {
        font-size: 1.2rem;
    }
    .section-innerpage-content > .container {
        max-width: 1050px;
    }
    /* INNER PAGES 1700px */
}



@media screen and ( max-width: 1500px ) {
    /* GLOBAL 1500px */
    .container {
        max-width: 1250px
    }
    main {
        padding-top: 5.76rem;
    }
    .site-anchor {
        top: -5.76rem;
    }
    /* GLOBAL 1500px */
    
    /* HEADER 1500px */
    #main-header {
        font-size: 0.75rem;
    }
    #main-header .container {
        padding-left: 200px;
    }
    /* HEADER 1500px */
    
    /* HOME - SLIDESHOW 1500px */
    .section-diaporama {
        font-size: 0.75rem;
    }
    .lSAction {
        max-width: 930px;
    }
    .lSAction > a {
        width: 35px;
        height: 35px;
        margin-top: -35px;
    }
    .lSAction > .lSPrev {
        right: 50px;
    }
    /* HOME - SLIDESHOW 1500px */
    
    /* HOME - CONTENT 1500px */
    .section-content {
        font-size: 0.75rem;
        padding-bottom: 45px;
    }
    .section-content .container {
        max-width: 930px;
    }
    .sketch-container {
        top: -65px;
    }
    .content-container {
        font-size: 1.6575rem;
    }
    /* HOME - CONTENT 1500px */
    
    /* HOME - EXPERTISE 1500px */
    .section-expertise {
        font-size: 0.75rem;
    }
    /* HOME - EXPERTISE 1500px */

    /* HOME - REALISATIONS 1500px */
    .section-realisations {
        font-size: 0.75rem;
        background-position: calc(50% + 480px) 88px;
    }
    .section-realisations .lSAction > .lSPrev {
        right: 35px;
        bottom: -35px;
    }
    .section-realisations .lSAction > .lSNext {
        bottom: -35px;
    }
    .realisations-container > .lSSlideOuter:first-child .lSAction > .lSNext {
        left: 35px;
    }
    /* HOME - REALISATIONS 1500px */

    /* HOME - ENGAGEMENTS 1500px */
    .section-engagements {
        font-size: 0.75rem;
    }
    .container.engagements-map {
        max-width: 1110px;
    }
    .engagements-map-container::after {
        bottom: -15px;
    }
    /* HOME - ENGAGEMENTS 1500px */
    
    /* HOME - CONTACT 1500px */
    .section-contact {
        font-size: 0.75rem;
    }
    /* HOME - CONTACT 1500px */
    
    /* FOOTER 1500px */
    #main-footer {
        font-size: 0.7rem;
    }
    #main-footer > .container {
        max-width: 1065px;
    }
    /* FOOTER 1500px */
    
    /* INNER PAGES 1500px */
    .section-innerpage-content {
        font-size: 1.1rem;
    }
    .section-innerpage-content > .container {
        max-width: 880px;
    }
    /* INNER PAGES 1500px */
}



@media screen and ( max-width: 1300px ) {
    /* GLOBAL 1300px */
    .container {
        max-width: 930px
    }
    main {
        padding-top: 4.6rem;
    }
    .site-anchor {
        top: -4.608rem;
    }
    /* GLOBAL 1300px */
    
    /* HEADER 1300px */
    #main-header {
        font-size: 0.6rem;
    }
    #main-header .container {
        padding-left: 160px;
    }
    /* HEADER 1300px */
    
    /* HOME - SLIDESHOW 1300px */
    .section-diaporama {
        font-size: 0.6rem;
    }
    .lSAction {
        max-width: 745px;
    }
    .lSAction > a {
        width: 30px;
        height: 30px;
        margin-top: -30px;
    }
    .lSAction > .lSPrev {
        right: 45px;
    }
    /* HOME - SLIDESHOW 1300px */
    
    /* HOME - CONTENT 1300px */
    .section-content {
        font-size: 0.6rem;
        padding-bottom: 35px;
    }
    .section-content .container {
        max-width: 745px;
    }
    .sketch-container {
        top: -50px;
    }
    .content-container {
        font-size: 1.326rem;
    }
    /* HOME - CONTENT 1300px */
    
    /* HOME - EXPERTISE 1300px */
    .section-expertise {
        font-size: 0.6rem;
    }
    /* HOME - EXPERTISE 1300px */

    /* HOME - REALISATIONS 1300px */
    .section-realisations {
        font-size: 0.6rem;
        background-position: calc(50% + 385px) 70px;
    }
    .section-realisations .lSAction > .lSPrev {
        right: 30px;
        bottom: -30px;
    }
    .section-realisations .lSAction > .lSNext {
        bottom: -30px;
    }
    .realisations-container > .lSSlideOuter:first-child .lSAction > .lSNext {
        left: 30px;
    }
    /* HOME - REALISATIONS 1300px */

    /* HOME - ENGAGEMENTS 1300px */
    .section-engagements {
        font-size: 0.6rem;
    }
    .container.engagements-map {
        max-width: 890px;
    }
    .engagements-map-container::after {
        bottom: -12px;
    }
    .engagements-list {
        width: 45%;
    }
    .engagements-flexbox > img {
        max-width: 55%;
    }
    /* HOME - ENGAGEMENTS 1300px */
    
    /* HOME - CONTACT 1300px */
    .section-contact {
        font-size: 0.6rem;
    }
    /* HOME - CONTACT 1300px */
    
    /* FOOTER 1300px */
    #main-footer {
        font-size: 0.6rem;
    }
    #main-footer > .container {
        max-width: 850px;
    }
    /* FOOTER 1300px */
    
    /* INNER PAGES 1300px */
    .section-innerpage-content {
        font-size: 1rem;
    }
    .section-innerpage-content > .container {
        max-width: 640px;
    }
    /* INNER PAGES 1300px */
}



@media screen and (max-width: 999px) {
    
    /* GLOBAL 999px */
    .inline-desktop,
    .block-desktop,
    .hide-tablet {
        display: none;
    }
    .inline-tablet {
        display: inline;
    }
    .block-tablet {
        display: block;
    }
    main {
        padding-top: 5.7rem;
        margin-bottom: 20px;
    }
    section {
        max-width: 100%;
        overflow: hidden;
    }
    .btn-rdv {
        font-size: 1.3em;
    }
    .site-anchor {
        top: -5.7rem;
    }
    /* GLOBAL 999px */
    
    
    
    /* HEADER 999px */
    #main-header {
        height: 9.5em;
    }
    #main-header .container {
        padding: 0.8em 2em 0em 2em;
    }
    .header-buttons .btn-rdv {
        display: none;
    }
    .menu-button {
        font-size: 1em;
        width: 5.5em;
        height: 5.5em;
    }
    .header-logo-container {
        position: static;
        padding: 0;
        max-width: none;
        height: 8.2em;
    }
    .header-tel {
        flex-flow: column;
        text-transform: uppercase;
        font-size: 1em;
        padding: 0;
        border: none;
        border-radius: 0;
        margin-right: 0;
        width: 5.5em;
    }
    .header-tel svg {
        height: 2.8em;
        transform: none;
        margin-right: 0;
        margin-bottom: 0.4em;
    }
    .main-menu-container,
    .main-menu-shadow {
        top: 5.7rem;
    }
    .main-menu-container {
        text-align: center;
        width: 33.3em;
        left: -33.3em;
    }
    .main-menu-links {
        padding: 3.2em 0em;
        display: block;
        height: auto;
    }
    .main-menu-links li a,
    .main-menu-links li button {
        font-size: 2.2em;
        padding: 1.22em 0;
        text-align: center;
    }
    .main-menu-links li a::after,
    .main-menu-links li button::after {
        left: 41%;
        width: auto;
        right: 41%;
        height: 1px;
    }
    .main-menu-container .header-tel,
    .main-menu-container .btn-rdv {
        display: block;
        width: 100%;
        max-width: 75%;
        padding-left: 0;
        padding-right: 0;
    }
    .menu-buttons {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .main-menu-container .header-tel {
        border: solid 1px #e5503a;
        border-radius: 4em;
        color: #fff;
        display: flex;
        flex-flow: row;
        font-size: 2.2em;
        padding: 0.2em 1.2em 0em;
        letter-spacing: -0.05em;
        margin-bottom: 0.4em;
        justify-content: center;
        align-items: center;
    }
    
    .main-menu-container .header-tel svg {
        height: 1.4em;
        transform: rotateZ(-7deg);
        margin-right: 0.6em;
    }
    /* HEADER 999px */
    
    
    
    /* HOME - SLIDESHOW 999px */
    .section-diaporama .lSAction {
        display: none !important;
    }
    .lSSlideOuter .lSPager.lSpg {
        display: block;
    }
    .section-diaporama > .container {
        padding: 0;
        max-width: 100%;
    }
    .section-diaporama h1 {
        position: static;
        font-size: 2.54em;
    }
    .section-diaporama h1 span {
        width: 100%;
        text-align: center;
    }
    .section-diaporama h1 span:nth-child( 2n + 1 ) {
        padding: 0.1em 0em;
    }
    .section-diaporama h1 span:nth-child( 2n ) {
        padding: 0 0 0.1em;
    }
    .section-diaporama .lSAction > .lSPrev {
        right: 60px;
    }
    .lSSlideOuter .lSPager.lSpg {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }
    .lSSlideOuter .lSPager.lSpg > li {
        padding: 0 2px;
    }
    .lSSlideOuter .lSPager.lSpg > li a {
        height: 13px;
        width: 13px;
        background-color: #fff;
    }
    .lSSlideOuter .lSPager.lSpg > li:hover a,
    .lSSlideOuter .lSPager.lSpg > li.active a {
        background-color: #e5503a;
    }
    /* HOME - SLIDESHOW 999px */
    
    
    
    /* HOME - CONTENT 999px */
    .section-content {
        overflow: visible;
        padding-bottom: 115px;
        background-color: #13407b;
    }
    .section-content .container {
        padding: 0;
    }
    .content-container {
        margin-left: 0;
        padding: 0.7em 0em 0.9em;
        font-size: 1.12rem;
    }
    .content-image {
        position: static;
        padding-left: 0;
        padding-right: 0;
        width: 7.5em;
        margin-left: auto;
        margin-right: auto;
        border-bottom-width: 2px;
    }
    .content-text {
        max-width: 100%;
        width: 16em;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
        letter-spacing: -0.02em;
        margin-bottom: 0.5em;
    }
    .content-name {
        text-align: center;
        letter-spacing: -0.03em;
        margin-bottom: 0.05em;
    }
    .content-discipline {
        text-align: center;
        letter-spacing: -0.02em;
    }
    .sketch-container {
        top: 100%;
        max-width: 100%;
        width: 253px;
        left: calc( ( 100% - 253px ) / 2 );
    }
    .sketch-container::after {
        width: 100%;
    }
    /* HOME - CONTENT 999px */
    
    
    
    /* HOME - EXPERTISE 999px */
    .section-expertise {
        padding-top: 19.1em;
        padding-bottom: 0;
    }
    .section-expertise .container {
        max-width: 400px;
    }
    .section-expertise .section-title {
        padding-left: 0;
        font-size: 2.6em;
        text-align: center;
        letter-spacing: 0.01em;
        margin-bottom: 1.25em;
    }
    .expertise-text-fond {
        font-size: 4.43em;
        left: -10em;
        right: -10em;
        max-width: none;
        top: -0.5em;
        text-align: center;
    }
    .expertise-content {
        padding-left: 0;
        font-size: 1.48em;
        text-align: center;
        line-height: 1.2;
    }
    .expertise-content {
        margin-bottom: 3.2em;
    }
    .expertise-content p {
        margin-bottom: 1.3em;
    }
    .verandas-container {
        padding-top: 5.9em;
        max-width: 100%;
        flex-flow: column;
    }
    .veranda-container {
        max-width: 100%;
        margin-bottom: 13em;
    }
    .veranda-content-container {
        top: 73%;
        max-width: 84%;
        padding: 1.6em 1.3em 0.4em 2em;
    }
    .veranda-content-container h3 {
        font-size: 1.5em;
        margin-bottom: 0.1em;
    }
    .veranda-content-container h4 {
        font-size: 1.4em;
        line-height: 1.2;
    }
    /* HOME - EXPERTISE 999px */
    
    
    
    /* HOME - REALISATIONS 999px */
    .section-realisations {
        padding-top: 2em;
        padding-bottom: 0;
        background-image: none;
    }
    .section-realisations .expertise-text-fond {
        top: 0.1em;
    }
    .section-realisations .section-title {
        padding-left: 0;
        text-align: center;
        padding-top: 1.4em;
        margin-bottom: 1.7em;
        font-size: 2.6em;
    }
    .section-realisations > .container > .lSSlideOuter {
        max-width: 100%;
    }
    .lSAction > a {
        width: 45px;
        height: 45px;
    }
    .section-realisations .lSAction > .lSNext,
    .realisations-container > .lSSlideOuter:first-child .lSAction > .lSNext {
        left: auto;
        bottom: -45px;
        right: 0;
    }
    .section-realisations .lSAction > .lSPrev,
    .realisations-container > .lSSlideOuter:first-child .lSAction > .lSPrev {
        left: auto;
        right: 45px;
        bottom: -45px;
    }
    .section-realisations > .container {
        margin-bottom: 6.9em;
        max-width: 480px;
    }
    .realisations-container {
        flex-flow: column;
        padding-left: 15px;
        padding-right: 15px;
        align-items: center;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .realisations-container > .lSSlideOuter:first-child {
        width: 100%;
        margin-bottom: 7.7em;
    }
    .read-more {
        color: #e5503a;
        display: block;
        padding: 0.2em 0;
        width: 100%;
        margin: 0 auto;
        background: none;
        border: none;
    }
    .read-more::after {
        content: "";
        width: 0.7em;
        height: 0.7em;
        border-right: solid 1px #e5503a;
        border-bottom: solid 1px #e5503a;
        display: inline-block;
        transform: rotate(45deg);
        margin-left: 0.8em;
    }
    .realisations-container > .lSSlideOuter:nth-child(2) {
        display: none;
        width: 100%;
        margin-top: 0;
    }
    .realisations-container > .lSSlideOuter:nth-child(2).show {
        display: block;
    }
    .realisations-depannage-rennovation {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
    }
    .realisations-depannage {
        margin-top: 9.3em;
        width: 85%;
        margin-bottom: 5.6em;
    }
    .realisations-depannage::before {
        width: 6em;
        left: -2.7em;
        top: -3em;
        height: 5em;
    }
    .realisations-depannage::after {
        width: 7em;
        height: 5em;
        left: 9.8em;
    }
    .realisations-depannage-rennovation-content-container {
        padding: 3em 1em 2.8em;
    }
    .realisations-depannage-rennovation h3 {
        font-size: 2.1em;
        margin-bottom: 0.7em;
    }
    .realisations-depannage-rennovation p {
        font-size: 1.4em;
        line-height: 1.31;
        letter-spacing: 0;
    }
    .realisations-depannage-rennovation p br {
        display: none;
    }
    .realisations-rennovation {
        left: auto;
        bottom: auto;
        width: 85%;
    }
    .realisations-rennovation::before {
        height: 5.2em;
        width: 5.8em;
        top: -3.3em;
        right: -2.7em;
    }
    .realisations-rennovation .realisations-depannage-rennovation-content-container {
        padding: 3.2em 2.2em 2.3em;
    }
    /* HOME - REALISATIONS 999px */
    
    
    
    /* HOME - ENGAGEMENTS 999px */
    .section-engagements {
        padding-top: 4em;
        margin-bottom: 8.3em;
    }
    .section-engagements .expertise-text-fond {
        padding-left: 0;
        left: -50%;
        text-align: center;
        right: -50%;
        top: 0;
    }
    .section-engagements .section-title {
        padding-top: 1.1em;
        font-size: 2.1em;
        margin-bottom: 1.9em;
    }
    .engagements-flexbox {
        flex-flow: column;
    }
    .engagements-list {
        padding: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 1.6em;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }
    .engagements-list li {
        flex-flow: column;
        align-items: center;
        font-size: 1.4em;
        margin-bottom: 1em;
    }
    .engagements-list img {
        width: 2.6em;
        margin-right: 0;
        margin-bottom: 0.7em;
    }
    .engagements-list p b {
        display: block;
    }
    .engagements-list p br {
        display: none;
    }
    .engagements-flexbox > img {
        width: 550px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .engagements-map-container {
        margin-bottom: 3em;
    }
    .engagements-map .expertise-text-fond {
        display: block;
    }
    .container.engagements-map {
        padding-top: 3.1em;
    }
    .section-engagements .engagements-map .section-title {
        position: static;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 1.4em;
    }
    .engagements-autre-departements {
        display: block;
        width: 100%;
        padding: 0.3em 0;
        border: none;
        background: transparent;
        color: #13407b;
        font-size: 2em;
    }
    .engagements-autre-departements span {
        text-decoration: underline;
    }
    /* HOME - ENGAGEMENTS 999px */
    
    
    
    /* HOME - CONTACT 999px */
    .section-contact {
        flex-flow: column;
        overflow: visible;
    }
    .section-contact-left {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }
    .coords-container {
        width: 100%;
        padding: 10.1em 0 1.3em;
    }
    .logo-container {
        left: calc(50% - 9.25em);
        top: -8.5em;
        width: 18.5em;
        padding: 1.7em 0.9em 0;
    }
    .coords-desc {
        font-size: 1.65em;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }
    .coords-text-icons {
        flex-flow: column;
        font-size: 1.3em;
        margin-bottom: 1.4em;
    }
    .coords-text-icons .svg-container {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .coords-address svg {
        width: 2.2em;
    }
    .coords-text-icons.coords-email .svg-container {
        margin-bottom: 0.2em;
    }
    .coords-email svg {
        width: 3em;
    }
    .coords-text-icons.coords-email {
        font-size: 1.15em;
        margin-bottom: 1.3em;
    }
    .coords-text-icons.coords-phone {
        margin-bottom: 1.6em;
    }
    .coords-text-icons.coords-phone .svg-container {
        margin-bottom: 0.1em;
    }
    .coords-text-icons.coords-phone p {
        letter-spacing: 0.05em;
    }
    .contact-other-departments-container {
        margin-bottom: 0;
    }
    .coords-text-icons.coords-departements,
    .contact-other-departments-container button:last-child {
        display: none;
    }
    .contact-other-departments-container > button:first-child {
        display: block;
        background: transparent;
        border: none;
        padding: 0;
    }
    .contact-other-departments-container > button svg {
        height: 3.1em;
    }
    .section-contact-right {
        width: 100%;
    }
    .contact-title {
        display: none;
    }
    .contact-form {
        max-width: 550px;
        padding: 1.2em 1.8em 0em;
        margin-left: auto;
        margin-right: auto;
    }
    .fields-group.fields-2col {
        display: block;
    }
    .fields-group.fields-2col > * {
        width: 100%;
    }
    .fields-group {
        margin-bottom: 0;
    }
    input, textarea {
        padding: 1em 0.8em;
        font-size: 1.4em;
        letter-spacing: 0.1em;
        margin-bottom: 0.25em;
        resize: vertical;
    }
    .fields-group.fields-checkboxes {
        padding: 1.4em 0em 0em;
        display: block;
    }
    .fields-group.fields-checkboxes > p {
        text-align: center;
        width: 100%;
        font-size: 2.1em;
        margin-bottom: 1.1em;
    }
    .checkboxes-container,
    .checkboxes-container > input {
        width: 100%;
    }
    .checkboxes-container label:nth-child(n) {
        width: 50%;
        margin-bottom: 2.6em;
    }
    .fake-checkboxes span {
        background-size: auto 1.5em;
        background-position: left top;
        padding-left: 2.1em;
        font-size: 1.5em;
        height: 1.5em;
    }
    .fields-group.fields-2col-spaced .required-fields {
        display: none;
    }
    .field-upload-files {
        width: 100%;
        font-size: 1.4em;
        padding: 0.3em 0.9em 0.4em;
    }
    .field-upload-files svg {
        width: 2.3em;
        margin-right: 0.7em;
    }
    .fields-group.fields-last .required-fields {
        display: block;
        font-size: 1.2em;
        margin-top: 1.3em;
        margin-bottom: 1.6em;
    }
    .fields-group.fields-2col-spaced {
        flex-flow: column;
    }
    .rgpd-container {
        width: 100%;
    }
    .fields-group.fields-last {
        margin-top: 1.4em;
    }
    .rgpd-container span {
        height: 2em;
        font-size: 1.2em;
        background-position: left top;
    }
    .fields-last .btn-rdv {
        width: 75%;
    }
    /* HOME - CONTACT 999px */
    
    
    
    /* FOOTER 999px */
    #main-footer {
        padding: 1.35em 0 1.7em;
        font-size: 0.5rem;
    }
    #main-footer > .container {
        flex-flow: column;
        max-width: 300px;
    }
    .menu-footer {
        width: 100%;
        justify-content: space-between;
        letter-spacing: 0.07em;
        margin-bottom: 1.1em;
    }
    .menu-footer a {
        padding: 0.3em 0.6em;
    }
    /* FOOTER 999px */
    
    /* INNER PAGES 999px */
    .section-innerpage-content {
        font-size: 0.8rem;
    }
    /* INNER PAGES 999px */
}



@media screen and (max-width: 850px){
    
    /* GLOBAL 770px */
    .inline-mobile {
        display: inline;
    }
    .block-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
    /* GLOBAL 770px */
    
    /* HEADER 770px */
    .main-menu-container {
        width: 320px;
        left: -320px;
        font-size: 1em;
    }
    /* HEADER 770px */
    
    /* HOME - SLIDESHOW 770px */
    .slide-desktop {
        display: none;
    }
    .slide-mobile {
        display: block;
    }
    /* HOME - SLIDESHOW 770px */
    
    /* HOME - CONTENT 770px */
    
    /* HOME - EXPERTISE 770px */
    
    /* HOME - REALISATIONS 770px */
    
    /* HOME - ENGAGEMENTS 770px */
    .engagements-map-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }
    /* HOME - ENGAGEMENTS 770px */
    
    /* HOME - CONTACT 770px */
    
    /* FOOTER 770px */
    
    /* INNER PAGES 770px */
    .section-innerpage-content {
        font-size: 0.6rem;
    }
    .section-innerpage-content .section-title {
        font-size: 2.5em;
    }
    .section-innerpage-content .expertise-text-fond,
    .politique-de-confidentialite .section-innerpage-content .expertise-text-fond {
        font-size: 4em;
    }
    /* INNER PAGES 770px */
    
}



@media screen and (max-height: 700px){
    
    /* GLOBAL max-height:700px */
    
    /* HEADER max-height:700px */
    .main-menu-container {
        font-size: 1.35vh;
    }
    /* HEADER max-height:700px */
    
    /* HOME - SLIDESHOW max-height:700px */
    
    /* HOME - CONTENT max-height:700px */
    
    /* HOME - EXPERTISE max-height:700px */
    
    /* HOME - REALISATIONS max-height:700px */
    
    /* HOME - ENGAGEMENTS max-height:700px */
    
    /* HOME - CONTACT max-height:700px */
    
    /* FOOTER max-height:700px */
}



@media screen and (max-width: 850px) and (min-aspect-ratio: 1/1){
    
    /* GLOBAL 770px */
    
    /* HEADER 770px */
    .main-menu-container {
        width: 100%;
        left: -100%;
    }
    .main-menu-container {
        flex-flow: row;
        display: flex;
        justify-content: space-between;
        padding: 2em;
        font-size: 0.8em;
        text-align: left;
    }
    .main-menu-links {
        padding: 0;
        height: 100%;
        display: flex;
    }
    .main-menu-links li a,
    .main-menu-links li button {
        font-size: 2em;
        padding: 0.8em 0;
        text-align: left;
    }
    .main-menu-links li a::after,
    .main-menu-links li button::after {
        display: none;
    }
    .menu-separator-mobile {
        display: block;
        background-color: #fff;
        width: 41%;
        height: 1px;
    }
    .main-menu-container .header-tel,
    .main-menu-container .btn-rdv {
        max-width: 100%;
    }
    .menu-buttons {
        height: 100%;
        justify-content: flex-end;
    }
    /* HEADER 770px */
    
    /* HOME - SLIDESHOW 770px */
    
    /* HOME - CONTENT 770px */
    
    /* HOME - EXPERTISE 770px */
    
    /* HOME - REALISATIONS 770px */
    
    /* HOME - ENGAGEMENTS 770px */
    
    /* HOME - CONTACT 770px */
    
    /* FOOTER 770px */
    
}