@charset "UTF-8";
@font-face {
  font-family: 'GeomanistLight';
  src: url("../fonts/Geomanist-Light.otf") format("otf"), url("../fonts/geomanist-light-webfont.woff") format("woff"), url("../fonts/geomanist-light-webfont.woff2") format("woff2"); }
@font-face {
  font-family: 'GeomanistRegular';
  src: url("../fonts/geomanist-regular-webfont.eot") format("eot"), url("../fonts/geomanist-regular-webfont.woff") format("woff"), url("../fonts/geomanist-regular-webfont.woff2") format("woff2"), url("../fonts/geomanist-regular-webfont.ttf") format("ttf"); }
@font-face {
  font-family: 'GeomanistMedium';
  src: url("../fonts/Geomanist-Medium.otf") format("otf"), url("../fonts/geomanist-medium-webfont.woff") format("woff"), url("../fonts/geomanist-medium-webfont.woff2") format("woff2"), url("../fonts/geomanist-medium-webfont.ttf") format("ttf"); }
p, h1, div, img, ul, li, h1, h2, h3, span, form, a {
  margin: 0px;
  padding: 0px;
  border: 0px; }

input, table {
  margin: 0px;
  padding: 0px; }

a, a:hover, a:focus {
  text-decoration: none; }

iframe {
  border: none; }

html, body {
  margin: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  background: #F8F8F8;
  position: relative; }

body{
	overflow-x:hidden;
}

ul, li {
  list-style-type: none; }

.classAfter:after {
  content: "";
  display: block;
  clear: both; }

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.display-cell {
  display: table-cell;
  vertical-align: middle;
  float: none; }

body.fixedOnTop {
  margin-top: 0px; }
body.customize-support .soc-header {
  margin-top: 32px; }

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30; }
  header a {
    color: #fff; }
    header a:hover {
      color: #fff; }
  header > .row:first-child {
    padding: 15px 0 0 0; }
  header .switchLang {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff; }
    header .switchLang a, header .switchLang .searchGo {
      padding-bottom: 5px;
      margin: 0 10px;
      cursor: pointer; }
      header .switchLang a:hover, header .switchLang .searchGo:hover {
        border-bottom: 1px solid #fff; }
      header .switchLang a:first-child, header .switchLang .searchGo:first-child {
        font-weight: 300;
        text-transform: initial;
        margin-right: 35px; }
  header .logo {
    margin: 15px 0; }
    header .logo .logo_nb img {
      display: block;
      margin: auto; }
    header .logo .logo_couleur img {
      display: none;
      margin: auto; }
  header .followUs {
    font-size: 11px;
    color: #fff;
    text-align: right; }
    header .followUs a {
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      background-color: rgba(255, 255, 255, 0.2);
      text-align: center;
      line-height: 31px;
      margin-left: 12px;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
      header .followUs a i {
        font-size: 15px; }
      header .followUs a:hover {
        background-color: #8b66b2; }
  header nav ul {
    margin: auto; }
    header nav ul li {
      position: relative;
      padding-bottom: 5px; }
      header nav ul li a {
        letter-spacing: 1.5px;
        font-weight: 500;
        font-size: 13px;
        text-transform: uppercase;
        padding-bottom: 5px; }
      header nav ul li:after {
        content: "|";
        color: #fff;
        padding: 0 25px; }
      header nav ul li:last-child:after {
        content: ""; }
      header nav ul li ul.sub-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        background-color: #fff;
        left: calc(50% - 25px);
        top: 30px;
        transform: translateX(-53%); }
        header nav ul li ul.sub-menu li {
          display: block;
          padding: 15px 15px;
          text-align: center;
          white-space: nowrap;
          margin: auto;
          border-bottom: 1px solid #e7e7ee; }
          header nav ul li ul.sub-menu li a {
            color: #646472;
            font-weight: 700;
            text-align: center;
            display: block;
            font-size: 12px; }
          header nav ul li ul.sub-menu li:after {
            display: none; }
      header nav ul li:hover ul.sub-menu {
        visibility: visible;
        opacity: 1; }
  header.banner--stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    background-color: #fff;
    padding-bottom: 0px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
    header.banner--stick a {
      color: #646472; }
      header.banner--stick a:hover {
        color: #8b66b2; }
    header.banner--stick .logo {
      margin: -15px 0 15px 0; }
      header.banner--stick .logo .logo_nb img {
        display: none;
        margin: auto; }
      header.banner--stick .logo .logo_couleur img {
        display: block;
        margin: auto; }
    header.banner--stick .followUs {
      font-size: 11px;
      color: #646472; }
      header.banner--stick .followUs a {
        background-color: rgba(211, 211, 215, 0.2); }
        header.banner--stick .followUs a:hover {
          color: #fff;
          background-color: #8b66b2; }
    header.banner--stick .switchLang {
      color: #133431; }
    header.banner--stick nav ul li a:hover {
      border-bottom: 1px solid #8b66b2; }
    header.banner--stick nav ul li:after {
      color: #d3d3d7; }
    header.banner--stick nav ul li ul li a:hover {
      border-bottom: 0; }

#carouselIndex {
  background-color: #4B6D6B;
  border-bottom: 2px solid #fff;
  margin-bottom: 80px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3); }
  #carouselIndex .carousel-control-prev, #carouselIndex .carousel-control-next {
    opacity: 1; }
  #carouselIndex .carousel-control {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block; }
    #carouselIndex .carousel-control:hover {
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      background-color: rgba(255, 255, 255, 0.6); }
    #carouselIndex .carousel-control img {
      width: 30px;
      height: 30px;
      margin-top: 5px; }
  #carouselIndex .carousel-inner {
    height: 100%;
    max-height: 100vh; }
    #carouselIndex .carousel-inner .carousel-item {
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      #carouselIndex .carousel-inner .carousel-item img {
        width: 100%; }
      #carouselIndex .carousel-inner .carousel-item video {
        min-width: 100%;
        min-height: 100%; }
  #carouselIndex .carousel-caption {
    top: 60%;
    transform: translateY(-50%); }
    #carouselIndex .carousel-caption h1 {
      color: #fff;
      font-size: 65px;
      font-weight: 600;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif; }
    #carouselIndex .carousel-caption a {
      color: #fff;
      padding: 10px 20px;
      border: 1px solid #fff;
      display: inline-block;
      margin-top: 25px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
      #carouselIndex .carousel-caption a:hover {
        background-color: #8b66b2;
        border-color: #8b66b2; }
  #carouselIndex .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 0 10px;
    cursor: pointer; }

.homeParallax1 {
  background-repeat: no-repeat;
  background-position: 50px 0px;
  height: 501px;
  width: 720px; }
  .homeParallax1 img {
    width: 55%;
    min-width: 400px; }

.homeParallax2 {
  background-repeat: no-repeat;
  background-position: -50px 0px;
  height: 501px;
  width: 720px; }
  .homeParallax2 #carouselHome2 {
    width: 400px; }
    .homeParallax2 #carouselHome2 img {
      width: 100%; }
    .homeParallax2 #carouselHome2 video {
      height: 100%;
      width: 100%; }
    .homeParallax2 #carouselHome2 .carousel-control-prev, .homeParallax2 #carouselHome2 .carousel-control-next {
      z-index: 10000;
      opacity: 1; }
    .homeParallax2 #carouselHome2 .carousel-control {
      width: 40px;
      height: 40px;
      background-color: rgba(0, 0, 0, 0.5);
      display: inline-block;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
      .homeParallax2 #carouselHome2 .carousel-control:hover {
        background-color: rgba(0, 0, 0, 0.9); }
      .homeParallax2 #carouselHome2 .carousel-control img {
        width: 30px;
        height: 30px;
        margin-top: 5px; }

.homedivAbsolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.homedivAbsolute2 {
  transform: translate(-40%, -50%); }
  .homedivAbsolute2 .container {
    max-width: 800px; }

.cfDeborde {
  overflow: hidden; }

h2 {
  color: #2C7D72;
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500; }
  h2:not(.noUnderline):after {
    content: url(../../images/decoTitre.png);
    width: 73px;
    height: 17px;
    position: relative;
    display: block;
    margin-bottom: 45px;
    margin-top: 5px; }
  h2.noUnderline {
    margin-bottom: 20px; }
  h2.date {
    color: #133431;
    font-size: 30px;
    border-bottom: 1px solid #d3d3d7;
    width: 50%;
    padding-bottom: 5px; }
  h2[data-slug] {
    color: #fff;
    font-size: 65px; }

h1 {
  color: #2C7D72;
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 20px 0 0px 0; }

.grisP {
  color: #646472; }

.imgShadow {
  -webkit-box-shadow: 18px 8px 30px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 18px 8px 30px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 18px 8px 30px 0px rgba(0, 0, 0, 0.6); }

a.borderViolet {
  color: #8b66b2 !important;
  text-decoration: none !important;
  padding: 10px 20px;
  border: 1px solid #8b66b2;
  display: inline-block;
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  a.borderViolet:hover {
    background-color: #8b66b2;
    color: #fff !important; }
a.linkPoste {
  color: #2A7D73 !important;
  padding: 6px 20px;
  border: 1px solid #2A7D73;
  display: inline-block;
  margin-top: 0px;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  a.linkPoste:hover {
    background-color: #fff;
    color: #000 !important; }
  a.linkPoste i {
    font-size: 21px; }
    a.linkPoste i.invisible {
      width: 1px; }

.navAriane {
  text-align: center;
  font-size: 10px; }
  .navAriane ul li {
    display: inline-block;
    color: #646472; }
    .navAriane ul li a {
      color: #646472; }
      .navAriane ul li a:hover {
        text-decoration: underline; }

.carouselPage1 {
  overflow: hidden; }
  .carouselPage1 .carousel-control-prev, .carouselPage1 .carousel-control-next {
    z-index: 10000;
    height: 100%;
    justify-content: unset; }
  .carouselPage1 .carousel-control-prev span {
    margin-left: 10px; }
    .carouselPage1 .carousel-control-prev span i {
      line-height: 40px;
      font-size: 40px; }
  .carouselPage1 .carousel-control-next span {
    position: absolute;
    right: 10px; }
    .carouselPage1 .carousel-control-next span i {
      line-height: 40px;
      font-size: 40px; }
  .carouselPage1 .carousel-item img {
    width: 100%; }
  .carouselPage1 .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center; }
  .carouselPage1 .carousel-control {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block; }
    .carouselPage1 .carousel-control img {
      width: 30px;
      height: 30px;
      margin-top: 5px; }

.thumbnail .img-fluid {
  width: 100%; }
.thumbnail .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: bold; }
  .thumbnail .caption h2:after, .thumbnail .caption h3:after, .thumbnail .caption h4:after {
    display: none; }
  .thumbnail .caption h2 a, .thumbnail .caption h3 a, .thumbnail .caption h4 a {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-decoration: none; }
  .thumbnail .caption h3 a {
    text-decoration: none;
    font-size: 30px; }
  .thumbnail .caption h4 a {
    font-size: 30px;
    text-decoration: none; }

.recrutement {
  margin-bottom: 40px; }
  .recrutement .ref {
    color: #646472;
    font-size: 10px; }
  .recrutement .blocCouleur {
    background-color: transparent;
    font-size: 13px;
    padding: 0px;
    color: #fff; }
  .recrutement h2 {
    margin: 0 0 0px 0; }
    .recrutement h2:after {
      display: none; }

.form-group1 {
  text-align: center;
  font-size: 12px;
  font-weight: 300; }
  .form-group1 input[type=text], .form-group1 input[type=tel], .form-group1 select, .form-group1 input[type=file], .form-group1 input[type=email], .form-group1 textarea {
    background-color: #EAEAEA;
    border: 0;
    padding: 18px;
    color: #000;
    margin-top: 20px;
    width: 70%;
    font-size: 12px;
    font-weight: 300; }
    .form-group1 input[type=text].formDemi, .form-group1 input[type=tel].formDemi, .form-group1 select.formDemi, .form-group1 input[type=file].formDemi, .form-group1 input[type=email].formDemi, .form-group1 textarea.formDemi {
      width: 34%; }
    .form-group1 input[type=text].formDemiRight, .form-group1 input[type=tel].formDemiRight, .form-group1 select.formDemiRight, .form-group1 input[type=file].formDemiRight, .form-group1 input[type=email].formDemiRight, .form-group1 textarea.formDemiRight {
      width: 34%;
      margin-left: 15px; }
  .form-group1 input[type=submit] {
    background-color: transparent;
    cursor: pointer;
    color: #8b66b2;
    padding: 10px 20px;
    border: 1px solid #8b66b2;
    display: inline-block;
    margin-top: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
    .form-group1 input[type=submit]:hover {
      background-color: #8b66b2;
      color: #fff; }

.show768 {
  display: none; }

.groupeUnderline {
  border-bottom: 1px solid #d3d3d7; }

hr.grisClair {
  width: 100%;
  height: 1px;
  background: #d3d3d7;
  border: 0; }

.grisTexte {
  color: #646472;
  margin-top: 60px; }
  .grisTexte a {
    color: #646472;
    text-decoration: underline; }

.histoire .image {
  padding-right: 40px; }
.histoire .deco {
  border-left: 1px solid #d3d3d7;
  position: relative;
  padding-left: 40px; }
  .histoire .deco:before {
    content: "";
    width: 19px;
    height: 19px;
    background: #F8F8F8;
    border: 1px solid #d3d3d7;
    border-radius: 19px;
    position: absolute;
    left: -9.5px;
    top: 0; }
.histoire:last-child .deco {
  border-left: none; }

footer {
  background: #2C7D72;
  border-top: 2px solid #fff;
  margin-top: 80px;
  color: #fff;
  font-size: 11px;
  padding: 30px 0;
  -webkit-box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -5px 30px 0px rgba(0, 0, 0, 0.3); }
  footer #carouselFooter {
    width: 320px; }
    footer #carouselFooter .carousel-control-prev, footer #carouselFooter .carousel-control-next {
      opacity: 1; }
    footer #carouselFooter .carousel-control {
      width: 30px;
      height: 30px;
      background-color: rgba(255, 255, 255, 0.4);
      display: inline-block;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
      footer #carouselFooter .carousel-control:hover {
        background-color: rgba(255, 255, 255, 0.8); }
      footer #carouselFooter .carousel-control i {
        font-size: 30px;
        opacity: 1; }
    footer #carouselFooter .carousel-caption {
      background-color: rgba(17, 61, 56, 0.8);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      footer #carouselFooter .carousel-caption h5 {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        display: block;
        margin: auto;
        width: 100%; }
      footer #carouselFooter .carousel-caption a {
        color: #fff;
        padding: 6px 10px;
        border: 1px solid #fff;
        display: inline-block;
        margin-top: 15px;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in; }
        footer #carouselFooter .carousel-caption a:hover {
          background-color: #8b66b2;
          border-color: #8b66b2; }
  footer .nav li {
    position: relative;
    display: block;
    padding-bottom: 10px; }
    footer .nav li a {
      color: #000;
      text-transform: uppercase;
      font-size: 9px;
      font-weight: 700; }
      footer .nav li a:hover {
        color: #fff; }
    footer .nav li:after {
      content: "";
      width: 50%;
      height: 1px;
      background-color: #448a82;
      position: relative;
      display: block;
      margin-top: 14px; }
    footer .nav li:last-child:after {
      display: none; }
  footer .rightBorder {
    border-right: 1px solid #5f9e96;
    padding-left: 120px; }

*[data-slug] {
  cursor: pointer; }

div[slug] .elements {
  display: none; }

.sitemap li {
  list-style-type: square; }
  .sitemap li a {
    color: #133431; }
    .sitemap li a:hover {
      text-decoration: underline; }
  .sitemap li ul {
    margin-left: 20px; }

#GMap {
  width: 100%;
  height: 500px;
  position: relative; }

.contactVille {
  font-size: 11px; }
  .contactVille strong {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .contactVille strong:after {
      content: "|";
      position: absolute;
      right: 10%;
      color: #e5e5e7; }
  .contactVille:last-child strong:after {
    display: none; }

.news {
  background-color: #143631; }
  .news h1 {
    color: #fff; }
  .news .navAriane a {
    color: #869795 !important; }

.listeNews h2 a {
  color: #2C7D72; }
.listeNews h2:after {
  display: none; }
.listeNews time {
  color: #646472;
  text-transform: uppercase;
  border-bottom: 1px solid #646472;
  display: block;
  padding-bottom: 8px;
  font-weight: 700;
  margin-bottom: 20px; }

.blanc {
  background: #fff; }

.pagination li a, .pagination li span {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background: #fff;
  color: #143631;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 0;
}
.pagination li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #2C7D72;
  transition: left 0.3s ease;
  z-index: -1;
}
.pagination li a:hover::before { left: 0; }
.pagination li a:hover { color: #fff; }
.pagination li span {
  background: #2C7D72;
  color: #fff;
}

.archives li {
  display: block;
  background: #2C7D72;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0;
  font-size: 15px;
  border-bottom: 1px solid #143631; }
  .archives li a {
    color: #000; }

.boxSearch {
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  .boxSearch .inputD {
    padding: 15px;
    background: #fff; }
  .boxSearch input[type=text] {
    width: 300px;
    height: 30px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    background-color: transparent;
    outline: none; }
  .boxSearch input[type=submit] {
    height: 30px;
    border: none;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    margin-left: 15px !important;
    margin-right: 15px !important;
    display: inline-block; }
    .boxSearch input[type=submit]:hover {
      border-bottom: 1px solid #000; }
  .boxSearch .closePanelSearch {
    border: none;
    background-color: transparent;
    color: #000;
    cursor: pointer; }

.blocListing .row {
  border-bottom: 1px solid #d3d3d7; }
  .blocListing .row:last-child {
    border: 0; }

.confiance {
  border-top: 1px solid #d3d3d7; }

.jcarousel {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 20px; }
  .jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }
    .jcarousel ul li {
      float: left;
      display: inline-block;
      text-align: center; }
      .jcarousel ul li img {
        margin: auto;
        max-width: 100%;
        height: auto;
        max-height: 150px; }

.slickC .slick-track {
  display: flex;
  align-items: center; }
.slickC .slick-slide {
  height: 100%;
  width: 150px;
  display: flex;
  align-items: center; }
  .slickC .slick-slide img {
    max-width: 150px;
    height: auto;
    margin: auto; }
	
	
header.banner--stick .logo .logo_couleur img{
	max-width:180px;
}
header .logo .logo_nb img{
	max-width:300px;
}

@keyframes deplacerBloc {
  from {
    margin-left: 0px; }
  to {
    margin-left: -300px; } }
.goLeft {
  margin-left: 0px;
  animation-name: deplacerBloc;
  /* Nom de l'animation */
  animation-duration: 2s;
  /* Durée de l'animation */
  animation-fill-mode: forwards;
  /* Laisse le bloc dans sa position finale */ }

.margesListing {
  margin-top: 40px;
  padding-bottom: 40px; }

.marges80 {
  margin-bottom: 60px; }

@media (min-width: 992px) {
  ul.sub-menu {
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; } }
.specialHome1 .left .texte {
  width: 50%;
  min-width: 400px; }
.specialHome1 .right {
  background-repeat: no-repeat;
  background-position: right top;
  position: relative; }
  .specialHome1 .right .imgShadow {
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 1000; }

.specialHome2 {
  margin-top: 60px; }
  .specialHome2 .right .texte {
    width: 50%;
    min-width: 400px; }
  .specialHome2 .left {
    background-repeat: no-repeat;
    background-position: left top;
    position: relative; }
    .specialHome2 .left .imgShadow {
      position: absolute;
      right: 20%;
      top: 0;
      z-index: 1000; }

.list-group {
  margin-top: 35px; }
  .list-group .list-group-item {
    border: none;
    background: transparent;
    color: #000; }
    .list-group .list-group-item h2 {
      margin-bottom: 20px; }
      .list-group .list-group-item h2:after {
        display: none; }
    .list-group .list-group-item .btn {
      background: #2C7D72;
      color: #fff; }

ol li {
  list-style-type: square; }
  
  
 .Gammes font{
	 display:none!important;
 }
 body.fixedOnTop {
    padding-top: 75px;
}

/*# sourceMappingURL=style.css.map */
