﻿@charset "UTF-8";
/*$loginBackgroundColor : rgb(40, 184, 202);*/
/*$loginTextColor : rgb(40, 184, 202);*/
html {
  font-size: 10px; }

body {
  padding-bottom: 20px;
  font-family: Lato, Helvetica, Arial, sans-serif; }

footer .row a, footer .row a:hover, footer .row a:visited, footer .row a:link, footer .row a:active {
  text-decoration: none !important;
  color: #b2b2b2 !important; }

.btnMep {
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  text-transform: uppercase; }

.btnBleuSurBlanc {
  color: #28b8ca;
  background-color: white; }

.btnBlancSurBleu {
  color: white;
  background-color: #28b8ca; }

@media (max-width: 768px) {
  /* les container deviennent "fluid" jusqu'à MD 768px */
  .container {
    width: 100%;
    max-width: none; } }

ul:not(.plainBullets) {
  list-style: none; }

ul:not(.plainBullets) li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #28b8ca;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1.5rem;
  /* Also needed for space (tweak if needed) */
  margin-left: -1rem;
  /* Also needed for space (tweak if needed) */ }

#InfosPratiques ul ul li::before {
  content: url("../images/checkPV.png");
  color: #28b8ca;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1rem; }
