.navbar {
  background-color: #e1ffd2; }
  .navbar .navbar-nav {
    margin: 0 auto; }
    .navbar .navbar-nav a.nav-link {
      color: #005c70; }

body .contain-size {
  min-height: 1400px; }

.login-header {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 80%;
  margin: 0 auto; }
  .login-header logo-titre {
    font-size: 40px;
    color: #07aa29;
    font-weight: bold;
    letter-spacing: 3px; }
  .login-header p {
    color: #05791d;
    font-style: italic; }

.login-container {
  width: 80%;
  margin: 0 auto; }
  .login-container .card-header {
    background-color: #07aa6d; }
  .login-container input {
    max-width: 400px; }

#form-fiche {
  padding-left: 25px;
  padding-right: 25px; }

li {
  list-style: none; }

.main-title {
  color: #1c5200;
  padding: 25px 0;
  font-weight: bold; }
  .main-title h1 {
    font-size: 55px; }
  .main-title h2 {
    font-size: 40px; }

.main-index {
  padding: 20px 0; }
  .main-index .pastille {
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center; }
    .main-index .pastille a:hover {
      text-decoration: none; }
    .main-index .pastille .main {
      background-color: #00b0d6;
      color: #FFF;
      border-radius: 25px;
      padding: 25px;
      margin-bottom: 50px; }
      .main-index .pastille .main:hover {
        color: #FFF; }
      .main-index .pastille .main .img-icone {
        height: 170px; }
    .main-index .pastille:nth-of-type(1) .main {
      background-color: #00b0d6; }
      .main-index .pastille:nth-of-type(1) .main:hover {
        color: #FFF; }
    .main-index .pastille:nth-of-type(2) .main {
      background-color: #07aa29; }
      .main-index .pastille:nth-of-type(2) .main:hover {
        color: #FFF; }
    .main-index .pastille:nth-of-type(8) .main {
      background-color: #f37976; }
      .main-index .pastille:nth-of-type(8) .main:hover {
        color: #FFF; }
    .main-index .pastille:nth-of-type(7) .main {
      background-color: #4fbd96; }
      .main-index .pastille:nth-of-type(7) .main:hover {
        color: #FFF; }
    .main-index .pastille:nth-of-type(6) .main {
      background-color: #f17aa2; }
      .main-index .pastille:nth-of-type(6) .main:hover {
        color: #FFF; }
    .main-index .pastille:nth-of-type(5) .main {
      background-color: #30a4dc; }
      .main-index .pastille:nth-of-type(5) .main:hover {
        color: #FFF; }
    .main-index .pastille:nth-of-type(4) .main {
      background-color: #7fcecd; }
      .main-index .pastille:nth-of-type(4) .main:hover {
        color: #FFF; }
    .main-index .pastille:nth-of-type(3) .main {
      background-color: #70be44; }
      .main-index .pastille:nth-of-type(3) .main:hover {
        color: #FFF; }

.footer {
  background-color: #00b0d6;
  color: #FFF;
  padding: 25px; }
  .footer ul {
    margin: 10px 0; }
  .footer .line {
    margin: 20px 0; }
  .footer .fas {
    padding-right: 10px; }

#liste .annonce {
  text-align: center;
  position: relative;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px; }
  #liste .annonce a {
    color: #333; }
  #liste .annonce img {
    max-height: 328px; }
#liste .prix {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 22px;
  font-weight: bold;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.8); }
#liste .titre {
  margin-top: 5px; }
#liste #modalArticle {
  text-align: center; }

#listeFiche .annonce {
  padding: 20px 0; }

#fiche-form {
  padding: 45px 0; }
  #fiche-form h3:first-child {
    padding: 0 0 15px 0; }
  #fiche-form .pdf-principal {
    padding-top: 25px; }

.admin {
  padding: 15px 0; }

/* Customize the label (the container) */
.labelContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.labelContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #666; }

/* On mouse-over, add a grey background color */
.labelContainer:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.labelContainer input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.labelContainer input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.labelContainer .checkmark:after {
  left: 6px;
  top: 4px;
  width: 11px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  transform: rotate(52deg); }

.service-section {
  background-color: #efefef; }
  .service-section h3 {
    padding: 25px 0; }
  .service-section .service {
    margin: 0;
    padding: 15px 0; }
    .service-section .service li {
      padding-bottom: 30px; }
    .service-section .service .img-float {
      float: left;
      padding: 0 35px 0 0;
      min-height: 83px; }
    .service-section .service p {
      margin: 0; }
    .service-section .service h4 {
      margin: 0; }

@media screen and (max-width: 768px) {
  .main-index {
    padding: 0; }
    .main-index .pastille {
      padding: 0; } }

/*# sourceMappingURL=savelli.css.map */
