.content-main {
    overflow: hidden;
}

.spanOrange {
    color: #EF7D00;
}
.uppercase {
    text-transform: uppercase;
}

.shapeH1 .elementor-widget-container {
    position: relative;
}
.shapeH1 h1, .shapeH1 h2 {
    position: initial;
}
.shapeH1 h1:before, .shapeH1 h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: #ef7d00;
    -webkit-transform: rotate(90deg) skew(45deg) translateY(-50%);
    -moz-transform: rotate(90deg) skew(45deg) translateY(-50%);
    -o-transform: rotate(90deg) skew(45deg) translateY(-50%);
    tranform: rotate(90deg) skew(45deg) translateY(-50%);
    width: 12px;
    height: 12px;

    left: 5px;
    top: 50%;
}
.shapeH1 h1, .shapeH1 h2 {
    padding-left: 30px;
}
@media (min-width: 768px) {
    .shapeH1 h1:before, .shapeH1 h2:before {
        left: 15px;
    }
    .shapeH1 h1, .shapeH1 h2 {
        padding-left: 0;
    }
}

/* Home */
.itemOffre .elementor-image-box-content {
    position: absolute;
    display: flex;
    top: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.itemOffre .elementor-image-box-title {
    width: 100%;
    height: 100%;
}
.itemOffre .elementor-image-box-title a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

/* Positionnement */
#mapDorise .e-hotspot__tooltip strong {
    font-size: 1.3em;
    font-weight: bold;
    color: #EF7D00;
}
#mapDorise .titleImplantation {
    margin-bottom: 1em;
    font-weight: bold;
}

/* Fondamentaux */
.icoShadow .elementor-icon {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.28);
}

.icoSvg svg {
    height: auto !important;
}

@media (min-width: 768px) {
    div.scrollBlock::-webkit-scrollbar {
        background: #FFFFFF;
        width: 9px;
        padding-right: 1.5em;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-track {
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #E3E3E3;
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
    }

    div.scrollBlock {
        height: 155px;
        padding-right: .5em;
        overflow-y: auto;
        overflow-x: hidden;
    }

    div.scrollBlock:hover::-webkit-scrollbar {
        background: #f7f7f7;
    }

    div.scrollBlock > div {
        height: 1000px;
    }
}

/* numbers */
.content .number {
    font-size: 2.5em;
    font-weight: bold;
}

/* Offre > Expertise */
@media (min-width: 769px) {
    .titleExpertise {
        min-height: 200px;
    }
}
.titleExpertise .elementor-widget-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.titleExpertise strong {
    display: block;
    margin-bottom: .5em;
    font-size: 1.8em;
    line-height: 1.8rem;
    color: #ef7d00;
}
@media (max-width: 768px) {
    .titleExpertise strong {
        font-size: 1.3em;
        letter-spacing: -0.6px;
    }
}
.titleExpertise p {
    margin-bottom: 0;
    line-height: inherit;
}

/* Carrières / Job */
.iconJobList .elementor-icon {
    box-shadow: 2px 9px 10px 1px rgba(0, 0, 0, 0.17);
}
.elementor-field-group-rgpd {
    margin: 2rem 0;
}
/* Cacher l'input de type file */
input[type="file"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/* Style du bouton personnalisé */
.custom-file-button {
    display: inline-block;
    background-color: white;
    border: 2px solid #ef7d00;
    color: #ef7d00;
    padding: 7px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
}

/* Changer la couleur au survol */
.custom-file-button:hover {
    background-color: #ef7d00;
    color: white;
}
.custom-file-button:hover svg {
    fill: white;
}
.elementor-field-group .elementor-select-wrapper {
    flex-wrap: wrap;
}
.elementor-field-group .elementor-select-wrapper.elementor-error .select-caret-down-wrapper {
    top: 20px;
}
.elementor-message.elementor-message-danger {
    font-size: .8rem;
}
.elementor-form-fields-wrapper .elementor-field-group {
    align-content: flex-start;
}
.unactive_click_filter .elementor-widget-container{
    position: relative;
}
.unactive_click_filter .elementor-widget-container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.textWithLinks a{
    color: inherit !important;
    transition: color 250ms ease-in-out;
}

.textWithLinks a:hover{
    color: #ef7d00 !important;
    text-decoration: underline !important;
}

.articlesCategoriesList h5 {
    font-weight: 600 !important;
}
.articlesCategoriesList ul{
    list-style-type: none;
    margin-left: 15px !important;

}
.articlesCategoriesList ul a {
    color: #000 !important;
    font-weight: normal !important;
    transition: color 250ms ease-in-out;
}

.articlesCategoriesList ul li:hover a {
    color: #ef7d00 !important;
    text-decoration: underline !important;
}

.articleCategoriesTags li .elementor-icon-list-icon svg{
    transition: fill 250ms ease-in-out;
}
.articleCategoriesTags li:hover .elementor-icon-list-icon svg{
    fill: #ef7d00;
}

.articleCategoriesTags a {
    font-weight: 600 !important;
    transition: color 250ms ease-in-out;
}

.articleCategoriesTags a:hover{
    color: #ef7d00 !important;
}

.articleListLink .elementor-button-text{
    text-decoration: underline !important;
    cursor: pointer;
}

.articleSeeAll a {
    color: #000 !important;
    transition: color 250ms ease-in-out;
    background: none !important;
}

.articleSeeAll a span{
    color: inherit !important;
    background: none !important;
}

.articleSeeAll a svg{
    transition: fill 250ms ease-in-out;
}

.articleSeeAll a:hover {
    color: #ef7d00 !important;
}

.articleSeeAll a:hover svg{
    fill: #ef7d00;
}

/*VERSION CONNECTÉ*/
.connectedContainer #homeDashboard .elementor-widget-heading .elementor-widget-container{
    position: relative;
    padding: 0;
    margin: 0;
}

.connectedContainer .connectedVisuals{
    position: relative;
    margin: 0;
}

.connectedContainer #homeDashboard{
    padding-top: 15px;
    /*flex-wrap: nowrap;*/

}

.connectedContainer .connectedVisuals .water{
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateX(-58%);
    opacity: 1;
    transition: opacity 500ms ease-in-out;
}

.connectedContainer .connectedVisuals .water img{
    max-width: 110% !important;
}

.connectedContainer #homeDashboard .elementor-widget-heading .elementor-widget-container:after{
    content: '';
    position: absolute;
    bottom: 8px;
    height: 1px;
    background: #70707057;
    width: 100%;
    right: 0;
    z-index: 1;
}

.title-right-border .elementor-heading-title{
    background: #FFF !important;
    display: block;
    padding-left: 0;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    justify-self: flex-start;

}
.account-cards-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
    position: relative;
    z-index: 2;
    margin-top: 23px;
}

.connectedCards {
    display: block !important;
}

.connectedCards .elementor-shortcode{
    position: relative;
    padding: 0 !important;
}


.account-cards-container p{
    text-shadow: none;
}

.account-cards-container .account-card::before {
    content: "";
    display: block;
    padding-top: 100%; /* Rend la hauteur égale à la largeur */
    background: transparent;
}

.account-cards-container .account-card{
    background: #f2f2f2;
    color: #191919;
    transition: background-color 250ms ease-in-out;
    position: relative;
}

.account-cards-container a.account-card{
    cursor: pointer;
}

.account-cards-container .account-card-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
}

.account-cards-container .account-card-content span{
    margin: 0;
    padding: 0;
    word-break: break-word;
    white-space: normal;
    text-align: center;
    font-weight: 400;
    color: #191919;
    font-size: 0.8rem;

}

.account-cards-container span.account-card-link{
    margin-top: 0.8rem;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: space-between;
    align-items: flex-end;
}

.account-cards-container span.account-card-link .icon-chevron-down{
    transform: rotate(-90deg);
    font-size: 1.1em;

}

.account-cards-container span.account-card-icon{
    font-size: 45px;
    transition: color 250ms ease-in-out;
}

.account-cards-container .account-card-icon .account-card-content {
    flex-direction: column;
    gap: 13px;
}

.account-cards-container .account-card-icon .account-card-link{
    margin-top: 0;

}
.account-cards-container .account-card:nth-child(1){
    clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
}

.account-cards-container .account-card:nth-child(2){
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 80%);
}
.account-cards-container .account-card:nth-child(3){
    clip-path: polygon(0 100%, 0 0, 80% 0, 100% 20%, 100% 100%);
}
.account-cards-container .account-card:nth-child(4){
    clip-path: polygon(0 20%, 20% 0, 100% 0, 100% 100%, 0 100%);
}

.account-cards-container .account-card:not(.empty-card):hover{
    background: #CBCBCB;
}

.account-cards-container span.account-card-number{
    transition: color 250ms ease-in-out;
    font-size: 3em;
    font-weight: 700;
}

.account-cards-container .account-card:not(.empty-card):hover span.account-card-number,
.account-cards-container .account-card:not(.empty-card):hover span.account-card-icon i {
    color: #EF7D00;
}

.connectedContainer #ourCatalogs-container .elementor-button-link {
    margin-top: 30px;
    transition: background 250ms ease-in-out;
}
.connectedContainer #ourCatalogs-container .elementor-button-link span{
    font-weight: normal;
}

.connectedContainer #ourCatalogs-container .elementor-button-link:hover{
   background: #707070;
}


.connectedContainer #ourCatalogs-container .elementor-swiper-button-prev svg,
.connectedContainer #ourCatalogs-container .elementor-swiper-button-next svg{
    fill: #707070;
    transition: fill 250ms ease-in-out;
}

.connectedContainer #ourCatalogs-container .elementor-swiper-button-prev:hover svg,
.connectedContainer #ourCatalogs-container .elementor-swiper-button-next:hover svg{
    fill: #EF7D00;
}


@media (min-width: 768px) {
    .connectedContainer #homeDashboard{
        padding-top: 40px;
    }

    .connectedContainer .connectedVisuals .water{
        position: absolute;
        top: 35%;
        left: 0;
        transform: translateX(-67%);
        opacity: 1;
        transition: opacity 500ms ease-in-out;
    }

    .connectedContainer .connectedVisuals .water img{
        max-width: 110% !important;
    }

    .connectedCards .elementor-shortcode:before,
    .connectedCards .elementor-shortcode:after{
        content: '';
        position: absolute;
        z-index: 1;
    }

    .connectedCards .elementor-shortcode:before{
        top: 50%;
        left: 0;
        width: 120px;
        height: 100px;
        box-shadow: none;
        transform : translate(-25%, -50%) matrix(1.00,0.00,1.00,1.00,0,0);
        background: #FF7D25 0 0 no-repeat padding-box;
        opacity: 1;
    }

    .connectedCards .elementor-shortcode:after{
        width: 120px;
        height: 100px;
        transform: translate(0, 50%) matrix(1.00,0.00,-1.00,1.00,0,0);
        /* UI Properties */
        border: 1px solid #707070;
        opacity: 1;
        right: -15px;
        bottom: 0;
    }

    .title-right-border .elementor-heading-title{
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .connectedContainer #homeDashboard{
        padding-top: 50px;
    }
}

@media (min-width: 1024px) {
    .connectedCards .elementor-shortcode:before,
    .connectedCards .elementor-shortcode:after{
        content: '';
        position: absolute;
        z-index: 1;
    }

    .connectedCards .elementor-shortcode:before{
        top: 50%;
        left: 0;
        width: 120px;
        height: 100px;
        box-shadow: none;
        transform : translate(-25%, -50%) matrix(1.00,0.00,1.00,1.00,0,0);
        background: #FF7D25 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .connectedCards .elementor-shortcode:after{
        width: 120px;
        height: 100px;
        transform: translate(0, 50%) matrix(1.00,0.00,-1.00,1.00,0,0);
        /* UI Properties */
        border: 1px solid #707070;
        opacity: 1;
        right: -15px;
        bottom: 0;
    }

    .account-cards-container span.account-card-link{
        margin-top: 2em;
    }

    .account-cards-container span.account-card-number{
        font-size: 3em;
    }
}

@media (min-width: 1200px) {
    .connectedContainer #homeDashboard{
        padding-top: 100px;
    }

    .title-right-border .elementor-heading-title{
        padding-left: 50px;
        padding-right: 15px;
        font-size: 1.6rem;

    }

    .connectedCards .elementor-shortcode:before{
        width: 140px;
        height: 120px;
    }

    .connectedCards .elementor-shortcode:after{
        width: 140px;
        height: 120px;
    }


    .account-cards-container .account-card-content span{
        font-size: 1rem;
    }

    .account-cards-container span.account-card-number{
        font-size: 3.5em;
    }

    .account-cards-container span.account-card-icon{
        font-size: 57px;

    }
}

@media (min-width: 1480px) {
    .connectedContainer #homeDashboard{
        padding-top: 100px;
    }

    .connectedContainer .connectedVisuals .water{
        top: 40%;
        transform: translateX(-58%);
    }

    .title-right-border .elementor-heading-title{
        padding-left: 70px;
        font-size: 1.9rem;
    }

    .connectedCards .elementor-shortcode:before{
        width: 160px;
        height: 140px;
    }

    .connectedCards .elementor-shortcode:after{
        width: 160px;
        height: 140px;
    }

    .account-cards-container span.account-card-number{
        font-size: 4.5em;
    }
}
