/* background_color #ffffff */
/* primary_color #22333b */
/* secondary_color #a8c4c6 */

@font-face {
  font-family: "Avenir Light";
  src:
    local("Avenir Light"),
    url("assets/AvenirLT35LightRegular.ttf") format("ttf");
}
@font-face {
  font-family: "Avenir Light Bold";
  src:
      local("Avenir Light Bold"),
      url("AvenirLTStd85Heavy.otf") format("opentype");
}

body {
  font-family: "Avenir Light", serif;
  background-color: #ffffff;
  color: #22333b;
}
b {
  font-family: "Avenir Light Bold", serif;
}
p {
  text-align: justify;
  line-height: 31.5px;
  letter-spacing: 0.5px;
}
ul.list li {
  line-height: 31.5px;
  letter-spacing: 0.5px;
}
ul.circle {
  list-style-type: circle;
}
.text-primary {
  color: #22333b !important;
}
hr {
  color: #a8c4c6 !important;
  border-top: 2px solid !important;
  opacity: 1 !important;
}
a {
  color: #22333b !important;
  font-weight: bold;
}
a.simple {
  color: #000000 !important;
  font-weight: normal;
}
.btn-primary {
  border-color: #22333b !important;
  background-color: #22333b !important;
  color: white !important;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-primary a {
  color: white !important;
  text-decoration: none !important;
}
h2 {
  font-family: "Avenir Light Bold", serif;
  font-size: 20px;
  color: #22333b !important;
}
h3 {
  font-family: "Avenir Light Bold", serif;
  font-size: 18px;
  color: #22333b !important;
}
.container {
  max-width: 987px;
}
.clear {
  clear: both;
}
.alert-success {
  border-color: #22333b !important;
  background-color: #a8c4c6 !important;
}
.navbar {
  background-color: #a8c4c6 !important;
  color: #a8c4c6 !important;
  padding: 0 !important;
}
.navbar .container-fluid {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 27px;
  }
}

.nav-item a {
  background-color: #a8c4c6 !important;
  margin: 0 !important;
  font-size: 18px;
}
.nav-link {
  padding-left: 10px;
  color: #22333b !important;
  background-color: #a8c4c6 !important;
  margin-right: 10px;
  border-right: thin solid #ffffff;
}
.nav-link.active {
  background-color: #22333b !important;
  color: #a8c4c6 !important;
}
.nav-link:hover {
  background-color: #ffffff !important;
  color: #22333b !important;
}
.img-support {
  max-width: 100px;
  max-height: 100px;
}
tr th {
  font-family: "Avenir Light Bold", serif;
  font-weight: 500;
}
tr th small {
  font-family: "Avenir Light", serif;
}
.tarifs td {
  text-align: center;
}
@media (max-width: 576px) {
  .tarifs {
    zoom: 0.6;
  }
}

footer {
  position: fixed;
  bottom: 0;
  padding: 15px 50px;
  width: 100%;
  background-color: white;
  color: #22333b;
  text-align: center;
  font-size: 10pt;
}
footer a, .privacy a {
  color: #22333b !important;
  text-decoration: none !important;
}
footer a:hover, .privacy a:hover {
  text-decoration: underline !important;
}
.logo {
  margin: 0 10px;
  max-width: 40px;
}
.page {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .page {
    padding-top: 40px;
  }
}
.myself {
  width: 200px;
  height: 200px;
  border: white solid;
  border-radius: 100px;
  float: right;
  margin: 0 0 20px 40px;
}
.office {
  border: white solid;
  border-radius: 10px;
  float: left;
  margin: 10px 20px 20px 0;
}
.opning tr td {
  padding: 0 ;
}
.direction {
  max-width: 40px;
}
.who {
  font-size: 50px;
}
.what1 {
  font-size: 20px;
  font-style: italic;
  padding-bottom: 10px;
}
.what2 {
  font-size: 20px;
}
.how {
}
.how .btn {
  margin-top: 20px;
}
.pathologie {
  padding-bottom: 10px;
}

