/* montserrat-regular - latin */
/* @font-face {
  font-display: swap; 
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
 
  src: url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'); 
} */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
html, body {
 background: #fff !important;
  /*  background: #fff !important; */
  color: #000;
  overflow-x: hidden;
}
body {
 font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
header#header-top {
  background: #fff;
  padding-bottom: 5px;
}
b, strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  color: #000;
}
nav{
  margin-top: 5px;
   position: fixed;/* height: 46px;
  line-height: 46px; */
  z-index: 99;
  width: 100%;
/*   background: #0866a5; */
}

header#header-top .wrapper{
  display: flex;
  align-items: center;
}
.logout span{
  font-size: 13px;
}
.logout span strong{
  font-size: 13px;
}
.logout form{
  padding-left: 20%;
  margin-bottom: 0px;
}
.form-element{

}
input#user_number,
input#telephone_entreprise,
input#telephone_mobile
 {
  padding-left: 60px;
  min-width: 310px;
  background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.logo-entreprise{
  top: -32px !important;
}
.under{
    text-decoration: underline;
}

.banner-con{
  max-width: 100%;
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}
.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 0 !important;
  margin-bottom: 2rem !important;
}
#mycon-btn {
  margin: 28px 0px;
  width: 300px;
  background: #0a63a5;
}
#mycon-btn:hover,
#updatecon-btn:hover {
  background: #000;
}
#logger-form {
  padding: 27px 35px 0px 35px;
}
#updatecon-btn {
  margin: 28px 0px;
  width: 300px;
  background: #0a63a5;
}
.titre-emploi a{
  color: #000;
}
.card-body.text-black {
  padding: 0px;
}
#achatqrcode img {
  width: 300px;
  object-fit: contain;
}
.lien {
  width: 300px;
  margin: 6px auto;
  padding: 5px 0px;
  border: 1px solid;
  border-radius: 25px;
  text-align: center;
}
.tellabel {
  margin-left: 0px;
  float: left;
  margin-right: 10px;
}
.captcha{
  margin-top: 10px;
}
.card-body.p-4.text-black {
  max-width: 345px;
}
.caret {
  color: #fff;
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -5px;
  margin-right: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.logout .decon {
 /*  text-decoration: none;
    color: red;
    padding: 0 6px; 
    border-radius: 25px;*/
    padding: 2px 6px;
    border: 1px solid #ccc;
    margin-left: 0px !important;
    margin-top: 22px;
    /* font-size: 11px;*/
    box-shadow: none;
    width: 140px;
    float: right;
}

.no-connect{
text-align: right;
padding: 5px 0px 5px 14px;
}
.no-connect a.disconnect {
  
  text-decoration: none; width: 100%;
  color: #000; text-align: center;
}
.t-session{
  font-weight: 600;
}
a.me-2 {
  color: #000;
  text-transform: uppercase;
  display: flex;
    align-items: center;
}
a.me-2:hover {
  color: #ccc;
}
.no-connect a.siginup {
  font-weight: 400;
  text-transform: none !important;
  width: 140px !important;
    margin: 5px 0px;
    padding: 8px 5px;
    white-space: normal;
    text-align: center;
    color: #222222;
    font-size: 14px;
    border-radius: 3px;
    border-color: #ccc;
    border: 0;
    background-image: -webkit-linear-gradient(top,#f2f3f5 0,#c6c6c6 100%);
    background-image: -o-linear-gradient(top,#f2f3f5 0,#c6c6c6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f3f5),to(#c6c6c6));
    background-image: linear-gradient(to bottom,#f2f3f5 0,#c6c6c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff14b1bb',endColorstr='#ff0e7d84',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    list-style: none;
    box-shadow: none !important;
}
.no-connect a.siginup:hover {
  text-transform: none !important;
  width: 140px !important;
    margin: 5px 0px;
    padding: 8px 5px;
    white-space: normal;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    border-color: #ccc;
    border: 0;
  /*   background-image: -webkit-linear-gradient(top,#d77131 0,#ff675b 100%);
    background-image: -o-linear-gradient(top,#d77131 0,#ff675b 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d77131),to(#ff675b));
    background-image: linear-gradient(to bottom,#d77131 0,#ff675b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff14b1bb',endColorstr='#ff0e7d84',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    list-style: none; */
    background: #ed7b4f !important;
}
.wrapper{
  position: relative;
  max-width: 1170px;
  padding: 0px 15px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.pub-top{
  width: 100%;
  height: auto;
}
.wrapper .logo a img{
width: 90px;
}
.wrapper .nav-links{
/*   display: flex;  */
  padding: 0;
  margin-bottom: 0px;
  align-items: center;
}

.nav-links li.current-menu-item > a:after {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.nav-links li a {
 padding: 0px 8px !important; /*  */
  color: #ffffff;
  background: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}
/* .nav-links li a:after {
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 1;
  background: #28cdf0;
  content: "";
  transition: 0.3s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
} */
.nav-links li:focus,
.nav-links li:hover {
  color: #ffffff;
  background: #38a51c !important;
}
/* .nav-links li a:focus:after,
.nav-links li a:hover:after {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
} */
.nav-links li{
  list-style: none;
}

.nav-links .mobile-item{
  display: none;
}

.nav-links li .drop-menu  {
  top: 100%;
  display: block;
  min-width: auto;
  padding: 5px 0px;
  border: none;
  border-radius: 0;
  opacity: 0;
  background: #006582;
  /*background: rgba(40, 205, 240, 0.95);*/
  transition: 0.3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.nav-links li .drop-menu  a {
  color: #fff;
  padding: 0px 15px !important;
   
    padding-bottom: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    background: none;
    text-transform: inherit;
    display: block;
    width: 100%;
}
#home-globe{
  display: flex;
    align-items: center;
}
.nav-links li .drop-menu .active a {
  background: none;
}
ul.copy-right-menu {
  text-align: right;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: flex-end; */
  margin-bottom: 0px;
  list-style: none;
}
ul.copy-right-menu a{
  color: #fff;
}
.nav-links li:hover > .drop-menu {
  display: block;
  top: 90%;
  background-color: #006582;
  visibility: visible;
  z-index: 99;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.drop-menu li a {
  background: none;
}
.dropdown-menu>li:first-child, .dropdown-menu>li:first-child .dropdown-item {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 46px;
  opacity: 1;
   }
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
} 
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}


h5.fw-normal {
  border-bottom: 1px solid #ccc;
    /* margin: 20px 2%; */
    background: #e9ecef;
    /* line-height: 12px; */
    padding: 5px 11px !important;
    margin: 30px 10px 20px 10px;
}


main {
  min-height: 80vh;
/*   padding-top: 10px;
    padding-bottom: 60px; */
    position: relative;
    max-width: 1170px;
    padding: 0px 15px 0px 15px;
    margin: auto;
}

main > div#home {
 margin-top: 0px;
}
/* main > div {
 margin-top: 15px;
}
 */

/* utility classes */
.ri5-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}


*, *::after, *::before {
  margin: 0;
padding: 0;
box-sizing: border-box;
}


/* variables */
:root {
/* colors */
--ri5-color-primary-hsl: 242, 69%, 52%;
--ri5-color-bg-hsl: 0, 0%, 100%;
--ri5-color-contrast-high-hsl: 230, 7%, 23%;
--ri5-color-contrast-higher-hsl: 230, 13%, 9%;
--ri5-color-bg-darker-hsl: 240, 4%, 90%;
--ri5-color-white-hsl: 0, 0%, 100%;

/* typography */
--ri5-text-sm: 0.833rem;

--radio-switch-width: 300px;
--radio-switch-height: 46px;
--radio-switch-padding: 1px;
--radio-switch-radius: 100vw;
--radio-switch-animation-duration: 0.3s;
}
.account-subheader.row {
  border: 1px solid #ccc;
  height: 107px;
}
.account-subheader.row .col-md-2.p-2 {
  border-right: 1px solid #ccc;
}
.register .g-recaptcha {
  display: flex;
  justify-content: center;
  margin: 40px 0px;
}
#submit-reg{
  display: flex;
  justify-content: center;
}

#css-dropdown
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 300px;
    height: 42px;
    margin: 100px auto 0 auto;
}
.log-container .col-md-6.col-lg-6.d-none.d-md-block {
 /*  max-height: 494px; */
}
#btn-fournisseur{
  color: #fff;
  border-color: #4cadc9;
  background-color: #4cadc9;
  min-width: 150px;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
}
#btn-acheteur{
  color: #fff;
    border-color: #ff675b;
    background-color: #ff675b;
    min-width: 150px;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
}

.general-r .card-body {
  margin: 20px 0px;
}

.card-body  h5.acheteur-title {
  border-color: #ff675b;
  background-color: #ff675b;
  color: #fff !important;
  padding: 10px;
  /* float: left; */
  padding: 15px 0px !important;
  text-align: center;
  text-transform: uppercase;
}
.card-body  h5.fournisseur-title {
  border-color: #3799b5;
  background-color: #3799b5;
  padding: 15px 0px !important;
  color: #fff !important;
  padding: 10px;
  /* float: left; */
  text-align: center;
  text-transform: uppercase;
}
.card {
  border-radius: 6px !important;
}
.border {
  border: 1px solid #bdbdbd !important;
}
.border-acheteur {
  border-color: #ff675b;
  border: 1px solid #ff675b;
  border-radius: 8px;

}
.border-fournisseur {
  border-color: #3799b5;
  border: 1px solid #3799b5;
  border-radius: 8px;
 
}


/*** MENU **/

.menu-right li {
  display: flex;
  align-items: center;
}
.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 0.6rem;
  overflow: hidden;
}
.cont-text{
  max-height: none !important;
}
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 767px) {
  #home #slider img {
    object-fit: contain;
}
  #search-bloc h2{
   display: none;
  }
  .books-search {
    background: #0965a5 !important;
}
  div#search-bloc {
    margin-top: 20px !important;
    position: relative !important;
    bottom: 10%;
    z-index: 98;
     width: 100% !important; 
     margin-left: 0px !important;
     margin-right: 0px !important;
}
  .appel-list img {
    margin-right: 8px !important;
}
  .appel-list {
    flex-wrap: nowrap !important;
}
  #view-all {
    margin-bottom: 20px;
}
  .mes-offres tbody td {
    width: 100%;
}
  .rech-cont > div{
    margin: 5px 0px !important;
  }
  .slider-container {
   /*  margin-top: 10px; */
}
  #home #slider img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
  .toko-slide-title{
    font-size: 40px !important;
  }
  .ubtn-large {
    padding: 12px 2px !important;
}
  .breaking-news-ticker span.fle{
    display: none;
  }
  .form-outline {
    position: relative;
    display: block;
    padding: 0px !important;
    margin: 22px 0px !important;
}
.space-y-2.row.justify-content-between {
  display: block !important;
  padding: 0px !important;
  margin: 0px !important;
}
  /** menu */

.container {
  padding: 0 !important;
}
#slider-1 .slider__slide {
  height: 129px !important;
}
   /** fin menu **/

  main {
     /*  padding: 10px 10px 0px 10px !important; */
  }
  .add-company{
    position: relative !important;
    right: 0;
  }
  .dash-pub .pub {
    padding: 0 !important;
  }
  .menu-button-container {
    display: flex;
    margin-top: 20px;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .card-body-all, .card-body-single {
    padding-right: 0px !important;
  }
}

/*----------------------- ACCOUNT ---------------- */

.color-acha {
  border-color: #ff675b;
  background-color: #ff675b;
  padding: 6px 10px;
}
.color-four {
  border-color: #3799b5;
  background-color: #3799b5;
  padding: 6px 10px;
}
.color-acha .col-md-10,
.color-four .col-md-10 {
  line-height: 30px;
  color: #fff;
}
.color-acha .col-md-2 .decon,
.color-four .col-md-2 .decon {
  color: #fff;
}
.account-subheader {
  background: #fff;
  padding: 0px 10px;
  min-height: auto;
}
/*.account-subheader .logo-company{
  width: 100%;
  height: auto !important;
   max-height: 84px !important;
   
}*/
.compte-header {
  margin-top: 20px;
  border: 1px solid #ccc;
}
.details-user{
  margin: 0;
  padding: 0;
  border-top: none !important;
  display: inline-block !important;
  float: left !important;
}
.details-user li {
  float: left;
  position: relative;
    border-bottom: none !important;
    list-style: none;
}
.avatar-compte {
  max-height: 84px !important;
  max-width: 100%;
  display: inline-block;
}
#add-company .label-logo,
#add-company .form-label{
  text-align: left;
  width: 100%;
}
.col-md-2.p-2.bloc-logo-company {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-compte.m-four{
  margin: 0;
  padding: 0;
  border-top: none !important;
  display: inline-block !important;
  float: left !important;
}
.menu-compte li {
  position: relative;
  border-bottom: none !important;
  list-style: none;
  padding: 0px 10px;
  float: left;
}
.menu-compte li a {
  display: block;
  padding: 0.5em 0.5em !important;
  margin: 5px 0px !important;
  border: 1px solid #eee !important;
  background: #f2f2f2;
  color: #000;
}
.dash {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.dash-all{
  margin-top: 0px;
  margin-bottom: 15px;
}
table.mes-offres {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 0 0.3em;
  margin-top: 0px;
  padding-top: 0px !important;
}


table.mes-offres tbody tr{
 background-color: #fff;
 display: flex;
    align-items: center;
    min-height: 100px;
    margin-bottom: 5px;
    border-top: 1px solid rgba(0,0,0,.1);
    max-height: 102px;
}
.spacer {
  background: #fff0;
}
.woo-wallet .woo-wallet-h3 {
  font-size: 25px;
  font-weight: bold;
  text-decoration: underline;
}
.woo-wallet .wallet-price {
  font-size: 41px;
  color: red;
  font-weight: 500;
}
footer .container .footer{
  background-color: #0965a5;
  padding: 10px 30px 0px 30px;
}

#central {
  margin-top: 0px;
}
#central .container,
#annonceur-fournisseur .container, 
#box-home-explain .container, 
footer .container 
{
  max-width: 1170px;
  padding: 0px 5px 0px 5px;
}
.dash-pub .pub {
  padding: 60px 80px;
}
.dash-pub .pub img{
  width: 100%;
}
#pwd-update,
#infos-update{
  margin-top: 15px;
}
.user-avatar{
  width: 100px;
  height: 100px;
}
.pub-acheteur img{
  width: 100%;
}
.pub-acheteur{
  padding: 5px 18px !important;
}
.two-pub.row {
  justify-content: space-around;
}
.dateappel {
  width: 100%;
  margin-bottom: 0px !important;
}
.expiredate-emploi {
  text-align: right;
}
td.titre-emploi {
  text-align: left;
}
.text-green{
  color: #13c63a;
}
.text-red{
  color: #ff675b;
}
.text-orange{
  color: #ef9001;
}
.voir-emploi a{
  color: #000;
}
.offre-emploi-list .titre-offre {
  padding: 11px 0px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 18px;
  font-size: 24px;
  color: #222222;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}
.titre-offre{
  padding: 11px 0px;
  text-align: left;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 18px;
  margin-top: 22px;
  font-size: 24px;
  color: #222222;
    font-family: "Montserrat", sans-serif;
}
td{
  word-break:break;
}

.lien a{
  color: #000;
}
.add-company{
  position: relative;
  /* right: 0; */
  /* top: 6%; */
  float: right;
  margin: 0;
    padding: 0;
}
.add-company li a {
  display: block;
  padding: 0.5em 0.5em !important;
  margin: 8px 0px !important;
 /*  border: 1px solid #eee !important;
  background: #f2f2f2;*/
  color: #fff; 
}
.add-company  li {
  position: relative;
  border-bottom: none !important;
  list-style: none;
  padding: 0px 0px;
  float: left;
}
.img-avatar .logo-company{
  width: auto;
  height: 60px !important;
  margin-left: 24px;
}

/**** select boxes **/

.country-pays label {
  float:left;
  display: none;
}
.titre-offres{
  text-align: left;
  border:none !important;
}
.footer ul li a {
  padding: 0.3rem 1rem;
}
div#toolbarGroup-components,div#toolbarGroup-intervals {
  display: none;
}
.card-body.p-4.add-offres {
  padding: 2% 2% !important;
  background: #0866a54a;
  border-radius: 0.25rem;
}
a.btn.btn-outline-light.btn-floating.m-1.social {
  border-radius: 50%;
  border: 1px solid #fff !important;
  color: #fff !important;
}
.cardre-offre{
  max-width: 800px !important; 
  margin: 0 auto;
}
.add-offres input{
  background: #fff !important;
  opacity: 1 !important;
}
.add-offres label{
/*   float: left; */
width: 100%;
  text-align: left;
}
.add-offres .form-outline .form-control~.form-notch div {
  pointer-events: none;
  border: none !important;
  box-sizing: border-box;
  background: transparent;
}
.add-offres .choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
  text-align: left;
}
.wysiwyg-editor .editor-content {
  text-align: left;
  min-height: 230px !important;
}
textarea#editor {
  display: none;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}
p.nbpost {
  text-align: left;
}
/* div#toolbarGroup-insert, */
div#toolbarGroup-mode,
div#toolbarGroup-special,
div#toolbarGroup-styles,div#toolbarGroup-fonts{
  display: none;
}
.mes-offres thead tr{
 background-color: #000;
}
.mes-offres thead th{
  text-align: left;
  font-size: 12px;
  color: #fff;
}
.mes-offres tbody td{
  text-align: left;
  font-size: 12px;
  padding: 12px 12px;
  border: none;
  vertical-align: middle;
    line-height: 1.5em;
}
.mes-offres tbody td span{
  text-align: left;
  font-size: 12px;
}
.preview {
  text-align: left;
  padding: 10px 10px;
  margin-top: 10px;
  background-color: #ffffff9c;
}
span.fa.fa-trash {
  color: red;
}
.title-d .text{
  font-size: 1.5rem;
  font-weight: 100 !important;
  text-align: left;
}
.title-d .text-2{
  font-weight: 900 !important;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: left;
}
.title-d{
  padding: 12px 12px !important;
}
strong{
  font-weight: 600 !important;
}
.table tbody {
  font-weight: 500 !important;
}
.logo-company-show{
  width: 100%;
  max-width: 200px;
}
.desc.row > div {
  padding: 0px;
}
.logo-bloc {
  display: flex;
  align-items: center;
}
.details-bloc ul{
  text-align: left;
  list-style: none;
}
.details-bloc{
  text-align: left;
}
.titre-of{
  text-transform: uppercase;
}
.description-compte{
  text-align: left;
}
.description-compte h2 u{
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
}
.details-bloc ul li {
  /* text-align: left; */
  line-height: 24px;
  border-bottom: 1px solid #e0dddd;
  padding: 2px 0px;
  font-size: 12px;
}
.border {
  border: 1px solid #e0dddd;
}
.title-d .text span{
  font-size: 1rem;
  font-weight: 500 !important;
  background: #000;
  color: #fff;
  border-radius: 100%;
  padding: 10px 12px;
}
.title-d.d-flex {
  margin: 12px 0px;
}
.mes-reponses thead tr {
  background-color: #d7e5f0;
  text-align: left;
}

.mes-reponses tbody tr {
  background-color: #fff;
  text-align: left;
}
.table.mes-reponses>:not(caption)>*>* {
  padding: 0.5rem 1.4rem;
}

.nav-links li a.sub:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000;
}
.list-all{
  width: 100%;
  /* height: 60px !important; */
  object-fit: contain;
}
.titre-all a{
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #222222 !important;
  line-height: 1.5em;
}
.dates{
  font-size: 11px;
}
.dates i{
  font-size: 11px !important;
    font-weight: 500 !important;
    font-style: italic;
}
.dates .cree {
  font-size: 11px !important;
}
.dates .expir {
  font-size: 11px !important;
} 
.whish a{
  font-size: 11px !important;
  color: #000;
  padding: 5px;
}
.card-body-single .add-to-wish{
  margin-top: 10px;
  font-size: 12px !important;
  color: #000;
  line-height: 38px;
}
.table>:not(caption)>*>* {
  padding: 1rem 1rem;
}
.logo-all span{
  font-size: 11px !important;
}

table.mes-offres tbody tr:hover {
  background: #fff;
  box-shadow: 1px 3px 2px #ccc;
   -webkit-box-shadow: 1px 3px 2px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
-moz-box-shadow:   1px 3px 2px #ccc; 
}

.whish a {
    color: #222222 !important;
    text-decoration: none !important;
    transition: 0.3s ease;
  }

.card-body-all,
.card-body-single {
    padding-right: 8px;
}
div#pub-single {
  padding-left: 20px;
}
.card-body-single .details {
   background-color: #fff;
   padding: 0px 10px;
   margin-bottom: 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}
.details-reply .desc {
  padding: 10px;
}
li.titre-single {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 500;
}
.titre-single {
  padding: 16px 25px 5px 0px;
}
.code-a{
  border-top: 1px dotted #e0dddd;
}
.details-bloc-single ul li{
  color: #757575;
  line-height: 22px;
  border-bottom: 1px dotted #e0dddd;
  padding: 0px 0px;
  line-height: 1.786em;
  font-size: 14px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}
p.date-event.px-3.mt-3 {
  color: #757575;
}
p.titr-busy {
  font-size: 13px !important;
}
.details-bloc-single ul{
  text-align: left;
  list-style: none;
  margin-bottom: 0px;
  padding-left: 0px
}
.details-bloc-single{
  text-align: left;
}
.logo-bloc-single {
  padding: 8px;
}
.logo-bloc-single {
  display: flex;
  align-items: center;
}

/** download **/
.wp_download_btn {
  color: #fff;
  height: 35px;
  text-decoration: none !important;
  border: 1px solid #337ab7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 6px;
  padding: 5px 5px;
  display: inline-block;
  background-color: #337ab7;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#1b5486));
  background-image: -webkit-linear-gradient(top,#337ab7,#1c5f98);
  background-image: -moz-linear-gradient(top,#45484d,#000000);
  background-image: -ms-linear-gradient(top,#45484d,#000000);
  background-image: -o-linear-gradient(top,#45484d,#000000);
  background-image: linear-gradient(to bottom,#337ab7,#1a4f7d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#45484d,endColorstr=#000000);
  }
  
  
  .wp_download_btn:hover {
    color: #fff;
  border: 1px solid #151617;
  background-color: #2d2f32;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#2d2f32),to(#1a1a1a));
  background-image: -webkit-linear-gradient(top,#2d2f32,#1a1a1a);
  background-image: -moz-linear-gradient(top,#2d2f32,#1a1a1a);
  background-image: -ms-linear-gradient(top,#2d2f32,#1a1a1a);
  background-image: -o-linear-gradient(top,#2d2f32,#1a1a1a);
  background-image: linear-gradient(to bottom,#2d2f32,#1a1a1a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#2d2f32,endColorstr=#1a1a1a);
  }
  
  .wp_download_btn svg {
  vertical-align: middle;
  }
  .titre-pj {
    background: #eee;
    padding: 5px !important;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
}
.files-liste table{
  width: 100%;
  margin-top: 20px;
}

.single_add_to_cart_button{
  border: none;
    border-radius: 20px;
    color: #ffffff !important;
    background: #2f2b35;
    margin: 0px 5px;
    padding: 12px 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 16px;
    float: right;
}


.offres-acheteur thead tr{
  background-color: #000;
 }
 .offres-acheteur thead tr th{
   text-align: left;
   font-size: 12px;
   color: #fff;
   padding: 9px;
 }
 
 table.offres-acheteur {
  border-spacing: 0 0.3em;
  margin-top: 0px;
  padding-top: 8px !important;
  border-collapse: separate;
}
 table.offres-acheteur tbody tr td{
 font-size: 12px;
 text-align: left;
 padding: 9px;
}
table.offres-acheteur tbody tr td span{
  font-size: 12px;
 }
#pub-single img{
  width: 100%;
}
#pub-single div{
  margin-bottom: 30px;
}
.appel-offre .widget-title {
  margin: 0px 0 20px 0 !important;
  color: #898989 !important;
  font-size: 26px !important;
  letter-spacing: 0px;
  font-weight: normal !important;
  text-transform: none !important;
}
.plusappl {
  font-size: 12px !important;
  float: right !important;
  margin: 7px 2px 0 0px !important;
  border: 1px solid #046095;
  padding: 2px 5px;
  text-transform: capitalize;
  font-weight: bold;
  text-align: right;
  border-radius: 6px;
}
.plusappl a {
  color: #046095 !important;
}
.card-body-single .details-reply {
  background-color: #fff;
  padding:0px 10px;
  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px dotted #000;
}
.appel-list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;
  background: #fff !important;
  margin-bottom: 5px !important;
  padding: 14px 15px 14px 15px;
  height: 95px;
}
h4.pt-cv-title {
  font-size: 14px !important;
  text-transform: capitalize;/* 
  padding-top: 10px !important; */
  color: #000;
}
h4.pt-cv-title a {
  color: #000;
}
.appel-list img{
  width: auto !important;
  max-height: 60px;
}


.appel-offres {
  background-color: #fff;
  width: 100%;
  border: none;
  margin-top: 0px;
  padding: 0px 30px 30px 30px !important;
}

.appel-offres .appel-elemnt{
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 10px;
  min-height: 330px;
 }

.appel-offres .appel-elemnt .logo-all{
 border-right: 1px solid #ccc;
 }
.appel-offres .appel-elemnt .titre-all{
  border-top: 1px solid #ccc;
}
.appel-offres  .d-logo{
display: flex;
align-items: center;
margin: 0 !important;
padding: 0 !important;
}
.appel-offres  .d-logo img{
width: 100%;
}
.appel-offres .d-logo.row div{
 padding: 10px;
}
.appel-offres .titre-all a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000 !important;
}
.appel-offres .bloc-voir-appel {
margin-top: 40px;
margin-bottom: 20px;
}
.appel-offres .bloc-voir-appel a {
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  border-radius: 25px;
  padding: 5px 12px;
  background-color: #0965a5;
}
.card-body-appel{
  padding: 0rem 1.5rem 0rem 0rem;
}
.appel-sidebar > div >img {
  width: 100%;
}
.appel-sidebar > div  {
  margin-bottom: 30px;
}

.page-title {
  padding: 10px 32px !important;
  /* background-color: #1a356b; */
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}
.page-title h1, .page-title h2 {
  margin: 0;
    padding: 5px 0;
    color: #000;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
}
.page-title .breadcrumbs, .woocommerce .page-title .woocommerce-breadcrumb {
  margin: 0;
  padding: 10px 0 5px;
  color: #000;
  background: none;
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
  line-height: 20px;
  list-style: none;
}
li .home{
  color: #ccc;
}
li .home:hover{
  color: #0866a5;
}
.dash-single.row {
  padding-top: 10px;
}
.logo-bloc-single {
  /* display: flex; */
  align-items: center;
  justify-content: space-around;
}
.details-bloc-single ul li i{
  font-weight: normal;
}
.relate {
  font-weight: bold;
  border-bottom: 1px solid #000;
  font-size: 16px !important;
  margin-bottom: 0px !important;
}
.section-products-list.section-products-list-related {
  margin: 100px 0px !important;
}
.checkout-bloc {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 10px;
}
#payment_method_wallet{
  font-weight: 500;
  background: #ebe9eb;
  border-radius: 5px;
  padding: 22px;
}
#doc-check{
  margin: 25px 0px;
}
.retour-offre a {
  background: #111;
  padding: 5px 12px;
  color: #fff;
}
.my-files{
  text-decoration: underline;
  margin-top: 30px;
}
.button.view {
  border: none;
  border-radius: 20px;
  color: #2f2b35;
  background: #dddddd;
  font-weight: normal;
  letter-spacing: 1px;
  display: block;
  padding: 0px 8px;
    font-size: 12px;
}

.button.view:hover {
  color: #fff;
  background: #2f2b35;
}
p.details-line {
  margin-top: 40px;
}
h2.label-titre {
  text-decoration: underline;
  margin-bottom: 15px;
}
.view-order-bloc {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 10px;
  text-align: left;
}
.entry-title {
  margin: 20px 0px;
  padding: 0;
  color: #222222;
  font-size: 30px;
  font-weight: 400;
}
.published.entry-meta-time{
  color: #a7a7a7;
}
button.offre-remove  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: #f7f7f7;
  color: #000;
  font-size: 20px;
  padding-left: 1px;
  padding-top: 3px;
  min-height: 0;
}
.rep-wish {
  border: none;
  border-radius: 20px;
  color: #ffffff !important;
  background: #2f2b35;
  margin-right: 8px;
  padding: 12px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
#delete {
  border: none;
  border-radius: 20px;
  color: #2f2b35;
  background: #dddddd;
  font-weight: normal;
  letter-spacing: 1px;
  display: block;
  font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    border-radius: 3px;
    left: auto;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
#delete:hover {
  color: #dddddd;
  background: #000;
 
}
table.mes-wish tr {
  background-color: #fff;
}
table.mes-wish  {
margin-top: 10px;
}
.mes-wish thead tr {
  background-color: #f2f3f5;
}
.mes-wish tbody td {
  text-align: left;
  font-size: 12px;
  padding: 12px 12px;
  border: none;
  vertical-align: middle;
  line-height: 1.5em;
}
.mes-wish thead th {
  text-align: left;
  font-size: 12px;
  padding: 12px 12px;
  border: none;
  vertical-align: middle;
  line-height: 1.5em;
}
.mywallet{
  text-align: left;
}
.mywallet .solde-trans, .mywallet .solde-trans strong{
  font-size: 20px;
}
.mywallet table tr td, .mywallet table tr td span{
  font-size: 12px;
}
.mywallet table tr td{
  padding: 5px;
}
.mywallet table {
  margin-top: 20px;
}
.mywallet table tr td p{
 margin-bottom: 0px;
 font-size: 12px;
}
small, .small {
  font-size: 85%;
  color: #c4c0c0;
}
.rechargement{
  background-color: #fff;
  width: 100%;
  border: none;
  margin-top: 0px;
  padding: 30px !important;
}
.rechargement .recha-texte{
 display: flex;
 width: 100%;
    position: relative;
    background: #f7f6f6 !important;
    overflow: hidden;
    margin-bottom: 10px !important;
    align-items: center;
}
.rechargement .recha-texte img {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: none;
  width: 100px !important;
  margin: 0 auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.rechargement .recha-texte .info {
  padding: 15px !important;
  position: relative !important;
}
#details-recharge {
  padding: 6px;
  border: 1px dotted #111;
  width: 100%;
  
}
#details-recharge .infofour {
  background: #2e95b3 !important;
  color: #fff;
  padding: 5px !important;
  line-height: 1.786em;
  width: 100%;
}
#details-recharge .infofour .nomf {
margin-bottom: 0px;
}
.bloc-d{
  margin: 40px 0px !important;
}
h3#titre-recha-form {
  margin-bottom: 30px;
}
.description-f{
  font-size: 13px;
  line-height: 1.3;
  margin: 25px 0 0 14px;
  word-break: break-word;
  word-wrap: break-word;
  border-top: 1px solid #ccc;
}
#details-recharge {
 display: flex;
 align-items: center;
}
.logo-r img{
  max-height: 60px;
}
.logo-r{
  background-color: #fff;
  padding: 5px
}
.user-r{
 padding-left: 10px;
}
#home #slider img{
  width: 100%;
  height: 100%;
}
#home #slider #pub-left{
 padding-right: 5px;
}
#home #slider #slider-right{
 /* padding-left: 5px; */
}
#annonceur-fournisseur{
  background-image: url('../images/web.jpg');
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
#annonceur-fournisseur #acha-bloc {
  padding-top: 31px;
  padding-left: 15px;
  padding-right: 15px;
}
#annonceur-fournisseur #four-bloc {
  padding-top: 65px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}
.ubtn-fade-bg .ubtn-hover-achat {
  background: rgba(255,255,255,0);
  opacity: 0;
}
.ubtn-hover-achat {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: 0 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-h.ubtn-achat {
  padding: 21px 20px;
  font-weight: normal;
  border-radius: 3px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  background: #5e5853;
  color: #ffffff;
}

.ulta-float-achat {
  display: inline-block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ulta-float-achat:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}
.ubtn-achat-achat {
  border: inherit;
  -webkit-border-radius: none;
  border-radius: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  color: inherit;
  background: 0 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 10px 6px !important;
  outline: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  max-width: 100%;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
span.ubtn-data-achat.ubtn-text-achat {
  font-size: 22px;
}
.buttonpublioffre p {
  box-shadow: 4px 4px 15px 0px #111;
  /*background: #fe0000;*/
  width: 155px;
  float: right;
     padding: 5px;
  white-space: normal;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border-color: #0d747a;
  border: 0;
  background-image: -webkit-linear-gradient(top,#fe0000 0,#7b0505 100%);
  background-image: -o-linear-gradient(top,#fe0000 0,#7b0505 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#14b1bb),to(#7b0505));
  background-image: linear-gradient(to bottom,#fe0000 0,#7b0505 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff14b1bb',endColorstr='#ff0e7d84',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;

}

.buttonpublioffre p a{
padding: 3px 12px;
  color: #fff !important;
}
.buttonpublioffre p {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.bloc-external div{
font-size: 20px;
}

#bloc-b{
  margin-top: 20px;
  margin-left: -13px;
  margin-right: -13px;
  margin-bottom: 20px;
}
#bloc-b > div{
 margin: 5px 0px;
}
#bloc-b .box{
  font-size: 30px;
  font-weight: normal;
  border: none;
  background: #2096cd;
  color: #ffffff;
  min-height: 138px;
  text-align: center;
  /* vertical-align: middle; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-ivo h3.toko-section-title,
.b-appel h3.toko-section-title {
  display: inline-block;
  position: relative;
  margin-top: 0;
  font-size: 25px;
  font-weight: 400;
  padding: 20px 0px;
}
.site-ivo h3.toko-section-title{
  color: #fff;
  border-bottom: 1px solid #fff;
}
.b-appel h3.toko-section-title {
  color: #7be7ff;
  text-align: right;
  width: 100%;
  border-bottom: 1px solid #7be7ff;
}

#box-home-explain{
  padding-top: 35px;
  padding-left: 15px;
    padding-right: 15px;
    background-image: url('../images/back.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
}
.site-ivo img,
.b-appel img {
  width: 100%;
  height: 100%;
}
.mt-m{
  margin-top: 30px;
}
.text-text {
  padding: 5px 23px !important;
  font-size: 14px;
  color: #fff;
  text-align: justify;
}
.img-img{
  padding: 5px 10px !important;
  font-size: 14px;
  color: #fff;
  text-align: justify;
}
.img-img img{
 border: 6px solid #fff;
}
p, ul, ol, pre, h1, h2, h3, h4, h5, h6, table, form {
  margin-bottom: 20px;
  line-height: 1.786em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#box-home-explain hr {
  background: #fff;
  height: 1px;
  margin: 40px 0px;
  opacity: 1;
}
.acha-four-titre{
  display: flex;
  align-items: flex-start;
  padding: 0px 25px;
  color: #fff;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
}
.acha-four-titre h1 {
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  padding-top: 0px;
}
.acha-four-titre i{
  color: #fff;
  margin-right: 20px;
  font-size: 35px;
}
.acha-four-box .t-box {
  border: 1px dashed #fff;
  padding-top: 20px ;
    padding-right: 20px ;
    padding-bottom: 20px ;
    padding-left: 20px ;
    border-radius: 1px ;
    color: #fff;
}
.acha-four-box {
  padding: 0px 14px;
  margin-bottom: 35px;
}
.box-bottom {
  padding-top: 15px;
  padding-right: 15px !important;
  padding-bottom: 15px;
  padding-left: 15px !important;
  background-color: #d1d1d1;
  border-radius: 1px;
  margin-bottom: 30px;
  margin-left: 12px;
  margin-right: 12px;
}
.phrase-hone {
  color: #d70000;
}
.box-bottom p{
  font-weight: 400;
    font-size: 13px;
}
#view-all {
  text-align: right;
  padding-top: 10px;
}
#view-all a {
  font-size: 14px;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 50px !important;
  padding-right: 20px;
  color: #fff;
    border-color: #f90;
    background-color: #f90;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
}
#view-all .vc_btn3-icon {
  font-size: 16px;
  height: 14px;
  line-height: 14px;
}
.line-yes .toko-section-title:before {
  background-color: #ff0000;
}
.line-yes .toko-section-title:before {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 6px;
  bottom: -15px;
  content: " ";
}
.toko-divider span {
  color: #2096cd;
}
h3.toko-section-title {
  color: #222222;
  font-weight: 400;
  display: inline-block;
    position: relative;
    margin-top: 0;
    font-size: 20px !important;
    margin-bottom: 12px;
    width: 99%;
}
h3.toko-section-title span {
  margin-right: 10px;
  font-size: 26px;
}
#central .dash-all {
  /* background-color: rgb(94, 88, 83); */
  background-color: #fff;
  margin-bottom: 0px;
  margin-top: 0px;
}
#central .dash-all .iner-central{
  margin:35px 15px 20px 15px;
}
#central .dash-all .iner-central .bsc.b-white{
  text-align: left;
  padding: 5px 15px;
  /* border: 2px solid #757575; */
}
#central .dash-all .iner-central .bsc{
  text-align: left;
  padding: 0px 0px;
  
}
.bsc h2 {
  font-weight: bold !important;
  margin-bottom: 15px;
  color: #f00 !important;
}
.bsc p {
  font-weight: 400;
  color: #757575;
  text-align: justify;
  font-size: 12px;
  line-height: 1.5em;
}
.cent-percent{
width: 100%;
}
.slogan-text {
  margin-bottom: 0px !important;
  /* background: #de1616; */
  background: #5aa1e3;
  margin-top: 10px;
}
.slogan-text p{
  padding: 5px 8px;
  margin: 0px;
  color: #fff;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}
.vc_sep_line {
  border-color: #ebebeb;
  border-top-style: dashed;
  height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    margin-bottom: 35px;
}
.vc_sep_line2 {
  border-color: #ebebeb;
  border-top-style: dashed;
  height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 35px !important;
}
.dash-cond{
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
}
.iner-cond p{
  color: #757575;
}
.iner-cond h4 {
  text-align: right;
    line-height: normal;
    margin-top: 0px;
    font-size: 16px;
    padding-left: 17px;
    padding-right: 15px;
    margin-right: 16px;
    color: #222222;
    border-right: 2px solid #ccc;
}
.pay-icon img {
  height: auto;
  max-width: 90% !important;
  vertical-align: middle;
}
button#ubtn {
  width: 100%;
  font-weight: normal;
  border: none;
  background: rgb(32, 150, 205);
  color: rgb(255, 255, 255);
  top: auto;
  box-shadow: rgb(204, 204, 204) 0px 3px;
  box-shadow: 0 2px #c6c6c6;
  -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px #bebebe;
    box-shadow: 0 5px #bebebe;
    -webkit-transition: none!important;
    transition: none!important;
    padding: 21px 42px;
}
.ubtn-icon {
  left: 20px;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
button#ubtn:hover {
  background: rgb(232, 21, 6);
  color: rgb(255, 255, 255);
  top: auto;
  box-shadow: rgb(204, 204, 204) 0px 3px;
  box-shadow: 0 2px #c6c6c6;
  -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px #bebebe;
    box-shadow: 0 5px #bebebe;
    -webkit-transition: none!important;
    transition: none!important;
    padding: 21px 42px;
}
.ubtn-ctn-center.recharger {
  margin-top: 55px;
}
/* style="background: rgb(232, 21, 6);" */

/* slider arrow */
/* slider */
.busi-event {
  height: 400px;
}

/* slider-cards */
.slide-card {
  width: 254px;
}
.new-text{
  border: 1px solid #ccc;
}
/* slider-arrows */
.arrow {
  width: 40px;
  height: 40px;
}
.arrow-bloc{
  display: flex;
  justify-content: space-between;
}
.arrow-bloc .titre-business,
.arrow-bloc .business-arrow{
 
}
.arrow-bloc .titre-business{
  font-weight: bold;
  border-bottom: 2px solid #111;
  width: fit-content;
}
.arrow-bloc .business-arrow{
 display: flex;
}
a#previous-arrow {
  margin-right: 5px;
}
.business-arrow a{
  cursor: pointer;
}
.busi-event {
  margin-top: 20px;
}
.bus-img {
  min-height: 180px;
}
.bus-img img{
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.titr-busy{
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6rem;
  text-transform: none;
    font-size: 20px;
    line-height: 24px;
    color: #111;
    font-weight: 400;
    text-decoration: none;
}
.employees{
  padding: 15px;
}
.employees p{
text-align: justify;
}
.toko-divider .divider-inner h3.toc {
  display: inline-block;
  position: relative;
  margin-top: 0;
  font-size: 26px;
  color: #222222;
}
.compte-header strong{
  color: #fff;
}
.social .fa{
  font-size: 24px !important;
  color: #fff !important;
    margin-top: 0px !important;
}
.social{
  width: 40px !important;
  height: 40px !important;
  padding-top: 7px !important;
}
.footer-social ul {
  margin: 0;
  display: flex;
  padding: 0;
  align-items: center;
}
.footer-social ul li {
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  list-style: none;
}
.footer-menu {
  display: inline-block;
  float: left;
}
.footer-menu li{
 float: left;
}
.footer-menu li a{
  color: #fff;
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 16px !important;
  padding-right: 13px !important;
  font-weight: 400;
  display: block;
  overflow-wrap: break-word;
    word-break: break-word;
    max-width: 142px;
}
ul.footer-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-menu li a:hover{
  color: #0dcaf0;
}
.copy{
  color: #fff;
  margin-bottom: 0px;
  padding: 5px;
}
/* .menu .active>a {
  background: none;
  color: #0dcaf0;
} */
.ubtn-text{
  font-size: 30px !important;
    font-weight: normal;
    border: none;
    color: #ffffff;
    text-align: center;
    /* vertical-align: middle; */
}

/*  flip box */
.flip-container {perspective: 1000px; transform-style: preserve-3d;}
.flip-container:hover .back {transform: rotateY(0deg);}
.flip-container:hover .front {transform: rotateY(180deg);}
.flip-container, .front, .back {
  width: 100%;
  height: 100%;
 /*  margin: 0 25px 25px 0; */
  float:left;
}

.flipper {transition: 0.6s; transform-style: preserve-3d;	position: relative;}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
  height: 234px;
}

.front {z-index: 2;	transform: rotateY(0deg);}
.back {
	transform: rotateY(-180deg);
  color: #000;
  text-align:center;
  padding-top: 30px;
  line-height:1.4em;
  transition: transform .5s ease-in-out;
  transform-style: preserve-3d;
}
.flipper {
height: 234px;
}
.flipper  .front .inner{
height: 234px;
}
.border-px {
  border: 5px solid #fff;
  height: 234px;
  width: 100%;
  height: 234px;
}

.vertical.flip-container {position: relative;}
.vertical .back {	transform: rotateX(180deg);}
.vertical.flip-container:hover .back  {transform: rotateX(0deg);}
.vertical.flip-container:hover .front {transform: rotateX(180deg);}
.front { color:#fff; text-align:center; }
h1{ padding-top:25px; color:#fff;}

.flip-box-header {
  font-size: 34px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}
.ubtn a span i{
  color: #fff;
}
.flip-box-img {
 
}
.flip-box-button a{
  color: #fff;
}
.flip-box-button {
  color: #fff;
  border-color: #08c;
  background-color: #08c;
  border: 2px solid #fff;
  border-radius: 2px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  padding: 15px 20px;
}
.flip-box .inner p{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.flip-box .inner h2{
  font-size: 30px;
  color: #fff;
}
#btn-insc {
  color: #fff;
  border-color: #e9ecef;
  background-color: #e9ecef;
  min-width: 150px;
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
}
.table-compte{
  width: 100%;
}
.table-compte tr{
  display: flex;
    justify-content: center;
    align-items: center;
}
/* SEARCH */
.books-search {
  display: block !important;
  padding: 20px 20px !important;
  margin-top: 10px;
  background: rgba(0,0,0,.2) ;
}
.col-md-8.aucount-menu-top {
  padding: 0px 6px;
}
@media (min-width: 992px){
  #home #slider img {
    object-fit: cover;
}
  .is-shop {
    padding-right: 5px !important;
    padding-left: 10px !important;
  }
  .col-md-2.p-2.bloc-logo-company {
    width: 13%;
  }
  .aucount-menu-top{
    width: 70% !important;
  }
  .aucount-menu-btn{
    width: 17% !important;
  }
}
.domain .select-arrow.fa.fa-angle-down {
  position: relative;
    float: right;
    top: -17px;
    right: 10px;
    color: #28cdf0;
    line-height: 0px;
}
.form-group {
  /* margin-bottom: 15px; */
}
.books-search .form-control {
  position: relative;
  border: none;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
  font-size: 12px;
  border: 1px solid #fff;
  line-height: 20px;
  height: 34px;
    padding: 6px 12px;
}
.books-search .btn {
  border-color: #2f2b35;
  color: #ffffff;
  background: #2f2b35;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.books-search .btn a{
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px; 
  text-transform: uppercase;
}
.books-search .rech{
}
.books-search .rech form{
  margin-bottom: 0px !important;
}
div#search-bloc {
  margin-top: 56px;
    position: relative;
    top: 20%;
    z-index: 99;
    background: #0000006e;
    padding: 10px;
}

/* slider */

.slider {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.slider__slides {
  display: flex;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}

.slider__viewport {
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.slider__slide {
  display: flex;
  justify-content: center;
  /* Horizontal */
  align-items: center;
  /* Vertical */
  text-align: center;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  font-size: 18px;
  background: transparent;
}

.slider__button--prev,
.slider__button--next {
  display: inline-block;
  height: 54px;
  width: 54px;
  line-height: 54px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgb(0 0 0 / 35%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 5px;
  transition: box-shadow 0.3s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 50;
}
.slider__button--prev i,
.slider__button--next i {
  display: inline-block;
  width: inherit;
  color: rgba(255, 255, 255, 0.8);
  line-height: 54px;
  text-align: center;
  font-size: 50px;
}
.slider__button--prev:hover,
.slider__button--next:hover {
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
}

.slider__button--prev {
  left: 0px;
}

.slider__button--next {
  right:0px;
}

.slider__nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 50;
  display: none;
}
.slider__nav li {
  display: inline-block;
  margin: 0 6px;
  zoom: 1;
}
.slider__nav li a {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #666;
  background: rgba(230, 126, 33, 0.6);
  cursor: pointer;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.slider__nav li a.active {
  pointer-events: none;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.slider__slide__caption {
  display: block;
  margin: 0;
  padding: 30px 24px;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  text-align: left;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

#slider-2 .slider__nav .active {
  background: rgba(62, 39, 35, 0.6);
}

.slider-section {
  width: 100%;
  box-sizing: border-box;
  display: block;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-user-select: none;
  overflow: hidden;
}

.slider__gradient--right,
.slider__gradient--left {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  z-index: 40;
}

.slider__gradient--left {
  left: 0;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1)) !important;
}

.slider__gradient--right {
  right: 0;
  background: linear-gradient(to left, #000, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1)) !important;
}

.hidden {
  display: none;
}
#slider-1 .slider__slide {
  height: 350px;
}


.slider-container-fixed {
  width: 800px;
  margin: 0 auto;
  padding: 60px 0;
}

/* .nuance-1 {
  background: #D6A465;
}

.nuance-2 {
  background: #A37041;
}

.nuance-3 {
  background: #D69F66;
}

.nuance-4 {
  background: #895734;
}

.nuance-5 {
  background: #573724;
} */

.slider__text {
  color: #eee;
  background: #444;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.toko-slide-title {
  margin: 0;
  padding: 4px 35px 18px 35px;
  /* color: #ff0000; */
  color: #fff;
  font-size: 80px;
  font-weight: normal;
  line-height: 1;
  text-transform: capitalize;
  text-shadow: 2px 3px 1px #000;
}
.toko-slide-desc {
  padding: 0px 40px;
  margin: 0;
  color: #ffffff;
  font-family: "PT Serif", serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1;
  text-shadow: 2px 3px 1px #000;
}

/*** langue **/
ul.nav-links.menu-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select2-search--dropdown {
  display: none !important;
  padding: 4px;
}
button.btn-select {
  visibility: hidden;
}
.lang-select {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -2px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
}
#select2-id_select2_example-results li span{
  font-size: 11px;
  margin-left: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  line-height: 28px;
  font-size: 11px !important;
  padding-right: 5px;
}
#select2-id_select2_example-container div span{
  margin-left: 5px;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

#search-bloc h2{
  color: #fff;
  text-align: center;

  font-weight: 600;
}

[type='text']:focus, 
[type='file']:focus, 
[type='email']:focus, 
[type='url']:focus, 
[type='password']:focus, 
[type='number']:focus, 
[type='date']:focus, 
[type='datetime-local']:focus, 
[type='month']:focus, 
[type='search']:focus, 
[type='tel']:focus, 
[type='time']:focus, 
[type='week']:focus, 
[multiple]:focus, textarea:focus, select:focus,
.label-file:focus {
 /*  outline: solid #32a1ce !important;
  outline-offset: 1px; */
  background-color: #fff !important;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 1px !important;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 0px 0 0px 2px !important;
}
.choices__inner {
  min-height: 40px !important;
}

.all-offres-content {
  margin-top: 10px;
  position: relative !important;
  top: 0 !important;
  /* z-index: 99; */
  width: auto !important;
}
.all-offres-content .books-search{
  background: #0965a5;
}
.form-outline {
  position: relative;
  /* max-height: 38px; */
}
footer {
  background: #0964a5;
}
#agreement-link{
  cursor: pointer;
}
.globe img{
  width: 42px;
}
#page-title > div{
  max-width: 1170px;
  padding: 0px 22px 0px 22px;
  margin: 0 auto;
}

section.copy-block {
  padding: 15px 0px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #0964a5;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}


/****************************************
  IMPORTANT 
*****************************************/

.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  background-color: #38a51c;
  padding: 8px 16px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 18px;
  color: #fff !important;
}
[type="file"] {
  /* Style the color of the message that says 'No file chosen' */
    color: #878787;
  }
  [type="file"]::-webkit-file-upload-button {
    background: #0866a5 !important;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    
    outline: none;
    transition: all 1s ease;
  }
  
  [type="file"]::-webkit-file-upload-button:hover {
    background: #064670 !important;
    color: #fff !important;
  }


/*   .file-control{
    display:none;
  }

  .label-file{
    border: 1px solid #ced4da;
    width:100%;
    height:40px;
    display:inline-block;
    position:relative;
    background-color:#fff;
    padding:5px 50px 5px 15px;
    border-radius:4px;
    vertical-align: middle;
    overflow:hidden;
    line-height:30px;
  }
  .label-file:after{
    content: "Choisir un fichier";
    position: absolute;
    background-color:#0866a5;
    right:0;
    top:0;
    height: 40px;
    display: inline-block;
    padding: 8px 15px 0;
    color:#fff;
    line-height:20px;
  }
 */
 .cont-text .form-notch {
  max-height: 100% !important;
}
 .form-outline .form-control~.form-notch {
  max-height: 40px;
}
span.input-group-text {
  float: right;
  position: absolute;
  right: 0;
  top: 20%;
  border: none;
}
#con-drop{
  min-width: 138px !important;
}
.logo-footer a img{
  width: 115px;
}
.footer .footer-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.footer .footer-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #dc4445;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin-left: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}



/**
 * Framework starts from here ...
 * ------------------------------
 */

 .tree,
 .tree ul {
  /* margin:0 0 0 1em;  indentation */
   padding:0;
   list-style:none;
   color:#fff;
   position:relative;
 }
 
 .tree ul {
  padding-top: 25px;} /* (indentation/2) */
 
 /* .tree:before, */
 .tree ul:before {
   content:"";
   display:block;
   width:0;
   position:absolute;
   top:0;
   bottom:14px;
   left:0;
   border-left:1px solid;
 }
 
 .tree li {
   margin:0;
   
   line-height:2em; /* default list item's `line-height` */
   position:relative;
 }
 .tree ul li {
  /*padding:0 1.8em;  indentation + .5em */
  padding: 0 1.8em;
    margin-bottom: 16px;
 }
 
 .tree ul li:before {
   content:"";
   display:block;
   width:18px; /* same with indentation */
   height:0;
   border-top:1px solid;
   margin-top:-1px; /* border top width */
   position:absolute;
   top:1em; /* (line-height/2) */
   left:0;
 }
 
 .tree li:last-child:before {
   /* background:white; same with body background */
   height:auto;
   top:1em; /* (line-height/2) */
   bottom:0;
 }
 .menu-right-footer li:last-child {
  margin-top: 32px;
  padding: 0px 8px !important;
  background: #3c8dc9;
  max-width: 85%;
}
.logo-liste {
  min-height: 53px;
}
.logo-liste a {
  display: flex;
  align-items: center;
}
.thumb {
  /* height: 50px !important; */
  min-height: 60px !important;
}

.home-offre div.pager {
 display: none;
}

div.pager {
  float: right;
  margin-top: 10px;
}

div.pager span {
  display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5;
    text-align: center;
    cursor: pointer;
    background: #0964a5;
    color: #fff;
    margin-right: 0.5em;
}

div.pager span.active {
  background: #fff;
    color: #191919;
    font-weight: bold;
    text-align: center;
}
span.page-number.clickable.prev-button {
  float: left;
}
select#domaine_activites {
  width: 100%;
  border: none;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  height: 40px;
  margin-bottom: 5px;
}
.controls span.fa.fa-trash {
  color: #fff;
}
.controls .btn-add,
.controls .btn-remove
{
  height: 40px;
  min-width: 90px;
}
.controls .btn-add
{
 background-color: #0965a5;
 text-transform: none;
 float: right;
 margin-top: 5px;
}
button.btn.btn-upload.btn-remove {
  /* position: absolute; */
  /* right: 0px; */
  /* top: 32px; */
  float: right;
  margin-top: -40px;
}
.entry.upload-input-group {
  margin-top: 6px;
}
.msg-date{
  float: left;
}
#recha-form label{
  font-weight: 700;
}
.vu-offre{
  border-radius: 5px;
  padding: 3px 10px;
  border: 1px solid #111;
}
.back-to{
  background-color: #000;
    padding: 3px 10px;
    width: 150px;
    margin: 10px 0px;
}
.down-rep{
  border-radius: 5px;
  padding: 3px 10px;
  border: 1px solid #111;
  color: #000;
}

/* AAEA */
.con-reg {
  padding: 0px;
  text-align: right;
}
.con-reg a{
  padding: 3px;
}
.spacer {
  background: #fff0;
  height: 30px;
}
.globe a i {
  color: #fff;
  font-size: 16px;
}
.menu .active {
  background: #38a51c !important;
  color: #fff;
}
.language #language-form {
  
  display: flex;
  align-items: center;
  margin: 0px 5px;
}
.language #language-form i{
color: #38a51c;
font-size: 20px;
margin-right: 6px;
}

[type='text'], 
[type='file'], 
[type='email'], 
[type='url'], 
[type='password'], 
[type='number'], 
[type='date'], 
[type='datetime-local'], 
[type='month'], 
[type='search'], 
[type='tel'], 
[type='time'], 
[type='week']{
  font-size: 1rem;
  line-height: 2.15;
  padding-left: 0.75em;
  padding-right: 0.75em;
  height: 40px;
}

select#domaine_activites {
  width: 100%;
  border: none;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  height: 40px;
  margin-bottom: 5px;
}
.controls span.fa.fa-trash {
  color: #fff;
}
.controls .btn-add,
.controls .btn-remove
{
  height: 40px;
}
.controls .btn-add
{
 background-color: #0965a5;
 text-transform: none;
 float: right;
 margin-top: 5px;
}
button.btn.btn-upload.btn-remove {
  /* position: absolute; */
  /* right: 0px; */
  /* top: 32px; */
  float: right;
  margin-top: -40px;
}
.entry.upload-input-group {
  margin-top: 6px;
}


/* tags */

span.tag.label.label-info {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #5bc0de;
}
.bootstrap-tagsinput {
  width: 100%;
}

h5.text-center.my-5.text-uppercase {
  width: 50%;
  margin: 0 auto;
  background: #0965a5;
  border-radius: 25px;
  padding: 5px;
  color: #fff;
}

.bloc-theme {
  padding: 20px;
  margin: 35px 0px;
  /* border: 1px solid #ccc; */
}


/* for authors */

.controls-authors span.fa.fa-trash {
  color: #fff;
}
.controls-authors .btn-authors,
.controls-authors .btn-remove
{
  height: 40px;
  min-width: 90px;
}
.controls-authors .btn-authors
{
 background-color: #0965a5;
 text-transform: none;
 float: right;
 margin-top: 5px;
}
button.btn.btn-upload.btn-remove {
  /* position: absolute; */
  /* right: 0px; */
  /* top: 32px; */
  float: right;
  margin-top: -40px;
}
.entry-authors.upload-input-group {
  margin-top: 6px;
}
.entry-authors.upload-input-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.entry-authors .button.btn.btn-upload.btn-remove{
  margin-top: 0px !important;
}

/* for assocated orga */
.controls-authors2 span.fa.fa-trash {
  color: #fff;
}
.controls-authors2 .btn-authors2,
.controls-authors2 .btn-remove2
{
  height: 40px;
  min-width: 90px;
}
.controls-authors2 .btn-authors2
{
 background-color: #0965a5;
 text-transform: none;
 float: right;
 margin-top: 5px;
}
button.btn.btn-upload.btn-remove2 {
  /* position: absolute; */
  /* right: 0px; */
  /* top: 32px; */
  float: right;
  margin-top: -40px;
}
.entry-authors2.upload-input-group {
  margin-top: 6px;
}
.entry-authors2.upload-input-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.entry-authors2 .button.btn.btn-upload.btn-remove2{
  margin-top: 0px !important;
}

/* fin */

.full-select{
  width: 100%;
}
.red{
  color: red;
}
.sub-comm{
  margin-top: 8px !important;
  border-radius: 25px;
  border-color: #2f2b35;
    color: #ffffff;
    background: #38a51c;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 350px !important;
    text-align: center;
    margin: 5px auto;
}
.sub-comm:hover{
    color: #ffffff;
    background: #0866a5;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
}


.sub-comm-top{
  border-radius: 25px;
    color: #ffffff;
    background: #38a51c;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    font-weight: 500;
    padding: 0 1.5rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
}
.sub-comm-top:hover{
    color: #000;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
}
.language {
  display: flex;
  justify-content: space-around;
}
.btn-dark {
  color: #fff;
 /*  background-color: #38a51c !important; */
}
.member-bloc {
  border: 1px solid #ccc;
  padding: 6px 0px;
  border-radius: 5px;
}

.theme-text {
  font-weight: 900;
  font-size: 17px;
  color: #0965a5;
} 
.congre-details span{
  font-weight: bold;
  font-size: 1Apx;
}
#top-details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
.congre-details {
  border: 1px solid #ccc;
  padding: 1px 20px;
  border-radius: 25px;
  margin-left: 12px; 
}
.logo-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-top .b-logo img{
  
    width: auto;
    height: 80px;
}

.layoutArea table tr td{
  vertical-align: top;
  padding: 10px;
}
.layoutArea table tr td p{
text-align: justify;
}
.layoutArea table{
  border: none;
}
.tableau-galerie table tr td img{
  width: 100% !important;
  height: auto !important;
}
.appel-offres h2{
  background: #0866a5;
  padding: 6px 10px;
  color: #fff;
  margin: 40px 0px 40px 0px;
  border-radius: 25px;
}
.appel-offres img{
  width: 100% !important;
  height: auto !important;
}
.appel-offres h1{
  color: #0866a5 !important;
}
.appel-offres h1 a{
  font-size: 2.5rem;
  color: #0866a5 !important;
}
.tableau table tr td{
  border: 1px solid #ccc;
}
.tableau table tr.titre{
  background-color: #0866a5 !important;
  color: #fff;
}
.layoutArea ol ol >li{
  color: #0866a5 ;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-top: 30px;
}
.layoutArea ol ol >li .page .column{
  color: #0866a5 ;
  font-size: 30px;
    font-weight: 600;
  padding-bottom: 10px;
  margin-top: 30px;
}
.layoutArea ol ol >li ul li{
  color: #000 !important;
}
.avatar-compte{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.avatar-compte img{
  width: 50px;
  height: auto;
}
.menu-actors {
  display: flex;
  justify-content: center;
  list-style: none;
}
.menu-actors li a{
  color: #000;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 25px;
}

/* spinner */
.fa-spinner{ 
  margin-left: 5px;
}
.columns.columns-right.btn-group.pull-right {
  display: none;
}

/* pagination */

 .page-number {
   display: inline-block;
     width: 2.5em;
     height: 2.5em;
     line-height: 2.5;
     text-align: center;
     cursor: pointer;
    
     color: #000;
     margin-right: 0.5em;
 }
 
 .page-number.active{
  background: #0964a5;
     color: #fff !important;
     font-weight: bold;
     text-align: center;
 }
 .page-number.active a{
     color: #fff !important;
 }

.page-pre a, .page-next a{
 font-size: 18px;
}

.fht-cell {
  display: none;
}


/* jury table */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
.table-bordered {
  border: 1px solid #ddd;
}


  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}


.paginate_button{
  padding: 5px 15px;
}
.paginate_button.active{
background-color: #0866a5;
color: #fff;
}
.paginate_button.active a{
color: #fff;
}
.paginate_button.previous{
}
.paginate_button.next{
}
div.dataTables_filter label {
  display: block !important;
  margin-left: 0px !important;
}
div.dataTables_filter input {
  margin-left: 0px !important;
  display: block !important;
}
.pagination {
 margin-top: 6px !important;
  justify-content: flex-end;
}
.com-ul{
  flex-wrap: wrap!important;
  display: flex!important;
    flex-direction: column;
   background-color: #eee;
   padding: 5px;
}
.com-ul li{
   list-style: none;
}

.questions{
  background: #eee;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.questions .q-note input{
  max-height: 30px;
    margin: 0px !important;
    background-color: #fff !important;
}

/* spinner */
#overlay{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}

.back-btn .fa{
  font-size: 20px;
  color: #000;
}
.back-btn {
  color: #000;
  margin: 10px 0px;
}
.moyenne span{
  padding: 2px 4px; 
  background: #7de7b6;
  color: #000;
  font-weight: bold;
  font-size: 20px;
    border-radius: 100%;
}
.see-trans{ 
  border: 1px solid #ccc;
  color: #fff;
  background-color: #000;
  border-radius: 25px;
  padding: 1px 12px;
  cursor: pointer;
}


/* list in dahsboard actor */

.accordion-button:after {
  position: absolute;
  right: 12px;
}
.accordion-body {
  padding: 1.15rem 1.5rem;
  background: #eeeeeed6;
}
.accordion-body ul{
 list-style: none;
}
.accordion-body ul li{
  display: flex;
  justify-content: space-between;
}
.accordion-body ul li a{
  color: #000;
  cursor: pointer;
}
.accordion-button span strong{
  font-size: 19px !important;
}
a.delete{
  cursor: pointer;
}

.answer {
  display: none;
}
.nav-menus-wrapper.wrapper.row.session_title {
  background: #eee;
  padding: 10px 10px;
  border-radius: 10px;
}
.input-groupie {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 3px 0px;
}
button#DeleteRowSession,
button#DeleteRow
 {
  margin-bottom: 5px;
}
input#organisation_name {
  width: 100%;
}
input.border {
  width: 100%;
}
#sess-durer{
  background-color: #eee;
  font-weight: bold;
}
td.legend {
  width: 32%;
}