﻿
@font-face {
    font-family: 'fontello';
    src: url('/fonts/fontello/font/fontello.eot?90670880');
    src: url('/fonts/fontello/font/fontello.eot?90670880#iefix') format('embedded-opentype')
    , url('/fonts/fontello/font/fontello.woff2?90670880') format('woff2')
    , url('/fonts/fontello/font/fontello.woff?90670880') format('woff')
    , url('/fonts/fontello/font/fontello.ttf?90670880') format('truetype')
    , url('/fonts/fontello/font/fontello.svg?90670880#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.services-centre {
    width: 450px;
    height: 450px;
    position: relative;
    margin: auto
}

    .services-centre:before {
        content: '\e816';
        display: block;
        color: #000;
        font-size: 2em;
        font-family: fontello;
        font-weight: 900;
        position: absolute;
        left: -30px;
        top: 30px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .services-centre:after {
        content: '\e816';
        display: block;
        color: #000;
        font-size: 2em;
        font-family: "fontello";
        font-weight: 900;
        position: absolute;
        right: -30px;
        top: 30px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

    .services-centre > .wp-block-group__inner-container {
        width: 100%;
        height: 100%
    }

        .services-centre > .wp-block-group__inner-container:before {
            content: '\e816';
            display: block;
            color: #000;
            font-size: 2em;
            font-family: "fontello";
            font-weight: 900;
            position: absolute;
            left: -30px;
            bottom: 30px;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg)
        }

        .services-centre > .wp-block-group__inner-container:after {
            content: '\e816';
            display: block;
            color: #000;
            font-size: 2em;
            font-family: "fontello";
            font-weight: 900;
            position: absolute;
            right: -30px;
            bottom: 30px;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg)
        }
/*******/
.single-post .ctn-title-page {
    margin-top: 30px
}

    .single-post .ctn-title-page h1 {
        font-weight: 900;
        text-transform: uppercase;
        color: #032e73
    }

.wrap_all_actus {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

    .wrap_all_actus li {
        width: 32%;
        position: relative;
        margin: 30px auto
    }

        .wrap_all_actus li > a {
            text-transform: uppercase;
            font-weight: 900;
            color: #032e73;
            background: #fff;
            font-size: 1em;
            line-height: 1.3em;
            margin-bottom: 10px;
            display: block;
            margin-top: 10px;
            padding: 5px 10px;
            transition: all ease-in-out .3s;
            -webkit-transition: all ease-in-out .3s;
            -moz-transition: all ease-in-out .3s;
            -o-transition: all ease-in-out .3s
        }

            .wrap_all_actus li > a:hover {
                background: #032e73;
                color: #fff
            }

            .wrap_all_actus li > a:after {
                content: '\f138';
                display: inline-block;
                margin-left: 5px;
                font-size: 1em;
                line-height: 1.3em;
                font-family: "fontello";
                transition: all ease-in-out .3s;
                -webkit-transition: all ease-in-out .3s;
                -moz-transition: all ease-in-out .3s;
                -o-transition: all ease-in-out .3s
            }

            .wrap_all_actus li > a:hover:after {
                margin-left: 15px
            }

.wp-block-latest-posts__post-excerpt {
    padding: 0 10px
}

.wp-block-latest-posts__post-date {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fed64c;
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 30px;
    z-index: 10;
    font-size: .8em
}

.wp-block-latest-posts__featured-image {
    position: relative
}

    .wp-block-latest-posts__featured-image a:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #032e73;
        opacity: 0;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s
    }

    .wp-block-latest-posts__featured-image a:hover:before {
        opacity: .5
    }

    .wp-block-latest-posts__featured-image a:after {
        content: '\f055';
        display: inline-block;
        text-align: center;
        font-weight: 900;
        color: #fff;
        position: absolute;
        font-size: 3em;
        left: 0;
        right: 0;
        margin: auto;
        font-family: "fontello";
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        opacity: 0;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s
    }

    .wp-block-latest-posts__featured-image a:hover:after {
        opacity: 1
    }

.titre_actus {
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 5px
}

h2.second_titre_actus {
    font-size: .9em !important;
    line-height: 1.3em;
    font-weight: 400;
    color: #fed64c !important;
    text-align: center;
    text-transform: none;
    letter-spacing: 0
}

.wrap_titre_actus {
    background: #032e73;
    padding: 50px 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

    .wrap_titre_actus:after {
        content: '\f0ab';
        font-size: 2em;
        line-height: 1.3em;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: -25px;
        color: #032e73;
        font-family: "fontello";
        font-weight: 900;
        background: #fff;
        width: 51px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%
    }

@keyframes slideInRight {
    0% {
        transform: translate3d(5%,0,0);
        visibility: visible
    }

    50% {
        transform: translate3d(0,0,0);
        visibility: visible
    }

    100% {
        transform: translate3d(5%,0,0)
    }
}

.slideInRight {
    animation-name: slideInRight;
    animation-delay: 1s;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    -webkit-animation-name: slideInRight;
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: 10s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-5%,0,0);
        visibility: visible
    }

    50% {
        transform: translate3d(0,0,0)
    }

    100% {
        transform: translate3d(-5%,0,0)
    }
}

.slideInLeft {
    animation-name: slideInLeft;
    animation-delay: 1s;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    -webkit-animation-name: slideInLeft;
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: 10s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite
}

@keyframes bounceInLeft {
    from,60%,75%,90%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-200px,0,0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        opacity: 1;
        transform: translate3d(-10px,0,0)
    }

    90% {
        opacity: 1;
        transform: translate3d(5px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.hidden {
    opacity: 0
}

.visible {
    opacity: 1
}

@keyframes slideInUp {
    from {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideInLeft2 {
    from {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInLeft2 {
    animation-name: slideInLeft2
}

@keyframes slideInRight2 {
    from {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translate3d(0,0,0)
    }
}

.slideInRight2 {
    animation-name: slideInRight2
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes FadeInUp {
    from {
        transform: translate3d(0,100%,0);
        visibility: visible;
        opacity: 0
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.FadeInUp {
    animation-name: FadeInUp
}

.ListNews {
    display: flex
}

.NewsBloc {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s
}

    .NewsBloc:nth-of-type(1) {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s
    }

    .NewsBloc:nth-of-type(2) {
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        -o-animation-delay: 1.5s;
        animation-delay: 1.5s
    }

    .NewsBloc:nth-of-type(3) {
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s
    }

    .NewsBloc:nth-of-type(4) {
        -webkit-animation-delay: 2.5s;
        -moz-animation-delay: 2.5s;
        -o-animation-delay: 2.5s;
        animation-delay: 2.5s
    }

.bg_logo_page {
    width: 100%;
    height: 150px;
    background: url(//polytronics.eu/wp-content/themes/polytronics/assets/css/../img/logo-polytronics.png) no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0 auto 30px auto
}

.top_pages_principales {
    margin: 50px auto 100px auto;
    position: relative
}

    .top_pages_principales:before {
        content: '';
        display: block;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background: #82c0e4;
        position: absolute;
        left: 0;
        top: -200px
    }

    .top_pages_principales:after {
        content: '';
        display: block;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: #fed64c;
        position: absolute;
        left: 130px;
        top: 50px
    }

.titre_pages_principales {
    position: relative;
    max-width: 700px;
    margin: auto
}

    .titre_pages_principales:before {
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #82c0e4;
        position: absolute;
        right: -40px;
        top: 0
    }

    .titre_pages_principales:after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fed64c;
        position: absolute;
        right: 0;
        top: 50px
    }

.filarianne {
    text-align: center
}

.breadcrumb {
    letter-spacing: 1px;
    font-size: .85em;
    text-transform: none;
    color: #000;
    font-family: 'Roboto',sans-serif
}

    .breadcrumb a {
        color: #a7d439
    }

.titre_pages_principales h1 {
    font-size: 2em;
    line-height: 1.5em;
    margin: auto;
    text-align: center;
    font-weight: 700;
    color: #000
}

.pages-principales h2:after {
    content: '';
    display: block;
    background: #82c0e4;
    margin: 20px 0 30px;
    height: 2px;
    width: 250px;
    max-width: 100%
}

.pages-principales h2 {
    color: #fed64c;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 900;
    line-height: 1.5em;
    letter-spacing: 2px
}

.pages-principales p {
    font-size: 1em;
    line-height: 1.8em
}

    .pages-principales p a {
        color: #82c0e4
    }

.contenu_pages_principales {
    padding-bottom: 80px
}

.pages-principales .wp-block-media-text {
    max-width: 1600px;
    margin: 140px auto;
    position: relative
}

    .pages-principales .wp-block-media-text:before {
        content: '';
        display: block;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: #82c0e4;
        position: absolute;
        right: -30px;
        top: -20px
    }

    .pages-principales .wp-block-media-text:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fed64c;
        position: absolute;
        right: -60px;
        top: -60px
    }

    .pages-principales .wp-block-media-text.has-media-on-the-right:before {
        content: '';
        display: block;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: #82c0e4;
        position: absolute;
        left: -30px;
        right: unset;
        bottom: 0;
        top: unset
    }

    .pages-principales .wp-block-media-text.has-media-on-the-right:after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fed64c;
        position: absolute;
        left: 30px;
        bottom: -30px;
        right: unset;
        top: unset
    }

    .pages-principales .wp-block-media-text figure {
        position: relative;
        z-index: 10
    }

        .pages-principales .wp-block-media-text figure:before {
            content: '';
            display: block;
            width: 500px;
            height: 500px;
            position: absolute;
            right: 0;
            left: -20px;
            margin: auto;
            top: 15px;
            z-index: 9;
            background: #fed64c;
            border-radius: 50%
        }

        .pages-principales .wp-block-media-text figure:after {
            content: '';
            display: block;
            width: 520px;
            height: 520px;
            position: absolute;
            left: 0;
            right: -20px;
            margin: auto;
            top: 55%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            z-index: 8;
            background: #032e73;
            border-radius: 50%
        }

    .pages-principales .wp-block-media-text.has-media-on-the-right figure:before {
        content: '';
        display: block;
        width: 500px;
        height: 500px;
        position: absolute;
        right: -40px;
        left: 0;
        margin: auto;
        top: 30px;
        z-index: 9;
        background: #fed64c;
        border-radius: 50%
    }

    .pages-principales .wp-block-media-text.has-media-on-the-right figure:after {
        content: '';
        display: block;
        width: 320px;
        height: 320px;
        position: absolute;
        right: 0;
        left: -10px;
        margin: auto;
        top: 55%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 8;
        background: #032e73;
        border-radius: 50%
    }

    .pages-principales .wp-block-media-text figure img {
        width: 500px;
        height: 500px;
        margin: auto;
        border-radius: 50%;
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        position: relative;
        z-index: 11
    }

.contenu_page {
    max-width: 1000px;
    padding: 0 10px;
    margin: auto
}

    .contenu_page h2 {
        margin-top: 40px
    }

.pages-principales .wp-block-quote {
    margin: 100px auto;
    padding: 80px 10px;
    background: #032e73
}

    .pages-principales .wp-block-quote p {
        font-size: 2em;
        line-height: 1.8em;
        font-style: italic;
        font-weight: 700;
        color: #fff;
        padding-left: 30px;
        border-left: 8px solid #a7d439;
        max-width: 1100px;
        margin: auto
    }

.contenu_pages_principales .wp-block-media-text:nth-of-type(2) {
    background: #f9f9f9
}

.colonne-projet {
    max-width: 1000px;
    margin: 0 auto 80px auto
}

    .colonne-projet > .wp-block-group__inner-container > p {
        color: #262325;
        font-size: 1.6em;
        font-weight: 900;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 30px
    }

    .colonne-projet > .wp-block-group__inner-container > .wp-block-columns {
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start
    }

        .colonne-projet > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
            position: relative;
            text-align: center;
            width: 49%
        }

            .colonne-projet > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure {
                height: auto !important
            }

                .colonne-projet > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure img {
                    display: block;
                    width: 150px;
                    height: auto !important;
                    margin: auto
                }

    .colonne-projet .wp-block-column h3 {
        font-size: 1.5em;
        font-weight: 400;
        margin-bottom: 20px;
        letter-spacing: 0px;
        color: #000;
        font-weight: 700;
        margin-top: 30px
    }

    .colonne-projet .wp-block-column .wp-block-buttons {
        justify-content: center;
        margin-top: 30px
    }

    .colonne-projet .wp-block-column p {
        font-size: 1em;
        color: #000;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 10px
    }

    .colonne-projet .wp-block-column .wp-block-button a {
        background: 0 0;
        color: #000;
        padding: 0;
        text-align: center;
        text-transform: none;
        border-radius: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #a7d439;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s
    }

        .colonne-projet .wp-block-column .wp-block-button a:after {
            content: '\f061';
            display: inline-block;
            font-size: 1em;
            line-height: 1.3em;
            color: #a7d439;
            margin-left: 7px;
            font-family: "fontello";
            font-weight: 900;
            position: relative;
            bottom: -1px;
            transition: all ease-in-out .3s;
            -webkit-transition: all ease-in-out .3s;
            -moz-transition: all ease-in-out .3s;
            -o-transition: all ease-in-out .3s
        }

        .colonne-projet .wp-block-column .wp-block-button a:hover {
            border-bottom: 1px solid #a7d439
        }

            .colonne-projet .wp-block-column .wp-block-button a:hover:after {
                margin-left: 12px
            }

.wrap_content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.bloc_schema h2 {
    text-align: center
}

.pages-principales .bloc_schema h2:after {
    margin: 20px auto 30px auto
}

.bloc_schema figure {
    max-width: 650px;
    margin: auto
}

.page-id-33 .contenu_pages_principales {
    padding-bottom: 0
}

.bloc_services h2 {
    text-align: center
}

    .bloc_services h2:after {
        margin-left: auto;
        margin-right: auto
    }

.bloc_services > .wp-block-group__inner-container > p {
    text-align: center;
    max-width: 1600px;
    margin: 0 auto 30px auto;
    color: #000;
    font-size: 1em;
    line-height: 1.5em
}

.services-centre {
    width: 450px;
    height: 450px;
    position: relative;
    margin: auto
}

    .services-centre:before {
        content: '\e816';
        display: block;
        color: #000;
        font-size: 2em;
        font-family: "fontello";
        font-weight: 900;
        position: absolute;
        left: -30px;
        top: 30px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .services-centre:after {
        content: '\e816';
        display: block;
        color: #000;
        font-size: 2em;
        font-family: "fontello";
        font-weight: 900;
        position: absolute;
        right: -30px;
        top: 30px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

    .services-centre > .wp-block-group__inner-container {
        width: 100%;
        height: 100%
    }

        .services-centre > .wp-block-group__inner-container:before {
            content: '\e816';
            display: block;
            color: #000;
            font-size: 2em;
            font-family: "fontello";
            font-weight: 900;
            position: absolute;
            left: -30px;
            bottom: 30px;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg)
        }

        .services-centre > .wp-block-group__inner-container:after {
            content: '\e816';
            display: block;
            color: #000;
            font-size: 2em;
            font-family: "fontello";
            font-weight: 900;
            position: absolute;
            right: -30px;
            bottom: 30px;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg)
        }

    .services-centre img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        border-radius: 50%
    }

    .services-centre p {
        font-size: 2em;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        text-align: center;
        color: #000;
        width: 300px;
        height: 300px;
        margin: auto;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        text-transform: uppercase
    }

.wrap_services_internes {
    width: 100%;
    padding: 180px 10px;
    background: #f5f5f5;
    position: relative
}

    .wrap_services_internes:before {
        content: '';
        display: block;
        width: 500px;
        height: 500px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        border-radius: 50%;
        z-index: 5;
        border: 2px solid #fff
    }

.bloc_services_interne {
    background: #fff;
    width: 300px;
    padding: 10px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.08)
}

    .bloc_services_interne h3 {
        font-weight: 700;
        font-size: 1.1em;
        line-height: 1.3em;
        margin-bottom: 20px;
        letter-spacing: 0
    }

    .bloc_services_interne p {
        font-size: 1em;
        color: #888;
        line-height: 1.5em
    }
.services-haut-gauche {
    position: relative;
    left: -300px;
    right: 0;
    margin: auto;
    top: 0px;
    border-top: 8px solid #fed64c
}

.services-haut-droite {
    position: absolute;
    right: -800px;
    left: 0;
    margin: auto;
    top: 40px;
    border-top: 8px solid #032e73
}

.services-bas-gauche {
    position: relative;
    left: 300px;
    right: 0;
    margin: auto;
    bottom: 100px;
    border-top: 8px solid #a7d439
}

.services-bas-droite {
    position: absolute;
    right: -800px;
    left: 0;
    margin: auto;
    bottom: 40px;
    border-top: 8px solid #82c0e4
}

.liste-partenaires h2 {
    margin: 50px 1% 30px
}

.select-partenaires {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px
}

    .select-partenaires a {
        background: #032e73;
        color: #fff;
        padding: 12px 20px;
        border-radius: 30px;
        margin: 10px 2px;
        text-align: center;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s
    }

        .select-partenaires a:hover {
            background: #a7d439
        }

.term-11 .select-partenaires .business-support-organisation, .term-15 .select-partenaires .large-enterprise, .term-14 .select-partenaires .mid-scale-enterprise, .term-12 .select-partenaires .research-and-technical-organisation, .term-13 .select-partenaires .small-and-medium-enterprise, .page-id-31 .select-partenaires .all_parteneraires {
    background: #a7d439;
    font-weight: 700
}

.liste-partenaires h2:after {
    margin: 20px 0 0
}

.mentions_explications {
    margin: 50px auto;
    padding-left: 30px;
    border-left: 8px solid #a7d439
}

    .mentions_explications p strong {
        font-weight: 700
    }

.ul_partenaire_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.partenaires_item {
    width: 31%;
    padding: 40px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
    margin: 0 1% 2%
}

    .partenaires_item img {
        max-width: 120px;
        margin-bottom: 20px;
        height: 60px;
        object-fit: contain;
        object-position: left
    }

    .partenaires_item h3 {
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 1.2em;
        line-height: 1.3em;
        margin-bottom: 5px
    }

        .partenaires_item h3 span {
            color: #032e73;
            font-weight: 400
        }

.lieu_partenaire {
    color: #a7d439;
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid #888
}

    .lieu_partenaire i {
        font-size: 1em;
        margin-right: 8px
    }

.texte_partenaire {
    margin-top: 20px
}

    .texte_partenaire p {
        font-size: 1em;
        line-height: 1.8em;
        color: #000
    }

.categorie_partenaire {
    color: #888
}

.reseau_item .texte_partenaire p:first-child {
    font-weight: 700;
    padding-top: 20px;
    border-top: 1px solid #888
}

.btn-default {
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}

    .btn-default:hover {
        background: #82c0e4
    }

.retour {
    display: block;
    clear: both
}

.wp-block-button.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

#responsive-ctn:not(.stacked) a {
    font-size: 2em;
    line-height: 1.3em;
    margin: 10px 0;
    display: block
}

#responsive-menu li {
    list-style: none
}

.header-classic .main-menu > li.menu-item.wpml-ls-first-item {
    margin-right: 15px !important
}

.header-classic .main-menu > li.current-menu-item.nav-contact > a:after {
    position: static;
    background: no-repeat;
    border-radius: 0;
    margin: 0
}

.wpml-ls-current-language {
    position: relative
}

    .wpml-ls-current-language:after {
        content: '';
        display: block;
        width: 10px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 2px;
        margin: auto;
        opacity: .3
    }

@media screen and (max-width: 1600px) {
    .wrap_content, .pages-principales .wp-block-media-text {
        max-width: 1200px
    }

    .header-classic .ctn-menu {
        padding: 10px 30px 10px 0
    }

    .header-container.is-sticky .ctn-menu {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media screen and (max-width: 1350px) {
    .wrap_montage_home {
        width: 460px;
        height: 480px
    }
}

@media screen and (max-width: 1280px) {
    .inner-partners-bar .title-rotate {
        font-size: 2em
    }

    .wrapper.inner-rassurance {
        width: 96%
    }

    .inner-rassurance .list-rassurances__item a {
        padding: 0;
        margin: 0 15px
    }

    .colonne-projet > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure img {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        object-fit: contain
    }

    .header-classic .main-menu > li.menu-item:not(:last-of-type) {
        margin-right: 2vw
    }

    .header-classic .main-menu > li > a {
        font-size: 1em
    }

    .header-classic .ctn-menu {
        padding: 10px 30px 10px 0
    }

    .wrap_montage_home {
        width: 420px;
        height: 420px
    }

    .top_left_montage_home {
        position: absolute;
        left: -280px;
        top: 0;
        width: 270px
    }

    .bottom_left_montage_home {
        position: absolute;
        left: -280px;
        bottom: 0;
        width: 270px
    }

    .top_right_montage_home {
        position: absolute;
        right: -280px;
        top: 0;
        width: 270px
    }

    .bottom_right_montage_home {
        position: absolute;
        right: -280px;
        bottom: -30px;
        width: 270px
    }

    .wrap_content, .pages-principales .wp-block-media-text {
        max-width: 980px
    }

        .pages-principales .wp-block-media-text figure img {
            width: 400px;
            height: 400px
        }

        .pages-principales .wp-block-media-text.has-media-on-the-right figure:before, .pages-principales .wp-block-media-text figure:before {
            width: 400px;
            height: 400px
        }

        .pages-principales .wp-block-media-text.has-media-on-the-right figure:after {
            width: 320px;
            height: 320px;
            left: -100px
        }

        .pages-principales .wp-block-media-text figure:after {
            width: 320px;
            height: 320px
        }

    .pages-principales .wp-block-quote p {
        max-width: 980px
    }

    .pages-principales .wp-block-media-text.has-media-on-the-right:after {
        left: 60px;
        bottom: -60px
    }

    .pages-principales .wp-block-media-text.has-media-on-the-right:before {
        bottom: -40px;
        left: 0
    }

    .pages-principales .wp-block-media-text:before {
        right: -10px;
        top: -20px
    }

    .pages-principales .wp-block-media-text:after {
        right: 50px;
        top: -60px
    }

    .top_pages_principales:before {
        width: 140px;
        height: 140px;
        left: -50px;
        top: -160px
    }

    .top_pages_principales:after {
        width: 50px;
        height: 50px;
        left: 80px;
        top: 0
    }

    .services-centre p {
        font-size: 1.4em;
        width: 220px;
        height: 220px
    }

    .services-centre {
        width: 300px;
        height: 300px
    }

    .wrap_services_internes:before {
        width: 330px;
        height: 330px
    }
    /* by khawla 16 05 2024 */
    .services-haut-droite, .services-bas-droite {
        /*right: -690px*/
    }

    .services-bas-gauche, .services-haut-gauche {
       /* left: -690px*/
    }

    .bloc_services_interne {
        width: 300px
    }
}

@media screen and (max-width: 1024px) {
    .caption-image {
        width: 420px;
        height: 420px;
        display: block;
        border-radius: 50%;
        right: 5%
    }

        .caption-image:before {
            top: -20px;
            left: -20px
        }

        .caption-image:after {
            bottom: -20px;
            left: -20px
        }

    .wrap_texte_caption {
        width: 350px
    }

        .wrap_texte_caption a {
            position: absolute;
            right: 0;
            bottom: -100px
        }

    .ctn-news__title {
        text-align: center
    }

    .block-news-type-2 .ctn-news__title h2 {
        font-size: 1.8em;
        margin: 0
    }

    .ctn-news__title:before {
        top: 20px
    }

    .block-news-type-2 .ctn-news__title a {
        margin: 0
    }

    .wrap_texte_actus {
        background: #fff;
        padding: 20px 20px 0;
        width: 90%;
        margin: -50px auto 0 auto;
        z-index: 100
    }

    .wrap_contenu_home {
        padding: 20px 0 80px
    }

    .foot-classic-top .ctn-footer-menu, .foot-classic-top-no-logo .ctn-footer-menu {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .copy-nova {
        position: static;
        margin: 30px auto 0 auto
    }

    .header-container.is-sticky .wrap_right_nav {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit
    }

    #navbar {
        display: none
    }

    .btn-responsive span {
        background: #fff
    }

    .btn-responsive:before {
        color: #fff
    }

    .inner-partners-bar .title-rotate {
        font-size: 2em;
        float: none;
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 40px
    }

    .inner-partners-bar {
        display: block
    }

        .inner-partners-bar .partners-bar__list {
            float: none;
            width: 100%
        }

        .inner-partners-bar .title-rotate:after {
            display: block;
            width: 100px;
            margin: 10px auto
        }

    .partners-bar {
        padding: 40px 0
    }

    .caption-image {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 30px;
        right: 0;
        padding: 30px;
        position: absolute;
        left: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%)
    }

        .caption-image:before {
            display: none
        }

        .caption-image:after {
            display: none
        }

    .flex_texte_caption {
        height: auto;
        border-radius: 80px;
        box-sizing: border-box;
        padding: 40px;
        width: 90%;
        margin: auto;
        position: relative;
        padding-bottom: 50px
    }

    .caption-image {
        width: 100%;
        height: auto;
        display: block;
        right: 0;
        padding: 0;
        position: absolute;
        left: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    .wrap_texte_caption a {
        position: absolute;
        right: 0;
        bottom: -25px;
        left: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        font-size: 2em;
        padding-left: 3px
    }

    .wrap_texte_caption {
        position: static
    }

    .ctn-news {
        padding: 40px 0
    }

        .ctn-news .wrapper {
            width: 100%
        }

    .ctn-rassurances {
        padding: 50px 0;
        margin-bottom: 0
    }

    .inner-rassurance .list-rassurances {
        margin-bottom: 0
    }

    .inner-rassurance .list-rassurances__item a {
        background: 0 0
    }

    .inner-rassurance .list-rassurances__item {
        margin: 5px
    }

    .list-rassurances .list-rassurances__item h3 {
        color: #fff;
        font-size: .9em;
        letter-spacing: 1px
    }

    .list-rassurances .list-rassurances__item img {
        max-width: 70px;
        max-height: 60px
    }

    .ctn-rassurances {
        padding: 150px 0 50px
    }

    .wrap_form, .wrap_info_contact {
        width: 100%;
        float: none
    }

    #header-container > .wrapper {
        width: 90%;
        max-width: 100%;
        margin: auto;
        padding-left: 0
    }

    .wrap_montage_home {
        width: 280px;
        height: 280px
    }

    .left_montage_home h2, .right_montage_home h2 {
        font-size: .9em;
        margin-bottom: 10px;
        letter-spacing: 1px
    }

        .left_montage_home h2:after {
            right: -160px;
            bottom: -5px;
            width: 150px
        }

        .right_montage_home h2:after {
            left: -160px;
            bottom: -5px;
            width: 150px
        }

    .top_left_montage_home {
        position: absolute;
        left: -280px;
        top: -18px;
        width: 270px
    }

    .bottom_left_montage_home {
        position: absolute;
        left: -280px;
        bottom: -70px;
        width: 270px
    }

    .top_right_montage_home {
        position: absolute;
        right: -280px;
        top: -18px;
        width: 270px
    }

    .bottom_right_montage_home {
        position: absolute;
        right: -280px;
        bottom: -127px;
        width: 270px
    }

    .wrap_montage_home {
        margin-bottom: 70px
    }

    .left_montage_home p, .right_montage_home p {
        font-size: .8em;
        letter-spacing: 0px
    }

    .wrap_montage_home a {
        margin-top: 5px;
        font-size: .7em;
        font-weight: 700
    }

    .wrap_content {
        max-width: 90%
    }

    .contenu_pages_principales .wp-block-media-text {
        display: flex;
        align-items: center
    }

    .pages-principales .wp-block-quote p {
        font-size: 1.5em;
        max-width: 90%
    }

    .colonne-projet > .wp-block-group__inner-container > p {
        font-size: 1.4em
    }

    .colonne-projet .wp-block-column h3 {
        font-size: 1.3em
    }

    .colonne-projet .wp-block-column p {
        font-size: .9em
    }

    .pages-principales h2 {
        font-size: 1.4em;
        letter-spacing: 1px
    }

    .services-centre {
        width: 300px;
        height: 300px;
        margin: 0
    }

    .wrap_services_internes > .wp-block-group__inner-container {
        display: flex;
        justify-content: space-around;
        align-items: center
    }

    .bloc_services_interne {
        width: 300px;
        position: static;
        margin: 20px auto
    }

    .wrap_services_internes:before, .services-centre:after, .services-centre > .wp-block-group__inner-container:before, .services-centre:before, .wrap_services_internes:after {
        display: none
    }

    .services-centre > .wp-block-group__inner-container:after {
        right: -60px;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg)
    }

    .wrap_services_internes {
        padding: 30px 10px
    }

    .partenaires_item {
        width: 48%
    }

    .inner-partners-bar .partners-bar__list {
        float: right;
        width: 65%
    }

    #responsive-menu li.menu-item.wpml-ls-first-item {
        display: inline-block;
        margin-right: 10px
    }

    #responsive-menu li.menu-item.wpml-ls-last-item {
        display: inline-block;
        margin-left: 10px
    }

        #responsive-menu li.menu-item.wpml-ls-first-item a, #responsive-menu li.menu-item.wpml-ls-last-item a {
            width: 35px
        }
}

@media screen and (max-width: 860px) {
    .single-news {
        display: block
    }

    .single-news__thumb {
        margin-bottom: 20px
    }

    .single-news__text p {
        font-size: .9em
    }

    .foot-classic-top .coord {
        border: none;
        margin: 0;
        padding: 0
    }

    .wrap_all_actus li {
        width: 49%
    }

    .wrap_montage_home {
        width: 100%;
        height: auto
    }

        .wrap_montage_home > .wp-block-group__inner-container {
            display: flex;
            flex-wrap: wrap
        }

    .left_montage_home {
        order: 2;
        width: 100%
    }

    .center_montage_home {
        order: 1;
        width: 100%
    }

    .right_montage_home {
        order: 3;
        width: 100%
    }

    .center_montage_home img {
        width: 100%;
        height: auto;
        max-width: 300px;
        margin: auto;
        margin-bottom: 30px
    }

    .top_right_montage_home, .bottom_right_montage_home, .top_left_montage_home, .bottom_left_montage_home {
        position: static;
        right: 0;
        top: 0;
        width: 100%;
        background: #fff;
        padding: 30px;
        margin: 10px auto;
        border: 2px dashed #000;
        text-align: left
    }

    .wrap_montage_home h2:after {
        display: none
    }

    .right_montage_home p {
        text-align: left
    }

    .right_montage_home .wp-block-buttons {
        text-align: left
    }

    .top_left_montage_home {
        border-color: #fed64c
    }

    .bottom_left_montage_home {
        border-color: #82c0e4
    }

    .top_right_montage_home {
        border-color: #a7d439
    }

    .bottom_right_montage_home {
        border-color: #032e73
    }

    .left_montage_home h2 {
        text-align: left
    }

    .top_pages_principales:before, .top_pages_principales:after, .titre_pages_principales:before {
        display: none
    }

    .titre_pages_principales:after {
        width: 10px;
        height: 10px;
        right: 0;
        top: unset;
        left: 0;
        margin: auto;
        bottom: -20px
    }

    .contenu_pages_principales .wp-block-media-text {
        display: block;
        margin: 80px auto
    }

    .pages-principales .wp-block-media-text figure {
        margin-bottom: 30px
    }

    .pages-principales h2 {
        text-align: center
    }

        .pages-principales h2:after {
            margin-left: auto;
            margin-right: auto
        }

    .contenu_pages_principales .wp-block-media-text p {
        text-align: center
    }

    .pages-principales .wp-block-media-text:before, .pages-principales .wp-block-media-text:after {
        display: none
    }

    .contenu_pages_principales .wp-block-media-text:nth-of-type(2) {
        background: 0 0
    }

    .pages-principales .wp-block-quote p {
        font-size: 1.2em;
        margin: 0;
        text-align: center;
        border: none
    }

    .pages-principales .wp-block-quote {
        padding: 30px 0;
        border-left: none;
        border: none;
        margin: 80px auto
    }

    .colonne-projet > .wp-block-group__inner-container > .wp-block-columns {
        display: block;
        width: 96%;
        margin: auto
    }

        .colonne-projet > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
            width: 100%;
            min-height: inherit;
            height: auto
        }

    .colonne-projet .wp-block-column .wp-block-button a {
        margin-top: 30px
    }

    .services-centre {
        width: 90%;
        height: 300px;
        margin: 0;
        margin-bottom: 50px
    }

        .services-centre img {
            border-radius: 0
        }

        .services-centre > .wp-block-group__inner-container:after {
            right: 0;
            bottom: -50px;
            top: unset;
            transform: none;
            -webkit-transform: rotate(180deg);
            left: 0;
            margin: auto;
            text-align: center
        }

    .bloc_services_interne {
        width: 90%;
        text-align: center
    }

    .wrap_services_internes > .wp-block-group__inner-container {
        flex-wrap: wrap
    }

    .bg_logo_page {
        height: 100px
    }

    .pages-principales .wp-block-media-text.has-media-on-the-right:before, .pages-principales .wp-block-media-text.has-media-on-the-right:after {
        display: none
    }

    .partenaires_item {
        width: 100%;
        box-shadow: none;
        margin: 2% 0;
        border: 2px solid #f2f2f2
    }

    .pages-principales .mentions_explications p {
        font-size: .9em
    }

    .mentions_explications {
        border-left: none;
        padding: 30px 0;
        border-top: 2px solid #a7d439;
        border-bottom: 2px solid #a7d439
    }

    .partenaires_item h3 {
        letter-spacing: 0;
        font-size: 1.1em
    }

    .texte_partenaire p {
        font-size: .9em
    }

    .wrap_gauche_partner {
        float: none;
        width: 100%;
        text-align: center;
        padding-right: 0
    }

    .inner-partners-bar .title-rotate {
        margin-bottom: 10px
    }

    .inner-partners-bar .partners-bar__list {
        margin-top: 30px
    }

    .inner-partners-bar .partners-bar__list {
        float: none;
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    .block-news-type-2 .ctn-news__title h2 {
        font-size: 1.8em;
        margin: 0;
        text-align: center;
        background: no-repeat;
        margin-bottom: 10px
    }

    .ctn-news__title:before {
        display: none
    }

    .caption-image {
        width: 100%;
        height: auto;
        display: block;
        right: 0;
        padding: 0;
        position: static;
        left: 0;
        margin: auto;
        top: 50%;
        transform: none;
        -webkit-transform: none
    }

    .flex_texte_caption {
        height: auto;
        border-radius: 80px;
        box-sizing: border-box;
        padding: 40px;
        width: 90%;
        margin: auto;
        position: relative;
        padding-bottom: 50px;
        position: absolute;
        left: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 0;
        bottom: unset
    }

    .ctn-img {
        position: relative;
        background: 0 0
    }

    .caption-image .caption-title:after {
        margin: 15px auto 25px auto
    }

    .caption-image .caption-text, .caption-slide .caption-text {
        display: block
    }

    .ctn-rassurances {
        padding: 50px 0
    }

    .wrap_all_actus li {
        width: 49%;
        margin: 20px auto
    }

    .titre_actus {
        font-size: 1.3em
    }

    .wrap_map iframe {
        width: 100%;
        height: 320px
    }

    .pages-principales .wp-block-media-text.has-media-on-the-right:before, .pages-principales .wp-block-media-text.has-media-on-the-right:after {
        display: none
    }

    .pages-principales .wp-block-media-text figure img {
        width: 300px;
        height: 300px !important;
        max-width: 100%
    }

    .pages-principales .wp-block-media-text.has-media-on-the-right figure:before, .pages-principales .wp-block-media-text figure:before {
        width: 300px;
        height: 300px;
        top: 10px;
        right: -20px
    }

    .pages-principales .wp-block-media-text.has-media-on-the-right figure:after, .pages-principales .wp-block-media-text figure:after {
        width: 220px;
        height: 220px;
        left: -100px;
        top: 40%
    }

    .contenu_pages_principales {
        padding-bottom: 40px;
        max-width: 96%;
        margin: auto
    }

    .list-rassurances .list-rassurances__item {
        margin: 20px auto
    }

        .list-rassurances .list-rassurances__item a {
            min-height: auto
        }
}

@media screen and (max-width: 500px) {
    .list-rassurances .list-rassurances__item img {
        max-width: 60px;
        max-height: 55px
    }

    .btn-responsive:before {
        display: none
    }

    .wrap_texte_home h2 {
        font-size: 1.2em !important;
        letter-spacing: 1px
    }

    .wrap_texte_home p {
        letter-spacing: 0
    }

    .flex_texte_caption {
        height: auto;
        border-radius: 80px;
        box-sizing: border-box;
        padding: 40px;
        width: 90%;
        margin: auto;
        padding-bottom: 50px;
        position: static;
        left: 0;
        top: 50%;
        transform: none;
        -webkit-transform: none;
        right: 0;
        bottom: unset
    }

    .caption-image {
        width: 100%;
        height: auto;
        display: block;
        right: 0;
        padding: 0;
        position: relative;
        left: 0;
        margin: auto;
        top: 50%;
        transform: none;
        -webkit-transform: none;
        z-index: 2;
        padding: 30px 10px
    }

    .ctn-img picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1
    }

    .ctn-home-visual .ctn-img picture img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
        min-height: inherit
    }

    .home .caption-title h1 {
        font-size: .7em
    }

    .caption-image .caption-title:after {
        margin: 10px auto 20px auto
    }

    .caption-text p {
        letter-spacing: 0;
        font-size: .8em
    }

    .flex_texte_caption {
        border-radius: 30px;
        padding: 30px
    }

    .wrap_texte_caption a {
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        font-size: 1.5em;
        padding-left: 3px
    }

    .single-news__text {
        text-align: center
    }

    .wrap_all_actus li {
        width: 100%;
        margin: auto;
        margin-bottom: 30px
    }

    .wrap_info_contact h2 {
        font-size: 1.1em !important;
        line-height: 1.5em !important
    }

    .wrap_map iframe {
        width: 100%;
        height: 250px
    }

    .wpcf7 {
        padding: 25px 25px 0;
        border-radius: 20px
    }

    .wrap_form {
        padding: 30px 10px
    }

    .wrap_titre_actus {
        margin-bottom: 30px
    }

    /*  .center_montage_home img {
                    max-width: 200px
                }*/

    .bg_logo_page {
        height: 80px
    }
}




.colonne-projet {
    max-width: 1000px;
    margin: 0 auto 80px auto
}

    .colonne-projet > .wp-block-group__inner-container > p {
        color: #262325;
        font-size: 1.6em;
        font-weight: 900;
        letter-spacing: 1px;
        text-align: center;
        margin-bottom: 30px
    }

    .colonne-projet > .wp-block-group__inner-container > .wp-block-columns {
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start
    }

        .colonne-projet > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
            position: relative;
            text-align: center;
            width: 49%
        }

            .colonne-projet > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure {
                height: auto !important
            }

                .colonne-projet > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column figure img {
                    display: block;
                    width: 150px;
                    height: auto !important;
                    margin: auto
                }

    .colonne-projet .wp-block-column h3 {
        font-size: 1.5em;
        font-weight: 400;
        margin-bottom: 20px;
        letter-spacing: 0px;
        color: #000;
        font-weight: 700;
        margin-top: 30px
    }

    .colonne-projet .wp-block-column .wp-block-buttons {
        justify-content: center;
        margin-top: 30px
    }

    .colonne-projet .wp-block-column p {
        font-size: 1em;
        color: #000;
        font-weight: 300;
        line-height: 28px;
        margin-bottom: 10px
    }

    .colonne-projet .wp-block-column .wp-block-button a {
        background: 0 0;
        color: #000;
        padding: 0;
        text-align: center;
        text-transform: none;
        border-radius: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #a7d439;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s
    }

        .colonne-projet .wp-block-column .wp-block-button a:after {
            content: '\f061';
            display: inline-block;
            font-size: 1em;
            line-height: 1.3em;
            color: #a7d439;
            margin-left: 7px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: relative;
            bottom: -1px;
            transition: all ease-in-out .3s;
            -webkit-transition: all ease-in-out .3s;
            -moz-transition: all ease-in-out .3s;
            -o-transition: all ease-in-out .3s
        }

        .colonne-projet .wp-block-column .wp-block-button a:hover {
            border-bottom: 1px solid #a7d439
        }

            .colonne-projet .wp-block-column .wp-block-button a:hover:after {
                margin-left: 12px
            }

.wp-block-image .alignleft {
    float: left;
    margin: 0 20px 20px 0
}

.wp-block-image .alignright {
    float: right;
    margin: 0 20px 20px 0
}

.wp-block-image.crop-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .wp-block-image.crop-height img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%
    }

    .wp-block-image.crop-height.crop-300 {
        height: 300px
    }

.wp-block-column {
    position: relative
}

    .wp-block-column .wp-block-image.not-cropped {
        height: auto
    }

        .wp-block-column .wp-block-image.not-cropped img {
            width: 100%;
            height: auto;
            max-width: 100%;
            -o-object-fit: contain;
            object-fit: contain
        }

    .wp-block-column .wp-block-image figcaption {
        margin-top: 15px;
        font-style: italic
    }

    .wp-block-column .wp-block-image:nth-of-type(2) {
        position: absolute;
        bottom: -40px;
        right: -50px;
        width: 300px;
        border: 15px solid #fff
    }

    .wp-block-column:nth-of-type(2) .wp-block-image:nth-of-type(2) {
        right: auto;
        left: -40px
    }

.containercontent {
    margin-right: 0px ;
    margin-left: 0px ;
}