/*
    Custom CSS :
*/

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

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

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

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

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

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

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

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

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

body header .header-top {
	z-index: 111;
	position: fixed;
	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;
}

.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: transparent !important;
}
@media (min-width: 992px) {
	body header .header-top {
		/* background-color: var(--main-color1); */
	}
}

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

@media (max-width: 991px) {
	body header .header-top .cta_header {
		display: none
	}
  #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: 200px
}

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

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

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

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-top: 10px;
		padding-bottom: 220px;
		overflow: auto;
		/* justify-content: center; */
		gap: 20px;

	}
}

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 a::before {
	content: '';
	display: block;
	width: 0px;
	/* margin: 0 10px; */
	transition: ease-out 200ms;
	height: 2px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	background-color: #d22034;
}
body header .header-top .navbar #navbarSupportedContent .navbar-nav li:hover>a::before,
body header .header-top .navbar #navbarSupportedContent .navbar-nav li.selected>a::before {
	/* border-bottom: 2px solid var(--main-color5);
	display: inline-block;
	transition: ease;
	border-width: 100%; */
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 5px;
	background-color: #d22034;
}
a.cta-custom::before{
    /* -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; */
}
/* @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 {

	}
}

@media (max-width: 991px) {
	body header .header-top .navbar #navbarSupportedContent .navbar-nav li {
		text-align: center;
		/* 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: 72px; */
		background-color: white;
		overflow: visible !important;
		position: fixed;
		z-index: 111;
		top: 0;
		display: block !important;
		height: 100vh !important;
		overflow: auto;
		left: -100%;
		width: 100% !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: 5% !important */
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  background-color: var(--main-color1);
  color: white;
  border-radius: 50%;
}

body .cta-mobile.roundBoxesRight .cta-bottom >a:hover {

  background-color: var(--main-color3);
  color: white;
}

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

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

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

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

@media screen and (max-width: 991px) {
	body .cta-mobile.rectBoxesBottom .cta-bottom>a {
		display: table-cell; 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: 79px;*/
  padding-bottom: 0px;
}
}

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

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

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

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

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

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

.review-item {
    border: solid 1px rgba(190,190,190,.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%);
	 
}


/* ici */

.header-bar {
	background-color: rgba(245, 250, 238, .9);
}
a.cta-custom, button.cta-custom{
	border: 2px solid var(--main-color2);
	background-color: var(--main-color4);
	color: var(--main-color1);
	border-radius: 30px !important;
	padding: 10px 15px;
	text-transform: uppercase;
  text-align: center;
}
a.cta-custom:hover ,button.cta-custom:hover {
	color: var(--main-color4);
	border-color: var(--main-color2);
	background-color: var(--main-color2);

}
.top_menu {
	border-bottom: 2px solid var(--main-color1);
	display: flex;
	justify-content: end;
}
.container_top_menu a {
	display: inline-block;
    padding: 15px;
	font-weight: 400;
}
.contact_top {
	display: inline-block ;
	color: var(--main-color1);
	/* padding-right: 1.5rem;
    padding-left: 1.5rem; */
}
.contact_top:hover {
	color: var(--main-color4);
	background-color: var(--main-color1);
	
}
.navbar-collapse {
	justify-content: flex-end;
}
.actu {
	background-color: var(--main-color1);
	color: var(--main-color4);
	text-transform: uppercase;
}
.actu:hover {
	background-color: var(--main-color4);
	color: var(--main-color1);
}
.nav-item{
	margin: 0;
}
.nav-item>a{
	color: var(--main-color6) !important;
    margin: 20px 10px 20px !important;
    list-style: none;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
}
.modular-texte-image {
	margin: 0;
	height: max-content;
	overflow-y: visible;
	position: relative;
}
/* .bg_container {
	position: relative;
	height: 500px;
} */

.carousel-control-prev, .carousel-control-next, .carousel-indicators  {
	display: none;
}
.modular-categorie-produit {
	/* background-color: white; */
	position: relative;
	/* z-index:-2; */
	background-image: url(../img/tomate-rouge.png) !important;
	background-position: right 160px !important;
	background-size: 15% !important;
	background-attachment: fixed !important;

}
.modular-categorie-produit::before {
	content: '';
	position: absolute;
	/* position: fixed; */
	/* margin-top: 300px; */
	display: block;
	/* height: 200px;
	width: 350px; */
	background-image: url(../img/tomate-rouge.png);
	top: 0;
	right: 0;
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}

.modular-categorie-produit .zindex2{
	background-color: transparent !important;
	
}
#txt_img_1 .featurette {
	justify-content: center;
	gap: 90px;
	flex-wrap: wrap;
	align-items: center;
}
#txt_img_1 {
	background-image: url(../img/tomate.png);
  background-position: 99% 60%;
  background-repeat: no-repeat;
  background-size: 9%;
  background-attachment: fixed;
	/* z-index: -4; */
}
.texte-image .txt_container a,
.wrapperInter .lead a { font-weight: 700; }
.texte-image .txt_container a:hover,
.wrapperInter .lead a:hover {
	text-decoration: underline;
	color: var(--main-color1);
}
.bg_container {
	background-image: url(../img/tomate-rouge.png);
	background-position: top 550px left;
	background-repeat: no-repeat;
	background-size: 11%;
	background-attachment: fixed;
}
#txt_img_1 .txt_part {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#txt_img_1 .txt_part h2 {
	position: relative;
}
#txt_img_1 .txt_part h2::before {
	content: '';
	display: inline-block;
	background-color: var(--main-color1);
	height: 2px;
	width: 50%;
	margin-left: -225px;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	left: -10%;
}
#txt_img_1 .txt_part img {
	
}
#txt_img_1 .txt_part .txt_container {
	max-width: 450px;
	/* height: fit-content; */
}
#txt_img_1 .txt_part h4, #txt_img_2 .txt_part h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--main-color3) !important;
}
#txt_img_1 .first img {
	position: absolute;
	top: calc(50% - 150px);
	left: -80px;
	/* margin-top: -150px; */
	z-index: 10;
	height: 300px;
	width: fit-content;
}
#txt_img_1 .img_part {
	position: relative;
}
#bd_cta {
	height: 450px;
	display: flex;
	align-items: center;
}
#bd_cta h3 {
	color: var(--main-color4) !important;
	text-transform: uppercase;
}
#bd_cta .container-fluid {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 310px;
	max-width: 1040px;
	border: 1px solid var(--main-color4);
}
#bd_cta .container-fluid div {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 10px auto ;
}
#txt_img_2 {
	background-color: #fff;
	/* z-index: -6; */
	position: relative;
	background-image: url(../img/tomates-escalier-3.png);
	background-attachment: fixed;
	background-size: 12%;
	background-position: bottom 100px right;
	background-repeat: no-repeat;
}
#txt_img_2 .txt_part {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#txt_img_2 .txt_part h2 {
	position: relative;
}
#txt_img_2 .txt_part h2::before {
	content: '';
	display: inline-block;
	background-color: var(--main-color1);
	height: 2px;
	width: 400px;
    margin-right: -470px;
	margin-top: 10px;
	position: absolute;
	top: 0px;
	right: -10%;
}
#txt_img_2 .txt_part img {
	position: absolute;
	top: calc(50%);
	right: -160px;
	margin-top: -150px;
	z-index: 10;
	height: 300px;
	width: fit-content;
}
#txt_img_2 .txt_part .txt_container {
	max-width: 90%;
	margin-left: -200px;
  z-index: 10;
  background-color: var(--main-color4);
  padding: 30px 40px;
  border: 1px solid transparent;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#txt_img_3 {
	/* background-attachment: fixed; */
	background-size: cover;
	background-position: top;
}
#txt_img_3 .container {
	max-width: 100% !important;
	padding: 20px !important;
}
#txt_img_3 .container .featurette .col-md-7 {
	max-width: 50% !important;
}
#txt_img_3 .txt_part .txt_container {
min-height: 200px;
background: rgba(255,255,255,0.9);
/* border-radius: 20px; */
padding: 30px;
margin: 30px 0;
position: relative;
}
#txt_img_3 .txt_part .txt_container::before {
	content: '';
	width: 300px;
	height: 2px;
	background-color: var(--main-color2);
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: -150px;
}
#txt_img_3 .img_part {
	display: none;
}
#modular-apercu-articles .card {
	position: relative;
	color: var(--main-color4);
	text-align: center;
}
/* .card {
	height: 300px;
} */
.card-body {
	margin: 15px;
	border: 1px solid var(--main-color4);
}
#modular-apercu-articles .card p, #modular-apercu-articles .card h5{
	position: relative;
	color: var(--main-color4);
}
#modular-apercu-articles .card h5 {
	text-transform: uppercase;
}
#modular-apercu-articles .card .card-body {
	position: absolute;
	top: 0;
	align-items: center;
    display: flex;
    flex-direction: column;
	justify-content: center;
}
.container_card {
	align-items: center;
    display: flex;
    flex-direction: column;
	justify-content: center
}
.cntImg {
	height: ;
}
.card .cta-custom {
	border: 1px solid var(--main-color4);
	min-width: 180px
}
.card .cta-custom:hover {
	border: 1px solid var(--main-color4);
	background-color: transparent;
}

.modular-derniere-actualite {
	padding: 100px !important;
	margin: 0px;
	background-image: url('../img/fruits-et-legumes.png');
	background-size: contain;
	background-size: 30%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:  bottom right;
}
#homeNews .row .actu_container:nth-child(1) {
	max-width: 100%;
	width: 100% !important;
	flex: 0 0 100%;
	flex-direction: row;
}
#homeNews .row .actu_container:nth-child(1) .img_actu {
	width: 350px;
}
.img_actu {
	width: 250px;
}
.img_actu img {
	width: 100%;
	aspect-ratio: 1/1;
}
.card_actu {
	display: flex;
    flex-wrap: nowrap;
}
.card_actu h5 {
	text-transform: uppercase;
	/* font-size: 17px; */
	font-weight: 600;
}
.img_actu_container {
	min-height: 186;
	aspect-ratio: 1/1;
	position: relative;
}
.img_actu_container::before {
	content: '';
	position: absolute;
	display: block;
	border: 1px solid var(--main-color4);
	top: 0;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	margin: 10px;
}
.actu_container {
	padding: 20px;
}
.actu_container .card {
	border: 0;
	background-color: #F4FAEF;
}
.actu_container .card-body {
	border: 0 !important;
	margin: 0;
}
.btn-suite {
	color: var(--main-color2);
	display: inline-block;
	transition: all 300ms;
}
.btn-suite:hover {
	color: var(--main-color2);
	
}
.btn-suite::after{
	transition: ease 300ms;
	background-color: var(--main-color2);
	content: '';
	display: block;
	width: 100%;
	height: 2px;
}
.btn-suite:hover::after {
	display: none;
}
.fa-play {
	color: var(--main-color2);
	display: inline-block;
	margin-right: 5px;
}
.cta_actus_container {
	margin: 30px;
	display: flex;
	justify-content: center;
}
.cta_actus_container .cta-custom {
	text-transform: none;
	color: var(--main-color2);
}



#sectFooter {
	background-color: var(--main-color2);
}
.footer_bg {
	background-image: url(../img//breizh-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 42%;
	position: relative;
}
.footer_bg::after {
	background-image: url(../img/basilic-traitement-plantation-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	width: 240px;
	height: 200px;
	display: inline-block;
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 20;
}
#sectFooter .footer_cta_container {
	display: flex;
	justify-content: space-between;
	padding: 30px 200px 0px 10px;
	flex-wrap: wrap;
}
#sectFooter .container .cta_footer {
	display: flex;
	justify-content: start;
	flex-direction: column;
	gap: 25px;
}
.cta_btn_container {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	border-radius: 30px;
	padding: 5px;
	background-color: var(--main-color3);
	gap: 10px;
}
.cta_btn_container .cta-custom {
	text-transform: none;
	padding: 3px 3px;
	min-width: 200px;
	text-align: center;
	font-weight: 300;
	color: var(--main-color4);
	background-color: transparent;
	border: 2px solid var(--main-color4);
}
.cta_footer_right .cta_btn_container {
	background-color: #1D5690;

}
.cta_footer_right .cta-custom:hover{
	background-color: var(--main-color4);
	color: var(--main-color2);
	border-color: var(--main-color2);
}
.cta_footer_left .cta-custom:hover{
	background-color: var(--main-color4);
	color: var(--main-color3);
	border-color: var(--main-color3);
}
.logo_picto {
	width: 30px;
    height: 35px;
    background-image: url(../img/arbre.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 20px;
}
#sectFooter .list-inline-item a{
	font-weight: 400;
	font-size: 13px;
}
.footer-copyright {
	position: relative;
}
.logo_viseo {
	position: absolute;
	right: 100px;
}
.form-control {
	padding: 1rem 1.5rem;
    background-color: #f5faee !important;
	border: transparent;
	border-radius: 0;
}

/* produit */
.section_categorie .list{ display: flex;justify-content: start;flex-wrap: wrap;max-width: 1306px;margin:55px auto 0}
.section_categorie .list img{ display: block; margin:auto; max-width: 100%; max-height: 100%;
}
.section_categorie .list .cat_name{ font:600 20px/24px var(--main-typo1), sans-serif;text-align: center;margin-top: 23px;color:var(--main-color5)}
.section_categorie .list .item{ width: 20%;padding: 0 20px;margin-bottom: 30px;}
.section_categorie .list .item a{ display: block;position: relative;}
.section_categorie .list .item .img{ top: 0; border: 2px solid var(--main-color3); border-radius: 50%; width: 200px; height: 200px; padding: 35px; display: flex; transition: all ease 400ms; margin-left: auto; margin-right: auto; }
.section_categorie{ 
	padding:55px 0;
	text-align: center; 
	background: url('../img/fil04.png') no-repeat center top;
}

.section_categorie .link{ margin-top: 30px;}
.link_filter{ display: inline-block;padding: 12px 21px;border:1px solid var(--main-color5);margin:8px;cursor: pointer;}
.link_filter.active{ background:var(--main-color3);border-color: var(--main-color3); font-weight: 700;}
.list_sous_cat { display: none; }
.list_sous_cat.active { display: block; }
.list_sous_cat .link_filter { border-radius: 25px; border: 1px solid var(--main-color3); }

.link_filter.parent_cat:first-of-type {
	background: #134C80 !important;
  color: #fff !important;
  border: none;
}
.link_filter.parent_cat:last-of-type {
	background: #BE3D17 !important;
  color: #fff !important;
  border: none;
}

.filter_cat{ display: flex;flex-wrap: wrap;justify-content: center;margin-top: 40px;}
.section_categorie .list{ min-height: 200px;}

/*** DETAIL ***/
.top_detail .container-fluid { padding: 0; }
.top_detail .content-detail{ max-width: 1367px;margin:40px auto;display: flex;flex-wrap: wrap;}
.top_detail .left{ width: 554px;padding-right: 50px;}
.top_detail .right{ width:calc(100% - 554px)}
.slideDetail .item{ height: 400px;border: 2px solid var(--main-color2); display: flex;align-items: center;justify-content: center;border-radius: 25px;padding: 25px;}
.slideDetail .item img{ max-height: 100%;object-fit: contain; margin: auto; max-width: 100%;}
.thumb .item{ display: flex;align-items: center;justify-content: center;padding: 10px;cursor: pointer;}
.thumb .item .content-item{ border: 2px solid var(--main-color2);padding: 10px;border-radius: 25px;height: 116px; width: 100%;display: flex;align-items: center;}
.thumb .item img{ width: 100%;max-height: 100%;object-fit: contain;}
.link-icone.blue{ background: var(--main-color1);color: var(--main-color4);}
.link-icone.blue:after{ opacity: 1;}
.blcLink{ display: flex;justify-content: space-around ;padding: 27px 0;background-color: #525d56;margin-top: 25px; flex-wrap: wrap; }
.blcLink .link-icone{margin:0 11px}
.blcLink a { margin: 5px;	min-width: 180px;}
.middle-detail .content{ max-width: 1240px;margin:auto}
.middle-detail {     background: #b8b9b8;  padding-bottom: 25px; margin-bottom: 60px;}
.titre-description{ font: 600 25px/28px var(--main-typo2), sans-serif;color:var(--main-color1);margin-bottom: 5px;}
.blc-recup{ padding: 35px 20px;background:  url(../img/bg-recup.jpg)center no-repeat;background-size: cover;text-align: center;font:600 30px/30px var(--main-typo1), sans-serif;color:var(--main-color4);max-width: 930px;margin:auto}

#devisForm .buttons { width: 100%; padding: 10px; }
#pgContact #devisForm .buttons .cta_tel { width: 100%; }

.s-titre { font-size: 30px;}
.titre2{ 
	/* 	background: url(../img/deco-titre2)bottom center no-repeat;
padding-bottom: 35px; */
}
@media (min-width:1201px){
	.section_categorie .list .item:hover .img{ top: -10px;}
}
@media (max-width: 1199px){
	.section_categorie .list .item { padding: 0 10px; }
	.section_categorie .list .item .img { width: 160px; height: 160px; }
}
@media (max-width: 991px) {
	.section_categorie .list .item { width: 33.33%; }
	.top_detail .left,
	.top_detail .right { width: 50%; }

	.container-fluid,
	.middle-detail .container-fluid,
	.list_prod_cat .container-fluid { padding-left: 15px; padding-right: 15px; }
}

@media (max-width: 767px) {
	.section_categorie { padding: 25px 0; }
	.section_categorie .list .item { width: 50%;}
	.tarteaucitronIconBottomRight,
	.tarteaucitronIconBottomLeft {
	    bottom: 70px !important;
	}
	.detailProd > .container-fluid { padding-left: 15px; padding-right: 15px; }
	.top_detail .left,
	.top_detail .right { width: 100%; padding-left: 0; padding-right: 0; }
	.top_detail .right { padding-top: 20px; }
	.slideDetail .item { height: 250px; }
	.blc-recup { font-size: 23px; }
	.top_detail h1 { font-size: 1.8rem; }
	#bd_cta .container-fluid { max-width: 87%; }
	#bd_cta h3 { font-size: 1.4rem; }
	.modular-apercu-articles .container {padding: 0;}
	.actu_container { padding: 5px; }
}

@media (max-width: 480px){
	.section_categorie .list .item { width: 100%;}
}
#postList a{
	background-color: #f6fbf0 !important;
}

#postList a h2 { color: #5D6C5F !important; }
#postList a:hover { background-color: #5D6C5F !important; }
#postList a:hover h2 { color: #f6fbf0 !important; }



/* cta */
#contactInfo {
	position: relative;
	overflow: hidden;
}
#contactInfo .container-fluid {
	max-width: 750px !important;
	padding: 0;
}
#contactInfo::before, #contactInfo::after {
	content: '';
	height: 310px;
	width: 360px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	overflow: hidden;
}
#contactInfo::before {
	background-image: url('../img/tomate.png');
	left: -10rem;
	top: 200px;
}
#contactInfo::after {
	background-image: url('../img/logo-pexel.png');
	right: -8rem;
	top: 400px;
	width: 300px;
}
.intro_ctc {
	text-align: center;
	margin-bottom: 30px;
}
.intro_ctc h2 {
	text-transform: uppercase;
	color: var(--main-color6) !important;
	font-weight: 600;
}
.intro_ctc p {
	text-align: center;
	display: inline-block;
	max-width: 350px;
	text-transform: uppercase;
	font-weight: 400;
	/* color: var(--main-color1); */
	color: #60ab16;
	font-family: var(--main-typo2);
}


/*Equipe*/

.equipe h2 {
	text-align: center;
	text-transform: uppercase;
	color: var(--main-color6)  !important;
	font-weight: 600;
}
.lstEquipe .profil {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin: -100px auto 0
}
.lstEquipe .profil img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lstEquipe .item .inner {
	text-align: center;
	max-width: 300px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	padding: 20px;
	margin: 0 auto
}
.lstEquipe .item .inner .fonction {
	color: #56675c;
	font-size: 14px;
	margin-bottom: 5px
}

.lstEquipe .item .inner .name {
	text-transform: uppercase;
	color: #0c5484;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.lstEquipe {
	padding-top: 20px;
/*	display: flex;
	flex-flow: row wrap;
	column-gap: 20px*/
}
.lstEquipe .item {
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px
}
.equipe .container {
	max-width: 1300px;
}


.lstEquipe .item .inner .description {
	color: #495057
}
.lstEquipe .item .inner .description p {
	display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 95px;
}

.lstEquipe .item .inner .tel {
	font-weight: bold
}
.lstEquipe .item .inner .tel:before {
  content: "";
  background: url(/user/themes/default/assets/img/tel.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 5px;
  background-size: cover
}
.lstEquipe .item .inner .contact a.mail {
	margin-bottom: 10px;
}
.lstEquipe .item .inner .mail::before {
	content: "";
	background: url(/user/themes/default/assets/img/mail.png);
	width: 17px;
	height: 12px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	margin-top: 6px;
	background-size: cover;
}

.lstEquipe .item .inner .contact a {
	font-size: 14px;
	color: var(--main-color6);display: block;
}

.lstEquipe .item .inner .description p {
	height: 
}
.lstEquipe .item .inner .contact a.tel {
	font-size: 16px
}


/* responsive */
body .cta-mobile.rectBoxesBottom {
    position: fixed;
}
.navbar-collapse .navbar-brand {
	display: none !important;
}
@media (min-width:1201px){

}
@media (max-width: 1199px){
	#txt_img_1 .txt_part .txt_container {
		max-width: 350px;
	}
	.modular-derniere-actualite {
		padding: 50px !important;
	}
	#homeNews .row .actu_container:nth-child(1) .img_actu {
		width: 300px;
	}
	.img_actu {
		width: 238px;
	}
	#bd_cta .container-fluid {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 310px;
		max-width: 80%;
		border: 1px solid var(--main-color4);
	}
	#contactInfo::before, #contactInfo::after {
		width: 23%;

	}
}
@media (max-width: 991px) {
	body header .header-top .navbar-brand img { height: 52px; }
	.container-fluid {
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
	.navbar-collapse .navbar-brand {
		display: flex !important;
		justify-content: center;
		height: 150px;
		align-items: center;
	}
	.top_menu {display: none;}
	.nav-link .home {
		text-align: center;
	}
	.nav-item {
		max-width: 300px;
		display: flex;
		justify-content: start;
		margin: 0 auto;
		border: 1px solid transparent;
		border-radius: 50px !important;
		box-shadow: 0 0 6px 0 rgb(0 0 0 / 50%);
	}
	.navbar-nav li.selected {
		background-color: var(--main-color1) !important;
	}
	.selected span {
		color: #fff !important;
	}
	.navbar-nav li.selected>a::before {
		display: none !important;
	}
	.nav-item a {
		min-width: 250px;
		font-size: 0.8em !important;
		margin: 10px 10px !important;
	}
	.showed .navbar-toggler {
		left: calc(100% - 58px);
	}
	#txt_img_1 .first img {
		top: calc(50% - 100px);
		left: -50px;
		height: 200px;
	}
	.parallax {
		min-height: 35vh !important;
	}
	#txt_img_2 .featurette {
		flex-wrap: wrap;
		align-items: center;
	}
	#txt_img_2 .txt_part .txt_container {
		max-width: 450px;
		margin-left: -50px;
		padding: 30px 40px;
	}
	#txt_img_3 .container .featurette .col-md-7 {
		max-width: 100% !important;
	}
	.modular-apercu-articles .cntArt {
		flex-direction: column;
	}
	.modular-apercu-articles .cntArt .col-sm-4 {
		width: 100%;
		max-width: 100%;
	}
	#sectFooter .footer_cta_container {
		gap: 30px !important;
		padding: 30px 40px;
		justify-content: center;
	}
	#sectFooter {
		padding-bottom: 94px !important;
	}
	.footer_bg::after {
		width: 100px;
		top: -30px ;
	}
	.section_categorie,#txt_img_1, .bg_container, #txt_img_2, .modular-derniere-actualite {
		background-image: none !important;
	}
	#contactInfo::before, #contactInfo::after {
		display: none;
	}
	.wrapperInter {
		margin-top: 71px !important;
	}	
	.logo_viseo {
	    right: 10px;
	    margin-top: -3px;
	}
}
@media (max-width: 767px) {
	.text-right {
		text-align: center!important;
		margin: 30px 0;
	}
	#txt_img_1 .featurette {
		gap: 20px;
	}
	#txt_img_1 .first img {
		height: initial;
		position: static;
	}
	#txt_img_1 .inner_box_mod_imgtxt {
		display: flex;
		gap: 5px;
		margin-bottom: 30px;
	}
	#txt_img_2 .txt_part .txt_container {
		max-width: none;
		margin-left: 0;
		padding: 20px;
		margin: 20px auto;
	}
	#txt_img_2 .img_part {
		margin-bottom: 20px;
	}
	#txt_img_3 .txt_part .txt_container::before {
		display: none;
	}
	.card_actu {
		flex-wrap: wrap;
	}
	#homeNews .row .actu_container:nth-child(1) .img_actu {
		width: initial;
	}
	.img_actu {
		width: 100%;
	}
	#sectFooter .footer_cta_container {
		padding: 50px 0px 0px;
	}
	#sectFooter {
	/* 		margin-bottom: 63px !important; */
	}
	#txt_img_1 .txt_part .txt_container { max-width: 100%; }
}
@media (max-width: 480px){
	.card-body {
		margin: 8px;
	}
	.card-body {
		padding: 1rem;
	}
	.itemArt .cntImg .card-img-top {
		height: 317px !important;
	}
	.modular-derniere-actualite {
		padding: 10px !important;
	}
	.modular-derniere-actualite .container-fluid {
		margin: 10px 0 !important;
	}
	.logo_viseo {
		position: static;
	}
	#sectFooter {
/* 		margin-bottom: 64.2px !important; */
	}
}