You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

435 lines
7.6 KiB

/* fallback */
@font-face {
font-family: "Material Icons";
font-style: normal;
font-weight: 400;
src: url(./../../plugins/template/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
@font-face {
font-family: "Marr Sans";
src: url(../fonts/marr-sans/MarrSans-Regular.otf) format("opentype");
}
@font-face {
font-family: "Marr Sans";
src: url(../fonts/marr-sans/MarrSans-Medium.otf) format("opentype");
font-weight: 500;
}
@font-face {
font-family: "Marr Sans";
src: url(../fonts/marr-sans/MarrSans-Semibold.otf) format("opentype");
font-weight: 600;
}
@font-face {
font-family: "Marr Sans Cond";
src: url(../fonts/marr-sans/MarrSansCondensed-Medium.otf) format("opentype");
font-weight: 400;
}
@font-face {
font-family: "Marr Sans Cond";
src: url(../fonts/marr-sans/MarrSansCondensed-Semibold.otf) format("opentype");
font-weight: 500;
}
@font-face {
font-family: "Marr Sans Cond";
src: url(../fonts/marr-sans/MarrSansCondensed-Bold.otf) format("opentype");
font-weight: 600;
}
@font-face {
font-family: "Consola";
src: url(../fonts/CONSOLA.TTF);
font-weight: 600;
}
.material-icons {
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}
/* Text and Colors */
/* .mon-primary {
color: #01364F !important;
}
.mon-text-dark {
color: #827f7f !important;
}
.mon-lh-16 {
line-height: 16px;
}
.mon-small {
font-size: 73%;
}
.mon-title {
color: #016d64;
text-transform: uppercase;
font-weight: 700;
}
.mon-sub-text {
font-size: 14px;
line-height: 24px;
}
.mon-text-inherit {
text-transform: inherit !important;
}
.lh-small {
line-height: 14px;
}
.btn-primary {
background-color: #01364F;
border-color: #01364F;
}
.btn-primary:hover {
background-color: #00c8b7 !important;
border-color: #00c8b7 !important;
}
.btn-outline {
color: #016d64;
border: 2px solid #01364F;
}
.btn-outline:hover {
opacity: 0.8;
}
.btn-hollow {
color: #016d64;
background: #bdd5d3;
} */
/* Custom width */
.w-150 {
width: 150px;
}
.w-250 {
width: 100%;
max-width: 250px;
}
.w-360 {
width: 100%;
max-width: 360px;
}
.border-dash {
border-right: 2px dashed rgba(1, 121, 111, 0.39);
}
.border-dash-bottom {
border-bottom: 2px dashed rgba(1, 121, 111, 0.39);
}
.mon-inscription-table {
border: 1px solid #dee2e6;
}
.mon-inscription-table table {
color: #333333 !important;
}
.mon-inscription-table tbody {
font-size: 14px;
}
.mon-inscription-table .bg-light-grey {
background-color: #f5f5f5;
}
.mon-details-view .w-100 {
max-width: 380px;
}
.mon-details-view .mon-form-label {
font-size: 88%;
margin-bottom: 6px;
color: #333333;
}
.mon-details-view .mon-details-action {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.mon-details-view .mon-details-action button {
max-width: 310px;
margin: 4px;
font-size: 14px;
}
.mon-details-view .mon-payment-box {
font-size: 14.5px;
color: #333333;
}
.mon-custom-file .custom-file-label::after {
color: #ffffff !important;
background-color: #a2a2a2 !important;
content: "Parcourir " !important;
}
.mon-custom-file .input-group-text {
color: #ffffff !important;
background-color: #a2a2a2 !important;
}
/* li.page-item {
border-radius: 3px;
margin: 4px;
width: 36px;
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;
height: 38px;
}
li.page-item a:focus {
outline: 0 !important;
border: none !important;
}
.page-link {
position: relative;
display: block;
margin-left: 0px !important;
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-item:first-child .page-link {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.page-item:last-child .page-link {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
} */
span.error {
font-size: 12px;
margin-left: 0px;
}
.bg-form-grey {
background: #f9f9f9;
}
.btn.btn-profile-tab {
font-size: 16px !important;
padding-left: 30px;
padding-right: 30px;
background: transparent !important;
color: #016d64;
font-weight: 600;
border: 0px !important;
}
.btn.btn-profile-tab.active-tab {
background: #016d64 !important;
color: #fff !important;
}
#edit-mode {
border: 0px;
outline: none !important;
background: transparent;
}
.btn-edit-icon {
font-size: 22px;
cursor: pointer;
}
input[disabled],
select[disabled] {
cursor: not-allowed !important;
}
.no-border-top {
border-bottom: 1px solid #dee2e6 !important;
border-left: 1px solid #dee2e6 !important;
border-right: 1px solid #dee2e6 !important;
}
.no-border-bottom {
border-top: 1px solid #dee2e6 !important;
border-left: 1px solid #dee2e6 !important;
border-right: 1px solid #dee2e6 !important;
}
.font-weight-medium {
font-weight: 600;
}
.text-dark-grey {
color: #827f7f;
}
.btn {
cursor: pointer;
}
.btn-text {
font-size: 12px !important;
}
.btn:focus {
outline: none !important;
box-shadow: none !important;
}
.initials-avatar {
background: #FFC700;
padding: 6px;
border-radius: 100px;
font-weight: 600;
font-size: 11px;
}
.item-premium {
font-size: 12px;
background: #FFC700;
font-family: 'Marr Sans Cond';
border: 0px!important;
color: #2f2f2f;
padding: 4px 6px!important;
font-weight: 100;
margin-left: 6px;
}
.not-premium {
background: #FFFFFF;
font-size: 12px;
font-family: 'Marr Sans Cond';
color: #4e4e4e;
border: 1px solid #8a8a8a!important;
border-radius: 2px;
padding: 4px 6px!important;
font-weight: 100;
margin-left: 6px;
}
.display-email {
font-size: 13px;
font-weight: 500;
margin-right: 10px;
}
.dropdown-menu {
padding: 0px!important;
}
.top-header-dropdown {
width: 320px;
min-width: unset !important;
top: 50px;
left: unset!important;
right: 12px!important;
border: 0px !important;
}
.top-header-dropdown a {
color: #333333;
}
.top-header-dropdown ul {
list-style-type: none;
padding-left: 0px;
}
.top-header-dropdown a:hover {
color: #01364F;
background: white;
margin: 0 0px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
background-color: #01364F !important;
border-color: #01364F !important;
}
.custom-toast {
position: fixed;
z-index: 1;
top: 100px;
right: 10px;
}
.custom-toast .alert {
width: 100%;
margin: 0px !important;
}
.cookie-bg {
background: #E8B31E !important;
}
#announcement-modal .modal-header {
background: white !important;
background-color: white;
}
#announcement-modal .modal-header .close {
color: #827F7F;
}
#announcement-modal .modal-header h5 {
letter-spacing: 0px !important;
font-weight: 700;
font-size: 16px;
}
#announcement-modal .modal-footer button {
letter-spacing: 0px !important;
font-size: 14px;
font-weight: 600;
}
.excluded {
background-color: #e9ecef !important;
cursor: not-allowed;
}
.overlay-disabled {
background: transparent;
height: 100%;
width: 100%;
position: absolute;
cursor: not-allowed;
z-index: 10;
}
/*# sourceMappingURL=addons.css.map */