/*/
/////////////////////////////////////
/*/
/* ///// STYLE GLOBAL ///////////////// */
/*/
///////////////////////////////////
/*/
@font-face {
    font-family: 'greats';
    src: url('fonts/greats-regular.woff2') format('woff2'), url('fonts/greats-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* font-family: 'Open Sans', sans-serif;
 font-family: 'Poppins', sans-serif;
 font-family: "DM Sans", sans-serif;
*/

/*Gtranslate*/
#google_translate_element2 {
    display:none!important;
}

iframe.skiptranslate {
    z-index: -1;
}

#goog-gt-tt {
    display:none !important;
}

.goog-te-banner-frame {
    display:none !important;
}

.goog-te-menu-value:hover {
    text-decoration:none !important;
}

/*Styles*/
html {
    box-sizing: border-box;
}
html * {
    box-sizing: border-box;
}
body {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: #3c1f1b;
    top: 0 !important;
}
body p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
    color: #3c1f1b;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
main {
    clear: both;
    overflow: hidden;
    background: #efeee5;
}
.container-large {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}
.container-medium {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}
.container-small {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
}
.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dynamic-padding-left, .dynamic-padding-right {
    opacity: 0;
    transition: 200ms ease-in-out;
}
.default-btn, .form-submit {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 360px;
    height: 58px;
    line-height: 58px;
    padding: 0 25px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    transition: all 250ms ease-in-out;
}
.default-btn:after, .form-submit:after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0%;
    transition: all 250ms ease-in-out;
}
.default-btn.white, .form-submit.white {
    color: #efe0da;
    border: solid 1px #efe0da;
}
.default-btn.white:after, .form-submit.white:after {
    background: #efe0da;
}
.default-btn.white:hover, .form-submit.white:hover {
    color: #5a5a33;
}
.default-btn.white:hover:after, .form-submit.white:hover:after {
    height: 100%;
}
.default-btn.brown, .form-submit.brown {
    color: #3c1f1b;
    border: solid 1px #3c1f1b;
}
.default-btn.brown:after, .form-submit.brown:after {
    background: #3c1f1b;
}
.default-btn.brown:hover, .form-submit.brown:hover {
    color: #efe0da;
}
.default-btn.brown:hover:after, .form-submit.brown:hover:after {
    height: 100%;
}
.form-actions {
    display: flex;
    justify-content: center;
}
.form-actions .form-submit {
    transition: all 200ms ease-in-out;
}
.form-actions .form-submit:hover {
    background: #3c1f1b;
    color: #efe0da;
}
.messages.messages--status {
    font-size: 18px;
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
    line-height: 28px;
    text-align: center;
}
.resa-nuit-block {
    padding: 15px;
    border: solid 1px #5a5a33;
    margin-bottom: 100px;
}
.resa-nuit-block p a {
    color: #3c1f1b;
}
/*/
/////////////////////////////////////
/*/
/* ///// HEADER /////////////////////// */
/*/
///////////////////////////////////
/*/
header {
    position: relative;
    background: #3c1f1b;
    z-index: 100;
}
header.sticky-desktop, .not-frontpage header.sticky-desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100px);
}
header.sticky-desktop.open, .not-frontpage header.sticky-desktop.open {
    transition: all 400ms ease-in-out;
    transform: translateY(0);
}
#superfish-main-accordion {
    display: block !important;
    opacity: 0;
    z-index: -1 !important;
    width: 100% !important;
    max-width: 814px;
    background: #a44a0c !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
}
#superfish-main-accordion:not(.sf-hidden) {
    opacity: 1;
    z-index: 1000 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
#superfish-main-accordion li {
    display: flex;
    justify-content: center;
    transform: translateX(600px);
}
#superfish-main-accordion li a:not(.default-btn) {
    position: relative;
    font-size: 36px;
    font-family: 'greats';
    text-align: center;
    color: #efe0da;
    text-decoration: none;
    margin: 20px 0;
}
#superfish-main-accordion li a:not(.default-btn):after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 11px;
    background: url('../images/svg/separateur-menu.svg') no-repeat center / contain;
}
#superfish-main-accordion li a:not(.default-btn):hover {
    letter-spacing: 2px;
}
#superfish-main-accordion li a.default-btn {
    color: #efe0da;
    padding: 0 20px;
    margin-top: 60px;
    min-width: max-content;
}
#superfish-main-accordion li a.default-btn:hover {
    color: #a44a0c;
}
#superfish-main-accordion li#main-menu-link-contenteaf93230-65d2-4010-940d-e030e4693baa-accordion {
    transition: all 400ms ease-in-out;
}
#superfish-main-accordion li#main-menu-link-content8e455a74-8d8a-40e2-97cc-ded8a9fabefb-accordion {
    transition: all 450ms ease-in-out;
}
#superfish-main-accordion li#main-menu-link-content5277504a-068e-4747-be13-6b412e3b29fe-accordion {
    transition: all 550ms ease-in-out;
}
#superfish-main-accordion li#main-menu-link-content6558bfae-0b7f-4e60-a33e-83d630580e2c-accordion {
    transition: all 650ms ease-in-out;
}
#superfish-main-accordion li#main-menu-link-contente933888a-6148-4375-8cd6-8026ab005ae6-accordion {
    transition: all 750ms ease-in-out;
}
#superfish-main-accordion.sf-expanded li {
    transform: translateX(0);
}
.gl-supermenu-overlay {
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, .74) !important;
}
.frontpage header:not(.sticky-desktop) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}
.frontpage header:not(.sticky-desktop) #block-lamareuille-theme-logoheader, 
.frontpage header:not(.sticky-desktop) .header-reservation, 
.frontpage header:not(.sticky-desktop) .header-phone {
    display: none;
}
.frontpage header:not(.sticky-desktop) .lang-switcher {
    border-right: none;
}
.not-frontpage header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.not-frontpage main {
    padding-top: 63px;
}
#superfish-main {
    display: none;
}
header .region-header {
    position: relative;
    height: 63px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 40px;
}
#block-lamareuille-theme-logoheader {
    position: absolute;
    top: 13px;
    left: 15px;
    max-width: 120px;
}
#block-lamareuille-theme-logoheader a {
    display: flex;
}
header .block-superfish {
    display: flex;
    align-items: center;
    width: auto;
}
header .block-superfish .header-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 63px;
    padding: 0 25px;
    color: #efe0da;
    background: #3c1f1b;
    text-align: center;
    border-right: solid 1px #efe0da;
    transition: all 250ms ease-in-out;
}
header .block-superfish .lang-switcher {
    margin-right: 40px;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    border-right: solid 1px #efe0da;
    a {
        display: none;
        img {
            width: 28px;
        }
        &:not(.is-active) {
            display: flex;
        }
    }
}
header .block-superfish .header-phone svg path {
    transition: all 250ms ease-in-out;
}
header .block-superfish .header-phone:after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0%;
    background: #efe0da;
    transition: all 250ms ease-in-out;
}
header .block-superfish .header-phone:hover {
    color: #3c1f1b;
}
header .block-superfish .header-phone:hover:after {
    height: 100%;
}
header .block-superfish .header-phone:hover svg path {
    fill: #3c1f1b;
}
header .block-superfish .header-reservation {
    position: relative;
    z-index: 1;
    height: 63px;
    line-height: 65px;
    padding: 0 25px;
    min-width: 330px;
    letter-spacing: 2px;
    color: #efe0da;
    background: #3c1f1b;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-right: solid 1px #efe0da;
    border-left: solid 1px #efe0da;
    transition: all 250ms ease-in-out;
}
header .block-superfish .header-reservation:after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0%;
    background: #efe0da;
    transition: all 250ms ease-in-out;
}
header .block-superfish .header-reservation:hover {
    color: #3c1f1b;
}
header .block-superfish .header-reservation:hover:after {
    height: 100%;
}
/*Navigation principale*/
#superfish-main li {
    display: inline-block;
    float: none;
}
#superfish-main li a {
    color: #393939;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}
#superfish-main li a:hover, #superfish-main li a.is-active:hover {
    color: #f39517;
}
#superfish-main li a.is-active {
    color: #393939;
}
#superfish-main li#main-standardfront-page a {
    text-indent: 1000px;
    overflow: hidden;
    max-width: 80px;
    background: url('../images/svg/homepage-link.svg') no-repeat center;
}
/*/
/////////////////////////////////////
/*/
/* ///// TITRE DE PAGE //////////////// */
/*/
///////////////////////////////////
/*/
.region-page-title {
    padding: 65px 0 0;
    margin-bottom: 70px;
}
.block-page-title-block {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}
.block-page-title-block h1 {
    font-size: 56px;
    line-height: 60px;
    font-family: 'greats', sans-serif;
}
/*/
/////////////////////////////////////
/*/
/* //////// PAGE D'ACCUEIL //////////// */
/*/
///////////////////////////////////
/*/
.mise-en-avant {
    height: 100vh;
    display: flex;
    background: #3c1f1b;
    overflow: hidden;
}
.mise-en-avant .image {
    position: relative;
    width: 100%;
    display: flex;
    height: 100vh;
}
.mise-en-avant .image img.visuel {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 100vh;
    opacity: 0.57;
}
.mise-en-avant .image .logo {
    width: 90%;
    max-width: 502px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mise-en-avant .contenu {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
    width: 100%;
    max-width: 815px;
    background: #5a5a33;
    color: #fff;
}
.mise-en-avant .contenu .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mise-en-avant .contenu .inner h1 {
    color: #efe0da;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif;
}
.mise-en-avant .contenu .inner .localisation {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 70px;
    color: #efe0da;
    font-size: 18px;
    font-weight: 300;
    font-family: "DM Sans", sans-serif;
}
.le-lieu {
    background: #efeee5;
    padding: 150px 0;
}
.le-lieu .container-large {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.le-lieu .container-large .colonne {
    width: 100%;
}
.le-lieu .container-large .colonne.gauche {
    display: flex;
    flex-direction: column;
    gap: 95px;
    padding-top: 170px;
    max-width: 647px;
}
.le-lieu .container-large .colonne.gauche a {
    display: flex;
}
.le-lieu .container-large .colonne.droite {
    display: flex;
    flex-direction: column;
    gap: 95px;
    max-width: 647px;
}
.le-lieu .container-large .colonne.droite a {
    display: flex;
}
.le-lieu .container-large .colonne.large {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 536px;
}
.le-lieu .container-large .colonne.large h2 {
    font-size: 56px;
    font-family: 'greats';
    margin-bottom: 50px;
}
.le-lieu .container-large .colonne.large .separateur {
    margin: 25px 0 40px;
}
.le-lieu .container-large .colonne.large .default-btn {
    margin-top: 55px;
}
.vivre-mareuille {
    background: #efe0da;
    padding: 150px 0;
}
.vivre-mareuille .container-large {
    display: flex;
    align-items: center;
    gap: 135px;
}
.vivre-mareuille .container-large .slider-mareuille {
    width: calc(100% - 670px);
    position: relative;
}
.vivre-mareuille .container-large .slider-mareuille .swiper-slide {
    width: max-content;
    display: flex;
}
.vivre-mareuille .container-large .slider-mareuille .swiper-slide a {
    display: flex;
}
.vivre-mareuille .container-large .slider-mareuille .swiper-slide a img {
    height: 690px;
}
.vivre-mareuille .container-large .slider-mareuille .swiper-button-prev {
    left: -46px;
    width: 16px;
    height: 32px;
    background: url('../images/svg/arrow-swiper-prev.svg') no-repeat center / contain;
}
.vivre-mareuille .container-large .slider-mareuille .swiper-button-next {
    right: -46px;
    width: 16px;
    height: 32px;
    background: url('../images/svg/arrow-swiper-next.svg') no-repeat center / contain;
}
.vivre-mareuille .container-large .contenu {
    min-width: 535px;
    max-width: 535px;
}
.vivre-mareuille .container-large .contenu h2 {
    font-size: 56px;
    font-family: 'greats';
    margin-bottom: 50px;
}
.vivre-mareuille .container-large .contenu .default-btn {
    margin-top: 30px;
}
.pourquoi-mareuille {
    position: relative;
    height: 100vh;
    /*background: url('../images/interface/bg-pourquoi-mareuille.jpg') no-repeat center / cover;
    */
}
.pourquoi-mareuille .visuel-pourquoi {
    opacity: 0.75;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}
.pourquoi-mareuille .inner {
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 812px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.pourquoi-mareuille .inner h2 {
    font-size: 56px;
    font-family: 'greats';
    margin-bottom: 50px;
}
.pourquoi-mareuille .inner p {
    color: #fff;
}
.pourquoi-mareuille .inner .default-btn {
    margin-top: 40px;
}
.presentation {
    background: #efeee5;
    padding-bottom: 150px;
}
.presentation .container-large {
    display: flex;
    align-items: center;
    gap: 135px;
    margin-top: -100px;
}
.presentation .container-large .image {
    width: 100%;
    max-width: 690px;
    display: flex;
    position: relative;
    z-index: 10;
}
.presentation .container-large .contenu {
    width: 100%;
}
.presentation .container-large .contenu h2 {
    font-size: 56px;
    font-family: 'greats';
    margin-bottom: 45px;
}
.presentation .container-large .contenu .default-btn {
    margin-top: 40px;
}
.instagram {
    padding: 150px 0;
    background: #d5d5cb;
}
.instagram .lien-instagram {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
    font-size: 22px;
    color: #5a5a33;
    text-decoration: none;
    width: max-content;
}
.instagram .lien-instagram svg {
    min-width: 16px;
}
.instagram .lien-instagram:hover {
    letter-spacing: 1px;
}
/*/
/////////////////////////////////////
/*/
/* ///// BREADCRUMBS ////////////////// */
/*/
///////////////////////////////////
/*/
.block-system-breadcrumb-block {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 10px auto 0;
    padding-bottom: 30px;
    border-bottom: solid 1px #3c1f1b;
}
.block-system-breadcrumb-block li, .block-system-breadcrumb-block li a {
    font-size: 12px;
    line-height: 16px;
    color: #242424;
    text-decoration: none;
}
.block-system-breadcrumb-block li a:hover {
    text-decoration: underline;
}
.block-system-breadcrumb-block li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url('../images/svg/arrow-breadcrumbs.svg') no-repeat center;
}
/*/
/////////////////////////////////////
/*/
/* ///// PAGE 404 ///////////////////// */
/*/
///////////////////////////////////
/*/
#block-404 {
    width: calc(100% - 60px);
    max-width: 1088px;
    margin: 0 auto;
    padding: 120px 0;
}
#block-404 h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
#block-404 .sous-titre {
    color: #333;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
/*FORM*/
.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
/*CHECKBOX*/
input[type=checkbox]:checked, input[type=checkbox]:disabled:checked, input[type=radio]:checked, input[type=radio]:disabled:checked {
    background-color: #f39517;
}
input[type=checkbox]:hover, input[type=checkbox]:focus, input[type=radio]:hover, input[type=radio]:focus {
    border: 2px solid #c2c2c2;
}
input[type=checkbox], input[type=radio] {
    margin: 0 10px 0 0;
}
input[type=checkbox]:before, input[type=radio]:before {
    font-family: 'Font Awesome 5 Free';
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #efeee5;
    font-size: 11px;
    color: #3c1f1b;
    border: 3px solid #3c1f1b;
    cursor: pointer;
    margin-left: -2px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
input[type=radio]:checked:before {
    color: #3c1f1b;
    content: "\f111";
}
input[type=checkbox]:checked:before {
    content: "";
    background: #3c1f1b;
    outline: solid 3px #efeee5;
    outline-offset: -6px;
}
/*/
/////////////////////////////////////
/*/
/* ///// PAGE DE CONTENU ////////////// */
/*/
///////////////////////////////////
/*/
/*/
/////////////////////////////////////
/*/
/* ///// FOOTER /////////////////////// */
/*/
///////////////////////////////////
/*/
footer {
    clear: both;
    color: #fff;
    padding-top: 40px;
    background: #5a5a33;
    overflow: hidden;
}
footer .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
footer .menu a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
}
footer .menu .separateur {
    width: 1px;
    height: 28px;
    background: #fff;
}
footer .contact {
    margin: 50px auto 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 100px;
    text-align: center;
}
footer .contact .logo-ademe img {
    max-width: 80px;
}
footer .contact .titre {
    font-weight: 700;
}
footer .contact .adresse {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}
/*Menu footer*/
.menu--footer {
    padding: 60px 0;
}
.menu--footer .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu--footer .menu li a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 5px 25px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
/*Copyright*/
footer .gl-copy {
    padding: 0 25px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
}
footer .gl-copy img {
    margin-bottom: -5px;
}
footer .gl-copy a {
    color: #fff;
}
/*/
/////////////////////////////////////
/*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/
///////////////////////////////////
/*/
#toolbar-administration {
    display: none;
}
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}
body, .adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}
/*/
/////////////////////////////////////
/*/
/* //// GALERIE PARAGRAPHE //////////// */
/*/
///////////////////////////////////
/*/
.galerie-paragraphe .grid__item, .galerie-paragraphe .grid__col-sizer {
    width: calc(33.333333% - 11px);
}
.galerie-paragraphe .grid__gutter-sizer {
    width: 16px;
}
.galerie-paragraphe .grid__item {
    margin-bottom: 16px;
}
/*/
/////////////////////////////////////
/*/
/* //////////// WEBFORMS ////////////// */
/*/
///////////////////////////////////
/*/
#block-lamareuille-theme-webform .entete-contact {
    margin-top: 100px;
    display: flex;
    gap: 70px;
}
#block-lamareuille-theme-webform .entete-contact .contenu {
    width: 100%;
    max-width: 536px;
}
#block-lamareuille-theme-webform .entete-contact .contenu .contacts {
    margin: 50px 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
#block-lamareuille-theme-webform .entete-contact .contenu .contacts .titre {
    font-family: 'greats';
    font-size: 36px;
    margin-bottom: 15px;
}
#block-lamareuille-theme-webform .entete-contact .contenu .contacts .adresse {
    line-height: 23px;
}
#block-lamareuille-theme-webform .entete-contact .contenu .contacts .itineraire {
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
    color: #3c1f1b;
}
#block-lamareuille-theme-webform .entete-contact .contenu .contacts .btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 260px;
}
#block-lamareuille-theme-webform .entete-contact .contenu .contacts .btns .default-btn {
    width: 100%;
}
#block-lamareuille-theme-webform .entete-contact .contenu .horaires {
    line-height: 30px;
    font-weight: 700;
}
#block-lamareuille-theme-webform h2#formulaire {
    padding-top: 80px;
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 25px;
    font-family: 'greats';
}
#block-lamareuille-theme-webform #blockMap {
    width: 100%;
    z-index: 2;
    height: 350px;
}
.webform-submission-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.webform-submission-form .form-item {
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.webform-submission-form .form-type-textfield, .webform-submission-form .form-type-email, .webform-submission-form .form-type-tel, .webform-submission-form .form-type-select {
    width: calc(50% - 15px);
    margin-bottom: 40px;
}
.webform-submission-form .form-type-textarea {
    width: 100%;
}
.webform-submission-form .form-textarea-wrapper {
    width: 100%;
}
.webform-submission-form .form-type-checkbox {
    margin-top: 40px;
}
.webform-submission-form .form-actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.webform-submission-form .form-actions .form-submit {
    margin-top: 20px;
}
.webform-submission-form .form-item .fieldset-legend, .webform-submission-form .form-item label {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.webform-submission-form .form-type-checkbox label {
    padding-left: 35px;
    margin-top: -15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.webform-submission-form input[type="text"], .webform-submission-form input[type="email"], .webform-submission-form input[type="tel"], .webform-submission-form input[type="number"], .webform-submission-form select {
    height: 50px;
    line-height: 50px;
    border: solid 1px #333;
    border-radius: 0;
    padding: 0 30px;
    width: 100%;
    background: #efeee5;
}
.webform-submission-form textarea {
    border: solid 1px #333;
    border-radius: 0;
    padding: 25px 35px;
    background: #efeee5;
}
.webform-submission-form input[type="text"]:focus, .webform-submission-form input[type="email"]:focus, .webform-submission-form input[type="tel"]:focus, .webform-submission-form input[type="number"]:focus, .webform-submission-form select {
    outline: none;
}
/*/
/////////////////////////////////////
/*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/
///////////////////////////////////
/*/
.paragraphes .para-item {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto 100px;
    clear: both;
}
.paragraphes .para-item .default-btn {
    display: inline-block;
    margin: 25px 15px 15px 0;
}
.paragraphes .para-item a:not(.default-btn) {
    color: #3c1f1b;
}
/*Swiper paragraphes*/
.paragraphes .swiper-paragraphe {
    width: 100%;
    margin: 25px auto;
    position: relative;
}
.paragraphes .swiper-paragraphe .swiper-slide {
    display: flex;
    justify-content: center;
    background: #3c1f1b;
}
.paragraphes .swiper-paragraphe .swiper-button-prev {
    width: 40px;
    height: 45px;
    left: 1%;
    background: url(../images/svg/arrow-slider-prev-white.svg) no-repeat center;
}
.paragraphes .swiper-paragraphe .swiper-button-next {
    width: 40px;
    height: 45px;
    right: 1%;
    background: url(../images/svg/arrow-slider-next-white.svg) no-repeat center;
}
/*Paragraphe pleine largeur*/
.paragraphes .para-item.full-width {
    width: 100%;
    max-width: none;
    padding: 80px 0;
}
.paragraphes .para-item.full-width .container-para {
    width: calc(100% - 60px);
    max-width: 1364px;
    margin: 0 auto;
}
.paragraphes h2, .paragraphes h3, .paragraphes h4 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px;
}
.paragraphes h2 {
    font-family: 'greats';
}
.paragraphes h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.paragraphes h4 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.paragraphes p, .paragraphes li, .intro p {
    font-size: 18px;
    line-height: 32px;
}
.paragraphes p {
    margin-bottom: 15px;
}
.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 15px;
}
/*photo à droite*/
.pos-photo-3 .container-para {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.pos-photo-3 .para-desc {
    margin-right: 5%;
}
/*photo à gauche*/
.pos-photo-4 .container-para {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pos-photo-4 .para-photos {
    margin-right: 5%;
}
/*photo en haut et en bas*/
.para-item-photo-contenu .para-photos {
    display: flex;
    flex-wrap: wrap;
}
.pos-photo-1 .para-photos .para-photo, .pos-photo-2 .para-photos .para-photo {
    margin: 10px;
}
.para-item-paragraphe .para-photos {
    display: flex;
    gap: 15px;
}
.para-item-photo-contenu .para-photos .para-photo img, .para-item-photo-contenu .para-photos .para-photo img {
    height: 200px;
    width: auto;
}
img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img[data-align="right"] {
    float: right;
}
img[data-align="left"] {
    float: left;
}
.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}
.paragraphes table {
    margin-bottom: 30px;
}
.layout-content ul {
    padding-left: 27px;
    margin-bottom: 15px;
}
.layout-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 28px;
    height: 1px;
    border-radius: 50%;
    background: #3c1f1b;
}
.layout-content ul li {
    list-style-type: none;
    position: relative;
    padding-left: 38px;
}
.layout-content ul li ul li {
    padding-left: 26px;
}
.layout-content ul li ul li:before {
    width: 16px;
}
/*Début accordéon*/
.para-item-accordeon .elements {
    overflow: hidden;
}
.para-item-accordeon .element {
    border-bottom: solid 1px #3c1f1b;
}
.para-item-accordeon .titre-elem {
    cursor: pointer;
    position: relative;
    padding: 20px 30px 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.para-item-accordeon .titre-elem:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 18px;
    height: 18px;
    background: url('../images/svg/accordeon-open.svg') no-repeat center;
}
.para-item-accordeon .titre-elem.active:after {
    background: url('../images/svg/accordeon-close.svg') no-repeat center;
}
.para-item-accordeon .texte-elem {
    max-height: 0;
    overflow: hidden;
    line-height: 24px;
    text-align: justify;
}
.para-item-accordeon .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    margin-bottom: 20px;
}
/*Fin accordéon*/
/*Documents*/
.paragraphes .documents a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-left: 55px;
    line-height: 40px;
    color: #707070;
    border-bottom: solid 1px #d8d8d8;
}
.paragraphes .documents a:last-of-type {
    border-bottom: none;
}
.paragraphes .documents a.type-xls {
    background: url('../images/svg/picto-xls.svg') no-repeat 17px center;
}
.paragraphes .documents a.type-doc {
    background: url('../images/svg/picto-doc.svg') no-repeat 17px center;
}
.paragraphes .documents a.type-ppt {
    background: url('../images/svg/picto-ppt.svg') no-repeat 17px center;
}
.paragraphes .documents a.type-pdf {
    background: url('../images/svg/picto-pdf.svg') no-repeat 17px center;
}
