.ueplm-widget {
    border: #e2e2e2 1px solid;
	background: #e6e6e6;
    text-align: center;
    border-bottom: none;
}

.waw-widget-visuel,
.waw-widget-choice,
.waw-widget-choice-reduction {
    text-align: center;
}
.waw-widget-visuel {
    padding: 0;
}
.waw-widget-select {
    display: grid;
    margin: 0;
    margin-bottom: 10px;
}
.waw-widget-choice {
    display: flex;
    margin: 0;
}
.waw-widget-select button,
.waw-widget-choice button,
.waw-widget-choice .button {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
	width: 100%;
    background: #fff;
    color: #007a45;
    border-radius: 0;
    border: 2px solid #007a45;
}
.waw-widget-choice.frequency .button {
    padding: 5px;
    font-size: 13px;    
    margin-top: 10px !important;
    text-align: center;
}
.montant.waw-widget-choice .button,
.montant.waw-widget-choice .button.active {
    background: #6b6b6b;
    color: #fff;
    border: none;
    text-align: center;
}
.waw-widget-select button {
    margin: 2px 0;
}
.waw-widget-choice button,
.waw-widget-choice .button {
    margin: 0 2px;
}
.waw-widget-choice button:first-child,
.waw-widget-choice .button:first-child {
	margin-left: 0;
}
.waw-widget-choice button:last-child,
.waw-widget-choice .button:last-child {
	margin-right: 0;
}
.waw-widget-select button {
    text-align: center;
    padding-left: 20px;
}

.waw-widget-select button:focus,
.waw-widget-select button:hover,
.waw-widget-select button.active {
    background: #fff url('../img/checked.svg') no-repeat 5px center;
    color: #007a45;
    border: 2px solid #007a45;
}
.waw-widget-choice button:focus,
.waw-widget-choice button:hover,
.waw-widget-choice button.active,
.waw-widget-choice .button:focus,
.waw-widget-choice .button:hover,
.waw-widget-choice .button.active {
    background: #fff url('../img/checked-mini.svg') no-repeat 5px center;
    color: #007a45;
    border: 2px solid #007a45;
    text-align: right;
    cursor: pointer;
}
.montant.waw-widget-choice .button:focus,
.montant.waw-widget-choice .button:hover {
    background: #7d7d7d;
    color: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
}

.waw-widget-choice .free-amount,
.waw-widget-choice .simple-field,
.waw-widget-choice .free-amount:focus {
    border-bottom: 2px solid #007a45;
    border-radius: 0;
}

.waw-widget-choice-reduction,
.waw-widget-choice-explication.active {
    padding: 10px;
}
.waw-widget-choice-explication.active {
    border-top: 1px solid #d0d0d0 ;
}
.waw-widget-link a {
	font-size: 0.9em;
    font-weight: bold;
    background: #007a45;
    color: #fff;
    border: none;
    padding: 10px 20px;
    width: 100%;
    display: block;
    text-align: center;
}

.waw-widget-link.montant a {
    padding: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    font-size: 1.5rem !important;
    line-height: 1.6rem;
    text-align: center;
    padding-left: 20px !important;
}
.waw-widget-link.montant a span {
    background: #6b6b6b;
    color: #fff;
    padding: 15px 10px;
    min-width: 50px;
    text-align: center;
    margin-left: 10px !important;
}

.waw-widget-link a.cta-secondaire,
.waw-widget-link a.cta-secondaire:active {
    color: #007a45;
    background: #fff;
    border: 1px solid #007a45;
	min-width: auto;
}

.waw-widget-link a:focus,
.waw-widget-link a:hover {
    color: #fff !important;
    background: #565656;
    text-decoration: none;
}
.waw-widget-link a.cta-secondaire:focus,
.waw-widget-link a.cta-secondaire:hover {
    background: #007a45;
    border: 1px solid #007a45;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.waw-widget-choice-reduction{
    font-size: 14px;
    line-height: 18px;
}
.waw-widget-choice-explication{
    font-size: 12px;
    line-height: 14px;
}

.ueplm-widget .input-group {
    width: 120px;
    margin: 10px auto;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
}
.waw-widget-choice.libre .input-group {
    display: flex;
    margin: 20px 10px;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}

.waw-widget-choice.libre .input-group .form-control {
    width: 90px;
    padding: 0;
    margin-left: 10px;
}
.waw-widget-choice.libre .input-group .input-group-addon {
    padding: 6px;
}

.ueplm-widget .input-group .free-amount:hover,
.ueplm-widget .input-group .free-amount:focus,
.ueplm-widget .input-group .free-amount.active,
.ueplm-widget .input-group .simple-field.active {
	text-align: right;
}
.ueplm-widget .input-group .free-amount.wrong {
    border-bottom: 2px solid #e76e54;
    background-image: url('../img/cross-mini.svg');
}

.ueplm-widget .input-group-addon {
	border: none;
    border-radius: 0;
    background: none;
    color: #565656;
}
.ueplm-widget .frequency {
	text-align: left;
	margin-bottom: 20px;
}
.ueplm-widget .title {
	text-align: center;
	display: block;
	margin: 20px 0;
	font-weight: bold;
	font-size: 15px;
    line-height: 20px;
}
.ueplm-widget .title span {
    display: block;
    text-transform: uppercase;
}
.ueplm-widget .frequency label {
	margin-left: 20px;
	font-weight: normal;
	display: block;
    margin-bottom: 0;
    padding: 0;
    line-height: 22px;
}
.warning {
    color: #e76e54;
    font-weight: bold;
}



.widget_ueplm_widget_cadeau .add_remove_tools {
  width: 100%;
  padding: 0;
  margin-left: auto;  
}
.widget_ueplm_widget_cadeau .add_remove_tools ul {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 10px 0;
}
.widget_ueplm_widget_cadeau .add_remove_tools ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
}
.widget_ueplm_widget_cadeau .add_remove_tools ul li span.number {
  color: #007A45;
  padding: 0 3px;
  font-weight: 700;
}
.widget_ueplm_widget_cadeau .add_remove_tools ul li button {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border: 1px solid #cccccc;
  background-color: #eee;
  padding: 0px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #007A45;
  font-weight: bold;
  cursor: pointer;
}
.widget_ueplm_widget_cadeau .add_remove_tools ul li button:hover {
  background-color: #007A45;
  color: #ffffff;
}