html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes backgroundIcon {
    50% {
        background-position: left -1.5rem top 0
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
    font-size: 0;
    color: transparent
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

@media only screen and (max-width:86em) and (min-width:48.1em) {
    html {
        font-size: 0.75vw
    }
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    line-height: 1.375;
    color: #1F1F1F;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

body.toolbar-fixed {
    padding-top: 39px
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open {
    padding-top: 79px
}

body.position-fixed {
    position: fixed
}

body .dialog-off-canvas-main-canvas {
    position: relative;
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: inherit
}

h1 {
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 4.5rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase
}

@media only screen and (max-width:30em) {
    h1 {
        font-size: 2.8rem;
        line-height: 3.4rem
    }
}

h2 {
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
    line-height: 3.6rem;
    letter-spacing: 0.1rem
}


h3 {
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 1.7rem;
    font-size: 2.1rem;
    line-height: 2.8rem;
    letter-spacing: 0.1rem
}

h4 {
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem
}

h5 {
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0.1rem
}

p {
    margin: 2.2rem 0
}

p .button {
    display: inline-flex;
    align-items: center;
    border-radius: 0.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: .1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    appearance: none;
    border: 0;
    background: none;
    transition: all ease .4s;
    padding: 1rem 2rem;
    background-color: #FFDED9;
    color: #2D2D5A;
    text-decoration: none
}

p .button[disabled],
p .button.disabled {
    opacity: 0.6;
    pointer-events: none
}

p .button:focus,
p .button:hover {
    background-color: #FCB3B3
}

p .button:active {
    background-color: #F9A2A2
}

label {
    font-size: 1.4rem
}

button,
input[type="submit"] {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: .1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

@media only screen and (max-width:48em) {

    input[type="checkbox"],
    input[type="radio"] {
        font-size: 1.6rem
    }
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    position: relative;
    margin-bottom: 0;
    padding-left: 2.1rem;
    color: #1F1F1F;
    cursor: pointer
}

input[type="checkbox"]+label::before,
input[type="radio"]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2rem;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    box-sizing: border-box
}

input[type="checkbox"]+label::before,
input[type="radio"]+label::before {
    border: 0.1rem solid #D2D2D2;
    border-radius: .4rem
}

input[type="checkbox"]:checked+label::before,
input[type="radio"]:checked+label::before {
    background-image: url(../../../../themes/custom/opco_atlas/images/icon-checkbox.svg);
    background-position: center;
    background-size: 1.2rem;
    background-repeat: no-repeat
}

input[type="checkbox"]:focus+label,
input[type="radio"]:focus+label {
    outline: .1rem dotted
}

input[type="radio"]+label {
    position: relative;
    margin-bottom: 0;
    padding-left: 2.1rem;
    color: #1F1F1F;
    cursor: pointer
}

input[type="radio"]+label::before {
    border-radius: 50%
}

input[type="radio"]:checked+label::before {
    border: 0.3rem solid #fff;
    box-shadow: 0 0 0 0.1rem #D2D2D2;
    background-color: #7850DC;
    background-image: none
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.ui-dialog.ui-widget.ui-widget-content:not(.field-group-modal) {
    border: 1rem solid #88E6C2;
    border-radius: .6rem;
    color: #1F1F1F;
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-fill-mode: forwards
}

.toolbar-fixed .ui-dialog.ui-widget.ui-widget-content:not(.field-group-modal) {
    top: 39px !important;
    height: calc(100% - 39px) !important
}

.toolbar-horizontal.toolbar-tray-open .ui-dialog.ui-widget.ui-widget-content:not(.field-group-modal) {
    top: 79px !important;
    height: calc(100% - 79px) !important
}

.ui-dialog.ui-widget.ui-widget-content:not(.field-group-modal) .ui-dialog-content {
    max-height: none !important;
    height: 100% !important;
    padding: 0;
    overflow-x: hidden
}

.ui-widget-overlay {
    background-color: #fff;
    opacity: 1
}

.ui-dialog.ui-widget.ui-widget-content:not(.field-group-modal) {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

@media only screen and (max-width:48em) {
    .ui-dialog.ui-widget.ui-widget-content:not(.field-group-modal) {
        padding: 0
    }
}

.ui-widget {
    font-family: "Open Sans", sans-serif
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal {
    border: 0;
    padding: 0;
    border-radius: 0;
    color: #1F1F1F;
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    width: auto !important;
    max-width: 100%
}

@media only screen and (max-width:30em) {
    .ui-dialog.ui-widget.ui-widget-content.field-group-modal {
        max-width: calc(100% - 4rem)
    }
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-content {
    max-height: none !important;
    height: 100% !important;
    padding: 0;
    overflow-x: hidden
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar {
    display: block !important;
    padding: 0;
    border: 0;
    background: none
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar .ui-dialog-title {
    display: none
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
    position: absolute;
    top: -3rem;
    right: -0.5rem;
    width: 3rem;
    height: 3rem;
    text-indent: 0
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
    content: "";
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 3rem;
    text-transform: none;
    color: #fff;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
    transition: all ease .4s
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar .ui-dialog-titlebar-close span {
    display: none
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar .ui-dialog-titlebar-close:focus,
.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
    border: 0;
    outline: 0;
    background: none
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar .ui-dialog-titlebar-close:focus::before,
.ui-dialog.ui-widget.ui-widget-content.field-group-modal .ui-dialog-titlebar .ui-dialog-titlebar-close:hover::before {
    color: #BBA7ED
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal iframe {
    display: block;
    max-width: 100%
}

@media only screen and (max-width:30em) {
    .ui-dialog.ui-widget.ui-widget-content.field-group-modal iframe {
        height: 56.25vw
    }
}

.ui-dialog.ui-widget.ui-widget-content.field-group-modal+.ui-widget-overlay {
    background-color: rgba(45, 45, 90, 0.7)
}

.ajax-progress,
.ajax-progress-fullscreen,
.ui-dialog .ajax-progress-throbber,
body.loading::after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    background-color: rgba(136, 230, 194, 0.8);
    background-image: url(../../../../themes/custom/opco_atlas/images/loader.svg);
    background-position: center;
    background-size: 4rem;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 1000;
    animation-name: fadeIn;
    animation-duration: .3s;
    animation-fill-mode: forwards
}

.media--view-mode-search-teaser .ajax-progress,
.media--view-mode-search-teaser .ajax-progress-fullscreen,
.media--view-mode-search-teaser .ui-dialog .ajax-progress-throbber,
.media--view-mode-search-teaser body.loading::after {
    background-color: rgba(45, 45, 90, 0.7)
}

.ajax-progress .throbber,
.ajax-progress-fullscreen .throbber,
.ui-dialog .ajax-progress-throbber .throbber,
body.loading::after .throbber {
    display: none
}

body.loading::after {
    content: ""
}

@page {
    margin: 1.8cm
}

html {
    font-size: 46.875%
}

body {
    padding-top: 0 !important
}

header[role="banner"] .region-primary-menu,
#block-prenavigation,
#block-mes-preferences-lien,
footer[role="contentinfo"],
.wrapper-cover,
.path-sitemap .layout-content .wrapper-right,
.node--type-evenement .wrapper-event-next-prev,
.block-local-tasks-block,
.wrapper-event-bloc,
.paragraph--type--diaporama,
.media--type-infogram,
.paragraph--type--formulaire-metier,
.path-criteres-financement .introduction-form,
#sliding-popup,
.block-lessor-common-title-cover>div:not(.contextual)::after,
.wrapper-print,
.wrapper-social-shared {
    /*display: none !important*/
}

.region-pre-naviguation,
.region-primary-menu,
footer[role="contentinfo"] .region-footer,
.region-breadcrumb .block-system-breadcrumb-block,
.block-local-tasks-block nav.tabs,
[data-drupal-messages],
#sliding-popup .popup-content,
.node__content>.content,
.path-sitemap .layout-content,
.block-lessor-common-title-cover>div:not(.contextual),
.node--type-formulaire.node--view-mode-full,
.lessor-profiling,
.path-criteres-financement .region-content,
.path-appels-d-offres .layout-content,
.path-agenda .layout-content,
.path-actualites .layout-content,
.path-recherche .layout-content,
.path-cout-contrat .layout-content,
.path-boite-outils .layout-content,
.path-frontpage .wrapper-a-la-une,
.path-frontpage .strate-preferences-affiliation-branches,
.path-frontpage .strate-offre-agenda,
.path-frontpage .strate-services,
.mode-glossaire,
.page-404,
.page-403 {
    max-width: none;
    padding-left: 0;
    padding-right: 0
}

.node__content>.content,
.path-sitemap .layout-content,
.path-criteres-financement .region-content .block,
#block-opcologos,
.region-pre-naviguation {
    display: block
}

.node__content>.content .wrapper-main,
.path-sitemap .layout-content .wrapper-main {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 0
}

.region-breadcrumb {
    padding: 0;
    background: none;
    color: #000
}

.block-lessor-common-title-cover {
    margin-top: 0
}

.node__content>.content .wrapper-right {
    width: 100%;
    padding: 0 1rem;
    margin: 3rem 0 0
}

.paragraph--type--temoignage {
    background: none;
    padding: 3rem;
    border: 0.4rem solid #7850DC;
    box-shadow: none
}

.paragraph--type--temoignage .wrapper-temoignage {
    margin-bottom: 1.5rem;
    font-size: 1.6rem
}

.paragraph--type--temoignage .wrapper-temoignage.active-quote::after,
.paragraph--type--temoignage .wrapper-temoignage.active-quote::before {
    width: 3.3rem;
    height: 2.9rem
}

.paragraph--type--temoignage .wrapper-temoignage.active-quote::after {
    bottom: -7.3rem
}

.field--name-field-chapo-resume,
.field--name-field-chapo {
    background-color: transparent;
    padding: 3rem;
    border: 0.4rem solid rgba(120, 80, 220, 0.07)
}

.wrapper-bloc-fond-picto,
.wrapper-nb-place-link-premium {
    background-color: transparent !important;
    color: #2D2D5A !important;
    padding: 3rem;
    border: 0.4rem solid #2D2D5A
}

.wrapper-bloc-fond-picto h2,
.wrapper-bloc-fond-picto .wrapper-texte,
.wrapper-nb-place-link-premium h2,
.wrapper-nb-place-link-premium .wrapper-texte {
    color: #2D2D5A !important;
    font-size: 2rem
}

.wrapper-bloc-fond-picto h2+.button,
.wrapper-bloc-fond-picto .wrapper-texte+.button,
.wrapper-nb-place-link-premium h2+.button,
.wrapper-nb-place-link-premium .wrapper-texte+.button {
    margin-top: 1.5rem !important
}

.node--type-evenement .wrapper-main>.wrapper-container {
    padding: 0;
    box-shadow: none
}

.paragraph--type--rebonds .field--name-field-rebonds>.field__item .wrapper-picto,
.paragraph--type--mise-avant-picto .field--name-field-mea-picto,
.paragraph--type--liste-liens,
.paragraph--type--mise-avant-encadre {
    border: 0.2rem solid #2D2D5A;
    box-shadow: none
}

.paragraph--type--rebonds .field--name-field-rebonds>.field__item .wrapper-picto {
    padding: 2rem
}

.paragraph .details-wrapper,
.wrapper-description .details-wrapper,
.path-criteres-financement .details-wrapper {
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important
}

.paragraph summary,
.wrapper-description summary,
.path-criteres-financement summary {
    background: none;
    padding: 1rem 0 !important;
    border-width: 0;
    border-bottom-width: 0.2rem
}

.paragraph summary::after,
.wrapper-description summary::after,
.path-criteres-financement summary::after {
    display: none
}

.path-criteres-financement .wrapper-main,
.path-criteres-financement .wrapper-right {
    width: 100%;
    margin: 0
}

.path-criteres-financement .wrapper-right {
    display: flex
}

.path-criteres-financement .wrapper-right .wrapper-rebond {
    margin-bottom: 0
}

.path-criteres-financement .wrapper-right .wrapper-rebond:last-of-type {
    margin-bottom: 0
}

.path-criteres-financement .details-wrapper {
    padding: 2rem 0;
    border: 0
}

.path-criteres-financement .wrapper-right .wrapper-rebond a .wrapper-picto {
    border: 0.2rem solid #2D2D5A;
    box-shadow: none
}

.wrapper-right .paragraph--type--rebonds .field--name-field-rebonds>.field__item {
    width: calc((4 / 12) * 100%);
    flex: 1 0 auto
}

.wrapper-right .paragraph--type--mise-avant-picto .field--name-field-mea-picto {
    padding: 3rem
}

.wrapper-right .paragraph--type--mise-avant-picto .field--name-field-mea-picto .wrapper-content {
    display: flex;
    margin-top: .5rem
}

.wrapper-right .paragraph--type--mise-avant-picto .field--name-field-mea-picto .wrapper-content .field--name-field-picto {
    position: static
}

.wrapper-right .paragraph--type--mise-avant-picto .field--name-field-mea-picto .wrapper-content .field--name-field-description-texte {
    margin: 0 2rem 0 3rem
}

.path-appels-d-offres .layout-content,
.path-agenda .layout-content,
.path-actualites .layout-content,
.path-recherche .layout-content,
.path-cout-contrat .layout-content,
.path-boite-outils .layout-content {
    padding-top: 0;
    padding-bottom: 0
}

.path-appels-d-offres .region-content,
.path-agenda .region-content,
.path-actualites .region-content,
.path-recherche .region-content,
.path-cout-contrat .region-content,
.path-boite-outils .region-content {
    display: block
}

.path-appels-d-offres .block-lessor-search-sidebar-block,
.path-appels-d-offres .block-system-main-block,
.path-agenda .block-lessor-search-sidebar-block,
.path-agenda .block-system-main-block,
.path-actualites .block-lessor-search-sidebar-block,
.path-actualites .block-system-main-block,
.path-recherche .block-lessor-search-sidebar-block,
.path-recherche .block-system-main-block,
.path-cout-contrat .block-lessor-search-sidebar-block,
.path-cout-contrat .block-system-main-block,
.path-boite-outils .block-lessor-search-sidebar-block,
.path-boite-outils .block-system-main-block {
    width: 100%;
    padding-top: 4rem
}

.path-appels-d-offres .block-lessor-search-sidebar-block,
.path-agenda .block-lessor-search-sidebar-block,
.path-actualites .block-lessor-search-sidebar-block,
.path-recherche .block-lessor-search-sidebar-block,
.path-cout-contrat .block-lessor-search-sidebar-block,
.path-boite-outils .block-lessor-search-sidebar-block {
    display: none
}

.path-appels-d-offres .block-lessor-search-sidebar-block .search-links,
.path-agenda .block-lessor-search-sidebar-block .search-links,
.path-actualites .block-lessor-search-sidebar-block .search-links,
.path-recherche .block-lessor-search-sidebar-block .search-links,
.path-cout-contrat .block-lessor-search-sidebar-block .search-links,
.path-boite-outils .block-lessor-search-sidebar-block .search-links {
    box-shadow: none
}

.path-appels-d-offres .block-lessor-search-sidebar-block .search-links>div,
.path-agenda .block-lessor-search-sidebar-block .search-links>div,
.path-actualites .block-lessor-search-sidebar-block .search-links>div,
.path-recherche .block-lessor-search-sidebar-block .search-links>div,
.path-cout-contrat .block-lessor-search-sidebar-block .search-links>div,
.path-boite-outils .block-lessor-search-sidebar-block .search-links>div {
    padding: 2rem
}

.block-lessor-search-sidebar-block .preferences {
    position: relative;
    display: block;
    padding-bottom: 0;
    box-shadow: none
}

.block-lessor-search-sidebar-block .preferences .title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.block-lessor-search-sidebar-block .preferences .lessor-profiling {
    display: block
}

.block-lessor-search-sidebar-block .preferences .lessor-profiling .lessor-profiling-wrapper {
    display: flex;
    margin: 0 -1rem
}

.block-lessor-search-sidebar-block .preferences .lessor-profiling .lessor-profiling-wrapper .lessor-profiling-category {
    width: 33.3333%;
    padding: 0 1rem
}

.block-lessor-search-sidebar-block .preferences .lessor-profiling .lessor-profiling-wrapper .lessor-profiling-category .profiling-form-step {
    display: none
}

.block-lessor-search-sidebar-block .preferences .lessor-profiling footer {
    display: none
}

.node--type-evenement.node--view-mode-boosted-search-result .field-group-link {
    padding: 0 0 2rem;
    border-bottom: 0.1rem solid #D2D2D2;
    box-shadow: none
}

.region-pre-naviguation::before {
    display: none
}

.region-pre-naviguation .block-lessor-common-logos {
    position: static;
    width: 18rem;
    padding: 0;
    margin: 0 auto 1rem
}

.block-lessor-common-title-cover>div:not(.contextual) .title {
    padding: 0
}

.region-breadcrumb .breadcrumb {
    width: 100%;
    margin-bottom: 3rem
}

.region-breadcrumb .breadcrumb ol {
    text-align: center
}

.region-breadcrumb .breadcrumb ol li::before,
.region-breadcrumb .breadcrumb ol li:first-of-type a::before,
.region-breadcrumb .breadcrumb ol li a {
    color: #000
}

.node__content>.content .wrapper-main,
.node__content>.content .wrapper-right,
.path-sitemap .layout-content .wrapper-main,
.path-sitemap .layout-content .wrapper-right {
    padding: 0
}

.node--type-landing-cible.node--view-mode-full .wrapper-chapo {
    display: block;
    page-break-inside: avoid
}

.node--type-landing-cible.node--view-mode-full .strate-mea-majeure {
    border: 0.4rem solid #F2F2F2;
    box-shadow: none;
    border-radius: 0;
    page-break-inside: avoid
}

.node--type-landing-cible.node--view-mode-full .strate-mea-majeure .field--name-field-majeure-surtitre,
.node--type-landing-cible.node--view-mode-full .strate-mea-majeure .field--name-field-majeure-titre,
.node--type-landing-cible.node--view-mode-full .strate-mea-majeure .field--name-field-description,
.node--type-landing-cible.node--view-mode-full .strate-mea-majeure .field--name-field-lien {
    padding-left: 2rem;
    padding-right: 2rem
}

.node--type-landing-cible.node--view-mode-full .strate-mea-majeure .field--name-field-image2 img {
    border-radius: 0
}

.node--type-landing-cible.node--view-mode-full .strate-acces-rapide-rubrique {
    display: block;
    margin: 5rem 0 0
}

.node--type-landing-cible.node--view-mode-full .strate-acces-rapide-rubrique>.wrapper-acces-rapide,
.node--type-landing-cible.node--view-mode-full .strate-acces-rapide-rubrique>.wrapper-rubrique {
    width: 100%;
    padding: 0
}

.node--type-landing-cible.node--view-mode-full .strate-acces-rapide-rubrique>.wrapper-acces-rapide>.wrapper-acces-rapide {
    background: none;
    padding: 3rem 3rem 0;
    border-radius: 0;
    box-shadow: none;
    border: 0.4rem solid #2D2D5A;
    color: #000;
    page-break-inside: avoid
}

.node--type-landing-cible.node--view-mode-full .strate-acces-rapide-rubrique>.wrapper-acces-rapide>.wrapper-acces-rapide .element_lien_picto {
    padding-left: 6rem
}

.node--type-landing-cible.node--view-mode-full .strate-acces-rapide-rubrique>.wrapper-rubrique {
    margin-top: 5rem
}

.node--type-landing-cible.node--view-mode-full .strate-acces-rapide-rubrique>.wrapper-rubrique>.wrapper-rubrique {
    background: none;
    padding: 3rem;
    border-radius: 0;
    box-shadow: none;
    border: 0.4rem solid #7850DC;
    color: #000;
    page-break-inside: avoid
}

.node--type-landing-cible.node--view-mode-full .strate-acces-rapide-rubrique>.wrapper-rubrique>.wrapper-rubrique ul li {
    width: 33.3333%
}

.node--type-landing-cible.node--view-mode-full .strate-acces-rapide-rubrique>.wrapper-rubrique>.wrapper-rubrique ul li a {
    box-shadow: none;
    border: 0.1rem solid #2D2D5A
}

.node--type-landing-cible.node--view-mode-full .strate-actualite-agenda {
    display: block;
    margin-top: 5rem
}

.node--type-landing-cible.node--view-mode-full .strate-actualite-agenda>.wrapper-content {
    width: 100%;
    margin-top: 3rem;
    padding: 0;
    box-shadow: none
}

.node--type-landing-cible.node--view-mode-full .strate-actualite-agenda .titre-h3 {
    margin-bottom: 2rem
}

.node--type-landing-cible.node--view-mode-full .strate-actualite-agenda ul>li>a {
    margin-bottom: 2rem;
    padding-bottom: 2rem
}

.node--type-landing-cible.node--view-mode-full .strate-actualite-agenda ul>li>a>.wrapper-content {
    padding: 0
}

.node--type-landing-cible.node--view-mode-full .strate-actualite-agenda .see-all {
    display: none
}

.node--type-landing-cible.node--view-mode-full .strate-bao-temoignage {
    display: block;
    margin-top: 5rem
}

.node--type-landing-cible.node--view-mode-full .strate-bao-temoignage>div {
    width: 100%;
    margin-top: 5rem;
    padding: 3rem;
    border-radius: 0;
    box-shadow: none
}

.node--type-landing-cible.node--view-mode-full .strate-bao-temoignage>div>.button {
    display: none
}

.node--type-landing-cible.node--view-mode-full .strate-bao-temoignage>div.wrapper-bao {
    background: none;
    border: 0.4rem solid #7850DC;
    color: #000;
    page-break-inside: avoid
}

.node--type-landing-cible.node--view-mode-full .strate-bao-temoignage>div.wrapper-bao ul {
    margin-bottom: 0
}

.node--type-landing-cible.node--view-mode-full .strate-bao-temoignage>div.wrapper-bao ul li {
    width: 33.3333%
}

.node--type-landing-cible.node--view-mode-full .strate-bao-temoignage>div.wrapper-bao ul li a {
    box-shadow: none;
    border: 0.1rem solid #2D2D5A
}

.node--type-landing-cible.node--view-mode-full .strate-bao-temoignage>div.wrapper-acces-rapide {
    border: 0.4rem solid #D2D2D2;
    page-break-inside: avoid
}

.node--type-landing-cible.node--view-mode-full .strate-bao-temoignage>div.wrapper-acces-rapide .paragraph--type--temoignage {
    margin-bottom: 0;
    border: 0
}

.node--view-mode-teaser .field--name-field-chapo-resume,
.node--view-mode-teaser .field--name-field-chapo {
    border: 0
}

.path-frontpage .wrapper-a-la-une .wrapper-top {
    margin: 0 auto;
    color: #000
}

.path-frontpage .wrapper-a-la-une .wrapper-bottom {
    margin-left: auto;
    margin-right: auto
}

.path-frontpage .wrapper-a-la-une .wrapper-bottom .wrapper-left {
    width: 100%;
    color: #000
}

.path-frontpage .wrapper-a-la-une .wrapper-bottom .wrapper-right {
    display: none
}

.path-frontpage .strate-preferences-affiliation-branches {
    display: block;
    padding: 0;
    margin: 5rem 0 0
}

.path-frontpage .strate-preferences-affiliation-branches .wrapper-formulaire-rattachement .title {
    color: #000;
    margin-bottom: 1.5rem;
    max-width: none;
    margin-left: 0
}

.path-frontpage .strate-preferences-affiliation-branches .wrapper-formulaire-rattachement form {
    max-width: none;
    margin-left: 0;
    border: 0.4rem solid #D2D2D2;
    box-shadow: none
}

.path-frontpage .strate-preferences-affiliation-branches .wrapper-formulaire-rattachement form .form-item {
    width: calc(100% - 14rem)
}

.path-frontpage .strate-preferences-affiliation-branches .wrapper-mes-preferences {
    margin-top: 5rem;
    margin-bottom: 0;
    padding: 3rem;
    box-shadow: none
}

.path-frontpage .strate-preferences-affiliation-branches>.wrapper-content {
    padding-top: 0;
    margin-top: 5rem
}

.path-frontpage .strate-preferences-affiliation-branches>.wrapper-content .titre-h3 {
    color: #2D2D5A
}

.path-frontpage .strate-preferences-affiliation-branches>.wrapper-content ul:not(.contextual-links) li {
    width: 25%
}

.path-frontpage .strate-preferences-affiliation-branches>.wrapper-content ul:not(.contextual-links) li .vocabulary-branche-principale {
    border: 0.2rem solid #D2D2D2;
    box-shadow: none
}

.path-frontpage .strate-preferences-affiliation-branches>.wrapper-content .wrapper-link {
    display: none
}

.path-frontpage .strate-preferences-affiliation-branches .strate-actualite {
    margin-top: 5rem;
    margin-bottom: 0;
    padding: 0;
    box-shadow: none
}

.path-frontpage .strate-preferences-affiliation-branches .strate-actualite .wrapper-content {
    display: block
}

.path-frontpage .strate-preferences-affiliation-branches .strate-actualite .wrapper-content>.wrapper-left,
.path-frontpage .strate-preferences-affiliation-branches .strate-actualite .wrapper-content>.wrapper-right {
    width: 100%
}

.path-frontpage .strate-preferences-affiliation-branches .strate-actualite .wrapper-content .wrapper-right ul>li>a>.wrapper-content {
    margin-top: 2rem;
    padding: 0
}

.path-frontpage .strate-preferences-affiliation-branches .strate-actualite .item-list:first-child {
    margin-top: 0
}

.path-frontpage .strate-preferences-affiliation-branches .strate-actualite .wrapper-link {
    display: none
}

.path-frontpage .strate-offre-agenda {
    display: block;
    margin-top: 5rem;
    padding: 0
}

.path-frontpage .strate-offre-agenda::before {
    display: none
}

.path-frontpage .strate-offre-agenda .titre-h3 {
    margin-bottom: 2rem
}

.path-frontpage .strate-offre-agenda .wrapper-nos-offres {
    width: 100%;
    padding: 0
}

.path-frontpage .strate-offre-agenda .wrapper-nos-offres .item-list>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem
}

.path-frontpage .strate-offre-agenda .wrapper-nos-offres .item-list>ul li {
    width: 50%;
    padding: 0 1rem
}

.path-frontpage .strate-offre-agenda .wrapper-nos-offres .link {
    background: none;
    border: 0.2rem solid #2D2D5A;
    color: #000;
    box-shadow: none
}

.path-frontpage .strate-offre-agenda>.wrapper-content {
    width: 100%;
    margin: 5rem 0 0;
    padding: 0;
    box-shadow: none
}

.path-frontpage .strate-offre-agenda>.wrapper-content ul>li>a>.wrapper-content {
    padding: 0
}

.path-frontpage .strate-offre-agenda>.wrapper-content .see-all {
    display: none
}

.path-frontpage .strate-services {
    margin-top: 5rem;
    padding: 0
}

.path-frontpage .strate-services::before {
    display: none
}

.path-frontpage .strate-services .wrapper-services>.titre-h3 {
    color: #2D2D5A
}

.path-frontpage .strate-services .wrapper-services .item-list>ul .wrapper-content {
    border: 0.2rem solid #7850DC;
    box-shadow: none
}

.path-recherche #block-opcoatlassearchheader {
    margin-bottom: 3rem
}

.path-recherche .block-lessor-search-sidebar-block {
    padding-top: 0
}

.path-recherche form#global-fulltext-search-form {
    display: none
}

.path-recherche .block-lessor-search-sidebar-block .facets-widget-checkbox {
    box-shadow: none;
    padding: 0
}

.paragraph--type--temoignage,
.paragraph--type--rebonds .field--name-field-rebonds>.field__item .wrapper-picto,
.paragraph--type--media-pleine-largeur,
.paragraph table,
.wrapper-description table,
.paragraph--type--media-pleine-largeur,
.field--name-field-mea-picto,
.paragraph--type--cta-visuel,
.wrapper-rebond a .wrapper-picto,
.wrapper-bloc-fond-picto,
.wrapper-nb-place-link-premium {
    page-break-inside: avoid
}

.node--type-actualite.node--view-mode-search-index {
    padding: 0 0 3rem;
    box-shadow: none;
    border-bottom: 0.1rem solid #D2D2D2
}

.node--type-actualite.node--view-mode-search-index .field--name-field-chapo-resume,
.node--type-actualite.node--view-mode-search-index .field--name-field-chapo {
    border: 0
}

.path-boite-outils .block-lessor-search-header-block {
    margin-bottom: 3rem
}

.path-boite-outils .block-lessor-search-sidebar-block {
    padding-top: 0
}

.path-boite-outils .block-lessor-search-sidebar-block .facets-widget-links {
    box-shadow: none;
    padding: 0
}

.path-boite-outils .view-page-liste-boite-a-outils .media--view-mode-search-teaser a {
    padding-bottom: 2rem;
    box-shadow: none;
    border: 0.1rem solid #D2D2D2
}

nav.pager .pager__items>li {
    display: none
}

nav.pager .pager__items>li.is-active {
    display: block;
    background: none;
    width: auto;
    color: #2D2D5A;
    border: 0
}

nav.pager .pager__items>li.is-active a {
    width: auto;
    color: #2D2D5A
}

nav.pager .pager__items>li.is-active a::before {
    content: attr(title) " : "
}