	@charset "UTF-8";
/* COLOR */
/* FONT */
/* HEADING */
/* FONT */
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700");
/*hamburger*/
/*Menu desktop*/
/*======== MIXIN ========*/
/*********************
ICONS
*********************/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url(../css/bootstrap.min.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.container{width:98%;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: 0 0;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0px 5px;
}

.validation-identifiant{display:inline-block;}
.validation-identifiant .valide {color:green;}
.validation-identifiant .invalide {color:red;}

.msg-securite{
	background: #6a615a;
	width:100%;
	text-align:center;
	color:#d1bd74;
}

.msg{
	background: #e3e2e0;
	width:100%;
	text-align:center;
}

.main-menu {
  display: inline-block;
}

.main-menu li {
  margin-top: 10px;
  float: left;
  margin-left: 20px;
}

.main-menu li a {
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 0 0 40px;
  position: relative;
  font-family: "Muli", sans-serif;
}

.desktop .main-menu li a:hover {
  color: #19b162;
  text-decoration: none;
}

.main-menu li a:before {
  position: absolute;
  top: 0;
  left: 0;
}

.main-menu li.current-menu-item a {
  color: #19b162;
  padding-bottom: 5px;
}

.menu-toggle {
  display: block;
  background: #8f8983;
  position: fixed;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 350px;
  height: 100%;
  top: 65px;
  left: -350px;
  z-index: 1000;
}

.menu-toggle ul {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.menu-toggle li {
  text-align: center;
}

.menu-toggle li a {
  display: block;
  color: #ffffff;
  font-size: 1em;
  font-weight: 300;
  padding: 1em;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
}

.menu-toggle li a:hover {
  text-decoration: none;
  background: #19b162;
}

.menu-toggle li a:active {
  background: #fff;
  color: #19b162;
}

.menu-toggle li:last-child a {
  border-bottom: none;
}

.menu-toggle.open {
  left: 0px;
}


.menu_liste {
  display: block;
  position: fixed;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  top: 100px;
  z-index: 1000;
}

.menu-liste ul {
	list-style-type: none;
	padding-left:0px;
}

.menu-liste li {
  text-align: center;
}

.menu-liste li a {
  display: block;
  color: #241b00;
  font-size: 1em;
  font-weight: 300;
  padding: 1em;
  border-bottom: 1px solid #19b162;
  text-transform: uppercase;
}

.menu-liste li a:hover {
  text-decoration: none;
  background: #19b162;
}

.menu-liste li a:active {
  background: #fff;
  color: #19b162;
}

.menu-liste li:last-child a {
  border-bottom: none;
}

.ajout{
	text-align:right;
	width:100%;
	padding:0 0 15px;
}
.ajout .btn{
	margin-bottom:10px;
}
.ajout select{
	width:auto;
}
input[type="file"]{
	padding:0px !important;
}
input:not([type="submit"]),
optgroup,
select {
  padding: 15px 30px;
  -webkit-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  color: #6a6159;
  background: #ffffff;
  border: 1px solid #6a6159;
  font-weight: 600;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
/*  text-transform: uppercase; */
  width: 100%;
  display: inline-block;
  max-width: 330px;
  height: 56px;
  outline: none;
}

input[type="date"]{
	height:55px;
}

.disabled{
	pointer-events: none;
	cursor: default;
	text-decoration: line-through !important;
	color:#666;
}
.message > div{font-size:18px;}
.examen form.resultat .green{background:#0C3;}
.examen form.resultat input{cursor:none !important;}
.examen_fini{font-size:18px;}
.examen form > div{
	margin:20px 20px 0 20px;
	padding:20px;
	background:#CCC;
	border:#19b162 1px solid;
	width:83%;
}
.examen form > div.exam_doc{
	margin:0px 20px 20px 20px;
}
.examen form > div p{margin-left: 50px;}
.examen label *{cursor:default !important;}
.examen form > div label{
	margin:0px 0px 15px 0px;
}
.examen form > div input{
	margin:0px 15px 15px 15px;
}
.examen form > div div{display:inline-block;}
.examen form > div div input[type=radio]{float:left;}
.examen form > div div{
	margin-bottom:20px;
	width:100%;
}
.examen form > div div ul{
	float:left;
	width:84%;
	margin-bottom:10px;
	padding:0px;
	margin-left:30px;
}
.examen form > div div ul li{
	padding:0px;
	margin:0px 0px 10px 0px;
	line-height:26px;
	list-style:square;
}
.examen_acces tr{margin:5px 0px;}
.examen_acces .td2 div{width:50%;float:left;}
.examen_module td div{width:30%;float:left;font-size:16px;}
.list_bibli{min-height:250px;border-bottom:#999 dotted 1px;}
.list_bibli .left, .list_bibli .right{width:50%;float:left;}
.list_bibli ul{padding-left:20px;}
.list_bibli ul li{list-style:none;}
.question_form > div{padding:30px;}
.question_form > div label{width:100%;display:inline-block;}

@media (max-width: 768px) {
  input:not([type="submit"]).search-field,
  input.search-field,
  optgroup.search-field,
  select.search-field {
    max-width: 240px;
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  input:not([type="submit"]),
  input,
  optgroup,
  select {
    max-width: 100%;
  }
}

input:not([type="submit"]):active, input:not([type="submit"]):focus,
input:active,
input:focus,
optgroup:active,
optgroup:focus,
select:active,
select:focus {
  background: #ffffff;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #19b162;
}

input:not([type="submit"]):active::-webkit-input-placeholder, input:not([type="submit"]):focus::-webkit-input-placeholder,
input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
optgroup:active::-webkit-input-placeholder,
optgroup:focus::-webkit-input-placeholder,
select:active::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: #19b162;
  opacity: 1;
}

input:not([type="submit"]):active:-moz-placeholder, input:not([type="submit"]):focus:-moz-placeholder,
input:active:-moz-placeholder,
input:focus:-moz-placeholder,
optgroup:active:-moz-placeholder,
optgroup:focus:-moz-placeholder,
select:active:-moz-placeholder,
select:focus:-moz-placeholder {
  color: #19b162;
  opacity: 1;
  border: 1px solid #19b162;
}

input:not([type="submit"]):active::-moz-placeholder, input:not([type="submit"]):focus::-moz-placeholder,
input:active::-moz-placeholder,
input:focus::-moz-placeholder,
optgroup:active::-moz-placeholder,
optgroup:focus::-moz-placeholder,
select:active::-moz-placeholder,
select:focus::-moz-placeholder {
  color: #19b162;
  opacity: 1;
  border: 1px solid #19b162;
}

input:not([type="submit"]):active:-ms-input-placeholder, input:not([type="submit"]):focus:-ms-input-placeholder,
input:active:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
optgroup:active:-ms-input-placeholder,
optgroup:focus:-ms-input-placeholder,
select:active:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: #19b162;
  opacity: 1;
  border: 1px solid #19b162;
}

input:not([type="submit"])::-webkit-input-placeholder,
input::-webkit-input-placeholder,
optgroup::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #6a6159;
  opacity: 1;
}

input:not([type="submit"]):-moz-placeholder,
input:-moz-placeholder,
optgroup:-moz-placeholder,
select:-moz-placeholder {
  color: #6a6159;
  opacity: 1;
}

input:not([type="submit"])::-moz-placeholder,
input::-moz-placeholder,
optgroup::-moz-placeholder,
select::-moz-placeholder {
  color: #6a6159;
  opacity: 1;
}

input:not([type="submit"]):-ms-input-placeholder,
input:-ms-input-placeholder,
optgroup:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #6a6159;
  opacity: 1;
}

input[type="button"],
.btn-primary {
  cursor: pointer;
  font-size: 22px;
  color: #ffffff !important;
  background: #19b162;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #19b162;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  padding: 15px 40px;
}

input[type="button"]:active, input[type="button"]:active:hover, input[type="button"]:focus, input[type="button"].active, input[type="button"]:active:focus, input[type="button"].focus:active, input[type="button"].active:hover, input[type="button"].active.focus, input[type="button"].active:focus, input[type="button"].focus, input[type="button"]:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.focus:active,
.btn-primary.active:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:hover {
  background: #6a6159;
  border-color: #6a6159;
}

input[type="button"].icon-plus, input[type="button"].search,
.btn-primary.icon-plus,
.btn-primary.search {
  padding: 5px 10px 2px;
  display: inline-block;
}

@media (max-width: 768px) {
  input[type="button"].icon-plus, input[type="button"].search,
  .btn-primary.icon-plus,
  .btn-primary.search {
    padding: 6px 10px 4px;
  }
}

.access-form input:not([type="submit"]),
.access-form input,
.access-form optgroup,
.access-form select {
  font-size: 22px;
  text-transform: initial;
  text-align: center;
  max-width: 475px;
  height: 60px;
  display: block;
  margin: 0 auto 10px;
}

@media (max-width: 640px) {
  .access-form input:not([type="submit"]),
  .access-form input,
  .access-form optgroup,
  .access-form select {
    max-width: 100%;
    font-size: 16px;
    padding: 15px 15px;
  }
}

.access-form .btn-primary {
  height: 60px;
  max-width: 315px;
  width: 100%;
}

@media (max-width: 640px) {
  .access-form .btn-primary {
    max-width: 90%;
    font-size: 16px;
  }
}

label {
  font-weight: normal;
}

.styled-select {
  height: 45px;
  width: 100%;
  display: inline-block;
  max-width: 330px;
  position: relative;
  display: block;
  -moz-box-shadow: none;
  box-shadow: none;
}

select {
  padding: 0 30px;
  border: 1px solid #6a6159;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.styled-select:after {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: -1px;
  top: -1px;
  background: #19b162;
  z-index: 1;
  text-align: center;
  width: 55px;
  height: 46px;
  pointer-events: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.commande-form {
  padding: 0 0 40px 0;
  display: block;
  width: 100%;
  max-width: 675px;
}

@media (max-width: 715px) {
  .commande-form {
    max-width: 100%;
  }
}

.commande-form input,
.commande-form label {
  display: inline-block;
}

textarea {
  padding: 15px 30px;
  -webkit-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  transition: all 0.30s ease-in-out;
  color: #6a6159;
  background: #ffffff;
  border: 1px solid #6a6159;
  font-weight: 600;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
/*  text-transform: uppercase; */
  width: 100%;
  display: inline-block;
  max-width: 330px;
  height: 150px;
}

@media (max-width: 715px) {
  textarea {
    max-width: 100%;
  }
}

.form-wrap {
  display: block;
  padding: 0 40px;
  margin-bottom: 15px;
}

.form-wrap label {
/*  width: 180px; */
	width:100%;
}

@media (max-width: 715px) {
  .form-wrap label {
    display: block;
    width: auto;
  }
}

.form-wrap .styled-select,
.form-wrap select,
.form-wrap textarea,
.form-wrap input {
  max-width: 405px;
  width: 100%;
}
.form-wrap input::placeholder{
	color:#CCC;
}

.form-wrap.small-boxes input.small {
  max-width: 60px;
  margin-right: 16px;
  padding: 15px;
}
.form-wrap.small-boxes select.small {
  max-width: 60px;
  margin-right: 16px;
  padding: 15px;
}


@media (max-width: 370px) {
  .form-wrap.small-boxes input.small {
    margin-right: 5px;
    max-width: 55px;
  }
}

.form-wrap.small-boxes input.medium {
  max-width: 85px;
  padding: 15px;
}

@media (max-width: 370px) {
  .form-wrap.small-boxes input.medium {
    max-width: 75px;
  }
}

.form-wrap.small-boxes .small-label {
  width: auto;
  margin: 0 10px 0 0;
}

@media (max-width: 715px) {
  .form-wrap.small-boxes .small-label {
    display: block;
    margin-top: 15px;
  }
}

.form-wrap.label-top label {
  vertical-align: top;
}

.form-wrap .btn-primary {
  display: inline-block;
  width: auto;
  max-width: auto;
  height: 60px;
  font-size: 22px;
  font-weight: 500;
  color:#fff;
}

@media (max-width: 500px) {
  .form-wrap .btn-primary {
    display: block;
    width: auto;
    margin: 0 auto 15px;
  }
}

input[type="radio"],
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  /*opacity: 0;
  position: absolute;*/
}

label,
input[type="radio"] + span,
input[type="radio"] + span::before,
label,
input[type="checkbox"] + span,
input[type="checkbox"] + span::before {
  display: inline-block;
  vertical-align: middle;
}

label *,
label * {
  cursor: pointer;
}

label:hover span::before,
label:hover span::before {
  -moz-box-shadow: none;
  box-shadow: none;
}

label:hover span,
label:hover span {
  color: #231f20;
}

input[type="radio"] + span::before,
input[type="checkbox"] + span::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  margin: 0;
  border: 1px solid #ffffff;
  background: #ffffff;
  line-height: 32px;
  text-align: center;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

@media (max-width: 992px) {
  input[type="radio"] + span::before,
  input[type="checkbox"] + span::before {
    width: 25px;
    height: 25px;
    line-height: 22px;
  }
}

input[type="radio"]:checked + span::before,
input[type="checkbox"]:checked + span::before {
  color: #ffffff;
  background: #19b162;
  border-color: #19b162;
}

input[type="radio"]:disabled + span,
input[type="checkbox"]:disabled + span {
  cursor: default;
  opacity: .4;
}

input[type="radio"] + span::before {
  line-height: 14px;
}

input[type="checkbox"] + span::before {
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type="checkbox"]:checked + span::before {
  content: "\2714";
  font-weight: 200;
  font-size: 30px;
  color: #ffffff;
}

@media (max-width: 992px) {
  input[type="checkbox"]:checked + span::before {
    font-size: 20px;
  }
}

.hamburger {
  z-index: 99999999999;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  padding: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.hamburger span {
  position: relative;
  display: block;
  width: 25px;
  height: 3px;
  margin-top: 0;
  background: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.hamburger span:before, .hamburger span:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.hamburger span:before {
  top: -7px;
}

.hamburger span:after {
  bottom: -7px;
}

.hamburger.close {
  opacity: 1;
}

.hamburger.close span {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.hamburger.close span:before, .hamburger.close span:after {
  width: 10px;
}

.hamburger.close span:before {
  top: -4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.hamburger.close span:after {
  bottom: -4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-accordion {
  content: "";
  color: #ffffff;
}

.icon-accordion:before {
  font-size: 30px;
}

@media (max-width: 992px) {
  .icon-accordion span {
    text-indent: -999em;
    display: block;
  }
}

.icon-plus {
  content: "";
  color: #ffffff;
}

.icon-plus:before {
  font-size: 30px;
}

@media (max-width: 992px) {
  .icon-plus span {
    text-indent: -999em;
    display: block;
  }
}

.icon-down {
  content: "";
  color: #ffffff;
}

.icon-down:before {
  font-size: 30px;
}

@media (max-width: 992px) {
  .icon-down span {
    text-indent: -999em;
    display: block;
  }
}

.icon-close {
  content: "";
  color: #ffffff;
}

.icon-close:before {
  font-size: 30px;
}

@media (max-width: 992px) {
  .icon-close span {
    text-indent: -999em;
    display: block;
  }
}

.icon-check {
  content: "";
  color: #ffffff;
}

.icon-check:before {
  font-size: 30px;
}

@media (max-width: 992px) {
  .icon-check span {
    text-indent: -999em;
    display: block;
  }
}

.icon-logout {
  content: "";
  color: #ffffff;
}

.icon-logout:before {
  font-size: 30px;
}

@media (max-width: 992px) {
  .icon-logout span {
    text-indent: -999em;
    display: block;
  }
}

.icon-search {
  content: "";
  color: #ffffff;
}

.icon-search:before {
  font-size: 30px;
}

@media (max-width: 992px) {
  .icon-search span {
    text-indent: -999em;
    display: block;
  }
}

.icon-welcome {
  content: "";
  color: #ffffff;
}

.icon-welcome:before {
  font-size: 30px;
}

@media (max-width: 992px) {
  .icon-welcome span {
    text-indent: -999em;
    display: block;
  }
}

.icon-settings {
  content: "";
  color: #ffffff;
}

.icon-settings:before {
  font-size: 30px;
}

@media (max-width: 992px) {
  .icon-settings span {
    text-indent: -999em;
    display: block;
  }
}

.icon-help {
  content: "";
  color: #ffffff;
}

.icon-help:before {
  font-size: 30px;
}

@media (max-width: 992px) {
  .icon-help span {
    text-indent: -999em;
    display: block;
  }
}

.icon-accordion:before {
  content: "";
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-plus:before {
  content: "";
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-down:after {
  content: "";
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-close:before {
  content: "";
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

input[type="checkbox"]:checked + span:before,
input[type="radio"]:checked + span:before,
.icon-check:before {
  content: "";
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-logout:before {
  content: "";
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-search:before {
  content: "";
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-welcome:before {
  content: "";
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-settings:before {
  content: "";
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-help:before {
  content: "";
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot?7ihb11");
  src: url("../../fonts/icomoon.eot?7ihb11#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?7ihb11") format("truetype"), url("../../fonts/icomoon.woff?7ihb11") format("woff"), url("../../fonts/icomoon.svg?7ihb11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** 
 **************************************************************** **/
html {
  overflow-x: hidden;
  overflow-y: auto;
}

html, body {
  min-height: 100%;
}

body.overflow-hidden {
  height: 100% !important;
  overflow: hidden;
}

#topHead {
  min-height: 45vh;
  background-image: url(../../images/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
}

footer {
  margin-top: 200px;
  height: 50px;
  background: #e3e2e0;
}

.navBar {
  height: 65px;
  background: #8f8983;
  position: relative;
}

.access-form {
  margin: 100px 0;
  text-align: center;
}

.navBar h1 {
  position: relative;
  left: 50px;
}

.search-box,
.breadcrump {
  display: inline-block;
}

.breadcrump {
  width: 100%;
}

.search-box {
  width: 60%;
}

.bottom-header {
  padding: 40px 0;
}

header .logo {
  margin: 40px 0;
}

.order-table {
  margin: 0;
  min-width: 300px;
  width: 100%;
}

.order-table th {
  display: none;
}

.order-table td {
  display: block;
}

.order-table td:first-child {
  padding-top: .5em;
}

.order-table td:last-child {
  padding-bottom: .5em;
}

.order-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

@media (min-width: 992px) {
  .order-table td:before {
    display: none;
  }
}

.order-table th, .order-table td {
  text-align: left;
}

@media (min-width: 992px) {
  .order-table th, .order-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .order-table th:first-child, .order-table td:first-child {
    padding-left: 0;
  }
  .order-table th:last-child, .order-table td:last-child {
    padding-right: 0;
  }
}

.order-table {
  overflow: hidden;
}

.order-table th, .order-table td {
  margin: .5em 1em;
}

@media (min-width: 992px) {
  .order-table th, .order-table td {
    padding: 30px 35px !important;
  }
}

@media (max-width: 1280px) {
  .order-table th, .order-table td {
    padding: 15px 20px !important;
    font-size: 20px;
  }
}

@media (max-width: 1160px) {
  .order-table th, .order-table td {
    padding: 10px 15px !important;
    font-size: 18px;
  }
}

.order-table th, .order-table td:before {
  color: #ffffff;
  background: #8f8983;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 1280px) {
  .order-table th, .order-table td:before {
    font-size: 20px;
  }
}

@media (max-width: 1160px) {
  .order-table th, .order-table td:before {
    font-size: 18px;
  }
}

.order-table td {
  background: #eae9e8;
}

html, body {
  font-size: 22px;
  font-family: "Muli", sans-serif;
  background: #ffffff;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #6a6159;
}

a:link, a:visited, a:hover, a:active {
  outline: none;
  text-decoration: none;
  color: #19b162;
}

h1 {
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  display: inline-block;
}

h2 {
  font-size: 24px;
  font-weight: bold;
}

.logo.full {
  text-align: center;
}

.logo.full img {
  max-width: 100%;
  width: 100%;
}

.inline-block li {
  display: inline-block;
}

.breadcrump li {
  text-transform: uppercase;
  padding-right: 15px;
  margin-right: 13px;
  position: relative;
  float: left;
}

.breadcrump li:after {
  color: #231f20;
  font-weight: 200;
  content: '|';
  position: absolute;
  right: 0;
}

.breadcrump li span {
  color: #231f20;
}

@media (max-width: 768px) {
  .breadcrump li span {
    font-size: 18px;
  }
}

.breadcrump li a {
  color: #19b162;
}

.breadcrump li a:hover {
  color: #231f20;
}

@media (max-width: 768px) {
  .breadcrump li a {
    font-size: 18px;
  }
}

.breadcrump li:last-child:after {
  content: '';
}

.voir-tout {
  font-size: 26px;
  margin: 40px 0;
  display: inline-block;
}

.content-title {
  background: #8f8983;
  height: 50px;
  padding: 10px 30px;
  margin-bottom: 40px;
}

.content-title h1 {
  font-weight: bold;
  margin: 0;
  font-size: 24px;
  color: #ffffff;
  text-transform: none;
  vertical-align: top;
}

.accordion:hover {
  cursor: pointer;
}

.hidden-row td {
  border: none;
  padding: 0 !important;
  height: 0;
}

.hidden-row td .first-sub-level {
  border-top: 5px solid #19b162;
  width: 100%;
}

.hidden-row td .first-sub-level td {
  padding: 30px 65px !important;
  background: #f3dc86;
}

.table-div {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-div.top-borders {
  border-top: 2px solid #ffffff;
}


.accordion {
 /* border-bottom: 5px solid #19b162; */
}

/*	nouveau css par Andre Houde	
	detail d'un produit dans la liste */

.table-produit{
	font-size: 16px;
}
	
.table-produit .table-header{
	width:15%;
	background: #eae9e7;
    color: #000;
	padding:10px;
	font-weight:bold;
	text-align:left;
	font-size:18px;	
}
.table-produit .rows{padding:0px;}
.table-produit .cols, .table-produit .cols:last-child, .table-produit  .cols:first-child{width:15%;padding:10px;vertical-align:top;text-align:left;}

.inside-accordion .cols:last-child, .accordion .cols:last-child, .table-produit .cols:last-child{width:180px;}	
.inside-accordion .cols:first-child, .accordion .cols:first-child {text-align:left;}	

.table-div .btn-primary {
  display: inline-block;
  width: 135px;
  max-width: auto;
  font-size: 15px;
  font-weight: 500;
  color:#fff;
  text-align:center;
  margin-bottom:1px;
  padding:7px 10px;
}





@media (max-width: 992px) {
  .table-div.top-borders {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table-div.top-borders.table-details {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .table-div {
    background: #eae9e8;
  }
}

.rows {
  display: table-row;
}

.table-header,
.cols {
  display: table-cell;
}

.table-header {
  background: #8f8983;
  color: #ffffff;
  padding: 10px;
}



@media (max-width: 992px) {
  .table-header {
    display: none;
    padding: 15px 35px;
  }
}

.cols {
  background: #eae9e8;
  padding: 10px;
  vertical-align: middle;
  line-height: 20px;
  font-size: 1.1vw;
}

@media (max-width: 992px) {
  .cols {
    display: inline-block;
    float: left;
    width: 33.5%  !important;
    padding: 0px 10px;
  }
  .cols:nth-child(4) {
    margin-top: -72px;
  }
  .cols:nth-child(6), .cols:nth-child(2), .cols:nth-child(3) {
    clear: left;
  }
  .cols:nth-child(6) {
    margin-left: 33%;
  }
  .cols:nth-child(7) {
    margin-top: -96px;
    margin-left: 66.5%;
  }
  .cols:nth-child(9) {
    margin-left: 66%;
    margin-top: -24px;
  }
  .cols:nth-child(10) {
    margin-left: 66%;
  }
  .cols:nth-child(8) {
    margin-left: 66%;
    margin-top: -48px;
  }
  .cols:nth-child(6), .cols:nth-child(5) {
    margin-top: -24px;
  }
}

.inside-accordion .cols:first-child {
  width: 88%;
}

.inside-accordion .cols:nth-child(2) {
  width: 10%;
}


.hidden-table {
  display: table !important;
}

.hidden-table.closed {
  display: none !important;
}

.hidden-table .cols {
  padding: 15px 35px;
  background: #f3dc86;
  text-align:center;
}

.hidden-table .cols:first-child {
  width:88%;
}

@media (max-width: 992px) {
  .hidden-table .cols:first-child {
    padding-left: 35px;
  }
}

@media (max-width: 992px) {
  .hidden-table .cols {
    width: 33.33% !important;
  }
  .hidden-table .cols:nth-child(6), .hidden-table .cols:nth-child(2), .hidden-table .cols:nth-child(3) {
    clear: none;
  }
  .hidden-table .cols:nth-child(6) {
    margin: 0;
  }
  .hidden-table .cols:nth-child(7) {
    margin: 0;
  }
  .hidden-table .cols:nth-child(9) {
    margin: 0;
  }
  .hidden-table .cols:nth-child(10) {
    margin: 0;
  }
  .hidden-table .cols:nth-child(8) {
    margin: 0;
  }
  .hidden-table .cols:nth-child(6), .hidden-table .cols:nth-child(5) {
    margin: 0;
  }
}

.hidden-table .top-borders .cols {
  border-top: 2px solid #ffffff;
}

@media (max-width: 992px) {
  .hidden-table .top-borders .cols {
    border: none;
  }
}

@media (max-width: 992px) {
  .hidden-table {
    background: #f3dc86;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.hidden-infos {
  width: 100%;
  // display: none;
}
// .main-accordion {
//   display: block;
// }
.main-accordion {
//  display: none;
}
// .hidden-infos.show {
//   display: block;
// }


.hidden-infos .full-col {
  padding: 15px 35px 15px 110px;
}

@media (max-width: 992px) {
  .hidden-infos .full-col {
    padding: 10px 20px 10px 40px;
  }
}

.hidden-infos .light-row {
  background: #eae9e7;
  display: block;
  padding: 0 16%;
  border-top:1px dashed #000;
}

.hidden-infos .light-row p:last-child {
  margin: 0;
}

.accordion:hover,
.inside-accordion:hover {
  cursor: pointer;
}

.accordion {
 /* border-bottom: 5px solid #19b162; */
}

.accordion.fermer {
  border-bottom: none;
}

@media (max-width: 1366px) {
  .table-container {
    font-size: 1.1vw;
  }
}

@media (max-width: 992px) {
  .table-container {
    font-size: 1.6vw;
  }
  .table-container .cols {
    padding: 0px 15px;
  }
  .table-container .cols:last-child {
    text-align: left;
  }
}

.table-header-mobile {
  display: none;
}

@media (max-width: 992px) {
  .table-div:nth-child(2) .table-header-mobile {
    display: block;
    background: #8f8983;
    color: #ffffff;
  }
}

/*# sourceMappingURL=maps/styles.css.map */
input.delete{
	text-indent:-999999999px;
	background:none;
	background-image:url(../../images/trash.png);
	background-repeat:no-repeat;
	background-size:contain !important;
	width:35px !important;
	height:35px !important;
	padding:0px;
	border:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
input.delete:hover{
	text-indent:-999999999px;
	background:#19b162;
	background-image:url(../../images/trash.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:35px;
	height:35px;
	padding:0px;
}
.ctn table td{font-size:22px;}

.lier_doc{
	height:auto !important;
}

.pdf{
	position:relative;
	padding-left:30px;
	font-size:18px;
	text-decoration:underline !important;
}
.pdf:hover{
	color:#000;
}
.pdf:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:26px;
	height:26px;
	background:url(../../images/pdf.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.ajout_item{
	display: flex;
	max-width: 425px;
	justify-content: space-between;
	margin-bottom:10px;
}
.ajout_item input{
	border:none !important;
	padding:10px !important;
	height:30px;
}
.ajout_item input.delete{
	padding:0px !important;
	margin:0px !important;
}
#table_liste a:hover{color:#000 !important;}
.container-fluid ul li a:hover{color:#000 !important;}
@media (max-width: 992px) {
	.table-header{
		display:block !important;
	}
	.table-details  .rows,
	.table-utilisateur .rows{
		display:flex;
		flex-direction:row;
		justify-content: space-between;
	}
	.table-utilisateur  .rows .cols,
	.table-details  .rows .cols{
		width:auto !important;
	}
	.table-utilisateur .table-div:first-child{
		background:#8f8983;
	}
}
@media (max-width: 500px) {
	.pdf{padding-left:20px;}
	.pdf:before{
		width: 20px;
		height: 20px;
	}
	.ajout_item input:not(.delete){
		width:83%;
	}
	input[type="button"], .btn-primary{font-size:16px;}
}
