@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600,700");
@font-face {
  font-family: 'easy-long';
  src: url("../font/fontello.woff") format("woff"), url("../font/fontello.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html {
  margin: 0;
  padding: 0;
}

html body {
  font-family: 'Open Sans';
  margin: 0;
  padding: 0;
}

html body .clear {
  clear: both;
}

html body .centeredBoxing {
  text-align: center;
  display: block;
  background-position: center center;
  height: 100%;
}

html body .centeredBoxing:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

html body .centeredBoxing .centeredBox {
  display: inline-block;
  vertical-align: middle;
}

html body .centeredBoxing:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

html body #centeredContent {
  background-image: url("../img/back.png");
  background-size: cover;
  background-color: #2E2E2E;
  text-align: center;
  display: block;
  background-position: center center;
}

html body #centeredContent:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100vh;
}

html body #centeredContent .centeredBox {
  display: inline-block;
  vertical-align: middle;
}

html body #centeredContent:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100vh;
}

html body .groupInputAdded {
  width: 100%;
  display: inline-block;
  text-align: right;
  border-bottom: 1px solid #E74A1F;
  max-width: 147px;
  margin-right: 40px;
}

html body .groupInputAdded input {
  display: inline-block;
  vertical-align: middle;
  line-height: 27px;
  width: calc(147px - 27px);
  border: none;
  font-size: 14px;
  font-family: 'Roboto Mono';
  color: #2E2E2E;
}

html body .groupInputAdded .icon {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
}

html body .groupInputAdded .icon.iconSearch {
  background-image: url("../img/icons/search.svg");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

html body .loginBox {
  display: block;
  width: 80vw;
  padding: 0 20px;
  max-width: 320px;
  margin: 0 auto;
}

html body .loginBox img {
  display: block;
  margin: 0 auto;
  margin-bottom: 54px;
}

html body .loginBox form {
  margin-bottom: 0;
}

html body .loginBox form input[type=text], html body .loginBox form input[type=password] {
  border: none;
  display: block;
  width: 100%;
  background-color: transparent !important;
  color: #989898;
  border-bottom: 1px solid #989898;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Roboto Mono';
  outline: 0;
  margin-bottom: 35px;
  background-image: none;
}

html body .loginBox form input[type=text]:active, html body .loginBox form input[type=text]:focus, html body .loginBox form input[type=text]:-webkit-autofill, html body .loginBox form input[type=text]:-webkit-autofill:hover, html body .loginBox form input[type=text]:-internal-autofill-selected, html body .loginBox form input[type=password]:active, html body .loginBox form input[type=password]:focus, html body .loginBox form input[type=password]:-webkit-autofill, html body .loginBox form input[type=password]:-webkit-autofill:hover, html body .loginBox form input[type=password]:-internal-autofill-selected {
  text-decoration: none;
  background-color: transparent !important;
  background-image: none;
}

html body .loginBox form input[type=submit] {
  cursor: pointer;
  float: right;
  color: #F4512C;
  font-family: 'Open Sans';
  font-weight: 700;
  background-color: transparent;
  display: block;
  border: none;
  font-size: 18px;
  line-height: 24px;
  outline: 0;
}

html body .loginBox form input[type=submit]:active, html body .loginBox form input[type=submit]:focus {
  text-decoration: none;
  background-color: transparent;
}

html body .loginBox form a {
  text-align: right;
  color: #f4512c;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
}

html body .loginBox form:after {
  clear: both;
  content: "";
  display: table;
}

html body .loginBox .errorBlock {
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}

html body nav {
  position: fixed;
  left: 0;
  width: 116px;
  background-color: #2E2E2E;
  min-height: 100vh;
  z-index: 5;
}

html body nav > ul {
  margin: 0;
  padding: 0;
}

html body nav > ul > li {
  list-style: none;
}

html body nav > ul > li a.iconPrincipale {
  height: 106px;
  border-left: 5px solid #2E2E2E;
  font-family: 'easy-long';
  color: #7C7C7C;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2E2E2E;
  -webkit-transition: 1s border, 0.5s background-color, 0.5s color;
  transition: 1s border, 0.5s background-color, 0.5s color;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding-top: 26px;
  font-size: 43px;
  text-decoration: none;
}

html body nav > ul > li a.iconPrincipale:hover {
  border-left-color: #E74A1F;
  background-color: #3C3C3C;
  color: rgba(255, 255, 255, 0.6);
}

html body nav > ul > li:nth-child(1) a {
  background-image: url("../img/logoSolo.svg");
  background-size: 41px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

html body nav > ul > li > ul {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.5s max-height;
  transition: 0.5s max-height;
}

html body nav > ul > li > ul > li {
  color: #7C7C7C;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 25px;
}

html body #contenuPrincipal {
  width: calc(100% - 116px);
  margin-left: 116px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 0;
  padding-top: 242px;
  position: relative;
}

html body #contenuPrincipal #headContent {
  position: fixed;
  left: 116px;
  width: calc(100% - 116px);
  height: 160px;
  top: 0;
  z-index: 5;
  background-color: #fff;
}

html body #contenuPrincipal #headContent h1 {
  padding-left: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  color: #E74A1F;
  font-size: 35px;
  font-family: 'Open Sans';
  font-weight: 300;
}

html body #contenuPrincipal #headContent #rightHead {
  text-align: right;
  padding-right: 40px;
}

html body #contenuPrincipal #headContent h1, html body #contenuPrincipal #headContent #rightHead {
  display: table-cell;
  vertical-align: middle;
  height: 160px;
  width: calc((100vw - 116px) / 2);
}

html body #contenuPrincipal #sousMenuHead {
  position: fixed;
  left: 116px;
  width: calc(100% - 116px);
  top: 160px;
  z-index: 5;
  background-color: #fff;
  padding-left: 179px;
  border-bottom: 1px solid #D4D4D4;
}

html body #contenuPrincipal #sousMenuHead span {
  display: inline-block;
  color: #CCCCCC;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  border-bottom: 3px solid #fff;
  margin-right: 27px;
  cursor: pointer;
}

html body #contenuPrincipal #sousMenuHead span.active {
  border-bottom: 3px solid #E74A1F;
  color: #2E2E2E;
}

html body #contenuPrincipal .listing .titleTabled {
  position: fixed;
  top: 190px;
  background-color: #fff;
  z-index: 5;
  padding: 16px 0;
  width: calc(100% - 116px);
  margin-left: 116px;
  left: 0;
}

html body #contenuPrincipal .listing .titleTabled .field {
  display: inline-block;
  vertical-align: top;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #2E2E2E;
}

html body #contenuPrincipal .listing .titleTabled .field.middleAligned {
  vertical-align: middle;
}

html body #contenuPrincipal .listing .titleTabled .field.client {
  width: 134px;
  font-weight: 600;
  padding-left: 42px;
}

html body #contenuPrincipal .listing .titleTabled .field.nomThree {
  width: calc(100% - 134px - 134px - 134px);
  padding-left: 24px;
  padding-right: 24px;
}

html body #contenuPrincipal .listing .titleTabled .field.nomThreeHalf {
  width: calc((100% - 134px - 134px - 134px)/2);
  padding-left: 24px;
  padding-right: 24px;
}

html body #contenuPrincipal .listing .titleTabled .field.equipe {
  width: 134px;
}

html body #contenuPrincipal .listing .titleTabled .field.state {
  width: 134px;
}

html body #contenuPrincipal .listing .lineListingTabled {
  background-color: #fff;
  padding: 34px 0;
  border-left: 0px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.3s border-left;
  transition: 0.3s border-left;
  position: relative;
}

html body #contenuPrincipal .listing .lineListingTabled:nth-child(2n) {
  border-left: 0px solid #EFEFEF;
  background-color: #EFEFEF;
}

html body #contenuPrincipal .listing .lineListingTabled:hover {
  border-left: 8px solid #E74A1F;
}

html body #contenuPrincipal .listing .lineListingTabled .field {
  display: inline-block;
  vertical-align: top;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  color: #2E2E2E;
}

html body #contenuPrincipal .listing .lineListingTabled .field.middleAligned {
  vertical-align: middle;
}

html body #contenuPrincipal .listing .lineListingTabled .field.client {
  width: 134px;
  font-weight: 600;
  padding-left: 42px;
}

html body #contenuPrincipal .listing .lineListingTabled .field.nomThree {
  width: calc(100% - 134px - 134px - 134px);
  padding-left: 24px;
  padding-right: 24px;
}

html body #contenuPrincipal .listing .lineListingTabled .field.nomThreeHalf {
  width: calc((100% - 134px - 134px - 134px)/2);
  padding-left: 24px;
  padding-right: 24px;
}

html body #contenuPrincipal .listing .lineListingTabled .field.equipe {
  width: 134px;
}

html body #contenuPrincipal .listing .lineListingTabled .field.state {
  width: 134px;
}

html body #contenuPrincipal .listing .lineListingTabled .hiddenMenu {
  position: absolute;
  left: -100%;
  -webkit-transition: 0.5s left;
  transition: 0.5s left;
  z-index: 4;
  width: 100%;
  text-align: center;
  height: 100%;
  top: 0;
  background-color: #E74A1F;
}

html body #contenuPrincipal .listing .lineListingTabled .hiddenMenu a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

html body #contenuPrincipal .listing .lineListingTabled .hiddenMenu.active {
  left: 0;
}

html body #contenuPrincipal .list_gabarits {
  display: block;
}

html body #contenuPrincipal .list_gabarits .containGabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EFEFEF;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html body #contenuPrincipal .list_gabarits .blocContain {
  max-width: 140px;
  width: 100%;
  padding: 10px 20px 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px #656565;
          box-shadow: 0 3px 6px #656565;
  margin: 10px 10px 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

html body #contenuPrincipal .list_gabarits .blocContain .photo img {
  width: 100%;
  height: auto;
}

html body #contenuPrincipal .list_gabarits .blocContain .name {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #2E2E2E;
  font-family: 'Open Sans';
  padding-top: 13px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 13px;
}

html body #contenuPrincipal .list_gabarits .blocContain .status {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #CCCCCC;
  font-family: 'Open Sans';
  text-transform: uppercase;
}

html body #contenuPrincipal .list_gabarits .blocContain .btnTo {
  font-size: 10px;
  line-height: 14px;
  background-color: #E74A1F;
  border-radius: 18px;
  padding: 3px 16px;
  display: table;
  margin: 12px auto 0;
  color: #fff;
  font-family: 'Open Sans';
  text-transform: uppercase;
}

html body #contenuPrincipal #boutonMagique {
  position: fixed;
  bottom: 100px;
  z-index: 6;
  left: calc(((100% - 92px) / 2) + 58px);
  width: 72px;
  border-radius: 50%;
  border: 10px solid rgba(125, 125, 125, 0.1);
}

html body #contenuPrincipal #boutonMagique #centeredMag {
  position: relative;
}

html body #contenuPrincipal #boutonMagique #centeredMag span {
  opacity: 1;
  background-color: #E74A1F;
  width: 72px;
  height: 72px;
  display: block;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body #contenuPrincipal #boutonMagique #centeredMag span:before {
  position: absolute;
  left: 22px;
  z-index: 6;
  top: 34.5px;
  width: 28px;
  height: 3px;
  background-color: #fff;
  content: "";
}

html body #contenuPrincipal #boutonMagique #centeredMag span:after {
  position: absolute;
  left: 34.5px;
  z-index: 6;
  top: 22px;
  width: 3px;
  height: 28px;
  background-color: #fff;
  content: "";
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}

html body #contenuPrincipal #boutonMagique #centeredMag a {
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #E74A1F;
  width: calc(72px - 2px);
  height: calc(72px - 2px);
  -webkit-transition: 0.2s left, 0.2s top;
  transition: 0.2s left, 0.2s top;
  border-radius: 50%;
}

html body #contenuPrincipal #boutonMagique #centeredMag.active span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

html body #contenuPrincipal #boutonMagique #centeredMag.active a:nth-child(2) {
  left: 1px;
  top: -89px;
}

html body #contenuPrincipal #boutonMagique #centeredMag.active a:nth-child(3) {
  left: 89px;
  top: 1px;
}

html body #contenuPrincipal #boutonMagique #centeredMag.active a:nth-child(4) {
  left: 1px;
  top: 89px;
}

html body #contenuPrincipal #boutonMagique #centeredMag.active a:nth-child(5) {
  left: -89px;
  top: 1px;
}
/*# sourceMappingURL=style.css.map */