@import url("var_css.css");
@import url("animates.css");
@import url("styles_responsive.css");




/* .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: relative; 
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

div._listeSelected_ ._ttEfface_:before,
div._listeDiv_ li._listeli:before,
div._listeDiv_.slct li._listeli:before,
.MaterialSymbolsOutlined:before,
.fleche:before,
.blocktoppres .textacc.ici:before,

.material-symbols-outlined-fill,
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: unset;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: relative;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.material-symbols-outlined.line {
    top: 5px;
    position: relative;
}

.material-symbols-outlined.line1 {
    top: 3px;
    position: relative;
}

.material-symbols-outlined.line2 {
    top: 4px;
    position: relative;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 48
}

.material-symbols-outlined-fill {
    font-variation-settings:
        'FILL' 1,
        'wght' 300,
        'GRAD' 0,
        'opsz' 48
}



.fleche:hover:before {
    text-decoration: none;
}

.nowrap {
    white-space: nowrap;
}

.fleche {
    display: flex;
    flex-wrap: nowrap;
}

a.fleche {
    display: inline-flex;
    margin-left: -0.3em;
}

.fleche:before {
    content: 'chevron_right';
    position: relative;
    top: 2px;
    left: -6px;
    margin-right: -7px;
}

.fleche.click:before {
    -webkit-animation: fleche 1s linear infinite both;
    animation: fleche 1s linear infinite both;
}

@keyframes fleche {
    0% {
        -webkit-transform: translate(0);
        transform: translate(-2px);
    }


    50% {
        -webkit-transform: translate(2px);
        transform: translate(2px);
    }

    100% {
        -webkit-transform: translate(-2px);
        transform: translate(-2px);
    }
}


.fleche:hover:before {
    left: -2px;
}

/* ####### 5714 */

::-webkit-scrollbar {
    width: var(--widthScrolBarre);
    /* scrollbar Y */
    height: 10px;
    /* scrollbar X */
}

::-webkit-scrollbar-track {
    background: #e4e4e4;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    /* background: var(--blue); */
    background: #3b0cb18a;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}



.material-icons.left,
.material-symbols-outlined.left {
    margin: 0 10px 0 0;
}

/* @font-face {
    font-family: 'Oswald';
    src: url(../styles/fonts/TK3IWkUHHAIjg75cFRf3bXL8LICs1_Fv40pKlN4NNSeSASz7FmlbHYjedg.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
} */



html {

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;

    min-height: 100vh;
    color: var(--noir);
    --bgHtml: #fff;
    background-color: var(--bgHtml);
    --gapMargin: 2%;
    overflow-x: hidden;


}

input,
select,
textarea,
button {

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    font-size: 1em;
    --heightFooter: 50px;
    --showBasketBottomHeight: 160px;
    --widtslide_left: 230px;
}


body.bodyclose {
    -webkit-animation: bodyclose 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: bodyclose 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes bodyclose {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


html.stratingCache,
html.savingQuote,
html.rideau {
    overflow: hidden;
}

html.stratingCache div#topmenuZoneCenter {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger;
    color: #000;
}


html.stratingCache div#topmenuZoneCenter:before {
    content: 'Loading please wait..';
    position: absolute;
    -webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both, heartbeat 1.5s ease-in-out infinite both;
    animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both, heartbeat 1.5s ease-in-out infinite both;

}



html.rideauScroll {
    overflow: hidden;
    border-right: var(--widthScrolBarre) solid transparent;

}

html.stratingCache,
html.savingQuote {
    display: flex;
    justify-content: center;
    align-items: center;
}

html.stratingCache::after,
html.savingQuote::after {
    content: 'cycle';
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-transform: none;
    display: flex;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: var(--defaultColor);
    font-size: 150px;
    position: absolute;
    z-index: 250;
    top: calc(50% - (150px / 2));
    -webkit-animation: loadAnimeCircle 4s linear infinite both;
    animation: loadAnimeCircle 4s linear infinite both;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


html.stratingCache:before,
html.savingQuote:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 250;
    background-color: #efefefc7;
    overflow: hidden;
}

html.stratingCache .lefttobreadcrumb,
html.savingQuote .lefttobreadcrumb,
html.stratingCache #blocContent,
html.savingQuote #blocContent {
    filter: blur(4px);
}


html.rideauScroll:before,
html.rideau:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: transparent;
    overflow: hidden;
    background-color: #101469a6;
    /* animation: 0.3s ease-in httmrideau both; */
}





button.bottonConnectWith {
    background: #fff;
    border: 1px solid var(--bgColor);
    color: var(--defaultColor);
}

button.bottonConnectWith .background-image {
    width: 25px;
    height: 25px;
}

.background-image {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 10px;
    display: block;
}

.closeMenuTop {
    display: none;
}

.boottoopenMenu:before {
    content: "left_panel_close";
    content: "side_navigation";
}

.likeButton,
button,
.button {
    background: var(--blue);
    color: white;
    border-radius: var(--radiusButton);
    letter-spacing: .025em;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    border: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px var(--paddingWithButton);
    height: 32px;
    max-height: 32px;
    gap: 5px;
}






button.hidden,
.button.hidden {
    -webkit-transition: unset;
    transition: unset;
}


select optgroup {
    color: #aaa;
    font-style: italic;
    font-weight: normal;
}

select option {
    color: var(--blue);
    font-style: normal;
}


select,
textarea,
input:not(input[type="radio"], input[type="checkbox"]),
.uneditable-input {
    margin: 0;
    border-width: 1px;
    border-style: solid;
    color: var(--blue);
    margin-right: 0px;
    vertical-align: middle;
    outline-style: none;
    accent-color: var(--defaultColor);
    background: #fff;
    border-color: var(--trait);
    border-radius: var(--radiusButton);
}

input[type="range"] {
    height: unset;
    max-height: unset;
    border-width: unset !important;
    border-style: unset !important;
    border-radius: unset !important;
    color: unset !important;
    margin-right: 0px !important;
    background: var(--bgColor3) !important;
    border-color: unset !important;
    padding: 0 !important;
}



select:hover,
input:hover,
textarea:hover {
    border-color: var(--defaultColor) !important;
    border-style: dashed;
}

select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible,
input:focus,
input:focus-visible {

    border-style: solid;
    border-color: var(--defaultColor) !important;
}

input[type="radio"],
input[type="checkbox"],
.uneditable-input {
    color: var(--blue);
    accent-color: var(--blue);
}

input:not(input[type="radio"], input[type="checkbox"], input[type="range"]):hover {
    box-shadow: 0 0 5px 3px #3b3b3b15;
}

button:hover,
.button:hover {
    cursor: pointer;
    box-shadow: 0 0 0px 7px #3b3b3b20;
}

button:hover:after,
.button:hover:after {}

.likeButton:hover {
    cursor: default !important;
    box-shadow: unset !important;
}

.likeButton:hover,
button.blanc,
.button.blanc {
    background: #fff;
    color: var(--defaultColor);
    border: 1px solid var(--bgColor);
}

button.blanc.contour,
.button.blanc.contour {
    border: 1px solid #fff;
    box-shadow: unset;
    color: white;
}

button.blanc:hover,
.button.blanc:hover {
    color: #000;
}

button.blanc.contour:hover,
.button.blanc.contour:hover {
    color: white;
    border: 1px solid #fff;
}

button.blanc.ici {
    background: var(--defaultColor);
    color: white;
}



button.gris {
    background: #efeef4;
    border: 1px solid #e7e7e7;
    color: var(--noir);
}

button.gris:hover {
    background: #fff;
}

button.gris.ici {
    background: var(--defaultColor);
    color: white;
}



button.mauve,
.button.mauve {
    background: var(--mauveButton);
    color: var(--defaultColor);
}

button.mauve:hover,
.button.mauve:hover {
    background: var(--defaultColor);
    color: var(--blanc);
}


button.blue,
.button.blue {
    background: var(--blue);
    color: var(--blanc);
}

button.blue:hover,
.button.blue:hover {
    background: var(--blanc);
    color: var(--blue);
}


button.claire,
.button.claire {
    background: var(--claire);
    color: var(--blanc);
}

button.claire:hover,
.button.claire:hover {
    background: var(--blanc);
    color: var(--claire);
}



button.orange,
.button.orange {
    background: var(--orange);
    color: var(--blanc);
}

button.orange:hover,
.button.orange:hover {
    color: var(--blanc);
}

button.black,
.button.black {
    background: #424242;
    color: var(--blanc);
}

button.black:hover,
.button.black:hover {
    background: var(--blanc);
    color: var(--noir);
}



button.orange2,
.button.orange2 {

    box-shadow: 0 0 6px #000;
    background: linear-gradient(-1deg, var(--orange) -7%, #bd7300 18%, var(--orange) 64%);
    color: var(--blanc);
}

.vgrise button.orange2,
.vgrise .button.orange2 {
    box-shadow: 0 0 6px #0000005b;
}

button.orange2:hover,
.button.orange2:hover {
    background: var(--blanc);
    color: var(--blue);
}



button.transparent,
.button.transparent {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    color: var(--defaultColor);
    border-color: transparent;
    box-shadow: unset;
}

button.transparent:hover,
.button.transparent:hover {
    border-color: var(--defaultColor);
}



button.contour,
.button.contour {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    color: var(--defaultColor);
    border-color: var(--defaultColor);
    /* box-shadow: unset; */
}

.contour {
    background: transparent;
    border-radius: var(--radiusButton);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--trait);
}


button.red:hover,
.button.red:hover,
button.contour:hover,
.button.contour:hover {
    color: unset;
}

button.red,
.button.red,
button.orange.contour,
.button.orange.contour {
    border-color: var(--orange);
    color: var(--orange);
    background: #fff;
    border: 1px solid;
}







.spacenterDiv {
    margin: auto;
    padding: 10px;
}


.topTitle {
    font-weight: 600;
    text-align: center;
    color: var(--defaultColor);
    border-bottom: 1px solid #306e8d44;

}



.decoInputRight {
    --paddingDecoInputRight: 50px;
}

.decoInputRight > span.material-symbols-outlined {
    color: var(--defaultColor);
    top: 3px;
    right: 0px;
    border-radius: 50px;
    background: #ffffff;
    height: 35px;
    width: 35px;
    font-weight: bold;
}

.decoInputRight input:not(input[type="radio"], input[type="checkbox"]) {
    height: 41px;
    padding-left: 24px;
}

.listingElementPackage .decoInputRight > span.material-symbols-outlined {

    background: #f1f1f1;
}

.mainProductPage .decoInputRight input:not(input[type="radio"], input[type="checkbox"]) {
    border-radius: 10px;
}

.decoInputRight .textDecoration {
    position: absolute;
    color: var(--defaultColor);
    opacity: 0.4;
    z-index: 10;
    top: 42px;
    left: 8px;
    font-size: 0.95em;

}

.decoInputRight .textDecoration + input {}

.decoInputRight,
.decoInput {
    display: inline-block;
    margin-top: 3.5px;
    margin-bottom: 3.5px;
    text-align: left;
}

.decoInput {
    --paddingDecoInput: 100px;
}



.decoInputRight,
.decoInput {
    text-align: unset;
    display: flex;
    --paddingDecoInput: 8px;
    justify-content: flex-start;
    align-items: center;
}

.decoInputRight {

    justify-content: flex-end;
}


.decoInputRight .textContent,
.decoInputRight > span.material-symbols-outlined,
.decoInput .textContent,
.decoInput > span.material-symbols-outlined,
.decoInput > span.material-icons {
    display: flex;
    position: absolute;
    background: transparent;
    padding-left: var(--paddingDecoInput);
    padding-right: var(--paddingDecoInput);
    border-bottom-left-radius: var(--radiusButton);
    border-top-left-radius: var(--radiusButton);
    color: #999;
    top: 0px;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.decoInputRight .textContent,
.decoInputRight > span.material-symbols-outlined {

    padding-left: unset;
}

.decoInputRight .textContent,
.decoInput .textContent {
    font-size: unset;
}


.decoInput input:not(input[type="radio"], input[type="checkbox"]) {
    position: relative;
    z-index: 1;

}

.decoInput input:not(input[type="radio"], input[type="checkbox"]).auto {
    width: unset;

}

.decoInputRight input:not(input[type="radio"], input[type="checkbox"]) {
    padding-left: unset;
    padding-left: 10px;
    padding-right: var(--paddingDecoInputRight);
    position: relative;
    z-index: 1;
}


.decoInputRight .textContent,
.decoInputRight > span.material-symbols-outlined {
    width: var(--paddingDecoInputRight);
    margin-left: calc(-1 * var(--paddingDecoInputRight));
    position: relative;
    z-index: 2;
}

.decoInput .textContent,
.decoInput > span.material-symbols-outlined {
    width: var(--paddingDecoInputRight);
    margin-right: calc(-1 * var(--paddingDecoInputRight));
    position: relative;
    z-index: 2;
    border: 1px solid var(--trait);
    background: #fcfcfc;
}

.decoInput .textContent,
.decoInputRight .textContent {
    display: flex;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(0deg, #fafafa 23%, #e8e8e8, #fafafa 23%); */
    /* border: 1px solid #00000014; */
    border: 0;
    background: #1e0f6912;
    color: var(--defaultColor);
}


.decoInput_trans span.material-symbols-outlined,
.decoInput_trans span.material-icons {
    position: absolute;
    padding: 9px;
    margin: 0px 0 0 -1px;
    color: #999;
    font-size: 1.5em;
}

.decoInput_trans input {
    width: calc(100% - 31px) !important;
    padding-left: 31px !important;
    /* border-bottom-left-radius: var(--radiusButton)!important;
    border-top-left-radius: var(--radiusButton)!important; */
}

.mainWidth {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.mainmenu {
    padding: 20px 0;
    /* background-color: white; */
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 4px;
    border-bottom: 1px solid rgb(231, 237, 246); */

}

.mainmenu .logo {
    height: 22px;
    width: 100%;
    background-image: url(../img/logo_kreneo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.mainmenu .menudetail {
    gap: 5%;
}

.mainmenu .menudetail a.atmn {
    text-decoration: none;
    /* font-weight: 600; */
    font-size: 1.03em;
    color: var(--defaultColor);
}

.mainmenu .menudetail a.atmn:hover {
    text-decoration: underline;
    cursor: pointer;
}

.blocktoppres {
    height: 600px !important;
}

.blocktoppres .textacc {
    width: 100%;
    font-size: 4.25rem;
    line-height: 1.2;
    font-weight: 200;
    white-space: pre-line;
    text-align: left;
}

.blocktoppres .partMobileVids {
    width: 40%;
    position: relative;
    left: 32px;
}

.blocktoppres .textacc.ici {
    color: var(--defaultColor);
    font-weight: 600;
}

.blocktoppres .textacc.ici:before {
    content: "arrow_forward_ios";
    top: -2px;
    font-size: 0.6em;
    margin-left: -40px;
    animation: vasetvien 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both infinite;
}

@-webkit-keyframes vasetvien {
    0% {
        left: -20px
    }

    50% {
        left: 0;
    }

    100% {
        left: -20px
    }
}

@keyframes vasetvien {
    0% {
        left: -20px
    }

    50% {
        left: 0;
    }

    100% {
        left: -20px
    }
}




.lomovimag {}

.lomovimag .grpmv {}



.lomovimag .grpmv .mobilsstyle {
    display: flex;
    align-items: center;
    height: 600px;
    width: 425px;
    --trnaspodd: scale(0.7);
    --sameShadow: 7px 5px 0px 0px #bfb0e5;
    --widthDescript: 500px;
    --widthDescriptLoadingTime: 0;
    border-radius: var(--radius2);
    position: absolute;
    /* transition: left linear 0.2s; */
}



.lomovimag .grpmv .mobilsstyle:first-child {
    /* position: relative;
    left: 0; */
}

.lomovimag .grpmv .mobilsstyle .imgbopc {
    height: 783px;
    width: 425px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    border-radius: var(--radius2);
    transform: var(--trnaspodd);
    box-shadow: var(--sameShadow);
    border: 1px solid var(--defaultColor);
    background-color: #fff;
}

.lomovimag .grpmv .mobilsstyle.showed .imgbopc {
    /* filter: blur(0px); */
}

.lomovimag .grpmv .mobilsstyle .descript {
    position: absolute;
    opacity: 0;
    margin-top: 300px;
    margin-left: -400px;
    width: var(--widthDescript);
    padding: 20px;
    border-radius: var(--radius2);
    background: var(--Active);
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    transition: var(--transitionL);
    box-shadow: var(--sameShadow);
}

.lomovimag .grpmv .mobilsstyle .descript:before {
    content: "";
    display: block;
    position: absolute;
    height: 43px;
    width: 200px;
    background-color: transparent;
    border-bottom: 1px dashed var(--defaultColor);
    left: 478px;
    top: 65px;
    z-index: 0;
    border-bottom-right-radius: 100% 200%;
    border-bottom-left-radius: 50px;
    transform: rotate(16deg);
}

.lomovimag .grpmv .mobilsstyle .descript:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
    background-color: var(--red);
    z-index: 2;
    margin-top: 10px;
    border-radius: 20px;
    opacity: 1;
}

.lomovimag .grpmv .mobilsstyle.showedDescip .descript:after {
    width: var(--widthDescriptLoadingwidth);
    transition: all linear var(--widthDescriptLoadingTime);
}


.lomovimag .grpmv .mobilsstyle.showedDescip .descript {
    margin-left: calc(calc(-1 * var(--widthDescript)) - 100px);
    opacity: 1;
}

.lomovimag .grpmv .imgtiitl {}



.fade-out-bck {
    -webkit-animation: fade-out-bck 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-bck 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fade-out-bck {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
}

@keyframes fade-out-bck {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }
}

.marginTop150 {
    margin-top: 150px;
}

.blockpresT {
    height: 400px;
    width: 80% !important;
    background-color: var(--defaultColor);
    border-radius: var(--radius2);
}

#textfirrithek {
    position: relative;
    left: -200px;
    top: -60px;
}

.blockpresT .videoPrestAgenda {
    background-image: url(../img/index_top/chrome_YBimgtCS3s.gif);
    background-repeat: no-repeat;
    background-size: 103%;
    background-position: center center;
    height: 364px;
    width: 600px;
    border-radius: var(--radius2);
    border: 10px solid #fff;
    position: relative;
    left: 28px;
    z-index: 11;
    /* top: -73px; */
    box-shadow: 4px 0px 9px 5px #3b3b3b38;
}

.carrouseltextimage .sct_left .blockCarrousel .blcTitleText .ssTitle {
    opacity: 0.5;
    color: #fff !important;
    font-weight: 300;
    font-size: 1.2em;
}

.carrouseltextimage .sct_left .blockCarrousel .blcTitleText.ici .ssTitle {
    opacity: 1;
    font-weight: 300;
}

.carrouseltextimage .sct_left .blockCarrousel .blcTitleText .ssDescription {
    font-size: 1em;
    padding-left: 10px;
    font-size: 0.8em;
    opacity: 0.9;
}

.carrouseltextimage .sct_left .blockCarrousel::before {

    background-color: #fff;
}

.carrouseltextimage {
    position: relative;
    z-index: 10;
}

.topMaineBlock.blockred {

    --scrollRedUpMarginTop: 850px;
}

#contantTopblockred {
    background-color: var(--red);
    --scrollRedUp: 0;
    box-shadow: 0px calc(-1 * var(--scrollRedUp)) 0px var(--scrollRedUp) var(--red);
    transform: rotate(6deg);
    margin-top: calc(1px * var(--scrollRedUpMarginTop));
    margin-top: calc(var(--scrollRedUpMarginTop) + 100px);
}

.docinthered {
    position: relative;
    --topBottomrec: calc(calc(-1 * var(--scrollRedUpMarginTop)) + 130px);
    top: var(--topBottomrec);

    margin-bottom: calc(1 * var(--topBottomrec));
}

.blockBull {
    margin-top: 130px;
    --rotatioSmooth: 6;
    gap: 10% !important;
}

.blockBull .bkbull {
    position: relative;
    z-index: 10;
    left: 0;
    transition: var(--transitionL);
}

.blockBull .bkbull.iciinv {
    transform: rotate(calc(1deg * var(--rotatioSmooth)));
}

.blockBull .bkbull.iciinv:last-child {
    /* left: 30px; */
}

.blockBull .bkbull.ici {
    transform: rotate(calc(-1deg * var(--rotatioSmooth)));
    /* left: -70px; */
}


/* .blockBull .bkbull.ici[data-num="1"]::before {
    content: "";
    display: block;
    position: absolute;
    height: 500px;
    width: 500px;
    background-color: transparent;
    border-left: 1px dashed var(--defaultColor);
    top: 200px;
    left: 125px;
    z-index: 0;
    border-bottom-left-radius: 80%;
    transform: rotate(18deg);
}

.blockBull .bkbull.ici[data-num="2"]::before {
    content: "";
    display: block;
    position: absolute;
    height: 500px;
    width: 200px;
    background-color: transparent;
    border-right: 1px dashed var(--defaultColor);
    top: 200px;
    left: -14px;
    z-index: 0;
    border-top-right-radius: 85%;
    transform: rotate(16deg);
}

.blockBull .bkbull.ici[data-num="3"]::before {
    content: "";
    display: block;
    position: absolute;
    height: 500px;
    width: 300px;
    background-color: transparent;
    border-right: 1px dashed var(--defaultColor);
    top: 200px;
    left: -150px;
    z-index: 0;
    border-bottom-right-radius: 100%;
} */


.blockBull .bkbull {
    height: 400px;
    width: 300px;
    border-radius: var(--radius2);
    background-color: #fff;
    box-shadow: 5px -2px 13px -2px #08080871;

}

.blockBull .bkbull .inerbull {}

.blockBull .bkbull .inerbull .infoBull {
    position: relative;
    height: 30px;
    width: 50px;
    border-radius: 50px;
    background: #fff;
    z-index: 10;
    left: 20px;
    top: 20px;
    font-weight: 900;
    font-size: 1.1em;
    color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blockBull .bkbull .inerbull .img {
    border-radius: var(--radius2);
    transition: var(--transitionL);
}

.blockBull .bkbull.iciinv .inerbull .img {
    transform: rotate(calc(-1deg * var(--rotatioSmooth)));
}

.blockBull .bkbull.ici .inerbull .img {
    transform: rotate(calc(1deg * var(--rotatioSmooth)));
}

.blockBull .bkbull .inerbull .text {
    transition: var(--transitionL);
    font-weight: 900;
    font-size: 1.1em;
}

.blockBull .bkbull.iciinv .inerbull .text {
    transform: rotate(calc(-1deg * var(--rotatioSmooth)));
}

.blockBull .bkbull.ici .inerbull .text {
    transform: rotate(calc(1deg * var(--rotatioSmooth)));
}

.myMobilevision {
    height: 760px;
    width: 425px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    border-radius: var(--radius2);
    box-shadow: 13px 6px 2px 4px #a5a5a533;
    border: 1px solid var(--defaultColor);
    transform: scale(0.9);
    position: relative;
    z-index: 20;
}


.lstCarrouselIcon .innCrcn .cntIconCr .hreficonsCr .iconsCr {
    background-color: transparent;
    filter: grayscale(1);
}

.lstCarrouselIcon:hover .innCrcn .cntIconCr .hreficonsCr .iconsCr {
    filter: unset;
}

.presimgaTopcke {
    background-image: url(/app/assets/img/index_top/allmetier.png);
    height: 98px;
    width: 700px;
    opacity: 0.12;
    position: absolute;
    margin-top: -337px;
    margin-left: -121px;
    transform: scale(1.2);
    filter: drop-shadow(85px 283px 0px var(--defaultColor));
}


.lstCarrouselIcon {
    --height_carrIcon: 100px;
}


.bullBlockinfo {
    background-color: var(--red);
    height: 200px;
    width: 45%;
    position: relative;
}

.flex.right .bullBlockinfo {
    border-radius: 100px;
    right: 5%;
    /* transform: skewX(-10deg); */
}

.flex.left .bullBlockinfo {
    border-radius: 100px;
    left: 5;
    /* transform: skewX(-10deg); */
}

.footer {
    background-color: #4d3a3a;
    color: #fff;
}

.footer a:hover {
    color: #fff;
}

.languesting {
    padding: 10px;
    border: 1px var(--typeBorder) transparent;
}

.languesting:hover {
    border: 1px var(--typeBorder) var(--bgColor);
    border-radius: var(--radiusButton);
    cursor: pointer;
}

.languesting .rjspopup {
    background-color: #fff;
    padding: 0;
    margin-top: 12px;
}

.languesting .picklang {
    padding: 10px;
    display: block;
    border-bottom: 1px var(--typeBorder) var(--bgColor);
    color: #000;
}

.languesting .picklang:last-of-type {
    border-bottom: 0px var(--typeBorder) var(--bgColor);
}


.languesting .picklang:hover {
    background-color: var(--selected0);
    text-decoration: none;
}

.ephemere.slideinbottomephemere.cookieConsent {
    width: 350px;
    padding: 10px;
    border-radius: var(--radiusButton);
}