@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url('../font/fontello-63285835/css/fontello.css');
@import url('../font/fontawesome/css/all.css');


/*-----------------------------------------------------------------------------
 * [Teepi] Screen Stylesheet
 * version:	0.0
 * date :		02/07/2015
 * author :		[Yannick EUSTACHE]
 *  			[yannick.eustache@lagardere-active.fr]
 *----------------------------------------------------------------------------- */
/* RESET CSS */
/* 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, tbody, tfoot, thead, tr, th, td, caption, 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 */
* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

ol, ul {
  list-style: none;
}

p {
  margin: 0 0 4px;
  line-height: 1.1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  display: block;
}

legend {
  display: none;
}

button {
  cursor: pointer;
}

a {
  position: relative;
  text-decoration: none;
  display: block;
}

p a {
  display: inline;
}

.text-right{
  text-align:right;
}

.clearfix:after {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.clear {
  clear: both;
}

:focus {
  outline: 0;
}

.page {
  font-family: "Lato", serif;
  font-size: 1.2em;
}

h1, h2, h3 {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
}

h1, .h1 {
  line-height: 1.3;
  font-size: 2.7em;
  color: #fff;
}

h2, .h2 {
  font-size: 4em;
  font-weight: 300;
}

h3, .h3 {
  font-size: 2em;
  color: #25b7bb;
}

p {
  font-family: "Lato", serif;
}

.strong strong {
  text-transform: uppercase;
  display: block;
  font-size: 2.5em;
}

    .icnmrkt {
        display: block;
       margin-bottom: 17px;
        font-size: 1.8em;
    }
    .icnmrkt-sm{
        margin-bottom: 5px;
        font-size: 1.5em;
    }
    .icnmrkt-big{
        margin-bottom: 5px;
        font-size: 2.1em;
    }
    .icnmrkt-bigger{
        margin-bottom: 5px;
        font-size: 2.9em;
    }
    
	
a:hover {
  -webkit-transition: 0.2s ease-in 0s;
  -moz-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s;
}

header nav a:hover {
  color: #346d87;
}

footer .col a:hover {
  color: #346d87;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1% 0;
  background: #25b7bb;
}
header nav a {
  font-family: "Lato", serif;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
header nav a.active {
  color: #346d87;
}
header nav a span {
  display: block;
  margin-bottom: 16px;
  font-size: 1.9em;
}

header .wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 3.8%;
}

footer {
  background: #25b7bb url("../images/footer-logo.png") no-repeat center center;
}
footer .wrapper {
  overflow: hidden;
  padding-top: 5%;
  padding-bottom: 5%;
}
footer .col:last-child {
  float: right;
}
footer .col:last-child p {
  margin-bottom: 15%;
}
footer .col p, footer .col a {
  font-size: 1.2em;
  color: #fff;
}
footer .col a {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.page .header-clone {
  display: block;
  width: 100%;
}

section {
  position: relative;
}

.wrapper {
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3.8%;
}

.cols {
  overflow: hidden;
}

.col {
  float: left;
  width:auto;
}

#section1 .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25b7bb url("../images/section1-bg.jpg") bottom left repeat-x;
}
#section1 .bg:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/section1-picture.png") no-repeat top center;
}
#section1 .wrapper {
  position: relative;
  z-index: 1;
  padding-top: 20%;
  padding-bottom: 60px;
}
#section1 h1 {
  max-width: 510px;
  margin: 0 auto 6%;
  text-align: center;
}
#section1 form label {
  vertical-align: middle;
  margin-right: 3%;
  font-family: "Roboto Slab", serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#section1 form input {
  vertical-align: middle;
  width: calc(100% - 400px);
  height: 34px;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  font-size: 1.5em;
  color: #346d87;
}
#section1 form input::-webkit-input-placeholder {
  font-size: 1em;
  color: #346d87;
}
#section1 form input::-moz-placeholder {
  font-size: 1em;
  color: #346d87;
}
#section1 form input:-moz-placeholder {
  font-size: 1em;
  color: #346d87;
}
#section1 form input:-ms-input-placeholder {
  font-size: 1em;
  color: #346d87;
}

#section2 .wrapper {
  padding-top: 3.6%;
  text-align: center;
}
#section2 .cols {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2.6%;
  text-align: left;
}
#section2 .col {
  max-width: 300px;
  width: 25%;
}
#section2 .col span {
  display: block;
  width: 70%;
  margin-bottom: 11%;
  text-align: center;
}
#section2 .col span:before {
  margin: 0;
  font-size: 58px;
  color: #25b7bb;
}
#section2 .col h2 {
  width: 90%;
  min-height: 109px;
  font-weight: 400;
}
#section2 .col p {
  max-width: 257px;
  width: 94%;
  line-height: 1.5;
  padding-right: 4%;
  font-size: 1.3em;
  color: #346d87;
}
#section2 article {
  position: relative;
  padding-bottom: 6%;
  text-align: left;
}
#section2 article h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 5%;
  color: #25b7bb;
}
#section2 article blockquote {
  position: relative;
  z-index: 1;
  max-width: 783px;
  width: 70%;
  margin-bottom: 4.8%;
  padding-left: 5%;
  color: #346d87;
  font-weight: 300;
}
#section2 article .content {
  max-width: 717px;
  width: 90%;
}
#section2 article .icon-quote {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 18px;
  background: transparent url("../images/quote.png") no-repeat 0 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
#section2 article .icon-quote.second {
  background-image: url("../images/quote-2.png");
}
#section2 article .author {
  max-width: 783px;
  width: 59%;
}
#section2 article .name {
  position: relative;
  z-index: 1;
  line-height: 1.6;
  font-size: 1.4em;
  color: #346d87;
}
#section2 article .media {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
}

.same .wrapper {
  position: relative;
  padding-top: 5.2%;
  padding-bottom: 5.2%;
}
.same .wrapper:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  margin: 0;
  font-size: 192px;
  color: #fff;
}
.same h2 {
  max-width: 833px;
  margin-bottom: 6%;
  color: #fff;
}
.same h3 {
  max-width: 833px;
  margin-bottom: 18px;
  font-family: "Lato", serif;
  color: #fff;
  font-weight: 700;
}
.same p {
  max-width: 833px;
  width: 70%;
  line-height: 1.3;
  font-size: 1.4em;
  color: #fff;
}

#section3 {
  background: #3197c5;
}

#section4 {
  background: #0f678f;
}
#pass_reset .btn{
  padding-left:16px;
}
@media (min-width: 1100px) {
  header .logo {
    float: left;
  }
    header .logo img {
    height: 62px;
  }
  header nav {
    float: right;
  }
  header nav .menu-burger {
    display: none;
  }
  header nav li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
  }
  header nav li:first-child {
    margin-left: 0;
  }
  header nav li:last-child a {
    text-align: right;
  }

  #section1 form label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 66px;
  }
  #section1 form input {
    display: inline-block;
    vertical-align: middle;
  }

  #section2 article .icon-quote {
    margin-right: 10px;
  }
  #section2 article .icon-quote.second {
    margin-left: 0px;
    margin-right: 0;
  }
}
@media (max-width: 1099px) {
  header .logo {
    float: none;
    width: 100%;
    text-align: center;
  }
header .logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
  }
  header nav {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  header nav .menu-burger {
      display: block;
      position: relative;
      z-index: 1;
      width: 50px;
      text-align: left;
      font-size: 1.8rem;
      margin: 6px;
      text-align: center;
  }
  header nav ul {
    display: none;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    background: #25b7bb;
  }
  header nav li {
    padding: 1.8% 0;
  }
  header nav a {
    font-size: 1em;
  }
  header nav a span {
    font-size: 3em;
  }
  header.open nav ul {
    display: block;
  }

  #section1 .bg:before {
    background-size: contain;
  }
  #section1 form label {
    display: block;
    width: 100%;
    margin-bottom: 2%;
    text-align: center;
  }
  #section1 form input {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  #section2 .col {
    width: 50%;
    margin-bottom: 30px;
  }
  #section2 .col:nth-child(odd) {
    clear: both;
  }
  #section2 article blockquote {
    padding-left: 0;
  }
  #section2 article .content {
    display: inline;
  }

  .same .wrapper:before {
    display: none;
  }
  .same p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #section2 article .media {
    width: 50%;
  }
  #section2 article .media img {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 3em;
  }

  #section1 h1 {
    font-size: 2.2em;
  }
 
  #section2 article {
  position: relative;
  padding-bottom: 0;
  text-align: left;
  }
  #section2 .cols {
    width: 100%;
  }
  #section2 .col {
    float: none;
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  #section2 .col span, #section2 .col h2, #section2 .col p {
    width: 100%;
  }
  #section2 .col span {
    margin-bottom: 30px;
  }
  #section2 .col h2 {
    min-height: initial;
    margin-bottom: 30px;
  }
  #section2 .col p {
    max-width: 100%;
    padding-right: 0;
    font-size: 1.6em;
  }
  #section2 article blockquote, #section2 article .content {
    width: 100%;
  }
  #section2 article .author {
    width: 100%;
    margin-bottom: 20px;
  }
  #section2 article .media {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  footer {
    background-image: none;
  }
  footer .col, footer .col:last-child {
    float: none;
  }
  footer .col {
    margin-bottom: 20px;
  }
  footer .col:last-child p {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
.LinkedInLink {
    background: #009da2;
    border-radius: 10px;
    padding: 2px 10px;
}
.LinkedInLink a span {
    margin: 0 auto 15px auto;
    width: 40px;
}

/*flags*/
.changelanguage a{
  text-align:center !important;
}

.changelanguage .hiddenLang {
  display: none !important;
  background-color: #25b7bb;
  min-width: 65px ;
  padding: 10px;
  box-sizing:border-box;
}

.changelanguage:hover .hiddenLang{
  display:inherit !important;
  position:absolute;
}

.changelanguage small {
    width: 100%;
    font-size: inherit;
    text-align: center !important;
    margin-bottom:0px !important;
}
/*start conditions page*/
  .cgu {
    margin: 2%;
}

.cgu p {
    font-size: 1.3em;
    margin-bottom: 10px;
    line-height: 1.7;
    font-family: "Lato", serif;
}

.cgu p span {
    font-weight: 700;    
}

.cgu li {
    margin: 0 0 5px 20px;
    font-size: 1.3em;
    line-height: 1.7;
    font-family: "Lato", serif;    
}

.cgu ul {
    margin-bottom: 10px;
}

.cgu h1 {
    font-size: 2.2em;
    font-family: "Roboto Slab", serif;
    color: #25b7bb;
    text-transform: uppercase;
}

.cgu h2 {
    font-size: 1.5em;
    font-family: "Roboto Slab", serif;
    margin: 20px 0 10px 0;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
}

.cgu h3 {
    font-size: 1.4em;
    font-family: "Roboto Slab", serif;
    margin: 20px 0 10px 0;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 500;
    color:#000000;
}

.cgu h4 {
    font-size: 1.3em;
    font-family: "Roboto Slab", serif;
    margin: 20px 0 10px 0;
    text-decoration: underline;
    font-weight: 500;
    color:#000000;
}

.cgu a {
    color: #25b7bb;
    text-decoration: underline;
    font-weight: 700;
}
#conditions{
  padding: 12px;
}


.contact {
    margin: 2%;
    text-align: center !important;
}

.contact p {
    font-size: 1.3em;
    margin-bottom: 10px;
    line-height: 1.7;
    font-family: "Lato", serif;
}
.contact ul {
    margin-bottom: 10px;
}

.contact h1 {
    font-size: 2.2em;
    font-family: "Roboto Slab", serif;
    color: #25b7bb;
    text-transform: uppercase;
}

.contact h2 {
    font-size: 1.5em;
    font-family: "Roboto Slab", serif;
    margin: 20px 0 10px 0;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
}

/*end conditions page*/