@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto');
body{
    background-color: #EEF2F6;
}
#navbarLogo{

}
a#profile{

    color:#FFF;
    text-decoration: none;
}

.wm-box-badges{
    position: absolute;
    top: 12px;
    height: 100px;
    width: 100px;
    right:-117px;
}
img#verified{

    width: 32px;
    position: absolute;
    left:0px;
}

img#recommended{

    width: 32px;
    position: absolute;
    left: 47px;
}

img#recommended-name{

    width: 40px;
    position: absolute;
    right: 0px;

}

.fa-phone{
    transform: rotate(90deg);
}

h1.lead-magnet{
    font-size: 32px;
}

h1.h1-xs{

    font-size : 14px;
}
a:hover{
    text-decoration: none;
}

.navbar-nav>li>a{
    color: #ffffff;
    text-decoration: none;
}

.wm-navbar > a{
    color: #ffffff;
}
.wm-navbar{
    background-color: #ffffff;;
    margin-bottom: 0;
    border-radius: 0;
    color: #ffffff;

}
a.navbar-brand{
    color: #ffffff;
    text-decoration: none;
}

img#banner{
    background-color: white;
}
.wm-profile-overlay {
    width: 100%;
    height: 150px;
    background-color: rgba(0,0,0,0.3);
}

.wm-header{
    position: relative;
    height: 150px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color:#7266ba;
    background-size: cover;
}
.wm-box-name{
    position : absolute;
    top: 50px;
    left: 400px;
}

.wm-box-name > h1{
    font-family: "Roboto", Arial, sans-serif;
    font-size: 42px;
    margin-bottom: 5px;
}
.wm-box-name > h2{
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    margin-top:0;
    opacity:1;
    text-align: left;
}

.wm-box-logo{
    background: #ffffff;
    position: absolute;
    bottom: -38px;
    left: 6.6666%;
    height: 180px;
    border-radius: 6px;
    z-index: 3;
}
.wm-profile-nav {
    background-color: #fff;
    height: 60px;
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px 0 rgba(67,95,113,0.2);
}

.wm-profile-nav-links{
    margin: 0 0 0 400px;
    float: none;

}
img#wm-header-logo {
    height: 60px;
}
img#wm-header-bis {
    height:53px;
    position: absolute;
    left: 6.666%;
}

img.review-source{

    height: 16px;
    margin: 0 8px 0 8px ;
}

a.nav-link {
    padding: 0 20px;
    height: 100%;
    color: #435f71;
    text-decoration: none;
    line-height: 60px;
    display: inline-block;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    margin: 0;
}


a.nav-link.active {
    border: none;
    border-bottom: 3px solid #4fc5ea;
    color: #000;
}


.alert{

    border-radius: 0px;
    margin-left: -15px;
}



.panel{
    border-radius: 0;
    border:none;
}
.panel-default>.panel-heading{
    background-color: #ffffff;
    border-color: #EEF2F6;
    border-radius: 0;
}

.wm-box-logo-sticky > img{
    width: 200px;
    position: sticky;
    top: 10px;
    z-index:3;
}

#average-rating {
    font-size: 60px;
}
.progress {
    margin-bottom: 4px;
    border-radius: 1px;
}
.progress-group .progress-text {
    font-weight: 600;
}
.progress-group .progress-number {
    float: right;
}

.progress-text, .progress-number {
    color: #999999;
}

.text-yellow  {
    color: #f39c12;
}
.text-ciel {
    color: #21b7e5;
}
.text-purple {
    color: #7266ba;
}

.text-red{
    color: #FF5964;
}
.text-green{
    color: #63a73d;
}

.text-orange{
    color: #fdba12;
}
.text-grey{
    color: #999999;
}


.bg-purple{
    background-color: #7266ba;
}

.bg-yellow{
    background-color: #f39c12;
}

.bg-ciel{
    background-color: #21b7e5;
}

.bg-red{
    background-color: #FF5964;
}
.bg-white{
    background-color: #FFFFFF;
}

.btn-ciel {
    color: #fff;
    background-color: #21b7e5;
    border-color: #d43f3a;
}


.panel-body.map{
    background-repeat: none;
    height: 360px;
    background-image: url('https://app.osteopathe.do/img/staticmap.png');
}

.panel-body>a>.cta-scan{
    background-repeat: none;
    height: 500px;
    background-image: url('https://app.osteopathe.do/img/cta-scan-cabinet.png');
}

#scan-pub{

    background-repeat: none;
    height: 100vh;
    width:  50vw;
    background-position: 50% 60%;
    background-image: url('https://app.osteopathe.do/img/scan-cabinet.png');
}
.send-button{
    background-color: #21b7e5;
    color : #FFFFFF;
}

.myform{

    margin-top: 100px;
}

.my-input, .send-button{
    border-radius: 0px;
    text-decoration: none;
    height : 50px;
    width : 300px;
}

.btn{
    border-radius: 0px;
}
.sticky{

    position: sticky;
    top:20px;
    z-index:3;
}

.user-block {
    display:block;
}
.user-block .username {

    font-size: 13px;
    font-weight: 500;
}

.user-block .username, .user-block .description, .user-block .comment {

    display: block;
    margin-left: 30px;
}

.user-block img {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}


footer{
    background-color: #4fc5ea;
    padding-top: 50px;
    color: #fff;
;
}

.footer-box{
    position: relative;
    margin-bottom: 30px;
}

.footer-logo-address address {
    margin: 20px 0;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
}
footer .category-headding {
    color: #fff;
}

.category-headding {
    margin-top: 0px;
    font-size: 16px;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.headding-border {
    position: relative;
    border-bottom: 1px solid rgba(79,197,234,0.8);
    background-color: #7266ba;
    margin-bottom: 20px;
}
.headding-border::before {
    position: absolute;
    bottom: -1px;
    width: 50px;
    height: 4px;
    background-color: inherit;
    content: '';
}
.headding-border::after {
    position: absolute;
    bottom: -1px;
    width: 15px;
    height: 4px;
    background-color: inherit;
    content: '';
    left: 53px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer ul {
    margin: 0px;
    list-style: outside none none;
    box-shadow: none;
    padding: 0px;
}
footer ul li {
    margin-left: 0px;
    line-height: 20px;
    list-style: outside none none;
}
footer ul li a, footer ul li a:hover{
    color: #ffffff;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;

}

footer ul li .fa {
    color: #FFFFFF;
    margin-right: 6px;
    vertical-align: middle;
}
.sub-footer {
    background-color: #7266ba;
    position: relative;
    border-top: 4px solid #FFFFFF;
}
.social {
    padding: 0;
    text-align: center;
    position: relative;
}
.social ul {
    margin: 0;
    padding: 0;
}
.social ul li {
    list-style: none outside none;
    display: inline-block;
    margin: 5px;
}
.sub-footer .social {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    float: right;
}
.sub-footer p {
    color: rgb(255, 255, 255);
    float: left;
    margin: 0;
}
.sub-footer .social ul li a {
    width: 30px;
    height: 30px;
    padding-top: 5px;
}
.social ul li a {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    color: #FFE;
    background-color: #909AA0;
    text-align: center;
    padding-top: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.social ul li a.facebook {
    background-color: #3b5998;
}
.social ul li a.instagram {
    background-color: #B039A2;
}
.social ul li a.youtube {
    background-color: #c4302b;
}
.vertical-align-center {
    display: flex;
    align-items: center;
}

.pr5 {
    padding-right: 5px;
    color: #ffffff;
}

.red-text {
    color: #f60d2b !important;
}


#wmlogo {
    padding-top: 10px;
    width: 180px;
    height: 80px;
    opacity: 0.9;
}
#events-tab{
    margin-bottom: 20px;
}


.progress.xs, .progress-xs {
    height: 7px;
}

#overlay {
    position: absolute; /* Sit on top of the page content */
    width: 97.1%;; /* Full width (cover the whole page) */
    height: 50%; /* Full height (cover the whole page) */
    top: 50%;
    background-color: rgba(255,255,255,0.85); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay button{
    position: absolute; /* Sit on top of the page content */
    top: 36%;
    left : 40%;

}

#newsletter-inner ul li a {


}


.article p {
    text-align: justify;
    margin: 0 0 15px 0;
    color: #2d4069;
    font-size:13px;
}

.article h2 {
    font-size:18px;
}

.h1-xs {
    position: absolute;
    font-size: 19px;
    padding-top: 16px;
    padding-left: 16px;
}

p.legal {
    font-size: 1.1rem;
}

textarea {
    resize: none;
}

#count_message {
    background-color: smoke;
    margin-top: -20px;
    margin-right: 5px;
}

.profile-header-photo-hover:hover {
    opacity: .9;
}

.profile-header-photo-hover {
    position: absolute;
    top: 0;
    width: 140px;
    height: 140px;
    border-radius: 8%;
    background-color: #2b4660;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: "Roboto",arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.left-profile {
    position: absolute;
}
.rating-box {
    top: 116px;
    text-align: center;
    position: relative;
    left: 5%;
}

img#verified-md {
    width: 32px;
    position : absolute;
    bottom : -12px;
    right : 12px;
}

img#recommended-md {
    width: 32px;
    position : absolute;
    bottom : -12px;
    left : 12px;
}


img#recommended-xs {
    width: 24px;
    position : absolute;
    bottom : -3px;
    right : 8px;
}

img#verified-xs {
    width: 24px;
    position: absolute;
    bottom: -3px;
    left: 8px;
}


