.tematik_trombinoscope {
    z-index: 1;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    color: #fff;
}
.tematik_trombinoscope .tematik_trombinoscope-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
}
@media screen and (min-width: 750px) {
    .tematik_trombinoscope .tematik_trombinoscope-header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 900px) {
    .tematik_trombinoscope .tematik_trombinoscope-header {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.tematik_trombinoscope .tematik_trombinoscope-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    z-index: -1;
}
@media screen and (min-width: 750px) {
    .tematik_trombinoscope .tematik_trombinoscope-image {
        padding-bottom: 133.33333%;
    }
}
.tematik_trombinoscope .tematik_trombinoscope-image figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tematik_trombinoscope .tematik_trombinoscope-contenu {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2.5rem 2.5rem;
    text-align: left;
    background-color: #003c45;
}
@media screen and (min-width: 750px) {
    .tematik_trombinoscope .tematik_trombinoscope-contenu {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 900px) {
    .tematik_trombinoscope .tematik_trombinoscope-contenu {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        min-height: 4rem;
        background-color: transparent;
        will-change: min-height, background-color;
        -webkit-transition: min-height 0.2s cubic-bezier(0.47, 0.01, 0.37, 0.98) 0.2s, background-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
        -moz-transition: min-height 0.2s cubic-bezier(0.47, 0.01, 0.37, 0.98) 0.2s, background-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
        transition: min-height 0.2s cubic-bezier(0.47, 0.01, 0.37, 0.98) 0.2s, background-color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
    }
    .tematik_trombinoscope .tematik_trombinoscope-contenu::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
        -moz-transition: opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
        transition: opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
        background: rgba(0, 0, 0, 0.75);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
        background: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }
}
.tematik_trombinoscope .tematik_trombinoscope-nom {
    margin-bottom: 0.25rem;
    line-height: 1.1;
    color: #00a774;
    font-family: "Poppins Custom", "Poppins", sans-serif;
    font-weight: 500;
    text-transform: none;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    font-size: 1.35rem;
}
@media (min-width: 576px) {
    .tematik_trombinoscope .tematik_trombinoscope-nom {
        font-size: 1.425rem;
    }
}
@media (min-width: 992px) {
    .tematik_trombinoscope .tematik_trombinoscope-nom {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 900px) {
    .tematik_trombinoscope .tematik_trombinoscope-nom {
        color: #fff;
    }
}
.tematik_trombinoscope .tematik_trombinoscope-sousTitre {
    display: inline-block;
    vertical-align: top;
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
    .tematik_trombinoscope .tematik_trombinoscope-collapse {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: 0;
        opacity: 0;
        will-change: max-height;
        -webkit-transition: opacity 0.2s cubic-bezier(0.47, 0.01, 0.37, 0.98), max-height 0s cubic-bezier(0.47, 0.01, 0.37, 0.98) 0.2s;
        -moz-transition: opacity 0.2s cubic-bezier(0.47, 0.01, 0.37, 0.98), max-height 0s cubic-bezier(0.47, 0.01, 0.37, 0.98) 0.2s;
        transition: opacity 0.2s cubic-bezier(0.47, 0.01, 0.37, 0.98), max-height 0s cubic-bezier(0.47, 0.01, 0.37, 0.98) 0.2s;
    }
}
.tematik_trombinoscope .tematik_trombinoscope-collapse .btn-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    margin-top: 2rem;
    padding: 0 1rem 0 1rem !important;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse .btn-infos::after {
    padding-left: 0.5rem;
    content: "";
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    line-height: inherit;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: padding 0.4s;
    -moz-transition: padding 0.4s;
    transition: padding 0.4s;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse .btn-infos:hover::after {
    padding-left: 1rem;
}
@media screen and (min-width: 900px) {
    .tematik_trombinoscope .tematik_trombinoscope-collapse .btn-infos {
        position: absolute;
        bottom: 2rem;
        padding: 0 2.5rem !important;
    }
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > p,
.tematik_trombinoscope .tematik_trombinoscope-collapse > ul:not([class]),
.tematik_trombinoscope .tematik_trombinoscope-collapse > ol:not([class]) {
    margin-bottom: 0;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > p {
    margin-top: 0.5rem;
    line-height: inherit;
    text-align: inherit;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > ul:not([class]) {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 0.25rem;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > ul:not([class]) li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.75;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > ul:not([class]) li + li {
    margin-top: 0.5rem;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > ul:not([class]) li > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > ul:not([class]) li:before {
    content: "";
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    line-height: inherit;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    min-width: 2rem;
    line-height: 1.75rem;
    color: #00a774;
    font-size: 0.5rem;
    text-align: center;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > ol:not([class]) {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    counter-reset: list-numbers;
    margin-left: 0.25rem;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > ol:not([class]) li {
    counter-increment: list-numbers;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > ol:not([class]) li + li {
    margin-top: 0.5rem;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > ol:not([class]) li > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > ol:not([class]) li:before {
    content: counter(list-numbers) ". ";
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 2rem;
    color: #00a774;
    font-weight: 400;
}
.tematik_trombinoscope .tematik_trombinoscope-collapse > p + p,
.tematik_trombinoscope .tematik_trombinoscope-collapse > p + ul:not([class]),
.tematik_trombinoscope .tematik_trombinoscope-collapse > p + ol:not([class]),
.tematik_trombinoscope .tematik_trombinoscope-collapse > ul:not([class]) + p,
.tematik_trombinoscope .tematik_trombinoscope-collapse > ul:not([class]) + ul:not([class]),
.tematik_trombinoscope .tematik_trombinoscope-collapse > ul:not([class]) + ol:not([class]),
.tematik_trombinoscope .tematik_trombinoscope-collapse > ol:not([class]) + p,
.tematik_trombinoscope .tematik_trombinoscope-collapse > ol:not([class]) + ul:not([class]),
.tematik_trombinoscope .tematik_trombinoscope-collapse > ol:not([class]) + ol:not([class]) {
    margin-top: 0.5rem;
}
.tematik_trombinoscope .infos-supp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    left: 9999rem;
    width: 100%;
    height: 100%;
    background-color: #00a774;
    opacity: 0;
    -webkit-transition: opacity 0.26667s, left 0s 0.6s;
    -moz-transition: opacity 0.26667s, left 0s 0.6s;
    transition: opacity 0.26667s, left 0s 0.6s;
}
.tematik_trombinoscope .infos-supp-contenu span:first-child,
.tematik_trombinoscope .infos-supp-contenu p {
    font-weight: 500;
}
.tematik_trombinoscope .infos-supp-contenu span:first-child {
    font-size: 1.25rem;
    line-height: 1;
}
.tematik_trombinoscope .infos-supp-contenu p {
    font-size: 0.875rem;
    line-height: 1;
    margin: 2rem 0 0 0;
}

.tematik_trombinoscope .infos-supp-footer{
    position: relative;
    padding-top: 2rem;
}

.tematik_trombinoscope .infos-supp-footer::before{
    display: block;
    content: "";
    width: calc(100% + 4rem);
    height: calc(100% + 2rem);
    position: absolute;
    bottom: -2rem;
    left: -2rem;
    background-color: #fff;
    z-index: -1;
}

.tematik_trombinoscope .infos-supp img {
    max-width: 70%;
    max-height: 110px;
    object-fit: contain;
    object-position: left bottom;
}
.tematik_trombinoscope .infos-supp i::before {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
@media screen and (min-width: 0px) {
    .tematik_trombinoscope .infos-supp {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@media screen and (min-width: 900px) {
    .tematik_trombinoscope .infos-supp {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@media screen and (min-width: 1700px) {
    .tematik_trombinoscope:nth-child(4n + 4) .infos-supp {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .tematik_trombinoscope:nth-child(4n + 4) .infos-supp i::before {
        content: "";
    }
}
@media screen and (min-width: 1300px) and (max-width: 1699px) {
    .tematik_trombinoscope .infos-supp {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
    .tematik_trombinoscope:nth-child(3n + 3) .infos-supp {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .tematik_trombinoscope:nth-child(3n + 3) .infos-supp i::before {
        content: "";
    }
    .tematik_trombinoscope:nth-child(3n + 3):last-child .infos-supp {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .tematik_trombinoscope:nth-child(3n + 3):last-child .infos-supp i::before {
        content: "";
    }
}
@media screen and (min-width: 900px) and (max-width: 1299px) {
    .tematik_trombinoscope:nth-child(2n + 2) .infos-supp {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .tematik_trombinoscope:nth-child(2n + 2) .infos-supp i::before {
        content: "";
    }
    .tematik_trombinoscope:nth-child(2n + 2):last-child .infos-supp {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .tematik_trombinoscope:nth-child(2n + 2):last-child .infos-supp i::before {
        content: "";
    }
}
@media screen and (min-width: 0px) and (max-width: 899px) {
    .tematik_trombinoscope i::before {
        content: "" !important;
    }
    .tematik_trombinoscope:nth-child(1) .infos-supp {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    .tematik_trombinoscope:nth-child(1) .infos-supp i::before {
        content: "" !important;
    }
}
.tematik_trombinoscope.active {
    z-index: 9;
}
.tematik_trombinoscope.active .infos-supp {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.26667s;
    -moz-transition: opacity 0.26667s;
    transition: opacity 0.26667s;
}
.tematik_trombinoscope .tematik_trombinoscope-description {
    position: relative;
    z-index: 0;
    padding-top: 1.5rem;
    font-size: 0.875rem;
}
.tematik_trombinoscope .tematik_trombinoscope-description::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40.6 25' fill='%2300A774' %3E%3Cpath d='M32.05,25H24.22a.75.75,0,0,1-.73-.72V.78A.75.75,0,0,1,24.2,0H39.88a.74.74,0,0,1,.72.72V16.39a.74.74,0,0,1-.72.72H32.83v7.05a.81.81,0,0,1-.78.84Zm-7-1.51h6.33v-7.1a.73.73,0,0,1,.72-.73H39.1V1.51H25ZM8.55,25H.72A.74.74,0,0,1,0,24.28V.78A.78.78,0,0,1,.72,0H16.39a.74.74,0,0,1,.72.72V16.39a.74.74,0,0,1-.72.72h-7v7.05a.81.81,0,0,1-.78.84Zm-7-1.51H7.83v-7.1a.75.75,0,0,1,.72-.73h7.11V1.51H1.51Z'/%3E%3C/svg%3E");
    position: absolute;
    z-index: 0;
    display: block;
    width: 2rem;
}
.tematik_trombinoscope .tematik_trombinoscope-description::before {
    top: 0.5rem;
    left: -2rem;
}
@media screen and (min-width: 900px) {
    .tematik_trombinoscope:hover {
        color: #fff;
    }
    .tematik_trombinoscope:hover .tematik_trombinoscope-contenu {
        min-height: 100%;
        background-color: rgba(0, 60, 69, 0.85);
        -webkit-transition: min-height 0.2s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
        -moz-transition: min-height 0.2s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
        transition: min-height 0.2s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
    }
    .tematik_trombinoscope:hover .tematik_trombinoscope-contenu::before {
        opacity: 0;
    }
    .tematik_trombinoscope:hover .tematik_trombinoscope-nom {
        color: #00a774;
    }
    .tematik_trombinoscope:hover .tematik_trombinoscope-collapse {
        max-height: 50rem;
        opacity: 1;
        -webkit-transition: opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), max-height 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
        -moz-transition: opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), max-height 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
        transition: opacity 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), max-height 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
    }
}
