/*
PEPITE
Author: Mélanie Klein, Graphic Plugin
Author URI: http://www.graphic-plugin.be
Description: Site web Pepite

------------------------------RESET MEYER------------------------------

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;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
webkit-file-upload-button,
button {
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------FIN RESET MEYER------------------------------*/
/*------------------------------------------STYLES GENERAUX------------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000000;
  min-width: 20em;
}
body .cf:before,
body .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body .cf:after {
  clear: both;
}
body .cf {
  clear: both;
}
body .cf {
  *zoom: 1;
}
.outliner {
  display: none;
}
.content {
  margin: 0 auto;
  width: 89.143em;
  min-width: 19.286em;
}
.main {
  margin-top: 6em;
  padding-top: 4em;
}
.main h3 {
  width: 12em;
  text-align: center;
  margin: 0 auto 3em;
  font-size: 2.5em;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.main h3:before {
  font-size: 14px;
  content: '';
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -3.429em -0.143em;
  background-size: 89.643em 72.643em;
  width: 11.429em;
  height: 11.429em;
  position: absolute;
  top: -4.8em;
  left: 9em;
  opacity: 0.4;
}
.button {
  background-color: #000000;
  position: relative;
  cursor: pointer;
}
.button a {
  width: 100%;
  color: #FFFFFF;
  font-size: 1.428em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em;
  display: inline-block;
}
.button a:after {
  content: "";
  font-size: 14px;
  height: 100%;
  width: 2.143em;
  background: #333333 url('imgs/sprite.png') no-repeat 0.428em -5.357em;
  background-size: 89.643em 72.643em;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
}
.button:hover a:after {
  background-color: #000000;
}
/*------------------------------------------------------HEADER--------------------------------------------------------*/
header {
  min-width: 20em;
}
header .content {
  position: relative;
}
.lang {
  float: right;
  background-color: #000000;
  padding: 1em;
}
.lang li {
  display: inline-block;
}
.lang li:after {
  content: " / ";
  color: #FFFFFF;
}
.lang li:first-of-type:after {
  content: " / ";
  color: #2879ae;
  font-weight: 700;
}
.lang li:last-of-type:after {
  content: none;
}
.lang a {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.071em;
  text-decoration: none;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
.lang a:hover {
  color: #2879ae;
}
.lang li.active a {
  font-weight: 700;
  color: #2879ae;
}
.connect {
  float: right;
  background-color: #2879ae;
  padding: 1em;
  margin-right: 10px;
}
.connect li {
  display: inline-block;
}
.connect li:after {
  content: " / ";
  color: #FFFFFF;
}
.connect li:first-of-type:after {
  content: " / ";
  color: #2879ae;
  font-weight: 700;
}
.connect li:last-of-type:after {
  content: none;
}
.connect a {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.071em;
  text-decoration: none;
  transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  -webkit-transition: color 0.5s;
}
.connect a:hover {
  color: #FFFFFF;
}
.connect li.active a {
  font-weight: 700;
  color: #2879ae;
}
.logo {
  margin-top: 1.5em;
  width: 20em;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.logo img {
  width: 100%;
  height: auto;
}
.main-menu {
  display: block;
  float: right;
  clear: both;
  margin-top: 1em;
}
.main-menu li {
  display: inline-block;
  margin-left: 2em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1em;
}
.main-menu li:first-of-type {
  margin-left: 0;
}
.main-menu .menu-item-02,
.main-menu .menu-item-03,
.main-menu .menu-item-04 {
  z-index: 18;
}
.main-menu .menu-item-01,
.main-menu .menu-item-05 {
  z-index: 20;
}
.main-menu .menu-item-02,
.main-menu .menu-item-03,
.main-menu .menu-item-04 span {
  cursor: pointer;
}
.main-menu .menu-item-02:hover > .sous-menu {
  display: inline-block;
}
.main-menu .menu-item-03:hover > .sous-menu {
  display: inline-block;
}
.main-menu .menu-item-04:hover > .sous-menu {
  display: inline-block;
}
.main-menu .sous-menu {
  width: 11.5em;
  z-index: 100;
  position: absolute;
  top: 0em;
  left: 0;
  display: none;
}
.main-menu .sous-menu ul {
  margin-top: 2.2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1em;
}
.main-menu .sous-menu li {
  margin-left: 0;
  margin-bottom: 0.8em;
  color: #FFFFFF;
  font-size: 1em;
  display: block;
}
.main-menu .sous-menu li a {
  font-weight: 100;
  color: #FFFFFF;
}
.main-menu span,
.main-menu a {
  color: #9d9d9c;
  text-decoration: none;
  font-size: 1.143em;
  font-weight: 400;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 50;
}
.menu-button {
  display: none;
  background: url('imgs/sprite.png') no-repeat -18.857em -28.714em;
  background-size: 89.643em 72.643em;
  width: 2.571em;
  height: 2.071em;
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 0.45em;
  font-size: 14px;
}
.close {
  display: none;
  background: url('imgs/sprite.png') no-repeat -32.857em -41.214em;
  background-size: 89.643em 72.643em;
  width: 1.929em;
  height: 1.929em;
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 1.45em;
  font-size: 14px;
  z-index: 60;
}
.tools-logos {
  background-color: #000000;
  padding: 1.454em;
  float: right;
  width: 40%;
  text-align: center;
}
.tools-logos li {
  display: inline-block;
}
.tools-logos li:first-of-type {
  margin-right: 4em;
}
.tools-logos img:hover {
  opacity: 0.4;
}
.defis-intro p {
  text-align: center;
  line-height: 1.3em;
}
.defis-intro .intro {
  font-size: 1.286em;
}
/*---------------MENU ACTIVE-------------*/
.body-accueil .menu-item-01 > a,
.body-datamaestro .menu-item-02 > a,
.body-methodologie .menu-item-02 > a,
.body-usecases .menu-item-03 > a,
.body-clients .menu-item-03 > a,
.body-pepite .menu-item-04 > a,
.body-partenaires .menu-item-04 > a,
.body-jobs .menu-item-04 > a,
.body-contact .menu-item-05 > a,
.body-accueil .menu-item-01 > span,
.body-datamaestro .menu-item-02 > span,
.body-methodologie .menu-item-02 > span,
.body-usecases .menu-item-03 > span,
.body-clients .menu-item-03 > span,
.body-pepite .menu-item-04 > span,
.body-partenaires .menu-item-04 > span,
.body-jobs .menu-item-04 > span,
.body-contact .menu-item-05 > span {
  color: #000000;
  font-weight: 700;
}
.body-accueil .menu-item-01:before,
.body-datamaestro .menu-item-02:before,
.body-methodologie .menu-item-02:before,
.body-usecases .menu-item-03:before,
.body-clients .menu-item-03:before,
.body-pepite .menu-item-04:before,
.body-partenaires .menu-item-04:before,
.body-jobs .menu-item-04:before,
.body-contact .menu-item-05:before {
  content: "";
  display: block;
  background: url('imgs/sprite.png') no-repeat 0em 0em;
  background-size: 89.643em 72.643em;
  width: 2.5em;
  height: 2.5em;
  margin: 0 auto 0.5em;
}
.body-datamaestro .menu-item-02 .sous-menu,
.body-methodologie .menu-item-02 .sous-menu,
.body-usecases .menu-item-03 .sous-menu,
.body-clients .menu-item-03 .sous-menu,
.body-pepite .menu-item-04 .sous-menu,
.body-partenaires .menu-item-04 .sous-menu,
.body-jobs .menu-item-04 .sous-menu {
  top: 2.95em;
}
/*-----------------------------------------------------SLIDER ACCUEIL--------------------------------------------------------*/
.unslider-wrap {
  opacity: 0;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.unslider {
  background-image: url('imgs/accueil/slider/pepite-slider-01.jpg');
  background-size: cover;
}
.slider {
  opacity: 0;
  height: 42.858em;
}
.slider img {
  width: 100%;
  height: auto;
}
.slider ul,
.slider li {
  height: 100%;
}
.slide-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-content .content {
  position: relative;
}
.slide-content h2 {
  position: absolute;
  left: 1.5em;
  top: 4.5em;
  font-size: 3.571em;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 16px #4a4a4a;
  -webkit-text-shadow: 1px 1px 16px #4a4a4a;
  -moz-text-shadow: 1px 1px 16px #4a4a4a;
  -ms-text-shadow: 1px 1px 16px #4a4a4a;
  -o-text-shadow: 1px 1px 16px #4a4a4a;
}
.slide-content h2:before {
  content: '';
  font-size: 14px;
  display: initial;
  background: url('imgs/sprite.png') no-repeat -3.429em -0.143em;
  background-size: 89.643em 72.643em;
  width: 11.429em;
  height: 11.429em;
  position: absolute;
  top: -2.6em;
  left: -2.5em;
}
.slide-content p {
  position: absolute;
  left: 2.7em;
  top: 9.8em;
  font-size: 2em;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 1px 1px 16px #4a4a4a;
  -webkit-text-shadow: 1px 1px 16px #4a4a4a;
  -ms-text-shadow: 1px 1px 16px #4a4a4a;
  -o-text-shadow: 1px 1px 16px #4a4a4a;
  -moz-text-shadow: 1px 1px 16px #4a4a4a;
}
.slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-content .content {
  position: relative;
  height: 100%;
}
.blue-frame {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: #2879ae;
  width: 60%;
  padding: 1.322em 1.322em 1.322em 2em;
}
.blue-frame h3 {
  font-size: 1.429em;
  color: #FFFFFF;
  text-transform: uppercase;
}
.blue-frame h3 strong {
  display: block;
  font-size: 1.4em;
  font-weight: 700;
}
.unslider {
  position: relative;
}
.unslider-nav {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 50;
}
.unslider-nav ol li {
  color: transparent;
  display: inline-block;
  margin-left: 0.8em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  -webkit-border-radius: 1em;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}
.unslider-nav .unslider-active {
  background-color: #FFFFFF;
}
/*------------------------------------------------------BANNER--------------------------------------------------------*/
.banner {
  overflow: hidden;
  height: 28.571em;
  position: relative;
}
.banner img {
  opacity: 0;
  transition: opacity 1.5s;
  -moz-transition: opacity 1.5s;
  -ms-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
  width: 100%;
  height: auto;
  margin-top: -16em;
}
.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner-content .content {
  position: relative;
  height: 100%;
}
.page-title {
  position: absolute;
  right: 0;
  top: 12em;
}
.page-title h2 {
  font-size: 3.214em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0px 0px 11px #555;
  -webkit-text-shadow: 1px 1px 16px #4a4a4a;
  -moz-text-shadow: 1px 1px 16px #4a4a4a;
  -ms-text-shadow: 1px 1px 16px #4a4a4a;
  -o-text-shadow: 1px 1px 16px #4a4a4a;
}
/*------------------------------------------------------PAGES--------------------------------------------------------*/
/*------------------------------------ACCUEIL--------------------------------------*/
.accueil-intro,
.pepite-intro {
  margin-bottom: 5em;
}
.accueil-intro .colleft,
.pepite-intro .colleft {
  width: 28.565em;
  float: left;
  position: relative;
  margin: 3em 0 0 8.9em;
}
.accueil-intro .colleft a,
.pepite-intro .colleft a {
  position: absolute;
  transform: rotate(45deg);
}
.accueil-intro .colleft .item-1,
.pepite-intro .colleft .item-1 {
  top: 0;
  left: 0;
}
.accueil-intro .colleft .item-2,
.pepite-intro .colleft .item-2 {
  top: 8em;
  left: 8em;
}
.accueil-intro .colleft .item-3,
.pepite-intro .colleft .item-3 {
  left: 0;
  top: 16em;
}
.accueil-intro .colleft img:hover,
.pepite-intro .colleft img:hover {
  opacity: 0.4;
}
.page-accueil .bigtitle {
  height: 26em;
  overflow: hidden;
  margin-bottom: 4em;
  position: relative;
}
.page-accueil .bigtitle img {
  width: 100%;
  height: auto;
  position: absolute;
  top: -3em;
  left: 0;
}
.page-accueil .bigtitle .bigtitle-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 11.5em;
}
.page-accueil .bigtitle .bigtitle-content h3 {
  color: #FFFFFF;
}
.page-accueil .bigtitle .bigtitle-content h3:before {
  background-position: -36.786em -15.429em;
}
.page-accueil .buttons {
  margin-top: 2em;
  text-align: center;
}
.page-accueil .optimiser {
  margin-top: 0em;
}
.page-accueil .optimiser .button {
  text-align: left;
  width: 23em;
  display: inline-block;
  margin-bottom: 2em;
  background-color: #f9ba1a;
}
.page-accueil .optimiser .button:hover a:after {
  background-color: #f9ba1a;
}
.page-accueil .optimiser .button a:after {
  background-color: #d9a821;
}
.page-accueil .accueil-intro .colright {
  padding: 2em 0;
  width: 51.286em;
  float: right;
}
.page-accueil .accueil-intro ul {
  margin-bottom: 4em;
}
.page-accueil .accueil-intro li {
  text-align: justify;
  font-size: 1.143em;
  margin-bottom: 1.5em;
  line-height: 1.35em;
}
.page-accueil .accueil-intro li strong {
  font-weight: bold;
}
.page-accueil .accueil-intro li:last-of-type {
  margin-bottom: 0;
}
.page-accueil .accueil-intro li:first-of-type {
  text-align: left;
  background-color: #f9ba1a;
  color: #fff;
  font-size: 1.429em;
  font-weight: bold;
  padding: 1em;
  text-transform: uppercase;
}
.page-accueil .accueil-intro .button {
  margin-top: 1em;
  background-color: #000000;
  width: 23em;
}
.page-accueil .accueil-intro .button:after {
  background-color: #333333;
}
.page-accueil .accueil-intro .button:hover:after {
  background-color: #000000;
}
.page-accueil .defis-intro {
  padding: 5em 0 1em;
  background-color: #2879ae;
  color: #FFFFFF;
}
.page-accueil .defis-intro .tools h6 {
  color: #2879ae;
}
.page-accueil .defis-intro .tools li:before {
  background-color: white;
}
.page-accueil .defis-intro .button {
  width: 23em;
  background-color: #FFFFFF;
}
.page-accueil .defis-intro .button:hover a:after {
  font-size: 14px;
  background-color: #FFFFFF;
  background-position: -3.786em -12em;
}
.page-accueil .defis-intro .button a {
  color: #2879ae;
}
.page-accueil .defis-intro .button a:after {
  background-color: #1f5e87;
}
.page-accueil .defis-intro-content {
  background-color: #2879ae;
}
.our-users {
  margin-bottom: 6em;
}
.our-users .title {
  margin-bottom: 2em;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.571em;
}
.our-users .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.our-users ul {
  text-align: center;
}
.our-users li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 28.565em;
  margin-bottom: 3em;
}
.our-users li p {
  line-height: 1.3em;
}
.our-users li h5 {
  text-transform: uppercase;
  font-size: 1.429em;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
.our-users li span {
  color: #f9ba1a;
  font-size: 2.857em;
  font-weight: 700;
}
.our-users li:before {
  font-size: 14px;
  content: "";
  display: inline-block;
  margin-bottom: 1em;
}
.our-users .item1:before {
  background: url('imgs/sprite.png') no-repeat -18.071em -31.85em;
  width: 4.857em;
  height: 5.35em;
}
.our-users .item2:before {
  background: url('imgs/sprite.png') no-repeat -12.214em -31.85em;
  width: 4.786em;
  height: 5.35em;
}
.our-users .item3:before {
  background: url('imgs/sprite.png') no-repeat -23.857em -31.95em;
  width: 4.714em;
  height: 5.35em;
}
.our-users .item4:before {
  background: url('imgs/sprite.png') no-repeat -23.643em -37.9em;
  width: 5.571em;
  height: 5.35em;
}
.our-users .item5:before {
  background: url('imgs/sprite.png') no-repeat -12.143em -38em;
  width: 4.929em;
  height: 5.35em;
}
.our-users .item6:before {
  background: url('imgs/sprite.png') no-repeat -18.286em -38em;
  width: 4.143em;
  height: 5.35em;
}
.our-users .item7:before {
  background: url('imgs/sprite.png') no-repeat -33em -34.071em;
  width: 6.643em;
  height: 5.929em;
}
.our-users .item8:before {
  background: url('imgs/sprite.png') no-repeat -48em -32.571em;
  width: 5.143em;
  height: 5.929em;
}
.our-users .button {
  width: 23em;
  margin: 0 auto;
}
/*------------------------------------PEPITE---------------------------------------*/
.body-pepite .banner img {
  margin-top: -7em;
}
.pepite-intro .colright {
  padding: 2em 0;
  width: 51.286em;
  float: right;
  padding: 9em 0;
}
.quisommesnous {
  margin-bottom: 2em;
}
.quisommesnous p {
  line-height: 1.4em;
  margin-bottom: 1em;
  text-align: justify;
  font-style: italic;
  font-size: 1.214em;
}
.quisommesnous strong {
  font-weight: 700;
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.286em;
  line-height: 1.4em;
  font-style: italic;
}
.quisommesnous .intro {
  margin-bottom: 2em;
}
.quisommesnous .intro p a {
  color: #2879ae;
  text-decoration: underline;
}
.quisommesnous .intro p a:hover {
  color: #1f5e87;
  text-decoration: none;
}
.quisommesnous .intro .colleft {
  float: left;
  width: 40.5%;
  margin-left: 7.5em;
  margin-top: 6em;
  margin-bottom: 7em;
}
.quisommesnous .intro .colright {
  float: right;
}
.quisommesnous .pepite-outils-title h3 {
  margin: 0 0 3em !important;
}
.pepite-outils {
  clear: both;
  color: #FFFFFF;
  background-color: #f9ba1a;
}
.pepite-outils h4 {
  font-size: 1.429em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.pepite-outils .item-1,
.pepite-outils .item-2 {
  width: 50%;
  padding: 4em;
}
.pepite-outils .item-1 {
  background-color: #2879ae;
  float: left;
}
.pepite-outils .item-2 {
  height: 100%;
  float: right;
}
.pepite-outils p {
  font-size: 1.214em;
  line-height: 1.4em;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.pepite-outils img {
  margin: 1.2em 0;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.pepite-outils img:hover {
  opacity: 0.4;
}
.equipe {
  margin-bottom: 10em;
}
.equipe .title {
  margin-bottom: 2em;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.571em;
}
.equipe .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.lesequipes {
  background: url('imgs/pepite/experience-equipe.jpg') no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 5em 0;
  background-position: center;
}
.lesequipes li {
  width: 43.714em;
}
.lesequipes .item-1 {
  float: left;
}
.lesequipes .item-2 {
  float: right;
}
.lesequipes h4 {
  font-size: 1.571em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.3em;
  min-height: 2.545em;
}
.lesequipes p {
  margin-bottom: 1em;
  line-height: 1.4em;
  text-align: justify;
}
.lesequipes .content {
  position: relative;
}
.lesequipes .content:after {
  font-size: 14px;
  content: '';
  display: inline-block;
  background: url('imgs/sprite-en.png') no-repeat -0.786em -0.571em;
  width: 12.214em;
  height: 11.643em;
  position: absolute;
  top: -10em;
  right: 0;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}
.pepite-map {
  display: inline-block;
  background: url('imgs/pepite/carte.jpg') no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 54.571em;
}
.pepite-map,
.partenaires-map {
  position: relative;
}
.pepite-map .legende,
.partenaires-map .legende {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -1.5em;
}
.pepite-map .legende-offices,
.partenaires-map .legende-offices {
  margin-right: 2em;
  font-size: 1em;
  color: #2879ae;
  font-weight: bold;
  position: relative;
  padding-left: 3.5em;
}
.pepite-map .legende-offices:before,
.partenaires-map .legende-offices:before {
  font-size: 14px;
  content: '';
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -0.714em -43.857em;
  background-size: 89.643em 72.643em;
  width: 3em;
  height: 2em;
  position: absolute;
  top: -0.2em;
  left: 0;
}
.pepite-map .legende-presence,
.partenaires-map .legende-presence {
  margin-right: 2em;
  font-size: 1em;
  color: #f9ba1a;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
}
.pepite-map .legende-presence:before,
.partenaires-map .legende-presence:before {
  content: '';
  font-size: 14px;
  background: url('imgs/sprite.png') no-repeat -5em -23.357em;
  background-size: 44.857em 36.357em;
  width: 0.929em;
  height: 0.929em;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.activite-mondiale {
  margin-bottom: 6em;
  margin-top: 10em;
}
.activite-mondiale .button-pdf {
  display: none;
}
.activite-mondiale .button-clients {
  margin: 3em auto 0;
  width: 23em;
  background-color: #f9ba1a;
}
.activite-mondiale .button-clients a:after {
  background-color: #d9a821;
}
.activite-mondiale .button-clients a:hover:after {
  background-color: #f9ba1a;
}
.activite-mondiale .title {
  margin-bottom: 2em;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.571em;
}
.activite-mondiale .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.nospartenaires .button-pdf {
  display: none;
}
/*----------------------------------------INDUSTRIES-------------------------------------------*/
/*------------------------------------DEFIS---------------------------------------*/
.body-defis .banner img {
  margin-top: -3em;
}
.body-defis .defis-intro .button {
  width: 29em;
  background-color: #f9ba1a;
}
.body-defis .defis-intro .button:hover a:after {
  background-color: #f9ba1a;
}
.body-defis .defis-intro a:after {
  background-color: #d9a821;
}
.defis-intro .title {
  margin-bottom: 4em;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.571em;
}
.defis-intro .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.defis-intro > p {
  text-align: center;
  line-height: 1.3em;
}
.defis-intro > p strong {
  font-weight: 700;
}
.defis-intro .button {
  margin: 0 auto 2em;
}
.defis-intro .button a {
  width: 29em;
}
.defis-intro .tools {
  margin-top: 2em;
}
.defis-intro .tools ul {
  text-align: center;
}
.defis-intro .tools li {
  width: 28.565em;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4em;
  background: url('imgs/sprite.png') no-repeat -66.857em -42.071em;
  width: 22.071em;
  height: 5.786em;
}
.defis-intro .tools h6 {
  width: 13.625em;
  font-size: 1.143em;
  text-transform: uppercase;
  color: #f9ba1a;
  text-align: center;
  font-weight: 700;
  margin: 1.4em 3em 1.3em;
}
.defis-intro .tool-2 {
  margin: 0 1.4em;
}
.defis-intro .conclusion {
  width: 43.714em;
  margin: 5em auto;
}
.defis-intro .conclusion strong {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.3em;
}
.defis-intro .conclusion p {
  font-size: 1.143em;
  text-align: center;
  line-height: 1.3em;
}
.pilier {
  margin-bottom: 6em;
  position: relative;
}
.pilier > div {
  width: 50%;
  height: 100%;
}
.pilier .blocleft {
  overflow: hidden;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.pilier .blocleft img {
  height: 100%;
  width: auto;
}
.pilier .blocright {
  float: right;
  background-color: #f9ba1a;
  color: #FFFFFF;
  padding: 3em 8em 3em 3em;
}
.pilier .title {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 1.571em;
}
.pilier .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.pilier .piliertxt {
  margin-bottom: 2em;
}
.pilier .piliertxt p {
  margin-bottom: 0.8em;
  font-size: 1.143em;
  line-height: 1.3em;
  text-align: justify;
}
.pilier .piliertxt strong {
  font-weight: 700;
}
.pilier .button {
  float: right;
  line-height: 1.2em;
  width: 20em;
  background-color: #FFFFFF;
}
.pilier .button:hover a:after {
  background: #FFFFFF url(imgs/sprite.png) no-repeat 0.357em -10.857em;
  background-size: 89.643em 72.643em;
}
.pilier .button a {
  line-height: 1.2em;
  color: #f9ba1a;
}
.pilier .button a:after {
  background: #d9a821 url(imgs/sprite.png) no-repeat 0.429em -4.143em;
  background-size: 89.643em 72.643em;
}
.optimiser {
  margin-bottom: 6em;
}
.optimiser .title {
  margin-bottom: 2em;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.571em;
}
.optimiser .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.optimiser ul {
  text-align: center;
}
.optimiser li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 28.565em;
  margin-bottom: 3em;
}
.optimiser li h5 {
  text-transform: uppercase;
  font-size: 1.429em;
  margin-bottom: 0.4em;
  line-height: 1.2em;
}
.optimiser li span {
  color: #f9ba1a;
  font-size: 2.857em;
  font-weight: 700;
}
.optimiser li:before {
  font-size: 14px;
  content: "";
  display: inline-block;
  margin-bottom: 1em;
  width: 6.643em;
  height: 4.714em;
}
.optimiser .item1:before {
  background: url('imgs/sprite.png') no-repeat -15.9em -0.15em;
  background-size: 89.643em 72.643em;
}
.optimiser .item2 {
  margin: 0 1.4em 3em;
}
.optimiser .item2:before {
  background: url('imgs/sprite.png') no-repeat -30em -0.286em;
  background-size: 89.643em 72.643em;
}
.optimiser .item3:before {
  background: url('imgs/sprite.png') no-repeat -22.8em -0.143em;
  background-size: 89.643em 72.643em;
}
.optimiser .item4:before {
  background: url('imgs/sprite.png') no-repeat -22.714em -5.9em;
  background-size: 89.643em 72.643em;
}
.optimiser .item5 {
  margin: 0 1.4em 3em;
}
.optimiser .item5:before {
  background: url('imgs/sprite.png') no-repeat -15.85em -5.857em;
  background-size: 89.643em 72.643em;
}
.optimiser .item6:before {
  background: url(imgs/sprite.png) no-repeat -29.85em -5.9em;
  background-size: 89.643em 72.643em;
}
/*------------------------------------USE CASES---------------------------------------*/
.use-cases {
  margin-bottom: 6em;
}
.use-cases .title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.571em;
  width: 40em;
  margin: 0 auto 1em;
  line-height: 1.3em;
}
.use-cases .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.use-cases .usecases-content > ul {
  margin-right: -2.2em;
}
.use-cases .usecases-content > ul > li {
  width: 28.565em;
  display: inline-block;
  height: 28.565em;
  margin-right: 1.7em;
  margin-bottom: 1.7em;
  cursor: pointer;
}
.use-cases .usecases-content > ul > li img {
  width: 100%;
  height: auto;
  filter: brightness(50%);
  -moz-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -o-filter: brightness(50%);
  -webkit-filter: brightness(50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.use-cases .usecases-content > ul > li h5 {
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%;
  text-align: center;
  font-size: 2.857em;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
}
.use-cases .usecases-content > ul > li:hover img {
  filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
.use-cases .usecase-content {
  position: relative;
  cursor: pointer;
}
.use-cases .details {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.use-cases .details .col-left {
  width: 40%;
  float: left;
}
.use-cases .details .col-right {
  width: 59.9%;
  float: left;
}
.use-cases .details .col-right img {
  height: auto;
}
.use-cases .details .button {
  width: 17.25em;
}
.use-cases .details .usecase-title {
  margin-bottom: 1em;
  color: #f9ba1a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.143em;
  display: block;
}
.use-cases .details .wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.use-cases .details .details-content {
  background-color: white;
  position: relative;
  width: 77.857em;
  margin: 2em auto;
  padding: 3em;
  height: 85%;
  overflow: scroll;
  max-height: 29.857em;
}
.use-cases .details .details-content .bloc {
  position: relative;
}
.use-cases .details .details-content .close-button {
  color: white;
  background-color: #000000;
  padding: 0.5em;
  text-transform: uppercase;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.286em;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.use-cases .details .details-content .close-button:hover {
  background-color: #2879ae;
}
.use-cases .details .details-content h6 {
  float: right;
  font-size: 2.143em;
  text-transform: uppercase;
}
.use-cases .details .details-content ul {
  margin-top: 2em;
  width: 100%;
  padding-right: 0.5em;
}
.use-cases .details .details-content ul li {
  padding-left: 3.5em;
  text-align: left;
  display: block;
  margin-bottom: 1.5em;
  position: relative;
}
.use-cases .details .details-content ul li p {
  font-size: 0.929em;
}
.use-cases .details .details-content ul li:before {
  font-size: 14px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.7em;
}
.use-cases .details .details-content ul strong {
  font-size: 1.143em;
  font-weight: bold;
  text-transform: uppercase;
}
.use-cases .details .details-content .detail-1:before {
  background: url('imgs/sprite.png') no-repeat -42.5em -41.643em;
  background-size: 89.643em 72.643em;
  width: 2.714em;
  height: 2.643em;
}
.use-cases .details .details-content .detail-2:before {
  background: url('imgs/sprite.png') no-repeat -46.5em -41.643em;
  background-size: 89.643em 72.643em;
  width: 2.643em;
  height: 2.643em;
}
.use-cases .details .details-content .detail-3:before {
  background: url('imgs/sprite.png') no-repeat -50.429em -41.643em;
  background-size: 89.643em 72.643em;
  width: 2.071em;
  height: 2.929em;
}
.use-cases .details .details-content .detail-4:before {
  background: url('imgs/sprite.png') no-repeat -53.786em -41.643em;
  background-size: 89.643em 72.643em;
  width: 2.571em;
  height: 1.857em;
  top: 0;
}
.usecasestxt {
  margin: 0 auto 3em;
  width: 61.3em;
}
.usecasestxt p {
  text-align: justify;
  line-height: 1.3em;
  margin-bottom: 1em;
}
/*------------------------------------CLIENTS---------------------------------------*/
.temoignages {
  background-color: #2879ae;
  padding: 5em 0;
  margin-bottom: 3em;
}
.temoignages .content {
  position: relative;
}
.temoignages .content:before {
  font-size: 14px;
  content: '';
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -50.5em -0.5em;
  background-size: 89.643em 72.643em;
  width: 17.429em;
  height: 15.071em;
  position: absolute;
  top: -17.5em;
  left: 0;
}
.temoignages li {
  display: block;
  width: 43.714em;
  vertical-align: top;
  color: #FFFFFF;
  margin: 0 auto;
}
.temoignages li p {
  text-align: justify;
  font-size: 0.929em;
  font-style: italic;
  margin-bottom: 1em;
  line-height: 1.3em;
}
.temoignages li h5 strong {
  font-weight: 700;
  text-transform: uppercase;
}
.temoignages .temoignage-2 {
  margin: 0 1.4em;
}
.temoignages p {
  position: relative;
}
.temoignages p span {
  position: absolute;
  font-size: 7.143em;
  top: 0.2em;
  left: -0.35em;
}
.clients-temoignages h3:before {
  top: -3.3em;
}
.clients-logos {
  padding-bottom: 5em;
}
.clients-logos .title {
  margin-bottom: 2em;
  text-transform: uppercase;
  font-size: 1.571em;
  width: 38em;
  line-height: 1.3em;
}
.clients-logos .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.clients-logos ul {
  text-align: center;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.clients-logos li {
  display: inline-block;
  margin: 0 1.5em 0em;
  vertical-align: middle;
}
.clients-logos li:hover img {
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.clients-logos li img {
  max-width: 10em;
  height: auto;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
/*------------------------------------METHODOLOGIE---------------------------------------*/
.page-methodologie .title {
  text-transform: uppercase;
  font-size: 1.571em;
  width: 45em;
  line-height: 1.3em;
  margin: 0 auto 2em;
  text-align: center;
}
.page-methodologie .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.page-methodologie .intro {
  position: relative;
}
.page-methodologie .intro .title {
  margin: 0 auto 1em;
}
.page-methodologie .intro p {
  font-size: 18px;
  text-align: justify;
  margin: 0 auto 5em;
  line-height: 1.4em;
}
.page-methodologie .schema .step-2 h4 {
  color: #f9ba1a;
}
.page-methodologie .schema .step-2 img {
  width: 102%;
  height: auto;
}
.page-methodologie .schema {
  margin-bottom: 6em;
}
.steps {
  margin-top: 4em;
  text-align: center;
}
.steps .popup-6steps {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.steps .popup-6steps .wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.steps .popup-6steps img {
  position: relative;
  width: 80%;
  max-width: 64.286em;
  margin: 3em auto 0;
  display: block;
}
.steps > div {
  width: 25em;
  display: inline-block;
  vertical-align: top;
}
.steps .bloc {
  height: 10.357em;
  padding: 2em 2.85em 0.3em;
  text-align: center;
  position: relative;
}
.steps .bloc:before {
  font-size: 14px;
  content: "";
  display: inline-block;
  position: absolute;
  top: -2em;
  right: -2em;
  width: 5.357em;
  height: 5.357em;
}
.steps .number {
  color: #f9ba1a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.643em;
  text-align: center;
  position: absolute;
  left: -2.2em;
  padding: 0.5em;
  background-color: white;
  top: 1em;
  padding: 0.5em 0.5em 0.1em 0.5em;
}
.steps .number span {
  font-size: 2.391em;
  display: block;
}
.steps h5 {
  margin-bottom: 0.35em;
  font-size: 1.286em;
  font-weight: 700;
  text-transform: uppercase;
}
.steps .step-1 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.steps .step-1 .bloc {
  border: 3px solid #2879AE;
}
.steps .step-1 h5 {
  color: #2879AE;
}
.steps .step-1 .months {
  color: #2879AE;
}
.steps .step-1 .bloc:before {
  background: #FFFFFF url('imgs/sprite.png') no-repeat -0.071em -22.214em;
  background-size: 89.643em 72.643em;
}
.steps .step-1 .plus h6 {
  margin: 1em 0 0.5em 0;
  color: #2879AE;
}
.steps .step-2 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0 5em;
}
.steps .step-2 .bloc {
  border: 3px solid #285292;
}
.steps .step-2 h5 {
  color: #285292;
}
.steps .step-2 .months {
  color: #285292;
}
.steps .step-2 .bloc:before {
  background: #FFFFFF url('imgs/sprite.png') no-repeat -7.286em -21em;
  background-size: 89.643em 72.643em;
}
.steps .step-2 .plus {
  width: 36em;
  position: relative;
  left: -6.2em;
  z-index: -1;
}
.steps .step-3 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.steps .step-3 .bloc {
  border: 3px solid #28A3D2;
}
.steps .step-3 h5 {
  color: #28A3D2;
}
.steps .step-3 .months {
  color: #28A3D2;
}
.steps .step-3 .bloc:before {
  background: #FFFFFF url('imgs/sprite.png') no-repeat -14.143em -21.714em;
  background-size: 89.643em 72.643em;
  width: 6.5em;
}
.steps .step-3 .plus h6 {
  color: #28A3D2;
  margin-bottom: 0.5em;
}
.steps .details p {
  font-size: 1.05em;
  margin-bottom: 0.3em;
  line-height: 1.25em;
}
.steps .months {
  font-size: 0.75em;
  font-weight: 300;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
.steps .plus {
  display: none;
  margin-top: 2em;
}
.steps .plus p {
  font-size: 0.857em;
  color: #878787;
  margin-bottom: 0.15em;
  line-height: 1.35em;
}
.steps .plus h6 {
  font-size: 1.071em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
}
.steps-details .buttons {
  width: 63em;
  display: block;
  margin: 0 auto 3em;
}
.steps-details .b-1 {
  float: left;
  background-color: #f9ba1a;
  width: 29em;
  margin-top: 2em;
}
.steps-details .b-1:hover a:after {
  background-color: #f9ba1a;
}
.steps-details .b-1 a:after {
  background-color: #d9a821;
}
.steps-details .b-2 {
  float: right;
  background-color: #2879ae;
  width: 29em;
  margin-top: 2em;
}
.steps-details .b-2:hover a:after {
  background-color: #2879ae;
}
.steps-details .b-2 a:after {
  background-color: #1f5e87;
}
.steps-details .number {
  color: #f9ba1a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.143em;
  margin-bottom: 0.5em;
}
.steps-details .number span {
  display: block;
  font-size: 2em;
}
.steps-details h5 {
  margin-bottom: 1em;
  font-size: 1.286em;
  font-weight: 700;
  text-transform: uppercase;
}
.steps-details p {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.3em;
  text-align: justify;
}
.steps-details > div {
  margin-bottom: 3em;
}
.steps-details strong {
  font-weight: bold;
  font-size: 1.1em;
}
.steps-details .step-1-details {
  background-color: #2879AE;
  padding: 4em 0;
}
.steps-details .step-1-details h5 {
  color: #FFFFFF;
}
.steps-details .step-1-details .txt {
  width: 58.857em;
}
.steps-details .step-1-details p {
  color: #FFFFFF;
}
.steps-details .step-2-details {
  padding-bottom: 21em;
}
.steps-details .step-2-details img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.steps-details .step-2-details h5 {
  color: #285292;
}
.steps-details .step-2-details h6 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  background-color: white;
  top: -1em;
  padding: 0.5em;
  left: 9.2em;
}
.steps-details .step-2-details li > strong {
  color: #676767;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 0.85em;
  text-align: center;
  display: block;
  line-height: 1.3em;
}
.steps-details .step-2-details .step-title {
  color: #f9ba1a;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  display: block;
  line-height: 1.3em;
}
.steps-details .step-2-details .schema6phases {
  width: 64.3em;
  margin: 4em auto 7em;
  border: 3px solid black;
  padding: 4em 2.5em 2.5em;
  position: relative;
}
.steps-details .step-2-details .schema6phases .duration {
  color: #285292;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: -3.2em;
  width: 100%;
  text-align: center;
  left: 0;
}
.steps-details .step-2-details .schema6phases:after {
  font-size: 14px;
  content: "";
  display: inline-block;
  background: url('imgs/methodologie/schema-6phases.png') no-repeat -3.429em -14.071em;
  background-size: 72.857em 24.214em;
  width: 64.286em;
  height: 1.1em;
  position: absolute;
  bottom: -1.8em;
  left: 0;
}
.steps-details .step-2-details li {
  display: inline-block;
  width: 8.857em;
  vertical-align: top;
  margin-right: 0.86em;
}
.steps-details .step-2-details li:hover .icon {
  background-color: #e6e6e6;
}
.steps-details .step-2-details li:hover > strong {
  color: #f9ba1a;
}
.steps-details .step-2-details li p {
  font-size: 1.071em;
  margin-bottom: 0.5em;
}
.steps-details .step-2-details li .details {
  display: none;
  position: absolute;
  top: 25em;
  left: 12em;
  width: 40em;
  padding-left: 8em;
}
.steps-details .step-2-details li .details strong {
  font-size: 1em;
}
.steps-details .step-2-details li .details span {
  color: #f9ba1a;
  font-weight: bold;
  font-size: 2em;
}
.steps-details .step-2-details li .details:before {
  font-size: 14px;
  content: '';
  display: inline-block;
  width: 10em;
  height: 9.643em;
  position: absolute;
  top: -0.3em;
}
.steps-details .step-2-details li .icon {
  display: inline-block;
  width: 8.857em;
  height: 9.286em;
  cursor: pointer;
}
.steps-details .step-2-details .selected > strong {
  color: #f9ba1a;
}
.steps-details .step-2-details .selected .details {
  display: inline-block;
}
.steps-details .step-2-details .item-1 .icon {
  background: url('imgs/methodologie/schema-6phases.png') no-repeat -2.071em -2.357em;
  background-size: 72.857em 24.214em;
}
.steps-details .step-2-details .item-1 .details:before {
  background: url('imgs/sprite.png') no-repeat -2.643em -50.429em;
  background-size: 89.643em 72.643em;
  left: 0em;
}
.steps-details .step-2-details .item-2 .icon {
  background: url('imgs/methodologie/schema-6phases.png') no-repeat -13.929em -2.357em;
  background-size: 72.857em 24.214em;
}
.steps-details .step-2-details .item-2 .details:before {
  background: url('imgs/sprite.png') no-repeat -14.286em -51.071em;
  background-size: 89.643em 72.643em;
  left: -2.5em;
}
.steps-details .step-2-details .item-3 .icon {
  background: url('imgs/methodologie/schema-6phases.png') no-repeat -25.929em -2.357em;
  background-size: 72.857em 24.214em;
}
.steps-details .step-2-details .item-3 .details:before {
  background: url('imgs/sprite.png') no-repeat -31em -50.929em;
  background-size: 89.643em 72.643em;
  left: -2em;
}
.steps-details .step-2-details .item-4 .icon {
  background: url('imgs/methodologie/schema-6phases.png') no-repeat -37.857em -2.357em;
  background-size: 72.857em 24.214em;
}
.steps-details .step-2-details .item-4 .details:before {
  background: url('imgs/sprite.png') no-repeat -46.429em -50.714em;
  background-size: 89.643em 72.643em;
  left: -2em;
}
.steps-details .step-2-details .item-5 .icon {
  background: url('imgs/methodologie/schema-6phases.png') no-repeat -49.929em -2.357em;
  background-size: 72.857em 24.214em;
}
.steps-details .step-2-details .item-5 .details:before {
  background: url('imgs/sprite.png') no-repeat -60.643em -51.714em;
  background-size: 89.643em 72.643em;
  left: -2em;
}
.steps-details .step-2-details .item-6 {
  margin-right: 0;
}
.steps-details .step-2-details .item-6 .icon {
  background: url('imgs/methodologie/schema-6phases.png') no-repeat -61.857em -2.357em;
  background-size: 72.857em 24.214em;
}
.steps-details .step-2-details .item-6 .details:before {
  background: url('imgs/sprite.png') no-repeat -77.071em -51.143em;
  background-size: 89.643em 72.643em;
  left: -3em;
}
.steps-details .step-3-details {
  background-color: #2879ae;
  padding: 4em 0;
}
.steps-details .step-3-details h5 {
  color: #FFFFFF;
}
.steps-details .step-3-details .txt {
  width: 58.857em;
}
.steps-details .step-3-details p {
  color: #FFFFFF;
}
/*------------------------------------DATAMAESTRO---------------------------------------*/
.datamaestro-logo {
  background-color: #000000;
  padding: 2em 0;
}
.datamaestro-logo img {
  margin: 0 auto;
  display: block;
}
.datamaestro-inf-title h3:before {
  top: -3.2em;
}
.datamaestro-schema {
  margin-bottom: 10em;
}
.datamaestro-schema .colleft {
  width: 43.714em;
  float: left;
}
.datamaestro-schema .colleft img {
  width: 100%;
}
.datamaestro-schema .colright {
  width: 43.714em;
  float: right;
  padding-top: 5em;
}
.datamaestro-schema .colright p {
  text-align: justify;
  font-size: 1.143em;
  margin-bottom: 0.8em;
  line-height: 1.35em;
}
.datamaestro-schema .colright .firstp {
  color: #f9ba1a;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.datamaestro-schema .colright .button {
  margin: 2em 0 0 0;
}
.datamaestro-schema strong {
  font-weight: bold;
}
.datamaestro-schema .item-1 strong {
  color: #28a3d2;
}
.datamaestro-schema .item-2 strong {
  color: #2879ae;
}
.datamaestro-schema .item-3 strong {
  color: #285292;
}
.datamaestro-schema .item-4 strong {
  color: #28235d;
}
.datamaestro h3 {
  position: relative;
}
.datamaestro .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.571em;
  line-height: 1.3em;
  margin: 0 auto 1em;
}
.datamaestro .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.datamaestro .intro {
  position: relative;
  background-color: #f9ba1a;
  margin-bottom: 4em;
}
.datamaestro .intro .colleft {
  height: 100%;
  background-color: #2879ae;
  padding: 3em 3em 3em 8em;
  width: 50%;
  float: left;
  color: #FFFFFF;
}
.datamaestro .intro .colleft img {
  max-width: 50.714em;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.datamaestro .intro .colright {
  min-height: 23em;
  padding: 3em 8em 3em 3em;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
}
.datamaestro .intro .colright ul {
  margin-top: 2em;
}
.datamaestro .intro .colright li {
  font-weight: 200;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.4em;
}
.datamaestro .intro .colright li:before {
  content: '- ';
}
.datamaestro .intro .colright li strong {
  font-weight: bold;
}
.datamaestro .plateforme {
  margin-bottom: 12em;
  margin-top: 14em;
}
.datamaestro .plateforme h3 {
  margin: 2em auto;
}
.datamaestro .plateforme .schema {
  width: 36.143em;
  height: auto;
  margin: 0 auto 3em;
  display: block;
}
.datamaestro .plateforme .schema-details {
  margin-top: 4em;
}
.datamaestro .plateforme .schema-details .bloc {
  padding: 2.5em;
  border: 2px solid #e5e5e5;
  position: relative;
}
.datamaestro .plateforme .schema-details .bloc-content {
  height: 33em;
}
.datamaestro .plateforme .schema-details h4 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 2em;
  color: #000000;
  margin-bottom: 2.5em;
}
.datamaestro .plateforme .schema-details h4:before {
  font-size: 14px;
  content: '';
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -16em -11.643em;
  width: 5.786em;
  height: 9.143em;
  position: absolute;
  top: -2em;
  left: 11.3em;
  opacity: 0.4;
}
.datamaestro .plateforme .schema-details h5 {
  color: #2879ae;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 1.4em;
  padding-left: 4em;
  padding-top: 2.5em;
  line-height: 1.2em;
  position: relative;
}
.datamaestro .plateforme .schema-details h5:before {
  content: '';
  display: inline-block;
  width: 5.357em;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
}
.datamaestro .plateforme .schema-details li {
  display: inline-block;
  width: 28.565em;
  vertical-align: top;
  margin-bottom: 1.5em;
  position: relative;
}
.datamaestro .plateforme .schema-details li img {
  width: 100%;
  height: auto;
  margin-top: 2em;
}
.datamaestro .plateforme .schema-details p {
  line-height: 1.4em;
  margin-bottom: 1em;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.datamaestro .plateforme .item-1 .part-1 h5 {
  color: #28a3d2;
}
.datamaestro .plateforme .item-1 .part-1 h5:before {
  background: url('imgs/sprite.png') no-repeat -23.143em -16.929em;
  background-size: 89.643em 72.643em;
  height: 6.643em;
}
.datamaestro .plateforme .item-1 .part-2 h5 {
  color: #2879ae;
}
.datamaestro .plateforme .item-1 .part-2 h5:before {
  background: url('imgs/sprite.png') no-repeat -29.357em -16.35em;
  background-size: 89.643em 72.643em;
  height: 4.643em;
}
.datamaestro .plateforme .item-2 {
  margin: 0 1.45em;
}
.datamaestro .plateforme .item-2 .part-1 h5 {
  color: #285292;
}
.datamaestro .plateforme .item-2 .part-1 h5:before {
  background: url('imgs/sprite.png') no-repeat -23.7em -24.15em;
  background-size: 89.643em 72.643em;
  height: 6.643em;
}
.datamaestro .plateforme .item-3 .part-1 h5 {
  color: #28235d;
}
.datamaestro .plateforme .item-3 .part-1 h5:before {
  background: url('imgs/sprite.png') no-repeat -30.4em -23em;
  background-size: 89.643em 72.643em;
  height: 6.643em;
}
.datamaestro .datamaestropack {
  margin-bottom: 4em;
  position: relative;
}
.datamaestro .datamaestropack .title {
  width: 33em;
}
.datamaestro .datamaestropack p {
  margin-bottom: 1em;
  line-height: 1.35em;
  text-align: justify;
}
.datamaestro .datamaestropack .txt {
  width: 58.857em;
  margin: 0 auto;
}
.datamaestro .datamaestropack h3 span {
  left: 2.32em;
}
.datamaestro .datamaestropack-content {
  background-color: #2879ae;
  padding: 3em 0;
  color: #FFFFFF;
}
.datamaestro .button {
  background-color: #f9ba1a;
  width: 25em;
  margin: 0 auto 4em;
}
.datamaestro .button:hover a:after {
  background-color: #f9ba1a;
}
.datamaestro .button a:after {
  background-color: #d9a821;
}
/*------------------------------------WINTELL - FIND IT---------------------------------------*/
.body-wintell .banner img,
.body-findit .banner img {
  margin-top: -20em;
}
.wintell-content {
  background-color: #f9ba1a;
  color: #FFFFFF;
  position: relative;
}
.wintell-content .colleft {
  width: 50%;
  overflow: hidden;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.wintell-content .colleft img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.wintell-content .colright {
  width: 50%;
  padding: 3em 8em 3em 3em;
  float: right;
}
.findit-content {
  color: #FFFFFF;
  position: relative;
}
.fc-1 {
  background-color: #2879ae;
}
.fc-1 .colleft {
  width: 50%;
  overflow: hidden;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.fc-1 .colleft img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.fc-1 .colright {
  width: 50%;
  padding: 3em 8em 3em 3em;
  float: right;
}
.fc-2 {
  border-bottom: 2px solid #2879ae;
  background-color: #2879ae;
  position: relative;
}
.fc-2 .colleft {
  float: left;
  padding: 3em 3em 3em 8em;
  width: 50%;
}
.fc-2 .colright {
  background-color: white;
  width: 50%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.fc-2 .colright img {
  display: block;
  margin: 2% auto;
  height: 90%;
  width: auto;
}
.findit .colright .txt a {
  background-color: #2879ae;
}
.findit .colright .txt a:hover {
  background-color: #1f5e87;
}
.wintell .colright .txt a {
  background-color: #f9ba1a;
}
.wintell .colright .txt a:hover {
  background-color: #d9a821;
}
.wintell,
.findit {
  margin-top: 3em;
  margin-bottom: 6em;
}
.wintell p,
.findit p {
  line-height: 1.4em;
  margin-bottom: 1em;
  text-align: justify;
}
.wintell p strong,
.findit p strong {
  font-size: 1.286em;
  text-transform: uppercase;
  font-weight: 700;
}
.wintell .colright .txt a,
.findit .colright .txt a {
  padding: 0.1em 0.5em;
  color: white;
  font-weight: 700;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-size: 1.143em;
}
.wintell .button,
.findit .button {
  clear: both;
  width: 21em;
  float: right;
  margin: 3em 0;
}
.step-3-details h5 {
  color: #28A3D2;
}
.step-3-details .button {
  background-color: #2879ae;
  width: 25em;
  margin-top: 2em;
}
.step-3-details .button:hover:after {
  background-color: #2879ae;
}
.step-3-details .button:after {
  background-color: #1f5e87;
}
/*------------------------------------PARTENAIRES---------------------------------------*/
.body-partenaires .banner img {
  width: 100%;
  height: auto;
  margin-top: -12em;
}
.devenirpartenaires {
  margin-bottom: 10em;
}
.devenirpartenaires .title {
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3em;
}
.devenirpartenaires .title h4 {
  font-size: 1.571em;
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
  line-height: 1.3em;
}
.devenirpartenaires .content-txt {
  width: 58.857em;
  text-align: justify;
  margin: 0 auto;
}
.devenirpartenaires .content-txt p {
  margin-bottom: 1em;
}
.devenirpartenaires h5 {
  font-size: 1.214em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #FFFFFF;
  text-align: center;
}
.devenirpartenaires h4 {
  text-transform: uppercase;
  font-weight: 700;
}
.devenirpartenaires li {
  margin-bottom: 1.5em;
}
.devenirpartenaires li p {
  line-height: 1.35em;
}
.devenirpartenaires p {
  line-height: 1.35em;
}
.devenirpartenaires .intro {
  margin-bottom: 1em;
}
.devenirpartenaires .button {
  width: 26em;
  background-color: #2879ae;
  display: block;
  margin: 4em auto 0;
}
.devenirpartenaires .button:hover a:after {
  background-color: #2879ae;
}
.devenirpartenaires .button a:after {
  background-color: #1f5e87;
}
.devenezpartenaires {
  background-color: #2879ae;
  color: #FFFFFF;
  padding: 3em 0 1em;
  margin: 5em 0;
}
.devenezpartenaires .content {
  position: relative;
}
.devenezpartenaires .button {
  right: 0;
  bottom: -8em;
}
.nospartenaires {
  margin-bottom: 4em;
}
.types-partenaire > strong {
  font-size: 2em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  display: block;
}
.types-partenaire p {
  font-size: 1.071em;
}
.types-partenaire li {
  width: 28.565em;
  display: inline-block;
  vertical-align: top;
  text-align: justify;
}
.types-partenaire .item-2 {
  margin: 0 1.45em;
}
.types-partenaire .item-3 {
  position: relative;
}
.certification {
  position: absolute;
  bottom: -16em;
  left: 0em;
  width: 28.565em;
  margin: 0 auto;
  background-color: #f9ba1a;
  color: #FFFFFF;
  padding: 2em;
}
.certification:before {
  font-size: 14px;
  content: "";
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -40.143em -30.643em;
  background-size: 89.643em 72.643em;
  width: 3.643em;
  height: 1.857em;
  position: absolute;
  top: -1.6em;
  left: 12.5em;
}
.certification:after {
  content: "";
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -37.286em -1.143em;
  background-size: 89.643em 72.643em;
  width: 11.5em;
  height: 11.857em;
  position: absolute;
  top: 12em;
  left: -7em;
}
.certification p {
  text-align: justify;
}
.partenaires-map {
  display: inline-block;
  width: 100%;
  height: 54.571em;
  background: url('imgs/partenaires/carte.jpg') no-repeat;
  background-size: 100% auto;
}
.partenaires-map .legende-techpartners {
  color: #f9ba1a;
  font-weight: bold;
  position: relative;
  padding-left: 2.5em;
  margin-right: 2em;
}
.partenaires-map .legende-techpartners:before {
  font-size: 14px;
  content: '';
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -9.929em -46.714em;
  background-size: 89.643em 72.643em;
  width: 1.786em;
  height: 1.786em;
  position: absolute;
  top: -0.2em;
  left: 0;
}
.partenaires-map .legende-partners {
  color: #000000;
  font-weight: bold;
  position: relative;
  padding-left: 2.5em;
}
.partenaires-map .legende-partners:before {
  font-size: 14px;
  content: '';
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -6.929em -43.857em;
  background-size: 89.643em 72.643em;
  width: 1.786em;
  height: 1.786em;
  position: absolute;
  top: -0.2em;
  left: 0;
}
.partenaires-map .partenaires {
  position: absolute;
  top: 11em;
  width: 100%;
  height: 40em;
}
.partenaires-map .partenaires li {
  color: #000000;
  font-weight: bold;
  position: absolute;
}
.partenaires-map .partenaires .lefticon {
  padding-left: 3.8em;
}
.partenaires-map .partenaires .lefticon:before {
  font-size: 14px;
  content: "";
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -20.214em -44.571em;
  background-size: 89.643em 72.643em;
  width: 3.429em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.partenaires-map .partenaires .righticon {
  padding-right: 3.8em;
}
.partenaires-map .partenaires .righticon:after {
  font-size: 20.214em;
  content: "";
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -20.214em -44.571em;
  background-size: 89.643em 72.643em;
  width: 3.429em;
  height: 1em;
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 0;
}
.partenaires-map .partenaires .item-1 {
  top: 14em;
  left: 70.5em;
}
.partenaires-map .partenaires .item-2 {
  top: 24em;
  left: 28em;
}
.partenaires-map .partenaires .item-3 {
  top: 19.7em;
  left: 10em;
}
.partenaires-map .partenaires .item-4 {
  top: 7.6em;
  left: 10.5em;
}
.partenaires-map .partenaires .item-5 {
  top: 16em;
  left: 16em;
}
.partenaires-map .partenaires .item-6 {
  top: 23.5em;
  left: 9em;
}
.partenaires-map .partenaires .item-7 {
  top: 11.5em;
  left: 10.8em;
}
.partenaires-map .partenaires .item-8 {
  top: 25.3em;
  left: 28em;
}
.partenaires-map .pepitetechpartners {
  width: 100%;
  height: 40em;
  position: absolute;
  top: 11em;
}
.partenaires-map .pepitetechpartners li {
  color: #f9ba1a;
  font-weight: bold;
  position: absolute;
}
.partenaires-map .pepitetechpartners .lefticon {
  padding-left: 3.8em;
}
.partenaires-map .pepitetechpartners .lefticon:before {
  font-size: 14px;
  content: "";
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -20.714em -47.714em;
  background-size: 89.643em 72.643em;
  width: 3.429em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.partenaires-map .pepitetechpartners .righticon {
  padding-right: 3.8em;
}
.partenaires-map .pepitetechpartners .righticon:after {
  content: "";
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -20.714em -47.714em;
  background-size: 89.643em 72.643em;
  width: 3.429em;
  height: 1em;
  transform: rotate(180deg);
  position: absolute;
  right: 0;
  top: 0;
}
.partenaires-map .pepitetechpartners .item-1 {
  top: 8.4em;
  left: 24.6em;
}
.partenaires-map .pepitetechpartners .item-2 {
  top: 6.5em;
  left: 11.15em;
}
.partenaires-map .pepitetechpartners .item-4 {
  top: 29em;
  left: 11.2em;
}
.partenaires-map .pepitetechpartners .item-5 {
  top: 30.5em;
  left: 14.2em;
}
.partenaires-map .pepitetechpartners .item-6 {
  top: 7.7em;
  left: 44.4em;
}
.partenaires-map .pepitetechpartners .item-7 {
  top: 9.3em;
  left: 42.2em;
}
.partenaires-map .pepitetechpartners .item-8 {
  top: 24.7em;
  left: 4.7em;
}
/*------------------------------------CONTACT---------------------------------------*/
.contact-form {
  background-color: #2879ae;
  padding: 4em 0;
  color: #FFFFFF;
}
.contact-form form {
  padding-bottom: 4.2em;
}
.contact-form .field {
  font-size: 1.143em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  display: inline-block;
}
.contact-form .cols {
  width: 58.857em;
  margin: 0 auto;
}
.contact-form .cols > div {
  display: inline-block;
  vertical-align: top;
}
.contact-form .cols input,
.contact-form .cols textarea {
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  font-size: 1em;
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  background-color: transparent;
  border: 1px solid white;
}
.contact-form .cols textarea {
  height: 20.175em;
}
.contact-form .cols p {
  margin-bottom: 1.5em;
}
.contact-form .col1 {
  width: 13.429em;
}
.contact-form .col2 {
  margin: 0 1.4em;
  width: 13.429em;
}
.contact-form .col3 {
  width: 28.565em;
}
.contact-form .choix {
  margin-bottom: 3em;
}
.contact-form .choix label {
  font-size: 1.571em;
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
.contact-form .choix select {
  width: 15em;
  display: block;
  margin: 0 auto;
  font-size: 1.286em;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #2879ae;
  border: 0;
  height: 2.5em;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  padding-left: 0.8em;
  cursor: pointer;
  background: #FFFFFF url('imgs/contact/select-arrow.png') no-repeat 13.055em 0.833em;
}
.contact-form .button {
  float: right;
  background-color: #FFFFFF;
}
.contact-form .button:hover input[type="submit"] {
  background-color: #1f5e87;
}
.contact-form .gdpr-check {
  font-size: 0.857em;
  line-height: 1.35em;
  font-style: italic;
}
.contact-form input[type="checkbox"] {
  float: left;
  width: 1em;
  margin-bottom: 2em;
}
.contact-form input[type="submit"] {
  cursor: pointer;
  color: #2879ae;
  font-size: 1.429em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.7em 1em;
  border: 0;
  width: 9em;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.contact-form input[type="submit"]:hover {
  background-color: #2879ae;
  color: #FFFFFF;
}
.contact-form input[type="button"] {
  color: #848484;
  font-size: 1.429em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.7em 1em;
  border: 0;
  width: 9em;
  text-align: center;
  background-color: #ddd;
}
.pepite-offices {
  margin: 2em 0 8em;
}
.pepite-offices h4 {
  font-size: 1.286em;
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.pepite-offices h5 {
  font-size: 1.286em;
  font-weight: 700;
  display: block;
  margin-bottom: 0.8em;
  text-transform: uppercase;
  color: #2879ae;
}
.pepite-offices span {
  font-size: 1em;
  display: block;
}
.pepite-offices .content {
  position: relative;
}
.pepite-offices .content:before {
  font-size: 14px;
  content: '';
  display: inline-block;
  background-image: url('imgs/contact/contact-deco.png');
  position: absolute;
  width: 21.071em;
  height: 14.071em;
  top: 0;
  left: 0;
}
.pepite-offices ul {
  text-align: center;
  margin-right: -1.7em;
  width: 62.5em;
  float: right;
}
.pepite-offices li {
  vertical-align: top;
  margin-bottom: 2em;
  display: inline-block;
  width: 19em;
  text-align: left;
  margin-right: 1.5em;
}
.pepite-offices li > div {
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
.pepite-offices .adresse {
  height: 5.2em;
}
.pepite-offices .title {
  height: 4.2em;
  margin-bottom: 1em;
}
/*------------------------------------JOBS---------------------------------------*/
.page-jobs .title {
  text-transform: uppercase;
  font-size: 1.571em;
  width: 38em;
  line-height: 1.3em;
  margin: 0 auto 2em;
  text-align: center;
}
.page-jobs .title h4 {
  font-weight: 700;
  display: block;
  margin-bottom: 0.3em;
}
.page-jobs .intro {
  margin-bottom: 9em;
}
.page-jobs .intro .title {
  margin: 0 auto 1em;
}
.page-jobs .intro p {
  width: 60%;
  text-align: justify;
  margin: 0 auto 2em;
  line-height: 1.4em;
}
.page-jobs .intro .button {
  width: 21em;
  margin: 0 auto 2em;
  background-color: #f9ba1a;
}
.page-jobs .intro .button:hover a:after {
  background-color: #f9ba1a;
}
.page-jobs .intro .button a:after {
  background-color: #d9a821;
}
.page-jobs .jobs-list {
  background-color: #2879ae;
  padding: 4em 0;
  margin-bottom: 6em;
}
.page-jobs .jobs-list h4 {
  font-size: 1.571em;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}
.page-jobs .jobs-list .button {
  background-color: #FFFFFF;
  width: 100%;
}
.page-jobs .jobs-list .button a {
  color: #2879ae;
}
.page-jobs .jobs-list .button a:after {
  background-color: #1f5e87;
}
.page-jobs .jobs-list .button:hover a:after {
  background-color: #FFFFFF;
  background-position: -3.786em -12em;
}
.page-jobs .jobs-list ul {
  margin-right: -1.6em;
}
.page-jobs .jobs-list li {
  width: 28.565em;
  margin-right: 1.5em;
  display: inline-block;
  margin-bottom: 4em;
}
/*------------------------------------------------------FOOTER--------------------------------------------------------*/
footer {
  padding-top: 2em;
  border-top: 1px solid #000000;
}
footer .footer-col {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.3em;
}
footer .footer-col:last-child {
  margin-right: 0;
}
footer .footer-logo {
  width: 13.429em;
}
footer .menu-social {
  width: 43.714em;
}
footer .menu-social .niv-1 {
  font-size: 1em;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-right: 2.3em;
}
footer .menu-social .niv-1 ul {
  margin-top: 0.5em;
}
footer .menu-social .niv-1 li {
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0.2em;
  margin-left: 1.4em;
  font-weight: 300;
  list-style-type: square;
  font-size: 1em;
}
footer .menu-social a {
  color: #000000;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  height: 100%;
}
footer .menu-social a:hover {
  color: #2879ae;
}
footer .social li {
  margin-right: 1em;
}
footer .social-lin {
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -42.643em -34.214em;
  background-size: 44.857em 36.357em;
  width: 1.857em;
  height: 1.857em;
}
footer .social-fb {
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -33.786em -15.214em;
  background-size: 44.857em 36.357em;
  width: 0.857em;
  height: 1.643em;
}
footer .social-ins {
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -42.571em -31.571em;
  background-size: 44.857em 36.357em;
  width: 1.857em;
  height: 1.857em;
}
footer .social-twitter {
  display: inline-block;
  background: url('imgs/sprite.png') no-repeat -33.429em -13.143em;
  background-size: 44.857em 36.357em;
  width: 1.857em;
  height: 1.5em;
}
footer .plan {
  margin-bottom: 1em;
}
footer .footer-button {
  width: 21em;
  float: right;
  margin-right: 0;
}
footer .footer-button .button {
  margin-bottom: 1em;
}
footer .footer-button .button-2 {
  background-color: #2879ae;
}
footer .footer-button .button-2 a:after {
  background-color: #1f5e87;
}
footer .footer-button .button-2:hover a:after {
  background-color: #2879ae;
}
footer .copyright {
  clear: both;
  font-size: 0.786em;
  color: #9d9d9c;
  margin: 0em 0 1em;
}
footer .copyright a {
  color: #2879ae;
  text-decoration: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .copyright a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer-lang {
  display: inline-block;
  margin-bottom: 1em;
}
.footer-lang li {
  display: inline-block;
}
.footer-lang li:after {
  content: " / ";
}
.footer-lang li:last-of-type:after {
  content: none;
}
.footer-lang .active:after {
  content: " / ";
  color: #2879ae;
  font-weight: 700;
}
.footer-lang a {
  color: #000000;
  font-weight: 300;
  font-size: 0.857em;
  text-decoration: none;
}
.footer-lang li.active a {
  font-weight: 700;
  color: #2879ae;
}
/*------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------
------------------------------------------------RESPONSIVE----------------------------------------------
--------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1890px) {
  .datamaestro .intro .colleft .list1 li,
  .datamaestro .intro .colleft .list2 li,
  .datamaestro .intro .colleft .list3 li {
    min-height: 5.2em;
  }
}
.body-wintell .banner img,
.body-findit .banner img {
  margin-top: -15em;
}
@media screen and (min-width: 1760px) {
  .banner {
    height: 39.286em;
  }
  .page-accueil .bigtitle {
    height: 41em;
  }
  .page-accueil .bigtitle .bigtitle-content {
    top: 19.5em;
  }
}
@media screen and (min-width: 1550px) and (max-width: 1760px) {
  .banner {
    height: 35.714em;
  }
  .page-accueil .bigtitle {
    height: 33em;
  }
  .page-accueil .bigtitle .bigtitle-content {
    top: 15.5em;
  }
}
@media screen and (min-width: 1550px) and (max-width: 1745px) {
  .part-2,
  .part-3 {
    height: 34.286em;
  }
}
@media screen and (min-width: 1660px) {
  .datamaestro .plateforme .schema-details .part-1 .colright img,
  .datamaestro .plateforme .schema-details .part-2 .colleft img {
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1549px) {
  .pilier .blocleft img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1550px) and (max-width: 1540px) {
  .part-2,
  .part-3 {
    height: 35.571em;
  }
}
@media screen and (min-width: 1500px) {
  .datamaestro .plateforme .schema-details .part-3 .colright img,
  .datamaestro .plateforme .schema-details .part-2 .colleft img,
  .datamaestro .plateforme .schema-details .part-1 .colleft img {
    height: 98%;
    width: auto;
  }
}
@media screen and (min-width: 1920px) {
  .banner {
    height: 42.857em;
  }
}
@media screen and (max-width: 1890px) {
  .datamaestro .intro .colright li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1470px) {
  .body-wintell .banner img,
  .body-findit .banner img {
    margin-top: -12em;
  }
}
@media screen and (max-width: 1460px) {
  .datamaestro .intro .colright li {
    font-size: 1.05em;
    margin-bottom: 0.6em;
  }
  .datamaestro .intro .colright ul {
    margin-top: 1em;
  }
}
@media screen and (max-width: 1430px) {
  .wintell-content .colleft img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1370px) {
  .body-usecases .banner img,
  .body-clients .banner img,
  .body-methodologie .banner img,
  .body-datamaestro .banner img,
  .body-contact .banner img,
  .body-jobs .banner img {
    margin-top: -12em;
  }
  .datamaestro .plateforme .schema-details .part-2 .screenshots .screens-1 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .fc-1 .colleft img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1300px) {
  /*12 x 65 x 20*/
  /*-------------STYLES GENEREAUX--------------*/
  .content {
    width: 72em;
  }
  /*-------------------HEADER------------------*/
  .banner img {
    margin-top: -2em;
  }
  .body-usecases .banner img,
  .body-clients .banner img,
  .body-methodologie .banner img,
  .body-datamaestro .banner img,
  .body-partenaires .banner img,
  .body-contact .banner img {
    margin-top: -3em;
  }
  .body-jobs .banner img {
    margin-top: -6em;
  }
  .logo {
    width: 16.786em;
  }
  .main-menu span,
  .main-menu a {
    font-size: 1em;
  }
  .main-menu .sous-menu li {
    padding-bottom: 0;
  }
  .main-menu .sous-menu ul {
    margin-top: 2em;
  }
  .main-menu li {
    margin-left: 1.8em;
  }
  .body-datamaestro .menu-item-02 .sous-menu,
  .body-methodologie .menu-item-02 .sous-menu,
  .body-usecases .menu-item-03 .sous-menu,
  .body-clients .menu-item-03 .sous-menu,
  .body-pepite .menu-item-04 .sous-menu,
  .body-partenaires .menu-item-04 .sous-menu,
  .body-jobs .menu-item-04 .sous-menu {
    top: 3em;
  }
  /*-------------------ACCUEIL------------------*/
  .slider {
    height: 32em;
  }
  .slide-content h2 {
    top: 3em;
  }
  .slide-content p {
    left: 3em;
    top: 8.2em;
    font-size: 1.8em;
  }
  .page-accueil .accueil-intro {
    margin-bottom: 4em;
  }
  .page-accueil .accueil-intro .colright {
    width: 47.143em;
  }
  .accueil-intro .colleft,
  .pepite-intro .colleft {
    width: 21.143em;
    margin: 5em 0 0 2em;
  }
  .page-accueil .defis-intro .tools:before,
  .defis-intro .tools:before,
  .body-defis .defis-intro .tools:before {
    background-size: 100%;
  }
  .page-accueil .bigtitle img {
    top: -1em;
  }
  .our-users li {
    width: 22.857em;
  }
  /*-------------------PAGE PEPITE------------------*/
  .body-pepite .banner img {
    margin-top: -2em;
  }
  .pepite-intro .colright {
    width: 47.143em;
  }
  .lesequipes li {
    width: 35em;
  }
  /*-------------------DEFIS------------------*/
  .defis-intro .tools li {
    width: 22.857em;
  }
  .optimiser li {
    width: 22.857em;
  }
  .defis-intro .tools li:before {
    margin-top: -3.4em;
  }
  /*-----------------USE CASES----------------*/
  .use-cases .usecases-content > ul > li {
    width: 22.857em;
    height: 22.857em;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
  /*------------------CLIENTS-----------------*/
  .clients-logos li img {
    max-width: 9.286em;
  }
  /*----------------METHODOLOGIE--------------*/
  .steps .step-1 {
    margin-left: 5em;
  }
  .steps .step-3 {
    margin-top: 4em;
  }
  .steps-details .step-1-details .txt {
    width: 59.286em;
  }
  /*----------------DATAMAESTRO--------------*/
  .datamaestro .intro .colleft,
  .fc-1 .colright,
  .fc-2 .colleft,
  .wintell-content .colright,
  .datamaestro .plateforme .schema-details .part-1 .colleft,
  .datamaestro .plateforme .schema-details .part-3 .colleft,
  .datamaestro .plateforme .schema-details .part-2 .colright {
    padding-left: 5%;
  }
  .datamaestro .intro .colright,
  .fc-1 .colright,
  .fc-2 .colleft,
  .wintell-content .colright,
  .pilier .blocright {
    padding-right: 5%;
  }
  .datamaestro .intro .colleft p,
  .datamaestro .intro .colleft .list1 li p,
  .datamaestro .intro .colleft .list2 li p,
  .datamaestro .intro .colleft .list3 li p {
    font-size: 1.143em;
  }
  .datamaestro .intro .colright p {
    font-size: 1em;
  }
  .datamaestro-schema .colleft,
  .datamaestro-schema .colright {
    width: 35em;
  }
  .datamaestro .plateforme .schema-details li {
    width: 22.857em;
  }
  .datamaestro .plateforme .schema-details .item-2 {
    margin: 0 1.4em;
  }
  .datamaestro .plateforme .schema-details h4 {
    margin-bottom: 2.5em;
  }
  .datamaestro .plateforme .schema-details h4:before {
    left: 8.8em;
    top: -2em;
  }
  .datamaestro .plateforme .schema-details .bloc {
    padding: 2em;
  }
  .datamaestro .plateforme .schema-details .bloc-content {
    height: 37em;
  }
  /*----------------WINTELL / FINDIT--------------*/
  .body-wintell .banner img,
  .body-findit .banner img {
    margin-top: -4em;
  }
  /*----------------PARTENAIRES--------------*/
  .types-partenaire li {
    width: 22.857em;
  }
  .certification {
    width: 22.857em;
    bottom: -18em;
  }
  .devenirpartenaires h4 {
    font-size: 0.773em;
  }
  .certification:before {
    left: 9.5em;
  }
  .certification:after {
    top: 15em;
  }
  /*-----------------CONTACT----------------*/
  .pepite-offices li {
    width: 22.857em;
    margin-right: 1.2em;
  }
  .pepite-offices ul {
    margin-right: -1.2em;
    width: 48.5em;
  }
  .pepite-offices .title {
    height: 3em;
    margin-bottom: 1em;
  }
  /*-------------------JOBS-----------------*/
  .page-jobs .jobs-list li {
    width: 22.857em;
  }
  .page-jobs .jobs-list li {
    margin-right: 1.4em;
  }
  .partenaires-map,
  .pepite-map {
    height: 39.643em;
  }
  .types-partenaire .item-2 {
    margin: 0 1.4em;
  }
  /*------------------FOOTER---------------*/
  footer .footer-logo,
  footer .site-menus,
  footer .adresses > div {
    width: 10.714em;
  }
  footer .menu-social {
    width: 35em;
  }
  footer .menu-social .niv-1 {
    font-size: 0.9em;
    margin-right: 2em;
  }
  footer .plan {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1210px) {
  .datamaestro .intro .colright li {
    font-size: 1em;
  }
}
@media screen and (max-width: 1120px) {
  .use-cases .details .details-content {
    width: 90%;
  }
  .use-cases .details .details-content {
    max-height: fit-content;
  }
  .use-cases .details .usecase-title {
    font-size: 1.786em;
  }
  .use-cases .details .bloc-img {
    height: 27em;
    overflow: hidden;
  }
  .use-cases .details .bloc-img img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1028px) {
  .part-2,
  .part-3 {
    height: 36.857em;
  }
}
@media screen and (max-width: 932px) {
  .part-2,
  .part-3 {
    height: 38.143em;
  }
}
@media screen and (max-width: 800px) {
  .part-2,
  .part-3 {
    height: auto;
  }
  .datamaestro .plateforme .schema-details .colleft,
  .datamaestro .plateforme .schema-details .colright {
    width: 100%;
    float: none;
  }
  .datamaestro .plateforme .schema-details .part-1 .colright,
  .datamaestro .plateforme .schema-details .part-2 .colleft,
  .datamaestro .plateforme .schema-details .part-3 .colright {
    position: initial;
  }
}
@media screen and (max-width: 1060px) and (max-height: 790px) {
  .main-menu li {
    font-size: 1.286em;
    padding-bottom: 0.5em;
  }
  .main-menu .sous-menu li {
    font-size: 1.143em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1060px) and (min-height: 790px) and (max-height: 1075px) {
  .main-menu li {
    font-size: 1.143em;
  }
  .main-menu .sous-menu li {
    font-size: 1.286em;
    padding-bottom: 0.3em;
  }
}
@media screen and (max-width: 1060px) and (min-height: 1075px) {
  .main-menu li {
    font-size: 2.143em;
  }
  .main-menu .sous-menu li {
    font-size: 1.571em;
    padding-bottom: 0em;
  }
  .main-menu .sous-menu li a {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 1060px) and (max-height: 520px) {
  .main-menu li {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1060px) {
  .main-menu a:hover,
  .main-menu span:hover {
    color: #2879ae;
  }
  .sous-menu li:hover a {
    color: #2879ae;
  }
  .main-menu .sous-menu {
    display: none;
  }
  .main-menu {
    display: block !important;
  }
  .main-menu .menu-item-03:hover > .sous-menu {
    display: inline-block;
  }
  .main-menu .menu-item-05:hover > .sous-menu {
    display: inline-block;
  }
}
@media screen and (max-width: 1060px) {
  /*12 x 50 x 14*/
  /*-------------STYLES GENEREAUX--------------*/
  .content {
    width: 53.857em;
  }
  .equipe .title,
  .defis-intro .title,
  .lesequipes h4,
  .use-cases .title,
  .optimiser .title,
  .devenirpartenaires h4,
  .contact-form .choix label,
  .page-jobs .jobs-list h4,
  .types-partenaire > strong {
    font-size: 1.429em;
  }
  .button a {
    font-size: 1.286em;
  }
  .banner {
    height: 21.429em;
  }
  .page-title {
    top: 9em;
  }
  .page-title h2 {
    font-size: 2.571em;
  }
  .main h3 {
    font-size: 2.143em;
  }
  .main h3:before {
    top: -4.5em;
    left: 7em;
  }
  /*-------------------HEADER------------------*/
  .main-menu .sous-menu li a {
    font-size: 0.5em;
  }
  .lang {
    position: relative;
    right: 4em;
  }
  .connect {
    position: relative;
    right: 4em;
  }
  .logo {
    margin-top: 0;
  }
  header {
    height: 3.5em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid black;
    background-color: white;
  }
  header .content {
    position: initial;
  }
  .main-menu {
    overflow: auto;
    padding-top: 2em;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    height: 100%;
    z-index: 100;
    margin-top: 0;
  }
  .main-menu li {
    display: block;
    margin-left: 0;
    text-align: center;
    color: #FFFFFF;
    z-index: 100;
  }
  .main-menu li a,
  .main-menu li span {
    color: #FFFFFF;
    padding: 0.4em 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .main-menu .sous-menu {
    position: initial;
    width: 100%;
    display: block;
  }
  .main-menu .sous-menu ul {
    padding: 0.1em 0;
    margin-top: 0;
  }
  .main-menu .sous-menu li {
    margin-bottom: 0.1em;
  }
  .main-menu .close {
    display: inline-block;
  }
  .body-accueil .menu-item-01 a,
  .body-defis .menu-item-03 a,
  .body-usecases .menu-item-03 a,
  .body-clients .menu-item-03 a,
  .body-methodologie .menu-item-02 a,
  .body-methodologie .menu-item-02 .sous-menu-item-02 a,
  .body-datamaestro .menu-item-02 a,
  .body-datamaestro .menu-item-02 .sous-menu-item-01 a,
  .body-findit .menu-item-05 a,
  .body-wintell .menu-item-05 a,
  .body-partenaires .menu-item-04 a,
  .body-partenaires .menu-item-04 .sous-menu-item-02 a,
  .body-contact .menu-item-05 a,
  .body-jobs .menu-item-04 a,
  .body-jobs .menu-item-04 .sous-menu-item-03 a,
  .body-datamaestro .menu-item-05 .sous-menu-item-01 a,
  .body-wintell .menu-item-05 .sous-menu-item-02 a,
  .body-findit .menu-item-05 .sous-menu-item-03 a,
  .body-defis .menu-item-03 .sous-menu-item-01 a,
  .body-usecases .menu-item-03 .sous-menu-item-01 a,
  .body-clients .menu-item-03 .sous-menu-item-02 a,
  .body-pepite .menu-item-04 a,
  .body-pepite .menu-item-04 .sous-menu-item-01 a,
  .body-accueil .menu-item-01 span,
  .body-defis .menu-item-03 span,
  .body-usecases .menu-item-03 span,
  .body-clients .menu-item-03 span,
  .body-methodologie .menu-item-02 span,
  .body-methodologie .menu-item-02 .sous-menu-item-02 span,
  .body-datamaestro .menu-item-02 span,
  .body-datamaestro .menu-item-02 .sous-menu-item-01 span,
  .body-findit .menu-item-05 span,
  .body-wintell .menu-item-05 span,
  .body-partenaires .menu-item-04 span,
  .body-partenaires .menu-item-04 .sous-menu-item-02 span,
  .body-contact .menu-item-05 span,
  .body-jobs .menu-item-04 span,
  .body-jobs .menu-item-04 .sous-menu-item-03 span,
  .body-datamaestro .menu-item-05 .sous-menu-item-01 span,
  .body-wintell .menu-item-05 .sous-menu-item-02 span,
  .body-findit .menu-item-05 .sous-menu-item-03 span,
  .body-defis .menu-item-03 .sous-menu-item-01 span,
  .body-usecases .menu-item-03 .sous-menu-item-01 span,
  .body-clients .menu-item-03 .sous-menu-item-02 span,
  .body-pepite .menu-item-04 span,
  .body-pepite .menu-item-04 .sous-menu-item-01 span {
    color: #2879ae;
  }
  .menu-button {
    z-index: 10;
    display: inline-block;
  }
  .main-menu li:before {
    content: none !important;
  }
  .logo {
    left: 3%;
    width: 10.357em;
    padding: 0;
  }
  .blue-frame {
    padding: 1em 1.322em 1em 2em;
  }
  .blue-frame h3 {
    font-size: 1.1em;
    line-height: 1.3em;
  }
  .blue-frame h3 strong {
    font-size: 1.2em;
  }
  .tools-logos li:first-of-type {
    margin-right: 5%;
  }
  /*-------------------ACCUEIL-----------------*/
  .slider {
    height: 26em;
  }
  .slide-content h2 {
    font-size: 2.5em;
    top: 3.6em;
  }
  .slide-content p {
    left: 2em;
    top: 6.5em;
  }
  .accueil-intro .colleft {
    width: 19.857em;
    margin: 3em 0 0 2em;
  }
  .accueil-intro .colleft .item-2 {
    top: 7.5em;
    left: 7.5em;
  }
  .accueil-intro .colleft .item-3 {
    top: 15em;
  }
  .page-accueil .accueil-intro .colright {
    width: 31em;
    padding: 2.5em 2em;
  }
  .page-accueil .accueil-intro li {
    font-size: 1em;
  }
  .page-accueil .accueil-intro li:first-of-type {
    font-size: 1.214em;
  }
  .page-accueil .bigtitle {
    height: 20em;
  }
  .page-accueil .bigtitle .bigtitle-content {
    top: 8.5em;
  }
  .page-accueil .button {
    width: 23em;
  }
  .our-users li {
    width: 17.286em;
  }
  .our-users li h5 {
    font-size: 1.143em;
  }
  .our-users .item2 {
    margin: 0 0.7em;
  }
  /*--------------------PEPITE----------------*/
  .quisommesnous .intro {
    margin-bottom: 6em;
  }
  .pepite-intro .colright {
    width: 31em;
    padding: 2.5em 2em;
  }
  .quisommesnous .intro .colleft {
    margin-left: 0;
    width: 26.429em;
  }
  .quisommesnous .intro .colright {
    width: 26.429em;
  }
  .quisommesnous .intro .colright img {
    width: 100%;
    height: auto;
  }
  .equipe .title p {
    width: 26em;
    margin: 0 auto;
  }
  .lesequipes {
    padding: 7em 0 5em;
  }
  .lesequipes .content:after {
    top: -13em;
  }
  .lesequipes li {
    width: 26.429em;
  }
  .pepite-map {
    height: 30em;
    background-image: url('imgs/pepite/carte-2.jpg');
  }
  /*-------------------DEFIS------------------*/
  .defis-intro .tools li {
    width: 17.286em;
    background-position: -66.857em -35.214em;
  }
  .defis-intro .tools h6 {
    width: 11.25em;
    margin: 0.8em 2em 0.7em;
  }
  .defis-intro .tool-2 {
    margin: 0 0.73em;
  }
  .optimiser li {
    width: 17.286em;
  }
  .optimiser li h5 {
    font-size: 1.143em;
  }
  .optimiser .item2,
  .optimiser .item5 {
    margin: 0 0.7em 3em;
  }
  .pilier .blocright {
    width: 60%;
  }
  .pilier .blocleft {
    width: 40%;
  }
  .pilier .blocleft img {
    margin-left: -13em;
  }
  /*-----------------USE CASES----------------*/
  .use-cases .title {
    width: 100%;
  }
  .usecasestxt {
    width: 100%;
  }
  .use-cases .details .col-left {
    width: 50%;
  }
  .use-cases .details .col-right {
    width: 49.9%;
  }
  .use-cases .usecases-content > ul > li {
    width: 17.286em;
    height: 17.286em;
    margin-right: 1.2em;
    margin-bottom: 1.2em;
  }
  .use-cases .details .usecase-title {
    font-size: 1.786em;
  }
  /*------------------CLIENTS-----------------*/
  .clients-logos li {
    margin: 0 1em 0em;
  }
  .clients-logos li img {
    max-width: 6.786em;
  }
  /*----------------METHODOLOGIE--------------*/
  .page-methodologie .intro p {
    width: 100%;
    text-align: justify;
  }
  .page-methodologie .title {
    width: 100%;
  }
  .page-methodologie .intro:before {
    background-position: -155px -205px;
    width: 189px;
    height: 194px;
    top: -16.5em;
  }
  .steps > div {
    display: block;
  }
  .steps .step-1 {
    margin: 0 auto;
  }
  .steps .step-2 {
    margin: 4em auto 0;
  }
  .steps .step-3 {
    margin: 4em auto 0;
  }
  .steps-details .buttons {
    width: 100%;
  }
  .steps-details .step-1-details .txt {
    width: 100%;
  }
  .steps-details .step-3-details .txt {
    width: 100%;
  }
  .steps-details .button {
    width: 19em;
    margin-top: 0em;
  }
  .steps .step-1:hover {
    margin-top: 0;
  }
  .steps .step-2:hover,
  .steps .step-3:hover {
    margin-top: 4em;
  }
  .steps-details .step-2-details .schema6phases {
    width: 100%;
    padding: 3em 1.5em 1.5em;
  }
  .steps-details .step-2-details .schema6phases:after {
    background-size: 60em;
    width: 100%;
    background-position: -2.643em -11.429em;
  }
  .steps-details .step-2-details h6 {
    font-size: 1.5em;
    left: 11em;
  }
  .steps-details .step-2-details li {
    width: 7.4em;
  }
  .steps-details .step-2-details li .icon {
    width: 7.4em;
    height: 9em;
  }
  .steps-details .step-2-details li .details {
    top: 22em;
    left: 6.3em;
  }
  .steps-details .step-2-details .item-1 .icon,
  .steps-details .step-2-details .item-2 .icon,
  .steps-details .step-2-details .item-3 .icon,
  .steps-details .step-2-details .item-4 .icon,
  .steps-details .step-2-details .item-5 .icon,
  .steps-details .step-2-details .item-6 .icon {
    background-size: 62em;
  }
  .steps-details .step-2-details .item-1 .icon {
    background-position: -1.571em -1.857em;
  }
  .steps-details .step-2-details .item-2 .icon {
    background-position: -11.929em -1.857em;
  }
  .steps-details .step-2-details .item-3 .icon {
    background-position: -22.071em -1.857em;
  }
  .steps-details .step-2-details .item-4 .icon {
    background-position: -32.214em -1.857em;
  }
  .steps-details .step-2-details .item-5 .icon {
    background-position: -42.5em -1.857em;
  }
  .steps-details .step-2-details .item-6 .icon {
    background-position: -52.643em -1.857em;
  }
  /*----------------DATAMAESTRO--------------*/
  .datamaestro .intro .colleft,
  .datamaestro .intro .colright {
    padding: 3em;
    width: 100%;
  }
  .datamaestro .intro .colleft {
    float: none;
  }
  .datamaestro .intro .colright {
    position: initial;
    min-height: initial;
  }
  .datamaestro .title {
    width: 100%;
  }
  .datamaestro .intro .colright p strong {
    font-size: 1.286em;
  }
  .datamaestro .datamaestropack .txt {
    width: 100%;
  }
  .datamaestro .datamaestropack {
    margin-bottom: 2em;
  }
  .datamaestro .intro .colright li {
    font-size: 1.4em;
    margin-bottom: 0.8em;
  }
  .datamaestro-schema .colright {
    padding-top: 0;
  }
  .datamaestro-schema .colleft,
  .datamaestro-schema .colright {
    width: 26.429em;
  }
  .datamaestro-schema .colright p {
    font-size: 1em;
  }
  .datamaestro-schema .colright .firstp {
    font-size: 1.357em;
  }
  .datamaestro .plateforme .schema-details h4 {
    font-size: 1.429em;
    margin-bottom: 3em;
  }
  .datamaestro .plateforme .schema-details h4:before {
    left: 4em;
  }
  .datamaestro .plateforme .schema-details h4:before {
    left: 5.8em;
    top: -2.2em;
    height: 8em;
  }
  .datamaestro .plateforme .schema-details h5 {
    font-size: 1.2em;
    padding-left: 4.5em;
  }
  .datamaestro .plateforme .schema-details li {
    width: 17.286em;
  }
  .datamaestro .plateforme .schema-details .item-2 {
    margin: 0 0.7em;
  }
  .datamaestro .plateforme .schema-details .bloc {
    padding: 1em;
  }
  .datamaestro .plateforme .schema-details .bloc-content {
    height: 37.7em;
  }
  .datamaestro .plateforme .schema-details li .part-1:before,
  .datamaestro .plateforme .schema-details li .part-2:before {
    margin: 0 auto 1em;
  }
  /*----------------WINTELL / FINDIT---------*/
  .body-wintell .banner img,
  .body-findit .banner img {
    margin-top: -2.5em;
  }
  .wintell .colleft,
  .findit .colleft,
  .wintell .colright,
  .findit .colright {
    width: 100%;
    position: initial;
  }
  .findit .colright {
    background-color: transparent;
    height: auto;
  }
  .wintell-content .colleft img,
  .fc-1 .colleft img {
    position: initial;
    width: 100%;
    height: auto;
  }
  .fc-2 .colleft {
    padding-top: 0;
  }
  .fc-1 .colright {
    padding-bottom: 0;
  }
  .wintell,
  .findit {
    margin-top: 1em;
  }
  .wintell .button,
  .findit .button {
    width: 19em;
  }
  .findit .logos {
    width: 100%;
  }
  .findit .logos .txt {
    margin-top: 4em;
    width: 31em;
    float: right;
  }
  .findit .logos a {
    width: 20em;
  }
  .findit .logos a img {
    width: 100%;
    height: auto;
  }
  /*----------------PARTENAIRES--------------*/
  .body-partenaires .banner img {
    margin-top: -2em;
  }
  .devenirpartenaires .content-txt {
    width: 100%;
  }
  .types-partenaire li {
    width: 17.286em;
  }
  .certification {
    bottom: -25em;
    width: 17.286em;
  }
  .certification:after {
    top: 22.5em;
    left: -7em;
  }
  .certification::before {
    left: 6.5em;
  }
  .types-partenaire .item-2 {
    margin: 0 0.7em;
  }
  .devenezpartenaires .button {
    bottom: -8em;
  }
  .partenaires-map {
    height: 30em;
    background-image: url('imgs/partenaires/carte-2.jpg');
  }
  /*-----------------CONTACT----------------*/
  .pepite-offices .title {
    height: 4.2em;
  }
  .pepite-offices .content:before {
    width: 12.857em;
    background-size: 100%;
    height: 8.571em;
  }
  .pepite-offices ul {
    margin-right: -1em;
    width: 41.2em;
  }
  .pepite-offices li {
    width: 18.929em;
  }
  .contact-form .cols {
    width: 100%;
  }
  .contact-form .col1,
  .contact-form .col2 {
    width: 12.714em;
  }
  .contact-form .col2 {
    margin: 0 0.7em;
  }
  .contact-form .col3 {
    width: 26.429em;
  }
  /*-------------------JOBS-----------------*/
  .page-jobs .title {
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .page-jobs .intro p {
    width: 100%;
    text-align: justify;
  }
  .page-jobs .intro .button {
    width: 19em;
    float: right;
  }
  .page-jobs .intro {
    margin-bottom: 13em;
  }
  .page-jobs .jobs-list li {
    width: 17.286em;
    margin-right: 0.75em;
  }
  .page-jobs .jobs-list .button {
    width: 17.3em;
  }
  .body-jobs .banner img {
    margin-top: -5em;
  }
  /*------------------FOOTER---------------*/
  footer .adresses > div {
    width: 12em;
  }
  footer .footer-logo {
    display: none;
  }
  footer .site-menus {
    width: 8.143em;
  }
  footer .footer-col {
    margin-right: 0;
  }
  footer .footer-button {
    width: 19em;
  }
  footer .menu-social {
    width: 34em;
  }
  footer .menu-social .niv-1 {
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 754px) and (max-height: 650px) {
  .main-menu li {
    font-size: 1.143em;
    padding-bottom: 0;
  }
  .main-menu .sous-menu li {
    font-size: 1em;
  }
}
@media screen and (max-width: 754px) and (max-height: 500px) {
  .main-menu li {
    font-size: 1.143em;
  }
}
@media screen and (max-width: 754px) and (min-height: 500px) {
  .main-menu li {
    font-size: 1.571em;
  }
  .main-menu .sous-menu li {
    font-size: 1.286em;
  }
}
@media screen and (max-width: 880px) {
  .use-cases .details .bloc-img {
    height: 27.5em;
  }
  .use-cases .details .details-content ul strong {
    font-size: 1em;
  }
  .use-cases .details .usecase-title {
    font-size: 1.571em;
  }
}
@media screen and (max-width: 799px) {
  /*12 x 36 x 14*/
  /*-------------STYLES GENEREAUX--------------*/
  .button a:after {
    background-position: 0.429em -5.85em;
  }
  .content {
    width: 41.857em;
  }
  .button a {
    font-size: 1.143em;
  }
  .page-title {
    top: 7em;
  }
  .page-title h2 {
    font-size: 2.143em;
  }
  .banner {
    height: 17.857em;
  }
  .main {
    padding-top: 3em;
  }
  .main h3 {
    font-size: 1.786em;
  }
  .main h3:before {
    top: -4.6em;
    left: 4.95em;
  }
  /*-------------------HEADER------------------*/
  .blue-frame {
    width: 100%;
  }
  .blue-frame h3 {
    font-size: 0.964em;
  }
  .blue-frame h3 strong {
    font-size: 1.429em;
  }
  .lang {
    right: 5em;
  }
  .connect {
    right: 5em;
  }
  .tools-logos {
    padding: 1em;
    width: 100%;
  }
  .tools-logos li:first-of-type {
    margin-right: 15%;
  }
  /*-------------------ACCUEIL-----------------*/
  .unslider-nav ol li {
    width: 0.643em;
    height: 0.643em;
  }
  .unslider-nav {
    bottom: 6em;
  }
  .page-accueil .accueil-intro .button {
    width: 100%;
  }
  .slider {
    height: 21em;
  }
  .slide-content h2 {
    font-size: 2em;
    top: 4.6em;
    left: 3%;
  }
  .slide-content h2:before {
    content: none;
  }
  .slide-content p {
    left: 3%;
    font-size: 1.5em;
    top: 7.5em;
  }
  .accueil-intro .colleft,
  .pepite-intro .colleft {
    float: none;
    height: 27em;
    width: 20em;
    margin: 0 auto;
  }
  .accueil-intro .colleft a,
  .pepite-intro .colleft a {
    width: 9em;
    height: 9em;
  }
  .accueil-intro .colleft a img,
  .pepite-intro .colleft a img {
    width: 100%;
    height: auto;
  }
  .accueil-intro .colleft .item-1,
  .pepite-intro .colleft .item-1 {
    top: 2em;
    left: 2em;
  }
  .accueil-intro .colleft .item-2,
  .pepite-intro .colleft .item-2 {
    top: 9em;
    left: 9em;
  }
  .accueil-intro .colleft .item-3,
  .pepite-intro .colleft .item-3 {
    left: 2em;
    top: 16em;
  }
  s .page-accueil .accueil-intro .colright {
    width: 100%;
  }
  .page-accueil .accueil-intro li {
    font-size: 0.929em;
  }
  .page-accueil .defis-intro {
    padding: 3em 0 1em;
  }
  .page-accueil .defis-intro .button,
  .page-accueil .optimiser .button,
  .body-defis .defis-intro .button {
    width: 23em;
  }
  .our-users li h5 {
    font-size: 1.071em;
  }
  .our-users li {
    width: 13.286em;
    margin-bottom: 2em;
  }
  .pepite-outils p {
    font-size: 1.05em;
  }
  /*--------------------PEPITE----------------*/
  .pepite-intro {
    margin-top: 8em;
  }
  .main.page-pepite {
    padding-top: 6em;
  }
  .pepite-map {
    height: 23.214em;
  }
  .quisommesnous p {
    font-size: 1em;
  }
  .quisommesnous .pepite-outils-title h3 {
    margin: 0 auto 4em !important;
  }
  .pepite-intro .colright {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 2em;
  }
  .pepite-outils .item-1,
  .pepite-outils .item-2 {
    width: 100%;
    padding: 2em 2em;
  }
  .equipe .title p {
    width: 20em;
  }
  .lesequipes li {
    width: 100%;
  }
  .lesequipes {
    padding: 4em 0 3em;
  }
  .lesequipes h4 {
    min-height: initial;
  }
  .lesequipes .content:after {
    top: -9em;
    right: 0.857em;
  }
  .equipe {
    margin-bottom: 8em;
  }
  .activite-mondiale {
    margin-top: 8em;
  }
  /*-------------------DEFIS------------------*/
  .defis-intro .tools:before {
    height: 1.5em;
  }
  .defis-intro .title {
    margin-bottom: 2em;
  }
  .defis-intro .tools li {
    width: 13.286em;
    background-position: -68.571em -63.786em;
  }
  .defis-intro .tools h6 {
    width: 11.508em;
    margin: 0.85em 1.5em 0.7em;
    font-size: 0.9em;
  }
  .defis-intro .conclusion {
    width: 100%;
    margin: 2em auto 2em;
  }
  .defis-intro .tools li:before {
    height: 1.429em;
    margin-top: -1.6em;
  }
  .pilier .blocleft {
    position: initial;
  }
  .pilier .button a:after {
    background-position: 0.429em -5.85em;
  }
  .pilier .button:hover a:after {
    background-position: 0.357em -12.214em;
  }
  .pilier .blocleft {
    width: 100%;
    height: 20em;
  }
  .pilier .blocleft img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .pilier {
    margin-bottom: 4em;
  }
  .pilier .button {
    width: 25em;
  }
  .pilier .button:after {
    background-position: 0.429em -5.571em;
  }
  .pilier .button:hover:after {
    background-position: 0.357em -12.143em;
  }
  .pilier .blocright {
    width: 100%;
    padding: 2em;
  }
  .optimiser {
    margin-bottom: 3em;
  }
  .optimiser li span {
    font-size: 2em;
  }
  .optimiser li h5 {
    font-size: 1.071em;
  }
  .optimiser li {
    width: 13.286em;
    margin-bottom: 1em;
  }
  .optimiser .item2,
  .optimiser .item5 {
    margin: 0 0.7em 1em;
  }
  /*-----------------USE CASES----------------*/
  .use-cases .title {
    width: 100%;
  }
  .use-cases .usecases-content > ul > li {
    width: 20.428em;
    height: 20.428em;
    margin-right: 0.75em;
    margin-bottom: 0.75em;
  }
  .use-cases .usecases-content > ul > li h5 {
    font-size: 2.143em;
  }
  .use-cases .details .col-left {
    width: 100%;
  }
  .use-cases .details .col-right {
    width: 100%;
    margin-top: 2em;
  }
  .use-cases .details .details-content ul li {
    display: inline-block;
    margin-right: 2em;
  }
  .use-cases .details .bloc-img {
    height: 16em;
    width: 100%;
  }
  .use-cases .details .bloc-img img {
    height: auto;
    width: 100%;
  }
  /*------------------CLIENTS-----------------*/
  .body-clients .main {
    padding-top: 3em;
  }
  .temoignages {
    padding: 3em 0;
  }
  .temoignages li {
    width: 80%;
  }
  .temoignages .content:before {
    background: url('imgs/sprite.png') no-repeat -57.786em -33.643em;
    background-size: 89.643em 72.643em;
    width: 7.286em;
    height: 6.357em;
    top: -8.5em;
    left: 4em;
  }
  .clients-logos li img {
    max-width: 7em;
  }
  /*----------------METHODOLOGIE--------------*/
  .page-methodologie .intro:before {
    background-position: -8px -279px;
    width: 113px;
    height: 116px;
    top: -9.5em;
  }
  .page-methodologie .intro p {
    font-size: 1em;
  }
  .steps-details .button {
    width: 17em;
  }
  .steps .details p {
    font-size: 1em;
  }
  .steps .step-3 .number {
    top: 0.7em;
  }
  .steps-details .step-2-details {
    padding-bottom: 16.5em;
  }
  .steps-details .step-2-details h6 {
    left: 7.1em;
  }
  .steps-details .step-2-details strong {
    font-size: 0.7em;
  }
  .steps-details .step-2-details .schema6phases {
    padding: 2em 1em 1em;
    margin: 3em auto 3em;
    border: 2px solid black;
  }
  .steps-details .step-2-details .schema6phases:after {
    background-size: 47em;
    width: 100%;
    background-position: -2.2em -9em;
  }
  .steps-details .step-2-details li {
    margin-right: 0.23em;
    width: 6em;
  }
  .steps-details .step-2-details li .details {
    top: 18em;
    left: 0;
    width: 100%;
    padding-left: 12em;
  }
  .steps-details .step-2-details li .details p {
    font-size: 0.857em;
  }
  .steps-details .step-2-details li .icon {
    width: 6em;
    height: 6.5em;
  }
  .steps-details .step-2-details li > strong {
    font-size: 0.7em;
  }
  .steps-details .step-2-details .item-1 .icon,
  .steps-details .step-2-details .item-2 .icon,
  .steps-details .step-2-details .item-3 .icon,
  .steps-details .step-2-details .item-4 .icon,
  .steps-details .step-2-details .item-5 .icon,
  .steps-details .step-2-details .item-6 .icon {
    background-size: 48em;
  }
  .steps-details .step-2-details .item-1 .icon {
    background-position: -1.1em -1.5em;
  }
  .steps-details .step-2-details .item-1 .details:before {
    background-position: 0.643em -50.429em;
  }
  .steps-details .step-2-details .item-2 .icon {
    background-position: -9em -1.5em;
  }
  .steps-details .step-2-details .item-2 .details:before {
    left: 0.5em;
  }
  .steps-details .step-2-details .item-3 .icon {
    background-position: -16.9em -1.5em;
  }
  .steps-details .step-2-details .item-3 .details:before {
    left: 1em;
  }
  .steps-details .step-2-details .item-4 .icon {
    background-position: -24.9em -1.5em;
  }
  .steps-details .step-2-details .item-4 .details:before {
    left: 2em;
  }
  .steps-details .step-2-details .item-5 .icon {
    background-position: -32.75em -1.5em;
  }
  .steps-details .step-2-details .item-5 .details:before {
    left: 1em;
  }
  .steps-details .step-2-details .item-6 .icon {
    background-position: -40.6em -1.5em;
  }
  .steps-details .step-2-details .item-6 .details:before {
    left: 1em;
  }
  /*----------------DATAMAESTRO--------------*/
  .datamaestro-schema .colleft,
  .datamaestro-schema .colright {
    width: 100%;
  }
  .datamaestro-schema .colleft {
    margin-bottom: 3em;
  }
  .datamaestro-schema .colright .button {
    margin: 2em auto 0;
  }
  .datamaestro .plateforme .schema-details li {
    width: 100%;
    margin-bottom: 5em;
  }
  .datamaestro .plateforme .schema-details p {
    font-size: 0.929em;
  }
  .types-partenaire li {
    margin-bottom: 3em;
  }
  .datamaestro .plateforme .schema-details .item-2 {
    margin: 0 0 5em 0;
  }
  .datamaestro .plateforme .schema-details h4:before {
    left: 17.95em;
  }
  .datamaestro .plateforme .schema-details h5 {
    font-size: 1.2em;
  }
  .datamaestro .plateforme .schema-details .bloc-content {
    height: auto;
  }
  .datamaestro .plateforme .schema-details .bloc {
    padding: 2em;
  }
  .datamaestro {
    margin-top: 4em;
  }
  .datamaestro .plateforme {
    margin-bottom: 8em;
  }
  .datamaestro-schema {
    margin-top: 8em;
  }
  .datamaestro .plateforme .schema-details .bloc {
    padding: 4em 2em;
  }
  .datamaestro .intro .colright li {
    font-size: 1em;
  }
  /*----------------WINTELL / FINDIT---------*/
  /*----------------PARTENAIRES--------------*/
  .partenaires-map {
    height: 23.214em;
  }
  .page-partenaires.main {
    padding-top: 6em;
  }
  .types-partenaire li {
    width: 100%;
  }
  .devenirpartenaires li p {
    font-size: 1em;
  }
  .devenezpartenaires {
    padding: 3em 0 3em;
  }
  .devenezpartenaires .button {
    bottom: -10em;
  }
  .devenirpartenaires p {
    font-size: 0.929em;
  }
  .types-partenaire li {
    margin-bottom: 3em;
  }
  .types-partenaire .item-2 {
    margin: 0 0 3em 0;
  }
  .certification {
    margin-top: 2em;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5em 1.5em 0.5em 1.5em;
  }
  .certification h4 {
    font-size: 1.214em;
  }
  .certification:after {
    background-position: -58.571em -41.929em;
    width: 5.786em;
    height: 6em;
    top: 7em;
    left: 39em;
    transform: rotate(-70deg);
  }
  .certification:before {
    left: 19em;
  }
  /*-----------------CONTACT----------------*/
  .pepite-offices li {
    width: 49%;
    margin-right: 0;
  }
  .pepite-offices {
    margin: 2em 0 6em;
  }
  .pepite-offices ul {
    margin-right: 0;
    width: 100%;
  }
  .pepite-offices .content:before {
    content: none;
  }
  .pepite-offices .title {
    height: 3em;
  }
  #contact-form h3 {
    margin: 0 auto 4em;
  }
  .contact-form .col1,
  .contact-form .col2 {
    width: 20.428em;
  }
  .contact-form .col3 {
    width: 100%;
  }
  .contact-form .col2 {
    margin: 0 0 0 0.7em;
  }
  .contact-form .cols textarea {
    height: 13em;
  }
  /*-------------------JOBS-----------------*/
  .page-jobs .jobs-list li {
    width: 20.428em;
  }
  .page-jobs .jobs-list {
    padding: 4em 0 1em;
  }
  .jobs-content h3 {
    margin: 0 auto 4em;
  }
  /*------------------FOOTER---------------*/
  footer .site-menus {
    width: 9.714em;
  }
  footer .footer-button {
    width: 17em;
  }
  footer .copyright {
    font-size: 0.714em;
  }
  .footer-lang {
    margin-bottom: 0.5em;
  }
  footer .menu-social {
    width: 24em;
  }
  footer .menu-social .niv-1 {
    margin-bottom: 0.5em;
    width: 100%;
  }
  footer .plan {
    margin-bottom: 0em;
    vertical-align: top;
    width: 9em;
    display: inline-block;
  }
  footer .social {
    width: 12em;
    vertical-align: top;
    display: inline-block;
  }
  footer .copyright {
    margin-top: 2em;
  }
}
@media screen and (min-width: 615px) {
  .slider {
    display: block !important;
  }
}
@media screen and (max-width: 615px) {
  /*-------------STYLES GENEREAUX--------------*/
  .content {
    width: 90%;
  }
  body {
    font-size: 12px;
  }
  .button a,
  .defis-intro .button a {
    width: 100%;
  }
  .main h3,
  .page-accueil .bigtitle .bigtitle-content h3 {
    font-size: 1.667em;
  }
  .main h3:before,
  .page-accueil .bigtitle .bigtitle-content h3:before {
    background-position: -7.25em -13.8em;
    width: 6.75em;
    height: 5.8em;
    left: 5.3em !important;
    top: -1.6em;
  }
  .main.page-pepite {
    padding-top: 5em;
  }
  .main {
    padding-top: 1em;
  }
  .page-title h2 {
    font-size: 2.083em;
  }
  .equipe .title,
  .defis-intro .title,
  .lesequipes h4,
  .use-cases .title,
  .optimiser .title,
  .devenirpartenaires h4,
  .pepite-offices h4,
  .contact-form .choix label,
  .page-jobs .jobs-list h4,
  .types-partenaire > strong,
  .pilier .title,
  .page-methodologie .title,
  .datamaestro .title {
    font-size: 1.417em;
    line-height: 1.4em;
  }
  .page-accueil .defis-intro .tools:before,
  .defis-intro .tools:before,
  .body-defis .defis-intro .tools:before {
    content: none;
  }
  .main-menu .sous-menu li {
    font-size: 1.333em;
    margin-bottom: 0;
  }
  /*-------------------HEADER------------------*/
  .logo {
    width: 25%;
  }
  .lang {
    padding: 1.2em 1em;
  }
  .connect {
    padding: 1.2em 1em;
  }
  .blue-frame {
    padding: 3%;
  }
  .blue-frame h3 strong {
    font-size: 1.5em;
  }
  .blue-frame h3 {
    font-size: 1.083em;
  }
  .tools-logos li:first-of-type {
    margin-right: 4%;
  }
  .blue-frame-resp {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    height: 6.6em;
  }
  .main-menu .sous-menu li a {
    font-size: 0.6em;
  }
  /*-------------------ACCUEIL-----------------*/
  .unslider {
    height: 11.5em;
  }
  .page-accueil .optimiser .button {
    width: 100%;
  }
  .unslider-wrap,
  .unslider-nav {
    display: none;
  }
  .slider {
    height: 15em;
  }
  .page-accueil .accueil-intro .colleft {
    height: 26em;
    width: 20em;
    margin: 0 auto 2em;
    display: block;
    float: none;
  }
  .page-accueil .accueil-intro .colleft .item-1,
  .page-accueil .accueil-intro .colleft .item-3 {
    left: 2em;
  }
  .page-accueil .accueil-intro .colleft .item-1 {
    top: 2em;
  }
  .page-accueil .accueil-intro .colleft .item-2 {
    left: 8.8em;
    top: 8.8em;
  }
  .page-accueil .accueil-intro .colleft .item-3 {
    top: 15.5em;
  }
  .page-accueil .accueil-intro .colright {
    width: 100%;
  }
  .page-accueil .accueil-intro li:first-of-type {
    font-size: 1.25em;
  }
  .page-accueil .accueil-intro li {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .page-accueil .accueil-intro .button {
    width: 100%;
    margin-top: 2em;
  }
  .page-accueil .bigtitle {
    height: 13em;
  }
  .page-accueil .bigtitle .bigtitle-content {
    top: 5.5em;
  }
  .page-accueil .button,
  .page-accueil .defis-intro .button,
  .body-defis .defis-intro .button {
    width: 100%;
  }
  .page-accueil .buttons {
    margin-top: 1em;
  }
  .our-users li {
    width: 100%;
    margin: 0 0 2em 0;
  }
  .our-users .item2 {
    margin: 0 0 2em 0;
  }
  /*--------------------PEPITE----------------*/
  .pepite-map {
    display: none;
  }
  .activite-mondiale .button-pdf {
    display: block;
  }
  .activite-mondiale .button-clients {
    width: 100%;
  }
  .lesequipes .content:after {
    background-position: -18.75em -1.25em;
    width: 7.167em;
    height: 6.833em;
    top: -4em;
  }
  .lesequipes {
    padding: 2em 0 2em;
  }
  .quisommesnous .intro .colleft {
    margin-top: 4em;
  }
  .quisommesnous {
    margin-bottom: 2em;
  }
  .quisommesnous .intro .colright {
    width: 80%;
  }
  .quisommesnous .pepite-outils-title h3 {
    margin: 0 auto 2.5em !important;
  }
  .equipe {
    margin-bottom: 6em;
  }
  .activite-mondiale {
    margin-top: 6em;
  }
  /*-------------------DEFIS------------------*/
  .defis-intro .tools li:before {
    content: none;
  }
  .defis-intro p {
    font-size: 1em;
  }
  .defis-intro .tools li {
    height: 6.786em;
    width: 26em;
    background-position: -78em -49.083em;
    display: block;
    margin: 0 auto 2em;
  }
  .defis-intro .tools h6 {
    width: 11.5em;
    margin: 0 4.5em;
    padding: 1.2em 0em 1.1em;
    font-size: 1.2em;
  }
  .defis-intro .tool-2 {
    margin: 1em 0;
  }
  .defis-intro .conclusion p {
    font-size: 1em;
  }
  .optimiser li,
  .optimiser .item2,
  .optimiser .item5 {
    width: 100%;
    margin: 0 0 2em 0;
  }
  .optimiser li span {
    font-size: 2.167em;
  }
  .pilier .piliertxt p {
    font-size: 1em;
  }
  .pilier .button {
    width: 100%;
  }
  /*-----------------USE CASES----------------*/
  .use-cases .details .details-content {
    max-height: 54.167em;
  }
  .use-cases .usecases-content > ul > li {
    width: 100%;
    height: 20.833em;
    margin: 0 0 2.5em 0;
    overflow: hidden;
  }
  .use-cases {
    margin-bottom: 1em;
  }
  .use-cases .usecases-content > ul {
    margin-right: 0;
  }
  .use-cases .usecase-content {
    height: 100%;
  }
  .use-cases .usecases-content > ul > li h5 {
    font-size: 2.083em;
  }
  .use-cases .details .usecase-title {
    float: none;
    width: 100%;
    height: auto;
    padding: 0.5em;
    font-size: 2em;
  }
  .use-cases .details .details-content h6 {
    float: none;
    font-size: 1.833em;
    margin: 1em 0;
  }
  .use-cases .details .details-content .button {
    width: 100%;
    margin-top: 1em;
  }
  /*------------------CLIENTS-----------------*/
  .temoignages .content:before {
    content: none;
  }
  .temoignages li {
    width: 100%;
  }
  .temoignages p span {
    top: 0.1em;
    left: 0em;
  }
  .body-clients .main {
    padding-top: 1em;
  }
  .clients-logos {
    margin-top: 6em;
  }
  .temoignages {
    padding: 4em 0 2em;
  }
  .clients-temoignages h3 {
    margin: 0 auto 1.5em;
  }
  .clients-logos li img {
    max-width: 8em;
  }
  /*----------------METHODOLOGIE--------------*/
  .page-methodologie .intro:before {
    top: -9em;
  }
  .main.page-methodologie {
    padding-top: 4em;
  }
  .steps > div {
    width: 80%;
  }
  .steps .bloc {
    height: auto;
    padding: 2em 3.85em 2em;
  }
  .steps .bloc:before {
    right: -3em;
  }
  .steps .step-1 .bloc:after,
  .steps .step-2 .bloc:after,
  .steps .step-3 .bloc:after {
    left: 45%;
  }
  .steps .months {
    font-size: 0.833em;
  }
  .steps .step-2 .plus {
    width: 100%;
    left: 0;
  }
  .steps-details .button {
    width: 100%;
  }
  .steps-details .b-2 {
    margin-top: 2em;
  }
  .steps-details .step-2-details ul {
    margin: 0 auto;
    display: block;
    width: 39em;
  }
  .steps-details .step-2-details .schema6phases:after {
    background-position: -2em -14em;
    width: 22.5em;
    height: 1.929em;
    background-size: 51.429em;
    height: 1em;
    left: 20%;
  }
  .steps-details .step-2-details li .details:before {
    width: 7.143em;
    height: 7.143em;
  }
  .steps-details .step-2-details li .details {
    padding-left: 9em;
  }
  .steps-details .step-2-details .item-1 .details:before {
    background-position: -1.643em -63.286em;
  }
  .steps-details .step-2-details .item-2 .details:before {
    left: 0;
    background-position: -11.357em -63.786em;
  }
  .steps-details .step-2-details .item-3 .details:before {
    background-position: -23.571em -63.643em;
    left: 0;
  }
  .steps-details .step-2-details .item-4 .details:before {
    background-position: -34.571em -63.5em;
    left: 0;
  }
  .steps-details .step-2-details .item-5 .details:before {
    background-position: -46.786em -64.286em;
  }
  .steps-details .step-2-details .item-6 .details:before {
    left: 0;
    background-position: -58.214em -63.786em;
  }
  /*----------------DATAMAESTRO--------------*/
  .datamaestro .button {
    width: 100%;
  }
  .datamaestro .plateforme .schema-details h4 {
    width: 12em;
    margin: 0 auto 3em;
  }
  .datamaestro .plateforme .schema-details h4:before {
    left: 4.4em;
    top: -2.1em;
  }
  .datamaestro .plateforme {
    margin-top: 11em;
  }
  .datamaestro .plateforme .schema-details h5 {
    padding-left: 5.5em;
  }
  .datamaestro .plateforme .schema-details h4:before {
    height: 7.143em;
  }
  .datamaestro-schema {
    margin-top: 5em;
  }
  /*----------------WINTELL / FINDIT---------*/
  .wintell p,
  .findit p {
    font-size: 1em;
  }
  .wintell .button,
  .findit .button {
    width: 100%;
  }
  .wintell .colright .txt a,
  .findit .colright .txt a {
    font-size: 1.083em;
  }
  .wintell .logos a,
  .findit .logos a {
    float: none;
    margin: 0 auto;
    display: block;
    width: 50%;
  }
  .findit .logos .txt {
    margin: 0;
    width: 100%;
    float: none;
  }
  /*----------------PARTENAIRES--------------*/
  .partenaires-map {
    display: none;
  }
  .nospartenaires .button-pdf {
    display: block;
  }
  .types-partenaire li {
    width: 100%;
    margin: 1em 0 !important;
    text-align: justify;
  }
  .devenezpartenaires {
    padding: 3em 0;
  }
  .devenezpartenaires .button {
    bottom: -8em;
  }
  .devenirpartenaires .button {
    width: 90%;
  }
  .devenezpartenaires {
    margin-bottom: 4em;
  }
  .certification {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 3em;
    width: 100%;
  }
  .certification h4 {
    text-align: left;
  }
  .certification:before {
    left: 41%;
  }
  .devenirpartenaires {
    margin-bottom: 6em;
  }
  .certification:after {
    content: none;
  }
  /*-----------------CONTACT----------------*/
  .contact-form input[type="checkbox"] {
    float: left;
    width: 1em;
    margin-bottom: 3em;
  }
  .contact-form .button {
    margin-top: 1em;
  }
  .contact-form .choix .select {
    background-position: 17.167em 1em;
    font-size: 1.333em;
  }
  .contact-form label {
    font-size: 1.167em;
  }
  .contact-form .col1,
  .contact-form .col2 {
    width: 100%;
  }
  .contact-form .col2 {
    margin: 0;
  }
  .contact-form input[type="submit"] {
    font-size: 1.5em;
    width: 100%;
  }
  .contact-form .button {
    width: 100%;
  }
  .pepite-offices .adresse {
    height: auto;
  }
  .pepite-offices .title {
    height: 5.4em;
  }
  /*-------------------JOBS-----------------*/
  .page-jobs .intro .button {
    width: 100%;
  }
  .jobs-content h3 {
    margin: 0 auto 3em;
  }
  .page-jobs .jobs-list li {
    width: 100%;
    margin: 0 0 2.5em 0;
  }
  .page-jobs .jobs-list .button {
    width: 100%;
  }
  .page-jobs .jobs-list ul {
    margin-right: 0;
  }
  /*------------------FOOTER---------------*/
  footer .site-menus li {
    font-size: 1em;
  }
  .footer-lang + nav {
    display: none;
  }
  footer .footer-button {
    width: 100%;
  }
  footer .menu-social {
    width: 100%;
  }
  footer .social {
    width: 45%;
    margin-bottom: 1.5em;
    text-align: right;
  }
  footer .plan {
    width: 45%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 545px) {
  .steps-details .step-2-details .schema6phases:after {
    left: 4em;
  }
  .steps-details .step-2-details h6 {
    left: 5.1em;
  }
  .steps-details .step-2-details .schema6phases {
    padding: 2em 2em 2em;
    width: 36em;
  }
  .steps-details .step-2-details .schema6phases:after {
    background-position: -2em -13.9em;
    width: 22.5em;
    height: 1em;
    background-size: 51.429em;
  }
  .steps-details .step-2-details ul {
    width: 100%;
  }
  .steps-details .step-2-details li {
    width: 9em;
    margin-right: 2em;
  }
  .steps-details .step-2-details li .icon {
    width: 9em;
    height: 9.5em;
  }
  .steps-details .step-2-details li .details {
    top: 32em;
  }
  .steps-details .step-2-details .item-3 {
    margin-right: 0;
  }
  .steps-details .step-2-details .item-1 .icon {
    background-position: -1.8em -2em;
  }
  .steps-details .step-2-details .item-2 .icon {
    background-position: -13em -2em;
  }
  .steps-details .step-2-details .item-3 .icon {
    background-position: -24.7em -2em;
  }
  .steps-details .step-2-details .item-4 .icon {
    background-position: -36em -2em;
  }
  .steps-details .step-2-details .item-5 .icon {
    background-position: -47.7em -2em;
  }
  .steps-details .step-2-details .item-6 .icon {
    background-position: -59.2em -2em;
  }
  .steps-details .step-2-details .item-1 .icon,
  .steps-details .step-2-details .item-2 .icon,
  .steps-details .step-2-details .item-3 .icon,
  .steps-details .step-2-details .item-4 .icon,
  .steps-details .step-2-details .item-5 .icon,
  .steps-details .step-2-details .item-6 .icon {
    background-size: 70em;
  }
}
@media screen and (max-width: 480px) {
  .slider {
    height: 13em;
  }
  .logo {
    width: 21%;
    margin-top: 0.667em;
  }
  .banner {
    height: 16.667em;
  }
  .unslider {
    height: 10.5em;
  }
  .blue-frame h3 strong {
    font-size: 1.333em;
  }
  .datamaestro .intro .colleft .list1,
  .datamaestro .intro .colleft .list2,
  .datamaestro .intro .colleft .list3 {
    width: 100%;
    min-height: auto;
  }
  .steps .months {
    font-size: 0.75em;
  }
  .steps-details .step-2-details {
    padding-bottom: 25em;
  }
  .steps-details .step-2-details h6 {
    left: 2.1em;
  }
  .steps-details .step-2-details .schema6phases {
    width: 26.25em;
  }
  .steps-details .step-2-details .item-3 {
    margin-right: 2em;
  }
  .steps-details .step-2-details .item-2,
  .steps-details .step-2-details .item-4 {
    margin-right: 0;
  }
  .steps-details .step-2-details li {
    margin-right: 2em;
  }
  .steps-details .step-2-details li .icon {
    width: 9em;
    height: 9.5em;
  }
  .steps-details .step-2-details li .details {
    top: 44em;
  }
  .equipe .title p {
    width: 100%;
  }
  .steps-details .step-2-details .schema6phases:after {
    left: 0;
  }
  .steps-details .step-2-details .item-5 .step-title {
    text-align: left;
  }
  .datamaestro .plateforme .schema {
    width: 100%;
  }
  .contact-form input[type="checkbox"] {
    margin-bottom: 5em;
  }
  .datamaestro .intro .colleft .list1,
  .datamaestro .intro .colleft .list2,
  .datamaestro .intro .colleft .list3 {
    margin-bottom: 0;
  }
  .datamaestro .intro .colleft .list1 li,
  .datamaestro .intro .colleft .list2 li,
  .datamaestro .intro .colleft .list3 li {
    min-height: initial;
    padding-left: 2.5em;
  }
  .datamaestro .intro .colleft .list2 {
    margin: 0;
  }
  .pepite-offices li {
    width: 100%;
  }
  .pepite-offices .title {
    height: auto;
  }
  .body-jobs .banner img {
    margin-top: -3em;
  }
}
@media screen and (max-width: 435px) {
  .lesequipes h4 {
    width: 15em;
  }
}
@media screen and (max-width: 405px) {
  .slider {
    height: 11.5em;
  }
  .page-accueil .accueil-intro .colleft {
    width: 80%;
  }
  .banner {
    height: 16em;
  }
  .page-title {
    top: 5em;
  }
  .lesequipes .content:after {
    top: -3em;
  }
  .page-methodologie .intro:before {
    position: initial;
    margin: 0 auto 1.5em;
    display: block;
  }
  .fc-2 .colright img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 380px) {
  .wintell-content .colright p:first-of-type {
    text-align: left;
  }
  .logo {
    width: 27%;
  }
}
@media screen and (max-width: 365px) {
  .pilier .blocleft img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 350px) {
  .page-accueil .bigtitle img {
    top: 0;
    width: auto;
    height: 100%;
  }
  .banner img {
    margin-top: 0;
    height: 100%;
    width: auto;
  }
  .equipe .title {
    margin-bottom: 4em;
  }
  .datamaestro .intro .colleft .list1 p,
  .datamaestro .intro .colleft .list2 p,
  .datamaestro .intro .colleft .list3 p {
    width: 91%;
  }
  .quisommesnous strong {
    text-align: center;
  }
  .page-accueil .accueil-intro .colleft a {
    width: 8em;
  }
  .page-accueil .accueil-intro .colleft .item-1,
  .page-accueil .accueil-intro .colleft .item-3 {
    left: 0em;
  }
  .page-accueil .accueil-intro .colleft .item-2 {
    left: 6.8em;
  }
  footer .adresses > div h4 {
    font-size: 0.917em;
  }
  footer .social {
    width: 7em;
  }
  footer .social li {
    margin-bottom: 1em;
  }
  footer .social-fb {
    width: 1.857em;
    background-position: -33.2em -15.214em;
  }
}
@media screen and (max-width: 330px) {
  .logo {
    width: 30%;
  }
  .steps-details .step-2-details {
    padding-bottom: 1em;
  }
  .steps-details .step-2-details h6 {
    left: 0.5em;
    font-size: 1.3em;
  }
  .steps-details .step-2-details .schema6phases {
    width: 19.286em;
  }
  .steps-details .step-2-details .schema6phases:after {
    background-position: -38.357em -20.071em;
    background-size: 72.857em 24.214em;
    width: 16.429em;
    height: 0.571em;
    bottom: -1.2em;
  }
  .steps-details .step-2-details .schema6phases strong {
    font-size: 0.95em;
  }
  .steps-details .step-2-details li {
    margin: 0 auto !important;
    display: block;
    width: 15em;
  }
  .steps-details .step-2-details li .icon {
    margin: 0 auto;
    display: block;
  }
  .steps-details .step-2-details li .details {
    position: initial;
    padding-left: 0;
  }
  .steps-details .step-2-details li .details .step-title {
    display: none;
  }
  .steps-details .step-2-details li .details span {
    display: none;
  }
  .steps-details .step-2-details li .details:before {
    content: none;
  }
  .lesequipes .content:after {
    top: -4.5em;
  }
}
@media screen and (max-width: 290px) {
  .blue-frame-resp {
    height: 7.917em;
  }
  .tools-logos li {
    width: 40%;
  }
  .tools-logos li img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */