@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sarabun:100,200,300,400,500,600,700,800&display=swap');
body, .wrapper{
    background: #f1f1f1 !important;
    padding-bottom: 0;
}
body.enlarged {
    min-height: inherit;
}
/* Color veille menu */
ul.fixedUl{
    position: fixed;
    width: 300px;
    height: 100%;
}
.enlarged #wrapper .content-page{
    position: relative;
    overflow: hidden;
}
.press_parent{
    background-color:#40BDBD  !Important;  
}
.ad_parent{
    background-color:#E05B49 !Important;   
}   
.act_parent{
    background-color:#3398DB  !Important;  
}
.view_parent{
    background-color:#585C6E  !Important;  
    }   
.social_parent{
    background-color:#F1C30F !Important;
}

.press_{
    color:#40BDBD  !Important;  
}
.ad_{
    color:#E05B49 !Important;   
}   
.act_{
    color:#3398DB  !Important;  
}
.view_{
    color:#585C6E  !Important;  
    }   
.social_{
    color:#F1C30F !Important;
}



/* end Color veille menu */
body.no-menu .button-menu-mobile{
    opacity: 0;
}
.head_app_top .menu-extra > ul > li:last-child{
    float: right;
}
body #mp-pusher{
    min-height: 700px;
    padding-bottom: 0;
}
body.enlarged #mp-pusher{
    transform: inherit !important;
}

body.enlarged .left.side-menu .metismenu .smenu:before{
    content: "›";
    display: block;
    position: absolute;
    width: 5px;
    height: 22px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    line-height: 20px;
}
body .button-menu-mobile > span#trigger{
    position: absolute !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
body .button-menu-mobile > span#trigger:before{
    display: none;
}
body.enlarged .button-menu-mobile > span#trigger{
    height: 100%;
}
body.enlarged .mp-level li{
    position: relative;
}


#goUp{
    position: fixed;
    width: 50px;
    height: 50px;
    background: #5a616b;
    right: 30px;
    bottom: 20px;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
    font-size: 18px;
}
/**/
/**/
/**/
.overlap-loading{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -momz-transition: 0.3s;
}

.overlap-loading .spinner-loading{
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.spinner-loading {
  width: 60px;
  height: 60px;
  background: #fff;
  margin: 0 auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
/*.spinner-loading:before{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url("/0_ressources/assets/images/favicon.ico") no-repeat center center;
    background-size: 50%;
    transform: rotate(-180deg);
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}*/
@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  } 50% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
/**/
/**/
/**/

.mp-level li{
    clear: both;
}


.ul-dropdown-menu{
    width: auto;
    padding: 0;
}
.ul-dropdown-menu li{
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.ul-dropdown-menu li:last-child{
    border-bottom: 0;
}
.ul-dropdown-menu li a{
    height: auto !important;
    color: #000 !important;
    line-height: inherit !important;
    padding: 8px 9px !important;
}
.ul-dropdown-menu li a:hover{
    background: #f1f1f1;
}
.notification-list .noti-icon{
    height: 25px;
    line-height: 27px;
}
.ul-dropdown-menu .smenu-ul-dropdown-menu{
    position: absolute;
    background: #fff;
    top: 0;
    right: 100%;
    width: fit-content;
    display: none;
}
.ul-dropdown-menu li:hover .smenu-ul-dropdown-menu{
    display: block;
}
.dropdown-menu-right{
    padding: 0;
}
.smenu.active > ul{
    height: auto !important;
}
body.enlarged .left.side-menu .metismenu .smenu-level2:before{
    content: "›";
    display: block;
    position: absolute;
    width: 5px;
    height: 22px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    line-height: 20px;
}
.content-page{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
body.enlarged .content-page.withmenu{
    padding: 60px 0 0 0;
}
@media (min-width: 770px){
    body.enlarged .content-page.withmenu{
        margin-left: 60px !important;
    }
    body.no_space .content-page.withmenu{
        margin-left: 0 !important;
    }
}
body.no_space .content-page{
    margin-left: 0 !important;
}
.head_app_top .menu-extra > ul > li > a.nav-user img{
    vertical-align: middle;
}
.withmenu .navbar-toggler{
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    outline: none !important;
}
.child-content-page{
    padding: 20px;
}
body .content-page.withmenu{
    padding: 60px 0 0 0;
}
.fa-arrow-left:before {
    content: "\f060" !important;
}
/*.dropdown-menu-right{
    top: 0 !important;
}*/
.head_app_top{
    width: 100%;
    height: 60px;
    background: #ac1e44;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
}
.enlarged #wrapper .left.side-menu{
    width: 60px;
}
.side-menu{
    top: 60px;
}
.enlarged .side-menu{
    position: fixed;
}
.head_app_top .button-menu-mobile{
    width: 60px;
    height: 60px;
    color: #fff;
    float: left;
    position: relative;
}
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a{
    padding: 15px 15px;
}
.head_app_top .logo{
    display: inline-block;
    padding-top: 7px;
    height: 60px;
}
.head_app_top .menu-extra{
    float: right;
    display: inline-block;
}
.head_app_top .menu-extra > ul > li{
    display: inline-block;
    height: 60px;
}
.head_app_top .menu-extra > ul > li > a{
    display: block;
    height: 60px;
    line-height: 56px;
    padding: 0;
}
.head_app_top .menu-extra > ul > li > a i{
    color: #fff;
}
.user-box{
    padding-top: 25px;
}
.content-page{
    padding-top: 80px;
    margin-left: 0;
}
.head_app_top .dropdown-toggle::after{
    color: #fff;
    position: relative;
    top: 2px;
}
.card{
    padding: 15px;
}
.wall > .row > div{
    padding: 0 5px;
}
.card-app{
    padding: 5px 5px;
    text-align: center;
    min-height: 100px;
}
.card-app .row{
    margin: 0;
}
.card-app .company-detail{
    margin: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.card-app .logo-app{
    margin-top: 7px;
}
#sidebar-menu{
    margin-top: 15px;
}
.formsearchwall{
    margin-bottom: 10px;
}
.formsearchwall form{
    position: relative;
    min-height: 40px;
}
.formsearchwall form input{
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    border: 0;
    padding-left: 15px;
    border-left: 1px solid #ac1e44;
}
.formsearchwall fieldset{
    min-height: 40px;
}
.formsearchwall form button{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background: #ac1e44;
    border: 0;
    color: #fff;
    font-size: 19px;
}
.formsearchwall.last-posts h4{
    margin: 0;
    margin-bottom: 5px;
}
.lastposts{
    margin-top: 10px;
    margin-bottom: 0;
}
.lastposts li{
    height: 45px;
    width: 100%;
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
}
.lastposts li span{
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    background: #000;
}
.lastposts li span img{
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.lastposts li h5{
    margin: 0;
    font-size: 13px;
    color: #6b6b6b;
}
.lastposts li p{
    margin: 0;
    font-size: 11px;
    line-height: 13px;
    margin-top: 3px;
    color: #929292;
}
.headpost .image{
    width: 50px;
    height: 50px;
    background: #000;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
    margin-right: 5px;
    float: left;
}
.headpost .image img{
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%)
}
.headpost .ctn{
    display: inline-block;
}
.headpost .ctn h3{
    margin: 0;
    font-size: 18px;
}
.headpost{
    margin-bottom: 15px;
}
.bodypost p{
    font-size: 15px;
    line-height: 20px;
}
.bodypost .cover{
    width: 100%;
}
.bodypost .cover img{
    width: 100%;
    height: auto;
}
.wall .card{
    margin-bottom: 10px;
}
.wall .leftwall{
    position: relative;
    width: 100%;
}

@media (min-width: 770px){
    .wall .leftwall{
        position: fixed;
        height: calc(100% - 80px);
        overflow-y: auto;
        width: 313px;
    }
    .wall .leftwall::-webkit-scrollbar { 
        display: none; 
    }
}

.list-apps{
    list-style: none;
}
.list-apps li{
    width: 33%;
    float: left;
    text-align: center;
}
.list-apps li .logo-app{
    width:100% !important;
    height: 70px !important;
    line-height: 20px;
}
.profile-dropdown{
    width: auto;
}
.profile-dropdown .user02{
    text-align: center;
}
.profile-dropdown .user02 span{
    font-weight: 600;
}
.profile-dropdown .user02 span.userEmail{
    font-weight: normal;
}
#sidebar-menu > ul > li > a.active{
    background: #f1f1f1;
}
.enlarged #wrapper .left.side-menu #sidebar-menu > ul > li > a i{
    font-size: 23px;
}
.cover-iframe{
    position: relative;
    height: 0;
    overflow: hidden;
}
.cover-iframe {
    padding-bottom: 56.25%;
}
.cover-iframe iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
footer a{
    font-weight: 600;
    color: #5f5e5e;
}
.btn-see-plus{
    width: 60px;
    height: 60px;
    background: #ac1e44;
    display: none;
    float: right;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 25px;
}
.li-group ul li{
    float: left;
}
.li-group ul li a{
    display: block;
    height: 60px;
    padding: 0;
    color: #fff;
    line-height: 52px;
    width: max-content;
}
.ul-dropdown-menu li:hover{
    background: #f1f1f1;
}
.notification-list .fa-plus{
    font-size: 28px;
}
.topbar-right-menu .li-plus{
    display: none !important;
    cursor: pointer;
}
@media (max-width: 970px){
    .wall .leftwall {
        position: relative !important;
        width: 100% !important;
    }
}
@media (max-width:500px){
    .topbar-right-menu .li-plus{
        display: inline-block !important;
    }
    .topbar-right-menu .li-group{
        position: absolute;
        width: calc(100% - 20px);
        right: 10px;
        top: 70px;
        background: #ac1e44;
        border-radius: 3px;
        display: none !important;
    }
    .topbar-right-menu .li-group.opening{
        display: block !important;
    }
    .topbar-right-menu .li-group.opening:before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6.5px 10px 6.5px;
        border-color: transparent transparent #ac1e44 transparent;
        position: absolute;
        right: 80px;
        top: -7px;
    }
}
.profile-dropdown{
    width: fit-content;
}

/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
.footer{
    left: 0 !important;
    margin-top: 50px;
}
.mp-menu{
    top: 60px !important;
}
.mp-level a{
    font-family: 'Lato', Calibri, Arial, sans-serif;
}
.mp-level a > i{
    font-size: 16px;
    margin-right: 6px;
    line-height: 26px;
}
.mp-level a > i.fad{
    position: inherit !important;
}
/*.mp-level a > i.fad:before{
    position: inherit;
}*/
/*.mp-menu ul li:before{
    color: rgba(255, 255, 255, 0.8) !important;
}*/
body.enlarged #mp-menu{
    margin-left: 60px !important;
    -webkit-box-shadow: 9px 0px 6px -10px rgba(168,168,168,1);
    -moz-box-shadow: 9px 0px 6px -10px rgba(168,168,168,1);
    box-shadow: 9px 0px 6px -10px rgba(168,168,168,1);
    z-index: 10;
}
body.enlarged .mp-level > ul > li > a{
    text-align: right;
    padding: 0.7em 16px 0.7em 1.8em;
    box-shadow: 0 0 0;
}
body.enlarged .mp-level > ul > li > a > span{
    display: none;
}

.modal-newpost{
    width: 100%;
    max-width: 900px;
}
.modal-newpost .head_new_post{
    width: 100%;
    min-height: 45px;
    padding: 5px;
}
.content_new_post{
    padding-top: 10px;
}
.content_new_post > div{
    padding: 0 5px !important;
}
.content_new_post .customfildset{
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 10px;
    margin-bottom: 20px;
}
.content_new_post .customfildset:last-child{
    margin-bottom: 0;
}
.content_new_post .customfildset textarea{
    min-height: 200px;
    background: #f1f1f1;
    border: 0;
}
.content_new_post label{
    font-weight: 500;
    display: block;
    margin: 0 0 5px 0;
}
.content_new_post .personnes .personne{
    width: 100%;
    min-height: 50px;
    background: #ddecff;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}
.content_new_post .personnes .personne .avatar{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 55px;
    float: left;
}
.content_new_post .personnes .personne .avatar i{
    font-size: 22px;
    color: grey;
}
.content_new_post .personnes .personne .details{
    display: inline-block;
    width: calc(100% - 50px);
    min-height: 50px;
    padding: 0 8px;
}
.content_new_post .personnes .personne .details h4{
    margin: 0 0 3px 0;
    font-size: 16px;
}


/* body .mp-level-overlay[data-level~="2"] > h2{
    right: -4px !important;
    top: 15px !important;
}
body .mp-level-overlay[data-level~="3"] > h2{
    right: -12px !important;
    top: 25px !important;
} */
body.enlarged .mp-level li:before{
    right: 5px !important;
    line-height: 54.5px !important;
    font-size: 10px !important;
}
body.enlarged .mp-level li > span.trigger{
    position: absolute;
    width: 100%;
    height: 47px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    z-index: 99;
}
body.enlarged .mp-level li > span.trigger:hover{
    background: rgba(0,0,0,0.05);
    box-shadow: inset 0 -1px rgba(0,0,0,0);
}
.mp-level.mp-level-overlay > h2.icon{
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;
    font-size: 48px;
    padding: 0;
    font-size: 20px;
    padding-left: 7px;
    font-weight: bold;
}
body.enlarged .mp-level .page_selected{
    display: block;
    width: 35px;
    height: 33px;
    float: right;
    text-align: center;
    line-height: 33px;
    position: relative;
    display: block !important;
}
body.enlarged .mp-level .page_selected i{
    color: #5a616b;
    margin: 0;
}
body.enlarged .mp-level .page_selected a{
    display: block;
    width: 100%;
    height: 100%;
}
body.enlarged .mp-level .page_selected span{
    position: absolute;
    left: -8px;
}
body.enlarged .mp-level .page_selected span:before{
    content: '';
    display: block;
    width: 2px;
    height: 9px;
    background: #5a616b;
    position: absolute;
    top: 8px;
}
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/

.country-box{
    width: 100%;
    min-height: 120px;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    padding: 10px;
    background: #efefef;
}
.country-box a{
    display: block;
}
.country-box a img{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.country-box a:hover img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.country-box h4{
    text-align: center;
    margin-bottom: 0;
    color: #5a616b;
}

.category-box{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    background: #efefef;
}
.category-box a{
    display: block;
    min-height: 140px;
    text-align: center;
    position: relative;
}
.category-box a .cc{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.category-box a .cc i{
    color: #fff;
    font-size: 60px;
}
.category-box a .cc h4{
    margin: 0;
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/

.bar-filter{
    background: #ffffff;
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 5px;
}
.bar-filter .spanT{
    font-weight: 600;
    font-size: 17px;
    color: #5a616b;
}
.bar-filter .spanT img{
    height: 36px;
    margin-right: 5px;
}
.bar-filter .select-filter{
    float: right;
    position: relative;
}
.bar-filter .select-filter > span{
    background: #e3ebf1;
    display: block;
    padding: 8px 19px;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
}
.bar-filter .select-filter ul{
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: 2px;
    position: absolute;
    z-index: 9;
    width: 100%;
    display: none;
}
.bar-filter .select-filter:hover ul{
    display: block;
}
.bar-filter .select-filter ul li a{
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: #e3ebf1;
    color: #212529;
    font-weight: 700;
    border-bottom: 1px solid #d6dee4;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.bar-filter .select-filter ul li a:hover{
    background: #cfd6dc;
}
.bar-filter .select-filter ul li a img{
    height: 16px;
    margin-right: 2px;
}
/*-----------------------------------------------------------------*/

.titre_card_stats{
    margin: 0;
    font-size: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
}
.list-media .media{
    height: 60px;
}
.list-media .media a{
    display: block;
    width: 100%;
    height: 100%;
}
.list-media .media a img{
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    max-height: 50px;
}
.card-abo{
    padding: 0;
    height: 100%;
}
.card-abo .card-body{
    background: #d4ffd4;
}
.card-abo.stop .card-body{
    background: #ffe4e4;
}
.card-abo .card-body h4{
    margin: 0;
    font-size: 20px;
    color: #000;
}
.card-abo .card-body span.role{
    font-size: 11px;
    background: #00f3dc;
    color: #696969;
    padding: 1px 4px;
    border-radius: 3px;
}
.card-abo .card-body p.dateabo{
    margin-bottom: 0;
    display: inline-block;
    font-size: 11px;
}
.card-abo .card-body .iconviewabo {
    display: inline-block;
    height: 25px;
    background: #34b132;
    border-radius: 2px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.card-abo .card-body .iconviewabo a{
    color: #fff;
}
.card-abo .card-body .icon-lg{
    font-size: 2.5rem;
}
.card-abo .card-body .clearfix{
    margin-top: 20px;
}
.card-abo .card-body .clearfix p{
    line-height: 35px;
}
.card-abo .card-body .clearfix .fa-key{
    color: #9a9a39;
    font-size: 15px;
    font-weight: bold;
}
.card-abo .card-body .nbr_users{
    float: right;
    background: #f1f1f1;
    font-size: 20px;
    padding: 5px 9px;
    margin-top: 6px;
    border-radius: 4px;
    color: #6a6e73;
}
.card-abo .indices{
    clear: both;
    float: left;
    padding-top: 6px;
}
.card-abo .autherror {
    float: right;
    font-size: 11px;
    background: red;
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 0 2px;
}
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
.box_caracteres_filter ul{
    display: block;
    margin: 0;
}
.box_caracteres_filter ul li{
    display: inline-block;
    margin: 0 1px;
    height: 35px;
}
.box_caracteres_filter ul li a{
    color: #5a616b;
    text-transform: uppercase;
    background: #fff;
    padding: 4px 9px;
    border: 1px solid #e0e0e0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    border-radius: 0 0 0;
    float: left;
}
.box_caracteres_filter ul li.active a{
    color: #fff;
}
.box_caracteres_filter ul li a:hover{
    background: #e0e0e0;
    color: #000;
}
.box_filter_group_search .form_search{
    width: 100%;
    max-width: 242px;
    height: 35px;
    background: #ccc;
    margin-top: 5px;
    position: relative;
    padding-right: 35px;
}
.box_filter_group_search .form_search input{
    border-radius: 0 0 0;
}
.box_filter_group_search .form_search a{
    position: absolute;
    right: 0;
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: 0;
}
.box_contact_tm{
    width: 100%;
    min-height: 200px;
    background: #fff;
    margin: 5px 0;
}
.box_contact_tm .avatar{
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    float: left;
}
.box_contact_tm .avatar img{
    position: relative;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.box_contact_tm .contenu{
    width: calc(100% - 200px);
    height: 200px;
    background: white;
    float: right;
    padding: 10px 15px;
}
.box_contact_tm .contenu h3{
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
}
.box_contact_tm .contenu span{
    display: block;
    font-size: 13px;
    color: #5a616b;
    margin: 4px 0;
}
.box_contact_tm .contenu span i{
    color: #2d7bf4;
    margin-right: 5px;
}
.box_contact_tm .contenu .check-sync{
    background: #2d7bf4;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 10px;
}
.list_box_contacts.list .col-md-4{
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

.list_box_contacts.list .box_contact_tm {
    min-height: 140px;
    border-radius: 70px;
    position: relative;
}
.list_box_contacts.list .box_contact_tm .avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #fff;
}
.list_box_contacts.list .box_contact_tm .contenu{
    height: 140px;
    width: calc(100% - 150px);
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
}
.list_box_contacts.list .box_contact_tm .contenu .check-sync{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    margin-top: 0;
}
.list_box_contacts.list .box_contact_tm .contenu .check-sync abbr{
    display: none;
}
@media (max-width: 1230px){
    .list_box_contacts .col-md-4{
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
.contacts .col-md-3{
    order: 1;
}
#btn_filter_lettres{
    display: none;
}
@media (max-width: 850px){
    .wall .col-md-3{
        order: inherit;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .wall .col-md-9{
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .box_caracteres_filter{
        padding-top: 10px;
        display: none;
        padding-left: 65px;
    }
    .box_caracteres_filter ul li {
        margin-bottom: 5px;
    }
    #btn_filter_lettres{
        display: block;
        margin-left: 65px;
    }
    .list_box_contacts .col-md-4 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
@media (max-width: 450px){
    .box_contact_tm .avatar{
        width: 150px;
        height: 150px;
        flex: 50%;
    }
    .box_contact_tm .contenu {
        width: calc(100% - 150px);
        height: 150px;
    }
    .box_contact_tm{
        min-height: 150px;
    }
    .box_filter_group_search .btn{
        padding: 6px 9px;
    }
}
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
.bd-example-modal-console .content-form{
    padding: 20px 15px;
}
.bd-example-modal-console .content-form .row > div{
    padding: 0 5px;
}
.bd-example-modal-console .content-form .cover img{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.bd-example-modal-console .content-form .btns{
    padding: 10px;
    border: 1px solid #eaeaea;
}
.bd-example-modal-console .content-form .btns a{
    display: block;
    font-size: 16px;
    background: transparent;
    color: #23282e !important;
    border: 1px solid #23282e;
    margin-bottom: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    position: relative;
}
.bd-example-modal-console .content-form .btns a:last-child{
    margin-bottom: 0;
}
.bd-example-modal-console .content-form .btns a span{
    position: relative;
    z-index: 9;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.bd-example-modal-console .content-form .btns a:before{
    content: '';
    display: inline-block;
    width: 0%;
    height: 100%;
    position: absolute;
    background: #23282e;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.bd-example-modal-console .content-form .btns a:hover:before{
    width: 101%;
}
.bd-example-modal-console .content-form .btns a:hover span{
    color: #fff;
}
.bd-example-modal-console .box_console{
    width: 100%;
    height: 100%;
    background: #000000;
}
.terminal-output > div[role='presentation']{
    display: none;
}
.profilecanopy{
    position: relative;
}
.profilecanopy .cover{
    width: 100%;
    height: 150px;
    background: #272930;
    padding: 0 50px;
}
.profilecanopy .barBtm{
    width: 100%;
    min-height: 60px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
    padding: 0 50px;
}
.profilecanopy .cover .avatar{
    width: 160px;
    height: 160px;
    background: #000;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    bottom: -15px;
    overflow: hidden;
}
.profilecanopy .cover .avatar img{
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.profilecanopy .barBtm .statpost{
    margin-left: 190px;
}
.profilecanopy .barBtm .statpost span{
    display: inline-block;
    height: 60px;
    padding: 6px 12px;
    text-align: center;
    font-size: 18px;
}
.profilecanopy .barBtm .statpost span abbr{
    display: block;
    font-size: 13px;
    font-weight: 700;
}
.detail_profile_bmanager{
    padding: 0 31px;
}
.detail_profile_bmanager .coors{
    margin-top: 15px;
    margin-bottom: 0;
}
.detail_profile_bmanager .coors li{
    margin-bottom: 8px;
}
.detail_profile_bmanager .coors li i{
    margin-right: 5px;
    width: 15px;
    text-align: center;
}
.panel_tabs_hd{
    border-bottom: 1px solid #e2e2e2;
}
.panel_tabs_hd a{
    background: #eee;
    display: inline-block;
    color: #3a3a3a;
    padding: 0 25px;
    padding-top: 15px;
    text-align: center;
    min-height: 80px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
}
.panel_tabs_hd a.active{
    background: #fff;
    position: relative;
    z-index: 99;
    top: 0;
    min-height: 81px;
}
.panel_tabs_hd a.active:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.panel_tabs_hd a:hover{
    color: #3a3a3a;
    background: #e0e0e0;
}
.panel_tabs_hd a:visited{
    color: #3a3a3a;
    background: #e0e0e0;
}
.panel_tabs_hd a i{
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
}
.panel_tabs_hd a .tbs{
}
.detail_profile_bmanager .panel_content_hd{
    background: white;
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    position: relative;
    top: -1px;
}
@media (max-width: 1000px){
    .panel_tabs_hd a{
        padding: 0 15px;
        padding-top: 15px;
    }
    .detail_profile_bmanager > div{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .detail_profile_bmanager .coors{
        margin-bottom: 20px;
    }
}
@media (max-width: 770px){
    .profilecanopy .cover .avatar {
        width: 100px;
        height: 100px;
        background: #000;
        position: relative;
        bottom: 0;
        margin: auto;
    }
    .profilecanopy .cover {
        height: auto;
        padding: 12px 50px;
    }
    .profilecanopy .barBtm .statpost{
        margin-left: 0;
    }
    .profilecanopy .barBtm{
        padding: 0 15px 0 60px;
    }
    .detail_profile_bmanager {
        padding: 0 0 0 50px;
    }
    .panel_tabs_hd a .tbs {
        font-size: 0;
    }
    .panel_tabs_hd a, .panel_tabs_hd a.active{
        min-height: 58px;
    }
    #fil_arian_media{
        left: 7px !important;
    }
    .backs_page{
        left: 0 !important;
    }
    .profilecanopy .cover .avatar2{
        position: inherit;
        bottom: inherit;
        right: inherit;
        display: block;
        margin: auto;
        float: inherit;
        margin-top: 15px;
    }
}
@media (max-width: 425px){
    .profilecanopy .barBtm .statpost span abbr{
        font-size: 9px;
    }
    .profilecanopy .barBtm .statpost span {
        padding: 14px 6px;
        font-size: 12px;
    }
    .profilecanopy .barBtm .statpost > button i{
        display: none;
    }
    .profilecanopy .barBtm .statpost > button{
        font-size: 12px;
    }
    .panel_tabs_hd a i{
        font-size: 16px;
    }
    .panel_tabs_hd a, .panel_tabs_hd a.active{
        min-height: 48px;
    }
}
#fil_arian_media{
    position: fixed;
    width: 100%;
    max-width: 225px;
    min-height: 200px;
    left: 70px;
    top: 60px;
    z-index: 9;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
}
.content-page.fil_is_open #fil_arian_media{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-box-shadow: 10px 10px 17px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 17px -15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 17px -15px rgba(0,0,0,0.75);
}
.mp-pushed #fil_arian_media{
    left: 10px;
}

#fil_arian_media .box{
    width: 100%;
    max-width: 225px;
    min-height: 200px;
    background: #fff;
    text-align: center;
    padding: 15px 15px;
    position: relative;
}
#fil_arian_media .box .logo{
    width: 130px;
    height: 130px;
    background: #f2f2f2;
    border-radius: 50%;
    margin: auto;
}
#fil_arian_media .box .logo img{
    width: 65%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#fil_arian_media #close_fil_arian{
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}
#fil_arian_media .box h4{
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
}
#fil_arian_media .box .yl_btns{
    margin-top: 15px;
    margin-bottom: 10px;
}
#fil_arian_media .box .yl_btns .btn{
    padding: 4px 12px;
}
#fil_arian_media .box span{
    font-size: 12px;
    color: #000;
    line-height: 16px;
    display: block;
    font-weight: 400;
}
#fil_arian_media .pg_passed{
    width: 100%;
    height: 30px;
    left: 70px;
    background: #fff;
    margin-bottom: 5px;
}
#fil_arian_media .pg_passed a{
    display: block;
    color: #000;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 600;
}
#fil_arian_media .pg_passed a i{
    float: right;
    font-size: 16px;
    line-height: 30px;
}
#fil_arian_media #open_fil_arian{
    display: block;
    position: absolute;
    width: 30px;
    height: 15px;
    background: white;
    left: 0;
    bottom: -15px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 20px;
    line-height: 15px;
    cursor: pointer;
}
#fil_arian_media #open_fil_arian i{
    line-height: 15px;
}
.content-page.fil_is_open #open_fil_arian{
    display: none !important;
}
.content-page.fil_is_open{
    padding-left: 235px;
}
.lastposts.pofilContact li{
    min-height: 45px;
    height: inherit;
    width: 48%;
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
    background: #e6e6e6;
    border: 3px solid #e4e4e4;
    border-radius: 25.5px;
    float: left;
    margin: 5px 1%;
}
.lastposts.pofilContact li span{
    border-radius: 50%;
    overflow: hidden;
}
.backs_page{
    width: 100%;
    height: 40px;
    background: #d6d6d6;
    position: fixed;
    top: 0;
    z-index: 20;
    left: 60px;
    padding: 0 20px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.backs_page.hovered{
    top: 60px !important;
}
.backs_page ul{
    margin-bottom: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.backs_page ul li{
    display: inline-block;
    padding-right: 20px;
    position: relative;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
.backs_page ul li:after{
    content: '›';
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
    line-height: 19px;
    font-weight: 500;
}
.backs_page ul li:last-child:after{
    display: none;
}
.checkboxswitchlbl > input{
    display: none;
}
.checkboxswitchlbl .switchery{
    display: none;
}
.checkboxswitchlbl > span:not(.switchery){
    display: block;
    width: 52px;
    height: 32px;
    background: #fff;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
}
.checkboxswitchlbl > input:checked ~ span:not(.switchery){
    background: #1bb99a;
}

.checkboxswitchlbl > span:before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.checkboxswitchlbl > input:checked ~ span:before{
    right: 1px;
    left: inherit;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
}
.tabsZmodel .nav-tabs{
    border: 0;
}
.tabsZmodel .nav-tabs li{
    margin-bottom: 0;
    margin: 0 3px;
}
.tabsZmodel .nav-tabs li:first-child{
    margin-left: 0;
}
.tabsZmodel .nav-tabs li a, .tabsZmodel .nav-tabs li a:hover{
    font-size: 15px;
    font-weight: 500;
    border-radius: 0 0 0;
    border: 0;
    padding: 12px 22px;
    border-top: 2px solid #949494;
    background: #c7c7c7;
    color: #000;
}
.tabsZmodel .nav-tabs li a.active{
    border-top: 2px solid #07a79f;
    position: relative;
}
.tabsZmodel .nav-tabs li a.active:hover{
    background: #fff;
}
.tabsZmodel .nav-tabs li a.active:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10.5px 0 10.5px;
    border-color: #07a79f transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -2px;
}
.tabsZmodel .tab-content{
    background: #fff;
    padding: 20px;
}


body.enlarged .mp-level
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
body.enlarged .mp-level.resOpen{
    width: 250px;
    opacity: 1;
    display: block;
 
    right: 0;
    left: inherit;
    background: #fff;
    height: auto;
    transform: inherit !important;
    right: -252px;
    position: absolute;
    -webkit-box-shadow: 3px 0px 3px 0px rgb(168 168 168 / 75%);
    -moz-box-shadow: 3px 0px 3px 0px rgba(168,168,168,0.75);
    box-shadow: 3px 0px 3px 0px rgb(168 168 168 / 75%);

}
body.enlarged .mp-level .icon > ._yl:before{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

body.enlarged .mp-level.resOpen[data-level="2"]{
    right: -252px;
    position: absolute;
    -webkit-box-shadow: 3px 0px 3px 0px rgba(168,168,168,0.75);
    -moz-box-shadow: 3px 0px 3px 0px rgba(168,168,168,0.75);
    box-shadow: 3px 0px 3px 0px rgba(168,168,168,0.75);
}
body.enlarged .mp-level.resOpen[data-level="2"] > h2{
    display: block;
}
body.enlarged .mp-level.resOpen h2{
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 500; display: block;
}


.mp-pusher, .mp-level
{
    -webkit-transition: all 0.5s;
  
    transition: all 0.5s;
}

body.enlarged .mp-level.resOpen ul li a{
    text-align: left;
}
body.enlarged .mp-level.resOpen ul li span{
    height: 36px;
}
body.enlarged .resOpen{
    position: relative;
}
body.enlarged .mp-level.resOpen[data-level="2"] > ul > li > a{
    padding-left: 18px;
}
body.enlarged .mp-level.resOpen > ul > li > a{
    padding-left: 35px;
}
body.enlarged .resOpen h2{
    display: none;
}

body.enlarged .mp-level .mp-level[data-level="3"]{
    position: relative !important;
    transform: inherit;
    display: none;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    height: 0px;
}
body.enlarged .mp-level.resOpen .mp-level.resOpen[data-level="3"]{
    display: block;
    height: auto;
    transform: inherit !important;
}
body.enlarged .mp-level.resOpen[data-level="4"] > ul > li > a{
    padding-left: 50px;
}

body.enlarged .mp-level.resOpen[data-level="2"] .icon-arrow-right > .trigger:before{
    content: "\f105";
    background: transparent;
    position: absolute;
    height: 20px;
    z-index: 9;
    line-height: 22px !important;
    width: 20px;
    text-align: center;
    top: 8px;
    font-size: 21px !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    right: 5px;
}
body.enlarged .level-one > .trigger._yl:before{
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: white;
    position: absolute;
    right: -2px;
    z-index: 9;
    transform: inherit !important;
}

.card_box_cv{
    width: 100%;
    min-height: 500px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.card_box_cv .couverture{
    width: 100%;
    height: 200px;
    background: #383e48;
    /*background: url('https://beshley.com/vcard/images/bg.jpg') no-repeat center center;*/
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}
.card_box_cv .couverture:before, .card_box_cv .couverture:after {
    content: '';
    position: absolute;
    left: -25%;
    bottom: -198px;
    width: 700px;
    height: 200px;
    background: #fff;
    transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -o-transform: rotate(12deg);
}
.card_box_cv .couverture:after {
    left: auto;
    right: -25%;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
}
.card_box_cv .avatar{
    width: 140px;
    height: 140px;
    background: #000;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: auto;
    z-index: 1;
    overflow: hidden;
    margin-top: -90px;
}
.card_box_cv .avatar img{
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.card_box_cv span.modifImg{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #383e48;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 68px);
    transform: translateX(-50%);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.card_box_cv h2{
    text-align: center;
    font-size: 28px;
    margin-bottom: 0;
}
.card_box_cv .profession{
    display: block;
    text-align: center;
    font-weight: 400;
    color: #009c7f;
}
.card_box_cv .rs{
    text-align: center;
    margin-top: 8px;
}
.card_box_cv .rs li{
    display: inline-block;
    margin: 0 4px;
}
.card_box_cv .rs li a{
    color: #000;
}
.card_box_cv .coors{
    padding: 0 50px;
    margin-top: 30px;
}
.card_box_cv .coors span{
    display: inline-block;
    min-width: 80px;
    color: black;
    font-weight: 700;
}
.card_box_cv .coors li{
    margin: 5px 0;
}

.details_cv{
    background: #fff;
    padding: 16px 20px;
}
.details_cv h3{
    margin: 0;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    color: #161024;
    font-family: 'Rubik';
}
.details_cv h3:before{
    content: '';
    display: block;
    width: 30px;
    height: 7px;
    background: #529c7f;
    margin-bottom: 6px;
    border-radius: 5px;
}

.details_cv p{
    margin-bottom: 0;
}
.details_cv .ht30{
    height: 50px;
}
.details_cv .cardsingle_details_exp{
    padding-left: 12.5px;
    position: relative;
    margin-top: 25px;
}
.details_cv .cardsingle_details_exp:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #529c7f;;
    position: absolute;
    left: 12.5px;
}
.details_cv .cardsingle_details_exp .education-title{
    padding-left: 40px;
    position: relative;
    margin-bottom: 60px;
}
.details_cv .cardsingle_details_exp .education-title:last-child{
    margin-bottom: 0;
}
.details_cv .cardsingle_details_exp .education-title:before{
    content: '+';
    display: block;
    width: 25px;
    height: 25px;
    background: #529c7f;
    position: absolute;
    left: -12.5px;
    top: 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-weight: bold !important;
    font-size: 19px;
}
.details_cv .cardsingle_details_exp .education-title h4{
    margin: 0;
    font-size: 16px;
}
.details_cv .cardsingle_details_exp .education-title span{
    display: block;
}
.details_cv .cardsingle_details_exp .education-title span.company{
    font-size: 16px;
    font-weight: bold;
    color: #529c7f;
    font-family: 'Rubik';
}
.details_cv .cardsingle_details_exp .education-title span.date{
    font-family: 'Rubik';
    font-weight: 500;
    color: #797979;
    font-size: 11px;
}
.details_cv .cardsingle_details_exp .education-title span.date i{
    margin-right: 5px;
}
.details_cv .cardsingle_formations{
    width: calc(100% - 27px);
    min-height: 100px;
    position: relative;
    padding-top: 40px;
    padding-left: 25px;
    border-left: 1px solid #363e3b;
    margin: auto;
    margin-top: 30px;
}
.details_cv .cardsingle_formations:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    left: -10px;
    top: 0;
    border-radius: 50%;
    border: 1px solid #363e3b;
}
.details_cv .cardsingle_formations .date{
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #4c4c4c;
}
.details_cv .cardsingle_formations .date i{
    margin-right: 4px;
}
.details_cv .cardsingle_formations h4{
    margin: 0;
    color: #3c3c3c;
    text-transform: uppercase;
    font-family: 'Rubik';
}
.details_cv .cardsingle_formations .school{
    font-family: 'Rubik';
    font-weight: bold;
    display: block;
    margin-top: 3px;
    color: #529c7f;
}
.details_cv .cardsingle_formations > .row{
    position: relative;
    margin-bottom: 45px;
}
.details_cv .cardsingle_formations > .row:last-child{
    margin-bottom: 0;
}
.details_cv .cardsingle_formations > .row:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: white;
    position: absolute;
    border-radius: 50%;
    left: -16px;
    top: 6px;
    border: 1px solid #363e3b;
    z-index: 9;
}
.details_cv .cardsingle_formations > .row:after{
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    left: -16px;
    top: 12px;
    background: #363e3b;
}
.media_sediotions{
    padding: 20px;
    margin: 0;
}
.media_sediotions a{
    display: block;
    background: #fff;
    color: red;
    padding: 10px 15px;
    border-radius: 4px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-align: center;
    position: relative;
    border: 2px solid red;
    margin: 5px 0;
}
.media_sediotions a:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    background: red;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}
.media_sediotions a:hover:before{
    width: 100%;
}
.media_sediotions a span{
    position: relative;
    z-index: 1;
}
.media_sediotions .col-md-3{
    padding: 0 5px !important;
}

.profileSmenu{
    display: inline-block;
    float: right;
    position: relative;
    padding: 12px 0;
    width: 100%;
}
.profileSmenu > ul{
    margin: 0;
}
.profileSmenu > ul > li{
    padding: 0;
}
.profileSmenu > ul > li, .profileSmenu > ul > li > a{
    width: 100%;
    display: block;
    border-radius: 5px;
    background: #fff !important;
}
.profileSmenu li > ul{
    position: absolute;
    z-index: 9;
    right: 0;
    padding-top: 4px;
    display: none;
    width: 100%;
}
.profileSmenu li:hover > ul{
    display: block;
}
.profileSmenu li > ul a{
display: block;
    text-decoration: none;
    color: #272930;
    padding: 10px 18px;
    background: gainsboro;
    border-bottom: 1px dashed #c3c3c3;
    min-width: 150px;
}
.profileSmenu li > ul a:hover{
    background: #272930;
    color: #fff;
}
.logo-small{display:none}
@media (max-width:480px){
    .logo-small{display:inline-block!important}
    .logo-large{display:none}
    
}
@media (max-width:768px){
    .logo-large{display:none}
    .logo-small{display:block}
    .profilecanopy .barBtm{
        padding-left: 15px;
    }
    .profileSmenu{
        margin: auto;
        float: inherit;
        display: block;
    }
}
.panel_dictionary{
    width: 100%;
    min-height: 215px;
    padding-top: 15px;
    background: #f3e5dc;
}
.panel_dictionary .alphabets{
    width: 100%;
    max-width: 832px;
    min-height: 50px;
    background: #2b2b2b;
    margin: 0 auto;
    position: relative;
}
.panel_dictionary .alphabets .alphabet a{
    display: block;
    width: 32px;
    height: 50px;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 50px;
    float: left;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.panel_dictionary .alphabets .alphabet a:hover{
    background: #000;
}
.panel_dictionary .box_search{
    width: 630px;
    height: 60px;
    background: #fff;
    margin: auto;
    border-radius: 30px;
    margin-top: 50px;
    position: relative;
}
.panel_dictionary .box_search form{
    width: 100%;
    height: 60px;
    padding-right: 60px;
}
.panel_dictionary .box_search form input[type="text"]{
    width: 280px;
    height: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 0;
    padding-left: 15px;
    font-size: 16px;
}
.panel_dictionary .box_search form select{
    width: 280px;
    height: 60px;
    border: 0;
    padding-left: 15px;
    font-size: 16px;
    color: #757575;
    border-left: 1px solid #ececec;
}
.panel_dictionary .box_search form button{
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 0;
    font-size: 20px;
    color: #2b2b2b;
}
.panel_dictionary .box_search form .disctionnaire{
    position: absolute;
    margin-top: 10px;
    left: 15px;
}
.panel_dictionary .box_search form .disctionnaire label{
    margin-bottom: 0;
    margin-right: 15px;
}
.panel_dictionary .box_search form .disctionnaire label select{
    width: 70px;
    height: 25px;
    margin-left: 0;
    padding: 0;
    font-size: 13px;
    border-radius: 3px;
    display: none;
}
.panel_dictionary .box_search form .disctionnaire label.op select{
    display: inline-block;
}
.panel_dictionary .box_search form .disctionnaire label input{
    display: none;
}
.panel_dictionary .box_search form .disctionnaire label span{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #f3e5dc;
    margin-right: 5px;
    position: relative;
    top: 2px;
    border-radius: 50%;
    border: 1px solid #ff6400;
}
.panel_dictionary .box_search form .disctionnaire label input:checked ~ span{
    background: #ff6400;
}

.home_glossary .col-md-3{
    order: 1;
}
.home_glossary .box_glossary{
    width: 100%;
    min-height: 150px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
    padding-right: 130px;
    position: relative;
    margin-top: 25px;
}
.home_glossary .box_glossary:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.home_glossary .box_glossary h4{
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
}
.home_glossary .box_glossary span.date{
    display: block;
    font-weight: 400;
    color: #8e8e8e;
    font-size: 11px;
    margin-bottom: 6px;
}
.home_glossary .box_glossary p{
    margin-bottom: 0;
    font-weight: 500;
    color: #545454;
}
.home_glossary .box_glossary .image{
    width: 115px;
    height: 115px;
    background: #5a616b;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.home_glossary .box_glossary .image img{
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.home_glossary .categories h4{
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 15px;
}
.home_glossary .categories ul li{
    margin: 5px 0;
}
.home_glossary .categories ul li a{
    color: #4a4a4a;
    font-weight: 600;
}
.box_sr_dic{
    margin: 0;
    width: 100%;
    height: 60px;
    background: #f3e5dc;
}
.panel_dictionary_res{
    padding-top: 10px;
    min-height: 110px;
    position: relative;
    overflow: hidden;
}
.panel_dictionary_res > .container{
    position: relative;
    z-index: 9;
}
.panel_dictionary_res .particles-js-canvas-el{
    position: absolute;
    top: 0;
    height: auto !important;
}
.panel_dictionary_res .box_search{
    margin-top: 0;
}

.paginate_dico{
    width: 65%;
    height: 40px;
    background: white;
    margin: auto;
    margin-top: 15px;
    border-radius: 5px;
    padding: 0 50px;
    position: relative;
    text-align: center;
}
.paginate_dico a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: white;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.paginate_dico a:hover{
    background: #000;
}
.paginate_dico a:first-child{
    position: absolute;
    left: 0;
}
.paginate_dico a:last-child{
    position: absolute;
    right: 0;
}
.home_glossary .alphabets a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    margin-bottom: 3px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.home_glossary .alphabets h4{
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 15px;
}
.home_glossary .alphabets a:hover{
    background: #000;
    color: #fff;
}
.detail_dico h1{
    font-size: 22px;
    margin: 0;
    text-align: center;
    margin-bottom: 7px;
}
.detail_dico span.date{
    display: block;
    text-align: center;
    color: #797979;
    font-weight: bold;
    margin-bottom: 10px;
}
.detail_dico .detail h3{
    color: dimgrey;
    margin: 0;
    font-size: 18px;
    margin-bottom: 8px;
}
.citations .box_citation{
    width: 100%;
    min-height: 100px;
    position: relative;
    padding-left: 150px;
    padding-right: 50px;
    margin-bottom: 50px;
}
.citations .box_citation .avatar{
    width: 100px;
    height: 100px;
    background: #ccc;
    border-radius: 50px;
    position: absolute;
    left: 0;
    overflow: hidden;
}
.citations .box_citation .avatar img{
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.citations .box_citation h4{
    margin: 0;
    font-family: 'Rubik';
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 17px;
}
.citations .box_citation p{
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 400;
    font-style: italic;
}
.citations .box_citation span.book{
    color: #ababab;
    font-weight: 400;
    font-size: 11px;
}
.citations .box_citation span.book abbr{
    text-transform: uppercase;
}
.citations .box_citation:after{
    content: "\f10e";
    display: block;
    width: 15px;
    height: 15px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
}
.citations .box_citation:before{
    content: "\f10d";
    display: block;
    width: 15px;
    height: 15px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 115px;
    top: -1px;
    font-size: 20px;
}
.citations .box_citation .hr{
    display: block;
    width: 50%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.box_glossary.synonymes{
    padding-right: 0;
    min-height: 1px;
}
.box_glossary.synonymes .tags span{
    display: inline-block;
    padding: 0px 6px;
    font-weight: 500;
    border-radius: 4px;
    position: relative;
    margin-bottom: 5px;
    font-size: 13px;
    text-decoration: underline;
}
.box_glossary.synonymes .tags span a{
    color: #016e73;
    font-weight: 500;
    padding: 0;
}
.box_glossary.synonymes .tags span abbr{
    position: relative;
    z-index: 9;
}
.box_glossary.synonymes .tags span i{
    font-size: 5px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.box_glossary.synonymes h4{
    font-size: 36px;
    font-family: 'Rubik';
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 10px !important;
}
.box_glossary.synonymes h4 span{
    font-size: 20px;
    font-weight: 400;
    margin-left: 10px;
    color: #4e4e4e;
}
.box_glossary.synonymes .def{
    display: block;
    color: #4a4a4a;
    font-size: 15px;
    margin-bottom: 7px;
}
.box_glossary.synonymes .adjective h5{
    font-family: 'Rubik';
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 20px;
}
.box_glossary.synonymes .adjective ul li{
    display: flex;
    list-style: none;
    padding-left: 30px;
}
.box_glossary.synonymes .adjective ul li span.num{
    font-weight: 500;
    font-family: 'Rubik';
    width: 35px;
    font-size: 13px;
    color: #008074;
}
.box_glossary.synonymes .adjective ul li span{
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}
.box_glossary.synonymes .na_me{
    padding-left: 30px;
    position: relative;
    margin-top: 30px;
}
.box_glossary.synonymes .na_me:before{
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 67px);
    background: #4a4a4a;
    position: absolute;
    left: 34px;
    top: 25px;
}
.box_glossary.synonymes .na_me .name{
    color: #224982;
    font-size: 19px;
    display: block;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.box_glossary.synonymes .na_me .name:before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #224992;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box_glossary.synonymes .na_me > div{
    padding-left: 35px;
    padding-top: 10px;
    position: relative;
}
.box_glossary.synonymes .na_me > div:before{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #4a4a4a;
    position: absolute;
    left: 4px;
    top: 22px;
}

#suggesstion-box{
    position: absolute !important;
    background: white;
    z-index: 999;
    width: 100%;
    top: 66px;
    height: 139px;
    overflow: auto;
    border: 2px solid #CA9C7B;
    border-radius: 4px;
    display: none;
    padding: 5px 10px;
}
#suggesstion-box ul{
    list-style: none;
    padding-left: 0;
}
#suggesstion-box ul li{
    display: inline-block;
    font-weight: 400;
    color: #ca9c7b;
    text-decoration: underline;
    margin: 0px 4px;
    text-transform: capitalize;
    cursor: pointer;
}
@media (max-width: 770px){
    .panel_dictionary .alphabets{
        display: none;
    }
    .panel_dictionary .box_search, .panel_dictionary .box_search form{
        margin-top: 0;
        width: 100%;
        height: auto;
        border-radius: 0;
        padding-right: 0;
        background: transparent;
    }
    .panel_dictionary{
        padding: 40px 15px;
        min-height: 1px;
    }
    .panel_dictionary .box_search form input[type="text"],
    .panel_dictionary .box_search form select{
        width: 100%;
        border-radius: 0;
        margin-bottom: 5px;
    }
    .panel_dictionary .box_search form .disctionnaire{
        position: inherit;
    }
    .panel_dictionary .box_search form button{
        position: relative;
        border-radius: 0;
        width: 100%;
        margin-top: 10px;
        display: block;
        margin: auto;
        margin-top: 10px;
        background: #313131;
        color: #fff;
    }
    .home_glossary .box_glossary{
        padding-right: 0;
    }
    .home_glossary .box_glossary .image{
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .home_glossary .box_glossary .image img{
        width: 100%;
        height: auto;
        transform: inherit;
        left: 0;
    }
    .home_glossary .col-md-3{
        order: inherit;
    }
}
.realted_content{
    margin-top: 20px;
}
.realted_content .crd_ctn{
    width: 100%;
    min-height: 100px;
    background: #eafeff;
    padding: 15px;
}
.realted_content .crd_ctn h5{
    margin: 0;
    margin-bottom: 10px;
}
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
/*------------------------------------------------------------------------*/
#box_search_engine{
    width: 100%;
    height: calc(100vh - 60px);
    background: #3948a0;
    background: -webkit-linear-gradient(left top, #3948a0, #2196F3);
    background: -o-linear-gradient(bottom right, #3948a0, #2196F3);
    background: -moz-linear-gradient(bottom right, #3948a0, #2196F3);
    background: linear-gradient(to bottom right, #3948a0, #2196F3);
    padding: 1px 0;
}
#box_search_engine .moteur{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#box_search_engine .moteur .wrap{
    width: 100%;
    max-width: 780px;
    margin: auto;
    min-height: 53px;
    padding: 0 15px;
    margin-top: 40px;
    margin-bottom: 15px;
}
#box_search_engine .moteur .wrap .search-wrap{
    width: 100%;
    height: 53px;
    background: #fff;
    position: relative;
    border-radius: 26.5px;
    overflow: hidden;
    border: 2px solid #fff;
}
#box_search_engine .moteur .wrap .search-wrap input{
    width: 100%;
    height: 49px;
    border: 0;
    padding-left: 20px;
}
#box_search_engine .moteur .wrap .search-wrap button{
    width: 49px;
    height: 49px;
    background: #636a73;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
}
#box_search_engine .moteur h1{
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 10px;
}
#box_search_engine .moteur p{
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
}
#box_search_engine .moteur span a{
    text-decoration: underline;
}
#box_search_engine .moteur span{
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: 'Nunito', sans-serif;
    display: block;
}
.search-wrapper{
    width: 100%;
    min-height: 100px;
    position: relative;
    overflow: hidden;
    background: #0f284c;
    padding: 1px 0;
}
.search-wrapper canvas{
    position: absolute;
    top: 0;
}
.search-wrapper .hugeCircle{
    position: absolute;
    width: 3500px;
    height: 1000px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #3948a0;
    background: -webkit-linear-gradient(left top, #3948a0, #2196F3);
    background: -o-linear-gradient(bottom right, #3948a0, #2196F3);
    background: -moz-linear-gradient(bottom right, #3948a0, #2196F3);
    background: linear-gradient(to bottom right, #3948a0, #2196F3);
}

.search-wrapper .wrap{
    width: 100%;
    max-width: 780px;
    margin: auto;
    min-height: 53px;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}
.search-wrapper .wrap .search-wrap{
    width: 100%;
    height: 53px;
    background: #fff;
    position: relative;
    border-radius: 26.5px;
    overflow: hidden;
    border: 2px solid #f1f1f1;
}
.search-wrapper .wrap .search-wrap input{
    width: 100%;
    height: 49px;
    border: 0;
    padding-left: 20px;
    background: #f1f1f1;
}
.search-wrapper .wrap .search-wrap button{
    width: 49px;
    height: 49px;
    background: #636a73;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
}
.search-wrapper .list-search{
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}
.search-wrapper .list-search li{
    display: inline-block;
    margin: 0 7px;
}
.search-wrapper .list-search li{
    color: #fff;
}
.search-wrapper .list-search li a{
    color: rgb(255, 255, 255);
    display: block;
    padding: 6px 0px;
    font-family: 'Rubik';
    font-weight: 400;
    position: relative;
}
.search-wrapper .list-search li.selected a{
    font-weight: 500;
}
.search-wrapper .list-search li.selected a:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: -1px;
    left: 0;
}
.box_card_search .nbr_search_results{
    color: #505256;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
.box_card_search .box_result h3{
    margin-bottom: 0;
}
.box_card_search .box_result h3 a{
    color: #ac1e44;
    font-size: 20px;
}
.box_card_search .box_result .link{
    color: green;
}
.box_card_search .box_result p{
    color: #797c82;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}
.box_card_search .box_result{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.box_card_search .box_result .coors{
    width: 100%;
    max-width: 335px;
    margin: 0;
}
.box_card_search .box_result .coors span{
    display: block;
    width: 48%;
    float: left;
    color: #797c82;
}
.box_card_search .box_result .coors span a{
    color: #797c82;
    text-decoration: underline;
}
.box_card_search .box_result .mediaSearch{
    width: 100%;
    height: 65px;
    margin-top: 7px;
    padding-left: 110px;
    position: relative;
}
.box_card_search .box_result .mediaSearch .image{
    width: 100px;
    height: 65px;
    background: #ccc;
    position: absolute;
    left: 0;
}
.box_card_search .box_result .mediaSearch .image img{
    width: 100%;
    height: 100%;
}
.box_card_search .box_result .mediaSearch .date{
    display: block;
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #79808e;
}
.box_card_search .box_result .mediaSearch .desc{
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #79808e;
    display: block;
    line-height: 15px;
    margin-top: 6px;
}
.box_result .images{
    margin: 10px 0;
}
.box_result .images h2{
    margin: 0;
    color: #ac1e44;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
}
.box_result .images .sml{
    width: 80%;
    height: 100px;
    background: red;
    padding: 0 15px;
}
.search_paginate ul{
    text-align: center;
    margin-top: 35px;
}
.search_paginate ul li{
    display: inline-block;
    margin: 0 2px;
}
.search_paginate ul li a{
    display: block;
    width: 25px;
    height: 25px;
    background: #5f5f5e;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}
.search_paginate ul li.selected a{
    background: #fff;
    color: #5f5f5e;
    border: 1px solid  #5f5f5e;
}
.box_search_right{
    width: 100%;
    min-height: 340px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding-bottom: 10px;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    border-color: rgba(223,225,229,0);
    margin-bottom: 30px;
}
.box_search_right .details{
    padding: 5px 15px;
}
.box_search_right .details h1{
    margin: 0;
    font-size: 22px;
    color: #5a616b;
}
.box_search_right .details .btns a{
    background: #e8e8e8;
    color: #000;
    padding: 4px 10px;
    margin-right: 2px;
    border: 1px solid #c7c7c7;
}
.box_search_right .details .btns{
    margin-bottom: 10px;
}
.box_search_right .details .avis{
    color: orange;
}
.box_search_right .details .avis span{
    margin-right: 5px;
}
.box_search_right .coors{
    padding: 0 15px;
}
.box_search_right .coors span{
    display: block;
    margin-bottom: 10px;
    font-family: 'Rubik', sans-serif;
}
.box_search_right .coors span b{
    display: block;
}
.dico_tabs{
    text-align: center;
    margin-top: 15px;
}
.dico_tabs ul li{
    display: inline-block;
    margin: 0 7px;
}
.dico_tabs ul li a{
    display: block;
    height: 35px;
    line-height: 35px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0px;
    color: #212529;
    position: relative;
}
.dico_tabs ul li a.selected{
    font-weight: bold;
}
.dico_tabs ul li a.selected:before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #212529;
    position: absolute;
    bottom: 0;
    left: 0;
}
.box_translate{
    width: 100%;
    max-width: 600px;
    margin: auto;
    min-height: 100px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.box_translate .head_top{
    width: 100%;
    height: 45px;
    background: #3498da;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0 5px;
}
.box_translate .head_top > ul > li{
    display: inline-block;
    margin: 0 10px;
}
.box_translate .head_top > ul > li > a{
    display: block;
    height: 45px;
    line-height: 45px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    position: relative;
}
.box_translate .head_top > ul > li > a.selected{
    font-weight: bold;
}
.box_translate .head_top > ul > li > a.selected:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.box_translate .head_top > ul > li ul{
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    display: none;
}
.box_translate .head_top > ul > li:hover ul{
    display: block;
}
.box_translate .head_top > ul > li ul li{
    display: inline-block;
    margin: 0 5px;
}
.box_translate .head_top > ul > li ul li a{
    color: #000;
    font-family: 'Rubik';
    font-weight: 400;
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: underline;
}
.box_translate .tr_d textarea{
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    border: 0;
    border: 0;
    font-family: 'Rubik', sans-serif;
}
.contactsgroup .imprt_list button{
    width: 100%;
    margin-bottom: 8px;
    border: 2px solid #2d7bf4;
    color: #2d7bf4 !important;
    background: #fff;
    padding: 8px 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.contactsgroup .imprt_list button:hover{
    background: #2d7bf4;
    color: #fff !important;
}
.contactsgroup .lists{
    margin-top: 20px;
}
.contactsgroup .lists .list{
    width: 100%;
    min-height: 45px;
    border: 1px solid #dedede;
    border-radius: 22.5px;
    margin-bottom: 8px;
    background: #f1f1f1;
    padding: 0 15px;
    position: relative;
}
.contactsgroup .lists .list span{
    line-height: 45px;
    display: block;
    font-family: 'Rubik', sans-serif;
}
.contactsgroup .lists .list button{
    position: absolute;
    width: 39px;
    height: 39px;
    background: #ff5454;
    border: 0;
    right: 3px;
    border-radius: 50%;
    top: 3px;
    color: #fff;
}
.contactsgroup .lists .list.selected{
    background: #b8e4b3;
}
.contactsgroup .glis{
    position: relative;
    overflow: hidden;
}
.contactsgroup .glis #glissezhere{
    padding: 15px 30px;
    border: 1px dashed #ccc;
    margin-top: 20px;
    text-align: center;
}
.contactsgroup .glis #glissezhere p{
    margin-bottom: 0;
}
.contactsgroup .manage{
    display: inline-block;
    width: 30px;
    padding: 0;
    height: 30px;
    position: absolute;
    right: -2px;
    top: -2px;
    border-radius: 0;
    border-bottom-left-radius: 15px;
}
.contactsgroup .list-contacts{
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 3px 0 rgba(32,33,36,0.28);
    border-color: rgba(223,225,229,0);
}
.contactsgroup .list-contacts .contact{
    background: #fff;
    min-height: 50px;
    padding-left: 50px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.contactsgroup .list-contacts .contact:hover{
    background: #f2f2f2;
}
.contactsgroup .list-contacts .contact .icon{
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    left: 8px;
    position: absolute;
    top: 7px;
    text-align: center;
    line-height: 35px;
    color: #ac1e44;
}
.contactsgroup .list-contacts .contact .name_email{
    display: inline-block;
    width: 50%;
    min-height: 50px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    padding: 3px 0;
    padding-left: 10px;
    float: left;
}
.contactsgroup .list-contacts .contact .name_email b{
    display: block;
    margin-bottom: 0;
}
.contactsgroup .list-contacts .contact .phone{
    display: inline-block;
    width: 40%;
    min-height: 50px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    padding-left: 10px;
    line-height: 50px;
}
.contactsgroup .list-contacts .contact .trash{
    position: absolute;
    right: 10px;
    background: transparent;
    border: 0;
    top: 12px;
    font-size: 19px;
    color: #ff5454;
}
.contactsgroup .contacts h4{
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
.contactsgroup .contacts .alphabets a{
    display: inline-block;
    width: 27px;
    height: 27px;
    background: white;
    text-align: center;
    margin: 2px 1px;
    line-height: 26px;
    text-transform: uppercase;
    border: 1px solid #ac1e44;
    color: #000;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.contactsgroup .contacts .alphabets a:hover{
    background: #ac1e44;
    color: #fff;
}
.contactsgroup .contacts .ctn{
    width: 100%;
    min-height: 70px;
    background: #f1f1f1;
    border-radius: 35px;
    position: relative;
    padding: 5px 0;
    padding-left: 80px;
    margin-bottom: 10px;
}
.contactsgroup .contacts .ctn .avatar{
    display: block;
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
    overflow: hidden;
    border: 1px solid #000;
}
.contactsgroup .contacts .ctn .avatar img{
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.contactsgroup .contacts .ctn h5{
    margin: 0;
}
.contactsgroup .contacts .ctn .email{
    display: block;
}
.contactsgroup .pagination{
    text-align: center;
    display: block;
}
.contactsgroup .pagination li{
    display: inline-block;
}
.banner_guideline{
    width: 100%;
    min-height: 300px;
    background: url(../images/pattern_transparent.png), #0054D1;
    background-size: 30%;
    padding: 100px 0;
    /* background: linear-gradient(135deg, #f9f7ff 0%, #fff 50%, #f6f3ff 100%); */
}
.banner_guideline .contenu{
    color: #fff;
    width: 100%;
    max-width: 650px;
    text-align: center;
    margin: auto;
}
.banner_guideline .contenu h1{
    margin: 0;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.banner_guideline .contenu p{
    font-size: 18px;
}
.banner_guideline .contenu .godown{
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: auto;
    border: 2px solid #fff;
    line-height: 45px;
    cursor: pointer;
}
.guide_three_boxes{
    overflow: inherit !important;
}
.guide_three_boxes .box{
    width: 100%;
    height: 280px;
    background: #fff;
    margin-top: -60px;
    padding: 0 20px;
}
.guide_three_boxes .box div{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.guide_three_boxes .box i{
    font-size: 48px;
    color: #013d83;
}
.guide_three_boxes .box h4{
    color: #013d83;
}
.guide_three_boxes .box p{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.guide .freequently{
    padding-top: 50px;
}
.guide .freequently h2{
    font-family: 'Rubik', sans-serif;
}
.guide .freequently p{
    font-weight: 400;
}
.guide .freequently .freequentlyquestion{
    width: 100%;
    min-height: 100px;
    background: #f2f6fb;
    margin-top: 20px;
    border: 1px solid #daeaff;
    padding: 20px 20px 20px 80px;
    position: relative;
}
.guide .freequently .freequentlyquestion h4{
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 21px;
    line-height: 28px;
}
.guide .freequently .freequentlyquestion p{
    color: #283e58;
    margin: 0;
    font-size: 18px;
    margin-top: 8px;
    font-family: 'Rubik', sans-serif;
    line-height: 30px;
}
.guide .freequently .freequentlyquestion .icon{
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #85baff;
    left: 22px;
    top: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    font-size: 21px;
}
.guide .freequently .roadmap{
    margin-top: 15px;
    position: relative;
}
.guide .freequently .roadmap .contentRoadmap{
    width: calc(50% - 50px);
    min-height: 100px;
    background: #85baff;
    border-radius: 5px;
    margin: 10px 0;
    position: relative;
    padding: 15px 20px;
}
.guide .freequently .roadmap .contentRoadmap .tr{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #85baff;
    border-radius: 4px;
    right: -14px;
    top: 25px;
    transform: rotate(45deg);

}
.guide .freequently .roadmap .contentRoadmap:before{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: #d3e6ff;
    border-radius: 50%;
    position: absolute;
    right: -63px;
    top: 29px;
}
.guide .freequently .roadmap > .col-md-12:nth-child(even) .contentRoadmap{
    float: right;
}
.guide .freequently .roadmap > .col-md-12:nth-child(even) .contentRoadmap:before{
    right: inherit;
    left: -63px;
}
.guide .freequently .roadmap > .col-md-12:nth-child(even) .contentRoadmap .tr{
    right: inherit;
    left: -14px;
}
.guide .freequently .roadmap:before{
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: #d3e6ff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.guide .freequently .roadmap .contentRoadmap h3{
    margin: 0;
}
.guide .freequently .roadmap .contentRoadmap p{
    margin: 0;
    font-family: 'Rubik', sans-serif;
    margin-top: 7px;
}
.guide-cantfind{
    width: 100%;
    min-height: 100px;
    background-color: #0054D1;
    background-image: url(../images/support-bg.png);
    margin-top: 50px;
    text-align: center;
    padding: 70px 15px;
    color: #fff;
}
.guide-cantfind h2{
    margin: 0;
    font-family: 'Rubik';
    font-weight: 600;
    text-transform: uppercase;
}
.guide-cantfind p{
    font-family: 'Rubik';
    font-size: 16px;
    margin-top: 12px;
}
.guide-cantfind a{
    display: inline-block;
    background: #fff;
    color: #000;
    height: 40px;
    padding: 0 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    line-height: 40px;
    border-radius: 20px;
}
.guide-cantfind a:hover{
    color: #000;
}
.guide .whatwedo{
    margin-top: 50px;
}
.guide .whatwedo p{
    font-weight: 400;
}
.guide .whatwedo img{
    width: 100%;
    height: auto;
}
.guide .whatwedo .servs{
    padding-top: 50px;
}
.guide .whatwedo .serv{
    margin-bottom: 25px;
}
.guide .whatwedo .serv h4{
    font-size: 30px;
    margin: 0;
    margin-bottom: 8px;
    font-family: 'Rubik', sans-serif;
    line-height: 33px;
}
.guide .whatwedo .serv p{
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
}
@media (max-width: 770px){
    .banner_guideline .contenu h1{
        font-size: 30px;
    }
    .banner_guideline .contenu p{
        font-size: 13px;
    }
    .guide_three_boxes .box{
        margin-top: 15px;
    }
}
@media (max-width: 650px){
    .guide_three_boxes .box div{
        top: 0;
        transform: inherit;
    }
    .guide_three_boxes .box{
        height: auto;
        padding: 25px 20px;
    }
    .guide .freequently{
        padding-top: 25px;
    }
    .guide .whatwedo{
        margin-top: 25px;
    }
    .guide .freequently h2, .guide .whatwedo .serv h4{
        font-size: 22px;
    }
    .guide .freequently .freequentlyquestion h4{
        font-size: 17px;
    }
    .guide .freequently .freequentlyquestion p, .guide .whatwedo .serv p{
        font-size: 15px;
        line-height: 22px;
    }
    .guide .freequently .roadmap .contentRoadmap{
        width: 100%;
    }
    .guide .freequently .roadmap .contentRoadmap .tr,
    .guide .freequently .roadmap .contentRoadmap:before,
    .guide .freequently .roadmap:before{
        display: none;
    }
    .guide-cantfind{
        margin-top: 0;
        padding: 29px 15px;
    }
    .guide-cantfind h2{
        font-size: 23px;
    }
    .banner_guideline{
        padding: 65px 15px;
        background-size: 100%;
    }
}
/*------------------Slider--------------------*/
.types_slider{
    position: fixed;
    width: 100px;
    background-color: #2f2f2f;
    right: -100px;
    top: 80px;
    z-index: 99;
    padding: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.types_slider.open{
    right: 0;
}
.types_slider .cog{
    display: block;
    width: 40px;
    height: 40px;
    background: #2f2f2f;
    position: absolute;
    left: -40px;
    top: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}
.types_slider span{
    display: block;
    background-color: #ac1e44;
    color: #fff;
    margin: 4px 0;
    text-align: center;
    padding: 5px 0;
    border-radius: 2px;
    font-family: 'Rubik', sans-serif;
    cursor: pointer;
}
.types_slider span.selected{
    background-color: #fff;
    border: 2px solid #ac1e44;
    color: #ac1e44;
}
.imperium_slider_1{
    width: 100%;
    height: 400px;
    background: url('../images/slider/slider1.jpg') no-repeat center center, #fff;
    background-size: cover !important;
}
.imperium_slider_1 .container .row{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    max-width: 700px;
    margin: auto;
    text-align: center;
    display: block;
}
.imperium_slider_1 .container .row h1{
    font-family: 'Nunito', sans-serif;
    margin: 0;
    text-align: center;
    width: 100%;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 15px;
}
.imperium_slider_1 .container .row p{
    width: 100%;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    font-size: 16px;
}
.imperium_slider_1 .container .row a{
    display: inline-block;
    background: #fff;
    color: #184157;
    padding: 7px 20px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    border-radius: 17.5px;
}
.imperium_slider_2{
    width: 100%;
    height: 600px;
    background: url('../images/slider/s42.png') no-repeat right top,url('../images/slider/s41.png') no-repeat right top, #fff;
    background-size: 50%;
}
.imperium_slider_2 .row, .imperium_slider_2 .row .cc{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.imperium_slider_2 .row h2{
    font-size: 56px;
    font-family: 'Sarabun', sans-serif;
    font-weight: 900;
    line-height: 62px;
    margin-bottom: 25px;
}
.imperium_slider_2 .row p{
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
}
.imperium_slider_2 .row img{
    height: 500px;
    display: block;
    margin: auto;
}
.imperium_slider_3{
    width: 100%;
    height: 550px;
    background: url('../images/slider/slider3/3.png') no-repeat center bottom,#0f3771;
    padding: 1px 0;
    background-size: contain;
}
.imperium_slider_3 .contenu{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.imperium_slider_3 .contenu h1{
    margin: 0;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}
.imperium_slider_3 .contenu p{
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
}
.imperium_slider_4{
    width: 100%;
    height: 600px;
    background-color: #138972;
    position: relative;
    display: block;
    background: rgba(19, 137, 119, 0.65) url(../images/slider/slider4/expert-icon-bg.png) repeat 0 0;
    -webkit-animation: animate 45s linear 0s normal none infinite;
    -moz-animation: animate 45s linear 0s normal none infinite;
    -ms-animation: animate 45s linear 0s normal none infinite;
    -o-animation: animate 45s linear 0s normal none infinite;
    animation: animate 45s linear 0s normal none infinite;
    padding: 1px 0;
}
.imperium_slider_4:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    background: url(../images/slider/slider4/s-corve.png) no-repeat bottom center;
    background-size: auto;
}
.imperium_slider_4 .contenu{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.imperium_slider_4 .contenu h5{
    font-size: 30px;
    font-weight: 100;
    font-family: 'Rubik', sans-serif;
    margin: 0;
}
.imperium_slider_4 .contenu h1{
    font-size: 50px;
    font-family: 'Rubik', sans-serif;
    margin: 20px 0;
    line-height: 60px;
}
.imperium_slider_4 .contenu p{
    font-size: 18px;
}
@-webkit-keyframes animate {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 -1450px
    }
}

@-moz-keyframes animate {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 -1450px
    }
}

@-ms-keyframes animate {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 -1450px
    }
}

@-o-keyframes animate {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 -1450px
    }
}

@keyframes animate {
    from {
        background-position: 0 0
    }
    to {
        background-position: 0 -1450px
    }
}
/*----------------End Slider------------------*/
.rs_btns{
    margin-top: 10px;
}
.rs_btns .button{
    margin-right: 5px;
}
.rs_btns .button{
    border: 1px solid #ac1e44;
    background-color: transparent;
    text-decoration: none;
    padding: 4px 9px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    border-radius: 3rem;
    color: #ac1e44;
    font-size: 11px;
    font-weight: 600;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.rs_btns .button.liked{
    background: #ac1e44;
    color: #ffffff;
}
.rs_btns .button-dislike{
    border: 1px solid #df4d5f;
    color: #df4d5f;
}
.rs_btns .button-dislike.liked{
    background: #df4d5f;
    color: #ffffff;
}

.rs_btns .button-share{
    border: 1px solid #353535;
    color: #353535;
}
.rs_btns .button-share.liked{
    background: #353535;
    color: #ffffff;
}
.quote_author{
    width: 85%;
    padding: 15px;
    background: #ffffff;
    margin: auto;
    margin-bottom: 10px;
}
.quote_author .txt{
    min-height: 80px;
    padding: 25px;
    position: relative;
}
.quote_author .txt .left_top{
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background: #ec8746;
    display: block;
}
.quote_author .txt .top_left{
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 1px;
    background: #ec8746;
    display: block;
}
.quote_author .txt .left_bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #ec8746;
    display: block;
}
.quote_author .txt .bottom_left{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #ec8746;
    display: block;
}
.quote_author .txt .right_top{
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background: #ec8746;
    display: block;
}
.quote_author .txt .top_right{
    position: absolute;
    right: 0;
    top: 1px;
    width: 20px;
    height: 1px;
    background: #ec8746;
    display: block;
}
.quote_author .txt .right_bottom{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #ec8746;
    display: block;
}
.quote_author .txt .bottom_right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #ec8746;
    display: block;
}
.quote_author .txt .quote{
    font-style: italic;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
}
.quote_author .txt .quote.lignes4{
    font-size: 14px;
    line-height: 27px;
}
.quote_author .txt .quote.lignes5{
    font-size: 12px;
    line-height: 24px;
}
.quote_author .txt .quote .year{
    display: block;
    font-style: initial;
    font-weight: 400;
    font-size: 15px;
    color: #b5b5b5;
}
.quote_author .txt .quote .fa-quote-left{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #bfbfbf;
}
.quote_author .txt .quote .fa-quote-right{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #bfbfbf;
}
.quote_author .author_coors{
    width: 100%;
    display: flex;
    margin-top: 15px;
}

.author_coors{
    width: 85%;
    margin: auto;
}
.author_coors .avatar{
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}
.author_coors .avatar img{
    height: 100%;
    width: 100%;
}
.author_coors .nom{
    font-family: 'Rubik', sans-serif;
    font-weight: 900;
    line-height: 45px;
    font-size: 15px;
}
.author_coors .nom abbr{
    font-weight: 400;
    color: #b7b7b7;
}
.author_coors .btn_actions{
    line-height: 45px;
    text-align: center;
    margin-bottom: 15px;
}
.author_coors .btn_actions .btn{
    padding: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    margin-right: 5px;
    border: 0;
}
.author_coors .btn_actions .btn.facebook{background: #3b5998;}
.author_coors .btn_actions .btn.twitter{background: #00aced;}
.author_coors .btn_actions .btn.linkedin{background: #007bb6;}
.author_coors .btn_actions .btn.email{background: coral;}
@media (max-width: 770px){
    .quote_author,
    .author_coors{
        width: 100%;
        display: block;
    }
    .quote_author .txt .quote {
        font-size: 14px;
        line-height: 24px;
    }
    .author_coors .avatar{
        width: 50px;
        height: 50px;
        float: left;
    }
    .author_coors .nom {
        line-height: 50px;
        font-size: 14px;
    }
    .author_coors .btn_actions{
        line-height: 50px;
        padding-left: 0;
    }
}
.dico_words_aleas{
    margin-top: 42px;
}
.dico_words_aleas li{
    height: 40px;
    padding-right: 50px;
    position: relative;
    border-bottom: 1px solid #ececec;
    margin: 0 !important;
}
.dico_words_aleas li:last-child{
    border-bottom: 0;
}
.dico_words_aleas li > a{
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.dico_words_aleas li .actions{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dico_words_aleas li .actions a{
    margin-left: 10px;
    font-size: 15px;
    color: #df4d5f !important;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
.panel_jobs{
    min-height: 200px;
    background: #35434e;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.panel_jobs canvas{
    position: absolute;
    top: 0;
    height: auto !important;
}
.panel_jobs h1{
    text-align: center;
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    position: relative;
    z-index: 9;
}
.panel_jobs p{
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-family: 'Rubik', sans-serif;
    margin-top: 16px;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}
.panel_jobs .form_search_jobs{
    width: 100%;
    padding: 20px 20px 20px 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}
.panel_jobs .form_search_jobs .form{
    width: 100%;
    min-height: 65px;
    background: #fff;
    padding-right: 180px;
    position: relative;
}
.panel_jobs .form_search_jobs .form .row{
    margin: 0;
}
.panel_jobs .form_search_jobs .form .row > div{
    padding: 0;
}
.panel_jobs .form_search_jobs .form input{
    width: 100%;
    height: 65px;
    border: 0;
    padding-left: 20px;
    font-size: 17px;
    border-right: 1px solid #e6e6e6;
}
.panel_jobs .form_search_jobs .form input::placeholder {
  color: #c3c3c3;
  opacity: 1;
}

.panel_jobs .form_search_jobs .form input:-ms-input-placeholder {
  color: #c3c3c3;
}

.panel_jobs .form_search_jobs .form input::-ms-input-placeholder {
  color: #c3c3c3;
}
.panel_jobs .form_search_jobs .form select{
    width: 100%;
    height: 65px;
    border: 0;
    padding-left: 20px;
    font-size: 17px;
    border-right: 1px solid #e6e6e6;
    color: #c3c3c3;
}
.panel_jobs .form_search_jobs .form button{
    position: absolute;
    right: 0;
    top: 0;
    width: 181px;
    border: 0;
    height: 65px;
    color: #fff;
    background: #11b719;
    font-size: 18px;
}
.home_glossary_jobs h3{
    margin: 0;
    color: #35434e;
    margin-top: 15px;
    width: 100%;
}
.jobs_list{
    padding: 0;
}
.jobs_list .job_box{
    width: 100%;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
    border: 1px solid rgba(88,136,247,0.1);
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(88,96,109,0.14);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(88,96,109,0.14);
    -moz-box-shadow: 0px 0px 10px 0px rgba(88,96,109,0.14);
    align-items: center;
}
.jobs_list .job_box .detail_job{
    width: 100%;
    min-height: 100px;
    position: relative;
    padding-left: 100px;
    display: flex;
}
.jobs_list .job_box .detail_job .image{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.jobs_list .job_box .detail_job .image img{
    width: 95%;
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.jobs_list .job_box .detail_job .important_detail{
    width: 50%;
    float: left;
    padding-left: 15px;
}
.jobs_list .job_box .detail_job h3{
    color: #35434e;
    margin: 0;
    margin-bottom: 7px;
}
.jobs_list .job_box .detail_job .important_detail .cc{
    position: relative;top: 50%;
    transform: translateY(-50%);
}
.jobs_list .job_box .detail_job .important_detail ul li{
    display: inline-block;
    font-size: 17px;
    color: #647684;
    font-family: 'Rubik', sans-serif;
}
.jobs_list .job_box .detail_job .important_detail ul li.poste{
    background: #bae1ff;
    margin-left: 8px;
    padding: 0 7px;
    border-radius: 3px;
    color: #4b93cc;
}
.jobs_list .job_box .detail_job .important_detail .adress{
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    margin: 0;
}
.jobs_list .job_box .detail_job .important_detail .adress i{
    margin-right: 8px;
}
.jobs_list .job_box .detail_job .important_detail button.postuler{
        font-size: 17px;
    border-radius: 2px;
    padding: 14px 30px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(102,103,107,.25);
    border: 0;
    background: #fff;
    font-family: 'Rubik', sans-serif;
    color: #35434e;
}
.employer_condidate_jobs{
    width: 100%;
    margin: 0;
    margin-top: 50px;
}
.employer_condidate_jobs > div{
    padding: 0;
}
.employer_condidate_jobs .box_user_action{
    min-height: 400px;
    background: #35434e;
    text-align: center;
    padding: 1px;
}
.employer_condidate_jobs .box_user_action.candidate{
    background: #07b107;
}
.employer_condidate_jobs .box_user_action > div.cc{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    color: #fff;
}
.employer_condidate_jobs .box_user_action h2{
    font-family: 'Rubik', sans-serif;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 25px;
}
.employer_condidate_jobs .box_user_action p{
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
}
.employer_condidate_jobs .box_user_action a{
    padding: 13px 56px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 17px;
    background: rgba(2,2,2,0.15);
    transition: all ease-in-out 0.4s;
    color: #ffffff;
    margin-top: 0;
    border: 1px solid #475865;
    display: inline-block;
}
.employer_condidate_jobs .box_user_action a:hover{
    background: #475865;
}
.profil_employee{
    padding: 30px 15px;
    text-align: center;
    margin-top: 20px;
}
.profil_employee .avatar{
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}
.profil_employee .avatar img{
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.profil_employee h4{
    color: #35434e;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.profil_employee h5{
    color: #07b107;
}
.steps_ijobs{
    padding: 25px 25px;
}
.steps_ijobs > div{
    padding: 0;
}
.steps_ijobs .step{
    text-align: center;
    font-family: 'Rubik', sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 500;
}
.steps_ijobs .step .number_step{
    display: block;
    width: 40px;
    height: 40px;
    background: #545454;
    border-radius: 50%;
    color: #fff;
    line-height: 39px;
    margin: auto;
    position: relative;
    z-index: 9;
}
.steps_ijobs .step:before{
        content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #545454;
    position: absolute;
    top: 20px;
}
.steps_ijobs .step h4{
    margin-bottom: 0;
    color: #545454;
    font-weight: 500;
}
.steps_ijobs .step.active .number_step{
    background: #11b719;
}
.steps_ijobs .step.active:before{
    background: #11b719;
}
.steps_ijobs .step.active h4{
    color: #11b719;
}
.content_form_multisteps{
    width: 100%;
    min-height: 200px;
    background: #fff;
    border-radius: 5px;
    border: 1px dashed #dedede;
    padding: 20px;
}
.content_form_multisteps form .form-group{
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 3px;
    padding-left: 45px;
    position: relative;
    border: 1px solid #e2e2e2;
}
.content_form_multisteps form .form-group input{
    width: 100%;
    height: 45px;
    border: 0;
    outline: none;
    padding-left: 15px;
    background: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.content_form_multisteps form .form-group select{
    width: 100%;
    height: 45px;
    border: 0;
    outline: none;
    padding-left: 15px;
    background: #f1f1f1;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #757575;
}
.content_form_multisteps form .form-group > span{
    display: block;
    width: 45px;
    height: 45px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    line-height: 45px;
    font-size: 19px;
    color: darkgrey;
}
.form-pn{
    margin-bottom: 30px;
}
.form-pn .input{
    display: block;
    margin-bottom: 0;
}
.form-pn .input span{
    display: inline-block;
    width: 52px;
    height: 32px;
    background: #dadada;
    border-radius: 35px;
    position: relative;
    cursor: pointer;
}
.form-pn .input input{
    display: none;
}
.form-pn .input span:before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    left: 1px;
    top: 1px;
}
.form-pn .input input:checked ~ span{
    background: #1bb99a;
}
.form-pn .input input:checked ~ span:before{
    right: 1px;
    left: inherit;
}
.form-pn abbr{
    color: #757575;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.title_job{
    font-size: 20px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 20px;
    color: #35434e;
}
.title_job:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    background: #35434e;
    top: 12px;
}
.single_head_company{
    width: 100%;
    min-height: 150px;
    background: #fff;
    border-radius: 8px;
    border-bottom: 3px solid #11b719;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
    margin-top: -125px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single_head_company .ur-detail-box{
    display: flex;
    align-items: center;
    flex: 1;
}
.single_head_company .ur-detail-box .logo{
    width: 140px;
    height: 140px;
    border-radius: 6px;
    border: 4px solid #e3e9ef;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.single_head_company .ur-detail-box .logo img{
    display: block;
    width: 80%;
    margin: auto;
}
.single_head_company .ur-detail-box .ur-caption{
    font-family: 'Rubik', sans-serif;
}
.single_head_company .ur-detail-box .ur-caption h4{
    font-size: 20px;
}
.single_head_company .ur-detail-box .ur-caption .ur-designation{
    color: #11b719;
    font-weight: 500;
}
.single_head_company .btn-detail-box > a{
    background: #f39c12;
    border-color: #f39c12;
    font-size: 18px;
    padding: 8px 45px;
    display: block;
    margin: 6px 0;
}
.single_head_company .btn-detail-box > a.cv{
    background: #1db9aa;
    border-color: #1db9aa;
}
.single_details_jobs{
    margin-top: 25px;
}
.single_details_jobs h3{
    margin: 0;
    background: #f1f1f1;
    font-family: 'Rubik';
    font-size: 19px;
    padding: 7px 0 7px 25px;
    color: #35434e;
    border-left: 2px solid #17b91f;
    border-radius: 3px;
    margin-bottom: 15px;
}
.single_details_jobs p{
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.single_details_jobs .actions .actionBox{
    width: 100%;
    background: #1db9aa;
    border-radius: 3px;
    padding: 15px;
}
.single_details_jobs .actions .actionBox span{
    color: #fff;
    display: block;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
}
.single_details_jobs .actions .actionBox h4{
    color: #fff;
    margin-bottom: 0;
    min-height: 42px;
}
.single_details_jobs .actions{
    margin-top: 30px;
}
.single_details_jobs .actions .actionBox i{
    float: right;
    font-size: 26px;
}
.single_details_jobs .list_jobs_info li{
    padding-left: 50px;
    font-family: 'Rubik', sans-serif;
    position: relative;
    margin-bottom: 25px;
}
.single_details_jobs .list_jobs_info li i{
    position: absolute;
    left: 5px;
    font-size: 25px;
    top: 3px;
}
.single_details_jobs .list_jobs_info li span{
    display: block;
    font-weight: 600;
}
.single_details_jobs .list_jobs_info li p{
    margin-bottom: 0;
}
@media (max-width: 770px){
    .footer ul.list-unstyled{
        display: block !important;
    }
    .notification-list .noti-icon{
        padding: 0 13px;
    }
}
@media (max-width: 350px){
    .notification-list .noti-icon{
        padding: 0 10px;
    }
}





/* created par ayoub ---------------------------------------------- */




.propress_seditions_posts {
    background-color: white;
    margin-bottom: 27px;
    width: 100%;
}
.propress_seditions_posts .row.seditions_post {
    background-color: white;
}
.propress_seditions_posts .row.seditions_post .head_seditions_post {
    padding: 10px 12px;
    width: 100%;
    max-height: 127px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
}
.propress_seditions_posts .row.seditions_post .head_seditions_post ul.list-inline li {
    padding: 5px 5px;
}
.propress_seditions_posts .row.seditions_post .head_seditions_post ul.list-inline li i {
    color: #f04ddc;
    font-size: 18px;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
    margin: 0 0;
    width: 100%;
} 
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .image img {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    min-width: 200px;
    position: relative;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .details {
    width: 85%;
    padding: 0px 11px;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .details span.time {
    display: block;
    font-weight: 400;
    color: #8e8e8e;
    font-size: 11px;
    margin-bottom: 6px;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .details h4 {
    font-size: 19px;
    font-weight: 500;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .details .tags abbr a {
    display: inline-block;
    line-height: 0.8;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #009688;
    font-size: 11px;
    font-family: "Rubik", sans-serif;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    padding: .35em .5em;
    font-weight: 500;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .details .tags {
    margin: 6px 0;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .details .tags b {
    font-size: 14px;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .details .journalistes abbr {
    font-size: 14px;
    font-weight: bold;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .details .journalistes img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 7px 5px;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .details .desc {
    margin-bottom: 0;
    font-weight: 500;
    color: #545454;
}
.propress_seditions_posts .row.seditions_post .head_seditions_post ul.list-inline {
    float: right;
    display: flex;
    margin-top: -31px;
    margin-bottom: 0;
}
.propress_seditions_posts .row.seditions_post .head_seditions_post h3 {
    font-size: 21px;
    margin: 0;
}
.propress_seditions_posts {
    background-color: white;
    margin-bottom: 27px;
    margin-left: 50px;
    margin-right: 50px;
}
.propress_seditions_posts .row.seditions_post .content_seditions_post.row .image {
    max-width: 205px;
    max-height: 100%;
    width: 15%;
}

.propress_seditions_posts .form_media_spot.row {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form_media_spot.row select.form-control {
    width:90%;
	 display: inline;  
}
.form_media_spot.row button.btn.btn-primary {
    transform: inherit !important;
    right: 10px;
    left: auto !important;
    padding: 8px 6px;
    min-width: 36px;
}
/*.form_media_spot.row button.btn.btn-primary {
   bottom: 20px;
    position: absolute;
   
    left: 50%;
    transform: translateX(-50%);
    min-width: 32px;
}*/
.propress_seditions_posts .form_media_spot.row input.form-control {
     width: 90%;
    display: inline;  
} 
.propress_seditions_posts .form_media_spot.row .select2 {
     width: 90%;
    display: inline;  
} 
.propress_seditions_posts .form_media_spot.row form.row {
    margin: 0 0;
}
.propress_seditions_posts .form_media_spot.row .col-md-6 .form-group label {
    width: 100%;
}

/* header/h_abos  */
div#h_abos {
    max-width: 177px;
    transform: translate3d(-132px, 60px, 0px) !important;
}
div#h_abos ul.list-apps {
    padding: 0 !important;
    display: grid;
}
div#h_abos li {
    display: block;
    width: 100%; 
}
div#h_abos li a.list-group-item.abolist:hover {
    background-color: #0000001c;
}
div#h_abos li a.list-group-item.abolist {
    width: 100%;
    height: 39px;
    padding: 0 !important;
    line-height: 34px;
    font-weight: 700;
    border-radius: 0;
}
.label-success {
    background-color: #3ae84154;
}
div#Abonnements .card-box.widget-flat.border-custom.bg-custom.text-white a p i.fa.fa-calendar {
    position: inherit;
    font-size: 14px;
    opacity: 0.8;
}
div#Abonnements .card-box.widget-flat.border-custom.bg-custom.text-white a i.far.fa-hand-holding-usd {
    position: inherit;
    float: right;
    font-size: 17px;
    color: white;
    opacity: 1;
}
/* -------------------------------------------------- */
.boxTicket{
    background: #ecf6fe;
    padding: 10px;
    width: 100%;
    min-height: 35px;
}
.boxTicket .boxTicketDetail{
    background: #fff;
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
}
.boxTicket .boxTicketDetail h3{
    margin: 0;
    font-size: 18px;
    color: #042591;
}
.boxTicket .boxTicketDetail p{
    color: #444444;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
}
.boxTicket .boxTicketDetail a{
    display: inline-block;
    color: #242591;
    padding: 3px 15px;
    border: 1px solid #1c3d9b;
    font-weight: 500;
    border-radius: 15px;
    margin-top: 8px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.boxTicket .boxTicketDetail a:hover{
    background: #1c3d9b;
    color: #fff;
}
.boxTicket .boxTicketDetail a i{
    margin-left: 8px;
    position: relative;
    top: 2px;
}
.boxTicket .boxTicketDetail:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #ecf6fe;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-right-radius: 100%;
}
.boxTicket .boxTicketDetail:after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #ecf6fe;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 100%;
}
.boxTicket .boxTicketDetail .right-top{
    display: block;
    width: 20px;
    height: 20px;
    background: #ecf6fe;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 100%;
}
.boxTicket .boxTicketDetail .left-bottom{
    display: block;
    width: 20px;
    height: 20px;
    background: #ecf6fe;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top-right-radius: 100%;
}
.box_list_tickets table{
    border: 0;
}
.box_list_tickets thead, .box_list_tickets thead tr, .box_list_tickets thead th{
    border: 0;
}
.box_list_tickets table tbody td, .box_list_tickets table thead th {
    font-size: 14px;
    color: gray;
    vertical-align: middle;
    padding: 5px 30px;
    padding-right: 10px;
    border: none;
    color: #000;
    font-weight: 500;
}
.box_list_tickets table tbody tr{
    background-color: #f3f3f3 !important;
}
.box_list_tickets table tbody tr.space td{
    padding: 5px;
    background: #fff;
}
.box_list_tickets table span.email{
    display: inline-block;
    background: #cacaca;
    padding: 3px 6px;
}
.box_list_tickets table .btns a{
    display: inline-block;
    color: #000;
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
}
.box_list_tickets table .btns a.edit{
    background: orange;
    color: #fff;
}
.box_list_tickets table .btns a.delete{
    background: red;
    color: #fff;
}
.box_list_tickets table .btns a.see{
    background: #0095ff;
    color: #fff;
}
.box_list_tickets table tbody tr td{
    border-bottom: 8px solid #fff !important;
}
.steps_ticket{
    position: relative;
    overflow: hidden;
}
.steps_ticket label{
    display: block;
}
.steps_ticket .slider {
    -webkit-appearance: none;
    width: 50%;
    height: 15px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  .steps_ticket .slider:hover {
    opacity: 1;
  }
  .steps_ticket  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #000;
    cursor: pointer;
    border-radius: 50%;
  }
  
  .steps_ticket .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #000;
    cursor: pointer;
  }
#dropzone1 {
    width: 100%;
    height: 200px;
    border: dashed 1px #565656;
    clear: both;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
    line-height: 200px;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}
.steps_ticket .global{
    width: 100%;
    position: absolute;
    top: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.detail_ticket{
    background: #ecf6fe;
    padding: 10px;
    width: 100%;
    min-height: 35px;
}
.detail_ticket .box_detail_ticket{
    width: 100%;
    padding: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.detail_ticket .box_detail_ticket .userProf{
    margin-bottom: 15px;
}
.detail_ticket .box_detail_ticket .userProf .avatar{
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #3a2830;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.detail_ticket .box_detail_ticket .userProf .avatar img{
    height: 100%;
}
.detail_ticket .box_detail_ticket .userProf .name{
    float: right;
    display: inline-block;
    width: calc(100% - 60px);
    font-size: 19px;
    font-weight: bold;
    line-height: 50px;
}
.detail_ticket .box_detail_ticket h3{
    margin: 0;
    font-size: 18px;
    color: #042591;
}
.detail_ticket .box_detail_ticket .user{
    color: #042591;
    font-size: 16px;
}
.detail_ticket .box_detail_ticket .date{
    display: block;
    color: #ff007a;
    font-weight: bold;
    margin: 5px 0;
}
.detail_ticket .box_detail_ticket .date i{
    margin-right: 10px;
}
.detail_ticket .box_detail_ticket p{
    font-size: 14px;
    font-weight: 500;
    color: #828282;
    margin-top: 12px;
}
.detail_ticket .box_detail_ticket .circleTicket{
    width: 130px;
    height: 130px;
    background: #ff007a;
    position: absolute;
    right: -65px;
    top: -65px;
    border-radius: 50%;
}
.detail_ticket .box_detail_ticket .circleTicket i{
    position: absolute;
    bottom: 28px;
    left: 25px;
    font-size: 26px;
    color: #fff;
}
.etatsTickets{
    width: 100%;
    min-height: 150px;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.etatsTickets .headEtatsTickets{
    width: 100%;
    height: 50px;
    background: #3a2830;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 19px;
    padding: 10px 15px;
    font-weight: 500;
}
.etatsTickets .contentEtatsTickets{
    padding: 10px;
    max-height: 370px;
    position: relative;
    overflow-y: auto;
}
.etatsTickets .contentEtatsTickets::-webkit-scrollbar {
    width: 5px;
  }
.etatsTickets .contentEtatsTickets::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .etatsTickets .contentEtatsTickets::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  .etatsTickets .contentEtatsTickets::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


.detail_ticket .box_detail_ticket .nav-tabs .nav-item{
    margin-bottom: 0;
}
.detail_ticket .box_detail_ticket .nav-tabs .nav-item a.active{
    border-bottom: 1px solid #fff;
    position: relative;
    top: 1px;
    border-radius: 0;
    border-top: 2px solid #3a2830;
}
.card-box.widget-flat{
    margin-bottom: 6px !important;
}


.etatBoxDetal{
    width: 100%;
    min-height: 50px;
    background: #fbfbfb;
    border-left: 2px solid #9e9e9e;
    padding-left: 10px;
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 600;
    margin-bottom: 10px;
}
.etatBoxDetal span{
    display: block;
}
.etatBoxDetal span.date{
    color: #0489d4 !important;
}
.etatBoxDetal span i{
    margin-right: 5px;
}
.etatBoxDetal.msg{
    padding-left: 36px;
    position: relative;
    border: 0;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-left: 1px solid #989898;
}
.etatBoxDetal.msg:before{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #989898;
    position: absolute;
    left: -7px;
    top: 10px;
    background: #fff;
}
.etatBoxDetal.msg:after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #989898;
    position: absolute;
    left: 6px;
    top: 16px;
}
.box_detail_ticket #Messages{
    position: relative;
    padding-left: 6.5px;
}
.detail_ticket .elements_docs {
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.detail_ticket .elements_docs .element {
    width: 100%;
    height: auto;
    min-height: 70px;
    background: #f1f1f1;
    padding: 5px;
    padding-left: 70px;
    position: relative;
    margin-bottom: 5px;
    display: flow-root;
}
.detail_ticket .elements_docs .element:last-child {
    margin-bottom: 0;
}
.detail_ticket .elements_docs .element .avatar {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 5px;
    border-radius: 3px;
    overflow: hidden;
}
.detail_ticket .elements_docs .element .avatar img {
    width: 100%;
    height: 100%;
}
.detail_ticket .elements_docs .element .details {
    width: calc(100% - 79px);
    float: left;
}
.detail_ticket .elements_docs .element span.owner {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 1px;
}
.detail_ticket .elements_docs .element .btnsActions {
    width: 74px;
    height: 60px;
    right: 5px;
    top: 5px;
    float: right;
}
a.view.btn.btn-info.pull-right.fancybox {
    background-color: #4eb7eb;
}
a.supp.btn.btn-danger.pull-right {
    background-color: #f1556c;
}
a.copy.btn.btn-warning.pull-right {
    background-color: #f9bc0b;
}
.detail_ticket .elements_docs .element .btnsActions .btn {
    padding: 2px 9px;
    position: relative;
    margin-right: 6px;
    min-width: 36px;
    margin: 1px 0px 0px 1px;
}
.liste_ticketmessage{
    padding-left: 6px;
    max-height: 275px;
    overflow-y: auto;
}

.profil_employee .avatar{
    width: auto;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}
.profil_employee .avatar img{
    height: 100%;
    position: relative;
    transform: none;
    left: inherit;
}

.blocklisttitle
{
    font-size:20px
}

/**/

/* icons title email / tickets*/
.widget-flat i
{
    font-size: 46px;
    left: 6px;
}
/* icons title email / tickets*/


/* block email / tickets*/
.fullblocklist
{
    box-shadow: 0 0.128rem .25rem rgba(0,0,0,0.095)!important;padding: 9px;
}
/* block email / tickets*/

.bodymessagescroll
{
    height: 100%;
    max-height: 400px;
    overflow: auto;
}

/* scroll color / size*/

.bodymessagescroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 27, 179, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.bodymessagescroll::-webkit-scrollbar
{
    width: 8px;
    background-color:rgba(24, 12, 129, 0.3) ;
}

.bodymessagescroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(24, 12, 129, 0.3);
    background-color: #4E7D96;
}


#modal22 .modal-newpost
{
    max-width: 30% !important;
}