li.wpmf_gallery_divi:before {
content: "";
background-image: url(//www.computec.fr/wp-content/plugins/wp-media-folder/assets/images/gallery-divi.svg);
background-repeat: no-repeat;
background-position: center center;
margin: 0 auto;
margin-bottom: 5px;
width: 20px;
height: 16px;
}
li.wpmf_gallery_addon_divi:before {
content: "";
background-image: url(//www.computec.fr/wp-content/plugins/wp-media-folder/assets/images/gallery_addon_divi.svg);
background-repeat: no-repeat;
background-position: center center;
margin: 0 auto;
margin-bottom: 5px;
width: 20px;
height: 16px;
}
li.wpmf_file_design:before {
content: "";
background-image: url(//www.computec.fr/wp-content/plugins/wp-media-folder/assets/images/file_design_divi.svg);
background-repeat: no-repeat;
background-position: center center;
margin: 0 auto;
margin-bottom: 5px;
width: 20px;
height: 16px;
}
li.wpmf_pdf_embed:before {
content: "";
background-image: url(//www.computec.fr/wp-content/plugins/wp-media-folder/assets/images/pdf_embed_divi.svg);
background-repeat: no-repeat;
background-position: center center;
margin: 0 auto;
margin-bottom: 5px;
width: 20px;
height: 16px;
}
.wpmf-divi-container {
position: relative;
text-align: center;
}
.wpmf-divi-container .divi-pdf-embed-placeholder {
background: url(//www.computec.fr/wp-content/plugins/wp-media-folder/assets/images/pdf_embed_place_holder.svg) no-repeat scroll center center #fafafa;
height: 200px;
border-radius: 2px;
width: 100%;
background-size: auto 60%;
}
.wpmf-divi-container .divi-file-design-placeholder {
background: url(//www.computec.fr/wp-content/plugins/wp-media-folder/assets/images/file_design_place_holder.svg) no-repeat scroll center center #fafafa;
height: 200px;
border-radius: 2px;
width: 100%;
background-size: auto 60%;
}
.wpmf-divi-container .divi-gallery-placeholder {
background: url(//www.computec.fr/wp-content/plugins/wp-media-folder/assets/images/gallery_place_holder.svg) no-repeat scroll center center #fafafa;
height: 200px;
border-radius: 2px;
width: 100%;
background-size: auto 60%;
}
.wpmf-divi-container .divi-gallery-addon-placeholder {
background: url(//www.computec.fr/wp-content/plugins/wp-media-folder/assets/images/gallery_addon_place_holder.svg) no-repeat scroll center center #fafafa;
height: 200px;
border-radius: 2px;
width: 100%;
background-size: auto 60%;
}
.wpmf-divi-container .wpmf-divi-message {
font-size: 13px;
text-align: center;
display: block;
position: absolute;
bottom: 10px;
width: 100%;
left: 0;
}
.wpmf-divi-container .wpmf-loading-wrapper,
.wpmf-divi-container .wpmf-loading {
margin: 0 auto;
width: 70px;
height: 70px;
}.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 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;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.gallery-columns-1 .wpmf-gallery-item{width:100%}.gallery-columns-2 .wpmf-gallery-item{width:50%}.gallery-columns-3 .wpmf-gallery-item{width:33.33333%}.gallery-columns-4 .wpmf-gallery-item{width:25%}.gallery-columns-5 .wpmf-gallery-item{width:20%}.gallery-columns-6 .wpmf-gallery-item{width:16.66667%}.gallery-columns-7 .wpmf-gallery-item{width:14.28571%}.gallery-columns-8 .wpmf-gallery-item{width:12.5%}.gallery-columns-9 .wpmf-gallery-item{width:11.11111%}.wpmf-has-border-radius-1 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-1 .wpmf-gallery-item img,.wpmf-has-border-radius-1.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:1px}.wpmf-has-border-radius-2 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-2 .wpmf-gallery-item img,.wpmf-has-border-radius-2.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:2px}.wpmf-has-border-radius-3 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-3 .wpmf-gallery-item img,.wpmf-has-border-radius-3.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:3px}.wpmf-has-border-radius-4 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-4 .wpmf-gallery-item img,.wpmf-has-border-radius-4.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:4px}.wpmf-has-border-radius-5 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-5 .wpmf-gallery-item img,.wpmf-has-border-radius-5.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:5px}.wpmf-has-border-radius-6 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-6 .wpmf-gallery-item img,.wpmf-has-border-radius-6.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:6px}.wpmf-has-border-radius-7 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-7 .wpmf-gallery-item img,.wpmf-has-border-radius-7.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:7px}.wpmf-has-border-radius-8 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-8 .wpmf-gallery-item img,.wpmf-has-border-radius-8.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:8px}.wpmf-has-border-radius-9 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-9 .wpmf-gallery-item img,.wpmf-has-border-radius-9.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:9px}.wpmf-has-border-radius-10 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-10 .wpmf-gallery-item img,.wpmf-has-border-radius-10.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:10px}.wpmf-has-border-radius-11 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-11 .wpmf-gallery-item img,.wpmf-has-border-radius-11.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:11px}.wpmf-has-border-radius-12 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-12 .wpmf-gallery-item img,.wpmf-has-border-radius-12.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:12px}.wpmf-has-border-radius-13 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-13 .wpmf-gallery-item img,.wpmf-has-border-radius-13.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:13px}.wpmf-has-border-radius-14 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-14 .wpmf-gallery-item img,.wpmf-has-border-radius-14.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:14px}.wpmf-has-border-radius-15 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-15 .wpmf-gallery-item img,.wpmf-has-border-radius-15.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:15px}.wpmf-has-border-radius-16 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-16 .wpmf-gallery-item img,.wpmf-has-border-radius-16.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:16px}.wpmf-has-border-radius-17 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-17 .wpmf-gallery-item img,.wpmf-has-border-radius-17.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:17px}.wpmf-has-border-radius-18 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-18 .wpmf-gallery-item img,.wpmf-has-border-radius-18.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:18px}.wpmf-has-border-radius-19 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-19 .wpmf-gallery-item img,.wpmf-has-border-radius-19.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:19px}.wpmf-has-border-radius-20 .wpmf-gallery-item .wpmf_overlay,.wpmf-has-border-radius-20 .wpmf-gallery-item img,.wpmf-has-border-radius-20.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon{border-radius:20px}