.margin-0 {
    margin: 0;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

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

.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-top-0 { margin-top: 0}
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px;}
.margin-bottom-0 { margin-bottom: 0;}
.margin-bottom-10 {	margin-bottom: 10px;}
.margin-bottom-20 { margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}

.margin-heading {
    margin-top: 20px;
    margin-bottom: 10px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-5 {
    padding: 10px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-30 {
    padding-right: 30px;/*Modal added to cart*/

}

.font-size-1-2em {
    font-size: 1.2em;
}

.font-size-1-3em {
    font-size: 1.3em;
}

.font-size-1-3em {
    font-size: 1.3em;
}

.font-size-1-4em {
    font-size: 1.4em;
}

.font-size-1-5em {
    font-size: 1.5em;
}

.font-size-1-6em {
    font-size: 1.6em;
}

.font-size-1-7em {
    font-size: 1.7em;
}

.font-size-1-8em {
    font-size: 1.8em;
}

.font-size-1-9em {
    font-size: 1.9em;
}

.font-size-2-0em {
    font-size: 2em;
}

.font-size-3-0em {
    font-size: 3em;
}

.border-radius-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.border-radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-7-white {
    border: 7px solid #fff;
}

.border-shadow {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
}

.border-solid-1-right {
    border-right: 1px solid #eeeeee;
}

.text-shadow-1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.40);
}

.table-header {
    padding: 10px 15px;
    color: #ffffff;
    font-weight: bold;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.table-body {
    border: 1px solid #4C86B7;
    border-top: 0;
}

.table-line {
    padding: 7px 15px;
}

.table-line:nth-child(even) {
    background-color: #eeeeee;
}

.container {
    max-width: 1150px;
}

body {
    background-color: #fafafa;
    font-family: 'Source Sans Pro', sans-serif;
}

body { padding-right: 0 !important }

a {
    color: #607BAA;
}

#header-menu {
    background-color: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.42) 0px 3px 10px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.42) 0px 3px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 3px 10px 0px;
}

#header-menu .container {
}

#header-menu ul li {
    display: inline;
}

#header-menu ul li a {
    display: inline;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 1em;
    margin-right: 5px;
    font-weight: bold;
}

#header-menu ul li a:hover {
    background-color: #4C86B7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #ffffff;
    background-color: #4C86B7;
}

#header-menu ul li a.active {
    background-color: #4C86B7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
}

#header-phone {
    font-size: 26px;
}

#header-phone .fa {
    padding-right: 10px;
    color: #999999;
}

#header-phone-number {
    color : #999;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}

#appointement-button a {
    background-color: #607BAA;
    color: #ffffff;
}

#appointement-button a:hover {
    background-color: #406faa;
    color: #ffffff;
}

/*Section config*/
section.section .container {
    padding: 30px 0;
}

.section-header {
    width: auto;
}

.section-header {
    text-align: center;
}

.section-title {
    border-bottom: 1px solid #dddd;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    color: #4C86B7;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
}

.section-body {
    padding: 50px 20px;
    padding-bottom: 30px;
}

.bg-color-grey {
    background-color: #F2F2F2;
}

.bg-color-green {
    background-color: #98C14F;
}

.bg-color-blue {
    background-color: #4D85B5;
}

.bg-color-orange {
    background-color: #ff7e15;
}

@media only screen and (max-width: 575px) {

    .section-title {
        font-size: 20px;
    }

    .section-body {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
/*End Section config*/

/*Mobile menu*/
.menu-ham {
    cursor: pointer;
    color: #4C86B7;
}

.menu {
    width: 85%;
    height: 100%;
    position: fixed;
    left: -85%;
    top: 0;
    background-color: rgba(76, 134, 183, 0.90);

    transition: all ease 1s;
}

.close-menu {
    float: right;
    min-height: 30px;
    padding-right: 18px;
    padding-top: 23px;
    cursor: pointer;
}

.menu ul {
    padding-left: 0;
    margin-top: 80px;
}

.menu li {
    list-style: none;
    text-decoration-style: none;
    line-height: 170%;
    padding: 5px 0 5px 40px;
}

.menu li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.menu li:hover {
    background-color: #6b9eb7;
    cursor: pointer;
}

.mhead {
    position: relative;
}

.menu-ham {
    position: absolute;
    left: 20px;
    top: 10px;
}

#mobile-logo {
    margin-top: -5px;
}
/*End mobile menu*/

/*Homebanner*/
#home-banner {
    height: 450px;
}

#home-banner .header-content {
    padding-left: 80px;
    top: 150px;
}

h2.header-quote {
    font-size: 3.2em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
}

h2.header-author {
    color: #607BAA !important;
    font-weight: bold;
}

ul.header-services li {
    color: #607BAA;
    font-size: 20px;
    font-weight: bold;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);*/
    list-style-type: none;
}

ul.header-services li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    padding-right: 10px;
    font-size: 17px;
}

@media only screen and (max-width: 575px) {

    #home-banner {
        background: url("images/1.png");
        height: 300px;
        background-size: cover;
    }

    #home-banner .header-content {
        padding-left: 20px;
        top: 100px;
    }

    h2.header-quote {
        font-size: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
    }

    h2.header-author {
        color: #304270 !important;
        font-weight: bold;
    }

    ul.header-services {
        padding-left: 15px;
    }

    ul.header-services li {
        color: #304270;
        font-size: 15px;
        font-weight: bold;
        /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);*/
        list-style-type: none;
    }
}
/*End Homebanner*/

/*Services section*/
#therapies .service-container {
    position: relative;
    padding: 7px;
    background-color: #ffffff;
}

#therapies .service-container img {
    width: 100%;
    height: 400px;
}

.service-container-inner {
    position: relative;
}

#therapies .service-title {
    position: absolute;
    bottom: 10px;
    padding: 8px 15px;
    width: 100%;
    background-color: rgba(76, 134, 183, 0.73);
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}

.service-item {
    cursor: pointer;
}

@media only screen and (max-width: 575px) {
    .service-item {
        margin-top: 20px;
    }
}
/*End Services section*/

/*My office*/
@media only screen and (max-width: 575px) {
    #mon-cabinet img {
        margin-top: 20px;
    }
}
/*End My office*/

/*Intro section*/
#intro {
    font-weight: bold;
    font-family: 'Bad Script', cursive;
    font-size: 1.5em;
    line-height: 1.5;
    color: #999999;
}

@media only screen and (max-width: 575px) {
    #intro {
        font-size: 1em;
    }
}
/*End Intro section*/

#who-am-i-image img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*#faq-content .panel-title {
    margin-bottom: 0;
}

#faq-content .panel-title a {
    font-size: 16px;
    font-weight: bold;
    color: #26873B;
}

#faq-content .panel-title a:before {
    color: #cccccc;
    padding-right: 5px;
}

#faq-content .panel-title a[aria-expanded="false"]:before {
    font-family: 'FontAwesome';
    content: '\f138';
}*/



/*FAQs*/
#faq-content .panel-title a {
    font-size: 16px;
    font-weight: bold;
    color: #4C86B7;
}

#faq-content .panel-title a:before {
    color: #dddddd;
    padding-right: 5px;
}

#faq-content .panel-title a:hover {
    text-decoration: none;
    color: #FF8F5F;
}

#faq-content .panel-title a[aria-expanded="false"]:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f055';
}

#faq-content .panel-title a[aria-expanded="true"]:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f056';
}

#faq-content .panel {
    border-bottom: 1px solid #eeeeee;
}

#faq-content .panel-body {
    padding: 0px 25px;
}

@media only screen and (max-width: 575px) {
    #faq-content .panel-title a {
        font-size: 15px;
    }
}

/*Opening hours*/
#opening-hours-container {
    border-right:1px solid #eeeeee;
}

@media only screen and (max-width: 575px) {
    #opening-hours-container {
        border-right: 0;
        font-size: 0.9em;
    }
}

#closed-period {
    padding-top: 80px;
}
/*End Opening hours*/

/*Appointement*/
#appointement-form-inner {
    background-color: #eee;
    padding: 20px;
}

#appointement-form-inner .help-block {
    color: #999;
}

#appointement textarea {
    height: 150px;
}

#appointement-left {
    padding-right: 50px;
}

#appointement-left button[type="submit"].btn {
    background-color: #4D85B5 !important;
    border: 0 !important;
}

#appointement-left button[type="submit"].btn:hover {
    background-color: #3a6eb5 !important;
    border: 0 !important;
}

#appointement-right {
    padding-left: 50px;
    border-left: 1px solid #dddddd;
    position: relative;
}

#appointement-separator-text {
    position: absolute;
    top: 40%;
    left: -25px;
    width: 50px;
    height: 50px;
    background-color: #CCCCCC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 12px 15px;
    color: #ffffff;
}

#appointement-right .icon {
    font-size: 45px !important;
    color: #999999;
}

#appointement-right .text {
    padding-left: 50px;
    font-size: 30px;
    line-height: 2em;
    color: #666666;
}

@media only screen and (max-width: 575px) {
    #appointement-left {
        padding-right: 20px;
    }

    #appointement-right .icon {
        font-size: 25px !important;
        color: #999999;
    }

    #appointement-right .text {
        padding-left: 20px;
        font-size: 20px;
        line-height: 1.8em;
        color: #666666;
    }
}
/*End Appointement*/

/*Pricing*/
@media only screen and (max-width: 575px) {
    .tarifs-right {
        margin-top: 20px;
    }
}
/*End Pricing*/

/*Footer*/
#footer ul {
    padding: 0;
    margin: 0;
}

#footer ul li {
    display: inline-block;
}

#footer ul li a {
    color: #ffffff;
    padding: 0 10px;
}

#footer-social ul li a {
    font-size: 2.2em;
}
/*End Footer*/

/*Bootstrap modal*/
#service-content-modal {
    padding-right: 0px !important;
}
/*End Bootstrap modal*/

/*Page*/
.page-title {
    margin-top: 50px;
}

.page-content {
    margin-bottom: 50px;
}
/*End Page*/