@charset "UTF-8";
/*
    Created on : 28 oct. 2018, 20:16:09
    Author     : Dey Jordan
*/
/*
    Created on : 1 nov. 2018, 13:02:14
    Author     : Dey Jordan
*/
/*
    Created on : 18 mai 2019, 13:38:01
    Author     : Dey Jordan
*/
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
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.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
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.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 
    Created on : 3 juil. 2016, 09:41:05
    Author     : Dey Jordan
*/
* {
  box-sizing: border-box;
  outline-color: #01a1cb;
}

html {
  font-size: 125%;
  line-height: 1.4;
  scroll-behavior: smooth;
}

body {
  font-family: serif;
  color: #333;
}

menu {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style-type: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: calibri, arial;
}

h1 {
  text-align: center;
}

a,
a:active,
a:hover,
a:link,
a:visited {
  color: inherit;
}
a:not(.text-underline),
a:active:not(.text-underline),
a:hover:not(.text-underline),
a:link:not(.text-underline),
a:visited:not(.text-underline) {
  text-decoration: none;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0;
}

img {
  max-width: 100%;
}

hr {
  border: 0.5px solid #999;
}

/*
    Created on : 1 nov. 2018, 18:19:46
    Author     : Dey Jordan
*/
.background-white {
  background-color: #fff;
}

.background-transparentGrey {
  background-color: rgba(0, 0, 0, 0.5);
}

.background-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.background-position--top {
  background-position: top;
}

.image-cover {
  object-fit: cover;
}

.defaultHidden {
  display: none;
}

.defaultTransparent {
  opacity: 0;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.disbledWhiteSpace, .Login-loginBlock,
.Login-signupBlock {
  font-size: 0;
}
.disbledWhiteSpace > *, .Login-loginBlock > *,
.Login-signupBlock > * {
  font-size: 1rem;
}

a.link {
  color: #01a1cb;
  text-decoration: underline;
}

/* 
    Created on : 8 nov. 2021, 19:57:08
    Author     : deyjo
*/
.flex {
  display: flex;
}

.flex-spaceBetween {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item--demi {
  flex: calc(50% - 10px) 0 1;
}

/* 
    Created on : 12 oct. 2019, 19:41:11
    Author     : deyjo
*/
.icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.icon--24 {
  width: 24px;
  height: 24px;
}

/* 
    Created on : 11 oct. 2020, 13:46:36
    Author     : deyjo
*/
.position-block {
  display: block;
}

.position-floatRight {
  float: right;
}

.position-inlineBlock {
  display: inline-block;
}

.position-vMiddle {
  vertical-align: middle;
}

.position-relative {
  position: relative;
}

.position-index5 {
  z-index: 5;
}

/* 
    Created on : 11 oct. 2020, 13:53:18
    Author     : deyjo
*/
.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10 {
  margin-right: 10px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.m40 {
  margin: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

/*
    Created on : 14 sept. 2019, 14:12:31
    Author     : Dey Jordan
*/
.text-big {
  font-size: 1.5rem;
}

.text-small {
  font-size: 0.7rem;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.text-underline {
  text-decoration: underline;
}

.text-right {
  text-align: right;
}

.text-title {
  font-family: calibri, arial;
}

.text-verryBig {
  font-size: 2.5rem;
}

/* 
    Created on : 17 août 2020, 18:46:49
    Author     : deyjo
*/
@keyframes menuMobileShadowScreen {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes menuMobileContainer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes imgConvoyagePresentation {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  45% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.4;
  }
  55% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.4;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
/* 
    Created on : 8 sept. 2020, 18:58:40
    Author     : deyjo
*/
.Accueil-prestations {
  padding-bottom: 10px;
  background: #0e0e0e;
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}
.Accueil-prestations h3 {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 568px) {
  .Accueil-prestations h3 {
    text-align: left;
  }
}

.Accueil-prestationContainer {
  font-family: calibri, arial;
}
@media (min-width: 568px) {
  .Accueil-prestationContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.Accueil-prestation {
  position: relative;
  display: block;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 30px 20px;
  border: 2px solid #01a1cb;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.Accueil-prestation:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #001419;
  opacity: 0.8;
}
@media (min-width: 568px) {
  .Accueil-prestation {
    display: inline-block;
    width: 40%;
    margin: 2%;
  }
}
@media (min-width: 1024px) {
  .Accueil-prestation {
    width: 20%;
  }
  .Accueil-prestation:before {
    transition: 0.5s;
    opacity: 0.4;
  }
  .Accueil-prestation:hover:before {
    opacity: 0.8;
  }
}

.Accueil-prestationTitle {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 1024px) {
  .Accueil-prestationTitle {
    transition: 0.5s;
    transform: translateY(50px);
  }
  .Accueil-prestation:hover .Accueil-prestationTitle {
    transform: translateY(0);
  }
}

.Accueil-prestationInfo {
  position: relative;
  display: block;
  color: #999;
  font-size: 0.7rem;
  color: #fff;
}
@media (min-width: 1024px) {
  .Accueil-prestationInfo {
    transition: 0.5s;
    opacity: 0;
    transform: translateY(30px) scale(0.7);
  }
  .Accueil-prestation:hover .Accueil-prestationInfo {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.Accueil-presentation {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: calibri, arial;
  color: #0e0e0e;
}

.Accueil-presentationBranding {
  max-width: 900px;
  margin: 80px auto;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.Accueil-presentationIntro {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.Accueil-presentationIntro h3 {
  font-size: 1.6rem;
}

.Accueil-presentationContent {
  list-style: none;
  padding-left: 0;
}
.Accueil-presentationContent li {
  margin-bottom: 20px;
}
.Accueil-presentationContent .icon--wheel {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  width: 20px;
  height: 20px;
  color: #0e0e0e;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .Accueil-presentationContent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .Accueil-presentationContent li {
    width: 35%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
    text-align: center;
  }
}

.Accueil-convoyage {
  position: relative;
  color: #fff;
  font-family: calibri, arial;
}
@media (max-width: 567px) {
  .Accueil .Accueil-convoyage {
    padding-top: 120px;
  }
}
.Accueil-convoyage .Accueil-convoyageTopDecoration {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.Accueil-convoyage .Accueil-convoyageTopDecoration:after {
  background: #ccf4ff;
}
.Accueil-convoyage .Layout {
  position: relative;
}
.Accueil-convoyage h3 {
  margin-bottom: 20px;
}
.Accueil-convoyage p {
  text-align: justify;
}

.Accueil-convoyageBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.Accueil-convoyageBackground--animated {
  opacity: 0;
  animation: imgConvoyagePresentation 5s infinite alternate;
}

.Accueil-contact {
  background: #0e0e0e;
  text-align: center;
  padding: 60px 0;
}
.Accueil-contact h3 {
  margin-bottom: 20px;
}
.Accueil-contact .Btn {
  margin: 10px;
}

.Accueil-contactSeparator {
  display: inline-block;
  font-family: calibri, arial;
  margin: 20px;
}

/*
    Created on : 14 sept. 2019, 16:57:49
    Author     : Dey Jordan
*/
.Btn {
  display: block;
  width: 100%;
  border: none;
  font-family: calibri, arial;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.5s;
  cursor: pointer;
}
@media (min-width: 568px) {
  .Btn {
    display: inline-block;
    width: auto;
  }
}
.Btn.Btn--blue {
  background: #01a1cb;
  color: #fff;
}
.Btn.Btn--green {
  background: #8bd93a;
  color: #fff;
}
.Btn.Btn--white {
  background: #fff;
  color: #333;
}
.Btn.Btn--white:hover {
  color: #01a1cb;
}

/* 
    Created on : 19 sept. 2020, 11:09:35
    Author     : deyjo
*/
.CardContent {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  border: 2px solid #01a1cb;
  box-shadow: 5px 5px 15px #999;
  margin-bottom: 20px;
}

/* 
    Created on : 4 oct. 2020, 14:23:24
    Author     : deyjo
*/
.Contact {
  font-family: calibri, arial;
  color: #fff;
}
.Contact h1 {
  margin-bottom: 40px;
}

.Contact-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1024px) {
  .Contact-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.Contact-direct,
.Contact-mail,
.Contact-inscription,
.Contact-connexion {
  margin-bottom: 40px;
}
.Contact-direct h2,
.Contact-mail h2,
.Contact-inscription h2,
.Contact-connexion h2 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .Contact-direct,
.Contact-mail,
.Contact-inscription,
.Contact-connexion {
    width: 45%;
  }
}

.Contact-direct a {
  display: block;
}
.Contact-direct a img {
  width: 20px;
  height: auto;
}

/* 
    Created on : 8 sept. 2020, 19:17:55
    Author     : deyjo
*/
.decorationBlock {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 120px;
}

.decorationBlock.decorationBlock-noSpace {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 568px) {
  .decorationBlock.decorationBlock-bigSpace {
    padding-top: 120px;
    padding-bottom: 240px;
  }
}

@media (min-width: 568px) {
  .decorationBlock.decorationBlock-bigSpaceReverse {
    padding-top: 240px;
    padding-bottom: 120px;
  }
}

.decorationBlock-blueGreyOblique:before, .decorationBlock-blueGreyOblique:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: -250px;
  right: -250px;
}
.decorationBlock-blueGreyOblique:before {
  height: 120px;
  background: #01a1cb;
  transform: rotate(-3deg) translateY(60px);
}
.decorationBlock-blueGreyOblique:after {
  height: 80px;
  background: #0e0e0e;
  transform: rotate(-2deg) translateY(40px);
}

.decorationBlock-blueGreyObliqueTop {
  padding-top: 120px;
  padding-bottom: 60px;
}
.decorationBlock-blueGreyObliqueTop:before, .decorationBlock-blueGreyObliqueTop:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -250px;
  right: -250px;
}
.decorationBlock-blueGreyObliqueTop:before {
  height: 120px;
  background: #01a1cb;
  transform: rotate(-3deg) translateY(-60px);
}
.decorationBlock-blueGreyObliqueTop:after {
  height: 80px;
  background: #0e0e0e;
  transform: rotate(-2deg) translateY(-40px);
}

.decorationBlock-blueGreyCroise:before, .decorationBlock-blueGreyCroise:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -250px;
  right: -250px;
}
.decorationBlock-blueGreyCroise:before {
  height: 120px;
  background: #01a1cb;
  transform: rotate(1deg) translateY(60px);
}
.decorationBlock-blueGreyCroise:after {
  height: 80px;
  background: #0e0e0e;
  transform: rotate(-1deg) translateY(40px);
}

.decorationBlock-greenGreyObliqueTop {
  padding-top: 120px;
  padding-bottom: 60px;
}
.decorationBlock-greenGreyObliqueTop:before, .decorationBlock-greenGreyObliqueTop:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -250px;
  right: -250px;
}
.decorationBlock-greenGreyObliqueTop:before {
  height: 120px;
  background: #8bd93a;
  transform: rotate(-3deg) translateY(-60px);
}
.decorationBlock-greenGreyObliqueTop:after {
  height: 80px;
  background: #0e0e0e;
  transform: rotate(-2deg) translateY(-40px);
}

.decorationBlock-greenGreyOblique:before, .decorationBlock-greenGreyOblique:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -250px;
  right: -250px;
}
.decorationBlock-greenGreyOblique:before {
  height: 120px;
  background: #8bd93a;
  transform: rotate(-3deg) translateY(60px);
}
.decorationBlock-greenGreyOblique:after {
  height: 80px;
  background: #0e0e0e;
  transform: rotate(-2deg) translateY(40px);
}

/* 
    Created on : 17 août 2020, 20:57:56
    Author     : deyjo
*/
.Footer {
  position: relative;
  z-index: 20;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: calibri, arial;
  color: #eee;
}

.Footer-logo {
  height: 60px;
  width: auto;
  margin-bottom: 10px;
}

.Footer-item {
  display: block;
  font-size: 0.8rem;
}

.Footer-copyright {
  margin-top: 20px;
  border-top: 1px solid #999;
  padding-top: 20px;
  text-align: center;
  font-size: 0.7rem;
  color: #999;
}

/* 
    Created on : 18 août 2020, 19:51:45
    Author     : deyjo
*/
.Form {
  width: 100%;
  font-family: calibri, arial;
}
.Form input[type=text],
.Form input[type=password],
.Form input[type=number],
.Form input[type=email],
.Form input[type=date],
.Form input[type=time],
.Form input[type=file],
.Form select {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #01a1cb;
  border-radius: 5px;
  padding: 10px 20px;
}
.Form input[type=checkbox],
.Form input[type=radio] {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 9px;
  margin-top: 3px;
}
.Form input[type=checkbox].Form-checkbox--smal,
.Form input[type=radio].Form-checkbox--smal {
  width: 20px;
  height: 20px;
}
.Form textarea {
  width: 100%;
  display: inline-block;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  border: 2px solid #01a1cb;
  border-radius: 5px;
  padding: 10px 20px;
}

/*
    Created on : 14 sept. 2019, 14:25:48
    Author     : Dey Jordan
*/
.Header {
  position: fixed;
  z-index: 25;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #fff;
  font-family: calibri, arial;
}
.Header .Layout {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.Header-logoMobile {
  display: inline-block;
}
@media (min-width: 1024px) {
  .Header-logoMobile {
    display: none;
  }
}
.Header-logoMobile .Header-logo {
  height: 50px;
}

.Header-logo {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: auto;
  cursor: pointer;
}

.Header-userMobile,
.Header-menuMobile {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
@media (min-width: 1024px) {
  .Header-userMobile,
.Header-menuMobile {
    display: none;
  }
}

.Header-userMobile {
  text-align: right;
}

.Header-menuMobile {
  text-align: left;
}

.Header-menu,
.Header-user {
  display: none;
}
@media (min-width: 1024px) {
  .Header-menu,
.Header-user {
    display: inline-block;
    vertical-align: middle;
  }
}

.Header-userConnected {
  position: relative;
}
.Header-userConnected:hover .Header-iconUser, .Header-userConnected--open .Header-iconUser {
  color: #8bd93a;
}

.Header-userConnectedMenu {
  display: none;
}
.Header-userConnected--open .Header-userConnectedMenu {
  display: inline-block;
  position: absolute;
  z-index: 30;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 250px;
  max-width: calc(100vw - 20px);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
}
.Header-userConnected--open .Header-userConnectedMenu a {
  display: block;
  font-weight: 700;
}
.Header-userConnected--open .Header-userConnectedMenu a:not(:last-child) {
  margin-bottom: 10px;
}
.Header-userConnected--open .Header-userConnectedMenu a:hover {
  color: #8bd93a;
}

.Header-iconUser,
.Header-iconMenu {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-top: 3px;
  cursor: pointer;
}

/*
    Created on : 14 sept. 2019, 14:25:48
    Author     : Dey Jordan
*/
.Layout {
  width: 100%;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 568px) {
  .Layout {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.Layout-saveHeader {
  margin-top: 71px;
}

.Layout-article {
  padding-top: 40px;
  padding-bottom: 60px;
}

.Layout--form {
  max-width: 512px;
}

/* 
    Created on : 18 août 2020, 19:15:36
    Author     : deyjo
*/
.Login {
  color: #fff;
}

.Login-loginBlockContainer,
.Login-signupBlockContainer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 568px) {
  .Login-loginForm,
.Login-signupForm {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
  }
}
.Login-loginForm h2,
.Login-signupForm h2 {
  padding-top: 20px;
  margin-bottom: 20px;
}

.Login-notRegister,
.Login-registerNow {
  font-family: calibri, arial;
  text-shadow: 0 0 3px #000;
}
@media (min-width: 568px) {
  .Login-notRegister,
.Login-registerNow {
    display: inline-block;
    width: calc(50% - 20px);
    margin-left: 40px;
    margin-bottom: 20px;
  }
}
.Login-notRegister h3,
.Login-registerNow h3 {
  color: #8bd93a;
}

.Login-notRegister {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 568px) {
  .Login-notRegister {
    vertical-align: bottom;
  }
}
.Login-notRegister span {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.Login-notRegister img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
}

.Login-registerNow {
  display: none;
}
@media (min-width: 568px) {
  .Login-registerNow {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
  }
}
.Login-registerNow ul {
  padding-left: 20px;
}

/*
    Created on : 14 sept. 2019, 14:25:48
    Author     : Dey Jordan
*/
.Menu {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
  margin-top: 5px;
}

.Menu-item {
  display: inline-block;
  position: relative;
  font-weight: 700;
  overflow: hidden;
  margin-right: 30px;
}
.Menu-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #8bd93a;
  transition: 0.2s;
  transform: translateX(-100%);
}

.Menu-item:hover:after {
  transform: translateX(0);
}

.Menu-mobile {
  display: none;
}
.Menu-mobile--open {
  display: block;
}
.Menu-mobile--open .Menu-mobile-shadowScreen {
  animation: menuMobileShadowScreen 0.5s ease-in forwards;
}
.Menu-mobile--open .Menu-mobileContainer {
  animation: menuMobileContainer 0.2s ease-in forwards;
  animation-delay: 0.2s;
}

.Menu-mobile-shadowScreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333;
  opacity: 0;
}

.Menu-mobileContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  padding: 20px;
  background: #fff;
  font-family: calibri, arial;
  font-size: 1.5rem;
  transform: translateX(-100%);
}
.Menu-mobileContainer .Menu {
  margin-left: 0;
  margin-top: 30px;
  width: 100%;
}
.Menu-mobileContainer .Menu-item {
  display: block;
  margin-bottom: 10px;
}

.Menu-mobileClose {
  float: right;
  width: 44px;
  height: 44px;
  padding: 10px;
  cursor: pointer;
}
.Menu-mobileClose:hover {
  color: #01a1cb;
}

/* 
    Created on : 19 sept. 2020, 14:47:58
    Author     : deyjo
*/
@media (min-width: 1024px) {
  .MessagesViewer {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .MessagesViewer-messagesBlock {
    display: inline-block;
    width: calc(75% - 10px);
  }
}

@media (min-width: 1024px) {
  .MessagesViewer-filesBlock {
    display: inline-block;
    width: calc(25% - 10px);
  }
}

.MessagesViewer-messagesContainer {
  position: relative;
  height: 400px;
  border: 1px solid #999;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #eee;
  padding: 20px;
  overflow: auto;
}
@media (min-width: 1024px) {
  .MessagesViewer-messagesContainer {
    height: 300px;
  }
}

.MessagesViewer-message {
  display: block;
  margin-right: auto;
  width: max-content;
  max-width: 90%;
  padding: 10px;
  background: #D7F3BA;
  border: 1px solid #8bd93a;
  border-radius: 5px;
  border-top-left-radius: 0;
}
.MessagesViewer-message--fromMe {
  margin-left: auto;
  margin-right: 0;
  background: #EBFBFF;
  border-color: #01a1cb;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
}

.MessagesViewer-messageFooter {
  border-top: 1px solid #8bd93a;
  margin-top: 10px;
  padding-top: 10px;
}
.MessagesViewer-message--fromMe .MessagesViewer-messageFooter {
  border-color: #01a1cb;
}

.MessagesViewer-downloadFile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 99px;
  border: 1px solid #999;
  background: #fff;
}
.MessagesViewer-downloadFile span {
  flex: 1 1 100%;
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.MessagesViewer-downloadFile .icon {
  width: 20px;
  height: 20px;
}

.MessagesViewer-messageDate {
  display: block;
  text-align: left;
  font-size: 0.7rem;
  line-height: 1;
  color: #8bd93a;
}
.MessagesViewer-message--fromMe .MessagesViewer-messageDate {
  text-align: right;
  color: #01a1cb;
}

.MessagesViewer-editor {
  display: flex;
  justify-content: space-between;
}
.MessagesViewer-editor textarea {
  flex: 1 1 100%;
  resize: none;
}

.MessagesViewer-fileBtn {
  display: flex;
  align-items: center;
  border: 1px solid #999;
  padding: 10px;
  cursor: pointer;
}
.MessagesViewer-fileBtn .icon {
  width: 20px;
  height: 20px;
}
.MessagesViewer-fileBtn .icon--paper-clip {
  color: #0e0e0e;
}
.MessagesViewer-fileBtn--selected .icon--paper-clip {
  color: #8bd93a;
}
.MessagesViewer-fileBtn input[type=file] {
  position: absolute;
  left: -999px;
}

.MessagesViewer-noFiles {
  display: block;
  text-align: center;
  color: #999;
}

.MessagesViewer-filesDownload {
  height: 352px;
  overflow: auto;
}

/* 
    Created on : 27 sept. 2020, 10:13:54
    Author     : deyjo
*/
.OrderList {
  font-family: calibri, arial;
}

.OrderList-noOrder {
  display: block;
  color: #999;
  text-align: center;
}

.OrderList-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 6px;
}

.OrderList-orderInfo {
  width: 75%;
}
@media (min-width: 568px) and (max-width: 1023px) {
  .OrderList-orderInfo {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .OrderList-orderInfo {
    width: 25%;
  }
}
.OrderList-orderInfo span {
  display: block;
}

.OrderList-orderStatus {
  width: 25%;
  text-align: right;
}
@media (min-width: 568px) and (max-width: 1023px) {
  .OrderList-orderStatus {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .OrderList-orderStatus {
    width: 75%;
  }
}

/* 
    Created on : 17 sept. 2020, 21:45:13
    Author     : deyjo
*/
@media (min-width: 568px) {
  .OrderStatusProgressionMobile {
    display: none;
  }
}

.OrderStatusProgression {
  display: none;
}
@media (min-width: 568px) {
  .OrderStatusProgression {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
  }
}
.OrderStatusProgression:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  height: 5px;
  background: #eee;
  transform: translateY(-50%);
}

.OrderStatusProgression-step {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px;
  text-align: center;
}
.OrderStatusProgression-step span {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  white-space: nowrap;
  transform: translateX(-50%);
}

.OrderStatusProgression-stepPoint {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #eee;
  border-radius: 50%;
  background: #fff;
}

.OrderStatusProgression-progressBar {
  position: absolute;
  top: 11px;
  z-index: 1;
  display: inline-block;
  height: 5px;
  background: #999;
  transform: translateY(-50%);
}

/* 
    Created on : 26 oct. 2020, 17:55:41
    Author     : deyjo
*/
.SearchBar {
  display: flex;
  font-family: calibri, arial;
}
.SearchBar input[type=search] {
  flex: 100% 1 1;
  padding: 5px 10px;
  border: 2px solid #999;
  border-radius: 50px 0 0 50px;
  font-size: 0.8rem;
  outline: none;
}
.SearchServices .SearchBar input[type=search] {
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .SearchServices .SearchBar input[type=search] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.SearchBar input[type=submit] {
  display: inline-block;
  border-radius: 0 50px 50px 0;
}
@media (min-width: 1024px) {
  .SearchBar input[type=submit] {
    flex: auto 0 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 5px 10px;
    font-size: 0.8rem;
  }
}
.SearchServices .SearchBar input[type=submit] {
  display: none;
  padding: 10px 20px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .SearchServices .SearchBar input[type=submit] {
    display: inline-block;
  }
}

/* 
    Created on : 26 oct. 2020, 17:55:41
    Author     : deyjo
*/
.Slider {
  position: relative;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.Slider--custum:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #002833;
  opacity: 0.4;
}

.Slider-background {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.Slider-background--enter {
  display: inline-block;
  opacity: 1;
}
.Slider-background--leave {
  display: inline-block;
  opacity: 0;
}

.Slider-content {
  position: relative;
  z-index: 2;
}
.Slider-content h1 {
  max-width: 750px;
  margin: auto;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 0 5px #0e0e0e;
}

.Slider-underTitle {
  display: grid;
  color: #eee;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  text-shadow: 0 0 5px #0e0e0e;
}
.Slider-underTitle span {
  grid-column: 1;
  grid-row: 1;
}
.Slider-underTitle span.Slider-underTitle--enter {
  opacity: 1;
}
.Slider-underTitle span.Slider-underTitle--leave {
  opacity: 0;
}

.Slider-adminItem {
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}
@media (min-width: 568px) {
  .Slider-adminItem {
    padding-bottom: 20px;
    padding-right: 50%;
  }
}
.Slider-adminItem img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  width: 100%;
}
@media (min-width: 568px) {
  .Slider-adminItem img {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
.Slider-adminItem:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(to top, transparent, #fff);
}
@media (min-width: 568px) {
  .Slider-adminItem:after {
    background: linear-gradient(to left, transparent, #fff);
    bottom: 0;
    left: 50%;
    right: auto;
    width: 15%;
    height: 100%;
  }
}

/* 
    Created on : 30 août 2020, 20:35:34
    Author     : deyjo
*/
.UserBoard {
  background: #EBFBFF;
}

.UserBoard-quickLinks {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right;
}
.UserBoard-quickLinks .Btn {
  margin-bottom: 20px;
}
@media (min-width: 568px) {
  .UserBoard-quickLinks .Btn {
    margin-left: 20px;
  }
}

.UserBoard-newPrestations,
.UserBoard-myPrestations {
  font-family: calibri, arial;
  margin-top: 20px;
}

@media (min-width: 568px) {
  .UserBoard-newPrestations {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.UserBoard-prestation {
  position: relative;
  display: block;
  background-color: #333;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 30px 20px;
}
@media (min-width: 568px) {
  .UserBoard-prestation {
    display: inline-block;
    margin: 2%;
    width: 25%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .UserBoard-prestation {
    width: 20%;
  }
}
.UserBoard-prestation:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #002833;
  opacity: 0.5;
}

.UserBoard-prestationTitle,
.UserBoard-prestationInfo {
  position: relative;
  z-index: 2;
}

.UserBoard-prestationTitle {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin-bottom: 10px;
  color: #fff;
}

.UserBoard-prestationInfo {
  display: block;
  color: #fff;
  font-size: 0.7rem;
}

.UserBoard-newPrestationImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.UserBoard-newPrestationImage img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
.UserBoard-newPrestationImage:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(165deg, transparent, #EBFBFF 70%, #EBFBFF);
}

.UserBoard-newPrestationTitle {
  margin-top: 20px;
}

.UserBoard-newPrestationOptions label {
  display: block;
}
@media (min-width: 568px) {
  .UserBoard-newPrestationOptions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .UserBoard-newPrestationOptions label {
    display: inline-block;
    width: 49%;
  }
}

/* 
    Created on : 19 sept. 2020, 10:31:34
    Author     : deyjo
*/
.ViewOrder {
  background: #EBFBFF;
  font-family: calibri, arial;
}
.ViewOrder .OrderStatusProgressionMobile {
  display: none;
}
.ViewOrder .OrderStatusProgression {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
}

@media (min-width: 568px) {
  .ViewOrder-info {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 568px) {
  .ViewOrder-infoPrestation,
.ViewOrder-infoVehicule {
    display: inline-block;
    width: calc(50% - 10px);
  }
}
.ViewOrder-infoPrestation span,
.ViewOrder-infoVehicule span {
  display: block;
}

.ViewOrder-progression {
  margin-bottom: 40px;
}

.ViewOrder-editForm {
  margin-bottom: 30px;
}
.ViewOrder-editForm .ViewOrder-progression {
  margin-bottom: 20px;
}

/*# sourceMappingURL=main.css.map */
