@import url(https://fonts.googleapis.com/css?family=Chivo:300,300i,400,400i,700,700i&display=swap);/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	-webkit-filter: inherit;
	        filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1), -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/*! 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 */
  -webkit-transform: translateY(-50%);
          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;
}
@charset "UTF-8";
@font-face {
  font-family: "Doulos";
  src: url("fonts/DoulosSIL.woff2") format("woff2"), url("fonts/DoulosSIL.woff") format("woff");
}
* {
  --main-color: #0078b7;
}

.bg-grey {
  background-color: #f7f7f8;
}

.bg-white {
  background-color: #FFF;
}

.bg-main {
  background-color: #0078b7;
  background: linear-gradient(45deg, #0071ad 0%, #0089d1 79%);
}
.bg-main p, .bg-main h1 {
  opacity: 0.9;
}

.text-white {
  color: white;
}

.padding1 {
  padding: 20px;
}

* {
  box-sizing: border-box;
  line-height: 1.5em;
  z-index: 1;
}
*:focus, *:active {
  outline: none;
}

html {
  font-family: "Chivo", sans-serif;
  color: #222;
  font-size: 15px;
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: #f7f7f8;
  padding-bottom: 160px;
  position: relative;
  padding-top: 156px;
  min-height: 100vh;
  width: 100%;
}
body.cke_editable {
  margin: 20px;
}
@media screen and (max-width: 860px) {
  body {
    padding-top: calc(156px * 0.7);
  }
}

img {
  max-width: 100% !important;
  max-height: 100% !important;
}

figure {
  margin: 1em 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
figure img {
  width: 100% !important;
  height: auto;
}
figure figcaption {
  background-color: #FFF;
  padding: 10px 5px;
  font-size: 0.75rem;
}

figure.developper-image img {
  width: auto !important;
}

a {
  text-decoration: none;
  color: #0078b7;
}
a[href] svg {
  fill: #0078b7;
  height: 20px;
  width: auto;
}
a:hover {
  text-decoration: underline;
}
a:hover .suffix {
  text-decoration: underline;
}
a:not([href]) {
  pointer-events: none;
  color: currentColor;
}
a .link-icon {
  fill: #FFF;
}
a .suffix {
  height: 0.7em;
  padding-left: 0.3em;
  display: inline-block;
}
a .suffix svg {
  height: 0.8em !important;
  height: 0.8em !important;
}
a .prefix {
  display: inline-block;
}
a .prefix svg {
  height: 1em;
  height: 1em;
}

button {
  border: none;
  color: #0078b7;
}
button svg {
  fill: #0078b7 !important;
  height: 20px;
  width: auto;
}
button[disabled] {
  opacity: 0.5;
}

ul {
  list-style: none;
  padding: 0;
}

.image-gallery {
  display: -webkit-box;
  display: flex;
  margin: 30px -10px;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 860px) {
  .image-gallery {
    flex-wrap: wrap;
  }
}
.image-gallery > * {
  padding: 10px;
  -webkit-box-flex: 1;
          flex: 1;
}
@media screen and (max-width: 860px) {
  .image-gallery > * {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}

.logo-gallery {
  display: -webkit-box;
  display: flex;
  margin: 30px -20px;
  -webkit-box-align: center;
          align-items: center;
}
.logo-gallery > * {
  -webkit-box-flex: 1;
          flex: 1;
}
.logo-gallery img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100% !important;
}
.logo-gallery figure {
  padding: 25px;
  height: 7.5rem !important;
}
.logo-gallery figure * {
  height: 100% !important;
}
.logo-gallery figcaption {
  display: none;
}
@media screen and (max-width: 860px) {
  .logo-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}

.flexbox {
  display: -webkit-box;
  display: flex;
}
.flexbox--space-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.flexbox--align-center {
  -webkit-box-align: center;
          align-items: center;
}

.no-margin {
  margin: 0;
}

.hidden {
  height: 0px;
  overflow: hidden;
}

.big > * {
  font-size: 2.5rem;
}

.medium > * {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 860px) {
  .medium > * {
    max-width: 100%;
  }
}

.image-grid {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: 120px;
}
.image-grid > * {
  -webkit-box-flex: 1;
          flex: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-basis: 10%;
  width: 10%;
  padding-top: 5%;
}

input + input {
  margin-top: 10px;
}

.alert-dismissible .close {
  padding: 0.4rem 1.25rem !important;
}

hr {
  margin: 40px 0 !important;
}
table hr {
  margin: 10px 0 !important;
}

table {
  width: 100%;
  font-size: 0.875rem;
}
table th.actions {
  width: calc(100% / 3);
}
table th.actions {
  width: 180px;
  text-align: center;
}
table td.actions {
  text-align: center;
}
table td.actions a {
  display: inline-block;
  margin: 0 0.5em;
}

.table--input td {
  border: solid thin #AAA;
}
.table--input td:first-child {
  padding: 0.375rem 0.75rem;
}
.table--input td input {
  border: none;
}

th {
  cursor: pointer;
}
th:hover {
  color: #0078b7 !important;
}
th.asc::after {
  font-size: 0.6em;
  margin-left: 0.6em;
  content: "\25B2";
}
th.desc::after {
  font-size: 0.6em;
  margin-left: 0.6em;
  content: "\25BC";
}

.form-group {
  margin-bottom: 40px !important;
}

article.article-main {
  width: 70%;
  -webkit-transition: width 1s;
  transition: width 1s;
  padding-right: 40px;
}
article.article-main.full {
  width: 100%;
}
@media screen and (max-width: 860px) {
  article.article-main {
    width: 100%;
    padding-right: 0px;
  }
}
article.article-main > section {
  margin-top: 40px;
}
article.article-main table {
  font-size: 0.8125rem;
  border-collapse: collapse;
}
article.article-main table td, article.article-main table th {
  padding: 0.5em;
  border: solid thin #AAA;
}
article.article-main table th {
  background-color: #f7f7f8;
}
article.article-main ul {
  margin: 1em 0;
  list-style: disc;
  padding-left: 1em;
  margin-left: 1em;
}
article.article-main ul li {
  margin-bottom: 0.25em;
}

.page-flexbox {
  flex-wrap: wrap;
}

aside {
  width: 30%;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  line-height: 1.4;
  z-index: 0;
  padding-left: 20px;
  border-left: solid thin rgba(170, 170, 170, 0.3);
}
aside.full {
  width: 0%;
  height: 0%;
  padding: 0;
  margin: 0;
  border: none;
}
@media screen and (max-width: 860px) {
  aside {
    width: 100%;
    padding-left: 0px;
    border-left: none;
    border-top: solid thin rgba(170, 170, 170, 0.3);
    margin-top: 40px;
    padding-top: 40px;
  }
}
aside section {
  margin-bottom: 20px;
  border: solid 10px #FFF;
  background-color: #FFF;
}
aside section h1 {
  font-size: 1em !important;
  margin: 0.5em 0;
}
aside section h2 {
  font-size: 1em;
  margin: 1em 0 0.25em;
  font-weight: 400;
  opacity: 0.5;
}
aside section h3 {
  font-size: 1em;
  margin: 1em 0 -0.05em;
  font-weight: 400;
  opacity: 0.45;
}
aside section img {
  width: 100%;
}
aside section figcaption {
  font-size: 0.875rem;
  padding-top: 10px;
  background-color: #FFF;
}
aside section a svg {
  width: 2em;
  height: 2em;
  margin-right: 0.75em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  flex-shrink: 0;
}
aside section a:hover svg {
  -webkit-transform: scale(1.05) translateX(5%);
          transform: scale(1.05) translateX(5%);
}
aside section img.lab-logo {
  margin: 2em auto;
  margin-left: 0;
  max-width: 10em !important;
  max-height: 10em !important;
  width: auto;
  display: block;
}
aside strong + ul {
  margin-top: 0;
}

figure {
  margin: 0;
}

.form-control-file {
  display: inline-block !important;
  width: auto !important;
}

.cke_panel_listItem a div {
  margin: 0 !important;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 200px;
}
.custom-select.language-selector {
  width: 60px;
  z-index: 15;
}
.custom-select.language-selector .select-items {
  font-size: 1rem;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #FFF;
  font-size: 1rem;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #0078b7 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #0078b7 transparent;
  top: 10px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #0078b7;
  padding: 5px 10px;
  border: 1px solid transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(170, 170, 170, 0.25);
}

.logo-gallery figure {
  display: inline-block;
}

.partners-block {
  padding: 0 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.download-list li {
  margin-bottom: 0.5em;
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 1220px) {
  .desktop-only {
    display: inherit;
  }
}

.tablet-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .tablet-only {
    display: inherit;
  }
}

.phone-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .phone-only {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .phone-only {
    display: none;
  }
}

a.selected {
  display: block;
  background-color: #0078b7;
  color: #FFF;
  padding: 0.15em 0.25em;
}

#toggle-btn {
  font-size: 0.875rem;
}
@media screen and (max-width: 860px) {
  #toggle-btn {
    display: none;
  }
}

.contact form > div {
  margin-bottom: 20px;
}
.contact form label {
  display: block;
  margin-bottom: 0.5em;
}
.contact form input, .contact form textarea {
  width: 100%;
  padding: 0.5em;
  border: none;
}
.contact form input[type=checkbox], .contact form textarea[type=checkbox] {
  width: auto;
}
.contact form input[type=checkbox] + label, .contact form textarea[type=checkbox] + label {
  display: inline;
}
.contact form span + input {
  width: 5rem;
  display: inline;
  margin-left: 0.5em;
}
.contact form textarea {
  height: 240px;
}
.contact form input[type=submit] {
  color: #FFF;
  border: none;
  background-color: #0078b7;
  margin-top: 10px;
  padding: 0.5em 1.5em;
  font-size: 1rem;
  cursor: pointer;
  width: auto;
  display: inline-block;
}

.errors {
  color: #0078b7;
  font-weight: 700;
  font-size: 1.125rem;
}

.doi_button {
  height: 0.75em;
  width: auto;
  cursor: pointer;
}

.resource_doi {
  visibility: hidden;
  font-size: 1rem;
  display: inline-block;
  background-color: white;
  padding: 0.25em;
  margin-left: 1em;
}

.doi_container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.visible {
  visibility: visible;
}

.notice {
  margin: 0;
}

#tabs {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-top: 2rem;
}
#tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: flex;
}
#tabs ul li {
  margin-bottom: 0;
}
#tabs ul li a {
  display: block;
  padding: 0.75em 1em;
}
#tabs ul li a.selected {
  color: inherit;
  border: solid thin #AAA;
  background-color: transparent;
  border-bottom: solid thin #f7f7f8;
}

[id^=tab-].top-border {
  border-top: solid thin #AAA;
}

.m_header {
  min-height: 156px;
  display: -webkit-box;
  display: flex;
  padding-bottom: 0;
  background-color: #FFF;
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
.m_header .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  .m_header .container {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
.m_header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 860px) {
  .m_header {
    width: 100%;
    min-height: calc(156px * 0.7);
  }
}

#menu-button {
  display: none;
  z-index: 20;
  background-color: transparent;
  padding: 0;
}
#menu-button svg {
  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 860px) {
  #menu-button {
    display: inline-block;
  }
}
#menu-button .close {
  display: none;
}
#menu-button.visible .close {
  display: block;
}
#menu-button.visible .menu {
  display: none;
}

.logo-container {
  flex-basis: 20%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-right: 2rem;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.logo-container a {
  display: -webkit-box;
  display: flex;
}
.logo-container img {
  margin: auto;
  width: 100%;
}
.logo-container h2 {
  padding-top: 0.5em;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  opacity: 0.8;
}
@media screen and (max-width: 860px) {
  .logo-container {
    padding-right: 1rem;
    flex-basis: auto;
    width: 10rem;
    align-self: flex-start;
    z-index: 10;
  }
  .logo-container h2 {
    padding-top: 0.5em;
    font-size: 0.625rem;
  }
}

.header-content {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 860px) {
  .header-content {
    -webkit-box-ordinal-group: 0;
            order: -1;
    width: 100%;
  }
}

.topbar {
  display: -webkit-box;
  display: flex;
  padding-top: 4px;
  font-size: 0.8125rem;
  z-index: 20;
}
.topbar > * {
  margin-left: 20px;
  padding-right: 20px;
  position: relative;
}
.topbar > *::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background-color: #AAA;
  height: 40%;
  top: 30%;
}
.topbar .m_switch {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  display: flex;
  align-items: center;
  padding-right: 0;
}
.topbar .m_switch::after {
  content: none;
}
.topbar .m_switch .switch {
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  margin-left: -1em;
}
.topbar .m_switch label {
  margin-right: 0em;
}
@media screen and (max-width: 860px) {
  .topbar {
    z-index: 10;
  }
}

.main-nav li a {
  font-size: 1.125rem;
  display: block;
  padding: 0.8em 1em;
  color: #222;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-nav li a.current {
  color: #6f6f6f;
  text-decoration: underline;
}
.main-nav li a:hover {
  color: #0078b7;
}
.main-nav li:last-child a {
  padding-right: 0;
}
@media screen and (max-width: 860px) {
  .main-nav li:last-child a {
    padding: 0.8em 1em;
  }
}
@media screen and (max-width: 860px) {
  .main-nav {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .main-nav a {
    color: #0078b7 !important;
  }
  .main-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .main-nav ul li {
    margin: 0 auto;
  }
  .main-nav.visible {
    left: 0;
  }
}

#language-selector {
  border: none;
}

.sticky {
  min-height: calc(156px * 0.6) !important;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
}
.sticky .logo-container {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.m_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  background-color: #FFF;
  height: 160px;
  z-index: 0;
}

.m_section {
  padding: 50px 0;
  border-bottom: solid thick #FFF;
}
.m_section .container > *:first-child, .m_section .container > article > *:first-child, .m_section .container > article > div:first-child > *:first-child {
  margin-top: -0.25em;
}
.m_section--center {
  text-align: center;
}
.m_section--card .container {
  outline: #FFF solid 40px;
  background-color: #FFF;
}
.m_section--two-col .container {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  text-align: justify;
}
.m_section--two-col .container > p {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
.m_section--white {
  background-color: white;
}
.m_section h1 {
  font-size: 2.25rem;
  line-height: 1.2;
}
.m_section h1 span {
  display: block;
}
.m_section h1 span.altTitles {
  font-size: 70%;
}
.m_section h1 span.altTitles small {
  text-transform: uppercase;
  font-size: 70%;
}
.m_section.home-message {
  padding: 40px 0;
}
.m_section.home-message .container > * {
  max-width: 85%;
}
.m_section.home-message h1 {
  font-size: inherit;
  font-weight: 400;
}
.m_section.home-message h1,
.m_section.home-message p {
  margin: 0;
}
.m_section.home-message h1 + p {
  margin-top: 1em;
}
@media screen and (max-width: 860px) {
  .m_section.home-message .container > * {
    max-width: 100%;
    font-size: 80%;
  }
}

#toggler {
  margin-top: 0.25em;
}

#toggler + h1 {
  margin-top: -0.25em;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
}

.leaflet-tile-pane {
  opacity: 0.8;
}

.leaflet-container {
  background: transparent;
}
.leaflet-container a {
  color: inherit;
}

.map-container {
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 860px) {
  .map-container {
    min-height: auto;
    margin-bottom: 30px;
  }
}

.map-filter {
  text-align: left;
  pointer-events: auto;
  background-color: #FFF;
  padding: 10px 20px;
}
.map-filter > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.map-filter label:nth-child(2) {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.9em;
}
@media screen and (max-width: 860px) {
  .map-filter {
    position: static;
  }
}

@media screen and (max-width: 860px) {
  .leaflet-control-container {
    display: none;
  }
}

.m_corpus-map .map-popup {
  min-width: 140px;
}

.m_language-map .map-popup * {
  font-size: 0.8125rem !important;
  line-height: 1.1em;
  margin: 0 !important;
}

.map-popup {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 0.875rem;
}
.map-popup .text {
  flex-basis: 100%;
}
.map-popup .image {
  display: none;
  flex-basis: 33%;
}
.map-popup h1 {
  font-size: 1.25rem;
  line-height: 1em;
  margin: 0.5em 0 0.5;
}
.map-popup ul {
  padding-left: 1.2em;
  margin: 0.2em 0 0.5em;
  list-style: disc;
}
.map-popup h2 {
  font-size: 1em;
  font-weight: 700;
  margin: 1em 0 0.1em;
}
.map-popup h3 {
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0.5em 0;
  opacity: 0.8;
}
.map-popup a {
  font-size: 1rem;
  display: block;
  margin: 1em 0 0.7em;
  color: #0078b7;
}
.map-popup a svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.1) translateY(22%);
          transform: scale(1.1) translateY(22%);
  margin-left: 0.4em;
}
.map-popup a:hover svg {
  -webkit-transform: scale(1.2) translateY(22%) translateX(10%);
          transform: scale(1.2) translateY(22%) translateX(10%);
}

.leaflet-control-zoom {
  margin: 0 !important;
  box-shadow: none;
  display: -webkit-box;
  display: flex;
}
.leaflet-control-zoom a {
  padding: 20px;
  color: #FFF;
  background-color: #0078b7;
  border-radius: 0 !important;
  border: none !important;
  height: auto !important;
  width: auto !important;
  display: -webkit-box !important;
  display: flex !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.leaflet-control-zoom a svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #FFF;
}
.leaflet-control-zoom a:hover {
  background-color: #FFF !important;
}
.leaflet-control-zoom a:hover svg {
  fill: #0078b7;
}
.leaflet-control-zoom a.leaflet-disabled {
  background-color: #0099ea !important;
}
.leaflet-control-zoom a.leaflet-disabled svg {
  fill: #FFF;
}

.leaflet-marker-icon {
  background-image: url("/assets/images/circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.leaflet-marker-icon:hover {
  background-image: url("/assets/images/circle-normal.svg");
}
.leaflet-marker-icon.pro:hover {
  background-image: url("/assets/images/circle-pro.svg");
}

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #FFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid #0078b7;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m_switch label {
  opacity: 0.5;
  color: #222;
}
.m_switch.active label {
  opacity: 1;
  color: #0078b7;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #0078b7;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.m_breadcrumb {
  flex-basis: 100%;
  margin-top: 20px;
  font-size: 0.875rem;
}

.m_carrousel {
  height: 360px;
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .m_carrousel {
    height: 600px;
  }
}
.m_carrousel img {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-cell {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 860px) {
  .carousel-cell img {
    width: 100%;
    padding: 0;
    height: 50%;
  }
  .carousel-cell .caption {
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 20px;
  }
}

.caption {
  width: 40%;
  background-color: white;
  border: solid thin #f7f7f8;
  padding: 40px;
  min-height: 75%;
}
.caption h1 {
  font-size: 1.875rem;
  margin: 0.5em 0 0;
  line-height: 1.1em;
  font-style: italic;
}
.caption .language {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  line-height: 1.1;
}
.caption .type {
  font-weight: 400;
  margin-bottom: 1.5em;
  opacity: 0.5;
}
.caption .location {
  opacity: 0.9;
  font-size: 1.125rem;
}
.caption .location svg {
  height: 0.8em;
  width: auto;
}
.caption a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  text-transform: uppercase;
}
.caption a label {
  margin-left: 0.5em;
}
.caption a svg {
  height: 3.75rem;
  width: 3.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.caption a:hover svg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.flickity-prev-next-button.previous {
  left: -60px;
}

.flickity-prev-next-button.next {
  right: -60px;
}

.flickity-button {
  background: rgba(255, 255, 255, 0);
}

.flickity-page-dots {
  bottom: -40px;
}

.m_corpus-list .list {
  padding-top: 2rem;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .m_corpus-list .list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
.m_corpus-list .title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0em;
}
.m_corpus-list .group {
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 30px;
}

.m_language-map {
  width: 100%;
  background-color: #f7f7f8;
}
.m_language-map .leaflet-control-zoom {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.m_language-map .leaflet-control-zoom > a {
  padding: 10px;
}
.m_language-map .leaflet-control-zoom svg {
  width: 1.25rem;
  height: 1.25rem;
}

/*body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
*/
/*
code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
*/
.options-block,
div:not([class]) > .MuiContainer-maxWidthLg:first-child {
  padding: 20px 20px 0 !important;
  margin: 20px 0;
  background-color: white;
}

.MuiFormLabel-root,
.MuiFormControlLabel-label {
  color: #222 !important;
  font-size: 0.875rem !important;
}

.MuiFormLabel-root {
  margin-bottom: 0.25em;
}

.MuiContainer-root h2 {
  margin-top: 0;
}

.MuiCheckbox-root {
  padding: 0.25em 0.25em 0.25em 0 !important;
}

.annotation-selector {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 30px -5px;
}
.annotation-selector > button {
  margin: 0 5px;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.annotation-selector > button:hover, .annotation-selector > button.active {
  color: #FFF;
  background-color: #0078b7;
}
.annotation-selector > button.active {
  pointer-events: none;
}

.MuiContainer-root {
  padding: 0 !important;
}
.MuiContainer-root .translation {
  margin-bottom: 0rem;
}

.translBlock .translation:nth-child(odd) {
  color: #00466b !important;
}
.translBlock .translation:nth-child(even) {
  color: #222 !important;
}

.MuiSwitch-colorPrimary.Mui-checked {
  color: #0078b7 !important;
}

.MuiSwitch-colorPrimary.Mui-checked + .MuiSwitch-track {
  background-color: #0078b7 !important;
}

.MuiFormControlLabel-root {
  margin: 0 !important;
  padding-right: 0.5em;
}

.MuiAvatar-colorDefault {
  background-color: #AAA !important;
}

.MuiIconButton-colorPrimary {
  color: #0078b7 !important;
}
.MuiIconButton-colorPrimary:hover {
  background-color: rgba(170, 170, 170, 0.1) !important;
}

.MuiFormGroup-root {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.MuiFormGroup-root {
  -webkit-box-align: center;
          align-items: center;
}

#player {
  width: 100% !important;
}

.MuiIconButton-label {
  position: relative;
}

.MuiIconButton-label svg {
  fill: #0078b7;
}

.optionTransc,
.optionTransl,
.optionWholeTransl,
.optionGlosses,
.optionNotes {
  padding-right: 1em;
  margin-right: 1em;
  border-right: solid thin black;
  margin-bottom: 2em;
}

.MuiTypography-body2 {
  font-size: 1rem !important;
  line-height: 1.5em !important;
  font-family: "Doulos" !important;
}

.MuiSvgIcon-root {
  width: 0.8em !important;
  height: 0.8em !important;
}

.TEXT {
  margin-bottom: 20px;
}

.WORD,
.MORPHEME {
  margin-right: 0.25em;
  vertical-align: top !important;
}
.WORD p,
.MORPHEME p {
  background-color: #f0f0f0;
}
.WORD div p:first-child,
.MORPHEME div p:first-child {
  margin-bottom: 0.1em !important;
}

.WORD {
  border: solid;
  border-color: transparent;
  flex-shrink: 0;
  margin-bottom: 1rem;
}
.WORD > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}
.WORD[style*=none] {
  border: solid transparent !important;
}

.morphemesBlock {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.optionWords {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.doi {
  margin: 0;
  height: 1.1875rem;
  width: 1.1875rem;
  margin-left: 0.125rem;
  display: inline-block;
}

.MuiIconButton-root:hover {
  background-color: transparent !important;
}

.MuiAvatar-root {
  color: #222 !important;
  font-size: 0.875rem !important;
  background-color: transparent !important;
  width: auto !important;
  height: 1.5rem !important;
  font-weight: 700 !important;
  margin-right: 0em !important;
  vertical-align: top !important;
}

.MuiCard-root {
  min-height: 100px;
  box-shadow: none !important;
  padding: calc(20px / 2) !important;
  border-radius: 0 !important;
  margin: calc(20px / 2) 0;
  position: relative;
  overflow: visible !important;
}
.MuiCard-root *:not(.MuiAvatar-root) {
  font-family: "Doulos" !important;
}
.MuiCard-root b {
  font-weight: 400 !important;
}
.MuiCard-root .MuiButtonBase-root {
  padding: 0 !important;
  margin-right: 0em !important;
  vertical-align: top !important;
  cursor: pointer;
}
.MuiCard-root .MuiButtonBase-root * {
  cursor: pointer;
}
.MuiCard-root .notesBlock * {
  font-family: "Chivo", sans-serif !important;
  color: #222 !important;
  font-size: 0.875rem !important;
}
.MuiCard-root .circle {
  display: inline-block;
  font-size: 10px !important;
  vertical-align: top;
  padding-right: 0.5em;
}
.MuiCard-root .MuiSvgIcon-root {
  width: 1em !important;
  height: 1em !important;
}
.MuiCard-root .transcBlock * {
  font-weight: 700 !important;
}
.MuiCard-root .transcBlock {
  display: block !important;
}
.MuiCard-root .MuiAvatar-circle {
  position: absolute;
  -webkit-transform: translateX(-2.5rem);
          transform: translateX(-2.5rem);
  min-width: 1.6rem;
  text-align: center;
  font-size: 0.75rem !important;
}
.MuiCard-root .MuiButtonBase-root:nth-child(2) {
  position: absolute;
  -webkit-transform: translateX(-2.5rem) translateY(2rem);
          transform: translateX(-2.5rem) translateY(2rem);
}
.MuiCard-root .MuiButtonBase-root:nth-child(3) {
  position: absolute;
  -webkit-transform: translateX(-2.5rem) translateY(4rem);
          transform: translateX(-2.5rem) translateY(4rem);
}

.MuiCardContent-root {
  padding: 0 !important;
}

.transcBlock,
.wordsBlock,
.translBlock,
p {
  margin-top: 0 !important;
  vertical-align: top !important;
}

.translBlock {
  color: #003551 !important;
}

.wordsBlock:not(:last-child),
.translBlock:not(:last-child) {
  padding-bottom: 0.5em !important;
  margin-bottom: 0.5em !important;
  border-bottom: solid thin #eee;
}

.transcBlock {
  margin-bottom: 1rem;
}

.wordsBlock {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.App > .MuiContainer-root:first-child > div:first-child.sticky {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 30vw !important;
  z-index: 50;
  border: none !important;
  background-color: #0078b7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

div[role=tooltip] {
  background-color: #FFF;
  padding: 0.5em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.currentSentence .MuiCard-root {
  box-shadow: inset 0px 0px 0px 3px #0078b7 !important;
}

.CL {
  font-style: italic;
}

.m_search-block {
  display: -webkit-box;
  display: flex;
}
.m_search-block svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 1.2em;
  fill: #222 !important;
}
.m_search-block button {
  background-color: #FFF;
  border: none;
  cursor: pointer;
  padding: 0.1em;
}
.m_search-block button.on svg {
  fill: #0078b7 !important;
}
.m_search-block button:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m_search-block input {
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  border: solid thin #0078b7;
  width: 20rem;
  padding: 6px 8px;
  font-size: 0.875rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 860px) {
  .m_search-block input {
    width: 70%;
  }
}
.m_search-block input.hidden {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media screen and (max-width: 860px) {
  .m_search-block {
    margin-left: 0;
    flex-basis: 100%;
  }
}

.custom-select-search {
  width: calc(100% + 20px);
  margin-left: -10px;
}

#keywords-search {
  width: 100%;
  border: solid 4px #0078b7;
  font-size: 1.5em;
  padding: 0.2em;
  display: block;
  margin-bottom: 0.625rem;
}

.m_resources-table {
  border-collapse: separate !important;
  border-spacing: 0 10px;
  min-width: 47.5rem;
  line-height: 1.1;
}
.m_resources-table th {
  text-align: left;
}
.m_resources-table td, .m_resources-table th {
  border: none !important;
}
.m_resources-table td:first-child, .m_resources-table th:first-child {
  padding-left: 1em;
}
.m_resources-table td:last-child, .m_resources-table th:last-child {
  padding-right: 1em;
}
.m_resources-table th {
  color: #222 !important;
  font-size: 0.75rem;
}
.m_resources-table td:nth-child(1), .m_resources-table td:nth-child(2), .m_resources-table td:nth-child(3) {
  line-height: 0;
}
.m_resources-table td:nth-child(1) svg + svg, .m_resources-table td:nth-child(2) svg + svg, .m_resources-table td:nth-child(3) svg + svg {
  padding-left: 0.5em;
}
.m_resources-table td:nth-child(1), .m_resources-table td:nth-child(2), .m_resources-table td:nth-child(8) {
  white-space: nowrap;
}
.m_resources-table tr {
  border: solid thin #AAA !important;
  background-color: #FFF;
  cursor: pointer;
}
.m_resources-table tr svg {
  height: 21px;
  width: auto;
}
.m_resources-table tr:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #0078b7;
  color: #FFF;
}
.m_resources-table tr:hover svg {
  fill: #FFF;
}
.m_resources-table .lock {
  padding-top: 0.5em;
  opacity: 0.5;
}
.m_resources-table .doi_container {
  position: relative;
}
.m_resources-table .doi_container .doi_button {
  height: 21px;
  width: auto;
}
.m_resources-table .doi_container .resource_doi {
  position: absolute;
  display: none;
  visibility: visible;
  left: 100%;
  margin: 0;
  border: solid thin;
  padding: 0.5em 1em;
  color: #222;
}
.m_resources-table .doi_container .resource_doi.visible {
  display: block;
}

.table-container {
  overflow: auto;
}

.m_dictionaries-table {
  border-collapse: separate !important;
  border-spacing: 0 20px;
  min-width: 47.5rem;
}
.m_dictionaries-table th {
  width: 10%;
  text-align: left;
}
.m_dictionaries-table th:nth-child(1), .m_dictionaries-table th:nth-child(2), .m_dictionaries-table th:nth-child(3), .m_dictionaries-table th:nth-child(4) {
  width: 5%;
}
.m_dictionaries-table td, .m_dictionaries-table th {
  padding: 2em !important;
  border: none !important;
}
.m_dictionaries-table td:first-child, .m_dictionaries-table th:first-child {
  padding-left: 1em;
}
.m_dictionaries-table td:last-child, .m_dictionaries-table th:last-child {
  padding-right: 1em;
}
.m_dictionaries-table th {
  color: #222 !important;
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}
.m_dictionaries-table tr {
  border: solid thin #AAA !important;
  background-color: #FFF;
}
.m_dictionaries-table tr svg {
  height: 2em;
}
.m_dictionaries-table h3 {
  margin: 0;
}
.m_dictionaries-table td.links a {
  margin-right: 0.75em;
}

.table-container {
  overflow: auto;
}