.owl-next,
.owl-prev {
    width: 45px;
    height: 45px;
}
.subMenuContainer {
    background-color: #ffffff36;
    position: absolute;
    margin-top: 3.5rem;
    width: 156px;
    padding: 1rem;
    border-top: 1px #1b4350 solid;
    display: none;
}
.navbar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 122222;
    top: 0;
}
.olmaTexte2, .olmaTexte3, .olmaTexte4, .olmaTexte5 {
    visibility: hidden;
    display: inline-block;
    opacity: 0;
}
.revelator {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}

.homeContainerMob {
    margin-top:12.5rem;
}

.h-stick {
    background: #61767ec9;
    padding: 0.2rem 5%;
}

.navbar-toggler {
    padding: 0.25rem 0;
    font-size: 1rem;
}
.subMenuContainer a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.light {
    font-family: "Avenir light", sans-serif;
}
.sign {
    font-family: "William Letter Signature";
}
.business_story {
    background-image: url(/assets/front/img/business_bg.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.slick-next:before,
.slick-prev:before {
    color: #a7cee0;
}
a.nav-link {
    position: relative;
}
a.nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 13px;
    left: 0;
    background-color: #ffffff1f;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}
a.nav-link:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #dae7f5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(194, 216, 241, 0.25);
}
.form-control {
    border: 1px solid #ced4da94;
    border-radius: 0.15rem;
}
.form-control::placeholder {
    color: #ced4da;
    font-size: 1rem;
    font-family: "Avenir light", sans-serif;
}
.team {
    margin-top: 25px;
    cursor: pointer;
}
.card-front span {
    text-transform: uppercase;
    font-size: 0.8rem;
}
.card-front h2 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 10px 10px 14px;
    margin-bottom: 0;
    text-align: left;
}
.cardx {
    height: 300px;
    width: 100%;
    transform-style: preserve-3d;
    perspective: 600px;
    transition: 0.5s;
}
.cardx:hover .card-front {
    transform: rotateY(-180deg);
}
.cardx:hover .card-back {
    transform: rotateY(0);
}
.h2hdx {
    margin-bottom: 0;
    font-family: "Luxia Regular", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #212529;
}
.phdx {
    font-size: 16px !important;
    color: #212529 !important;
    line-height: 1.5rem !important;
}
.teamText {
    max-width: 41%;
}
.businessText {
    max-width: 600px;
}
.pcontenthdx {
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.card-front {
    height: 100%;
    width: 100%;
    background-image: url(https://99px.ru/sstorage/56/2013/12/image_563012130153328414049.jpg);
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    backface-visibility: hidden;
    transform: rotateY(0);
    transition: 0.5s;
}
.card-back {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #30404e;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    transition: 0.5s;
    color: #fff;
    text-align: center;
}
.card-back h2 {
    font-size: 1.2rem;
    text-align: left;
    padding: 10px;
    color: #fff;
}
.card-back h2 p {
    font-size: 0.8rem;
    margin-top: 10px;
}
.card-back a {
    height: 20px;
    width: 20px;
    padding: 5px 5px;
    border-radius: 4px;
    line-height: 20px;
}
.card-back a:hover {
    color: #000;
    background-color: #fff;
}
.hr-text {
    margin-top: 2rem;
    margin-bottom: 3rem;
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: #000;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}
.hr-text:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#a7a6a1), to(transparent));
    background: linear-gradient(to right, transparent, #a7a6a1, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: #000;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #a7a6a1;
    background-color: #fcfcfa;
}
.newsinput,
.newsinput:focus {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #52a5ff;
    box-shadow: transparent;
}
.newsinput::placeholder {
    color: #52a5ff;
}
.shadow {
    box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
}
.nav-item .nav-link {
    cursor: pointer !important;
}
.footer-menu-mobile {
    display: none;
}
.footer-privacy-mobile {
    display: none;
}
#footer_container span {
    font-size: 0.5rem;
}
@media screen and (min-width: 1200px) and (max-width: 1680px) {
    .subMenuContainer {
        width: 133px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #container_h11 {
        width: 60% !important;
    }
    .n4car .inner p {
        font-weight: 0 !important;
    }
    #lft_ct {
        padding: 2rem !important;
        width: 27% !important;
    }
    #rit_ct {
        width: 73% !important;
        padding-right: 2rem !important;
    }
    #n3 {
        margin-bottom: 24rem !important;
    }
    .firstCompo {
        margin-top: 9rem !important;
        margin-bottom: 9rem !important;
        top: 0 !important;
    }
    #c4 {
        margin-top: 14rem !important;
    }
}
@media screen and (max-width: 768px) {
    .business_title_bloc {
        margin-top: -13rem !important;
    }
    .teamText {
        max-width: 100%;
    }
    .businessText {
        max-width: 600px;
        padding: 0 1rem;
    }
    .header_home {
        height: 728px !important;
        margin-top: -0.4rem;
    }
    .header_business {
        min-height: 96px;
    }
    .business_carousel {
        height: 300px !important;
    }
    .business_title {
        font-size: 1.7rem !important;
    }
    .all_business {
        margin-top: 0 !important;
    }
    .n3car .owl-nav button {
        display: none !important;
    }
    .businessSeeContainer {
        margin-top: 5rem !important;
    }
    .p_c_cont h2 {
        font-size: 2rem !important;
    }
    .wrap_hov p {
        font-size: 1rem !important;
    }
    .wrap_hov img {
        display: none !important;
    }
    .firstCompo {
        top: 0 !important;
        margin-top: 3rem !important;
    }
    .SecondCompo {
        top: 0 !important;
        margin-top: 3rem !important;
        margin-bottom: 0;
    }
    .newsSeeContainer {
        margin-top: 2rem !important;
    }
    .newsSeeTitle {
        margin-bottom: 0 !important;
    }
    .newsSeeContent {
        margin-top: 1rem !important;
    }
    .newsSeeContent .col-md-8 {
        margin-top: 2rem !important;
    }
    .newsSeeStory {
        margin-top: 2rem !important;
    }
    .newsSeeOther section {
        width: 90% !important;
    }
    .newsSeeOther {
        margin-top: 3rem !important;
    }
    .your-class button {
        display: none !important;
    }
    .charityContainer .ckcontent {
        margin-top: 1.5rem !important;
    }
    footer {
        background-color: #fff;
    }
    #n3 {
        margin-bottom: 4rem !important;
        top: 0 !important;
    }
    #news_p {
        width: auto;
    }
    #videobcg {
        left: -350px;
    }
    #n3 {
        margin-bottom: 2rem;
    }
    #wrapper_body_i {
        background-image: none !important;
    }
    body {
        background-image: none !important;
    }
    footer {
        background-position: bottom !important;
    }
    .n3car button {
        display: none;
    }
    .n5car .owl-item {
        background-color: #fff;
    }
    .n4car .owl-next,
    .n4car .owl-prev {
        background-color: transparent !important;
        box-shadow: none;
    }
    .offset-2 {
        margin-left: 0;
    }
    .visiontext {
        column-count: 1 !important;
    }
    .navbar-brand lottie-player {
        width: 131px !important;
    }
    .navbar {
        background-color: #61767ef7;
        padding: 0 8% !important;
    }
    .navbar a {
        margin-left: 0px !important;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 0px !important;
    }
    .bigTitleNew23 {
        font-size: 2.7rem !important;
    }
    .offset-1 {
        margin-left: 0 !important;
    }
    .n4car .inner {
        padding: 1rem 1rem 1rem 1rem;
    }
    .inner h2 {
        font-size: 1.2rem !important;
    }
    .n4car .owl-item.center {
        transform: scale(0.9) !important;
    }
    .business_story {
        margin-top: 5rem !important;
    }
    .owl-stage .active {
        z-index: 2 !important;
    }
    .owl-stage .owl-item {
        z-index: 1;
    }
    .n5car .owl-stage-outer {
        padding-top: 0 !important;
    }
    .footer-privacy-mobile {
        display: block;
        text-transform: uppercase;
    }
    .footer-privacy-mobile a {
        display: inline;
        text-transform: uppercase;
        color: grey;
        font-size: 0.5rem;
    }
    .footer-menu-mobile {
        margin-top: 30px;
        display: block;
        text-transform: uppercase;
    }
    .footer-menu-mobile a {
        display: inline;
        text-transform: uppercase;
        color: #000;
        font-size: 0.6rem;
    }
    #first_ul,
    #second_ul {
        display: none;
    }
    #footer_container span {
        font-size: 0.4rem;
    }
    .n5car .owl-stage-outer .owl-stage {
        background-image: linear-gradient(to bottom, transparent, #d2ecff33);
    }
    #lft_ct a,
    #lft_ct p {
        font-size: 0.8rem;
    }
    #lft_ct h2 {
        text-align: center;
    }
    #lft_ct {
        margin-bottom: -36px;
        text-align: center;
    }
    .container_txt_n5car {
        padding: 0 5px 0 5px;
    }
}
