@charset "UTF-8";
@charset "UTF-8";
input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #e0e0e0; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #1E73BE; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #1E73BE; --cmplz_button_accept_border_color: #1E73BE; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}@media (max-width: 768px) { .cmplz-cookiebanner { width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (max-width: 1023px) { .cmplz-cookiebanner { max-width: 100%; }}@media (max-width: 1023px) { .cmplz-cookiebanner { transform: translateX(-50%); bottom: 0; top: initial; }}@media (min-width: 1024px) { .cmplz-cookiebanner { margin: 10px; width: calc(100% - 20px); grid-column-gap: 10px; display: grid; grid-template-columns: 1fr 1fr; bottom: 0; left: initial; top: initial; transform: initial; } .cmplz-cookiebanner.cmplz-categories-type-save-preferences .cmplz-body > div { width: 49%; } .cmplz-cookiebanner.cmplz-categories-visible .cmplz-body > div { width: 49%; } .cmplz-cookiebanner .cmplz-body { grid-column: span 2; display: flex; gap: 10px; } .cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons { grid-column: inherit; } .cmplz-cookiebanner .cmplz-description { grid-column-start: 1; } .cmplz-cookiebanner.optin .cmplz-categories, .cmplz-cookiebanner.optout .cmplz-categories { width: 85vw; grid-column-start: 2; } .cmplz-cookiebanner .cmplz-buttons { grid-column-start: 3; grid-row-start: 3; display: flex; flex-direction: column; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-width: 250px; width: 100%; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-end: 3; } .cmplz-cookiebanner .cmplz-links.cmplz-information { grid-column-start: 3; grid-column-end: 4; grid-row-start: 5; display: flex; justify-content: flex-end; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-start: 1; grid-row-start: 5; display: flex; justify-content: flex-start; } .cmplz-cookiebanner .cmplz-categories.cmplz-tcf { height: 160px; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no .cmplz-buttons { flex-direction: initial; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences.cmplz-categories-visible .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no.cmplz-categories-visible .cmplz-buttons { flex-direction: column; }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-marketing:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-marketing:not(.cmplz-tcf) { display: none;}.cmplz-deny { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: block;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: none;}

@font-face {
font-family: 'wpfdicon';
src:  url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons/wpfd.eot?xxkehc);
src:  url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons/wpfd.eot?xxkehc#iefix) format('embedded-opentype'),
url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons/wpfd.ttf?xxkehc) format('truetype'),
url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons/wpfd.woff?xxkehc) format('woff'),
url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons/wpfd.svg?xxkehc#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'wpfdawsicon';
src:  url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons/wpfdaws.eot?t9i2xj);
src:  url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons/wpfdaws.eot?t9i2xj#iefix) format('embedded-opentype'),
url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons/wpfdaws.ttf?t9i2xj) format('truetype'),
url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons/wpfdaws.woff?t9i2xj) format('woff'),
url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/fonts/wpfd-icons/wpfdaws.svg?t9i2xj#wpfdaws) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.wpfd-all-file-category .wpfd-icon-dropbox:before {
content: "\e900"!important;
}
.wpfd-all-file-category .wpfd-icon-onedrive_business:before {
content: "\e901"!important;
}
.wpfd-all-file-category .wpfd-icon-onedrive:before {
content: "\e901"!important;
}
.wpfd-all-file-category .wpfd-icon-googleDrive:before {
content: "\e902"!important;
}
.wpfd-all-file-category .wpfd-icon-aws:before {
content: "\e903"!important;
}
.wpfd-all-file-category .wpfd-icon-nextcloud:before {
content: "\e905"!important;
}
.wpfd-loading {
width: 120px;
height: 120px;
margin: 30px auto;
display: block;
background-color: transparent;
background-size: 120px !important;
}
#wpfd-loading-wrap, #wpfd-loading-tree-wrap {
position: fixed;
left: -99999px;
}
ul.head-category {
list-style: none !important;
}
.wpfd-loading-tree-bg {
background: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/spinner-custom.svg) left 0 no-repeat !important;
background-size: 16px !important;
width: 16px;
height: 16px;
float: left;
margin: 5px 0 5px -20px;
}
.wpfd-category-desc {
display: block;
flex-basis: 100%;
margin: 0 10px;
line-height: 1.5;
} .wpfd-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.wpfd-container.folder-tree-top {
flex-wrap: wrap !important;
}
.wpfd-container.folder-tree-top .wpfd-foldertree {
flex-basis: 100%;
width: 100%;
border-right: unset !important;
margin-bottom: 10px;
}
.wpfd-container.folder-tree-top > [class*=wpfd-container-] {
flex-basis: 100% !important;
width: 100% !important;
max-width: unset;
padding: 0 !important;
}
.wpfd-container.folder-tree-right .wpfd-foldertree {
order: 2;
border-right: unset !important;
border-left: 1px solid #cccccc;
}
.wpfd-container.folder-tree-right > [class*=wpfd-container-] {
order: 1;
padding: 0 10px 0 0 !important;
}
.wpfd-container.folder-tree-bottom {
flex-wrap: wrap !important;
}
.wpfd-container.folder-tree-bottom .wpfd-foldertree {
flex-basis: 100%;
width: 100%;
border-right: unset !important;
order: 2;
}
.wpfd-container.folder-tree-bottom > [class*=wpfd-container-] {
flex-basis: 100% !important;
width: 100% !important;
max-width: unset;
padding: 0 !important;
order: 1;
}
.wpfd-container .wpfd-categories {
min-height: 28px;
display: flex;
flex-wrap: wrap;
max-width: 100%;
box-sizing: border-box;
}
.wpfd-container .wpfd-categories > h2 {
width: 100%;
line-height: 2.5em;
}
.wpfd-container .wpfd-categories.hide {
display: none;
}
.wpfd-container .wpfd-foldertree {
position: relative;
flex-basis: 30%;
overflow: auto;
-webkit-overflow-scrolling: touch;
margin: 0;
border-right: 1px solid #cccccc !important;
padding-top: 10px;
box-sizing: border-box;
}
.wpfd-container .wpfd-foldertree ul.jaofiletree:first-child {
margin-left: -10px !important;
}
.wpfd-container .wpfd-foldertree i.zmdi.zmdi-folder,
.wpfd-container .wpfd-foldertree i.zmdi-folder-outline {
margin-left: 16px;
}
.wpfd-container .wpfd-foldertree i.zmdi.zmdi-folder:before,
.wpfd-container .wpfd-foldertree i.zmdi-folder-outline:before {
color: inherit;
}
.wpfd-container .wpfd-foldertree i.zmdi-folder-outline {
font-weight: 500;
font-size: 22px;
margin-right: 8px;
}
.wpfd-container .wpfd-foldertree .icon-open-close + i.zmdi.zmdi-folder,
.wpfd-container .wpfd-foldertree .icon-open-close + i.zmdi.zmdi-folder-outline {
margin-left: 0;
}
.wpfd-container .with_foldertree {
flex-basis: 70%;
max-width: 70%;
margin: 0;
}
.wpfd-container .wpfd-open-tree {
display: none;
}
.wpfd-container .filecontent > h3 .wpfd_checkbox {
margin: 0;
position: absolute;
left: 5px;
top: 0;
width: 16px;
height: 16px;
background-color: transparent;
}
.wpfd-container .filecontent > h3 .wpfd_checkbox .cbox_file_download[type=checkbox] {
display: none;
-webkit-appearance: checkbox;
box-sizing: border-box;
}
.wpfd-container .filecontent > h3 .wpfd_checkbox span {
width: 16px;
height: 16px;
line-height: 13px;
vertical-align: top;
margin: 0;
box-sizing: border-box;
display: inline-block;
font-size: 13px;
}
.wpfd-container .filecontent > h3 .wpfd_checkbox span:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
margin: 0;
vertical-align: middle;
transition: 0.6s;
text-align: center;
background: #fff;
border: 1px solid #ccc;
color: #808080;
padding: 1px;
font-size: 13px;
box-sizing: border-box;
}
.wpfd-container .filecontent > h3 .wpfd_checkbox span:hover, .wpfd-container .filecontent > h3 .wpfd_checkbox span:focus {
cursor: pointer;
}
.wpfd-container .filecontent > h3 .wpfd_checkbox span:hover:before {
background-color: #efefef;
}
.wpfd-container .filecontent > h3 .wpfd_checkbox .cbox_file_download:checked + span:before {
content: "✔";
}
@media only screen and (max-width: 720px) {
.wpfd-container {
display: block;
position: relative;
}
.wpfd-container .wpfd-foldertree {
display: none;
width: 100%;
top: 0;
bottom: 0;
right: 0;
position: absolute;
border-right: 0 !important;
border-radius: 4px;
background: #fff;
z-index: 10;
}
.wpfd-container .wpfd-foldertree.tree-open {
display: block;
}
.wpfd-container .wpfd-foldertree ul.jaofiletree:first-child {
margin-top: 35px !important;
}
.wpfd-container .wpfd-foldertree + .wpfd-open-tree {
display: block;
pointer-events: auto;
position: absolute;
top: 12px;
left: 0;
width: 15px;
height: 15px;
text-align: center;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfjCwwHBhVfyhjNAAAARElEQVRIx2NgGAUUA0aG1ZQa8J8yA5go9QILw1NqhsgoIAswMhyn1ICBT0gnqBkio4AswMjwhFIDBj4hraFmiIwCsgAA33UHxUbRH90AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMTEtMTJUMDc6MDY6MjErMDA6MDDyrjLnAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTExLTEyVDA3OjA2OjIxKzAwOjAwg/OKWwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);
background-size: contain;
background-repeat: no-repeat;
margin: 0;
padding: 10px;
z-index: 11;
}
.wpfd-container .wpfd-foldertree + .wpfd-open-tree:hover {
cursor: pointer;
}
.wpfd-container .tree-open + .wpfd-open-tree {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjCwsJES8LDFBaAAAA90lEQVRYw+3WTQqDMBCG4Zcm5AJCeyqvo+RAekMV3KSLorXiz6SOUkq+dcKTMWYYSElJSYEHOU682pFzjyUyahpKrGi1paShIouroiYQ6ESMpaQjEKhiqslpCELmTQQacjniJhu3GTtbKb/Fhc1WsKoQ3mAUc5jYZ1SIbUaNWGdUiSXGYLSJOdPi8bTaxJzp6c8gBmY4/1CTMgFg8GMNgR6PkW69aZ/lxz/XBRd/wS88f90GQ3Hmey/GtqLIrPcoNWa7Daow+532MCNr5ocYJ27mn0zUIDEdifbON2WiRqI7VcQn+HK4g4zq7DH1Vc3pA3dKSso/5gmAWxwDE0VxTgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0xMS0xMVQwOToxNzoyNCswMDowMF30EfwAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMTEtMTFUMDk6MTc6MjQrMDA6MDAsqalAAAAAAElFTkSuQmCC);
}
.wpfd-container .with_foldertree {
margin: 0 !important;
min-height: 500px;
max-width: 100%;
}
.wpfd-container .wpfd-open-tree + .with_foldertree > .wpfd-categories h2 {
margin-left: 22px;
line-height: 45px;
}
} #et-boc .wpfd-content, .wpfd-content {
font-weight: normal;
overflow: hidden;
box-sizing: border-box;
font-size: 13px;
background: #fff;
background-color: #fff;
padding: 0 5px;
clear: both;
margin-top: 0;
}
#et-boc .wpfd-content a:focus, .wpfd-content a:focus {
outline: none;
}
#et-boc .wpfd-content li, .wpfd-content li {
margin: 0;
}
#et-boc .wpfd-content a[class*=-download-category], #et-boc .wpfd-content a[class*=-download-selected], .wpfd-content a[class*=-download-category], .wpfd-content a[class*=-download-selected] {
font-family: arial;
background-color: #75be5f;
border-color: #75be5f;
border-radius: 10px;
color: #fff;
font-size: 14px;
padding: 5px 30px;
text-align: center;
text-decoration: none;
box-sizing: border-box;
display: inline-block;
height: 38px;
line-height: 28px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
}
@media screen and (max-width: 420px) {
#et-boc .wpfd-content a[class*=-download-category], #et-boc .wpfd-content a[class*=-download-selected], .wpfd-content a[class*=-download-category], .wpfd-content a[class*=-download-selected] {
width: 100%;
margin: 10px 0;
float: unset;
}
}
#et-boc .wpfd-content a[class*=-download-category]:hover, #et-boc .wpfd-content a[class*=-download-category]:focus, #et-boc .wpfd-content a[class*=-download-selected]:hover, #et-boc .wpfd-content a[class*=-download-selected]:focus, .wpfd-content a[class*=-download-category]:hover, .wpfd-content a[class*=-download-category]:focus, .wpfd-content a[class*=-download-selected]:hover, .wpfd-content a[class*=-download-selected]:focus {
cursor: pointer;
background-color: #75be5f !important;
border-color: #75be5f;
}
#et-boc .wpfd-content a[class*=-download-category]:hover, #et-boc .wpfd-content a[class*=-download-selected]:hover, .wpfd-content a[class*=-download-category]:hover, .wpfd-content a[class*=-download-selected]:hover {
box-shadow: 1px 1px 0.6666666667em #ccc;
}
#et-boc .wpfd-content a[class*=-download-category] .wpfd-download-category, #et-boc .wpfd-content a[class*=-download-selected] .wpfd-download-category, .wpfd-content a[class*=-download-category] .wpfd-download-category, .wpfd-content a[class*=-download-selected] .wpfd-download-category {
margin-left: 5px;
vertical-align: text-bottom;
font-size: 1.4em;
line-height: 18px;
}
#et-boc .wpfd-content .wpfd-content-header-section, .wpfd-content .wpfd-content-header-section {
width: 100%;
}
#et-boc .wpfd-content .wpfd-header-btn-group, .wpfd-content .wpfd-header-btn-group {
float: right;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
}
#et-boc .wpfd-content .wpfd-category-mail-subscribe-all,
#et-boc .wpfd-content .wpfd-category-mail-subscribe-selected,
#et-boc .wpfd-content .wpfd-category-mail-unsubscribe-all,
#et-boc .wpfd-content .wpfd-category-mail-unsubscribe-selected, .wpfd-content .wpfd-category-mail-subscribe-all,
.wpfd-content .wpfd-category-mail-subscribe-selected,
.wpfd-content .wpfd-category-mail-unsubscribe-all,
.wpfd-content .wpfd-category-mail-unsubscribe-selected {
font-family: arial;
background-color: #fff;
border: 1px solid #75be5f;
color: #75be5f;
border-radius: 10px;
font-size: 14px;
padding: 5px 30px;
text-align: center;
text-decoration: none;
box-sizing: border-box;
display: inline-block;
line-height: 28px;
font-style: normal;
letter-spacing: normal;
margin: 0 10px;
vertical-align: baseline;
font-weight: 600;
}
@media screen and (max-width: 420px) {
#et-boc .wpfd-content .wpfd-category-mail-subscribe-all,
#et-boc .wpfd-content .wpfd-category-mail-subscribe-selected,
#et-boc .wpfd-content .wpfd-category-mail-unsubscribe-all,
#et-boc .wpfd-content .wpfd-category-mail-unsubscribe-selected, .wpfd-content .wpfd-category-mail-subscribe-all,
.wpfd-content .wpfd-category-mail-subscribe-selected,
.wpfd-content .wpfd-category-mail-unsubscribe-all,
.wpfd-content .wpfd-category-mail-unsubscribe-selected {
width: 100%;
margin: 10px 0;
float: unset;
}
}
#et-boc .wpfd-content .wpfd-category-mail-subscribe-all:hover, #et-boc .wpfd-content .wpfd-category-mail-subscribe-all:focus,
#et-boc .wpfd-content .wpfd-category-mail-subscribe-selected:hover,
#et-boc .wpfd-content .wpfd-category-mail-subscribe-selected:focus,
#et-boc .wpfd-content .wpfd-category-mail-unsubscribe-all:hover,
#et-boc .wpfd-content .wpfd-category-mail-unsubscribe-all:focus,
#et-boc .wpfd-content .wpfd-category-mail-unsubscribe-selected:hover,
#et-boc .wpfd-content .wpfd-category-mail-unsubscribe-selected:focus, .wpfd-content .wpfd-category-mail-subscribe-all:hover, .wpfd-content .wpfd-category-mail-subscribe-all:focus,
.wpfd-content .wpfd-category-mail-subscribe-selected:hover,
.wpfd-content .wpfd-category-mail-subscribe-selected:focus,
.wpfd-content .wpfd-category-mail-unsubscribe-all:hover,
.wpfd-content .wpfd-category-mail-unsubscribe-all:focus,
.wpfd-content .wpfd-category-mail-unsubscribe-selected:hover,
.wpfd-content .wpfd-category-mail-unsubscribe-selected:focus {
cursor: pointer;
}
#et-boc .wpfd-content .wpfd-category-mail-subscribe-all:hover,
#et-boc .wpfd-content .wpfd-category-mail-subscribe-selected:hover,
#et-boc .wpfd-content .wpfd-category-mail-unsubscribe-all:hover,
#et-boc .wpfd-content .wpfd-category-mail-unsubscribe-selected:hover, .wpfd-content .wpfd-category-mail-subscribe-all:hover,
.wpfd-content .wpfd-category-mail-subscribe-selected:hover,
.wpfd-content .wpfd-category-mail-unsubscribe-all:hover,
.wpfd-content .wpfd-category-mail-unsubscribe-selected:hover {
box-shadow: 1px 1px 0.6666666667em #ccc;
}
#et-boc .wpfd-content.wpfd-content-mail-subscribe, .wpfd-content.wpfd-content-mail-subscribe {
padding: 0;
margin-bottom: 100px;
}
#et-boc .wpfd-content.wpfd-content-mail-subscribe a[class*=-download-category], #et-boc .wpfd-content.wpfd-content-mail-subscribe a[class*=-download-selected],
#et-boc .wpfd-content.wpfd-content-mail-subscribe a.openlink, #et-boc .wpfd-content.wpfd-content-mail-subscribe .wpfd-upload-form, .wpfd-content.wpfd-content-mail-subscribe a[class*=-download-category], .wpfd-content.wpfd-content-mail-subscribe a[class*=-download-selected],
.wpfd-content.wpfd-content-mail-subscribe a.openlink, .wpfd-content.wpfd-content-mail-subscribe .wpfd-upload-form {
display: none !important;
}
#et-boc .wpfd-content.wpfd-content-mail-subscribe a.downloadlink, .wpfd-content.wpfd-content-mail-subscribe a.downloadlink {
vertical-align: middle;
}
#et-boc .wpfd-content.wpfd-content-category-normal .wpfd_cloud_checkbox_mail, .wpfd-content.wpfd-content-category-normal .wpfd_cloud_checkbox_mail {
display: none !important;
}
#et-boc .wpfd-content.wpfd-content-category-clouds a[class*=-download-category], #et-boc .wpfd-content.wpfd-content-category-clouds a[class*=-download-selected], .wpfd-content.wpfd-content-category-clouds a[class*=-download-category], .wpfd-content.wpfd-content-category-clouds a[class*=-download-selected] {
display: none !important;
}
#et-boc .wpfd-content.wpfd-content-without-download-selected a[class*=-download-selected], .wpfd-content.wpfd-content-without-download-selected a[class*=-download-selected] {
display: none !important;
}
#et-boc .wpfd-content .wpfd-files-ordering, .wpfd-content .wpfd-files-ordering {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
min-width: 200px;
max-width: 100%;
justify-content: right;
margin: 20px 0;
gap: 10px;
}
#et-boc .wpfd-content .wpfd-files-ordering .ordering-type, .wpfd-content .wpfd-files-ordering .ordering-type {
display: flex;
flex-direction: row;
}
#et-boc .wpfd-content .wpfd-files-ordering .ju-input, #et-boc .wpfd-content .wpfd-files-ordering .ordering-label, .wpfd-content .wpfd-files-ordering .ju-input, .wpfd-content .wpfd-files-ordering .ordering-label {
font-size: 14px;
}
#et-boc .wpfd-content .wpfd-files-ordering .ordering-label, .wpfd-content .wpfd-files-ordering .ordering-label {
margin: 10px 5px !important;
text-decoration: none;
font-weight: 600;
line-height: 1;
}
#et-boc .wpfd-content .wpfd-files-ordering .ju-input, .wpfd-content .wpfd-files-ordering .ju-input {
display: inline-block;
width: auto;
border: 1px solid #ccc;
padding-top: 5px;
padding-bottom: 5px;
height: auto;
box-shadow: unset;
}
#et-boc .wpfd-content .wpfd-form-search-file-category .wpfd-results .wpfd-content, .wpfd-content .wpfd-form-search-file-category .wpfd-results .wpfd-content {
display: block !important;
}
@media only screen and (max-width: 720px) {
#et-boc .wpfd-content .wpfd-files-ordering, .wpfd-content .wpfd-files-ordering {
flex-direction: column;
}
#et-boc .wpfd-content .wpfd-files-ordering .ordering-type, .wpfd-content .wpfd-files-ordering .ordering-type {
justify-content: space-between;
}
}
#et-boc .wpfd-content .zmdi, .wpfd-content .zmdi {
font-family: Material-Design-Iconic-Font !important;
}
#et-boc .wpfd-content .wpfd-results #et-boc .wpfd-content, #et-boc .wpfd-content .wpfd-results .wpfd-content, .wpfd-content .wpfd-results #et-boc .wpfd-content, .wpfd-content .wpfd-results .wpfd-content {
padding: 0;
}
#et-boc .wpfd-content .wpfd-results .wpfd_list .file h3 a, .wpfd-content .wpfd-results .wpfd_list .file h3 a {
display: block;
}
#et-boc .wpfd-content .wpfd-results .ju-front-ordering, .wpfd-content .wpfd-results .ju-front-ordering {
pointer-events: none !important;
}
#et-boc .wpfd-content .wpfd-categories h2::before, #et-boc .wpfd-content .wpfd-categories h2::after, .wpfd-content .wpfd-categories h2::before, .wpfd-content .wpfd-categories h2::after {
display: none;
}
#et-boc .wpfd-content .breadcrumbs, .wpfd-content .breadcrumbs {
margin: 0;
list-style: outside none none;
color: #666666;
font-size: 16px;
padding: 12px 0 !important;
border-bottom: 1px solid #ccc;
}
#et-boc .wpfd-content .breadcrumbs:after, .wpfd-content .breadcrumbs:after {
content: "";
display: block;
clear: both;
}
#et-boc .wpfd-content .breadcrumbs > li, .wpfd-content .breadcrumbs > li {
display: inline-block;
font-size: 16px;
text-transform: none !important;
color: inherit;
font-weight: normal;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: left;
vertical-align: middle;
}
#et-boc .wpfd-content .breadcrumbs > li > span, #et-boc .wpfd-content .breadcrumbs > li > a, .wpfd-content .breadcrumbs > li > span, .wpfd-content .breadcrumbs > li > a {
text-transform: none;
color: #666666;
}
#et-boc .wpfd-content .breadcrumbs a, .wpfd-content .breadcrumbs a {
color: #666666;
}
#et-boc .wpfd-content .breadcrumbs a:hover, .wpfd-content .breadcrumbs a:hover {
font-weight: bold;
color: #323232;
box-shadow: none;
}
#et-boc .wpfd-content .breadcrumbs > li > .divider, .wpfd-content .breadcrumbs > li > .divider {
padding: 0 5px;
font-size: 1em;
vertical-align: baseline;
}
#et-boc .wpfd-content .wpfd-container, .wpfd-content .wpfd-container {
border: none;
border-radius: 0;
padding: 0;
}
#et-boc .wpfd-content .wpfd-container .wpfd-foldertree ul.jaofiletree li, .wpfd-content .wpfd-container .wpfd-foldertree ul.jaofiletree li {
margin: 0 0 10px 0 !important;
}
#et-boc .wpfd-content .wpfd-container .wpfd-foldertree ul.jaofiletree li ul.jaofiletree, .wpfd-content .wpfd-container .wpfd-foldertree ul.jaofiletree li ul.jaofiletree {
margin: 10px 0 0 0 !important;
}
#et-boc .wpfd-content .wpfd-container .wpfd-foldertree ul.jaofiletree a:hover, .wpfd-content .wpfd-container .wpfd-foldertree ul.jaofiletree a:hover {
font-weight: bold;
color: #323232;
box-shadow: none !important;
}
#et-boc .wpfd-content .wpfd-container .with_foldertree, .wpfd-content .wpfd-container .with_foldertree {
padding: 0 0 0 10px;
}
@media only screen and (max-width: 420px) {
#et-boc .wpfd-content .wpfd-container .with_foldertree, .wpfd-content .wpfd-container .with_foldertree {
margin: 0;
width: 100%;
flex-basis: 100%;
max-width: 100%;
}
}
@media only screen and (max-width: 420px) {
#et-boc .wpfd-content .wpfd-container, .wpfd-content .wpfd-container {
padding-top: 0;
}
}
#et-boc .wpfd-content .wpfdcategory, .wpfd-content .wpfdcategory {
font-size: 14px;
line-height: 1.5;
color: #8f8f8f;
box-sizing: border-box;
height: 49px;
padding: 15px 10px;
text-decoration: none;
background: #fff;
font-weight: normal;
border: 1px solid #cccccc;
border-radius: 6px;
text-align: left; flex: 0 0 180px;
min-width: 180px;
overflow: hidden;
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
#et-boc .wpfd-content .wpfdcategory, .wpfd-content .wpfdcategory {
flex: 0 0 150px;
min-width: 150px;
}
}
#et-boc .wpfd-content .wpfdcategory > span, .wpfd-content .wpfdcategory > span {
display: inline-block;
width: calc(100% - 22px);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-top: -1px;
font-weight: normal;
text-align: left;
padding-left: 10px;
color: #808080;
vertical-align: baseline;
max-width: 150px;
box-sizing: border-box;
align-self: center;
}
@media screen and (max-width: 420px) {
#et-boc .wpfd-content .wpfdcategory > span, .wpfd-content .wpfdcategory > span {
max-width: calc(100% - 22px);
}
}
#et-boc .wpfd-content .wpfdcategory:hover, .wpfd-content .wpfdcategory:hover {
-webkit-box-shadow: 0 1px 3px #888;
-moz-box-shadow: 0 1px 3px #888;
box-shadow: 0 1px 3px #888;
}
#et-boc .wpfd-content .wpfdcategory .wpfd-folder, .wpfd-content .wpfdcategory .wpfd-folder {
font-size: 18px;
float: left;
vertical-align: middle;
font-family: Material-Design-Iconic-Font !important;
margin-top: -1px;
color: #b2b2b2;
}
#et-boc .wpfd-content .wpfdcategory_placeholder, .wpfd-content .wpfdcategory_placeholder {
height: 1px;
background-color: transparent;
background: transparent;
flex: 1 0 165px;
min-width: 165px;
}
@media screen and (max-width: 1024px) {
#et-boc .wpfd-content .wpfdcategory_placeholder, .wpfd-content .wpfdcategory_placeholder {
flex: 1 0 150px;
min-width: 150px;
}
}
#et-boc .wpfd-content .wpfdcategory:hover, .wpfd-content .wpfdcategory:hover {
background-color: #999999;
border: 1px solid #999999;
}
#et-boc .wpfd-content .wpfdcategory:hover > span, .wpfd-content .wpfdcategory:hover > span {
color: #fff;
}
#et-boc .wpfd-content .wpfdcategory:hover i.wpfd-folder, .wpfd-content .wpfdcategory:hover i.wpfd-folder {
color: #fff;
}
#et-boc .wpfd-content .downloadlink, .wpfd-content .downloadlink {
background-color: #75be5f;
border-color: #75be5f;
border-radius: 8px;
color: #fff;
font-size: 13px;
text-align: center;
text-decoration: none;
box-sizing: border-box;
padding: 5px;
display: block;
width: 100%;
height: 32px;
margin-bottom: 5px;
line-height: 22px;
overflow: hidden;
}
#et-boc .wpfd-content .added_to_cart, .wpfd-content .added_to_cart {
background-color: #0988e2;
border-color: #0988e2;
border-radius: 15px;
color: #fff;
font-size: 13px;
text-align: center;
text-decoration: none;
box-sizing: border-box;
padding: 5px;
display: block;
width: 100%;
height: 32px;
margin-bottom: 5px;
line-height: 22px;
}
#et-boc .wpfd-content i.wpfd-download,
#et-boc .wpfd-content i.wpfd-add-to-cart, .wpfd-content i.wpfd-download,
.wpfd-content i.wpfd-add-to-cart {
font-size: 16px;
vertical-align: middle;
text-align: right;
margin-left: 8px;
margin-bottom: 2px;
}
#et-boc .wpfd-content .openlink, .wpfd-content .openlink {
background-color: #fafafa;
border-color: #dadada;
border-radius: 8px;
color: #8f8f8f;
font-size: 13px;
padding: 5px;
text-align: center;
text-decoration: none;
box-sizing: border-box;
width: 100%;
height: 32px;
line-height: 22px;
margin: 5px auto 0 auto;
display: inline-block;
vertical-align: middle;
}
#et-boc .wpfd-content .openlink.wpfd_downloadlink, .wpfd-content .openlink.wpfd_downloadlink {
background-color: transparent;
border-color: unset;
height: auto;
padding: 0;
margin: 0;
}
#et-boc .wpfd-content i.wpfd-preview, .wpfd-content i.wpfd-preview {
font-size: 16px;
vertical-align: middle;
text-align: right;
margin-left: 8px;
margin-bottom: 2px;
}
#et-boc .wpfd-content .backcategory, .wpfd-content .backcategory {
margin: 5px 0 5px 5px;
font-size: 14px;
color: #8f8f8f;
padding: 0;
display: block;
height: 14px;
line-height: 14px;
float: right;
width: 100%;
text-align: right;
}
#et-boc .wpfd-content .backcategory:hover, .wpfd-content .backcategory:hover {
box-shadow: none;
}
#et-boc .wpfd-content .backcategory .zmdi-chevron-left, .wpfd-content .backcategory .zmdi-chevron-left {
font-size: 14px;
vertical-align: middle;
display: inline-block;
height: 14px;
line-height: 14px;
margin-right: 5px;
}
#et-boc .wpfd-content .backcategory .zmdi-chevron-left + span, .wpfd-content .backcategory .zmdi-chevron-left + span {
display: inline-block;
vertical-align: middle;
font-size: 14px;
line-height: 14px;
height: 14px;
}
.wpfd-all-file-category .wpfd-category-mail-subscribe-all,
.wpfd-all-file-category .wpfd-category-mail-subscribe-selected,
.wpfd-all-file-category .wpfd_cloud_checkbox_mail {
display: none !important;
} .wpfd-content .wpfd_list .file .file-custom-fields a[target=_blank],
.wpfd-content .wpfd-table .file .file-custom-fields a[target=_blank],
.wpfd-download-box .dropblock .filecontent .file-custom-fields a[target=_blank] {
text-decoration: underline !important;
color: #045cb4 !important;
background-color: transparent !important;
font-size: 1em !important;
font-weight: normal !important;
}
.wpfd-content .wpfd_list .file .file-custom-fields a[target=_blank]:hover, .wpfd-content .wpfd_list .file .file-custom-fields a[target=_blank]:focus,
.wpfd-content .wpfd-table .file .file-custom-fields a[target=_blank]:hover,
.wpfd-content .wpfd-table .file .file-custom-fields a[target=_blank]:focus,
.wpfd-download-box .dropblock .filecontent .file-custom-fields a[target=_blank]:hover,
.wpfd-download-box .dropblock .filecontent .file-custom-fields a[target=_blank]:focus {
box-shadow: unset !important;
background-color: transparent !important;
}
.wpfd-content .wpfd_list .file .file-custom-fields div[class*=file-],
.wpfd-content .wpfd-table .file .file-custom-fields div[class*=file-],
.wpfd-download-box .dropblock .filecontent .file-custom-fields div[class*=file-] {
margin: 3px 0;
}
#wpfd-dropblock-close {
position: absolute;
right: -30px;
}
#wpfd-box-player .dropblock .wpfd_file_preview_download_container {
padding: 10px 15px 10px 0;
box-sizing: border-box;
background-color: #fff;
color: #ccc;
text-align: right;
width: 100%;
display: block;
max-width: 100%;
}
#wpfd-box-player .dropblock .wpfd_file_preview_download_container .ext {
margin: 0 5px 0 0;
display: inline-block;
width: 25px;
height: 25px;
vertical-align: middle;
background-size: 100%;
}
#wpfd-box-player .dropblock .wpfd_file_preview_download_container .title {
display: inline-block;
margin: 0;
vertical-align: middle;
color: #808080;
text-decoration: none;
}
#wpfd-box-player .dropblock .wpfd_file_previewer_servers .wpfd_file_preview_download_container {
position: fixed;
bottom: 0;
right: 0;
z-index: 9999;
}
@media screen and (max-width: 420px) {
#wpfd-box-player .dropblock {
width: 90%;
}
}
.dropblock #wpfd-dropblock-close .dashicons {
width: 30px;
height: 29px;
display: inline-block;
vertical-align: middle;
color: #fff;
}
.wpfd-category-password-protection-container, .wpfd-file-password-protection-container {
font-size: 13px;
padding: 10px 0;
}
.wpfd-category-password-protection-container .protected-title, .wpfd-file-password-protection-container .protected-title {
font-size: 2.5em;
}
.wpfd-category-password-protection-container .message-info, .wpfd-file-password-protection-container .message-info {
margin: 10px 0;
}
.wpfd-category-password-protection-container .wpfd-password-value, .wpfd-category-password-protection-container .wpfd-password-submit, .wpfd-file-password-protection-container .wpfd-password-value, .wpfd-file-password-protection-container .wpfd-password-submit {
height: 40px;
line-height: 1em;
padding: 10px 15px;
font-size: 1em;
border-radius: 4px;
}
.wpfd-category-password-protection-container .wpfd-password-value:focus, .wpfd-category-password-protection-container .wpfd-password-submit:focus, .wpfd-file-password-protection-container .wpfd-password-value:focus, .wpfd-file-password-protection-container .wpfd-password-submit:focus {
outline: none;
}
.wpfd-category-password-protection-container .wpfd-password-value, .wpfd-file-password-protection-container .wpfd-password-value {
border: 1px solid #ccc;
margin: 0 2px 0 0;
}
.wpfd-category-password-protection-container .wpfd-password-submit, .wpfd-file-password-protection-container .wpfd-password-submit {
background-color: #28303d;
color: #d1e4dd;
}
.wpfd-category-password-protection-container .wpfd-password-submit:hover, .wpfd-file-password-protection-container .wpfd-password-submit:hover {
box-shadow: 1px 1px 12px #ccc;
background-color: #28303d;
border-color: #28303d;
color: #d1e4dd;
}
@media (max-width: 720px) { #wpfd-dropblock-close {
position: absolute;
top: -25px;
right: 0;
z-index: 9999999;
border: 0 solid rgba(0, 0, 0, 0.5);
}
.dropblock #wpfd-dropblock-close .dashicons {
width: 30px;
height: 30px;
display: inline-block;
vertical-align: middle;
color: #fff;
background: rgba(0, 0, 0, 0.5);
}
.dashicons,
.dashicons-before::before {
font-size: 30px !important;
}  .vjs-default-skin .vjs-big-play-button {
display: none !important;
}
} .entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span {
color: inherit;
}
.wpfd-icon-set-svg .txt,
.wpfd-icon-set-png .txt {
display: block;
visibility: hidden;
}
.wpfd-content ::-webkit-scrollbar {
width: 7px;
height: 7px;
}
.wpfd-content ::-webkit-scrollbar:hover {
cursor: pointer;
}
.wpfd-content ::-webkit-scrollbar-track {
background: transparent;
}
.wpfd-content ::-webkit-scrollbar-thumb {
background: #888;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}
.wpfd-content ::-webkit-scrollbar-thumb:hover {
background: #4285f4;
}
.wpfd-password-form .password-title,
.wpfd-password-form .password-type-and-submit-section {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.wpfd-open-tree + .with_foldertree > .wpfd-categories h2 {
margin-left: 25px;
}
.wpfd-all-file-category .wpfd_checkbox {
display: none !important;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded > .zmdi-folder.wpfd-icon-cloud:before {
background: none;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded > .zmdi-folder.wpfd-icon-dropbox:before {
content: "\e900" !important;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded > .zmdi-folder.wpfd-icon-onedrive_business:before, .wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded > .zmdi-folder.wpfd-icon-onedrive:before,
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded > .zmdi-folder-outline.wpfd-icon-onedrive_business:before, .wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded > .zmdi-folder-outline.wpfd-icon-onedrive:before {
content: "\e901" !important;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded > .zmdi-folder.wpfd-icon-googleDrive:before {
content: "\e902" !important;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded > .zmdi-folder.wpfd-icon-aws:before {
content: "\e903" !important;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded.selected > .zmdi-folder.wpfd-icon-dropbox:before {
content: "\e900" !important;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded.selected > .zmdi-folder.wpfd-icon-onedrive_business:before, .wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded.selected > .zmdi-folder.wpfd-icon-onedrive:before {
content: "\e901" !important;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded.selected > .zmdi-folder.wpfd-icon-googleDrive:before {
content: "\e902" !important;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.expanded.selected > .zmdi-folder.wpfd-icon-aws:before {
content: "\e903" !important;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.directory > .zmdi-folder.wpfd-icon-cloud,
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.directory > .zmdi-folder-outline.wpfd-icon-cloud {
font-family: "wpfdicon" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
letter-spacing: 0;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
font-feature-settings: "liga";
-webkit-font-variant-ligatures: discretionary-ligatures;
font-variant-ligatures: discretionary-ligatures;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.directory > .zmdi-folder.wpfd-icon-cloud.wpfd-icon-aws,
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.directory > .zmdi-folder-outline.wpfd-icon-cloud.wpfd-icon-aws {
font-family: "wpfdawsicon" !important;
font-size: 14px;
margin-top: 4px;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.directory > .zmdi-folder.wpfd-icon-cloud:before,
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.directory > .zmdi-folder-outline.wpfd-icon-cloud:before {
display: block;
width: 24px;
height: 18px;
margin-left: -2px;
}
.wpfd-all-file-category .wpfd-container .wpfd-foldertree ul.jaofiletree li.directory > .zmdi-folder.wpfd-icon-cloud.wpfd-icon-googleDrive:before {
background: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/icon-sync-google-drive.svg) left center no-repeat;
}
#et-boc .wpfd-content .file.wpfd-new-file-marker .wpfd-file-marker, .wpfd-content .file.wpfd-new-file-marker .wpfd-file-marker {
position: unset;
font-weight: 500;
text-transform: none;
text-decoration: unset;
box-shadow: unset;
border-radius: 4px;
font-size: 13px;
padding: 5px;
margin: 5px 0 5px 10px;
box-sizing: border-box;
}
#et-boc .wpfd-content .file.wpfd-new-file-marker .marker-title,
#et-boc .wpfd-content .file.wpfd-new-file-marker .marker-icon, .wpfd-content .file.wpfd-new-file-marker .marker-title,
.wpfd-content .file.wpfd-new-file-marker .marker-icon {
font-size: 1em;
display: inline-block;
}
#et-boc .wpfd-content .file.wpfd-new-file-marker .marker-icon, .wpfd-content .file.wpfd-new-file-marker .marker-icon {
margin-left: 5px;
}
#et-boc .wpfd-content .file.wpfd-new-file-marker .wpfd-file-marker, #et-boc .wpfd-content .file.wpfd-new-file-marker .f_title, #et-boc .wpfd-content .file.wpfd-new-file-marker .title, .wpfd-content .file.wpfd-new-file-marker .wpfd-file-marker, .wpfd-content .file.wpfd-new-file-marker .f_title, .wpfd-content .file.wpfd-new-file-marker .title {
display: inline-block;
vertical-align: middle;
}
#et-boc .wpfd-content .file.wpfd-new-file-marker.is_downloaded .wpfd-file-marker, .wpfd-content .file.wpfd-new-file-marker.is_downloaded .wpfd-file-marker {
display: none;
}
#et-boc .wpfd-content .file.wpfd-new-file-marker.is_downloaded.new_edit .wpfd-file-marker, .wpfd-content .file.wpfd-new-file-marker.is_downloaded.new_edit .wpfd-file-marker {
display: inline-block;
}
 #et-boc .wpfd-content-default h2, .wpfd-content-default h2 {
padding: 0.5555555556em 0 0 0;
margin: 0 0 0.5555555556em 0;
font-size: 1em;
color: #595959;
}
@media only screen and (max-width: 720px) {
#et-boc .wpfd-content-default h2, .wpfd-content-default h2 {
margin: 0 0 0.3888888889em 0;
padding-top: 0.3888888889em;
}
}
#et-boc .wpfd-content-default a, .wpfd-content-default a {
text-decoration: none !important;
border-bottom: 0;
box-shadow: none;
color: #444;
transition: all 0.2s ease;
}
#et-boc .wpfd-content-default a:hover, .wpfd-content-default a:hover {
box-shadow: 1px 1px 0.6666666667em #ccc;
}
#et-boc .wpfd-content-default .wpfd-container, .wpfd-content-default .wpfd-container {
flex-flow: row;
}
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li, .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li {
margin: 0 0 10px 0 !important;
}
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li.selected > a, .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li.selected > a {
color: #3d3d3d;
font-weight: bold;
}
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li.selected > .zmdi-folder, .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li.selected > .zmdi-folder {
font-weight: bold;
}
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li.selected > .zmdi-folder:before, .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li.selected > .zmdi-folder:before {
color: inherit;
font-weight: 500;
}
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li.selected > .icon-open-close, .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li.selected > .icon-open-close {
color: #3d3d3d;
font-weight: bold;
}
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li.selected > .icon-open-close:before, .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree li.selected > .icon-open-close:before {
color: #3d3d3d;
font-weight: bold;
}
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree a, .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree a {
color: #666666;
font-weight: normal;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: left;
}
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree .zmdi-folder,
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree .zmdi-folder-open,
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree .icon-open-close, .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree .zmdi-folder,
.wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree .zmdi-folder-open,
.wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree .icon-open-close {
color: #888888;
}
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree .zmdi-folder,
#et-boc .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree .zmdi-folder-outline, .wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree .zmdi-folder,
.wpfd-content-default .wpfd-container .wpfd-foldertree ul.jaofiletree .zmdi-folder-outline {
margin-right: 8px;
}
#et-boc .wpfd-content-default .wpfd_list, .wpfd-content-default .wpfd_list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex: auto;
flex-wrap: wrap;
width: 100%;
max-width: 100%;
}
#et-boc .wpfd-content-default .wpfd_list .file, .wpfd-content-default .wpfd_list .file {
font-size: 13px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background: #ffffff;
min-height: 3.8888888889em;
min-width: 350px;
padding: 15px;
border-radius: 4px;
border: 1px solid #ccc;
width: calc(50% - 20px);
float: left;
box-sizing: border-box;
flex-grow: 1;
}
@media only screen and (max-width: 720px) {
#et-boc .wpfd-content-default .wpfd_list .file, .wpfd-content-default .wpfd_list .file {
min-width: unset;
}
}
#et-boc .wpfd-content-default .wpfd_list .file.flex_span, .wpfd-content-default .wpfd_list .file.flex_span {
height: 1px;
background: transparent !important;
min-height: 1px !important;
max-height: 1px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
border: none;
}
#et-boc .wpfd-content-default .wpfd_list .file.is_downloaded, .wpfd-content-default .wpfd_list .file.is_downloaded {
background-color: #eeeeee;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .f_title, .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .f_title {
display: inline;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .wpfd-file-marker, .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .wpfd-file-marker {
display: inline-block;
vertical-align: baseline;
line-height: 19px;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker h3 > .wpfd_downloadlink, .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker h3 > .wpfd_downloadlink {
max-width: calc(100% - 25px);
position: relative;
margin-top: -5px;
min-width: 100px;
display: inline;
vertical-align: baseline;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .filecontent > h3, .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .filecontent > h3 {
display: block;
margin-left: 70px;
padding-left: 10px;
text-align: left;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .filecontent > h3 .wpfd_checkbox, .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .filecontent > h3 .wpfd_checkbox {
position: unset;
display: inline;
vertical-align: middle;
margin: 5px 5px 0 0;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .filecontent > h3 .wpfd_checkbox span, .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .filecontent > h3 .wpfd_checkbox span {
vertical-align: text-bottom;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker.is_downloaded .wpfd-file-marker, .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker.is_downloaded .wpfd-file-marker {
display: none;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker.is_downloaded.new_edit .wpfd-file-marker, .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker.is_downloaded.new_edit .wpfd-file-marker {
display: inline-block;
}
@media only screen and (max-width: 720px) {
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .wpfd-file-marker, .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .wpfd-file-marker {
line-height: 1;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .filecontent > h3, .wpfd-content-default .wpfd_list .file.wpfd-new-file-marker .filecontent > h3 {
margin-left: 0;
padding-left: 0;
}
}
#et-boc .wpfd-content-default .wpfd_list .file input.cbox_file_download:focus, .wpfd-content-default .wpfd_list .file input.cbox_file_download:focus {
outline: unset;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form {
display: block;
color: #999999;
font-size: 13px;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .protected-title, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .protected-title {
color: #808080;
font-weight: bold;
font-size: 1em;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-label, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-label {
color: #808080;
font-size: 1em;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .password-title, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .password-title {
margin-top: 10px;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .password-type-and-submit-section, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .password-type-and-submit-section {
width: 100%;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-value, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-value {
width: calc(100% - 65px);
padding: 5px 10px;
box-sizing: border-box;
margin: 0;
display: inline-block;
font-size: 13px;
vertical-align: middle;
min-height: 38px;
border: 1px solid #cccccc;
border-radius: 4px;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-value:focus, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-value:focus {
outline: none;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-submit, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-submit {
width: 55px;
font-size: 13px;
padding: 5px;
box-sizing: border-box;
display: inline-block;
margin: 0 0 0 1px;
min-height: 38px;
vertical-align: middle;
border-radius: 4px;
background-color: #28303d;
color: #d1e4dd;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-submit:hover, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-submit:hover {
box-shadow: 1px 1px 0.6666666667em #ccc;
background-color: #28303d;
border-color: #28303d;
color: #d1e4dd;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-submit:focus, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .wpfd-password-submit:focus {
outline: none;
}
#et-boc .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .message-info, .wpfd-content-default .wpfd_list .file.wpfd-password-protection-form .message-info {
font-size: 1em;
margin: 5px 0;
}
#et-boc .wpfd-content-default .filecontent > div.ext[class*=wpfd-icon-set-], .wpfd-content-default .filecontent > div.ext[class*=wpfd-icon-set-] {
height: 70px;
width: 70px;
float: left;
color: #fff;
position: relative;
top: 0;
text-indent: -999999999px;
}
@media screen and (max-width: 450px) {
#et-boc .wpfd-content-default .filecontent > div.ext[class*=wpfd-icon-set-], .wpfd-content-default .filecontent > div.ext[class*=wpfd-icon-set-] {
display: block;
float: unset;
margin: 0 auto 20px auto;
}
}
#et-boc .wpfd-content-default .filecontent > div.ext[class*=wpfd-icon-set-png], .wpfd-content-default .filecontent > div.ext[class*=wpfd-icon-set-png] {
background-size: 100% !important;
}
#et-boc .wpfd-content-default .filecontent > div.ext[class*=wpfd-icon-set-svg], .wpfd-content-default .filecontent > div.ext[class*=wpfd-icon-set-svg] {
background-size: 100% !important;
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]), .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]) {
height: 5.5555555556em;
width: 4.1666666667em;
margin-right: 0.8333333333em;
float: left;
background: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/neutral.png) top center transparent no-repeat;
background-size: contain;
color: #fff;
position: relative;
top: 0;
}
@media screen and (max-width: 450px) {
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]), .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]) {
margin-bottom: 10px;
}
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-])[class*=ext-], .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-])[class*=ext-] {
color: transparent;
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-7z, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-7z {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/7z.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ace, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ace {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/ace.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-bz2, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-bz2 {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/bz2.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-dmg, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-dmg {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/dmg.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-gz, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-gz {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/gz.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-rar, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-rar {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/rar.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-tgz, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-tgz {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/tgz.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-zip, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-zip {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/zip.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-csv, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-csv {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/csv.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-doc, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-doc {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/doc.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-docx, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-docx {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/docx.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-html, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-html {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/html.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-key, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-key {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/key.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-keynote, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-keynote {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/keynote.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-odp, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-odp {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/odp.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ods, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ods {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/ods.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-odt, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-odt {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/odt.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-pages, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-pages {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/pages.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-pdf, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-pdf {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/pdf.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-pps, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-pps {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/pps.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ppt, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ppt {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/ppt.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-pptx, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-pptx {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/pptx.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-rtf, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-rtf {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/rtf.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-tex, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-tex {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/tex.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-txt, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-txt {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/txt.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-xls, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-xls {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/xls.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-xlsx, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-xlsx {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/xlsx.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-xml, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-xml {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/xml.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-bmp, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-bmp {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/bmp.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-exif, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-exif {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/exif.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-gif, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-gif {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/gif.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ico, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ico {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/ico.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-jpeg, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-jpeg {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/jpeg.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-jpg, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-jpg {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/jpg.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-png, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-png {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/png.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-psd, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-psd {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/psd.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-tif, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-tif {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/tif.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-tiff, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-tiff {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/tiff.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-aac, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-aac {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/aac.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-aif, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-aif {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/aif.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-aiff, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-aiff {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/aiff.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-alac, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-alac {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/alac.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-amr, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-amr {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/amr.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-au, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-au {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/au.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-cdda, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-cdda {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/cdda.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-flac, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-flac {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/flac.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-m3u, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-m3u {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/m3u.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-m4a, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-m4a {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/m4a.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-m4p, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-m4p {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/m4p.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mid, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mid {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/mid.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mp3, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mp3 {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/mp3.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mp4, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mp4 {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/mp4.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mpa, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mpa {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/mpa.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ogg, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ogg {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/ogg.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-pac, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-pac {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/pac.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ra, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-ra {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/ra.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-wav, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-wav {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/wav.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-wma, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-wma {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/wma.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-3gp, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-3gp {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/3gp.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-asf, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-asf {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/asf.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-avi, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-avi {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/avi.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-flv, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-flv {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/flv.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-m4v, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-m4v {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/m4v.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mkv, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mkv {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/mkv.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mov, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mov {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/mov.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mpeg, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mpeg {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/mpeg.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mpg, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-mpg {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/mpg.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-rm, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-rm {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/rm.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-swf, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-swf {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/swf.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-vob, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-vob {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/vob.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-wmv, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-wmv {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/wmv.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-css, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-css {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/css.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-img, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]).ext-img {
background-image: url(//municipalitestgodefroi.com/wp-content/plugins/wp-file-download/app/site/assets/images/theme/img.png);
}
#et-boc .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]) .txt, .wpfd-content-default .filecontent > div.ext:not([class*=wpfd-icon-set-]) .txt {
position: absolute;
top: 2.6666666667em;
left: 0.3888888889em;
display: block;
width: 1.9444444444em;
font-size: 0.9444444444em;
font-weight: bold;
line-height: 0.8888888889em;
text-align: center;
letter-spacing: -1px;
text-transform: uppercase;
font-family: arial, helvetica, sans-serif !important;
}
#et-boc .wpfd-content-default .filecontent > div > img, .wpfd-content-default .filecontent > div > img {
width: 70px;
margin-right: 0;
float: left;
position: relative;
}
@media only screen and (max-width: 762px) and (min-width: 641px) {
#et-boc .wpfd-content-default .wpfd_list .file,
.wpfd-content-default .wpfd_list .file {
display: block;
flex: unset;
}
}
@media only screen and (max-width: 720px) and (min-width: 300px) {
#et-boc .wpfd-content-default .wpfd_list .file,
.wpfd-content-default .wpfd_list .file {
width: auto;
}
}
@media only screen and (max-width: 450px) {
#et-boc .wpfd-content-default .wpfd_list .file,
.wpfd-content-default .wpfd_list .file {
display: block;
width: auto;
max-width: 100%;
box-sizing: border-box;
}
}
#et-boc .wpfd-content-default .wpfd_list .file .filecontent,
.wpfd-content-default .wpfd_list .file .filecontent {
margin-left: 0;
width: 70%;
}
@media only screen and (max-width: 762px) and (min-width: 641px) {
#et-boc .wpfd-content-default .wpfd_list .file .filecontent,
.wpfd-content-default .wpfd_list .file .filecontent {
width: 100%;
}
}
@media only screen and (max-width: 450px) {
#et-boc .wpfd-content-default .wpfd_list .file .filecontent,
.wpfd-content-default .wpfd_list .file .filecontent {
width: 100%;
}
}
#et-boc .wpfd-content-default .wpfd_list .file .file-right,
.wpfd-content-default .wpfd_list .file .file-right {
margin: 0 auto;
text-align: center;
width: 30%;
max-width: 30%;
min-width: 120px;
padding-left: 5px;
}
@media only screen and (max-width: 762px) and (min-width: 641px) {
#et-boc .wpfd-content-default .wpfd_list .file .file-right,
.wpfd-content-default .wpfd_list .file .file-right {
padding-top: 0.5555555556em;
width: 100%;
clear: both;
}
}
@media only screen and (max-width: 450px) {
#et-boc .wpfd-content-default .wpfd_list .file .file-right,
.wpfd-content-default .wpfd_list .file .file-right {
padding-top: 20px;
padding-bottom: 10px;
width: 100%;
max-width: 100%;
clear: both;
}
}
@media screen and (min-width: 768px) {
#et-boc .wpfd-content-default .wpfd_list .file .file-right .downloadlink,
.wpfd-content-default .wpfd_list .file .file-right .downloadlink {
margin: 23px 0 5px 0;
}
}
#et-boc .wpfd-content-default .wpfd_list .file .openlink img,
.wpfd-content-default .wpfd_list .file .openlink img {
margin: auto;
}
#et-boc .wpfd-content-default .wpfd_list .file .added_to_cart,
.wpfd-content-default .wpfd_list .file .added_to_cart {
margin-bottom: 0;
}
#et-boc .wpfd-content-default .wpfd_list .file .downloadlink:hover,
.wpfd-content-default .wpfd_list .file .downloadlink:hover {
box-shadow: 1px 1px 0.6666666667em #ccc;
}
#et-boc .wpfd-content-default .wpfd_list .file h3,
.wpfd-content-default .wpfd_list .file h3 {
font-size: 1.2em;
line-height: 1.2222222222em;
padding-top: 0;
margin: 0 0 0.5555555556em 0;
clear: none;
word-wrap: break-word;
text-transform: none;
overflow: unset;
}
#et-boc .wpfd-content-default .wpfd_list .file h3 a,
.wpfd-content-default .wpfd_list .file h3 a {
font-weight: bold;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: left;
color: #808080;
text-transform: none;
vertical-align: text-top;
font-size: 16px;
line-height: 16px;
max-width: calc(100% - 10px);
}
#et-boc .wpfd-content-default .wpfd_list .file .file-xinfo,
.wpfd-content-default .wpfd_list .file .file-xinfo {
margin-left: 5em;
text-transform: none;
overflow: hidden;
font-size: 1em;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.21;
letter-spacing: normal;
text-align: left;
color: #999999;
padding: 15px 0 0 25px;
}
@media screen and (max-width: 450px) {
#et-boc .wpfd-content-default .wpfd_list .file .file-xinfo,
.wpfd-content-default .wpfd_list .file .file-xinfo {
margin-left: 0;
}
}
#et-boc .wpfd-content-default .wpfd_list .file .file-xinfo .file-desc,
.wpfd-content-default .wpfd_list .file .file-xinfo .file-desc {
margin: -15px 0 15px 0;
}
#et-boc .wpfd-content-default .wpfd_list .file .file-xinfo .file-desc p,
.wpfd-content-default .wpfd_list .file .file-xinfo .file-desc p {
margin: 0;
}
#et-boc .wpfd-content-default .wpfd_list .file .file-xinfo .file-size,
#et-boc .wpfd-content-default .wpfd_list .file .file-xinfo .file-hits,
#et-boc .wpfd-content-default .wpfd_list .file .file-xinfo .file-dated,
.wpfd-content-default .wpfd_list .file .file-xinfo .file-size,
.wpfd-content-default .wpfd_list .file .file-xinfo .file-hits,
.wpfd-content-default .wpfd_list .file .file-xinfo .file-dated {
margin: 3px 0;
}
#et-boc .wpfd-content-default .wpfd_list .file .file-xinfo > div > span,
.wpfd-content-default .wpfd_list .file .file-xinfo > div > span {
margin: 0 5px 0 0;
display: inline-block;
font-size: 1em;
}
#et-boc .wpfd-content-default .wpfd_list .file .filecontent,
.wpfd-content-default .wpfd_list .file .filecontent {
font-size: 1em;
line-height: 1.2;
}
#et-boc .wpfd-content-default .wpfd_list .file .filecontent h3,
.wpfd-content-default .wpfd_list .file .filecontent h3 {
padding: 0 0 0 25px;
margin: 0 0 5px 0;
vertical-align: top;
position: relative;
font-size: 16px;
line-height: 1.3;
display: flex;
overflow: unset;
}
#et-boc .wpfd-content-default .wpfd_list .file .filecontent h3 a:hover,
.wpfd-content-default .wpfd_list .file .filecontent h3 a:hover {
box-shadow: none;
}
@media screen and (max-width: 450px) {
#et-boc .wpfd-content-default .wpfd_list .file .filecontent h3,
.wpfd-content-default .wpfd_list .file .filecontent h3 {
width: 100%;
text-align: center;
box-sizing: border-box;
padding: 0;
margin-bottom: 10px;
}
#et-boc .wpfd-content-default .wpfd_list .file .filecontent h3 > .wpfd_checkbox, #et-boc .wpfd-content-default .wpfd_list .file .filecontent h3 > a,
.wpfd-content-default .wpfd_list .file .filecontent h3 > .wpfd_checkbox,
.wpfd-content-default .wpfd_list .file .filecontent h3 > a {
display: inline-block;
vertical-align: middle;
}
#et-boc .wpfd-content-default .wpfd_list .file .filecontent h3 > .wpfd_checkbox,
.wpfd-content-default .wpfd_list .file .filecontent h3 > .wpfd_checkbox {
position: unset;
margin-right: 5px;
}
}
#et-boc .wpfd-container-default,
.wpfd-container-default {
box-sizing: border-box;
padding: 0;
min-height: 50px;
-webkit-overflow-scrolling: touch;
position: relative;
}
#et-boc .wpfd-container-default .wpfd-categories,
.wpfd-container-default .wpfd-categories {
padding: 0;
}
#et-boc .wpfd-container-default .wpfd-categories h2,
.wpfd-container-default .wpfd-categories h2 {
font-weight: normal;
font-stretch: normal;
font-style: normal;
letter-spacing: normal;
text-align: left;
color: #2c2c2c;
text-transform: uppercase;
font-size: 1.25em;
padding: 0;
margin: 0 0 0 10px;
}
#et-boc .wpfd-container-default:not(.with_foldertree),
.wpfd-container-default:not(.with_foldertree) {
width: 100%;
}
.wpfd-content-default .default-download-category.display-download-category {
display: none;
}
.wpfd-content-default .default-download-category:hover {
cursor: pointer;
}
@media (max-width: 720px) {
.wpfd-content-default.wpfd-content .wpfd-flex-container {
display: block;
}
.wpfd-content-default .wpfd_list {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.wpfd-content-default .wpfd_list .file {
-webkit-flex: 0 !important;
-ms-flex: 0 !important;
flex: 0 !important;
}
} .rtl .wpfd-content-default {
direction: rtl;
}
.rtl .wpfd-content-default .wpfd-categories .catlink span {
padding-right: 5px;
text-align: left;
}
.rtl .wpfd-content-default i.wpfd-preview, .rtl .wpfd-content-default i.wpfd-download {
padding-right: 5px;
}
.rtl .wpfd-content-default .filecontent > div.ext {
float: right;
margin-right: unset;
margin-left: 15px;
}
.rtl .wpfd-content-default .file .file-xinfo {
overflow: hidden;
margin-right: 65px;
margin-left: unset;
}
.rtl .wpfd-content-default .file .file-xinfo span {
float: right;
margin-left: 2px;
}
.rtl .wpfd-content-default .backcategory {
float: none;
right: unset;
left: 10px;
}
.rtl .wpfd-content-default .backcategory .zmdi-chevron-left {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scale(-1);
margin-left: 3px;
}
.rtl .wpfd-content-default i.zmdi, .rtl .wpfd-content-default .zmdi-folder, .rtl .wpfd-content-default .zmdi-folder-open {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
padding-left: 5px;
}
.rtl .wpfd-content-default .icon-open-close {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
float: right;
}
.rtl .wpfd-content-default ul.jaofiletree:first-child {
margin-right: -10px !important;
margin-left: unset !important;
}
.rtl .wpfd-content-default ul.jaofiletree li {
padding-right: 10px !important;
padding-left: unset !important;
} .wpfd-pagination .page-numbers {
margin: 6px;
display: inline-block;
}
.wpfd-pagination a.page-numbers {
cursor: pointer;
color: #046bd2;
}
.wpfd-pagination .page-numbers.current {
color: #000;
}
#et-boc .wpfd-content.wpfd-content-default + .wpfd-pagination,
.wpfd-content.wpfd-content-default + .wpfd-pagination {
padding: 5px;
text-align: center;
}
@media screen and (min-width: 720px) {
#et-boc .wpfd-content.wpfd-content-default.wpfd_contentdefault_foldertree + .wpfd-pagination,
.wpfd-content.wpfd-content-default.wpfd_contentdefault_foldertree + .wpfd-pagination {
width: 70%;
margin-left: 0;
float: right;
}
}
@media screen and (max-width: 720px) {
#et-boc .wpfd-content.wpfd-content-default.wpfd_contentdefault_foldertree + .wpfd-pagination,
.wpfd-content.wpfd-content-default.wpfd_contentdefault_foldertree + .wpfd-pagination {
text-align: center;
padding: 5px 5px 5px 15px;
margin-left: 25px;
}
}