.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.hidden {
display:none !important;
}
.products-uploads-field-type-file_upload label {
width: 100%;
}
.products-uploads-taks-type {
list-style: none;
margin:0;
padding: 0;
}
.products-uploads-taks-type li {
list-style: none;
margin:0;
padding: 0;
display:flex;
}
.products-uploads-taks-type li >div {
flex: 1;
}
.products-uploads-taks-type li .products-uploads-fileprogressBar {
flex: 2;
}
.products-uploads-dragandrophandler-container {
width: 100%;
margin: 15px 5px;
}
.products-uploads-dragandrophandler{
border: 2px dashed #92AAB0;
width: 100%;
height: 200px;
color: #92AAB0;
text-align: center;
vertical-align: middle;
padding: 10px 0px 10px 10px;
font-size:200%;
position:relative;
box-sizing: border-box;
}
.products-uploads-dragandrophandler-inner {
overflow: hidden;
white-space: nowrap;
width: 100%;
text-overflow: ellipsis;
text-align: center;
line-height: 40px;
padding-top: 15px;
}
.products-uploads-drop-progressBar {
width: 100%;
border-radius: 5px; 
overflow: hidden;
display:inline-block;
vertical-align:top;
flex: 6 !important;
margin-left: 65px;
box-sizing: content-box;
width:calc(100% - 65px)
}
.products-uploads-drop-progressBar div {
height: auto;
color: #fff;
text-align: right;
line-height: 15px; width: 0;
background-color: #4caf50; 
border-radius: 3px; 
font-size: 13px;
}
.products-uploads-drop-progressBar.products-uploads-text-error-pro div {
background-color: #565555;
}
.products-uploads-drop-statusbar{
width:100%;
padding:10px 10px 0px 10px;
vertical-align:top;
margin: 10px 0;
position: relative;
}
.products-uploads-drop-statusbar >div {
overflow: hidden;
}
.products-uploads-drop-text-error {
color: red;
padding-left: 50px;
}
.products-uploads-drop-type_file {
display: inline-block;
position: absolute;
font-size: 12px;
font-weight: 700;
line-height: 13px;
margin-top: 25px;
padding: 0 4px;
border-radius: 2px;
box-shadow: 1px 1px 2px #abc;
color: #fff;
background: #0080c8;
text-transform: uppercase;
}
.products-uploads-drop-filename
{
display:inline-block;
vertical-align:top;
margin-left: 65px;
}
.products-uploads-drop-type{
width: 50px;
height: 50px;
background: url(//a-tout-print.fr/wp-content/plugins/products-file-upload-for-woocommerce/assets/images/generic.png) no-repeat center center; 
background-size: 100%;
position: absolute;
}
.products-uploads-drop-img {
width: 50px;
height: 50px;
position: absolute;
}
.products-uploads-drop-img img {
width: 100%;
height: 100%;
}
.products-uploads-drop-filesize
{
display:inline-block;
vertical-align:top;
color:#30693D;
margin-left:10px;
margin-right:5px;
margin-left: 10px;
color: #444242;
font-weight: 700;
}
.products-uploads_file_upload_remove,.products-uploads-drop-abort  {
position: absolute;
top: 10px;
right: 10px;
width: 16px;
height: 16px;
background: url(//a-tout-print.fr/wp-content/plugins/products-file-upload-for-woocommerce/assets/images/remove.png) center no-repeat;
cursor: pointer;
}
.products-uploads_file_upload_remove a {
text-decoration: none !important;
display:inline-block;
background: #f7f7f8 url(//a-tout-print.fr/wp-content/plugins/products-file-upload-for-woocommerce/assets/images/trash.png) center no-repeat;
text-indent: -999999px;
width: 25px;
height: 25px;
border:1px solid #34495e;
}
.products-uploads_file_upload_remove a:hover {
opacity: 0.8;
}
.products-uploads-text-browser a {
display: inline-block;
background: #6381E6;
padding: 10px 20px;
border-radius: 4px;
text-align: center;
font-weight: 700;
vertical-align: top;
cursor: pointer;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
text-decoration:none !important;
color:#fff !important;
font-size:18px;
}
.products-uploads-text-browser a:hover {
opacity:0.8;
}
.products-uploads-text-drop {
font-size: 100%;
font-weight: bold;
}
.products-uploads-drop-progressBar.products-uploads-text-error{
border:none;
color:red;
}