@charset "UTF-8";
/**********************************************************************************
*
* IMPORTS
*
**********************************************************************************/
/**********************************************************************************
*
* IMPORTS
* 
**********************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**********************************************************************************
*
* GRID CONFIG
*
**********************************************************************************/
/**********************************************************************************
*
* FONTS
*
**********************************************************************************/
/**********************************************************************************
*
* COLORS
*
**********************************************************************************/
/*bleus entreprises*/
/**********************************************************************************

* SHADOWS
*
**********************************************************************************/
/**********************************************************************************
*
* BORDER-RADIUS
*
**********************************************************************************/
/**********************************************************************************
*
* TRANSITIONS
*
**********************************************************************************/
@font-face {
  font-family: 'Roboto';
  src: url("./fonts/roboto_light_macroman/Roboto-Light-webfont.eot");
  src: url("./fonts/roboto_light_macroman/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto_light_macroman/Roboto-Light-webfont.woff") format("woff"), url("./fonts/roboto_light_macroman/Roboto-Light-webfont.ttf") format("truetype"), url("./fonts/roboto_light_macroman/Roboto-Light-webfont.svg#roboto_light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("./fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot");
  src: url("./fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff") format("woff"), url("./fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf") format("truetype"), url("./fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#roboto_medium") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("./fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot");
  src: url("./fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff") format("woff"), url("./fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf") format("truetype"), url("./fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#roboto_medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("./fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot");
  src: url("./fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff") format("woff"), url("./fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf") format("truetype"), url("./fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#roboto_bold") format("svg");
  font-weight: 700;
  font-style: normal; }
/**********************************************************************************
*
* SET ROW
* 
**********************************************************************************/
.grid-row {
  position: relative;
  margin: 0 -0.5em; }
  .grid-row:after {
    content: '';
    display: block;
    height: 0;
    clear: both; }

/**********************************************************************************
*
* SET MOBILE-FIRST (DEFAULT) COLUMNS & BEHAVIOR
*
**********************************************************************************/
.grid-col {
  float: left;
  min-height: 1px;
  padding: 0 0.5em;
  position: relative; }

.grid-col--1 {
  width: 8.3333333333%; }

.grid-col--1-push {
  left: 8.3333333333%; }

.grid-col--1-pull {
  left: 8.3333333333%; }

.grid-col--1-offset {
  margin-left: 8.3333333333%; }

.grid-col--1-center {
  margin: 0 auto;
  float: none; }

.grid-col--2 {
  width: 16.6666666667%; }

.grid-col--2-push {
  left: 16.6666666667%; }

.grid-col--2-pull {
  left: 16.6666666667%; }

.grid-col--2-offset {
  margin-left: 16.6666666667%; }

.grid-col--2-center {
  margin: 0 auto;
  float: none; }

.grid-col--3 {
  width: 25%; }

.grid-col--3-push {
  left: 25%; }

.grid-col--3-pull {
  left: 25%; }

.grid-col--3-offset {
  margin-left: 25%; }

.grid-col--3-center {
  margin: 0 auto;
  float: none; }

.grid-col--4 {
  width: 33.3333333333%; }

.grid-col--4-push {
  left: 33.3333333333%; }

.grid-col--4-pull {
  left: 33.3333333333%; }

.grid-col--4-offset {
  margin-left: 33.3333333333%; }

.grid-col--4-center {
  margin: 0 auto;
  float: none; }

.grid-col--5 {
  width: 41.6666666667%; }

.grid-col--5-push {
  left: 41.6666666667%; }

.grid-col--5-pull {
  left: 41.6666666667%; }

.grid-col--5-offset {
  margin-left: 41.6666666667%; }

.grid-col--5-center {
  margin: 0 auto;
  float: none; }

.grid-col--6 {
  width: 50%; }

.grid-col--6-push {
  left: 50%; }

.grid-col--6-pull {
  left: 50%; }

.grid-col--6-offset {
  margin-left: 50%; }

.grid-col--6-center {
  margin: 0 auto;
  float: none; }

.grid-col--7 {
  width: 58.3333333333%; }

.grid-col--7-push {
  left: 58.3333333333%; }

.grid-col--7-pull {
  left: 58.3333333333%; }

.grid-col--7-offset {
  margin-left: 58.3333333333%; }

.grid-col--7-center {
  margin: 0 auto;
  float: none; }

.grid-col--8 {
  width: 66.6666666667%; }

.grid-col--8-push {
  left: 66.6666666667%; }

.grid-col--8-pull {
  left: 66.6666666667%; }

.grid-col--8-offset {
  margin-left: 66.6666666667%; }

.grid-col--8-center {
  margin: 0 auto;
  float: none; }

.grid-col--9 {
  width: 75%; }

.grid-col--9-push {
  left: 75%; }

.grid-col--9-pull {
  left: 75%; }

.grid-col--9-offset {
  margin-left: 75%; }

.grid-col--9-center {
  margin: 0 auto;
  float: none; }

.grid-col--10 {
  width: 83.3333333333%; }

.grid-col--10-push {
  left: 83.3333333333%; }

.grid-col--10-pull {
  left: 83.3333333333%; }

.grid-col--10-offset {
  margin-left: 83.3333333333%; }

.grid-col--10-center {
  margin: 0 auto;
  float: none; }

.grid-col--11 {
  width: 91.6666666667%; }

.grid-col--11-push {
  left: 91.6666666667%; }

.grid-col--11-pull {
  left: 91.6666666667%; }

.grid-col--11-offset {
  margin-left: 91.6666666667%; }

.grid-col--11-center {
  margin: 0 auto;
  float: none; }

.grid-col--12 {
  width: 100%; }

.grid-col--12-push {
  left: 100%; }

.grid-col--12-pull {
  left: 100%; }

.grid-col--12-offset {
  margin-left: 100%; }

.grid-col--12-center {
  margin: 0 auto;
  float: none; }

/**********************************************************************************
*
* SET COLUMNS FOR OTHER BREAKPOINTS (as in vars/$gridConfig)
*
**********************************************************************************/
@media (min-width: 320px) {
  .grid-col--extrasmall-1 {
    width: 8.3333333333%; }

  .grid-col--extrasmall-1-push {
    left: 8.3333333333%; }

  .grid-col--extrasmall-1-pull {
    left: 8.3333333333%; }

  .grid-col--extrasmall-1-offset {
    margin-left: 8.3333333333%; }

  .grid-col--extrasmall-1-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-2 {
    width: 16.6666666667%; }

  .grid-col--extrasmall-2-push {
    left: 16.6666666667%; }

  .grid-col--extrasmall-2-pull {
    left: 16.6666666667%; }

  .grid-col--extrasmall-2-offset {
    margin-left: 16.6666666667%; }

  .grid-col--extrasmall-2-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-3 {
    width: 25%; }

  .grid-col--extrasmall-3-push {
    left: 25%; }

  .grid-col--extrasmall-3-pull {
    left: 25%; }

  .grid-col--extrasmall-3-offset {
    margin-left: 25%; }

  .grid-col--extrasmall-3-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-4 {
    width: 33.3333333333%; }

  .grid-col--extrasmall-4-push {
    left: 33.3333333333%; }

  .grid-col--extrasmall-4-pull {
    left: 33.3333333333%; }

  .grid-col--extrasmall-4-offset {
    margin-left: 33.3333333333%; }

  .grid-col--extrasmall-4-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-5 {
    width: 41.6666666667%; }

  .grid-col--extrasmall-5-push {
    left: 41.6666666667%; }

  .grid-col--extrasmall-5-pull {
    left: 41.6666666667%; }

  .grid-col--extrasmall-5-offset {
    margin-left: 41.6666666667%; }

  .grid-col--extrasmall-5-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-6 {
    width: 50%; }

  .grid-col--extrasmall-6-push {
    left: 50%; }

  .grid-col--extrasmall-6-pull {
    left: 50%; }

  .grid-col--extrasmall-6-offset {
    margin-left: 50%; }

  .grid-col--extrasmall-6-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-7 {
    width: 58.3333333333%; }

  .grid-col--extrasmall-7-push {
    left: 58.3333333333%; }

  .grid-col--extrasmall-7-pull {
    left: 58.3333333333%; }

  .grid-col--extrasmall-7-offset {
    margin-left: 58.3333333333%; }

  .grid-col--extrasmall-7-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-8 {
    width: 66.6666666667%; }

  .grid-col--extrasmall-8-push {
    left: 66.6666666667%; }

  .grid-col--extrasmall-8-pull {
    left: 66.6666666667%; }

  .grid-col--extrasmall-8-offset {
    margin-left: 66.6666666667%; }

  .grid-col--extrasmall-8-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-9 {
    width: 75%; }

  .grid-col--extrasmall-9-push {
    left: 75%; }

  .grid-col--extrasmall-9-pull {
    left: 75%; }

  .grid-col--extrasmall-9-offset {
    margin-left: 75%; }

  .grid-col--extrasmall-9-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-10 {
    width: 83.3333333333%; }

  .grid-col--extrasmall-10-push {
    left: 83.3333333333%; }

  .grid-col--extrasmall-10-pull {
    left: 83.3333333333%; }

  .grid-col--extrasmall-10-offset {
    margin-left: 83.3333333333%; }

  .grid-col--extrasmall-10-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-11 {
    width: 91.6666666667%; }

  .grid-col--extrasmall-11-push {
    left: 91.6666666667%; }

  .grid-col--extrasmall-11-pull {
    left: 91.6666666667%; }

  .grid-col--extrasmall-11-offset {
    margin-left: 91.6666666667%; }

  .grid-col--extrasmall-11-center {
    margin: 0 auto;
    float: none; }

  .grid-col--extrasmall-12 {
    width: 100%; }

  .grid-col--extrasmall-12-push {
    left: 100%; }

  .grid-col--extrasmall-12-pull {
    left: 100%; }

  .grid-col--extrasmall-12-offset {
    margin-left: 100%; }

  .grid-col--extrasmall-12-center {
    margin: 0 auto;
    float: none; } }
@media (min-width: 768px) {
  .grid-col--small-1 {
    width: 8.3333333333%; }

  .grid-col--small-1-push {
    left: 8.3333333333%; }

  .grid-col--small-1-pull {
    left: 8.3333333333%; }

  .grid-col--small-1-offset {
    margin-left: 8.3333333333%; }

  .grid-col--small-1-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-2 {
    width: 16.6666666667%; }

  .grid-col--small-2-push {
    left: 16.6666666667%; }

  .grid-col--small-2-pull {
    left: 16.6666666667%; }

  .grid-col--small-2-offset {
    margin-left: 16.6666666667%; }

  .grid-col--small-2-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-3 {
    width: 25%; }

  .grid-col--small-3-push {
    left: 25%; }

  .grid-col--small-3-pull {
    left: 25%; }

  .grid-col--small-3-offset {
    margin-left: 25%; }

  .grid-col--small-3-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-4 {
    width: 33.3333333333%; }

  .grid-col--small-4-push {
    left: 33.3333333333%; }

  .grid-col--small-4-pull {
    left: 33.3333333333%; }

  .grid-col--small-4-offset {
    margin-left: 33.3333333333%; }

  .grid-col--small-4-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-5 {
    width: 41.6666666667%; }

  .grid-col--small-5-push {
    left: 41.6666666667%; }

  .grid-col--small-5-pull {
    left: 41.6666666667%; }

  .grid-col--small-5-offset {
    margin-left: 41.6666666667%; }

  .grid-col--small-5-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-6 {
    width: 50%; }

  .grid-col--small-6-push {
    left: 50%; }

  .grid-col--small-6-pull {
    left: 50%; }

  .grid-col--small-6-offset {
    margin-left: 50%; }

  .grid-col--small-6-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-7 {
    width: 58.3333333333%; }

  .grid-col--small-7-push {
    left: 58.3333333333%; }

  .grid-col--small-7-pull {
    left: 58.3333333333%; }

  .grid-col--small-7-offset {
    margin-left: 58.3333333333%; }

  .grid-col--small-7-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-8 {
    width: 66.6666666667%; }

  .grid-col--small-8-push {
    left: 66.6666666667%; }

  .grid-col--small-8-pull {
    left: 66.6666666667%; }

  .grid-col--small-8-offset {
    margin-left: 66.6666666667%; }

  .grid-col--small-8-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-9 {
    width: 75%; }

  .grid-col--small-9-push {
    left: 75%; }

  .grid-col--small-9-pull {
    left: 75%; }

  .grid-col--small-9-offset {
    margin-left: 75%; }

  .grid-col--small-9-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-10 {
    width: 83.3333333333%; }

  .grid-col--small-10-push {
    left: 83.3333333333%; }

  .grid-col--small-10-pull {
    left: 83.3333333333%; }

  .grid-col--small-10-offset {
    margin-left: 83.3333333333%; }

  .grid-col--small-10-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-11 {
    width: 91.6666666667%; }

  .grid-col--small-11-push {
    left: 91.6666666667%; }

  .grid-col--small-11-pull {
    left: 91.6666666667%; }

  .grid-col--small-11-offset {
    margin-left: 91.6666666667%; }

  .grid-col--small-11-center {
    margin: 0 auto;
    float: none; }

  .grid-col--small-12 {
    width: 100%; }

  .grid-col--small-12-push {
    left: 100%; }

  .grid-col--small-12-pull {
    left: 100%; }

  .grid-col--small-12-offset {
    margin-left: 100%; }

  .grid-col--small-12-center {
    margin: 0 auto;
    float: none; } }
@media (min-width: 980px) {
  .grid-col--medium-1 {
    width: 8.3333333333%; }

  .grid-col--medium-1-push {
    left: 8.3333333333%; }

  .grid-col--medium-1-pull {
    left: 8.3333333333%; }

  .grid-col--medium-1-offset {
    margin-left: 8.3333333333%; }

  .grid-col--medium-1-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-2 {
    width: 16.6666666667%; }

  .grid-col--medium-2-push {
    left: 16.6666666667%; }

  .grid-col--medium-2-pull {
    left: 16.6666666667%; }

  .grid-col--medium-2-offset {
    margin-left: 16.6666666667%; }

  .grid-col--medium-2-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-3 {
    width: 25%; }

  .grid-col--medium-3-push {
    left: 25%; }

  .grid-col--medium-3-pull {
    left: 25%; }

  .grid-col--medium-3-offset {
    margin-left: 25%; }

  .grid-col--medium-3-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-4 {
    width: 33.3333333333%; }

  .grid-col--medium-4-push {
    left: 33.3333333333%; }

  .grid-col--medium-4-pull {
    left: 33.3333333333%; }

  .grid-col--medium-4-offset {
    margin-left: 33.3333333333%; }

  .grid-col--medium-4-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-5 {
    width: 41.6666666667%; }

  .grid-col--medium-5-push {
    left: 41.6666666667%; }

  .grid-col--medium-5-pull {
    left: 41.6666666667%; }

  .grid-col--medium-5-offset {
    margin-left: 41.6666666667%; }

  .grid-col--medium-5-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-6 {
    width: 50%; }

  .grid-col--medium-6-push {
    left: 50%; }

  .grid-col--medium-6-pull {
    left: 50%; }

  .grid-col--medium-6-offset {
    margin-left: 50%; }

  .grid-col--medium-6-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-7 {
    width: 58.3333333333%; }

  .grid-col--medium-7-push {
    left: 58.3333333333%; }

  .grid-col--medium-7-pull {
    left: 58.3333333333%; }

  .grid-col--medium-7-offset {
    margin-left: 58.3333333333%; }

  .grid-col--medium-7-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-8 {
    width: 66.6666666667%; }

  .grid-col--medium-8-push {
    left: 66.6666666667%; }

  .grid-col--medium-8-pull {
    left: 66.6666666667%; }

  .grid-col--medium-8-offset {
    margin-left: 66.6666666667%; }

  .grid-col--medium-8-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-9 {
    width: 75%; }

  .grid-col--medium-9-push {
    left: 75%; }

  .grid-col--medium-9-pull {
    left: 75%; }

  .grid-col--medium-9-offset {
    margin-left: 75%; }

  .grid-col--medium-9-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-10 {
    width: 83.3333333333%; }

  .grid-col--medium-10-push {
    left: 83.3333333333%; }

  .grid-col--medium-10-pull {
    left: 83.3333333333%; }

  .grid-col--medium-10-offset {
    margin-left: 83.3333333333%; }

  .grid-col--medium-10-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-11 {
    width: 91.6666666667%; }

  .grid-col--medium-11-push {
    left: 91.6666666667%; }

  .grid-col--medium-11-pull {
    left: 91.6666666667%; }

  .grid-col--medium-11-offset {
    margin-left: 91.6666666667%; }

  .grid-col--medium-11-center {
    margin: 0 auto;
    float: none; }

  .grid-col--medium-12 {
    width: 100%; }

  .grid-col--medium-12-push {
    left: 100%; }

  .grid-col--medium-12-pull {
    left: 100%; }

  .grid-col--medium-12-offset {
    margin-left: 100%; }

  .grid-col--medium-12-center {
    margin: 0 auto;
    float: none; } }
* {
  box-sizing: border-box; }

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  float: left; }

textarea:focus, input:focus {
  outline: none; }

strong {
  font-weight: 500; }

h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 1.2em; }

h2 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  margin-top: 1.2em; }
  h2:first-of-type {
    margin-top: 0; }

h3 {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 1.3em;
  margin-top: 1em; }
  h3:first-of-type {
    /*margin-top:0;*/ }

p {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 1.4em; }

figure:after {
  content: '';
  display: block;
  height: 0;
  clear: both; }
figure img {
  width: 100%;
  height: auto;
  float: none; }

button {
  outline: none; }

small {
  font-size: 0.8em; }

sup {
  vertical-align: middle;
  font-size: 11px; }

/**********************************************************************************
*
* STRUCTURE
*
**********************************************************************************/
.main-wrap {
  font-family: Roboto, arial, sans-serif;
  color: #34495e;
  min-width: 320px;
  min-height: 100%;
  font-size: 13px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff; }

.main-container {
  height: 100%;
  position: relative; }

.main-section {
  padding: 2em 1em; }

.main-section--first {
  background-image: url("../img/cible/PlusX-title.png");
  background-repeat: no-repeat;
  padding-top: 96px;
  padding-left: 2em;
  padding-right: 2em; }

.main-section--firstbesoin {
  background-image: url("../img/besoins/PlusX-titlebesoin.png");
  background-repeat: no-repeat;
  padding-top: 31px;
  padding-left: 2em;
  padding-right: 2em; }

.main-section--quisommes-nous {
  background-image: url("/resolveuid/47fa22f5d86f443cb18e8db097d04b9c/");
  background-repeat: no-repeat;
  padding-top: 31px;
  padding-left: 2em;
  padding-right: 2em; }

.main-section--height {
  height: 250px; }

/**********************************************************************************
*
* COLORS
*
**********************************************************************************/
.main-primary-color {
  color: #03a9f5; }

.main-primary-background {
  background-color: #03a9f5; }

.main-primary-background-img {
  background-image: url(/resolveuid/55ba93952be3440a81ab875317e43562);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.main-primaryDark-background-img {
  background-image: url(/resolveuid/31fb4c6cf72649bfac99de8882720cf6);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.main-primaryDark-color {
  color: #34495e; }

.main-primaryDark-background {
  background-color: #34495e; }

.main-primaryLight-color {
  color: #b3e5fc; }

.main-primaryLight-background {
  background-color: #b3e5fc; }

.main-textIcons-color {
  color: #ffffff; }

.main-textIcons-background {
  background-color: #ffffff; }

.main-accent-color {
  color: #e64c66; }

.main-accent-background {
  background-color: #e64c66; }

.main-primaryText-color {
  color: #333333; }

.main-primaryText-background {
  background-color: #333333; }

.main-secondaryText-color {
  color: #757575; }

.main-secondaryText-background {
  background-color: #757575; }

.main-devider-color {
  color: #f4f4f4; }

.main-devider-background {
  background-color: #f4f4f4; }

.main-secondaryDark-color {
  color: #2d3e50; }

.main-secondaryDark-background {
  background-color: #2d3e50; }

.main-orange-color {
  color: #F25E50; }

.main-orange-background {
  background-color: #F25E50; }

.main-deepRed-color {
  color: #9d2042; }

.main-deepRed-background {
  background-color: #9d2042; }

.main-mediumGrey-color {
  color: #eaeaea; }

.main-mediumGrey-background {
  background-color: #eaeaea; }

.main-deepRed-background {
  background-color: #9d2042; }

.main-DevenirClient-background-img {
  background-image: url("../img/back_devenir_client.jpg");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover; }

.main-tuileAnne-color {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2e4f9e 0%, #34495e 100%); }

/*ENTREPRISES*/
.main-primaryEntreprise-color {
  color: #2e4f9e; }

.main-primaryEntrepriseAlpha-color {
  color: rgba(46, 79, 158, 0.8); }

.main-LavandeEntreprise-color {
  color: #9aa1cf; }

.main-primaryEntreprise-background {
  background-color: #2e4f9e; }

.main-LavandeEntreprise-background {
  background-color: #9aa1cf; }

.main-FondCarteEntreprise-background {
  background-color: #d2dee7; }

.main-TextIconsBtnEntreprise {
  background-color: rgba(255, 255, 255, 0.2); }

.main-hp-backgroundTransparent {
  background-color: rgba(0, 0, 0, 0); }

.main-ciblePME-background-img {
  background-image: url("../img/cible/back_title.jpg");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover; }

/* Actualit├®s entreprises */
.main-actu-background-img {
  background-image: url("/resolveuid/61ee17dc4fe743d694f12dfacbfe2fa1");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover; }

.main-actu-citation-background-img {
  background-image: url("/resolveuid/9d769a02303543ecb48c147492171272");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover; }

/* */
.main-besoinINTERNATIONAL-background-img {
  background-image: url("../img/besoins/jumbotron.jpg");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover; }

.main-besoinINTERNATIONAL-background-img2 {
  /* A SUPPRIMER APRES LIVRAISON ARTYMON 09/2017 */
  background-image: url("../img/besoins/jumbotron.jpg");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover; }

.main-quisommesnous-background-img {
  background-image: url("/resolveuid/d01da930381347acb5759e6d6236dd95/");
  /*background-position: center center;*/
  background-repeat: no-repeat;
  background-size: cover; }

/**********************************************************************************
*
* BUTTONS
*
**********************************************************************************/
.main-btn, .main-btn-last, .main-btn-last--primaryEntreprise, .main-btn-last--primaryEntrepriseAlpha, .main-btn--default, .main-btn--primary, .main-btn--accent, .main-btn--orange, .main-btn--deepRed, .main-btn--devider, .main-btn--textIcons, .main-btn--primaryEntreprise, .main-btn--primaryEntrepriseAlpha, .main-btn--LavandeEntreprise, .main-btn--TextIconsEntreprise {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  text-transform: uppercase;
  font: inherit;
  font-weight: 700;
  padding: 0.8em 1.1em 0.8em 1.1em;
  border: 0;
  white-space: nowrap;
  border-radius: 2px; }

/* bouton sur toute la largeur*/
.main-btn-100, .main-btn-100--devider, .main-btn-100--PrimaryDarkLight {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  text-transform: uppercase;
  font: inherit;
  font-weight: 700;
  padding: 2em;
  border: 0;
  white-space: nowrap;
  border-radius: 2px;
  width: 100%; }

.main-btn-last, .main-btn-last--primaryEntreprise, .main-btn-last--primaryEntrepriseAlpha {
  margin-bottom: 15px; }

.main-btn--default {
  padding-right: 0;
  padding-left: 0;
  white-space: normal; }
  @media screen and (min-width: 980px) {
    .main-btn--default {
      white-space: nowrap; } }

.main-btn--primary {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-color: #03a9f5;
  /*&:hover{
  	color: $colorTextIcons;
  	text-decoration: none;
  }*/ }

.main-btn--accent {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-color: #e64c66; }

.main-btn--orange {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-color: #F25E50; }

.main-btn--deepRed {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-color: #9d2042; }

.main-btn--devider {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #f4f4f4; }

/* bouton sur toute la largeur*/
.main-btn-100--devider {
  background-color: #f4f4f4; }

.main-btn--textIcons {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff; }

.main-btn--marginBottom {
  margin-bottom: 1em; }

.main-btn--primaryEntreprise {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-color: #2e4f9e; }

.main-btn-last--primaryEntreprise {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  background-color: #2e4f9e; }

/* bouton sur toute la largeur*/
.main-btn-100--PrimaryDarkLight {
  background-color: #495c6d; }

.main-btn--primaryEntrepriseAlpha {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(46, 79, 158, 0.8);
  color: #ffffff; }

.main-btn-last--primaryEntrepriseAlpha {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(46, 79, 158, 0.8);
  color: #ffffff; }

.main-btn--LavandeEntreprise {
  background-color: #9aa1cf;
  color: #ffffff; }

.main-btn--TextIconsEntreprise {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff; }

/**********************************************************************************
*
* CARDS
*
**********************************************************************************/
.main-card {
  margin-bottom: 2em;
  position: relative;
  /************** CARD POUR ANIMATIONS *****************************/
  /************** CARD POUR TEMOIGNAGES EN CARROUSEL *****************************/
  /************** FIN CARD POUR TEMOIGNAGES EN CARROUSEL *****************************/
  /************** FIN CARD ANIMATIONS *****************************/
  /************** CARD POUR OFFRES *****************************/
  /************** FIN CARD POUR OFFRES *****************************/
  	/*
  	/*
  	/*
  	/*
  	/*
  TUILE D'ESSAI FORMATION PLONE ANNE
  TUILE D'ESSAI FORMATION PLONE ANNE
  TUILE D'ESSAI FORMATION PLONE ANNE
  TUILE D'ESSAI FORMATION PLONE ANNE
  TUILE D'ESSAI FORMATION PLONE ANNE
  TUILE D'ESSAI FORMATION PLONE ANNE
  TUILE D'ESSAI FORMATION PLONE ANNE */
  /*
  /*
  /*
  /************** TUILE D'ESSAI FORMATION PLONE ANNE *****************************/
  /************** FIN TUILE D'ESSAI FORMATION PLONE ANNE *****************************/
  /************** CARD POUR BESOINS *****************************/
  /************** FIN CARD POUR OFFRES *****************************/ }
  .main-card.main-card--focus {
    width: 100%;
    background-color: #f4f4f4;
    padding: 2em 2em 1em;
    margin-top: 1em; }
    @media screen and (min-width: 980px) {
      .main-card.main-card--focus {
        margin-top: -4em; } }
    .main-card.main-card--focus h3 {
      /*text-align: center;*/
      margin: 0.1em 0 0.2em; }
      .main-card.main-card--focus h3 + span {
        margin-bottom: 1.4em; }
      .main-card.main-card--focus h3 span {
        font-size: 1em;
        font-weight: normal;
        display: block;
        margin-bottom: 1em; }
        @media screen and (min-width: 980px) {
          .main-card.main-card--focus h3 span {
            display: inline;
            margin-bottom: 0;
            font-weight: inherit; } }
    .main-card.main-card--focus figure {
      float: none;
      margin: 0;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, -21px); }
      @media screen and (min-width: 980px) {
        .main-card.main-card--focus figure {
          float: left;
          margin: 0 2em 1em 0;
          position: static;
          left: auto;
          top: auto;
          transform: none; } }
  .main-card.main-card--cover-bandeaucible {
    height: auto; }
    .main-card.main-card--cover-bandeaucible p {
      font-size: 1.2em;
      line-height: 1.4em;
      margin-bottom: 1.4em; }
  .main-card.main-card--cover-bandeaubesoin {
    padding-top: 140px; }
    .main-card.main-card--cover-bandeaubesoin p {
      font-size: 1em;
      line-height: 1.4em;
      margin-bottom: 1.4em; }
  .main-card.main-card--anim {
    margin: 10px;
    float: left;
    border: 5px solid #ffffff;
    /*bordure photo */
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px rgba(46, 79, 158, 0.8);
    cursor: default;
    width: 100%;
    /*.content {
    		position: absolute;
    			overflow: hidden;
    			top: 0;
    			left: 0;
    		}*/ }
    .main-card.main-card--anim .mask {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0; }
    .main-card.main-card--anim img {
      display: block;
      position: relative; }
    .main-card.main-card--anim h2 {
      text-transform: uppercase;
      text-align: center;
      position: relative;
      font-size: 17px;
      padding: 10px;
      margin: 20px 0 0; }
    .main-card.main-card--anim p {
      font-style: italic;
      font-size: 14px;
      position: relative;
      color: #ffffff;
      padding: 0 20px;
      text-align: center; }
    .main-card.main-card--anim a.info {
      display: inline-block;
      text-decoration: none;
      padding: 7px 14px;
      background: #ffffff;
      color: #333333;
      text-transform: uppercase;
      box-shadow: 0 0 1px #333333; }
      .main-card.main-card--anim a.info:hover {
        box-shadow: 0 0 5px #333333; }
  .main-card.main-card--tab-temoignages {
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    height: 100%;
    top: 30%; }
    .main-card.main-card--tab-temoignages .main-card--tab-temoignages-title {
      color: #9aa1cf;
      font-weight: 600; }
    .main-card.main-card--tab-temoignages .main-card--tab-temoignages-text {
      line-height: 1.2em;
      height: auto;
      width: 80%;
      margin-right: auto;
      margin-left: auto;
      overflow: hidden;
      font-weight: 400;
      color: #2e4f9e; }
  .main-card.main-card--anim-animation img {
    transform: scaleY(1);
    transition: opacity 1s ease 0s;
    width: 100%; }
  .main-card.main-card--anim-animation .mask {
    background-color: rgba(46, 79, 158, 0.8);
    transition: all 0.5s linear;
    opacity: 0;
    width: 100%;
    height: 100%; }
  .main-card.main-card--anim-animation h2 {
    border-bottom: 1px solid #9aa1cf;
    background: transparent;
    margin: 20px 40px 0;
    transform: scale(0);
    color: #ffffff;
    transition: all 0.5s linear;
    opacity: 0; }
  .main-card.main-card--anim-animation p {
    color: #ffffff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear; }
    @media screen and (min-width: 980px) {
      .main-card.main-card--anim-animation p {
        padding: 20px; } }
  .main-card.main-card--anim-animation:hover img {
    transform: scale(10);
    opacity: 0; }
  .main-card.main-card--anim-animation:hover .mask {
    opacity: 1; }
  .main-card.main-card--anim-animation:hover h2 {
    transform: scale(1);
    opacity: 1; }
  .main-card.main-card--anim-animation:hover p {
    transform: scale(1);
    opacity: 1; }
  .main-card.main-card--anim-animation:hover a.info {
    transform: scale(1);
    opacity: 1; }
  .main-card.main-card--anim-animation a.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear; }
  .main-card.main-card--cover-offres {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .main-card.main-card--cover-offres .main-card--cover-offres-tab-title {
      background: url("../img/cible/back_offres.jpg") no-repeat;
      height: 82px;
      padding: 1.5em 1em 1em 2.5em;
      text-transform: uppercase;
      line-height: 1.2em; }
    .main-card.main-card--cover-offres .main-card--cover-offres-tab-text {
      line-height: 1.2em;
      height: 13.4em;
      overflow: hidden;
      font-weight: 500;
      color: #34495e;
      padding: 2em 2em 1em 2em; }
    .main-card.main-card--cover-offres .main-card--cover-offres-tab-btn {
      margin-bottom: -1em;
      padding: 0.6em 0.9em; }
  .main-card.main-card--anne {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
    .main-card.main-card--anne .main-card--anne-tab-zonelogo {
      height: 115px;
      text-align: center; }
    .main-card.main-card--anne .main-card--anne-tab-titre {
      padding: 1.5em 1em 0 1.5em;
      font-size: 1.3em;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1.2em; }
    .main-card.main-card--anne .main-card--anne-tab-text {
      line-height: 1.2em;
      overflow: hidden;
      font-weight: 500;
      color: #757575;
      padding: 2em 2em 1em 2em; }
  .main-card.main-card--cover-besoins {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .main-card.main-card--cover-besoins .main-card--cover-besoins-tab-title {
      background: #2e4f9e;
      padding: 1em;
      text-transform: uppercase;
      line-height: 1.3em;
      margin-top: -2px; }
    .main-card.main-card--cover-besoins .main-card--cover-besoins-tab-text {
      line-height: 1.2em;
      overflow: hidden;
      font-weight: 400;
      color: #34495e;
      padding: 2em 2em 1em 2em; }
    .main-card.main-card--cover-besoins .main-card--cover-besoins-tab-btn {
      margin-bottom: 1em;
      padding: 0.6em 0.9em; }
  .main-card.main-card--cover {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    /************** CARD BLOC POUR TEMOIGNAGES EN BLOC *****************************/
    /************** FIN CARD BLOC POUR TEMOIGNAGES EN BLOC  *****************************/
    /************** CARD BLOC POUR PHRASES CLES AVEC PICTO *****************************/
    /************** FIN CARD BLOC POUR PHRASES CLES AVEC PICTO  *****************************/
    /************** CARD BLOC POUR CHIFFRES CLES *****************************/
    /************** FIN CARD BLOC POUR CHIFFRES CLES  *****************************/
    /************** CARD BLOC AVEC TEXTE SUR TOUTE LA HAUTEUR *****************************/
    /************** FIN CARD BLOC AVEC TEXTE SUR TOUTE LA HAUTEUR *****************************/ }
    .main-card.main-card--cover .main-card--cover-figure img {
      width: 100%; }
    .main-card.main-card--cover .main-card--cover-tab {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60%;
      padding: 0 0.5em; }
      .main-card.main-card--cover .main-card--cover-tab.main-card--cover-tab-alpha {
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.8); }
      .main-card.main-card--cover .main-card--cover-tab.main-card--cover-tab-TxtIcons {
        background-color: #ffffff; }
      .main-card.main-card--cover .main-card--cover-tab .main-card--cover-tab-text {
        line-height: 1.2em;
        /*height:2.4em;*/
        overflow: hidden;
        font-weight: 500;
        color: #34495e; }
      .main-card.main-card--cover .main-card--cover-tab .main-card--cover-tab-btn {
        position: absolute;
        bottom: 1em;
        left: 1em; }
    .main-card.main-card--cover .main-card--cover-tab-temoignagesbloc {
      position: absolute;
      padding: 1em 3em 2em 2em;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .main-card.main-card--cover .main-card--cover-tab-temoignagesbloc .main-card--cover-tab-temoignagesbloc-text {
        line-height: 1.5em;
        height: auto;
        overflow: hidden;
        font-weight: 500;
        color: #ffffff;
        font-size: 0.9em; }
      .main-card.main-card--cover .main-card--cover-tab-temoignagesbloc .main-card--cover-tab-temoignagesbloc-textsignature {
        line-height: 1.5em;
        height: auto;
        overflow: hidden;
        font-weight: 500;
        font-size: 0.9em;
        color: #ffffff;
        position: absolute;
        bottom: 0; }
        .main-card.main-card--cover .main-card--cover-tab-temoignagesbloc .main-card--cover-tab-temoignagesbloc-textsignature b {
          font-weight: 600; }
        .main-card.main-card--cover .main-card--cover-tab-temoignagesbloc .main-card--cover-tab-temoignagesbloc-textsignature i {
          font-style: italic; }
    .main-card.main-card--cover .main-card--cover-tab-PhrasesCles {
      position: absolute;
      padding: 2em;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .main-card.main-card--cover .main-card--cover-tab-PhrasesCles .main-card--cover-tab-PhrasesCles-text {
        line-height: 1.5em;
        font-size: 1.3em;
        height: auto;
        overflow: hidden;
        color: #ffffff; }
        @media screen and (min-width: 980px) {
          .main-card.main-card--cover .main-card--cover-tab-PhrasesCles .main-card--cover-tab-PhrasesCles-text {
            font-size: 1.8em; } }
    .main-card.main-card--cover .main-card--cover-tab-ChiffreCle {
      position: absolute;
      padding: 1.5em 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .main-card.main-card--cover .main-card--cover-tab-ChiffreCle .main-card--cover-tab-ChiffreCle-text {
        line-height: 2.5em;
        height: auto;
        font-weight: 500;
        color: #ffffff; }
        .main-card.main-card--cover .main-card--cover-tab-ChiffreCle .main-card--cover-tab-ChiffreCle-text span {
          font-size: 36px; }
    .main-card.main-card--cover .main-card--cover-tab-high {
      position: absolute;
      padding: 5em 1em 1em 1em;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .main-card.main-card--cover .main-card--cover-tab-high.main-card--cover-tab-high-alpha {
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.8); }
      .main-card.main-card--cover .main-card--cover-tab-high .main-card--cover-tab-high-title {
        color: #ffffff; }
      .main-card.main-card--cover .main-card--cover-tab-high .main-card--cover-tab-high-text {
        line-height: 1.2em;
        height: auto;
        overflow: hidden;
        font-weight: 500;
        /*color:$colorPrimaryDark;*/ }
      .main-card.main-card--cover .main-card--cover-tab-high .main-card--cover-tab-high-textblanc {
        line-height: 1.2em;
        height: auto;
        overflow: hidden;
        font-weight: 500;
        color: #ffffff; }
    .main-card.main-card--cover .main-card--cover-tab-high-btn {
      position: absolute;
      bottom: 1em;
      left: 1em; }
  .main-card .main-card--cover-headImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.main-card-contact {
  margin-top: 2em; }

.main-card-icon {
  margin-bottom: 1em; }

.main-card-icon-underline {
  margin-bottom: 0em; }
  .main-card-icon-underline:after {
    content: '';
    margin-top: 1em;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #2e4f9e;
    width: 3em; }

/*
.main-card-textTab
{
	overflow:hidden;
}
*/
.main-card-textTab--PlusX {
  /* @extend .main-card-textTab; */
  background-image: url(../img/plusx_txt.png);
  background-position: left center;
  background-repeat: no-repeat;
  left: -49px;
  padding-top: 7px; }

.main-card-textTab--number {
  font-size: 3.5em; }

.main-card-textTab--home-focus {
  background: #eaeaea;
  margin-left: -2em;
  margin-right: -2em;
  padding: 1em;
  display: table;
  margin-bottom: 1em;
  position: relative; }
  @media screen and (min-width: 980px) {
    .main-card-textTab--home-focus {
      padding: 1em 2em; } }
  .main-card-textTab--home-focus:after {
    position: absolute;
    top: 1.5em;
    left: 50%;
    bottom: 1.5em;
    width: 1px;
    content: '';
    background: #2d3e50; }

.main-card-textTab--home-focus-content-bloc {
  width: 50%;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  padding-right: 1em; }
  @media screen and (min-width: 980px) {
    .main-card-textTab--home-focus-content-bloc {
      padding-right: 2em; } }
  .main-card-textTab--home-focus-content-bloc img {
    float: none;
    margin: 0 0 1em; }
  .main-card-textTab--home-focus-content-bloc a {
    display: block; }
  .main-card-textTab--home-focus-content-bloc p {
    margin-bottom: 0; }

.main-card-textTab--home-focus-content-bloc:nth-child(even) {
  padding: 0 0 0 1em; }
  @media screen and (min-width: 980px) {
    .main-card-textTab--home-focus-content-bloc:nth-child(even) {
      padding: 0 0 0 2em; } }

.main-card-tag {
  position: absolute;
  top: 7%;
  left: 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.5em 1em 0.5em 1.5em;
  font-size: 0.9em;
  z-index: 10; }
  .main-card-tag:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0; }
  .main-card-tag.main-card-tag--orange:after {
    background-color: #F25E50; }
  .main-card-tag.main-card-tag--deepRed:after {
    background-color: #9d2042; }
  .main-card-tag.main-card-tag--primary:after {
    background-color: #03a9f5; }
  .main-card-tag.main-card-tag--PrimaryEntreprise {
    background-color: #2e4f9e;
    color: #ffffff; }
  .main-card-tag.main-card-tag--primaryEntrepriseTag:after {
    background-color: #2e4f9e; }
  .main-card-tag.main-card-tag--accent:after {
    background-color: #e64c66; }

.main-card-tag-right {
  position: absolute;
  top: 7%;
  right: 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.5em 1em 0.5em 1.5em;
  font-size: 0.9em;
  /*tag sur toute la largeur*/ }
  .main-card-tag-right:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    right: 0; }
  .main-card-tag-right.main-card-tag-right--LavandeEntreprise {
    background-color: #9aa1cf;
    color: #ffffff; }

/**********************************************************************************
*
* CONTENT
*
**********************************************************************************/
.main-content-title--nopadding {
  padding: 0; }

.main-content-title--nomarginbottom {
  margin-bottom: 0em;
  /*@include layout(medium) {
  	margin-bottom:0em;
  }*/ }

.main-content-title--nomargintop {
  margin-top: 0; }

.main-content-title--margin2 {
  margin: 2em 0em; }

.main-content-title--marginbottommobile {
  margin-bottom: 2em; }
  @media screen and (min-width: 980px) {
    .main-content-title--marginbottommobile {
      margin-bottom: 0em; } }

.main-content-title--margintop-30 {
  margin-top: -30px; }

.main-content-title--marginbottom-30 {
  margin-bottom: -30px; }

.main-content-title--marginbottom30 {
  margin-bottom: 30px; }

.main-content-iconlist:after {
  content: '';
  display: block;
  height: 0;
  clear: both; }

.main-content-iconlist-item {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  margin-left: 1em;
  float: left; }
  .main-content-iconlist-item:first-child {
    margin-left: 0; }
  .main-content-iconlist-item.main-content-iconlist-item--round {
    border-radius: 50%; }

.main-center {
  text-align: center !important; }

.main-float-left {
  float: left;
  margin-right: 2em; }

.main-float-right {
  float: right; }

.main-float-none {
  float: none; }

.main-nopaddingbottom {
  padding-bottom: 0; }

.main-inline-block {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1; }

.main-sup {
  bottom: calc(100% - 1em);
  left: 100%;
  background-color: #e64c66;
  color: #ffffff;
  font-size: 14px;
  line-height: 13px;
  padding: 3px 6px 2px 6px;
  border-radius: 10px;
  text-transform: uppercase; }
  @media screen and (min-width: 980px) {
    .main-sup {
      position: absolute; } }
  .main-sup.main-sup--left {
    left: -1em; }

.main-sup-txt {
  background-color: #e64c66;
  color: #ffffff;
  border-radius: 10px;
  bottom: 0;
  font-size: 9px;
  left: 1%;
  padding: 3px 6px 2px;
  position: relative;
  text-transform: uppercase; }
  @media screen and (min-width: 980px) {
    .main-sup-txt {
      bottom: 6px; } }

.main-hidden {
  display: none; }

.main-shown {
  display: block; }

.main-margin--img {
  margin: 0em 0em 2em; }

.main-italic {
  font-style: italic; }

.main-font--uppercase {
  text-transform: uppercase; }

/**********************************************************************************
*
* TABLEAU POUR FORMULAIRES
*
**********************************************************************************/
.table_formulaire {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 2em; }
  .table_formulaire .tbody_formulaire .tr_formulaire .td_formulaire {
    padding: .75em 0; }
    .table_formulaire .tbody_formulaire .tr_formulaire .td_formulaire .textarea {
      width: 90%;
      margin-left: 5%; }
    .table_formulaire .tbody_formulaire .tr_formulaire .td_formulaire .champ {
      width: 100%; }

/**********************************************************************************
*
* IMG & ICONS
*
**********************************************************************************/
.main-icon-normal {
  width: auto; }

.main-icon-round {
  width: auto;
  border-radius: 50%; }

.main-arrowIcon {
  padding-right: 2em;
  background-repeat: no-repeat;
  background-size: 0.8em 0.8em;
  background-position: calc(100% - 0.5em) center; }
  .main-arrowIcon.main-arrowIcon--primary {
    background-image: url(../media/interface/main_btn_arrow_primary.svg); }
  .main-arrowIcon.main-arrowIcon--textIcons {
    background-image: url(../media/interface/main_btn_arrow_white.svg); }

.main-arrowIcon--inverted {
  position: relative;
  padding-left: 1.6em;
  font-weight: 500; }
  .main-arrowIcon--inverted:before {
    content: '';
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    left: 0.4em;
    background-repeat: no-repeat;
    background-size: 0.8em 0.8em;
    background-position: center;
    transform: rotate(180deg);
    transform-origin: 50% 50%; }
  .main-arrowIcon--inverted.main-arrowIcon--primary:before {
    background-image: url(../media/interface/main_btn_arrow_primary.svg); }
  .main-arrowIcon--inverted.main-arrowIcon--textIcons:before {
    background-image: url(../media/interface/main_btn_arrow_white.svg); }

.title-oblique {
  width: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px; }

.picto-title {
  background-image: url(../img/icon_title_blue.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 10px;
  height: 40px;
  padding-top: 7px; }

.picto-margin-right {
  margin-right: 10px;
  height: auto; }

/**********************************************************************************
*
* STYLE ERROR MESSAGES
*
***********************************************************************************/
.warning-red {
  display: none;
  color: white;
  padding: 0.5em 1em;
  width: auto;
  border-radius: 2px;
  margin-top: 0.5em;
  font-weight: 500;
  background-color: #e74c3c; }

.recaptcha-result__success {
  color: white;
  padding: 0.5em 1em;
  width: auto;
  border-radius: 2px;
  margin-top: 0.5em;
  font-weight: 500;
  background-color: #2e4f9e; }

/**********************************************************************************
*
* PREFIXE IMG
*
***********************************************************************************/
ul.links li a.goto {
  background: url(/++theme++bredinternet/img/arrow-blue.png) no-repeat;
  padding: 0 0 0 26px;
  line-height: 20px; }

ul.links li {
  margin-bottom: 5px; }

.modal-wrapper-form-section--links {
  text-align: left;
  padding-left: 15px; }

ul.liste-plusx {
  margin-bottom: 30px; }

ul.liste-plusx li {
  background: url(../img/picto-plusX.png) no-repeat scroll left top 6px;
  padding: 0 0 0 20px;
  line-height: 23px;
  margin-bottom: 15px; }

/**********************************************************************************
*
* MEDIUM LAYOUT
*
**********************************************************************************/
@media screen and (min-width: 980px) {
  .main-section--first {
    padding: 2em 1em; }

  .main-wrap {
    font-size: 15px; }

  .main-container {
    width: 95%;
    margin: 0 auto;
    max-width: 1152px; }

  .main-card {
    width: 80%; }
    .main-card.main-card--cover {
      font-size: 0.9em; }
      .main-card.main-card--cover.main-card--cover--start {
        margin-left: 0; }
      .main-card.main-card--cover.main-card--cover--end {
        margin-right: 0; }
      .main-card.main-card--cover .main-card--cover-tab {
        height: 50%;
        padding: 1em; }
      .main-card.main-card--cover .main-card--cover-tab-ChiffreCle {
        padding: 2em 2em; }
      .main-card.main-card--cover .main-card--cover-tab-temoignagesbloc {
        position: absolute;
        padding: 4em 3em 2em 2em;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .main-card.main-card--cover .main-card--cover-tab-temoignagesbloc .main-card--cover-tab-temoignagesbloc-text {
          line-height: 1.5em;
          height: auto;
          overflow: hidden;
          font-weight: 500;
          color: #ffffff;
          font-size: 1em; }
        .main-card.main-card--cover .main-card--cover-tab-temoignagesbloc .main-card--cover-tab-temoignagesbloc-textsignature {
          line-height: 1.5em;
          height: auto;
          overflow: hidden;
          font-weight: 500;
          color: #ffffff;
          position: absolute;
          bottom: 0;
          font-size: 1em; }
          .main-card.main-card--cover .main-card--cover-tab-temoignagesbloc .main-card--cover-tab-temoignagesbloc-textsignature b {
            font-weight: 600; }
          .main-card.main-card--cover .main-card--cover-tab-temoignagesbloc .main-card--cover-tab-temoignagesbloc-textsignature i {
            font-style: italic; }
    .main-card.main-card--cover-bandeaubesoin {
      padding-top: 29px; }
    .main-card.main-card--cover-bandeaucible {
      padding-top: 29px;
      height: 210px; }

  .main-card-textTab--PlusX {
    overflow: hidden; }

  .main-card-textTab--PlusX {
    background-image: url(../img/plusx_txt.png);
    background-position: left center;
    background-repeat: no-repeat;
    left: -49px;
    margin-left: -30px;
    padding-left: 30px;
    padding-top: 7px; }

  .main-link--default, .main-link--primary {
    transition: all 0.3s; }

  .main-link--default:hover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

  .main-link--primary:hover {
    color: #03a9f5; }

  .table_formulaire {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 2em; }
    .table_formulaire .tbody_formulaire .tr_formulaire .td_formulaire_libelle {
      padding: .75em 2em;
      width: 420px; }
    .table_formulaire .tbody_formulaire .tr_formulaire .td_formulaire {
      padding: .75em 0; }
      .table_formulaire .tbody_formulaire .tr_formulaire .td_formulaire .champ {
        border: 1px solid #d6d8d8;
        border-radius: 4px;
        box-sizing: border-box;
        color: #444444;
        font-size: 13px;
        margin-left: -4px;
        padding: 5px;
        text-align: left;
        width: 45%; }
      .table_formulaire .tbody_formulaire .tr_formulaire .td_formulaire .radios {
        display: inline-block;
        float: right;
        margin-left: -4px;
        margin-top: -4px;
        width: 70%; }
      .table_formulaire .tbody_formulaire .tr_formulaire .td_formulaire .textarea {
        width: 60%;
        margin-left: 5%; }

  .main-arrowIcon {
    transition: background-position 0.3s; }
    .main-arrowIcon:hover {
      background-repeat: no-repeat;
      background-size: 0.8em 0.8em;
      background-position: right center;
      opacity: 0.6;
      -moz-opacity: 0.6;
      -khtml-opacity: 0.6;
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

  .main-btn--primary, .main-btn--accent, .main-btn--devider, .main-btn--orange, .main-btn--textIcons, .main-btn--deepRed, .main-btn--primaryEntreprise, .main-btn--TextIconsEntreprise, .main-btn--primaryEntrepriseAlpha, .main-btn-last--primaryEntrepriseAlpha, .main-btn--LavandeEntreprise {
    transition: transform 0.3s; }
    .main-btn--primary:hover, .main-btn--accent:hover, .main-btn--devider:hover, .main-btn--orange:hover, .main-btn--textIcons:hover, .main-btn--deepRed:hover, .main-btn--primaryEntreprise:hover, .main-btn--TextIconsEntreprise:hover, .main-btn--primaryEntrepriseAlpha:hover, .main-btn-last--primaryEntrepriseAlpha:hover, .main-btn--LavandeEntreprise:hover {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
      transform: translateY(-1px); }

  .main-hidden-medium {
    display: none; }

  .main-shown-medium {
    display: block; }

  .main-float-none-medium {
    float: none; } }
/**********************************************************************************
*
* APP MENU
* 
**********************************************************************************/
.app-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #495c6d;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.app-menu-shutter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002; }

.app-menu-wrapper {
  opacity: 0;
  width: 80%;
  height: 100%;
  transition: opacity 0.3s;
  color: #ffffff;
  font-size: 1.1em;
  position: relative; }
  .app-menu-wrapper.app-menu-wrapper--shown {
    opacity: 1; }

.app-menu-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: left 0.3s; }

.app-menu-step-list .app-menu-step-list-item {
  padding: 1.5em 2.5em 1.5em 2em;
  background-repeat: no-repeat;
  background-size: 0.8em 0.8em;
  background-position: calc(100% - 1em) center;
  border-bottom: 1px solid #3f4e5d; }
  .app-menu-step-list .app-menu-step-list-item.app-menu-step-list-item-strong {
    font-weight: bold;
    text-transform: uppercase; }
  .app-menu-step-list .app-menu-step-list-item.app-menu-step-list-item--sectionTitle {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.1em;
    position: relative; }
    .app-menu-step-list .app-menu-step-list-item.app-menu-step-list-item--sectionTitle:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -0.5em;
      right: 1.5em;
      width: 1em;
      height: 1em;
      background-repeat: no-repeat;
      background-size: 0.8em 0.8em;
      background-position: center;
      background-image: url(../media/interface/main_btn_arrow_white.svg);
      transform: rotate(90deg);
      transform-origin: 50% 50%;
      opacity: 0.5;
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .app-menu-step-list .app-menu-step-list-item.app-menu-step-list-item--noBorder {
    border: 0; }

.app-menu-select {
  width: calc(100% - 1em);
  max-width: 15em;
  position: relative;
  border: 2px solid #3f4e5d;
  border-radius: 4px; }
  .app-menu-select select {
    background-color: transparent;
    border: 0;
    color: #ffffff;
    padding: 0 0 0 1em;
    line-height: 2em;
    width: 100%;
    height: 2.5em;
    position: relative;
    z-index: 1; }
  .app-menu-select:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 1.9em;
    border-bottom: 1px solid #ffffff;
    background-repeat: no-repeat;
    background-size: 0.8em 0.8em;
    background-position: center;
    background-image: url(../media/interface/main_btn_arrow_white.svg);
    transform: rotate(90deg);
    transform-origin: 50% 50%; }

.app-layout {
  left: 0;
  width: 100%;
  transition: left 0.3s;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.app-layout--slided {
  position: fixed;
  left: 80%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: none;
  box-shadow: -3px 0px 8px 3px rgba(0, 0, 0, 0.3); }

.app-header--slided {
  left: 80%; }

@media screen and (min-width: 980px) {
  .app-menu {
    display: none; }

  .app-layout {
    transition: none; }

  .app-layout--slided {
    left: 0;
    overflow-y: scroll; } }
/**********************************************************************************
*
* DEFAULTS (mobile-first)
*
**********************************************************************************/
.header {
  position: fixed;
  -webkit-transform: translateZ(0);
  z-index: 1000;
  width: 100%;
  height: 48px;
  top: 0;
  transition: left 0.3s;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

.header-nav {
  display: none; }

.header-searchbox {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(73, 92, 109, 0.9);
  height: 0;
  overflow: hidden;
  margin-top: 48px;
  transition: height 0.3s; }
  .header-searchbox.header-searchbox--open {
    height: 48px; }

.header-searchbox-container-form {
  padding-right: 3em;
  width: 100%;
  position: relative; }
  .header-searchbox-container-form .header-searchbox-container-form-reset {
    display: none;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 0.6em 0.6em;
    background-position: center;
    background-image: url(../media/interface/main-modal-close-white.svg); }

.header-searchbox-container-form-input {
  margin: 10px;
  height: 28px;
  font-size: 1.3em;
  background-color: transparent;
  border: 0;
  color: white;
  font-weight: 100;
  width: 95%; }
  .header-searchbox-container-form-input::-webkit-input-placeholder {
    color: white;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
    @media screen and (min-width: 980px) {
      .header-searchbox-container-form-input::-webkit-input-placeholder {
        color: #333333; } }
  .header-searchbox-container-form-input:-ms-input-placeholder {
    color: white;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
    @media screen and (min-width: 980px) {
      .header-searchbox-container-form-input:-ms-input-placeholder {
        color: #333333; } }
  .header-searchbox-container-form-input:-moz-placeholder {
    color: white;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
    @media screen and (min-width: 980px) {
      .header-searchbox-container-form-input:-moz-placeholder {
        color: #333333; } }

.header-clientbox {
  background-color: white;
  position: absolute;
  height: 48px;
  top: 0;
  left: 0;
  z-index: 1; }
  @media screen and (min-width: 320px) {
    .header-clientbox {
      position: relative; } }

.header-clientbox-container {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.header-clientbox-container-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%; }

.header-clientbox-container-cell--clientinvite {
  width: 50px; }
  .header-clientbox-container-cell--clientinvite .main-btn, .header-clientbox-container-cell--clientinvite .main-btn-last, .header-clientbox-container-cell--clientinvite .main-btn-last--primaryEntreprise, .header-clientbox-container-cell--clientinvite .main-btn-last--primaryEntrepriseAlpha, .header-clientbox-container-cell--clientinvite .main-btn--default, .header-clientbox-container-cell--clientinvite .main-btn--primary, .header-clientbox-container-cell--clientinvite .main-btn--accent, .header-clientbox-container-cell--clientinvite .main-btn--orange, .header-clientbox-container-cell--clientinvite .main-btn--deepRed, .header-clientbox-container-cell--clientinvite .main-btn--devider, .header-clientbox-container-cell--clientinvite .main-btn--textIcons, .header-clientbox-container-cell--clientinvite .main-btn--primaryEntreprise, .header-clientbox-container-cell--clientinvite .main-btn--primaryEntrepriseAlpha, .header-clientbox-container-cell--clientinvite .main-btn--LavandeEntreprise, .header-clientbox-container-cell--clientinvite .main-btn--TextIconsEntreprise {
    background-image: url(/resolveuid/1ebcd0a37763499991d14daf8ea99f3d);
    width: 32px;
    height: 32px;
    margin: 2px 0 0 8px;
    overflow-y: hidden;
    text-indent: -999px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 60% 70%;
    background-position: center; }

.header-clientbox-container-cell--search {
  width: 46px;
  overflow-y: hidden;
  text-indent: -999px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 40% 40%;
  background-position: center;
  background-image: url(../media/interface/nav_search-mobile.svg); }
  .header-clientbox-container-cell--search.header-nav-list-item--searchActive {
    background-image: url(../media/interface/nav_search.svg);
    background-color: #495c6d; }

.header-clientbox-container-cell--burger {
  width: 48px; }

.header-burgerIcon {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.header-burgerIcon:focus {
  outline: none; }

.header-burgerIcon--htx {
  background-color: transparent; }

.header-burgerIcon--htx span {
  transition: background 0s 0.3s; }

.header-burgerIcon--htx span::before,
.header-burgerIcon--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.header-burgerIcon--htx span::before {
  transition-property: top, transform; }

.header-burgerIcon--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.header-burgerIcon--htx.is-active {
  background-color: transparent; }

.header-burgerIcon--htx.is-active span {
  background: transparent; }

.header-burgerIcon--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg); }

.header-burgerIcon--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg); }

.header-burgerIcon--htx.is-active span::before,
.header-burgerIcon--htx.is-active span::after {
  transition-delay: 0s, 0.3s; }

.header-burgerIcon span {
  display: block;
  position: absolute;
  top: 22px;
  left: 11px;
  right: 11px;
  height: 4px;
  background: #34495e; }

.header-burgerIcon span::before,
.header-burgerIcon span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #34495e;
  content: ""; }

.header-burgerIcon span::before {
  top: -8px; }

.header-burgerIcon span::after {
  bottom: -8px; }

.header-clientbox-container-cell--command {
  width: 40px;
  overflow: hidden; }

/**********************************************************************************
*
* MEDIUM LAYOUT
*
**********************************************************************************/
@media screen and (min-width: 980px) {
  .header {
    height: 96px; }

  .header-nav {
    display: block;
    background-color: #34495e;
    position: relative;
    z-index: 1; }

  .header-nav-list {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    position: relative; }
    .header-nav-list:after {
      content: '';
      display: block;
      height: 0;
      clear: both; }

  .header-nav-list-item {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    float: left;
    vertical-align: top;
    color: #ffffff; }
    .header-nav-list-item:not(.header-nav-list-item--active, .header-nav-list-item--right):hover {
      background-color: #495c6d; }
    .header-nav-list-item.header-nav-list-item--right:hover {
      color: #03a9f5; }
    .header-nav-list-item:last-of-type a {
      position: relative; }
      .header-nav-list-item:last-of-type a:after {
        content: '';
        position: absolute;
        top: 0;
        right: -15px;
        width: 1px;
        background-color: #ffffff;
        height: 60%;
        margin-top: 10%; }
    .header-nav-list-item a {
      display: block;
      margin: 0 15px;
      /*&:hover{
      	text-decoration: none;
      	color: $colorTextIcons;
      }*/ }
    .header-nav-list-item span {
      margin: 0 15px; }

  .header-nav-list-item-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
    .header-nav-list-item-options > li {
      padding: 0 10px;
      color: #757575;
      background-color: #ffffff;
      white-space: nowrap;
      text-transform: none; }
      .header-nav-list-item-options > li:hover {
        color: #333333;
        background-color: #f4f4f4; }

  .header-nav-list-item-list-trigger {
    position: relative;
    cursor: default; }
    .header-nav-list-item-list-trigger > span {
      background-repeat: no-repeat;
      background-size: 12px 100%;
      background-position: right;
      padding-right: 20px;
      background-image: url(../media/interface/nav_arrow_white.svg); }
    .header-nav-list-item-list-trigger:hover .header-nav-list-item-options {
      display: block; }

  .header-nav-list-item--active {
    cursor: default;
    background-color: #495c6d;
    position: relative; }
    .header-nav-list-item--active:after {
      content: '';
      height: 3px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #e64c66; }

  .header-nav-list-item--locate {
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    padding: 0;
    width: 35px;
    text-indent: -999px;
    background-image: url(/resolveuid/e97ea7f360d94a5ead0efcc397dfaba6);
    margin-left: 2%; }

  .header-nav-list-item--search {
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    padding: 0;
    width: 35px;
    height: 35px;
    text-indent: -999px;
    background-image: url(/resolveuid/90f8af3f4018413c9bc9d936a98c6225); }
    .header-nav-list-item--search:hover, .header-nav-list-item--search.header-nav-list-item--searchActive {
      background-color: #495c6d; }

  .header-nav-list-item--right {
    font-weight: 400;
    float: right;
    text-transform: none;
    font-size: 1.13em; }

  .header-searchbox {
    margin-top: 0; }
    .header-searchbox.header-searchbox--open {
      height: 61px; }

  .header-searchbox-container {
    /*padding:2em;*/
    padding-top: 6px; }

  .header-searchbox-container-form {
    width: 60%;
    background: #fff url(../media/interface/nav_search-mobile.svg) 15px 50% no-repeat;
    background-size: 20px 20px;
    border-radius: 3px;
    padding: 10px 50px;
    margin: auto; }
    .header-searchbox-container-form .header-searchbox-container-form-reset {
      background-color: rgba(0, 0, 0, 0.4); }

  .header-searchbox-container-form-input {
    margin: 0;
    background-color: transparent;
    border: 0;
    color: #333333;
    width: 100%;
    font-size: 1.25em;
    /*line-height:2.5em;*/ }
    .header-searchbox-container-form-input::-ms-clear {
      display: none; }

  .header-clientbox {
    background-color: white;
    position: static;
    font-size: 0.675em;
    height: 61px; }

  .header-clientbox-container-cell {
    text-align: right;
    font-size: 1.4em; }

  .header-clientbox-container-cell--burger {
    display: none; }

  .header-clientbox-container-cell--img {
    background-image: none; }
    .header-clientbox-container-cell--img img {
      display: inline; }

  .header-clientbox-container-cell--client {
    color: #34495e;
    width: 200px; }

  .header-clientbox-container-cell--command {
    font-size: 0.9em;
    width: 100px; }
    .header-clientbox-container-cell--command a {
      display: inline-block;
      font-weight: 500; }
      .header-clientbox-container-cell--command a span[role=img] {
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 auto 5px auto;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: center; }
    .header-clientbox-container-cell--command.header-clientbox-container-cell--clientzone {
      color: #03a9f5; }
      .header-clientbox-container-cell--command.header-clientbox-container-cell--clientzone a span[role=img] {
        background-color: #b3e5fc;
        background-image: url(../media/interface/nav_clientzone.svg); }
    .header-clientbox-container-cell--command.header-clientbox-container-cell--clientlogout {
      color: #34495e; }
      .header-clientbox-container-cell--command.header-clientbox-container-cell--clientlogout a span[role=img] {
        background-color: #f4f4f4;
        background-image: url(../media/interface/nav_logout.svg); }

  .header-clientbox-container-cell--clientinvite {
    width: auto; }
    .header-clientbox-container-cell--clientinvite .main-btn, .header-clientbox-container-cell--clientinvite .main-btn-last, .header-clientbox-container-cell--clientinvite .main-btn-last--primaryEntreprise, .header-clientbox-container-cell--clientinvite .main-btn-last--primaryEntrepriseAlpha, .header-clientbox-container-cell--clientinvite .main-btn--default, .header-clientbox-container-cell--clientinvite .main-btn--primary, .header-clientbox-container-cell--clientinvite .main-btn--accent, .header-clientbox-container-cell--clientinvite .main-btn--orange, .header-clientbox-container-cell--clientinvite .main-btn--deepRed, .header-clientbox-container-cell--clientinvite .main-btn--devider, .header-clientbox-container-cell--clientinvite .main-btn--textIcons, .header-clientbox-container-cell--clientinvite .main-btn--primaryEntreprise, .header-clientbox-container-cell--clientinvite .main-btn--primaryEntrepriseAlpha, .header-clientbox-container-cell--clientinvite .main-btn--LavandeEntreprise, .header-clientbox-container-cell--clientinvite .main-btn--TextIconsEntreprise {
      font-size: 1em;
      background-repeat: no-repeat;
      background-size: 24px;
      background-position: 9px center;
      padding: 1.15em 1.3em 1em 3.5em;
      margin: 0;
      text-indent: 0;
      width: auto;
      height: auto; }

  .header-clientbox-container-cell--search {
    display: none; } }
/**********************************************************************************
*
* DEFAULTS (mobile-first)
*
**********************************************************************************/
.big-slider {
  position: relative; }

.bs-carousel {
  height: 55vh;
  min-height: 300px;
  overflow: hidden;
  position: relative; }

.bs-container {
  height: 100%;
  width: 100%; }

.bs-container-item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none; }
  .bs-container-item:first-child {
    display: block; }

.bs-container-item-wrapper {
  height: 100%;
  position: relative;
  z-index: 1; }

.bs-container-item-figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden; }
  .bs-container-item-figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

.bs-container-item-panel {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.bs-container-item-panel-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-weight: 200; }
  .bs-container-item-panel-content.bs-container-item-panel-content--left {
    text-align: left; }
    .bs-container-item-panel-content.bs-container-item-panel-content--left .bs-container-item-panel-content-sep {
      margin-left: 0; }

.bs-container-item-panel-tab {
  padding: 2em;
  margin: 2em; }
  .bs-container-item-panel-tab.bs-container-item-panel-tab--default {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    border-radius: 4px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8); }
  .bs-container-item-panel-tab.bs-container-item-panel-tab--defaultLessOpacity {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    border-radius: 4px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.9) url("../img/fond-carrousel-plusX.png") no-repeat scroll right bottom/25% auto;
    position: relative;
    bottom: 2em;
    padding: 1em; }

.bs-container-item-panel-content-title {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 0.7em;
  text-transform: uppercase;
  font-weight: 500; }

/*ajout pour l'etiquette des entreprises*/
.bs-container-item-panel-content-title-tag {
  top: 13%;
  left: 0;
  background-color: #3f4e5d;
  background-color: #3f4e5d;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5em 1em 0.5em 1.5em;
  font-size: 0.9em;
  margin-left: -1em; }

/*fin ajout entreprises*/
.bs-container-mentions-legales {
  font-size: 0.7em; }

.bs-container-item-panel-content-push {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400; }

.bs-container-item-panel-content-sep {
  border: 0;
  height: 2px;
  margin: 1.4em auto;
  width: 120px;
  display: none; }

.bs-dots-hp {
  position: absolute;
  bottom: 3em;
  width: 100%;
  text-align: center; }
  .bs-dots-hp li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 0.4em;
    border: 1px solid #ffffff; }
    .bs-dots-hp li.bs-dots-Particuliers--active {
      background-color: #ffffff; }

.bs-dots-high {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center; }
  .bs-dots-high li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 0.4em;
    border: 1px solid #ffffff; }
    .bs-dots-high li.bs-dots-high--active {
      background-color: #ffffff; }

.bs-dots-entreprises {
  position: absolute;
  bottom: 5em;
  width: 100%;
  text-align: center; }
  .bs-dots-entreprises li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 0.4em;
    border: 1px solid #ffffff; }
    .bs-dots-entreprises li.bs-dots-entreprises--active {
      background-color: #ffffff; }

/**********************************************************************************
*
* MEDIUM LAYOUT
*
**********************************************************************************/
@media screen and (min-width: 980px) {
  .bs-carousel {
    min-height: 430px; }

  .bs-container-item-panel-content.bs-container-item-panel-content--left .bs-container-item-panel-content-push {
    width: 100%; }
  .bs-container-item-panel-content.bs-container-item-panel-content--left .bs-container-item-panel-content-sep {
    margin: 2em 0;
    display: block; }

  .bs-container-item-panel-tab {
    margin: 0; }
    .bs-container-item-panel-tab.bs-container-item-panel-tab--default {
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      border-radius: 4px;
      background-color: #ffffff;
      background-color: rgba(255, 255, 255, 0.8);
      max-width: 45%; }
    .bs-container-item-panel-tab.bs-container-item-panel-tab--defaultLessOpacity {
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      border-radius: 4px;
      background-color: #ffffff;
      background: rgba(255, 255, 255, 0.9) url("../img/fond-carrousel-plusX.png") no-repeat scroll right bottom/25% auto;
      max-width: 45%;
      padding: 2em; }

  .bs-container-item-panel-content-title {
    margin-bottom: 1em; }

  /*ajout pour l'etiquette des entreprises*/
  .bs-container-item-panel-content-title-tag {
    position: absolute; }

  /*fin ajout entreprises*/
  .bs-container-item-panel-content-push {
    font-size: 1.5em;
    line-height: 1.1em; }

  .bs-command {
    width: 2em;
    height: 2em;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../media/interface/main_btn_arrow_white.svg);
    cursor: pointer; }
    .bs-command:hover {
      opacity: 0.5;
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
    .bs-command.bs-command--disabled {
      opacity: 0.2;
      -moz-opacity: 0.2;
      -khtml-opacity: 0.2;
      filter: alpha(opacity=20);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
      cursor: default; }
    .bs-command.bs-command--prev {
      left: 1em;
      transform: scale(-1); }
    .bs-command.bs-command--next {
      right: 1em; }

  .bs-dots li {
    cursor: pointer; }
    .bs-dots li.bs-dots--active {
      cursor: default; }

  .bs-dots-entreprises li {
    cursor: pointer; }
    .bs-dots-entreprises li.bs-dots-entreprises--active {
      cursor: default; }

  body.oldie .bs-carousel {
    height: 430px !important;
    background-color: red; }
  body.oldie .bs-container-item-figure img {
    top: 50%;
    left: 0;
    margin-top: -215px;
    width: 100%;
    height: auto; }
  body.oldie .bs-command, body.oldie .bs-dots, body.oldie .bs-dots-high, body.oldie .bs-dots-entreprises {
    display: none; } }
/**********************************************************************************
*
* DEFAULTS (mobile-first)
*
**********************************************************************************/
.test-slider {
  /*temoignages-slider*/
  position: relative; }

.ts-carousel {
  height: auto;
  min-height: auto;
  overflow: hidden;
  position: relative; }

.ts-container {
  height: 100%;
  width: 100%; }

.ts-container-item {
  position: absolute;
  height: 100%;
  width: 80%;
  top: 0;
  left: 0;
  display: none; }
  .ts-container-item:first-child {
    display: block; }

.ts-dots {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center; }
  .ts-dots li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 0.8em;
    height: 0.8em;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 0.4em;
    border: 1px solid #ffffff; }
    .ts-dots li.ts-dots--active {
      background-color: #ffffff; }

/**********************************************************************************
*
* MEDIUM LAYOUT
*
**********************************************************************************/
@media screen and (min-width: 980px) {
  .ts-carousel {
    min-height: auto; }

  .ts-command {
    width: 2em;
    height: 2em;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../media/interface/main_btn_arrow_white.svg);
    cursor: pointer; }
    .ts-command:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .ts-command.ts-command--disabled {
      opacity: 0.2;
      filter: alpha(opacity=20);
      cursor: default; }
    .ts-command.ts-command--prev {
      left: 1em;
      transform: scale(-1); }
    .ts-command.ts-command--next {
      right: 1em; }

  .portaltype-be_common_page.section-entreprises .tiles_section {
    margin-top: 0; }

  .ts-dots li {
    cursor: pointer; }
    .ts-dots li.ts-dots--active {
      cursor: default; }

  body.oldie .ts-carousel {
    height: 430px !important;
    background-color: red; }
  body.oldie .ts-command {
    display: none; }
  body.oldie .ts-dots {
    display: none; }
  body.oldie .ts-container-item-figure img {
    top: 50%;
    left: 0;
    margin-top: -215px;
    width: 100%;
    height: auto; } }
/**********************************************************************************
*
* DEFAULTS (mobile-first)
*
**********************************************************************************/
.subnav {
  display: none; }

.market-entreprises .subnav {
  display: none; }

.subnav-interieure-ent {
  display: none; }

.subnav-besoin-ent {
  display: none; }

.subnav-cible-ent {
  display: none; }

/**********************************************************************************
*
* MEDIUM LAYOUT
*
**********************************************************************************/
@media screen and (min-width: 980px) {
  .subnav {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: -30px; }

  .subnav-container {
    width: 100%;
    height: 60px;
    background-color: #f4f4f4;
    border-radius: 4px;
    display: table;
    table-layout: fixed;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1; }

  .subnav-container-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 30px;
    white-space: nowrap;
    cursor: default;
    position: relative; }
    .subnav-container-cell:first-of-type {
      border-radius: 4px 0 0 4px; }
    .subnav-container-cell:hover, .subnav-container-cell.selected {
      color: #ffffff;
      background-color: #495c6d; }
      .subnav-container-cell:hover:after, .subnav-container-cell.selected:after {
        content: '';
        position: absolute;
        top: -0.5em;
        left: 50%;
        margin-left: -0.5em;
        width: 1em;
        height: 1em;
        background-color: #495c6d;
        transform: rotate(45deg); }
    .subnav-container-cell .subnav-container-cell-label {
      position: relative;
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding: 0.5em 0; }

  .subnav-container-cell--projects {
    color: #ffffff;
    cursor: pointer;
    background-color: #34495e;
    border-radius: 0 4px 4px 0;
    background-repeat: no-repeat;
    background-size: 1.7em 1.7em;
    background-position: calc(100% - 1.7em);
    background-image: url(../media/interface/subnav-grid.svg);
    width: 25%;
    text-align: left; }
    .subnav-container-cell--projects:hover {
      background-color: #03a9f5; }
      .subnav-container-cell--projects:hover:after {
        height: 0; }
    .subnav-container-cell--projects small {
      font-size: 0.9em;
      color: #ffffff;
      text-transform: none;
      font-weight: 200;
      opacity: 0.7;
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

  .market-entreprises .subnav {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: -60px; }
  .market-entreprises .subnav-container {
    width: 100%;
    height: 60px;
    background-color: rgba(46, 79, 158, 0.8);
    border-radius: 4px;
    display: table;
    table-layout: fixed;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1; }
  .market-entreprises .subnav-container-cell {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    cursor: default;
    position: relative;
    padding: 0 20px;
    line-height: 1.5em;
    color: #ffffff;
    border-right: 2px rgba(154, 161, 207, 0.8) solid; }
    .market-entreprises .subnav-container-cell:first-of-type {
      border-radius: 4px 0 0 4px; }
    .market-entreprises .subnav-container-cell:hover, .market-entreprises .subnav-container-cell.selected {
      color: #ffffff;
      background-color: rgba(154, 161, 207, 0.8); }
    .market-entreprises .subnav-container-cell .subnav-container-cell-label {
      position: relative;
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding: 0.5em 0; }
  .market-entreprises .subnav-container-cell--projects {
    background: none; }

  .subnav-tabs {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #ffffff;
    overflow-y: hidden;
    height: 0;
    transition: height 0.3s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
    .subnav-tabs.subnav-tabs--open {
      height: 390px; }
    .subnav-tabs .subnav-tabs-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .subnav-tabs .subnav-tabs-item .subnav-tabs-item-wrapper {
        padding: 2em;
        font-size: 0.9em;
        line-height: 1.9em;
        position: relative; }
      .subnav-tabs .subnav-tabs-item .subnav-right-figure {
        margin-top: -6em;
        margin-left: 2em;
        position: relative;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
      .subnav-tabs .subnav-tabs-item .subnav-kicker {
        position: absolute;
        bottom: 1em;
        left: 2em; } }
/**********************************************************************************
*
* DEFAULTS (mobile-first)
*
**********************************************************************************/
/**********************************************************************************
*
* MEDIUM LAYOUT
*
**********************************************************************************/
@media screen and (min-width: 980px) {
  .subnav-cible-ent {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: 96px; }

  .subnav-cible-ent-container {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 1; }

  .subnav-cible-ent-container-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    white-space: nowrap;
    cursor: default;
    position: relative;
    padding: 0 20px;
    line-height: 1.5em;
    color: #2e4f9e;
    border-right: 1px rgba(154, 161, 207, 0.8) solid; }
    .subnav-cible-ent-container-cell:last-of-type {
      border-right: none; }
    .subnav-cible-ent-container-cell:hover, .subnav-cible-ent-container-cell.selected {
      color: #ffffff;
      background-color: rgba(154, 161, 207, 0.8); }
    .subnav-cible-ent-container-cell .subnav-cible-container-cell-label {
      position: relative;
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding: 0.5em 0; }

  .subnav-besoin-ent {
    display: block;
    position: relative;
    background-color: #2e4f9e;
    z-index: 1;
    margin-top: 96px; }

  .subnav-besoin-ent-container {
    width: 100%;
    height: 60px;
    background-color: #2e4f9e;
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 1; }

  .subnav-besoin-ent-container-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    white-space: nowrap;
    cursor: default;
    position: relative;
    padding: 0 20px;
    line-height: 1.5em;
    color: #ffffff;
    border-right: 1px rgba(154, 161, 207, 0.8) solid; }
    .subnav-besoin-ent-container-cell:last-of-type {
      border-right: none; }
    .subnav-besoin-ent-container-cell:hover, .subnav-besoin-ent-container-cell.selected, .subnav-besoin-ent-container-cell.active {
      color: #ffffff;
      background-color: rgba(154, 161, 207, 0.8); }
    .subnav-besoin-ent-container-cell .subnav-besoin-container-cell-label {
      position: relative;
      display: inline-block;
      vertical-align: top;
      *display: inline;
      *zoom: 1;
      padding: 0.5em 0; } }
/*@import "components/bloc_animes"; -> card dans main.scss*/
/**********************************************************************************
*
* DEFAULTS (mobile-first)
*
**********************************************************************************/
.footer {
  color: #ffffff;
  font-weight: 100;
  font-size: 1.2em; }

.footer-list {
  background-color: #34495e;
  padding: 0em 1em 1em; }

.footer-list--entreprises {
  padding-top: 0; }

.fl-block {
  padding: 0 1em 3em 1em; }

.fl-block-title {
  font-weight: 500;
  position: relative;
  font-size: 1.2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  margin-top: 2em; }
  .fl-block-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #ffffff;
    width: 3em; }

.fl-block-options {
  font-size: 0.8em;
  line-height: 1.5em; }

.footer-legals {
  background-color: #2d3e50;
  padding: 0; }

.fl-legals-options {
  text-align: center;
  padding: 1em 0.5em 0.5em; }
  .fl-legals-options:after {
    content: '';
    display: block;
    height: 0;
    clear: both; }

.fl-legals-options-item {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  font-size: 0.8em;
  line-height: 1em;
  padding-right: 2em;
  position: relative;
  font-weight: 400; }
  .fl-legals-options-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.7em;
    width: 2px;
    height: 2px;
    margin-top: -1px;
    background-color: #ffffff;
    border-radius: 50%; }
  .fl-legals-options-item:last-child {
    padding-right: 0; }
    .fl-legals-options-item:last-child:after {
      display: none; }

/**********************************************************************************
*
* MEDIUM LAYOUT
*
**********************************************************************************/
@media screen and (min-width: 980px) {
  .footer {
    font-size: 1em; }

  .footer-list {
    padding-bottom: 3em; }

  .fl-block {
    padding: 0; }

  .fl-block-options {
    width: 60%; } }
/**********************************************************************************
*
* DEFAULTS (mobile-first)
*
**********************************************************************************/
.modal {
  display: none;
  z-index: 1001;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .modal.modal--open {
    display: block; }

.modal-wrapper {
  background-color: white;
  position: relative;
  margin: 80px 5% 5% 5%; }

.modal-close {
  position: absolute;
  z-index: 1;
  background-image: url(../media/interface/main-modal-close-white.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  width: 48px;
  height: 48px;
  top: -60px;
  left: 50%;
  margin-left: -24px;
  border-radius: 50%;
  background-color: black; }

#modal_auth img.img_stores {
  float: inherit; }

@media screen and (max-width: 980px) {
  .modal {
    background-color: white; } }
@media screen and (min-width: 980px) {
  .modal-wrapper {
    overflow-y: scroll; }

  .modal-wrapper-content {
    padding: 15px; }

  #modal_auth li.modal-wrapper-menulist-item {
    height: 160px; }

  #modal_auth .modal-wrapper-content {
    padding: 0px; } }
.modal-wrapper--tplLogin .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
.modal-wrapper--tplLogin .tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90); }
.modal-wrapper--tplLogin .tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }
.modal-wrapper--tplLogin .tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }
.modal-wrapper--tplLogin .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }
.modal-wrapper--tplLogin .tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }
.modal-wrapper--tplLogin .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }
.modal-wrapper--tplLogin .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }
.modal-wrapper--tplLogin .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.modal-wrapper--tplLogin .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.modal-wrapper--tplLogin .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.modal-wrapper--tplLogin .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.modal-wrapper--tplLogin .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.modal-wrapper--tplLogin .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.modal-wrapper--tplLogin .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.modal-wrapper--tplLogin .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.modal-wrapper--tplLogin .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.modal-wrapper--tplLogin .modal-wrapper-menulist {
  background-color: black; }
  .modal-wrapper--tplLogin .modal-wrapper-menulist:after {
    content: '';
    display: block;
    height: 0;
    clear: both; }
.modal-wrapper--tplLogin .modal-wrapper-menulist-item {
  text-align: center;
  font-size: 0.8em;
  color: white;
  position: relative;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  overflow: hidden;
  width: 33.3333%;
  margin-top: 1em;
  height: 68px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  float: left; }
  .modal-wrapper--tplLogin .modal-wrapper-menulist-item.modal-wrapper-menu-list-item--active {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .modal-wrapper--tplLogin .modal-wrapper-menulist-item.modal-wrapper-menu-list-item--active:after {
      background-color: white;
      position: absolute;
      content: '';
      height: 1em;
      width: 1em;
      left: 50%;
      bottom: -0.5em;
      margin-left: -0.5em;
      transform: rotate(45deg); }
.modal-wrapper--tplLogin .modal-wrapper-menu-list-item-label {
  position: absolute;
  width: 95%;
  bottom: 1em;
  left: 0; }
.modal-wrapper--tplLogin .modal-wrapper-menu-list-item-label-figure {
  width: 3em;
  margin: 0 auto 1em auto; }
.modal-wrapper--tplLogin .modal-wrapper-tablist {
  position: relative;
  height: 100%; }
.modal-wrapper--tplLogin .modal-wrapper-tablist-item {
  display: none; }
  .modal-wrapper--tplLogin .modal-wrapper-tablist-item.modal-wrapper-tablist-item--active {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%; }
.modal-wrapper--tplLogin .modal-wrapper-tablist-item-wrapper {
  text-align: center;
  display: table-cell;
  padding: 2.5em;
  vertical-align: middle; }
.modal-wrapper--tplLogin .modal-wrapper-form-section {
  margin-bottom: 2em;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 100%; }
  .modal-wrapper--tplLogin .modal-wrapper-form-section label {
    display: block;
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: 100; }
  .modal-wrapper--tplLogin .modal-wrapper-form-section input:not([type="submit"]) {
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 0 0.6em;
    font-weight: 100;
    border: 1px solid #ccc;
    color: #ccc; }

/**********************************************************************************
*
* MEDIUM LAYOUT
*
**********************************************************************************/
@media screen and (min-width: 980px) {
  .modal-wrapper {
    margin: 5% auto; }

  .modal-close {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    background-image: url(../media/interface/main-modal-close.svg);
    width: 16px;
    height: 16px;
    top: 1em;
    right: 1em;
    cursor: pointer; }

  .modal-wrapper--tplLogin {
    width: 30%;
    overflow: hidden;
    max-width: 460px;
    height: auto;
    min-height: 400px; }
    .modal-wrapper--tplLogin .modal-wrapper-content {
      width: 100%;
      height: 100%;
      display: table;
      table-layout: fixed;
      position: relative; }
    .modal-wrapper--tplLogin .modal-close {
      position: absolute;
      background-color: transparent;
      left: auto; }
    .modal-wrapper--tplLogin .modal-col {
      display: table-cell;
      vertical-align: top; }
    .modal-wrapper--tplLogin .modal-wrapper-menulist {
      width: 90px;
      height: 100%; }
    .modal-wrapper--tplLogin .modal-wrapper-menulist-item {
      height: 33.333%;
      vertical-align: middle;
      width: 100%;
      margin: 0;
      background-repeat: no-repeat;
      background-size: 48px 48px;
      background-position: center;
      color: white;
      cursor: pointer; }
      .modal-wrapper--tplLogin .modal-wrapper-menulist-item.modal-wrapper-menu-list-item--active {
        cursor: default; }
        .modal-wrapper--tplLogin .modal-wrapper-menulist-item.modal-wrapper-menu-list-item--active:after {
          right: -0.5em;
          left: auto;
          top: 50%;
          margin-top: -0.5em;
          transform: rotate(45deg); }
    .modal-wrapper--tplLogin .modal-wrapper-menu-list-item-label {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .modal-wrapper--tplLogin .modal-wrapper-menu-list-item-label-figure {
      width: 5em;
      margin: 0 auto 1em auto; }
    .modal-wrapper--tplLogin .modal-wrapper-menu-list-item-label-figure--application {
      margin: 0 0px 1em auto; } }
/**********************************************************************************
*
* DEFAULTS (mobile-first)
*
**********************************************************************************/
.big-slider {
  margin-top: 48px; }

/**********************************************************************************
*
* MEDIUM LAYOUT
*
**********************************************************************************/
@media screen and (min-width: 980px) {
  .big-slider {
    margin-top: 96px; }

  .bs-dots {
    bottom: 50px; }

  .home-card-right {
    margin-right: -1em;
    margin-top: -4em;
    margin-bottom: 0; } }

/*# sourceMappingURL=home.css.map */
