/* Add here all your css styles (customizations) */
/*
couleurs :
lun(jaune) -> #F7D666 - (247,214,102)
mar(rose) -> #E799A5 - (231,153,165)
mer(rose) -> #D64885 - (214,72,133)
jeu(orange) -> #E4823C - (228,130,60) -> hover: #CD7536
ven(vert) -> #C8D755 - (200,215,85)
sam(bleu) -> #00AAE9 - (0,170,233) -> hover: #0088BA
dim(vert) -> #5FAF57 - (95,175,87)
*/


/* General */
body {font-size: 16px; color: #333;}
h1, h2, h3, h4, h5, h6 {color: #666;}
p, li, label {color: #333;}
a, li a {color: #00AAE9;}
b, strong {font-weight: 600;}
a:hover{text-decoration: none; color: #0088BA;}
a:focus{color: #621300;} /* a voir */
.wrapper {background-color: #eee; width: 100%;}
#topcontrol {background-color: #57686B;} /* a voir */
#topcontrol:hover, #topcontrol:focus {background-color: #243538;} /* a voir */
.btn-u {background-color: #E4823C; color: #eee;}
.btn-u:hover, .btn-u:focus {background-color: #CD7536; color: #eee;}
.btn-u-upper {text-transform: uppercase;}
.img-responsive {display: block; max-width: 100%; height: auto;}
.text-prim {color: #E4823C; }

	/* heading */
	h1 {font-size: 1.3rem; line-height: 1.6rem; font-weight: 600;}
	h2 {font-size: 1.2rem; line-height: 1.5rem; font-weight: 600;}
	h3 {font-size: 1.1rem; line-height: 1.4rem;}

	.headline {text-align: center;	border-bottom: 1px dotted #80A5A5; margin: 5px 0 30px;}
	.headline h2, .headline h3, .headline h4 {font-size: 1.1rem; line-height: 1.4rem; border-bottom: 2px solid #E4823C;}

	.heading-line {text-align: center; margin-bottom: 40px;}
	.heading-line h1, .heading-line h2 {
		position: relative;
		display: inline-block;
		padding: 0 12px;
		line-height: 1.6rem !important;
	}
	.heading-line h1:before, .heading-line h1:after,
	.heading-line h2:before, .heading-line h2:after {
		content: ' ';
		width: 25%;
		position: absolute;
		top: .8rem;
		border-bottom-style: solid;
		border-width: 1px;
		border-color: #00aae9;
	}
	.heading-line h1:before, .heading-line h2:before {right: 100%;}
	.heading-line h1:after, .heading-line h2:after {left: 100%;}

	.heading-line-v2 {margin-bottom: 20px; position: relative;}
	.heading-line-v2:before {
		content: ' ';
		position: absolute;
		top: 17px;
		left: 0;
		width: 100%;
		border-bottom-style: solid;
		border-width: 1px;
		border-color: #00aae9;
	}
	.heading-line-v2 h2 {
		position: relative;
		display: inline-block;
		color: #555;
		padding: 0 12px;
		margin: 0;
		background-color: #eee;
		line-height: 34px !important;
	}

	/* user agent */
	input[type="submit" i]:focus {outline-color: #CC8100;}
	/* bootstrap */
	.navbar-fixed-bottom, .navbar-fixed-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}



/* LOGO */
#home .default-header .logo .navbar-brand,
.default-header .logo .navbar-brand {
	background: url('/addons/default/themes/ThemeJdO/img/logo-primary.png') no-repeat;
	background-size: 250px 70px;
	width: 250px;
	height: 70px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
#footer .footer-logo {
	background: url('/addons/default/themes/ThemeJdO/img/logo-secondary.png') no-repeat;
	background-size: 125px 35px;
	width: 125px;
	height: 35px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.default-header.top-nav-collapse .logo .navbar-brand {background-size: 125px 35px; width: 125px; height: 35px;}



/* HEADER */
.default-header {
	border-bottom: none;
	background-color: rgba(255, 255, 255, 1);
	margin-bottom: 0;
	padding: 0 !important;
}
#home .default-header {background-color: rgba(255, 255, 255, 0);}
.default-header .navbar-header {display: flex; width: 100%;}
#home .default-header .logo .navbar-brand {margin-top: 20px; margin-left: 0px;}
.default-header .logo .navbar-brand {
	flex-grow: 2;
	margin: 5px 0;
	padding: 0;
	background-position: center left;
}
#home .default-header .navbar-toggle {display: none;}
.default-header .navbar-toggle {
	display: none;
	align-self: flex-end;
	padding: 10px;
	border: none;
	background: transparent;
}
.default-header .navbar-toggle .icon-bar {
	display: block;
	height: 2px;
	width: 12px;
	font-size: 1.2rem;
	background: #fff;
	margin-bottom: 7px;
}

	/*top-nav-collapse*/
	#home .top-nav-collapse.default-header {display: none;}
	.top-nav-collapse.default-header {background: #fff;}
	.top-nav-collapse.default-header .navbar-toggle .icon-bar {background: #555;}
	.top-nav-collapse .navbar-collapse .navbar-nav {padding: 5px 0;}
	.top-nav-collapse .navbar-collapse .navbar-nav .page-search-form .main-input {margin-bottom: 5px;}

#home .navbar-collapse {display: none;}
.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
	max-height: 340px;
	overflow-x: visible;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse .navbar-nav {padding: 10px 0;}
.navbar-collapse .navbar-nav > li {position: relative; display: block;}
.navbar-collapse .navbar-nav > li > a {
	color: #555;
	font-size: 0.8rem;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}
.navbar-collapse .navbar-nav > li > a:hover,
.navbar-collapse .navbar-nav > li.active > a:hover,
.navbar-collapse .navbar-nav > li.active > a:focus,
.navbar-collapse .navbar-nav > li.active > a {color: #f63100;}



/* FOOTER */
#footer {background: #333; padding: 25px 0; text-align: center;}
#footer .texte-footer {display: flex; align-items: center; justify-content: center; padding: 0 60px;}
#footer h3, #footer p, #footer li, #footer label {color: #eee;}
#footer .headline {margin-bottom: 20px; border-bottom: 1px dotted #999;}
#footer .footer-logo {display: inline-block; margin: 0; background-position: center center;}
#footer .footer-soc {clear: both; margin: 1rem 0; padding: 0;}
#footer .footer-soc li {list-style: none; margin-right: 10px; display: inline-block; text-align: center;}
#footer .footer-soc a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	background: #ddd;
	color: #E4823C;
	transition: all 0.3s ease-in-out;
}
#footer .footer-soc .fa {font-size: 18px;}
#footer .footer-soc a:hover {color: #fff;}
	#footer .footer-soc a.bg-instagram:hover {background-color: #bc2a8d;}
	#footer .footer-soc a.bg-twitter:hover {background-color: #1DA1F2;}
	#footer .footer-soc a.bg-pinterest:hover {background-color: #c8232c;}
	#footer .footer-soc a.bg-facebook:hover {background-color: #4267B2;}
	#footer .footer-soc a.bg-linkedin:hover {background-color: #0e76a8;}
#footer #footer-cols ul, #footer #footer-cols p {text-align: left;}
#footer a {color: #eee;}
#footer a:hover, #footer a:focus {color: #E4823C;}
#footer .footer-contact a:hover {color: #eee;}
#footer-copyright {padding-top: 20px;}
#footer-copyright p {margin-bottom: 5px;}
#footer-copyright a:hover, #footer-copyright a:focus {color: #eee; text-decoration: underline; }



/* HOME */
#home .page,
#home .content {padding-top: 0;}

	/* Bandeau */
	.tp-caption.BigBold-Button {
		background-color: rgba(51, 51, 51, .7);
		border-color: rgb(255, 255, 255, .75);
		border-radius: 10px;
		padding: 10px;
	}
	.tp-caption h2 {color: #E4823C; text-align: center;}
	.tp-caption p {text-wrap: wrap;color: #eee; font-size: .9rem; line-height: 1.1rem; letter-spacing: 0px;}
	.tp-caption .sky-form {border: none;}
	.tp-caption .input-group {margin-top: 15px; padding: 0px;}
	.tp-caption .input-group .form-control {height: calc(1.5em + .75rem + 6px); border: 1px solid #E4823C;}
	.tp-caption .group-center {text-align: center; margin-top: 10px;}
	.tp-caption .group-center .adjust {display: inline-block; margin: 5px 5px 0;}
	.tp-caption .btn-u-lg {line-height: 22px; background-color: #E4823C;}
	.tp-caption .form-submit {margin-top: 20px;}
	.tp-caption .glow-effect {
		width: 220px;
		height: 50px;
		border: none;
		outline: none;
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		background: #E4823C;
		cursor: pointer;
		position: relative;
		z-index: 0;
	}
	.tp-caption .glow-effect:before {
		content: '';
		background: linear-gradient(45deg, #f7d666, #e699a5, #d64885,#E4823C, #c8d755, #00aae9, #5fae57, #f7d666);
		position: absolute;
		top: 0px;
		left: 0px;
		background-size: 400%;
		z-index: -1;
		filter: blur(0px);
		width: 100%;
		height: 100%;
		animation: glowing 20s linear infinite;
		opacity: 0;
		transition: opacity .3s ease-in-out;
	}
	.tp-caption .glow-effect:active {color: #FFF;}
	.tp-caption .glow-effect:active:after {background: #CD7536;}
	.tp-caption .glow-effect:hover:before {opacity: 1;}
	@keyframes glowing {
		0% { background-position: 0 0; }
		50% { background-position: 400% 0; }
		100% { background-position: 0 0; }
	}

		/* autocomplete */
		#ui-id-1.ui-autocomplete {max-height: 260px; overflow-x: hidden; overflow-y: auto; z-index: 1000;}

.wrap-presentation,
.wrap-today {padding: 40px 0;}
.wrap-partenaires {padding: 20px 0 0;}

.wrap-presentation {background-color: #00aae9;}
.wrap-presentation h2 {color: #fff; text-align: center; margin-bottom: 20px;}
.wrap-presentation p {color: #eee; font-size: 1rem; line-height: 1.3rem; text-align: justify; margin-bottom: 0;}
.wrap-presentation .vignette-presentation {padding-top: 20px;}

.wrap-today .heading-line h2:before, .wrap-today .heading-line h2:after,
.wrap-selection .heading-line h2:before, .wrap-today .selection h2:after {display: none;}
.wrap-today h2 {color: #555;}

.wrap-selection {padding: 40px 0; text-align: center;}

.wrap-partenaires ul li {display: inline-block; font-size: 0.9rem; font-weight: 500;}
.wrap-partenaires ul li:after {padding: 0 5px; color: #bbb; content: "|"; font-weight: 700;}
.wrap-partenaires ul li:last-of-type:after {display: none;}
.wrap-partenaires ul li a {color: #555;}
.wrap-partenaires ul li a:hover, .wrap-partenaires ul li a:focus {color: #999;}


/* vignettes-caption */
.vignette-caption {margin-bottom: 20px;}
.vignette-caption a {position: relative; display: inline-block;}
.vignette-caption .caption {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.vignette-caption .table-body {text-align: center; padding: 0 10px;}
.vignette-caption h3 {margin-bottom: 1.2rem;}
.vignette-caption p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3rem;
	max-height: 6.5rem;
	overflow: hidden;
	color: #666;
	margin: 0;
}
.vignette-caption a:hover .caption {opacity: 1;}

.nom_enseigne,
.libelle_fiche {display: block;}
.nom_enseigne {
	font-size: 1.1rem;
	line-height: 1.4rem;
	max-height: 1.4rem;
	overflow: hidden;
	font-weight: 600;
	color: #555;
}
.libelle_fiche {
	font-size: 1.2rem;
	line-height: 1.6rem;
	max-height: 3.2rem;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 1px;
}
.vignette-caption.enseigne .caption {background-color: rgba(247, 214, 102, 0.9);}
.vignette-caption.enseigne .caption .libelle_fiche {color: #444; text-shadow: 2px 2px #bbb;}
.vignette-caption.produit .caption {background-color: rgba(95, 175, 87, 0.9);}
.vignette-caption.produit .caption .nom_enseigne {color: #fff;}
.vignette-caption.produit .caption .libelle_fiche {color: #eee; text-shadow: 2px 2px #666;}
.vignette-caption.produit .caption p {color: #eee;}



/* Selection */
#home .bg-image-v1 {background: rgba(0, 170, 233, 1)0  ; height: 650px;}
#home .bg-image-v1:before {background: rgba(0, 0, 0, 0);}
.wrap-selection .container-fluid {padding: 0;}
.wrap-selection .row {margin: 0;}
.wrap-selection h2 {color: #fff;}
.wrap-selection .ms-wk .ms-slide {opacity: 0.8 !important;}
.wrap-selection .ms-wk .ms-slide.ms-sl-selected {opacity: 1 !important;}
.wrap-selection .ms-staff-carousel {overflow: hidden; margin: 0 auto;}
.wrap-selection .ms-staff-carousel .ms-view {overflow: visible; background-color: transparent;}
.wrap-selection .ms-staff-carousel .ms-nav-prev,
.wrap-selection .ms-staff-carousel .ms-nav-next {
	background: url(/addons/default/themes/Coqauweb/plugins/master-slider/masterslider/style/arrows.png) var(--bg-color-page) no-repeat -7px -57px;
	width: 35px;
	height: 40px;
	left: -35px;
	margin-top: -17px;
	box-shadow: 0px 1px 0px 0px var(--color-highlight);
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.wrap-selection .ms-staff-carousel .ms-nav-next {background-position: -6px -7px; right: -35px; left: auto;}
.wrap-selection .ms-staff-carousel .ms-staff-info {background: none; padding: 0;}
.wrap-selection .ms-staff-carousel .ms-slide-info {position: static;}
.wrap-selection .ms-staff-carousel .ms-info {position: relative; z-index: 1;}
.wrap-selection .ms-staff-carousel .ms-info-name {
	font-family: "Open Sans", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	color: #eee;
	margin-bottom: 0;
}
.wrap-selection .ms-staff-carousel .ms-info {height: 140px; padding: 0 120px;}
.wrap-selection .vignette-caption:hover .caption {opacity: 1;}
.wrap-selection .ms-staff-carousel .ms-info-produit {display: inline-block; margin: 15px 10px 0;}
.wrap-selection .ms-staff-carousel .ms-info-produit img {width: 120px;}
.wrap-selection .vignette-caption.produit .caption .libelle_fiche {font-size: 1rem;}


/* PAGES */
.page {padding-top: 80px;}
.content {padding-top: 20px; padding-bottom: 60px;}

	/* Breadcrumbs */
	.breadcrumbs {background: none;}
	.breadcrumbs h1, .breadcrumbs ul {width: 100%; justify-content: center;}
	.breadcrumb>li+li:before {padding: 0 5px; color: #ccc; content: "/\00a0";}
	.breadcrumb li.active, .breadcrumb li a:hover, .breadcrumb li a:focus {color: #f63100; text-decoration: none;}

	/* default */
	.page-default {padding-top: 95px;}
	.page-default .heading-line-v2 {margin-top: 40px;}
	.page-default .heading-line-v2 h1 {
		padding: 0 12px;
		margin: 0;
		background-color: #E6F3F4;
		position: relative;
		display: inline-block;
		line-height: 34px !important;
	}


	/* enseignes */
		/* actualites posts */

		/* actualites view */
		.actualites-view .headline {border-bottom: 2px solid #d64885;}
		.actualites-view .sidecol {padding-top: 53px;}
		.actualites-view .contenttxt, .actualites-view .sidecol {margin-bottom: 40px;}
		.actualites-view .text-wrapper {padding: 10px 0;}
		.actualites-view .photos p {font-size: 13px;}



	/* enseignes & produits */
	#enseignes .page,
	#produits .page {padding-top: 80px;}

		/*  posts */
		.enseignes-posts .blog-heading,
		.produits-posts .blog-heading {margin-bottom: 40px;}
		.enseignes-posts h1,
		.produits-posts h1 {text-align: center;}
		.tri-mobile {
			font-size: 1.4rem;
			font-weight: 600;
			color: #666;
			margin-top: 20px;
			margin-bottom: 0.2rem;
		}

			/* sidebar search */
			.side-search {margin-bottom: 40px;}
			.side-search .sidebar-header {margin-top: 30px;}
			.side-search .sidebar-header:first-child {margin-top: 0;}
			.side-search .sidebar-header p {font-size: 1.1rem; color: #666;}
			.side-search .form-submit {text-align: right; margin-top: 8px;}
			.side-search  input[type="submit"] {border-radius: 6px;}

				/* tri */
				#js-filters-enseignes {display: flex; flex-direction: column; align-items: center;}
					/* buttons days */
					button.btn-days {
						position: relative;
						display: inline-block;
						cursor: pointer;
						outline: none;
						border: 0;
						vertical-align: middle;
						text-decoration: none;
						background: transparent;
						padding: 0;
						font-size: inherit;
						font-family: inherit;
						width: 14rem;
						height: auto;
						margin-bottom: 5px;
					}
					button.btn-days .circle {
						transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
						position: relative;
						display: block;
						margin: 0;
						width: 2.5rem;
						height: 2.5rem;
						background: #666;
						border-radius: 1.625rem;
					}
					button.btn-days.btn-default .circle {background-color: #666;}
					button.btn-days.btn-lun .circle {background-color: #f7d666;}
					button.btn-days.btn-mar .circle {background-color: #e799a5;}
					button.btn-days.btn-mer .circle {background-color: #d74886;}
					button.btn-days.btn-jeu .circle {background-color: #E4823C;}
					button.btn-days.btn-ven .circle {background-color: #c8d755;}
					button.btn-days.btn-sam .circle {background-color: #00abe9;}
					button.btn-days.btn-dim .circle {background-color: #5eaf57;}
					button.btn-days .circle .icon {
						transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
						position: absolute;
						top: 0;
						left: 0;
						margin: auto;
						background: none;
						width: 2.5rem;
						line-height: 2.5rem;
						font-size: 18px;
						color: #eee;
					}
					button.btn-days .button-text {
						transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
						position: absolute;
						top: 0;
						left: 0;
						right: 0;
						bottom: 0;
						margin: 0 0 0 1.5rem;
						color: #666;
						font-weight: 700;
						line-height: 2.4rem;
						text-align: center;
						text-transform: uppercase;
					}
					button.btn-days:hover .circle {width: 100%;}
					button.btn-days:hover .circle .icon {transform: translate(1rem, 0);}
					button.btn-days:hover .button-text {color: #eee;}

				/* filtre */
				#enseignescatform .option {
					background: #fff;
					display: flex;
					align-items: center;
					margin: 0 10px 5px;
					border-radius: 8px;
					cursor: pointer;
					padding: 0 10px;
					border: 1px solid #ccc;
					transition: all 0.3s ease;
				}
				#enseignescatform .option .dot{
					height: 20px;
					width: 20px;
					background: #ddd;
					border-radius: 50%;
					position: relative;
					margin: 0 1rem;
				}
				#enseignescatform .option .dot::before{
					position: absolute;
					content: "";
					top: 4px;
					left: 4px;
					width: 12px;
					height: 12px;
					background: #666;
					border-radius: 50%;
					opacity: 0;
					transform: scale(1.5);
					transition: all 0.3s ease;
				}
				#enseignescatform input[type="radio"]{display: none;}
				#enseignescatform .option span{
					font-size: .9rem;
					line-height: 2.2rem;
					color: #808080;
				}
				#commerces:checked:checked ~ .opt-01,
				#services:checked:checked ~ .opt-02,
				#tpe-et-artisans:checked:checked ~ .opt-03,
				#producteurs:checked:checked ~ .opt-04,
				#cafes-et-restaurants:checked:checked ~ .opt-05,
				#tourisme:checked:checked ~ .opt-06,
				#sports-et-loisirs:checked:checked ~ .opt-07,
				#arts-et-spectacles:checked:checked ~ .opt-08,
				#professions-liberales:checked:checked ~ .opt-09,
				#associations:checked:checked ~ .opt-10 {border-color: #666; background: #666;}
				#commerces:checked:checked ~ .opt-01 .dot,
				#services:checked:checked ~ .opt-02 .dot,
				#tpe-et-artisans:checked:checked ~ .opt-03 .dot,
				#producteurs:checked:checked ~ .opt-04 .dot,
				#cafes-et-restaurants:checked:checked ~ .opt-05 .dot,
				#tourisme:checked:checked ~ .opt-06 .dot,
				#sports-et-loisirs:checked:checked ~ .opt-07 .dot,
				#arts-et-spectacles:checked:checked ~ .opt-08 .dot,
				#professions-liberales:checked:checked ~ .opt-09 .dot,
				#associations:checked:checked ~ .opt-10 .dot {background: #fff;}
				#commerces:checked:checked ~ .opt-01 .dot::before,
				#services:checked:checked ~ .opt-02 .dot::before,
				#tpe-et-artisans:checked:checked ~ .opt-03 .dot::before,
				#producteurs:checked:checked ~ .opt-04 .dot::before,
				#cafes-et-restaurants:checked:checked ~ .opt-05 .dot::before,
				#tourisme:checked:checked ~ .opt-06 .dot::before,
				#sports-et-loisirs:checked:checked ~ .opt-07 .dot::before,
				#arts-et-spectacles:checked:checked ~ .opt-08 .dot::before,
				#professions-liberales:checked:checked ~ .opt-09 .dot::before,
				#associations:checked:checked ~ .opt-10 .dot::before {opacity: 1; transform: scale(1);}
				#commerces:checked:checked ~ .opt-01 span,
				#services:checked:checked ~ .opt-02 span,
				#tpe-et-artisans:checked:checked ~ .opt-03 span,
				#producteurs:checked:checked ~ .opt-04 span,
				#cafes-et-restaurants:checked:checked ~ .opt-05 span,
				#tourisme:checked:checked ~ .opt-06 span,
				#sports-et-loisirs:checked:checked ~ .opt-07 span,
				#arts-et-spectacles:checked:checked ~ .opt-08 span,
				#professions-liberales:checked:checked ~ .opt-09 span,
				#associations:checked:checked ~ .opt-10 span {color: #fff;}

				/* filtre */
				#enseignesvilleform .btn-u {padding: 8px;}
				#enseignesvilleform .input-wrap {width: 100%;}
				#enseignesvilleform .input-wrap input[type="range"] {width: 100%; accent-color: #E4823C;}
				#enseignesvilleform .input-wrap datalist {
					color: #666;
					width: 100%;
					display: flex;
					flex-direction: row;
					justify-content: space-between;
				}

		#enseignes .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
			-webkit-transform: scale(1);
			transform: scale(1);
		}
		#enseignes .cbp-caption-activeWrap {background-color: rgba(247, 214, 102, .9);}
		#enseignes .cbp-item:hover .cbp-caption-activeWrap {opacity: 1;}
		#enseignes .cbp-l-caption-text {padding: 0 10px;}
		#enseignes .cbp-l-caption-text .nom_enseigne {font-size: 1.1rem; line-height: 1.3rem; max-height: 1.3rem; color: #555;}
		#enseignes .cbp-l-caption-text h2 {
			font-size: 1.3rem;
			line-height: 1.6rem;
			max-height: 3.2rem;
			letter-spacing: 1px;
			margin-bottom: 20px;
		}
		#enseignes .cbp-l-caption-text p {
			margin: 0;
			font-size: 0.9rem;
			line-height: 1.3rem;
			font-weight: 600;
			letter-spacing: 0px;
			color: #666;
			max-height: 6.5rem;
			overflow: hidden;
		}

		/*  enseignes & produits views */

		.enseignes-view h1,
		.produits-view h1 {text-align: center; margin-bottom: 20px;}
		.enseignes-view .item-heading .headline {margin-top: 0; border-bottom: 2px solid #F7D666;}
		.produits-view .item-heading .headline {margin-top: 0; border-bottom: 2px solid #5FAF57;}
		.enseignes-view .nom_enseigne,
		.produits-view .nom_enseigne {display: block; font-size: 1.4rem; font-weight: 600; color: #333; margin-bottom: 5px;}
		.enseignes-view .libelle_fiche,
		.produits-view .libelle_fiche {display: block; margin-bottom: 20px;}
		.enseignes-view .headline h2,
		.enseignes-view .headline h3,
		.enseignes-view .headline h4 {border-bottom: 2px solid #F7D666;}
		.produits-view .headline h2,
		.produits-view .headline h3,
		.produits-view .headline h4 {border-bottom: 2px solid #5FAF57;}
		.enseignes-view .list-photos li,
		.produits-view .list-photos li {display: inline-block;}
		.enseignes-view .list-photos li img,
		.produits-view .list-photos li img {width: 100px; height: 100px; margin: 0 2px 8px;}
		.enseignes-view .list-photos li img:hover {box-shadow: 0 0 0 2px #F7D666;}
		.produits-view .list-photos li img:hover {box-shadow: 0 0 0 2px #5FAF57;}

			/* enseignes */
			.item-main, .item-comp {margin-bottom: 40px;}
			.item-produit {margin-bottom: 30px;}
			.item-comp .infos-col-2 {padding-top: 20px;}
			.item-produit a {position: relative; display: inline-block;}
			.item-produit .caption {
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				z-index: 2;
				opacity: 0;
				background-color: rgba(95, 175, 87, .9);
				-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
				transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
			}
			.item-produit .table-body {text-align: center; padding: 10px;}
			.item-produit .table-body h3 {
				font-size: 2rem;
				line-height: 2.6rem;
				font-weight: 600;
				text-shadow: 2px 2px #666;
				color: #eee;
			}
			.item-produit a:hover .caption {opacity: 1;}

			/* produits */
			.item-enseigne {margin-bottom: 40px;}
			.item-vignette-c, .produits-plus {margin-top: 20px;}
			.produits-plus ul {padding: 0;}
			.produits-plus h3 {position: absolute; top: 0px; margin-left: 60px;}
			.produits-plus {display: flex; justify-content: center;}
			#list-short.owl-slider {width: 66%;}
			#list-short.owl-slider .owl-stage-outer {padding-top: 20px;}
			.owl-slider .owl-stage-outer {position: relative; padding-top: 60px;}
			.owl-slider .owl-buttons {
				position: absolute;
				top: 0;
				width: 100%;
				text-align: center;
			}
			.owl-slider .owl-prev, .owl-slider .owl-next {
				display: inline-block;
				font-size: 15px;
				color: #fff;
				font-weight: bold;
				margin: 0 15px;
				padding: 10px 20px;
			}
			.owl-slider .owl-prev, .owl-slider .owl-next {background-color: #5FAF57; cursor: pointer;}
			.owl-slider .owl-prev:hover, .owl-slider .owl-next:hover {background-color: #559D4E;}




	/* contact */
	#contact .page {padding-top: 95px;}
	textarea[class*="form-control"] {resize: none;}
	.sidecontact {padding-top: 20px;}
	.sidecontact .vignette-contact {margin-bottom: 20px;}
	.sidecontact .coord-contact i {vertical-align: top; margin-top: 5px;}
	.sidecontact .coord-contact p {margin-left: 10px; display: inline-block;}



/*
media queries
Extra small <576px
Small-sm ≥576px
Medium-md ≥768px
Large-lg ≥992px
Extra large-xl ≥1200px
*/


@media (min-width: 576px) {

	.wrap-today .heading-line h2:before, .wrap-today .heading-line h2:after {display: block;}

	.tri-mobile {display: none;}
	.enseignes-view .list-photos li img,
	.produits-view .list-photos li img {width: 92px; height: 92px;}
	.item-comp .infos-col-2 {padding-top: 0px;}
	.item-produit .table-body h3 {font-size: 1.2rem; line-height: 2rem;}
	.item-vignette-c {margin-top: 0;}

}

@media (max-width: 767px) {

	.resp-br {display: block;}

}

@media (min-width: 768px) {

	h1 {font-size: 1.6rem; line-height: 1.9rem;}
	h2 {font-size: 1.4rem; line-height: 1.7rem;}
	h3 {font-size: 1.4rem; line-height: 1.7rem;}
	.headline h2, .headline h3, .headline h4 {font-size: 1.4rem; line-height: 1.7rem;}

	#home .default-header .logo .navbar-brand {
		background-size: 500px 140px;
		width: 500px;
		height: 140px;
		margin-top: 60px;
	}
	#footer .footer-logo {background-size: 250px 70px; width: 250px; height: 70px;}
	.tp-caption.BigBold-Button {padding: 20px;}
	.tp-caption h2 {font-size: 1.6rem; line-height: 1.9rem;}
	.tp-caption .input-group {padding: 0 30px;}

	.wrap-presentation .vignette-presentation {padding-top: 0; height: 100%; display: flex; align-items: center;}

	.content {padding-top: 30px;}

	#enseignescatform .option .dot {margin: 0 0.5rem 0 0;}
	#enseignescatform .option span {font-size: .8rem; line-height: 2rem; max-height: 2rem;}
	#enseignes .cbp-l-caption-text h2 {font-size: 1.2rem; line-height: 1.6rem; max-height: 3.2rem; margin-bottom: 10px;}
	#enseignes .cbp-l-caption-text p {font-size: 0.8rem; line-height: 1.2rem; max-height: 6rem;}

}

@media (min-width: 992px) {
	
	body {font-size: 1rem;}

	h1 {font-size: 1.8rem; line-height: 2.1rem;}
	h2 {font-size: 1.6rem; line-height: 1.9rem;}
	h3 {font-size: 1.6rem; line-height: 1.9rem;}
	.headline h2, .headline h3, .headline h4 {font-size: 1.6rem; line-height: 1.9rem;}

	.default-header .navbar-header {width: auto;}
	.navbar-toggle {display: none;}
	#home .default-header .logo .navbar-brand {margin-top: 30px;}

	#footer .texte-footer {padding: 20px 60px;}

    .wrap-partenaires ul li {font-size: 1rem;}

    .enseignes-posts h1, .produits-posts h1 {text-align: left;}
    #enseignescatform .option .dot {margin: 0 1rem;}
	#enseignes .cbp-l-caption-text .nom_enseigne {font-size: 1.3rem; line-height: 1.5rem; max-height: 1.5rem;}
	#enseignes .cbp-l-caption-text h2 {font-size: 1.4rem; line-height: 1.8rem; max-height: 3.6rem;}
	#enseignes .cbp-l-caption-text p {font-size: 1rem; line-height: 1.4rem; max-height: 7rem;}

	.enseignes-view .list-photos li img,
	.produits-view .list-photos li img {width: 104px; height: 104px;}
	.item-produit .table-body h3 {font-size: 1.8rem; line-height: 3.2rem;}



}

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

}

@media (min-width: 1200px) {

	#home .default-header .logo .navbar-brand {background-size: 500px 140px; width: 500px; height: 140px;}
	.default-header .logo .navbar-brand,
	#footer .footer-logo {background-size: 250px 70px; width: 250px; height: 70px;}

	#footer .texte-footer {padding: 40px 60px;}

	#home .default-header .logo .navbar-brand {margin-top: 60px; margin-left: 30px;}

	.heading-line h2:before, .heading-line h2:after {width: 75%;}

    .tp-caption h2 {font-size: 1.8rem; line-height: 2.1rem; letter-spacing: 0px;}

	.wrap-presentation p {font-size: 1.2rem; line-height: 1.5rem;}
	.wrap-presentation .vignette-presentation {margin-top: 0;}
	.wrap-today {padding: 60px 0;}
	.wrap-partenaires {padding: 40px 0 0;}

	#produits .produits-list {max-width: 1140px; margin: 0 auto;}
	#actualites .content {padding-top: 60px;}
	.vignette-caption {margin-bottom: 30px;}
	#enseignes .content,
	#produits .content {padding-top: 40px; padding-bottom: 60px;}
	.enseignes-posts h1,
	.produits-posts h1 {text-align: left; font-size: 1.6rem; font-weight: 600;}
	#enseignescatform .option span {font-size: .9rem; line-height: 2.2rem;}
	#enseignes .cbp-l-caption-text .nom_enseigne {font-size: 1.2rem; line-height: 1.4rem; max-height: 1.4rem;}
	#enseignes .cbp-l-caption-text h2 {font-size: 1.3rem; line-height: 1.7rem; max-height: 3.4rem;}
	#enseignes .cbp-l-caption-text p {font-size: 0.9rem; line-height: 1.3rem; max-height: 6.5rem;}

	.enseignes-view h1,
	.produits-view h1 {font-size: 1.8rem; margin-bottom: 20px;}	
	.enseignes-view .list-photos li img,
	.produits-view .list-photos li img {width: 100px; height: 100px; margin: 0 2px 8px;}
	.item-produit .table-body h3 {font-size: 2.2rem;}

	.owl-info p {margin: 0 40px 20px;}

}

@media (min-width: 1440px) {

	.container-fluid {padding: 0 15%;}

}