<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * &lt;link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /&gt; */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a { outline: none; }
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clear {
  clear: both;
}
@-webkit-keyframes content-tabs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes content-tabs {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Header - Fond Couleurs */
header {
  width: 100%;
  height: auto;
  display: table;
}
.header-blue {
  position: absolute;
  z-index: 2;
}
.container-header {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}
.header-bar-top {
  width: 100%;
  background-image: linear-gradient(90deg, #54a1c7 0%, #304c6e 100%);
  height: 5px;
  display: block;
}
.logo {
  width: 190px;
  height: 137px;
  margin: 30px 0 0 30px;
  float: left;
}
.logo-white {
  background: url(../img/logo-white.svg) no-repeat 50% 50%;
}
.logo-blue {
  background: url(../img/logo-blue.svg) no-repeat 50% 50%;
}

/* Header - Menu */
.nav-right {
  float: right;
  margin: 83px 30px 0 0;
  height: 15px;
  width: auto;
  display: table;
}
.nav-right .sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #385778;
  margin: 0 15px;
  position: relative;
  top: -3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.nav-right .nav-button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url(../img/icon-nav-normal.svg) no-repeat 0% 50%;
  background-size: 14px 11px;
  padding-left: 26px;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.nav-right .nav-button:hover {
  color: #54A1C7;
}
.nav-right .nav-button-white {
  color: white;
}
.nav-right .nav-button-blue {
  color: #112336;
}
.nav-right .nav-button-blue {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #112336;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url(../img/icon-nav-normal.svg) no-repeat 0% 50%;
  background-size: 14px 11px;
  padding-left: 26px;
  cursor: pointer;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.nav-right .nav-button-blue:hover {
  color: #54A1C7;
}
.nav-right form {
  display: inline-block;
  width: auto;
}
.nav-right .search-button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  background: url(../img/icon-search.svg) no-repeat 0% 50%;
  background-size: 14px 14px;
  padding-left: 26px;
  cursor: pointer;
  border: none;
  outline: none;
  width: 147px;
  padding-right: 0;
  margin-bottom: -17px;
  -moz-appearance: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-right .search-button:hover {
  color: #54A1C7;
}
.nav-right .language-button {
  position: relative;
  display: inline-block;
  background: url(../img/icon-flag-fr.svg) no-repeat 0% 50%;
  width: 37px;
  height: 12px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-right .language-button:after {
  content: "";
  display: inline-block;
  background: url(../img/icon-select-blue.svg) no-repeat 0% 50%;
  width: 10px;
  height: 7px;
  float: right;
  position: relative;
  top: 3px;
}
.nav-right .language-button ul { display: none; position: absolute; top:20px; left: 0; }
/* Header - Fond blanc */
.logo-blue {
  width: 190px;
  height: 137px;
  background: url(../img/logo-blue.svg) no-repeat 50% 50%;
  margin: 30px 0 0 30px;
  float: left;
}
.button-blue {
  color: #54A1C7;
}

/* Header - Navigation */
.nav-menu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  height: 243px;
  z-index: 99999;
  display: block;
  -webkit-transform: translatey(-243px);
  -moz-transform: translatey(-243px);
  -ms-transform: translatey(-243px);
  -o-transform: translatey(-243px);
  transform: translatey(-243px);
}
.nav-menu .container-menu {
  width: 100%;
  max-width: 1024px;
  display: block;
  margin: 0 auto;
}
.nav-menu .container-links {
  display: inline-block;
  height: auto;
  width: 70%;
  margin: 40px 0;
  padding-left: 20px;
}
.nav-menu .container-links ul {
  list-style: none;
  text-align: left;
}
.nav-menu .container-links li {
  float: left;
  height: auto;
  vertical-align: top;
}
.nav-menu .container-links li h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #54A1C7;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 400;
}
.nav-menu .container-links li a {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  line-height: 15px;
  color: #112336;
  margin: 10px 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.nav-menu .container-links li a:hover {
  color: #54A1C7;
}
.nav-menu .container-links li:nth-child(1) {
  width: 27%;
}
.nav-menu .container-links li:nth-child(2) {
  width: 40%;
}
.nav-menu .container-links li:nth-child(3) {
  width: 33%;
}
.nav-menu .container-infos-contact {
  display: inline-block;
  height: auto;
  width: 20%;
  padding: 40px 20px 40px 40px;
  height: auto;
  border-left: 1px solid #D4E2EF;
  vertical-align: top;
}
.nav-menu .container-infos-contact .infos-tel {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #112336;
  text-align: center;
  padding-left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  height: 18px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
}
.nav-menu .container-infos-contact .infos-tel:before {
  content: "";
  width: 13px;
  height: 12px;
  display: inline-block;
  background: url(../img/icon-tel.svg) no-repeat 50% 50%;
  position: relative;
  left: 0;
  margin-right: 10px;
}
.nav-menu .container-infos-contact .infos-texte {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #112336;
  margin: 15px 0;
  text-align: center;
  width: 100%;
  display: block;
}
.nav-menu .container-infos-contact .btn-infos-contact {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #112336;
  width: 120px;
  border: 2px solid #54A1C7;
  padding: 15px 40px 15px 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin: 10px auto;
  background: url(../img/icon-mail-blue.svg) no-repeat 89% 50%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.nav-menu .container-infos-contact .btn-infos-contact:hover {
  color: white;
  background: #54A1C7 url(../img/icon-mail-white.svg) no-repeat 89% 50%;
}
.with--sidebar .site-pusher {
  -webkit-transform: translatey(243px);
  -moz-transform: translatey(243px);
  -ms-transform: translatey(243px);
  -o-transform: translatey(243px);
  transform: translatey(243px);
}
.with--sidebar .site-cache {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 35, 54, 0.8);
  z-index: 6;
  -webkit-animation: content-tabs .35s ease-in-out;  /* Safari 4+ */
  -moz-animation: content-tabs .35s ease-in-out;  /* Fx 5+ */
  -o-animation: content-tabs .35s ease-in-out;  /* Opera 12+ */
  animation: content-tabs .35s ease-in-out;  /* IE 10+, Fx 29+ */
  animation-fill-mode: forwards;
}
.with--sidebar .site-pusher .logo-big-home {
  z-index: 2;
}
.site-pusher {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;  /*-webkit-transform: translatey(0px);*/
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px); /* transform: translatey(0px); */
  height: 100%;
}
.atouts {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  height: 100%;
}
.fixedHeader {
  position: fixed;
  top: 0;
}
.site-container {
  overflow: hidden;
}
.site-pusher, .site-container {
  width: auto;
}

/* Header - Responsive */
@media screen and (max-width:1024px) {
  .nav-menu {
    width: 250px;
    height: 100%;
    -webkit-transform: translatex(-250px);
    -moz-transform: translatex(-250px);
    -ms-transform: translatex(-250px);
    -o-transform: translatex(-250px);
    transform: translatex(-250px);
  }
  .nav-menu .container-menu {
    width: 100%;
    max-width: 250px;
  }
  .nav-menu .container-links {
    width: 100%;
    padding-left: 0;
    padding: 13px;
    margin: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav-menu .container-links li {
    display: block;
    margin-bottom: 40px;
  }
  .nav-menu .container-links li:nth-child(1) {
    width: 100%;
  }
  .nav-menu .container-links li:nth-child(2) {
    width: 100%;
  }
  .nav-menu .container-links li:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }
  .nav-menu .container-infos-contact {
    width: 100%;
    padding: 20px 0 10px 0;
    border-left: none;
    border-top: 1px solid #D4E2EF;
    border-bottom: 1px solid #D4E2EF;
  }
  .with--sidebar .site-pusher {
    -webkit-transform: translatex(250px);
    -moz-transform: translatex(250px);
    -ms-transform: translatex(250px);
    -o-transform: translatex(250px);
    transform: translatex(250px);
  }
  .with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(17, 35, 54, 0.8);
    z-index: 6;
    -webkit-animation: content-tabs .35s ease-in-out;    /* Safari 4+ */
    -moz-animation: content-tabs .35s ease-in-out;    /* Fx 5+ */
    -o-animation: content-tabs .35s ease-in-out;    /* Opera 12+ */
    animation: content-tabs .35s ease-in-out;    /* IE 10+, Fx 29+ */
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width:768px) {
  .logo {
    margin: 30px auto;
    width: 100%;
  }
  .nav-right {
    float: none;
    margin: 0 auto 0 auto;
    text-align: center;
  }
}
footer {
  display: block;
  width: 100%;
  border-top: 1px solid #D4E2EF;
}
footer .container-footer {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  padding: 30px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .container-footer .container-infos-contact {
  width: 100%;
  display: inline-block;
}
footer .container-footer .container-infos-contact ul {
  list-style: none;
  text-align: center;
}
footer .container-footer .container-infos-contact li {
  float: left;
  padding: 20px;
  height: auto;
  max-height: 150px;
  vertical-align: top;
}
footer .container-footer .container-infos-contact li p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #112336;
  display: block;
  vertical-align: middle;
  margin-top: 15px;
}
footer .container-footer .container-infos-contact li strong {
  font-weight: 600;
}
footer .container-footer .container-infos-contact li:nth-child(1) {
  width: 20%;
}
footer .container-footer .container-infos-contact li:nth-child(2) {
  width: 30%;
}
footer .container-footer .container-infos-contact li:nth-child(3) {
  width: 15%;
}
footer .container-footer .container-infos-contact li:nth-child(3) p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: #385778;
}
footer .container-footer .container-infos-contact li:nth-child(4) {
  width: 20%;
}
footer .container-footer .container-infos-contact .logo-footer {
  width: 157px;
  height: 115px;
  background: url(../img/logo-blue.svg) no-repeat 50% 50%;
  background-size: 157px 115px;
  display: block;
  margin: 0 auto;
}
footer .container-footer .container-infos-contact .infos-tel {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #112336;
  text-align: center;
  padding-left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
  height: 18px;
  font-weight: 700;
  display: block;
  margin: 15px auto 0 auto;
}
footer .container-footer .container-infos-contact .infos-tel:before {
  content: "";
  width: 13px;
  height: 12px;
  display: inline-block;
  background: url(../img/icon-tel.svg) no-repeat 50% 50%;
  position: relative;
  left: 0;
  margin-right: 10px;
}
footer .container-footer .container-infos-contact .btn-infos-contact {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #112336;
  width: 120px;
  border: 2px solid #54A1C7;
  padding: 15px 40px 15px 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin: 30px auto 0 auto;
  background: url(../img/icon-mail-blue.svg) no-repeat 89% 50%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
footer .container-footer .container-infos-contact .btn-infos-contact:hover {
  color: white;
  background: #54A1C7 url(../img/icon-mail-white.svg) no-repeat 89% 50%;
}
footer .container-links {
  width: 100%;
  height: auto;
  border-top: 1px solid #D4E2EF;
}
footer .container-links ul {
  list-style: none;
  text-align: center;
  margin: 40px auto;
  width: auto;
}
footer .container-links li {
  display: inline-block;
  height: auto;
  vertical-align: top;
  text-align: left;
}
footer .container-links li strong {
  font-weight: 600;
}
footer .container-links li p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #112336;
}
footer .container-links li h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #54A1C7;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 400;
}
footer .container-links li a {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  line-height: 15px;
  color: #112336;
  margin: 10px 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
footer .container-links li a:hover {
  color: #54A1C7;
}
footer .container-links li:nth-child(1) {
  width: 180px;
  padding: 0 1.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .container-links li:nth-child(2) {
  width: 280px;
  padding: 0 1.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .container-links li:nth-child(3) {
  width: 240px;
  padding: 0 1.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer .container-links li:nth-child(4) {
  width: 250px;
  padding: 0 1.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
footer .container-links li:nth-child(4) a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #112336;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
footer .container-links li:nth-child(4) a:hover {
  color: #54A1C7;
}

/* Footer - Responsive */
@media screen and (max-width:1280px) {
  footer .container-footer .container-infos-contact li:nth-child(1) {
    width: 18%;
  }
  footer .container-footer .container-infos-contact li:nth-child(2) {
    width: 25%;
  }
  footer .container-footer .container-infos-contact li:nth-child(3) {
    width: 19%;
  }
  footer .container-footer .container-infos-contact li:nth-child(4) {
    width: 20%;
  }
  footer .container-links li:nth-child(1) {
    width: 185px;
  }
  footer .container-links li:nth-child(2) {
    width: 265px;
  }
  footer .container-links li:nth-child(3) {
    width: 225px;
  }
  footer .container-links li:nth-child(4) {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width:1024px) {
  footer .container-footer .container-infos-contact li {
    min-height: 115px;
  }
  footer .container-footer .container-infos-contact li:nth-child(1) {
    width: 43%;
  }
  footer .container-footer .container-infos-contact li:nth-child(2) {
    width: 43%;
  }
  footer .container-footer .container-infos-contact li:nth-child(2) p {
    text-align: center;
  }
  footer .container-footer .container-infos-contact li:nth-child(3) {
    width: 43%;
  }
  footer .container-footer .container-infos-contact li:nth-child(3) p {
    text-align: center;
  }
  footer .container-footer .container-infos-contact li:nth-child(4) {
    width: 43%;
  }
}
@media screen and (max-width:768px) {
  footer .container-links li:nth-child(1) {
    width: 45%;
  }
  footer .container-links li:nth-child(2) {
    width: 34%;
  }
  footer .container-links li:nth-child(3) {
    width: 31%;
    margin-top: 30px;
  }
  footer .container-links li:nth-child(4) {
    width: 48%;
    display: inline-block;
    margin-top: 30px;
  }
}
@media screen and (max-width:650px) {
  footer .container-footer .container-infos-contact li {
    padding: 10px;
    min-height: none;
  }
  footer .container-footer .container-infos-contact li:nth-child(1) {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .container-footer .container-infos-contact li:nth-child(2) {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .container-footer .container-infos-contact li:nth-child(3) {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .container-footer .container-infos-contact li:nth-child(4) {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .container-links li:nth-child(1) {
    width: 90%;
    text-align: center;
    display: block;
    margin: 0 auto 0 auto;
  }
  footer .container-links li:nth-child(2) {
    width: 90%;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
  }
  footer .container-links li:nth-child(3) {
    width: 90%;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
  }
  footer .container-links li:nth-child(4) {
    width: 90%;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
  }
}

/* Input - Search */
input {
  outline: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none;
}
input[type=search].search-white {
  color: white;
}
input[type=search].search-white::-webkit-input-placeholder {
  color: white;
}
input[type=search].search-white::-moz-placeholder {
  color: white;
  opacity: 1;
}
input[type=search].search-white::-ms-input-placeholder {
  color: white;
}
input[type=search].search-white:-moz-placeholder {
  color: white;
  opacity: 1;
}
input[type=search].search-white:focus {
  color: #54A1C7;
  border-bottom: 1px solid #54A1C7;
}
input[type=search].search-blue {
  color: #112336;
}
input[type=search].search-blue::-webkit-input-placeholder {
  color: #112336;
}
input[type=search].search-blue::-moz-placeholder {
  color: #112336;
}
input[type=search].search-blue::-ms-input-placeholder {
  color: #112336;
}
input[type=search].search-blue:-moz-placeholder {
  color: #112336;
}
input[type=search].search-blue:focus {
  color: #54A1C7;
  border-bottom: 1px solid #54A1C7;
  width: 300px;
}
img {
  outline: none;
}

/* Input - Select */
.select-style {
  padding: 0;
  margin: 0 0 30px 0;
  border: 1px solid #D4E2EF;
  width: 50%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 45px;
  overflow: hidden;
  background: url(../img/icon-select-blue.svg) no-repeat 95% 50%;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.select-style select {
  font-family: "Lato", sans-serif;
  color: #385778;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 15px;
  width: 100%;
  border: none;
  box-shadow: none;
  line-height: 35px;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select:focus {
  outline: none;
}
.select-style:hover {
  border: 1px solid #54A1C7;
}

/* Input - Contact Form */
form {
  width: 100%;
}
form textarea {
  font-family: "Lato", sans-serif;
  border: 1px solid #D4E2EF;
  color: #112336;
  outline: none;
  float: left;
  font-size: 13px;
  height: 130px;
  width: 94%;
  margin: 50px 2% 2% 0;
  padding: 15px;
  resize: vertical;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
form input {
  font-family: "Lato", sans-serif;
  border: 1px solid #D4E2EF;
  color: #112336;
  outline: none;
  float: left;
  font-size: 13px;
  height: 45px;
  width: 46%;
  margin: 2% 2% 0 0;
  padding: 5px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
form input:focus, form textarea:focus {
  border: 1px solid #54A1C7;
}
form .input-submit {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #112336;
  width: 120px;
  border: 2px solid #54A1C7;
  padding: 14px 40px 15px 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-right: 5.8%;
  background: url(../img/icon-arrow-blue-next.svg) no-repeat 85% 50%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
form .input-submit:hover {
  color: white;
  background: #54A1C7 url(../img/icon-arrow-white-next.svg) no-repeat 85% 50%;
}
::-webkit-input-placeholder {
  color: #385778;
}
::-moz-placeholder {
  color: #385778;
}
::-ms-input-placeholder {
  color: #385778;
}
:-moz-placeholder {
  color: #385778;
}

/* Input - Responsive */
@media screen and (max-width:768px) {
  .select-style {
    width: 95.8%;
    margin: 0 auto 4% auto;
    background: url(../img/icon-select-blue.svg) no-repeat 97% 50%;
  }
  form {
    width: 100%;
    margin: 0 auto;
  }
  form input {
    margin: 0 2% 4% 2%;
  }
  form textarea {
    margin: 0 auto 4% auto;
    width: 96%;
    float: none;
    display: table;
  }
  form #input-submit {
    margin-right: 2%;
  }
}
@media screen and (max-width:600px) {
  form {
    width: 100%;
    margin: 0 auto;
  }
  form input {
    width: 96%;
  }
  form #input-submit {
    display: block;
    margin: 0 auto;
    float: none;
  }
}
.text-intro {
  width: 100%;
  display: block;
  max-width: 1500px;
  padding: 15px 30px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-intro p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #112336;
  font-weight: 700;
}
.container-text {
  width: 100%;
  height: auto;
  display: table;
  margin-bottom: 40px;
}
.text-1columns {
  width: 100%;
  height: auto;
  max-width: 1200px;
  padding: 15px 30px;
  margin: 0 auto;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-1columns h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin: 5px 0 15px 0;
  color: #385778;
}
.text-1columns p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #112336;
  margin: 10px 0;
  text-align: justify;
}
.text-1columns p img { max-width: 1200px; height: auto;}
.text-1columns strong {
  font-weight: 700;
}
.text-2columns {
  width: 100%;
  height: auto;
  display: table;
  max-width: 1200px;
  padding: 15px 30px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-2columns h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin: 5px 0 30px 0;
  color: #385778;
}
.text-2columns p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #112336;
  margin: 10px 0;
  text-align: justify;
}
.text-2columns strong {
  font-weight: 700;
}
.text-2columns p img {
  max-width: 100%;
  height: auto;
}
.text-2columns p img.aligncenter {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width:1024px) {
	.text-2columns p img { max-width: 100%; }
}
.text-2columns .column1 {
  width: 50%;
  padding-right: 30px;
  height: auto;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-2columns .column2 {
  width: 50%;
  padding-left: 30px;
  height: auto;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-2columns-1title {
  width: 100%;
  height: auto;
  display: table;
  max-width: 1500px;
  padding: 15px 30px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-2columns-1title h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin: 5px 0 30px 0;
  color: #385778;
}
.text-2columns-1title p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #112336;
  margin: 10px 0;
  text-align: justify;
}
.text-2columns-1title strong {
  font-weight: 700;
}
.text-2columns-1title .column1 {
  width: 50%;
  padding-right: 30px;
  height: auto;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.text-2columns-1title .column2 {
  width: 50%;
  padding-left: 30px;
  height: auto;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 47px;
}
.img-1column {
  display: block;
  width: 100%;
  max-width: 1500px;
  padding: 30px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-1column img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.img-2columns {
  display: block;
  width: 100%;
  max-width: 1500px;
  padding: 30px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-2columns img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.img-2columns .column1 {
  width: 50%;
  height: auto;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-2columns .column2 {
  width: 50%;
  height: auto;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width:750px) {
  .text-1columns { 
	  padding: 0;
  }
  .text-1columns h3 {
    text-align: center;
  }
  .text-2columns h3 {
    text-align: center;
  }
  .text-2columns .column1 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .text-2columns .column2 {
    width: 100%;
    padding-left: 0px;
  }
  .text-2columns-1title h3 {
    text-align: center;
  }
  .text-2columns-1title .column1 {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .text-2columns-1title .column2 {
    width: 100%;
    padding-left: 0px;
    margin-top: 0;
  }
}

/* Home */
.intro-home {
  width: 100%;
  background: #1a2835;
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.intro-home img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 740px;
}
.intro-home .slidemenu {
  position: absolute;
  bottom: 100px;
  right: 0;
}

/* Home - Slider */
.slider {
  display: block;
  bottom: 0;
  width: 100%;
  max-width: 1500px;
  z-index: 3;
  position: absolute;
  margin: 0 auto 20px auto;
  left: 0;
  right: 0;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-link {
  display: block;
  bottom: 0;
  width: 100%;
  max-width: 1500px;
  z-index: 3;
  position: absolute;
  margin: 0 auto 20px auto;
  left: 0;
  right: 0;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider .container-texte {
  width: 75%;
  float: left;
  vertical-align: top;
  margin-top: 15px;
}
.slider h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.slider h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 2px;
  color: white;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.slider p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: white;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-home .container-link {
  vertical-align: top;
  width: 20%;
  float: right;
  margin-bottom: 10px;
}
.intro-home .container-link .link-slide-current {
  color: #54A1C7 !important;
  border-bottom:1px solid #54A1C7;
  position: relative;
}
.intro-home .container-link .link-slide-current:before {
  content: "";
  width: 7px;
  height: 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #54A1C7;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.intro-home .container-link .link-slide {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  text-align: right;
  display: block;
  text-decoration: none;
  font-weight: 400;
  width: 100%;
  vertical-align: top;
  padding: 15px 0;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-home .container-link .link-slide:hover {
  color: #54A1C7;
}

/* Home - Présentation &amp; Histoire */
.home-presentation {
  width: 100%;
  display: inline-block;
  background: #385778;
}
.home-presentation .container-presentation {
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin: 0 auto;
}
.home-presentation .container-presentation .container-texte {
  width: 50%;
  float: left;
  height: 530px;
  padding: 30px;
  position: relative;
  background-image: linear-gradient(-235deg, #385778 33%, #3e688a 62%, #477ea1 85%, #54a1c7 100%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-presentation .container-presentation .container-texte .block-infos {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-presentation .container-presentation .container-texte .block-infos h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #54A1C7;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.home-presentation .container-presentation .container-texte .block-infos h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  letter-spacing: 1.8px;
  text-align: left;
  color: white;
  margin-bottom: 30px;
}
.home-presentation .container-presentation .container-texte .block-infos p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: white;
  text-align: left;
}
.home-presentation .container-presentation .container-texte .block-infos .btn-read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  width: 120px;
  border: 2px solid #54A1C7;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-top: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.home-presentation .container-presentation .container-texte .block-infos .btn-read-more:hover {
  background: #54A1C7;
}
.home-presentation .container-presentation .container-img {
  width: 50%;
  float: left;
  height: 530px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  position: relative;
}
.home-presentation .container-presentation .container-img img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-presentation .container-presentation .container-img .video { 
	position: absolute; top: 50%; left: 50%; width: 110px; margin: -30px 0 0 -55px; height: 20px; padding: 53px 0 0 0; text-align: center; background: url(../img/icon-play-blue.svg) no-repeat center top; color: white;
}
.home-presentation .container-presentation .container-img .video:hover {
  background: url(../img/icon-play-white.svg) no-repeat center top; 
}
.home-presentation .container-presentation .container-img .video { color: white; text-decoration: none; font-size: 18px; font-weight: bold; }
.home-presentation .container-presentation .container-img .video a { color: white; text-decoration: underline; }
.home-histoire {
  width: 100%;
  display: inline-block;
  background: #112336;
  height: 530px;
}
.home-histoire .container-histoire {
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin: 0 auto;
}
.home-histoire .container-histoire .container-texte {
  width: 50%;
  float: right;
  height: 530px;
  padding: 30px;
  position: relative;
  background-image: linear-gradient(-55deg, #112336 33%, #1d2f42 62%, #23374e 85%, #304c6e 100%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-histoire .container-histoire .container-texte .block-infos {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-histoire .container-histoire .container-texte .block-infos h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #54A1C7;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.home-histoire .container-histoire .container-texte .block-infos h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  letter-spacing: 1.8px;
  text-align: left;
  color: white;
  margin-bottom: 30px;
}
.home-histoire .container-histoire .container-texte .block-infos p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: white;
  text-align: left;
}
.home-histoire .container-histoire .container-texte .block-infos .btn-read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  width: 120px;
  border: 2px solid #54A1C7;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin-top: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.home-histoire .container-histoire .container-texte .block-infos .btn-read-more:hover {
  background: #54A1C7;
}
.home-histoire .container-img {
  width: 50%;
  float: left;
  height: 530px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.home-histoire .container-img .legende {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  color: #112336;
  padding: 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-histoire .container-img img {
  position: relative;
  max-height: 100%;
  left: 100%;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* Home - Devcot dans le monde, Cours du coton &amp; Organigramme */
.home-devcotmonde {
  width: 100%;
  display: table;
  height: auto;
}
.home-devcotmonde .container-devcotmonde {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 1500px;
  width: 100%;
}
.home-devcotmonde .container-devcotmonde .container-texte {
  width: 100%;
  height: auto;
  display: block;
  padding: 50px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-devcotmonde .container-devcotmonde .container-texte .title {
  display: inline-block;
  width: 39%;
  vertical-align: top;
}
.home-devcotmonde .container-devcotmonde .container-texte .title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #54A1C7;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.home-devcotmonde .container-devcotmonde .container-texte .title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  letter-spacing: 1.8px;
  text-align: left;
  color: #385778;
  margin-bottom: 30px;
  display: block;
}
.home-devcotmonde .container-devcotmonde .container-texte .texte {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-devcotmonde .container-devcotmonde .container-texte .texte p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #112336;
}
.home-devcotmonde .container-devcotmonde .container-texte .link {
  width: 22%;
  display: inline-block;
  vertical-align: top;
}
.home-devcotmonde .container-devcotmonde .container-texte .link .btn-read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #112336;
  width: 120px;
  border: 2px solid #54A1C7;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.home-devcotmonde .container-devcotmonde .container-texte .link .btn-read-more:hover {
  background: #54A1C7;
  color: white;
}
.home-devcotmonde .container-devcotmonde .container-img {
  display: block;
  width: 100%;
  padding: 0 20px 40px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-devcotmonde .container-devcotmonde .container-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.home-cours-organigramme {
  width: 100%;
  display: table;
  height: auto;
  background: #FAFDFF;
  border-top: 1px solid #D4E2EF;
  border-bottom: 1px solid #D4E2EF;
}
.home-cours-organigramme .container-cours-organigramme {
  width: 100%;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
.home-cours-organigramme .container-cours-organigramme ul {
  list-style: none;
  text-align: center;
  width: 100%;
}
.home-cours-organigramme .container-cours-organigramme li {
  float: left;
  width: 50%;
  border-left: 1px solid #D4E2EF;
  padding: 50px 30px;
  height: auto;
  vertical-align: top;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-cours-organigramme .container-cours-organigramme li h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #54A1C7;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.home-cours-organigramme .container-cours-organigramme li h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: center;
  color: #385778;
  margin-bottom: 30px;
  display: block;
}
.home-cours-organigramme .container-cours-organigramme li p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #112336;
}
.home-cours-organigramme .container-cours-organigramme li:first-child {
  border-left: none;
}
.home-cours-organigramme .btn-read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #112336;
  width: 120px;
  border: 2px solid #54A1C7;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin: 30px auto 0 auto;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.home-cours-organigramme .btn-read-more:hover {
  background: #54A1C7;
  color: white;
}
.home-cours-organigramme .container-img {
  position: relative;
  bottom: 0;
  display: block;
  width: 90%;
  height: auto;
  margin: 30px auto 0 auto;
}
.home-cours-organigramme .container-img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}

/* Home - Coton durable */
.home-coton-durable {
  width: 100%;
  height: auto;
  display: table;
  background: #dbd7ce;
}
.home-coton-durable .container-coton-durable {
  width: 100%;
  height: auto;
  max-width: 1500px;
  height: 350px;
  margin: 0 auto;
  background: url(../img/img-home-coton-durable.jpg) no-repeat 100% 50%;
}
.home-coton-durable .container-coton-durable .container-texte {
  float: left;
  width: 50%;
  background: rgba(31, 51, 73, 0.75);
  height: 350px;
  position: relative;
}
.home-coton-durable .container-coton-durable .container-texte .content-align {
  width: 100%;
  padding: 30px;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-coton-durable .container-coton-durable .container-texte h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
  display: block;
}
.home-coton-durable .container-coton-durable .container-texte p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: white;
}
.home-coton-durable .container-coton-durable .container-texte .picto {
  width: 53px;
  height: 53px;
  display: block;
  margin: 0 auto 15px auto;
  background: #54A1C7 url(../img/icon-coton-durable.png) no-repeat 50% 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.home-coton-durable .container-coton-durable .container-texte .btn-read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
  width: 120px;
  border: 2px solid #54A1C7;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin: 20px auto 0 auto;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.home-coton-durable .container-coton-durable .container-texte .btn-read-more:hover {
  background: #54A1C7;
}

/* Home - Voyages &amp; evenements */
.home-voyages-evenements {
  width: 100%;
  height: auto;
}
.home-voyages-evenements .container-voyages-evenements {
  width: 100%;
  display: table;
  margin: 0 auto;
  max-width: 1500px;
  padding: 50px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-voyages-evenements .container-voyages-evenements .container-title {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-voyages-evenements .container-voyages-evenements .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #54A1C7;
  text-align: center;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
.home-voyages-evenements .container-voyages-evenements .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  line-height: 40px;
  color: #385778;
  letter-spacing: 1px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}
.home-voyages-evenements .container-voyages-evenements .container-title p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #112336;
  text-align: center;
  display: block;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements {
  width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages {
  width: 30%;
  float: left;
  height: 415px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 1.5%;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages .picto-voyages {
  width: 53px;
  height: 53px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px 0 0 30px;
  background: #54A1C7 url(../img/icon-voyages.svg) no-repeat 50% 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages .filter {
  width: 100%;
  position: absolute;
  height: 415px;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #0e2944 65%);
  z-index: 2;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -o-filter: brightness(90%);
  -ms-filter: brightness(90%);
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages .content-voyages {
  width: 100%;
  padding: 30px;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages .content-voyages h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #54A1C7;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages .content-voyages h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: white;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages .content-voyages p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: white;
  text-align: left;
  display: block;
  margin-bottom: 15px;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages .content-voyages .btn-see-more {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  color: white;
  text-align: left;
  text-transform: uppercase;
  background: url(../img/icon-plus-blue.svg) no-repeat 100% 50%;
  text-decoration: none;
  padding-right: 15px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages .content-voyages .btn-see-more:hover {
  color: #54A1C7;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements {
  width: 30%;
  float: left;
  height: 415px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 1.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D4E2EF;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements .picto-evenements {
  width: 53px;
  height: 53px;
  display: block;
  top: 0;
  left: 0;
  margin: 30px 0 0 30px;
  background: #54A1C7 url(../img/icon-evenements.svg) no-repeat 50% 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements .content-evenements {
  width: 100%;
  padding: 30px;
  height: auto;
  bottom: 0;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements .content-evenements h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #54A1C7;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements .content-evenements h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #385778;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements .content-evenements p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #112336;
  text-align: left;
  display: block;
  margin-bottom: 15px;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements .btn-read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  color: #112336;
  text-align: left;
  text-transform: uppercase;
  background: url(../img/icon-plus-blue.svg) no-repeat 100% 50%;
  text-decoration: none;
  padding-right: 15px;
  position: absolute;
  bottom: 0;
  margin: 0 0 30px 30px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements .btn-read-more:hover {
  color: #54A1C7;
}

/* Home - Responsive */
@media screen and (max-width:1024px) {
  .home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages {
    width: 47%;
  }
  .home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements {
    width: 47%;
  }
  #art-1 {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .intro-home .slick-slide img {
    position: relative;
    max-height: 100%;
    left: 60%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .intro-home .slick-slide:nth-child(1) img { left: 20%; }
  .intro-home .slick-slide:nth-child(2) img { left: 40%; }
  .intro-home .slick-slide:nth-child(3) img { left: 80%; }
  .slider {
    bottom: 80px;
  }
  .slider-link {
    margin: 0 auto 40px auto;
  }
  .intro-home .container-link .link-slide-current:after {
    content: "";
    width: 1px;
    height: 28px;
    display: block;
    background: #54A1C7;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .slider .container-texte {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .slider h2 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  .slider h1 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }
  .slider p {
    text-align: center;
  }
  .intro-home .container-link {
    position: initial;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .intro-home .container-link .link-slide {
    text-align: center;
    display: inline-block;
    width: 30%;
    padding: 1%;
    font-size: 13px;
    float: none;
    vertical-align: bottom;
  }
  .intro-home .container-link .link-slide-current {
    text-align: center;
    display: inline-block;
    width: 30%;
    font-size: 13px;
    float: none;
    padding: 1%;
    border: none;
  }
  .intro-home .container-link .link-slide-current:before {
    display: inline-block;
    float: none;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    text-align: center;
  }
}
@media screen and (max-width:750px) {
  .home-presentation {
    height: auto;
  }
  .home-presentation .container-presentation .container-texte {
    width: 100%;
    display: block;
    height: auto;
  }
  .home-presentation .container-presentation .container-texte .block-infos {
    padding: 30px 0;
    position: inherit;
    height: auto;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .home-presentation .container-presentation .container-texte .block-infos h2 {
    text-align: center;
  }
  .home-presentation .container-presentation .container-texte .block-infos h1 {
    text-align: center;
    font-size: 34px;
  }
  .home-presentation .container-presentation .container-texte .block-infos .btn-read-more {
    margin: 30px auto 0 auto;
  }
  .home-presentation .container-presentation .container-img {
    width: 100%;
    height: auto;
  }
  .home-histoire {
    height: auto;
  }
  .home-histoire .container-histoire .container-texte {
    width: 100%;
    height: auto;
  }
  .home-histoire .container-histoire .container-texte .block-infos {
    padding: 30px 0;
    position: inherit;
    height: auto;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .home-histoire .container-histoire .container-texte .block-infos h2 {
    text-align: center;
  }
  .home-histoire .container-histoire .container-texte .block-infos h1 {
    text-align: center;
    font-size: 34px;
  }
  .home-histoire .container-histoire .container-texte .block-infos .btn-read-more {
    margin: 30px auto 0 auto;
  }
  .home-histoire .container-histoire .container-img {
    width: 100%;
    height: auto;
  }
  .home-devcotmonde {
    height: auto;
  }
  .home-devcotmonde .container-devcotmonde .container-texte {
    width: 100%;
    display: block;
    height: auto;
  }
  .home-devcotmonde .container-devcotmonde .container-texte .title {
    width: 100%;
    display: block;
  }
  .home-devcotmonde .container-devcotmonde .container-texte .title h2 {
    text-align: center;
  }
  .home-devcotmonde .container-devcotmonde .container-texte .title h1 {
    text-align: center;
    font-size: 34px;
    line-height: 38px;
  }
  .home-devcotmonde .container-devcotmonde .container-texte .texte {
    width: 100%;
    display: block;
  }
  .home-devcotmonde .container-devcotmonde .container-texte .texte p {
    text-align: center;
  }
  .home-devcotmonde .container-devcotmonde .container-texte .link {
    width: 100%;
    display: block;
    margin: 30px 0 0 0;
  }
  .home-cours-organigramme {
    height: auto;
  }
  .home-cours-organigramme .container-cours-organigramme li {
    width: 100%;
    display: block;
  }
  .home-cours-organigramme .container-cours-organigramme li:last-child {
    border-top: 1px solid #D4E2EF;
  }
  .home-coton-durable {
    height: auto;
  }
  .home-coton-durable .container-coton-durable {
    height: 350px;
    background: url(../img/img-home-coton-durable.jpg) no-repeat 70% 50%;
  }
  .home-coton-durable .container-coton-durable .container-texte {
    display: block;
    height: 350px;
    width: 100%;
  }
  .home-voyages-evenements .container-voyages-evenements {
    display: block;
    height: auto;
  }
  .home-voyages-evenements .container-voyages-evenements .container-title h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements {
    display: block;
  }
  .home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages {
    width: 90%;
    float: none;
    display: block;
    margin: 5% auto;
  }
  .home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements {
    width: 90%;
    float: none;
    display: block;
    margin: 5% auto;
  }
  #art-2 {
    display: none;
  }
}
@media screen and (max-width:600px) {
  .home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-voyages {
    width: 100%;
    margin: 3% auto;
  }
  .home-voyages-evenements .container-voyages-evenements .slider-voyages-evenements .art-evenements {
    width: 100%;
    margin: 3% auto;
  }
}

/* Voyages &amp; Evenements */
.intro-voyages-evenements {
  width: 100%;
  background: transparent;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.intro-voyages-evenements .container-voyages-evenements {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  display: table;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back .indicator:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #385778;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back a:hover {
  color: #54A1C7;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back a:hover:after {
  margin-left: 10px;
}
.intro-voyages-evenements .container-voyages-evenements .container-title {
  width: 75%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-voyages-evenements .container-voyages-evenements .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-voyages-evenements .container-voyages-evenements .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 2px;
  color: #385778;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back .indicator:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #385778;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back a:hover {
  color: #54A1C7;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.intro-voyages-evenements .container-voyages-evenements .container-link-back a:hover:after {
  margin-left: 10px;
}
.container-loop-voyages-evenements {
  width: 100%;
  height: auto;
  display: table;
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 30px 30px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Voyages &amp; Evenements - Loop Voyages */
.art-voyages {
  width: 30%;
  float: left;
  height: 415px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 1.5%;
}
.art-voyages .picto-voyages {
  width: 53px;
  height: 53px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px 0 0 30px;
  background: #54A1C7 url(../img/icon-voyages.svg) no-repeat 50% 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
}
.art-voyages .filter {
  width: 100%;
  position: absolute;
  height: 415px;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #0e2944 65%);
  z-index: 2;
}
.art-voyages img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
  -moz-filter: brightness(90%);
  -o-filter: brightness(90%);
  -ms-filter: brightness(90%);
}
.art-voyages .content-voyages {
  width: 100%;
  padding: 30px;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.art-voyages .content-voyages h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #54A1C7;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.art-voyages .content-voyages h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: white;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.art-voyages .content-voyages p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: white;
  text-align: left;
  display: block;
  margin-bottom: 15px;
}
.art-voyages .content-voyages .btn-see-more {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  color: white;
  text-align: left;
  text-transform: uppercase;
  background: url(../img/icon-plus-blue.svg) no-repeat 100% 50%;
  text-decoration: none;
  padding-right: 15px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.art-voyages .content-voyages .btn-see-more:hover {
  color: #54A1C7;
}

/* Voyages &amp; Evenements - Loop Evenements */
.art-evenements {
  width: 30%;
  float: left;
  height: 415px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 1.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D4E2EF;
}
.art-evenements .picto-evenements {
  width: 53px;
  height: 53px;
  display: block;
  top: 0;
  left: 0;
  margin: 30px 0 0 30px;
  background: #54A1C7 url(../img/icon-evenements.svg) no-repeat 50% 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.art-evenements .content-evenements {
  width: 100%;
  padding: 30px;
  height: auto;
  bottom: 0;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.art-evenements .content-evenements h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #54A1C7;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.art-evenements .content-evenements h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #385778;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.art-evenements .content-evenements p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #112336;
  text-align: left;
  display: block;
  margin-bottom: 15px;
}
.art-evenements .btn-read-more {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  color: #112336;
  text-align: left;
  text-transform: uppercase;
  background: url(../img/icon-plus-blue.svg) no-repeat 100% 50%;
  text-decoration: none;
  padding-right: 15px;
  position: absolute;
  bottom: 0;
  margin: 0 0 30px 30px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.art-evenements .btn-read-more:hover {
  color: #54A1C7;
}

/* Voyages &amp; Evenements - Page article */
.voyages-evenements-single {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 15px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.voyages-evenements-single .picto {
  width: 53px;
  height: 53px;
  display: block;
  margin: 0 auto 15px auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.voyages-evenements-single .voyages-picto {
  background: #54A1C7 url(../img/icon-voyages.svg) no-repeat 50% 50%;
}
.voyages-evenements-single .evenements-picto {
  background: #54A1C7 url(../img/icon-evenements.svg) no-repeat 50% 50%;
}
.voyages-evenements-single h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 16px;
  display: block;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 1px;
  color: #54A1C7;
}
.voyages-evenements-single h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-bottom: 25px;
  color: #385778;
}

/* Voyages &amp; Evenements - Responsive */
@media screen and (max-width:1024px) {
  .art-voyages {
    width: 47%;
  }
  .art-evenements {
    width: 47%;
  }
}
@media screen and (max-width:768px) {
  .intro-voyages-evenements .container-voyages-evenements .container-title {
    width: 100%;
  }
  .intro-voyages-evenements .container-voyages-evenements .container-title h2 {
    text-align: center;
  }
  .intro-voyages-evenements .container-voyages-evenements .container-title h1 {
    text-align: center;
    font-size: 34px;
    line-height: 38px;
  }
  .intro-voyages-evenements .container-voyages-evenements .container-link-back {
    width: 100%;
  }
  .intro-voyages-evenements .container-voyages-evenements .container-link-back .indicator {
    display: none;
  }
  .intro-voyages-evenements .container-voyages-evenements .container-link-back a {
    margin: 0 auto 30px auto;
    text-align: center;
    float: none;
  }
}
@media screen and (max-width:750px) {
  .container-loop-voyages-evenements {
    display: block;
  }
  .art-voyages {
    width: 90%;
    float: none;
    display: block;
    margin: 5% auto;
  }
  .art-evenements {
    width: 90%;
    float: none;
    display: block;
    margin: 5% auto;
  }
}
@media screen and (max-width:600px) {
  .art-voyages {
    width: 100%;
    margin: 3% auto;
  }
  .art-evenements {
    width: 100%;
    margin: 3% auto;
  }
}

/* Equipe */
.intro-equipe {
  width: 100%;
  background: transparent;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.intro-equipe .container-equipe {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  display: table;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-equipe .container-equipe .container-title {
  width: 75%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-equipe .container-equipe .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-equipe .container-equipe .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 2px;
  color: #385778;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-equipe .container-equipe .container-link-back {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-equipe .container-equipe .container-link-back .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-equipe .container-equipe .container-link-back .indicator:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-equipe .container-equipe .container-link-back a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #385778;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-equipe .container-equipe .container-link-back a:hover {
  color: #54A1C7;
}
.intro-equipe .container-equipe .container-link-back a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  transition-duration: 0.25s;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-equipe .container-equipe .container-link-back a:hover:after {
  margin-left: 10px;
}

/* Equipe - Présentation */
.equipe-presentation {
  width: 1212px;
  height: auto;
  display: table;
  padding: 15px 20px;
  margin: 0 auto 40px auto;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.equipe-presentation figure {
  width: 273px;
  height: 394px;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
   border: 1px solid #385778;
}
.equipe-presentation figure div {
  display: block;
  width: 273px;
  height: 394px;
  position: relative;
  margin: 0;
 
}
.equipe-presentation figure div figcaption {
  position: absolute;
  width: 273px;
  height: auto;
  background: #385778;
  z-index: 2;
  bottom: -140px;
  left: 0;
  text-align: center;
  padding: 0 0 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.equipe-presentation figure div figcaption h2 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 10px;
  background: #54A1C7;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.equipe-presentation figure div figcaption h3 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
}
.equipe-presentation figure div figcaption p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: white;
  text-align: center;
  margin: 10px 0;
}
.equipe-presentation figure:hover div figcaption {
  bottom: 0;
}

/* Equipe - Responsive */
@media screen and (min-width:1520px) {
  .equipe-presentation {
    width: 1505px;
  }
}
@media screen and (max-width:1227px) {
  .equipe-presentation {
    width: 919px;
  }
}
@media screen and (max-width:934px) {
  .equipe-presentation {
    width: 626px;
  }
}
@media screen and (max-width:768px) {
  .intro-equipe .container-equipe .container-title {
    width: 100%;
  }
  .intro-equipe .container-equipe .container-title h2 {
    text-align: center;
  }
  .intro-equipe .container-equipe .container-title h1 {
    text-align: center;
    font-size: 34px;
    line-height: 38px;
  }
  .intro-equipe .container-equipe .container-link-back {
    width: 100%;
  }
  .intro-equipe .container-equipe .container-link-back .indicator {
    display: none;
  }
  .intro-equipe .container-equipe .container-link-back a {
    margin: 0 auto 30px auto;
    text-align: center;
    float: none;
  }
}
@media screen and (max-width:650px) {
  .equipe-presentation {
    width: 100%;
    text-align: center;
  }
}

/* CMS */
.title-cms {
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: 30px auto;
  text-align: center;
}
.title-cms h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #54A1C7;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 20px 0;
}
.title-cms h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 2px;
  color: #385778;
  display: block;
  font-weight: 400;
}

/* CMS - Content */
.container-cms {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: table;
  margin: 30px auto;
}
.container-cms .informations {
  width: 100%;
  max-width: 790px;
  margin: 30px auto 0 auto;
  height: auto;
  display: table;
}
.container-cms .informations ul {
  text-align: center;
  list-style: none;
}
.container-cms .informations li {
  float: left;
  width: 33%;
  padding: 20px;
  height: auto;
  border-right: 1px solid #D4E2EF;
  min-height: 195px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container-cms .informations li:last-child {
  border: none;
}
.container-cms .informations li h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #385778;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.container-cms .informations li p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #112336;
  text-align: center;
}
.container-cms .informations li strong {
  font-weight: 700;
}

/* CMS - Responsive */
@media screen and (max-width:768px) {
  .title-cms h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .container-cms .informations li {
    width: 100%;
    float: none;
    display: block;
    min-height: auto;
    border-right: none;
    border-bottom: 1px solid #D4E2EF;
  }
}

/* Contact */
.intro-contact {
  width: 100%;
  background: #1a2835;
  position: relative;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.intro-contact img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: none;
}
.intro-contact .presentation-contact {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  display: table;
  z-index: 3;
  position: absolute;
  margin: 0 auto 60px auto;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-contact .presentation-contact .container-title {
  width: 100%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
}
.intro-contact .presentation-contact .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-contact .presentation-contact .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  color: white;
  display: block;
  text-align: left;
  font-weight: 400;
}

/* Contact - Formulaire de contact &amp; informations de contact */
.contact-form-infos-contact {
  width: 100%;
  max-width: 1500px;
  padding: 30px;
  height: auto;
  display: table;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form-infos-contact .container-contact-form {
  width: 70%;
  float: left;
  padding-right: 20px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form-infos-contact .container-contact-form h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin: 5px 0 15px 0;
  color: #385778;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
.contact-form-infos-contact .container-contact-form .field-required {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  float: left;
  color: #385778;
  margin-top: 19px;
}
.contact-form-infos-contact .container-infos-contact {
  width: 30%;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form-infos-contact .container-infos-contact h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin: 5px 0 15px 0;
  color: #385778;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-form-infos-contact .container-infos-contact ul {
  list-style: none;
  text-align: left;
}
.contact-form-infos-contact .container-infos-contact li {
  display: table;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #D4E2EF;
  padding: 20px 20px 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-form-infos-contact .container-infos-contact li:last-child {
  border: none;
}
.contact-form-infos-contact .container-infos-contact li:nth-child(1):before {
  content: "";
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  top: 0;
  background: url(../img/icon-marker-blue.svg) no-repeat 50% 50%;
}
.contact-form-infos-contact .container-infos-contact li:nth-child(2):before {
  content: "";
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  top: 0;
  background: url(../img/icon-mail-blue.svg) no-repeat 50% 50%;
  background-size: 14px 11px;
}
.contact-form-infos-contact .container-infos-contact li:nth-child(3):before {
  content: "";
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  top: 0;
  background: url(../img/icon-tel2-blue.svg) no-repeat 50% 50%;
  background-size: 14px 14px;
}
.contact-form-infos-contact .container-infos-contact li p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #385778;
  text-align: left;
  height: auto;
  margin-left: 40px;
  width: auto;
}

/* Contact - Map */
.contact-map {
  width: 100%;
  height: auto;
  display: table;
  background: #FAFDFF;
  position: relative;
}
.contact-map .title-map {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-align: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #54A1C7;
  z-index: 2;
  width: auto;
  max-width: 150px;
  font-size: 15px;
}
.contact-map img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
}

/* Contact - Map */
@media screen and (max-width:768px) {
  .intro-contact .presentation-contact {
    margin: 0 auto 20px auto;
  }
  .intro-contact .presentation-contact .container-title {
    width: 100%;
    padding-right: 0;
  }
  .intro-contact .presentation-contact .container-title h2 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  .intro-contact .presentation-contact .container-title h1 {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .contact-form-infos-contact .container-contact-form {
    width: 100%;
    padding-right: 0;
  }
  .contact-form-infos-contact .container-contact-form h3 {
    text-align: center;
  }
  .contact-form-infos-contact .container-contact-form .field-required {
    margin-left: 2%;
  }
  .contact-form-infos-contact .container-infos-contact {
    width: 100%;
    display: table;
  }
  .contact-form-infos-contact .container-infos-contact h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-form-infos-contact .container-infos-contact li {
    float: left;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    min-height: 110px;
    border-right: 1px solid #D4E2EF;
  }
  .contact-form-infos-contact .container-infos-contact li:nth-child(1) {
    padding: 20px 10px 20px 0;
  }
  .contact-form-infos-contact .container-infos-contact li:nth-child(1):before {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .contact-form-infos-contact .container-infos-contact li:nth-child(2) {
    padding: 20px 10px 20px 10px;
  }
  .contact-form-infos-contact .container-infos-contact li:nth-child(2):before {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .contact-form-infos-contact .container-infos-contact li:nth-child(3) {
    padding: 20px 0 20px 10px;
  }
  .contact-form-infos-contact .container-infos-contact li:nth-child(3):before {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .contact-form-infos-contact .container-infos-contact li p {
    margin-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .contact-map .title-map {
    display: block;
    z-index: 1;
    position: inherit;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width:600px) {
  .contact-form-infos-contact .container-contact-form .field-required {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .contact-form-infos-contact .container-infos-contact li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #D4E2EF;
    min-height: auto;
  }
  .contact-form-infos-contact .container-infos-contact li:nth-child(1) {
    padding: 20px 10px 20px 10px;
  }
  .contact-form-infos-contact .container-infos-contact li:nth-child(2) {
    padding: 20px 10px 20px 10px;
  }
  .contact-form-infos-contact .container-infos-contact li:nth-child(3) {
    padding: 20px 10px 0px 10px;
  }
}
.intro-presentation {
  width: 100%;
  background: #1a2835;
  position: relative;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.intro-presentation img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: none;
}
.intro-presentation .video {
    position: absolute;
    top: 190px;
    text-align: center;
    left: 50%;
    margin-left: -220px;
    width: 440px;
    color: white;
    font-family: "Montserrat", sans-serif;
    z-index: 9999;
  font-size: 14px;
  line-height: 24px;
}
.intro-presentation .video p { padding-bottom: 20px; }
@media screen and (max-width:768px) {
	.intro-presentation .video {
	    position: absolute;
	    top: 230px;
	    text-align: center;
	    left: 50%;
	    margin-left: -220px;
	    width: 440px;
	    color: white;
	    font-family: "Montserrat", sans-serif;
	  font-size: 14px;
	  line-height: 24px;
	}
	.intro-presentation .video p { display: none; }
}
.intro-presentation .btn-see-video a {
  color: #fff;
  text-decoration: none;
}
.intro-presentation .btn-see-video {
  display: inline-block;
  height: 98px;
  line-height: 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  text-decoration: none;
  padding: 50px 0 0 0;
  cursor: pointer;
  background: url(../img/icon-play-blue.svg) no-repeat top center;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  background-size: 62%;
}
.intro-presentation .btn-see-video:hover {
  background: url(../img/icon-play-white.svg) no-repeat top center;
}
.intro-presentation .presentation-presentation {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  display: table;
  z-index: 3;
  position: absolute;
  margin: 0 auto 60px auto;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
	.presentation-presentation .container-link-next { display: none; }
}
.intro-presentation .presentation-presentation .container-link-next {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-presentation .presentation-presentation .container-link-next .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-presentation .presentation-presentation .container-link-next .indicator:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-presentation .presentation-presentation .container-link-next a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: white;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-presentation .presentation-presentation .container-link-next a:hover {
  color: #54A1C7;
}
.intro-presentation .presentation-presentation .container-link-next a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-presentation .presentation-presentation .container-link-next a:hover:after {
  margin-left: 10px;
}
.intro-presentation .presentation-presentation .container-title {
  width: 75%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
}
.intro-presentation .presentation-presentation .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-presentation .presentation-presentation .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  color: white;
  display: block;
  text-align: left;
  font-weight: 400;
}
.associations-professionnelles {
  width: 100%;
  height: auto;
  display: table;
  background: #FAFDFF;
  border-top: 1px solid #D4E2EF;
}
.associations-professionnelles .container-associations-professionnelles {
  width: 100%;
  text-align: center;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.associations-professionnelles .container-associations-professionnelles h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #54A1C7;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
}
.associations-professionnelles .container-associations-professionnelles ul {
  list-style: none;
  margin: 45px 0 30px 0;
}
.associations-professionnelles .container-associations-professionnelles li {
  display: inline-block;
  margin: 20px;
  height: 100px;
  position: relative;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  vertical-align: top;
}
.associations-professionnelles .container-associations-professionnelles li:hover {
  opacity: 0.9;
}
.associations-professionnelles .container-associations-professionnelles li img {
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.associations-professionnelles .container-associations-professionnelles li a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .intro-presentation .presentation-presentation {
    margin: 0 auto 20px auto;
    padding-bottom: 15px;
  }
  .intro-presentation .presentation-presentation .container-link-next {
    width: 100%;
  }
  .intro-presentation .presentation-presentation .container-link-next .indicator {
    display: none;
  }
  .intro-presentation .presentation-presentation .container-link-next a {
    margin: 0 auto 30px auto;
    text-align: center;
    float: none;
  }
  .intro-presentation .presentation-presentation .container-title {
    width: 100%;
    padding-right: 0;
  }
  .intro-presentation .presentation-presentation .container-title h2 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  .intro-presentation .presentation-presentation .container-title h1 {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
}
.intro-bio-bci-cmia-equitable {
  width: 100%;
  background: #1a2835;
  position: relative;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.intro-bio-bci-cmia-equitable img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: none;
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  display: table;
  z-index: 3;
  position: absolute;
  margin: 0 auto 60px auto;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-link-back {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-link-back .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-link-back .indicator:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-link-back a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: white;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-link-back a:hover {
  color: #54A1C7;
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-link-back a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-link-back a:hover:after {
  margin-left: 10px;
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-title {
  width: 75%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  color: white;
  display: block;
  text-align: left;
  font-weight: 400;
}
.certifications {
  width: 100%;
  height: auto;
  display: table;
  background: #FAFDFF;
  border-top: 1px solid #D4E2EF;
}
.certifications .container-certifications {
  width: 100%;
  text-align: center;
  height: auto;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.certifications .container-certifications h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #54A1C7;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
}
.certifications .container-certifications ul {
  list-style: none;
  margin: 45px 0 30px 0;
}
.certifications .container-certifications li {
  display: inline-block;
  margin: 20px;
  height: 100px;
  position: relative;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  vertical-align: top;
}
.certifications .container-certifications li:hover {
  opacity: 0.9;
}
.certifications .container-certifications li img {
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.certifications .container-certifications li a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  .intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable {
    padding-top: 0;
    padding-bottom: 15px;
    margin: 0 auto 20px auto;
  }
  .intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-link-back {
    width: 100%;
  }
  .intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-link-back .indicator {
    display: none;
  }
  .intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-link-back a {
    margin: 0 auto 20px auto;
    text-align: center;
    float: none;
  }
  .intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-title {
    width: 100%;
    padding-right: 0;
  }
  .intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-title h2 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  .intro-bio-bci-cmia-equitable .presentation-bio-bci-cmia-equitable .container-title h1 {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
}
.intro-cours-coton {
  width: 100%;
  background: #1a2835;
  position: relative;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.intro-cours-coton img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: none;
}
.intro-cours-coton .presentation-cours-coton {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  display: table;
  z-index: 3;
  position: absolute;
  margin: 0 auto 60px auto;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-cours-coton .presentation-cours-coton .container-link-next {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-cours-coton .presentation-cours-coton .container-link-next .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-cours-coton .presentation-cours-coton .container-link-next .indicator:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-cours-coton .presentation-cours-coton .container-link-next a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: white;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-cours-coton .presentation-cours-coton .container-link-next a:hover {
  color: #54A1C7;
}
.intro-cours-coton .presentation-cours-coton .container-link-next a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-cours-coton .presentation-cours-coton .container-link-next a:hover:after {
  margin-left: 10px;
}
.intro-cours-coton .presentation-cours-coton .container-title {
  width: 75%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
}
.intro-cours-coton .presentation-cours-coton .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-cours-coton .presentation-cours-coton .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  color: white;
  display: block;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .intro-cours-coton .presentation-cours-coton {
    margin: 0 auto 20px auto;
    padding-bottom: 15px;
    margin: 0 auto 20px auto;
  }
  .intro-cours-coton .presentation-cours-coton .container-link-next {
    width: 100%;
  }
  .intro-cours-coton .presentation-cours-coton .container-link-next .indicator {
    display: none;
  }
  .intro-cours-coton .presentation-cours-coton .container-link-next a {
    margin: 0 auto 20px auto;
    text-align: center;
    float: none;
  }
  .intro-cours-coton .presentation-cours-coton .container-title {
    width: 100%;
    padding-right: 0;
  }
  .intro-cours-coton .presentation-cours-coton .container-title h2 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  .intro-cours-coton .presentation-cours-coton .container-title h1 {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 1;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  12.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  62.5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intro-histoire {
  width: 100%;
  background: #1a2835;
  position: relative;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.intro-histoire .background-histoire {
  height: 450px;
  position: relative;
}
.intro-histoire .bg-1, .intro-histoire .bg-2, .intro-histoire .bg-3 {
  height: 100%;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-animation: fade 15s ease infinite;
  -moz-animation: fade 15s ease infinite;
  -ms-animation: fade 15s ease infinite;
  -o-animation: fade 15s ease infinite;
  animation: fade 15s ease infinite;
}
.intro-histoire .bg-1 {
  background: url(../img/bck-histoire-3.jpg) no-repeat center;
  -webkit-animation-delay: 10s;
  -mos-animation-delay: 10s;
  -ms-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}
.intro-histoire .bg-2 {
  background: url(../img/bck-histoire-2.jpg) no-repeat center;
  -webkit-animation-delay: 5s;
  -mos-animation-delay: 5s;
  -ms-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
.intro-histoire .bg-3 {
  background: url(../img/bck-histoire-1.jpg) no-repeat center;
  -webkit-animation-delay: 0s;
  -mos-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.intro-histoire .presentation-histoire {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  display: table;
  z-index: 3;
  position: absolute;
  margin: 0 auto 30px auto;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-histoire .presentation-histoire .container-link-next {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-histoire .presentation-histoire .container-link-next .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-histoire .presentation-histoire .container-link-next .indicator:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-histoire .presentation-histoire .container-link-next a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: white;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-histoire .presentation-histoire .container-link-next a:hover {
  color: #54A1C7;
}
.intro-histoire .presentation-histoire .container-link-next a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-histoire .presentation-histoire .container-link-next a:hover:after {
  margin-left: 10px;
}
.intro-histoire .presentation-histoire .container-title {
  width: 75%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
}
.intro-histoire .presentation-histoire .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-histoire .presentation-histoire .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  color: white;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-histoire .presentation-histoire .container-title p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: white;
  text-align: left;
  display: block;
  font-weight: 400;
  margin: 20px 0 0 0;
}
.histoire-video {
  width: 100%;
  height: 450px;
  display: block;
  background: #385778;
  position: relative;
}
.histoire-video .container-histoire-video a {
  text-decoration: none;
  outline: none;
}
.histoire-video .container-histoire-video {
  width: 100%;
  max-width: 1500px;
  height: 450px;
  display: block;
  margin: 0 auto;
  background: url(../img/bck-histoire-video.jpg) no-repeat center;
  position: relative;
}
.histoire-video .container-histoire-video .container-infos {
  width: 53%;
  padding: 30px;
  height: auto;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.histoire-video .container-histoire-video .container-infos h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 45px;
  color: white;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.histoire-video .container-histoire-video .container-infos strong {
  font-weight: 700;
}
.histoire-video .container-histoire-video .container-infos p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: white;
  text-align: left;
  margin: 0 0 20px 3px;
  display: block;
}
.histoire-video .container-histoire-video .container-infos .btn-see-video a {
  color: #fff;
  text-decoration: none;
}
.histoire-video .container-histoire-video .container-infos .btn-see-video {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  text-decoration: none;
  padding-left: 58px;
  cursor: pointer;
  background: url(../img/icon-play-blue.svg) no-repeat 0% 50%;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.histoire-video .container-histoire-video .container-infos .btn-see-video:hover {
  background: url(../img/icon-play-white.svg) no-repeat 0% 50%;
}
.histoire-timeline {
  width: 100%;
  height: auto;
  display: table;
}
.histoire-timeline h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #385778;
  text-align: center;
  display: block;
  margin: 40px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.histoire-timeline .container-histoire-timeline {
  width: 100%;
  display: table;
  height: auto;
  max-width: 1500px;
  margin: 40px auto;
  position: relative;
}
.histoire-timeline .end-timeline {
  width: 13px;
  height: 13px;
  margin: 0 auto;
  display: block;
  background: #54A1C7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.histoire-timeline ul {
  list-style: none;
  width: 100%;
  text-align: center;
  display: table;
}
.histoire-timeline ul:before {
  content: "";
  width: 13px;
  height: 13px;
  margin: 0 auto;
  display: block;
  background: #54A1C7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.histoire-timeline li {
  width: 50%;
  display: inline-block;
  height: auto;
  float: left;
  margin-bottom: 100px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.histoire-timeline li h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #54A1C7;
  text-align: center;
  display: block;
  width: 100%;
  padding: 15px;
  letter-spacing: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.histoire-timeline li h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  line-height: 26px;
  color: #385778;
  text-align: center;
  width: 100%;
  padding: 0 15px 15px 15px;
  letter-spacing: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.histoire-timeline li p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #112336;
  width: 100%;
  padding: 0 30px 15px 30px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.histoire-timeline li .link-principal {
  width: 2px;
  height: 100%;
  position: absolute;
  display: block;
  right: -1px;
  z-index: 2;
  background: #54A1C7;
}
.histoire-timeline li .link {
  width: calc(50% - 57px);
  float: left;
  position: absolute;
  height: 2px;
  display: block;
  top: 62px;
  right: -4px;
  background: #54A1C7;
}
.histoire-timeline li .link .link-point {
  width: 8px;
  height: 8px;
  background: #54A1C7;
  display: block;
  position: absolute;
  right: 0;
  top: -3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.histoire-timeline li .content-image-link {
  display: inline-block;
  width: 122px;
  height: 122px;
  margin: 0 auto;
  position: relative;
}
.histoire-timeline li img {
  width: 98px;
  height: 98px;
  padding: 10px;
  display: block;
  margin: 0 auto;
  border: 2px solid #54A1C7;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.histoire-timeline li img:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #54A1C7;
}
.histoire-timeline li:nth-child(2n) {
  float: right;
  margin-top: 100px;
  margin-bottom: 0;
  border-right: 0;
}
.histoire-timeline li:nth-child(2n) .link-principal {
  width: 2px;
  height: 100%;
  position: absolute;
  display: block;
  left: -1px;
  z-index: 2;
  background: #54A1C7;
}
.histoire-timeline li:nth-child(2n) .link {
  width: calc(50% - 60px);
  float: left;
  position: absolute;
  height: 2px;
  display: block;
  top: 62px;
  left: 0;
  background: #54A1C7;
}
.histoire-timeline li:nth-child(2n) .link .link-point {
  width: 8px;
  height: 8px;
  background: #54A1C7;
  display: block;
  position: absolute;
  left: -4px;
  top: -3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.histoire-timeline li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:768px) {
  .intro-histoire {
    height: 600px;
    background: url(../img/bck-histoire-resp.jpg) no-repeat 50% 50%;
  }
  .intro-histoire .presentation-histoire {
    margin: 0 auto 20px auto;
  }
  .intro-histoire .presentation-histoire .container-link-next {
    width: 100%;
  }
  .intro-histoire .presentation-histoire .container-link-next .indicator {
    display: none;
  }
  .intro-histoire .presentation-histoire .container-link-next a {
    margin: 0 auto 30px auto;
    text-align: center;
    float: none;
  }
  .intro-histoire .presentation-histoire .container-title {
    width: 100%;
    padding-right: 0;
  }
  .intro-histoire .presentation-histoire .container-title h2 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  .intro-histoire .presentation-histoire .container-title h1 {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .intro-histoire .presentation-histoire .container-title p {
    text-align: center;
  }
  .intro-histoire .background-histoire {
    display: none;
  }
  .histoire-video .container-histoire-video .container-infos {
    width: 100%;
  }
  .histoire-video .container-histoire-video .container-infos h2 {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }
  .histoire-video .container-histoire-video .container-infos p {
    text-align: center;
    margin-left: 0;
  }
  .histoire-video .container-histoire-video .container-infos .btn-see-video {
    width: 160px;
    display: block;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .histoire-timeline .container-histoire-timeline {
    margin: 40px auto 25px auto;
  }
  .histoire-timeline .container-histoire-timeline .end-timeline {
    display: none;
  }
  .histoire-timeline .container-histoire-timeline ul:before {
    display: none;
  }
  .histoire-timeline .container-histoire-timeline li {
    width: 100%;
    margin-bottom: 30px;
  }
  .histoire-timeline .container-histoire-timeline li .link-principal {
    display: none;
  }
  .histoire-timeline .container-histoire-timeline li .link {
    display: none;
  }
  .histoire-timeline .container-histoire-timeline li:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

/* Organigramme */
.intro-organigramme {
  width: 100%;
  background: transparent;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.intro-organigramme .container-organigramme {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  display: table;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-organigramme .container-organigramme .container-title {
  width: 75%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-organigramme .container-organigramme .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-organigramme .container-organigramme .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 54px;
  letter-spacing: 2px;
  color: #385778;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-organigramme .container-organigramme .container-title p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #112336;
  text-align: left;
  display: block;
  font-weight: 400;
  margin: 20px 0 0 0;
}
.intro-organigramme .container-organigramme .container-link-back {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-organigramme .container-organigramme .container-link-back .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-organigramme .container-organigramme .container-link-back .indicator:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-organigramme .container-organigramme .container-link-back a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #385778;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-organigramme .container-organigramme .container-link-back a:hover {
  color: #54A1C7;
}
.intro-organigramme .container-organigramme .container-link-back a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-organigramme .container-organigramme .container-link-back a:hover:after {
  margin-left: 10px;
}
.slider-orga {
  padding: 20px;
}
.slider-orga.slick-initialized.slick-slider .slick-prev {
  content: "";
  text-indent: -9999em;
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: absolute;
  border: 0;
  top: 170px;
  left: 2px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  outline: none;
  z-index: 999999;
}
.slider-orga.slick-initialized.slick-slider .slick-next {
  content: "";
  text-indent: -9999em;
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: absolute;
  border: 0;
  top: 170px;
  right: 2px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  outline: none;
  z-index: 999999;
}
.slider-orga.slick-initialized.slick-slider .slick-list {
  text-align: center;
}
.slider-orga.slick-initialized.slick-slider .slick-list img {
  margin: 0 auto;
}
.slider-orga.slick-initialized.slick-slider .slick-slide {
  min-height: 400px;
  margin: 0 auto;
  text-align: center;
}
.slider-orga.slick-initialized.slick-slider .slick-slide img {
  margin: 0 auto;
}

/* Organigramme - Présentation */
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  overflow: overlay;
  overflow-x: hidden;
  display: none;
}
.popup {
  width: 100%;
  background: white;
  height: 800px;
  display: block;
  padding: 30px;
  position: absolute;
  overflow: auto;
  left: 50%;
  top: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  overflow: overlay;
}
.organigramme-presentation {
  width: 100%;
  height: auto;
}
.organigramme-presentation .container-organigramme-presentation {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  display: table;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.organigramme-presentation .container-organigramme-presentation ul {
  list-style: none;
  text-align: center;
}
.organigramme-presentation .container-organigramme-presentation li {
  width: 50%;
  height: 500px;
  float: left;
  height: auto;
  padding: 30px 0 30px 30px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.organigramme-presentation .container-organigramme-presentation li:after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #D4E2EF;
  float: left;
  vertical-align: middle;
  top: 50%;
  left: 0;
  position: absolute;
}
.organigramme-presentation .container-organigramme-presentation li .figcaption-popup {
  width: 100%;
  max-width: 768px;
  height: auto;
}
.organigramme-presentation .container-organigramme-presentation li .figcaption-popup .btn-more-details {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  cursor: pointer;
  background: url(../img/icon-more-detail-white.svg) no-repeat center;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.organigramme-presentation .container-organigramme-presentation li .figcaption-popup .btn-more-details:hover {
  background: url(../img/icon-more-detail-blue.svg) no-repeat center;
}
.organigramme-presentation .container-organigramme-presentation li .figcaption-popup figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.organigramme-presentation .container-organigramme-presentation li .figcaption-popup figcaption {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  top: 0;
  opacity: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}
.organigramme-presentation .container-organigramme-presentation li .figcaption-popup figure:hover figcaption {
  background: rgba(17, 35, 54, 0.8);
  width: 100%;
  height: 100%;
  opacity: 1;
}
.organigramme-presentation .container-organigramme-presentation li .figcaption-popup img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}
.organigramme-presentation .container-organigramme-presentation li h2 {
  width: 100%;
  padding: 15px;
  background: #54A1C7;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 19px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.organigramme-presentation .container-organigramme-presentation li p {
  width: 100%;
  padding: 15px;
  background: #385778;
  font-family: "Lato", sans-serif;
  text-align: center;
  color: white;
  font-size: 13px;
  line-height: 18px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}
.organigramme-presentation .container-organigramme-presentation li:first-child {
  width: 50%;
  height: auto;
  display: table;
  margin: 0 auto;
  padding: 30px;
  float: none;
}
.organigramme-presentation .container-organigramme-presentation li:first-child:before, .organigramme-presentation .container-organigramme-presentation li:first-child:after {
  display: none;
}
.organigramme-presentation .container-organigramme-presentation li:nth-child(2n) {
  width: 50%;
  height: 500px;
  float: left;
  height: auto;
  padding: 30px 30px 30px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.organigramme-presentation .container-organigramme-presentation li:nth-child(2n):before {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #D4E2EF;
  float: left;
  vertical-align: middle;
  top: 50%;
  right: 0;
  position: absolute;
}
.organigramme-presentation .container-organigramme-presentation li:nth-child(2n):after {
  display: none;
}
.organigramme-presentation .container-organigramme-presentation li:nth-child(2n) .link {
  width: 1px;
  top: -30px;
  bottom: 0px;
  height: 100%;
  right: 0px;
  background-color: #D4E2EF;
  overflow: hidden;
  position: absolute;
  float: right;
}
.organigramme-presentation .container-organigramme-presentation li:nth-child(2n) .link-50 {
  width: 1px;
  top: -30px;
  bottom: 50%;
  height: auto;
  right: 0px;
  background-color: #D4E2EF;
  overflow: hidden;
  position: absolute;
  float: right;
}

/* Organigramme - Responsive */
@media screen and (max-width:768px) {
  .intro-organigramme .container-organigramme .container-title {
    width: 100%;
  }
  .intro-organigramme .container-organigramme .container-title h2 {
    text-align: center;
  }
  .intro-organigramme .container-organigramme .container-title h1 {
    text-align: center;
    font-size: 34px;
    line-height: 38px;
  }
  .intro-organigramme .container-organigramme .container-title p {
    text-align: center;
  }
  .intro-organigramme .container-organigramme .container-link-back {
    width: 100%;
  }
  .intro-organigramme .container-organigramme .container-link-back .indicator {
    display: none;
  }
  .intro-organigramme .container-organigramme .container-link-back a {
    margin: 0 auto 30px auto;
    text-align: center;
    float: none;
  }
  .organigramme-presentation .container-organigramme-presentation li {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .organigramme-presentation .container-organigramme-presentation li:after {
    display: none;
  }
  .organigramme-presentation .container-organigramme-presentation li:first-child {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .organigramme-presentation .container-organigramme-presentation li:nth-child(2n) {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .organigramme-presentation .container-organigramme-presentation li:nth-child(2n) .link {
    display: none;
  }
  .organigramme-presentation .container-organigramme-presentation li:nth-child(2n) .link-50 {
    display: none;
  }
  .organigramme-presentation .container-organigramme-presentation li:nth-child(2n):before {
    display: none;
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    overflow: overlay;
    overflow-x: hidden;
  }
  .popup {
    width: 90%;
    background: white;
    height: 800px;
    display: block;
    padding: 30px;
    position: absolute;
    overflow: auto;
    left: 0;
    right: 0;
    top: 0;
    margin: 20px auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: none;    /* Safari and Chrome */
    -moz-transform: none;    /* Firefox */
    -ms-transform: none;    /* IE 9 */
    -o-transform: none;    /* Opera */
    transform: none;
    z-index: 2;
    overflow: overlay;
  }
}

/* Une présence à chaque étape */
.intro-presence-etapes {
  width: 100%;
  background: #1a2835;
  position: relative;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.intro-presence-etapes img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: none;
}
.intro-presence-etapes .presentation-presence-etapes {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  display: table;
  z-index: 3;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-presence-etapes .presentation-presence-etapes .container-link-next {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-presence-etapes .presentation-presence-etapes .container-link-next .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-presence-etapes .presentation-presence-etapes .container-link-next .indicator:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-presence-etapes .presentation-presence-etapes .container-link-next a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: white;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-presence-etapes .presentation-presence-etapes .container-link-next a:hover {
  color: #54A1C7;
}
.intro-presence-etapes .presentation-presence-etapes .container-link-next a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-presence-etapes .presentation-presence-etapes .container-link-next a:hover:after {
  margin-left: 10px;
}
.intro-presence-etapes .presentation-presence-etapes .container-title {
  width: 75%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
}
.intro-presence-etapes .presentation-presence-etapes .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-presence-etapes .presentation-presence-etapes .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  color: white;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-presence-etapes .presentation-presence-etapes .container-title p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: white;
  text-align: left;
  display: block;
  font-weight: 400;
  margin: 20px 0 0 0;
}

/* Une présence à chaque étape  - Présentation des étapes */
.step-by-step-presence-etapes {
  width: 100%;
  height: auto;
  display: table;
  max-width: 1500px;
  margin: 0 auto;
}
.step-by-step-presence-etapes ul {
  list-style: none;
  display: block;
}
.step-by-step-presence-etapes li {
  display: block;
}
.step-by-step-presence-etapes li .container-img {
  width: 50%;
  float: left;
  height: 430px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  position: relative;
}
.step-by-step-presence-etapes li .container-img .arrow-img {
  width: 26px;
  height: 36px;
  display: block;
  position: absolute;
  background: url(../img/icon-arrow-step.svg) no-repeat 50% 50%;
  z-index: 1;
  top: calc(50% - 18px);
  left: -4px;
}
.step-by-step-presence-etapes li .container-img img {
  position: relative;
  left: 100%;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 0;
}
.step-by-step-presence-etapes li .container-texte {
  width: 50%;
  float: left;
  height: 430px;
  padding: 30px;
  position: relative;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.step-by-step-presence-etapes li .container-texte .content-infos {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step-by-step-presence-etapes li .container-texte .content-infos .step {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.step-by-step-presence-etapes li .container-texte .content-infos .step h3 {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #54A1C7;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-size: 24px;
  margin-right: 5px;
}
.step-by-step-presence-etapes li .container-texte .content-infos .step .step-number {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 2px solid #54A1C7;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -4px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #54A1C7;
  text-align: center;
}
.step-by-step-presence-etapes li .container-texte .content-infos h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 33px;
  color: #385778;
  display: block;
  margin: 0 0 15px 0;
}
.step-by-step-presence-etapes li .container-texte .content-infos p {
  font-family: "Lato", sans-serif;
  color: #112336;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
.step-by-step-presence-etapes li .container-texte .content-infos em {
  font-style: italic;
}
.step-by-step-presence-etapes li .container-texte .content-infos strong {
  font-weight: 700;
}
.step-by-step-presence-etapes li:nth-child(2n) {
  display: block;
}
.step-by-step-presence-etapes li:nth-child(2n) .container-img {
  float: left;
}
.step-by-step-presence-etapes li:nth-child(2n) .container-img .arrow-img {
  right: -4px;
  left: inherit;
  -ms-transform: rotate(180deg);          /* IE 9 */
  -webkit-transform: rotate(180deg);          /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.step-by-step-presence-etapes li:nth-child(2n) .container-img img {
  max-height: none;
}
.step-by-step-presence-etapes li:nth-child(2n) .container-texte {
  float: right;
}
.step-by-step-presence-etapes li:nth-child(2) .container-texte {
  height: 520px;
}
.step-by-step-presence-etapes li:nth-child(2) .container-img {
  height: 520px;
}

/* Une présence à chaque étape - Responsive */
@media screen and (max-width:768px) {
  .intro-presence-etapes {
    height: 650px;
    background: url(../img/bck-presence-etapes-resp.jpg) no-repeat 50% 0%;
  }
  .intro-presence-etapes img {
    display: none;
  }
  .intro-presence-etapes .presentation-presence-etapes {
    margin: 0 auto 20px auto;
    padding: 30px 30px 15px 30px;
  }
  .intro-presence-etapes .presentation-presence-etapes .container-link-next {
    width: 100%;
  }
  .intro-presence-etapes .presentation-presence-etapes .container-link-next .indicator {
    display: none;
  }
  .intro-presence-etapes .presentation-presence-etapes .container-link-next a {
    margin: 0 auto 30px auto;
    text-align: center;
    float: none;
  }
  .intro-presence-etapes .presentation-presence-etapes .container-title {
    width: 100%;
    padding-right: 0;
  }
  .intro-presence-etapes .presentation-presence-etapes .container-title h2 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  .intro-presence-etapes .presentation-presence-etapes .container-title h1 {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .intro-presence-etapes .presentation-presence-etapes .container-title p {
    text-align: center;
  }
  .step-by-step-presence-etapes li .container-texte {
    width: 100%;
    height: auto;
    display: block;
  }
  .step-by-step-presence-etapes li .container-texte .content-infos {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .step-by-step-presence-etapes li .container-texte .content-infos .step {
    display: block;
    float: none;
    width: auto;
    text-align: center;
  }
  .step-by-step-presence-etapes li .container-texte .content-infos h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }
  .step-by-step-presence-etapes li .container-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .step-by-step-presence-etapes li .container-img .arrow-img {
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -ms-transform: rotate(90deg);      /* IE 9 */
    -webkit-transform: rotate(90deg);      /* Chrome, Safari, Opera */
    transform: rotate(90deg);
  }
  .step-by-step-presence-etapes li .container-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
  }
  .step-by-step-presence-etapes li:nth-child(2n) {
    display: block;
  }
  .step-by-step-presence-etapes li:nth-child(2n) .container-img .arrow-img {
    left: 0;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .step-by-step-presence-etapes li:nth-child(2) .container-texte {
    height: auto;
  }
  .step-by-step-presence-etapes li:nth-child(2) .container-img {
    height: auto;
  }
}

/* Nos atouts */
.intro-nos-atouts {
  width: 100%;
  background: #1a2835;
  position: relative;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.intro-nos-atouts img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: none;
}
.intro-nos-atouts .presentation-nos-atouts {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  display: table;
  z-index: 3;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-nos-atouts .presentation-nos-atouts .container-link-next {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-nos-atouts .presentation-nos-atouts .container-link-next .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-nos-atouts .presentation-nos-atouts .container-link-next .indicator:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-nos-atouts .presentation-nos-atouts .container-link-next a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: white;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-nos-atouts .presentation-nos-atouts .container-link-next a:hover {
  color: #54A1C7;
}
.intro-nos-atouts .presentation-nos-atouts .container-link-next a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-nos-atouts .presentation-nos-atouts .container-link-next a:hover:after {
  margin-left: 10px;
}
.intro-nos-atouts .presentation-nos-atouts .container-title {
  width: 75%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
}
.intro-nos-atouts .presentation-nos-atouts .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-nos-atouts .presentation-nos-atouts .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  color: white;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-nos-atouts .presentation-nos-atouts .container-title p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: white;
  text-align: left;
  display: block;
  font-weight: 400;
  margin: 20px 0 0 0;
}
.tabs {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1500px;
}
.tabs li {
  float: left;
  padding: 0 10px;
  background: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  width: calc(100% / 6);
  height: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs li p {
  font-family: "Montserrat", sans-serif;
  display: block;
  color: white;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tabs li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tabs li.current {
  background: #385778;
}
.tabs li.current::after {
	content: '';
position: absolute; bottom: -10px; left: 50%;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #385778 transparent transparent transparent;
margin-left: -5px;
}
.tab-contents {
  background: #e9e9e9;
  padding: 20px;
}
.tab-pane {
  display: none;
}
.tab-pane.current {
  display: block;
}
.nos-atouts {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: table;
}
.nos-atouts h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #54A1C7;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.nos-atouts p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #112336;
  margin: 0 0 10px 0;
  text-align: left;
  color: #112336;
}
.nos-atouts .global-content-nos-atouts {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.nos-atouts .global-content-nos-atouts .header {
  background: #54A1C7;
  z-index: 999999;
  width: 100%;
  height: 80px;
}
.nos-atouts .global-content-nos-atouts .container-nos-atouts {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1500px;
  margin: 80px auto 0;
  display: table;
}

/* Nos atouts  - Service sur-mesure*/
.service-sur-mesure {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: table;
  padding: 30px;
  margin: 0 auto 40px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.service-sur-mesure ul {
  list-style: none;
  display: table;
  margin-top: 40px;
}
.service-sur-mesure li {
  width: calc(100% / 4);
  height: auto;
  display: table;
  padding: 15px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.service-sur-mesure li img {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 15px;
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
}
.service-sur-mesure li h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  display: block;
  margin: 15px 0;
  text-transform: uppercase;
  color: #385778;
}
.service-sur-mesure li p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #112336;
  margin: 0 0 10px 0;
  text-align: center;
  color: #112336;
}

/* Nos atouts  - Fiabilité et réputation */
.fiabilite-reputation {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: table;
  margin: 0 auto 40px auto;
}
.fiabilite-reputation .title-pres {
  width: 100%;
  display: block;
  height: auto;
  padding: 0 30px;
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Nos atouts  - Anticipation, adaptation et réactivité */
.anticipation-reactivite {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: table;
  margin: 0 auto 40px auto;
}
.anticipation-reactivite .container-texte {
  width: 50%;
  height: 390px;
  float: left;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.anticipation-reactivite .container-texte .content-infos {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.anticipation-reactivite .container-img {
  width: 50%;
  height: 390px;
  float: right;
}
.anticipation-reactivite .container-img img {
  display: block;
  margin: 0 auto;
  width: 574px;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Nos atouts  - L'accompagnement */
.accompagnement {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: table;
  margin: 0 auto 40px auto;
}
.accompagnement .container-texte {
  width: 50%;
  height: 390px;
  float: left;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.accompagnement .container-texte .content-infos {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accompagnement .container-img {
  width: 50%;
  height: 390px;
  float: right;
}
.accompagnement .container-img img {
  display: block;
  margin: 0 auto;
  width: 574px;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Nos atouts  - Services financiers &amp; logistiques */
.financiers-logistiques {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: table;
  margin: 0 auto 40px auto;
}
.financiers-logistiques .title-pres {
  width: 100%;
  display: block;
  height: auto;
  padding: 0 30px;
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Nos atouts  - Etape de fabrication &amp; vente de coton */
.etape-fabrication {
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: table;
  margin: 0 auto 40px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.etape-fabrication .title-pres {
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {

  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {

  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: calc(100% - 60px);
  max-width: 1500px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 38px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {

  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
}
.cd-horizontal-timeline .events {

  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;    /* width will be set using JavaScript */
  background: #D4E2EF;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {

  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #54A1C7;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 3px;
  z-index: 2;
  text-align: center;
  padding-bottom: 15px;
  color: #112336;    /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.cd-horizontal-timeline .events a::after {

  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #D4E2EF;
  background-color: white;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #54A1C7;
  border-color: #54A1C7;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  outline: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #54A1C7;
  border-color: #54A1C7;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #54A1C7;
}
@media only screen and (min-width:1500px) {
  .cd-horizontal-timeline {
    margin: 1em auto;
  }
  .cd-horizontal-timeline::before {

    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
.cd-timeline-navigation a {

  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #54A1C7;  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {

  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #54A1C7;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #D4E2EF;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {

  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li &gt; * {
  max-width: 1500px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: normal;
  font-size: 35px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #385778;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cd-horizontal-timeline .events-content h3 {
  display: block;
  color: #54A1C7;
  margin: 10px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.cd-horizontal-timeline .events-content p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #112336;
  margin: 10px 0;
  text-align: justify;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width:768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 35px;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 16px;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 15px;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media screen and (max-width:550px) {
  .cd-horizontal-timeline .events-content li.selected {
    padding: 0;
  }
}

/* Nos atouts - Responsive */
@media screen and (max-width:1024px) {
  .tabs {
    display: none;
  }
  .nos-atouts .global-content-nos-atouts .header { display: none; }
}
@media screen and (max-width:768px) {
  .tabs {
    display: none;
  }
  .intro-nos-atouts {
    height: 600px;
    background: url(../img/bck-nos-atouts-resp.jpg) no-repeat 50% 0%;
  }
  .intro-nos-atouts img {
    display: none;
  }
  .intro-nos-atouts .presentation-nos-atouts {
    margin: 0 auto 20px auto;
    padding: 30px 30px 15px 30px;
  }
  .intro-nos-atouts .presentation-nos-atouts .container-link-next {
    width: 100%;
  }
  .intro-nos-atouts .presentation-nos-atouts .container-link-next .indicator {
    display: none;
  }
  .intro-nos-atouts .presentation-nos-atouts .container-link-next a {
    margin: 0 auto 30px auto;
    text-align: center;
    float: none;
  }
  .intro-nos-atouts .presentation-nos-atouts .container-title {
    width: 100%;
    padding-right: 0;
  }
  .intro-nos-atouts .presentation-nos-atouts .container-title h2 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  .intro-nos-atouts .presentation-nos-atouts .container-title h1 {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .intro-nos-atouts .presentation-nos-atouts .container-title p {
    text-align: center;
  }
  .nos-atouts h1 {
    text-align: center;
    font-size: 25px;
    line-height: 29px;
  }
  .nos-atouts p {
    text-align: justify;
  }
  .nos-atouts .global-content-nos-atouts .container-nos-atouts {
    margin-top: 20px;
  }
  .service-sur-mesure li {
    width: calc(100% / 2);
  }
  .anticipation-reactivite .container-texte {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: none;
  }
  .anticipation-reactivite .container-texte .content-infos {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .anticipation-reactivite .container-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: none;
    height: auto;
  }
  .anticipation-reactivite .container-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .accompagnement .container-texte {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: none;
  }
  .accompagnement .container-texte .content-infos {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .accompagnement .container-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: none;
    height: auto;
  }
  .accompagnement .container-img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media screen and (max-width:400px) {
  .service-sur-mesure li {
    width: 100%;
  }
}

/* Devcot dans le monde */
.intro-devcot-monde {
  width: 100%;
  background: #1a2835;
  position: relative;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}
.intro-devcot-monde img {
  position: relative;
  max-height: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: none;
}
.intro-devcot-monde .presentation-devcot-monde {
  width: 100%;
  padding: 30px;
  max-width: 1500px;
  margin: 0 auto;
  height: auto;
  display: table;
  z-index: 3;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro-devcot-monde .presentation-devcot-monde .container-link-next {
  width: 25%;
  float: right;
  height: auto;
  vertical-align: top;
  text-align: left;
}
.intro-devcot-monde .presentation-devcot-monde .container-link-next .indicator {
  display: block;
  height: 7px;
  width: 100%;
  border-bottom: 1px solid #54A1C7;
  margin-top: 15px;
  float: right;
}
.intro-devcot-monde .presentation-devcot-monde .container-link-next .indicator:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #54A1C7;
  display: block;
  position: relative;
  top: 3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.intro-devcot-monde .presentation-devcot-monde .container-link-next a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: white;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
.intro-devcot-monde .presentation-devcot-monde .container-link-next a:hover {
  color: #54A1C7;
}
.intro-devcot-monde .presentation-devcot-monde .container-link-next a:after {
  content: "";
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../img/icon-arrow-prev-blue.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-left: 20px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-devcot-monde .presentation-devcot-monde .container-link-next a:hover:after {
  margin-left: 10px;
}
.intro-devcot-monde .presentation-devcot-monde .container-title {
  width: 75%;
  height: auto;
  text-align: left;
  float: left;
  vertical-align: top;
}
.intro-devcot-monde .presentation-devcot-monde .container-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #54A1C7;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-devcot-monde .presentation-devcot-monde .container-title h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  color: white;
  display: block;
  text-align: left;
  font-weight: 400;
}
.intro-devcot-monde .presentation-devcot-monde .container-title p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: white;
  text-align: left;
  display: block;
  font-weight: 400;
  margin: 20px 0 0 0;
}
.content-devcot-monde {
  padding: 0 0 40px 0;
  height: auto;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}
.content-devcot-monde .map {
  width: 100%;
  height: auto;
  display: block;
  padding: 40px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1500px;
}
.content-devcot-monde .map img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.content-devcot-monde .legende-map {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-devcot-monde .legende-map h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #D4E2EF;
}
.content-devcot-monde .legende-map ul {
  list-style: none;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.content-devcot-monde .legende-map li {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-devcot-monde .legende-map li .code-color {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.content-devcot-monde .legende-map li h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #112336;
  position: relative;
  margin-top: 15px;
}
.content-devcot-monde .fournisseurs {
  background: #F8E71C;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.content-devcot-monde .clients {
  background: #D0021B;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.content-devcot-monde .fournisseurs-clients {
  background: #F5A623; 
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.content-devcot-monde .agent-devcot {
  background: url(../img/icon-agent-devcot.svg) no-repeat 50% 0%;
}
@media screen and (max-width:768px) {
  .intro-devcot-monde {
    height: 635px;
    background: url(../img/bck-devcot-monde-resp.jpg) no-repeat 50% 0%;
  }
  .intro-devcot-monde img {
    display: none;
  }
  .intro-devcot-monde .presentation-devcot-monde {
    margin: 0 auto 20px auto;
    padding: 30px 30px 15px 30px;
  }
  .intro-devcot-monde .presentation-devcot-monde .container-link-next {
    width: 100%;
  }
  .intro-devcot-monde .presentation-devcot-monde .container-link-next .indicator {
    display: none;
  }
  .intro-devcot-monde .presentation-devcot-monde .container-link-next a {
    margin: 0 auto 30px auto;
    text-align: center;
    float: none;
  }
  .intro-devcot-monde .presentation-devcot-monde .container-title {
    width: 100%;
    padding-right: 0;
  }
  .intro-devcot-monde .presentation-devcot-monde .container-title h2 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }
  .intro-devcot-monde .presentation-devcot-monde .container-title h1 {
    font-size: 34px;
    line-height: 38px;
    text-align: center;
  }
  .intro-devcot-monde .presentation-devcot-monde .container-title p {
    text-align: center;
  }
}
.wrapMap {
  position: relative;
  width: 100%;
  height: 473px;
  margin: 0 auto;
}
#map_canvas {
  width: 100%;
  margin: 0 auto;
  height: 473px;
}
.sevents-for {
  width: 100%;
}

/* COURS */
.recupdata {
  margin: 20px 0;
}
.data1 table {
  width: 100%;
}
.data1 table td:last-child, .data1 table th:last-child {
  display: none;
}
.data2 h2 {
  display: none;
  content: '';
}


/* MODIFICATIONS */

/* NOS ATOUTS - Etape de fabrication et vente de coton - Slider */ 

.etape-coton-slider {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 30px;
  max-width: 1500px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.events-nav {
  display: table;
  height: 75px;
  width: 100%;
  margin:0 auto;
  padding: 0 40px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.events-nav:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #D4E2EF;
  display: block;
  bottom: 16px;
  left: 0;
  z-index: -2;
}

.events-nav .slick-slide {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color:#1F3349;
  height: 69px;
  text-decoration: none; 
  text-align: center;
  position: relative;
  outline:none;
  cursor:pointer;
  position: relative;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.events-nav .slick-current a{
  color:#54A1C7!important;
}

.events-nav .slick-slide a {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color:#1F3349;
  position:relative;
  outline:none;
}

.events-nav .slick-slide:after {
  content:"";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  border:2px solid #D4E2EF;
  border-radius: 50%;
  background: white;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} 

.events-nav .slick-current:after {
  content:"";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  border:4px solid #54A1C7;
  border-radius: 50%;
  background: white;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} 

.events-nav .slick-prev {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0;
  outline: none;
  width: 40px;
  height: 40px;
  border:2px solid #D4E2EF;
  border-radius: 50%;
  background: white url(../img/icon-arrow-blue.svg) no-repeat 48% 50%;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.events-nav .slick-prev:hover {
  border:2px solid #54A1C7;
  background:#54A1C7 url(../img/icon-arrow-white.svg) no-repeat 48% 50%;
}

.events-nav .slick-next {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0;
  outline: none;
  width: 40px;
  height: 40px;
  border:2px solid #D4E2EF;
  border-radius: 50%;
  background:white url(../img/icon-arrow-blue.svg) no-repeat 48% 50%;
  -webkit-transform: rotate(180deg);
           transform: rotate(180deg);
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.events-nav .slick-next:hover {
  border:2px solid #54A1C7;
  background:#54A1C7 url(../img/icon-arrow-white.svg) no-repeat 48% 50%;
}

.events-for {
  margin-bottom: 60px;
}

.events-for .title-pres {
  display: block;
  padding: 15px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.events-for .title-pres h3{
  display: block;
  color: #54A1C7;
  margin: 10px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.events-for .title-pres h2{
  font-weight: normal;
  font-size: 35px;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #385778;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* LE COURS DU COTON - Tableaux */ 

.data1 {
  margin: 0 auto 20px auto;
  font-size: 13px;
  font-weight: 400;
  max-width: 1500px;
  padding: 0 30px;
  font-family: "Montserrat", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.data1 .datatable_header, .data1 .datatable_header:hover{
  background: #54A1C7;
}
.data1 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.data1 tbody {
  border:1px solid  #f3f3f3;
}
.data1 td {
  padding: 10px 0;
  color: #112336;
  text-align: center;
}
.data1 td a{
  text-decoration: none;
  color:#385778;
}
.data1 td:first-child {
  padding-left: 10px;
  color:#54A1C7;
  text-align: left;r
}
.data1 th {
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}
.data1 th:first-child {
  border: none;
}
.data1 th:last-child {
  border-width: 1px;
}
.data1td {
  padding: 10px 5px;
  text-align: center;
}
.data1 tr {
  border-bottom: 1px solid #f3f3f3;
}
.data1 tr:hover {
  background:#385778;-
}
.data1 tr:hover td, .data1 tr:hover td a{
  color:white;
}
.data1 tr:last-child {
  border-bottom: 0;
  border: 1px solid white;
}
.data1 tr:nth-child(even) {
  background: #f3f3f3;
}

.data1 tr:nth-child(even):hover {
  background:#385778;
}

.data1 tr:nth-child(even):hover td {
  color:white;
}

.data2 {
  margin-bottom:20px;
  font-size: 13px;
  font-weight: 400;
  padding: 0 30px;
  width: 50%;
  float:left;
  font-family: "Montserrat", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.data2 .datatable_header{
  background: #54A1C7;
}
.data2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.data2 tbody {
  border:1px solid  #f3f3f3;
}
.data2 td {
  padding: 10px 0;
  color: #112336;
  text-align: center;
}
.data2 td a{
  text-decoration: none;
  color:#385778;
}
.data2 td:first-child {
  padding-left: 10px;
  color:#385778;
  text-align: left;r
}
.data2 th {
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}
.data2 th:first-child {
  border: none;
}
.data2 th:last-child {
  border-width: 1px;
}
.data2 td {
  padding: 10px 5px;
  text-align: center;
}
.data2 tr {
  border-bottom: 1px solid #f3f3f3;
}
.data2 tr:hover {
  background: #385778;
}
.data2 tr:hover td{
  color:white;
}
.data2 tr:first-child {
    border-bottom: 1px solid #f3f3f3;
    background: #54A1C7;
}
.data2 tr:last-child {
  border-bottom: 0;
  border: 1px solid white;
}
.data2 tr:nth-child(even) {
  background: #f3f3f3;
}
.data2 tr:nth-child(even):hover {
  background: #385778;
}
.data2 tr:nth-child(even):hover td{
  color:white;
}

.data3 {
  float:right;
  width: 50%;
}

.data3 img {
  outline: none;
  width: 100%;
}

.data4 {
  margin-bottom:20px;
  font-size: 13px;
  font-weight: 400;
  padding: 0 30px;
  width: 100%;
  display: block;
  font-family: "Montserrat", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.data4 .datatable_header{
  background: #54A1C7;
}
.data4 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.data4 tbody {
  border:1px solid  #f3f3f3;
}
.data4 td {
  padding: 10px 0;
  color: #112336;
  text-align: center;
}
.data4 td a{
  text-decoration: none;
  color:#385778;
}
.data4 td:first-child {
  padding-left: 10px;
  color:#385778;
}
.data4 th {
  color: white;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}
.data4 td {
  padding: 10px 5px;
  text-align: center;
}
.data2 tr:first-child {
    border-bottom: 1px solid #f3f3f3;
    background: #54A1C7;
}
.data4 tr:last-child {
  border-bottom: 0;
  border: 1px solid #f3f3f3;
}
.data4 tr:nth-child(even) {
  background: #f3f3f3;
}
.data4 tr:first-child td {
  background: #54A1C7;
  color:white;
}
.data4 tr:nth-child(2) td {
  background: #3B80A2;
  color:white;
} 
.data4 tr td:nth-child(10) {
  border-left: 1px solid #385778;
}
.data4 tr td:nth-child(12) {
  display: none;
}
.data4 tr:hover {
  background: #385778;
}
.data4 tr:hover td{
  color:white!important;
}
.data4 tr:hover td a{
  color:white;
}
.data4 tr:first-child td:nth-child(3) {
  border-left: 1px solid #385778;
}
.data4 tr:first-child td:nth-child(4) {
  display: none;
}
.data4 tr:nth-child(2) td:nth-child(10) {
  border:none;
}

.data4 tr:nth-child(2) td:nth-child(9) {
  border-left: 1px solid #385778;
}

/* HOME - Slider */ 

.logo-big-home {
  z-index: 9999;
  display: block;
  top: 0;
  width: 500px;
  height: 360px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 45%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/logo-white.svg) no-repeat 50% 50%;
  background-size: 500px 360px;
}

/* DEVCOT DANS LE MONDE - Carte */ 
.jqvmap-label
{
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events:none;
}
.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jqvmap-zoomin
{
  top: 10px;
}
.jqvmap-zoomout
{
  top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

#map {
  float: left;
  height: 600px;
  width: 100%;
  background: white;
}

#map svg {
  width: 100%;
}

.jqvmap-zoomin {
  width: 45px;
  height: 45px;
  display: block;
  margin-left: 20px;
  color:transparent;
  background: white url(../img/icon-zoomin-blue.svg) no-repeat center;
  background-size:19px 19px;
  border:1px solid #D4E2EF;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.jqvmap-zoomin:hover {
  border:1px solid #54A1C7;
  background: #54A1C7 url(../img/icon-zoomin-white.svg) no-repeat center;
  background-size:19px 19px;
}

.jqvmap-zoomout {
  width: 45px;
  height: 45px;
  display: block;
  margin-top: 24px;
  margin-left: 20px;
  color:transparent;
  background: white url(../img/icon-zoomout-blue.svg) no-repeat center;
  background-size:19px 4px;
  border:1px solid #D4E2EF;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.jqvmap-zoomout:hover {
  border:1px solid #54A1C7;
  background: #54A1C7 url(../img/icon-zoomout-white.svg) no-repeat center;
  background-size:19px 4px;
}

.jqvmap-label {
    background: rgba(56, 87, 120, 0.85);
    color: white;
    font-family: "Monteserrat", Sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 15px;
    text-align: center;
    width: auto;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jqvmap-label span {
    display: block;
    height: 25px;
    width: 21px;
    text-align: center;
    display: block;
    margin: 10px auto 0 auto;
    background: url(../img/icon-agent-devcot.svg) no-repeat center;
}
/* MODIFICATIONS - Responsive */

@media screen and (max-width:1280px) {
  .data2 {
    width: 100%;
  }
  .data3 {
    width: 100%;
  }
  .data3 img {
    display: block;
    margin: 0 auto;
    width: auto;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:1024px) {
  .logo-big-home {
    background-size: 400px 287px;
    width: 400px;
    height: 287px;
  }
}

@media screen and (max-width:800px) {
  #map {
      height: 400px;
      width: 100%;
  }

  .content-devcot-monde .legende-map li {
    width: 49%;
    margin-bottom: 20px;
  }

  .content-devcot-monde .legende-map li h4 {
    font-size: 12px;
  }
}

@media screen and (max-width:768px) {
  .logo-big-home {
    display: none;
  }

}









</pre></body></html>