:root {
  --primary-color: hsla(100, 22%, 63%, 1);
  --primary-color-lighten: hsla(100, 22%, 73%, 1);
  --primary-color-darken: hsla(100, 22%, 53%, 1);

  --secondary-color: hsla(148, 22%, 21%, 1);
  --secondary-color-lighten: hsla(148, 22%, 31%, 1);
  --secondary-color-darken: hsla(148, 22%, 11%, 1);

  --accent-color: hsla(40, 59%, 59%, 1);
  --accent-color-lighten: hsla(40, 59%, 69%, 1);
  --accent-color-darken: hsla(40, 59%, 49%, 1);

  --background-color: hsla(40, 100%, 99%, 1);
  --text-color: hsla(0, 0%, 16%, 1);
  --text-color-lighten: hsla(0, 0%, 26%, 1);

  --primary-background-color: hsla(100, 22%, 95%, 1);
  --secondary-background-color: hsla(148, 22%, 95%, 1);
  --accent-background-color:hsla(40, 59%, 95%, 1);

  --success-color: hsla(122, 39%, 49%, 1);
  --error-color: hsla(4, 90%, 58%, 1);
  --info-color: hsla(199, 98%, 48%, 1);

  --font-primary: Roboto, sans-serif;
  --font-secondary: Roboto, sans-serif;

  --card-border-radius: 0;
  --button-border-radius: 0;
}

.index-page .slick-list {
  overflow: hidden !important;
}

.slide-img.slide-04 {
    background-image: url(../assets/gifs/slider/slide-04.jpg);
}
.slide-img.slide-05 {
    background-image: url(../assets/gifs/slider/slide-05.jpg);
}
.slide-img.slide-06 {
    background-image: url(../assets/gifs/slider/slide-06.jpg);
}

img.logo-index {
    display: none;
}

.brand a img {
  max-width:70px;
}


.contact-page .coordonnees a.tel,
.contact-page #fil_ariane a {
  color:#fff;
}

.right-align .btn-contact {
    margin-top: 30px;
}

h1,
.title-1,
h2,
.title-2,
h3,
.title-3,
h4,
.title-4,
h5,
.title-5,
h6,
.title-6,
.brand {
  font-family:var(--font-secondary);
}

h1 {
  font-size: 2.5rem;
}

.paginationControl {
  text-align:center;
}


.paginationControl a,
.paginationControl span {
  font-weight:600;
  font-size:18px;
  padding:0 5px;
}

.paginationControl span.disabled {
  color:#ccc;
}

.paginationControl span.selected,
.paginationControl a:hover {
    color:var(--accent-color);
}

body.fancy-box-body {
  padding:10px 15px 0;
  padding-top: 0 !important;
}

body.fancy-box-body form.generateur p.erreur {
  padding:2px;
  margin: 0 0 1px;
}
body.fancy-box-body input {
    box-sizing: inherit !important;
}

#nav-meatballs .brand img.footer-only,
body.fancy-box-body .brand img.footer-only {
    display: none;
}

body.fancy-box-body .brand img {
  max-width: 70px !important;
}

body.fancy-box-body input[type=text] {
  margin:0 2px;
  height: 46px;
}

body.fancy-box-body .btn.primary {
  padding:10px;
}

body.fancy-box-body .brand > .logo > .flex-row > .col:last-child {
  display:none;
}



body.fancy-box-body .brand .flex-row.s-align-items-center {
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
body.fancy-box-body .brand a {
  display:block;
  margin: 3px auto 10px;
}

body.fancy-box-body .brand .bold {
  font-size: 12px;
}

body.fancy-box-body .brand .bold>span {
  font-size:12px;
}

body.fancy-box-body .brand .uppercase {
  font-size:12px;
}

body.fancy-box-body h2::before {
  height:0;
  width:0;
}
body.fancy-box-body .brand .flex-row .col {
  text-align: center;
  margin-bottom: 0 !important;
  padding: 0;
}

body.fancy-box-body h2 {
  font-size: 14px;
  margin: 7px 0px;
}

.brand .bold {
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
}

/* footer .brand .col .bold {
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
} */


/* UTILES */
/* ====== */

svg:not([fill]),
.white-text svg {
  fill: currentColor;
}
svg.white-text {
  fill: #FFFFFF;
}
@media screen and (min-width: 601px) {
  .sc-content .ac-doubleColonne.double-col-texte {
      display: block;
  }
  .sc-content .ac-doubleColonne.double-col-texte .ac-colonne {
      width: 100%;
  }
  .flex-row.m-row-reverse {
    display: flex !important;
    flex-direction: row-reverse;
  }
  .col.m1,
  .col.m2,
  .col.m3,
  .col.m4,
  .col.m5,
  .col.m6,
  .col.m7,
  .col.m8,
  .col.m9,
  .col.m10,
  .col.m11,
  .col.m12 {
    margin-right: 0;
    margin-left: 0;
  }
  .col.offset-m1 {
    margin-left: 8.33333%;
  }
  .col.offset-m2 {
    margin-left: 16.66666%;
  }
  .col.offset-m3 {
    margin-left: 25%;
  }
  .col.offset-m4 {
    margin-left: 33.33333%;
  }
}
@media screen and (min-width: 993px) {
  .sc-content .ac-doubleColonne.double-col-texte {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: stretch;
  }
  .sc-content .ac-doubleColonne.double-col-texte .ac-colonne {
      width: 50%;
  }

  .index-page .sticky img.logo-index {
      display: block;
      transition:.6s;
  }
  .index-page .sticky img.header-only {
      display: none;
      transition:.6s;
  }

  .index-page .sticky.js-scroll img.logo-index {
      display: none;
  }

  .index-page .sticky.js-scroll img.header-only {
      display: block;
  }


  .flex-row.l-row-reverse {
    display: flex !important;
    flex-direction: row-reverse;
  }
  .col.l1,
  .col.l2,
  .col.l3,
  .col.l4,
  .col.l5,
  .col.l6,
  .col.l7,
  .col.l8,
  .col.l9,
  .col.l10,
  .col.l11,
  .col.l12 {
    margin-right: 0;
    margin-left: 0;
  }
  .col.offset-l1 {
    margin-left: 8.33333%;
  }
  .col.offset-l2 {
    margin-left: 16.66666%;
  }
  .col.offset-l3 {
    margin-left: 25%;
  }
  .col.offset-l4 {
    margin-left: 33.33333%;
  }
  .l-left-align {
    text-align: left;
  }
  .l-right-align {
    text-align: right;
  }
}

/* TYPOGRAPHIE */
/* =========== */

.small-text {
  font-size: .75rem;
  letter-spacing: .064em;
  text-transform: uppercase;
}
[class*="material-icons"].primary-text {
  color: var(--primary-color-lighten);
}
[class*="material-icons"].secondary-text {
  color: var(--secondary-color-lighten);
}
[class*="material-icons"].accent-text {
  color: var(--accent-color-lighten);
}
h1, .title-1 {
  margin: 0 0 2rem;
  line-height: 1.375;
}
h1 span, .title-1 span {
  margin: .5rem 0 0;
  line-height: 1.5;
}
h2, .title-2, .titre_avis {
  margin: 1rem 0;
  line-height: 1.5;
}
h2:first-child, .title-2:first-child, .titre_avis:first-child {
  margin-top: 0 !important;
}
main p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 993px) {
  .small-text {
    font-size: .625rem;
    letter-spacing: .088em;
  }
  h1 {
    margin: 0 0 3rem;
    line-height: 1.25;
  }
  h1 span {
    margin: 1rem 0 0;
    line-height: 1.375;
  }
  h2, .title-2, .titre_avis {
    margin: 1.5rem 0 2rem;
    line-height: 1.375;
  }
}

/* GLOBAL */
/* ====== */

[class*="btn"] [class*="material-icons"] {
  margin-top: -.125rem;
  font-size: 1.5rem;
  line-height: 0;
}
.brand a .flex-row {
  flex-direction: column;
}
/* .brand a .flex-row > .col:first-child {
  margin-bottom: 1rem;
} */
.brand a .flex-row > .col:last-child {
  text-align: center;
}
.slick-dotted {
  margin-bottom: 2.5rem !important;
}
.slick-dotted .slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: .5rem;
  top: 100%;
  bottom: auto;
}
.slick-dotted .slick-dots li {
  display: block;
  margin-right: .25rem;
  margin-left: .25rem;
}
.slick-dotted .slick-dots li,
.slick-dotted .slick-dots li button,
.slick-dotted .slick-dots li button::before {
  width: 1.5rem;
  height: 1.5rem;
}
.slick-dotted .slick-dots li button {
  padding: .5rem;
}
.slick-dotted .slick-dots li button::before {
  font-size: .5rem;
  line-height: 1.5rem;
}
.slick-dotted .slick-dots li button,
.slick-dotted .slick-dots li button::before {
  color: currentColor;
}
[class*="slick-"] a {
  outline: none !important;
}
a.lien-horaires:hover,
a.lien-maps:hover {
  color: var(--primary-color);
}
#fil_ariane > strong:first-child {
  font-weight: normal;
}
.paginationControl {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}
.paginationControl span,
.paginationControl a {
  display: inline-block;
  width: auto;
  padding: .25rem;
  font-size: 1.125rem;
  line-height: 1;
}
.paginationControl .disabled,
.paginationControl .selected {
  color: #CCCCCC;
}
.paginationControl a {
  color: var(--primary-color);
}
.paginationControl a:hover {


  color: var(--primary-color-darken);
}
@media screen and (max-width: 992px) {
  .paginationControl {
    text-align: center;
  }
  .paginationControl span,
  .paginationControl a {
    margin: 0 .25rem;
    padding: .75rem;
    line-height: 1.5rem;
  }
  .paginationControl a {
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 479px) {
  .slick-initialized .slick-prev,
  .slick-initialized .slick-next {
    margin-top: .5rem;
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* STICKY */
/* ====== */

.sticky {
  background-color: #FFFFFF;
}
@media screen and (min-width: 993px) {
  .index-page .sticky {
    color: #FFFFFF;
    background-color: transparent;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
  }
  .sticky {
    transition: box-shadow .3s ease-in-out;
  }
  .sticky.js-scroll {
    color: var(--text-color);
    background-color: #FFFFFF;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
  }
}

/* TOP-BAR */
/* ======= */

.menu-mobile {
  background-color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .top-bar .main-nav {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 993px) {
  .top-bar {
    font-size: .875em;
  }
  .top-bar::after {
    display: block;
    width: 100%;
    height: 0;
    content: '';
    border-bottom: solid 1px;
    opacity: .16;
  }
  .top-bar .main-nav > ul > li > a {
    line-height: 1.5rem;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown {
    color: var(--text-color);
    background-color: #FFFFFF;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu {
    position: relative;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu a {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: baseline;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu > a::after {
      margin-top: 0;
      content: '\e5cc ';
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu ul.ssdropdown {
      display: none;
      width: max-content;
      max-width: 400px;
      background-color: rgba(255,255,255,1);
      position: absolute;
      top: 0;
      left: 100%;
      box-shadow: 0 0 1rem 0 rgba(0,0,0,.08);
      z-index: 2;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu:hover ul.ssdropdown {
      display: block;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu:hover ul.ssdropdown a {
      font-weight: normal;
  }
}

/* HEADER-CONTENT */
/* ============== */

.header-content {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}
.header-content .brand {
  margin-bottom: .5rem;
}
.header-content .reseaux-sociaux > ul {
  justify-content: center;
  margin: -.25rem;
}
.header-content .reseaux-sociaux > ul > li {
  padding: .25rem;
}
.header-content .reseaux-sociaux a {
  padding: .75rem;
}
.header-content .reseaux-sociaux svg {
  width: 1.5rem;
  height: auto;
}
.header-content .tel {
  display: inline-block;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .75rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 601px) {
  .header-content .brand {
    margin-bottom: 0;
  }
  .header-content .brand a .flex-row {
    flex-direction: row;
  }
  .header-content .brand a .flex-row > .col:first-child {
    margin-bottom: 0;
  }
  .header-content .brand a .flex-row > .col:last-child {
    text-align: left;
  }
}
@media screen and (min-width: 993px) {
  .header-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .header-content .reseaux-sociaux > ul {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
    max-height: 3.25rem;
  }
  .header-content .reseaux-sociaux a {
    padding: 0;
  }
  .header-content .reseaux-sociaux svg {
    width: 1.125rem;
    height: auto;
  }
  .index-page .header-content .reseaux-sociaux svg {
    transition: fill .3s ease-in-out;
  }
  .index-page .sticky:not(.js-scroll) .header-content .reseaux-sociaux svg {
    fill: #FFFFFF;
  }
  .header-content .tel {
    display: inline;
    margin: 0;
    padding: 0;
  }
  .index-page .header-content .tel.accent-text {
    color: var(--accent-color-lighten);
    transition: color .3s ease-in-out;
  }
  .index-page .sticky.js-scroll .header-content .tel.accent-text {
    color: var(--accent-color);
  }
}

/* FOLD */
/* ==== */

.slider-slick,
.slide-img {
  height: 25rem;
  min-height: 25rem;
}
@media screen and (min-width: 993px) {
  .index-page .fold {
    position: relative;
  }
  .index-page .fold::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    opacity: .64;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .slider-slick,
  .slide-img {
    height: 100vh;

    height: calc(100vh - 4.5rem);
    min-height: 30rem;
  }
}

/* BLOC-01 */
/* ======= */

#bloc-01.section .section {
  padding-bottom: 0;
}

/* ENCART-INFOS */
/* ============ */

#encart-infos {
  background-color: #FFFFFF;
  border-radius: var(--card-border-radius);
  box-shadow: 0 .5em 1rem rgba(0,0,0,.08);
  overflow: hidden;
}
#encart-infos > div {
  padding-top: 2.5rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
}
#encart-infos .info-encart:not(:last-child) {
  margin-bottom: 1.5rem;
}
#encart-infos .small-text {
  margin-bottom: .5rem;
}
#encart-infos .lien-maps {
  display: inline-block;
}
#encart-infos .lien-maps span {
  display: block;
}
#encart-infos .horaires {
  display: inline-block;
  line-height: inherit;
}
#encart-infos .horaires tbody,
#encart-infos .horaires tr {
  display: block;
}
#encart-infos .horaires tr:not(.today) {
  display: none;
}
#encart-infos .horaires tr.today {
  font-weight: normal;
}
#encart-infos .horaires tr.today > td {
  display: block;
  padding: 0;
}
#encart-infos .horaires tr.today > td:first-child {
  text-transform: lowercase;
}
#encart-infos .horaires tr.today > td:first-child::before {
  content: 'Aujourd\'hui (';
  text-transform: none;
}
#encart-infos .horaires tr.today > td:first-child::after {
  content: ')';
  text-transform: none;
}
#encart-infos li {
  padding-top: 0;
  padding-bottom: 0;
}
#encart-infos [class*="material-icons"] {
  display: block;
  margin-bottom: .25rem;
}
#encart-infos .info-osteopathe {
  background-color: var(--primary-background-color);
}
#encart-infos .info-osteopathe p {
  margin-bottom: .5rem;
}
@media screen and (min-width: 993px) {
  #bloc-01 > .container > .flex-row > .col:first-child > div {
    position: relative;
  }
  #encart-infos {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  #encart-infos > div {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2rem;
    padding-left: 2.5rem;
  }
  #encart-infos .info-osteopathe p {
    font-size: .75rem;
    letter-spacing: .064em;
  }
}

/* ENCART-PRESTATIONS */
/* ================== */

#encart-prestations .card {
  margin-top: 0;
  margin-bottom: 1.5rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.16) !important;
}
#encart-prestations .card-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#encart-prestations .card-image::before {
  background-image: none;
  background-color: #000000;
  opacity: .48;
  z-index: 2;
  transition: none;
}
#encart-prestations .card-image::after {
  display: block;
  width: 100%;
  height: 0 !important;
  padding-bottom: 100%;
  content: '';
  z-index: 0;
}
#encart-prestations .card-image > img {
  display: block;
  width: auto !important;
  max-width: none !important;
  min-width: 1000%;
  height: auto;
  min-height: 1000%;
  margin: auto;
  position: absolute;
  top: -10000%;
  right: -10000%;
  bottom: -10000%;
  left: -10000%;
  transform: scale(.1);
  z-index: 1;
}
#encart-prestations .card-image .card-title {
  z-index: 3;
}
#encart-prestations .card-image .card-title a::before {
  display: block;
  font-size: .625rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .088em;
}
#encart-prestations .card-image .card-title a::before {
  /* content: 'Prestation\00a0 :'; */
}
@media screen and (min-width: 993px) {
  #encart-prestations .card-image::before {
    transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
  }
  #encart-prestations .card:hover .card-image::before {
    background-color: var(--primary-color-darken);
    opacity: .88;
  }
  #encart-prestations .card-image::after {
    padding-bottom: 50%;
  }
}

/* ENCART-CONTACT */
/* ============== */

.bloc-contact {
  padding: 1.5rem;
  background-color: #FFFFFF;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}
.bloc-contact p {
  font-size: 1.125rem;
}
.bloc-contact .tel {
  display: inline-block;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .75rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 601px) {
  .bloc-contact .tel {
    margin-right: -.75rem;
    margin-left: -.75rem;
  }
}
@media screen and (max-width: 992px) {
  main .bloc-contact p {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 993px) {
  .bloc-contact {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .bloc-contact .tel {
    margin: 0;
    padding: 0;
  }
}

/* ENCART-AVIS */
/* =========== */

#avis .titre_avis {
  text-align: center;
}
#avis .bloc-avis {
  margin-right: .75rem;
  margin-bottom: 1rem;
  margin-left: .75rem;
  border: none;
  border-radius: var(--card-border-radius);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}
#avis .js-more .avis::after {
  background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
@media screen and (max-width: 480px) {
  #encart_avis.slick-initialized {
    margin-bottom: 3rem;
  }
}

/* BLOC-03 */
/* ======= */

@media screen and (min-width: 601px) {
  #bloc-03 {
    position: relative;
  }
  #bloc-03.section {
    padding-top: 0;
    padding-bottom: 0;
  }
  #bloc-03 > .container,
  #bloc-03 > .container > .flex-row,
  #bloc-03 > .container > .flex-row > .col {
    position: static;
  }
  #bloc-03 .image-wrapper {
    width: 50%;
    width: calc(50% - .75rem);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

/* ENCART-ACTUALITÃƒâ€°S */
/* ================= */

#encart-actualites ul:not(.slick-dots) > .slick-list > .slick-track > li .card {
  margin-top: 0;
  margin-bottom: 1rem;
  border-radius: var(--card-border-radius);
  background-color: #FFFFFF;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08) !important;
}
#encart-actualites .card .date-actualite {
  padding: 1rem 1.5rem;
  font-size: .625rem;
  letter-spacing: .088em;
  line-height: 1.5rem;
  text-align: right;
  position: relative;
}
#encart-actualites .card .date-actualite::after {
  display: block;
  width: 100%;
  height: 0;
  content: '';
  border-bottom: solid 1px;
  opacity: .08;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
#encart-actualites .card .card-title {
  margin: 0;
  padding: 1rem 1.5rem;
  font-weight: normal;
}
#encart-actualites ul:not(.slick-dots) > .slick-list > .slick-track > li .card .card-title a {
  color: var(--primary-color);
  transition: color .3s ease-in-out;
}
#encart-actualites ul:not(.slick-dots) > .slick-list > .slick-track > li .card .card-title a:hover {
  color: var(--primary-color-darken);
}
#encart-actualites .card p {
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
#encart-actualites > .container > div > .center-align {
  display: none;
}
#prev-actu,
#next-actu {
  display: none;
}
@media screen and (min-width: 601px) {
  #navbar-actu > .flex-row > .col:first-child > .flex-row {
    margin-right: -.25rem;
    margin-left: -.25rem;
  }
  #navbar-actu > .flex-row > .col:first-child > .flex-row > .col {
    padding-right: .25rem;
    padding-left: .25rem;
  }
  #prev-actu,
  #next-actu {
    display: block;
    padding: .8125rem;
    transition: all .3s ease-in-out;
  }
  #prev-actu .material-icons,
  #next-actu .material-icons {
    margin-right: 0;
  }
  #prev-actu:focus,
  #next-actu:focus {
    color: var(--primary-color);
    background-color: transparent;
  }
  #prev-actu:hover,
  #next-actu:hover {
    color: #FFFFFF;
    background-color: var(--primary-color);
  }
  #prev-actu.slick-disabled,
  #next-actu.slick-disabled {
    color: var(--text-color);
    border-color: var(--text-color);
    background-color: transparent;
    opacity: .24;
    pointer-events: none;
  }
}

/* ACTUALITES DETAIL */
/* ======= */

.actualitesDetailContenu ul, .actualitesDetailContenu ol {
  margin-left: 40px;
}


/* NEWSLETTER */
/* ========== */

#encart-newsletter label[for="input_newsletter"] {
  display: none;
}
#desc-newsletter {
  margin-top: 0;
  margin-bottom: 1rem;
}
#mess_newsletter {
  display: block;
  color: var(--error-color);
  text-align: center;
}
@media screen and (min-width: 601px) {
  #desc-newsletter {
    max-width: 50%;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto;
  }
  #form_newsletter {
    max-width: 33.33333%;
    margin: 0 auto;
  }
}

/* FOOTER */
/* ====== */

body > footer .info-footer:not(:last-child) {
  margin-bottom: 1rem;
}
body > footer .small-text {
  margin-bottom: .5rem;
}
body > footer .tel.accent-text {
  color: var(--accent-color-darken);
}
body > footer .lien-maps {
  display: inline-block;
  white-space: nowrap;
}
body > footer .lien-maps span {
  display: block;
}
body > footer .reseaux-sociaux ul {
  justify-content: center;
}
@media screen and (max-width: 600px) {
  body > footer > div.primary {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 601px) {
  body > footer nav::before {
    display: block;
    width: 100%;
    height: 0;
    content: '';
    border-top: solid 1px;
    opacity: .16;
  }
  body > footer nav ul li {
    padding-top: 0;
    padding-bottom: 0;
  }
  body > footer nav ul li a {
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1em;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  body > footer .brand {
    margin-bottom: 1.5rem;
  }
  body > footer .info-footer {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 993px) {
  body > footer > div > .section:first-child > .container > .flex-row > .col:first-child {
    order: 2;
  }
  body > footer > div > .section:first-child > .container > .flex-row > .col:nth-child(2) {
    order: 1;
  }
  body > footer > div > .section:first-child > .container > .flex-row > .col:last-child {
    order: 3;
  }
  body > footer .lien-maps span {
    display: inline;
  }
  body > footer .lien-maps span::after {
    content: ', ';
  }
  body > footer .reseaux-sociaux ul {
    justify-content: flex-end;
  }
  body > footer nav {
    font-size: .875rem;
  }
  body > footer nav ul li a:hover {
    color: var(--primary-color);
  }
}

/* CATALOGUE DÃƒâ€°TAIL */
/* ================ */

.catalogue-detail a.lightbox,
.catalogue-detail a.lightbox img {
  display: block;
  width: 100%;
  height: auto;
}
.catalogue-detail a.lightbox {
  margin-bottom: 1.5rem;
}
.catalogue-detail .row .flex-row .col:not(:first-child) {
  width: 33.333333333333333%;
}

/* ACTUALITÃƒâ€°S DÃƒâ€°TAIL */
/* ================= */

@media screen and (max-width: 992px) {
  .actualites-detail .image_actu {
    margin-bottom: 1.5rem;
    float: none;
  }
  .actualites-detail .image_actu a {
    display: block;
  }
  .actualites-detail .image_actu a img {
    display: block;
    margin: 0 auto;
  }
}

/* PAGE CONTACT */
/* ============ */

.contact-page h1 {
  /* font-size: 28px; */
  color: #FFFFFF;
}
.contact-page #fil_ariane a {
  color: var(--primary-color-lighten);
}
.contact-page p.intro {
  margin-bottom: 1.5rem;
  color: #FFFFFF;
}
.contact-page .coordonnees li,
.contact-page #clock li {
  font-size: 1rem;
}
.contact-page .coordonnees li a.tel {
  color: #FFFFFF;
}
@media screen and (min-width: 601px) {
  .contact-page h1 {
    margin-bottom: 2rem;
    /* font-size: 3rem; */
  }
}
@media screen and (min-width: 993px) {
  .contact-page p.intro {
    margin-bottom: 0;
  }
}

/* PAGE 404 */
/* ======== */

body.page-404 {
  padding-top: 0;
}
.page-404 .header-content {
  padding-bottom: 0;
}
.page-404 .right-404 {
  margin: 2.5rem 0 1.5rem;
  padding: 2rem 1rem;
  border-radius: var(--card-border-radius);
  background-color: #FFFFFF;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.04);
}
.page-404 .right-404 ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 601px) {
  body.page-404 > main > .section > .container > .flex-row {
    flex-direction: row-reverse;
  }
  .page-404 .right-404 {
    margin: 3rem 0;
    padding: 2rem 2.5rem;
  }
}
@media screen and (min-width: 993px) {
  .page-404 .header-content {
    padding-bottom: 1.5rem;
  }
}

/* GESTION DE CONTENU */
/* ================== */

input[class*="mce-"] {
  width: 320px;
  max-width: 100%;
  box-sizing: border-box;
}
.mce-label {
  position: static !important;
}

/* DEMANDE DE RAPPEL */
/* ================= */

body.fancy-box-body {
  padding-top: 1rem;
}
@media screen and (max-width: 480px) {
  .rappel_telephonique h2 {
    margin-bottom: .5rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 481px) {
  .rappel_telephonique .brand {
    margin-bottom: 0;
  }
  .rappel_telephonique .brand a .flex-row {
    flex-direction: row;
  }
  .rappel_telephonique .brand a .flex-row > .col:first-child {
    margin-bottom: 0;
  }
  .rappel_telephonique .brand a .flex-row > .col:last-child {
    text-align: left;
  }
}

#bloc-01 .section p {
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 3.5rem;
}
#bloc-01 .section p strong {
  font-family: 'Roboto';
  font-size: 1.5rem;
}


.osteopathe-femme-enceinte- main p,
.osteopathe-nourrisson-montreuil- main p,
.osteopathe-handicape-montreuil- main p,
.osteopathe-senior-montreuil- main p,
.osteopathe-sportif-montreuil- main p,
.osteopathe-montreuil- main p,
.osteopathie- main p {
  text-align: justify!important;
}
