/** Prevent problem on IOS **/
html.ios {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

html.ios,
html.ios body {
	height: initial !important;
}

/** CSS **/

/* @TODO : Add to mystique */
/**BEGIN ADD TO MYSTIQUE**/
.ui.green.header>.sub.header {
	color: #21ba45 !important;
}
/**END ADD TO MYSTIQUE**/

html {
	padding: 0 !important;
	/*overflow-x: hidden;*/
}

[v-cloak] {
	display: none !important;
}

/** Semantic Patch **/
.ui.modal .scrolling.content {
	max-height: calc(70vh);
	overflow: auto;
}

* {
	word-wrap: break-word !important;
}

h1, .h1 {
	font-size: 3.5em;
}

h2, .h2 {
	font-size: 2.7em;
}

h3, .h3 {
	font-size: 2.3em;
}

h4, .h4 {
	font-size: 2em;
}

h5, .h5 {
	font-size: 1.7em;
}

h6, .h6 {
	font-size: 1.15em;
}

.unselectable {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.description, .info {
	color: #6e7179;
	letter-spacing: 1px;
	font-size: 15px;
}

.event.description {
	margin: auto;
	max-width: 500px;
}

.info-title {
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 600;
	color: #282C35;
	text-transform: uppercase !important;
}

/* Background */
.background-grey {
	background-color: #f7f8fa !important;
	background-clip: content-box;
}

.background-white {
	background-color: #fff !important;
	background-clip: content-box;
}

.fixed {
	position: fixed;
	z-index: 101;
	margin: 0em;
	width: 100%;
	top: 0;
}

.scrollable_horizontal_mobile {
	overflow-x: auto;
}

.scrollable_horizontal_mobile > * {
	min-width: 767px;
}

/* Position */
.vertical-align {
	margin: auto;
}

.floated-right {
	float: right;
}

.floated-left {
	float: left;
}

/* Input */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.padding-all {
	padding: 1em 1em 1em 1em !important;
}

.padding-top {
	padding-top: 1em !important;
}

.padding-right {
	padding-right: 1em !important;
}

.padding-bottom {
	padding-bottom: 1em !important;
}

.padding-left {
	padding-left: 1em !important;
}

.padding-bottom-zero {
	padding-bottom: 0px !important
}

.padding-top-zero {
	padding-top: 0px !important
}

.padding-zero {
	padding: 0 0 0 0px !important
}

.margin-top {
	margin-top: 1em !important;
}

.margin-top-2 {
	margin-top: 2em !important;
}

.margin-top-3 {
	margin-top: 3em !important;
}

.margin-top-4 {
	margin-top: 4em !important;
}

.margin-top-5 {
	margin-top: 5em !important;
}

.margin-top-negative {
	margin-top: -1em !important;
}

.margin-top-negative-5 {
	margin-top: -5em !important;
}

.margin-right {
	margin-right: 1em !important;
}

.margin-bottom {
	margin-bottom: 1em !important;
}

.margin-left {
	margin-left: 1em !important;
}

.margin-zero {
	margin: 0 0 0 0px !important
}

.margin-bottom-zero {
	margin-bottom: 0em !important;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.text-align-left {
	text-align: left;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-wait {
	cursor: wait;
}

.cursor-not-allowed {
	cursor: not-allowed;
}

.hidden {
	display: none !important;
}

/* X Line for text */
@media only screen and (max-width: 767px) {
	.two-line-mobile {
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.two-line-tablet {
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
	}
}

@media only screen and (min-width: 992px) {
	.for-line-computer {
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
	}
}

.oneLine {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

.twoLine {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
}

/** WIDTH and DISPLAY**/

/*Computer*/
@media only screen and (min-width: 992px) {
	.tablet-only {
		display: none !important;
	}

	.mobile-only {
		display: none !important;
	}

	.mobile-only.computer-only {
		display: block !important;
	}

	.tablet-only.tablet-only {
		display: block !important;
	}

	.mobile-only.tablet-only.computer-only {
		display: block !important;
	}

	.computer-hidden {
		display: none !important;
	}

	.computer-fixed {
		position: fixed;
		z-index: 101;
		margin: 0;
		width: 100%;
	}

	.computer-fixed {
		position: fixed;
		z-index: 101;
		margin: 0;
		width: 100%;
	}

	.computer-hidden {
		display: none !important;
	}
}

/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.computer-only {
		display: none !important;
	}

	.mobile-only {
		display: none !important;
	}

	.mobile-only.tablet-only {
		display: block !important;
	}

	.tablet-only.computer-only {
		display: block !important;
	}

	.mobile-only.tablet-only.computer-only {
		display: block !important;
	}

	.tablet-fixed {
		position: fixed;
		z-index: 101;
		margin: 0;
		width: 100%;
	}

	.tablet-hidden {
		display: none !important;
	}
}

/*Mobile*/
@media only screen and (max-width: 767px) {
	.computer-only {
		display: none !important;
	}

	.tablet-only {
		display: none !important;
	}

	.mobile-only.tablet-only {
		display: block !important;
	}

	.mobile-only.computer-only {
		display: block !important;
	}

	.mobile-only.tablet-only.computer-only {
		display: block !important;
	}

	.mobile-fixed {
		position: fixed;
		z-index: 101;
		margin: 0;
		width: 100%;
	}

	.mobile-hidden {
		display: none !important;
	}

	.bottom-fixed-mobile {
		bottom: 0;
		position: fixed;
		z-index: 101;
		margin: 0;
		width: 100%;
	}
}

.fluid {
	width: 100%;
}

/* Container */
@media only screen and (max-width: 767px) {
	.ui.main.container {
		padding-left: 0em !important;
		padding-right: 0em !important;
	}

	.ui.container.s-fluid {
		padding-left: 0em !important;
		padding-right: 0em !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media only screen and (min-width: 768px) {
	.ui.main.container {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
}

.ui.main.container {
	max-width: 860px !important;
}

.ui.main.large.container {
	max-width: 100% !important;
}

/** STRUCTURE **/
.gaia-dashboard-sidebar-left {
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	min-height: 100%;
}

@media only screen and (min-width: 992px) {
	.gaia-dashboard-sidebar-left article {
		margin-left: 70px;
	}
}

table.equal-column {
	table-layout: fixed;
	word-wrap: break-word;
}

/** TOP BAR **/
/*Style 1*/

/** SIDE BAR **/
.nav-sidebar {
	width: 70px;
	min-height: 100%;
	padding-top: 3em;
	position: absolute;
	z-index: 1;
}

/*Style 1*/
.nav-sidebar.style1, .nav-sidebar.style1 a {
	text-align: center;
	background-color: #26344b !important;
	color: #9A9FBF !important;
}

.nav-sidebar.style1 a div:not(.header) {
	cursor: pointer;
}

.nav-sidebar.style1 i {
	font-size: 24px;
}

.nav-sidebar.style1 a span {
	display: block;
	text-align: center;
	margin-top: 5px;
	color: #c3cee0;
	font-size: 10px;
}

.nav-sidebar.style1 div:hover:not(.header),
.nav-sidebar.style1 div.active {
	background-color: #212d41 !important;
}

/*Style 2*/
.nav-sidebar.style2, .nav-sidebar.style2 a {
	text-align: center;
	background-color: #fff !important;
	color: #9A9FBF !important
}

.nav-sidebar.style2 a div:not(.header) {
	cursor: pointer;
}

.nav-sidebar.style2 i {
	font-size: 24px;
	color: #9A9FBF !important
}

.nav-sidebar.style2 a span {
	display: block;
	text-align: center;
	margin-top: 5px;
	color: #9a9fbf;
	font-size: 10px;
}

.nav-sidebar.style2 div:hover:not(.header),
.nav-sidebar.style2 div.active {
	background-color: #fff !important;
}

/* font */

/* ÉLÉMENT */
.gaia-toggle {
	cursor: pointer;
	color: rgba(0, 0, 0, 0.26);
}

.gaia-toggle input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0;
	display: none;
}

.gaia-toggle input[type=checkbox] + .toggle {
	content: "";
	display: inline-block;
	width: 66px;
	height: 30px;
	background-color: rgba(80, 80, 80, 0.7);
	border-radius: 15px;
	margin-right: 0;
	transition: background 0.3s ease;
	vertical-align: middle;
	text-align: left;
	margin-left: 5px;
	cursor: pointer;
}

.gaia-toggle input[type=checkbox]:checked + .toggle {
	background-color: #2185d0;
}

.gaia-toggle input[type=checkbox]:checked + .toggle:after {
	left: 37px;
}

.gaia-toggle input[type=checkbox] + .toggle:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 26px;
	background-color: #FFFFFF;
	border-radius: 20px;
	position: relative;
	left: 3px;
	top: 3px;
	transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
	text-align: center;
}

/* Button */
.ui.checked.button:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f00c";
	top: 50%;
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	color: #fff;

}

.ui.checked.button {
	position: relative;
	cursor: default;
	text-shadow: none !important;
	color: transparent !important;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all 0s linear, opacity .1s ease;
	transition: all 0s linear, opacity .1s ease;
}

.ui.fail.button:after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f00d";
	top: 50%;
	left: 50%;
	margin: -.64285714em 0 0 -.64285714em;
	width: 1.28571429em;
	height: 1.28571429em;
	color: #fff;

}

.ui.fail.button {
	position: relative;
	cursor: default;
	text-shadow: none !important;
	color: transparent !important;
	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all 0s linear, opacity .1s ease;
	transition: all 0s linear, opacity .1s ease;
}

/* Events */

.masthead h1.ui.header {
	font-size: 4em;
	font-weight: normal;
}

.masthead {
	padding-top: 4em;
	padding-bottom: 4em;
	background-color: #5b5f68 !important;
}

/*upgrade semantic*/

.gaia-select {
	cursor: pointer;
	word-wrap: break-word;
	line-height: 1em;
	white-space: normal;
	outline: 0;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	min-width: 14em;
	min-height: 2.71428571em;
	background: #FFFFFF;
	display: inline-block;
	/*padding: 0.78571429em 2.1em 0.78571429em 1em;*/
	padding-left: 0.5em;
	color: rgba(0, 0, 0, 0.87);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(34, 36, 38, 0.15);
	border-radius: 0.28571429rem;
	-webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
	transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
	transition: box-shadow 0.1s ease, width 0.1s ease;
	transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.to-uppercase {
	text-transform: uppercase;
}

.to-lowercase {
	text-transform: lowercase;
}

.to-capitalize {
	text-transform: capitalize;
}

.min-height-100p {
	min-height: 100% !important;
}

.max-width-5p {
	max-width: 5% !important;
}

.max-width-10p {
	max-width: 10% !important;
}

.min-height-100vh {
	min-height: 100vh !important;
	height: 100%;
}

.ui.inverted.segment.purple-waves {
	background: url(../images/backgrounds/purple-wave.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.ui.white.button {
	color: #000;
	text-shadow: none;
	background: #FFF none;
}

.badge {
	font-size: 0.64285714rem;
	padding: .33em .5em;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	border-radius: .375rem;
}

.badge.big {
	font-size: 1rem;
}

.badge.huge {
	font-size: 1.2rem;
}

.badge.success {
	color: #00d97e;
	background-color: #ccf7e5;
}

.badge.warning {
	color: #f6c343;
	background-color: #fdf3d9;
}

.badge.danger {
	color: #e63757;
	background-color: #fad7dd;
}

/* CSS SCAN */
.ocrloader {
	width: 94px;
	height: 77px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	backface-visibility: hidden;
}

.ocrloader span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20px;
	background-color: rgba(255, 0, 0, 0.54);
	z-index: 1;
	transform: translateY(135%);
	animation: move 1.2s cubic-bezier(0.15, 0.44, 0.76, 0.64);
	animation-iteration-count: infinite;
}

.ocrloader > div {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 48%;
	backface-visibility: hidden;
}

.ocrloader i {
	display: block;
	height: 1px;
	background: #000;
	margin: 0 auto 2px;
	margin: 0 auto 2.2px;
	backface-visibility: hidden;
}

.ocrloader i:nth-child(2) {
	width: 75%;
}

.ocrloader i:nth-child(3) {
	width: 81%;
}

.ocrloader i:nth-child(4) {
	width: 87%;
}

.ocrloader i:nth-child(6) {
	width: 71%;
}

.ocrloader i:nth-child(7) {
	width: 81%;
}

.ocrloader i:nth-child(8) {
	width: 65%;
}

.ocrloader i:nth-child(9) {
	width: 83%;
}

.ocrloader i:nth-child(10) {
	width: 75%;
}

.ocrloader i:nth-child(12) {
	width: 86%;
}

.ocrloader i:nth-child(14) {
	width: 65%;
}

.ocrloader i:nth-child(16) {
	width: 75%;
}

.ocrloader i:nth-child(18) {
	width: 83%;
}

.ocrloader:before,
.ocrloader:after,
.ocrloader em:after,
.ocrloader em:before {
	border-color: #000;
	content: "";
	position: absolute;
	width: 19px;
	height: 16px;
	border-style: solid;
	border-width: 0px;
}

.ocrloader:before {
	left: 0;
	top: 0;
	border-left-width: 1px;
	border-top-width: 1px;
}

.ocrloader:after {
	right: 0;
	top: 0;
	border-right-width: 1px;
	border-top-width: 1px;
}

.ocrloader em:before {
	left: 0;
	bottom: 0;
	border-left-width: 1px;
	border-bottom-width: 1px;
}

.ocrloader em:after {
	right: 0;
	bottom: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

@keyframes move {
	0%,
	100% {
		transform: translateY(135%);
	}
	50% {
		transform: translateY(0%);
	}
	75% {
		transform: translateY(272%);
	}
}

.field > label {
	font-weight: bold;
}
