#drupal-off-canvas summary {
    display: block;
}
.block-inline-blockbloc-simple-repetable .field--name-body{
    display: flex;
}
#drupal-off-canvas *:not(div), #drupal-off-canvas *:not(svg *), #drupal-off-canvas *:after, #drupal-off-canvas *:before {
    /*all: revert;*/
    color: initial;
}
.path-admin #drupal-off-canvas *:not(div), 
.path-admin #drupal-off-canvas *:not(svg *), 
.path-admin #drupal-off-canvas *:after, 
.path-admin #drupal-off-canvas *:before {
   /*all: initial;
    color: #000;*/
}
#drupal-off-canvas option {
    color: #000;
}
.layout-builder__add-block {
    width: 100%;
}
.row-padding-top--10 {
    padding-top: 10px
}
.row-padding-top--20 {
    padding-top: 20px
}
.row-padding-top--40 {
    padding-top: 40px
}
.row-padding-top--60 {
    padding-top: 60px
}
.row-padding-top--80 {
    padding-top: 80px
}
.row-padding-bottom--10 {
    padding-bottom: 10px
}
.row-padding-bottom--20 {
    padding-bottom: 20px
}
.row-padding-bottom--40 {
    padding-bottom: 40px
}
.row-padding-bottom--60 {
    padding-bottom: 60px
}
.row-padding-bottom--80 {
    padding-bottom: 80px
}
.full-height {
    height: 100vh;
    width: 100%;
}
.align-v-center .col {
    align-items: center;
    display: flex;
    flex-direction: inherit;
}
.align-v-top .col {
    align-items: top;
    display: flex;
    flex-direction: column;
}
.align-v-bottom .col {
    align-items: bottom;
    display: flex;
    flex-direction: column;
}
.align-center,
.align-h-center {
    text-align: center;
}
.align-h-right {
    text-align: right;
}
.align-h-justify {
    text-align: justify;
}
.full-height.align-v-center {
    display: flex;
    align-items: center;
}
.full-height.align-h-center {
    display: flex;
    justify-content: center;
}
.bg-filter {
    position: relative;
}
.bg-filter:after,
.filter-img .block-inline-blockbloc-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #414097;
    opacity: 0.5;
    z-index: 0;
}
.bg-filter>div {
    position: relative;
    z-index: 1;
}
.bg-team,
.bg-team-2 {
    background: url('../images/bg-team.jpg') no-repeat center #FFF;
    background-size: cover;
    color: #FFF;
    font-size: 30px;
}
.bg-team-2 {
    background-position: top -150px center;
    font-size: 23px;
}
.layout-builder__layout.align-v-center .col,
.layout-builder__layout.align-v-top .col,
.layout-builder__layout.align-v-top .col {
    display: block;
}
.bg-color-1 {
    background-color: #3a3a3c;
    color: #FFF;
}
.bg-color-2 {
    background-color: #414097;
    color: #FFF;
}

.bg-1,
.bg-2,
.bg-color-3 {
    background: url('../images/bg-1.jpg') no-repeat center #414097;
    background-size: auto 100%;
    color: #FFF;
}
.bg-color-3 {
    background: url('../images/bg-3.jpg') no-repeat center #db5375;
}
.section {
    position: relative;
    overflow: hidden;
}
.section .border-bottom {
    border-bottom: none !important;
    padding-bottom: 0;
}
.border-bottom>div {
    border-bottom: 1px solid #707070;
    padding-bottom: 60px;
}
p:nth-last-child(1) {
    margin-bottom: 0;
}
.field--name-field-temoignages .field__items {
    display: flex;
    margin-top: 30px;
}
.field--name-field-temoignages.field--type-entity-reference-revisions>.field__items>.field__item {
    margin: 0 15px;
}
.paragraph--type--temoignage {
    padding: 30px;
    background:  #FFF;
    border-radius: 30px;
    position: relative;
}
.paragraph--type--temoignage:after {
    content: '';
    background: url(../images/bulle-temoignage.svg) no-repeat center bottom;
    display: block;
    width: 75px;
    height: 35px;
    position: absolute;
    bottom: -30px;
    right: 50%;
}
.author strong {
    font-size: 18px;
}
.author strong em {
    color: #F5825E;
}
.field--name-field-temoignage .field__item {
    margin-bottom: 15px;
}
.field--name-field-temoignage .field__item:before,
.field--name-field-temoignage .field__item:after {
    content: '«';
    display: inline;
    font-weight: bold;
    color: #F5825E;
    margin-left: -15px;
    margin-right: 5px;
    font-size: 22px;
}
.field--name-field-temoignage .field__item:after {
    content: '»';
    margin-left: 5px;
    margin-right: 0;
}
.paragraph.paragraph--type--question-reponse {
    padding: 30px 0;
    border-bottom: 1px solid #707070;
}
.paragraph--type--question-reponse  {
    cursor: pointer;
}
.question {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    position: relative;
}
.reponse {
    padding-top: 15px;
}
.question .developpe {
    width: 30px;
    height: 30px;
    background: url('../images/faq-expand-active.png') center no-repeat;
    background-size: contain;
    font-size: 0;
    position: absolute;
    top: 15px;
    right: 15px;
}
.question.active .developpe {
    background: url('../images/faq-expand.png') center no-repeat;
    background-size: contain;
}
.field--name-field-liste-libelle  {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.field--name-field-liste {
    margin-top: 30px;
}
.field--name-field-liste >.field__items>.field__item {
    margin-bottom: 30px;
    padding-left: 100px;
    position: relative;
}
.field--name-field-liste >.field__items>.field__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    
    background: url('../images/liste-step-1.png') no-repeat center left;
    background-size: 100% 100%;
    -webkit-filter: drop-shadow(0 0 30px #F5825E);
    filter: drop-shadow(0 0 30px #F5825E);
}
.field--name-field-liste >.field__items>.field__item:nth-child(1n+2):before {
    background: url('../images/liste-step-2.png') no-repeat center left;
    background-size: 100% 100%;
    -webkit-filter: drop-shadow(0 0 30px #414097);
    filter: drop-shadow(0 0 30px #414097);
}
.field--name-field-liste >.field__items>.field__item:nth-child(1n+3):before {
    background: url('../images/liste-step-3.png') no-repeat center left;
    background-size: 100% 100%;
    -webkit-filter: drop-shadow(0 0 30px #FFD972);
    filter: drop-shadow(0 0 30px #FFD972);
}
body .region-sidebar-first, 
body .region-sidebar-second, 
body .region-footer, 
body .region-content {
    padding: 0;
}
.layout-builder__section .layout-builder-block {
    background-color: transparent;
    padding: 0 0 15px;
}
.space-30 {
    width: 100%;
    height: 30px;
}
.no-space .space-30,
.row-padding-top--0.row-padding-bottom--0 .space-30 {
    height: 0;
}
.first-col-padding-top .row>div:nth-child(1) .col-content {
    padding-top: 30px;
}
.flower {
    position: absolute;
    z-index: 0;
}
.flower.top {
    top: 0;
}
.flower.bottom {
    bottom: 0;
}
.flower.left {
    left: 0;
}
.flower.right {
    right: 0;
}
.flower.center {
    right: 0;
    width: 100%;
}
.flower-top-left-1 {
    width: 390px;
    height: 190px;
    background: url('../images/plantes-haut-gauche-1.png') bottom center no-repeat;
}
.flower-top-left-2 {
    width: 390px;
    height: 190px;
    background: url('../images/plantes-haut-gauche-2.png') bottom center no-repeat;
}
.flower-top-right-1 {
    width: 450px;
    height: 190px;
    background: url('../images/plantes-haut-droite-1.png') bottom center no-repeat;
}
.flower-top-right-2 {
    width: 390px;
    height: 190px;
    background: url('../images/plantes-haut-droite-2.png') bottom center no-repeat;
}
.flower-bottom-left-1 {
    width: 390px;
    height: 190px;
    background: url('../images/plantes-bas-gauche-1.png') top center no-repeat;
    background-size: cover;
}
.flower-bottom-left-2 {
    width: 390px;
    height: 190px;
    background: url('../images/plantes-bas-gauche-2.png') top center no-repeat;
}

.flower-bottom-right-1 {
    width: 390px;
    height: 190px;
    background: url('../images/plantes-bas-droite-1.png') top center no-repeat;
    background-size: cover;
}
.flower-bottom-right-2 {
    width: 450px;
    height: 215px;
    background: url('../images/plantes-bas-droite-2.png') top left no-repeat;
}
.flower-bottom-center-1 {
    width: 390px;
    height: 190px;
    background: url('../images/plantes-bas-center-1.png') top center no-repeat;
    background-size: cover;
}
.flower-bottom-center-2 {
    width: 450px;
    height: 215px;
    background: url('../images/plantes-bas-center-2.png') top left no-repeat;
}
.block-inline-blockbloc-image img {
    max-width: 100%;
}
.col {
    position: relative;
    z-index: 10;
}
.padding-col-right .col:nth-child(1) {
    padding-top: 30px;
}
.max-width {
    overflow-x: initial;
}
.block-inline-blockbloc-image {
    position: relative;
}
.toolbar .toolbar-bar .toolbar-icon.toolbar-icon-views-viewviews-gestion-des-annonces-page-1:before {
    -webkit-mask-image: url('../images/picto-admin-menu.svg');
    mask-image: url('../images/picto-admin-menu.svg');
}



@media only screen and (max-width: 1110px) {
    .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    
}