Projet de stage 2021

This commit is contained in:
2021-06-18 10:37:33 +02:00
commit eb522143cf
314 changed files with 202141 additions and 0 deletions

View File

@@ -0,0 +1,320 @@
i.sidebarIcons {
/* class created to use and style font awesome's icons same as k4's svg library (../images/sprites.svg) */
position: absolute;
left: 24px;
font-size: 30px;
transition: all 0.15s ease;
display: inline-block;
z-index: 1;
}
div#title {
/*apply a little wide spece at the bottom of the div with the "title" id*/
margin: 0px 0px 20px 0px;
}
/*For reduced menu*/
i.ifhidden {
color: transparent;
transition: all 0.15s ease;
}
@media (min-width: 992px) {
/*For active buttons on the menus*/
body.esp-cl.reduced-menu-left nav.menu-left a#active i {
color: #fff !important;
}
/*For inactive buttons on the menus*/
body.esp-cl.reduced-menu-left nav.menu-left a.text-original i,
body.esp-cl.reduced-menu-left nav.menu-left a.text-truncate i {
color: #2c4698 !important;
}
/*For inactive buttons on the menus*/
body.esp-cl.reduced-menu-left nav.menu-left a.text-original i.ifhidden,
body.esp-cl.reduced-menu-left nav.menu-left a.text-truncate i.ifhidden {
color: #2c4698 !important;
transition: all 0.15s ease;
}
/*When the menu is reduced, it replace the arrow by another fa-icon*/
body.esp-cl.reduced-menu-left nav.menu-left a.text-original i.little,
body.esp-cl.reduced-menu-left nav.menu-left a.text-truncate i.little {
display: none;
}
body.esp-cl.reduced-menu-left nav.menu-left ul li a {
max-width: 80px;
padding: 1.45rem;
}
}
/*end of reduced menu*/
/*for tiles*/
h3.section {
font-weight: bolder;
}
h3.section,
h5.section {
color: #fff;
display: grid;
place-items: center;
}
i.section {
color: #fff;
display: grid;
place-items: center;
font-size: 100px;
transition: all 0.15s ease;
margin-top: 10px;
margin-bottom: 20px;
}
.sectionLine {
position: relative;
padding-bottom: 10px;
}
.sectionLine::after {
display: grid;
position: absolute;
place-items: center;
content: '';
z-index: 1;
bottom: 0;
width: 70%;
height: 2px;
background-color: rgba(255, 255, 255, 0.3);
}
p.section {
text-align: center;
}
/*end of tiles*/
/*for sub-menu*/
a.active#active {
color: #0000ff !important;
}
li.submenu,
a.submenu {
max-height: 30px;
}
body.esp-cl nav.menu-left ul li.submenu a:not(.bg-gradient)::before a.submenu:hover {
max-height: 30px;
}
body.esp-cl nav.menu-left ul li.submenu a:not(.bg-gradient):hover::before {
width: 100%;
max-height: 30px;
margin-top: 14px;
}
body.esp-cl nav.menu-left ul li.submenu a:not(.bg-gradient)::before {
width: 100%;
max-height: 30px;
margin-top: 14px;
box-shadow: 0 16px 30px rgb(0 0 0 / 0%) !important;
}
body.esp-cl nav.menu-left ul li.submenu2 a:not(.bg-gradient)::before {
/*for 2 lines*/
width: 100%;
max-height: 55px;
margin-top: 14px;
box-shadow: 0 16px 30px rgb(0 0 0 / 0%) !important;
}
/*end of sub-menu*/
/*for boxes on each pages*/
@media (min-width: 1660px) {
/*2 triple sections*/
body.esp-cl ul.tiles li.onlineLarge {
flex: 0 0 50%;
max-width: 50%;
}
body.esp-cl ul.tiles li.onsiteLarge {
flex: 0 0 50%;
max-width: 50%;
}
body.esp-cl ul.tiles li.onlineSoftware {
/*Software pages*/
flex: 0 0 20%;
max-width: 20%;
}
body.esp-cl ul.tiles li.onsiteSoftware {
flex: 0 0 80%;
max-width: 80%;
}
}
@media (min-width: 1660px) {
/*One single section*/
body.esp-cl ul.tiles li.onlineSolo {
flex: 0 0 100%;
max-width: 100%;
}
body.esp-cl ul.tiles li.onsiteSolo {
flex: 0 0 100%;
max-width: 100%;
}
}
/*end of boxex*/
/*tools & logo*/
div#logoContainer {
display: grid;
align-items: center;
justify-content: center;
}
div.sectionLogo {
display: flex;
align-items: center;
justify-content: center;
}
img.toolsLogo {
width: 200px;
transition: all 0.25s ease;
border-radius: 10%;
margin: 20px 20px 20px 20px;
opacity: 0.9;
}
img.toolsLogo:hover {
transform: scale(1.15);
transition: all 0.25s ease;
border-radius: 10%;
margin: 15px 15px 15px 15px;
box-shadow: 0 0 10px 5px rgba(11, 60, 110, 0.5);
opacity: 1;
}
div.logoContainer {
color: #0b3c6e;
}
div.logoContainer span {
position: absolute;
margin-top: 6.5rem;
margin-left: -9%;
padding: .3rem;
text-align: center;
color: #000;
box-shadow: 10px 10px 5px rgba(136, 136, 136, 0.336);
border: 1px;
border-radius: 15px;
background: radial-gradient(0px 0px, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7));
transform: scale(0) rotate(-15deg);
transition: all .3s;
opacity: 0;
}
div.logoContainer:hover span,
div.logoContainer:focus span {
transform: scale(1);
opacity: 1;
}
a.softwareLink {
text-decoration: none;
}
/*end of tools and logo*/
/*For /tools/softwareName.html */
img.softwareLogo {
border-radius: 10%;
}
@media (min-width: 1701px) {
/*One single section*/
img.softwareLogo {
width: 100%;
}
}
@media (max-width: 1700px) {
/*One single section*/
img.softwareLogo {
width: 20%;
}
}
@media (max-width: 1440px) {
/*One single section*/
img.softwareLogo {
width: 20%;
}
}
@media (max-width: 990px) {
/*One single section*/
img.softwareLogo {
width: 20%;
}
}
h3.software,
h5.software {
color: #000;
}
.softwareLine {
position: relative;
padding-bottom: 10px;
}
.softwareLine::after {
display: grid;
position: absolute;
place-items: center;
content: '';
z-index: 1;
bottom: 0;
width: 90%;
height: 2px;
background-color: rgba(34, 34, 34, 0.3);
}
/* End of /tools/softwareName.html */
/* for profile type in <header> */
img.namePP {
width: 28px;
margin-right: 5px;
border-radius: 50%;
}
span#WorkerName {
color: #2f85b3 !important;
}
/* end for profile type in <header> */

View File

@@ -0,0 +1,652 @@
@charset "UTF-8";
@keyframes bs-notify-fadeOut {
0% {
opacity: 0.9;
}
100% {
opacity: 0;
}
}
select.bs-select-hidden,
.bootstrap-select>select.bs-select-hidden,
select.selectpicker {
display: none !important;
}
.bootstrap-select {
width: 220px \0;
/*IE9 and below*/
vertical-align: middle;
}
.bootstrap-select>.dropdown-toggle {
position: relative;
width: 100%;
text-align: right;
white-space: nowrap;
display: inline-flex;
align-items: center;
justify-content: space-between;
}
.bootstrap-select>.dropdown-toggle:after {
margin-top: -1px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
color: #999;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active {
color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select>select {
position: absolute !important;
bottom: 0;
left: 50%;
display: block !important;
width: 0.5px !important;
height: 100% !important;
padding: 0 !important;
opacity: 0 !important;
border: none;
z-index: 0 !important;
}
.bootstrap-select>select.mobile-device {
top: 0;
left: 0;
display: block !important;
width: 100% !important;
z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
border-color: #28a745;
}
.bootstrap-select.fit-width {
width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 220px;
}
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
outline: thin dotted #333333 !important;
outline: 5px auto -webkit-focus-ring-color !important;
outline-offset: -2px;
}
.bootstrap-select.form-control {
margin-bottom: 0;
padding: 0;
border: none;
height: auto;
}
:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]) {
width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
float: none;
z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
float: none;
display: inline-block;
margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
height: 100%;
font-size: inherit;
line-height: inherit;
border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
font-size: inherit;
line-height: inherit;
border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select>.disabled {
cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
outline: none !important;
}
.bootstrap-select.bs-container {
position: absolute;
top: 0;
left: 0;
height: 0 !important;
padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
position: static;
top: 0;
left: 0;
float: left;
height: 100%;
width: 100%;
text-align: left;
overflow: hidden;
flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
position: absolute;
padding-top: inherit;
padding-bottom: inherit;
padding-left: inherit;
float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
width: 0 !important;
float: left;
opacity: 0 !important;
overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
position: absolute;
top: 50%;
right: 12px;
margin-top: -2px;
vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
width: 100%;
}
.bootstrap-select .dropdown-menu {
min-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-select .dropdown-menu>.inner:focus {
outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
position: static;
float: none;
border: 0;
padding: 0;
margin: 0;
border-radius: 0;
box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
cursor: pointer;
user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
position: relative;
padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
position: absolute;
bottom: 5px;
width: 96%;
margin: 0 2%;
min-height: 26px;
padding: 3px 5px;
background: whitesmoke;
border: 1px solid #e3e3e3;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
pointer-events: none;
opacity: 0.9;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
padding: 3px;
background: #f5f5f5;
margin: 0 5px;
white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
position: static;
display: inline;
padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
position: static;
top: auto;
margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
position: absolute;
display: inline-block;
right: 15px;
top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
content: '';
display: block;
width: 0.5em;
height: 1em;
border-style: solid;
border-width: 0 0.26em 0.26em 0;
transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
content: '';
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(204, 204, 204, 0.2);
position: absolute;
bottom: -4px;
left: 9px;
display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid white;
position: absolute;
bottom: -4px;
left: 10px;
display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
bottom: auto;
top: -4px;
border-top: 7px solid rgba(204, 204, 204, 0.2);
border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
bottom: auto;
top: -4px;
border-top: 6px solid white;
border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
right: 12px;
left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
right: 13px;
left: auto;
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after {
display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
padding: 4px 8px;
}
.bs-actionsbox {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
width: 50%;
}
.bs-donebutton {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.bs-donebutton .btn-group button {
width: 100%;
}
.bs-searchbox+.bs-actionsbox {
padding: 0 8px 4px;
}
.bs-searchbox .form-control {
margin-bottom: 0;
width: 100%;
float: none;
}
.bs-searchbox::after {
display: block;
position: absolute;
content: '\f002';
top: 16px;
right: 12px;
width: 30px;
height: 30px;
text-align: center;
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
font-size: 1.3rem;
opacity: .25;
}
select.bs-select {
max-width: 100%;
overflow: hidden;
}
.bootstrap-select {
height: auto !important;
padding-right: 0 !important;
box-shadow: none;
}
.bootstrap-select.is-invalid,
.bootstrap-select.is-valid {
background-position: right calc(2.4em + 0.1875rem) center !important;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}
.input-group .bootstrap-select.is-invalid,
.input-group .bootstrap-select.is-valid {
background-position: right calc(4em + 0.1875rem) center !important;
}
.bootstrap-select.is-invalid.custom-select-sm,
.bootstrap-select.is-valid.custom-select-sm {
background-size: calc(0.5em + 0.375rem) calc(0.5em + 0.375rem) !important;
}
.input-group .bootstrap-select.is-invalid.custom-select-sm,
.input-group .bootstrap-select.is-valid.custom-select-sm {
background-position: right calc(3.4em + 0.1875rem) center !important;
}
.bootstrap-select.is-invalid.custom-select-lg,
.bootstrap-select.is-valid.custom-select-lg {
background-size: calc(1em + 0.375rem) calc(1em + 0.375rem) !important;
}
.input-group .bootstrap-select.is-invalid.custom-select-lg,
.input-group .bootstrap-select.is-valid.custom-select-lg {
background-position: right calc(4.4em + 0.1875rem) center !important;
}
.bootstrap-select.is-invalid .dropdown-toggle,
.bootstrap-select.is-valid .dropdown-toggle {
background-color: transparent;
}
.bootstrap-select+a {
z-index: 1;
}
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
outline: 0 !important;
overflow: hidden;
}
.bootstrap-select>.dropdown-toggle::after {
display: none;
}
.bootstrap-select>.dropdown-toggle .filter-option-inner-inner {
max-height: 1.6rem;
white-space: pre-wrap;
}
.bootstrap-select.custom-select-sm>.dropdown-toggle {
font-size: .855rem !important;
line-height: 1.6rem;
}
.bootstrap-select.custom-select-lg>.dropdown-toggle {
font-size: 1.15rem !important;
}
.bootstrap-select .dropdown-menu {
z-index: 10000;
border: 0;
}
.bootstrap-select .dropdown-menu li a {
max-width: 95vw;
padding: .35rem 1.5rem;
white-space: initial;
}
.bootstrap-select .dropdown-menu li a .icon {
width: 24px;
}
.bootstrap-select .dropdown-menu li a .text {
color: black !important;
}
.bootstrap-select .dropdown-menu li a:active .text {
color: white !important;
}
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.selected a .text,
.bootstrap-select .dropdown-menu li.active a,
.bootstrap-select .dropdown-menu li.active a .text {
color: white !important;
}
.bootstrap-select .dropdown-menu li.disabled {
opacity: .6;
}
.bootstrap-select.custom-select-sm,
.bootstrap-select.custom-select-lg {
height: inherit;
padding: inherit;
font-size: inherit;
}
.bootstrap-select.custom-select-sm .custom-select {
height: calc(1.5em + .8rem + 2px);
padding-top: .4rem;
padding-bottom: .4rem;
padding-left: 1.05rem;
font-size: .8em;
}
.bootstrap-select.custom-select-sm .dropdown-menu {
font-size: .855rem;
}
.bootstrap-select.custom-select-lg .custom-select {
height: calc(2.5em + .56rem + 2px);
padding-top: .28rem;
padding-bottom: .28rem;
padding-left: 1.7rem;
font-size: 1.15em;
}
.bootstrap-select.disabled .dropdown-toggle,
.bootstrap-select>.disabled .dropdown-toggle {
color: #6c757d;
background-color: #e9ecef;
box-shadow: none;
}
.bootstrap-select[class*="col-"] {
padding-left: 0;
padding-right: 0;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,154 @@
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
position: relative;
}
.flickity-enabled:focus {
outline: none;
}
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}
.flickity-slider {
position: absolute;
width: 100%;
height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
cursor: -webkit-grabbing;
cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
position: absolute;
background: hsla(0, 0%, 100%, 0.75);
border: none;
color: #333;
}
.flickity-button:hover {
background: white;
cursor: pointer;
}
.flickity-button:focus {
outline: none;
box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
opacity: 0.6;
}
.flickity-button:disabled {
opacity: 0.3;
cursor: auto;
/* prevent disabled button from capturing pointer up event. #716 */
pointer-events: none;
}
.flickity-button-icon {
fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
top: 50%;
width: 44px;
height: 44px;
border-radius: 50%;
/* vertically center */
transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
left: 10px;
}
.flickity-prev-next-button.next {
right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
left: auto;
right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
right: auto;
left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
position: absolute;
width: 100%;
bottom: -25px;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1;
}
.flickity-rtl .flickity-page-dots {
direction: rtl;
}
.flickity-page-dots .dot {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 8px;
background: #333;
border-radius: 50%;
opacity: 0.25;
cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
opacity: 1;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 2.5 MiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 2.3 MiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 2.1 MiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 52 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,445 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Sprites_SVG">
<!-- ======================================== Logos ======================================== -->
<!-- Logo Key4Events -->
<symbol id="logo-key4events" viewBox="0 0 200 54">
<g stroke="none">
<path d="M43 17l-3.69 1.94c-.28.15-.46.57-.58.87-2.05 4.89-4.06 9.78-6.14 14.65a8.88 8.88 0 00-.91 3.4h-.01v2.54l8.42-5.07v6.95c.92-.53 2.02-1.21 2.9-1.73V33.6c1.01-.6 1.47-.9 2-1.22V28.1l-2 1.2V17zm-2.9 14.1l-4.23 2.55.13-.39c.66-1.59 2.94-7.22 4.1-9.88v7.72z"/>
<path d="M33.35 22.39c-1.15.66-2.17 1.23-3.17 1.83-.18.1-.32.32-.4.52L23.3 40l6.34 8.37 3.42-1.99-6.31-8.32 6.6-15.68zM30 3.23C22 7.84 14 12.39 6 17v27.84l3 1.8V18.87L33.07 5 30 3.23z"/>
<path d="M25.04.3c-.7-.38-1.4-.44-2.12.04L0 13.57v27.76l3 1.77V15.35L27.05 1.5C26.33 1.06 25.7.66 25.04.3zM41.99 10.24L18.02 24.07V51.9l2.96 1.76V25.88L45.06 12l-3.07-1.76z"/>
<path d="M36.27 6.9s-.34-.14-1.1.3L12.01 20.57v27.8L15 50.12V22.38L39.06 8.52c-.96-.56-1.86-1.11-2.79-1.62z"/>
<path d="M57.3 27.05v-5.79h-3.26v13.47h3.26V31.6l2.02-2.16 3.5 5.3h3.95v-.31l-5.18-7.37 5.18-5.5v-.29H62.8zM69.49 34.73h10.7v-2.8h-7.44v-2.65h5.92v-2.56h-5.92v-2.65h7.45v-2.8H69.49zM175.12 24.07h4.25v10.66h3.25V24.07h4.22v-2.8h-11.72zM169.02 28.4l-8.72-7.14h-.74v13.47h3.24V27.3l8.7 7.43h.75V21.28h-3.23zM198.74 27.9a10.36 10.36 0 00-3.64-1.59 10 10 0 01-1.8-.6c-.36-.18-.53-.44-.53-.79 0-.28.11-.52.35-.7s.67-.29 1.31-.29c.51 0 .98.06 1.4.18.43.12.8.25 1.12.39.37.16.7.35.98.56l1.75-2.65a4.6 4.6 0 00-1.21-.72 10.26 10.26 0 00-4.04-.72c-.91 0-1.71.1-2.4.3a4.7 4.7 0 00-1.69.87c-.45.37-.78.81-1 1.32s-.32 1.07-.32 1.69a3.3 3.3 0 001.21 2.6c.39.33.87.62 1.45.87.57.24 1.24.47 1.99.68.5.14.92.27 1.25.4.33.12.59.25.78.37.18.12.31.24.38.38.07.13.1.29.1.47 0 .3-.12.56-.37.78-.25.23-.68.34-1.31.34-.5 0-.98-.07-1.45-.2a9.88 9.88 0 01-2.48-1.1l-1.78 2.5c.4.32.9.62 1.46.89a10.51 10.51 0 004.34.9c.92 0 1.73-.12 2.41-.36a4.84 4.84 0 001.68-.97c.45-.4.77-.87.99-1.41s.33-1.12.33-1.73c0-1.13-.42-2.01-1.26-2.65zM145.49 34.73h10.7v-2.8h-7.45v-2.65h5.93v-2.56h-5.93v-2.65h7.46v-2.8h-10.71zM88.53 26.38l-2.88-5.12h-3.74l4.96 8.3v5.17h3.25V29.6l5.03-8.33H91.4zM106.65 21.26h-2.32l-7.85 8.44v2.25h6.89v2.78h3.25v-2.78h1.73v-2.79h-1.73l.03-7.9zm-3.28 7.9h-2.6v-.35l2.6-2.72v3.07zM116.32 34.73h10.71v-2.8h-7.45v-2.65h5.93v-2.56h-5.93v-2.65h7.45v-2.8h-10.7zM135.91 29.16l-3.7-7.9h-3.63l7 13.47h.59l7.07-13.47h-3.7z"/>
</g>
</symbol>
<!-- Logo Key4Register -->
<symbol id="logo-key4register" viewBox="0 0 224 54">
<g stroke="none">
<path d="M57.3 27.06v-5.8h-3.26v13.48h3.26v-3.15l2.02-2.15 3.5 5.3h3.95v-.32l-5.18-7.36 5.18-5.5v-.3H62.8zM69.49 34.74h10.7v-2.8h-7.44v-2.66h5.92v-2.56h-5.92v-2.65h7.45v-2.8H69.49zM88.53 26.39l-2.88-5.12h-3.74l4.96 8.3v5.17h3.25V29.6l5.03-8.33H91.4zM106.65 21.27h-2.32l-7.85 8.44v2.24h6.89v2.79h3.25v-2.79h1.73v-2.78h-1.73l.03-7.9zm-3.28 7.9h-2.6v-.36l2.6-2.72v3.08zM152.21 29.27h3.9a2.83 2.83 0 01-1.96 2.56c-.42.15-.9.22-1.42.22-.62 0-1.19-.1-1.7-.31a3.86 3.86 0 01-2.13-2.15c-.2-.5-.3-1.04-.3-1.64s.1-1.14.3-1.64c.2-.49.49-.92.85-1.27a4.1 4.1 0 013-1.16 5.58 5.58 0 012.5.54c.34.16.65.34.9.54l.16.13 1.86-2.3-.14-.13c-.33-.32-.75-.6-1.25-.86a9 9 0 00-3.98-.85c-1.14 0-2.19.18-3.1.54s-1.72.87-2.36 1.5a6.56 6.56 0 00-1.48 2.24 7.24 7.24 0 00-.51 2.72c0 .97.17 1.88.51 2.73a6.57 6.57 0 003.8 3.73c.91.36 1.95.55 3.1.55 1.08 0 2.05-.17 2.88-.5.83-.32 1.54-.8 2.1-1.4.57-.59 1-1.31 1.28-2.14.28-.82.42-1.74.42-2.73v-1.48h-7.23v2.55zM132.28 34.67h11v-2.7h-7.84v-2.7h6.45V26.7h-6.45v-2.76h7.84v-2.7h-11zM127.94 28.47c.48-.69.73-1.55.73-2.56 0-1.5-.53-2.66-1.57-3.47-1.02-.8-2.45-1.2-4.23-1.2h-6.36v13.43h3.16V30.7h3.24l3.02 3.97h3.42v-.53L126.1 30a4.76 4.76 0 001.84-1.54zm-3.18-.9c-.45.33-1.1.5-1.91.5h-3.18v-4.13h3.11c.84 0 1.5.18 1.97.54.45.34.67.85.67 1.54 0 .7-.22 1.2-.66 1.54zM220.55 30.01a4.73 4.73 0 001.84-1.54c.48-.69.73-1.55.73-2.56 0-1.5-.53-2.66-1.57-3.47-1.02-.8-2.45-1.2-4.23-1.2h-6.36v13.43h3.16V30.7h3.24l3.02 3.97h3.42v-.53L220.55 30zm-1.34-2.45c-.45.34-1.1.52-1.91.52h-3.18v-4.14h3.11c.84 0 1.5.18 1.97.54.45.34.67.85.67 1.54 0 .7-.22 1.2-.66 1.54zM162.53 21.23h3.16v13.44h-3.16zM196.75 34.67h11v-2.7h-7.83v-2.7h6.45V26.7h-6.45v-2.76h7.83v-2.7h-11zM182 23.94h4.46v10.73h3.16V23.94h4.43v-2.7h-12.04zM178.96 27.97a10.1 10.1 0 00-3.77-1.6 35.1 35.1 0 01-1.33-.4 4.11 4.11 0 01-.83-.34 1.3 1.3 0 01-.41-.36.7.7 0 01-.11-.4c0-.34.14-.6.45-.79.32-.2.85-.31 1.57-.31.54 0 1.03.06 1.47.17a9 9 0 011.13.36c.37.15.69.32.96.52l.17.12 1.7-2.48-.15-.12c-.3-.26-.73-.5-1.26-.7a11.23 11.23 0 00-4.03-.69c-1.79 0-3.17.37-4.1 1.1a3.6 3.6 0 00-1.41 2.97c0 1.1.42 1.99 1.27 2.62.81.6 2.02 1.12 3.58 1.53.58.16 1.07.3 1.44.44.36.13.65.27.87.4.2.13.33.26.4.39.06.14.1.3.1.48 0 .36-.15.65-.46.88-.32.25-.88.37-1.66.37-.54 0-1.05-.06-1.51-.18a8.86 8.86 0 01-2.4-1.04l-.16-.11-1.73 2.3.15.13c.39.33.87.63 1.43.88a10.44 10.44 0 006.76.5c.7-.22 1.3-.52 1.76-.9.46-.4.8-.86 1.03-1.39.22-.52.33-1.09.33-1.68 0-1.11-.42-2.01-1.25-2.67zM43 17l-3.69 1.94c-.29.15-.46.57-.58.87-2.05 4.89-4.06 9.78-6.14 14.65a8.87 8.87 0 00-.91 3.4v2.54l8.41-5.07v6.95c.92-.53 2.02-1.21 2.9-1.73V33.6c1.01-.6 1.47-.9 2-1.22V28.1l-2 1.2V17zm-2.9 14.1l-4.23 2.55.13-.39c.66-1.59 2.94-7.22 4.1-9.88v7.72z"/>
<path d="M33.35 22.39c-1.15.66-2.17 1.23-3.17 1.83-.18.1-.32.32-.4.52L23.3 40l6.34 8.37 3.42-1.99-6.31-8.32 6.6-15.68zM30 3.23C22 7.84 14 12.39 6 17v27.84l3 1.8V18.87L33.07 5 30 3.23z"/>
<path d="M25.04.3c-.7-.38-1.4-.44-2.12.04L0 13.57v27.76l3 1.77V15.35L27.05 1.5C26.33 1.06 25.7.66 25.04.3zM41.99 10.24L18.02 24.07V51.9l2.96 1.76V25.88L45.06 12l-3.07-1.76z"/>
<path d="M36.27 6.9s-.34-.14-1.1.3L12.01 20.57v27.8L15 50.12V22.38L39.06 8.52c-.96-.56-1.86-1.11-2.79-1.62z"/>
</g>
</symbol>
<!-- Symbole Key4 -->
<symbol id="logo-key4" viewBox="0 0 42 50">
<g stroke="none">
<path d="M38.44 15.22l-3.11 1.8c-.26.14-.41.51-.53.78-1.83 4.4-3.65 8.79-5.51 13.16-.43 1-.81 1.99-.82 3.05h-.01v2.3l7.57-4.56v6.24l2.41-1.4v-6.3c.9-.54 1.65-1 2.14-1.28V25.2l-2.14 1.28V15.22zm-2.41 12.72l-3.8 2.3.12-.35c.59-1.43 2.64-6.49 3.68-8.88v6.93z"/>
<path d="M29.96 20.12c-1.02.59-1.94 1.1-2.84 1.64-.16.1-.3.29-.37.47l-5.8 13.72 5.69 7.53 3.06-1.8-5.66-7.47 5.93-14.1zM26.96 2.9L5.39 15.34v24.95l2.73 1.63V16.95l21.6-12.46-2.76-1.6z"/>
<path d="M22.5.27c-.63-.34-1.25-.4-1.9.03L0 12.2v24.94l2.73 1.59V13.79L24.3 1.34C23.66.96 23.09.59 22.5.27zM37.73 9.2L16.19 21.63v25.01l2.66 1.58V23.26L40.5 10.77 37.73 9.2z"/>
<path d="M32.6 6.2s-.31-.13-1 .27L10.8 18.48v24.98l2.7 1.58V20.1l21.6-12.47c-.85-.5-1.66-1-2.5-1.44z"/>
</g>
</symbol>
<!-- ======================================== Pictos ======================================== -->
<!-- Picto "Gestion d'évènement" -->
<symbol id="picto-event-management" viewBox="0 0 160 160">
<g stroke="none">
<path opacity=".7" fill="#A0A0A0" d="M152 117.4c0 1.88-.72 3.77-2.16 5.21-1.44 1.44-2.96 2.39-4.84 2.39H15c-1.88 0-3.4-.95-4.84-2.39A7.38 7.38 0 018 117.4V116h144v1.4z"/>
<path fill="#D3D3D3" d="M140.01 39.5a4.43 4.43 0 00-4.4-4.43H24.41a4.4 4.4 0 00-4.4 4.43L20 116h120.02L140 39.5z"/>
<path opacity=".5" fill="#FFF" d="M96 116c0 .71-.46 1.46-1 2-.54.52-1.3 1-2 1H67c-.68 0-1.46-.48-2-1-.54-.54-1-1.29-1-2h32z"/>
<circle opacity=".7" fill="#FFF" cx="80" cy="38.39" r="1.02"/>
<path fill="#FFF" d="M26 41h108v69H26z"/>
<path fill="#1D97DB" d="M81 68v-4c0-2.53 2.47-5 5-5h30c2.53 0 5 2.47 5 5v4H81z"/>
<path opacity=".4" fill="#1D97DB" d="M81 68v22c0 2.53 1.47 5 4 5h32c2.53 0 4-2.47 4-5V68H81z"/>
<path fill="none" stroke="#378699" stroke-width="3.2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M90.5 58v5M111.5 58v5"/>
<path fill="#FFF" d="M100.87 89.05a9.03 9.03 0 01-2.77-.39 6.16 6.16 0 01-2.03-1.06 4.32 4.32 0 01-1.68-3.47 4.38 4.38 0 012.28-3.96c-.52-.41-.92-.9-1.2-1.48a4.1 4.1 0 01-.44-1.86 4.1 4.1 0 011.56-3.27c.5-.42 1.12-.75 1.83-1s1.54-.36 2.45-.36 1.73.12 2.45.37c.72.24 1.33.57 1.83 1a4.08 4.08 0 011.56 3.27c0 1.36-.55 2.47-1.67 3.33a5 5 0 011.71 1.67c.4.66.6 1.43.6 2.29a4.32 4.32 0 01-1.69 3.47c-.55.45-1.23.8-2.03 1.06-.8.26-1.72.4-2.76.4zm0-3.3c.7 0 1.26-.21 1.69-.61a1.9 1.9 0 000-2.84c-.43-.4-.99-.6-1.69-.6-.68 0-1.23.2-1.65.6a1.9 1.9 0 000 2.84c.42.4.97.6 1.65.6zm0-6.71a1.8 1.8 0 001.36-.51 1.76 1.76 0 000-2.46c-.33-.35-.78-.53-1.36-.53s-1.02.17-1.34.52-.49.77-.49 1.26a1.7 1.7 0 001.83 1.72z"/>
<path opacity=".6" fill="#A0A0A0" d="M45.82 67.94l-.1-.01V66a3.22 3.22 0 00-6.43 0v1.93h-.11c-.65 0-1.18.52-1.18 1.17v4.72c0 .65.53 1.17 1.18 1.17l6.64.01c.65 0 1.18-.53 1.18-1.18v-4.71c0-.65-.53-1.17-1.18-1.17zm-2.98 3.28l.14 1.85h-.95l.14-1.83a.73.73 0 01.32-1.4c.41 0 .74.34.74.75 0 .27-.16.5-.39.63zM44.43 68h-3.86v-2a1.93 1.93 0 013.86 0v2z"/>
<path fill="#A0A0A0" d="M67 83H38v-4.95L67 78zM38 86h29v5H38z" opacity=".2"/>
</g>
</symbol>
<!-- Picto "Applications mobiles" -->
<symbol id="picto-mobile-apps" viewBox="0 0 160 160">
<g stroke="none">
<path fill="#CFCFCF" d="M44 42.47c-.15.12-.82.4-.82 1.18v9.65c0 .68.67 1.06.82 1.18V58c-.15.11-.82.51-.82 1.17v9.66c0 .72.67 1.06.82 1.17v65c0 6 5.5 11 12 11h48c6.5 0 12-5 12-11V25c0-6-5.5-11-12-11H56c-6.5 0-12 5-12 11v17.47z"/>
<path fill="#FFF" d="M111 135c0 3.29-3.44 6-7 6H56c-3.56 0-7-2.71-7-6V25c0-3.29 2.44-6 6-6h5c.28.32.32.38.44.85C60.9 21.51 62.14 23 64 23h32c1.85 0 2.93-1.5 3.39-3.16.13-.47.31-.52.61-.84h5c3.56 0 6 2.71 6 6v110z"/>
<path opacity=".5" fill="#A0A0A0" d="M74 103h12v12H74zM57 103h12v12H57zM91 103h12v12H91z"/>
<path opacity=".7" fill="#1D97DB" d="M57 79h12v12H57z"/>
<path fill="#A0A0A0" d="M57 62h12v12H57zM74 62h12v12H74z"/>
<path fill="#1D97DB" d="M91 62h12v12H91z"/>
<path fill="#A0A0A0" d="M57 45h12v12H57z"/>
<path opacity=".5" fill="#1D97DB" d="M74 45h12v12H74z"/>
<path fill="#1D97DB" d="M84 79h2v2h-2zM84 84h2v2h-2zM74 84h2v2h-2zM79 79h2v2h-2zM79 89h2v2h-2zM74 79h2v2h-2zM84 89h2v2h-2zM74 89h2v2h-2z"/>
<path fill="#A0A0A0" d="M91 45h12v12H91z"/>
</g>
</symbol>
<!-- Picto "Lead/traçabilité" -->
<symbol id="picto-lead" viewBox="0 0 160 160">
<g stroke="none">
<path fill="#CFCFCF" d="M126 137a6 6 0 01-6 6H44a6 6 0 01-6-6V23a6 6 0 016-6h76a6 6 0 016 6v114z"/>
<path fill="#FFF" d="M82 134a3 3 0 110 6 3 3 0 010-6m0-1a4 4 0 100 8 4 4 0 000-8z"/>
<circle opacity=".7" fill="#FFF" cx="82" cy="21" r="1"/>
<path fill="#FFF" d="M42 24h80v107H42z"/>
<path fill="#F5F5F5" d="M42 24h80v32H42z"/>
<circle fill="#DCDCDC" cx="82" cy="51" r="14"/>
<circle fill="none" stroke="#FFF" stroke-width="1.78" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="82" cy="49" r="4"/>
<path fill="none" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M89.5 59.53C88.71 57.73 85.55 56 82 56s-6.71 1.73-7.5 3.53"/>
<path fill="#A0A0A0" d="M78 102v-5c0-2.36 1.64-4 4-4 2.36 0 4 1.64 4 4v3h3v-3c0-3.94-3.06-7-7-7s-7 3.06-7 7v5h-.39a2.61 2.61 0 00-2.61 2.61v10.76a2.62 2.62 0 002.61 2.62l14.78.01a2.61 2.61 0 002.61-2.61v-10.77a2.61 2.61 0 00-2.62-2.6L78 102zm4.76 7.58l.68 3.42h-2.88l.7-3.39a1.63 1.63 0 01-.92-1.46 1.65 1.65 0 013.3 0c0 .63-.37 1.15-.88 1.43z"/>
<path fill="#1D97DB" d="M93.5 122c-.67 0-1.3-.26-1.77-.73l-4.56-4.56a2.5 2.5 0 013.54-3.54l2.79 2.8 7.51-7.52a2.48 2.48 0 013.54 0 2.5 2.5 0 010 3.54l-9.28 9.28c-.47.47-1.1.73-1.77.73z"/>
<path fill="#FFF" d="M102.78 108.72a1.5 1.5 0 011.06 2.56l-9.28 9.28a1.49 1.49 0 01-2.12 0L87.88 116a1.5 1.5 0 112.12-2.12l3.5 3.5 8.22-8.22c.3-.3.68-.44 1.06-.44m0-2c-.93 0-1.81.36-2.47 1.02l-6.81 6.81-2.09-2.08a3.48 3.48 0 00-4.95 0 3.5 3.5 0 000 4.94l4.56 4.57a3.48 3.48 0 004.95 0l9.29-9.29a3.5 3.5 0 00-2.48-5.97z"/>
<g fill="#1D97DB">
<circle opacity=".4" cx="82" cy="70" r="2"/>
<circle opacity=".6" cx="82" cy="77" r="2"/>
<circle opacity=".9" cx="82" cy="84" r="2"/>
</g>
</g>
</symbol>
<!-- Picto "Contrôle d'accès" -->
<symbol id="picto-access" viewBox="0 0 160 160">
<g stroke="none">
<path fill="#EBEBEB" d="M74.5 36h-47a5.5 5.5 0 00-5.5 5.5v70a5.5 5.5 0 005.5 5.5h47a5.5 5.5 0 005.5-5.5v-70a5.5 5.5 0 00-5.5-5.5zM59 41.5c0 .77-.73 1.5-1.5 1.5h-12c-.77 0-1.5-.88-1.5-1.64v-.84c0-.77.73-1.52 1.5-1.52h12c.77 0 1.5.73 1.5 1.5v1z"/>
<path fill="#EFEFEF" d="M56.98 31.45c0 .84-.68 1.53-1.52 1.53l-7.94.02c-.84 0-1.52-.68-1.52-1.52l.02-20.93c0-.84.68-1.53 1.52-1.53L55.48 9c.84 0 1.52.68 1.52 1.52l-.02 20.93z"/>
<path fill="#D8D8D8" d="M55 39.42c0 .87-.7 1.58-1.58 1.58h-3.84c-.87 0-1.58-.7-1.58-1.58v-9.84c0-.87.7-1.58 1.58-1.58h3.84c.87 0 1.58.7 1.58 1.58v9.84z"/>
<path opacity=".75" fill="#FFF" d="M79.54 46.94h-56.8a.44.44 0 110-.88h56.8a.44.44 0 110 .88z"/>
<path fill="#D7D7D7" d="M32 79h38v3H32zM32 84h24v3H32z"/>
<g opacity=".7" fill="#1D97DB">
<path d="M40.28 94h.7v15h-.7zM42.51 94h1.05v12.89h-1.05zM45.1 94h.7v12.89h-.7zM46.89 94h1.05v12.89h-1.05zM49.03 94h.7v12.89h-.7zM50.79 94h.7v15h-.7zM54.77 94h1.05v12.89h-1.05zM57.35 94h.7v12.89h-.7zM59.15 94h1.05v12.89h-1.05zM61.3 94h.7v15h-.7zM42.03 107.74h.7V109h-.7zM43.78 107.74h.7V109h-.7zM45.53 107.74h.7V109h-.7zM47.28 107.74h.7V109h-.7zM49.03 107.74h.7V109h-.7zM52.54 107.74h.7V109h-.7zM54.29 107.74h.7V109h-.7zM56.04 107.74h.7V109h-.7zM57.79 107.74h.7V109h-.7zM59.55 107.74h.7V109h-.7zM52.97 94h.7v12.89h-.7z"/>
<path d="M40.28 94h.7v15h-.7zM42.51 94h1.05v12.89h-1.05zM45.1 94h.7v12.89h-.7zM46.89 94h1.05v12.89h-1.05zM49.03 94h.7v12.89h-.7zM50.79 94h.7v15h-.7zM54.77 94h1.05v12.89h-1.05zM57.35 94h.7v12.89h-.7zM59.15 94h1.05v12.89h-1.05zM61.3 94h.7v15h-.7zM42.03 107.74h.7V109h-.7zM43.78 107.74h.7V109h-.7zM45.53 107.74h.7V109h-.7zM47.28 107.74h.7V109h-.7zM49.03 107.74h.7V109h-.7zM52.54 107.74h.7V109h-.7zM54.29 107.74h.7V109h-.7zM56.04 107.74h.7V109h-.7zM57.79 107.74h.7V109h-.7zM59.55 107.74h.7V109h-.7zM52.97 94h.7v12.89h-.7z"/>
</g>
<g fill="#CFCFCF">
<path d="M51.5 64.97a5.48 5.48 0 11.01-10.95 5.48 5.48 0 01-.01 10.95zm0-8.94a3.48 3.48 0 100 6.95 3.48 3.48 0 000-6.95zM61 72.77a1 1 0 01-.95-.68C59.4 70.12 56.42 68 51.5 68c-4.93 0-7.89 2.12-8.55 4.09a1 1 0 11-1.9-.64c.92-2.71 4.5-5.45 10.45-5.45 5.94 0 9.53 2.74 10.45 5.45a1 1 0 01-.95 1.32z"/>
</g>
<path opacity=".4" fill="#FFF" d="M81.21 65.8L40.28 94.63v13.9h21.73l30.04-4.95"/>
<path opacity=".06" d="M77.8 68.21v-1.24"/>
<path fill="#BEBEBE" d="M78.05 52.96c-.13.1-.7.33-.7 1v8.1c0 .56.57.88.7.98V66c-.13.09-.7.42-.7.97v8.11c0 .6.57.9.7.99L78 130.86c0 5.04 4.43 9.14 9.88 9.14h40.23c5.46 0 9.89-4.1 9.89-9.14V38.15c0-5.04-4.43-9.15-9.89-9.15l-40.18.03c-5.45 0-9.88 4.11-9.88 9.15v14.78z"/>
<path fill="#FFF" d="M134 130c0 2.76-3.02 6-6 6H88c-2.99 0-6-3.24-6-6V39c0-2.76 3.01-6 6-6h3c.23.27.9.6 1 1 .39 1.4 1.44 2 3 2h26c1.55 0 2.62-.6 3-2 .11-.4.75-.73 1-1h3c2.98 0 6 3.24 6 6v91z"/>
<path fill="#A0A0A0" d="M89 67v4h-2v-6h6v2zM127 67h-4v-2h6v6h-2zM127 101v-4h2v6h-6v-2zM89 101h4v2h-6v-6h2z"/>
<g fill="#1D97DB">
<g opacity=".75">
<path d="M95.12 93.1h1.01V95h-1.01zM97.65 93.1h1.01V95h-1.01zM100.18 93.1h1.01V95h-1.01zM102.72 93.1h1.02V95h-1.02zM105.25 93.1h1.01V95h-1.01zM110.31 93.1h1.01V95h-1.01zM112.85 93.1h1.02V95h-1.02zM115.38 93.1h1.01V95h-1.01zM117.92 93.1h1.02V95h-1.02zM120.45 93.1h1.01V95h-1.01z"/>
<path d="M95.12 93.1h1.01V95h-1.01zM97.65 93.1h1.01V95h-1.01zM100.18 93.1h1.01V95h-1.01zM102.72 93.1h1.02V95h-1.02zM105.25 93.1h1.01V95h-1.01zM110.31 93.1h1.01V95h-1.01zM112.85 93.1h1.02V95h-1.02zM115.38 93.1h1.01V95h-1.01zM117.92 93.1h1.02V95h-1.02zM120.45 93.1h1.01V95h-1.01z"/>
</g>
<path d="M92.58 73h1.02v22h-1.02zM95.82 73h1.52v18.24h-1.52zM99.56 73h1.01v18.24h-1.01zM102.15 73h1.52v18.24h-1.52zM105.26 73h1.01v18.24h-1.01zM107.78 73h1.01v22h-1.01zM113.55 73h1.52v18.24h-1.52zM117.28 73h1.02v18.24h-1.02zM119.89 73h1.52v18.24h-1.52zM122.98 73H124v22h-1.02zM110.95 73h1.02v18.24h-1.02z"/>
<path d="M92.58 73h1.02v22h-1.02zM95.82 73h1.52v18.24h-1.52zM99.56 73h1.01v18.24h-1.01zM102.15 73h1.52v18.24h-1.52zM105.26 73h1.01v18.24h-1.01zM107.78 73h1.01v22h-1.01zM113.55 73h1.52v18.24h-1.52zM117.28 73h1.02v18.24h-1.02zM119.89 73h1.52v18.24h-1.52zM122.98 73H124v22h-1.02zM110.95 73h1.02v18.24h-1.02z"/>
</g>
</g>
</symbol>
<!-- Picto "Gestion des conférences" -->
<symbol id="picto-conferences" viewBox="0 0 160 160">
<g stroke="none">
<path fill="#DCDCDC" d="M107.13 56.09v-7.1c-3.91-1.26-6.62-4.74-6.62-9.61 0-4.4 3.03-8.16 6.49-9.37V23c0-3-2-5-5-5H22c-3 0-5 2-5 5v60c0 3 2 5 5 5h68.16l-.11-19.84C90 62 97.64 56.88 107.13 56.09z"/>
<path opacity=".3" fill="#FFF" d="M94 32H33a.5.5 0 010-1h61a.5.5 0 010 1zM94 40H33a.5.5 0 010-1h61a.5.5 0 010 1zM94 47H33a.5.5 0 010-1h61a.5.5 0 010 1zM94 55H33a.5.5 0 010-1h61a.5.5 0 010 1zM93 62H33a.5.5 0 010-1h60a.5.5 0 010 1zM90 69H33a.5.5 0 010-1h57a.5.5 0 010 1z"/>
<path opacity=".4" fill="#A0A0A0" d="M27.52 32.5h-1.5a1 1 0 010-2h1.5a1 1 0 010 2zM27.52 40.5h-1.5a1 1 0 010-2h1.5a1 1 0 010 2zM27.52 47.5h-1.5a1 1 0 010-2h1.5a1 1 0 010 2zM27.52 55.5h-1.5a1 1 0 010-2h1.5a1 1 0 010 2zM27.52 62.5h-1.5a1 1 0 010-2h1.5a1 1 0 010 2zM27.52 69.5h-1.5a1 1 0 010-2h1.5a1 1 0 010 2z"/>
<path opacity=".6" fill="#FFF" d="M57.06 77H31.5a.5.5 0 01-.5-.5v-48a.5.5 0 011 0V76h25.06a.5.5 0 010 1z"/>
<path opacity=".2" fill="#00A4FF" d="M93.2 38.8c-11.74 2.14-13.95-4.62-20.23-3.48-6.28 1.14-7.95 17.95-13.1 18.88-5.16.94-9.47-7.37-14.8-6.4S37.17 62 37.17 62H93.2V38.8z"/>
<path opacity=".7" fill="#1D96DB" d="M38.16 62.21l-1.96-.4c.47-2.3 3.1-13.86 8.67-14.96 2.86-.57 5.32 1.1 8.01 3.17l.34.26c2.2 1.7 4.27 3.3 6.49 2.96 1.86-.3 3.62-4.54 5.17-8.3l.07-.16c2.02-4.92 4.3-9.77 7.84-10.42 2.75-.5 4.92.4 7.27 1.53l.18.09c2.96 1.43 6.32 3.04 12.79 1.87a1 1 0 01.36 1.97c-7.11 1.29-10.94-.56-14.02-2.04l-.18-.09c-2.17-1.04-3.88-1.75-6.04-1.36-2.55.46-4.62 5-6.36 9.21l-.06.17c-1.92 4.65-3.73 9.04-6.71 9.5-3.06.49-5.58-1.46-8.02-3.35l-.34-.26c-2.3-1.77-4.37-3.2-6.4-2.8-3.6.72-6.22 9.09-7.1 13.41z"/>
<g fill="#FFF">
<path d="M110.5 51.5a12.01 12.01 0 010-24c6.62 0 12 5.38 12 12s-5.38 12-12 12zm0-20a8 8 0 10.02 16.02 8 8 0 00-.02-16.02zM111 102.63a2 2 0 00-2 2V137a2 2 0 004 0v-32.37a2 2 0 00-2-2z"/>
<path d="M110.6 53.93c-12.89 0-22.6 6.05-22.6 14.1l.29 22.7a2 2 0 004-.05L92 68c0-5.65 8.17-10.07 18.6-10.07 10.42 0 18.9 4.52 18.9 10.03L129 91c0 1.85-.79 4-3.02 4H125V72a2 2 0 00-4 0v24.8l-.02.24.02.2V137a2 2 0 004 0V99h1c4.06 0 7-3.36 7-7.96l.5-23.04c0-8.02-9.85-14.07-22.9-14.07z"/>
</g>
<g>
<path fill="#BCBCBC" d="M69.77 74.96a1.1 1.1 0 01-1.07-.9c-.03-.14-2.6-14.7 11.14-21.04a1.1 1.1 0 01.92 1.98c-12.21 5.64-9.94 18.53-9.92 18.66a1.1 1.1 0 01-1.07 1.3z"/>
<path fill="#1D97DB" d="M87.72 50.67c.43.76.15 1.73-.6 2.15l-7.24 4.03c-.76.43-1.72.15-2.15-.6l-.7-1.28a1.58 1.58 0 01.6-2.15l7.23-4.04a1.58 1.58 0 012.15.61l.71 1.28z"/>
<path fill="#FFF" d="M99 144l3.86-49.06c3.04 0 4.16-3.06 4.16-3.06l4.37-12.95c.99-3.28-1.14-4.93-3.39-4.93H59c-2.25 0-4.5 1.66-3.51 4.93l4.36 12.95s1.12 3.06 4.16 3.06L68 144h31z"/>
<path fill="#BCBCBC" d="M99 146H68a2 2 0 01-2-1.84l-3.85-47.5a6.9 6.9 0 01-4.18-4.09l-4.38-13c-.62-2.05-.37-3.92.68-5.33A5.86 5.86 0 0159 72h49c1.88 0 3.6.82 4.62 2.19 1.05 1.4 1.3 3.3.68 5.32l-4.38 13.01a6.94 6.94 0 01-4.19 4.13l-3.74 47.5A2 2 0 0199 146zm-29.16-4h27.31l3.72-47.22a2 2 0 012-1.85c1.6 0 2.27-1.72 2.28-1.74l4.34-12.9c.15-.5.27-1.25-.08-1.72-.26-.35-.8-.57-1.41-.57H59c-.65 0-1.24.24-1.52.62-.35.48-.24 1.2-.08 1.73l4.35 12.9c.04.1.71 1.69 2.26 1.69a2 2 0 012 1.83L69.84 142z"/>
</g>
</g>
</symbol>
<!-- Picto "FAQ" -->
<symbol id="picto-faq" viewBox="0 0 200 200">
<g stroke="none">
<path opacity=".15" fill="#A0A0A0" d="M105.83 138.17a10.1 10.1 0 00-9.84 9.84V49.74c0-5.44 4.41-9.84 9.84-9.84h66.64v98.27h-66.64"/>
<path fill="#CFCFCF" d="M170.24 146.1a9.84 9.84 0 009.84-9.82l.15-76.7a9.8 9.8 0 00-2.88-6.96 10.07 10.07 0 00-4.93-2.45v88h-66.59s-8.97-.13-9.83 9.84a9.84 9.84 0 00-9.84-9.84h-65.2v-88c-1.75.4-3.69 1.1-5.04 2.45a9.8 9.8 0 00-2.88 6.96l-.16 76.7a9.81 9.81 0 009.84 9.83h63.74s2.82 5.92 9.84 5.92c7.25 0 9.84-5.92 9.84-5.92h64.1z"/>
<path fill="#CFCFCF" d="M110.97 77.53h49.48v4.63h-49.48zM110.97 86.79h44.27v4.62h-44.27zM110.97 96.04h49.48v4.63h-49.48zM110.97 105.31h49.48v4.63h-49.48zM110.97 49.74h49.48v4.63h-49.48zM110.97 59.01h49.48v4.62h-49.48zM110.97 68.26h30.6v4.63h-30.6zM110.97 114.57h49.48v4.63h-49.48zM110.97 123.83h37.76v4.62h-37.76z"/>
<path fill="#2FC3EA" d="M86.15 138.17c5.43 0 9.84 4.4 9.84 9.84V49.74a9.85 9.85 0 00-9.84-9.84h-65.2v98.27h65.2z"/>
<path fill="#2BB8D8" d="M88.16 138.38V40.1A9.85 9.85 0 0196 49.74V148a9.88 9.88 0 00-7.83-9.63z"/>
<path opacity=".6" fill="#FFF" d="M33.75 77.53h48.38v4.63H33.75zM33.75 86.79h48.38v4.62H33.75zM33.75 96.04h48.38v4.63H33.75zM33.75 105.31h48.38v4.63H33.75zM33.75 114.57h48.38v4.63H33.75zM33.75 123.83h37.12v4.62H33.75zM33.75 49.74h48.38V72.9H33.75z"/>
<circle fill="#2FC3EA" cx="167.52" cy="142.4" r="25.83"/>
<path fill="#FFF" d="M166.8 150.28c-.99 0-1.83.35-2.52 1.03a3.4 3.4 0 00-1.02 2.48c0 .96.34 1.8 1.02 2.49.68.7 1.53 1.05 2.52 1.05.97 0 1.8-.35 2.48-1.06.66-.69 1-1.52 1-2.48s-.35-1.8-1.01-2.47a3.33 3.33 0 00-2.47-1.04zM175.07 131.97c-.39-.9-.96-1.7-1.7-2.37a8 8 0 00-2.7-1.58 10.63 10.63 0 00-3.6-.56 17.76 17.76 0 00-7.18 1.46c-.43.2-.62.7-.43 1.14l1.83 4.1a.86.86 0 001.28.35 4.05 4.05 0 01.9-.45 5.48 5.48 0 012.4-.46c.84 0 1.48.2 1.98.64.46.4.68.93.68 1.66 0 .74-.18 1.36-.55 1.89a42.8 42.8 0 01-1.51 1.98c-.57.72-1.12 1.5-1.6 2.34a6.63 6.63 0 00-.84 3.42V147c0 .48.39.87.86.87h3.57c.45 0 .82-.35.86-.8l.09-1.02c.18-.92.54-1.66 1.1-2.27.67-.7 1.37-1.43 2.1-2.16.78-.77 1.47-1.66 2.07-2.64a7.9 7.9 0 00.97-4.15c0-1-.2-1.98-.58-2.86z"/>
</g>
</symbol>
<!-- Picto "Tickets" -->
<symbol id="picto-tickets" viewBox="0 0 200 200">
<g stroke="none">
<path fill="#CFCFCF" d="M172.67 169.55c-.38 0-.76-.07-1.12-.22l-23.14-9.4a49.78 49.78 0 01-38.48 2.93 49.53 49.53 0 01-28.83-25 49.51 49.51 0 01-2.7-38.05 49.78 49.78 0 0163.06-31.52 49.9 49.9 0 0127.41 72.19l6.7 25.3a3 3 0 01-2.9 3.77zm-24.42-15.92c.38 0 .76.08 1.12.22l18.86 7.66-5.48-20.71a3 3 0 01.34-2.34 43.9 43.9 0 00-37.4-66.75 43.8 43.8 0 00-41.6 30 43.56 43.56 0 002.38 33.48 43.57 43.57 0 0025.36 21.99A43.79 43.79 0 00146.8 154c.45-.24.95-.37 1.44-.37z"/>
<path fill="#4DC3E2" d="M63.68 33.58a57.24 57.24 0 00-30.71 84.18l-8.58 32.4 29.84-12.12a57.23 57.23 0 109.45-104.46z"/><path fill="#FFF" d="M103.37 71.47H60.05a2.75 2.75 0 110-5.5h43.32a2.75 2.75 0 110 5.5zM109.94 84.64H53.48a2.75 2.75 0 110-5.5h56.46a2.75 2.75 0 110 5.5zM109.94 97.79H53.48a2.75 2.75 0 110-5.5h56.46a2.75 2.75 0 110 5.5zM103.37 110.93H60.05a2.75 2.75 0 110-5.5h43.32a2.75 2.75 0 110 5.5z"/>
</g>
</symbol>
<!-- ======================================== Icônes ======================================== -->
<!-- Icone "Excel" couleur -->
<symbol id="icon-excel-color" viewBox="0 0 36 36">
<g stroke="none">
<g fill="#378F5E">
<path d="M33 7.23c-.08-.4-.26-.67-.56-.92a1.3 1.3 0 00-.82-.31H20V3L3 6.4v23.12L20 33v-3H31.72c.42-.07.75-.27 1-.61.16-.22.28-.47.28-.74V7.32v-.1zm-17.7 17.7l-.44-.02-.92-.07-.56-.03c-.08 0-.12-.03-.15-.1l-1.3-3.05-.5-1.11c-.05-.14-.07-.3-.1-.44-.02-.09-.03-.18-.07-.27l-.07.26c-.07.23-.11.47-.2.68l-1.62 3.67a.78.78 0 01-.04.06l-2.49-.18.32-.61 2.61-5.1c.04-.07.04-.12 0-.2l-2.63-5.6-.05-.12c.13 0 .25-.02.36-.03l1.04-.06 1.08-.09c.06 0 .1.01.12.07l1.38 3.52c.1.3.17.61.26.92l.04.08.15-.5c.22-.8.6-1.5.9-2.25.3-.68.6-1.35.88-2.02.03-.07.07-.1.15-.1.25-.01.5-.04.74-.06l.77-.04.7-.06.4-.02-.05.1-3.12 6.2a.22.22 0 000 .22l3.22 6.3.05.12-.86-.07zM31 28H20v-3h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2V8h11v20z"/>
<path d="M24 11h5v2h-5zM24 15h5v2h-5zM24 19h5v2h-5zM24 23h5v2h-5z"/>
</g>
</g>
</symbol>
<!-- Icone "Terminer la tâche" couleur -->
<symbol id="icon-endtask-color" viewBox="0 0 36 36">
<g stroke="none">
<path opacity=".3" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18 20a2 2 0 11-4 0 2 2 0 014 0zM11.18 15.18l3.23 3.24M15.98 31.61v-2.09M15.98 10.48V8.39M9.25 13.27l-1.47-1.48M6.46 20H4.38M24.19 11.79l-1.47 1.48M9.25 26.73L7.78 28.2M20.17 31.25A12 12 0 1128 20M14.25 5h3.5M16 8V5M4.15 10.69l2.47-2.48M7.51 11.57L5.39 9.45"/>
<circle fill="#6ECB0B" cx="28.5" cy="24.5" r="7.5"/>
<path fill="none" stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M25.12 25.1l2.56 2.56 4.68-4.68"/>
</g>
</symbol>
<!-- ======================================== Icônes simples (liserés / monochromes) ======================================== -->
<!-- Icone "Utilisateur" -->
<symbol id="icon-user" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<ellipse cx="18" cy="14.5" rx="4" ry="4.5"/>
<path d="M9.8 26.21c1.3-2.49 4.5-4.21 8.23-4.21 3.71 0 6.9 1.74 8.2 4.21"/>
</g>
</symbol>
<!-- Icone "Cadenas ouvert" -->
<symbol id="icon-unlock" viewBox="0 0 36 36">
<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M23.15 16H23v-3c0-2.78-2.21-5-5-5-2.78 0-5 2.22-5 5v3h-.15c-1.02 0-1.85.83-1.85 1.85v7.3c0 1.02.83 1.85 1.85 1.85h10.3c1.02 0 1.85-.83 1.85-1.85v-7.3c0-1.02-.83-1.85-1.85-1.85zM18 20v2M13 16h6"/>
</symbol>
<!-- Icone "Tableau de bord" -->
<symbol id="icon-dashboard" viewBox="0 0 36 36">
<g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path fill="none" d="M27 29H8.73A2.73 2.73 0 016 26.27V9.73C6 8.23 7.22 7 8.73 7h18.54C28.77 7 30 8.22 30 9.73V26M19 12h7M19 16h7M19 20h7M19 24h4"/>
<path d="M15 24c0 .54-.44.98-.98.98h-3.03A.98.98 0 0110 24V11.98c0-.54.44-.98.98-.98h3.03c.55 0 .99.44.99.98V24z"/>
</g>
</symbol>
<!-- Icone "Panier" -->
<symbol id="icon-cart" viewBox="0 0 36 36">
<g stroke="none" id="test">
<circle cx="11.5" cy="26.5" r="2.5"/>
<circle cx="26.5" cy="26.5" r="2.5"/>
</g>
<path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M13 12h16l-2 9H11L7 7H3M16 26h6M11.16 22.64L11 21"/>
</symbol>
<!-- Icone "Calendrier" -->
<symbol id="icon-calendar" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M25.9 28H8.74A2.73 2.73 0 016 25.27V9.73C6 8.23 7.22 7 8.73 7h18.54C28.77 7 30 8.22 30 9.73v15.54M12 4.71v4.58M24 4.71v4.58M6 14h24"/>
</g>
</symbol>
<!-- Icone "Déconnexion" -->
<symbol id="icon-logout" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M16 27h-3.67A3.33 3.33 0 019 23.67V12.33C9 10.5 10.5 9 12.33 9H16M16 18h11.01"/>
<path d="M23.71 13.22l4.8 4.8-4.8 4.78"/>
</g>
</symbol>
<!-- Icone "Menu" -->
<symbol id="icon-menu" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M7 9h22M7 18h12M7 27h18"/>
</g>
</symbol>
<!-- Icone "Support" -->
<symbol id="icon-support" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<circle cx="18" cy="30" r="2"/>
<path d="M16 30h-3c-2.18 0-4-1.82-4-4v-4"/>
<path d="M9 21.5c0 2.22 1.7 3.5 2.78 3.5h.04c.65 0 1.18-.52 1.18-1.16v-4.68c0-.64-.53-1.16-1.18-1.16h-.04C10.69 18 9 19.3 9 21.5h0z"/>
<path d="M27.05 21.25A11 11 0 0018 4h0A11 11 0 007.26 17.4"/>
<path d="M27 21.5c0 2.22-1.7 3.5-2.78 3.5h-.04c-.65 0-1.18-.52-1.18-1.16v-4.68c0-.64.53-1.16 1.18-1.16h.04c1.09 0 2.78 1.3 2.78 3.5h0z"/>
</g>
</symbol>
<!-- Icone "Statistiques" -->
<symbol id="icon-stats" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path stroke-dasharray="1.2,3.4" d="M11.45 20.58L17.5 15l4.5 3.5 7-8.5"/>
<path d="M5 7h26v18H5z"/>
<path d="M18 25.16v5.15"/>
<path d="M32.3 7H3.75c-.6 0-1.3-.43-1.3-1.03h0c0-.59.7-.97 1.3-.97H32.3c.6 0 1.3.38 1.3.97h0c0 .6-.7 1.03-1.3 1.03z"/>
<circle cx="18" cy="31.5" r="1.3"/>
<path d="M7.73 11H8M7.73 14H8M7.73 17H8M7.73 20H8"/>
</g>
</symbol>
<!-- Icone "Inscriptions" -->
<symbol id="icon-register" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M31.62 11.38l-1.57-1.57-12.32 12.32L16 27l4.87-1.72L33.2 12.96zM18.5 21.84l2.6 2.59"/>
<path d="M19 5v6h6M8 14h6M8 18h8M8 22h5M25.03 14.48V11"/>
<path d="M22.32 31H5.72A2.73 2.73 0 013 28.27V7.73C3 6.23 4.22 5 5.73 5h14.33l2.27 2.27"/>
</g>
</symbol>
<!-- Icone "Inscriptions" 2 -->
<symbol id="icon-register-2" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M31.78 13.23l-14.8 14.8-1.29 4.5 4.5-1.28L35 16.46zM16.98 28.03l1.72 1.74"/>
<path d="M30.5 14.52l3.21 3.21v2.58l-4.88 4.88"/>
<path d="M21.07 8h3.86M23 6.07v3.86M21.61 19.66a12.09 12.09 0 00-7.2-3.85h.01a5.55 5.55 0 003.85-5.16c0-3.17-2.63-5.79-5.8-5.79h0a5.83 5.83 0 00-5.79 5.8c0 2.13 1.56 4.4 3.86 5.14h0c-5.2.77-8.78 5.01-9.51 10.22 0 0-.37 2.01 1.57 2.01h14.26"/>
</g>
</symbol>
<!-- Icone "Alerte" -->
<symbol id="icon-alert" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M20.28 8.98c1.38-1.57.82-3.25-.13-4.08a3.28 3.28 0 00-4.03-.2l-.1.09a2.77 2.77 0 00-.3 4.19l-.75.22c-3.5 1.19-6 4.52-6.04 7.98l-.01 1.05c-.03 1.2-.09 2.4-.21 3.58-.2 1.76-.83 2.17-2.37 3.34-.6.44-.3 1.27 0 2.14.3.81 2.13.72 3.01.72h17.3c.72 0 2.61.18 2.93-.53.4-.85.74-1.92-.09-2.5-.82-.6-1.36-.22-1.71-1.12a9.7 9.7 0 01-.56-2.96c-.08-1.37-.11-2.76-.22-4.14a8.27 8.27 0 00-3.57-6.3M19.84 31.2c0 .37-.2.72-.54.97-.33.26-.79.42-1.29.42-1 0-1.83-.63-1.83-1.4"/>
</g>
</symbol>
<!-- Icone "Rouage" -->
<symbol id="icon-gear" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M25.9 22.4a9 9 0 00.8-1.93l4.3-.44v-4.06l-4.3-.45a8.98 8.98 0 00-.8-1.93l2.73-3.35-2.88-2.87-3.35 2.72c-.6-.34-1.24-.6-1.93-.8L20.03 5h-4.06l-.45 4.3c-.68.18-1.33.45-1.93.8l-3.35-2.73-2.87 2.87 2.72 3.35a8.8 8.8 0 00-.8 1.94L5 15.97v4.06l4.3.44c.18.68.45 1.33.8 1.94l-2.73 3.35 2.88 2.87 3.34-2.72c.6.33 1.25.6 1.94.8l.44 4.29h4.06l.44-4.3c.69-.19 1.33-.46 1.94-.8l3.34 2.73M18 22a4 4 0 110-8 4 4 0 010 8z"/>
</g>
</symbol>
<!-- Icone "Abstracts" -->
<symbol id="icon-abstracts" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M30.32 10.79l-12.2 12.2-1.26 3.83 3.83-1.27 12.2-12.2zM18.12 22.98l1.29 1.29"/>
<path d="M29.04 12.07l2.57 2.57v2.56l-3.86 3.86"/>
<path d="M18.12 5.65v5.13h4.5M7.85 12h7.06M7.85 15h9.63M7.85 18h7.71M7.85 21h5.14"/>
<path d="M22.92 26.84v1.92c0 .71-.58 1.29-1.29 1.29H5.3c-.71 0-1.29-.58-1.29-1.29V6.3C4 5.58 4.58 5 5.29 5H18l5 5v7"/>
</g>
</symbol>
<!-- Icone "Accéder au site client" -->
<symbol id="icon-web" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M17.2 27.94A12 12 0 1128 16M16 27.41c-3.88 0-7.03-5.1-7.03-11.41 0-6.3 3.15-11.41 7.03-11.41 3.88 0 7.02 5.1 7.02 11.41l-.01.84M16 4v24M4 16h24M6 22h11.83M6 10h20M30 24l-1.6 4h-.3l-1.54-3.45h-.12L24.9 28h-.3L23 24"/>
<circle cx="26.5" cy="25.5" r="6.5"/>
</g>
</symbol>
<!-- Icone "Mes fichiers" -->
<symbol id="icon-folder" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M8 25V13.73C8 12.23 9.22 11 10.73 11h17.54c1.5 0 2.73 1.22 2.73 2.73v13.54c0 1.5-1.22 2.73-2.73 2.73H7.73A2.73 2.73 0 015 27.27V9.73C5 8.23 6.22 7 7.73 7h6.54C15.77 7 17 8.22 17 9.73V11"/>
</g>
</symbol>
<!-- Icone "Advanced system" -->
<symbol id="icon-settings" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M14 28H6.73A2.73 2.73 0 014 25.27V8.73C4 7.23 5.22 6 6.73 6h18.54C26.77 6 28 7.22 28 8.73V11M9 11h11M9 15h5M9 19h4M9 23h3"/>
<path d="M33 23.83v-2.66l-2.8-.29c-.13-.44-.31-.87-.53-1.26l1.78-2.2-1.88-1.87-2.19 1.78c-.4-.22-.82-.4-1.26-.52l-.3-2.81h-2.65l-.29 2.8c-.44.13-.87.31-1.26.53l-2.2-1.78-1.87 1.88 1.78 2.19c-.22.4-.4.82-.53 1.26l-2.8.3v2.65l2.8.29c.13.44.3.87.53 1.26l-1.78 2.2 1.88 1.87 2.19-1.78c.4.22.82.4 1.26.52l.3 2.81h2.65l.29-2.8c.44-.13.87-.3 1.26-.53l2.19 1.78 1.88-1.88-1.78-2.19c.22-.4.4-.82.52-1.26l2.81-.3zm-8.5.92a2.24 2.24 0 110-4.5 2.24 2.24 0 010 4.5z"/>
</g>
</symbol>
<!-- Icone "Publication" -->
<symbol id="icon-publication" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M22.5 23.14H1.94V5.8h25.04v5.78M17.5 23.36l1 4.09M10.54 27.45l.99-4.09M9.01 27.63h10.92"/>
<path d="M33.32 30.2H25.8a.73.73 0 01-.73-.72v-14.6c0-.4.32-.73.72-.73h7.53c.4 0 .73.33.73.73v14.6c0 .4-.33.72-.73.72zM27.95 15.02h2.99M29.44 27.95h0"/>
</g>
</symbol>
<!-- Icone "Groupes" -->
<symbol id="icon-groups" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M12.2 17.57c-.69-.4-2.02-.82-2.76-1h0a3.56 3.56 0 10-2.2 0h0a7.51 7.51 0 00-6.22 5.8S.75 24 2.13 24h9.14M23.8 17.57c.69-.4 2.02-.82 2.77-1h0a3.55 3.55 0 112.2 0h-.01a7.5 7.5 0 016.22 5.8S35.25 24 33.87 24h-9.14"/>
<path d="M25.3 25.32a7.52 7.52 0 00-6.18-5.62h0a3.55 3.55 0 00-1.1-6.92h0a3.55 3.55 0 00-1.1 6.92h0a6.9 6.9 0 00-5.83 5.52S10.64 27 12.28 27h11.21"/>
</g>
</symbol>
<!-- Icone "Financiers" -->
<symbol id="icon-finance" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M13.73 22.35c-.45-.04-.87-.11-1.26-.2"/>
<path d="M10 11.46V6.98C10 5.88 12.24 5 15 5s5 .89 5 1.99v4.96"/>
<path d="M20 6.99c0 1.1-2.24 1.99-5 1.99s-5-.9-5-2M20 10.27c0 1.1-2.24 1.99-5 1.99s-5-.89-5-1.99M15.84 15.52a12.73 12.73 0 01-3.38-.25M14.25 18.8a10.7 10.7 0 01-1.79-.24M2 14.23c0-1.1 2.24-1.98 5-1.98s5 .88 5 1.98v9.79C12 25.12 9.76 26 7 26s-5-.88-5-1.98v-9.8z"/>
<path d="M12 14.23c0 1.09-2.24 1.97-5 1.97s-5-.88-5-1.97M12 17.5c0 1.08-2.24 1.97-5 1.97s-5-.89-5-1.98M12 20.75c0 1.1-2.24 1.98-5 1.98s-5-.88-5-1.98"/>
<path d="M34 22a9 9 0 11-18 0 9 9 0 0118 0z"/>
<path d="M18.25 22A6.75 6.75 0 0125 15.25M31.75 22A6.75 6.75 0 0125 28.75"/>
<path d="M21.27 20.92h4.28M26.88 25.38s-2.17 1-3.71-.42c0 0-.94-.68-.94-2.84v-.24c0-2.16.94-2.84.94-2.84 1.54-1.42 3.7-.42 3.7-.42M21.27 23.08h4.28"/>
</g>
</symbol>
<!-- Icone "Hébergement" -->
<symbol id="icon-accomodation" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M9.02 26c-.68.59-1.6.95-2.61.95-2.1 0-3.81-1.6-3.81-3.56 0-1.95 1.7-5.13 3.81-5.13M6.45 27.24v3.21M29.55 26.93c2.1 0 3.85-1.59 3.85-3.54s-1.7-5.13-3.81-5.13c-1 0-1.92.73-2.6 1.7M29.55 27.24v3.21"/>
<path d="M9 32V5.83c0-.46.37-.83.83-.83h16.34c.46 0 .83.37.83.83V32H9zM21 31.73v-4.49M15 27.24v4.49M18 27.24v2.56"/>
<path d="M21 24h-6l-1.8 3.02h9.5zM13.51 11.2V8.63M18 11.2V8.63M22.49 11.2V8.63M13.51 16.33v-2.56M18 16.33v-2.56M22.49 16.33v-2.56M13.51 21.47V18.9M18 21.47V18.9M22.49 21.47V18.9"/>
</g>
</symbol>
<!-- Icone "Emailing" -->
<symbol id="icon-emailing" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M19.84 27.64H3.77a1.9 1.9 0 01-1.9-1.9V9.67c0-1.05.85-1.9 1.9-1.9h24.45c1.05 0 1.9.85 1.9 1.9v7.06"/>
<path d="M3.17 8.48L14.5 20.9c.72.72 1.9.72 2.61 0L28.74 8.48M10.27 20.66l-7.04 6.11M21.66 20.66l1.4 1.22M29.93 27.96s.34.92 1.64.92c1.14 0 1.9-.83 2.04-1.8.12-.84.71-7.14-5.76-7.14a5.56 5.56 0 00-5.36 3.81c-.78 2.66-.16 6.02 2.55 7.46 1.6.84 3.1.89 5.14.14"/>
<ellipse cx="27.97" cy="26.06" rx="2.46" ry="2.7"/>
</g>
</symbol>
<!-- Icone "Laisser un message à l'admin" -->
<symbol id="icon-chat" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M14.57 5.58a12.48 12.48 0 00-6.7 18.36L6 31l6.5-2.64a12.48 12.48 0 102.06-22.78z"/>
<circle cx="13.5" cy="21.5" r=".5"/>
<circle cx="18.5" cy="21.5" r=".5"/>
<circle cx="23.5" cy="21.5" r=".5"/>
</g>
</symbol>
<!-- Icone "Excel" -->
<symbol id="icon-excel" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M31 8.07v-.08c-.06-.32-.2-.54-.45-.73-.2-.16-.4-.26-.65-.26H21V4L5 7v22l16 3v-3h8.98c.33-.05.6-.21.8-.5.12-.17.22-.36.22-.59V8.07z"/>
<path d="M22 13v-2h4M22 19v-2h4M22 25v-2h4"/>
<path d="M16.25 11.5l-6.21 12"/>
<path d="M16.25 24.5l-6.21-12"/>
</g>
</symbol>
<!-- Icone "Quota" -->
<symbol id="icon-quota" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M32 19a13 13 0 11-26 0 13 13 0 0126 0zM19 12.9a6.1 6.1 0 11-5.2 9.31"/>
<path d="M20.35 19a1.35 1.35 0 11-2.7 0 1.35 1.35 0 112.7 0z"/>
<path d="M12.29 19h5.22M8.76 19.12h0M11.73 11.86h0M19 8.77h0M26.32 11.8h0M29.23 19.12h0M26.17 26.3h0M19 29.24h0M11.82 26.3h0"/>
<path d="M2.92 19.06h0"/>
<path stroke-dasharray="0,4.2231" d="M3.47 14.88A16.15 16.15 0 0116.95 3.06"/>
<path d="M19.05 2.93h0"/>
</g>
</symbol>
<!-- Icone "Stylo" -->
<symbol id="icon-pen" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M26.97 5l-19 19L6 29.97 11.97 28l19-19zM7.97 24l2 2"/>
<path d="M24.97 7l4 4v4l-6 6"/>
</g>
</symbol>
<!-- Icone "Accueil" -->
<symbol id="icon-home" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M21 26v-3c0-1-1-2-2-2h-2c-1 0-2 1-2 2v7s-6-.7-6-2v-9H7c-1 0-2-1-1-2L18 5l12 12c1 1 0 2-1 2h-2v9c0 1.03-4.57 1.96-6 2"/>
</g>
</symbol>
<!-- Icone "Base de contacts" -->
<symbol id="icon-contacts-base" viewBox="0 0 36 36">
<g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10">
<path d="M13.72 26.99L13 27c-4.41 0-8-1.41-8-3.17V8.16C5 6.41 8.6 5 13 5c4.42 0 8 1.41 8 3.16v4.67"/>
<path d="M21 8.16c0 1.75-3.58 3.16-8 3.16-4.41 0-8-1.41-8-3.16M17.8 15.92c-1.34.4-3 .63-4.8.63-4.41 0-8-1.42-8-3.17M5 18.6c0 1.75 3.59 3.17 8 3.17 1.62 0 3.12-.19 4.38-.51"/>
<path d="M32.27 29.08a8.33 8.33 0 00-7.05-6.18h.01a4.04 4.04 0 00-1.25-7.9h-.02a4.05 4.05 0 00-1.25 7.9h0a7.64 7.64 0 00-6.65 6.07S15.56 31 17.42 31h12.8"/>
</g>
</symbol>
</svg>

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: AM (Amharic)
* Region: ET (Ethiopia)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'ምንም አልተመረጠም',
noneResultsText: 'ከ{0} ጋር ተመሳሳይ ውጤት የለም',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} ምርጫ ተመርጧል' : '{0} ምርጫዎች ተመርጠዋል';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'ገደብ ላይ ተደርሷል (ቢበዛ {n} ምርጫ)' : 'ገደብ ላይ ተደርሷል (ቢበዛ {n} ምርጫዎች)',
(numGroup == 1) ? 'የቡድን ገደብ ላይ ተደርሷል (ቢበዛ {n} ምርጫ)' : 'የቡድን ገደብ ላይ ተደርሷል (ቢበዛ {n} ምርጫዎች)'
];
},
selectAllText: 'ሁሉም ይመረጥ',
deselectAllText: 'ሁሉም አይመረጥ',
multipleSeparator: ' ፣ '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*!
* Translated default messages for bootstrap-select.
* Locale: AR (Arabic)
* Author: Yasser Lotfy <y_l@alive.com>
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'لم يتم إختيار شئ',
noneResultsText: 'لا توجد نتائج مطابقة لـ {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} خيار تم إختياره' : '{0} خيارات تمت إختيارها';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'تخطى الحد المسموح ({n} خيار بحد أقصى)' : 'تخطى الحد المسموح ({n} خيارات بحد أقصى)',
(numGroup == 1) ? 'تخطى الحد المسموح للمجموعة ({n} خيار بحد أقصى)' : 'تخطى الحد المسموح للمجموعة ({n} خيارات بحد أقصى)'
];
},
selectAllText: 'إختيار الجميع',
deselectAllText: 'إلغاء إختيار الجميع',
multipleSeparator: '، '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: BG (Bulgaria)
* Region: BG (Bulgaria)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Нищо избрано',
noneResultsText: 'Няма резултат за {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} избран елемент' : '{0} избрани елемента';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Лимита е достигнат ({n} елемент максимум)' : 'Лимита е достигнат ({n} елемента максимум)',
(numGroup == 1) ? 'Груповия лимит е достигнат ({n} елемент максимум)' : 'Груповия лимит е достигнат ({n} елемента максимум)'
];
},
selectAllText: 'Избери всички',
deselectAllText: 'Размаркирай всички',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,16 @@
/*
* Translated default messages for bootstrap-select.
* Locale: CS
* Region: CZ (Czech Republic)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Vyberte ze seznamu',
noneResultsText: 'Pro hledání {0} nebyly nalezeny žádné výsledky',
countSelectedText: 'Vybrané {0} z {1}',
maxOptionsText: ['Limit překročen ({n} {var} max)', 'Limit skupiny překročen ({n} {var} max)', ['položek', 'položka']],
multipleSeparator: ', ',
selectAllText: 'Vybrat vše',
deselectAllText: 'Zrušit výběr'
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: DA (Danish)
* Region: DK (Denmark)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Intet valgt',
noneResultsText: 'Ingen resultater fundet {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} valgt' : '{0} valgt';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Begrænsning nået (max {n} valgt)' : 'Begrænsning nået (max {n} valgte)',
(numGroup == 1) ? 'Gruppe-begrænsning nået (max {n} valgt)' : 'Gruppe-begrænsning nået (max {n} valgte)'
];
},
selectAllText: 'Markér alle',
deselectAllText: 'Afmarkér alle',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: DE (German, deutsch)
* Region: DE (Germany, Deutschland)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Bitte wählen...',
noneResultsText: 'Keine Ergebnisse für {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} Element ausgewählt' : '{0} Elemente ausgewählt';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Limit erreicht ({n} Element max.)' : 'Limit erreicht ({n} Elemente max.)',
(numGroup == 1) ? 'Gruppen-Limit erreicht ({n} Element max.)' : 'Gruppen-Limit erreicht ({n} Elemente max.)'
];
},
selectAllText: 'Alles auswählen',
deselectAllText: 'Nichts auswählen',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: EN (English)
* Region: US (United States)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Nothing selected',
noneResultsText: 'No results match {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} item selected' : '{0} items selected';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Limit reached ({n} item max)' : 'Limit reached ({n} items max)',
(numGroup == 1) ? 'Group limit reached ({n} item max)' : 'Group limit reached ({n} items max)'
];
},
selectAllText: 'Select All',
deselectAllText: 'Deselect All',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,16 @@
/*
* Translated default messages for bootstrap-select.
* Locale: ES (Spanish)
* Region: CL (Chile)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'No hay selección',
noneResultsText: 'No hay resultados {0}',
countSelectedText: 'Seleccionados {0} de {1}',
maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']],
multipleSeparator: ', ',
selectAllText: 'Seleccionar Todos',
deselectAllText: 'Desmarcar Todos'
};
})(jQuery);

View File

@@ -0,0 +1,16 @@
/*
* Translated default messages for bootstrap-select.
* Locale: ES (Spanish)
* Region: ES (Spain)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'No hay selección',
noneResultsText: 'No hay resultados {0}',
countSelectedText: 'Seleccionados {0} de {1}',
maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']],
multipleSeparator: ', ',
selectAllText: 'Seleccionar Todos',
deselectAllText: 'Desmarcar Todos'
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: ET (Eesti keel)
* Region: EE (Estonia)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Valikut pole tehtud',
noneResultsText: 'Otsingule {0} ei ole vasteid',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} item selected' : '{0} items selected';
},
maxOptionsText: function (numAll, numGroup) {
return [
'Limiit on {n} max',
'Globaalne limiit on {n} max'
];
},
selectAllText: 'Vali kõik',
deselectAllText: 'Tühista kõik',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,16 @@
/*
* Translated default messages for bootstrap-select.
* Locale: EU (Basque)
* Region:
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Hautapenik ez',
noneResultsText: 'Emaitzarik ez {0}',
countSelectedText: '{1}(e)tik {0} hautatuta',
maxOptionsText: ['Mugara iritsita ({n} {var} gehienez)', 'Taldearen mugara iritsita ({n} {var} gehienez)', ['elementu', 'elementu']],
multipleSeparator: ', ',
selectAllText: 'Hautatu Guztiak',
deselectAllText: 'Desautatu Guztiak'
};
})(jQuery);

View File

@@ -0,0 +1,16 @@
/*
* Translated default messages for bootstrap-select.
* Locale: FA (Farsi)
* Region: IR (Iran)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'چیزی انتخاب نشده است',
noneResultsText: 'هیج مشابهی برای {0} پیدا نشد',
countSelectedText: '{0} از {1} مورد انتخاب شده',
maxOptionsText: ['بیشتر ممکن نیست {حداکثر {n} عدد}', 'بیشتر ممکن نیست {حداکثر {n} عدد}'],
selectAllText: 'انتخاب همه',
deselectAllText: 'انتخاب هیچ کدام',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: FI (Finnish)
* Region: FI (Finland)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Ei valintoja',
noneResultsText: 'Ei hakutuloksia {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} valittu' : '{0} valitut';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Valintojen maksimimäärä ({n} saavutettu)' : 'Valintojen maksimimäärä ({n} saavutettu)',
(numGroup == 1) ? 'Ryhmän maksimimäärä ({n} saavutettu)' : 'Ryhmän maksimimäärä ({n} saavutettu)'
];
},
selectAllText: 'Valitse kaikki',
deselectAllText: 'Poista kaikki',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: FR (French; Français)
* Region: FR (France)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Aucune sélection',
noneResultsText: 'Aucun résultat pour {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected > 1) ? '{0} éléments sélectionnés' : '{0} élément sélectionné';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll > 1) ? 'Limite atteinte ({n} éléments max)' : 'Limite atteinte ({n} élément max)',
(numGroup > 1) ? 'Limite du groupe atteinte ({n} éléments max)' : 'Limite du groupe atteinte ({n} élément max)'
];
},
multipleSeparator: ', ',
selectAllText: 'Tout sélectionner',
deselectAllText: 'Tout désélectionner'
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: HR (Croatia)
* Region: HR (Croatia)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Odaberite stavku',
noneResultsText: 'Nema rezultata pretrage {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} stavka selektirana' : '{0} stavke selektirane';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Limit je postignut ({n} stvar maximalno)' : 'Limit je postignut ({n} stavke maksimalno)',
(numGroup == 1) ? 'Grupni limit je postignut ({n} stvar maksimalno)' : 'Grupni limit je postignut ({n} stavke maksimalno)'
];
},
selectAllText: 'Selektiraj sve',
deselectAllText: 'Deselektiraj sve',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: HU (Hungarian)
* Region: HU (Hungary)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Válasszon!',
noneResultsText: 'Nincs találat {0}',
countSelectedText: function (numSelected, numTotal) {
return '{0} elem kiválasztva';
},
maxOptionsText: function (numAll, numGroup) {
return [
'Legfeljebb {n} elem választható',
'A csoportban legfeljebb {n} elem választható'
];
},
selectAllText: 'Mind',
deselectAllText: 'Egyik sem',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,16 @@
/*
* Translated default messages for bootstrap-select.
* Locale: ID (Indonesian; Bahasa Indonesia)
* Region: ID (Indonesia)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Tidak ada yang dipilih',
noneResultsText: 'Tidak ada yang cocok {0}',
countSelectedText: '{0} terpilih',
maxOptionsText: ['Mencapai batas (maksimum {n})', 'Mencapai batas grup (maksimum {n})'],
selectAllText: 'Pilih Semua',
deselectAllText: 'Hapus Semua',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,19 @@
/*
* Translated default messages for bootstrap-select.
* Locale: IT (Italian; italiano)
* Region: IT (Italy; Italia)
* Author: Michele Beltrame <mb@cattlegrid.info>
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Nessuna selezione',
noneResultsText: 'Nessun risultato per {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? 'Selezionato {0} di {1}' : 'Selezionati {0} di {1}';
},
maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi', 'elemento']],
multipleSeparator: ', ',
selectAllText: 'Seleziona Tutto',
deselectAllText: 'Deseleziona Tutto'
};
})(jQuery);

View File

@@ -0,0 +1,17 @@
/*
* Translated default messages for bootstrap-select.
* Locale: JA (Japanese; 日本語)
* Region: JP (Japan)
* Author: Richard Snijders (Flaxis)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: '選択されていません',
noneResultsText: '\'{0}\'は見つかりません',
countSelectedText: '{0}/{1} 選択中',
maxOptionsText: ['選択上限数を超えています(最大{n}{var})', 'グループの選択上限数を超えています(最大{n}{var})', ['アイテム', 'アイテム']],
selectAllText: '全て選択',
deselectAllText: '選択をクリア',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: KH (Khmer)
* Region: kM (Khmer)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'មិនមានអ្វីបានជ្រើសរើស',
noneResultsText: 'មិនមានលទ្ធផល {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} ធាតុដែលបានជ្រើស' : '{0} ធាតុដែលបានជ្រើស';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'ឈានដល់ដែនកំណត់ ( {n} ធាតុអតិបរមា)' : 'អតិបរមាឈានដល់ដែនកំណត់ ( {n} ធាតុ)',
(numGroup == 1) ? 'ដែនកំណត់ក្រុមឈានដល់ ( {n} អតិបរមាធាតុ)' : 'អតិបរមាក្រុមឈានដល់ដែនកំណត់ ( {n} ធាតុ)'
];
},
selectAllText: 'ជ្រើស​យក​ទាំងអស់',
deselectAllText: 'មិនជ្រើស​យក​ទាំងអស',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: KO (Korean)
* Region: KR (South Korea)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: '항목을 선택해주세요',
noneResultsText: '{0} 검색 결과가 없습니다',
countSelectedText: function (numSelected, numTotal) {
return '{0}개를 선택하였습니다';
},
maxOptionsText: function (numAll, numGroup) {
return [
'{n}개까지 선택 가능합니다',
'해당 그룹은 {n}개까지 선택 가능합니다'
];
},
selectAllText: '전체선택',
deselectAllText: '전체해제',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: LT (Lithuanian)
* Region: LT (Lithuania)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Niekas nepasirinkta',
noneResultsText: 'Niekas nesutapo su {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} elementas pasirinktas' : '{0} elementai(-ų) pasirinkta';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Pasiekta riba ({n} elementas daugiausiai)' : 'Riba pasiekta ({n} elementai(-ų) daugiausiai)',
(numGroup == 1) ? 'Grupės riba pasiekta ({n} elementas daugiausiai)' : 'Grupės riba pasiekta ({n} elementai(-ų) daugiausiai)'
];
},
selectAllText: 'Pasirinkti visus',
deselectAllText: 'Atmesti visus',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: LV (Latvian)
* Region: LV (Latvia)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Nekas nav atzīmēts',
noneResultsText: 'Nav neviena rezultāta {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} ieraksts atzīmēts' : '{0} ieraksti atzīmēts';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Sasniegts limits ({n} ieraksts maksimums)' : 'Sasniegts limits ({n} ieraksti maksimums)',
(numGroup == 1) ? 'Sasniegts grupas limits ({n} ieraksts maksimums)' : 'Sasniegts grupas limits ({n} ieraksti maksimums)'
];
},
selectAllText: 'Atzīmēt visu',
deselectAllText: 'Neatzīmēt nevienu',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,23 @@
/*
* Translated default messages for bootstrap-select.
* Locale: NB (Norwegian; Bokmål)
* Region: NO (Norway)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Ingen valgt',
noneResultsText: 'Søket gir ingen treff {0}',
countSelectedText: function (numSelected, numTotal) {
return (numSelected == 1) ? '{0} alternativ valgt' : '{0} alternativer valgt';
},
maxOptionsText: function (numAll, numGroup) {
return [
(numAll == 1) ? 'Grense nådd (maks {n} valg)' : 'Grense nådd (maks {n} valg)',
(numGroup == 1) ? 'Grense for grupper nådd (maks {n} grupper)' : 'Grense for grupper nådd (maks {n} grupper)'
];
},
selectAllText: 'Merk alle',
deselectAllText: 'Fjern alle',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,17 @@
/*
* Translated default messages for bootstrap-select.
* Locale: NL (Dutch; Nederlands)
* Region: NL (Europe)
* Author: Daan Rosbergen (Badmuts)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Niets geselecteerd',
noneResultsText: 'Geen resultaten gevonden voor {0}',
countSelectedText: '{0} van {1} geselecteerd',
maxOptionsText: ['Limiet bereikt ({n} {var} max)', 'Groep limiet bereikt ({n} {var} max)', ['items', 'item']],
selectAllText: 'Alles selecteren',
deselectAllText: 'Alles deselecteren',
multipleSeparator: ', '
};
})(jQuery);

View File

@@ -0,0 +1,16 @@
/*
* Translated default messages for bootstrap-select.
* Locale: PL (Polish)
* Region: EU (Europe)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Nic nie zaznaczono',
noneResultsText: 'Brak wyników wyszukiwania {0}',
countSelectedText: 'Zaznaczono {0} z {1}',
maxOptionsText: ['Osiągnięto limit ({n} {var} max)', 'Limit grupy osiągnięty ({n} {var} max)', ['elementy', 'element']],
selectAllText: 'Zaznacz wszystkie',
deselectAllText: 'Odznacz wszystkie',
multipleSeparator: ', '
};
})(jQuery);

Some files were not shown because too many files have changed in this diff Show More