/* About Section */
.about-section {
  position: relative;
  padding-top: 6.25rem;
}

@media (min-width: 991px) {
  .about-section {
    margin-top: -50px;
    padding-top: 0;
  }
}

td {
   vertical-align: top;
}
.align-center {
    margin-left: auto;
    margin-right: auto;
}


.light-blue {
    color: #4a82d6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #17458f;
    border-color: #1a355e;
}

.btn-rotary {
    color: #fff;
    background-color: #17458f;
    border-color: #1a355e;
}

.btn-rotary:hover {
    color: #fff;
    background-color: #4a82d6;
    border-color: #1a355e;
}


.rotary-blue {
    color: #065092;
}

.rotary-title {
    font-weight: bold;
    color: #065092;
}

.meulieres-title {
    font: bolder 2em sans-serif;
    color: #ff2222;
}

.rotary-page-title {
    font: italic bolder 2em sans-serif;
    color: lightblue;
}

.rotary-item-title {
    font: bolder 1.5em sans-serif;
    color: #065092;
}

.rotary-siren {
    font: 0.9em "Open Sans", sans-serif;
    color: #888888;
}

.light-title {
    font-weight: bold;
    color: #4a82d6;
}


.popover{
    max-width: 100%;
}

a {
  color: #4a82d6;
  text-decoration: none;
}

a:hover {
  color: #4a82d6;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* bootstrap */
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

/* tabs */
form.tab-form-demo .tab-pane {
  margin: 20px 20px;
}


.adv {
  max-width: 100%;
  height: auto;
}

