body.landing-page {
    padding-top: 0;
}
body.landing-page .section:not(.secondary) + .section.secondary {
    margin-top: 2rem;
}
.no-mobile {
    display: none;
}
.desktop-only {
    display: none;
}
@media screen and (max-width: 600px) {
    .lp-max-content {
        width: max-content;
        max-width: 100%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 601px) {
    .no-mobile {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}
@media screen and (min-width: 993px) {
    .desktop-only {
        display: block;
    }
}

/* GRILLE */
/* ====== */

ul,
ol {
    padding: 0;
}
.flex-row .col.s12 {
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (min-width: 993px) {
    .flex-row .l4 {
        margin-left: 0;
    }
}

/* BOUTONS */
/* ======= */

a[class*='btn-'] {
    margin-top: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.16);
}

/* HEADER */
/* ====== */

.lp-logo {
    display: inline-block;
}
#lp-top-bar > .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
#lp-fold-content h1 span {
    margin-bottom: 0;
    line-height: 1.25,
}
@media screen and (max-width: 600px) {
    #lp-fold {
        background-image: none !important;
    }
    #lp-fold-content h1 {
        text-align: center;
    }
}
@media screen and (min-width: 601px) {
    .lp-logo img {
        display: block;
    }
    .lp-logo > .flex-row > .col:last-child {
        text-align: left;
    }
    #lp-fold-content h1 {
        margin-top: 0;
        color: #FFFFFF;
    }
    #lp-fold {
        position: relative;
    }
    #lp-fold::before {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 0;
        background-image: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 100%);
    }
    #lp-fold-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        position: relative;
    }
}

@media screen and (min-width: 993px) {
    #lp-top-bar.sticky {
        transition: box-shadow .3s ease-in-out;
    }
    #lp-top-bar.sticky.js-scroll {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
    }
    #lp-top-bar.sticky > .container {
        transition: padding .3s ease-in-out;
    }
    #lp-top-bar.sticky.js-scroll > .container {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #lp-fold-content {
        min-height: 500px;
    }
}

/* BLOC-01 : À PROPOS */
/* ================== */

#lp-bloc-01.section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.lp-image-wrapper {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.lp-image-wrapper {
    margin: 2.5rem 0 0;
    position: relative;
}
.lp-image-wrapper::before {
    position: absolute;
    content: ' ';
    width: 45%;
    height: 45%;
    max-width: 208px;
    max-height: 208px;
    background-color: var(--primary-color);
    display: block;
    top: -25px;
    right: -25px;
    z-index: -1;
}
.lp-image-wrapper::after {
    display: block;
    width: 100%;
    height: 0 !important;
    padding-bottom: 56.25%;
    content: '';
}
.col h3:first-child {
    margin-top: 0;
}
#lp-bloc-01 h2::before {
    display: none;
}

@media screen and (min-width: 601px) {
    .lp-image-wrapper::after {
        padding-bottom: 100%;
    }
    .lp-image-wrapper {
        max-width: 384px;
        margin: 0 auto;
    }
}

/* POINTS FORTS */
/* ============ */

.lp-point-fort {
    margin: 0 auto 1.5rem;
}
#lp-points-forts {
    background-color: var(--primary-background-color);
}
#lp-points-forts h2 {
    color: var(--text-color);
    position: relative;
    padding-left: 30px;
}
#lp-points-forts h2::before {
    position: absolute;
    left: 0;
    content: ' ';
    top: 7px;
    display: block;
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    transform: rotate(45deg);
    display: block;
}
.lp-point-fort > .flex-row {
    flex-wrap: nowrap;
}
.lp-point-fort > .flex-row > .col:first-child {
    flex-shrink: 0;
}
.lp-point-fort-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 0 auto;
}
.lp-point-fort-image svg .cls-1, .lp-point-fort-image svg .cls-2 {
    fill: var(--secondary-color);
}
.lp-point-fort-image svg {
    max-width: 26px;
}
.lp-point-fort-texte {
    width: 100%;
    max-width: 180px;
}
.lp-point-fort-texte.bold {
    letter-spacing: .024em;
}
@media screen and (min-width: 601px) {
    .lp-point-fort {
        width: max-content;
        max-width: 100%;
        text-align: center;
    }
    .lp-point-fort-image {
        background-color: transparent;
        border-radius: 0;
    }
    .lp-point-fort-image .material-icons {
        font-size: 2rem;
    }
    .lp-point-fort-texte {
        max-width: 282px;
        text-align: left;
    }
    .flex-row.m-justify-content-space-around {
        align-items: center;
    }
}

/* PRESTATIONS */
/* =========== */

.section:not(.secondary) + #lp-prestations.section {
    margin-top: 2rem;
}
#lp-prestations.section h2 {
    color: var(--text-color);
    text-align: left;
    padding-left: 30px;
    position: relative;
}
.landing-page h2::before {
    position: absolute;
    content: ' ';
    width: 15px;
    height: 15px;
    left: 0;
    top: 8px;
    background-color: var(--primary-color);
    transform: rotate(45deg);
    display: block;
}
.lp-prestation {
    margin-bottom: 1.5rem;
}
.lp-prestation > .flex-row {
    flex-wrap: nowrap;
}
.lp-prestation > .flex-row > .col:first-child {
    flex-shrink: 0;
}
.lp-prestation-image {
    width: 3.5rem;
    height: auto;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.lp-prestation-image::after {
    display: block;
    width: 100%;
    height: 0 !important;
    padding-bottom: 100%;
    content: '';
}
.lp-prestation-texte {
    width: 100%;
    max-width: 180px;
}
.lp-prestation-texte.bold {
    letter-spacing: .024em;
}
@media screen and (min-width: 601px) {
    #lp-prestations > .container > .lp-max-content > .flex-row > .col {
        width: 100%;
        max-width: 50%;
    }
    .lp-prestation {
        text-align: center;
    }
    .lp-prestation > .flex-row {
        display: block !important;
    }
    .lp-prestation-image {
        width: 100%;
        margin-bottom: 1rem;
        border-radius: 0;
    }
    .lp-prestation-texte {
        max-width: none;
    }
}
@media screen and (min-width: 993px) {
    #lp-prestations > .container > .lp-max-content > .flex-row > .col {
        max-width: 25%;
    }
}

/* ETAPES */
/* ====== */

.lp-etape {
    margin-bottom: 1.5rem;
}
.lp-etape > .flex-row > .col:first-child {
    flex-shrink: 0;
}
.lp-etape-numero {
    margin: 0 auto;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
}
.lp-etape-texte {
    width: 100%;
    max-width: 180px;
}
#lp-etapes h2 {
    position: relative ;
    padding-left: 30px;
    text-align: left;
    color: #fff;
}

@media screen and (min-width: 601px) {
    #lp-etapes > .container > .lp-max-content > .flex-row {
        flex-wrap: nowrap;
    }
    .lp-etape {
        width: 100%;
        margin: 0 auto 1.5rem;
        text-align: center;
    }
    .lp-etape > .flex-row {
        display: block !important;
    }
    .lp-etape-numero {
        margin-bottom: 1rem;
    }
    .lp-etape-texte {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1300px) {
    #lp-etapes{
        position: relative;
    }

    #lp-etapes::before {
        position: absolute;
        content: ' ';
        left: -75px;
        top: 25%;
        width: 150px;
        height: 150px;
        border: 30px solid #fff;
        transform: rotate(45deg);
    }
}

/* LES AVIS */
/* ======== */

#avis .slick-slide {
    height: auto!important;
}
#avis #encart_avis .slick-prev, #avis #encart_avis .slick-next {
    top : 110%!important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'Material Icons' !important;
}

#lp-avis.section {
    overflow-x: hidden !important;
}
#lp-avis .titre_avis {
    display: none !important;
}
#lp-avis .slick-disabled {
    pointer-events: none;
}
#lp-avis #avis .bloc-avis {
    min-height: 250px !important;
    max-height: 300px !important;
}
#lp-avis h2 {
    text-align: left;
    color: var(--text-color);
    padding-left: 30px;
    position: relative;
}
@media screen and (min-width: 796px) {
    #lp-avis .slick-list {
        overflow: hidden !important;
    }
    #lp-avis #avis #encart_avis .slick-prev, #lp-avis #avis #encart_avis .slick-next {
        top : 50%!important;
    }
    #lp-avis #avis .bloc-avis {
        max-height: 250px !important;
    }
}



/* INFORMATIONS SUPPLÉMENTAIRES */
/* ============================ */

#lp-informations.section:last-child {
    padding-bottom: 4rem;
    background-image: linear-gradient(to bottom, transparent 50%, var(--secondary-color) 50%);
}
#lp-informations.section h2 {
    position: relative;
    padding-left: 30px;
    color: var(--text-color);
    text-align: left;
}
.lp-information,
#lp-map {
    margin-bottom: 1.5rem;
    border-radius: var(--button-border-radius);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.16);
    overflow: hidden;
}
.lp-information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    background-color: #FFFFFF;
}
.lp-information > .flex-row {
    flex-wrap: nowrap;
}
.lp-information > .flex-row > .col:first-child {
    flex-shrink: 0;
}
#lp-map {
    min-height: 240px;
}
#lp-map iframe {
    display: block;
}
@media screen and (min-width: 601px) and (max-width: 993px) {
    #lp-map {
        margin-top: 1.5rem;
    }
}
@media screen and (min-width: 601px) {
    .lp-information {
        min-height: 240px;
    }
    #lp-map iframe {
        height: 100%;
    }
    .lp-information,
    #lp-map {
        height: 100%;
    }
}

/* FORMULAIRE DE CONTACT */
/* ===================== */

#lp-contact.section {
    padding-bottom: 4rem;
    background-image: linear-gradient(to bottom, transparent 50%, var(--secondary-color) 50%);
}
#lp-form {
    padding: 1.5rem;
    border-radius: var(--button-border-radius);
    background-color: #FFFFFF;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.16);
    position: relative;
}
#lp-form::before {
    position: absolute;
    width: 150px;
    height: 150px;
    content: ' ';
    border: 30px solid var(--primary-color);
    right: -75px;
    top: -75px;
    display: block;
    z-index: -1;
    transform: rotate(45deg);
}
#lp-contact.section h2::before{
    display: none;
}
#lp-form input:not([type]), #lp-form input[type=text]:not(.browser-default), #lp-form input[type=password]:not(.browser-default), #lp-form input[type=email]:not(.browser-default), #lp-form input[type=url]:not(.browser-default), #lp-form input[type=time]:not(.browser-default), #lp-form input[type=date]:not(.browser-default), #lp-form input[type=datetime]:not(.browser-default), #lp-form input[type=datetime-local]:not(.browser-default), #lp-form input[type=tel]:not(.browser-default), #lp-form input[type=number]:not(.browser-default), #lp-form input[type=search]:not(.browser-default), #lp-form textarea {
    background-color: #FFFFFF;
}
@media screen and (min-width: 993px) {
    #lp-form {
        margin-top: 110px;
    }
}