@charset "utf-8";
/* CSS Document */


.StripeElement
 {
  color: #32325d;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
    
  padding: 5px 5px;
  
  width:97%;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}


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

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.stripeFormSepa
{
	width:500px;
	height:auto;
	margin: auto;
	background-color: #f2f3f4;
	border: 1px solid #ecedee;
    border-radius: 4px;
    padding:10px;
    margin-top:20px;
    

}
@media (max-width: 620px) {	.stripeFormSepa{width:430px;} }	
@media (max-width: 520px) {	.stripeFormSepa{width:360px;} }	
@media (max-width: 420px) {	.stripeFormSepa{width:320px;} }	
@media (max-width: 380px) {	.stripeFormSepa{width:268px;} }	

.stripeFormSepaLineImg
{
	text-align: center;
	margin-bottom:20px;
}
.stripeFormSepaLineTxt
{
	margin-bottom:20px;
}
.stripeFormSepaLineLabel
{
    font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style      : normal;
    font-weight     : bold;	
	width:100%;
}
.stripeFormSepaLineInput
{
	width:100%;
	margin-bottom:20px;
}
.stripeFormSepaLineIBAN
{
	width:100%;
}
.stripeFormSepaLineButton
{
	width:100%;
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
.stripeBouton
{
   font-family      : 'Open Sans Condensed',Helvetica, Arial, Verdana, sans-serif;
   font-style       : normal;
   font-weight      : bold;	
   font-size        : 20px;
   line-height      : 40px;
   display          : block;
   width            : 240px;
   text-align       : center;
   vertical-align   : middle;
   background-color : #464646;
   color            : #fff;
   text-decoration  : none;
   height : 40px;
   margin:auto;
   border:none;
   cursor: pointer;

}
#mandate-acceptance
{
	font-size: 12px;
	line-height: 16px;
}
#error-message
{
   font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-style:normal;
   font-weight:normal;
   font-size:13px;
   line-height: 17px;  
   color:#c00;
   text-align: left;
}