:root {
    --color-primary: #095BA5;
    --color-second: #2C5AA0;
    --color-text: #666666;
    --color-light-gray: #EEEEEE;
    --color-red: #FF360C;
    --color-mask: #031E36;
    --screen-tiny: 320px;
    --screen-small: 640px;
    --screen-medium: 768px;
    --screen-mid-large: 1007px;
    --screen-large: 1086px
}

:not(header) .content section {
    padding-top: inherit;
    padding-left: inherit;
    padding-right: inherit;
    padding-bottom: inherit
}

:not(header) .content section+section,:not(header) .content ul,:not(header) .content ul li,:not(header) .content ul li+li {
    margin-top: inherit;
    margin-bottom: inherit;
    margin-left: inherit;
    margin-right: inherit;
    padding-top: inherit;
    padding-left: inherit;
    padding-right: inherit;
    padding-bottom: inherit
}

body:not(.home) main#main {
    padding-top: 90px
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.trescal-esg {
    font-family: "Fira Sans";
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: var(--color-text)
}

.trescal-esg figure {
    margin: 0
}

.trescal-esg section {
    position: relative;
    width: 100%
}

.trescal-esg .only-mobile {
    display: none
}

.trescal-esg .container {
    position: relative;
    width: 100%;
    max-width: 1086px;
    color: inherit;
    padding: 0;
    margin: auto
}

.trescal-esg .container-fluid {
    position: relative;
    width: 100%;
    color: inherit;
    padding: 0;
    margin: auto
}

.trescal-esg .content {
    text-align: left
}

.trescal-esg .content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.trescal-esg .content ul li {
    margin: 0;
    padding-left: 2rem
}

.trescal-esg .content ul li::before {
    font-size: inherit
}

.trescal-esg table {
    width: 100%
}

.trescal-esg a {
    cursor: pointer;
    text-decoration: none
}

.trescal-esg h1 {
    font-size: 80px
}

.trescal-esg h2 {
    margin: 20px 0;
    font-size: 30px;
    line-height: 38px;
    color: var(--color-primary)
}

.trescal-esg h3 {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    color: var(--color-primary)
}

.trescal-esg h5 {
    font-size: 16px;
    line-height: 24px
}

.trescal-esg p {
    color: inherit;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0!important
}

.trescal-esg .nowrap {
    white-space: nowrap
}

.trescal-esg .spacer {
    display: block;
    width: 100%;
    height: auto;
    clear: both
}

.trescal-esg .top20 {
    padding-top: 20px
}

.trescal-esg .top15 {
    padding-top: 15px
}

.trescal-esg .pl15 {
    margin-left: 15px
}

.trescal-esg .bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.trescal-esg .cta {
    margin-top: 16px
}

.trescal-esg .cta a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700
}

.trescal-esg .cta a span {
    color: var(--color-red)
}

.trescal-esg .skrew-btn,.trescal-esg .wp-block-button {
    display: inline-block;
    position: relative
}

.trescal-esg .skrew-btn::before,.trescal-esg .wp-block-button::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
    width: calc(100% - 16px);
    height: 100%;
    background: var(--color-primary);
    transform: skewX(-15deg)
}

.trescal-esg .skrew-btn a,.trescal-esg .wp-block-button a {
    display: inline-block;
    position: relative;
    min-height: 43px;
    width: auto;
    min-width: 160px;
    background-color: transparent;
    border: none;
    padding: 0 22px 0;
    font-size: 14px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0;
    text-align: center
}

.trescal-esg .bg-gray {
    background-color: var(--color-light-gray)
}

.trescal-esg .bg-blue {
    background-color: var(--color-primary);
    color: #fff
}

.trescal-esg .bg-gradblue {
    background: #095ba5;
    background: -moz-linear-gradient(90deg,#095ba5 0,#25b5e7 100%);
    background: -webkit-linear-gradient(90deg,#095ba5 0,#25b5e7 100%);
    background: linear-gradient(90deg,#095ba5 0,#25b5e7 100%);
    color: #fff
}

@media screen and (max-width: 1086px) {
    .trescal-esg .container {
        padding-left:30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 768px) {
    .trescal-esg .only-mobile {
        display:inherit
    }

    .trescal-esg .only-desktop {
        display: none
    }

    .trescal-esg img {
        max-width: 100%!important
    }
}

@media screen and (max-width: 320px) {
    .trescal-esg {
        width:320px!important;
        min-width: 320px!important
    }

    .trescal-esg h2 {
        font-size: 20px;
        line-height: 28px
    }

    .trescal-esg p {
        font-size: 14px;
        line-height: 20px
    }
}

.trescal-esg .slider {
    position: relative
}

.trescal-esg .slider .arrow {
    display: none
}

.trescal-esg .slider .scroller {
    overflow: hidden;
    position: relative
}

.trescal-esg .slider .scroller .bloc-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 30px;
    justify-content: space-evenly;
    align-items: stretch
}

.trescal-esg .slider .scroller .bloc-cards .cards-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px
}

.trescal-esg .slider .scroller .bloc-cards .cards-item p {
    width: inherit
}

.trescal-esg .slider .scroller .bloc-cards .cards-item .cta {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 768px) {
    .trescal-esg .slider {
        padding-bottom:40px
    }

    .trescal-esg .slider .scroller .bloc-cards {
        display: table
    }

    .trescal-esg .slider .scroller .bloc-cards .cards-item {
        display: table-cell
    }

    .trescal-esg .slider .arrow {
        position: absolute;
        display: block;
        bottom: 0
    }

    .trescal-esg .slider .arrow.arrow_L {
        left: calc(50% - 25px - 16px)
    }

    .trescal-esg .slider .arrow.arrow_R {
        right: calc(50% - 25px - 16px)
    }

    .trescal-esg .slider.arrow2Side {
        padding-bottom: 0
    }

    .trescal-esg .slider.arrow2Side .arrow {
        top: calc(50% - 17px);
        z-index: 100
    }

    .trescal-esg .slider.arrow2Side .arrow.arrow_L {
        left: 0
    }

    .trescal-esg .slider.arrow2Side .arrow.arrow_R {
        right: 0
    }
}

.trescal-esg .logo {
    margin: auto;
    padding: 13px 0;
    background-color: var(--color-primary)
}

.trescal-esg .logo .container {
    text-align: center
}

.trescal-esg .footer {
    background-color: var(--color-light-gray);
    height: 478px
}

.trescal-esg .banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.trescal-esg .banner .bgmedia {
    position: absolute;
    width: 100%;
    height: 100%
}

.trescal-esg .banner .bgmedia img,.trescal-esg .banner .bgmedia video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.trescal-esg .banner .container {
    height: 596px;
    min-height: 223px
}

.trescal-esg .banner .container .content {
    position: relative;
    color: #fff;
    text-align: left;
    width: 100%;
    max-width: 450px;
    height: 100%;
    min-height: 223px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    padding: 25px
}

.trescal-esg .banner .container .content .item h2 {
    color: #fff;
    margin-bottom: 4px
}

.trescal-esg .banner .container .content .item p {
    color: #fff;
    margin-bottom: 16px
}

@media screen and (max-width: 768px) {
    .trescal-esg .banner .container {
        height:auto
    }

    .trescal-esg .banner .container .content {
        max-width: 100%
    }
}

.trescal-esg .banner.article {
    color: #fff;
    text-align: left
}

.trescal-esg .banner.article .container {
    height: 340px
}

@media screen and (max-width: 768px) {
    .trescal-esg .banner.article .container {
        padding:0 30px;
        height: 223px!important
    }
}

.trescal-esg .banner.article .container .content {
    text-align: left;
    padding: 0 0
}

.trescal-esg .text-image {
    position: relative
}

.trescal-esg .text-image .container .content {
    max-width: 400px
}

.trescal-esg .text-image .container .content h2 {
    padding-top: 40px
}

.trescal-esg .text-image .container .content p,.trescal-esg .text-image .container .content ul li {
    font-size: 14px;
    line-height: 20px
}

.trescal-esg .text-image .container .content .skrew-btn {
    margin-top: 50px;
    margin-bottom: 30px
}

.trescal-esg .text-image .skrew-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-color: inherit
}

.trescal-esg .text-image .skrew-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.trescal-esg .text-image .skrew-image::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 100%;
    background: inherit;
    transform: skew(-6.5deg);
    top: 0;
    right: -50px;
    z-index: 0
}

.trescal-esg .text-image.image-left .container .content {
    margin-left: 60%
}

.trescal-esg .text-image.image-right .container .content {
    margin-right: 60%
}

.trescal-esg .text-image.image-right .skrew-image {
    left: unset;
    right: 0
}

.trescal-esg .text-image.image-right .skrew-image::after {
    right: unset;
    left: -50px
}

@media screen and (max-width: 768px) {
    .trescal-esg .text-image.image-left .container .content,.trescal-esg .text-image.image-right .container .content {
        margin:0;
        max-width: initial
    }

    .trescal-esg .text-image.image-left .skrew-image,.trescal-esg .text-image.image-right .skrew-image {
        position: relative;
        width: 100%;
        height: 180px;
        overflow: hidden
    }

    .trescal-esg .text-image.image-left .skrew-image::after {
        right: -70px
    }

    .trescal-esg .text-image.image-right .skrew-image::after {
        left: -70px
    }
}

.trescal-esg .timeline {
    padding-top: 40px;
    padding-bottom: 40px
}

.trescal-esg .timeline h2 {
    text-align: center
}

.trescal-esg .timeline .timeline-des {
    margin: auto;
    max-width: 725px;
    padding-top: 20px;
    padding-bottom: 20px
}

.trescal-esg .timeline .slider {
    margin-left: calc((100vw - 1086px)/ 2)
}

.trescal-esg .timeline .slider .arrow {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100
}

.trescal-esg .timeline .slider .arrow.arrow_L {
    top: 50px
}

.trescal-esg .timeline .slider .arrow.arrow_R {
    top: 75px
}

.trescal-esg .timeline .slider .scroller {
    overflow: hidden;
    position: relative;
    margin-left: 70px
}

.trescal-esg .timeline .slider .scroller .bloc-cards {
    display: table
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item {
    position: relative;
    display: table-cell;
    height: 359px;
    width: 249px;
    min-width: 249px;
    vertical-align: top
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des {
    color: var(--color-primary);
    padding: 0 15px
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des .before {
    width: 100%;
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    font-weight: 700
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des .before .year {
    display: block;
    height: 72px;
    font-size: 60px;
    line-height: 72px
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des hr {
    display: block;
    border: none;
    background-color: var(--color-second);
    height: 2px;
    width: 100%
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des .after {
    display: block;
    width: 100%;
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-top: 22px
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des .after img {
    padding-bottom: 10px
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des .after strong {
    padding-bottom: 15px
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des .after .logo {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des .after .logo .imgLogo {
    height: auto;
    max-height: 47px
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des .after .suptitle {
    font-weight: 700;
    margin-bottom: 14px
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item .content-des .after .textfooter {
    color: var(--color-text)
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item:hover .bg-bloc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    z-index: -1
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item:hover .bg-bloc .image {
    width: 100%;
    height: 100%;
    opacity: .6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item:hover .content-des {
    padding: 0 12px;
    color: #fff
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item:hover .content-des hr {
    background-color: #fff
}

.trescal-esg .timeline .slider .scroller .bloc-cards .cards-item:hover .content-des .after .textfooter {
    color: #fff
}

@media screen and (max-width: 1086px) {
    .trescal-esg .timeline .slider {
        margin-left:0
    }

    .trescal-esg .timeline .slider .arrow {
        left: 20px;
        right: auto
    }
}

@media screen and (max-width: 768px) {
    .trescal-esg .timeline .content-des {
        padding-top:50px
    }

    .trescal-esg .timeline .textfooter {
        font-size: 12px;
        line-height: 18px
    }

    .trescal-esg .timeline h1 {
        font-size: 50px
    }

    .trescal-esg .timeline .slider .scroller {
        margin-left: 70px
    }

    .trescal-esg .timeline .slider .scroller .cards-item {
        width: 221px;
        min-width: 221px
    }
}

.trescal-esg .reparation {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.trescal-esg .reparation .container {
    margin: auto;
    padding: 40px 0
}

.trescal-esg .reparation .container .content {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto
}

.trescal-esg .reparation .container .content .only-mobile {
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 28px
}

.trescal-esg .reparation .container .content .item {
    width: 100%;
    max-width: 425px
}

.trescal-esg .reparation .container .content .item-left h3 {
    margin-bottom: 10px;
    font-size: 80px;
    line-height: 100%;
    color: #fff
}

.trescal-esg .reparation .container .content .item-left p {
    font-size: 14px;
    line-height: 20px
}

.trescal-esg .reparation .container .content .item-right {
    padding-left: 40px
}

.trescal-esg .reparation .container .content .item-right h2 {
    margin-bottom: 20px;
    color: #fff
}

.trescal-esg .reparation .container .content .item-right p {
    margin-bottom: 27px
}

.trescal-esg .reparation .container .content .item-right .skrew-btn {
    margin-top: 20px
}

@media screen and (max-width: 768px) {
    .trescal-esg .reparation .container .content {
        flex-direction:column;
        height: auto
    }

    .trescal-esg .reparation .container .content .item {
        max-width: 100%
    }

    .trescal-esg .reparation .container .content .only-mobile {
        display: block
    }

    .trescal-esg .reparation .container .content .item-left {
        text-align: center
    }

    .trescal-esg .reparation .container .content .item-right {
        padding: 20px;
        text-align: center!important
    }

    .trescal-esg .reparation .container .content .item-right p {
        text-align: left;
        margin-bottom: 10px
    }

    .trescal-esg .reparation .container .content p {
        font-size: 14px;
        line-height: 20px
    }
}

.trescal-esg .valeurs .container {
    padding-top: 30px;
    padding-bottom: 50px
}

.trescal-esg .valeurs .container .content {
    margin: auto;
    max-width: 714px;
    text-align: center
}

.trescal-esg .valeurs .container .content h2 {
    color: #fff;
    padding-bottom: 5px
}

.trescal-esg .valeurs .container h5 {
    padding-top: 10px
}

.trescal-esg .valeurs .container a {
    color: #fff
}

.trescal-esg .valeurs .container hr {
    display: block;
    border: none;
    clear: both;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,.2);
    margin-top: 47px;
    margin-bottom: 37px
}

.trescal-esg .valeurs .slider .scroller .bloc-cards {
    column-gap: 70px;
    row-gap: 45px
}

.trescal-esg .valeurs .slider .scroller .bloc-cards .cards-item {
    width: 250px;
    min-width: 250px;
    max-width: auto;
    text-align: center
}

.trescal-esg .valeurs .slider .scroller .bloc-cards .cards-item p {
    font-size: 14px;
    line-height: 28px
}

@media screen and (max-width: 768px) {
    .trescal-esg .valeurs .container p {
        font-size:14px;
        line-height: 20px
    }

    .trescal-esg .valeurs .container hr {
        margin-top: 40px
    }

    .trescal-esg .valeurs .slider .scroller .bloc-cards .cards-item {
        width: calc(100vw - 60px);
        min-width: calc(100vw - 60px);
        max-width: auto
    }

    .trescal-esg .valeurs .slider .scroller .bloc-cards .cards-item p {
        padding-left: 30px;
        padding-right: 30px
    }
}

.trescal-esg .blocslider {
    padding-top: 40px;
    padding-bottom: 40px
}

.trescal-esg .blocslider .container h2 {
    text-align: center
}

.trescal-esg .blocslider .slider .scroller .bloc-cards {
    column-gap: 32px
}

.trescal-esg .blocslider .slider .scroller .bloc-cards .cards-item {
    position: relative;
    width: 247px;
    min-width: 247px;
    text-align: left;
    margin: 0
}

.trescal-esg .blocslider .slider .scroller .bloc-cards .cards-item .bg-image {
    position: relative;
    width: 100%;
    height: 160px
}

.trescal-esg .blocslider .slider .scroller .bloc-cards .cards-item h3 {
    padding-top: 10px
}

.trescal-esg .blocslider .slider .scroller .bloc-cards .cards-item p {
    font-size: 12px;
    line-height: 18px;
    padding-top: 15px;
    margin-right: 30px
}

@media screen and (max-width: 768px) {
    .trescal-esg .blocslider .slider .arrow {
        bottom:-20px
    }

    .trescal-esg .blocslider .slider .scroller .bloc-cards {
        column-gap: 32px
    }

    .trescal-esg .blocslider .slider .scroller .bloc-cards .cards-item {
        width: 232px;
        min-width: 232px
    }

    .trescal-esg .blocslider .slider .scroller .bloc-cards .cards-item .bg-image {
        width: calc(100% - 30px)
    }

    .trescal-esg .blocslider .slider .scroller .bloc-cards .cards-item h3 {
        font-size: 14px;
        line-height: 23px
    }

    .trescal-esg .blocslider .slider .scroller .bloc-cards .cards-item p {
        font-size: 12px;
        line-height: 18px;
        padding-top: 15px;
        margin-right: 30px
    }
}

.trescal-esg .document {
    padding-top: 40px;
    padding-bottom: 40px
}

.trescal-esg .document .content {
    margin-bottom: 40px;
    text-align: center
}

.trescal-esg .document .slider {
    margin-left: calc((100vw - 1086px)/ 2)
}

.trescal-esg .document .slider .arrow {
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.trescal-esg .document .slider .arrow.arrow_L {
    top: 10px
}

.trescal-esg .document .slider .arrow.arrow_R {
    top: 35px
}

.trescal-esg .document .slider .scroller {
    overflow: hidden;
    position: relative;
    margin-left: 70px
}

.trescal-esg .document .slider .scroller .bloc-cards {
    display: table;
    border-spacing: 20px 0
}

.trescal-esg .document .slider .scroller .bloc-cards .cards-item {
    position: relative;
    display: table-cell;
    width: 180px;
    min-width: 180px
}

.trescal-esg .document .slider .scroller .bloc-cards .cards-item p {
    color: var(--color-primary);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 10px
}

@media screen and (max-width: 1086px) {
    .trescal-esg .document .slider {
        margin-left:0
    }

    .trescal-esg .document .slider .arrow {
        left: 20px
    }
}

@media screen and (max-width: 768px) {
    .trescal-esg .document .content {
        margin-bottom:40px
    }

    .trescal-esg .document .slider .arrow.arrow_L {
        top: auto;
        bottom: 0;
        left: calc(50% - 25px - 16px)
    }

    .trescal-esg .document .slider .arrow.arrow_R {
        top: auto;
        bottom: 0;
        left: auto;
        right: calc(50% - 25px - 16px)
    }

    .trescal-esg .document .slider .scroller {
        margin-left: 0
    }

    .trescal-esg .document .slider .scroller .cards-item {
        width: 170px;
        min-width: 170px
    }
}

.trescal-esg .Actualites {
    margin-top: 45px;
    margin-bottom: 70px
}

.trescal-esg .Actualites .container h2 {
    text-align: left
}

.trescal-esg .Actualites .container p {
    font-size: 12px;
    line-height: 18px
}

.trescal-esg .Actualites .container .content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start
}

.trescal-esg .Actualites .container .content .col-left {
    width: 527px;
    max-width: calc(50% - 15px)
}

.trescal-esg .Actualites .container .content .col-left .article .bg-img {
    position: relative
}

.trescal-esg .Actualites .container .content .col-left .article .bg-img .bg-esg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    min-width: 40px;
    height: auto;
    padding: 5px 10px;
    background-color: #25b2e5;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    color: #fff
}

.trescal-esg .Actualites .container .content .col-left .article h3 {
    padding-top: 12px;
    padding-bottom: 5px
}

.trescal-esg .Actualites .container .content .col-right {
    width: 408px;
    max-width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 30px
}

.trescal-esg .Actualites .container .content .col-right .article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch
}

.trescal-esg .Actualites .container .content .col-right .article p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 36px;
    width: 230px;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.trescal-esg .Actualites .container .content .col-right .article .content-img {
    position: relative;
    display: block;
    width: 156px;
    height: inherit
}

.trescal-esg .Actualites .container .content .col-right .article .content-img img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.trescal-esg .Actualites .container .content .col-right .article .content-text {
    padding-left: 30px;
    height: inherit;
    position: relative;
    width: 222px
}

.trescal-esg .Actualites .container .content .col-right .article .content-text .cta a {
    line-height: 100%
}

@media screen and (max-width: 768px) {
    .trescal-esg .Actualites .container .content .col-left {
        width:100%;
        max-width: 100%
    }

    .trescal-esg .Actualites .container .content .col-left .article .bg-img img {
        width: 100%
    }

    .trescal-esg .Actualites .container .content .col-right {
        display: none
    }
}

.trescal-esg .centertext {
    padding: 40px
}

.trescal-esg .centertext .content {
    text-align: center
}

.trescal-esg .centertext .content .skrew-btn,.trescal-esg .centertext .content .wp-block-button {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .trescal-esg .centertext .content {
        margin:auto;
        max-width: 714px
    }
}

.trescal-esg .chiffrecles .container .content {
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center
}

.trescal-esg .chiffrecles .container .content .cols {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start
}

.trescal-esg .chiffrecles .container .content .cols .item {
    margin-top: 36px
}

.trescal-esg .chiffrecles .container .content .cols .item h2 {
    margin-bottom: 30px
}

.trescal-esg .chiffrecles .container .content .cols .item .counter {
    font-size: 60px;
    font-weight: 500;
    font-style: italic;
    line-height: 72px
}

.trescal-esg .chiffrecles .container .content .cols .item p {
    text-align: center;
    margin: auto;
    max-width: 250px
}

@media screen and (max-width: 768px) {
    .trescal-esg .chiffrecles .container .content .cols {
        flex-direction:column;
        align-items: center
    }
}

.trescal-esg .full-skrew-image {
    position: relative;
    display: block;
    width: 100%;
    height: 80vh;
    max-height: 410px;
    background-color: #095ba5;
    overflow: hidden
}

.trescal-esg .full-skrew-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.trescal-esg .full-skrew-image::after {
    content: " ";
    background-color: inherit;
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0
}

.trescal-esg .full-skrew-image.mask-left::after {
    transform: skew(10deg);
    left: -10%
}

.trescal-esg .full-skrew-image.mask-right::after {
    transform: skew(-10deg);
    right: -10%
}

.trescal-esg .videos .container {
    padding-top: 45px;
    padding-bottom: 34px
}

.trescal-esg .videos .container .content {
    margin: auto;
    max-width: 714px;
    text-align: center
}

.trescal-esg .videos .container .content p {
    margin-top: 27px;
    margin-bottom: 44px;
    font-size: 16px;
    line-height: 22px
}

.trescal-esg .videos .container .gallery {
    max-width: 900px;
    margin: auto
}

.trescal-esg .videos .container .gallery .wrapper {
    width: calc(100vw - 60px);
    max-width: 900px;
    height: calc(calc(100vw - 60px) * 9 / 16);
    max-height: 506px
}

.trescal-esg .videos .container .gallery .wrapper .item {
    position: relative;
    display: none
}

.trescal-esg .videos .container .gallery .wrapper .item .player {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.trescal-esg .videos .container .gallery .wrapper .item .player img {
    width: inherit
}

.trescal-esg .videos .container .gallery .wrapper .item .description {
    margin-top: 4px;
    text-align: left
}

.trescal-esg .videos .container .gallery .wrapper .item.active {
    display: block;
    font-weight: 700;
    color: var(--color-primary)
}

.trescal-esg .videos .container .gallery .nav {
    position: relative;
    width: 100%;
    height: 16px;
    margin-top: 65px;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: end;
    column-gap: 10px
}

.trescal-esg .videos .container .gallery .nav li {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--color-text)
}

.trescal-esg .videos .container .gallery .nav li.active {
    background-color: var(--color-primary)
}

@media screen and (max-width: 768px) {
    .trescal-esg .videos .container .gallery .nav {
        justify-content:center
    }
}

.trescal-esg .related .container {
    padding-top: 45px;
    padding-bottom: 34px
}

.trescal-esg .related .container .content {
    margin: auto;
    max-width: 714px;
    text-align: center
}

.trescal-esg .related .container .slider {
    margin-top: 45px
}

.trescal-esg .related .container .slider .bloc-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: 30px;
    justify-content: center
}

.trescal-esg .related .container .slider .bloc-cards .cards-item {
    display: inline-block;
    position: relative;
    width: 342px;
    min-width: 342px;
    height: 233px;
    color: #fff;
    background-color: var(--color-mask)
}

.trescal-esg .related .container .slider .bloc-cards .cards-item .feature-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .6
}

.trescal-esg .related .container .slider .bloc-cards .cards-item h3 {
    position: absolute;
    top: 20px;
    left: 23px;
    color: inherit;
    font-size: 20px;
    line-height: 26px;
    width: 80%;
    text-align: left
}

.trescal-esg .related .container .slider .bloc-cards .cards-item .cta {
    position: absolute;
    bottom: 23px;
    left: 23px;
    color: inherit
}

.trescal-esg .related .container .slider .bloc-cards .cards-item .cta a {
    font-size: 14px;
    line-height: 18px;
    color: inherit
}

.trescal-esg .related .container .slider .bloc-cards .cards-item .cta span {
    color: var(--color-red)
}

@media screen and (max-width: 768px) {
    .trescal-esg .related .container {
        padding:0 18px
    }

    .trescal-esg .related .container .slider .bloc-cards {
        display: table
    }

    .trescal-esg .related .container .slider .bloc-cards .cards-item {
        display: table-cell;
        width: calc(100vw - 36px);
        min-width: calc(100vw - 36px)
    }
}

@media screen and (max-width: 640px) {
    .trescal-esg .related .container .slider .bloc-cards .cards-item {
        height:165px
    }
}

/*# sourceMappingURL=template-esg.min.css.map */