.cY {
    color: #f6d528;
}

.sY {
	border-bottom: 1px solid #f6d528;
}

.bgY {
    background-color: #f6d528;
}

.Bx {
    display: flex;
    height: 17px;
}

#eShop-sub {
	display: none;
}

.submm-item a {
	display: block;
	margin: 6px 0 8px 26px;
}

.basket {
    width: 42px;
	height: 42px;
	background: url("images/basket-rond.svg") no-repeat;
	background-size: 40px;
}

.basket:hover {
	background: url("images/basket-rond-hover.svg") no-repeat;
	background-size: 40px;
}

#basket-items {
    position: relative;
    top: 5px;
    right: 17px;
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
    z-index: 1000;
}

#eshop-basket {
	margin: 273px auto 342px auto;
    font-size: 14px;
}

.eshop-basket-title {
    width: 720px;
    margin: -6px auto 28px auto;
    font-size: 21px;
}

.eshop-basket-line {
    display: grid;
    width: 720px;
    margin: 0px auto 0px auto;
    grid-template-rows: auto;
    grid-row-gap: 6px;
    grid-template-columns: 30px auto 70px 30px;
    font: inherit;
    text-align: left;
}

.eshop-basket-line input[type=text] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    font: inherit;
    font-size: 19px;
    vertical-align: middle;
    padding: 4px 4px;
    box-sizing: border-box;
    border: 0;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.eshop-basket-line input[type=button] {
    height: 30px;
    width: 30px;
    margin: 1px 0 0 4px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-appearance: none;
	background: url("images/bouton-rond-x.svg") no-repeat;
	background-size: 20px;
}

.eshop-basket-line input[type=button]:hover {
    background: url("images/bouton-rond-x-hover.svg") no-repeat;
	background-size: 20px;
}

#bk-submit {
    margin-top: 73px;
}

.linkAsBut {
    margin: 0 6px 0 6px;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
}

.linkAsBut:hover {
    color : #000;
    border-bottom: 1px solid #f6d528;
}

.infobulle {
  position: relative;
  display: inline-block;
}

.infobulle .infobtxt {
  visibility: hidden;
  width: 120px;
  background-color: #f1f1f1;
  color: #000;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  padding: 42px 20px 42px 20px; 
  position: absolute;
  z-index: 1;
  top: -50%;
  left: 0%;
  margin-top: -42px;
  margin-left: -173px;
  opacity: 0;
  transition: opacity 0.3s;
}

.infobulle .infobtxt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 99%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #f1f1f1;
}

.infobulle:hover .infobtxt {
  visibility: visible;
  opacity: 0.8;
}

.bil-item {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    font-size: 19px;
    vertical-align: middle;
    padding: 4px 4px;
    box-sizing: border-box;
    border: 0;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

a.bil-item {
    height: 30px;
    padding-top: 6px;
}

a.bil-item:hover {
    color: #000;
    border-bottom: 1px solid #f6d528;
}

.tr {
    text-align: right;
}

.bil .yelHover:focus {
    border: 0px solid #f1f1f1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #f1f1f1;
}

.bil .yelHover::selection {
    background: transparent;
}

.bil-interl {
    display: flex;
    width: 700px;
    margin: 0px 0px 10px 73px;
    grid-template-rows: auto;
    grid-row-gap: 6px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
    color: #7e7e7e;
    padding-left: 52px;
    padding-bottom: 10px;
}

#eshop-basket-total, #eshop-basket-delivery, #eshop-basket-topay {
    display: grid;
    width: 720px;
    margin: 0 auto 8px auto;
    grid-template-columns: auto 70px 30px;
    grid-template-rows: auto;
    grid-row-gap: 6px;
}

#eshop-basket-total .total, #eshop-basket-delivery .total, #eshop-basket-topay .total {
    padding-left: 34px;
    text-align: left;
}

#shop-grid {
    margin-top: -10px;
    opacity: 1;
    transition:opacity 2s
}

#shop-grid .noscriptimg {
    display: block;
    margin: 0 auto 0 auto;
}

#shop-grid.fadeout {
    opacity:0
}

.shop-grid-1, .shop-grid-2, .shop-grid-3, .shop-grid-4 {
    display: grid;
    margin: 0 auto 0 auto;
}

.shop-grid-1 img, .shop-grid-2 img, .shop-grid-3 img, .shop-grid-4 img {
    border: 10px solid rgba(255, 255, 255, 0); 
}

.shop-grid-1 {
    width: 342px;
    grid-template-columns:auto
}

.shop-grid-2 {
    width: 640px;
    grid-template-columns:auto auto;
    
}

.shop-grid-3 {
    width: 798px;
    grid-template-columns:auto auto auto
}

.shop-grid-4 {
    width: 870px;
    grid-template-columns:auto auto auto auto
}

.shop-grid-item-1 img {
    width: 332px;
}

.shop-grid-item-2 img {
    width: 300px;
}

.shop-grid-item-3 img {
    width: 246px;
    
}

.shop-grid-item-4 img {
    width: 195px;
}

.end {
    align-self:end
}

.start {
    align-self:start
}

.shop-grid-item-1 a span, .shop-grid-item-2 a span, .shop-grid-item-3 a span, .shop-grid-item-4 a span {
    display: block;
    position: absolute;
    transform: translate(10px, calc(-100% - 14px));
    -ms-transform: translate(10px, calc(-100% - 14px));
    background-color: rgba(246, 246, 246, .83);
    opacity:0;
}

.shop-grid-item-1 a:hover span, .shop-grid-item-2 a:hover span, .shop-grid-item-3 a:hover span, .shop-grid-item-4 a:hover span {
    opacity:1;
}

#text {
    width: calc(100% - 10px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 5px;
    font-size: 15px;
    color: #000;
    text-align:center;
}

.zoom:hover {
    transform: translateY(25%) scale(1.42);
}

.spacer {
    height: 73px;
}

#shop-item {
    width: 870px;
    margin: -4px auto 0 auto;
    text-align: left;
}

.eshop-item-title {
    width: calc(100% - 46px);margin-bottom: 30px;
	font-size: 28px;
}

div.eshop-item-title .goback {
    padding: 2px 24px;
    background: url("images/bouton-rond-back.svg") no-repeat;
	background-size: 34px;
	cursor: default;
}

div.eshop-item-title .goback:hover {
    background: url("images/bouton-rond-back-hover.svg") no-repeat;
	background-size: 34px;
}

.eshop-item-text {
    margin-bottom: 12px;
}

.eshop-item-text h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

.eshop-item-text a {
    border-bottom: 1px solid #ccc;
}

.eshop-item-text a:hover {
    color: inherit;
    border-bottom: 1px solid #f6d528;
}

.eshop-item-variantes {
    margin: 42px 0 12px 0;
    font-size: 16px;
}

div.eshop-item-variantes .link {
    margin-left: 12px;
    padding: 10px 22px;
    background: url("images/bouton-rond-link.svg") no-repeat;
    background-size: 38px;
}

div.eshop-item-variantes .link:hover {
    background: url("images/bouton-rond-link-hover.svg?ct=42") no-repeat;
    background-size: 38px;
}

div.eshop-item-variantes .bask, .bask {
    margin-left: calc(50% - 21px);
    margin-top: 8px;
    padding: 21px 22px;
    background: url("images/2basket.svg") no-repeat;
    background-size: 42px;
}

div.eshop-item-variantes .bask:hover, .bask:hover {
    background: url("images/2baskethover.svg?ct=42") no-repeat;
    background-size: 42px;
}

div.eshop-item-variantes .bask-in {
    margin-left: 12px;
    padding: 10px 22px;
    background: url("images/inbasket.svg") no-repeat;
    background-size: 42px;
}

div.eshop-item-variantes .bask-in:hover {
    background: url("images/inbaskethover.svg?ct=42") no-repeat;
    background-size: 42px;
}

/* Basket alert */
#basket-alert {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(242, 242, 242, 0.42);
    z-index: 2000;
    animation: fadein 1.2s;
}

#basket-alert:target {
    display: block;
}

.popup-block-basket-alert {
    display: block;
    background: rgba(204, 204, 204, 0.42);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin: 42% auto;
    width: 300px;
    height: 300px;
    border: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

@media screen and (min-device-width: 1024px) {
    .popup-block-basket-alert {
    	margin: 10% auto;
        transform: translate(125px, 0);
        -ms-transform: translate(125px, 0);
    }
}

#bac-span {
    position: relative;
    top: 90px;
    left: 25px;
    padding: 0.30em 0.56em;
    font-size: 48px;
    color: #fff;
    background-color: #f6d528;
    border-radius: 50%;
    opacity: 0.8;
}

#basket-alert-content img {
	width: 200px;
    margin: 20px 0 0 70px;
}

@keyframes fadein {
    from {
        top: -100%;
        opacity:0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes fadeout {
    from {
        top: 0;
        opacity: 1        
    }

    to {
        top: -100%;
        opacity:0
    }
}

/* Customer */
#customer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(242, 242, 242, .73);
    z-index:500
}

#customer:target, .customer h1 a {
    display:block
}

.popup-block-customer {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    margin: 17% auto;    
    width: 773px;
}

@media screen and (min-device-width: 1024px) {
	.popup-block-customer {
		transform: translate(125px, 0);
    	-ms-transform: translate(125px, 0);
    	width: 473px;
	}	
}

#customer .form {
    font-weight: 300;
    overflow: hidden;
}

.customer .form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 36px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#errorLog {
    display: block;
    height: 2px;
    margin: -6px 0 24px 0;
    text-align: center;
    font-size: 12px;
    color: #d43436;
}

#customer .form .input, #customer input[type=text] {
    font: inherit;
    font-size: 18px;
    color: #4f4f4f;
    width: 100%;
    padding: 4px 0;
    margin: 2px 6px 16px 0
}

.customer :-moz-placeholder, :-moz-placeholder {
    color:#a9a9a9;
}

#customer input[type=text], #customer input[type=password] {
    height: 32px;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fff;
    color: #ccc;
    outline: 0;
    -webkit-transition: .05s border-color ease-in-out;
    transition:.05s border-color ease-in-out;
    cursor: default;
}

#customer input[type=text]:focus, #customer input[type=text]:hover, #customer input[type=password]:focus, #customer input[type=password]:hover {
    border-bottom: 1px solid #f6d528;
}

#customer .center, #cust-form .center {
    width: 100%;
    margin: 28px auto 0 auto;
}

#customer .submit, #cust-form .submit {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-appearance: none;
	background: url("images/bouton-rond-ok.svg") no-repeat;
	background-size: 50px;
    cursor: default;
}

@media screen and (min-device-width: 1024px) {
	#customer .submit, #cust-form .submit {
		font-size: 24px;
	}
}

#customer .submit:hover, #cust-form .submit:hover {
    background: url("images/bouton-rond-ok-hover.svg") no-repeat;
	background-size: 50px;
    cursor: default;
}

.shaked {
    animation: shake .5s
}

@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px,0) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0)}100%{transform:translate(1px,-2px) rotate(-1deg)}}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#cust-form {
    width: 700px;
    margin: 73px auto 28px auto;
    font: inherit;
}

#cust-form .title {
    margin: 42px 0 20px 4px;
    padding-bottom: 4px;
    font-size: 21px;
}

#cust-form #custError {
    width: auto;
    margin: -8px auto 20px auto;
    padding: 2px;
}

#cust-form #custError:not(:empty) {
    border-top: 1px solid #f6d528;
    border-bottom: 1px solid #f6d528;
} 

#cust-form .l1, #cust-form .l2, #cust-form .l3, #cust-form .l4 {
    display: grid;
    width: 700px;
    margin: 4px auto 4px auto;
    grid-template-rows: auto;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 14px;
}

#cust-form .l1 {	    
	grid-template-columns: 50px 250px auto;    
}

#cust-form .l2 {
   	grid-template-columns: 250px auto;
}

#cust-form .l3 {
   	grid-template-columns: auto;
}

#cust-form .l4 {
    grid-template-columns: 100px 100px 270px auto;
}

#cust-form .l1-item, #cust-form .l2-item, , #cust-form .l4-item {
    align-self: center;
    text-align: left; 
}

.civil-dropbtn-input {
    width: 100%;
    height: 27px;
    padding: 3px 4px 2px 4px;
    font: inherit;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    box-sizing: border-box;
    border:0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

.civil-dropdown-input {
    position: relative;
    display: inline-block;
}

.civil-dropdown-content-input {
    display: none;
    position: absolute;
    font: inherit;
    text-align: left;
    background-color: #f9f9f9;
    min-width: 72px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.civil-dropdown-content-input a {
    color: black;
    padding: 5px 7px;
    text-decoration: none;
    display: block;
}

.civil-dropdown-content-input a:hover {
    color: #fff;
    background-color: #f6d528;
}

.civil-dropdown-input:hover .civil-dropdown-content-input {
    display: block;
    z-index: 500;
}

.civil-dropdown-input:hover .civil-dropbtn-input {
    border-bottom: 1px solid #f6d528;
}

.civil-dropdown-input:hover .civil-dropbtn-input::placeholder {
    color: #f6d528;
}

.cust-data {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    font: inherit;
    font-size: 14px;
    vertical-align: middle;
    padding: 4px 4px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

.cust-data:hover, .cust-data:focus {
    border-bottom: 1px solid #f6d528;
}

#cust-form .lang, #cust-form .container {
    margin-top: 6px;
}

.pewe {
    margin: 18px 0 0 0;
}

.u-login {
    display: flex;
    width: 190px;
    margin: 18px 0 0 4px;
    font-size: 15px;
}

.u-login label {
    border-bottom: 1px solid #f1f1f1;
}

.u-login input[type=text] {    
    -webkit-appearance: none;
    width: 140px;
    background: transparent;
    font-size: 15px;
    vertical-align: middle;
    margin: -4px 0 0 0px;
    padding: 4px 4px;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

.u-login input[type=text]:hover {
    border-bottom: 1px solid #f6d528;
}

/* Loader */
#loaderS {
    display: none;
    position: fixed;
    left: calc(50% + 100px);
    top: 20%;
    z-index: 1;
    width: 96px;
    height: 96px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #f6d528;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

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

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* STRIPE */
#panel-payment {
    display: none;
    width: 573px;
    margin: 28px auto 20px auto;
    padding: 12px 42px 24px 42px;
    background-color: #ffffff;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 5px;
}

#payment-request-button {
    display: none;
    width: 60%;
    margin: -8px auto 20px auto;
    border: none;
}

#panel-payment button {
    width: auto;
    margin: 40px auto 0 auto;
    text-transform: uppercase;
    -webkit-appearance: none;
    border: none;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #f1f1f1;
    font: inherit;
    font-size: 18px;
    cursor: default;
    padding: 4px 4px;
    outline: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    cursor: default;
}

#panel-payment button:hover {
    border-bottom: 1px solid #f6d528;
}

#panel-payment #stripe_info {
    margin-bottom: 12px;
    text-align: center;
    font-size:12px;
    color:#15426a;
}

#panel-payment #stripe_info_failed {
    margin-bottom: 12px;
    text-align: center;
    color:#d43436;
}

#panel-payment form {
    width: 100%;
    margin: 0 auto 0 auto;
    height: 120px;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.StripeElement--focus {
    border: 1px solid #f6d528;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #ffffff !important;
}

.stripe_icon img {
    margin-left: 383px;
    height: 68px;
}

@media screen and (max-device-width: 1023px) {
	
	.basket {
	    width: 100px;
		height: 100px;
		background: url("images/basket-rond.svg") no-repeat;
		background-size: 100px;
	}

	.basket:hover {
		background: url("images/basket-rond-hover.svg") no-repeat;
		background-size: 100px;
	}

	#basket-items {
	    position: relative;
	    top: 6px;
    	left: 24px;
   		font-size: 28px;	
	} 
	
	#shop-item {
		font-size: 32px;
    }

	.eshop-item-title {
		width: calc(100% - 100px);
		margin-bottom: 90px;
		margin-left: 90px;
		font-size: 48px;
	}
	
	div.eshop-item-title .goback {
        padding: 8px 42px;
        margin-left: -90px;
        background: url("images/bouton-rond-back.svg") no-repeat;
	    background-size: 70px;
	    cursor: default;
    }

    div.eshop-item-title .goback:hover {
        background: url("images/bouton-rond-back-hover.svg") no-repeat;
    	background-size: 70px;
    }

	.eshop-item-text {
		font: inherit;
	}
	
	.eshop-item-text h1 {
		font-size: 48px;
        margin-bottom: 24px;
	}

	.eshop-item-variantes {
		margin: 42px 0 12px 0;
		font: inherit;
		line-height: 1.4;
	}
    
    .spacer {
    	height: 173px;
	}
	
	.toLink {
    	margin: 16px 0 12px 0;
    }

	div.toLink .link {
		background: url("images/bouton-rond-link.svg") no-repeat;
		background-size: 140px;
	}

	div.toLink .link:hover {
		background: url("images/bouton-rond-link-hover.svg") no-repeat;
		background-size: 140px;
	}
    
    .toBask {
    	margin: 16px 0 12px 0;
    }

    div.toLink .link, div.toBask .bask, div.toBask .bask-in {
		float:right;
		position: relative;
		top: -140px;
		height: 140px;
		width: 140px;
		border-radius: 50%;
		background-color: transparent;	
	}
	
	div.toBask .bask {
		background: url("images/2basket.svg") no-repeat;
		background-size: 140px;
	}

	div.toBask .bask:hover {
		background: url("images/2baskethover.svg") no-repeat;
		background-size: 140px;
	}

	div.toBask .bask-in {
		background: url("images/inbasket.svg") no-repeat;
		background-size: 140px;
	}

	div.toBask .bask-in:hover {
		background: url("images/inbaskethover.svg") no-repeat;
		background-size: 140px;
	}

	.shop-grid-0 {
        width: 870px;
    }

    .shop-grid-0 img {
    	width: 100%;
    	margin-bottom: 24px;
    }

	#eshop-basket {
		font-size: 32px;
	}

	.eshop-basket-title {
	    width: 820px;
	    margin: -26px auto 28px auto;
	    font-size: 42px;
	}

    .eshop-basket-line {
    	width: 820px;
		grid-template-rows: auto;
		grid-template-columns: 30px auto 120px 60px;
		font: inherit;
	}

	.eshop-basket-line input[type=text] {
        height: 45px;
        font: inherit;
	}

	.eshop-basket-line input[type=button] {
        height: 45px;
        width: 45px;
        margin: -2px 0 0 15px;
        border: none;
        background: url("images/bouton-rond-x.svg") no-repeat;
		background-size: 45px;
	}
    
	.eshop-basket-line input[type=button]:hover {
	    background: url("images/bouton-rond-x-hover.svg") no-repeat;
		background-size: 45px;
	}

    .bil-item {
    	font: inherit;
    }

    a.bil-item {
    	width: 610px;
    	height: 38px;
    	padding-top: 4px;
    	overflow: clip;
    }

    .bil-interl {
        width: 610px;
        margin: 0px 0px 10px 24px;
        font-size: 21px;
        overflow: clip;
    }

    #eshop-basket-total, #eshop-basket-delivery, #eshop-basket-topay {
    	width: 820px;
    	margin: 0 auto 8px auto;
    	grid-template-columns: auto 120px 60px;
	}

    .linkAsBut {
        font: inherit;
    }
    
    #customer .form .input, #customer input[type=text] {
    	font-size: 32px;
    }
    
    #customer .submit, #cust-form .submit {
        width: 90px;
        height: 90px;
        background: url("images/bouton-rond-ok.svg") no-repeat;
		background-size: 90px;
	}
	
	#customer .submit:hover, #cust-form .submit:hover {
        background: url("images/bouton-rond-ok-hover.svg") no-repeat;
		background-size: 90px;
	}

    #cust-form {
		width: 820px;
		
		font-size: 32px;
	}

	#cust-form .title {
		font: inherit;
	}

	#cust-form .l1, #cust-form .l2, #cust-form .l3, #cust-form .l4 {
		width: 820px;
		padding: 10px 0 10px 0;
		row-gap: 20px;
	}

	#cust-form .l1 {			
		grid-template-columns: 50px 250px auto;
	}

	#cust-form .l2 {
	   	grid-template-columns: 300px auto;
	}

	#cust-form .l4 {
		grid-template-columns: 100px 100px 270px auto;
	}
	.cust-data {
        font-size: 32px;
	}
    
    #panel-payment {
        width: 820px;
        margin-top: 73px;
    }

    #payment-request-button {
        width: 73%;
        height: 73px;
    }
    #panel-payment button {
        font-size: 32px;
    }

    #panel-payment #stripe_info {
    	margin-top: 42px;
    	font-size: 21px;
    }

    .stripe_icon img {
        margin-left: 546px;
        height: 98px;
    }

    .StripeElement {
    	height: 60px;
    }

    #loaderS {
        left: 45%;
    }
}