@charset "UTF-8";
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* GLOBAL CSS */
/* Message d'erreur du formulaire de payment */
#payment_box_withoutCard .payment-errors ul li {
  color: red;
  list-style: none; }

/* les formulaires de selection de carte ou de cr├®ation de cartes */
#payment_box_withoutCard {
  width: 100%; }

#payment_box_withCard {
  width: 100%;
  margin: 5px; }

/* Style du bouton avec le point d'interrogation */
.help-tip {
  top: 18px;
  right: 18px;
  text-align: center;
  background-color: #42ac52;
  border-radius: 5%;
  width: 25px;
  height: 25px;
  font-size: 14px;
  line-height: 26px;
  cursor: default; }

.help-tip:before {
  display: inline-block;
  margin-top: 1px;
  content: '?';
  font-weight: bold;
  color: #fff; }

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out; }

.help-tip p {
  /* The tooltip */
  display: none;
  text-align: right;
  background-color: #1E2021;
  padding: 10px 15px;
  width: 297px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-size: 13px;
  line-height: 1.4;
  position: absolute;
  top: 24px;
  right: 0; }

.help-tip p:before {
  /* The pointer of the tooltip */
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1E2021;
  right: 7px;
  top: -12px; }

.help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0; }

/* CSS animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6); }
  100% {
    opacity: 100%;
    transform: scale(1); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }
.input-group-addon .fa {
  width: 13px; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lock:before {
  content: "\f023"; }

.fa-calendar-o:before {
  content: "\f133"; }

/* POPUP */
/* Full-width input fields */
input[type=text], input[type=password], input[type=email], input[type=tel] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box; }

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%; }

button:hover {
  opacity: 0.8; }

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336; }

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative; }

img.avatar {
  width: 40%;
  border-radius: 50%; }

.container {
  padding: 16px; }

span.psw {
  float: right;
  padding-top: 16px; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 60px; }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */ }

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: red;
  cursor: pointer; }

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s; }

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none; }

  .cancelbtn {
    width: 100%; } }
/*CPay*/
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay label[for="payment_method_cpay"] > span, .woocommerce-checkout #payment ul.payment_methods .payment_method_cpay label[for="payment_method_cpay"] .label-image {
  display: block;
  vertical-align: middle; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay label[for="payment_method_cpay"] .label-image {
  height: 27px; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay #payment_box_withoutCard {
  border: 0;
  margin: 0;
  padding: 10px 0 0; }
  .woocommerce-checkout #payment ul.payment_methods .payment_method_cpay #payment_box_withoutCard .form-row:last-child {
    margin-bottom: 0; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .input-half {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;}
  .woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .input-half.input-half-first {
    padding-right: 7px; }
  .woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .input-half.input-half-last {
    padding-left: 7px; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay input[type="text"],
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay input[type="tel"],
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay input[type="email"] {
  position: static;
  width: 100%;
  height: 100%;
  background: white;
  margin: 0;
  padding: 10px; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay input[type="checkbox"] {
  position: inherit;
  width: 15px;
  height: 15px; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .label-checkbox input[type="checkbox"],
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .label-checkbox input[type="radio"],
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .label-checkbox > span {
  display: inline-block;
  vertical-align: middle; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .label-checkbox > span {
  margin: 2px 0 0 5px; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .input-holder {
  position: relative; }
  .woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .input-holder .txt_dyn {
    position: absolute;
    top: 13px;
    left: 11px; }
  .woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .input-holder input[type="text"],
  .woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .input-holder input[type="tel"],
  .woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .input-holder input[type="email"] {
    margin-top: 2px;
    padding-left: 37px; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .help-tip {
  width: 26px;
  height: 26px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 5px; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay #payment_box_withCard {
  display: none;
  margin: 5px 0;
  padding: 8px 6px;
  border-color: #d4d4d4; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay .optionImg {
  position: relative;
  background-position: right center;
  background-size: contain; }
.woocommerce-checkout #payment ul.payment_methods .payment_method_cpay #cvc {
  padding-right: 35px; }

#cp-label {
  font-size: 13px;
  font-style: italic;
  text-align: right; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--cardedit a::before {
  content: "\f283"; }

/*# sourceMappingURL=cpay-public.css.map */
