/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/

@font-face {
    font-family: 'cheddar';
    src: url('fonts/CHEDDAR-JACK.woff2') format('woff2'),
        url('fonts/CHEDDAR-JACK.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
font-family: 'Open Sans', sans-serif;
font-family: 'cheddar', sans-serif;
*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #313238;
}

body p {
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
    color: #313238;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

main {
    clear: both;
}

.frontpage .region-content {
    overflow: hidden;
}

.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,
.paragraphes .para-item.full-width.pos-photo-3 .container-para,
.paragraphes .para-item.full-width.pos-photo-4 .container-para {
    opacity: 0;
    transition: 200ms ease-in-out;
}

.default-btn,
.form-submit {
    text-align: center;
    padding: 10px 28px 8px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.default-btn {
    svg {
        path, line {
            transition: all 200ms ease-in-out;
        }
    }
}

.default-btn.grey,
.form-submit {
    color: #fff;
    background: #294449;
}

.default-btn.grey:hover,
.form-submit:hover {
    background: #000;
}

.default-btn.pink {
    color: #fff;
    background: #C06480;
}

.default-btn.pink:hover {
    background: #000;
}

.default-btn.transparent {
    color: #fff;
    border: solid 1px #fff;
    background: transparent;
}

.default-btn.transparent:hover {
    color: #294449;
    background: #fff;
}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/

header {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1000;
}

header .region-header {
    position: relative;
    width: 100%;
    max-width: 1090px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 13px 50px 0 200px;
    background: #fff;
    border-bottom-left-radius: 100px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

/*LOGO*/
#block-jean-beguin-theme-logoheader {
    position: absolute;
    top: 13px;
    left: 68px;
    transition: all 250ms ease-in-out;
    a {
        display: flex;
    }
}

.frontpage header:not(.sticky-desktop) #block-jean-beguin-theme-logoheader {
    top: -150px;
}

/*Menu secondaire*/
#block-menu-secondaire {
    display: flex;
    align-items: center;
    gap: 15px;
    .default-btn {
        line-height: 16px;
        padding: 8px 28px 6px;
    }
}

#block-menu-secondaire .socials {
    display: flex;
    gap: 10px;
}

#block-menu-secondaire .socials a {
    height: 30px;
    min-width: 30px;
    max-width: 30px;
    border-radius: 4px;
    border: solid 1px #294449;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #294449;
}

#block-menu-secondaire .socials a:hover {
    background: #000;
    border: solid 1px #000;
}

#block-menu-secondaire .socials a svg {
    max-height: 18px;
    max-width: 18px;
}

#block-menu-secondaire .socials a svg path {
    fill: #fff;
}

/*Navigation principale*/
header .block-superfish {
    width: 100%;
}

ul.sf-menu:after {
    display: none;
}

#superfish-main {
    position: relative;
    display: flex;
    justify-content: space-between;
}

#superfish-main > li {
    position: static;
    display: inline-block;
    float: none;
}

#superfish-main > li#main-menu-link-content4cae2594-2de3-4477-a744-843912bc737b > a {
    pointer-events: none;
}

#superfish-main > li > a {
    color: #313238;
    font-weight: 700;
    padding: 0 0 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

#superfish-main .sf-sub-indicator {
    width: 8px;
    height: 6px;
    background: url(../images/svg/arrow-submenu.svg) no-repeat center / contain;
    right: -18px;
    top: 14px;
    opacity: 1;
    &:after {
        display: none;
    }
}

#superfish-main > li > a:hover,
#superfish-main > li > a.is-active:hover {
    color: #C06480;
}

#superfish-main > li > a.is-active {
    color: #313238;
}

/*SOUS-MENU*/
#superfish-main > li:not(.sfHover) > ul {
    display: none;
}

#superfish-main > li > ul {
    top: 44px !important;
    left: -80px;
    right: auto;
    height: 260px !important;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 728px;
    padding: 70px 265px 50px 75px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
    background: linear-gradient(135deg, transparent 39px, #294449 39px);
    &:before {
        content: '';
        position: absolute;
        top: -16px;
        left: 113px;
        width: 32px;
        height: 22px;
        background: url(../images/svg/arrow-hover-menu.svg) no-repeat center / contain;
    }
    &:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        background: url('../images/svg/angle-submenu.svg') no-repeat center / contain;
    }
    .bloc-liens {
        column-count: 2;
        a {
            position: relative;
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
            color: #fff;
            text-decoration: none;
            padding: 0 0 3px 0;
            margin-bottom: 20px;
            .line {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 30px;
                height: 4px;
                opacity: 0;
                transition: all 250ms ease-in-out;
            }
            &:hover {
                .line {
                    opacity: 1;
                }
            }
        }
    }
    .bloc-images {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 216px;
        img {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 216px;
            transition: all 250ms ease-in-out;
            &:not(.img-defaut) {
                opacity: 0;
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
.region-page-title {
    padding: 135px 0 70px;
    background: #294449 url('../images/svg/bg-page-title.svg') no-repeat top left / auto 100%;
    .block-page-title-block {
        width: calc(100% - 60px);
        max-width: 1640px;
        margin: 0 auto;
        h1 {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            .large {
                font-size: 86px;
                color: #C06480;
                line-height: 65px;
                font-family: 'cheddar', sans-serif;
            }
            .small {
                position: relative;
                font-size: 36px;
                line-height: 48px;
                color: #fff;
                font-weight: 900;
            }
        }
        .line {
            display: inline-block;
            width: 95px;
            height: 8px;
        }
        .localisation {
            font-size: 22px;
            font-weight: 300;
            color: #fff;
            margin-top: 10px;
        }
    }
}

.page-node-type-realisation {
    .block-page-title-block {
        padding-right: 600px;
    }
}

.page-node-type-realisation .region-page-title .block-page-title-block,
.path-node-34 .region-page-title .block-page-title-block {
    max-width: 1364px;
}

/*///////////////////////////////////////*/
/* ///// PAGE A PROPOS //////////////// */
/*/////////////////////////////////////*/
.intro-a-propos {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: -120px;
    .texte {
        padding-top: 230px;
        max-width: 895px;
        padding-bottom: 80px;
        h2 {
            font-size: 28px;
            line-height: 37px;
            font-weight: 900;
            margin-bottom: 30px;
        }
    }
    .visuel {
        display: flex;
        align-items: flex-end;
        max-width: 510px;
    }
}

.bloc-showroom {
    padding: 100px 0 120px;
    background: #294449;
    h2 {
        font-size: 28px;
        line-height: 34px;
        color: #fff;
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
    }
    .intro-showroom {
        max-width: 540px;
        margin: 20px auto 70px;
        p {
            line-height: 28px;
            color: #fff;
            margin-bottom: 0;
            text-align: center;
        }
    }
    #slider-showroom {
        position: relative;
        .swiper-slide {
            width: auto;
            display: flex;
            img {
                height: 465px;
                width: auto;
            }
        }
        .swiper-button-prev {
            width: 60px;
            height: 55px;
            left: 0;
            margin-top: -25px;
            border-radius: 0 30px 30px 0;
            background: #294449 url(../images/svg/angle-left-white.svg) no-repeat center;
        }

        .swiper-button-next {
            width: 60px;
            height: 55px;
            right: 0;
            margin-top: -25px;
            border-radius: 30px 0 0 30px;
            background: #294449 url(../images/svg/angle-right-white.svg) no-repeat center;
        }
    }
}

.bloc-decotherapie {
    padding: 110px 0;
    margin-top: 100px;
    background: #EEBD68 url('../images/svg/bg-decotherapie.svg') no-repeat left center / auto 100%;
    h2 {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px;
        .large {
            font-size: 96px;
            color: #294449;
            font-family: 'cheddar';
        }
        .small {
            font-size: 42px;
            font-weight: 900;
            color: #294449;
        }
    }
    .liste-etapes {
        display: flex;
        flex-wrap: wrap;
        .bloc-etape {
            display: flex;
            width: 25%;
            box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
            img {
                width: 100%;
            }
            &:nth-child(1) {
                transform: rotate(-2deg);
            }
            &:nth-child(2) {
                transform: rotate(2deg) translateY(5px);
            }
            &:nth-child(3) {
                transform: rotate(-4deg) translateY(15px);
            }
            &:nth-child(4) {
                transform: rotate(3deg);
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
.block-system-breadcrumb-block {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto 50px;
}

.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: 'cheddar', sans-serif;
}

#block-404 .sous-titre {
    color: #333;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 700;
    font-family: 'cheddar', sans-serif;
}

/*///////////////////////////////////////*/
/* /// ACCUEIL MISE EN AVANT ////////// */
/*/////////////////////////////////////*/
.accueil-mise-en-avant {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 30px;
    position: relative;
    min-height: 700px;
    background: url('../images/svg/bg-motifs-colores.svg');
    .inner {
        display: flex;
        align-items: center;
        gap: 70px;
        justify-content: space-between;
        width: 100%;
        max-width: 1120px;
        border-radius: 20px;
        margin-top: 50px;
        background: #fff;
        padding: 32px 70px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        .content {
            width: 100%;
            max-width: 575px;
            h1 {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                .first {
                    font-size: 72px;
                    font-weight: 900;
                    color: #C06480;
                }
                .second {
                    font-size: 84px;
                    color: #161615;
                }
            }
            .domaines {
                display: flex;
                justify-content: space-between;
                padding: 0 2px;
                margin-top: 20px;
                span {
                    position: relative;
                    font-size: 20px;
                    font-weight: 700;
                    color: #313238;
                    text-transform: uppercase;
                    &:not(:last-of-type):after {
                        content: '';
                        position: absolute;
                        width: 1px;
                        height: 23px;
                        background: #C06480;
                        right: -26px;
                        top: -2px;
                    }
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL PRESTATIONS ////////// */
/*/////////////////////////////////////*/
.accueil-prestations {
    position: relative;
    background: #294449;
    padding: 100px 0;
    h2 {
        color: #fff;
        font-size: 46px;
        font-weight: 900;
        margin-bottom: 30px;
    }
    .visuel-chien {
        position: absolute;
        bottom: -5px;
        right: -90px;
        max-width: 27%;
    }
    .container-prestations {
        overflow: hidden;
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 1110px;
        background: #294449;
        .liste-images {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                object-fit: cover;
                object-position: left center;
                transition: all 300ms ease-in-out;
                &.active {
                    opacity: 1;
                    transform: scale(1.05);
                }
            }
        }
        .liste-prestations {
            position: relative;
            z-index: 5;
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            .lien-prestation {
                position: relative;
                width: calc(33.333% - 20px);
                height: 215px;
                outline: solid 1px #fff;
                outline-offset: -1px;
                text-decoration: none;
                &.active {
                    outline: none;
                    &:not(.hover) {
                        h3 {
                            display: none;
                        }
                    }
                }
                .overlay {
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    opacity: 0;
                    transition: all 300ms ease-in-out;
                }
                h3 {
                    position: absolute;
                    z-index: 2;
                    left: 22px;
                    bottom: 28px;
                    font-size: 28px;
                    font-weight: 700;
                    color: #fff;
                    transition: all 300ms ease-in-out;
                    &:after {
                        content: '';
                        position: absolute;
                        right: -34px;
                        top: 10px;
                        width: 24px;
                        height: 12px;
                        opacity: 0;
                        transition: all 300ms ease-in-out;
                        background: url(../images/svg/arrow-right-white.svg) no-repeat center / contain;
                    }
                }
                &:hover {
                    .overlay {
                        opacity: .8;
                    }
                    h3 {
                        left: 32px;
                        &:after {
                            opacity: 1;
                        }
                    }
                }
                &:nth-child(1), &:nth-child(2), &:nth-child(4), &:nth-child(5) {
                    &:after {
                        content: '';
                        position: absolute;
                        right: -30px;
                        top: 0;
                        bottom: 0;
                        width: 30px;
                        background: #294449;
                    }
                }
                &:nth-child(1), &:nth-child(2), &:nth-child(3) {
                    &:before {
                        content: '';
                        position: absolute;
                        right: 0;
                        left: 0;
                        bottom: -30px;
                        height: 30px;
                        background: #294449;
                    }
                }
                &:nth-child(2) {
                    &:before {
                        right: -30px;
                        left: -30px;
                    }
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// PAGE REALISATION ///////////// */
/*/////////////////////////////////////*/
.node--type-realisation {
    padding-bottom: 100px;
    .entete-realisation {
        position: relative;
        z-index: 5;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 50px;
        .contenu {
            width: 100%;
            max-width: 638px;
            padding-top: 40px;
            .titre-domaines {
                font-weight: 900;
                margin-bottom: 15px;
            }
            .liens {
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
                margin-bottom: 40px;
                a {
                    color: #fff;
                    height: 33px;
                    line-height: 35px;
                    padding: 0 20px;
                    font-weight: 900;
                    color: #fff;
                    border-radius: 20px;
                    text-decoration: none;
                    text-transform: uppercase;
                    &:hover {
                        background: #294449;
                    }
                }
            }
        }
        .image {
            width: 100%;
            max-width: 674px;
            margin-top: -130px;
            position: relative;
            display: flex;
            img {
                width: 100%;
            }
            &:after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                width: 75px;
                height: 75px;
                background: url('../images/svg/angle-rose.svg') no-repeat top right;
            }
        }
    }
    .container-galerie-realisation {
        margin-top: 75px;
        h2 {
            font-size: 28px;
            line-height: 37px;
            font-weight: 900;
            margin-bottom: 30px;
        }
    }
    .galerie-realisation .grid__item,
    .galerie-realisation .grid__col-sizer {
        width: calc(33.33333% - 13px);
    }

    .galerie-realisation .grid__gutter-sizer {
        width: 13px;
    }

    .galerie-realisation .grid__item {
        margin-bottom: 13px;
        img {
            width: 100%;
        }
    }
}

/*///////////////////////////////////////*/
/* /// ACCUEIL EQUIPE EXPERTS ///////// */
/*/////////////////////////////////////*/
.accueil-equipe-experts {
    padding-top: 95px;
    .visuel-desktop {
        max-width: 67%;
    }
    .bloc-texte {
        margin-top: -340px;
        display: flex;
        justify-content: flex-end;
        .content {
            width: 60%;
            max-width: 815px;
            h2 {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                line-height: 44px;
                margin-bottom: 20px;
                .large {
                    font-size: 56px;
                    font-weight: 900;
                    color: #C06480;
                }
                .small {
                    font-size: 42px;
                    font-weight: 900;
                    color: #313238;
                }
            }
            p {
                font-weight: 300;
                font-size: 18px;
                line-height: 28px;
                &.large {
                    font-size: 20px;
                }
            }
            ul {
                column-count: 2;
                li {
                    font-size: 18px;
                    margin-bottom: 10px;
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// BLOC REASSURANCE ///////////// */
/*/////////////////////////////////////*/
.titre-reassurance h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
    margin-top: 100px;
}
.bloc-reassurance {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding: 120px 0;
    .item-reassurance {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        .picto {
            height: 95px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .texte {
            font-size: 24px;
            line-height: 32px;
            font-weight: 700;
            span {
                color: #C06480;
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL PRESENTATION ///////// */
/*/////////////////////////////////////*/
.accueil-presentation {
    position: relative;
    background: #294449;
    padding: 150px 0 180px;
    .visuel {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        max-width: 1020px;
        img {
            width: 100%;
            object-fit: cover;
        }
        &:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 50%;
            background: linear-gradient(to right, #294449, transparent);
        }
    }
    .container-text {
        width: 50%;
        h2 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 40px;
            .large {
                font-size: 96px;
                line-height: 75px;
                color: #EEBD68;
                font-family: 'cheddar';
            }
            .small {
                font-size: 42px;
                font-weight: 900;
                color: #fff;
            }
        }
        p, li {
            color: #fff;
            font-size: 18px;
            line-height: 30px;
        }
        .btns {
            margin-top: 35px;
            display: flex;
            flex-wrap: wrap;
            gap: 15px 40px;
        }
    }
}

/*///////////////////////////////////////*/
/* ///// PARTENAIRES ACCUEIL ////////// */
/*/////////////////////////////////////*/
.view-id-partenaires.view-display-id-accueil {
    padding-top: 115px;
    .h2 {
        font-size: 36px;
        line-height: 42px;
        font-weight: 900;
        margin-bottom: 50px;
        padding-bottom: 28px;
        position: relative;
        &:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 122px;
            height: 12px;
            background: #EEBD68;
        }
    }
}

#slider-partenaires {
    width: 100%;
    .swiper-slide {
        min-height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*///////////////////////////////////////*/
/* ///// ACCUEIL REALISATIONS ///////// */
/*/////////////////////////////////////*/
.accueil-realisations {
    position: relative;
    margin-top: 150px;
    background: #B87737;
    padding: 80px 0;
    .visuel {
        position: absolute;
        left: -175px;
        bottom: -4px;
        max-width: 750px;
    }
    .container-large {
        padding-left: 350px;
        .entete {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 50px;
            margin-bottom: 40px;
            h2 {
                position: relative;
                z-index: 1;
                font-size: 42px;
                font-weight: 900;
                color: #fff;
            }
            .default-btn:hover {
                color: #B87737;
                svg line {
                    stroke: #B87737;
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// PAGE PARTENAIRES ///////////// */
/*/////////////////////////////////////*/
.bloc-page-partenaires {
    padding: 100px 0;
    .categorie {
        padding-bottom: 80px;
        border-bottom: solid 1px rgba(162, 164, 175, .5);
        &:not(:last-of-type) {
            margin-bottom: 100px;
        }
        h2 {
            font-size: 62px;
            font-family: 'cheddar';
        }
        .texte {
            font-weight: 300;
            line-height: 28px;
        }
        .liste-partenaires {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 80px 28px;
            margin-top: 30px;
            .partenaire {
                width: calc(25% - 21px);
                display: flex;
                justify-content: center;
            }
        }
    }
}

/*///////////////////////////////////////*/
/* ///// PAGE  REALISATIONS /////////// */
/*/////////////////////////////////////*/
#block-liste-realisations {
    margin-bottom: 100px;
}

/*///////////////////////////////////////*/
/* ///// LISTE REALISATIONS /////////// */
/*/////////////////////////////////////*/
.liste-realisations {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    .bloc-realisation {
        display: flex;
        position: relative;
        color: #fff;
        width: calc(50% - 17px);
        height: 520px;
        text-decoration: none;
        overflow: hidden;
        > img {
            object-fit: cover;
            transition: all 250ms ease-in-out;
        }
        .overlay {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-end;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 70%;
            padding: 30px 50px;
            background: linear-gradient(to top, rgba(41, 68, 73, .8), transparent);
            .titre {
                position: relative;
                font-size: 28px;
                line-height: 37px;
                font-weight: 700;
                padding-bottom: 10px;
                &:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    height: 6px;
                    width: 94px;
                    background: #EEBD68;
                    transition: all 250ms ease-in-out;
                }
            }
            .localisation {
                font-size: 22px;
                line-height: 28px;
                min-height: 28px;
                font-weight: 300;
            }
        }
        &:hover {
            > img {
                transform: scale(1.1);
            }
            .overlay {
                .titre {
                    &:after {
                        width: 150px;
                    }
                }
            }
        }
    }
}

/*///////////////////////////////////////*/
/* // ACCUEIL PRESENTATION DECORATION / */
/*/////////////////////////////////////*/
.accueil-presentation-decoration {
    position: relative;
    background: #294449;
    padding: 150px 0 180px;
    .visuel {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30%;
        max-width: 550px;
        img {
            width: 100%;
            object-fit: cover;
        }
    }
    .container-text {
        width: calc(100% - 450px);
        max-width: 1100px;
        h2 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 40px;
            .large {
                font-size: 96px;
                line-height: 75px;
                color: #C06480;
                font-family: 'cheddar';
            }
            .small {
                font-size: 42px;
                font-weight: 900;
                color: #fff;
            }
        }
        p, li {
            color: #fff;
            font-size: 18px;
            line-height: 30px;
        }
        .btns {
            margin-top: 35px;
            display: flex;
            flex-wrap: wrap;
            gap: 15px 40px;
        }
    }
}

/*///////////////////////////////////////*/
/* ///// SWIPER AVIS ////////////////// */
/*/////////////////////////////////////*/
#block-accueil-avis-google {
    padding-top: 100px;
    padding-bottom: 110px;
    .entete-avis {

        h2 {
            position: relative;
            font-size: 36px;
            line-height: 48px;
            font-weight: 900;
            padding-bottom: 23px;
            &:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                height: 11px;
                width: 122px;
                background: #C06480;
            }
        }
        .intro-avis {
            line-height: 24px;
            margin-top: 30px;
            margin-bottom: 40px;
            a {
                color: #0E334A;
            }
        }
    }
}

.block-swiper-avis {
    position: relative;
}

.block-swiper-avis .titre-eclairs {
    margin-bottom: 30px;
}

.block-swiper-avis .intro-avis p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.block-swiper-avis .intro-avis a {
    color: #E94E1B;
}

.block-swiper-avis .container-slider {
    padding: 0 80px;
    position: relative;
    margin-bottom: 50px;
}

.block-swiper-avis .swiper-slide {
    display: flex;
    justify-content: center;
    max-width: 390px;
    padding: 10px 0;
}

.block-swiper-avis .swiper-slide .miniature-avis {
    height: 255px;
}

.block-swiper-avis .swiper-slide .miniature-avis .texte {
    max-height: 104px;
    overflow: auto;
    padding-right: 10px;
}

.block-swiper-avis .swiper-slide .miniature-avis .texte::-webkit-scrollbar-track {
    padding: 2px;
}

.block-swiper-avis .swiper-slide .miniature-avis .texte::-webkit-scrollbar {
    width: 12px;
    background: #f2f2f2;
    cursor: pointer;
    border-radius: 15px;
}

/* Handle */
.miniature-avis .texte::-webkit-scrollbar-thumb {
    background: #AFB4A9;
    border-radius: 15px;
    border: solid 3px #f2f2f2;
    min-height: 30px;
}

/*///////////////////////////////////////*/
/* ////// MINIATURE AVIS ////////////// */
/*/////////////////////////////////////*/
.miniature-avis {
    width: calc(100% - 20px);
    background: #fff;
    box-sizing: border-box;
    padding: 25px 30px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.miniature-avis .initiales-nom {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.miniature-avis .initiales-nom .initiales {
    width: 100%;
    max-width: 46px;
    height: 46px;
    margin-right: 15px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
}

.miniature-avis .initiales-nom .nom {
    font-weight: 700;
    color: #2E2E2E;
    line-height: 18px;
    text-transform: uppercase;
}

.miniature-avis .note-date {
    display: flex;
    align-items: center;
}

.miniature-avis .note-date .note {
    margin-right: 10px;
}

.miniature-avis .note-date .date {
    font-size: 14px;
    color: #2E2E2E;
}

.miniature-avis .texte {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #2E2E2E;
}

.miniature-avis .texte p {
    font-size: 16px;
    line-height: 26px;
    color: #2E2E2E;
}

#slider-avis {
    position: relative;
}

.block-swiper-avis #slider-avis .swiper-button-prev {
    width: 60px;
    height: 55px;
    left: 0;
    margin-top: -25px;
    border-radius: 0 30px 30px 0;
    background: #294449 url(../images/svg/angle-left-white.svg) no-repeat center;
}

.block-swiper-avis #slider-avis .swiper-button-next {
    width: 60px;
    height: 55px;
    right: 0;
    margin-top: -25px;
    border-radius: 30px 0 0 30px;
    background: #294449 url(../images/svg/angle-right-white.svg) no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// CONTACT FORM ///////////////// */
/*/////////////////////////////////////*/

.contact-form {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 40px auto 0;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form form .field--type-list-string,
.contact-form form .field--type-string,
.contact-form form .field--type-email {
    width: 32%;
}

.contact-form form .field--type-list-string .form-radios {
    display: flex;
    flex-wrap: wrap;
}

.contact-form form .field--type-list-string .form-radios .form-type-radio:not(:last-of-type) {
    margin-right: 40px;
}

.contact-form form .form-item {
    margin-bottom: 0;
}

.contact-form form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
}

.contact-form form .field--type-string-long {
    width: 100%;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form select {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form textarea {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.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: #fff;
    font-size: 11px;
    color: #0E334A;
    border: 1px solid #0E334A;
    cursor: pointer;
    margin-left: -2px;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    color: #0E334A;
    content: "\f111";
}

input[type=checkbox]:checked:before {
    content: "";
    background: #0E334A;
    outline: solid 3px #fff;
    outline-offset: -6px;
}

/*///////////////////////////////////////*/
/* ///// LISTE ACTUALITES ///////////// */
/*/////////////////////////////////////*/
.view-actualites {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 120px auto;
}

.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.view-actualites .view-content .views-row {
    width: 100%;
    max-width: 352px;
    margin: 15px 5px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.view-actualites .view-content .views-row:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
}

.view-actualites .view-content .views-row .image {
    height: 178px;
}

.view-actualites .view-content .views-row .contenu {
    padding: 0 25px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-actualites .view-content .views-row .contenu .date {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 25px;
    background: #242424;
    letter-spacing: 1px;
    font-family: 'cheddar', sans-serif;
}

.view-actualites .view-content .views-row .contenu .titre {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: 'cheddar', sans-serif;
}

.view-actualites .view-content .views-row .contenu .resume {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
}

.view-actualites .view-content .views-row .contenu .lire-la-suite {
    font-size: 16px;
    color: #F39517;
    margin-top: 20px;
    text-decoration: underline;
}

.view-actualites.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'cheddar', sans-serif;
}

.view-actualites.view-display-id-accueil .flex-center {
    margin-top: 70px;
}

/*///////////////////////////////////////*/
/* ///// PAGE ACTUALITE /////////////// */
/*/////////////////////////////////////*/

.node--type-actualite {
    width: 90%;
    max-width: 1088px;
    margin: 0 auto;
    padding-top: 25px;
}

.node--type-actualite .date {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 35px;
    background: #242424;
    letter-spacing: 1px;
    font-family: 'cheddar', sans-serif;
}

.node--type-actualite h1 {
    font-size: 29px;
    line-height: 36px;
    font-weight: 700;
    color: #242424;
    text-align: center;
    font-family: 'cheddar', sans-serif;
}

.node--type-actualite .breadcrumb ol {
    text-align: center;
    margin-top: 10px;
}

.node--type-actualite .texte {
    margin-bottom: 40px;
}

/*///////////////////////////////////////*/
/* ///// NODE PRESTATION ////////////// */
/*/////////////////////////////////////*/
.node--type-prestation {
    .entete-prestation {
        display: flex;
        justify-content: space-between;
        margin-top: -45px;
        position: relative;
        z-index: 10;
        gap: 60px;
        .bloc-intro {
            width: 100%;
            max-width: 895px;
            padding-top: 130px;
            h2,
            h3,
            h4 {
                font-size: 28px;
                line-height: 36px;
                font-weight: 900;
                color: #313238;
                margin-bottom: 20px;
            }
            h3 {
                font-size: 22px;
                line-height: 28px;
            }
            h4 {
                font-size: 20px;
                line-height: 28px;
            }
            a {
                font-weight: 700;
                color: #313238;
            }
        }
        .bloc-image {
            width: 100%;
            max-width: 630px;
            box-sizing: border-box;
            padding: 20px 20px 0;
            background: #fff;
            transform: rotate(4deg);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
            img {
                width: 100%;
            }
            .bloc-bottom {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 20px;
                padding: 30px 0;
                .accroche {
                    width: 100%;
                    line-height: 20px;
                    font-weight: 300;
                }
                .default-btn {
                    width: 100%;
                    max-width: 228px;
                }
            }
        }
    }
    .cta-prestation {
        position: relative;
        width: 100%;
        margin-bottom: 120px;
        padding: 115px 0;
        overflow: hidden;
        background: #EEBD68 url('../images/svg/bg-bloc-cta.svg') no-repeat center left / auto 100%;
        &:after {
            content: '';
            width: 400px;
            height: 492px;
            position: absolute;
            right: 80px;
            bottom: -3px;
            background: url('../images/interface/chien-bloc-cta.png') no-repeat right bottom / contain;
        }
        .container-cta {
            width: calc(100% - 60px);
            max-width: 815px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            flex-direction: column;
            text-align: center;
            gap: 30px;
            .texte {
                font-size: 28px;
                line-height: 37px;
                font-weight: 900;
                color: #294449;
            }
        }
    }
    .prestations-associees {
        h2 {
            font-size: 36px;
            line-height: 48px;
            font-weight: 900;
        }
        .line {
            width: 122px;
            height: 11px;
            margin: 15px 0 40px;
        }
        .sous-titre {
            line-height: 28px;
            font-weight: 300;
            margin-bottom: 40px;
        }
        .liste-prestations-associees {
            position: relative;
            z-index: 15;
            margin-bottom: -50px;
            display: flex;
            gap: 16px;
            .presta-associee {
                position: relative;
                display: flex;
                overflow: hidden;
                background: #294449;
                transition: all 250ms ease-in-out;
                > img {
                    opacity: .25;
                    transition: all 250ms ease-in-out;
                }
                .overlay {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    padding: 18px 35px;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    .titre {
                        font-size: 28px;
                        font-weight: 900;
                        color: #fff;
                    }
                    .ville {
                        font-size: 86px;
                        line-height: 80px;
                        color: #EEBD68;
                        font-family: 'cheddar';
                        text-transform: capitalize;
                    }
                }
                &:hover {
                    outline: solid 5px #EEBD68;
                    outline-offset: -5px;
                    > img {
                        transform: scale(1.1);
                        oapcity: .4;
                    }
                }
            }
        }
    }
}

.page-node-type-prestation #blockMap {
    min-height: 750px;
}

/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/

.node--type-contenu {

}

/*///////////////////////////////////////*/
/* ///// MAP FOOTER /////////////////// */
/*/////////////////////////////////////*/
#blockMap {
    z-index: 10;
    min-height: 630px;
    .leaflet-popup-content-wrapper {
        border-radius: 8px;
        box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
    }
}

.info-bulle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    .adresse, .btn-itineraire {
        font-size: 16px;
        line-height: 23px;
        color: #2E2E2E;
    }
    .default-btn {
        display: flex;
        min-width: max-content;
        min-width: 260px;
        &.btn-phone {
            margin: 10px 0;
        }
    }
}

/*///////////////////////////////////////*/
/* ///// BLOC FILIALES //////////////// */
/*/////////////////////////////////////*/
.bloc-filiales {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    gap: 130px;
    .bloc-groupe {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        max-width: 548px;
        border-radius: 5px;
        background: #DA967A;
        color: #fff;
        padding: 37px 30px;
        .logo {
            width: 100%;
            max-width: 61px;
        }
        .texte {
            width: 100%;
            .ligne-1 {
                font-size: 20px;
                font-weight: 700;
                line-height: 30px;
                span {
                    font-size: 26px;
                }
            }
            .ligne-2 {
                font-size: 20px;
                line-height: 24px;
            }
        }
    }
    .bloc-logos {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        img {
            max-width: 170px;
            max-height: 125px;
        }
    }
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/

footer {
    overflow: hidden;
    clear: both;
    color: #fff;
    background: #294449;
}

.footer-contenu {
    position: relative;
    padding: 75px 0 50px;
    .motif {
        width: 600px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -450px;
        img {
            width: 100%;
        }
    }
    .container-large {
        position: relative;
        display: flex;
        align-items: center;
        gap: 135px;
        .logo {
            position: relative;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            max-width: 276px;
            height: 234px;
            padding: 15px;
            border-radius: 10px;
            background: #fff;
            img {
                max-width: 202px;
            }
        }
        a {
            color: #fff;
            text-decoration: none;
        }
        .content {
            width: 100%;
            .titre-menu {
                font-size: 18px;
                font-weight: 900;
                text-transform: uppercase;
                border-bottom: solid 1px #fff;
                padding-bottom: 5px;
            }
            .liste-prestations {
                display: flex;
                justify-content: space-between;
                gap: 20px;
                margin: 15px 0 25px;
                a {
                    font-weight: 300;
                    text-transform: uppercase;
                }
            }
            .menu-autres-pages {
                display: flex;
                justify-content: space-between;
                a {
                    font-size: 18px;
                    font-weight: 900;
                    text-transform: uppercase;
                }
            }
            .menu-contacts {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 50px;
                margin-top: 75px;
                padding: 20px 0;
                border-top: solid 1px #fff;
                border-bottom: solid 1px #fff;
                .texte {
                    font-size: 18px;
                    line-height: 24px;
                    font-weight: 300;
                    .large {
                        font-weight: 700;
                        text-transform: uppercase;
                    }
                    a {
                        text-decoration: underline;
                    }
                }
                .btns {
                    display: flex;
                    gap: 15px;
                }
            }
        }
    }
}

/*Copyright*/
footer .gl-copy {
    padding: 20px 0;
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy a {
    color: #fff;
    text-decoration: none;
}

/*///////////////////////////////////////*/
/* ///// 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(25% - 24px);
}

.galerie-paragraphe .grid__gutter-sizer {
    width: 24px;
}

.galerie-paragraphe .grid__item {
    margin-bottom: 24px;
}

/*///////////////////////////////////////*/
/* //////////// WEBFORMS ////////////// */
/*/////////////////////////////////////*/
#block-jean-beguin-theme-webform {
    .entete-contact {
        margin-top: 100px;
        display: flex;
        gap: 70px;
        .contenu {
            width: 100%;
            max-width: 536px;
            .texte {
                p {

                }
            }
            .contacts {
                margin: 50px 0 60px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 25px;
                .agence {
                    .adresse {
                        line-height: 23px;
                    }
                    .itineraire {
                        line-height: 26px;
                        color: #0E334A;
                    }
                }
                .btns {
                    display: flex;
                    flex-direction: column;
                    gap: 16px;
                    width: 100%;
                    max-width: 260px;
                    .default-btn {
                        width: 100%;
                    }
                }
            }
            .horaires {
                line-height: 30px;
                font-weight: 700;
            }
        }
        #blockMap {
            width: 100%;
            max-width: 755px;
            min-height: 540px;
        }
    }

    h2#formulaire {
        padding-top: 80px;
        font-size: 28px;
        line-height: 34px;
        font-weight: 700;
        text-transform: uppercase;
    }
}


.webform-submission-form {
    position: relative;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.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,
.webform-submission-form .form-type-date {
    width: calc(33.33333% - 40px);
    margin-bottom: 30px;
}

.webform-submission-form .form-type-textfield.form-item-objet {
    width: calc(68% - 39px);
}

.webform-submission-form .form-type-textfield.form-item-object-contact {
    width: 100%;
}

.webform-submission-form .form-type-textarea {
    width: 100%;
}

.webform-submission-form .form-textarea-wrapper {
    width: 100%;
}

.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: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.webform-submission-form .form-type-checkbox {
    margin-top: 20px;
}

.webform-submission-form .form-type-checkbox label {
    padding-left: 35px;
    margin-top: -15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
}

.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 input[type="date"],
.webform-submission-form select {
    height: 50px;
    line-height: 50px;
    border: solid 1px #C8C8C8;
    padding: 0 30px;
    width: 100%;
}

.webform-submission-form textarea {
    border: solid 1px #C8C8C8;
    padding: 25px 30px;
}

.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: 1640px;
    margin: 50px auto;
    clear: both;
    &:last-of-type {
        margin-bottom: 100px;
    }
}
.path-node-34 .paragraphes .para-item {
    max-width: 1364px;
}
.paragraphes .para-item.para-item-logos-partenaires {
    width: 100%;
    max-width: none;
    background: #294449;
    text-align: center;
    color: #fff;
    padding: 100px 0;
    h2 {
        color: #fff;
        text-transform: uppercase;
    }
    .phrase-intro{
        max-width: 540px;
        margin: 0 auto;
        line-height: 28px;
    }
    #slider-partenaires {
        margin-top: 50px;
    }
}
/*Swiper paragraphes*/
.paragraphes .swiper-paragraphe {
    width: 100%;
    margin: 25px auto;
    position: relative;
}
.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: 40px 0;
}
.paragraphes .para-item.full-width .container-para {
    width: calc(100% - 60px);
    max-width: 1640px;
    margin: 0 auto;
}
.paragraphes .para-item.full-width.pos-photo-3 .container-para,
.paragraphes .para-item.full-width.pos-photo-4 .container-para {
    width: 100%;
    max-width: none;
}
.paragraphes .para-item.full-width.pos-photo-3 .para-photo img,
.paragraphes .para-item.full-width.pos-photo-4 .para-photo img {
    width: 100%;
}
.path-node-34 .paragraphes .para-item.full-width .container-para {
    max-width: 1364px;
}
.paragraphes h2,
.paragraphes h3,
.paragraphes h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 900;
    color: #313238;
    margin-bottom: 20px;
}
.paragraphes h3 {
    font-size: 22px;
    line-height: 28px;
}
.paragraphes h4 {
    font-size: 20px;
    line-height: 28px;
}
.paragraphes p,
.paragraphes li,
.intro p{
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
}
.paragraphes p a,
.paragraphes li a {
    color: #313238;
}
.paragraphes p {
    margin-bottom: 15px;
}
.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}
/*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-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: 20px;
    margin-bottom: 30px;
    column-count: 2;
}
.layout-content ul li {
    font-size: 16px;
    line-height: 28px;
    list-style-type: none;
    position: relative;
    padding-left: 27px;
    font-weight: 300;
}
.layout-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 13px;
    border-radius: 50%;
    background: url('../images/svg/check-pink-li.svg') no-repeat center / contain;
}

/*Début accordéon*/
.para-item-accordeon .elements {
    overflow: hidden;
}
.para-item-accordeon .element {
    border-bottom: solid 1px #000;
}
.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;
}