

/* .btn-outline-light {
	color:#4f4f4f;
} */

#main {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.valign {
	display: block;
	position: relative;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

.v-middle {
	vertical-align: middle;
}

.img-full {
	display: block;
	width: 100%;
}

img:not([src]) {
	visibility: hidden;
}

/* .datepicker-main,
.timepicker-clock-wrapper {
	color: #1a1a1a;
}

.datepicker-cancel-btn {
	margin-right: 0.675rem;
} */

.select-option-icon {
	width: 16px;
	height: auto;
	border-radius: 0 !important;
}

.grid-col-description p {
	margin-bottom: 0;
}

.form-separator {
	background-color: #f0f0f0;
	padding: 7px 9px;
	margin-bottom: 15px;
	font-weight: 600;
}

.recipe-calendar-change-date {
	width: 44px;
	padding: 0;
}


#footer-webradio .btn-floating.play-live {
	width: 32px!important;
	height: 32px!important;
	border-radius: 50% !important;
}
#footer-webradio .btn-floating.play-live .fas {
	font-size: 0.85rem;
}
#footer-webradio .player-track-name {
	font-size: 0.75rem;
}
#footer-webradio .player-track-artist {
	font-size: 0.7rem;
}
#footer-webradio .player-track-img {
	width:48px;
	height: 48px;
}
#footer-webradio .spinner-outer{
	position: absolute;
	z-index: 1;
	padding: 0.6rem;
	line-height: 0px;
}
#footer-webradio .spinner-border{
	width: 20px;
	height:20px;
}

#nav-cart {
	z-index: 1020;
}

.input-group.bootstrap-touchspin {
	width: 160px;
}

.input-group.bootstrap-touchspin .btn {
	border-radius: 0!important;
	padding: 12px 22px;
}
.input-group.bootstrap-touchspin>.form-control {
	min-height: calc(2.08rem + 5px);
	height: calc(2.08rem + 5px);
}

.checkout-cart-qty {
	text-align: center;
}

#footer {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.05);
}
#footer ul,
#footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer .logo {
	max-width: 200px;
	max-height: 70px;
}

.carousel-control-prev-icon::after {
	content: "\f053";
}

.carousel-control-next-icon::after {
	content: "\f054";
}


[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-size: inherit;
}

.navbar-brand {
	padding-top: 0.335rem;
	padding-bottom: 0.335rem;
}

.nav-link .fas,
.nav-link .far,
.nav-link .fab,
.nav-link .fal,
.nav-link .icon,
.nav-link [class^="flaticon-"] {
	line-height: inherit;
}

.nav-link .fas,
.nav-link .far,
.nav-link .fab,
.nav-link .fal,
.nav-link .icon,
.nav-link [class^="flaticon-"],
.nav-link [class^="flaticon-"]:before,
.nav-link [class*=" flaticon-"]:before,
.nav-link [class^="flaticon-"]:after,
.nav-link [class*=" flaticon-"]:after,
.sidenav-link .fas,
.sidenav-link .far,
.sidenav-link .fab,
.sidenav-link .fal,
.sidenav-link .icon,
.sidenav-link [class^="flaticon-"],
.sidenav-link [class^="flaticon-"]:before,
.sidenav-link [class*=" flaticon-"]:before,
.sidenav-link [class^="flaticon-"]:after,
.sidenav-link [class*=" flaticon-"]:after {
	vertical-align: -2px;
	display: inline-block;
	line-height: 1.1em;
}

.sidenav-link .fas,
.sidenav-link .far,
.sidenav-link .fab,
.sidenav-link .fal,
.sidenav-link .icon,
.sidenav-link [class^="flaticon-"],
.sidenav-link [class^="flaticon-"]:before,
.sidenav-link [class*=" flaticon-"]:before,
.sidenav-link [class^="flaticon-"]:after,
.sidenav-link [class*=" flaticon-"]:after {
	min-width: 26px;
	text-align: center;
	line-height: inherit;
}

.navbar-light .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link {
	position: relative;
}

.navbar-nav .nav-link.active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 53%;
	margin: 0 auto;
	background-color: #f90;
}

.nav-link {
	position: relative;
	font-weight: 500;
}


.file-upload-message {
	text-align: center;
}

.file-upload-cloud-icon {
	margin-bottom: 1rem;
}

.file-upload-default-message {
	font-size: 0.775rem;
}

/* .form-switch .form-check-input {
	background-color: #f4f4f4;
} */

.form-check-input[type=checkbox],
.form-check-input[type=radio] {
	margin-right: 0;
}

/* .fa-3x {
	font-size: 3em !important;
} */

.cc-iframe {
	overflow: hidden;
	width: 1px;
	min-width: 100%;
	height: 100vh;
}

.avatar {
	display: inline-block;
	border: 3px solid #fff;
	height: 40px;
	width: 40px;
	line-height: 33px;
	background-color: #f4f4f4;
	color: #6a6a6a;
	text-align: center;
}

.avatar-lg {
	height: 68px;
	width: 68px;
	border: 5px solid #fff;
}

.avatar-xl {
	height: 160px;
	width: 160px;
	line-height: 200px;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-h-ellipsis {
	/* 	white-space: nowrap; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-h-ellipsis-1 {
	-webkit-line-clamp: 1;
}

.text-h-ellipsis-2 {
	-webkit-line-clamp: 2;
}

.text-h-ellipsis-3 {
	-webkit-line-clamp: 3;
}

.text-h-ellipsis-4 {
	-webkit-line-clamp: 4;
}

.text-h-ellipsis-5 {
	-webkit-line-clamp: 5;
}

.text-h-ellipsis-6 {
	-webkit-line-clamp: 6;
}

.text-h-ellipsis-7 {
	-webkit-line-clamp: 7;
}

.text-h-ellipsis-10 {
	-webkit-line-clamp: 10;
}

.fake-line-4 {
	height: 2rem;
}

/* .fa-md {
	font-size: 1.25em;
	line-height: .70em;
	vertical-align: -0.05em;
} */


.gmap,
.gmap-interactive {
	width: 100%;
	height: 500px;
	background-color: #f4f4f4;
}

.page-item {
	margin-left: 0.7rem;
}

.owl-stage {
	padding-left: 0px !important;
}

.owl-item {
	padding: 0 5px 20px 5px;
}

.navbar-brand img {
	max-height: 32px;
	max-width: 211px;
}

.grecaptcha-badge {
	visibility: hidden;
}

.pe-pointer,
.text-pointer {
	cursor: pointer;
}

.carousel-caption {
	bottom: 3.25rem;
}

.carousel-caption .h5 {
	font-size: 1.8rem;
	font-weight: 600;
	text-shadow: 1px 1px 2px #000;
}

.carousel-caption .description {
	font-size: 0.8rem;
	font-weight: 300;
	text-shadow: 1px 1px 2px #000;
}

.col-mansory {
	width: 50%;
	margin-bottom: 1.5rem;
	padding: 0 0.75rem;
}

.col-weather {
	max-width: 620px;
	margin: 0 auto;
}

.toogle-weather-previsions {
	cursor: pointer;
}

.avis-verifies {
	right: 1rem;
	bottom: 1rem;
	width: 160px;
	position: fixed;
	display: none;
	z-index: 1;
}

.avis-verifies-header {
	background-color: #FFF;
	text-align: center;
	padding: 1rem;
	border-top-left-radius: 0.45rem;
	border-top-right-radius: 0.45rem;
}

.avis-verifies-body {
	background-color: #F18E22;
	padding: 1rem;
	border-bottom-left-radius: 0.45rem;
	border-bottom-right-radius: 0.45rem;
}

.avis-verifies-rate {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 47px;
	text-align: center;
	border: 6px solid #fff;
	font-size: 1.2rem;
	font-weight: 900;
	margin: 0 auto;
}

.owl-stage {
	display: flex;
}

.owl-item {
	display: flex;
	flex: 1 0 auto;
}

.caption {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}

.flex-text {
	flex-grow: 1
}

.thumbnail {
	display: flex;
	flex-direction: column;
}

.quickaccess-elements:hover {
	opacity: 0.8;
}

.privacypolicies-com---palette-light .cc-pc-head-title-headline {
	text-align: center;
	margin-top: 10px;
}

:not(.vjs-has-started) .vjs-audio .vjs-control-bar {
	display: flex;
}

.vjs-audio .vjs-big-play-button {
	display: none;
}

.vjs-audio {
	height: 40px !important;
	width: 100%;
	border-radius: 0.25rem !important;
}

.video-js.vjs-audio .vjs-control-bar {
	height: 4em;
	border-radius: 0.25rem !important;
}

.video-js.vjs-audio .vjs-time-control {
	line-height: 2.5rem;
}

.video-js.vjs-audio .vjs-volume-bar {
	margin: 1.78em 0.45em;
}

.vjs-audio .vjs-button>.vjs-icon-placeholder:before {
	font-size: 1.8em;
	line-height: 2.3;
}

.vjs-error .vjs-error-display:before,
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	display: none;
}

.vjs-error-display:after {
	content: 'Une erreur est survenue';
	font-size: 0.875rem;
	position: absolute;
	top: 13px;
	left: 13px;
	color: #fff;
}

.video-js .vjs-modal-dialog {
	background: #1E242C;
}
.vjs-poster {
	background-size: cover;
}

.my-stepper,
.my-stepper-step {
	margin: 0;
	padding: 0;
	list-style: none;
}
.my-stepper-step .my-stepper-content {
	display: none;
}
.my-stepper-step.my-stepper-active .my-stepper-content {
	display: block;
}

/* .row-bloc-weather-inner,
.col-weather-daily {
	background-color: rgba(127, 127, 127, 0.1);
} */

.row-bloc-weather .col-img {
	text-align: center;
	padding-right: 0;
}

.row-bloc-weather .col-img img {
	width: 80%;
	margin: 0 auto 15px auto;
	display: block;
}

.row-quickaccess-title-icon .quickaccess-title-icon .icon,
.row-quickaccess-title-icon .quickaccess-title-icon .icon:before,
.quickaccess-elements .icon,
.quickaccess-elements .icon:before {
	font-size: 1.33333333rem;
	line-height: 1px;
	vertical-align: middle;
}

.player-download {
	height: 40px;
}

.owl-dots {
	display: block;
}

.catalog-img-product-list {
	width: 140px;
	height: 140px;
}

.product-list-description {
	display: none;
}

.nav-tabs-product .nav-link,
.nav-tabs-product .nav-link:hover,
.nav-tabs-product .nav-link:focus {
	background-color: transparent !important;
	font-weight: 600;
	text-transform: none;
	font-size: 1rem;
	border-width: 0 0 3px;
}

#install-prompt-android,
#install-prompt-ios {
	left:0;
	right:0;
	bottom:0;
}


.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 65vh;
	background-color: #000;
	margin-top: -78px;
}

.video-container>video {
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.video-container>video::-webkit-media-controls {
	display: none !important
}




/*install android + ios
----------------------------------------------------------------------------- */
#install-prompt-android,
#install-prompt-ios {
	background-color: #fff;
	z-index: 1060;
}

/*blockUI
----------------------------------------------------------------------------- */
div.blockOverlay {
	background-color: transparent !important;
}

div.blockMsg,
#overlay-loading .blockMsg {
	width: 40px;
	height: 40px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	border: none;
	box-shadow: none;
	z-index: 99999 !important;
}

div.blockOverlay {
	z-index: 99999 !important;
}

#overlay-loading .blockMsg {
	position: absolute;
}

div.blockMsg img,
#img-loading {
	-webkit-animation: spin 2.0s linear infinite;
	-moz-animation: spin 2.0s linear infinite;
	animation: spin 2.0s linear infinite;
}

#overlay-loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#camera-voucher-outer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	z-index: 1050;
}

#camera-voucher {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1050;
}

#snapshot-limit-overlay-voucher {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70vmin;
	height: 70vmin;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	z-index: 1051;
}

#snapshot-limit-overlay-voucher:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.4);
}

#flip-camera-voucher,
#close-camera-voucher {
	position: fixed;
	top: 2rem;
	left: 2rem;
	z-index: 1052;
}

#close-camera-voucher {
	left: auto;
	right: 2rem;
	top: 1.7rem;
}

#snapshot-voucher {
	display: none;
}

#launch-cookie {
	position: fixed;
	left:1rem;
	bottom:1rem;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	z-index: 1055;
	cursor: pointer;
}
#card-cookie {
	position: fixed;
	left:1rem;
	bottom:5.5rem;
	z-index: 1055;
	width: 90%;
}

@media (min-width: 480px) {
	.recipe-calendar-change-date {
		width: 65px
	}
}


@media (min-width: 680px) {
	.video-container {
		height: 100vh;
	}
}

@media (min-width: 768px) {

	#card-cookie {
		width: 420px;
	}

	.recipe-calendar-change-date {
		width: 90px
	}

	.col-mansory {
		width: 25%;
	}

	.row-quickaccess-title-icon .quickaccess-title-icon .icon,
	.row-quickaccess-title-icon .quickaccess-title-icon .icon:before,
	.quickaccess-elements .icon,
	.quickaccess-elements .icon:before {
		font-size: 2.2rem;
	}

	.quickaccess-elements .fs-8 {
		font-size: 1rem !important;
	}

	.navbar-brand {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.catalog-img-product-list {
		width: 220px;
		height: 220px;
	}

	.product-list-description {
		display: -webkit-box;
	}

	.product-list-actions {
		text-align: right;
	}

	.carousel-caption .h5 {
		font-size: 2rem;
	}

	.carousel-caption .description {
		font-size: 1rem;
	}

	.avis-verifies {
		display: block;
	}

	#footer-webradio .btn-floating.play-live {
		width: 40px!important;
		height: 40px!important;
	}
	#footer-webradio .btn-floating.play-live .fas {
		font-size: 1rem;
	}
	#footer-webradio .player-track-name {
		font-size: 1rem;
	}
	#footer-webradio .player-track-artist {
		font-size: 0.9rem;
	}
	#footer-webradio .player-track-img {
		width:48px;
		height: 48px;
	}
}

@media (min-width: 991px) {
	.recipe-calendar-change-date {
		width: 100px
	}
	/* .card-blog .bg-image {
		border-radius: 0.5rem 0 0 0.5rem;
	} */

}

@media (min-width: 1200px) {
	.owl-dots {
		display: block;
	}

	.carousel-caption .h5 {
		font-size: 3rem;
	}

	.carousel-caption .description {
		font-size: 1.4rem;
	}

	.recipe-calendar-change-date {
		width: 142px
	}
}