.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;  overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative;
}
.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: left;
}
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0;
}
.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051;
}
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
color: #444;
line-height: 34px;
}
.select2-container--default
.select2-selection--single
.select2-selection__clear {
cursor: pointer;
float: right;
padding-right: 5px;
font-weight: bold;
}
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
color: #999;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 34px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
float: left;
}
.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled
.select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
list-style: none;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
color: #333;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__placeholder,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-search--inline {
float: right;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--default.select2-container--focus
.select2-selection--multiple {
border: solid black 1px;
outline: 0;
}
.select2-container--default.select2-container--disabled
.select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
padding-left: 0;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb;
}
.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--classic
.select2-selection--single
.select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px;
}
.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
color: #999;
}
.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
float: left;
}
.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
background: transparent;
border: none;
}
.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
display: none;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
}
.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
color: #555;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
float: right;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--classic.select2-container--open
.select2-selection--multiple {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none;
}
.select2-container--classic .select2-dropdown {
background-color: #fff;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
color: grey;
}
.select2-container--classic
.select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: #fff;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb;
}.ez-media-uploader {
position: relative;
padding: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 250px;
border: 2px dashed #ccc;
background-color: #f1f1f1;
border-radius: 5px;
}
.ezmu__old-files,
.ezmu-dictionary {
display: none;
}
.ezmu__media-picker-section,
.ezmu__preview-section,
.ezmu__status-section {
display: none;
width: 100%;
}
.ezmu__drop-zone-section {
display: none;
height: 100%;
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 999;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
overflow: hidden;
background: #f2f2f2;
}
.ezmu__media-picker-section.show,
.ezmu__preview-section.show,
.ezmu__status-section.show {
display: block; }
.ezmu__media-picker-section.ezmu--show,
.ezmu__preview-section.ezmu--show,
.ezmu__status-section.ezmu--show {
display: block; }
.ez-media-uploader.highlight {
border-color: #2b2b2b;
}
.ez-media-uploader.highlight *,
.ez-media-uploader.drag-enter * {
pointer-events: none;
}
.ez-media-uploader.highlight .ezmu__drop-zone-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ezmu__media-picker-controls {
text-align: center;
}
.ezmu__media-picker-icon-wrap-upload {
margin-bottom: 20px;
display: inline-block;
margin-bottom: 20px;
width: 60px;
height: 60px;
vertical-align: bottom;
}
.ezmu__media-picker-icon-wrap-avater {
display: inline-block;
width: 100px;
height: 100px;
vertical-align: bottom;
}
.ezmu__icon {
display: inline-block;
background-repeat: no-repeat !important;
background-position: center;
background-size: contain;
width: 100%;
height: 100%;
-webkit-filter: invert(48%) sepia(0%) saturate(2537%) hue-rotate(86deg) brightness(118%) contrast(119%);
filter: invert(48%) sepia(0%) saturate(2537%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.ezmu-icon-upload {
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/cloud-upload-alt-solid.svg);
}
.ezmu-icon-avater {
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/user-alt-solid.svg);
}
.ezmu__media-picker-buttons {
margin-top: 20px;
text-align: center;
}
.ezmu__upload-button-wrap {
display: inline-block;
}
input[type="file"].ezmu__file-input {
display: none;
}
input[type="file"].ezmu__file-input + .ezmu__input-label {
cursor: pointer;
}
.ezmu__btn {
display: inline-block;
margin-bottom: 0.5rem;
padding: 8px 15px;
color: #fff;
cursor: pointer;
border: none;
border-radius: 4px;
-webkit-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
transition: all ease-in-out 300ms;
background-color: #2b2b2b;
background-color:#fff;
color:#2b2b2b;
-webkit-box-shadow: 0 12px 8px -10px#ccc;
box-shadow: 0 12px 8px -10px#ccc;
}
.ezmu__btn:hover {
color: #fff;
background-color: #007bff;
}
.ezmu__loading-section {
display: none;
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
background-color: #f2f2f2;
z-index: -99;
}
.ezmu__loading-section.ezmu--show {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 9999;
}
.ezmu__loading-icon {
font-size: 4rem;
}
.ezmu__loading-icon-img {
width: 64px;
height: auto;
-webkit-animation: ezmuSpin linear infinite 2s;
animation: ezmuSpin linear infinite 2s;
}
.ezmu__loading-icon-img-bg {
width: 64px;
height: 64px;
display: inline-block;
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/spinner-solid.svg);
background-repeat: no-repeat !important;
background-position: center;
background-size: contain;
-webkit-animation: ezmuSpin linear infinite 2s;
animation: ezmuSpin linear infinite 2s;
}
@-webkit-keyframes ezmuSpin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes ezmuSpin {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.ezmu__thumbnail-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 15px;
}
.ezmu__thumbnail-list-item {
position: relative;
border-radius: 5px;
overflow: hidden;
max-width: calc(50% - 7.5px);
-ms-flex-preferred-size: calc(50% - 7.5px);
flex-basis: calc(50% - 7.5px);
}
.ezmu__featured_tag {
position: absolute;
top: 5px;
left: 5px;
padding: 5px 10px;
color: #000;
border-radius: 3px;
display: inline-block;
font-size: 12px;
background-color: rgba(255, 255, 255, 0.8);
}
.ezmu__thumbnail-list-item_front {
position: absolute;
z-index: 99;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.ezmu__thumbnail-front-item {
position: absolute;
}
.ezmu__front-item__close {
right: 5px;
top: 5px;
}
.ezmu__front-item__close-icon {
position: relative;
width: 25px;
height: 25px;
border-radius: 50%;
color: #222;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
-webkit-transition: background-color ease-in .2s;
-o-transition: background-color ease-in .2s;
transition: background-color ease-in .2s;
background-color: rgba(255, 255, 255, 0.8);
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/times-solid-dark.svg);
background-repeat: no-repeat !important;
background-size: 8px;
background-position: center;
}
.ezmu__front-item__close-icon:hover {
color: #fff;
background-color: rgba(255, 0, 0, 0.7);
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/times-solid-light.svg);
}
.ezmu__front-item__close-icon-img {
width: 12px;
}
.ezmu__front-item__close-btn {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 99;
}
.ezmu__front-item__featured {
display: none;
top: 5px;
left: 5px;
}
.ezmu__front-item__featured.ezmu--show {
display: block;
}
.ezmu__front-item__featured-text {
position: static;
background-color: rgba(255, 255, 255, 0.8);
padding: 5px 10px;
color: #000;
border-radius: 3px;
display: inline-block;
font-size: 12px;
}
.ezmu__front-item__thumbnail-size {
bottom: 5px;
right: 5px;
}
.ezmu__front-item__thumbnail-size-text {
position: static;
display: inline-block;
background-color: rgba(255, 255, 255, 0.8);
padding: 5px;
border-radius: 3px;
font-size: 12px;
}
.ezmu__front-item__thumbnail-size-text.has-error {
color: #fff;
background-color: rgba(255, 32, 32, 0.8);
}
.ezmu__front-item__sort-buttons {
position: absolute;
bottom: 5px;
left: 5px;
}
.ezmu__front-item__sort-button {
position: relative;
width: 30px;
height: 30px;
display: inline-block;
cursor: pointer;
text-align: center;
border: none;
-webkit-transition: background-color ease-in .1s;
-o-transition: background-color ease-in .1s;
transition: background-color ease-in .1s;
background-color: rgba(255, 255, 255, 0.8);
background-position: center;
background-repeat: no-repeat !important;
background-size: 12px;
font-size: 10px;
}
.ezmu__front-item__sort-button.ezmu--sort-up {
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/chevron-right-solid.svg);
border-radius: 0 3px 3px 0;
}
.ezmu__front-item__sort-button.ezmu--sort-down {
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/chevron-left-solid.svg);
border-radius: 3px 0 0 3px;
}
.ezmu__front-item__sort-button:hover {
background-color: rgba(255, 255, 255, 1);
}
.ezmu__front-item__sort-button-skin {
position: absolute;
right: 0;
left: 0;
top: 0;
bottom: 0;
z-index: 99;
}
.ezmu__thumbnail-list-item_back {
width: 140px;
height: 140px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #d4d4d4;
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
.ezmu__thumbnail-list-item_back{
width: 100px;
height: 100px;
}
}
.ezmu__thumbnail-img {
display: block;
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}
.ezmu__thumbnail-img-bg {
display: block;
width: 100%;
height: 100%;
background-position: center;
background-repeat: no-repeat !important;
background-size: 100px 100px;
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/file-solid.svg);
}
.ezmu__thumbnail-icon {
display: block;
margin: 0 auto;
width: 100px;
height: 100px;
-o-object-fit: contain;
object-fit: contain;
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater {
min-width: 140px;
width: 140px;
height: 140px;
border-radius: 50%;
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater{
min-width: 100px;
width: 100px;
height: 100px;
}
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater .ezmu__thumbnail-img {
-o-object-fit: cover;
object-fit: cover;
}
.ezmu__thumbnail-list-item.ezmu__thumbnail_avater .ezmu__front-item__close {
top: unset;
right: unset;
bottom: 10px;
left: 50%;
-webkit-transform: scale(0.9) translateX(-50%);
-ms-transform: scale(0.9) translateX(-50%);
transform: scale(0.9) translateX(-50%);
}
.ezmu__info-list {
padding: 0;
margin: 0;
text-align: center;
max-width: 800px;
width: 100%;
}
.ezmu__info-list-item {
list-style: none;
display: inline-block;
margin-bottom: 5px;
margin-right: 20px;
color:#777;
font-size: 14px;
-webkit-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
transition: all ease-in-out 300ms;
}
.ezmu__info-list-item::before {
content: ' ';
display: inline-block;
margin-right: 5px;
margin-top: 4px;
width: 14px;
height: 14px;
background-repeat: no-repeat;
background-position: center;
background-size: 8px 8px;
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/info-solid.svg);
background-color:#c4c4c4;
vertical-align: top;
border-radius: 50%;
-webkit-transition: all ease-in-out 300ms;
-o-transition: all ease-in-out 300ms;
transition: all ease-in-out 300ms;
}
.ezmu__info-list-item.is-featured {
color: #1aa663;
}
.ezmu__info-list-item.is-featured::before {
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/info-solid-light.svg);
background-color: #1aa663;
}
.ezmu__info-list-item.has-error {
color: #f25454;
}
.ezmu__info-list-item.has-error::before {
background-image: url(//musiquesactuelles.alsace/wp-content/plugins/directorist/assets/images/info-solid-light.svg);
background-color: #f25454;
}
.ezmu_alert {
margin: 10px auto;
max-width: 300px;
width: 100%;
text-align: center;
padding: 5px;
border-radius: 3px;
color: gray;
background-color:#fff;
}
.ezmu_alert_error {
color:#600000;
background-color:#fbb;
}
.ezmu__titles-area {
display: block;
}
.ezmu__title-1,
.ezmu__title-2,
.ezmu__title-3 {
display: block;
margin-bottom: 1rem;
text-align: center;
}
.ezmu__title-1 {
font-size: 2rem;
}
.ezmu__title-2 {
font-size: 1.5rem;
}
.ezmu__title-3 {
font-size: 1.2rem;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}body.stop-scrolling{
height:100%;
overflow:hidden
}
.sweet-overlay{
background-color:#000;
-ms-filter:"alpha(opacity=40)";
background-color:rgba(0,0,0,.4);
position:fixed;
left:0;
right:0;
top:0;
bottom:0;
display:none;
z-index:10000
}
.sweet-alert{
background-color:#fff;
font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
width:478px;
padding:17px;
border-radius:5px;
text-align:center;
position:fixed;
left:50%;
top:50%;
margin-left:-256px;
margin-top:-200px;
overflow:hidden;
display:none;
z-index:99999
}
@media all and (max-width:540px){
.sweet-alert{
width:auto;
margin-left:0;
margin-right:0;
left:15px;
right:15px
}
}
.sweet-alert h2{
color:#575757;
font-size:30px;
text-align:center;
font-weight:600;
text-transform:none;
position:relative;
margin:25px 0;
padding:0;
line-height:40px;
display:block
}
.sweet-alert p{
color:#797979;
font-size:16px;
text-align:center;
font-weight:300;
position:relative;
text-align:inherit;
float:none;
margin:0;
padding:0;
line-height:normal
}
.sweet-alert fieldset{
border:0;
position:relative
}
.sweet-alert .sa-error-container{
background-color:#f1f1f1;
margin-left:-17px;
margin-right:-17px;
overflow:hidden;
padding:0 10px;
max-height:0;
webkit-transition:padding .15s,max-height .15s;
transition:padding .15s,max-height .15s
}
.sweet-alert .sa-error-container.show{
padding:10px 0;
max-height:100px;
webkit-transition:padding .2s,max-height .2s;
transition:padding .25s,max-height .25s
}
.sweet-alert .sa-error-container .icon{
display:inline-block;
width:24px;
height:24px;
border-radius:50%;
background-color:#ea7d7d;
color:#fff;
line-height:24px;
text-align:center;
margin-right:3px
}
.sweet-alert .sa-error-container p{
display:inline-block
}
.sweet-alert .sa-input-error{
position:absolute;
top:29px;
right:26px;
width:20px;
height:20px;
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5);
-webkit-transform-origin:50% 50%;
transform-origin:50% 50%;
-webkit-transition:all .1s;
transition:all .1s
}
.sweet-alert .sa-input-error::after,.sweet-alert .sa-input-error::before{
content:"";
width:20px;
height:6px;
background-color:#f06e57;
border-radius:3px;
position:absolute;
top:50%;
margin-top:-4px;
left:50%;
margin-left:-9px
}
.sweet-alert .sa-input-error::before{
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.sweet-alert .sa-input-error::after{
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
.sweet-alert .sa-input-error.show{
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
.sweet-alert input{
width:100%;
box-sizing:border-box;
border-radius:3px;
border:1px solid #d7d7d7;
height:43px;
margin-top:10px;
margin-bottom:17px;
font-size:18px;
box-shadow:inset 0 1px 1px rgba(0,0,0,.06);
padding:0 12px;
display:none;
-webkit-transition:all .3s;
transition:all .3s
}
.sweet-alert input:focus{
outline:0;
box-shadow:0 0 3px #c4e6f5;
border:1px solid #b4dbed
}
.sweet-alert input:focus::-moz-placeholder{
transition:opacity .3s 30ms ease;
opacity:.5
}
.sweet-alert input:focus:-ms-input-placeholder{
transition:opacity .3s 30ms ease;
opacity:.5
}
.sweet-alert input:focus::-webkit-input-placeholder{
transition:opacity .3s 30ms ease;
opacity:.5
}
.sweet-alert input::-moz-placeholder{
color:#bdbdbd
}
.sweet-alert input:-ms-input-placeholder{
color:#bdbdbd
}
.sweet-alert input::-webkit-input-placeholder{
color:#bdbdbd
}
.sweet-alert.show-input input{
display:block
}
.sweet-alert .sa-confirm-button-container{
display:inline-block;
position:relative
}
.sweet-alert .la-ball-fall{
position:absolute;
left:50%;
top:50%;
margin-left:-27px;
margin-top:4px;
opacity:0;
visibility:hidden
}
.sweet-alert button{
background-color:#8cd4f5;
color:#fff;
border:0;
box-shadow:none;
font-size:17px;
font-weight:500;
-webkit-border-radius:4px;
border-radius:5px;
padding:10px 32px;
margin:26px 5px 0 5px;
cursor:pointer
}
.sweet-alert button:focus{
outline:0;
box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)
}
.sweet-alert button:hover{
background-color:#7ecff4
}
.sweet-alert button:active{
background-color:#5dc2f1
}
.sweet-alert button.cancel{
background-color:#c1c1c1
}
.sweet-alert button.cancel:hover{
background-color:#b9b9b9
}
.sweet-alert button.cancel:active{
background-color:#a8a8a8
}
.sweet-alert button.cancel:focus{
box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important
}
.sweet-alert button[disabled]{
opacity:.6;
cursor:default
}
.sweet-alert button.confirm[disabled]{
color:transparent
}
.sweet-alert button.confirm[disabled]~.la-ball-fall{
opacity:1;
visibility:visible;
transition-delay:0
}
.sweet-alert button::-moz-focus-inner{
border:0
}
.sweet-alert[data-has-cancel-button=false] button{
box-shadow:none!important
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{
padding-bottom:40px
}
.sweet-alert .sa-icon{
width:80px;
height:80px;
border:4px solid gray;
-webkit-border-radius:40px;
border-radius:40px;
border-radius:50%;
margin:20px auto;
padding:0;
position:relative;
box-sizing:content-box
}
.sweet-alert .sa-icon.sa-error{
border-color:#f27474
}
.sweet-alert .sa-icon.sa-error .sa-x-mark{
position:relative;
display:block
}
.sweet-alert .sa-icon.sa-error .sa-line{
position:absolute;
height:5px;
width:47px;
background-color:#f27474;
display:block;
top:37px;
border-radius:2px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
left:17px
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
right:16px
}
.sweet-alert .sa-icon.sa-warning{
border-color:#f8bb86
}
.sweet-alert .sa-icon.sa-warning .sa-body{
position:absolute;
width:5px;
height:47px;
left:50%;
top:10px;
-webkit-border-radius:2px;
border-radius:2px;
margin-left:-2px;
background-color:#f8bb86
}
.sweet-alert .sa-icon.sa-warning .sa-dot{
position:absolute;
width:7px;
height:7px;
-webkit-border-radius:50%;
border-radius:50%;
margin-left:-3px;
left:50%;
bottom:10px;
background-color:#f8bb86
}
.sweet-alert .sa-icon.sa-info{
border-color:#c9dae1
}
.sweet-alert .sa-icon.sa-info::before{
content:"";
position:absolute;
width:5px;
height:29px;
left:50%;
bottom:17px;
border-radius:2px;
margin-left:-2px;
background-color:#c9dae1
}
.sweet-alert .sa-icon.sa-info::after{
content:"";
position:absolute;
width:7px;
height:7px;
border-radius:50%;
margin-left:-3px;
top:19px;
background-color:#c9dae1
}
.sweet-alert .sa-icon.sa-success{
border-color:#a5dc86
}
.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before{
content:"";
-webkit-border-radius:40px;
border-radius:40px;
border-radius:50%;
position:absolute;
width:60px;
height:120px;
background:#fff;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success::before{
-webkit-border-radius:120px 0 0 120px;
border-radius:120px 0 0 120px;
top:-7px;
left:-33px;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
-webkit-transform-origin:60px 60px;
transform-origin:60px 60px
}
.sweet-alert .sa-icon.sa-success::after{
-webkit-border-radius:0 120px 120px 0;
border-radius:0 120px 120px 0;
top:-11px;
left:30px;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
-webkit-transform-origin:0 60px;
transform-origin:0 60px
}
.sweet-alert .sa-icon.sa-success .sa-placeholder{
width:80px;
height:80px;
border:4px solid rgba(165,220,134,.2);
-webkit-border-radius:40px;
border-radius:40px;
border-radius:50%;
box-sizing:content-box;
position:absolute;
left:-4px;
top:-4px;
z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-fix{
width:5px;
height:90px;
background-color:#fff;
position:absolute;
left:28px;
top:8px;
z-index:1;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line{
height:5px;
background-color:#a5dc86;
display:block;
border-radius:2px;
position:absolute;
z-index:2
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{
width:25px;
left:14px;
top:46px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg)
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{
width:47px;
right:8px;
top:38px;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg)
}
.sweet-alert .sa-icon.sa-custom{
background-size:contain;
border-radius:0;
border:0;
background-position:center center;
background-repeat:no-repeat
}
@-webkit-keyframes showSweetAlert{
0%{
transform:scale(.7);
-webkit-transform:scale(.7)
}
45%{
transform:scale(1.05);
-webkit-transform:scale(1.05)
}
80%{
transform:scale(.95);
-webkit-transform:scale(.95)
}
100%{
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes showSweetAlert{
0%{
transform:scale(.7);
-webkit-transform:scale(.7)
}
45%{
transform:scale(1.05);
-webkit-transform:scale(1.05)
}
80%{
transform:scale(.95);
-webkit-transform:scale(.95)
}
100%{
transform:scale(1);
-webkit-transform:scale(1)
}
}
@-webkit-keyframes hideSweetAlert{
0%{
transform:scale(1);
-webkit-transform:scale(1)
}
100%{
transform:scale(.5);
-webkit-transform:scale(.5)
}
}
@keyframes hideSweetAlert{
0%{
transform:scale(1);
-webkit-transform:scale(1)
}
100%{
transform:scale(.5);
-webkit-transform:scale(.5)
}
}
@-webkit-keyframes slideFromTop{
0%{
top:0
}
100%{
top:50%
}
}
@keyframes slideFromTop{
0%{
top:0
}
100%{
top:50%
}
}
@-webkit-keyframes slideToTop{
0%{
top:50%
}
100%{
top:0
}
}
@keyframes slideToTop{
0%{
top:50%
}
100%{
top:0
}
}
@-webkit-keyframes slideFromBottom{
0%{
top:70%
}
100%{
top:50%
}
}
@keyframes slideFromBottom{
0%{
top:70%
}
100%{
top:50%
}
}
@-webkit-keyframes slideToBottom{
0%{
top:50%
}
100%{
top:70%
}
}
@keyframes slideToBottom{
0%{
top:50%
}
100%{
top:70%
}
}
.showSweetAlert[data-animation=pop]{
-webkit-animation:showSweetAlert .3s;
animation:showSweetAlert .3s
}
.showSweetAlert[data-animation=none]{
-webkit-animation:none;
animation:none
}
.showSweetAlert[data-animation=slide-from-top]{
-webkit-animation:slideFromTop .3s;
animation:slideFromTop .3s
}
.showSweetAlert[data-animation=slide-from-bottom]{
-webkit-animation:slideFromBottom .3s;
animation:slideFromBottom .3s
}
.hideSweetAlert[data-animation=pop]{
-webkit-animation:hideSweetAlert .2s;
animation:hideSweetAlert .2s
}
.hideSweetAlert[data-animation=none]{
-webkit-animation:none;
animation:none
}
.hideSweetAlert[data-animation=slide-from-top]{
-webkit-animation:slideToTop .4s;
animation:slideToTop .4s
}
.hideSweetAlert[data-animation=slide-from-bottom]{
-webkit-animation:slideToBottom .3s;
animation:slideToBottom .3s
}
@-webkit-keyframes animateSuccessTip{
0%{
width:0;
left:1px;
top:19px
}
54%{
width:0;
left:1px;
top:19px
}
70%{
width:50px;
left:-8px;
top:37px
}
84%{
width:17px;
left:21px;
top:48px
}
100%{
width:25px;
left:14px;
top:45px
}
}
@keyframes animateSuccessTip{
0%{
width:0;
left:1px;
top:19px
}
54%{
width:0;
left:1px;
top:19px
}
70%{
width:50px;
left:-8px;
top:37px
}
84%{
width:17px;
left:21px;
top:48px
}
100%{
width:25px;
left:14px;
top:45px
}
}
@-webkit-keyframes animateSuccessLong{
0%{
width:0;
right:46px;
top:54px
}
65%{
width:0;
right:46px;
top:54px
}
84%{
width:55px;
right:0;
top:35px
}
100%{
width:47px;
right:8px;
top:38px
}
}
@keyframes animateSuccessLong{
0%{
width:0;
right:46px;
top:54px
}
65%{
width:0;
right:46px;
top:54px
}
84%{
width:55px;
right:0;
top:35px
}
100%{
width:47px;
right:8px;
top:38px
}
}
@-webkit-keyframes rotatePlaceholder{
0%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
5%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
12%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
100%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
}
@keyframes rotatePlaceholder{
0%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
5%{
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg)
}
12%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
100%{
transform:rotate(-405deg);
-webkit-transform:rotate(-405deg)
}
}
.animateSuccessTip{
-webkit-animation:animateSuccessTip .75s;
animation:animateSuccessTip .75s
}
.animateSuccessLong{
-webkit-animation:animateSuccessLong .75s;
animation:animateSuccessLong .75s
}
.sa-icon.sa-success.animate::after{
-webkit-animation:rotatePlaceholder 4.25s ease-in;
animation:rotatePlaceholder 4.25s ease-in
}
@-webkit-keyframes animateErrorIcon{
0%{
transform:rotateX(100deg);
-webkit-transform:rotateX(100deg);
opacity:0
}
100%{
transform:rotateX(0);
-webkit-transform:rotateX(0);
opacity:1
}
}
@keyframes animateErrorIcon{
0%{
transform:rotateX(100deg);
-webkit-transform:rotateX(100deg);
opacity:0
}
100%{
transform:rotateX(0);
-webkit-transform:rotateX(0);
opacity:1
}
}
.animateErrorIcon{
-webkit-animation:animateErrorIcon .5s;
animation:animateErrorIcon .5s
}
@-webkit-keyframes animateXMark{
0%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
50%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
80%{
transform:scale(1.15);
-webkit-transform:scale(1.15);
margin-top:-6px
}
100%{
transform:scale(1);
-webkit-transform:scale(1);
margin-top:0;
opacity:1
}
}
@keyframes animateXMark{
0%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
50%{
transform:scale(.4);
-webkit-transform:scale(.4);
margin-top:26px;
opacity:0
}
80%{
transform:scale(1.15);
-webkit-transform:scale(1.15);
margin-top:-6px
}
100%{
transform:scale(1);
-webkit-transform:scale(1);
margin-top:0;
opacity:1
}
}
.animateXMark{
-webkit-animation:animateXMark .5s;
animation:animateXMark .5s
}
@-webkit-keyframes pulseWarning{
0%{
border-color:#f8d486
}
100%{
border-color:#f8bb86
}
}
@keyframes pulseWarning{
0%{
border-color:#f8d486
}
100%{
border-color:#f8bb86
}
}
.pulseWarning{
-webkit-animation:pulseWarning .75s infinite alternate;
animation:pulseWarning .75s infinite alternate
}
@-webkit-keyframes pulseWarningIns{
0%{
background-color:#f8d486
}
100%{
background-color:#f8bb86
}
}
@keyframes pulseWarningIns{
0%{
background-color:#f8d486
}
100%{
background-color:#f8bb86
}
}
.pulseWarningIns{
-webkit-animation:pulseWarningIns .75s infinite alternate;
animation:pulseWarningIns .75s infinite alternate
}
@-webkit-keyframes rotate-loading{
0%{
transform:rotate(0)
}
100%{
transform:rotate(360deg)
}
}
@keyframes rotate-loading{
0%{
transform:rotate(0)
}
100%{
transform:rotate(360deg)
}
} .la-ball-fall,.la-ball-fall>div{
position:relative;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.la-ball-fall{
display:block;
font-size:0;
color:#fff
}
.la-ball-fall.la-dark{
color:#333
}
.la-ball-fall>div{
display:inline-block;
float:none;
background-color:currentColor;
border:0 solid currentColor
}
.la-ball-fall{
width:54px;
height:18px
}
.la-ball-fall>div{
width:10px;
height:10px;
margin:4px;
border-radius:100%;
opacity:0;
-webkit-animation:ball-fall 1s ease-in-out infinite;
-moz-animation:ball-fall 1s ease-in-out infinite;
-o-animation:ball-fall 1s ease-in-out infinite;
animation:ball-fall 1s ease-in-out infinite
}
.la-ball-fall>div:nth-child(1){
-webkit-animation-delay:-.2s;
-moz-animation-delay:-.2s;
-o-animation-delay:-.2s;
animation-delay:-.2s
}
.la-ball-fall>div:nth-child(2){
-webkit-animation-delay:-.1s;
-moz-animation-delay:-.1s;
-o-animation-delay:-.1s;
animation-delay:-.1s
}
.la-ball-fall>div:nth-child(3){
-webkit-animation-delay:0;
-moz-animation-delay:0;
-o-animation-delay:0;
animation-delay:0
}
.la-ball-fall.la-sm{
width:26px;
height:8px
}
.la-ball-fall.la-sm>div{
width:4px;
height:4px;
margin:2px
}
.la-ball-fall.la-2x{
width:108px;
height:36px
}
.la-ball-fall.la-2x>div{
width:20px;
height:20px;
margin:8px
}
.la-ball-fall.la-3x{
width:162px;
height:54px
}
.la-ball-fall.la-3x>div{
width:30px;
height:30px;
margin:12px
}
@-webkit-keyframes ball-fall{
0%{
opacity:0;
-webkit-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-webkit-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-webkit-transform:translateY(145%);
transform:translateY(145%)
}
}
@-moz-keyframes ball-fall{
0%{
opacity:0;
-moz-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-moz-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-moz-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-moz-transform:translateY(145%);
transform:translateY(145%)
}
}
@-o-keyframes ball-fall{
0%{
opacity:0;
-o-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-o-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-o-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-o-transform:translateY(145%);
transform:translateY(145%)
}
}
@keyframes ball-fall{
0%{
opacity:0;
-webkit-transform:translateY(-145%);
-moz-transform:translateY(-145%);
-o-transform:translateY(-145%);
transform:translateY(-145%)
}
10%{
opacity:.5
}
20%{
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0)
}
80%{
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-o-transform:translateY(0);
transform:translateY(0)
}
90%{
opacity:.5
}
100%{
opacity:0;
-webkit-transform:translateY(145%);
-moz-transform:translateY(145%);
-o-transform:translateY(145%);
transform:translateY(145%)
}
}@font-face {
font-family: 'Connections-Brandicons';
src:
url(//musiquesactuelles.alsace/wp-content/plugins/connections/assets/vendor/icomoon-brands/fonts/Connections-Brandicons.ttf?pwccrc) format('truetype'),
url(//musiquesactuelles.alsace/wp-content/plugins/connections/assets/vendor/icomoon-brands/fonts/Connections-Brandicons.woff?pwccrc) format('woff'),
url(//musiquesactuelles.alsace/wp-content/plugins/connections/assets/vendor/icomoon-brands/fonts/Connections-Brandicons.svg?pwccrc#Connections-Brandicons) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
i[class^='cn-brandicon'] { font-family: 'Connections-Brandicons' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cn-brandicon-googlescholar:before {
content: "\eb1b";
color: #4885ed;
}
.cn-brandicon-orcid:before {
content: "\eb1c";
color: #a6ce39;
}
.cn-brandicon-researchgate:before {
content: "\eb1e";
color: #0cb;
}
.cn-brandicon-x:before {
content: "\eb20";
color: #000;
}
.cn-brandicon-tiktok:before {
content: "\eb1a";
}
.cn-brandicon-technorati:before {
content: "\eb19";
color: #1ec11d;
}
.cn-brandicon-smugmug:before {
content: "\eb18";
color: #98c932;
}
.cn-brandicon-itunes:before {
content: "\eb1d";
}
.cn-brandicon-angieslist:before {
content: "\eb21";
color: #309f3b;
}
.cn-brandicon-cdbaby:before {
content: "\eb1f";
}
.cn-brandicon-plangrid:before {
content: "\e900";
color: #0085de;
}
.cn-brandicon-bootstrap:before {
content: "\e901";
color: #563d7c;
}
.cn-brandicon-medium:before {
content: "\e902";
}
.cn-brandicon-origin:before {
content: "\e903";
color: #f56c2d;
}
.cn-brandicon-rollup-dot-js:before {
content: "\e904";
color: #ec4a3f;
}
.cn-brandicon-statamic:before {
content: "\e905";
}
.cn-brandicon-codewars:before {
content: "\e906";
color: #ad2c27;
}
.cn-brandicon-figma:before {
content: "\e907";
color: #f24e1e;
}
.cn-brandicon-wii:before {
content: "\e908";
color: #8b8b8b;
}
.cn-brandicon-ghost:before {
content: "\e909";
color: #738a94;
}
.cn-brandicon-aventrix:before {
content: "\e90a";
color: #09d;
}
.cn-brandicon-vue-dot-js:before {
content: "\e90b";
color: #4fc08d;
}
.cn-brandicon-adobeillustrator:before {
content: "\e90c";
color: #ff7c00;
}
.cn-brandicon-plex:before {
content: "\e90d";
color: #e5a00d;
}
.cn-brandicon-imdb:before {
content: "\e90e";
color: #e6b91e;
}
.cn-brandicon-applepay:before {
content: "\e90f";
}
.cn-brandicon-steam:before {
content: "\e910";
}
.cn-brandicon-toptal:before {
content: "\e911";
color: #3863a0;
}
.cn-brandicon-vlcmediaplayer:before {
content: "\e912";
color: #f80;
}
.cn-brandicon-gnusocial:before {
content: "\e913";
color: #a22430;
}
.cn-brandicon-tumblr:before {
content: "\e914";
color: #36465d;
}
.cn-brandicon-pingup:before {
content: "\e915";
color: #00b1ab;
}
.cn-brandicon-csswizardry:before {
content: "\e916";
color: #f43059;
}
.cn-brandicon-ovh:before {
content: "\e917";
color: #123f6d;
}
.cn-brandicon-coffeescript:before {
content: "\e918";
}
.cn-brandicon-virb:before {
content: "\e919";
color: #0093da;
}
.cn-brandicon-tripadvisor:before {
content: "\e91a";
color: #00af87;
}
.cn-brandicon-sourceforge:before {
content: "\e91b";
color: #535353;
}
.cn-brandicon-bandcamp:before {
content: "\e91c";
color: #408294;
}
.cn-brandicon-matrix:before {
content: "\e91d";
}
.cn-brandicon-wattpad:before {
content: "\e91e";
color: #f68d12;
}
.cn-brandicon-strava:before {
content: "\e91f";
color: #fc4c02;
}
.cn-brandicon-dropbox:before {
content: "\e920";
color: #0061ff;
}
.cn-brandicon-tesla:before {
content: "\e921";
color: #c00;
}
.cn-brandicon-processwire:before {
content: "\e922";
color: #ef145f;
}
.cn-brandicon-microsoft:before {
content: "\e923";
color: #666;
}
.cn-brandicon-protonmail:before {
content: "\e924";
color: #8b89cc;
}
.cn-brandicon-squarespace:before {
content: "\e925";
}
.cn-brandicon-autotask:before {
content: "\e926";
color: #e51937;
}
.cn-brandicon-wheniwork:before {
content: "\e927";
color: #51a33d;
}
.cn-brandicon-webpack:before {
content: "\e928";
color: #8dd6f9;
}
.cn-brandicon-bigcartel:before {
content: "\e929";
}
.cn-brandicon-microsoftword:before {
content: "\e92a";
color: #2b579a;
}
.cn-brandicon-javascript:before {
content: "\e92b";
color: #f7df1e;
}
.cn-brandicon-samsung:before {
content: "\e92c";
color: #1428a0;
}
.cn-brandicon-yelp:before {
content: "\e92d";
color: #d32323;
}
.cn-brandicon-cloudflare:before {
content: "\e92e";
color: #f38020;
}
.cn-brandicon-deviantart:before {
content: "\e92f";
color: #05cc47;
}
.cn-brandicon-verizon:before {
content: "\e930";
color: #cd040b;
}
.cn-brandicon-googlekeep:before {
content: "\e931";
color: #fb0;
}
.cn-brandicon-tails:before {
content: "\e932";
color: #56347c;
}
.cn-brandicon-pingdom:before {
content: "\e933";
color: #fff000;
}
.cn-brandicon-hexo:before {
content: "\e934";
color: #0e83cd;
}
.cn-brandicon-airbnb:before {
content: "\e935";
color: #ff5a5f;
}
.cn-brandicon-linux:before {
content: "\e936";
color: #fcc624;
}
.cn-brandicon-foursquare:before {
content: "\e937";
color: #f94877;
}
.cn-brandicon-linewebtoon:before {
content: "\e938";
color: #00d564;
}
.cn-brandicon-drupal:before {
content: "\e939";
color: #0678be;
}
.cn-brandicon-sega:before {
content: "\e93a";
color: #0089cf;
}
.cn-brandicon-gmail:before {
content: "\e93b";
color: #d14836;
}
.cn-brandicon-googlepay:before {
content: "\e93c";
color: #5f6368;
}
.cn-brandicon-android:before {
content: "\e93d";
color: #a4c639;
}
.cn-brandicon-adobe:before {
content: "\e93e";
color: #f00;
}
.cn-brandicon-ethereum:before {
content: "\e93f";
}
.cn-brandicon-odnoklassniki:before {
content: "\e940";
color: #f4731c;
}
.cn-brandicon-circle:before {
content: "\e941";
color: #8669ae;
}
.cn-brandicon-khanacademy:before {
content: "\e942";
color: #9db63b;
}
.cn-brandicon-microsoftexcel:before {
content: "\e943";
color: #217346;
}
.cn-brandicon-jabber:before {
content: "\e944";
color: #c00;
}
.cn-brandicon-tinder:before {
content: "\e945";
color: #ff6b6b;
}
.cn-brandicon-geocaching:before {
content: "\e946";
color: #00874d;
}
.cn-brandicon-jupyter:before {
content: "\e947";
color: #f37626;
}
.cn-brandicon-gitlab:before {
content: "\e948";
color: #e24329;
}
.cn-brandicon-f-secure:before {
content: "\e949";
color: #00baff;
}
.cn-brandicon-koding:before {
content: "\e94a";
color: #00b057;
}
.cn-brandicon-addthis:before {
content: "\e94b";
color: #ff6550;
}
.cn-brandicon-flattr:before {
content: "\e94c";
}
.cn-brandicon-visa:before {
content: "\e94d";
color: #142787;
}
.cn-brandicon-moo:before {
content: "\e94e";
color: #00945e;
}
.cn-brandicon-sass:before {
content: "\e94f";
color: #c69;
}
.cn-brandicon-rust:before {
content: "\e950";
}
.cn-brandicon-nintendo:before {
content: "\e951";
color: #8f8f8f;
}
.cn-brandicon-furrynetwork:before {
content: "\e952";
color: #2e75b4;
}
.cn-brandicon-firebase:before {
content: "\e953";
color: #ffca28;
}
.cn-brandicon-java:before {
content: "\e954";
color: #007396;
}
.cn-brandicon-viber:before {
content: "\e955";
color: #665cac;
}
.cn-brandicon-quantcast:before {
content: "\e956";
}
.cn-brandicon-ello:before {
content: "\e957";
}
.cn-brandicon-wix:before {
content: "\e958";
color: #faad4d;
}
.cn-brandicon-huawei:before {
content: "\e959";
color: #f00;
}
.cn-brandicon-hackhands:before {
content: "\e95a";
color: #00acbd;
}
.cn-brandicon-macys:before {
content: "\e95b";
color: #e21a2c;
}
.cn-brandicon-bitbucket:before {
content: "\e95c";
color: #0052cc;
}
.cn-brandicon-twoo:before {
content: "\e95d";
color: #ff7102;
}
.cn-brandicon-simpleicons:before {
content: "\e95e";
}
.cn-brandicon-github:before {
content: "\e95f";
}
.cn-brandicon-haskell:before {
content: "\e960";
color: #5d4f85;
}
.cn-brandicon-appveyor:before {
content: "\e961";
color: #00b3e0;
}
.cn-brandicon-jquery:before {
content: "\e962";
color: #0769ad;
}
.cn-brandicon-node-dot-js:before {
content: "\e963";
color: #393;
}
.cn-brandicon-tapas:before {
content: "\e964";
color: #ffce00;
}
.cn-brandicon-feedly:before {
content: "\e965";
color: #2bb24c;
}
.cn-brandicon-americanexpress:before {
content: "\e966";
color: #2e77bc;
}
.cn-brandicon-samsungpay:before {
content: "\e967";
color: #1428a0;
}
.cn-brandicon-zeit:before {
content: "\e968";
}
.cn-brandicon-everplaces:before {
content: "\e969";
color: #fa4b32;
}
.cn-brandicon-feathub:before {
content: "\e96a";
color: #9b9b9b;
}
.cn-brandicon-etsy:before {
content: "\e96b";
color: #f16521;
}
.cn-brandicon-hatenabookmark:before {
content: "\e96c";
color: #00a4de;
}
.cn-brandicon-gov-dot-uk:before {
content: "\e96d";
color: #005ea5;
}
.cn-brandicon-microsoftonedrive:before {
content: "\e96e";
color: #094ab2;
}
.cn-brandicon-500px:before {
content: "\e96f";
color: #0099e5;
}
.cn-brandicon-myspace:before {
content: "\e970";
}
.cn-brandicon-amazonaws:before {
content: "\e971";
}
.cn-brandicon-homify:before {
content: "\e972";
color: #7dcda3;
}
.cn-brandicon-netlify:before {
content: "\e973";
color: #00c7b7;
}
.cn-brandicon-nintendoswitch:before {
content: "\e974";
color: #e60012;
}
.cn-brandicon-sitepoint:before {
content: "\e975";
color: #258aaf;
}
.cn-brandicon-sparkpost:before {
content: "\e976";
color: #fa6423;
}
.cn-brandicon-spreaker:before {
content: "\e977";
color: #f5c300;
}
.cn-brandicon-keybase:before {
content: "\e978";
color: #33a0ff;
}
.cn-brandicon-kibana:before {
content: "\e979";
color: #005571;
}
.cn-brandicon-umbraco:before {
content: "\e97a";
color: #00bec1;
}
.cn-brandicon-joomla:before {
content: "\e97b";
color: #5091cd;
}
.cn-brandicon-udacity:before {
content: "\e97c";
color: #01b3e3;
}
.cn-brandicon-vsco:before {
content: "\e97d";
}
.cn-brandicon-microsoftpowerpoint:before {
content: "\e97e";
color: #d24726;
}
.cn-brandicon-snyk:before {
content: "\e97f";
color: #4c4a73;
}
.cn-brandicon-kaggle:before {
content: "\e980";
color: #20beff;
}
.cn-brandicon-steemit:before {
content: "\e981";
color: #06d6a9;
}
.cn-brandicon-clockify:before {
content: "\e982";
color: #03a9f4;
}
.cn-brandicon-signal:before {
content: "\e983";
color: #2592e9;
}
.cn-brandicon-kirby:before {
content: "\e984";
color: #ff0100;
}
.cn-brandicon-wikipedia:before {
content: "\e985";
}
.cn-brandicon-gnu:before {
content: "\e986";
color: #a42e2b;
}
.cn-brandicon-tidal:before {
content: "\e987";
}
.cn-brandicon-nextcloud:before {
content: "\e988";
color: #0082c9;
}
.cn-brandicon-npm:before {
content: "\e989";
color: #cb3837;
}
.cn-brandicon-codeship:before {
content: "\e98a";
color: #3c4858;
}
.cn-brandicon-internetexplorer:before {
content: "\e98b";
color: #0076d6;
}
.cn-brandicon-sentry:before {
content: "\e98c";
color: #fb4226;
}
.cn-brandicon-dell:before {
content: "\e98d";
color: #007db8;
}
.cn-brandicon-sprint:before {
content: "\e98e";
color: #ffce0a;
}
.cn-brandicon-zapier:before {
content: "\e98f";
color: #ff4a00;
}
.cn-brandicon-xero:before {
content: "\e990";
color: #13b5ea;
}
.cn-brandicon-gatsby:before {
content: "\e991";
color: #639;
}
.cn-brandicon-ycombinator:before {
content: "\e992";
color: #f0652f;
}
.cn-brandicon-about-dot-me:before {
content: "\e993";
color: #00a98f;
}
.cn-brandicon-boost:before {
content: "\e994";
color: #f69220;
}
.cn-brandicon-sourcegraph:before {
content: "\e995";
color: #00b4f2;
}
.cn-brandicon-azuredevops:before {
content: "\e996";
color: #0078d7;
}
.cn-brandicon-mastodon:before {
content: "\e997";
color: #3088d4;
}
.cn-brandicon-letterboxd:before {
content: "\e998";
color: #00d735;
}
.cn-brandicon-fitbit:before {
content: "\e999";
color: #00b0b9;
}
.cn-brandicon-angular:before {
content: "\e99a";
color: #dd0031;
}
.cn-brandicon-untappd:before {
content: "\e99b";
color: #ffc000;
}
.cn-brandicon-elastic:before {
content: "\e99c";
color: #005571;
}
.cn-brandicon-vk:before {
content: "\e99d";
color: #6383a8;
}
.cn-brandicon-vimeo:before {
content: "\e99e";
color: #1ab7ea;
}
.cn-brandicon-discourse:before {
content: "\e99f";
}
.cn-brandicon-wiiu:before {
content: "\e9a0";
color: #8b8b8b;
}
.cn-brandicon-scala:before {
content: "\e9a1";
color: #dc322f;
}
.cn-brandicon-eventbrite:before {
content: "\e9a2";
color: #f05537;
}
.cn-brandicon-symfony:before {
content: "\e9a3";
}
.cn-brandicon-gumroad:before {
content: "\e9a4";
color: #36a9ae;
}
.cn-brandicon-tencentqq:before {
content: "\e9a5";
color: #eb1923;
}
.cn-brandicon-castorama:before {
content: "\e9a6";
color: #0078d7;
}
.cn-brandicon-mozilla:before {
content: "\e9a7";
}
.cn-brandicon-fnac:before {
content: "\e9a8";
color: #e1a925;
}
.cn-brandicon-buzzfeed:before {
content: "\e9a9";
color: #e32;
}
.cn-brandicon-prismic:before {
content: "\e9aa";
color: #484a7a;
}
.cn-brandicon-adobepremiere:before {
content: "\e9ab";
color: #ea77ff;
}
.cn-brandicon-dependabot:before {
content: "\e9ac";
color: #025e8c;
}
.cn-brandicon-instagram:before {
content: "\e9ad";
color: #e4405f;
}
.cn-brandicon-xsplit:before {
content: "\e9ae";
color: #0095de;
}
.cn-brandicon-json:before {
content: "\e9af";
}
.cn-brandicon-shopify:before {
content: "\e9b0";
color: #7ab55c;
}
.cn-brandicon-oculus:before {
content: "\e9b1";
}
.cn-brandicon-podcast:before {
content: "\e9b2";
color: #93c;
}
.cn-brandicon-ruby:before {
content: "\e9b3";
color: #cc342d;
}
.cn-brandicon-googlehangouts:before {
content: "\e9b4";
color: #0c9d58;
}
.cn-brandicon-yammer:before {
content: "\e9b5";
color: #0072c6;
}
.cn-brandicon-instacart:before {
content: "\e9b6";
color: #43b02a;
}
.cn-brandicon-safari:before {
content: "\e9b7";
}
.cn-brandicon-conda-forge:before {
content: "\e9b8";
}
.cn-brandicon-nucleo:before {
content: "\e9b9";
color: #766dcc;
}
.cn-brandicon-sinaweibo:before {
content: "\e9ba";
color: #e6162d;
}
.cn-brandicon-weasyl:before {
content: "\e9bb";
color: #900;
}
.cn-brandicon-songkick:before {
content: "\e9bc";
color: #f80046;
}
.cn-brandicon-trakt:before {
content: "\e9bd";
color: #ed1c24;
}
.cn-brandicon-python:before {
content: "\e9be";
color: #3776ab;
}
.cn-brandicon-jekyll:before {
content: "\e9bf";
color: #c00;
}
.cn-brandicon-pocket:before {
content: "\e9c0";
color: #ef3f56;
}
.cn-brandicon-heroku:before {
content: "\e9c1";
color: #430098;
}
.cn-brandicon-treehouse:before {
content: "\e9c2";
color: #5fcf80;
}
.cn-brandicon-docker:before {
content: "\e9c3";
color: #1488c6;
}
.cn-brandicon-git:before {
content: "\e9c4";
color: #f05032;
}
.cn-brandicon-blogger:before {
content: "\e9c5";
color: #ff5722;
}
.cn-brandicon-hulu:before {
content: "\e9c6";
color: #3dbb3d;
}
.cn-brandicon-cakephp:before {
content: "\e9c7";
color: #d33c43;
}
.cn-brandicon-riseup:before {
content: "\e9c8";
color: #5e9ee3;
}
.cn-brandicon-sap:before {
content: "\e9c9";
color: #008fd3;
}
.cn-brandicon-discover:before {
content: "\e9ca";
color: #ff6000;
}
.cn-brandicon-monkeytie:before {
content: "\e9cb";
color: #ffc619;
}
.cn-brandicon-mailchimp:before {
content: "\e9cc";
color: #ffe01b;
}
.cn-brandicon-mediatemple:before {
content: "\e9cd";
}
.cn-brandicon-raspberrypi:before {
content: "\e9ce";
color: #c51a4a;
}
.cn-brandicon-digg:before {
content: "\e9cf";
}
.cn-brandicon-envato:before {
content: "\e9d0";
color: #81b441;
}
.cn-brandicon-nvidia:before {
content: "\e9d1";
color: #76b900;
}
.cn-brandicon-iconjar:before {
content: "\e9d2";
color: #16a5f3;
}
.cn-brandicon-last-dot-fm:before {
content: "\e9d3";
color: #d51007;
}
.cn-brandicon-bitcoin:before {
content: "\e9d4";
color: #f7931a;
}
.cn-brandicon-delicious:before {
content: "\e9d5";
color: #39f;
}
.cn-brandicon-zillow:before {
content: "\e9d6";
color: #0074e4;
}
.cn-brandicon-codeforces:before {
content: "\e9d7";
color: #1f8acb;
}
.cn-brandicon-xcode:before {
content: "\e9d8";
color: #1575f9;
}
.cn-brandicon-saucelabs:before {
content: "\e9d9";
color: #e2231a;
}
.cn-brandicon-adobetypekit:before {
content: "\e9da";
color: #87ec00;
}
.cn-brandicon-powershell:before {
content: "\e9db";
color: #5391fe;
}
.cn-brandicon-hackerrank:before {
content: "\e9dc";
color: #2ec866;
}
.cn-brandicon-lgtm:before {
content: "\e9dd";
color: #fff;
}
.cn-brandicon-disqus:before {
content: "\e9de";
color: #2e9fff;
}
.cn-brandicon-subversion:before {
content: "\e9df";
color: #809cc9;
}
.cn-brandicon-telegram:before {
content: "\e9e0";
color: #2ca5e0;
}
.cn-brandicon-kik:before {
content: "\e9e1";
color: #82bc23;
}
.cn-brandicon-humblebundle:before {
content: "\e9e2";
color: #cc2929;
}
.cn-brandicon-salesforce:before {
content: "\e9e3";
color: #00a1e0;
}
.cn-brandicon-meetup:before {
content: "\e9e4";
color: #ed1c40;
}
.cn-brandicon-vim:before {
content: "\e9e5";
color: #019733;
}
.cn-brandicon-goodreads:before {
content: "\e9e6";
color: #630;
}
.cn-brandicon-styleshare:before {
content: "\e9e7";
}
.cn-brandicon-sellfy:before {
content: "\e9e8";
color: #21b352;
}
.cn-brandicon-snapcraft:before {
content: "\e9e9";
color: #82bea0;
}
.cn-brandicon-invision:before {
content: "\e9ea";
color: #f36;
}
.cn-brandicon-archlinux:before {
content: "\e9eb";
color: #1793d1;
}
.cn-brandicon-mix:before {
content: "\e9ec";
color: #ff8126;
}
.cn-brandicon-slides:before {
content: "\e9ed";
color: #e4637c;
}
.cn-brandicon-asana:before {
content: "\e9ee";
}
.cn-brandicon-wpengine:before {
content: "\e9ef";
color: #40bac8;
}
.cn-brandicon-garmin:before {
content: "\e9f0";
color: #007cc3;
}
.cn-brandicon-zendesk:before {
content: "\e9f1";
}
.cn-brandicon-elasticcloud:before {
content: "\e9f2";
color: #005571;
}
.cn-brandicon-magento:before {
content: "\e9f3";
color: #ee672f;
}
.cn-brandicon-elasticsearch:before {
content: "\e9f4";
color: #005571;
}
.cn-brandicon-houzz:before {
content: "\e9f5";
color: #7ac142;
}
.cn-brandicon-flask:before {
content: "\e9f6";
}
.cn-brandicon-freecodecamp:before {
content: "\e9f7";
color: #006400;
}
.cn-brandicon-inkscape:before {
content: "\e9f8";
}
.cn-brandicon-googleplay:before {
content: "\e9f9";
color: #607d8b;
}
.cn-brandicon-lua:before {
content: "\e9fa";
color: #2c2d72;
}
.cn-brandicon-aurelia:before {
content: "\e9fb";
color: #ed2b88;
}
.cn-brandicon-toggl:before {
content: "\e9fc";
color: #e01b22;
}
.cn-brandicon-gerrit:before {
content: "\e9fd";
color: #eee;
}
.cn-brandicon-rss:before {
content: "\e9fe";
color: #ffa500;
}
.cn-brandicon-elasticstack:before {
content: "\e9ff";
color: #005571;
}
.cn-brandicon-codecademy:before {
content: "\ea00";
color: #1f4056;
}
.cn-brandicon-jira:before {
content: "\ea01";
}
.cn-brandicon-spotify:before {
content: "\ea02";
color: #1ed760;
}
.cn-brandicon-intercom:before {
content: "\ea03";
color: #1f8ded;
}
.cn-brandicon-microgenetics:before {
content: "\ea04";
color: #f00;
}
.cn-brandicon-flipboard:before {
content: "\ea05";
color: #e12828;
}
.cn-brandicon-t-mobile:before {
content: "\ea06";
color: #e20074;
}
.cn-brandicon-superuser:before {
content: "\ea07";
color: #2eace3;
}
.cn-brandicon-venmo:before {
content: "\ea08";
color: #3d95ce;
}
.cn-brandicon-teespring:before {
content: "\ea09";
color: #39ace6;
}
.cn-brandicon-runkeeper:before {
content: "\ea0a";
color: #2dc9d7;
}
.cn-brandicon-roots:before {
content: "\ea0b";
color: #525ddc;
}
.cn-brandicon-sogou:before {
content: "\ea0c";
color: #fb6022;
}
.cn-brandicon-kotlin:before {
content: "\ea0d";
color: #0095d5;
}
.cn-brandicon-campaignmonitor:before {
content: "\ea0e";
color: #509cf6;
}
.cn-brandicon-playstation4:before {
content: "\ea0f";
color: #003791;
}
.cn-brandicon-periscope:before {
content: "\ea10";
color: #40a4c4;
}
.cn-brandicon-disroot:before {
content: "\ea11";
color: #50162d;
}
.cn-brandicon-kickstarter:before {
content: "\ea12";
color: #2bde73;
}
.cn-brandicon-here:before {
content: "\ea13";
color: #48dad0;
}
.cn-brandicon-snapchat:before {
content: "\ea14";
color: #fffc00;
}
.cn-brandicon-qualcomm:before {
content: "\ea15";
color: #3253dc;
}
.cn-brandicon-nintendogamecube:before {
content: "\ea16";
color: #6a5fbb;
}
.cn-brandicon-wolframmathematica:before {
content: "\ea17";
color: #d10;
}
.cn-brandicon-bing:before {
content: "\ea18";
color: #008373;
}
.cn-brandicon-html5:before {
content: "\ea19";
color: #e34f26;
}
.cn-brandicon-googlepodcasts:before {
content: "\ea1a";
color: #4285f4;
}
.cn-brandicon-nextdoor:before {
content: "\ea1b";
color: #00b246;
}
.cn-brandicon-dev-dot-to:before {
content: "\ea1c";
}
.cn-brandicon-quora:before {
content: "\ea1d";
color: #b92b27;
}
.cn-brandicon-society6:before {
content: "\ea1e";
}
.cn-brandicon-monero:before {
content: "\ea1f";
color: #f60;
}
.cn-brandicon-ifixit:before {
content: "\ea20";
color: #0071ce;
}
.cn-brandicon-bitdefender:before {
content: "\ea21";
color: #ed1c24;
}
.cn-brandicon-fandango:before {
content: "\ea22";
color: #ff7300;
}
.cn-brandicon-laravel:before {
content: "\ea23";
color: #e74430;
}
.cn-brandicon-r:before {
content: "\ea24";
color: #276dc3;
}
.cn-brandicon-monzo:before {
content: "\ea25";
}
.cn-brandicon-twilio:before {
content: "\ea26";
color: #f22f46;
}
.cn-brandicon-googledrive:before {
content: "\ea27";
color: #4285f4;
}
.cn-brandicon-draugiem-dot-lv:before {
content: "\ea28";
color: #f60;
}
.cn-brandicon-spotlight:before {
content: "\ea29";
color: #352a71;
}
.cn-brandicon-dblp:before {
content: "\ea2a";
color: #004f9f;
}
.cn-brandicon-overcast:before {
content: "\ea2b";
color: #fc7e0f;
}
.cn-brandicon-googleplus:before {
content: "\ea2c";
color: #dc4e41;
}
.cn-brandicon-monogram:before {
content: "\ea2d";
color: #fdb22a;
}
.cn-brandicon-pagekit:before {
content: "\ea2e";
}
.cn-brandicon-mongodb:before {
content: "\ea2f";
color: #47a248;
}
.cn-brandicon-microsoftaccess:before {
content: "\ea30";
color: #ba141a;
}
.cn-brandicon-ubuntu:before {
content: "\ea31";
color: #e95420;
}
.cn-brandicon-steem:before {
content: "\ea32";
color: #4ba2f2;
}
.cn-brandicon-paypal:before {
content: "\ea33";
color: #00457c;
}
.cn-brandicon-deezer:before {
content: "\ea34";
color: #00c7f2;
}
.cn-brandicon-qiita:before {
content: "\ea35";
color: #55c500;
}
.cn-brandicon-at-and-t:before {
content: "\ea36";
color: #00a8e0;
}
.cn-brandicon-empirekred:before {
content: "\ea37";
color: #72be50;
}
.cn-brandicon-sparkfun:before {
content: "\ea38";
color: #e53525;
}
.cn-brandicon-proto-dot-io:before {
content: "\ea39";
color: #34a7c1;
}
.cn-brandicon-hockeyapp:before {
content: "\ea3a";
color: #009ee1;
}
.cn-brandicon-unsplash:before {
content: "\ea3b";
}
.cn-brandicon-gravatar:before {
content: "\ea3c";
color: #1e8cbe;
}
.cn-brandicon-playstation:before {
content: "\ea3d";
color: #003791;
}
.cn-brandicon-codio:before {
content: "\ea3e";
color: #4574e0;
}
.cn-brandicon-wolfram:before {
content: "\ea3f";
color: #d10;
}
.cn-brandicon-facebook:before {
content: "\ea40";
color: #3b5998;
}
.cn-brandicon-codesandbox:before {
content: "\ea41";
}
.cn-brandicon-microsoftonenote:before {
content: "\ea42";
color: #80397b;
}
.cn-brandicon-amazon:before {
content: "\ea43";
color: #f90;
}
.cn-brandicon-vine:before {
content: "\ea44";
color: #11b48a;
}
.cn-brandicon-stackexchange:before {
content: "\ea45";
color: #1e5397;
}
.cn-brandicon-eslint:before {
content: "\ea46";
color: #4b32c3;
}
.cn-brandicon-pinterest:before {
content: "\ea47";
color: #bd081c;
}
.cn-brandicon-mastercard:before {
content: "\ea48";
color: #eb001b;
}
.cn-brandicon-blender:before {
content: "\ea49";
color: #f5792a;
}
.cn-brandicon-slickpic:before {
content: "\ea4a";
color: #ff880f;
}
.cn-brandicon-webstorm:before {
content: "\ea4b";
color: #00cdd7;
}
.cn-brandicon-minutemailer:before {
content: "\ea4c";
color: #3abfe6;
}
.cn-brandicon-travisci:before {
content: "\ea4d";
color: #3eaaaf;
}
.cn-brandicon-wechat:before {
content: "\ea4e";
color: #7bb32e;
}
.cn-brandicon-topcoder:before {
content: "\ea4f";
color: #29a8e0;
}
.cn-brandicon-yandex:before {
content: "\ea50";
color: #f00;
}
.cn-brandicon-ted:before {
content: "\ea51";
color: #e62b1e;
}
.cn-brandicon-instapaper:before {
content: "\ea52";
}
.cn-brandicon-pluralsight:before {
content: "\ea53";
color: #f15b2a;
}
.cn-brandicon-stylus:before {
content: "\ea54";
}
.cn-brandicon-whatsapp:before {
content: "\ea55";
color: #25d366;
}
.cn-brandicon-google:before {
content: "\ea56";
color: #4285f4;
}
.cn-brandicon-line:before {
content: "\ea57";
color: #00c300;
}
.cn-brandicon-livejournal:before {
content: "\ea58";
color: #00b0ea;
}
.cn-brandicon-atlassian:before {
content: "\ea59";
color: #0052cc;
}
.cn-brandicon-eventstore:before {
content: "\ea5a";
color: #5ab552;
}
.cn-brandicon-qzone:before {
content: "\ea5b";
color: #fece00;
}
.cn-brandicon-php:before {
content: "\ea5c";
color: #777bb4;
}
.cn-brandicon-mozillafirefox:before {
content: "\ea5d";
color: #ff9400;
}
.cn-brandicon-stripe:before {
content: "\ea5e";
color: #008cdd;
}
.cn-brandicon-wolframlanguage:before {
content: "\ea5f";
color: #d10;
}
.cn-brandicon-artstation:before {
content: "\ea60";
color: #13aff0;
}
.cn-brandicon-stackoverflow:before {
content: "\ea61";
color: #fe7a16;
}
.cn-brandicon-liberapay:before {
content: "\ea62";
color: #f6c915;
}
.cn-brandicon-gumtree:before {
content: "\ea63";
color: #72ef36;
}
.cn-brandicon-playstation3:before {
content: "\ea64";
color: #003791;
}
.cn-brandicon-brand-dot-ai:before {
content: "\ea65";
color: #0aa0ff;
}
.cn-brandicon-scribd:before {
content: "\ea66";
color: #1a7bba;
}
.cn-brandicon-googleallo:before {
content: "\ea67";
color: #ecb842;
}
.cn-brandicon-bower:before {
content: "\ea68";
color: #ef5734;
}
.cn-brandicon-vagrant:before {
content: "\ea69";
color: #1563ff;
}
.cn-brandicon-co-op:before {
content: "\ea6a";
color: #00b1e7;
}
.cn-brandicon-jenkins:before {
content: "\ea6b";
color: #d24939;
}
.cn-brandicon-codecov:before {
content: "\ea6c";
color: #f01f7a;
}
.cn-brandicon-codacy:before {
content: "\ea6d";
}
.cn-brandicon-automatic:before {
content: "\ea6e";
color: #7d8084;
}
.cn-brandicon-gauges:before {
content: "\ea6f";
color: #2fa66a;
}
.cn-brandicon-matternet:before {
content: "\ea70";
}
.cn-brandicon-plurk:before {
content: "\ea71";
color: #ff574d;
}
.cn-brandicon-themighty:before {
content: "\ea72";
color: #d0072a;
}
.cn-brandicon-designernews:before {
content: "\ea73";
color: #2d72d9;
}
.cn-brandicon-kaios:before {
content: "\ea74";
color: #6f02b5;
}
.cn-brandicon-xing:before {
content: "\ea75";
color: #006567;
}
.cn-brandicon-adobeindesign:before {
content: "\ea76";
color: #fd3f93;
}
.cn-brandicon-microsoftoutlook:before {
content: "\ea77";
color: #0072c6;
}
.cn-brandicon-adobedreamweaver:before {
content: "\ea78";
color: #35fa00;
}
.cn-brandicon-auth0:before {
content: "\ea79";
color: #eb5424;
}
.cn-brandicon-slashdot:before {
content: "\ea7a";
color: #026664;
}
.cn-brandicon-goldenline:before {
content: "\ea7b";
color: #f1b92b;
}
.cn-brandicon-redux:before {
content: "\ea7c";
color: #764abc;
}
.cn-brandicon-pinboard:before {
content: "\ea7d";
color: #00f;
}
.cn-brandicon-redbubble:before {
content: "\ea7e";
color: #e41321;
}
.cn-brandicon-zerply:before {
content: "\ea7f";
color: #9dbc7a;
}
.cn-brandicon-twitch:before {
content: "\ea80";
color: #6441a4;
}
.cn-brandicon-lanyrd:before {
content: "\ea81";
color: #3c80ca;
}
.cn-brandicon-windows:before {
content: "\ea82";
color: #0078d6;
}
.cn-brandicon-basecamp:before {
content: "\ea83";
color: #5ecc62;
}
.cn-brandicon-mail-dot-ru:before {
content: "\ea84";
color: #168de2;
}
.cn-brandicon-elementary:before {
content: "\ea85";
color: #64baff;
}
.cn-brandicon-groupon:before {
content: "\ea86";
color: #53a318;
}
.cn-brandicon-youtube:before {
content: "\ea87";
color: #f00;
}
.cn-brandicon-rails:before {
content: "\ea88";
color: #c00;
}
.cn-brandicon-justgiving:before {
content: "\ea89";
color: #ad29b6;
}
.cn-brandicon-wire:before {
content: "\ea8a";
}
.cn-brandicon-meteor:before {
content: "\ea8b";
color: #de4f4f;
}
.cn-brandicon-readthedocs:before {
content: "\ea8c";
color: #8ca1af;
}
.cn-brandicon-googleanalytics:before {
content: "\ea8d";
color: #ffc107;
}
.cn-brandicon-jsfiddle:before {
content: "\ea8e";
color: #4679a4;
}
.cn-brandicon-d3-dot-js:before {
content: "\ea8f";
color: #f9a03c;
}
.cn-brandicon-nodemon:before {
content: "\ea90";
color: #76d04b;
}
.cn-brandicon-serverfault:before {
content: "\ea91";
color: #e7282d;
}
.cn-brandicon-yahoo:before {
content: "\ea92";
color: #409;
}
.cn-brandicon-grav:before {
content: "\ea93";
}
.cn-brandicon-hackster:before {
content: "\ea94";
color: #1bacf7;
}
.cn-brandicon-producthunt:before {
content: "\ea95";
color: #da552f;
}
.cn-brandicon-uber:before {
content: "\ea96";
}
.cn-brandicon-gulp:before {
content: "\ea97";
color: #da4648;
}
.cn-brandicon-adobephotoshop:before {
content: "\ea98";
color: #00c8ff;
}
.cn-brandicon-keycdn:before {
content: "\ea99";
color: #3686be;
}
.cn-brandicon-diaspora:before {
content: "\ea9a";
}
.cn-brandicon-beats:before {
content: "\ea9b";
color: #005571;
}
.cn-brandicon-reddit:before {
content: "\ea9c";
color: #ff4500;
}
.cn-brandicon-librarything:before {
content: "\ea9d";
}
.cn-brandicon-angellist:before {
content: "\ea9e";
}
.cn-brandicon-codeigniter:before {
content: "\ea9f";
color: #ee4623;
}
.cn-brandicon-stitcher:before {
content: "\eaa0";
}
.cn-brandicon-drone:before {
content: "\eaa1";
}
.cn-brandicon-icq:before {
content: "\eaa2";
color: #7ebd00;
}
.cn-brandicon-microsoftedge:before {
content: "\eaa3";
color: #0078d7;
}
.cn-brandicon-gog-dot-com:before {
content: "\eaa4";
color: #86328a;
}
.cn-brandicon-highly:before {
content: "\eaa5";
color: #ff3c00;
}
.cn-brandicon-intel:before {
content: "\eaa6";
color: #0071c5;
}
.cn-brandicon-evernote:before {
content: "\eaa7";
color: #00a82d;
}
.cn-brandicon-codepen:before {
content: "\eaa8";
}
.cn-brandicon-dribbble:before {
content: "\eaa9";
color: #ea4c89;
}
.cn-brandicon-adobeaftereffects:before {
content: "\eaaa";
color: #d291ff;
}
.cn-brandicon-xbox:before {
content: "\eaab";
color: #107c10;
}
.cn-brandicon-trello:before {
content: "\eaac";
color: #0079bf;
}
.cn-brandicon-archiveofourown:before {
content: "\eaad";
color: #900;
}
.cn-brandicon-swarm:before {
content: "\eaae";
color: #ffa633;
}
.cn-brandicon-udemy:before {
content: "\eaaf";
color: #ec5252;
}
.cn-brandicon-amd:before {
content: "\eab0";
color: #ed1c24;
}
.cn-brandicon-known:before {
content: "\eab1";
}
.cn-brandicon-redis:before {
content: "\eab2";
color: #d82c20;
}
.cn-brandicon-player-dot-me:before {
content: "\eab3";
color: #c0379a;
}
.cn-brandicon-clojure:before {
content: "\eab4";
color: #5881d8;
}
.cn-brandicon-acm:before {
content: "\eab5";
color: #0085ca;
}
.cn-brandicon-linked-in:before {
content: "\eab6";
color: #0077b5;
}
.cn-brandicon-googlechrome:before {
content: "\eab7";
color: #4285f4;
}
.cn-brandicon-nuget:before {
content: "\eab8";
color: #004880;
}
.cn-brandicon-uikit:before {
content: "\eab9";
color: #2396f3;
}
.cn-brandicon-react:before {
content: "\eaba";
color: #61dafb;
}
.cn-brandicon-ko-fi:before {
content: "\eabb";
color: #f16061;
}
.cn-brandicon-twitter:before {
content: "\eb20";
color: #000;
}
.cn-brandicon-livestream:before {
content: "\eabd";
color: #cf202e;
}
.cn-brandicon-dailymotion:before {
content: "\eabe";
color: #0066dc;
}
.cn-brandicon-bitly:before {
content: "\eabf";
color: #ee6123;
}
.cn-brandicon-quantopian:before {
content: "\eac0";
color: #c50000;
}
.cn-brandicon-devrant:before {
content: "\eac1";
color: #f99a66;
}
.cn-brandicon-graphcool:before {
content: "\eac2";
color: #27ae60;
}
.cn-brandicon-patreon:before {
content: "\eac3";
color: #f96854;
}
.cn-brandicon-coderwall:before {
content: "\eac4";
color: #3e8dcc;
}
.cn-brandicon-stubhub:before {
content: "\eac5";
color: #003168;
}
.cn-brandicon-hipchat:before {
content: "\eac6";
color: #0052cc;
}
.cn-brandicon-klout:before {
content: "\eac7";
color: #e44600;
}
.cn-brandicon-swift:before {
content: "\eac8";
color: #fa7343;
}
.cn-brandicon-linuxfoundation:before {
content: "\eac9";
color: #009bee;
}
.cn-brandicon-discord:before {
content: "\eaca";
color: #7289da;
}
.cn-brandicon-dtube:before {
content: "\eacb";
color: #f00;
}
.cn-brandicon-opera:before {
content: "\eacc";
color: #ff1b2d;
}
.cn-brandicon-gitter:before {
content: "\eacd";
color: #ed1965;
}
.cn-brandicon-buffer:before {
content: "\eace";
color: #168eea;
}
.cn-brandicon-css3:before {
content: "\eacf";
color: #1572b6;
}
.cn-brandicon-renren:before {
content: "\ead0";
color: #217dc6;
}
.cn-brandicon-logstash:before {
content: "\ead1";
color: #005571;
}
.cn-brandicon-picarto-dot-tv:before {
content: "\ead2";
color: #1da456;
}
.cn-brandicon-speakerdeck:before {
content: "\ead3";
color: #396;
}
.cn-brandicon-adobelightroom:before {
content: "\ead4";
color: #add5ec;
}
.cn-brandicon-framer:before {
content: "\ead5";
color: #05f;
}
.cn-brandicon-eclipseide:before {
content: "\ead6";
color: #2c2255;
}
.cn-brandicon-debian:before {
content: "\ead7";
color: #a81d33;
}
.cn-brandicon-mixcloud:before {
content: "\ead8";
color: #314359;
}
.cn-brandicon-slack:before {
content: "\ead9";
color: #4a154b;
}
.cn-brandicon-soundcloud:before {
content: "\eada";
color: #f30;
}
.cn-brandicon-skyliner:before {
content: "\eadb";
color: #2fcea0;
}
.cn-brandicon-messenger:before {
content: "\eadc";
color: #0084ff;
}
.cn-brandicon-trulia:before {
content: "\eadd";
color: #53b50a;
}
.cn-brandicon-dazn:before {
content: "\eade";
color: #f8f8f5;
}
.cn-brandicon-hootsuite:before {
content: "\eadf";
}
.cn-brandicon-django:before {
content: "\eae0";
}
.cn-brandicon-mysql:before {
content: "\eae1";
color: #4479a1;
}
.cn-brandicon-shazam:before {
content: "\eae2";
color: #08f;
}
.cn-brandicon-baidu:before {
content: "\eae3";
color: #2319dc;
}
.cn-brandicon-skype:before {
content: "\eae4";
color: #00aff0;
}
.cn-brandicon-ebay:before {
content: "\eae5";
color: #e53238;
}
.cn-brandicon-spdx:before {
content: "\eae6";
color: #4398cc;
}
.cn-brandicon-glassdoor:before {
content: "\eae7";
color: #0caa41;
}
.cn-brandicon-micro-dot-blog:before {
content: "\eae8";
color: #fd8308;
}
.cn-brandicon-cashapp:before {
content: "\eae9";
color: #00c244;
}
.cn-brandicon-adobeaudition:before {
content: "\eaea";
color: #00e4bb;
}
.cn-brandicon-wordpress:before {
content: "\eaeb";
color: #21759b;
}
.cn-brandicon-dot-net:before {
content: "\eaec";
color: #5c2d91;
}
.cn-brandicon-x-pack:before {
content: "\eaed";
color: #005571;
}
.cn-brandicon-circleci:before {
content: "\eaee";
}
.cn-brandicon-viadeo:before {
content: "\eaef";
color: #f88d2d;
}
.cn-brandicon-atom:before {
content: "\eaf0";
color: #66595c;
}
.cn-brandicon-pandora:before {
content: "\eaf1";
color: #005483;
}
.cn-brandicon-sublimetext:before {
content: "\eaf2";
}
.cn-brandicon-graphql:before {
content: "\eaf3";
color: #e10098;
}
.cn-brandicon-expertsexchange:before {
content: "\eaf4";
color: #00aae7;
}
.cn-brandicon-nginx:before {
content: "\eaf5";
color: #269539;
}
.cn-brandicon-adobecreativecloud:before {
content: "\eaf6";
color: #d41818;
}
.cn-brandicon-go:before {
content: "\eaf7";
color: #76e1fe;
}
.cn-brandicon-staticman:before {
content: "\eaf8";
}
.cn-brandicon-adobeacrobatreader:before {
content: "\eaf9";
color: #ee3f24;
}
.cn-brandicon-apple:before {
content: "\eafa";
color: #999;
}
.cn-brandicon-scrutinizerci:before {
content: "\eafb";
color: #8a9296;
}
.cn-brandicon-launchpad:before {
content: "\eafc";
color: #f8c300;
}
.cn-brandicon-netflix:before {
content: "\eafd";
color: #e50914;
}
.cn-brandicon-smashingmagazine:before {
content: "\eafe";
color: #e85c33;
}
.cn-brandicon-icloud:before {
content: "\eaff";
color: #3693f3;
}
.cn-brandicon-digitalocean:before {
content: "\eb00";
color: #0080ff;
}
.cn-brandicon-leetcode:before {
content: "\eb01";
color: #f89f1b;
}
.cn-brandicon-grafana:before {
content: "\eb02";
color: #f46800;
}
.cn-brandicon-neo4j:before {
content: "\eb03";
color: #008cc1;
}
.cn-brandicon-storify:before {
content: "\eb04";
color: #3a98d9;
}
.cn-brandicon-typo3:before {
content: "\eb05";
color: #ff8700;
}
.cn-brandicon-visualstudiocode:before {
content: "\eb06";
color: #007acc;
}
.cn-brandicon-postgresql:before {
content: "\eb07";
color: #336791;
}
.cn-brandicon-sensu:before {
content: "\eb08";
color: #89c967;
}
.cn-brandicon-themoviedatabase:before {
content: "\eb09";
color: #01d277;
}
.cn-brandicon-reverbnation:before {
content: "\eb0a";
color: #e43526;
}
.cn-brandicon-makerbot:before {
content: "\eb0b";
color: #ff1e0d;
}
.cn-brandicon-conekta:before {
content: "\eb0c";
color: #414959;
}
.cn-brandicon-furaffinity:before {
content: "\eb0d";
color: #faaf3a;
}
.cn-brandicon-behance:before {
content: "\eb0e";
color: #1769ff;
}
.cn-brandicon-applemusic:before {
content: "\eb0f";
}
.cn-brandicon-flickr:before {
content: "\eb10";
color: #0063dc;
}
.cn-brandicon-mixer:before {
content: "\eb11";
color: #002050;
}
.cn-brandicon-compropago:before {
content: "\eb12";
color: #00aaef;
}
.cn-brandicon-upwork:before {
content: "\eb13";
color: #6fda44;
}
.cn-brandicon-coursera:before {
content: "\eb14";
color: #2a73cc;
}
.cn-brandicon-castro:before {
content: "\eb15";
color: #00b265;
}
.cn-brandicon-bathasu:before {
content: "\eb16";
color: #00a3e0;
}
.cn-brandicon-cplusplus:before {
content: "\eb17";
color: #00599c;
}