
.txt_bleu{
  color:#3398dc !important;
  font-weight: bold;
}

.logo{
  color:#e83e8c !important;
  font-weight: bold;
  font-family: "Open Sans", Arial Black, Helvetica, sans-serif;
  font-size: 36px;
}
.g-brd-primary {
	border-color: #3398dc !important;
}
.rubrique{
    color:#3398dc !important;
    font-weight: bold;
  }
 .description{font-weight: bold;}


/* ------------------------------------
 OPTIMISATION SMARTPHONE 
-------------------------------------- */
@media (max-width: 1100px) {
  .smartKO{
    display: none;
  }
  .logo{
  font-size: 18px;
  }
  .fs24{font-size: 18px!important;}
  .fs18{font-size: 14px!important;}
}

@media (min-width: 1100px) {
  .smartOK{
    display: none;
  }
}

