/*
    Custom CSS :
*/


@font-face {
    font-family: 'Playlist';
    src: url('../fonts/Playlist-Script.eot');
    src: url('../fonts/Playlist-Script.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Playlist-Script.woff2') format('woff2'),
        url('../fonts/Playlist-Script.woff') format('woff'),
        url('../fonts/Playlist-Script.ttf') format('truetype'),
        url('../fonts/Playlist-Script.svg#Playlist-Script') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Constantia';
    src: url('../fonts/Constantia.eot');
    src: url('../fonts/Constantia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Constantia.woff2') format('woff2'),
        url('../fonts/Constantia.woff') format('woff'),
        url('../fonts/Constantia.ttf') format('truetype'),
        url('../fonts/Constantia.svg#Constantia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.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-color3);
	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-color3);
	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;
}

.masonry a {
	
    display: block;

}
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;
}
a:not(.nav-link):not(.btn) {
    color: #D5AC4F;
    text-decoration: underline;
	font-weight: bold;
}
.card a,.itemArt a{
    color: initial!important;
    text-decoration: none!important;
    font-weight: initial!important;
}
.navbar-insta {
max-width: 58px;
    position: absolute;
    left: 0px;
    right: 0;
    /* margin: auto !important; */
    z-index: 20;
}
	.fc-scroller.fc-time-grid-container {
		/*height: 343px !important;*/
		    height: auto!important;
    overflow: hidden!important; 
	}
.cta_header .cta-custom{
	visibility:hidden;
}
@media (min-width: 992px) {
	body header .header-top {
		background-color: var(--main-color2);
	}
}

@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
	}
	#tarteaucitronIcon {
    bottom: 75px!important;
}
.cc-color-override--1715431373.cc-window {
    bottom: 75px!important;
}
  #mainCarousel .carousel-caption.left,#mainCarousel .carousel-caption.right{
      left: 15%;
      right: 15%;
      position: absolute;
      margin-bottom: 3rem;
      width: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: 120px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto !important;
	z-index: 20
}


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

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

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

}

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 50px;
	background-color: transparent;
}

@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: #292929 !important;
	position: relative;
	padding: 5px 0px;
	z-index: 1001;
	overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@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: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .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: #d5ac4f !important
}

body header .header-top .navbar #navbarSupportedContent .navbar-nav li.selected:nth-of-type(4)>a { color: #292929 !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*/
	}
	.navbar-insta {
    max-width: 120px;
    position: absolute;
    left: auto;
    right: 2%;
    /* margin: auto !important; */
    z-index: 20;
}
}

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-color1) !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: #F2F2E3;
		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
	}

	body header .header-top .navbar #navbarSupportedContent.show { left: 0 }
}

@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-color2);
		-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 {
	
	}
	body header .header-top.before-stiky .menunavigation .navbar #navbarSupportedContent .navbar-nav li a {
		font-size: 16px;
		padding: 5px 0px;
		color: #292929;
		
	}
	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: 120px
	}
	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: 120px !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: 16px !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;
		width:33.33%;
		vertical-align: middle;
		font-size: 14px
	}
}

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

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;
		height: 16px
	}
}

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 {

margin-bottom:40px

}

.review-item {
 
    margin: 1%;
    padding: 1em;
    flex: 1 1 29%;
    border-radius: 9px;
    max-height: 357px;
    overflow: hidden;
    position: relative;
    padding-left: 110px
   
}

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

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

.review-stars{
 
    display:block;
    text-align: left;

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

.review-author { text-transform: capitalize;
    font-weight: bold;
    color: #d5ac4f;
    font-size: 1rem}
.review-date {    color: #292929;
    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: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    border: 11px solid #fff;
    margin-top:0;
    position: absolute;
    top: 8px;
    left: 0
}
.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){
	.blocText.tarifcss  .col-md-4 {
margin-bottom: 40px;
	}
	
	  #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;
}
#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%);
	 
}

body {  font-family: Constantia; color: : #292929; font-size: 16px; font-weight: 400; line-height: 24px}
p, ul, li { font-size: 16px ; line-height: 24px }
p a { font-weight: 700 ; color:#888778; position: relative;}
p a:hover { color: #092F49; text-decoration: none; }
ul li a { font-weight: 700 ; color:#888778;}
p { text-align:inherit ; color: #292929 }
a { color:#888778; font-weight: 700  }
body p { color: #292929; }

.carousel-control-next, .carousel-control-prev,.carousel-indicators { display: none !important; }

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(2) {
	margin-right: 100px;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(3) {
	margin-left:100px;
}
.navbar-expand-lg .navbar-nav {  padding-top: 8px ; align-items: center; justify-content: center; position: relative; left: -32px}
.menunavigation {
	padding-top: 26px;
	padding-bottom: 32px;
}
body header .header-top .container { max-width: 1500px}

.cta_header {
	display: none!important;
	/*display: flex;*/
    padding-top: 8px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ville-header{
	    height: 54px;
	color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal!important;
    font-size: 16px!important;
    color: #292929 !important;
    position: relative!important;
    /* padding: 5px 0px; */
    /* z-index: 1001; */
    overflow: hidden!important;
	box-shadow: inset 0 0 0 0.1em #d5ac4f, 0 0 0 rgb(124 56 216 / 0%)!important;
    border: none!important;
}

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4) {
	background-color: #D5AC4F;
	color: #fff !important;
	padding: 10px 20px !important;
	border-radius: 30px;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4) {
	background-color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5) {
	background-color: #D5AC4F;
	color: #fff !important;
	padding: 10px 20px !important;
	border-radius: 30px;
}


.carousel-caption .citation { font-family:Playlist; font-size: 50px; line-height: normal; color: #D5AC4F ; max-width: 1000px; margin: 0 auto }

.se-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
.se-icon svg {
	fill: rgba(255,255,255,1);
}
#pagCat .texte-image .container { max-width: 100% }
.texte-image.modular-texte-image {
	padding:0 40px;
}
.deco {
	position: absolute;
	left: 50%;
	top: 0;
}
#schema {
	display: none !important;
}
.deco {
	position: absolute;
	left: -32%;
	top: 0;
	width: 364px;
	height: 528px;
	background-color:#E6E5C7 ;
	border-radius: 50%;
}



.flex-row-reverse .deco { left:77%; background-color: #F2F2E3; background-image: none; width: 400px; height: 400px }
.flex-row-reverse .deco img { display: none; }
.deco .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0; bottom: 0; margin: auto
}
.deco img {
	max-width: 45px;
	display: none;
	margin: 0 auto;
	display: none;

}

.texte-image.modular-texte-image a img {
	position: relative;
	z-index: 20;
}
.texte-image .col-md-7 {
	position: relative;
	z-index: 2;
	/*padding-right: 80px*/
}

/*.texte-image  .flex-row-reverse .col-md-7 {
	padding: 0 80px
}*/



.texte-image.modular-texte-image {
	overflow: visible;
}

.ApercuAvis .container {
	max-width: 100%;
	padding: 0 80px;
}
.ApercuAvis h2 { text-align: center; }
.ApercuAvis {
	padding-bottom: 100px;
}

.modular-bandeau-cta h2 {
	text-align: center;
	color: #292929;
	font-size: 30px
}
.modular-bandeau-cta {
	background-repeat: no-repeat !important;
	background-position: bottom left !important;
	padding: 60px 0;
	position: relative;
	overflow: visible;
	background-color: #e6e5c7;
	background-attachment: inherit !important;
	background-size: inherit !important;
}
.modular-bandeau-cta .se-icon {
	position: absolute;
	top: -70px;
	transform: rotate(-180deg);
	bottom: auto
}
.modular-bandeau-cta  .se-icon svg {
	fill: #e6e5c7;
} 
.modular-apercu-articles h2 { text-align: center; }
#modular-apercu-articles .card { border:none; }

#modular-apercu-articles .itemArt .cntImg {
	max-height: 300px !important;
	min-height: 300px !important;
	height: 300px !important;
	width: 300px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

#modular-apercu-articles .itemArt .card-body { position: relative;  }
#modular-apercu-articles .card-title {
	position: absolute;
	top: -20px;
}
#modular-apercu-articles  .card-title {
	position: relative;
	margin-top: -40px;
	padding: 10px;
	font-size: 22px;
	color: #292929;
	background-color: #e6e5c7;
	font-weight: 700;
	margin-bottom: 0
}
#modular-apercu-articles  .itemArt .card-body {
	max-height: inherit !important;
	min-height: inherit !important;
	height: auto !important;
}

#modular-apercu-articles  .card-text {
	height: 190px;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 20px
} 

#mainCarousel .se-icon {
	position: absolute;
	transform: rotate(-180deg);
	bottom: 70px
}


#sectFooter { background-color: #E6E5C7; position: relative; margin-top: 80px }
#sectFooter .se-icon {
	position: absolute;
	top: -86px;
	bottom: auto;
	transform: rotate(-180deg);
}
#sectFooter .se-icon svg {
	fill: #E6E5C7 ;
}

#sectFooter .bg-dark { background-color: transparent !important; }
.info .btn {
	border-color: #d5ac4f;
	color: #292929;
	box-shadow: inset 0 0 0 0.1em #d5ac4f, 0 0 0 rgba(124, 56, 216, 0);
	margin: 0 70px;
	width: 200px;
	font-weight: normal
}
.list-inline-item a {
	font-weight: normal;
	color: #292929 !important
}
.list-inline-item:last-child {
	position: relative;
	top: -4px;
	float: right;
}
.list-inline-item a:hover { color:#d5ac4f!important}
.logofooter {
	margin-bottom: 20px;
	max-width: 150px; margin: 0 auto 20px
}

#pagCat .texte-image.modular-texte-image {
	padding: 60px 60px 80px
} 

body header .header-top .navbar #navbarSupportedContent .navbar-nav li:last-child {
	position: absolute;
	right: -250px;
}

#breadcrumbs {
	background-color: #fff;
}

#breadcrumbs  span a:hover span { color: #d5ac4f !important }

#postList .d-block {
	border: #d5ac4f solid 2px;
	border-radius: 50px;
	background-color: transparent !important;
}
#postList .d-block:hover {
	border: #d5ac4f solid 2px;
	border-radius: 50px;
	background-color: #d5ac4f !important;
}

#postList .d-block  h2 { color: #292929 !important;  background-color: transparent; }

.btn.selector{ border:#d5ac4f solid 2px !important; }

#details .container {
	max-width: 100%;
	padding: 0 60px;
}

.deco-page {
	position: absolute;
	left: 70%;
	top: 0;
	width: 400px;
	height: 400px;
	background-color: #F2F2E3;
	border-radius: 50%;
	z-index: -1;
}



.deco-page .img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0; bottom: 0; margin: auto;
	z-index: -1;
}
.deco-page img {
	max-width: 45px;
	display: none;
	margin: 0 auto;

}
#details .col-md-4 a {
	position: relative;
	z-index: 2;
}

#pgContact {
	background-repeat: no-repeat;
	background-size: 100%;
	/* height: 100%; */
	position: relative;
}
#pgContact .img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-color: #fff;
}
#pgContact .container {
	max-width: 100%;
	background-color: #F2F2E3;
	padding: 60px 80px !important;
}
#pgContact .container .row {
	background-color: #f2f2e3;
	padding: 0;
}
#pgContact .container {
	max-width: 100% !important;
	/* background-color: #F2F2E3; */
	padding: 80px 80px 60px !important;
}
#pgContact .col-sm-6.blcimg {
	padding: 0;
}
#pgContact  .col-sm-6 {
	padding: 0;
}
#pgContact #devisForm h2 {
	color: #d5ac4f;
	position: relative;
	margin-bottom: 24px;
}
#map {
	padding: 0 !important;
}

.texte-image h1 { padding-left: 5px }

.texte-image .col-md-7.titre { padding: 0 }

/* RENDEZVOUS */
.PrendreRDV .container { max-width: 1300px }
.tbsRendezVous .blcLst { display: flex;margin: 0 -5px 40px;flex-flow: row wrap;}
/*.fc-toolbar { display: flex; justify-content: space-between; align-items: center;}*/
.PrendreRDV h2 {
	color: #D5AC4F;
	margin-bottom: 20px;
	font-family: Playlist;
	font-size: 50px;
}

.tbsRendezVous .blcLst > div { padding: 0 5px;}
.tbsRendezVous .blcLst > div span { display: block; position: relative; padding-right: 35px }
.tbsRendezVous .blcLst > div.active span { color: #D5AC4F }
.tbsRendezVous .blcLst > div span:after { content: ""; border-bottom: #E6E5C7 solid 10px; display: block; width: 100%; position: absolute; }
.tbsRendezVous .blcLst > div.active span:after { border-color:#D5AC4F }
.notice { background-color:#D5AC4F ; padding: 20px; margin-top: 20px }
.notice h3 { color: #fff; margin-bottom: 15px; font-size: 18px }
.step .btn.suivant { float: right;color: var(--main-color1)}
.step .btn.retour { float: left; color: var(--main-color1) }
.step::after { content: "";display: table;clear: both;margin-bottom: 20px;}

.field .step { display: none; }
.field .step.active { display: block; }
.btn.btn-primary.valider { float: right;color: #000;}

/*.fc-col-header { width: 100% !important;}
.fc-scrollgrid-sync-table { width: 100% !important;height: 100% !important;}
.fc-view-harness.fc-view-harness-active { height: 500px !important;}
.fc-daygrid-body.fc-daygrid-body-unbalanced { width: 100% !important;height: 100% !important;}*/

.blocText .se-icon.top {
	bottom: auto;
	top: -75px;
	background-color: transparent;
	transform: rotate(-180deg);
}
.blocText::before {
	content: "";
	height: 100px;
	position: absolute;
	left: 0;
	top: -100px;
	background: #fff;
	width: 100%;
}
.font-italic {
	position: relative;
	z-index: 2;
}


.blocText { background: #DEC98B; padding: 60px 40px; position: relative; margin-top: 50px }
.blocText h2 { text-align: center ; margin-bottom: 30px}
.blocText .content { background-color: #fff;padding: 30px 20px 20px;text-align: center;max-width: 300px;margin: 0 auto;}
.blocText.tarifcss .content { height: 100%;}
.blocText .content h2 {
	font-size: 30px;
	margin-bottom: 20px;
	font-family: Constantia;
	color: #d5ac4f;
}

.blocText .content p { margin-bottom: 20px }
.blocText .content .link { background-color: #D5AC4F; display: inline-block; padding: 10px 20px; color: #fff; text-transform: uppercase; position: relative;  bottom: -32px; width: 90%}

.blocText.tarifcss  .content .link { background-color: #D5AC4F;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: -11px;
    width: 100%;
    max-width: 260px;}
	
	.blocText.tarifcss  .inner{
		display: flex;
    flex-direction: column;
	}


.blocText .content .link::after { content: "";border-bottom:#D5AC4F solid 2px;width: 150px;margin: 0 auto;display: block;position: absolute;left: 0;right: 0;margin: auto;bottom: -10px;}

/*  btn header */
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4){
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-decoration: none;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size:20px;
  min-width: 12ch;
  padding: 15px 20px;
  border-radius: 2em;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
  will-change: box-shadow, color, transform, opacity, background;
  color: #d5ac4f;
  box-shadow: inset 0 0 0 0.1em #d5ac4f, 0 0 0 rgba(124, 56, 216, 0);
  background-color: #d5ac4f !important;
  font-weight: 700;
  cursor: pointer
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):hover  { background-color: #fff !important; }


body header .header-top .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):hover a, 
body header .header-top .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover a { color: #292929 !important }
body header .header-top .navbar #navbarSupportedContent .navbar-nav li:nth-of-type(4):hover > a { color: #292929 !important }
body header .header-top .navbar #navbarSupportedContent .navbar-nav li:nth-of-type(5):hover > a { color: #292929 !important }
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):after, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):before,
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):after, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):before
 {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  right: -50%;
  left: -50%;
  height: 0;
  padding-bottom: 200%;
  border-radius: 39%;
  border: unset;
  transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
  opacity: 0;
}

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):before, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):before {
  transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
  background: linear-gradient(25deg, #D5AC4F, rgba(150, 56, 216, 0));
}

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):after,
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):after {
  transform: translate3d(10%, 4.8em, 0) rotate(0deg);
  background: linear-gradient(70deg, rgba(222, 201, 139, 0.5), rgba(124, 56, 216, 0));
}

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):hover,
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):focus,
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover,
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus {
  /*transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;*/
  /*background: #dbc37c;*/
  box-shadow: inset 0 0 0 0.1em #E7D19E, 0 0 1.75em rgb(230, 208, 156); border-color: #dbc37c
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):hover.outlined, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):focus.outlined,

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover.outlined, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus.outlined  {
  color: white;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):hover:before, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):hover:after, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus:before, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus:after {
  transition: transform 2s ease 0s, opacity 0.2s ease;
  opacity: 1;
}

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):hover:before, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):focus:before,

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover:before, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus:before
 {
  transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):hover:after, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4):focus:after,

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover:after, 
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus:after
 {
  transform: translate3d(10%, -1em, 0) rotate(180deg);
}


.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5) {
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-decoration: none;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size:20px;
  min-width: 13ch;
  padding: 15px 20px;
  border-radius: 2em;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 0.5s ease, color 0.5s ease, background 0.5s ease;
  will-change: box-shadow, color, transform, opacity, background;
  color: #d5ac4f;
  box-shadow: inset 0 0 0 0.1em #d5ac4f, 0 0 0 rgba(124, 56, 216, 0);
  background-color: transparent;
  font-weight: 700
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5).outlined {
  display: inline-flex;
  background: none;
  color: #170b39;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):after,.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 0;
  right: -50%;
  left: -50%;
  height: 0;
  padding-bottom: 200%;
  border-radius: 39%;
  border: unset;
  transition: transform 0s cubic-bezier(0.2, 0, 0.1, 1) 0.5s, opacity 0.5s cubic-bezier(0.2, 0, 0.1, 1);
  opacity: 0;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):before {
  transform: translate3d(-10%, 4.8em, 0) rotate(330deg);
  background: linear-gradient(25deg, #D5AC4F, rgba(150, 56, 216, 0));
}

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5)::after {
  transform: translate3d(10%, 4.8em, 0) rotate(0deg);
  background: linear-gradient(70deg, rgba(222, 201, 139, 0.5), rgba(124, 56, 216, 0));
}

.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover, .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus {
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1), transform 0.3s cubic-bezier(0.2, 0, 0.1, 1), box-shadow 2s ease, color 1.5s ease, background 1s ease 0.75s;
  background:#d5ac4f;
  box-shadow: inset 0 0 0 0.1em #d5ac4f, 0 0 1.75em rgb(230, 209, 158); border-color: #dbc37c
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover.outlined, .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus.outlined {
  color: white;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover:before, .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover:after, .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus:before, .btn:focus:after {
  transition: transform 2s ease 0s, opacity 0.2s ease;
  opacity: 1;
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover:before, .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus:before {
  transform: translate3d(-10%, -1em, 0) rotate(100deg);
}
.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):hover:after, .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):focus:after {
  transform: translate3d(10%, -1em, 0) rotate(180deg);
}


.PrendreRDV {
	padding: 15px 0;
}

#details .featurette .col-md-8 {
	padding: 0 60px;
}
#details .featurette .col-md-8 h1 { padding-left: 5px }

.blocText h2 {
	color: #fff;
}

.blocText .se-icon {
	bottom: -100px;
	background-color: #dec98b;
	height: 100px
}

.blocText .se-icon svg {
	fill: #dec98b;
} 

#pgContact .se-icon {
	height: 100px;
	background-color: #f2f2e3;
	bottom: -76px;
}
#pgContact .se-icon svg {
	fill: #f2f2e3;
} 

.fc-highlight {
	background-color: #d5ac4f;
	border-color: #d5ac4f;
}
.custom-span { background: #f2f2e3 !important }
#pagCat .container {
	max-width: 1300px;
}

.fc-button-primary:disabled {
	color: #fff;
	background-color: #d5ac4f !important;
	border-color: #d5ac4f !important;
}
.fc-button-primary {
	color: #fff;
	background-color: #d5ac4f !important;
	border-color: #d5ac4f !important;
}


#booking-form {
	margin: 0;
}
#google-reviews .review-item {
	margin-top: 0;
}
.notice span {
	font-size: 16px !important;
}

.fc-button-primary:not(:disabled):active:focus, .fc-button-primary:not(:disabled).fc-button-active:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#authorize_button {
	opacity: 0;
}

.blocText .se-icon.top {
	bottom: auto;
	top: -70px;
	background-color: transparent;
	transform: rotate(-180deg);
}

td.temp-cell {
	min-width: inherit !important;
	max-width: inherit !important;
}
.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	width: 85%;
	height: 50px;
	margin: 0 auto;
}
.fc-time-grid .fc-highlight {
	/*position: absolute;
	left: -10px !important;
	right: 0;*/
	width: 87%;
	height: 36px;
	margin: 0 auto;
	/*left: -12px;*/
}
.fc-highlight { background: rgba(213, 172, 79,0.5) !important; border:none !important; }

.fc-day-header.fc-widget-header {
	padding-top: 10px;
	padding-bottom: 10px !important;
}
.tarifs { position: relative; }
.tarifs::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -248px;
	background: #fff;
}
.texte-image .container {
	max-width: 100%;
}

#devisForm .titre {
	position: relative;
	margin-bottom: 20px
}

#pagCat .row.featurette {
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-span { border-radius: 22px !important; font-weight: normal !important; }
.fc-highlight { border-radius: 22px !important }
#pagCat .row.featurette p {
	line-height: 26px;
}
#pagCat .headerCat .col-md-6 {
	max-width: 100%;
}
/*.fc-time-grid-event.fc-event.fc-not-start.fc-end {
	inset: 0px 0% -155px !important;
}
.fc-time-grid-event.fc-event.fc-start.fc-end {
	inset: 449px 0% -611.367px !important;
}*/
.notice h2 {
	color: #fff;
	font-size: 24px;
	line-height: normal;
	font-family: Constantia;
}

.deco { background: url(../img/tache-marie-kinesiologie.png);width: 350px; height: 486px; background-size: cover; background-color: transparent; }

.blocText .content ul {
	padding-left: 0;
}

/*.fc-time-grid-event.fc-event.fc-not-start.fc-end {
	inset: 0px 0% -154px !important;
}*/
.fc-time span {
	font-size: 10px !important;
	font-family: arial !important;
}
a.fc-time-grid-event.fc-event { margin-bottom: 0 !important }

.text-centered {
	padding: 0 0 100px;
	z-index: 20;
}

a.fc-time-grid-event.fc-event {
	width: 100% !important;
	margin-left: -1px !important;
	text-align: center;
	margin-bottom: inherit !important;
}
.custom-span { padding-top: 5px!important; margin: 0 auto !important }
.fc-time-grid .fc-slats td {
	height: 3.2em !important;
}
.fc-slats tr:last-child {
	position: relative;
	top:-9px;
}
.current-time {
	/*margin-top: 1.4px;*/
	display: flex;
    align-items: center!important;
    justify-items: center;
}
.fc-time-grid .fc-highlight {
    margin-top: 7px!important;
}
.fc-unthemed td.fc-today {
    background: transparent!important;
}
.fc-view-container * { box-sizing: inherit !important; }
.fc-ltr .fc-time-grid .fc-event-container {
	margin: 0 !important;
}

@media (min-width: 1200px) { 

	.fc-scroller.fc-time-grid-container {
		/*height: 343px !important;*/
		    height: auto!important;
    overflow: hidden!important; 
	}

}

@media (max-width: 1600px) {

	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(2) {
		margin-right: 80px;
	}
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(3) {
		margin-left: 80px;
	}
	.blocText .se-icon {
		bottom: -63px;
	}
	#sectFooter .se-icon { top: -73px }

 }

 

 @media (min-width: 1400px) and (max-width: 1572px) {
body header .header-top .navbar #navbarSupportedContent .navbar-nav li:last-child {
    position: fixed;
    right: 35px;
}
a.text-right.navbar-insta {
    position: fixed;
    left: 60px;
}
 }
@media (min-width: 992px) and (max-width: 1400px) {

a.text-right.navbar-insta {
    position: fixed;
    left: 60px;
}
 }
 
@media (max-width: 1400px) { 
	body header .header-top .navbar #navbarSupportedContent .navbar-nav li {
		padding: 0px 40px;
		background-color: transparent;
	}
	body header .header-top .navbar #navbarSupportedContent .navbar-nav li:last-child {
		        position: fixed;
        right: 9px;
		        margin: 0;
	}

	.fc-day-header {
		text-align: left !important;
	}

	#mainCarousel .carousel-caption { top: 20% }
	.blocText .se-icon.top { top: -83px }

	.flex-row-reverse .deco {
		left: 70%;
	}
	.texte-image .flex-row-reverse .col-md-7 {
		padding: 0 0 0 80px;
	}
	.deco { left: -46% }
	

}
@media (max-width: 1366px) {
	body header .header-top .navbar #navbarSupportedContent .navbar-nav li { padding:0 9px}
	.texte-image.modular-texte-image {
		padding: 0 40px;
	}
	.ApercuAvis .container {
		max-width: 100%;
		padding: 0 60px;
	}
	.modular-bandeau-cta .se-icon { top: -60px }

	#pagCat .texte-image.modular-texte-image {
		padding: 30px 30px 0
	} 
	#pagCat  .modular-bandeau-cta { margin-top: 60px }
	#pgContact .container {
		max-width: 100%;
		padding: 60px 60px 60px !important;
	}
	#pgContact #devisForm .container {
		padding: 40px 20px !important;
	}
	#sectFooter .se-icon {
		top: -62px;
	}
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4), .navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5) { min-width: inherit; }

 }

  @media (max-width: 1365px) { 
  	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4), 
  	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5) { min-width: 11ch }
  	body header .header-top .navbar #navbarSupportedContent .navbar-nav li:last-child {
		        position: fixed;
        right: 24px;
	        margin: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4), 
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5) { margin: 0 59px 0 22px; min-width: inherit; }
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4),
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5) { padding: 15px 20px !important }
	.blocText .se-icon {
		bottom: -73px;
	}
	.navbar-expand-lg .navbar-nav { left: 35px }
	body header .header-top .navbar #navbarSupportedContent .navbar-nav li {
		padding: 0 9px;
	}
	.tarifs::before { top: -317px }
	.review-item { max-height: 400px }
	.review-text { height: 200px; overflow:scroll; }


   }


@media (max-width: 1200px) {  
	body header .header-top .navbar #navbarSupportedContent .navbar-nav li:last-child {
		        position: fixed;
        right: 9px;
		        margin: 0;
	}
	.current-time.w-100.h-100.align-items-center.text-center {
		width: auto !important;
	}
	.tbsRendezVous .blcLst > div {
		padding: 0 5px 20px;
	}

body header .header-top .navbar #navbarSupportedContent .navbar-nav li {
		padding: 0 4px;
	}
}

 
 @media (max-width: 1100px) { 
 	body header .header-top .navbar #navbarSupportedContent .navbar-nav li {
		padding: 0 3px;
	}
	/*.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4) a,
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5) a { padding:20px 10px !important }*/
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(2) {
		margin-right: 50px;
	}
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(3) {
		margin-left: 50px;
	}
	body header .header-top .navbar #navbarSupportedContent .navbar-nav li {
		padding: 0 9px;
	}
	.menunavigation {
		padding-top: 30px;
		padding-bottom: 36px;
	}

	.modular-bandeau-cta .se-icon {
		top: -53px;
	}
	.info .btn { margin: 0 40px }
	#sectFooter .se-icon {
		top: -53px;
	}

	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4), 
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5)  { margin: 0 0px 0 0 }
    .navbar-expand-lg .navbar-nav {
        left: -4px;
    }
	#pagCat .headerCat .col-md-6 { flex: 0 0 100%;max-width: 100%;}
	#breadcrumbs { position: relative; z-index: 100 }


 } 

 @media (max-width: 991px) {
 	.menunavigation {
		padding-top: 0;
		padding-bottom: 0;
	}
	body header .header-top {
		position: fixed;
		background-color: #fff;
	}
	.navbar-expand-lg .navbar-nav {
		padding-top: 8px;
		align-items: baseline;
		justify-content: inherit;
	}
	body header .header-top .navbar #navbarSupportedContent .navbar-nav li:last-child {
		position: static;
		right: 0;
		        margin: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(2) {
		margin-right: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(2) {
		margin-left: 0;
	}
	.modular-bandeau-cta .container {
		margin: 20px auto !important;
	}
	.modular-apercu-articles .container {
		max-width: 100%;
	}

	#sectFooter .info {
		display: none;
	}
	.logofooter {
		max-width: 150px;
		margin: 0 auto 0;
	}
	#sectFooter { padding-bottom: 90px }
	#sectFooter .container {
		padding-bottom: 0 !important;
	}

	.modular-bandeau-cta .se-icon {
		top: -32px;
	}
	#mainCarousel .se-icon { bottom: 66px }

	.review-meta { text-align: center; }
	.user-img { margin: 0 auto }
	.review-stars {text-align: center}
	.review-text { text-align: center; }
	.review-item {
		padding-left: 00;
	}
	.user-img { position: static; display: block; }

	.review-item { max-height: 400px }
	.review-text { height: 200px; overflow:scroll; }
	#Homepage.texte-image.modular-texte-image {
		margin-top: -30px;
	}
	.deco { display: none; }
	.deco-page { display: none; }

	.rvd i {
		width: 15px;
		margin: 0 auto !important;
		display: block;
	}
	.rvd i img {
		width: 100%;
		display: block;
	}
	#sectFooter .se-icon {
		top: -40px;
	}
		#modular-apercu-articles .itemArt .card-body {
		max-height: inherit !important;
		min-height: inherit !important;
		height: auto !important;
	}
	#sectFooter {
		margin-top: 40px;
	}
	.texte-image .col-md-7 {
		padding: 0 20px;
	}

	.texte-image  .flex-row-reverse .col-md-7 {
		padding: 0 20px
	}

	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4), 
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5) {
		margin-left: 30px;
	}

	#details .featurette .col-md-8 {
		padding: 0 20px;
	}
	#details .container {
		max-width: 100%;
		padding: 40px 40px 0 !important
	}

	.blocText .container {
		max-width: 100%;
	}
	.blocText .se-icon {
		bottom: -50px;
	
	}
	.blocText .content h2 { font-size: 30px }
	.navbar-expand-lg .navbar-nav { left: 0 }
	.tbsRendezVous .blcLst > div {
		padding: 10px 5px;
		display: block;
	}
	.current-time.w-100.h-100.align-items-center.text-center {
		width: auto !important;
	}
	.fc-time-grid .fc-highlight {width:93% !important}
	.blocText .se-icon.top { top: -92px }
	.blocText {margin-top: 23px}
	.blocText::before { height: 50px; top: -45px }
	.texte-image .flex-row-reverse .col-md-7 {
		padding: 0 ;
	}
	#breadcrumbs { position: relative; z-index: 2 }
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4) a, 
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5) a {
		padding: 0 !important;
	}
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):before,
	.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(5):after { display: none; }
	.list-inline-item:last-child  { float: none; }
	.blocText .content { margin-bottom: 20px }
	#sectFooter .se-icon {
	top: -28px;
}






  }

  @media (max-width: 768px) { 
  	#breadcrumbs {
		height: auto !important;
		line-height: normal !important;
		padding-left: 3rem;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.texte-image .col-md-7 { padding: 0 }
	.texte-image  .flex-row-reverse .col-md-7 {
		padding: 0 
	}
	.modular-bandeau-cta { background-size: 50% }

	#modular-apercu-articles .itemArt .card-body {
		max-height: inherit !important;
		min-height: inherit !important;
		height: auto !important;
	}
	#sectFooter .se-icon { top: -27px
	#sectFooter {
		padding-bottom: 40px;
	}
	#modular-apercu-articles {
		margin-bottom: 0 !important;
	}
	#sectFooter {
		padding-bottom: 70px;
	}
	.texte-image .col-md-5 {
		padding: 0;
	}
	.carousel-caption .citation { font-size: 40px }

	#details .featurette .col-md-8 {
		padding: 0 20px;
		margin-top: 20px;
	}
	.blocText .content h2 { font-size: 30px }
	.blocText .content { margin-bottom: 40px }
	.PrendreRDV h2 { font-size: 40px; line-height: 40px }
	.PrendreRDV {
		padding: 40px 0;
	}
	td.temp-cell {
		max-width: inherit !important;
	}
	#pgContact .col-sm-6.blcimg {
		padding: 0;
			 height: 300px; 
	}
	#pgContact .col-sm-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fc-day-header.fc-widget-header {
		text-align: center !important;
		font-size: 14px;
	}
	.tarifs::before { top: -172px}
	#sectFooter .se-icon {
		top: -26px;
	}

	.blocText .content  ul li a {
		word-break: break-all;
	}


   }


     @media (max-width: 600px) { 
 		.carousel-caption .citation { font-size: 35px }
 		.texte-image.modular-texte-image {
			padding: 0 20px;
		}
		.ApercuAvis .container {
			margin-bottom: 0 !important;
			margin-top: 0 !important;
		}
		.ApercuAvis {
			margin-top: 40px;
		}
		#google-reviews .slick-slide {
			margin-top: 0 !important;
		}
		.ApercuAvis {
			padding-bottom: 60px;
		}
		.modular-bandeau-cta .se-icon {
			top: -27px;
		}
		#modular-apercu-articles .itemArt .card-body { text-align: center; }
		.deco { display: none; }
		#pagCat .texte-image.modular-texte-image {
			padding: 20px 10px;
		} 
		#pgContact .container {
			max-width: 100%;
			padding: 60px 40px 60px !important;
		}
		#Homepage.texte-image.modular-texte-image {
			margin-top: -46px;
		}
		.texte-image .col-md-5 {
			padding: 0;
		}
		#sectFooter {
			margin-top: 20px;
		}
		#modular-apercu-articles .card-text { height: auto; padding-bottom: 20px }

		#details .container {
			max-width: 100%;
			padding: 40px 20px 0 !important;
		}
		#details #contactInfo {
			padding-top: 0 !important;
		}
		#details #contactInfo  .container { padding-top: 0 !important }
		#details .container.my-5 {
			margin: 0 !important;
		}
		.blocText .se-icon {
			bottom: -30px;
		}
		.blocText {
			padding: 60px 20px;
		}
		.fc-toolbar h2 {
			font-size: 1.15em !important;
			margin: 0;
		}
		.field .btn { min-width: 9ch }
		.fc-toolbar { flex-direction: column !important; }
		.custom-span { font-size: 12px }
		.btn.btn-primary.valider {
			float: left;
		}
		body header .header-top .navbar #navbarSupportedContent .navbar-nav li:last-child a {
			padding: 0 !important;
		}
		.navbar-expand-lg .navbar-nav .nav-item:nth-of-type(4) a {
			padding: 0 !important;
		}
		#pgContact .col-sm-6.blcimg {
			padding: 0;
			 height: 300px; 
		}
		#pgContact .col-sm-6 {
				-ms-flex: 0 0 100%;
				flex: 0 0 100%;
				max-width: 100%;
		}
		.fc-day-header span {
			font-size: 12px;
		}
		#modular-apercu-articles .itemArt .cntImg {
			max-height: 250px !important;
			min-height: 250px !important;
			height: 250px !important;
			width: 250px;
		
		}
		.tarifs::before { top: -242px }
		.fc-time span {
			font-size: 8px !important;

		}
									

      }

     @media (max-width: 480px) { 
     	.carousel-caption .citation { font-size: 30px }
     	.modular-bandeau-cta .se-icon {
			top: -17px;
		}
		#sectFooter .se-icon { top: -20px }
		.blocText .se-icon {
			bottom: -23px;
		}
		.tbsRendezVous .blcLst > div {
			 width: 100%;
		}
		#etape3 .retour {
			width: 250px;
		}
		.blocText .se-icon.top {
			top: -86px;
		}

     }

	
.fc-time-grid-event-inset {
  left: 100% !important;
}

