/**
* flashy
*/
.flashy {
  font-family: "Source Sans Pro", Arial, sans-serif;
  padding: 11px 30px;
  border-radius: 4px;
  font-weight: 400;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  color: #fff;
}

.flashy--success {
  background-color: #99c93d;
  color: #fff;
}

.flashy--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.flashy--muted {
  background: #eee;
  color: #3a3a3a;
  border: 1px solid #e2e2e2;
}

.flashy--muted-dark {
  background: #133259;
  color: #e2e1e7;
}

.flashy--info a,
.flashy--primary-dark a {
  color: #fff;
}

.flashy--error {
  background: #d14130;
  color: #fff;
}

.flashy--primary {
  background: #573e81;
}

.flashy--primary-dark {
  background: linear-gradient(to right, #133259 30%, #0d233e);
}

.flashy--info {
  background: #00baf3;
}

.flashy > ul {
  padding-left: 15px;
}

.flashy > p:only-of-type {
  margin-bottom: 0;
}

.flashy i {
  margin-right: 8px;
  position: relative;
  top: 6px;
}

.flashy .flashy__body {
  color: inherit;
}

/* Custom Stylesheet */
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 5px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgb(0, 0, 0);
  font-size: 15px;
  text-decoration: none !important;
}
.my-btn{
    background-color: #F68F3C;
    color: white !important;
}
.title-site {
    color: #0E72B5 !important;
}
.offre-item:hover {
    transform: scale(1.01);
}

.user_profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.user_photo{
  width: 100%;
  border-radius: 10px;
}

a {
  color: #0E72B5;
}

.bg-ckk{
  background-color: #818a91 !important;
}

.btn-ckk{
    background-color: #8E5F44 !important;
  /* background-color: #0E72B5 !important; */
  color: white !important;
}

.bg-ckk{
    background-color: #8E5F44 !important;
  /* background-color: #0E72B5 !important; */
}
.bg-footer {
    background-color: #333333 !important;
}
.text-ckk{
  color: #0E72B5 !important;
}

.partener{
  padding: 20px !important;
  border: 1px solid #eee !important;
  margin: 0 -1px -1px 0 !important;
  text-align: center !important;
  height: 150px !important;
}

.partener img {
  /* width: auto !important; */
  display: inline-block !important;
  max-width: 100%;
  border-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0.5 !important;
  vertical-align: middle !important;
}

.partener img:hover {
  opacity: 10 !important;
  cursor: pointer;
}

.parteners-img .owl-item {
  width: auto !important;
  margin: 0 10px 0 10px !important;
}

.parteners-img img {
  width: auto !important;
  height: 100px !important;
  margin: 0 10px 0 10px !important;
}

.lague-active {
    border: white solid 1px;
    background-color: white;
    color: #0E72B5 !important;
    font-weight: bold;
    text-decoration: underline;
}

.contact p {
  margin: 0px !important;
}

.h-100{
  width: 100% !important;
}

.share a {
  font-size: 30px !important;
}

.qui-somme-nous font{
 position: relative !important;
 display: inline-block !important;
  color: #0E72B5 !important;
  font-size: 2.0rem !important;
  margin-bottom: 0px !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  font-family: "Work Sans", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.img-banner {
    position: relative;

}
/* .qui-somme-nous font:before{
  width: 100% !important;
  bottom: -10px !important;
  content: "" !important;
  left: 50%;
  position: absolute !important;
  height: 3px !important;
  background: #01579b !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.title-offre {
    color: #0d0d0e;
    text-transform: uppercase;

} */
.title-offre {
    color: #0E72B5;
    text-transform: capitalize;

}
my-card {
    background-color: #0E72B5;
}
/*
.qui-somme-nous font::after{
  width: 80px !important;
  bottom: -20px !important;
  left: 40px !important;
  content: "" !important;
  position: absolute !important;
  height: 2px !important;
  background: #01579b !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
*/
.qui-somme-nous span{
    font-size: 16px !important;
  font-family: "Work Sans", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

@media only screen and (max-width:1050px) {
  .flashy {
      text-align: center;
      right: 0;
      left: 50%;
      width: 300px;
      margin-left: -150px;
  }
}

@media only screen and (max-width : 992px) {
  /**/
}

@media only screen and (max-width : 600px) {
  .partener img {
      height: 100% !important;
  }
}
.ml6 {
    position: relative;
    font-weight: 900;
    font-size: 3.3em;
  }

  .ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
  }

  .ml6 .letter {
    display: inline-block;
    line-height: 1em;
  }
