@charset "UTF-8";
/*!
Theme Name: Echami Intranet
Theme URI: https://candy-factory.ch
Author: Candy Factory SARL
Author URI: https://candy-factory.ch
Description: Intranet for Echami SA
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cf_intraechami
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Echami Intranet is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 240, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_normalize.scss */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/* line 3, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_box-sizing.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 9, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/generic/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/*
	Simple Template, all content on single SASS file
*/
/*
	Variables
*/
/*
	General
*/
/* line 89, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
body, html {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #7E8083;
  width: 100%;
  height: 100%;
}

/* line 99, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
*, *:hover, *:active, *:focus {
  outline: 0 !important;
}

/* line 102, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#page {
  width: 100%;
  height: 100%;
}

/* line 106, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}

/* line 112, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
a {
  color: #7E8083;
  text-decoration: none;
  transition: all 350ms;
}

/* line 116, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
a:hover {
  cursor: pointer;
}

/* line 120, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

/* line 125, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
h5 {
  font-size: 12px;
  line-height: 14px;
}

/* line 129, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.button {
  font-weight: 700;
  width: 100%;
  max-width: 350px;
  display: block;
  padding: 19px 20px 20px;
  font-size: 30px;
  line-height: 36px;
  color: #FFF;
  text-align: left;
  background-color: #7E8083;
  border: none;
  margin-bottom: 10px;
  cursor: pointer;
}

/* line 144, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.btn {
  border: 3px solid #7E8083;
  color: #7E8083;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  padding: 11px 20px 12px;
  display: flex;
  align-items: center;
  transition: all 350ms;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  cursor: pointer;
}

/* line 156, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.btn:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 159, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.btn svg {
  margin-left: 15px;
}

/* line 161, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.btn svg * {
  transition: all 350ms;
}

/* line 166, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.btn.btn_inverted svg {
  margin-left: 0;
  margin-right: 15px;
}

/* line 171, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.btn.disabled {
  cursor: default;
}

/* line 173, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.btn.disabled:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

/* line 181, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#save_product:hover {
  border-color: #32CD32;
  box-shadow: 0px 0px 10px 0px rgba(50, 205, 50, 0.25);
  transform: scale(0.99, 0.95);
}

/* line 185, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#save_product:hover svg polygon {
  fill: #32CD32;
}

/* line 192, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_search_wrapper:after {
  margin-top: -2px;
  position: relative;
  z-index: 10;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #EE3524;
  transition: width .3s;
}

/* line 203, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_search_wrapper.state_1:after {
  width: 33.3%;
}

/* line 206, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_search_wrapper.state_2:after {
  width: 66.6%;
}

/* line 209, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_search_wrapper.state_3:after {
  width: 100%;
  background: #32CD32;
}

/* line 214, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_search {
  border: none;
  border-bottom: 3px solid #7E8083;
  color: #7E8083;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
  padding: 11px 20px 12px;
  display: inline-block;
  width: 340px;
  max-width: 100%;
  background-image: url(./img/Echami_Icon_Search_Padding.svg);
  background-position: center right;
  background-repeat: no-repeat;
}

/* line 230, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.input_search {
  background-image: url(./img/Echami_Icon_Search_Padding.svg);
  background-position: center right;
  background-repeat: no-repeat;
}

/* line 236, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input {
  width: 100%;
  background: #F2F2F2;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 241, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input label {
  font-size: 12px;
  color: #7E8083;
  display: block;
  padding-bottom: 8px;
}

/* line 247, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input input {
  background-color: #FFF;
  border: none;
  padding: 7px 10px;
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

/* line 256, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input textarea {
  height: 300px;
  padding: 7px 10px;
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  border: none;
}

/* line 265, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input .fakearea {
  height: auto;
  padding: 7px 10px;
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  border: none;
  background-color: #FFF;
}

/* line 275, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input select {
  background-color: #FFF;
  border: none;
  padding: 7px 10px;
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

/* line 284, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input .cf_checkbox {
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
}

/* line 288, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input .cf_checkbox .cf_checkbox_box {
  display: inline-block;
  background-color: #FFF;
  height: 50px;
  width: 50px;
  padding: 17.5px;
  margin-right: 3px;
}

/* line 295, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input .cf_checkbox .cf_checkbox_box svg {
  opacity: 0;
  width: 100%;
  height: auto;
  transition: all 350ms;
}

/* line 302, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input .cf_checkbox .cf_checkbox_txt {
  line-height: 20px;
}

/* line 306, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input .cf_checkbox:hover svg {
  opacity: 0.8;
}

/* line 311, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input .cf_checkbox.selected_checkbox svg {
  opacity: 1;
}

/* line 315, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input .cf_checkbox.selected_checkbox:hover svg {
  opacity: 0.8;
}

/* line 323, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.login_title {
  margin-top: 128px;
  margin-bottom: 45px;
}

/*
	Global Template
*/
/* line 331, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
body.page-template-default #page {
  display: flex;
  flex-direction: row;
}

/* line 334, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
body.page-template-default #page #secondary {
  width: 25%;
  max-width: 300px;
  background-color: #F2F2F2;
  padding: 25px;
  overflow: hidden;
  transition: all 250ms;
}

/* line 341, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
body.page-template-default #page #secondary h1 {
  margin: 0;
}

/* line 345, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
body.page-template-default #page #primary {
  padding: 100px;
  width: 75%;
  min-width: calc(100% - 300px);
  max-width: calc(100% - 300px);
  transition: all 250ms;
}

/* line 354, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
body.hide_menu.page-template-default #page #secondary {
  width: 0%;
  padding: 25px 0;
}

/* line 358, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
body.hide_menu.page-template-default #page #primary {
  width: 100%;
  max-width: 100%;
}

/* line 363, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_menu {
  margin-top: 48px;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 1em;
  overflow: hidden;
}

/* line 371, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_menu > a:before {
  content: "—";
  width: 20px;
  margin-left: -20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  transition: all 350ms;
  padding-right: 0;
}

/* line 383, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_menu > a:hover:before {
  margin-left: 0;
  padding-right: 1em;
}

/* line 390, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.link_slide {
  display: inline-block;
  overflow: hidden;
}

/* line 393, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.link_slide:before {
  content: "—";
  width: 20px;
  margin-left: -20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  transition: all 350ms;
  padding-right: 0;
}

/* line 405, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.link_slide:hover:before {
  margin-left: 0;
  padding-right: 1em;
}

/* line 410, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#logout {
  margin-top: 55px;
}

/* line 415, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slider_menu > a {
  margin-right: 18px;
  display: inline-block;
}

/* line 421, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.top_controls {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*
	Candy Array
*/
/* line 433, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_produits {
  transition: all 150ms;
}

/* line 439, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_produits .cf_array .array_title > div:nth-child(1), .slide_produits .cf_array .array_line > div:nth-child(1) {
  width: 27.77%;
}

/* line 442, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_produits .cf_array .array_title > div:nth-child(2), .slide_produits .cf_array .array_line > div:nth-child(2) {
  width: 16.66%;
}

/* line 445, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_produits .cf_array .array_title > div:nth-child(3), .slide_produits .cf_array .array_line > div:nth-child(3) {
  width: 27.77%;
}

/* line 448, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_produits .cf_array .array_title > div:nth-child(4), .slide_produits .cf_array .array_line > div:nth-child(4) {
  width: 11.11%;
}

/* line 451, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_produits .cf_array .array_title > div:nth-child(5), .slide_produits .cf_array .array_line > div:nth-child(5) {
  width: 11.11%;
  text-align: right;
}

/* line 455, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_produits .cf_array .array_title > div:nth-child(6), .slide_produits .cf_array .array_line > div:nth-child(6) {
  width: 5.55%;
  text-align: center;
}

/* line 465, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_fournisseurs .cf_array .array_title > div:nth-child(1), .slide_fournisseurs .cf_array .array_line > div:nth-child(1) {
  width: 25%;
}

/* line 468, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_fournisseurs .cf_array .array_title > div:nth-child(2), .slide_fournisseurs .cf_array .array_line > div:nth-child(2) {
  width: 25%;
}

/* line 471, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_fournisseurs .cf_array .array_title > div:nth-child(3), .slide_fournisseurs .cf_array .array_line > div:nth-child(3) {
  width: 10%;
  text-align: right;
}

/* line 475, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_fournisseurs .cf_array .array_title > div:nth-child(4), .slide_fournisseurs .cf_array .array_line > div:nth-child(4) {
  width: 10%;
  text-align: right;
}

/* line 479, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_fournisseurs .cf_array .array_title > div:nth-child(5), .slide_fournisseurs .cf_array .array_line > div:nth-child(5) {
  width: 10%;
  text-align: right;
}

/* line 483, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_fournisseurs .cf_array .array_title > div:nth-child(6), .slide_fournisseurs .cf_array .array_line > div:nth-child(6) {
  width: 15%;
  text-align: right;
}

/* line 487, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.slide_fournisseurs .cf_array .array_title > div:nth-child(7), .slide_fournisseurs .cf_array .array_line > div:nth-child(7) {
  width: 5%;
  text-align: center;
}

/* line 497, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_quote_rq_array.cf_array .array_title > div:nth-child(1), #product_quote_rq_array.cf_array .array_line > div:nth-child(1) {
  width: 21.4%;
}

/* line 500, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_quote_rq_array.cf_array .array_title > div:nth-child(2), #product_quote_rq_array.cf_array .array_line > div:nth-child(2) {
  width: 14.2%;
}

/* line 503, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_quote_rq_array.cf_array .array_title > div:nth-child(3), #product_quote_rq_array.cf_array .array_line > div:nth-child(3) {
  width: 28.5%;
}

/* line 506, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_quote_rq_array.cf_array .array_title > div:nth-child(4), #product_quote_rq_array.cf_array .array_line > div:nth-child(4) {
  width: 14.2%;
}

/* line 509, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_quote_rq_array.cf_array .array_title > div:nth-child(5), #product_quote_rq_array.cf_array .array_line > div:nth-child(5) {
  width: 14.2%;
  text-align: right;
}

/* line 513, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_quote_rq_array.cf_array .array_title > div:nth-child(6), #product_quote_rq_array.cf_array .array_line > div:nth-child(6) {
  width: 7.2%;
  text-align: center;
}

/* line 523, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres .cf_array .array_title > div:nth-child(1), #offres .cf_array .array_line > div:nth-child(1) {
  width: 14.2%;
}

/* line 526, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres .cf_array .array_title > div:nth-child(2), #offres .cf_array .array_line > div:nth-child(2) {
  width: 14.2%;
}

/* line 529, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres .cf_array .array_title > div:nth-child(3), #offres .cf_array .array_line > div:nth-child(3) {
  width: 28.5%;
}

/* line 532, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres .cf_array .array_title > div:nth-child(4), #offres .cf_array .array_line > div:nth-child(4) {
  width: 35%;
}

/* line 535, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres .cf_array .array_title > div:nth-child(5), #offres .cf_array .array_line > div:nth-child(5) {
  width: 7.1%;
  text-align: right;
}

/* line 546, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(1), #edit_quote_rc .cf_array .array_line > div:nth-child(1) {
  width: 21%;
}

/* line 549, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(2), #edit_quote_rc .cf_array .array_line > div:nth-child(2) {
  width: 15.7%;
}

/* line 552, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(3), #edit_quote_rc .cf_array .array_line > div:nth-child(3) {
  width: 15.7%;
}

/* line 555, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(4), #edit_quote_rc .cf_array .array_line > div:nth-child(4) {
  width: 10.5%;
  text-align: right;
}

/* line 558, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(4) input, #edit_quote_rc .cf_array .array_line > div:nth-child(4) input {
  text-align: right;
}

/* line 562, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(5), #edit_quote_rc .cf_array .array_line > div:nth-child(5) {
  width: 10.5%;
}

/* line 565, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(6), #edit_quote_rc .cf_array .array_line > div:nth-child(6) {
  width: 10.5%;
  text-align: right;
}

/* line 568, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(6) input, #edit_quote_rc .cf_array .array_line > div:nth-child(6) input {
  text-align: right;
}

/* line 572, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(7), #edit_quote_rc .cf_array .array_line > div:nth-child(7) {
  width: 10.5%;
  text-align: right;
}

/* line 575, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(7) input, #edit_quote_rc .cf_array .array_line > div:nth-child(7) input {
  text-align: right;
}

/* line 579, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(8), #edit_quote_rc .cf_array .array_line > div:nth-child(8) {
  width: 5%;
  text-align: right;
}

/* line 582, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#edit_quote_rc .cf_array .array_title > div:nth-child(8) input, #edit_quote_rc .cf_array .array_line > div:nth-child(8) input {
  text-align: right;
}

/* line 592, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres_recu .cf_array .array_title > div:nth-child(1), #offres_recu .cf_array .array_line > div:nth-child(1) {
  width: 12.5%;
}

/* line 595, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres_recu .cf_array .array_title > div:nth-child(2), #offres_recu .cf_array .array_line > div:nth-child(2) {
  width: 12.5%;
}

/* line 598, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres_recu .cf_array .array_title > div:nth-child(3), #offres_recu .cf_array .array_line > div:nth-child(3) {
  width: 18.7%;
}

/* line 601, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres_recu .cf_array .array_title > div:nth-child(4), #offres_recu .cf_array .array_line > div:nth-child(4) {
  width: 31.2%;
}

/* line 604, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres_recu .cf_array .array_title > div:nth-child(5), #offres_recu .cf_array .array_line > div:nth-child(5) {
  width: 10.5%;
}

/* line 607, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#offres_recu .cf_array .array_title > div:nth-child(6), #offres_recu .cf_array .array_line > div:nth-child(6) {
  width: 12.5%;
  text-align: right;
}

/* line 617, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#commandes .cf_array .array_title > div:nth-child(1), #commandes .cf_array .array_line > div:nth-child(1) {
  width: 12.5%;
}

/* line 620, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#commandes .cf_array .array_title > div:nth-child(2), #commandes .cf_array .array_line > div:nth-child(2) {
  width: 12.5%;
}

/* line 623, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#commandes .cf_array .array_title > div:nth-child(3), #commandes .cf_array .array_line > div:nth-child(3) {
  width: 18.7%;
}

/* line 626, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#commandes .cf_array .array_title > div:nth-child(4), #commandes .cf_array .array_line > div:nth-child(4) {
  width: 31.2%;
}

/* line 629, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#commandes .cf_array .array_title > div:nth-child(5), #commandes .cf_array .array_line > div:nth-child(5) {
  width: 10.5%;
}

/* line 632, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#commandes .cf_array .array_title > div:nth-child(6), #commandes .cf_array .array_line > div:nth-child(6) {
  width: 12.5%;
  text-align: right;
}

/* line 642, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#read_sent_quote .cf_array .array_title > div:nth-child(1), #read_sent_quote .cf_array .array_line > div:nth-child(1) {
  width: 23%;
}

/* line 645, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#read_sent_quote .cf_array .array_title > div:nth-child(2), #read_sent_quote .cf_array .array_line > div:nth-child(2) {
  width: 23%;
}

/* line 648, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#read_sent_quote .cf_array .array_title > div:nth-child(3), #read_sent_quote .cf_array .array_line > div:nth-child(3) {
  width: 38.4%;
}

/* line 651, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#read_sent_quote .cf_array .array_title > div:nth-child(4), #read_sent_quote .cf_array .array_line > div:nth-child(4) {
  width: 7.6%;
}

/* line 654, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#read_sent_quote .cf_array .array_title > div:nth-child(5), #read_sent_quote .cf_array .array_line > div:nth-child(5) {
  width: 7.6%;
  text-align: right;
}

/* line 664, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#add_order .cf_array .array_title > div:nth-child(1), #add_order .cf_array .array_line > div:nth-child(1) {
  width: 25%;
}

/* line 667, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#add_order .cf_array .array_title > div:nth-child(2), #add_order .cf_array .array_line > div:nth-child(2) {
  width: 16.6%;
}

/* line 670, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#add_order .cf_array .array_title > div:nth-child(3), #add_order .cf_array .array_line > div:nth-child(3) {
  width: 16.6%;
}

/* line 673, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#add_order .cf_array .array_title > div:nth-child(4), #add_order .cf_array .array_line > div:nth-child(4) {
  width: 8.3%;
}

/* line 676, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#add_order .cf_array .array_title > div:nth-child(5), #add_order .cf_array .array_line > div:nth-child(5) {
  width: 8.3%;
}

/* line 679, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#add_order .cf_array .array_title > div:nth-child(6), #add_order .cf_array .array_line > div:nth-child(6) {
  width: 8.3%;
}

/* line 682, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#add_order .cf_array .array_title > div:nth-child(7), #add_order .cf_array .array_line > div:nth-child(7) {
  width: 16.6%;
  text-align: right;
}

/* line 686, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#add_order .cf_array .array_title > div:nth-child(8), #add_order .cf_array .array_line > div:nth-child(8) {
  display: none;
}

/* line 693, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array {
  margin-top: 48px;
}

/* line 695, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_title, .cf_array .array_line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* line 700, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_title > div, .cf_array .array_line > div {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 704, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_title:placeholder, .cf_array .array_line:placeholder {
  font-style: italic;
}

/* line 708, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_title {
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 8px;
}

/* line 718, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_content > div {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 723, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_content .array_line {
  transition: all 350ms;
}

/* line 725, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_content .array_line:nth-child(even) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 728, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_content .array_line:nth-child(odd) {
  background-color: #F2F2F2;
}

/* line 731, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_content .array_line > div {
  overflow: hidden;
}

/* line 734, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_content .array_line span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 740, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_content .array_line.filtered_out {
  display: none;
}

/* line 743, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .array_content .array_line.highlight {
  background-color: rgba(238, 53, 36, 0.8);
}

/* line 748, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .ajax_delete {
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  display: inline-block;
}

/* line 755, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .btn_multiple a {
  padding: 5px;
  height: 25px;
  display: inline-block;
}

/* line 762, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_array .clickable {
  transition: all 350ms;
}

/* line 766, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.animated_row {
  cursor: pointer;
  transition: all 350ms;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

/* line 770, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.animated_row:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  transform: scale(0.99, 0.95);
}

/* line 775, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_fournisseur_line {
  transition: all 350ms;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

/* line 779, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.array_line {
  transition: all 350ms;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

/* line 782, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.array_line.hover_delete {
  transform: scale(0.99, 0.95);
  box-shadow: 0px 0px 10px 0px rgba(238, 53, 36, 0.75);
}

/* line 786, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.array_line.hover_green {
  transform: scale(0.99, 0.95);
  box-shadow: 0px 0px 10px 0px rgba(50, 205, 50, 0.75);
}

/* line 791, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input {
  transition: all 350ms;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

/* line 794, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input:focus-within {
  transform: scale(0.995, 0.99);
  box-shadow: 0px 0px 10px 0px rgba(126, 128, 131, 0.35);
}

/* line 798, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input input {
  transition: all 350ms;
}

/* line 802, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input.error input {
  box-shadow: 0px 0px 10px 0px rgba(238, 53, 36, 0.55);
}

/* line 807, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cf_input.error_highlight input {
  box-shadow: 0px 0px 10px 0px rgba(238, 53, 36, 0.8);
}

/* line 815, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_fournisseur_array .array_title > div:nth-child(1), #product_fournisseur_array .array_line > div:nth-child(1) {
  width: 25%;
}

/* line 818, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_fournisseur_array .array_title > div:nth-child(2), #product_fournisseur_array .array_line > div:nth-child(2) {
  width: 40%;
}

/* line 821, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_fournisseur_array .array_title > div:nth-child(3), #product_fournisseur_array .array_line > div:nth-child(3) {
  width: 20%;
  text-align: right;
}

/* line 824, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_fournisseur_array .array_title > div:nth-child(3) input, #product_fournisseur_array .array_line > div:nth-child(3) input {
  text-align: right;
}

/* line 828, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#product_fournisseur_array .array_title > div:nth-child(4), #product_fournisseur_array .array_line > div:nth-child(4) {
  width: 15%;
  text-align: right;
}

/* line 838, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#fournisseur_product_array .array_title > div:nth-child(1), #fournisseur_product_array .array_line > div:nth-child(1) {
  width: 30%;
}

/* line 841, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#fournisseur_product_array .array_title > div:nth-child(2), #fournisseur_product_array .array_line > div:nth-child(2) {
  width: 20%;
}

/* line 844, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#fournisseur_product_array .array_title > div:nth-child(3), #fournisseur_product_array .array_line > div:nth-child(3) {
  width: 20%;
}

/* line 847, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#fournisseur_product_array .array_title > div:nth-child(4), #fournisseur_product_array .array_line > div:nth-child(4) {
  width: 20%;
  text-align: right;
}

/* line 850, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#fournisseur_product_array .array_title > div:nth-child(4) input, #fournisseur_product_array .array_line > div:nth-child(4) input {
  text-align: right;
}

/* line 854, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#fournisseur_product_array .array_title > div:nth-child(5), #fournisseur_product_array .array_line > div:nth-child(5) {
  width: 10%;
  text-align: right;
}

/* line 862, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_delete svg path {
  transition: all 350ms;
}

/* line 865, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_delete:hover svg path {
  fill: #EE3524;
}

/* line 869, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.ajax_read_comment {
  margin-right: 10px;
}

/* line 873, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.count {
  font-size: 12px;
  padding: 20px;
  font-weight: 300;
}

/*
	Add Product
*/
/* line 882, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.margin_top {
  margin-top: 50px;
}

/* line 885, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 890, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.flex_third {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 894, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.flex_third .area {
  width: calc(33.33% - 10px);
}

/* line 899, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.left_flex, .right_flex {
  width: calc(50% - 12.5px);
}

/* line 902, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.list_cat {
  background-color: #FFF;
  padding: 7px 10px;
  width: 100%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 5px;
  background-image: url(./img/Echami_Icon_Trash_Padding.svg);
  background-position: center right;
  background-repeat: no-repeat;
  transition: all 350ms;
}

/* line 914, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.list_cat:hover {
  background-image: url(./img/Echami_Icon_Trash_PaddingHover.svg);
  cursor: pointer;
}

/* line 919, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.array_line_toclone, #array_line_toclone, #array_line_toclone_product, #array_line_toclone_quote_rq, #array_line_toclone_quote_rq_fournisseur {
  display: none !important;
}

/* line 922, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.hidden_div {
  display: none !important;
}

/* line 926, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.array_line_editable input {
  width: 100%;
  border: none;
  background-color: transparent;
}

/* line 930, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.array_line_editable input.quote_quantity {
  text-align: right;
}

/* Chrome, Safari, Edge, Opera */
/* line 940, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 947, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 950, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#file_product {
  transition: all 350ms;
  max-height: 0;
}

/* line 953, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
#file_product.loaded_img {
  max-height: 1000px;
  border-bottom: 10px solid #F2F2F2;
}

/*
	Login Page
*/
/* line 962, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.main_flex {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

/* line 966, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.main_flex .half_full {
  width: 50%;
}

/* line 970, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.cover_bg {
  background-size: cover;
  background-position: center;
}

/* line 974, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.login_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 978, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.login_content .cf_input {
  max-width: 350px;
}

/* line 982, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.login_top {
  padding: 150px 150px 0;
}

/* line 985, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.login_copy {
  padding: 20px 0 20px 150px;
  font-size: 12px;
  line-height: 14px;
}

/*
	Lightbox
*/
/* line 994, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.lb_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(238, 53, 36, 0.5);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 350ms;
}

/* line 1007, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.lb_wrapper .lb_content {
  transition: all 350ms;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  background-color: #FFF;
  padding: 50px;
  min-width: 300px;
  max-width: calc(100% - 50px);
  transform: translateY(-200vh);
}

/* line 1015, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.lb_wrapper .lb_content:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 1019, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.lb_wrapper.block_lb {
  display: flex;
}

/* line 1022, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.lb_wrapper.visible_lb {
  opacity: 1;
}

/* line 1024, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.lb_wrapper.visible_lb .lb_content {
  transform: translateY(0);
}

/* line 1028, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.lb_wrapper.green_lb {
  background-color: rgba(50, 205, 50, 0.5);
}

/*
	Product List
*/
/* line 1036, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.products_item_wrapper .product_item_list {
  margin-bottom: 15px;
}

/* line 1038, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.products_item_wrapper .product_item_list:last-of-type {
  margin-bottom: 0;
}

/* line 1044, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.products_item_wrapper .product_item_list .product_item_list_meta {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

/* line 1045, ../../Users/Kevin/Documents/Candy-Factory/ONGOING/apps.echami.ch/BACKEND/webroot/ROOT/wp-content/themes/cf_intraechami/sass/style.scss */
.products_item_wrapper .product_item_list .product_item_list_meta > div:first-of-type {
  margin-right: 25px;
  min-width: 100px;
}

/*
	Responsive Breakpoints
*/

/*# sourceMappingURL=style.css.map */