@charset "UTF-8";


:root {
	--red-color : #e2001a;
}

#minisite {
	background-color: #d6d6d6;
	background-image: url("../img/texture.svg");
	background-repeat: repeat;
	background-position: top;
	background-size: 250px;
}

#minisite main {
	margin-top: 2em;
}

#minisite article h1,
#minisite article h2,
#minisite article h3 {
	background-color: transparent;
	color: var(--red-color);
}

/* HEADER */

#minisite #header {
	background: url('../img/header-bg-center.png'),
				url('../img/header-bg-side.png');
	background-position: top center,
						 top center;
	background-size: auto 100%,
					 auto 100%;
	background-repeat: no-repeat,
					   repeat-x;
}

#minisite #header .centering {
	background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

#minisite #logo {
	align-self: flex-start;
}

#minisite .logo img {
	background-color: transparent;
	background-repeat: no-repeat;
    height: 100px;
}

#minisite #header #banner-container h1 {
	font-family: 'Oswald';
	font-size: 35px;
	color: var(--red-color);
}

#minisite #header #site-slogan {
	display: none;
}

#minisite #header .kap-link.banner {
	margin: 30px 0 0 -185px; 
	text-decoration: none;
	color: black;
}

#minisite #header .kap-link.banner:hover {
	text-decoration: underline;
	color: #565656;
}

#minisite #header .wrapper#secondRow {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#minisite #header #site-phone {
    width: 172px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    background: url("../img/phone.svg");
    background-size: auto 75%;
    background-repeat: no-repeat;
    background-position: top 45% left;
    padding: 0 0 0 .7em;
    margin: 0 0 .2em 0;
}

#minisite #header .user-box {
	margin-top: .2em;
	height: 3em;
}

#minisite #header .user-box #logoUser {
	height: 2.5em;
    width: 2.5em;
}

#minisite #header .cart-box,
#minisite #header .user-box {
	background: transparent;
	border: none;
}

#minisite #header .cart-box:hover,
#minisite #header .user-box:hover {
	background-color: transparent;
    box-shadow: 0px -1px 10px rgba(128,128,128,0.34);
}

#minisite .user-box #accountLogo {
	background: url("../img/account.svg") no-repeat center;
	background-size: auto 70%;
    width: 2.5em;
    height: 2.5em;
}

#minisite .cart-box #cart-logo {
    background: url(../img/cart.svg) no-repeat center;
    background-size: contain;
    width: 2.5em;
    height: 2.5em;
}

/* Menu (Mon Compte) */
#minisite div#userInfoMenu {
	background-color: var(--red-color);
	border: 1px solid white;
    box-shadow: 0px -1px 10px rgba(128,128,128,0.34);
   	border-radius: 3px;
   	top: 46px;
}

#minisite #fixedHeader div#userInfoMenu {
	top: 32px;
}

#minisite div#userInfoMenu > a {
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 3px;
}

#minisite div#userInfoMenu > a:hover {
	box-shadow: 0px 1px 5px rgba(255, 255, 255, 0.74);
}

/* END HEADER */

/* FIXED HEADER */

#minisite #fixedHeader {
	background-color: white;
	background-image: url("../img/fixed-header.png");
	background-position: bottom center;
	background-size: 1350px 20%;
	background-repeat: no-repeat;
	
	box-shadow: 0px 3px 8px rgba(47,47,47,0.47);
}

#minisite #fixedHeader .centering {
	background: transparent;
	border: none;
	box-shadow: 0 0 0 transparent;
}

#minisite #fixedHeader .logo img{
	max-height: 60px;
}

#minisite #fixedHeader .logo img {
	margin-top: -8px;
}

#minisite #fixedHeader .user-box {
	height: 30px;
}

#minisite #fixedHeader .user-box #logoUser {
	width: 2em;
}

#minisite #fixedHeader .user-box #accountLogo {
	height: 100%;
}

#minisite #fixedHeader .cart-box,
#minisite #fixedHeader .user-box {
	background: transparent;
	border: none;
}

#minisite #fixedHeader .cart-box:hover,
#minisite #fixedHeader .user-box:hover {
    transition: all .4s ease-out;
	background-color: transparent;
    box-shadow: 0px -1px 10px rgba(128,128,128,0.34);
}

/* END FIXED HEADER */

/* FOOTER */

#minisite #footer .centering {
	border-radius: 3px 3px 0 0;
	background-color: #636363;
	border-radius: 0;
	
}

#minisite #footer .centering.flex {
	flex-flow: column nowrap;
}

#minisite #footer .centering .footer-links,
#minisite #footer .centering .footer-links-fix {
	justify-content: initial;
}

#minisite #footer .centering .footer-links > a,
#minisite #footer .centering .footer-links-fix > a {
	border: none;
	flex-grow: 1;
	text-align: center;
}

#minisite #footer .centering .footer-links > a:hover,
#minisite #footer .centering .footer-links-fix > a:hover {
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#minisite #footer .copyright {
	padding: 0px 1em 5px 1em;
}

/* END FOOTER */

/* FORM */

#minisite .decorated {
	background-color: white;
    border: 1px solid #636363;
    border-radius: 3px;
    padding: 1em;
}

#minisite .decorated h2 {
	background-color: white;
	font-family: 'Oswald';
	font-size: 22px;
	padding-top: 0;
}

#minisite .decorated .overlay {
	background-color: #eee;
	border-color: #dbdbdb;
}

#minisite form .field-container {
	background-color: #eee;
	padding: .5em;
}

#minisite #changePassword-page .form-container {
	width: 36em;
}

/* END FORM */

/* BUTTON */

#minisite button, 
#minisite a.button, 
#minisite input[type="submit"], 
#minisite input[type="button"], 
#minisite input[type="reset"] {
	background-color: white;
	color: black;
	margin-top: .5em;
	box-sizing: border-box;
}

#minisite button:hover, 
#minisite a.button:hover, 
#minisite input[type="submit"]:hover, 
#minisite input[type="button"]:hover, 
#minisite input[type="reset"]:hover {
    box-shadow: 0px -1px 4px rgba(128,128,128,0.34);
}

#minisite button.standout-button,
#minisite a.button.standout-button,
#minisite #login-form input[type="submit"],
#minisite input[type="submit"].standout-button,
#minisite input[type="button"].standout-button,
#minisite input[type="reset"].standout-button {
	background-color: var(--red-color);
	color: white;
	border: none;
	margin-top: .5em;
}

#minisite button.standout-button:hover,
#minisite a.button.standout-button:hover,
#minisite #login-form input[type="submit"]:hover,
#minisite input[type="submit"].standout-button:hover,
#minisite input[type="button"].standout-button:hover,
#minisite input[type="reset"].standout-button:hover {
    box-shadow: 0px -1px 4px rgba(84, 84, 84, 0.48);
}

#minisite .ui-dialog .ui-dialog-titlebar-close {
	margin: -10px 0 0 0;
}


/* END BUTTON */

/* SUB MENU */

#minisite .submenu {
	background-color: white;
	border: 2px solid white;
	border-radius: 0;
}

#minisite .submenu h4 {
	background-color: #dbdbdb;
	color: var(--red-color);
	border-radius: 0;
}

#minisite .submenu > a {
	border: 1px solid #e2e2e2;
	background-color: #eee;
	color: black;
}

#minisite .submenu > a:hover {
	box-shadow: 0px -1px 4px rgba(128,128,128,0.34);
}

#minisite .submenu .separator {
	background-color: #d6d6d6;
	border-color: #d6d6d6;
}

/* END SUB MENU */

#minisite #useraccount-page,
#minisite #adminaccount-page {
	background-color: #888888;
	padding: .5em;
	border-radius: 2px;
}

#minisite .with-submenu #adminaccount-page h1,
#minisite .with-submenu #adminaccount-page h2, 
#minisite .with-submenu #adminaccount-page h3, 
#minisite .with-submenu #useraccount-page h1,
#minisite .with-submenu #useraccount-page h2,
#minisite .with-submenu #useraccount-page h3 {
	background-color: white;
	border-radius: 2px;
}

/* ADDRESSES */

#minisite #address-edit-form .address {
	background-color: white;
}

#minisite #address-edit-form .editor {
	border: none;
}
/* END ADDRESSES */

/* ORDER DETAILS*/

#minisite #orderdetails .orderinfos {
	background-color: white;
	border-color: #636363;
}

#minisite #orderdetails h3 {
	margin-left: 0;	
}

/* END ORDER DETAILS */

/* CREATE ACCOUNT FORM */

#minisite #user-account-form #main-address,
#minisite #express-order-form #main-address {
	border: none;
	border-radius: 0;
}

/* for all contact forms */
#minisite #user-account-form #main-address h4,
#minisite #express-order-form #main-address h4 {
	top: -2.7em;
	left: 3px;
	background-color: transparent;
	color: var(--red-color);
}

/* END CREATE ACCOUNT FORM */

/* PIN FORM */

#minisite #pinCode-form .explain {
    padding: .5em;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
}

#minisite #pinCode-form .other-submits span#email-known {
	border-color: var(--red-color);
}

/* END PIN FORM */

/* ADMIN ORDERS */

#minisite article#orderdetails #exchange-KN {
	background: none;
	border: none;
}

/* END ADMIN USER */

/* CART-VALID */
	
#minisite #order-confirm #express-order,
#minisite #order-confirm #user-account {
	background-color: rgba(239,239,239,0.66);
	border-color: #e2e2e2;
}

#minisite #order-confirm #user-account h4 {
	background-color: white;
	border: 1px solid #e2e2e2;
}

#minisite #order-confirm .all-choices-wrapper .field-container {
	background-color: #dadada;
	padding: .5em;	
}

#minisite #order-confirm #session-user,
#minisite #order-confirm #address-choice form {
	background-color: white;
	border: 1px solid #636363;
}

#minisite #order-confirm .topay h3 {
	color: black;
}

#minisite #order-account-choice input[type='submit']:hover,
#minisite #order-account-choice input[type='submit']:focus,
#minisite #order-account-choice button:hover,
#minisite #order-account-choice button:focus {
    background-color: var(--red-color);
}

/* END CART-VALID */

/* ORDER CONFIRM */

#minisite #order-confirmed .overlay .confirm-email {
	color: #bb4545;
}

#minisite .order-confirm .page-footer .backlinks a:last-child {
	background-color: var(--red-color);
	color: white;
}

/* END ORDER CONFIRM */

/* DATA  */

#minisite table.data th,
#minisite table.data .total td{
	background-color: #636363;
	color: white;
}

#minisite table.data td {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #636363;
}

#minisite table.data.double-row tr:nth-child(2n) {
	background-color: white;
}

#minisite table.data tr:nth-child(2n),
#minisite table.data.double-row tr:nth-child(4n),
#minisite table.data.double-row tr:nth-child(4n-1) {
	background-color: #fbfbfb;
}

#minisite table.data tbody > tr:hover,
#minisite table.data.double-row tbody > tr:hover {
	background-color: #eee;
}

/* END DATA */

/* MESSAGE (disclaimer, warning, error, ...)*/

#minisite .disclaimer {
	border: 1px solid #636363;
    border-radius: 2px;
}

#minisite .shout {
	background-color: #fbeca8;
}

#minisite .messages .error {
    background: #bd0000;
}

#minisite .messages .success {
    background: #1b9a2b;
}

#minisite .cookies-banner .infos tbody tr {
    background: #eeeeee;
}

#minisite .cookies-banner .infos tbody tr:nth-child(even) {
    background: white;
}

/* END MESSAGE*/

/* COOKIE */

#minisite .cookies-banner {
	border-color: var(--red-color);	
}

#minisite .cookies-banner .infos thead {
	background-color: #d6d6d6;
}

/* END COOKIE */

/* MEDIA QUERIES*/

/* MEDIA 1600px */ 

/* MIN */
@media only screen and (min-device-width : 1600px) , screen and (min-wigth : 1600px) {

}

/* MAX */
@media only screen and (max-device-width : 1600px) , screen and (max-width : 1600px ) {

}

/* MEDIA 1024px */ 

@media only screen and (max-device-width : 1024px) , screen and (max-width: 1024px) {

}

/* MEDIA 808px */ 

@media only screen and (max-device-width : 808px) , screen and (max-width: 808px) {
	
	/* HEADER */
	
	#minisite #header #banner-container h1 {
		line-height: 1em;
	}
	
	#minisite #header .kap-link.banner {
	    margin: 0px 0 0 -185px;
	}
	
	/* END HEADER */
	
}

/* MEDIA 768px */ 

@media only screen and (max-device-width : 768px) , screen and (max-width: 768px) {
	
	/* HEADER */
	
	#minisite #header {
	background-image: url('../img/header-bg-cut.png'),
					  url('../img/header-bg-side.png');
	background-position: top right,
						 top center;
	}
	
	#minisite #header .wrapper#secondRow {
		justify-content: flex-end;
	}
	
	#minisite #header .wrapper#secondRow #site-phone {
	    font-size: 19px;
	    text-align: right;
		margin: 0 .5em .6em 0;
	    width: auto;
	    padding: 0 0 0 .8em;
	}
	
	#minisite #header #logo, #header #site-banner,
	#minisite #header #banner-container {
    	display: none;
	}
	
	#minisite #header #logo-banner {
		font-family: 'Oswald';
		font-size: 18px;
		color: var(--red-color);
	    display: flex;
	    min-width: 40%;
	    max-width: 50%;
	    flex-flow: column nowrap;
	    justify-content: center;
	    align-items: flex-start;
	    margin-bottom: 1em;
	}
	
	/* END HEADER */
	
}

/* MEDIA 652px */ 

@media only screen and (max-device-width : 625px) , screen and (max-width: 625px) {

}

/* MEDIA 560px */ 

@media only screen and (max-device-width : 560px) , screen and (max-width: 560px) {

}

/* MEDIA 560px */ 

@media only screen and (max-device-width : 512px) , screen and (max-width: 512px) {
	
	/* HEADER */
	
	#minisite #header .wrapper#firstRow {
		background: white;
		box-shadow: 0px 3px 8px rgba(47,47,47,0.47);
		z-index: 100;
	}
	
	#minisite #header .wrapper#secondRow {
		background: var(--red-color);
		box-shadow: 0px 3px 8px rgba(47,47,47,0.47);
		z-index: 99;
	}
	
	#minisite #header .wrapper#secondRow {
		justify-content: center;
	}
	
	#header #secondRow {
    	padding: 0em;
	}
		
	#minisite #header .wrapper#secondRow #site-phone {
    	font-size: 19px;
    	margin: .2em 0;
	}
	
	/* END HEADER */
	
}

/* MEDIA 450px */ 

@media only screen and (max-device-width : 450px) , screen and (max-width: 450px) {

	#minisite #footer .centering .footer-links > a,
	#minisite #footer .centering .footer-links-fix > a {
		padding: 0;
		min-width: 200px;
	}
	
}

/* MEDIA 320px */ 

@media only screen and (max-device-width : 320px) , screen and (max-width: 320px) {
	
	/* HEADER */
	
	#minisite #header .wrapper#firstRow .logo {
		width: 100%;
	}
	
	#minisite #header .wrapper#firstRow img {
		height: auto;
	}
	
	#minisite #header #logo-banner {
		margin: 0;	
	}
	
	#minisite #header .wrapper#firstRow h1 {
		display: none;
	}
	
	#minisite #header #conn-cart {
		padding: 0 0 .5em 0;
	}
	
	/* END HEADER */
}
