/* .headers .bg-consult-psy-01 {
  background-image: url("../img/bg/IMG_3675.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
a {
  color: white;
}

p {
  font-family: 'B612', sans-serif;
  color: white;
}

p.normal {
  font-weight: normal;
}

p.light {
  font-weight: lighter;
}

p.thick {
  font-weight: bold;
}

p.thicker {
  font-weight: 900;
}

h2 {
  color: white;
}

h3.thick {
  font-weight: bold;
  color: white;
}

.navbar2 {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.bg-consult-psy-02 {
  background: url("../img/bg/IMG_3675.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-consult-psy-01 {
  background: url("../img/bg/IMG_6745.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* 50% faded black background */
.bg-black50transparent {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black30transparent {
  background-color: rgba(0, 0, 0, 0.7);
}

.p-info {
  padding-top: 120px;
  padding-bottom: 20px;
}

.p-spacer {
  padding-bottom: 600px;
}

.p-formations {
  padding-top: 20px;
  padding-bottom: 20px;
}

.h-ext {
  height: 80px;
}

/* .body {
  min-height: 75rem;
  padding-top: 4.5rem;
} */
/* header {
  position: fixed;
  left: 23vw;
  width: 77vw;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid rgba(46, 141, 211, 0.3);
  margin-bottom: 42px;
  z-index: 50;
  background: #fff;
} */
