
/* ------------------------------------------- */
/* ----------------- Général ----------------- */

body{ padding-top:0; }

/*
// commenté car surcharge également le H1 dans le compte utilisateur
h1{
	margin: 5px 0 10px 10px;
	font-size: 35px;
}*/

.avec_fond_cover {
	background-color: #ccc;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 107px;
}

.bloc-carte {
	display: block;
	padding: 10px 5px;
	background: #25176D;
	border-radius: 5px;
	color: #fff;
	font-family: robotobold;
	font-size: 1.8rem;
}
a.bloc-carte:hover,
a.bloc-carte:focus {
	color: #fff;
	text-decoration: none;
	background-color: #1B2B65;
}

#sidebar-wrapper.col-md-3.navbar-fixed-top {
	top:0px;
}

.bt_mes_infos,
.navbar-nav > li > a.bt_mon_panier {
	width: 150px;
	height: 28px;
	padding: 1px 0 0 20px;
}
.navbar-nav > li > a.bt_mon_panier {
	padding: 4px 0 0 35px;
}

.bt_mes_infos:focus::before {
	background-position: 0 -110px;
}

.bt_mes_infos:focus,
.bt_mes_infos:hover,
.navbar-nav > li > a.bt_mon_panier:focus,
.navbar-nav > li > a.bt_mon_panier:hover {
	text-decoration: none;
	background-color: transparent;
	color: #f15145;
}

.entete .navbar-toggle,
.menu_gauche .navbar-toggle {
	background-color: #0060d1;
	border-color: #0060d1;
}
.entete .navbar-toggle .icon-bar,
.menu_gauche .navbar-toggle .icon-bar {
	background-color: #fff;
}


@media only screen and (min-width:768px) {
	.avec_fond_cover {
		min-height: 247px;
	}
	
	#MonCompteModalInfos .modal-dialog {
		top: 80px;
	}
	.entete {
		height: 80px;
	}
	.entete ul.nav {
		margin-top: 25px;
	}
	.mises_en_avant p {
		font-size: 17px;
		font-size: 1.7rem
	}
}
@media only screen and (min-width:992px) {
	.blocs-carte .col-md-4 .bloc-carte {
		min-height: 240px;
	}
	.contenu.col-md-9, .entete.col-md-9 {
		border-left:#d9d9d9 1px solid;
		padding:0;
		width:calc(100% - 283px) !important;
	}
	.entete.col-md-9 {
		width:calc(100% - 282px);
	}
	.bloc_avantages .blocs-carte .col-md-3 {
		width: 25%;
	}
}
@media only screen and (min-width:1370px) {
	.bloc_avantages .blocs-carte .col-md-3 {
		width: 25%;
		min-width: 260px;
	}
}


/* -------------------------------------------- */
/* ----------------- Validate ----------------- */
.validate-has-error {
	border-color: #cc2424;
}
.validate-has-error:focus {
	border-color: #cc2424;
}
.validate-has-error + span.validate-has-error,
.validate-has-error > span.validate-has-error,
.input-group + .validate-has-error {
	color: #cc2424;
	display: inline-block;
	margin-top: 5px;
}
.make-switch + .validate-has-error {
	margin-left: 10px;
}
.validate-has-error .form-control {
	border-color: #cc2424;
}

label.label_error, div.msg_error, .validate-has-error {
	color: #c00;
}
div.msg_ok {
	color: #35ae17;
}


input.form-control.error, select.form-control.error, textarea.form-control.error { border-color: #cc2424;}
label.error { color: #cc2424; display: inline-block; margin-top: 5px;}


/* ----------------------------------------- */
/* ----------------- Modal ----------------- */
.width-3-4 .modal-dialog { width:75%; }
.width-2-3 .modal-dialog { width:66%; }

.width-100p .modal-dialog{ width: 100%; }
.width-75p .modal-dialog{ width: 75%; }
.width-65p .modal-dialog{ width: 65%; }


/* ----------------------------------------------- */
/* ----------------- Menu gauche ----------------- */
.menu_gauche .logo {
	height: 130px;
}
.menu_gauche .logo a{
	display: block;
	width: 100%;
	line-height: 130px;
	text-align: center;
}
.menu_gauche .nav > li {
	min-height: 55px;
	border: #d9d9d9 1px solid;
	border-width: 1px 0 0 0;
}
.menu_gauche .nav > li:last-child {
	border-width: 1px 0;
}
.menu_gauche .nav > li > a {
	padding: 5px 10px;
	min-height: 55px;
}
.menu_gauche .dropdown-menu {
	margin-top: -1px;
}
.menu_gauche .dropdown-menu::after{
	content: none;
}


@media only screen and (max-width:991px) {
	.menu_gauche{
		display: block;
	}
	
	.menu_gauche .logo{
		display: none;
	}
	
	#sidebar-wrapper.col-md-3.navbar-fixed-top {
		top: 91px;
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	#sidebar-wrapper.col-md-3.navbar-fixed-top {
		top: 62px;
	}
}
@media only screen and (max-width:991px) {
	.menu_gauche .dropdown-menu {
		position: static;
		display: block;
		float: none;
	}
	.dropdown-menu-right{
		width: 100%;
		top: 0;
		left: 0;
		right: auto;
	}
}
@media only screen and (min-width:992px) {
	#sidebar-wrapper.col-md-3.navbar-fixed-top,
	.menu_gauche.col-md-3.sidebar {
		width:282px;
	}
	
	.menu_gauche .navbar-toggle{
		display: none;
	}
	
	.menu_gauche .logo img {
		width: 95%;
	}
}


/* --------------------------------------------- */
/* ----------------- Menu haut ----------------- */
.main-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	color: #1e5bc6;
	height: 50px;
}
.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 40px;
	width: 100%;
	background-color: #233363;
}

.entete .bt_mes_infos::before{
	background-position: -60px -377px;
}
.entete .bt_mes_infos:hover::before{
	background-position: -60px -430px;
}

.menu__item {
	background-color: #233363;
}

.menu__item:hover, .menu__item:active, .menu__item:focus {
	background-color: #111930;
}

.main-navigation a:hover,.main-navigation  a:focus,.main-navigation  a:visited {
	text-decoration: none !important;
	color:#fff;
}
.menu__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	padding: 0 30px;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1.3;
	height: 40px;
	margin: 5px 0;
}

@media only screen and (max-width:991px) {
	.bloc-iframe-haut{
		margin: 0;
		background: none;
		background-color: #fff;
		min-height: 61px;
	}
	
	.entete{
		margin-top: 5px;
	}
	
	.bloc-iframe-haut .main-navigation{
		margin-top: 5px;
		padding-bottom: 0;
		height: 30px;
	}
	.menu__link {
		padding: 0 20px;
		line-height: 1.3;
		height: 20px;
	}
	
	.entete{
		padding: 0;
		text-align: left;
	}
	
	.entete .navbar-nav{
		display: block;
	}
	
	.entete .navbar-toggle{
		display: inline-block;
		margin-top: 20px;
	}
}

@media only screen and (max-width:767px) {
	.entete .navbar-nav{
		margin: 10px 0 0 0;
	}
	
	.entete .navbar-nav > li > a .lien,
	.entete .navbar-nav > li > button .lien {
		display: none;
	}
	
	.bt_mes_infos, .navbar-nav > li > a.bt_mon_panier {
		width: 50px;
	}
	
	.bloc-iframe-haut{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	
	.entete .navbar-toggle{
		margin-top: 15px;
		margin-left: 20px;
	}
	
	.entete .logo a{
		top: 0px;
		left: 100px;
		height: 65px;
		width: 150px;
		line-height: 55px;
	}
	
	.bloc-iframe-haut .main-navigation{
		display: none;
	}
	
	.bloc-principal{
		margin-top: 70px;
	}
}

@media only screen and (min-width:768px) {
	.entete .logo {
		display: inline-block;
		width: 200px;
		height: 90px;
	}
	.entete .logo img {
		width: 100%;
	}
	.entete .logo a{
		line-height: 80px;
	}
}

@media only screen and (min-width:992px) {
	.entete .logo{
		display: none;
	}
}

/* ------------------------------------------ */
/* ----------------- Footer ----------------- */
.footer_sitemap ul li {
	list-style: none;
	font-size: 12px;
}

.footer_sitemap a {
	color: inherit;
	text-decoration: none;
}

.footer_socials, .footer_sitemap {
	padding: 15px 5px;
	margin: 0 20px;
	border-top: 1px solid #fff
}

.footer_socials li {
	padding: 0px 20px;
}

.footer_sitemap {
	color: #fff;
	/*background-color: #1e5bc6;*/
}

.footer_sitemap_col {
	text-align: left;
}

.footer_sitemap_title {
	min-height: 50px;
	border-bottom: 1px solid #93ade4;
	font-weight: 900;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 16px;
}

.footer_sitemap ul {
	padding-left: 0;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 200px;
	line-height: 2;
}

.footer_formulaire {
	background: #005bca;
	color: #fff;
	margin: 0 -15px 15px -15px;
}
.footer_formulaire .row.sur-2-colonnes.footer_bloc1 {
	margin: 0;
	padding: 0px 15px 10px 15px;
}
.footer_box {
	box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
	box-shadow: rgba(0,0,0,0.12) 0 1px 6px, rgba(0,0,0,0.12) 0 1px 4px;
	border-radius: 5px;
	/*font-size: 1.5rem;*/
	font-size: 24px;
}
.footer_btn {
	color: #18438f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}
.footer_btn.footer_box {
	padding-top: 8px;
	padding-bottom: 7px;
}
.footer_btn--text {
	width: 60%;
	text-align: left;
}
.footer_btn--text--note {
	/*font-size: 1rem;*/
	font-size: 16px;
}

.modal-newsletter {
	cursor: pointer;
}


/* ------------------------------------------- */
/* ----------------- Cookies ----------------- */
.footer-cookie-message{
	border: none;
	background: rgb(30, 91, 198);
	width: 100%; position: fixed;
	z-index: 999999;
	bottom: 0px;
	left: 0px;
	text-align: left;
	opacity: 0.9;
}
.footer-cookie-message #tc_privacy_container_text{
	border: none;
	background: none;
	display: inline-block;
}
.footer-cookie-message #tc_privacy_container_text #tc_privacy_text{
	border: none;
	background: none;
	color: rgb(255, 255, 255);
	padding: 10px;
	font-size: 100%;
	text-align: left;
}
.footer-cookie-message #tc_privacy_container_text #tc_privacy_text a{
	color: rgb(255, 255, 255);
}
.footer-cookie-message #tc_privacy_container_text #tc_privacy_text a:hover,
.footer-cookie-message #tc_privacy_container_text #tc_privacy_text a:focus{
	text-decoration: underline;
}
.footer-cookie-message #tc_privacy_btn_close{
	border: none;
	background: none;
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 5px;
	cursor: pointer;
}


/* ------------------------------------------- */
/* ----------------- Produit ----------------- */
.etapes-configurer .etape-0 legend::before {
	display: none;
	content: '';
}


/* ------------------------------------------ */
/* ----------------- Panier ----------------- */
.total span.intitule {
	margin-right: 5px;
	text-transform: uppercase;
}


/* -------------------------------------------------- */
/* ----------------- Bloc Caroussel ----------------- */
.mises_en_avant .carousel.slide {
	margin: 0 -15px;
}
.sur-3-colonnes .carousel-inner .item .row,
.sur-5-colonnes .carousel-inner .item .row {
	padding: 0 40px;
}
.sur-3-colonnes .carousel-control .glyphicon-chevron-left,
.sur-5-colonnes .carousel-control .glyphicon-chevron-left {
	margin-left: -10px;
}
.sur-3-colonnes .carousel-control .glyphicon-chevron-right,
.sur-5-colonnes .carousel-control .glyphicon-chevron-right {
	margin-right: -10px;
}

.bloc-carte-cadeau, .cartes_cadeaux .owl-theme .item{
	box-shadow: none;
}


/* ------------------------------------------------------ */
/* ----------------- Bloc Mise En Avant ----------------- */
.mises_en_avant.ombres .caption {
	min-height: 330px;
}


