/* ------------------------ */
/* -------- HEADER -------- */
/* ------------------------ */
html,
body {
    overflow-x: hidden;
}

.bloc-header {
    width: auto;
}

.bloc-header .e-con-inner {
    margin: 0;
}

header.onscroll {
    top: -100px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home header.sticky,
header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #F9F3EE;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 100;
}

header.sticky {
    padding-top: 10px;
    padding-bottom: 10px;
}

header.sticky .e-con.e-flex>.e-con-inner {
    align-items: center;
}

/* Quand le menu est en sticky, pour garder la taille du header */
header.sticky+main {
    padding-top: 65px;
}

#mega-menu-menu-1>a img {
    display: none;
}

.mega-menu-item {
    overflow: hidden;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1,
.mega-menu-link {
    display: flex !important;
}

#mega-menu-item-77>ul,
#mega-menu-item-99>ul,
#mega-menu-item-2718>ul {
    padding: 10px 27.14% 15px 27.14% !important;
    display: flex !important;
    flex-flow: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 30px !important;
    box-shadow: 0px 15px 15px #00000029 !important;
}

#mega-menu-item-2718 .mega-sub-menu #mega-menu-2718-0 .mega-sub-menu .mega-menu-column .mega-sub-menu {
    display: flex !important;
    flex-direction: column;
}

#mega-menu-99-0 {
    max-width: 1000px !important;
}

#mega-menu-2718-0 {
    max-width: 940px !important;
}

#mega-menu-99-0 .mega-menu-column .mega-sub-menu,
#mega-menu-2718-0 .mega-sub-menu .mega-menu-column .mega-sub-menu {
    display: flex !important;
    width: 100% !important;
    justify-content: center;
}

#mega-menu-77-1>ul {
    display: flex !important;
}

#mega-menu-77-1>ul li.mega-menu-column:nth-child(1),
#mega-menu-77-1>ul li.mega-menu-column:nth-child(2) {
    margin-right: 58px !important;
}

#mega-menu-77-1>ul li.mega-menu-column {
    width: auto !important;
}


.header-subtitle ul li {
    margin-bottom: 3px !important;
    overflow: hidden !important;
}

.header-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #008570;
    margin-bottom: 0 !important;
}

.header-subtitle:after {
    position: absolute;
    top: 30%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #008570;
    margin-left: 18px;
    text-align: right;
}

#mega-menu-77-0,
#mega-menu-77-1 {
    width: 100%;
    float: left;
    max-width: 940px !important;
}

#mega-menu-84-0 {
    max-width: 930px !important;
}

#mega-menu-item-84>ul {
    padding: 10px 21.28% 15px 27.14% !important;
    display: flex !important;
    flex-flow: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 30px !important;
    box-shadow: 0px 15px 15px #00000029 !important;
}

#mega-menu-84-0-0>ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    padding-top: 40px !important;
    margin-right: 62px !important;
    gap: 0 60px;
}

.bloc-fonctions .mega-sub-menu .mega-menu-item:nth-child(1) {
    position: absolute !important;
}


/*PLATEFORME*/
#mega-menu-84-0-1>ul {
    overflow: hidden;
}

#mega-menu-84-0-1 {
    overflow: hidden !important;
    width: 19% !important;
    left: 115px !important;
}

#mega-menu-84-0>ul {
    display: flex !important;
    justify-content: space-between;
}

#mega-menu-84-0-0>.mega-sub-menu li.mega-menu-column:nth-child(1),
#mega-menu-84-0-0>.mega-sub-menu li.mega-menu-column:nth-child(2) {
    margin-right: 58px !important;
}
 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12 {
    width: 48% !important;
}

#mega-menu-84-0-2 ul li.mega-menu-item img {
    width: 330px;
}

#mega-menu-84-0-2 ul li.widget_media_image {
    display: flex !important;
    justify-content: end !important;
    top: -20px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    height: 30px;
    display: flex !important;
    align-items: center;
    margin: 0 8px;
}

.mega-sub-menu li.mega-menu-item {
    display: flex !important;
    align-items: center !important;
    transition: font-weight 0.3s ease !important;
}

.mega-sub-menu li.mega-menu-item .mega-menu-link {
    left: -11px !important;
    background-color: #fff !important;
    width: max-content !important;
    transition: left 0.3s ease !important;
}

.mega-sub-menu li.mega-menu-item .mega-menu-link:focus {
    font-weight: 400 !important;
}

.mega-sub-menu li.mega-menu-item:hover .mega-menu-link {
    font-weight: 400 !important;
    left: 4px !important;

}


.mega-sub-menu li.mega-menu-item::before {
    content: '';
    background-image: url(../img/chevron-menu.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 11px !important;
    width: 11px !important;
    height: 11px !important;
    transform: rotate(270deg);
    /* effet supplémentaire possible */
    position: relative !important;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.5s ease, visibility 0.3s ease;
    left: 0px !important;
    display: flex !important;
}

.mega-sub-menu li.mega-menu-item:hover::before,
.mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left:hover::before {
    opacity: 1;
}

.mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-menu-item-has-children::before {
    content: '';
    display: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link {
    transition: 0.3s ease-in-out;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link:hover {
    background: #2C2E511D 0% 0% no-repeat padding-box;
    border-radius: 20px 0px 20px 20px;
}

.mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left::before {
    content: '';
    background-image: url(../img/chevron-menu.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 11px !important;
    width: 11px !important;
    height: 11px !important;
    transform: rotate(270deg);
    /* effet supplémentaire possible */
    position: absolute !important;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.5s ease, visibility 0.3s ease;
    left: 8px !important;
    top: 10px;
    display: flex !important;
}

.mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left:hover::before {
    z-index: 11 !important;
}

.header-subtitle ul .widget_custom_html {
    width: 100% !important;
}

.header-subtitle ul .widget_custom_html::before,
.bloc-fonctions ul .widget_custom_html::before,
.bloc-secteurs ul .widget_custom_html::before,
.bloc-img-menu ul .mega-menu-item::before,
.mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-menu-item-has-children:hover::before {
    display: none !important;
}


.mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page {
    width: auto !important;
}

.bloc-secteurs ul.mega-sub-menu {
    display: flex !important;
    flex-direction: column !important;
}

.bloc-img-menu {
    width: 330px !important;
    left: 90px !important;
}

.bloc-img-menu ul .mega-menu-item {
    justify-content: end !important;
}

.btn-demo {
    display: flex;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--e-global-color-a25b3ca);
    border-radius: 20px 0px 20px 20px;
    padding: 8px 20px 8px 6px;
    justify-content: space-between;
    align-items: center;
    width: max-content;
    gap: 13px;
    float: right;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 50px;
    bottom: 12px;
}

.btn-demo::before {
    content: '';
    display: block;
    background-image: url(../img/icone-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 26px;
    height: 26px;
}

.btn-demo:hover {
    background-color: #e88630;
    color: #fff;
}

.mega-link-menu-entreprise.mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left.mega-menu-flyout.mega-menu-item-2718.link-menu-entreprise::before{
    content: '';
   display: none !important;
}

.mega-link-menu-entreprise.mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left.mega-menu-flyout.mega-menu-item-2718.link-menu-entreprise a::after{
    content: '';
    background-image: url(../img/external-link.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 21px !important;
    width: 18px !important;
    height: 18px !important;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.5s ease, visibility 0.3s ease;
    display: flex !important;
    position: relative;
    left: 6px;
}

.mega-link-menu-entreprise.mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left.mega-menu-flyout.mega-menu-item-2718.link-menu-entreprise a:hover::after{
    opacity: 1 ;
}

/*.hide-switcher{
    display: none; 
}*/
.bloc-weglot-switcher{
    margin-right: 10px;
}
.country-selector.weglot-dropdown{
    background-color: transparent;
    width: 53px;
}

.country-selector.weglot-dropdown ul {
    display: block;
    opacity: 0;
    transition: 0.3s ease-in-out;
    
}

.country-selector.weglot-dropdown:hover ul{
    opacity: 1;
}

.country-selector.weglot-dropdown a, .country-selector.weglot-dropdown span {
    font-size: 18px;
}

.country-selector.weglot-dropdown .wgcurrent:after {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 14px;
    transition: 0.3s ease-in-out;
}

.country-selector.weglot-dropdown:hover .wgcurrent:after {
    top: 17px;
}

.country-selector.weglot-dropdown .wgcurrent {
    border: none;
}


ul li.wg-li.weglot-lang.weglot-language{
    background-color: #2C2E51;
    border-color:#2C2E51 ;
    position: relative;
}

ul li.wg-li.weglot-lang.weglot-language a{
    color: #fff;
    height: 30px;
    font-size: 16px;
    position: relative;
    top: -2px;
    display: flex;
    left: 0;
    transition: 0.3s ease-in-out;
}

ul li.wg-li.weglot-lang.weglot-language::before{
    content: '>';
    position: absolute !important;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, width 0.5s ease, visibility 0.3s ease;
    left: 5px !important;
    top: 2px;
    font-size: 20px;
    color: #fff;
}

ul li.wg-li.weglot-lang.weglot-language:hover::before{
    opacity: 1;
}

ul li.wg-li.weglot-lang.weglot-language a:hover{
    left: 8px;
} 
/* ------------------------ */
/* --------- PAGE --------- */
/* ------------------------ */
html {
    scroll-padding-top: 120px;
}

#content {
    overflow: hidden;
}

.sans-margin p,
.sans-margin h2 {
    margin: 0;
}

.padding-content {
    padding-left: 9.58%;
    padding-right: 9.58%;
}

.btn-min-height{
    min-height: 40px;
}

.clamp div p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
}

.contenu-original-limite div {
    text-align: center;
}

.contenu-original-limite div h2{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}

.contenu-original-limite div h2::after{
    content: ".";
}

.contenu-original-limite div p,
.contenu-original-limite div p strong{
    font-size: 14px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-bottom: 0;
}

.contenu-original-limite div p img{
    display: none;
}

.custom-multiply div img {
    mix-blend-mode: multiply;
}

#breadcrumbs span a {
    font-weight: 400;
}

.btn-learn-more div div a span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    gap: 7px;
}

.btn-learn-more div div a span.elementor-button-content-wrapper .elementor-button-icon {
    background-color: #2C2E51;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.btn-learn-more div div a:hover span.elementor-button-content-wrapper .elementor-button-icon {
    background-color: #fff;
}

.btn-learn-more div div a span.elementor-button-content-wrapper .elementor-button-icon svg {
    width: 9px;
    transition: 0.3s ease-in-out;
}

.btn-learn-more div div a:hover span.elementor-button-content-wrapper .elementor-button-icon svg path {
    fill: #2C2E51;
}


.btn-customer-service div div a span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

.btn-customer-service div div a span.elementor-button-content-wrapper .elementor-button-icon {
    background-color: var(--e-global-color-a25b3ca);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.btn-customer-service div div a:hover span.elementor-button-content-wrapper .elementor-button-icon {
    background-color: var(--e-global-color-a25b3ca);
}

.btn-customer-service div div a span.elementor-button-content-wrapper .elementor-button-icon svg {
    width: 28px;
    transition: 0.3s ease-in-out;
}

.btn-customer-service div a:hover span.elementor-button-content-wrapper .elementor-button-icon svg path {
    fill: #fff;
}

/* ACCORDEON HOME */
.accordeon-home div div.elementor-shortcode {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.donut-center::before {
    content: '';
    display: block;
    background-image: url(../img/logo-edatavoice.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    width: 100%;
    height: 100%;
}

.accordion-chevron {
    width: 11px;
}

.accordion-header span {
    font-weight: bold;
    font-size: 20px;
}


/**/
.accordion-content p a {
    display: flex;
    align-items: center;
    color: #2C2E51;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    gap: 6px;
}

.accordion-content p a::before {
    content: '';
    background-image: url(../img/blue-chevron.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    display: block;
    width: 7px;
    height: 15px;
}

.e-n-accordion-item-title-icon span svg g g g g g path {
    stroke: #5892BF;
    stroke-width: 8px;
}

.accordeons-container {
    max-width: 511px;
    width: 100%;
}

.accordion {
    border: none;
    border-radius: 5px;
}

.accordion-header {
    padding: 4px 10px;
    background: transparent;
    cursor: pointer;
    display: flex;
    gap: 16px;
}

.accordion-content {
    display: none;
    padding: 10px;
    background: transparent;
}

.accordion.active .accordion-content {
    display: flex;
    gap: 46px;
    left: 29px;
    position: relative;
    max-width: 504px;
    width: 100%;
}

.accordion-content .accordion-icon {
    width: 65px;
    margin-bottom: 10px;
}

.accordion .accordion-chevron {
    transform: rotate(90deg);
}

.accordion.active .accordion-chevron {
    transform: rotate(270deg);
}

.donut-wrapper {
    width: fit-content;
    transform: rotate(270deg);
    left: 4px;
    position: relative;
}

.donut-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    height: 220px;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: 2;
}

.donut-slice {
    stroke: black;
    stroke-width: 1px;
    transition: fill 0.3s ease;
}

.icon-overlay {
    position: absolute;
    width: 48px;
    height: auto;
    transform: translate(128%, 128%);
    cursor: pointer;
    transform: translate(134%, 134%) rotate(90deg);
    transition: transform 0.3s ease;
}

.icon-overlay img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.1s ease;
    filter: grayscale(0) brightness(1);
    transition: filter 0.3s ease;
}

.donut-wrapper .donut-slice:hover,
.donut-wrapper .donut-slice.active {
    fill: #2C2E51 !important;
}

.icon-overlay.active img {
    filter: brightness(0) invert(1);
}

div.donut-wrapper>svg>g>path.donut-slice {
    z-index: 99;
    cursor: pointer;
}

div.donut-wrapper>div:nth-child(3) {
    transform: translate(142%, 106%) rotate(90deg);
}

div.donut-wrapper>div:nth-child(4) {
    transform: translate(130%, 93%) rotate(90deg);
}

div.donut-wrapper>div:nth-child(6) {
    transform: translate(125%, 82%) rotate(90deg);
}


div.donut-wrapper>div:nth-child(7) {
    transform: translate(134%, 116%) rotate(90deg);
}

div.donut-wrapper>div:nth-child(8) {
    transform: translate(128%, 127%) rotate(90deg);
}

.btn-explorer {
    position: relative;
    top: 42px;
    background-color: #FFFFFF00;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #2C2E51;
    color: #2C2E51;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2C2E51;
    border-radius: 20px 0px 20px 20px;
    padding: 3px 19px 3px 18px;
    margin-left: 7px;
    transition: 0.3s ease-in-out;
}

.btn-explorer:hover {
    background-color: #2C2E51;
    color: #FFFFFF;
}

.donut-wrapper_rcu{
    transform: rotate(230deg);
}
.donut-wrapper.donut-wrapper_rcu svg g .donut-slice{
    fill: #E6EEF6;
    stroke: revert-layer;
    stroke-width: 1.2px;
}

.accordion-header.accordion-header-rcu span {
    font-size: 19px;
}

.icon-text{
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
}

.icon-overlay.icon-overlay_rcu.active .icon-text{
    color: #fff;
}


.icon-overlay_rcu{
    width: 88px;
    display: flex;
    justify-content: center;
}

.donut-wrapper_rcu .donut-center{
    width: 170px;
    height: 170px;
    background-color: #2C2E51;
    transform: translate(-46%, -46%) rotate(90deg);
}

.donut-wrapper_rcu .donut-center::before {
    content: '';
    background-image: url(../img/logo-edatavoice-white.svg);
    background-size: 75px;
    transform: rotate(40deg);
}

div.donut-wrapper_rcu>div:nth-child(3) {
    transform: translate(96%, 188%) rotate(130deg);
}

div.donut-wrapper_rcu>div:nth-child(4) {
    transform: translate(96%, 666%) rotate(130deg);
}

div.donut-wrapper_rcu>div:nth-child(5) {
    transform: translate(81%, 292%) rotate(130deg);
}

div.donut-wrapper_rcu>div:nth-child(6) {
    transform: translate(89%, 306%) rotate(130deg);
}

div.donut-wrapper_rcu>div:nth-child(7) {
    transform: translate(85%, 314%) rotate(130deg);
}

div.donut-wrapper_rcu>div:nth-child(8) {
    transform: translate(80%, 271%) rotate(130deg);
}

div.donut-wrapper_rcu>div:nth-child(9) {
    transform: translate(95%, 288%) rotate(130deg);
}

div.donut-wrapper_rcu>div:nth-child(10) {
    transform: translate(95%, 285%) rotate(130deg);
}
div.donut-wrapper_rcu>div:nth-child(11) {
    transform: translate(86%, 280%) rotate(130deg);
}

.accordion-header.accordion-header-rcu {
    padding: 8px 10px;
}

.accordion.accordion-rcu.active .accordion-header.accordion-header-rcu span{
color: #1d8773;
}

.accordion.accordion-rcu .accordion-header.accordion-header-rcu .accordion-chevron {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(15%) sepia(12%) saturate(2386%) hue-rotate(198deg) brightness(103%) contrast(92%);
}

.accordion.accordion-rcu.active .accordion-header.accordion-header-rcu .accordion-chevron {
    filter: brightness(0) saturate(100%) invert(39%) sepia(66%) saturate(476%) hue-rotate(119deg) brightness(95%) contrast(88%);
}

.accordion-content.rcu-content {
    padding: 4px 10px;
}
/**/

.background-edatavoice::after {
    content: '';
    background-image: url(../img/logo-simplifie-edatavoice.svg);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 88%;
    width: 100%;
    height: 102%;
    display: flex;
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
}

.pg-vision.background-edatavoice::after {
    content: '';
    background-image: url(../img/logo-simplifie-edatavoice.svg);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 88%;
    width: 100%;
    height: 102%;
    display: flex;
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
}

.background-skilliance::after {
    content: '';
    background-image: url(../img/skilliance_symbole.png);
    background-size: 550px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 102%;
    display: flex;
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 46%;
}

.pg-vision.background-skilliance::after {
    content: '';
    background-image: url(../img/skilliance_symbole.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 60%;
}

/* Ensure the off-canvas is hidden by default */
.e-off-canvas {}

/* When the off-canvas is in an active/open state */
.e-off-canvas[aria-hidden="false"] {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.e-off-canvas__main {
    flex-direction: column;
}

.ajust-width {
    width: max-content;
}

.e-off-canvas>div>div>div>div>a,
.e-off-canvas>div>div>div>a,
.profession-popin {
    width: auto;
}

.e-off-canvas>div>div>div>div>a {
    pointer-events: none;
    z-index: 5;
}

.elementor-icon-wrapper a {
    pointer-events: auto;
    z-index: 99999;
}

/*LANGUETTE*/

.languette-customer-service {
    position: fixed !important;
    outline: none;
    left: 203px;
    top: -11%;
    z-index: 9998;
    transition: 0.3s ease-in-out;
}

.languette-customer-service:hover {
    left: 0px;
}

.languette-customer-service div a {
    outline: none;
}

.remove-outline div div a:focus {
    outline: none;
}

.accordeon-vision div div details:nth-child(1) .e-n-accordion-item-title {
    border-width: 0 !important;
}

.padding-content_acco_plateforme {
    padding-left: 158px;
    padding-right: 158px;
}

/**/
.avantages-donnees {
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.avantages-donnees:hover {
    opacity: 1;
}

li::marker {
    font-size: 14px;
}

.elementor-widget-text-editor .elementor-widget-container ul {
    padding-left: 17px;
}

.timeline-rcu div div .ue_timeline_item .ue_timeline_item_content {
    top: -5px;
    position: relative;
}

.timeline-rcu div div .ue_timeline_item:last-child .ue_timeline_item_icon {
    display: none !important;
}

.timeline-rcu div div .ue_timeline_item:nth-child(odd) .ue_timeline_item_content .ue_timeline_item_content_main {
    padding: 0px 13px 0px 0px !important;
}


.timeline-rcu div div .ue_timeline_item:nth-child(odd) .ue_timeline_item_content .ue_timeline_item_content_main .ue_timeline_item_content_inside .ue_timeline_item_title,
.timeline-rcu div div .ue_timeline_item:nth-child(odd) .ue_timeline_item_content .ue_timeline_item_content_main .ue_timeline_item_content_inside .ue_timeline_item_title {
    display: flex;
    justify-content: end;
}

.timeline-rcu div div .ue_timeline_item .ue_timeline_item_content .ue_timeline_item_content_main .ue_timeline_item_content_inside .ue_timeline_item_text p {
    margin-bottom: 0;
}

.timeline-rcu div div .ue_timeline_item:nth-child(odd) .ue_timeline_item_content .ue_timeline_item_content_main .ue_timeline_item_content_inside .ue_timeline_item_text p,
.timeline-rcu div div .ue_timeline_item:nth-child(odd) .ue_timeline_item_content .ue_timeline_item_content_main .ue_timeline_item_content_inside .ue_timeline_item_text p {
    text-align: end;
}

/**/
.benefices-cles .elementor-widget-icon {
    transition: 0.1s ease-in-out;
}

.benefices-cles:hover {
    padding-top: 18px;
}

.benefices-cles:hover .elementor-widget-icon div .elementor-icon-wrapper,
.benefices-cles:hover .elementor-widget-icon div .elementor-icon-wrapper div svg,
.benefices-cles:hover .elementor-widget-icon {
    height: 0px;
}

.benefices-cles:hover .elementor-widget-text-editor {
    color: #fff;
}

.benefices-cles .elementor-widget-text-editor:nth-child(3) {
    color: #fff;
    display: none;
    transition: 0.3s ease-in-out;
}

.benefices-cles:hover .elementor-widget-text-editor:nth-child(3) {
    color: #fff;
    display: flex;
}

/**/

.background-crc {
    background: linear-gradient(90deg, rgba(50, 60, 235, 1) 0%, #DC0536 28%, rgba(220, 5, 54, 0) 84%);
}

.background-loc {
    background: linear-gradient(90deg, rgba(50, 60, 235, 1) 0%, rgba(164, 23, 114, 1) 28%, rgba(220, 5, 54, 0) 84%);
}

.background-vente {
    background: linear-gradient(90deg, #323CEB 0%, #FEA127 28%, rgba(220, 5, 54, 0) 84%);
}

.background-marketing {
    background: linear-gradient(90deg, #323CEB 0%, #FD5029 28%, rgba(220, 5, 54, 0) 84%);
}

.background-client {
    background: linear-gradient(90deg, #323CEB 0%, #6E4DA2 28%, rgba(220, 5, 54, 0) 84%);
}

.background-appro {
    background: linear-gradient(90deg, #323CEB 0%, #7EC658 28%, rgba(220, 5, 54, 0) 84%);
}

.background-apv {
    background: linear-gradient(90deg, #323CEB 0%, #383C99 28%, rgba(220, 5, 54, 0) 84%);
}

.background-pieces {
    background: linear-gradient(90deg, #323CEB 0%, #C1A191 28%, rgba(220, 5, 54, 0) 84%);
}

.background-decisionnel {
    background: linear-gradient(90deg, #323CEB 0%, #4F9FC9 28%, rgba(220, 5, 54, 0) 84%);
}

.green-icon div div div svg {
    height: 54px !important;
}

.green-icon div div div svg g g path,
.green-icon div div div svg g path {
    fill: #008570 !important;
}

/**/
.constructeurs-homol .elementor-widget-image {
    transition: 0.3s ease-in-out;
}

.constructeurs-homol:hover .elementor-widget-image {
    display: none;
}

.constructeurs-homol .elementor-widget-text-editor {
    display: none;
}

.constructeurs-homol:hover .elementor-widget-text-editor {
    color: #fff;
    display: block;
}

.caroussel-const-homol div .elementor-swiper-button svg g g g path {
    stroke: #008570 !important;
    stroke-width: 4px !important;
}

/*  */
.caroussel-const-auto div div .swiper-wrapper .swiper-slide {
    background: #FFFFFF;
    box-shadow: 0px 3px 7px #00000033;
    border-radius: 20px 0px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 162px;
    overflow: hidden;
}

.caroussel-const-auto div .elementor-image-carousel-wrapper {
    padding: 10px 9px;
}

.caroussel-const-auto div .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
    left: -45px !important;
}

.caroussel-const-auto div .elementor-image-carousel-wrapper .elementor-swiper-button-next {
    right: -45px !important;
}

.caroussel-const-auto div .elementor-image-carousel-wrapper .elementor-swiper-button-prev svg g g g path,
.caroussel-const-auto div .elementor-image-carousel-wrapper .elementor-swiper-button-next svg g g g path {
    stroke: #008570 !important;
    stroke-width: 4px !important;
}

/* SOLUTION */

.custom-li-space div ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.custom-color-arrow_location div div details summary .e-n-accordion-item-title-icon span svg g g g g g path {
    stroke: #981F8C;
}

.custom-color-arrow_appro div div details summary .e-n-accordion-item-title-icon span svg g g g g g path {
    stroke: #7EC658;
}

.custom-color-arrow_apres-vente div div details summary .e-n-accordion-item-title-icon span svg g g g g g path {
    stroke: #383C99;
}

.custom-color-arrow_decisionnel div div details summary .e-n-accordion-item-title-icon span svg g g g g g path {
    stroke: #4F9FC9;
}

.custom-color-arrow_vente-vehicule div div details summary .e-n-accordion-item-title-icon span svg g g g g g path {
    stroke: #FEA226;
}

.custom-color-arrow_dossier div div details summary .e-n-accordion-item-title-icon span svg g g g g g path {
    stroke: #6E4DA2;
}

.custom-color-arrow_marketing div div details summary .e-n-accordion-item-title-icon span svg g g g g g path {
    stroke: #FD5029;
}

.custom-color-arrow_piece div div details summary .e-n-accordion-item-title-icon span svg g g g g g path {
    stroke: #C1A191;
}


/*ACCORDEON SOLUTIONS*/
.accordeon-layout {
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 579px;
    border: 1px solid var(--unnamed-color-2c2e51);
    border: 1px solid #2C2E51;
    border-radius: 20px 0px 20px 20px;
}

.accordeon-left {
    max-width: 352px;
    width: 100%;
    padding: 25px 30px 25px 24px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.accordeon-right {
    display: flex;
    flex-direction: column;
    max-width: 552px;
    width: 100%;
}

.accordeon-right::before {
    content: '';
    display: block;
    width: 100%;
    height: 300px;
    bottom: 0;
    position: absolute;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF00 67%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    z-index: 9;
}

.accordeon-item {}

.accordeon-header {
    display: flex;
    justify-content: left;
    gap: 12px;
    align-items: center;
    cursor: pointer;
}

.accordeon-header h3 {
    margin: 0;
    padding-left: 33px;
}

.accordeon-toggle {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    position: absolute;
    width: 30%;
    display: flex;
}

.accordeon-toggle:hover,
.accordeon-toggle:focus {
    background: none !important;
}

.main-image {
    width: 100%;
    position: absolute;
    max-width: 552px !important;
    width: 100%;
    object-fit: cover;
    height: 579px !important;
    mix-blend-mode: luminosity;
}

.logo-image {
    max-width: 133px !important;
    width: 100%;
    position: absolute;
    bottom: 60px;
    right: 27px;
    z-index: 10;
}

.chevron-icon {
    width: 20px;
    height: auto;
    transition: transform 0.3s ease;
}

.accordeon-toggle.open .chevron-icon {
    transform: rotate(180deg);
}

.accordeon-description p {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 0;
    padding-left: 32px;
}

.accordeon-description .btn-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    padding-left: 32px;
}

.accordeon-description .btn-link::before {
    content: '';
    background-image: url(../img/chevron-menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(270deg);
}

/* centre de relation client */
.accordeon-item--centre-de-relation-client .accordeon-description .btn-link {
    color: #DC0536;
}

.accordeon-item--centre-de-relation-client .accordeon-description .btn-link::before {
    filter: brightness(0) saturate(100%) invert(14%) sepia(83%) saturate(5501%) hue-rotate(340deg) brightness(85%) contrast(104%);
}

/* vente vhicules */
.accordeon-item--vente-vhicules .accordeon-description .btn-link {
    color: #FEA226;
}

.accordeon-item--vente-vhicules .accordeon-description .btn-link::before {
    filter: brightness(0) saturate(100%) invert(77%) sepia(16%) saturate(6912%) hue-rotate(340deg) brightness(104%) contrast(99%);
}

/* location */
.accordeon-item--location .accordeon-description .btn-link {
    color: #981F8C;
}

.accordeon-item--location .accordeon-description .btn-link::before {
    filter: brightness(0) saturate(100%) invert(20%) sepia(35%) saturate(4846%) hue-rotate(286deg) brightness(93%) contrast(98%);
}

/* dossier client */
.accordeon-item--dossier-client .accordeon-description .btn-link {
    color: #6E4DA2;
}

.accordeon-item--dossier-client .accordeon-description .btn-link::before {
    filter: brightness(0) saturate(100%) invert(25%) sepia(11%) saturate(7126%) hue-rotate(238deg) brightness(105%) contrast(73%);
}

/* appro vhicules */
.accordeon-item--approvisionnement-vhicules .accordeon-description .btn-link {
    color: #7EC658;
}

.accordeon-item--approvisionnement-vhicules .accordeon-description .btn-link::before {
    filter: brightness(0) saturate(100%) invert(90%) sepia(9%) saturate(2553%) hue-rotate(43deg) brightness(80%) contrast(91%);
}

/* marketing */
.accordeon-item--marketing .accordeon-description .btn-link {
    color: #FD5029;
}

.accordeon-item--marketing .accordeon-description .btn-link::before {
    filter: brightness(0) saturate(100%) invert(37%) sepia(91%) saturate(2159%) hue-rotate(345deg) brightness(102%) contrast(98%);
}

/* gestion apv */
.accordeon-item--gestion-apv .accordeon-description .btn-link {
    color: #383C99;
}

.accordeon-item--gestion-apv .accordeon-description .btn-link::before {
    filter: brightness(0) saturate(100%) invert(22%) sepia(49%) saturate(2235%) hue-rotate(221deg) brightness(94%) contrast(95%);
}

/* gestion pices */
.accordeon-item--gestion-pices .accordeon-description .btn-link {
    color: #C1A191;
}

.accordeon-item--gestion-pices .accordeon-description .btn-link::before {
    filter: brightness(0) saturate(100%) invert(69%) sepia(15%) saturate(484%) hue-rotate(336deg) brightness(94%) contrast(90%);
}

/* decisionnel */
.accordeon-item--dcisionnel .accordeon-description .btn-link {
    color: #4F9FC9;
}

.accordeon-item--dcisionnel .accordeon-description .btn-link::before {
    filter: brightness(0) saturate(100%) invert(70%) sepia(8%) saturate(3281%) hue-rotate(168deg) brightness(83%) contrast(87%);
}

/* Solution - img-module  */

.module-location{
    filter: brightness(0) saturate(100%) invert(19%) sepia(82%) saturate(1791%) hue-rotate(282deg) brightness(98%) contrast(104%);
}

.module-appro-vehicule{
    filter: brightness(0) saturate(100%) invert(90%) sepia(12%) saturate(1928%) hue-rotate(42deg) brightness(82%) contrast(86%);
}

.module-gestion-apv{
    filter: brightness(0) saturate(100%) invert(17%) sepia(96%) saturate(1805%) hue-rotate(228deg) brightness(88%) contrast(87%);
}

.module-decisionnel{
    filter: brightness(0) saturate(100%) invert(56%) sepia(77%) saturate(333%) hue-rotate(156deg) brightness(89%) contrast(85%);
}

.module-vente-vehicules{
    filter: brightness(0) saturate(100%) invert(78%) sepia(41%) saturate(3474%) hue-rotate(339deg) brightness(101%) contrast(99%);
}

.module-dossier-client{
    filter: brightness(0) saturate(100%) invert(28%) sepia(77%) saturate(677%) hue-rotate(226deg) brightness(95%) contrast(80%);
}

.module-marketing{
    filter: brightness(0) saturate(100%) invert(43%) sepia(96%) saturate(2627%) hue-rotate(342deg) brightness(97%) contrast(105%);
}

.module-gestion-pieces{
    filter: brightness(0) saturate(100%) invert(73%) sepia(2%) saturate(3311%) hue-rotate(336deg) brightness(93%) contrast(85%);
}

/* CAROUSSEL LOGO CONSTRUCTEURS */
.caroussel-logo-const div div div div figure img {
    height: 80px;
}

.caroussel-logo-const div div .elementor-swiper-button-prev {
    left: -10px !important;
}

.caroussel-logo-const div div .elementor-swiper-button-next {
    right: -10px !important;
}

/*Caroussel temoignage*/
.custom-testimony div .swiper {
    padding: 20px 15px;
}

.custom-testimony div .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--e-global-color-primary);
}

.custom-testimony div .swiper-pagination .swiper-pagination-bullet {
    border: 3px solid var(--e-global-color-primary);
    opacity: 1;
    background-color: #fff;

}

.page-id-2724 .custom-testimony>div>div>div>.swiper-slide {
    padding: 10px 12px;
}

/* FAQ*/
.liste-blocs-faq {
    display: flex;
    gap: 46px;
}

.faq-header {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    padding: 20px 30px 20px 0px;
    cursor: pointer;
}

.faq-header h3 {
    margin: 0;
}

.accordeon-toggle {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.faq-item {
    border-bottom: 1px solid var(--e-global-color-primary);
    position: relative;
}

.chevron-icon_faq {
    transform: rotate(270deg);
    transition: transform 0.3s ease;
}

.chevron-icon_faq.open {
    transform: rotate(90deg);
}

.section-faq {
    width: 100%;
}

.section-faq .bloc-faq:nth-child(1) {
    margin-top: 22px;
}

.bloc-faq {
    margin-top: 37px;
    left: 75px;
    position: relative;
}

h2.titre-faq {
    margin: 0;
    padding-bottom: 19px;
    left: -87px;
    position: relative;
}

/* Bloc des ancres */
.faq-anchors {
    max-width: 458px;
    width: 100%;
    background: transparent linear-gradient(90deg, #7B51B3 0%, #6187EC 100%, #6187EC 100%) 0% 0% no-repeat padding-box;
    height: fit-content;
    padding-left: 10.1%;
    padding-right: 30px;
    padding-top: 37px;
    padding-bottom: 37px;
}

.faq-anchors h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.faq-anchors ul {
    list-style-type: none;
    padding: 0;
}

.faq-anchors ul li {
    display: flex;
    align-items: baseline;
}

.faq-anchors ul li::before {
    content: '';
    background-image: url(../img/chevron-menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(270deg);
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(269deg) brightness(113%) contrast(101%);
}

.faq-anchors ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding-bottom: 9px;
    transition: 0.3s ease-in-out;
}

.faq-anchors ul li a:hover,
.faq-anchors ul li a:focus {
    text-decoration: underline;
    color: #ffffffd5;
}

.accordeon-toggle_faq,
.accordeon-toggle_faq:hover,
.accordeon-toggle_faq:focus {
    background: none;
    border: none;
    padding: 0;
    height: 26px;
    top: 16px;
    position: absolute;
    left: -75px;
}

.chevron-icon_faq {
    width: 12px;
    filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(270%) hue-rotate(164deg) brightness(94%) contrast(78%);
}

/**/
.benefices-cles.valeurs:hover .title-valeurs {
    display: none;
}

.benefices-cles.valeurs .elementor-widget-text-editor:nth-child(4) {
    display: none;
    margin-top: 9px;
}

.benefices-cles.valeurs:hover .elementor-widget-text-editor:nth-child(4) {
    display: block;
}

/* CAROUSSEL PARTENAIRE */
.swiper-container_caroussel {
    overflow: hidden;
    padding: 0px 24px 10px 24px;
}

.swiper-container_caroussel .swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-container_caroussel .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px #00000033;
    border-radius: 20px 0px 20px 20px;
    width: 204px;
    height: 122px;
}

.swiper-container_caroussel .swiper-wrapper .swiper-slide img {
    height: auto;
    width: 72%;
}

/* CAROUSSEL CONSTRUCTEURS */
.caroussel-constructeurs {
    overflow: hidden;
}

.caroussel-constructeurs .swiper-wrapper {
    display: flex;
    align-items: center;
}

.caroussel-constructeurs .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #70707041;
    border-radius: 20px 0px 20px 20px;
    width: 136px;
    height: 80px;
    overflow: hidden;
}


.caroussel-constructeurs .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
}

/* ACCORDEON CLIENTS */

.section-faq .bloc-faq.bloc-clients:nth-child(1) {
    margin-top: 0px;
}

.section-faq .bloc-faq.bloc-clients h2.titre-faq {
    padding-bottom: 0px;
}

.custom-client .accordeon-toggle_faq,
.custom-client .accordeon-toggle_faq:hover,
.custom-client .accordeon-toggle_faq:focus {
    background: none;
    border: none;
    padding: 0;
    height: 26px;
    top: 15px;
    position: absolute;
    left: -34px;
}

.faq-header.custom-client {
    padding: 10px 20px 10px 0px;
}

.header-client {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-client div:nth-child(1) {
    margin-right: 60px;
}


.header-client h3 {
    font-size: 26px;
    margin-bottom: 2px;
    font-weight: 600;
}

.header-client .client-fonction {
    font-size: 18px;
    font-weight: 600;
}

.header-client div.bloc-img {
    position: relative;
    width: 190px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-client div img {
    height: 88px;
    object-fit: contain;
}

/*PARTENAIRES*/
.delete-title .elementor-widget-heading,
.delete-title .elementor-widget-text-editor,
.delete-title div>div>div>div>div>.elementor-widget-button {
    display: none;
}

/*ACTU*/
.contenu-actu h2:nth-child(1) {
    margin-top: -6px;
}

.contenu-actu img {
   /* max-width: 500px;*/
    width: 100%;
   /* height: 378px;*/
    object-fit: cover;
    box-shadow: 0px 3px 20px #00000033;
    border-radius: 20px 0px 20px 20px;
    margin-top: 38px;
    margin-bottom: 44px;
}

.addtoany_shortcode .addtoany_list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.return-actu div div a span .elementor-button-icon svg {
    width: 6px;
}

.page-id-27 .btn-explorer {
    display: none;
}

#popin-contact {
    cursor: pointer;
}

.green-pagination div div .swiper-pagination .swiper-pagination-bullet{
    border: 2px solid #2C2E51;
}

.green-pagination div div .swiper-pagination{
    bottom: -7px !important;
}

.green-pagination div div .swiper-wrapper .swiper-slide figure img{
    height: 224px;
    object-fit: cover;
}

.elementor-slideshow__footer .elementor-slideshow__title{
    display: none;
}
/*BTN PARCOURIR*/
form>div.custom_form-contact.contact.custom-file>p:nth-child(7) {
    width: 100%;
    overflow: hidden;
}

div.custom_form-contact.contact.custom-file>p:nth-child(7)>span>input {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    padding-left: 0px;
    font-size: 15px;
}

input[name="file-792"]::file-selector-button {
    visibility: hidden;
}

input[name="file-792"] {
    position: relative;
}

input[name="file-792"]::before {
    content: "PARCOURIR";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #2C2E51;
    color: #2C2E51;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: 400;
    pointer-events: none;
    width: 128px;
    font-size: 14px;
}

input[name="file-792"]::after {
    content: "";
    display: block;
    background-image: url(../img/cloud.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    width: 32px;
    height: 25px;
    top: 4px;
    left: 92px;
    z-index: 9;
    position: absolute;
}

/* ------------------------ */
/* ------- CONTACT -------- */
/* ------------------------ */
.custom_form-contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 18px;
    font-family: "Poppins", Sans-serif !important;
}

.custom_form-contact.contact {
    margin-top: 0px;
    margin-bottom: 0px;
}

.custom_form-contact .form-title {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    margin-bottom: 12px;
}

.input-bloc-select {
    width: 100%;
}

.custom_form-contact p label br {
    display: none;
}

.custom_form-contact div p label {
    width: 100%;
}

.bloc-textera {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
}

.bloc-textera p {
    width: 100%;
    margin-bottom: 2px;
}

.custom_form-contact div p label span textarea {
    border: 1px solid #2C2E5136;
    border-radius: 5px;
    background-color: #fff;
    height: 102px;
    padding: 6px 10px;
    outline: none;
}

.custom_form-contact div p label span input {
    height: 33px;
    border: 1px solid #2C2E5136;
    background-color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    outline: none;
}

.custom_form-contact div p label span input::placeholder,
.custom_form-contact div p label span textarea::placeholder {
    color: #2C2E51;
    font-size: 14px;
}

.input-bloc {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    justify-content: center;
    width: 100%;
}

.input-bloc p,
.input-bloc span {
    width: 100%;
    margin: 0;
}

.input-bloc-checkbox p:nth-child(1) span span span.wpcf7-list-item label {
    display: flex;
}

.input-bloc-checkbox p:nth-child(1) span span span.wpcf7-list-item label input[type=checkbox]:checked:before {
    top: -2px;
}

.input-bloc-checkbox p:nth-child(1) span span span.wpcf7-list-item.first {
    margin: 0;
}

.input-bloc-checkbox {
    width: 100%;
}

form>div.custom_form-contact.contact.custom-file>div:nth-child(8) {
    width: 100%;
}

div.custom_form-contact.contact>div.input-bloc-checkbox>div>div:nth-child(2)>p>span>span>span>label>input[type=checkbox]:checked:before {
    top: -2px !important;
}


span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #2C2E51;
    border-radius: 2px;
    margin: 0 7px 0 0;
    vertical-align: text-top;
    position: relative;
}

.text-confidentialite {
    margin-bottom: 5px;
}

.text-confidentialite span span span label input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    margin: 4px 3px 0 0;
    border-radius: 5px;
    border: 1px solid #2C2E51;
    vertical-align: text-top;
    -ms-appearance: none;
}

.text-confidentialite span span span label input[type=checkbox]:checked:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    font-size: 13px;
    color: #2C2E51;
    left: 0px;
    top: -2px;
}

.wpcf7-not-valid-tip {
    color: #dc5832;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 10px;
    margin-left: 5px !important;
}

.wpcf7-form-control.wpcf7-acceptance span {
    margin-left: 0;
}

.wpcf7-form-control.wpcf7-acceptance span label span {
    font-size: 12px;
    top: 6px;
    position: relative;
}

div.custom_form-contact.contact.custom-file .wpcf7-form-control.wpcf7-acceptance span label span {
    font-size: 12px;
    top: -3px;
    position: relative;
}

.wpcf7-form-control.wpcf7-acceptance span label span a {
    color: #2C2E51;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.wpcf7-form-control.wpcf7-acceptance span label span :hover {
    color: #8fa6bf;
}

form>div.custom_form-contact>div:nth-child(4)>p>span>span>span {
    margin: 0 0 0 0em;
}

.btn-submit {
    position: relative;
}

.btn-submit p {
    display: flex;
    justify-content: center;
}


form > div.custom_form-contact.contact > div.input-bloc-checkbox > p > span > span > span > label{
font-size: 17px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.8em;
}

.wpcf7-spinner {
    position: absolute;
    margin-top: 11px;
    right: 22%;
}

div.custom_form-contact>div.btn-submit>p>span {
    position: absolute;
    margin-top: 13px;
    right: -30%;
}

div.custom_form-contact.estimation>div.btn-submit>p>span {
    position: absolute;
    margin-top: 29px;
    right: -19%;
}

.btn-submit p input {
    width: 177px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
    background-color: #2C2E51;
    border: 1px solid #2C2E51;
    border-radius: 20px 0px 20px 20px;
    height: 36px;
    padding: 6px 10px;
    font-family: "Poppins", Sans-serif !important;
    margin-top: 5px;
}

.btn-submit p input:hover,
.btn-submit p input[type=submit]:focus {
    color: #2C2E51;
    background-color: #fff;
    border: 1px solid #2C2E51;
    border-radius: 14px;
}

.wpcf7-submit:disabled {
    opacity: 0.5;
}

span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:focus {
    outline: none;
}

span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked:before {
    font-family: FontAwesome;
    content: '\f00c';
    display: block;
    color: #2C2E51;
    font-size: 13px;
    position: absolute;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7-response-output.wpcf7-validation-errors {
    font-size: 16px;
}

.wpcf7 form.sent .wpcf7-response-output {}

select.wpcf7-form-control.wpcf7-select {
    background-image: url(../img/select.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #2C2E5136;
    font-size: 14px;
    color: #2C2E51;
    padding: 6px 10px;
}

.confidentialite .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    width: 100%;
    display: block;
}

/*COMPLIANZ*/

#cmplz-manage-consent .cmplz-manage-consent {
    right: 120px !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
    box-shadow: rgb(0 0 0 / 53%) 0px 10px 20px, rgb(0 0 0 / 53%) 0px 6px 6px !important;
}

#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}

#cmplz-document p,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 18px;
}

#cmplz-document a,
.editor-styles-wrapper .cmplz-unlinked-mode a {
    color: #1A1A1A;
    transition: 0.3s ease-in-out;
}

#cmplz-document a:hover,
.editor-styles-wrapper .cmplz-unlinked-mode a:hover {
    color: #8fa6bf;
}

.grecaptcha-badge {
    display: none;
}

/* ------------------------ */
/* -------- FOOTER -------- */
/* ------------------------ */
.remove-list-style div div .elementor-widget-text-editor div ul {
    padding-left: 0;
}

.remove-list-style div div .elementor-widget-text-editor div ul li {
    list-style: none;
}

.remove-list-style div div .elementor-widget-text-editor div ul li a {
    overflow-wrap: break-word;
}

/* ------------------------ */
/* ------ RESPONSIVE ------ */
/* ------------------------ */
.padding-content_acco_plateforme {
    padding-left: 158px;
    padding-right: 158px;
}


@media only screen and (max-width: 1435px) {
    .img-background {
        background-size: contain !important;
    }
}

@media only screen and (max-width: 1224px) {
    #mega-menu-84-0-0>ul {
        gap: 0 30px;
    }
}

@media only screen and (max-width: 1336px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 3.5px;
        font-size: 17px;
    }

    .mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left::before {
        left: 1px !important;
    }
}

@media only screen and (max-width: 1218px) {
   .logo-header div a img{
        width: 173px !important;
    } 
    .section-header.padding-content {
        padding-left: 7.58%;
        padding-right: 7.58%;
    }
}

@media only screen and (max-width: 1204px) {
    .padding-content_acco_plateforme {
        padding-left: 90px;
        padding-right: 90px;
    }

}

@media only screen and (max-width: 1160px) {
    .main-image {
        height: 643px !important;
    }
}

@media only screen and (max-width: 1151px) {

    .section-header .e-con-inner {
        justify-content: space-between !important;
    }

    .bloc-header .e-con-inner .shortcode-menu {
        order: 1;
    }

    .bloc-header .e-con-inner .bloc-wpml-header {
        order: -1;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1,
    .mega-menu-link {
        flex-direction: column;
    }

    #mega-menu-item-77>ul,
    #mega-menu-item-99>ul,
    #mega-menu-item-2718>ul {
        display: none !important;
    }


    .mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left::before {
        position: relative !important;
    }

    #mega-menu-item-84>ul,
    #mega-menu-item-77>ul,
    #mega-menu-item-99>ul,
    #mega-menu-item-2718>ul {
        padding: 25px 50px 12px 70px !important;
        display: none !important;
        flex-flow: column !important;
        margin-top: 0px !important;
        box-shadow: none !important;
        transition: 0.3s ease-in-out !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        display: block !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        padding-top: 94px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: block !important;
        background: #F4F4F4;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-onu,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on {
        margin-top: 10px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1,
    .mega-menu-link {
        display: block !important;
        transition: 0.3s ease-in-out !important;
    }

    .mega-sub-menu li.mega-menu-item .mega-menu-link {
        background-color: transparent !important;
    }

    #mega-menu-84-0-1 {
        width: 100% !important;
        left: 0px !important;
    }

    #mega-menu-84-0-0>ul {
        grid-template-columns: 1fr !important;
        padding-top: 0px !important;
        overflow: visible !important;
    }

    .mega-sub-menu li.mega-menu-item {
        display: flex !important;
    }

    #mega-menu-84-0-2 ul li.widget_media_image {
        justify-content: left !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link:hover {
        background: transparent;
        border-radius: 20px 0px 20px 20px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu:hover>ul.mega-sub-menu:nth-child(1) {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: 100% !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        display: none !important;
        opacity: 0 !important;
        height: 0% !important;
        transition: 0.5s ease-in-out !important;
    }


    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.mega-toggle-on>ul.mega-sub-menu {
        opacity: 1 !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        opacity: 1;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1> li#mega-menu-item-2718 > a.mega-menu-link {
        display: flex !important;
        flex-direction: row;
        justify-content: flex-start;
    }

    .mega-link-menu-entreprise.mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left.mega-menu-flyout.mega-menu-item-2718.link-menu-entreprise a::after {
       
        opacity: 1;
    }
    

    .bloc-img-menu {
        width: 330px !important;
        left: 0px !important;
    }

    .bloc-img-menu ul .mega-menu-item {
        justify-content: left !important;
    }

    .btn-demo {
        float: left;
        position: relative;
    }

    .bloc-fonctions .mega-sub-menu .mega-menu-item:nth-child(1) {
        position: relative !important;
    }

    .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page {
        width: 100% !important;
        margin-bottom: 0px !important;
    }

    .mega-sub-menu li.mega-menu-item .mega-menu-link {
        left: 0px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 50px;
        margin: 0;
    }

    #mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^="slide_right"]+button.mega-close {
        left: auto;
        right: 50px;
        top: 25px;
    }

    #mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^="slide_"]+button.mega-close:before {
        width: 17px;
    }

    #mega-menu-menu-1>a img {
        display: block;
        left: 50px;
    }

    .mega-menu.max-mega-menu.mega-menu-horizontal .mega-menu-item.mega-menu-item-type-post_type.mega-menu-item-object-page.mega-align-bottom-left::before {
        position: relative !important;
        display: none !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12 {
        width: 100% !important;
    }

    .logo-image {
        max-width: 90px !important;
        width: 100%;
        position: absolute;
        bottom: 27px;
        right: 27px;
        z-index: 10;
    }

}

@media only screen and (max-width: 1117px){
    .custom-flex .e-con-inner{
        flex-direction: column !important;
    }
    .custom-flex .e-con-inner .elementor-element{
        --width: 100% !important;
        padding: 0;
    }
}

@media only screen and (max-width: 1172px) {

    .logo-header div a img {
        width: 173px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {}

@media only screen and (max-width: 1024px) {
    .padding-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .section-header.padding-content{
        padding-left: 50px;
        padding-right: 50px;
    }

    .padding-content_acco_plateforme {
        padding-left: 15px;
        padding-right: 55px;
    }

    .main-image {
        max-width: 570px !important;
    }

    .liste-blocs-faq {
        flex-direction: column;
    }

    .section-faq {
        max-width: max-content;
        padding-left: 68px;
        padding-right: 92px;
    }

    .section-faq.section-clients {
        max-width: max-content;
        padding-left: 40px;
        padding-right: 80px;
    }

    .img-background {
        background-size: cover !important;
    }

    .remove-list-style div div .elementor-widget-text-editor div ul li {
        list-style: none;
        margin-bottom: 5px;
    }

    body.admin-bar .dialog-type-lightbox {
        position: fixed;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
    height: auto;
}
}

@media only screen and (max-width: 910px) {
    .accordeon-home div div.elementor-shortcode {
        flex-direction: column;
    }

    .padding-content_acco_plateforme {
        padding-left: 50px;
        padding-right: 50px;
    }

    .accordeons-container {
        max-width: -webkit-fill-available;
        position: relative;
    }

    .accordion.active .accordion-content {
        max-width: 96%;
    }

    .accordion.active .accordion-content {
        gap: 30px;
    }
}

@media only screen and (max-width: 830px) {

    .swiper-container_caroussel {
        padding: 0px 11px 10px 11px;
    }
}

@media only screen and (max-width: 767px) {

    .bloc-weglot-switcher {
        margin-right: 0px;
        left: 2px;
    }

    .logo-header div a img {
        width: 138px !important;
    }

    .mega-toggle-block{
        margin-right: 0 !important;
    }

    h1 {
        overflow-wrap: break-word;
    }

    .padding-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-header.padding-content{
        padding-left: 20px;
        padding-right: 20px;
    }

    #breadcrumbs {
        line-height: 22px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 20px;
    }

    #mega-menu-wrap-menu-1:has(.mega-menu-open) #mega-menu-menu-1[data-effect-mobile^="slide_right"]+button.mega-close {
        right: 20px;
    }

    #mega-menu-menu-1>a img {
        left: 20px;
    }

    #mega-menu-menu-1>a img {
        width: 180px;
    }

    #mega-menu-item-84>ul,
    #mega-menu-item-77>ul {
        padding: 10px 20px 15px 20px !important;
        margin-top: 0px !important;
    }

    .mega-sub-menu li.mega-menu-item .mega-menu-link {
        font-size: 15px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0px 0px 6px 0px;
    }

    #mega-menu-item-84>ul,
    #mega-menu-item-77>ul,
    #mega-menu-item-99>ul,
    #mega-menu-item-2718>ul {
        padding: 20px 20px 15px 20px !important;
    }

    #mega-menu-84-0-0 {
        margin-bottom: 10px !important;
    }

    .background-edatavoice::after,
    .pg-vision.background-edatavoice::after {
        content: '';
        background-size: 360px;
    }
    
    .padding-content_acco_plateforme {
        padding-left: 20px;
        padding-right: 22px;
    }

    .clamp div p {
        -webkit-line-clamp: 3;
    }

    .faq-anchors {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-faq {
        padding-left: 20px;
        padding-right: 79px;
    }

    .section-faq.section-clients {
        padding-left: 20px;
    }
	.custom-client .accordeon-toggle_faq, .custom-client .accordeon-toggle_faq:hover, .custom-client .accordeon-toggle_faq:focus {
    top: 22px;
}

    h2.titre-faq {
        font-size: 25px;
        line-height: 30px;
        left: -60px;
    }

    .bloc-faq {
        left: 59px;
    }

    .section-faq .bloc-faq:nth-child(1) {
        margin-top: 0px;
    }

    .caroussel-const-auto div .elementor-image-carousel-wrapper .elementor-swiper-button-prev {
        left: -12px !important;
    }

    .caroussel-const-auto div .elementor-image-carousel-wrapper .elementor-swiper-button-next {
        right: -12px !important;
    }

    .background-skilliance::after {
        left: 0;
    }

    .ajust-width {
        width: -webkit-fill-available;
    }

    .addtoany_shortcode .addtoany_list {
        flex-direction: row;
    }

    .input-bloc-checkbox p:nth-child(1) span span span.wpcf7-list-item {
        margin: 0;
        margin-right: 10px !important;
    }

    div.custom_form-contact.contact>div.input-bloc-checkbox>div>div:nth-child(2)>p>span>span>span>label {
        display: inline-block;
    }

    #wpcf7-f3394-o1>form>div.custom_form-contact.contact>div.input-bloc-checkbox>div>div:nth-child(2)>p>span>span>span>label>span {
        top: -2px;
    }

    .header-client h3 {
        font-size: 24px;
    }

    .header-client p {
        font-size: 17px;
    }

    .header-client div:nth-child(1) {
        margin-right: 0px;
    }

    .header-client {
        flex-direction: column;
    }

    .header-client div img {
        height: 50px;
        object-fit: contain;
    }

    .header-client div.bloc-img {
        width: 70%;
        justify-content: flex-start;
    }

    .faq-header.custom-client {
        padding: 20px 0px 20px 0px;
    }

    .background-crc {
        background: linear-gradient(90deg, rgba(50, 60, 235, 1) -15%, #DC0536 55%, rgba(220, 5, 54, 0) 121%);
    }

    .background-loc {
        background: linear-gradient(90deg, rgba(50, 60, 235, 1) -15%, rgba(164, 23, 114, 1) 55%, rgba(220, 5, 54, 0) 121%);
    }

    .background-vente {
        background: linear-gradient(90deg, #323CEB -15%, #FEA127 55%, rgba(220, 5, 54, 0) 121%);
    }

    .background-marketing {
        background: linear-gradient(90deg, #323CEB -15%, #FD5029 55%, rgba(220, 5, 54, 0) 121%);
    }

    .background-client {
        background: linear-gradient(90deg, #323CEB -15%, #6E4DA2 55%, rgba(220, 5, 54, 0) 121%);
    }

    .background-appro {
        background: linear-gradient(90deg, #323CEB -15%, #7EC658 55%, rgba(220, 5, 54, 0) 121%);
    }

    .background-apv {
        background: linear-gradient(90deg, #323CEB -15%, #383C99 55%, rgba(220, 5, 54, 0) 121%);
    }

    .background-pieces {
        background: linear-gradient(90deg, #323CEB -15%, #C1A191 55%, rgba(220, 5, 54, 0) 121%);
    }

    .background-decisionnel {
        background: linear-gradient(90deg, #323CEB -15%, #4F9FC9 55%, rgba(220, 5, 54, 0) 121%);
    }

    .profession-popin div:nth-child(1) {
        justify-content: center;
    }

    .contenu-actu img {
        height: 250px;
    }

    .background-skilliance::after {
        background-size: 95%;
    }

    .page-id-2713 .text-confidentialite span span span label input[type=checkbox]{
    margin: 10px 3px 0 0;
}
}

@media only screen and (max-width: 530px) {
    .accordeon-layout {
        height: 730px;
        flex-direction: column;
    }

    .logo-image {
        max-width: 72px !important;
        bottom: 35px;
    }

    .accordeon-header h3 {
        font-size: 18px;
    }

    .accordeon-description p {
        font-size: 15px;
    }

    .swiper-container_caroussel .swiper-wrapper .swiper-slide {
        box-shadow: 0px 3px 8px #00000033;
    }
}


@media only screen and (max-width: 500px) {
    .donut-wrapper svg {
        width: 390px;
        height: 390px;
    }

    .donut-center {
        width: 190px;
        height: 190px;
    }

    .icon-overlay {
        width: 37px;
        transform: translate(119%, 33%) rotate(90deg);
    }

    div.donut-wrapper>div:nth-child(3) {
        transform: translate(14%, 22%) rotate(90deg);
    }

    div.donut-wrapper>div:nth-child(4) {
        transform: translate(61%, -9%) rotate(90deg);
    }

    div.donut-wrapper>div:nth-child(6) {
        transform: translate(117%, 56%) rotate(90deg);
    }

    div.donut-wrapper>div:nth-child(7) {
        transform: translate(64%, 113%) rotate(90deg);
    }

    div.donut-wrapper>div:nth-child(8) {
        transform: translate(0%, 94%) rotate(90deg);
    }

    .accordion-header span {
        font-size: 18px;
    }

    div.accordeons-container>div.accordion.active>div.accordion-content>p {
        font-size: 15px;
    }

    .accordion-header {
        padding: 4px 5px;
    }

    .accordion-content .accordion-icon {
        width: 53px;
    }

    .accordion.active .accordion-content {
        gap: 22px;
    }

    .input-bloc {
        flex-direction: column;
    }


    .icon-text {
        font-size: 10px;
        line-height: 13px;
    }

    .accordion-header.accordion-header-rcu span {
        font-size: 18px;
    }

    .donut-wrapper_rcu .donut-center {
        width: 140px;
        height: 140px;
    }

    .donut-wrapper_rcu .donut-center::before {
        background-size: 65px;
    }

    .donut-wrapper.donut-wrapper_rcu svg g .donut-slice {
        stroke-width: 1.5px;
    }

    div.donut-wrapper_rcu>div:nth-child(3) {
        transform: translate(8%, 55%) rotate(130deg);
    }
    
    div.donut-wrapper_rcu>div:nth-child(4) {
        transform: translate(45%, 138%) rotate(130deg);
    }
    
    div.donut-wrapper_rcu>div:nth-child(5) {
        transform: translate(96%, 24%) rotate(130deg);
    }
    
    div.donut-wrapper_rcu>div:nth-child(6) {
        transform: translate(161%, 75%) rotate(130deg);
    }
    
    div.donut-wrapper_rcu>div:nth-child(7) {
        transform: translate(169%, 79%) rotate(130deg);
    }
    
    div.donut-wrapper_rcu>div:nth-child(8) {
        transform: translate(136%, 206%) rotate(130deg);
    }
    
    div.donut-wrapper_rcu>div:nth-child(9) {
        transform: translate(114%, 275%) rotate(130deg);
    }
    
    div.donut-wrapper_rcu>div:nth-child(10) {
        transform: translate(46%, 266%) rotate(130deg);
    }
    div.donut-wrapper_rcu>div:nth-child(11) {
        transform: translate(-3%, 191%) rotate(130deg);
    }

    .accordion.active .accordion-content.rcu-content{
    display: flex;
    gap: 46px;
    left: 23px;
    position: relative;
    max-width: 504px;
    width: 100%;
}
}