html {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	color: #000;
	background: #FFF;
	overflow-x: hidden;
}

.y-separator {
	padding: 10px 0;
}

/**** HEADER ****/

.navbar-brand {
	margin-left: 30px !important;
}

@media(min-width:768px) {
	.navbar-brand {
		margin-right: 30px !important;
		position: relative;
		z-index: 200
	}
}

@media(max-width:767px) {
	.navbar-brand {
		max-width: 175px;
	}
}

#zone-bandeau {
	position: relative;
	height: 350px;
	background-color: #E4EEF6;
}

#bandeau {
	position: relative;
	height: 350px;
}

#zone-bandeau.home, #zone-bandeau.home #bandeau, #zone-bandeau.home #bandeau::before {
	/*height:540px;*/
	height: 340px;
}

@media (max-width:576px) {
	#zone-bandeau {
		height: auto;
	}
}

#zone-haut.small+#zone-bandeau {
	margin-top: 110px;
	display: inline-block;
}

#bandeau .bandeau-offer-texte {
	position: absolute;
	display: block;
	bottom: 50px;
	height: 100px;
	width: 300px;
	max-width: 100%;
	right: 100px;
	z-index: 100;
	background: white;
	padding: 10px 20px;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}

#bandeau .promotion.bandeau-offer-texte:hover {
	color: #F8AC20;
}

#bandeau .bandeau-offer-texte .offerTheme {
	font-size: 0.9em;
}

#bandeau .bandeau-offer-texte .offerTitle {
	font-size: 1.2em;
	font-weight: 600;
}

#bandeau .bandeau-offer-texte::before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f067";
	background-color: #4B8EC5;
	padding: 39px 20px 38px 20px;
	top: 0;
	left: -50px;
	color: white;
	border-right: 2px solid #4B8EC5;
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}

#bandeau .bandeau-offer-texte:hover::before {
	background-color: #fff;
	color: #4B8EC5;
}

#bandeau .promotion.bandeau-offer-texte::before {
	background-color: #F8AC20;
	border-right: 2px solid #F8AC20;
}

#bandeau .promotion.bandeau-offer-texte:hover::before {
	background-color: #fff;
	color: #F8AC20;
}

#bandeau .bandeau-texte {
	margin: auto;
	top: 60px;
	position: relative;
	line-height: 1.2;
	padding: 15px 15px;
	font-size: 1.1em;
}

@media (min-width:992px) {}

@media (min-width:577px) and (max-width:991px) {
	#bandeau .bandeau-texte {
		left: 0;
		width: 100%;
		top: 20px;
	}
}

@media (max-width:576px) {
	#bandeau .bandeau-texte {
		position: relative;
		width: 100%;
		top: 123px;
		right: 0;
	}
}

.autre .bandeau-texte {
	margin-top: 200px;
	height: auto;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.autre .bandeau-texte .contain {
	padding: 30px 20%;
}

.bandeau-texte.reference .contain {
	padding: 30px;
}

#zone-bandeau-menu ul {
	display: table;
	margin: -15px auto;
}

#zone-bandeau-menu ul li {
	display: table-cell;
}

#zone-bandeau-menu ul li a {
	display: block;
	padding: 10px 8px;
	color: #01669D;
	background: #FFF;
	margin: 0 10px;
	min-width: 150px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#zone-bandeau-menu ul li:hover a, #zone-bandeau-menu ul li.actif a, #zone-bandeau-menu ul li.actif:hover a {
	color: #FFF;
	background: #01669D;
	text-decoration: none;
}

.autre .bandeau-texte .bandeau_carre {
	margin-left: auto;
}

.bandeauDefault {
	background-image: url('/phototheque/photos/charte/bandeau.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 350px;
	height: 350px;
	position: relative;
}

#bandeau .swiper-button-prev, #bandeau .swiper-button-next {
	height: auto !important;
	bottom: 0;
	top: auto;
	margin: auto;
	font-size: 1.7em;
}

#bandeau .swiper-button-next {
	left: 45px;
}

#bandeau .swiper-button-prev {
	right: 45px;
}

.swiper-button-white {
	background: none !important;
	color: white;
	font-size: 50px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

/*******/

#zone-haut {
	z-index: 100;
	transition: 0.5s;
	/*position:absolute;*/
	width: 100%;
}

#zone-haut.small {
	position: fixed;
	border-bottom: 2px solid #F2F3FE;
	background-color: rgba(0, 0, 0, 0.7);
}

#zone-haut li {
	list-style: none;
}

#zone-menu-haut {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-top: 10px;
}

#zone-menu-haut ul.niveau1>li {
	position: relative;
	border-right: 1px solid transparent;
}

/*
#zone-menu-haut ul.niveau1>li:before {
	content: " ";
	position: absolute;
	left: -1px;
	height: 100%;
	width: 1px;
	background-color: #ccc;
}*/

#zone-menu-haut ul.niveau1>li:first-child:before {
	width: 0;
}

#zone-menu-haut ul.niveau1>li>a {
	padding: 0.2rem 0.7rem;
	display: block;
	border: 1px solid #d5d5d5;
	border-radius: 50px;
	color: #d5d5d5;
	font-weight: 500;
	margin-right: 15px;
}

#zone-menu-haut ul.niveau1>li>a.active, #zone-menu-haut ul.niveau1>li:hover>a {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

#zone-menu-haut ul li.bg-bl a {
	background-color: #208600;
	border: 1px solid #208600;
	color: #fff;
	text-decoration: none;
}

#zone-menu-haut li.bg-bl.menu-haut-actif>a, #zone-menu-haut li.bg-bl>a:hover, #zone-menu li.bg-bl>a.menu-actif, #zone-menu li.bg-bl:hover>a {
	background-color: #fff;
	border: 1px solid #fff;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

#zone-haut #logo {
	max-width: 250px;
	width: 100%;
}

@media (min-width: 768px) {
	.zone-haut-row {
		display: table;
		width: 100%;
		transition: 0.5s;
	}
	.zone-haut-cell {
		display: table-cell!important;
		float: none;
		vertical-align: middle;
		transition: 0.5s;
	}
	#zone-haut.small {
		padding: 5px 0 0 0;
		height: auto;
		z-index: 200;
		transition: 0.5s;
	}
	#zone-haut.small #logo img {
		max-height: 65px;
		transition: 0.5s;
	}
	#zone-haut.small #logo_small {
		display: block;
		transition: 0.5s;
	}
	#zone-haut.small #zone-menu li a {
		font-size: 15px;
		transition: 0.5s;
	}
	#zone-haut.small #zone-menu-haut li a {
		font-size: 14px;
		transition: 0.5s;
	}
	#zone-haut.small #zone-menu ul li.child>.child-menu ul li a {
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	#zone-haut {
		width: 100%;
		line-height: 40px;
		z-index: 190;
		margin-top: 0;
	}
	#logo {
		width: 100%;
	}
	#logo img {
		max-height: 50px;
		margin: auto;
		margin-top: 5px;
	}
}

#bouton-menu {
	position: absolute;
	top: 10px;
	right: 10px;
}

/**** ZONE CONTENU ****/

/**** MENUS ****/

/*** MENU ***/

#zone-menu {
	margin-bottom: 2px;
}

#zone-menu ul {
	padding: 0;
	text-align: center;
}

#zone-menu ul li::before {
	content: "";
	margin-left: 0;
	display: none;
}

@media (min-width: 768px) {
	#zone-main-menu {
		float: right;
	}
	#zone-main-menu .navbar {
		padding: 0 !important;
	}
	#zone-menu {
		padding: 10px 0;
		display: block !important;
	}
	#zone-menu ul li {
		cursor: pointer;
		transition: all 0.3s ease 0s;
		vertical-align: middle;
		float: left;
		position: relative;
		line-height: 40px;
		text-align: left;
	}
	#zone-menu li.devis {
		background-color: #009AED;
	}
	#zone-menu ul li a {
		display: block;
		text-decoration: none;
		color: black;
		padding: 0 8px;
		font-size: 18px;
		font-weight: 500;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	#zone-menu li>a:hover, #zone-menu li>a.menu-actif, #zone-menu li:hover>a {
		font-weight: 600;
	}
	.child-menu {
		position: absolute;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: -2px -2px 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
	}
	nav ul li.child:hover>.child-menu {
		display: block!important
	}
	#zone-menu ul li.child>.child-menu {
		background-color: #F0F0F0;
		min-width: 200px;
	}
	#zone-menu ul li.child>.child-menu li.niveau2 {
		float: none;
		border: none;
		text-align: center;
	}
	#zone-menu ul li.child>.child-menu ul li a {
		color: #000;
		white-space: nowrap;
		font-size: 16px;
	}
	#zone-menu ul li.child>.child-menu ul li a i {
		font-size: 12px;
	}
	#zone-menu ul li.child>.child-menu ul li:hover a, #zone-menu ul li.child>.child-menu ul li.menu-actif a, #zone-menu ul li.child>.child-menu ul li.menu-actif:hover a {
		white-space: nowrap;
	}
	#zone-menu ul.niveau2 li>a:hover, #zone-menu ul.niveau2 li>a.menu-actif {}
	#zone-menu ul.niveau2 .dropdown-menu {
		position: relative;
		float: none;
		border: 0;
	}
	#zone-menu ul.niveau3 li {
		border: none;
		display: block;
		float: none;
		width: 100%;
		border-left: 4px solid #545454;
		margin-left: 10px;
	}
	#zone-menu ul.niveau2 .dropdown-menu .niveau2, #zone-menu ul.niveau3 .niveau2 {
		display: none;
	}
	#zone-menu ul.niveau3 li>a {
		text-transform: none;
	}
	#zone-menu ul.niveau3 li>a:hover, #zone-menu ul.niveau3 li>a.menu-actif {
		color: #E21F26 !important;
	}
}

@media (min-width: 768px) and (max-width: 1460px) {
	#zone-menu ul.niveau1>li {
		margin-right: 10px;
	}
}

@media (min-width: 1461px) {
	#zone-menu ul.niveau1>li {
		/*margin-left: 20px;*/
	}
}

#zone-menu ul li.icone {
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 5px center;
	padding-left: 30px;
}

@media (max-width: 767px) {
	#zone-menu {
		z-index: 1000;
		float: none !important;
		width: 100%;
		border-bottom: 2px solid black;
	}
	#zone-menu span {
		display: inline-block !important;
	}
	#zone-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#zone-menu ul li {
		cursor: pointer;
		transition: all 0.3s ease 0s;
		vertical-align: middle;
		border-top: 1px solid #000;
		position: relative;
	}
	#zone-menu ul li:first-child {
		border-top: 0;
	}
	#zone-menu ul li a {
		display: inline-block;
		color: black;
		transition: all 0.3s ease 0s;
		width: 100%;
		text-transform: uppercase;
	}
	#zone-menu ul li:hover a, #zone-menu ul li.menu-actif a {
		text-decoration: none;
		font-weight: bold;
	}
}

@media (min-width: 1000px) and (max-width: 1499px) {
	#zone-menu ul li.icone {
		background-size: 20px;
		padding-left: 20px;
	}
	#zone-menu ul li a {
		font-size: 15px;
		text-transform: none
	}
	#zone-menu ul li.child>.child-menu ul li a {
		font-size: 12px;
	}
}

@media (max-width: 999px) {
	#zone-menu ul li.icone {
		background-image: none!important;
		padding-left: 0;
	}
	#zone-menu ul li a {
		font-size: 13px;
		padding: 0 4px;
	}
	#zone-menu ul.niveau1>li>a {
		position: relative;
	}
}

.navbar-toggler {
	color: black;
	background-color: transparent;
	border: 0;
}

/*** MENU GAUCHE ***/

#menu-gauche ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#menu-gauche .child-menu {
	position: relative !important;
	display: block;
	padding: 10px;
	width: 100%;
}

#menu-gauche .child-menu ul.niveau2 a {
	white-space: normal !important;
}

#menu-gauche .child-menu ul.niveau2 .dropdown-menu {
	position: relative !important;
	float: none;
	border: 0;
	transform: none !important;
}

#menu-gauche .child-menu ul.niveau2 li>a:hover, #menu-gauche .child-menu ul.niveau2 li>a.menu-actif {
	color: #E21F26 !important;
	text-decoration: none;
}

#menu-gauche .child-menu ul.niveau3 li {
	border: none;
	display: block;
	float: none;
	max-width: 100%;
	border-left: 4px solid #545454;
	margin-left: 10px;
}

#menu-gauche .child-menu ul.niveau2 .dropdown-menu .niveau2, #menu-gauche .child-menu ul.niveau3 .niveau2 {
	display: none;
}

#menu-gauche .child-menu ul.niveau3 li>a {
	text-transform: none;
}

#menu-gauche .child-menu ul.niveau3 li>a:hover, #menu-gauche .child-menu ul.niveau3 li>a.menu-actif {
	color: #E21F26 !important;
}

#menu-gauche .dropdown-item {
	white-space: normal !important;
}

#menu-gauche .dropdown-item.active, #menu-gauche .dropdown-item:active {
	color: #E21F26;
	text-decoration: none;
	background-color: white;
}

/**** FOOTER ****/

#zone-bas {
	color: black;
	margin-top: auto !important;
}

#footer1 {
	background-color: #031727;
	color: #fff;
}

@media (min-width: 768px) {
	#footer1 .imgFooter img {
		margin-bottom: -30px;
		margin-top: -30px;
	}
}

#zone-bas a {
	color: #fff;
}

#zone-bas a:hover {
	text-decoration: underline;
}

#footer1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer1 ul li::before {
	display: none;
}

#zone-breadcrumb, .breadcrumb {
	background-color: white !important;
	font-size: 11px;
	float: left;
	margin-bottom: 0 !important;
}

#zone-breadcrumb a {
	color: #005888;
}

#zone-breadcrumb li.active {
	color: #4195C7;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

/*** BANDEAUX HOME && ARTICLE ***/

#bandeauHome {
	height: 400px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#bandeauPage {
	background-color: #247382;
}

#bandeauPage .texte {
	padding: 20px;
	color: white;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

#bandeauPage .cover {
	background-image: url('/phototheque/photos/charte/bandeau_page_defaut.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-left: 15px solid white;
	height: 200px;
}

.page_texte {
	margin-bottom: 20px;
}

/*** Accueil ***/

#homeOffers {
	background-color: #E7E7E7;
}

#homeOffers .homeOffersBloc:hover {
	color: #494949;
}

#homeOffers .cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 200px;
}

#homeOffers .theme {
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: 600;
	color: white;
}

#homeOffers .theme.event {
	background-color: #4b8ec5;
}

#homeOffers .theme.promo {
	background-color: #f8ac20;
}

#homeOffers .titreOffer {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4em;
}

#homeOffers .readMore {
	text-transform: uppercase;
}

#homeNews .homeNewsMain, #homeNews .homeNewsSecond {
	padding: 10px;
}

#homeNews .homeNewsMain:hover, #homeNews .homeNewsSecond:hover {
	color: #494949;
}

#homeNews .homeNewsMain {
	background-color: #E4F2F9;
}

#homeNews .homeNewsSecond {
	background-color: #F0F0F0;
}

/*** OFFERS ***/

#offers .offersItem>a {
	border: 2px solid #4B8EC5;
}

#offers .offersItem.promotion>a {
	border: 2px solid #F8AC20;
}

#offers .offersItem>a:hover {
	color: #494949;
}

#offers .cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 200px;
}

#offers .titreOffer {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4em;
}

#offers .readMore {
	text-transform: uppercase;
}

/*** OTHER LINK ***/

.other-links {
	background: #F1F1F1;
	text-align: center;
	padding: 2em 0;
}

.other-links .thumbnail {
	height: 125px;
	background-size: cover;
	background-position: right
}

.other-links .thumbnail-large {
	height: 200px;
	background-size: cover;
}

.other-links .thumbnail+p, .other-links .thumbnail-large+p {
	padding: 1em;
	margin: 0;
}

/*** NEWS ***/

.nav-theme {
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	margin-bottom: 15px;
	color: #fff
}

.nav-theme ul {
	padding: 0;
	list-style: none;
}

.nav-theme ul li {
	display: inline;
	margin: 0 8px;
}

.news.detail .container {
	max-width: 800px;
}

.news .text {
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 1em;
}

.news .text h2 {
	font-size: 21px;
	text-transform: none;
	margin-bottom: 15px;
}

.news .image img {
	max-width: 100%;
}

.news .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
}

.news .news-link {
	color: black;
}

.bg-blue .news-link, .bg-blue a {
	color: white;
}

#news .newsItem {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-bottom: 15px;
}

#news .newsItem:hover {
	color: #494949;
}

#news .newsItem>div {
	box-shadow: 0 0 0 .4rem rgba(223, 223, 223, .5);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#news .newsItem>div:hover {
	box-shadow: 0 0 0 .4rem rgba(197, 197, 197, 0.9);
}

/*** COOKIES ***/

#bloc-cookies-container {
	/*background: rgba(33, 41, 52, .85) !important;
	bottom: 0 !important;
	display: flex !important;
	left: 0 !important;
	overflow-y: scroll;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	transition: opacity .15s ease;
	z-index: 2147483647 !important;*/
}

#bloc-cookies {
	/*box-sizing: content-box;
	margin: auto;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
	display: flex;
	flex-direction: column;
	max-width: 770px;
	min-width: 320px !important;
	overflow: hidden;
	position: relative;
	color: #000;*/
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #004D80;
	color: #fff;
	padding: 5px 0px;
	z-index: 2000 !important;
}

#bloc-cookies .content {
	color: #fff;
	font-size: 14px;
	align-self: center;
	flex-direction: column;
	margin: auto;
	max-width: 600px;
	padding: 10px;
}

#bloc-cookies .content h2 {
	color: #11744D;
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}

.form-password {
	display: none;
}

.form-signin {
	width: 100%;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin .btn-primary {
	background: #071d30;
	border-color: #071d30;
}

.form-signin .btn-primary:hover {
	background: #0a3357;
	border-color: #0a3357;
}

form .panel-header {
	display: block;
	padding: 15px;
	background-color: #f7f7f7;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	margin: 0;
	border-radius: 5px 5px 0 0;
}

.panel {
	border-radius: 5px;
	border: 1px solid #CECECE;
	padding: 0;
	margin-bottom: 20px;
}

.panel>.panel-header {
	border-bottom: 1px solid #CECECE;
}

.panel>.panel-body {
	padding: 30px;
	background-color: #eee;
	border-radius: 5px;
}

/**** PANIER ****/

.blocSociete.hide {
	display: none;
}

#formCart {
	padding: 2rem;
}

#bandeStep {
	position: relative;
	margin-top: 2rem;
}

#bandeStep ol {
	list-style: none;
	padding: 0;
	margin: -50px 0 0 5px;
	position: absolute;
	width: 100%;
}

#bandeStep ol li {
	padding: 0;
}

#bandeStep ol li::before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	font-size: 0;
	overflow: hidden;
	border-top: 40px solid #ced1d6;
	position: relative;
	top: 10px;
	z-index: 1;
}

#bandeStep ol li.complete::before {
	border-color: black !important;
	background: black !important;
	color: black !important;
}

#bandeStep ol li.active::before {
	border-color: #555555 !important;
	background: #555555 !important;
	color: black !important;
}

#bandeStep ol li .step {
	border: 5px solid #ced1d6;
	color: #546474;
	font-size: 32px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 45px;
	text-align: center;
	top: -37px;
	left: -10px;
}

#bandeStep ol li.complete .step {
	border: 5px solid #000;
	color: #FFF;
	font-size: 32px;
	border-radius: 50%;
	background-color: #000;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 45px;
	text-align: center;
	top: -37px;
	left: -10px;
}

#bandeStep ol li.active .step {
	border: 5px solid #555555;
	color: #555555;
	font-size: 32px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 45px;
	text-align: center;
	top: -37px;
	left: -10px;
}

#bandeStep ol li.complete .step:before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 30px;
	border-radius: 100%;
	content: "\f00c";
	z-index: 3;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	color: #FFF;
	background: #000;
}

#bandeStep ol li .title {
	display: inline-block;
	color: #000;
	font-size: 24px;
	z-index: 104;
	text-align: center;
	position: relative;
	top: -41px;
	left: -10px;
	text-transform: uppercase;
	z-index: 99;
}

#bandeStep ol li.active .title, #bandeStep ol li.complete .title {
	display: inline-block;
	color: #FFF;
	font-size: 24px;
	z-index: 104;
	text-align: center;
	position: relative;
	top: -40px;
	left: -10px;
	text-transform: uppercase;
}

tr.disabled {
	color: grey;
	opacity: .5;
}

.price-applied {
	font-size: 18px;
	font-weight: bold;
}

.price-not-applied {
	text-decoration: line-through;
}

.bloc-checkout {
	border: 1px solid #A6A6A6;
	border-radius: 5px;
	background: #E3E3E3;
	padding: 5px;
	text-align: center;
	/*opacity:0.5;*/
}

.bloc-checkout.disabled {
	cursor: not-allowed;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

a.btn-rouge:hover {
	background: white;
	color: #8c1641!important;
	text-decoration: none;
}

/**** POPUP ******/

#bloc-annonce-container {
	background: rgba(33, 41, 52, .85) !important;
	bottom: 0 !important;
	display: flex;
	left: 0 !important;
	overflow-y: scroll;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	transition: opacity .15s ease;
	z-index: 2147483647 !important;
	cursor: pointer;
}

#bloc-annonce {
	box-sizing: content-box;
	margin: auto;
	width: 100%;
	background-color: #000;
	background-image: url("/phototheque/photos/photos/carte-de-voeux34-1.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
	display: flex;
	flex-direction: column;
	max-width: 750px;
	min-width: 320px !important;
	min-height: 420px;
	overflow: hidden;
	position: relative;
	color: #000;
	cursor: pointer;
}

@media(max-width:767px) {
	#bloc-annonce {
		min-height: 350px;
	}
}

#bloc-annonce .fa {
	color: #008284;
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 35px;
	cursor: pointer;
	z-index: 10;
}

#bloc-annonce .content .fa {
	color: #ccc;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 30px;
}

#bloc-annonce .fa:hover {
	color: #fff;
}

/**** NEWSLETTER ****/

#blocNewsletter .container #content {
	border: 1px solid #016DB6;
	/*	border-radius:10px;*/
	background: white;
}

#blocNewsletter .container #content .title {
	background-color: #016DB6;
	padding: 5px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	/*border-radius:7px 7px 0 0;		*/
}

#blocNewsletter .container #content form {
	padding: 10px;
}

@media(max-width:1299px) {
	#blocNewsletter {
		padding-bottom: 20px;
	}
	#blocNewsletter .container {
		padding: 0;
	}
}

@media(min-width:1300px) {
	#blocNewsletter {
		position: absolute;
		top: 75px;
		right: -40px;
		transform: scale(0.72);
	}
	#blocNewsletter .container {
		padding: 0;
		max-width: none;
	}
}

@media(min-width:1500px) {
	#blocNewsletter {
		transform: scale(1);
		right: 10px;
	}
	#blocNewsletter .container {
		padding: 0;
		max-width: none;
	}
	#blocNewsletter .container #content, #blocNewsletter .container #content2 {
		max-width: 350px;
	}
}

#blocNewsletter .container #content2 {
	border: 1px solid #0075BB;
	/*border-radius:10px;*/
	background: #0075BB;
	cursor: pointer;
	color: white;
}

#blocNewsletter .container #content2 .texte {
	padding: 10px;
}

#blocNewsletter .container #content2 .couv {
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#blocNewsletter .container #content2 .title {
	background-color: #01AAB1;
	padding: 5px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	/*border-radius: 0 0 7px 7px;		*/
}

#blocNewsletter img {
	max-width: 100%;
}

.pointer {
	cursor: pointer;
}

.blocResults {
	background-color: #0f6bb6;
	text-color: white;
	padding: 20px;
	color: white;
}