/*
    Custom CSS :
*/

@font-face {
    font-family: 'DYLOVASTUFF';
    src: url('../fonts/DYLOVASTUFF.eot');
    src: url('../fonts/DYLOVASTUFF.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DYLOVASTUFF.woff2') format('woff2'),
        url('../fonts/DYLOVASTUFF.woff') format('woff'),
        url('../fonts/DYLOVASTUFF.ttf') format('truetype'),
        url('../fonts/DYLOVASTUFF.svg#DYLOVASTUFF') 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:16px;
	left: 40px;
	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: #244997;
	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;
	font-size: 12px;
	padding: 3px 0;
	color: #244997;
	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';
	color: #fff
}

body header .header-top {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 105px
}
#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;
    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;
  color: #fff !important
}
.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-color2);
	}
}

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

@media (max-width: 991px) {
	body header .header-top .cta_header {
		display: none
	}
  #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: 0 auto !important;
	max-width: 200px;
	position: absolute;
  display: block;	
}

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

@media screen and (max-width: 991px) {
	body header .header-top .navbar-brand {
		max-width: 126px;
		margin: auto !important;
		position: relative;
	}
	body header .header-top { position: fixed; background-color: #fff  }
	.menu-head.showed .navbar-brand {
		top: 40px;
		left: 20px;
		position: absolute;

	}
}

@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: 70%;
	flex-flow: column;
}

@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: .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: 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: 0;
		background-color: white;
		overflow: visible !important;
		position: fixed;
		z-index: 111;
		top: -13px;
		display: block !important;
		height: auto!important;
		overflow: auto;
		left: 0;
		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-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;
		
		-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: 200px
	}
	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 !important;
		max-width: none !important;
		width: 100%
	}
	body header .header-top.before-stiky .container .menunavigation .navbar-brand {
		max-width: 200px !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;
		width: 50%
	}
}

@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: 60px;

}
}

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,.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){
	  #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: var(--main-typo1); color: : #0C1831; font-size: 16px; font-weight: 400; line-height: 24px}
p, ul, li { font-size: 16px ; line-height: 24px }
p a { font-weight: 700 ; color:#FE8400; position: relative;}
ul li a { font-weight: 700 ; color:#FE8400;}
p { text-align:inherit ; }
a { color:#FE8400;  }

body header .header-top .container { max-width: 100% }
.menunavigation {
	display: flex;
}
.menunavigation {
	display: flex;
}

.head-right {
	background-color: #244997;
	width: 30%;
	position: relative;
	height: 105px
	
}
.cta_header {
	position: absolute;
	right: 40px;
	top: 24px;
}
.cta-custom { display: inline-block; padding: 10px 20px 12px; background-color: #fff; color: #0C1831 !important; border-radius: 25px ; transition: all ease-in-out 0s; margin-left: 10px}
.cta-custom:hover { background-color: #0C1831; color: #fff !important }
#mainCarousel { background-color: #244997;}
.carousel-control-next, .carousel-control-prev,.carousel-indicators { display: none !important; }
.txt-banner { position: absolute;top: 25%;right: 30%;margin: 0 auto ;text-align: center;margin-right: -210px}
.txt-banner p { font-size: 110px;color: #244997;line-height: 108px;font-family: DYLOVASTUFF;text-align: center;letter-spacing: 1px;margin: 0 auto 0 auto;}
.txt-banner p em { color: #fff; font-style: normal; }
.qualibat { position: absolute; bottom: 20px; right: 40px; z-index: 20 }
.qualibat div { max-width: 150px; }
.qualibat div img { display: block; width: 100% }
#mainCarousel .scroll {
	-moz-animation:2s ease 0s normal backwards infinite iliketo;
	-webkit-animation:2s ease 0s normal backwards infinite iliketo;
	animation:2s ease 0s normal backwards infinite iliketo;
 }

 .line-scroll2.go { display: block;position: relative;margin-top: 50px;}
	 @keyframes iliketo {
	 0% {
	  -moz-transform:translate3d(0, 30px, 0);
	  -webkit-transform:translate3d(0, 30px, 0);
	  transform:translate3d(0, 30px, 0)
	 }
	 50% {
	  -moz-transform:translate3d(0, 0, 0);
	  -webkit-transform:translate3d(0, 0, 0);
	  transform:translate3d(0, 0, 0)
	 }
	 100% {
	  -moz-transform:translate3d(0, 30px, 0);
	  -webkit-transform:translate3d(0, 30px, 0);
	  transform:translate3d(0, 30px, 0)
	 }
	}

	.moveitmoveit {
	 -moz-animation:2s ease 0s normal backwards infinite iliketo;
	 -webkit-animation:2s ease 0s normal backwards infinite iliketo;
	 animation:2s ease 0s normal backwards infinite iliketo;
	}
	.scroll::after {
		position: absolute;
		display: block;
		width: 12px;
		height: 32px;
		content: ' ';
		background:url(/user/themes/default/assets/img/nav-down.png);
		position: absolute;
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 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;
		top: 0;
	}
	#mainCarousel .scroll { position: absolute;display: block;width: 100px;height: 100px; }
	.scroll {
		bottom: 55px;
		right: calc(50% - 50px);
		-moz-transition: all 2s cubic-bezier(0, 0, 0.025, 1.02) 0ms;
		-o-transition: all 2s cubic-bezier(0, 0, 0.025, 1.02) 0ms;
		-webkit-transition: all 2s cubic-bezier(0, 0, 0.025, 1.02);
		-webkit-transition-delay: 0ms;
		transition: all 2s cubic-bezier(0, 0, 0.025, 1.02) 0ms;
		z-index: 20;
		cursor: pointer;
		opacity: 1;
		left: 0;
		right: 0;
		margin: auto;
	}

	.menu-head {
		position: absolute;
		width: 100%;
		height: 100vh;
		left: 0;
		background: #fff;
		top: -130vh;
		background: #244997;
		background: -moz-linear-gradient(left,  #244997 0%, #0c1831 100%);
		background: -webkit-linear-gradient(left,  #244997 0%,#0c1831 100%);
		background: linear-gradient(to right,  #244997 0%,#0c1831 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#244997', endColorstr='#0c1831',GradientType=1 );
		transition:all 400ms ease-in-out;
		display: flex;
		align-items: center;

	}
	.menu-head.showed {
		top: 0;
		
	
	}

	body header .navbar-toggler.showed {
		left: auto;
		right: calc(-30% + 40px);
		top: 40px;
	}

	.menu-head .content {
		margin: 0 auto;
		padding: 60px 200px 100px 300px;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.navbar-nav li a {
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 35px;
		line-height: normal;
	}
	.navbar-nav li.selected a { color: var(--main-color3)   }
	.navbar-nav {
		margin-top: 20px;
	}
	.adresse-head .item  p { 
		color: #fff; 
		font-size: 18px; 
		font-weight: 700 }
	.adresse-head .inner {
		padding-top: 56px;
	}
	.menu-head .navbar-brand {
		position: absolute;
		left: 40px;
	}
	.menu-l .txt {
		color: #fff;
		display: inline-block;
		border-bottom: #fff solid 1px;
		text-transform: uppercase;
		font-weight: 700
	}

	.close {
		background: rgba(255,255,255,0.5);
		border-radius: 50%;
		height: 48px;
		width: 48px;
		line-height: 40px;
		padding: 0;
		text-shadow: none;
		color: #fff;
		opacity: 1;
		font-size: 44px;
		text-align: center;
		position: absolute;
		right: 60px;
		cursor: pointer;
	}
	.navbar-nav li {
		margin-bottom: 10px;
	}
	.navbar-nav li a:hover {
		color: var(--main-color3)
	} 

	.apercu-categories .container {
		max-width: 102%;
		padding: 0;
	}
	.lst-cat {
	  display: flex;
	}
	.lst-cat .item {
		position: relative;
		height: 460px;
		overflow: hidden;
	}
	.lst-cat a {
		width: 16.66%;
		display: block;
	}
	.lst-cat .item:after { 
		content: ""; 
		background-color: rgba(0,0,0,0.5); 
		width: 100%; 
		height: 100%; 
		display: block; 
		position: absolute; 
		left: 0; 
		top: 0 ;
		transition:all 400ms ease-in-out;
	}
	.lst-cat .item:hover:after { opacity: 0 }
	.lst-cat .item::before {
		content: "+";
		color: #FE8400;
		font-size: 75px;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		bottom: 0;
		margin: auto;
		font-weight: 300;
		font-family: initial;
		opacity: 0;
		transition:all 400ms ease-in-out;
	}
	.lst-cat .item:hover:before { opacity: 1 }

	.lst-cat .item .inner {
 		position: absolute;
 		left: 0;
 		top: 0;
 		width: 100%; height: 100%;
 		padding: 20px; z-index: 20
	}
	.lst-cat .item .inner span { color: #fff; display: block; transition:all 400ms ease-in-out; }
	.lst-cat .item .inner .titre { font-weight: 700; font-family: var(--main-typo1); text-transform: uppercase; font-size: 20px; margin-bottom: 10px }
	
	.lst-cat .item .inner .txt-vertical {
		position: absolute;
		bottom: 0;	
		left: 0;		
		width: 100%;
		height: 100%;
	}

	.lst-cat .item .inner .txt-vertical span {
	    font-size: 16px;
	    position: absolute;
	    bottom: 18px;
	    text-align: inherit;
	    writing-mode: vertical-rl;
	    text-orientation: inherit;
	    left: 10px;
	    transform: rotate(180deg);
	    padding-top: 28px
	}


	.lst-cat .item img {
		height: 100%;
		object-fit: cover;
		width: 100%;
		display: block;
	}
	.lst-cat .item:hover span { opacity: 0 }
	.lst-cat .item:hover span.titre { opacity: 1}
	.texte-image .container {
		max-width: 100%;
		padding: 80px 100px;
	}
	.ct_cms {
		padding: 20px 20px 20px 60px; position: relative;
	}
	#mainCarouselImage  .carousel-item { padding: 15px }

	.carousel-item .cdr1:before { content: ""; border-top: #FE8400 solid 1px; width: 200px; position: absolute; right: 0; top: 0; display: block; }
	.carousel-item .cdr1:after { content: ""; border-right: #FE8400 solid 1px; height: 200px; position: absolute; right: 0; top: 0; display: block; }

	.carousel-item .cdr2:before { content: ""; border-top: #FE8400 solid 1px; width: 200px; position: absolute; left: 0; bottom: 0; display: block; }
	.carousel-item .cdr2:after { content: ""; border-right: #FE8400 solid 1px; height: 200px; position: absolute; left: 0; bottom: 0; display: block; }

	#mainCarouselImage .carousel-indicators {
		display: inline-block !important;
		text-align: center;
		bottom: -50px;
	}

	#mainCarouselImage .carousel-indicators li {
		width: 15px;
		height: 15px;
		border-radius: 51%;
		background: #FE8400;
		padding: 0;
		border: none;
		display: inline-block;
		text-align: center;
	}
	.texte-image { background:url(../img/bg.jpg) no-repeat center; background-size: cover ; background-attachment: fixed; margin: 0 !important}
	.texte-image h2,
	.texte-image h3,
	.texte-image h4,
	.texte-image p,
	.texte-image p a,
	.texte-image ul li, 
	.texte-image span,
	.texte-image strong { color: #fff !important }

	.texte-image .img {
		padding: 15px;
		position: relative;
	}
	.texte-image .img .cdr1:before { content: ""; border-top: #FE8400 solid 1px; width: 200px; position: absolute; right: 0; top: 0; display: block; }
	.texte-image .img .cdr1:after { content: ""; border-right: #FE8400 solid 1px; height: 200px; position: absolute; right: 0; top: 0; display: block; }

	.texte-image .img .cdr2:before { content: ""; border-top: #FE8400 solid 1px; width: 200px; position: absolute; left: 0; bottom: 0; display: block; }
	.texte-image .img .cdr2:after { content: ""; border-right: #FE8400 solid 1px; height: 200px; position: absolute; left: 0; bottom: 0; display: block; }
	.parallax.modular-bandeau-cta {
		position: relative;
	}
	.modular-bandeau-cta .inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.modular-bandeau-cta .inner h3 {
		max-width: 700px;
		color: #fff;
		margin-bottom: 30px
	}
	.modular-bandeau-cta .inner h2 {
		max-width: 700px;
		color: #fff
	}
	.parallax.modular-bandeau-cta::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(0,0,0,0.3);
		display: block;
		width: 100%;
		height: 100%;
	}
	.modular-bandeau-cta { min-height: 40vh !important }
	.modular-bandeau-cta .container { min-height: 40vh !important; position: relative; z-index: 20 }
	.modular-bandeau-cta .inner { min-height: 40vh !important }
	.modular-bandeau-cta .inner .btn { background-color: #FE8400; border-color: #FE8400; color: #fff }
	.modular-bandeau-cta .inner .btn:hover { background-color: transparent; color:  #FE8400 }
	
	.modular-apercu-articles, #modular-apercu-articles { background-color: #f5f5f5 }
	.modular-apercu-articles #modular-apercu-articles {  padding: 0 0 60px;}
	#modular-apercu-articles {
		padding: 60px 0 60px;
	}
	#modular-apercu-articles .container {
		max-width: 1300px;
	}
	#modular-apercu-articles .card {
		max-width: 360px;
		border: none;
		margin:0 auto;
	}
	#modular-apercu-articles .itemArt .card-body {
		padding-top: 50px;
		text-align: center;
		position: relative;
	}
	.itemArt .cntImg .card-img-top {
		height: 100%;
		object-fit: cover;
		border-radius: 0;
	}
	#modular-apercu-articles .itemArt .card-body .btn.btn-primary {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 65px;
		width: 160px;
		opacity: 0;
		-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;
		background-color: #FE8400;
		border-color: #FE8400;
		color: #244997;
	}
	#modular-apercu-articles .itemArt .card-body .btn.btn-primary:hover { background-color: transparent; color: #FE8400  }

	#modular-apercu-articles .itemArt:hover .card-body .btn.btn-primary {
		opacity: 1;
	}
	#modular-apercu-articles .itemArt:hover .card-body .card-title, #modular-apercu-articles .itemArt:hover .card-body .card-text {
		opacity: 0;
	}
	#modular-apercu-articles .itemArt .card-text {
		text-align: center;
	}
	#modular-apercu-articles .itemArt  .card-title {
		font-weight: 700;
	}
	#schema {
		display: none !important;
	}

	.user-img { width: 50px; height: 50px ; border:none; }
	.review-item { background:none; box-shadow: none; max-height: 250px ; border:none;}
	.review-meta { width: 100%; float: none; }
	.review-stars { width: 100%; float: none; }
	.review-text { max-width: 100% }
	.user-img { margin-top: 0; margin-right: 5px; vertical-align: middle; }
	.review-meta { text-align: left; position: relative; }
	.review-date {color: #0C1831;}
	.Apercu-avis { background-color: #f5f5f5; padding: 50px 0; position: relative; }

	.Apercu-avis:after { content: ""; background:url(../img/icons-04.png) no-repeat center; width: 415px; height: 248px; display: block; position: absolute; right: 0; bottom: 0  }
	.Apercu-avis:before { content: ""; background:url(../img/icons-03.png) no-repeat center; width: 373px; height: 58px; display: block; position: absolute; left: -35px; top: 0  }
	
	.croix { z-index: 20; background:url(../img/croix.png) no-repeat center; width: 100px; height: 100px; background-size: cover; position: absolute; right: 40px; bottom: 40px; }
	.texte-image .croix {
		background: url(../img/croix-o.png) no-repeat center;
		width: 70px;
		height: 70px;
		background-size: cover;
		position: absolute;
		left: -20px;
		top: 18px;
		display: block;
		opacity: 1
	}
	.col-sm.w-100.info {
		max-width: 500px;
		margin: 0 auto;
		border: #fff solid 1px;
		padding: 40px 60px;
	}
	footer .info a:hover { color: var(--main-color1) !important; border-color: #fff }
	footer .info a {
		font-size: 16px;
		padding: 11px 20px !important;
	}
	.list-inline-item a {
		font-weight: normal;
	}
	#sectFooter .row.justify-content-center.text-center.align-items-center.py-2 {
		flex-direction: column;
	}
	#sectFooter .titre { font-size: 40px ;margin-bottom: 20px; line-height: normal; }
	#breadcrumbs { background-color: var(--main-color3) }
	.button.btn.btn-primary.btn-lg {
		font-size: 16px;
	}

	#postList .d-block { background-color: #0C1831 !important;  }
	#postList .d-block:hover { background-color: #244997 !important }
	#postList .d-block h2 { color: #fff !important }

	.btn.selector { background-color: #0C1831 !important; color: #fff }
	.btn.selector:hover { background-color: #244997 !important }
	.btn.selector.active { background-color: #244997 !important }

	#pgContact {
		background-color: #244997;
		padding: 100px 0
	}
	.col-md-5.adresse {
		padding-right: 0;
		padding-left: 40px
	}
	#pgContact #contactInfo {
		background-color: #fff;
		max-width: 1300px;
		margin: 0 auto;
		position: relative;
		padding:60px 0 60px 40px
	}
	#pgContact #contactInfo:after { content: ""; background-color: #FE8400; position: absolute; right: 0; top: 0; width: 200px; height: 100%; display: block; }
	#pgContact #contactInfo .container { max-width: 100%; }
	#map {
		padding: 0 !important;
	}
	#contactInfoAdress {
		background-color: #000;
		height: 100%;
		padding: 100px 60px;
		position: relative;
		z-index: 2
	}
	#contactInfoAdress div, #contactInfoAdress p {
		color: #fff;
	}
	#contactInfoAdress:before { content: ""; width: 30px; height: 30px; background-color:#FE8400; position: absolute; left: -15px; top: -15px; display: block; }
	#contactInfoAdress .titre {
		font-weight: 700;
		text-transform: uppercase;
		font-size: 20px;
		margin-bottom: 20px;
	}

	#contactInfo { margin-top: 60px }
	.modular-galerie-images .container { max-width: 100% ; padding: 0}
	.modular-galerie-images .container .masonry { 
		column-count: 4;
		column-gap: 0; 
	}
	.modular-galerie-images .container .masonry a .item {
		margin-bottom: 0 !important;
	}
	#sectFooter { background-attachment: fixed !important; }
	#sectFooter .bg-dark {
		background-color: transparent !important;
		position: relative; z-index: 20
	}
	#sectFooter {
		position: relative;
	}
	#sectFooter:after { content: ""; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); position: absolute; left: 0; top: 0 }

	.review-meta {
		width: 45%;
		float: left;
		padding-right: 10px
	}
	.review-stars {
		width: 55%;
		float: left;
	}
	.review-text {
		max-width: 100%;
		float: left;
		width: 55%;
	}
	#google-reviews { padding-bottom: 100px }
	.user-img { display: block; }
	.Apercu-avis .container {
		max-width: 1300px;
	}

	.review-author .btn {
		margin: 10px 0;
		padding: 15px 10px
	}
	.review-author .btn {
		margin: 10px 0;
		padding: 12px 8px;
		font-size: 15px;
		text-transform: initial;
	}

	.btn-avis img {
		display: block;
	}

		.galleries .slick .set_carre, .galleries .slider-nav-thumbnails .set_carre {
			position: relative;
			overflow: hidden;
			cursor: pointer;
			height: 100px;
	}
	.galleries .slick .set_carre, 
	.galleries .slider-nav-thumbnails .set_carre {
		height: auto !important;
	}
	.galleries .slider-nav-thumbnails .slide {
		padding: 0px 5px 20px;
	}
	.galleries .slider-nav-thumbnails {
		margin-right: -5px;
		margin-left: -5px;
	}

	.galleries .slick .fancybox-media, .galleries .slider-nav-thumbnails .fancybox-media {
		display: block;
		height: 370px;
		position: relative;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.galleries .slick .fancybox-media img { 
		height: 370px; 
		width: 100%; 
		object-fit: cover 
	}

	.button-group {
		text-align: center;
		margin-bottom: 5%;
		margin-top: 5%;
	}

	body .button-group button {
		color: white;
		font-size: 18px;
		line-height: 1.2;
		padding: 10px 20px;
		position: relative;
		z-index: 1;
		overflow: hidden;
		border: none;
		border-radius: 0px;
		background-color: #244997 ;
		margin: 0 2px 2px;
		-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;
		outline: none
	}
	body .button-group button.is-checked { background-color: #fe8400 }
	body .button-group button:hover { background-color: #fe8400 }

	.slide .col-sm-6 {
		padding: 0 5px;
	}

	.slider-nav-thumbnails .slick-track {
		margin: 0 !important;
	}
	.galleries .slider-nav-thumbnails .slide .set_carre a {
		position: relative;
	}
	.galleries .slider-nav-thumbnails .slide .set_carre a::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		display: block;
		background-color: rgba(0,0,0,0.6);
		z-index: 1;
		-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;
	}

	.galleries .slider-nav-thumbnails .slide:hover .set_carre a::before, 
	.galleries .slider-nav-thumbnails .slide.slick-current .set_carre a::before {
		background-color: transparent;
	}

	.galleries.my-5 {
		padding-bottom: 30px;
	}

	.galleries .slick > button span, 
	.galleries .slider-nav-thumbnails > button span {
		display: block;
		height: 25px;
		width: 25px;
		border-right: 2px solid white;
		border-bottom: 2px solid white;
	}
	.galleries .slick > button, .galleries .slider-nav-thumbnails > button {
		position: absolute;
		top: 50%;
		background: none;
		border: none;
		box-shadow: none;
		outline: none;
		font-size: 30px;
		z-index: 1;
		color: white;
		opacity: 0;
		-moz-transform: translateY(-50%);
		-webki-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.galleries .slick:hover > button, 
	.galleries .slider-nav-thumbnails:hover > button {
		opacity: 1;
	}
	.slick-prev::before, .slick-next::before { display: none; }

	.galleries .slick > button.slick-prev, 
	.galleries .slider-nav-thumbnails > button.slick-prev {
		left: 7px;
	}
	.galleries .slick > button.slick-next, 
	.galleries .slider-nav-thumbnails > button.slick-next {
		right: 11px;
	}
	.galleries .slick > button.slick-next span, 
	.galleries .slider-nav-thumbnails > button.slick-next span {
		-moz-transform: rotate(-45deg);
		-webki-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.galleries .slick > button.slick-prev span, 
	.galleries .slider-nav-thumbnails > button.slick-prev span {
			-moz-transform: rotate(135deg);
			-webki-transform: rotate(135deg);
			-ms-transform: rotate(135deg);
			-o-transform: rotate(135deg);
			transform: rotate(135deg);
	}

	.review-text { height: 88% }
	.adresse-head .inner {
		padding-top: 100px;
	}

	.lst-cat .item .inner .txt-vertical span::before {
		content: "";
		background: #244997;
		width: 5px;
		height: 15px;
		position: absolute;
		left: 8px;
		top: 0;
	}

	/* .navbar-nav li:nth-of-type(8),
	.navbar-nav li:nth-of-type(9) { display: none; } */
	.menu-r ul {
		padding-left: 0;
		margin-top: 40px;
		list-style-type: none;
	}

	.menu-r ul li a { color: #fff; text-transform: uppercase; font-size: 20px }
	.menu-r ul li a:hover { color: #FE8400 }
	.menu-r ul li { margin-bottom: 10px }

	.menu-r .btn.btn-primary.contact {
		margin: 0;
		background: var(--main-color3);
		border-color: var(--main-color3);
		border-radius: 30px 0 30px 30px;
	}

	.menu-r .btn.btn-primary.contact:hover {
		background: var(--main-color1);
		border-color: var(--main-color1);
		color: #fff
	}
	.nav-link[data-text="Nos réalisations"] {
		border-radius: 36px 0 36px 36px;
		padding: 11px 20px;
		margin: 0;
		background: var(--main-color3);
		border-color: var(--main-color3);
		color: #fff !important;
	}
	.nav-link[data-text="Nos réalisations"]:hover {
		background: var(--main-color1);
		border-color: var(--main-color1);
		color: #fff
	}
	.galleries .slick.slick-initialized.slick-slider {
		display: none;
	}

	.galleries .slick .set_carre, .galleries .slider-nav-thumbnails .set_carre img {
		height: 100%;
		object-fit: cover;
		width: 100%
	}
	.slick {
		display: none;
	}
	.is-hidden {
	  display: none;
	}
	#mainCarousel .blcBtn .btn-primary {
		margin-top: 30px;
		background: var(--main-color3);
  		border-color: var(--main-color3);
  		color: #fff !important;
  		
	}

	#mainCarousel .blcBtn .btn-primary:hover {
		background: var(--main-color1);
  		border-color: var(--main-color1);
  		color: #fff !important;
	}


	#mainCarousel .blcBtn {
		float: right;
		width: 30%;
		text-align: center;
		position: absolute;
		right: 0;
		top: calc(50% + 70px);
	}

	.modular-galerie-images .masonry {
	  column-count: 4;
	  column-gap: 0;
	}
		.modular-galerie-images .masonry  a {
			margin-bottom: 0
		}

		.modular-galerie-images .masonry .item {
			margin-bottom: 0
		}







	@media (min-width: 1201px) { 
		#breadcrumbs span a span:hover {
			color: #fff;
		}
		.list-inline-item a:hover {
			color: #fe8400 !important;
		}
	}

@media (max-width: 1600px) {  
	#mainCarousel .blcBtn {
		top: calc(50% + 40px);
	}

}

	@media (max-width: 1400px) { 
		.Apercu-avis::after {
			width: 295px;
			height: 170px;
			background-size: cover;
		}
		.texte-image .container {
			padding: 80px 80px;
		}
		#pgContact {
			padding: 80px 40px;
		}
		.croix { right: 20px; bottom: 20px }
		#google-reviews { padding-bottom: 60px }
		.menu-head .content {
			padding: 40px 100px 100px 250px;	
		}

	}
	@media (max-width: 1200px) { 
		.texte-image .container {
			padding: 80px 60px;
		}
		.modular-galerie-images .container .masonry {
			column-count: 3;
			column-gap: 0;
		}
		.cta_header { right: 20px }
		.cta-custom { margin-left: 5px }
		.menu-head .content { padding: 0 100px 100px 250px }
		.navbar-nav li a { font-size: 30px }

		.modular-galerie-images  .masonry {
				column-count: 3;
				column-gap: 0px;
			}	

	 }

	@media (max-width: 1100px) { 
		.txt-banner p { font-size: 70px; line-height: normal; }
		.txt-banner { margin-right: -129px }
		body header .navbar-toggler.showed { left: -30% }
		.texte-image .container {
			padding: 60px 40px;
		}
		.croix { right: 20px; bottom: 20px }
		.Apercu-avis::after {
			width: 280px;
			height: 164px;
		}
		.lst-cat .item { height:400px }
		.lst-cat { display: flex;flex-flow: row wrap; }
		.lst-cat a { width: 33.33%; }
		.navbar-nav li a { font-size: 30px }


		.slider-nav-thumbnails.masonry {
			column-count: 2;
			column-gap: 0.5em;
		}
		.galleries .slider-nav-thumbnails .slide {
			padding: 0px 5px 10px;
		}
		#mainCarousel .blcBtn {
		top: calc(45% + 9px);
	}


	}

	@media (max-width: 991px) {  
		.txt-banner p {
			font-size: 60px;
			line-height: normal;
		}
		.txt-banner {
			margin-right: -112px;top: 10% 
		}
		body header .navbar-toggler { left: 20px }
		.menu-head .content { padding: 0 40px 80px 40px }
		body header .navbar-toggler.showed {
			left: auto;
			right: calc(-100% + 20px);
		}
		.navbar-nav li {
			margin-bottom: 0;
		}
		.menu-head .navbar-brand { display: none; }
		.modular-bandeau-cta .inner { flex-direction: column; text-align: center }
		#modular-apercu-articles .itemArt .card-body .btn.btn-primary { position: static; opacity: 1; margin-top: 10px }
		#modular-apercu-articles .itemArt:hover .card-body .card-title, #modular-apercu-articles .itemArt:hover .card-body .card-text {
			opacity: 1;
		}
		.itemArt .card-body {
			max-height: 230px !important;
			min-height: 230px !important;
			height: 230px !important;
		}
		#modular-apercu-articles .itemArt .card-text {
			text-align: center;
			height: 65px;
			overflow: hidden;
		}
		.Apercu-avis .container {
			max-width: 100%;
		}
		.texte-image .croix { top: 10px }
		#sectFooter {
			padding-bottom: 79px;
		}
		.texte-image .croix { position: static; margin-bottom: 5px }
		.ct_cms {
			padding: 0 0 20px 0;
		}
		#contactInfoAdress { padding: 60px 20px }
		#pgContact #contactInfo { padding: 40px 0 }
		.col-md-5.adresse { padding-left: 0 }
		#pgContact #contactInfo h2 { font-size: 35px }
		.lst-cat .item .inner .txt-vertical { height: 50% }
		#sectFooter { background-attachment: inherit !important; }
		.texte-image { background-attachment: inherit !important; }
		.text-white.d-inline-flex.p-2.btn.btn-primary.tel {
			display: none !important;
		}
		.parallax.modular-bandeau-cta { background-attachment: inherit !important; }
		.review-meta {
			width: 100%;
			float: none;
			padding-right: 10px;
		}
		.review-stars {
			width: 100%;
			float: none;
		}
		.review-text {
			max-width: 100%;
			float: none;
			width: 100%;
		}
		.user-img {
			display: inline-block;
		}
		.btn-avis img {
			display: inline-block !important;
			margin-right: 10px;
		}
		.review-item { max-height: 395px }
		.galleries.my-5 .container {
			max-width: 100%;
			padding: 0 40px;
		}
		#mainCarousel .blcBtn {
			top: 35%;
			width: 100%
		}

	}

	@media (max-width: 767px) {  
		.ct_cms {
			padding: 0 0 20px 60px;
		}
		.croix { width: 70px; height: 70px }
		#sectFooter {
			padding-bottom: 60px;
		}
		.line-scroll { display: none; }
		.lst-cat a {
			width: 50%;
		}
		#pgContact #contactInfo::after { display: none; }
		#contactInfoAdress { margin-top: 40px }
		#pgContact #contactInfo { padding: 0 }
		#pgContact #contactInfo .container { padding-bottom: 0 !important; padding-top: 20px !important }
		#pgContact {
			padding: 40px 40px 80px;
		}
		.itemArt .card-body {
			max-height: 250px !important;
			min-height: 250px !important;
			height: 250px !important;
		}
		#contactInfoAdress {
			padding: 50px 20px 0;
		}
		#details .container {
			padding-top: 30px !important;
		}

		.review-meta {
			width: 100%;
			float: none;
			padding-right: 10px;
		}
		.review-stars {
			width: 100%;
			float: none;
		}
		.review-text {
			max-width: 100%;
			float: none;
			width: 100%;
			height: 100px
		}
		.user-img {
			display: inline-block;
		}
		.btn-avis img {
			display: inline-block !important;
			margin-right: 10px;
		}
		.review-item { max-height: 390px }
		#slick-slide00 {
			margin-top: 0;
		}
		.qualibat { right: 20px }



	}
	@media (max-width: 600px) { 
		#sectFooter .titre { font-size: 30px }
		#sectFooter .row.justify-content-center.text-center.align-items-center.py-2 { padding: 0 20px }
		#sectFooter { padding-bottom: 60px;}
		.qualibat div { max-width: 80px;}
		body header .navbar-toggler {
			left: 0;
		}
		.head-right { display: none; }
		body header .header-top .navbar { width: 100% }
		.txt-banner p {
			font-size: 38px;
			line-height: normal;
		}
		.txt-banner {
			margin-right: auto;
			top: 15%;
			right: 0;
			left: 0;
		}
		.adresse-head {
			display: none;
		}
		.menu-head .content {
			padding: 60px 20px 20px 20px;
		}
		.menu-head { align-items: baseline; }
		.col-sm.w-100.info { padding: 40px 20px }
		.texte-image .croix { position: static; margin-bottom: 5px }
		.ct_cms {
			padding: 0 0 20px 0;
		}
		.texte-image .container {
			padding: 40px 20px;
		}
		.txt-banner p span {
			color: #244997;
		}
		.lst-cat .item {
			height: 300px;
		}
		#pgContact {
			padding: 40px 20px 80px;
		}
		#ytplayer { width: 100%;}
		.footer-copyright.text-center.py-2 {
			padding-bottom: 15px !important;
		}
		#google-reviews {
			padding-bottom: 60px;
		}
		.galleries.my-5 .container {
			padding: 0 20px;
		}
		.modular-galerie-images .container .masonry {
			column-count: 2;
			column-gap: 0;
		}
		.navbar-nav li:nth-of-type(8),
		.navbar-nav li:nth-of-type(9) { display: block; }
		.navbar-nav li a {
			font-size: 25px;
		}
			.txt-banner .btn-primary {
				float: none
			}

	.modular-galerie-images .masonry {
		column-count: 2;
		column-gap: 0px;
	}

	 }
	 @media (max-width: 480px) { 
	 	.lst-cat a {
			width: 100%;
		}
		.footer-copyright.text-center.py-2 {
			padding-bottom: 15px !important;
		}
		.modular-galerie-images .container .masonry {
			column-count: 3;
			column-gap: 0;
		}

	  }

	  @media (max-width: 375px) { 
	  	#sectFooter {
			padding-bottom: 68px;
		}

	   }