:root {
    --themeColor: #0071bc;
    --orange: #FFC20E;
    --menuUp: #0b1d2c;
    --menuDown: #102334;
    --detailLink: #fff4D2;
    --logoMKonnected: rgb(5, 155, 210);
    --h2: 1.5rem;
    --navLink: 0.9rem;
    --buttonText: 0.7rem;
    --textCardTitle: 1.7rem;
    --textCardTexte: 0.8rem;
    --paragraphText:0.9rem;
    --readMore: 0.8rem;
    --actualityTitle: 0.8rem;
}
/***Loader***/
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.divLoader{
    position: relative;
}
.divModalLoader {
    display:    none;
    position:   absolute;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .5)
    url('../../images/app-loader.gif')
    50% 50%
    no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.divLoader.loading {
    overflow: hidden;
}
/* Anytime the body has the loading class, our
   modal element will be visible */
.divLoader.loading .divModalLoader {
    display: block;
}
.fh5co-nav ul li.home-favicon {
    display: none;
}
.scrolled.fh5co-nav ul li.home-favicon {
    display: inline;
}
.home-favicon img{
    max-width: 50px;
}
.middle-footer{
    position: relative;
    background-color: #192a3a;
    padding-top: 1rem;
    padding-bottom: 0.8rem;
}
.middle-footer p{
    margin: 0;
    color: rgba(255, 255, 255, 0.3);
}
.middle-footer ul{
    text-align: right;
    margin: 0;
}
.middle-footer ul li{
    display: inline-block;
    list-style: none;
    margin-left: 25px;
    font-size: .86rem;
    color: rgba(255, 255, 255, 0.3);
}
.middle-footer ul li.link-lang a{
    font-size: .86rem;
    color: rgba(255, 255, 255, 0.3);
}
.middle-footer ul li.link-lang a.active{
    color: rgba(255, 255, 255, 0.5);
}
.footerbutton a.button {
    margin-bottom: 15px;
    display: block;
    width: fit-content;
    background-color: transparent;
    color: #f1f1f1;
    border: 0.5px solid rgba(128, 128, 128, 0.544);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.5);
    font-size: .86rem;
}
.follow-mkonnected img{
    max-width: 100px;
}
.follow-mkonnected span{
    color: var(--logoMKonnected);
}
.copywhith {
    font-size: .85rem;
}
.mention {
    font-size: .85rem;
    transition: .5s;
}
.mention a{
    color: rgba(255, 255, 255, 0.3);
    font-size: .86rem;
    text-decoration: none;
    margin-left: 15px;
}
.foot-footer{
    border-top: 0.5px solid rgba(128, 128, 128, 0.20);
    padding-top: 25px;
}
.copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.3);
}
/**** Intro ****/
.wbc-intro{

}
.wbc-wrapper{
    color: #212529 !important;
    box-sizing: border-box;
    padding: 70px 50px;
    margin-bottom: 70px;
    width: 100%;
    margin-top: -158px;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 14px 28px rgba(93, 93, 93, 0.04);
    -khtml-box-shadow: 0 14px 28px rgba(93, 93, 93, 0.04);
    -moz-box-shadow: 0 14px 28px rgba(93, 93, 93, 0.04);
    -ms-box-shadow: 0 14px 28px rgba(93, 93, 93, 0.04);
    -o-box-shadow: 0 14px 28px rgba(93, 93, 93, 0.04);
    box-shadow: 0 14px 28px rgba(93, 93, 93, 0.04);
}
.wbc-about{
    transition: opacity .5s ease;
    overflow: hidden;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-color: #f6f9fc;
}
.wbc-border-top{
    border-top: 1px solid #dcecfd;
}
.services-area .single-services {
    position: relative;
}
.mb-200 {
    margin-bottom: 200px;
}
.services-area .single-services .services-img img {
    width: 100%;
    vertical-align: middle;
    border-style: none;
}
.services-area .single-services .services-caption {
    background: #fff;
    width: 100%;
    padding: 33px 15px 30px 50px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    transform: translateY(0px);
    position: absolute;
}
.services-area .single-services .services-caption h3 {
    margin-bottom: 15px;
    line-height: 13px;
    font-family: "Barlow", sans-serif;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.services-area .single-services .services-caption h3::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    top: 0;
    left: -46px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff1313;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.services-area .single-services .services-caption h3 a {
    color: #222222;
    font-weight: 700;
    font-size: 20px;
    display: block;
}
.services-area .single-services .services-caption p {
    color: #2c234d;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    line-height: 1.5;
}
.services-area .single-services .services-caption .pera1 {
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1.5;
}
.services-area .single-services .services-caption .pera2 {
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1.5;
}
.services-area .single-services:hover .services-caption {
    background: #102334;
    transform: translateY(-40px);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.services-area .single-services:hover .services-caption .pera2 {
    display: block;
}
.services-area .single-services:hover .services-caption p {
    color: #ffffff;
}
.services-area .single-services:hover .services-caption h3::before {
    background: var(--bs-yellow);
}
.services-area .single-services:hover .services-caption h3 a {
    color: #fff;
}
.ct-heading-sub {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 21px;
}
.ct-heading h3.ct-heading-tag {
    font-size: 40px;
    line-height: 1.16666;
    margin-bottom:20px;
}
.ct-heading-desc{
    font-size: 26px;
    line-height: 36px;
}
.wbc-about .ct-fancybox-inner {
    display: flex;
    flex-wrap: nowrap;
}
.wbc-about .ct-fancybox-layout3 .ct-fancybox-icon {
    line-height: 1;
    margin-right: 42px;
}
.wbc-about .ct-fancybox-layout3 .ct-fancybox-title {
    margin-top: -3px;
    font-size: 30px;
    margin-bottom: 13px;
}
.ct-banner-letter1 .ct-banner-main {
    position: relative;
}
.ct-banner-letter1 {
    position: relative;
    padding-bottom: 109px;
    padding-right: 100px;
    max-width: 630px;
    display: inline-block;
    margin: auto;
    z-index: 1;
}
.ct-banner-letter1 .ct-banner-small {
    border: 8px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 4px 8px #ced8e6;
    -khtml-box-shadow: 0 4px 8px #ced8e6;
    -moz-box-shadow: 0 4px 8px #ced8e6;
    -ms-box-shadow: 0 4px 8px #ced8e6;
    -o-box-shadow: 0 4px 8px #ced8e6;
    box-shadow: 0 4px 8px #ced8e6;
}
.ct-fancybox-content{
    margin: 0 auto;
    margin-bottom: 32px;
    max-width: 320px;
    color: #575f68;
    font-size: 16px;
    line-height: 35px;
}
.ct-fancybox-icon {
    line-height: 1;
    margin-bottom: 29px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.ct-heading-desc{
    font-size:20px;
    line-height:35px;
}
.ct-fancybox-layout2 .ct-fancybox-title {
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.readMore{
    font-weight: bolder;
    font-size: var(--readMore);
    letter-spacing: 1.1px;
}
.readMore:hover i ,.readMore:hover {
    margin-left: 10px;
    font-weight: bolder;
    cursor: pointer;
    transition: .4s;
}
.home-blog-area .home-blog-single {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-img {
    overflow: hidden;
    position: relative;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-img img {
    width: 100%;
    -webkit-transform: scale 1;
    -ms-transform: scale 1;
    transform: scale 1;
    transition: all 0.5s ease-out 0s;
}
.home-blog-area .home-blog-single .blog-img-cap ul {
    background: #fff;
    margin: 0;
    padding: 0;
}
.home-blog-area .home-blog-single .blog-img-cap ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #787878;
}
.home-blog-area .home-blog-single .blog-img-cap ul li.black-bg {
    padding: 20px 30px 20px 120px;
    margin-right: 50px;
    color: #fff;
    background: #16161a;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-cap {
    background: #fff;
    padding: 30px 30px 35px 30px;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    color: #191d34;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    display: block;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
    color: #3a3a3a;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    color: #3a3a3a;
    position: relative;
    padding-left: 50px;
}
.home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
}
.home-blog-single:hover {
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}
.home-blog-single:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
