.wrapper-body {
    height: 100% !important;
    background-color: #f2f2f2 !important;
}

/** style header **/
.wrapper-header .container {
    /* padding-right: 0 !important; */
}
.wrap-banniere{
    padding-bottom: 10px;
}
.wrap-header-logo {
    max-width: 175px;
}

.wrap-header-logo img {
    width: 100%;
}

.wrap-header {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 1.5 !important;
    /* padding: 8px 0; */
}
.dropdown .dropdown-menu.menu-grid .dropdown-item {
    display: inline-flex;
    width: 75px;
    height: 70px;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 18px;
    color: #5A5A5A;
}
.dropdown .dropdown-menu.menu-grid .dropdown-item span{
    font-size: 22px;
}

.wrapper-header {
    background: #fff;
    position: sticky;
    z-index: 25;
    top: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0px 0px rgba(0, 0, 0 ,.20);
}

a.nav-link.log {
    border: 2px solid #0070c0;
    border-radius: 50px;
    padding: 0.3rem 1rem;
}

a.nav-link.log:hover {
    background: #0070c0;
    color: #fff !important;
}

span.toggle-search-form,
span.toggle-menu-nav {
    cursor: pointer;
    display: block;
}

li.nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.toggle-search-form svg,
span.toggle-menu-nav svg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-with-more-value button:focus,
.comment-with-more-value button:hover,
.comment-with-more-value button {
    background-color: transparent !important;
    color: #4f5b6d !important;
    border: 0;
}

.btn.show-more-comments {
    color: #4f5b6d;
}

.btn.show-more-comments:hover {
    text-decoration: underline;
    background-color: transparent;
}

.wrap-header a {
    position: relative;
    cursor: pointer;
    color: #4f5b6d;
    text-decoration: none !important;
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 20;
    background: #f2f2f2 !important;
    transition: 2s easy 0.1s;
    top: 0px;
    left: 0px;
    right: 0px;
    animation: thedrop 1s 1;
    -moz-animation: thedrop 1s 1;
    -webkit-animation: thedrop 1s 1;
    /* border-bottom: 1px solid #e7e7e7; */
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}

.fixeddiv {
    min-height: 55px;
}

.fixeddiv {
    z-index: 20;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    animation: thedrop 1s 1;
    -moz-animation: thedrop 1s 1;
    -webkit-animation: thedrop 1s 1;
    /*border-bottom: 1px solid #e7e7e7;*/
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}

.header-center {
    margin: auto;
}

.header-center ul {
    align-items: center;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 35px;
}

.logo-header {
    padding: 0 !important;
}

.header-right span img {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right svg path {
    fill: #4f5b6d;
}

.logo-header img {
    /* width: 100%; */
    /* max-width: 64px; */
    /* max-height: 32px; */
}

.wrap-header {
    flex-wrap: nowrap !important;
    justify-content: space-between;
    box-sizing: border-box;
}

.header-center .nav-item {
    max-width: 115px;
    min-width: 80px;
}

.header-center .nav-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 8px 5px;
    margin: 0 auto;
    font-size: 12px;
}

.header-center .nav-item a span {
    position: relative;
}

.header-center .nav-item .nav-link.active {
    background: none;
    border-radius: 0;
}

.header-center .nav-item .nav-link i {
    font-size: 20px;
    margin-bottom: 2px;
}

#wrapper_header .header-center .nav-item .nav-link:hover,
#wrapper_header .header-center .nav-item .nav-link.active {
    color : #106fb7 !important;
}
#wrapper_header .header-center .nav-item .nav-link:hover svg,
#wrapper_header .header-center .nav-item .nav-link.active svg{
    fill : #106fb7 !important;
}
.header-center .nav-item .nav-link:hover span.menu-title:after,
.header-center .nav-item .nav-link.active span.menu-title:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #106fb7;
}

/***/

.search-form svg path {
    fill: #ababab;
}

.search-form input {
    font-size: 14px !important;
    padding: 5px;
    line-height: inherit;
    transition: all 0.1s ease-in-out;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #4c5667;
    padding-left: 40px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    font: caption;
    /*margin: 0 0 5px 0;*/
}

.search-form {
    position: relative;
    color: #ddd;
    margin: 0 0 5px 0;
}

.search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 10px;
    border: none;
    background: none;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-form button span img {
    width: 24px;
    height: 15px;
}

.close-search-form span img {
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* top: 50px; */
    /* transform: translateY(-50%); */
}

.close-search-form svg polygon {
    fill: #ababab;
}

.col-11.header-search {
    position: relative;
    box-sizing: border-box;
}

.close-search-form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
}

.search-form input[type="text"]::placeholder {
    color: #ababab;
    font-style: italic;
}

.header-right span,
.header-search span {
    cursor: pointer;
    font-size: 13px;
}

.logo-header a {
    display: block;
    position: relative;
}

/**sidebar**/
.wrap-side-bar {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    margin-top: -60px;
    z-index: 999;
}

.sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidebar a {
    padding: 0 !important;
    text-decoration: none;
    font-size: 18px;
    color: #fff !important;
    display: block;
    transition: 0.3s;
    box-sizing: border-box;
}

.sidebar a:hover {
    color: #f1f1f1;
}

ul.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.sidebar-nav li {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #818181;
    margin: 0 20px;
    position: relative;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 15px;
    }
}

/**responsive header**/
.menu-icon,
.menu-icon-log {
    display: none;
}

@media (min-width: 996px) {
    .menu-responive, .ro-wrap-bottom-header{
        display: none;
    }
}
@media (max-width: 995px) {
    .essai.toggle-menu-nav-side-hide,
    .header-center {
        display: none !important;
    }

    .toggle-menu-nav-side-show, .ro-wrap-bottom-header {
        display: block !important;
    }

    .menu-responive{
        display: block;
    }

    .wrap-banniere-texte h2 {
        font-size: 25px !important;
    }

    /*.search-form button {
            padding: 2px;
        } */
    .header-right {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .menu-title.log {
        display: none;
    }

    .menu-icon-log {
        display: block !important;
    }

    a.nav-link.log {
        border: 2px solid #0070c0;
        border-radius: 50px;
        padding: 0.3rem 1rem;
    }

    .wrap-banniere-texte h2 {
        font-size: 25px !important;
        text-align: justify;
        max-width: 500px;
        margin: 0 auto;
    }

    .wrap-bloc-banniere .wrap-banniere-image {
        display: none;
    }

    .wrapper-banniere .container {
        overflow: hidden;
        /* height: 320px; */
    }

    .wrap-banniere {
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

    .wrap-banniere .carousel-indicators {
        /* position: absolute !important; */
        /* bottom: 0 !important; */
        /* left: 50% !important; */
        /* transform: translateX(-50%) !important; */
        /* background: blue; */
        /* margin: 0; */
        /* width: 160px; */
    }
}

/*** toggle bannière ***/
.row.wrap-toggle-banniere {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #fff;
}

.ban-show {
    display: none;
}

span.wrap-accroche h2 {
    margin: 0;
    font-size: 16px;
}

input[type="checkbox"] {
    height: 0;
    width: 0;
    display: none;
}

/* label {
    cursor: pointer;
    width: 85px;
    font-size: 12px;
    height: 20px !important;
    background: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50px !important;
    margin: 0 !important;
} */

/* label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 14px;
    height: 14px;
    background: #f2f2f2;
    border-radius: 50%;
} */

/* input:checked + label {
    background: #0070c0;
    color: #fff;
} */

.switch-toggle-display-none {
    display: none;
}

.switch-toggle-display-block {
    display: block;
}

.wrapper-toggle-banniere.margin-bottom {
    margin-bottom: 30px;
}

/* input:checked + label .ban-hide {
  display: block;
} */

/* input:checked + label .ban-show {
  display: block;
} */
span.ban-show {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

span.ban-hide {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* input:checked + label:after {
    left: calc(100% - 20px);
} */

/* label:active:after {
    width: 80px;
} */

/** end style header **/
.wrapper-header .row,
.wrapper-membre .row,
.wrapper-provider .row {
    margin: 0 !important;
}

.bloc-more {
    position: relative;
    margin-top: 30px !important;
    padding: 15px 40px;
    display: flex;
    flex-direction: column;
    line-height: 1.7;
    font-size: 16px;
    cursor: pointer;
}

.bloc-more:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 600ms ease;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 9% 50%, 0% 0%);
}

.wrap-more a {
    color: #787878 !important;
    font-weight: 700;
}

.wrap-more {
    z-index: 5;
}

.bloc-more:hover:before {
    background: #ffc000;
}

/** style banniere **/
.wrap-banniere-image img {
    width: 100%;
    border-radius: 50%;
}

.wrap-bloc-banniere {
    justify-content: center;
    /* align-items: center; */
}

.wrapper-banniere {
    background-image: url(../../img/home-cover.jpg);
    background-size: cover;
    min-height: 180px;
    padding-top: 10px;
}

.home-text-icon {
    text-align: center;
}

.wrapper-banniere .home-text {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: block;
}

.slider-content {
    position: relative;
    display: block;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 8;
    visibility: inherit;
    transition: none 0s ease 0s;
    line-height: 20px;
    border-width: 0;
    min-width: 300px;
    width: 700px;
    padding: 26px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 12px;
    max-height: none;
    max-width: none;
    margin: 0 auto;
    opacity: 1;
    text-align: center;
    min-height: 287px;
}

.slide_title1 {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    transition: none 0s ease 0s;
    font-size: 15px;
    color: #fff;
    margin: 0px 0px 35px;
}

.how-gdg-works-col {
    padding: 30px 5px;
    width: 33%;
}

.how-gdg-works-icon {
    color: #fff;
    float: left;
    margin-right: 16px;
    margin-top: -2px;
    font-size: 47px;
    height: 1em;
}

.slider-content .how-gdg-works-text {
    top: -22px;
    position: relative;
    text-align: left;
}

.wrapper-banniere .home-icon {
    margin-bottom: 8px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}

.how-gdg-works-text span {
    font-size: 17px;
    display: block;
    color: #fff;
}

.how-gdg-works-text .how-gdg-works-sub-title {
    color: #fff;
}
.slide_title1 a {
    transition: none 0s ease 0s;
    line-height: 21px;
    padding: 0px 0px 9px;
    letter-spacing: 0px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
.wrapper-banniere .container {
    overflow: hidden;
}

.wrap-banniere-texte h2 {
    font-size: 25px;
    line-height: 35px;
    margin-left: 15px;
    color: #fff;
}

span.texte-exergue {
    color: #ffc000;
}

.wrap-banniere-texte {
    position: relative;
    top: 50px;
}

.wrap-banniere .carousel-indicators {
    transform: rotate(90deg);
    position: absolute;
    left: 60% !important;
    top: 50%;
    width: 150px;
    height: 10px;
    margin: 0;
}

.wrap-banniere-image {
    max-width: 320px;
    margin: auto;
}

.wrap-banniere .carousel-indicators li {
    cursor: pointer;
    transition: all 200ms;
    height: 8px;
    background: #ffe5cc;
    margin-right: 18px;
    border: none !important;
    border-radius: 5px;
    width: 18px;
}

.wrap-banniere .carousel-indicators li.active {
    width: 57px !important;
    background: #ffc000;
}

/** end style banniere **/

/** style membre **/
.wrapper-banniere,
.wrapper-membre,
.wrapper-provider {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.bg-membre {
    background: #0070c0;
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    height: 450px;
    background-size: cover;
    z-index: 1;
}

.row.bloc-title {
    z-index: 4;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    margin-top: 50px !important;
    margin-bottom: 35px !important;
}

.row.wrap-membre {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row.bloc-membres {
    z-index: 4;
    margin: 0 auto !important;
}

.wrap-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.title-effect {
    width: 123%;
    height: 50px;
    top: -12px;
    position: absolute;
    left: -19px;
    opacity: 0.4;
    animation: rotation 12.8s steps(1) 0s infinite;
    z-index: 0;
}

.title-effect .bar {
    background: #fff;
}

.bar.bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite;
}

.bar.bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite;
}

.bar.bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite;
}

.bar.bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite;
}

/** animation **/
@keyframes bar-left {
    0% {
        transform: scale(1, 0);
    }

    37.5% {
        transform: scale(1, 0);
    }
    50% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}

@keyframes bar-bottom {
    0% {
        transform: scale(0, 1);
    }
    25% {
        transform: scale(0, 1);
    }
    37.5% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(0, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-right {
    0% {
        transform: scale(1, 0);
    }

    12.5% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}

@keyframes bar-top {
    0% {
        transform: scale(0, 1);
    }
    12.5% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-primary {
    color: #fff !important;
    background-color: #0070c0 !important;
    border-color: #0070c0 !important;
}

.btn.br-50 {
    border-radius: 50px;
}

.btn.br-50 {
    border-radius: 50px;
}

.wrap-membre {
    margin-top: 15px;
}

.membre:last-child {
    margin: 0;
}

.membre {
    margin-right: 15px;
}

/** end style membre **/

/** style provider **/
.wrap-provider {
    display: flex;
    justify-content: space-between;
    font-size: 13px !important;
}

.wrap-provider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row.bloc-title.color-black {
    color: #787878;
}

.bloc-title.color-black .title-effect .bar {
    background: #000;
}

.provider {
    max-width: 360px;
    margin-right: 20px;
    /* background: #f2f2f2; */
    padding: 5px 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.provider-logo a {
    display: block;
}

.provider-logo a img {
    width: 100%;
}

a.provider-name {
    font-size: 14px !important;
    color: #0070c0 !important;
}

.wrap-provider h6 {
    font-size: 13px;
    margin: 0 !important;
    text-transform: capitalize;
    margin-top: 5px;
}

.wrap-provider p {
    margin: 0;
    text-align: justify;
    margin-bottom: 5px !important;
}

.bloc-providers {
    display: flex;
    justify-content: space-between;
    margin: 0 auto !important;
}

.provider:last-child {
    margin-right: 0;
}

/** end style provider **/

/*****style 3 blocs banniere***/
.card-body .wrap-card-content:nth-child(1) {
    margin-left: 0;
}

.card-body .wrap-card-content:nth-child(4) {
    margin-left: 0;
}

.wrap-card-content h2 {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin: 2px 0 0;
}

.wrap-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.wrap-card-content .title {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0;
}

span.big-size {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: block;
    text-align: center;
}

.wrap-image-card {
    height: 164px;
    width: 164px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0 20px;
    position: relative;
}

.wrap-image-card:before {
    left: 0;
    content: "";
    position: absolute;
    background: #00adff05;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
}

.wrapper-card {
    padding: 0 1px;
}

/* .wrapper-card:hover .card {
  box-shadow: 1px 3px 6px rgb(0 0 0 / 50%);
} */

.wrapper-card .card {
    margin: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    border-top: 0;
    padding: 12px;
}

.bussiness-state-card {
    width: 100%;
    min-height: 40px;
}

.card-head span.inherit-size {
    margin-left: 10px;
}

.bloc-slogan.bg-col-grean {
    background: rgba(0, 128, 104, .30);
}

.wrapper-card .card.coulor-\#999 {
    border-color: #999;
    background-position-x: right;
    background-position-y: center;
}

.bloc-slogan.bg-col-bleu {
    background: rgba(1, 113, 192, .30);
    position: absolute;
    top: 20px;
    right: 0;
}

.bloc-slogan.bg-col-bleu-c {
    background: rgba(91, 172, 230, .30);
}

ul.bussiness-offer-list li.coulor-\#999 {
    border-color: #999;
}

.wrap-card-content.coulor-orange {
    background: transparent;
}

.wrap-card-content.coulor-orange h2 {
    /* color: #000; */
}

.wrapper-card .card-services {
    min-height: auto;
}

.wrapper-card .card.coulor-orange {
    border-color: #ffc000;
    background-position-x: left;
    background-position-y: bottom;
}

.wrapper-card .card.coulor-bleu-c {
    border-color: #5bace6;
    background-position-x: inherit;
    background-position-y: center;
}

.wrapper-card .card.coulor-bleu {
    /* border-color: #5bace6; */
    background-position-x: center;
    background-position-y: center;
}

.wrap-card-content {
    padding: 10px 5px;
    font-size: 14px;
    border: 1px solid #ffc000;
    border-radius: 10px;
    margin: 0 10px 10px;
    color: #fff;
}

.wrap-card-content:hover {
    color: #ffc000;
}

.card-head h2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.card-head h2 span.big-size {
    font-size: 20px;
    position: absolute;
    left: 35px;
    top: -6px;
    color: #fff;
    font-weight: 800;
}

span.big-size i {
    font-size: 25px;
    margin-top: 10px;
    display: block;
}

.wrapper-card .card-body a {
    /* padding: 0;
      margin: 0;
      height: max-content; */
}

ul.bussiness-offer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.opportuniest-stats-title {
    font-size: 13px;
    color: #796390;
}

ul.bussiness-offer-list li {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.bussiness-offer-list li a {
    padding: 12px 25px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffc000;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    margin-bottom: 12px;
    line-height: 5px;
    font-size: 12px;
}

.bloc-slogan h2 {
    font-size: 12px;
    margin: 0;
}

.bloc-slogan {
    height: max-content;
    border-radius: 50px;
    background: rgba(255, 192, 0, .30);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 2px 25px;
}

.wrapper-bussiness-shaping {
    display: flex;
    align-items: center;
    height: max-content;
}

.wrapper-bussiness-shaping .wrap-bussiness-shaping {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 91px;
}

.wrapper-bussiness-shaping {
}

ul.bussiness-shaping-list li {
    padding: 4px 4px;
    background: transparent;
    /* margin-bottom: 8px; */
    /* margin-right: 5px; */
    border-radius: 50px;
    border: 1px solid #999;
    margin-right: 3px;
    /* background: #ffffff; */
    color: #fff;
    /* border-radius: 5px; */
    margin-bottom: 3px;
    line-height: 5px;
    font-size: 11px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    .col-lg-6.col-md-12.col-sm-12.wrapper-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .wrapper-card {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .wrapper-card:last-child {
        margin-bottom: 0;
    }
}

.col-lg-6.col-md-12.col-sm-12.wrapper-card {
    display: flex;
}

/****/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

/****/

.wrap-left {
    background: #fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.wrapper-card .card-body {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-left .card-body {
    /*min-width: 220px;*/
}

.wrap-rigth {
    background: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.carousel.vert {
    height: 100%;
    padding: 20px 10px 20px 0;
    position: relative;
    overflow: hidden;
}

.carousel.vert .carousel-inner,
.carousel.vert .carousel-inner .carousel-item {
    height: 100%;
}

.wrap-item-slide-top {
    display: flex;
    width: 100%;
}

.item-slide-top-img {
    max-width: 64px;
    height: auto;
    /* width: 100%; */
}

.wrap-item-slide-top h3 {
    font-size: 12px;
    margin: 0 0 0 5px;
    font-weight: 400;
}

.wrap-item-slide-bottom h4 {
    font-size: 14px;
    font-weight: 400;
    /* margin: 0; */
}

.event-local svg {
    width: 16px;
    height: 16px;
}

.wrapper-item-slide-bottom {
    margin-top: 30px;
}

.view-more {
    border-top: 1px solid #d8d8d8;
    max-width: none;
    padding: 8px 24px;
    color: #0070c0;
    width: 100%;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 167ms;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    outline-width: 2px;
    text-align: center;
    transition-property: background-color, box-shadow, color;
    vertical-align: middle;
    margin-top: 10px;
}

.view-more:after {
    content: "\f3d0";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-left: 10px;
    margin-top: -2px;
}

a.view-more:hover {
    background-color: #d8d8d8;
    color: #0070c0;
}
.bloc-slogan :hover {
    color: #ffc000;
}
.stats-home{
    height: 100%;
}

.ro-wrap-navbar ul li:hover {
    background-color: #e4f5ff !important;
    color: #245c95 !important;
    border-bottom: 0;
}

.ro-wrap-navbar ul li a.nav-link {
    display: flex;
    flex-direction: revert;
    justify-content: center;
    align-items: start;
    border: 0;
}

span.menu-icon-res {
    padding-top: 10px;
    padding-right: 12px;
    font-size: 20px;
}

span.menu-title-res {
    text-align: start;
}

@media screen and (max-width:985px){
    .ro-item a:hover, .ro-wrap-navbar a:hover{
        color: #245c95 !important;
        border: 0;
    }
    a.nav-link.log:hover {
        background: transparent !important;
        color: unset !important;
    }
}

@media screen and (max-width: 991px) {
    .not-display-on-991{
        display: none;
    }
}
@media screen and (max-width: 1198px) {
    .not-display-on-1200{
        display: none;
    }
}
@media screen and (max-width: 575px)  {

    .wrapper-header-home-mk {
        background: #fff;
        border-bottom: 1px solid #eee;
    }
    .wrap-header-logo {
        max-width: 125px;
    }
    .wrap-header {
        position: relative;
    }
}
