/*
    Custom CSS :
*/

.btn-primary {
  color: #fff;
  background-color: var(--main-color3);
  border-color: var(--main-color3);
}

.btn-primary:hover {
  color: var(--main-color3);
  background-color: #fff;
  border-color: var(--main-color3);
}

body header .navbar-toggler {
  position: absolute;
  z-index: 1111;
  top: 0px;
  left: 100%;
  padding: 8px 10px 0 10px;
  background: white;
  -moz-transition: all 225ms ease-in-out 0ms;
  -o-transition: all 225ms ease-in-out 0ms;
  -webkit-transition: all 225ms ease-in-out;
  -webkit-transition-delay: 0ms;
  transition: all 225ms ease-in-out 0ms;
  border: none;
  border-radius: 0px;
  outline: none;
}

body header .navbar-toggler span {
  position: relative;
  display: block;
  height: 3px;
  width: 38px;
  background: var(--main-color1);
  margin: 0 0 9px 0;
}

body header .navbar-toggler:after {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  content: "MENU";
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  padding: 3px 0;
  background: var(--main-color1);
  border: none;
  border-radius: 0px;
}

body header .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  -moz-transform: rotate(45deg) translateY(7px) translateX(9px);
  -ms-transform: rotate(45deg) translateY(7px) translateX(9px);
  -webkit-transform: rotate(45deg) translateY(7px) translateX(9px);
  transform: rotate(45deg) translateY(7px) translateX(9px);
  -moz-transition: all 225ms ease-in-out 0ms;
  -o-transition: all 225ms ease-in-out 0ms;
  -webkit-transition: all 225ms ease-in-out;
  -webkit-transition-delay: 0ms;
  transition: all 225ms ease-in-out 0ms;
}

body header .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

body header .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  -moz-transform: rotate(-45deg) translateY(-9px) translateX(9px);
  -ms-transform: rotate(-45deg) translateY(-9px) translateX(9px);
  -webkit-transform: rotate(-45deg) translateY(-9px) translateX(9px);
  transform: rotate(-45deg) translateY(-9px) translateX(9px);
  -moz-transition: all 225ms ease-in-out 0ms;
  -o-transition: all 225ms ease-in-out 0ms;
  -webkit-transition: all 225ms ease-in-out;
  -webkit-transition-delay: 0ms;
  transition: all 225ms ease-in-out 0ms;
}

body header .navbar-toggler[aria-expanded="true"]:after {
  content: "FERMER";
}

body header .header-top {
  z-index: 111;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#mainCarousel .carousel-caption {
  padding-left: 3%;
  padding-right: 3%;
}
#mainCarousel .carousel-caption.left {
  width: 400px;
  left: 15%;
  margin: 0;
  /* padding: 0px; */
  position: absolute;
  bottom: 0;
}
#mainCarousel .carousel-caption.right {
  width: 400px;
  left: 65%;
  margin: 0;
  /* padding: 0px; */
  position: absolute;
  bottom: 0;
}

#mainCarousel .carousel-inner {
  margin-top: 71px;
  height: calc(100vh - 71px);
}
.apercu-categories .masonry {
  column-count: 3;
}
a.cta-custom {
  color: var(--main-color2);
}
.pictogrammes {
  background: var(--main-color3);
  color: var(--main-color2);
}
.pictogrammes .card {
  width: 30%;
  background-color: transparent;
  border: 1px solid white;
  margin: 1rem;
}
.pictogrammes .card img.card-img-top {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
.masonry .item span {
  position: absolute;
  background-color: var(--main-color1);
  color: var(--main-color2);
  padding: 10px;
}
footer .info a {
  font-size: 16px;
}
.reseaux-sociaux a {
  font-size: 40px;
}

.bg-dark {
  background: var(--main-color3) !important;
}
@media (min-width: 992px) {
  body header .header-top {
    background-color: var(--main-color1);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body header .header-top .container {
    padding: 0 15px !important;
    max-width: none !important;
    width: 100%;
  }
}

@media (max-width: 991px) {
  body header .header-top .cta_header {
    display: none;
  }
  #sectFooter .footer-copyright {
    padding-bottom: 80px !important;
  }
  #mainCarousel .carousel-caption.left,
  #mainCarousel .carousel-caption.right {
    left: 15%;
    right: 15%;
    position: absolute;
    margin-bottom: 3rem;
    width: auto;
  }
  p img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body header .header-top .cta_header .cta-custom,
  body header .header-top .cta_header .avant-apres.single .owl-nav button,
  body .avant-apres.single .owl-nav header .header-top .cta_header button,
  body header .header-top .cta_header .button-group button,
  .button-group body header .header-top .cta_header button {
    font-size: 16px !important;
    padding: 10px !important;
  }
}

body header .header-top .navbar-brand {
  margin-right: 0 !important;
  max-width: 150px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body header .header-top .navbar-brand {
    max-width: 150px;
  }
}

@media screen and (max-width: 991px) {
  body header .header-top .navbar-brand {
    max-width: 250px;
    margin: auto !important;
  }
}

@media screen and (max-width: 400px) {
  body header .header-top .navbar-brand {
    max-width: 60%;
  }
}

body header .header-top .navbar-brand img {
  max-width: 100%;
}

body header .header-top .navbar {
  padding: 0;
  width: 100%;
}

@media (max-width: 991px) {
  body header .header-top .navbar #navbarSupportedContent .navbar-nav {
    height: 100vh !important;
    padding-bottom: 220px;
    overflow: auto;
  }
}

body header .header-top .navbar #navbarSupportedContent .navbar-nav li {
  padding: 0px 10px;
  background-color: transparent;
  border-radius: 3px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body header .header-top .navbar #navbarSupportedContent .navbar-nav li {
    padding: 0px 5px !important;
  }
}

body header .header-top .navbar #navbarSupportedContent .navbar-nav li a {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  color: white;
  position: relative;
  padding: 5px 0px;
  z-index: 1001;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body header .header-top .navbar #navbarSupportedContent .navbar-nav li a {
    font-size: 14px;
    padding: 5px 0px !important;
  }
}

@media (min-width: 992px) {
  body
    header
    .header-top
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li
    a.dropdown_toggle:after {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    content: "";
  }
}

body
  header
  .header-top
  .navbar
  #navbarSupportedContent
  .navbar-nav
  li:hover
  > a,
body
  header
  .header-top
  .navbar
  #navbarSupportedContent
  .navbar-nav
  li.selected
  > a {
  color: white !important;
}

@media (max-width: 991px) {
  body
    header
    .header-top
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li:hover
    > a,
  body
    header
    .header-top
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li.selected
    > a {
    background-color: var(--main-color3) !important;
  }
}

body
  header
  .header-top
  .navbar
  #navbarSupportedContent
  .navbar-nav
  li:hover
  > a:before,
body
  header
  .header-top
  .navbar
  #navbarSupportedContent
  .navbar-nav
  li.selected
  > a:before {
  width: 100%;
  opacity: 1;
}

@media (min-width: 992px) {
  body header .header-top .navbar #navbarSupportedContent .navbar-nav li:hover,
  body
    header
    .header-top
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li.selected {
    background-color: var(--main-color3);
  }
}

@media (max-width: 991px) {
  body header .header-top .navbar #navbarSupportedContent .navbar-nav li {
    text-align: right;
    padding: 0px 10px 0 0;
  }
  body header .header-top .navbar #navbarSupportedContent .navbar-nav li a {
    color: var(--main-color3) !important;
    background-color: rgba(255, 237, 0, 0);
    padding: 10px 20px;
    letter-spacing: 1px;
  }
}

body
  header
  .header-top
  .navbar
  #navbarSupportedContent
  .navbar-nav
  li.dropdown
  > .dropdown-menu {
  border: none;
}

@media (max-width: 991px) {
  body
    header
    .header-top
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li.dropdown
    > .dropdown-menu {
    display: block;
  }
}

@media (min-width: 992px) {
  body
    header
    .header-top
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li.dropdown
    > .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.5);
    left: 50%;
    text-align: center;
    -moz-transform: translateX(-50%);
    -webki-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

body
  header
  .header-top
  .navbar
  #navbarSupportedContent
  .navbar-nav
  li.dropdown
  > .dropdown-menu
  a {
  font-size: 14px;
}

body
  header
  .header-top
  .navbar
  #navbarSupportedContent
  .navbar-nav
  li.dropdown:hover
  > .dropdown-menu {
  display: block !important;
}

@media (min-width: 992px) {
  body
    header
    .header-top
    .navbar
    #navbarSupportedContent
    .navbar-nav
    > li
    + li {
    margin-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body
    header
    .header-top
    .navbar
    #navbarSupportedContent
    .navbar-nav
    > li
    + li {
    margin-left: 5px;
  }
}

@media (max-width: 991px) {
  body header .header-top .navbar #navbarSupportedContent {
    padding-top: 20px;
    background-color: white;
    overflow: visible !important;
    position: fixed;
    z-index: 111;
    top: 0;
    display: block !important;
    height: 100vh !important;
    overflow: auto;
    left: -50%;
    width: 50% !important;
    overflow: auto;
  }
  body header .header-top .navbar #navbarSupportedContent li + li {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  body header .header-top .navbar #navbarSupportedContent {
    left: -75%;
    height: 100vh !important;
    padding-bottom: 100px;
    width: 75% !important;
  }
}

body header .header-top .navbar #navbarSupportedContent.showed {
  left: 0 !important;
}

@media (min-width: 992px) {
  body header .header-top .navbar .cta_block {
    margin-left: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1209px) {
  body header .header-top .navbar .cta_block {
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  body header .header-top .navbar .cta_block {
    display: none;
  }
}

body header .header-top .navbar .cta_block .cta-custom,
body header .header-top .navbar .cta_block .avant-apres.single .owl-nav button,
body .avant-apres.single .owl-nav header .header-top .navbar .cta_block button,
body header .header-top .navbar .cta_block .button-group button,
.button-group body header .header-top .navbar .cta_block button {
  color: #ffed00;
}

body header .header-top .navbar .cta_block .cta-custom:hover,
body
  header
  .header-top
  .navbar
  .cta_block
  .avant-apres.single
  .owl-nav
  button:hover,
body
  .avant-apres.single
  .owl-nav
  header
  .header-top
  .navbar
  .cta_block
  button:hover,
body header .header-top .navbar .cta_block .button-group button:hover,
.button-group body header .header-top .navbar .cta_block button:hover {
  color: white;
}

@media (max-width: 991px) {
  body header .header-top .cta_block {
    display: none;
  }

  .pictogrammes .card img.card-img-top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.1rem;
  }
}

body header .header-top .cta_block .cta-header {
  font-size: 22px;
  position: relative;
  padding: 10px 20px;
  letter-spacing: 1px;
  color: white;
  text-decoration: none !important;
  z-index: 1;
  text-align: center;
  display: inline-block;
  overflow: hidden;
}

body header .header-top .cta_block .cta-header span {
  display: block;
  line-height: 1;
}

body header .header-top .cta_block .cta-header span.name {
  font-size: 0.74em;
  line-height: 1;
  letter-spacing: -1px;
}

body header .header-top .cta_block .cta-header:before,
body header .header-top .cta_block .cta-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
}

body header .header-top .cta_block .cta-header:before {
  background-color: #ffed00;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

body header .header-top .cta_block .cta-header:after {
  background-color: transparent;
  border: 2px solid white;
}

body header .header-top .cta_block .cta-header:hover:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

body header .header-top .cta_block .cta-header:hover:after {
  background-color: transparent !important;
}

@media (min-width: 992px) {
  body header .header-top:not(.sticky) .container {
    position: relative;
  }
  body header .header-top:not(.sticky) .container .cta_block {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  body header .header-top.before-stiky {
    top: -100px;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: var(--main-color1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -webki-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
  body header .header-top.before-stiky *,
  body header .header-top.before-stiky *:before,
  body header .header-top.before-stiky *:after {
    transition: all 0s !important;
  }
  body header .header-top.before-stiky .menunavigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: space-between !important;
    position: relative;
  }
  body
    header
    .header-top.before-stiky
    .menunavigation
    > .text-center
    .navbar-brand {
    max-width: 150px;
  }
  body
    header
    .header-top.before-stiky
    .menunavigation
    > .text-center
    .navbar-brand
    img {
    max-width: 100%;
    height: auto;
  }
  body
    header
    .header-top.before-stiky
    .menunavigation
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li {
    border-radius: 3px;
  }
  body
    header
    .header-top.before-stiky
    .menunavigation
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li
    a {
    font-size: 16px;
    padding: 5px 0px;
    color: white;
  }
  body
    header
    .header-top.before-stiky
    .menunavigation
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li
    a::before {
    bottom: -10px;
    background-color: #ffed00;
    height: 4px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body
    header
    .header-top.before-stiky
    .menunavigation
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li
    a::before {
    bottom: -5px;
  }
}

@media (min-width: 992px) {
  body header .header-top.before-stiky .menunavigation .navbar-brand {
    max-width: 150px;
  }
  body header .header-top.before-stiky .menunavigation .cta_block {
    position: absolute;
    margin-top: 10px;
    top: 100%;
    right: 15px;
  }
  body header .header-top.before-stiky .menunavigation .cta_block .cta-header {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body header .header-top.before-stiky .container {
    padding: 0 15px !important;
    max-width: none !important;
    width: 100%;
  }
  body
    header
    .header-top.before-stiky
    .container
    .menunavigation
    .navbar-brand {
    max-width: 150px !important;
    margin-right: 5px;
  }
  body
    header
    .header-top.before-stiky
    .container
    .menunavigation
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li {
    padding: 0 10px;
  }
  body
    header
    .header-top.before-stiky
    .container
    .menunavigation
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li
    a {
    font-size: 14px !important;
  }
  body
    header
    .header-top.before-stiky
    .container
    .menunavigation
    .cta_block
    .cta-header {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body header .header-top.sticky {
    transition: all 0.4s !important;
    top: 0;
  }
  body
    header
    .header-top.sticky
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li {
    transition: all 0.4s !important;
  }
  body
    header
    .header-top.sticky
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li
    a:before,
  body
    header
    .header-top.sticky
    .navbar
    #navbarSupportedContent
    .navbar-nav
    li
    a:after {
    transition: all 0.4s !important;
  }
  body
    header
    .header-top.sticky
    .navbar
    #navbarSupportedContent
    .navbar-nav
    ul {
    transition: all 0.4s !important;
  }
}

body .cta-mobile.rectBoxesBottom {
  position: fixed;
  z-index: 11111;
  background-color: var(--main-color1);
  bottom: 0;
  left: 0;
  width: 100%;
}

body .cta-mobile.roundBoxesRight {
  position: fixed;
  z-index: 11111;
  bottom: 100px;
  right: 0;
  width: 70px;
}

body .cta-mobile.rectBoxesBottom .cta-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  body .cta-mobile.rectBoxesBottom .cta-bottom {
    display: table;
    width: 100%;
  }
}

body .cta-mobile.rectBoxesBottom .cta-bottom > a {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  color: white;
  padding: 15px;
  border: 1px solid white;
  font-size: 20px;
  border-left: none;
  border-bottom: none;
}
body .cta-mobile.roundBoxesRight .cta-bottom > a {
  background-color: var(--main-color1);
  color: white;
  border-radius: 50%;
}

body .cta-mobile.roundBoxesRight .cta-bottom > a:hover {
  background-color: var(--main-color3);
  color: white;
}

body .cta-mobile.rectBoxesBottom .cta-bottom > a span {
  display: block;
}
body .cta-mobile.roundBoxesRight .cta-bottom a span {
  display: none;
}
body .cta-mobile.roundBoxesRight .cta-bottom a.cta-mob-contact {
  font-size: 35px;
  position: absolute;
  top: -65px;
  padding: 5px 10px;
}
body .cta-mobile.roundBoxesRight .cta-bottom a.cta-mob-phone {
  font-size: 40px;
  padding: 5px;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
body .cta-mobile.rectBoxesBottom .cta-bottom > a span.name {
  font-size: 0.74em;
}

body .cta-mobile.rectBoxesBottom .cta-bottom > a:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  body .cta-mobile.rectBoxesBottom .cta-bottom > a {
    padding: 10px 5px;
    font-size: 18px;
  }

  .apercu-categories .masonry {
    column-count: 1;
  }
}

@media screen and (max-width: 991px) {
  body .cta-mobile.rectBoxesBottom .cta-bottom > a {
    display: table-cell;
  }
}

@media (max-width: 400px) {
  body .cta-mobile.rectBoxesBottom .cta-bottom > a {
    font-size: 16px;
    padding: 15px 5px;
  }
}

body .cta-mobile.rectBoxesBottom .cta-bottom > a i {
  margin-right: 7px;
  font-size: 0.9em;
}

@media (max-width: 767px) {
  body .cta-mobile.rectBoxesBottom .cta-bottom > a i {
    display: block;
    margin-right: 0;
  }
}

body .top-slide {
  overflow: hidden;
}

body .top-slide #scroll_content {
  z-index: 11;
  position: absolute;
  display: block;
  text-align: center;
  color: white;
  font-size: 40px;
  width: 114px;
  bottom: 20px !important;
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
  -moz-transition: all 225ms ease-in-out 0ms;
  -o-transition: all 225ms ease-in-out 0ms;
  -webkit-transition: all 225ms ease-in-out;
  -webkit-transition-delay: 0ms;
  transition: all 225ms ease-in-out 0ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: fadeMidina;
  animation-name: fadeMidina;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  opacity: 0.6;
}

@media (max-width: 767px) {
  body .top-slide #scroll_content {
    font-size: 30px;
  }
  #sectFooter {
    /* padding-bottom: 79px;*/
    padding-bottom: 0px;
  }
}

body .top-slide #scroll_content:hover {
  animation-play-state: paused;
  color: #ffed00;
}

body .top-slide #scroll_content img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

body .top-slide.scroll #scroll_content {
  display: none;
}

body .top-slide.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  overflow: hidden;
  background-color: var(--main-color1);
}

body .top-slide.slide-content #kenburns-bg {
  background-attachment: fixed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#map-plug {
  display: none;
}

#google-reviews {
  display: flex;
  flex-wrap: wrap;
  //display: grid;
  //grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));
}

.review-item {
  border: solid 1px rgba(190, 190, 190, 0.35);
  margin: 1%;
  padding: 1em;
  flex: 1 1 29%;
  border-radius: 9px;
  max-height: 229px;
  overflow: hidden;
  background: linear-gradient(67deg, #fdba13 32%, #fff 28%);
  box-shadow: 4px 3px 10px -3px;
}

@media (max-width: 1200px) {
  .review-item {
    flex: 1 1 40%;
  }
}

@media (max-width: 450px) {
  .review-item {
    flex: 1 1 90%;
  }
}
.review-meta {
  text-align: center;
  width: 38%;
  display: inline-block;
  float: left;
}
/*.review-meta, .review-stars {text-align:center; font-size:115%;}*/

.review-stars {
  width: 62%;
  display: inline-block;
  text-align: left;
  float: right;
}
.review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 61%;
  margin: auto 0 auto auto;
  display: inline-block;
  float: right;
  overflow: auto;
  height: 99%;
}

.review-author {
  text-transform: capitalize;
  font-weight: bold;
  color: #750a10;
  font-size: 1.2rem;
}
.review-date {
  color: #fff;
  opacity: 1;
  font-size: 0.8rem;
  display: block;
}
.review-text {
  line-height: 1.55;
  text-align: left; /* max-width:32em;*/
  margin: auto;
}

.review-stars ul {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.review-stars ul li {
  float: left;
  margin-right: 1px;
  line-height: 1;
}
.user-img {
  overflow: hidden;
  width: 117px;
  height: 117px;
  display: inline-block;
  border-radius: 50%;
  border: 11px solid #fff;
  margin-top: 5%;
}
.user-img img {
  margin: auto;
  width: 100%;
  height: 100%;
  display: inline;
  vertical-align: middle;
}
.review-stars ul li i {
  color: #fdba13;
  font-size: 2em;
  font-style: normal;
}
.review-stars ul li i.inactive {
  color: #c6c6c6;
}
.star:after {
  content: "\2605";
}

@media screen and (max-width: 992px) {
  .table {
    overflow-x: scroll;
    width: 100% !important;
    display: block;
  }
  #schema > div {
    z-index: 105 !important;
    margin: 10px 10px 77px 10px !important;
  }
  #schema .star {
    font-size: 20px !important;
  }
  #schema .review-stars {
    width: 100% !important;
    display: inline-block !important;
    text-align: center !important;
    float: none !important;
    /* font-size: 27px; */
    /*margin-top: -30px!important;*/
    height: 20px !important;
  }
  #schema h4 {
    font-size: 15px !important;
    margin: 0px 10px !important;
    min-width: 79px;
    margin-top: 5px !important;
  }
  #schema > div > span {
    display: none !important;
  }
  #schema img {
    /*margin-top: 7px;*/
  }
  #schema .star {
    font-size: 17px !important;
  }
  #schema .star {
    font-size: 17px !important;
  }
  #schema > div {
    display: flex !important;
    min-width: 164px !important;
    width: 90%;
    padding: 8px;
  }
  #schema > div > div {
    display: inline-flex;
  }
  #schema .review-stars {
    margin-top: 5px !important;
  }
  #schema a {
    min-width: 60px;
  }
  #schema .star {
    font-size: 17px !important;
  }
}
#schema .star {
  font-size: 1.7rem;
  font-size: 25px;
}
#schema img {
  /* margin-top: 7px; */
  height: 30px !important;
  width: 30px !important;
}
.horaire li {
  display: block;
  font-size: 11px;
}

.member-div-container {
  display: flex;
  align-items: center;
  place-content: flex-start;
  flex-wrap: wrap;
  column-count: 6;
  column-gap: 1em;
}
.member-div-container > a {
  display: block;
  margin: 1rem 0;
  flex: 0 0 15%;
}
@media screen and (max-width: 992px) {
  .member-div-container > a {
    flex: 0 0 46%;
  }
}

.member-div-container > a:hover {
  color: #fff;
}
.member-div-container .item-member {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2/3;
  box-shadow: 0 0 10px #0000008a;
  margin: 0;
  border-radius: 200px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center center;
}
.member-div-container .item-member {
  display: block;
  margin: 0 0 1em;
  width: 100%;
  text-align: center;
}

.title-b {
  margin-top: 100%;
  display: block;
  color: #fff;
}
.imgmissing {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.btn-missing {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.info-publication {
  font-size: 8pt !important;
  color: #999999 !important;
  text-transform: capitalize;
}

.ba-slider .handle:after {
  background: transparent url(../img/ba-bg.png) center center no-repeat !important;
  content: "" !important;
  background-size: 22px auto !important;
}
