/* ------------// GENERAL //----------- */
/* Typo - colors - background */
body {
    background-image: url('../images/background.jpg');
	/* background-attachment: fixed; */
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
	color: #084851;
}
.gradient {
/*     background-image: linear-gradient(to right, #0C6168, #137A83); */
	background-image: linear-gradient(to right, #147D84, #199BA3);
}


header .btn, main .btn, footer .btn {
  text-transform: uppercase;
  font-weight: bold;
  -moz-box-shadow: 0px 0px 8px 0px #a7a7a7;
  -webkit-box-shadow: 0px 0px 8px 0px #a7a7a7;
  -o-box-shadow: 0px 0px 8px 0px #a7a7a7;
  box-shadow: 0px 0px 8px 0px #a7a7a7;
}
header .btn:hover, main .btn:hover, footer .btn:hover {
  -moz-box-shadow: 0px 0px 3px 0px #a7a7a7;
  -webkit-box-shadow: 0px 0px 3px 0px #a7a7a7;
  -o-box-shadow: 0px 0px 3px 0px #a7a7a7;
  box-shadow: 0px 0px 3px 0px #a7a7a7;
}

header .btn-primary, main .btn-primary, footer .btn-primary {
  color: #fff;
  text-decoration: none !important;
  background-image: linear-gradient(to right, #147D84, #199BA3);
  border-color: #147D84;
}
header .btn-primary:hover, main .btn-primary:hover, footer .btn-primary:hover {
  opacity: 0.8;
}

header .btn-secondary, main .btn-secondary, footer .btn-secondary {
  color: #147D84;
  text-decoration: none !important;
  background-color: #FFF;
  border-color: #FFF;
}
header .btn-secondary:hover, main .btn-secondary:hover, footer .btn-secondary:hover {
  color: #FFF;
  background-color: #199BA3;
  border-color: #199BA3;
}


.ccm-custom-style-container img{
  max-width: 100%;
  height: auto;
}

a {
    color: #199BA3;
}

a.phone{
  color: #FFF;
}

.ccm-custom-style-container p a{
  text-decoration: underline;
}
a:hover {
    color: #0C5E65;
}
.dark {
/*     color: #084851; */
	color: #0C5E65;
}
.light {
    color: white;
}
/* h1,
h2 {
    padding-bottom: 20px;
} */
/* h3 {
	font-size: 1.4rem;
} */

/* Header */
div.ccm-page header {
    border-bottom:none ;
}
div.ccm-page #top-bar {
    padding: 5px 0;
	box-shadow: 0 0 6px rgba(0,0,0,.7);
}
#top-bar a{
  text-decoration: none !important;
}

#header {
    padding-top: 40px;
}
main section {
    padding: 60px 0;
}
div.ccm-page .navbar,
div.ccm-page ul.nav {
    padding-left: 0;
    padding-top: 20px;
}
div.ccm-page .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    color: #0C6168;
}
div.ccm-page .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0px 12px;
	margin: 8px 0;
}
div.ccm-page .navbar-expand-lg .navbar-nav .nav-item:first-child {
    padding: 0 12px 0 0;
}
div.ccm-page .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) {
	border-right: 1px solid #0C6168;
}
div.ccm-page .inline-content {
    display: inline;
}
div.ccm-page .btn-rdv-top-header {
	position: relative;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: white;
    -moz-box-shadow: 0px 0px 8px 0px #a7a7a7;
    -webkit-box-shadow: 0px 0px 8px 0px #a7a7a7;
    -o-box-shadow: 0px 0px 8px 0px #a7a7a7;
    box-shadow: 0px 0px 8px 0px #a7a7a7;
    text-align: center;
    font-weight: 600;
    
    
  animation-name: shakeAnim;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

@keyframes shakeAnim {
  0% {left: 0}
  1% {left: -3px}
  2% {left: 5px}
  3% {left: -8px}
  4% {left: 8px}
  5% {left: -5px}
  6% {left: 3px}
  7% {left: 0}
}




div.ccm-page .btn-rdv-top-header:hover{
	color: white;
	background-color: #084851;
}

.tram img {
	vertical-align: sub;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(8,72,81)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
    border-color: #0C6168;
}
.footer-modal {
	border-top: 1px solid rgba(0,0,0,.1);
}
.pictos-map-time svg {
    border-radius: 100%;
    -moz-box-shadow: 0px 0px 8px 0px #a7a7a7;
    -webkit-box-shadow: 0px 0px 8px 0px #a7a7a7;
    -o-box-shadow: 0px 0px 8px 0px #a7a7a7;
    box-shadow: 0px 0px 8px 0px #a7a7a7;
}
.pictos-map-time a:hover svg {
    -moz-box-shadow: 0px 0px 3px 0px #a7a7a7;
    -webkit-box-shadow: 0px 0px 3px 0px #a7a7a7;
    -o-box-shadow: 0px 0px 3px 0px #a7a7a7;
    box-shadow: 0px 0px 3px 0px #a7a7a7;
}
.adresses {
	font-size: 0.8rem;
	margin-top: 7px;
}
@media screen and (max-width:767px){
	body {
		padding-bottom: 80px;
	}
}
@media screen and (max-width:836px){
	#top-bar span {
		font-size: 14px;
	}
}
/* Content */
img {
    max-width: 100%;
}
picture > img{
  margin-top: 10px;
  margin-bottom: 20px;
}

#up {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 40px;
    z-index: 10;
    color: #147D84;
    opacity: 0.9;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
#contact_form_btn {
    position: fixed;
    bottom: 20px;
    left:0px;
    width: 50px;
    height:50px;
    z-index: 10;
    cursor: pointer;
}
#contact_form_btn img {
    width: 50px;
}
#contact-form-place {
	display: none;
}
#ccm-toolbar-visible .contact-form-place {
	display: block;
}
.link-shadow {
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 8px 0px #a7a7a7;
    -webkit-box-shadow: 0px 0px 8px 0px #a7a7a7;
    -o-box-shadow: 0px 0px 8px 0px #a7a7a7;
    box-shadow: 0px 0px 8px 0px #a7a7a7;
    background-color: white;
    color: #084851;
    text-decoration: none;
}
.link-shadow:hover {
    -moz-box-shadow: 0px 0px 3px 0px #a7a7a7;
    -webkit-box-shadow: 0px 0px 3px 0px #a7a7a7;
    -o-box-shadow: 0px 0px 3px 0px #a7a7a7;
    box-shadow: 0px 0px 3px 0px #a7a7a7;
    text-decoration: none;
}

/* Footer */
.footer img {
    height: 35px;
	padding: 0 10px 0 0;
}
footer {
    padding-top: 30px;
}

@media (min-width:768px){
	.btn-footer {
		position: relative;
		top: -10px;
	}
	.horaires-footer {
		position: relative;
		top: -15px;
	}
}
.btn-rdv-footer {
    padding: 5px 15px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 8px 0px #a7a7a7;
    -webkit-box-shadow: 0px 0px 8px 0px #a7a7a7;
    -o-box-shadow: 0px 0px 8px 0px #a7a7a7;
    box-shadow: 0px 0px 8px 0px #a7a7a7;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
}
#bottom-bar {
	height: 56px;
	box-shadow: 0 0 6px rgba(0,0,0,.7);
}

#bottom-bar a{
  color: #FFF;
}

.btn-bottom-bar i {
	font-size: 24px;
}
.btn-bottom-bar div {
	font-size: 10px;
}
.btn-bottom-bar {
	padding: 8px 12px 12px 12px;
}

// TAGS
.ccm-block-tags-wrapper a,
.ccm-block-tags-wrapper a:hover,
.ccm-block-next-previous-wrapper a,
.ccm-block-next-previous-wrapper a:hover,
.link-shadow a
{
  text-decoration: none !important;
}

/* ----------// GENERAL END //--------- */


/* -------------// HOME //------------- */
/* Symptoms */

/* Expecting */
#expecting {
    background: url('../images/a-quoi-vous-attendre-2.jpg');
    background-size: cover;
}

/* Chiro */
.ccm-image-slider-container img {
	border-radius: 3px;
}

/* Videos */
#videos img {
    width: 100%;
}
#videos .gradient img {
    opacity: 0.5;
}
#videos figure {
    position: relative;
}
#videos figcaption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: white;
}
#videos i.fa-play {
    position:absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
    font-size: 100px;
    color: white;
}
/* Blog */
#blog .img-blog-home img {
    width: 100%;
}
#blog h3 {
	font-size: 22px;
	margin-top: 7px;
}
.img-blog-home {
    height: 100px;
    overflow: hidden;
    border-radius: 3px;
}
.img-blog-home img {
	margin-top: -50px;
}

/* Testimonials */
#testimonials {
    text-align: center;
}
/* Google Reviews */
#map-plug {
    display:none;
}
.review-author {
    text-transform: uppercase;
    font-weight: bold;
}
.review-date {
    opacity: .6;
    display: block;
}
.review-stars ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.review-stars ul li {
    float: left;
    list-style: none;
}
.review-stars ul li i {
  color: #dfd01a;
  font-size: 1.4em;
  font-style: normal;
}
.review-stars ul li i.inactive {
    color: #c6c6c6;
}
.star:after {
    content: "\2605";
}
/* Google Reviews END *

/* Patients */
#patients .icon {
    text-align: center;
}
#patients i.fa-question-circle {
    font-size: 250px;
}

/* Figures */
.figure-number p {
    background-color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 28px;
    line-height: 80px;
    margin: auto;
}
/* ------------// HOME END //---------- */

/* -------------// BLOG // ------------ */
/* .card {
	border: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
} */
.card-header {
    background: none;
}
.share-links img {
	width: 40px;
}
.related-posts h5 {
	font-size: 16px;
	margin: 0;
}
.related-posts .card-body {
	padding: 10px;
}
.img-blog-related {
    height: 80px;
    overflow: hidden;
}
.custom-pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}
.custom-pagination li {
    display: inline;
    text-align: center;
}
.custom-pagination li {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
.custom-pagination a.active {
    cursor: default;
}
.custom-pagination a:active {
    outline: none;
}
.custom-pagination li:first-child {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 0 6px;
}
.custom-pagination li:last-child {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
}
.custom-pagination li {
    border-color: #ddd;
    color: #084851;
    background: #fff;
}
.custom-pagination li:hover {
    background: #eee;
}
.custom-pagination li.active-page,
.custom-pagination li:active {
    border-color: #0C6168;
    background: #0C6168;
    color: #fff;
}
/* .col-sidebar {
	border-left: 1px solid rgba(8,72,81,.1);
} */
.first-img,
.img-blog-home,
.img-blog-related, .thumbnail-blog {
	position: relative;
}

.img-date{
  position: absolute;
  left: -10px;
  top: 10px;
  color: #FFF;
  padding: 0 10px 2px 10px;
  background-image: linear-gradient(to right, #147D84, #199BA3);
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  z-index: 10;
}

.img-desc {
	position: absolute;
	bottom: 2px;
	right: 2px;
	color: white;
}
.img-desc p {
	margin-bottom: 0;
}

/* Archives - Blog Entry */
.ccm-block-date-navigation-dates {
	list-style: circle;
}
.page-type-blog-entry h1 {
	/* font-size: 30px; */
	padding-bottom: 0;
}
.col-sidebar h5 {
	margin-top: 40px;
}
.credit_photo {
	font-size: 8px;
	text-align: right;
}
.credit_photo p {
	margin: 0;
}

/* -----------// BLOG END // ---------- */

/* Conflit Bootstrap 5 Dashboard + Fixed-top */
.ccm-toolbar-visible .fixed-top {
    top: 50px;
}

/* card-columns : supprimé en BS5, remplacé par CSS columns */
.card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
}
@media (max-width: 575.98px) {
    .card-columns { column-count: 1; }
}
@media (min-width: 576px) and (max-width: 767px) {
    .card-columns { column-count: 2; }
}
@media (min-width: 576px) {
    .archives_list .card-columns { column-count: 2; }
}

//PICTO BON OU MAUVAIS
.relative{
  position: relative;
}

#bon-gauche,#mauvais-gauche,#bon-droite,#mauvais-droite{
  position: absolute;
  z-index: 10;
  top:-15px;
  width: 78px;
  height: 80px;
}

#bon-gauche, #bon-droite{
  background: url('../images/bon.png') no-repeat;
}

#mauvais-gauche, #mauvais-droite{
  background: url('../images/mauvais.png') no-repeat;
}

#bon-gauche,#mauvais-gauche{
  left: 0;  
}

#bon-droite,#mauvais-droite{
  right: 0;
}