@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400);

body {
    background: #fff;
    font-family: "Arial", arial, sans-serif !important;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 1.5;
    color: #353738d6;
}

.information-row {
  background: rgba(204, 150, 22, 0.77)
}

.mobile-menu{
 color: #007bff !important;
}

.profile-picture {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 15px;
  border-radius: 3%;
}

.header-name{
  margin-top: 40px;
  font-size: 36px;
  color: #116089;
  font-weight: 800;
}

.header-job{
  font-size: 30px;
  color: #116089;
}

.header-place{
  font-size: 28px;
  margin-top: 40px;
  color: #116089;
}

.header-number{
  font-size: 40px;
  color: #116089;
}

.header-nav{
  background-color: #efefef;
}

.osteo-carousel{
  margin-bottom: 50px;
}

.purpose-title{
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #02B8BE;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
}

.purpose-content{
  margin-bottom: 80px;
}

.contact-content{
  margin-bottom: 50px;
}

.contact-city-title{
  text-align: center;
  font-weight: 600;
}

.contact-city-address{
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
}

.contact-city-access{
  margin-bottom: 20px;
}

.access-content{
  margin-bottom: 40px;
}

.contact-title{
  margin-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #02B8BE;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
}

.vl {
  border-left: 1px solid #0014ff57;
}

#profile-section{
  margin-top: 20px;
  margin-bottom: 50px;
}

#rdv-section{
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

#partenaires-section a{
  text-decoration: none !important;
}

.partenaires{
  margin-top: 50px;
  margin-bottom: 50px;
}

.box-margin{
  padding-top: 10px;
  padding-bottom: 10px;
	margin-bottom: 10px;
}

.box {
  border-radius: 5px;
	cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.01, 1.01);
}

.box:hover::after {
    opacity: 1;
}

.btn{
  padding: 0.50rem 5.5rem;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 3.2rem;
}

.btn-primary:hover {
  color: #fff;
  background-color: #147cea;
  border-color: #147cea;
}

.btn a{
  padding-left: 20px;
  padding-right: 20px;
}

button.btn.tf-btn.btn-default {
	float: right;
	background: #0b98f1;
	border: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary{
  color: #fff;
  background-color: rgba(2, 184, 191, 1);
  border-color: rgba(2, 184, 191, 1);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}

.section-title h4{
  color: #116089;
  font-size: 35px;
}

.about-list li{
  margin-bottom: 15px;
}

.article{
  margin-top: 50px;
}

.article h2{
  text-transform: uppercase;
  color: #02B8BE;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}


.article-content{
  margin-bottom: 60px;
}

.medical-video{
  margin-bottom: 60px;
}

.medical-video h4{
  text-transform: uppercase;
  color: #02B8BE;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.justify{
  text-align: justify;
}

.partenaires h2{
  text-transform: uppercase;
  color: #02B8BE;
  font-weight: 600;
  text-align: center;
  margin-bottom: 45px;
}

.site-footer{
  padding-top: 22px;
  padding-bottom: 20px;
  background-color: #efefef;
}

.site-footer p{
  color: black;
}

.site-footer a{
  color: black;
}

.site-footer iframe{
  width: 250px;
}

.site-footer h3 {
  color: black;
  margin-bottom: 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2em;
}
