::-moz-selection {
  color: white;
  background-color: #F08468;
}
::selection {
  color: white;
  background-color: #F08468;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
i,
em {
  font-style: italic;
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
b,
strong {
  font-weight: bold;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
u,
span.underline {
  text-decoration: underline;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-size: inherit;
}
a,
span {
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  outline: none;
}
a {
  display: inline-block;
  vertical-align: bottom;
}
.nostretch {
  white-space: nowrap;
  width: 1%;
}
* {
  font-family: 'Manrope', sans-serif;
  color: #2C3273;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 50px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}
h2 {
  font-size: 30px;
  font-weight: bold;
}
h3 {
  font-size: 20px;
  color: #F08468;
  font-weight: bold;
}
.bouton {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #F08468;
  padding: 12px 25px;
  border-radius: 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  border: none;
}
.bouton:hover,
.bouton:focus {
  color: white;
  text-decoration: none;
  background-color: #D8785F;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bouton.blanc {
  background-color: white;
  color: #2C3273;
}
.bouton.blanc:hover {
  background-color: #EFEFEF;
}
input.bouton {
  color: white !important;
  width: auto;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  color: #2C3273;
  background-color: white;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}
.wpcf7-not-valid {
  border: 2px solid #F08468;
  border-radius: 5px 5px 0 0;
}
.wpcf7-not-valid-tip {
  margin-top: -20px;
  background-color: #F08468;
  text-align: center;
  padding: 5px;
  color: white;
  margin-bottom: 20px;
  border-radius: 0 0 5px 5px;
}
#scam .bouton {
  background-color: #E6264E;
}
#scam .bouton:hover {
  background-color: #CB284A;
}
#scam .bouton.blanc {
  background-color: white;
  color: #2C3273;
}
#scam .bouton.blanc:hover {
  background-color: #EFEFEF;
}
#techno .bouton {
  background-color: #159099;
}
#techno .bouton:hover {
  background-color: #077F88;
}
#techno .bouton.blanc {
  background-color: white;
  color: #2C3273;
}
#techno .bouton.blanc:hover {
  background-color: #EFEFEF;
}
.bloc-marque {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #2C3273;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .bloc-marque {
    display: none;
  }
}
.bloc-marque .marque-groupe {
  width: 55px;
  padding: 50px 10px;
  cursor: pointer;
  position: relative;
}
.bloc-marque .marque-groupe::after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url('../img/fleche.svg');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 25px;
  left: 20px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bloc-marque .liste-marque {
  width: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bloc-marque .liste-marque.test {
  width: 183px;
  padding: 10px 10px 0 0;
}
.bloc-marque .liste-marque a {
  display: block;
  margin-bottom: 10px;
  background-color: #2C3273;
  border-radius: 8px;
  text-align: center;
  padding: 10px 25px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.41);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.41);
}
.bloc-marque .liste-marque a:hover {
  -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.41);
          box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.41);
}
.bloc-marque .liste-marque a img {
  height: 28px;
}
.bloc-marque .liste-marque a:nth-child(2) {
  background-color: #F08468;
}
.bloc-marque .liste-marque a:nth-child(3) {
  background-color: #E6264E;
}
.bloc-marque .liste-marque a:nth-child(4) {
  background-color: #159099;
}
.bloc-marque .liste-marque a:nth-child(5) {
  background-color: #3860AA;
}
.bloc-marque .liste-marque a:nth-child(6) {
  background-color: #E6264E;
}
.bloc-marque .liste-marque a:nth-child(7) {
  background-color: #f15931;
}
.bloc-marque .liste-marque a:nth-child(8) {
  background-color: #159099;
}
article {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 70px;
}
article:first-child {
  margin-top: 70px;
}
.row {
  position: relative;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
form input {
  height: 47px;
  width: 100%;
  border-radius: 8px;
  border: none;
  color: #B9B9B9 !important;
  padding-left: 15px;
  outline: none;
  margin-bottom: 20px;
}
form textarea {
  width: 100%;
  border-radius: 8px;
  height: 200px;
  color: #B9B9B9 !important;
  padding-left: 15px;
  padding-top: 15px;
  outline: none;
  margin-bottom: 20px;
}
form .bouton {
  float: right;
}
.wpml-ls-menu-item .dropdown-menu {
  width: 50px !important;
  min-width: 50px !important;
  left: calc(50% - 25px) !important;
}
.wpml-ls-menu-item .dropdown-menu a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header {
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 100%;
  background-size: cover;
  position: relative;
  
}
header .header-top {
  padding-top: 30px;
}
header .header-top .bloc-logo {
  padding-left: 30px;
}
header .header-top nav {
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  header .header-top nav .navbar-toggler {
    background-color: white;
    float: right;
  }
}
header .header-top nav .collapse,
header .header-top nav .collapsing {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse.show,
  header .header-top nav .collapsing.show {
    position: absolute;
    top: calc(100% + 20px);
    width: 100vw;
    right: -7.5px;
    background-color: white;
    text-align: center;
    z-index: 3000000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header .header-top nav .collapse > ul.navbar-nav,
header .header-top nav .collapsing > ul.navbar-nav {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 90px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav,
  header .header-top nav .collapsing > ul.navbar-nav {
    padding-right: 0;
  }
}
header .header-top nav .collapse > ul.navbar-nav > li > a,
header .header-top nav .collapsing > ul.navbar-nav > li > a {
  color: #2C3273;
  font-weight: bold;
  padding: 10px 23px;
}
.home header .header-top nav .collapse > ul.navbar-nav > li > a,
.home header .header-top nav .collapsing > ul.navbar-nav > li > a {
  color: white;
  font-weight: bold;
  padding: 10px 23px;
}
@media screen and (max-width: 1199px) {
  header .header-top nav .collapse > ul.navbar-nav > li > a,
  header .header-top nav .collapsing > ul.navbar-nav > li > a {
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav > li > a,
  header .header-top nav .collapsing > ul.navbar-nav > li > a {
    color: #2C3273;
  }
}
header .header-top nav .collapse > ul.navbar-nav > li > a:hover,
header .header-top nav .collapsing > ul.navbar-nav > li > a:hover,
header .header-top nav .collapse > ul.navbar-nav > li > a:focus,
header .header-top nav .collapsing > ul.navbar-nav > li > a:focus {
  color: #F08468;
}
header .header-top nav .collapse > ul.navbar-nav > li > a:hover::after,
header .header-top nav .collapsing > ul.navbar-nav > li > a:hover::after,
header .header-top nav .collapse > ul.navbar-nav > li > a:focus::after,
header .header-top nav .collapsing > ul.navbar-nav > li > a:focus::after {
  background-image: url('../img/fleche-menu-orange.svg');
}
header .header-top nav .collapse > ul.navbar-nav > li > a::after,
header .header-top nav .collapsing > ul.navbar-nav > li > a::after {
  width: 9px;
  height: 6px;
  background-image: url('../img/fleche-menu.svg');
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav > li > a::after,
  header .header-top nav .collapsing > ul.navbar-nav > li > a::after {
    content: none;
  }
}
header .header-top nav .collapse > ul.navbar-nav > li.show > a,
header .header-top nav .collapsing > ul.navbar-nav > li.show > a,
header .header-top nav .collapse > ul.navbar-nav > li.active > a,
header .header-top nav .collapsing > ul.navbar-nav > li.active > a {
  color: #F08468;
}
header .header-top nav .collapse > ul.navbar-nav > li.show > a::after,
header .header-top nav .collapsing > ul.navbar-nav > li.show > a::after,
header .header-top nav .collapse > ul.navbar-nav > li.active > a::after,
header .header-top nav .collapsing > ul.navbar-nav > li.active > a::after {
  background-image: url('../img/fleche-menu-orange.svg');
}
header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu,
header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu {
  text-align: center;
  width: 250px;
  left: calc(50% - 125px);
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu,
  header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu {
    width: 100%;
    border: none;
  }
}
header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu a,
header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu a {
  color: black;
  background: transparent;
}
header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu a:hover,
header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu a:hover {
  color: #F08468;
}
header .header-top nav .collapse > ul.navbar-nav.menu-principal,
header .header-top nav .collapsing > ul.navbar-nav.menu-principal {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav.menu-principal,
  header .header-top nav .collapsing > ul.navbar-nav.menu-principal {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: #2C3273;
  }
  header .header-top nav .collapse > ul.navbar-nav.menu-principal + ul,
  header .header-top nav .collapsing > ul.navbar-nav.menu-principal + ul {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
header .header-top nav .collapse > ul.navbar-nav.menu-principal li a,
header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a {
  color: #F08468;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav.menu-principal li a,
  header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a {
    font-size: 16px;
    padding: 10px;
    color: white;
  }
}
header .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
  color: #CCCCCC;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #F08468;
  }
}
header .header-top nav .collapse > ul.navbar-nav.menu-principal li:last-child a,
header .header-top nav .collapsing > ul.navbar-nav.menu-principal li:last-child a {
  padding-right: 23px;
}
@media screen and (max-width: 1199px) {
  header .header-top nav .collapse > ul.navbar-nav.menu-principal li:last-child a,
  header .header-top nav .collapsing > ul.navbar-nav.menu-principal li:last-child a {
    padding-right: 10px;
  }
}
header .bloc-titre {
  padding-top: 100px;
  padding-bottom: 60px;
}

.home header .bloc-titre {
  padding-top: 200px;
  padding-bottom: 180px;
}
@media screen and (max-width: 991px) {
  header .bloc-titre {
    padding: 50px 0;
  }
}
.page:not(.home) header .bloc-titre h1 {
  color: #2c3273;
  margin: 0;
}
header .bloc-titre h1 {
  color: white;
  margin: 0;
}
header .bloc-titre h1 strong {
  color: #F08468;
}
header .bloc-titre .bouton {
  margin-top: 30px;
}
header.interne .header-top {
  background-color: white;
  margin: 0 75px 0 20px;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  header.interne .header-top {
    margin: 0;
    border-radius: 0;
  }
}
header.interne .header-top .bloc-logo {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  header.interne .header-top nav .collapse,
  header.interne .header-top nav .collapsing {
    position: absolute;
    top: calc(100% + 10px);
    width: calc(100vw - 110px);
    right: -30px;
    background-color: white;
    text-align: center;
    z-index: 3000000;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 767px) {
  header.interne .header-top nav .collapse,
  header.interne .header-top nav .collapsing {
    width: 100vw;
    border-radius: 0;
  }
}
header.interne .header-top nav .collapse > ul.navbar-nav,
header.interne .header-top nav .collapsing > ul.navbar-nav {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  header.interne .header-top nav .collapse > ul.navbar-nav,
  header.interne .header-top nav .collapsing > ul.navbar-nav {
    padding-right: 0;
  }
}
header.interne .header-top nav .collapse > ul.navbar-nav > li > a,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a {
  color: #2C3273;
}
header.interne .header-top nav .collapse > ul.navbar-nav > li > a::after,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a::after {
  background-image: url('../img/fleche-menu-bleu.svg');
}
header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover,
header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus {
  color: #F08468;
}
header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover::after,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover::after,
header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus::after,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus::after {
  background-image: url('../img/fleche-menu-orange.svg');
}
header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a,
header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #F08468;
}
header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a::after,
header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a::after {
  background-image: url('../img/fleche-menu-orange.svg');
}
@media screen and (max-width: 991px) {
  header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal,
  header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal {
    background-color: #2C3273;
  }
}
header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal li a,
header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal li a {
  color: #F08468;
}
header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
  color: #CCCCCC;
}
@media screen and (max-width: 991px) {
  header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #F08468;
  }
}
header.interne .bloc-titre {
  padding: 100px 0;
  text-align: center;
}
header.produit .bloc-titre {
  position: relative;
}
header.produit .bloc-titre p {
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
header.produit .bloc-titre a {
  position: absolute;
  bottom: 15px;
  left: 0;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.produit .bloc-titre a:hover {
  color: #F08468;
  text-decoration: none;
}
.home header .bloc-titre {
  text-align: center;
}
.single-format-standard header {
  background-image: none !important;
}
.secteurs-template-default header .bloc-titre {
  position: relative;
}
.secteurs-template-default header .bloc-titre h2 {
  color: #F08468;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.secteurs-template-default header .bloc-titre a {
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .secteurs-template-default header .bloc-titre a {
    position: static;
  }
}
.secteurs-template-default header .bloc-titre a:hover {
  text-decoration: none;
  color: #F08468;
}
.article-liste-marque {
  margin: 30px 0 !important;
}
.article-liste-marque a {
  background-color: #2C3273;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .article-liste-marque a {
    margin-bottom: 15px;
  }
}
.article-liste-marque a:hover {
  background-color: #191C43;
}
.article-liste-marque a.orange {
  background-color: #F08468;
}
.article-liste-marque a.orange:hover {
  background-color: #D8785F;
}
.article-liste-marque a.rouge {
  background-color: #E6264E;
}
.article-liste-marque a.rouge:hover {
  background-color: #CB284A;
}
.article-liste-marque a.vert {
  background-color: #159099;
}
.article-liste-marque a.vert:hover {
  background-color: #077F88;
}
.article-liste-marque .liste-logo-accueil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 125px;
}
@media screen and (max-width: 1199px) {
  .article-liste-marque .liste-logo-accueil {
    flex-wrap: wrap;
  }
}
.article-liste-marque .liste-logo-accueil .logo-accueil {
  position: relative;
}
.article-liste-marque .liste-logo-accueil .logo-accueil a {
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.article-liste-marque .liste-logo-accueil .logo-accueil a .bloc-logo {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  padding: 15px 30px;
  border-radius: 5px;
}
.article-liste-marque .liste-logo-accueil .logo-accueil a > img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-liste-marque .liste-logo-accueil .logo-accueil a:hover > img {
  display: none;
}
.article-liste-marque .liste-logo-accueil .logo-accueil a:hover .bloc-logo {
  display: block !important;
  opacity: 1;
  background-color: #2C3273;
}
.article-liste-marque .liste-logo-accueil .logo-accueil a:hover .bloc-logo img {
  height: 54px;
}
.article-liste-marque .liste-logo-accueil .logo-accueil:nth-child(2) a .bloc-logo {
  background-color: #F08468;
}
.article-liste-marque .liste-logo-accueil .logo-accueil:nth-child(3) a .bloc-logo {
  background-color: #E6264E;
}
.article-liste-marque .liste-logo-accueil .logo-accueil:nth-child(4) a .bloc-logo {
  background-color: #159099;
}
.article-liste-marque .liste-logo-accueil .logo-accueil:nth-child(5) a .bloc-logo {
  background-color: #3860AA;
}
.article-liste-marque .liste-logo-accueil .logo-accueil:nth-child(6) a .bloc-logo {
  background-color: #E6264E;
}
.article-liste-marque .liste-logo-accueil .logo-accueil:nth-child(7) a .bloc-logo {
  background-color: #f15931;
}
.article-liste-marque .liste-logo-accueil .logo-accueil:nth-child(8) a .bloc-logo {
  background-color: #159099;
}

.article-liste-marque .liste-logo-accueil .logo-accueil::after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #2C3273;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  display: block;
  right: 0;
}
.article-liste-marque .liste-logo-accueil .logo-accueil:last-child::after {
  content: none;
}
.article-liste-marque .liste-logo-accueil:hover .logo-accueil a > img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.article-liste-marque + article {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .article-texte-photo {
    margin-top: 0;
  }
}
.article-texte-photo .img-texte-photo {
  position: absolute;
  top: -25px;
  height: 100%;
  right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .article-texte-photo .img-texte-photo {
    height: 500px;
    position: static;
    border-radius: 0;
    margin-bottom: -10px;
  }
}
.article-texte-photo .bloc-texte {
  padding: 70px 230px 70px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 1199px) {
  .article-texte-photo .bloc-texte {
    padding-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  .article-texte-photo .bloc-texte {
    padding: 30px;
  }
}
.article-texte-photo .bloc-texte p {
  color: black;
}
.article-texte-photo .bloc-texte ul li {
  color: black;
}
.article-texte-photo .bloc-texte h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.article-texte-photo .bloc-texte h2 strong {
  color: #F08468;
}
.article-texte-photo .bloc-texte *:last-child {
  margin-bottom: 0;
}
.article-texte-photo.photo-gauche .img-texte-photo {
  right: auto;
  left: 15px;
}
.article-texte-photo.photo-gauche .bloc-texte {
  padding: 70px 40px 70px 230px;
}
@media screen and (max-width: 1199px) {
  .article-texte-photo.photo-gauche .bloc-texte {
    padding-left: 100px;
  }
}
@media screen and (max-width: 991px) {
  .article-texte-photo.photo-gauche .bloc-texte {
    padding: 30px;
  }
}
.article-slider-secteurs {
  font-size: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .article-slider-secteurs {
    margin-top: 0;
  }
}
.article-slider-secteurs .titre-secteur {
  text-align: center;
  width: 140px;
  height: 320px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .article-slider-secteurs .titre-secteur {
    width: 100%;
    height: auto;
  }
}
.article-slider-secteurs .titre-secteur h2 {
  width: 320px;
  height: 140px;
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .article-slider-secteurs .titre-secteur h2 {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.article-slider-secteurs .slider-secteur,
.article-slider-secteurs .liste-nos-secteur {
  height: 320px;
  width: calc(100% - 140px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-slider-secteurs .slider-secteur,
  .article-slider-secteurs .liste-nos-secteur {
    width: 100%;
  }
}
.article-slider-secteurs .slider-secteur .slick-arrow,
.article-slider-secteurs .liste-nos-secteur .slick-arrow {
  width: 56px;
  height: 56px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
}
.article-slider-secteurs .slider-secteur .slick-arrow:before,
.article-slider-secteurs .liste-nos-secteur .slick-arrow:before {
  content: none;
}
.article-slider-secteurs .slider-secteur .slick-arrow.slick-next,
.article-slider-secteurs .liste-nos-secteur .slick-arrow.slick-next {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  left: 0px;
  background-image: url('../img/fleche-droit.svg');
}
.article-slider-secteurs .slider-secteur .slick-arrow.slick-prev,
.article-slider-secteurs .liste-nos-secteur .slick-arrow.slick-prev {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  left: -56px;
  z-index: 2;
  background-image: url('../img/fleche-gauche.svg');
}
.article-slider-secteurs .slider-secteur .slick-list,
.article-slider-secteurs .liste-nos-secteur .slick-list {
  width: calc(100% + 200px);
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .article-slider-secteurs .slider-secteur .slick-list,
  .article-slider-secteurs .liste-nos-secteur .slick-list {
    width: 100%;
    margin-left: 0;
  }
}
.article-slider-secteurs .slider-secteur .secteur,
.article-slider-secteurs .liste-nos-secteur .secteur {
  height: 320px;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  position: relative;
}
.article-slider-secteurs .slider-secteur .secteur a,
.article-slider-secteurs .liste-nos-secteur .secteur a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-decoration: none;
}
.article-slider-secteurs .slider-secteur .secteur a::before,
.article-slider-secteurs .liste-nos-secteur .secteur a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2C3273;
  border-radius: 8px;
  opacity: 0.55;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-slider-secteurs .slider-secteur .secteur a h2,
.article-slider-secteurs .liste-nos-secteur .secteur a h2 {
  color: white;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-slider-secteurs .slider-secteur .secteur a:hover::before,
.article-slider-secteurs .liste-nos-secteur .secteur a:hover::before {
  opacity: 1;
}
.article-slider-secteurs .slider-secteur .secteur a:hover h2,
.article-slider-secteurs .liste-nos-secteur .secteur a:hover h2 {
  color: #F08468;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-decoration: none;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a::before {
  opacity: 0;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a h2 {
  opacity: 0;
  margin-bottom: 0;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a p {
  opacity: 0;
  color: white;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a .bouton {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a:hover::before {
  opacity: 0.75;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a:hover h2 {
  color: white;
  opacity: 1;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a:hover p {
  opacity: 1;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a:hover .bouton {
  opacity: 1;
}
.article-liste-logo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
  padding: 70px 0;
  position: relative;
}
.article-liste-logo .bloc-bouton {
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article-liste-logo .titre-logo {
  margin-bottom: 30px;
}
.article-liste-logo .titre-logo h2 {
  color: white;
}
.article-liste-logo .liste-logo .logo .bloc-logo {
  background-color: white;
  text-align: center;
  width: 100%;
  max-width: 114px;
  height: 114px;
  line-height: 114px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
}
.article-liste-logo .liste-logo .logo .bloc-logo img {
  display: inline-block;
  vertical-align: middle;
}
.article-liste-logo .liste-logo .slick-arrow {
  background-color: white;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}
.article-liste-logo .liste-logo .slick-arrow:before {
  content: none;
}
.article-liste-logo .liste-logo .slick-arrow.slick-next {
  background-image: url('../img/fleche-gauche-petit.svg');
}
.article-liste-logo .liste-logo .slick-arrow.slick-prev {
  background-image: url('../img/fleche-droit-petit.svg');
}
.article-liste-article {
  text-align: center;
}
.article-liste-article h2 {
  margin-bottom: 40px;
}
.article-liste-article .bloc-liste-article {
  background-color: white;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .article-liste-article .bloc-liste-article {
    margin-bottom: 30px;
  }
}
.article-liste-article .bloc-liste-article .bloc-image img {
  width: 100%;
}
.article-liste-article .bloc-liste-article .bloc-info-article {
  padding: 30px;
  text-align: left;
}
.article-liste-article .bloc-liste-article .bloc-info-article h3 {
  font-weight: bold;
  font-size: 20px;
  color: #F08468;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-liste-article .bloc-liste-article .bloc-info-article .info {
  color: black;
}
.article-liste-article .bloc-liste-article .bloc-info-article .lien {
  color: #F08468;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-liste-article .bloc-liste-article:hover h3 {
  color: #2C3273;
}
.article-liste-article .bloc-liste-article:hover .lien {
  color: #2C3273;
}
.article-liste-article .bouton {
  margin-top: 50px;
}
.article-liste-article.tous-les-articles h1 {
  font-size: 30px;
}
.article-liste-article.tous-les-articles .tout {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .article-liste-article.tous-les-articles .tout {
    margin-bottom: 30px;
  }
}
.article-liste-article.tous-les-articles .categories {
  margin: 30px 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-liste-article.tous-les-articles .categories li {
  margin: 0 50px;
}
.article-liste-article.tous-les-articles .categories li button {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  border: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
.article-liste-article.tous-les-articles .categories li button.active,
.article-liste-article.tous-les-articles .categories li button:hover {
  color: #F08468;
  text-decoration: underline;
}
.article-certification {
  text-align: center;
}
.article-certification .bloc-certification {
  padding: 70px 60px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .article-certification .bloc-certification {
    padding: 50px 30px 10px 30px;
  }
}
.article-certification .bloc-certification h2 {
  margin-bottom: 40px;
}
.article-certification .bloc-certification .liste-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .article-certification .bloc-certification .liste-logo .bloc-logo {
    width: 115px;
    height: 115px;
    line-height: 115px;
  }
}
.article-edito {
  margin-bottom: 140px;
}
.article-edito .bloc-edito h2 {
  margin-bottom: 25px;
}
.article-edito .bloc-edito p {
  color: black;
}
.article-argument {
  text-align: center;
}
.article-argument .bloc-argument {
  padding: 50px 0 20px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.article-argument .bloc-argument ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  list-style-type: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-argument .bloc-argument ul li {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .article-argument .bloc-argument ul li {
    min-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .article-argument .bloc-argument ul li {
    width: 100%;
  }
}
.article-argument .bloc-argument ul li .bloc-image {
  height: 70px;
  line-height: 70px;
  margin-bottom: 10px;
}
.article-argument .bloc-argument ul li .bloc-texte h3 {
  color: white;
}
.article-argument .bloc-bouton .bouton {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article-historique {
  text-align: center;
}
.article-historique h2 {
  margin-bottom: 30px;
}
.article-historique ul {
  padding-left: 0;
  list-style-type: none;
  max-width: 565px;
  margin: 0 auto;
}
.article-historique ul li {
  margin-top: 25px;
}
.article-historique ul li p {
  color: black;
  margin-bottom: 0;
}
.article-call-to-action {
  background-color: #2C3273;
  padding: 25px 0;
  margin-bottom: 0;
}
.article-call-to-action + article {
  margin-top: 70px;
}
.article-call-to-action * {
  color: white;
}
.article-call-to-action .bloc-photo {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.09);
}
.article-call-to-action .bloc-texte-cta {
  padding: 70px 0;
}
.article-call-to-action .bloc-texte-cta .bouton {
  margin-bottom: 50px;
}
.article-call-to-action .bloc-texte-cta p {
  margin: 25px 0;
}
.article-slider {
  margin-bottom: 0 !important;
}
.article-slider + article {
  margin-top: 70px;
}
.article-slider .slick-dots {
  bottom: 30px;
}
.article-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.article-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 10px;
  margin: 0px 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-slider .slick-dots li button::before {
  content: none;
}
.article-slider .slick-dots li button:hover {
  background-color: #F08468;
}
.article-slider .slick-dots li.slick-active button {
  background-color: #F08468;
}
.article-article .lien-retour a {
  color: #F08468;
}
.article-article .header-article {
  text-align: center;
}
.article-article .header-article h1 {
  font-size: 30px;
  margin-bottom: 0;
}
.article-article .header-article p {
  color: black;
  margin-bottom: 0;
}
.article-article .contenu-article {
  margin-top: 25px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.article-article .contenu-article .image-principale {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.article-article .contenu-article .texte-article {
  padding: 85px 60px;
}
.article-article .contenu-article .texte-article h2 {
  margin: 40px 0 20px 0;
  font-size: 20px;
  color: #F08468;
}
.article-article .contenu-article .texte-article h2 + h3 {
  margin-top: -15px;
}
.article-article .contenu-article .texte-article h3 {
  font-size: 18px;
  color: black;
  font-weight: normal;
  margin-bottom: 20px;
}
.article-article .contenu-article .texte-article ul li {
  color: black;
}
.article-article .contenu-article .texte-article a {
  color: #F08468;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-article .contenu-article .texte-article a:hover {
  color: #2C3273;
}
.article-article .contenu-article .texte-article p {
  color: black;
}
.article-article .contenu-article .texte-article *:first-child {
  margin-top: 0;
}
.article-article .contenu-article .texte-article *:last-child {
  margin-bottom: 0;
}
.article-contact {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.article-contact:first-child {
  margin-top: -95px;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .article-contact:first-child {
    padding-top: 120px;
  }
}
.article-contact * {
  color: white;
}
.article-contact h1 {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article-contact h1 {
    margin-bottom: 30px;
  }
}

.article-contact .adresse-photo {
  margin-bottom: 50px;
}

.article-contact .adresse-photo .bloc-top {
  background-color: white;
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 991px) {
  .article-contact .adresse-photo .bloc-top {
    padding: 15px;
  }
}
.article-contact .adresse-photo .bloc-top h2 {
  font-size: 20px;
}
.article-contact .adresse-photo .bloc-top address {
  margin-bottom: 0;
}
.article-contact .adresse-photo .bloc-bas {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.article-contact .bloc-liste-adresses {
  padding-left: 37px;
}
@media screen and (max-width: 767px) {
  .article-contact .bloc-liste-adresses {
    text-align: center;
    padding-left: 0;
  }
}
.article-contact .bloc-liste-adresses address {
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .article-contact .bloc-liste-adresses address {
    margin-bottom: 50px;
    padding-left: 0;
  }
}
.article-contact.devis .adresse-photo {
  height: 100%;
}
.article-contact.devis .adresse-photo .bloc-top {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-contact.devis form h2 {
  margin-bottom: 30px;
}
.article-contact.devis form .etape {
  display: none;
}
.article-contact.devis form .etape:nth-child(2) {
  display: block;
}
.article-formulaire {
  background-color: #2C3273;
  margin-bottom: 0;
  padding: 70px 0;
}
.article-formulaire * {
  color: white;
}
.article-formulaire + article {
  margin-top: 70px;
}
.article-groupe {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.article-groupe + article {
  margin-top: 70px;
}
.article-groupe .bloc-groupe {
  padding: 70px 0;
  text-align: center;
}
.article-groupe .bloc-groupe h2 {
  font-size: 25px;
  font-weight: normal;
  color: white;
  margin-bottom: 15px;
}
.article-groupe .bloc-groupe .bloc-logo {
  margin-bottom: 30px;
}
.article-liste-produit {
  margin-top: 30px !important;
}
.article-liste-produit .filtre-produits {
  margin-bottom: 30px;
}
.article-liste-produit .filtre-produits ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-liste-produit .filtre-produits ul li {
  margin: 0 20px;
}
.article-liste-produit .filtre-produits ul li button {
  border: none;
  background-color: white;
  padding: 10px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.article-liste-produit .filtre-produits ul li button.active,
.article-liste-produit .filtre-produits ul li button:hover {
  background-color: #F08468;
  color: white;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.article-liste-produit .bloc-produit {
  margin-bottom: 50px;
  height: 320px;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.article-liste-produit .bloc-produit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-decoration: none;
}
.article-liste-produit .bloc-produit a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2C3273;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-liste-produit .bloc-produit a h2 {
  opacity: 0;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.article-liste-produit .bloc-produit a p {
  opacity: 0;
  color: white;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.article-liste-produit .bloc-produit a .bouton {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.article-liste-produit .bloc-produit a:hover::before {
  opacity: 0.75;
}
.article-liste-produit .bloc-produit a:hover h2 {
  color: white;
  opacity: 1;
}
.article-liste-produit .bloc-produit a:hover p {
  opacity: 1;
}
.article-liste-produit .bloc-produit a:hover .bouton {
  opacity: 1;
}
.article-produit .bloc-img-fiche {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .article-produit .bloc-img-fiche {
    margin-bottom: 30px;
  }
}
.article-produit .bloc-img-fiche .bloc-img {
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  height: 407px;
  border-radius: 8px;
  line-height: 407px;
  text-align: center;
  margin-bottom: 50px;
}
.article-produit .bloc-img-fiche .liste-fiche a {
  margin-bottom: 20px;
}
.article-produit .texte-produit {
  padding-left: 50px;
}
@media screen and (max-width: 1199px) {
  .article-produit .texte-produit {
    padding-left: 0;
  }
}
.article-produit .texte-produit p {
  color: black;
}
.article-produit .texte-produit h2 {
  margin-top: 50px;
  margin-bottom: 25px;
}
.article-produit .texte-produit h2:first-child {
  margin-top: 0;
}
.article-produit .texte-produit ul {
  padding-left: 0;
}
.article-produit .texte-produit ul li {
  color: black;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}
.article-produit .texte-produit ul li::before {
  content: url('../img/puce.svg');
  position: absolute;
  top: 5px;
  left: 0;
}
footer {
  background-color: #2C3273;
  padding: 20px 0;
}
footer * {
  color: white;
  font-size: 13px;
}
footer p {
  margin-bottom: 0;
}
footer a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #F08468;
}
footer a.reseau {
  width: 15px;
  height: 20px;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin: 0 2px;
}
footer a.reseau.facebook {
  background-image: url('../img/facebook.svg');
}
footer a.reseau.facebook:hover {
  background-image: url('../img/facebook-orange.svg');
}
footer a.reseau.linkedin {
  background-image: url('../img/linkedin.svg');
}
footer a.reseau.linkedin:hover {
  background-image: url('../img/linkedin-orange.svg');
}
footer a.reseau.instagram {
  background-image: url('../img/instagram.svg');
}
footer a.reseau.instagram:hover {
  background-image: url('../img/instagram-orange.svg');
}
@media screen and (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .right {
    text-align: center;
  }
}
#filtration .article-call-to-action {
  background-color: #F08468;
}
#filtration .article-call-to-action .bloc-texte-cta .bouton {
  color: #F08468;
}
#filtration .article-call-to-action .bloc-texte-cta p {
  color: black;
}
#scam ::-moz-selection {
  background-color: #E6264E;
}
#scam ::selection {
  background-color: #E6264E;
}
#scam header .header-top nav .collapse > ul.navbar-nav > li.active > a,
#scam header .header-top nav .collapse > ul.navbar-nav > li.show > a,
#scam header .header-top nav .collapsing > ul.navbar-nav > li.active > a,
#scam header .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #E6264E;
}
#scam header .header-top nav .collapse > ul.navbar-nav > li > a:hover,
#scam header .header-top nav .collapsing > ul.navbar-nav > li > a:hover,
#scam header .header-top nav .collapse > ul.navbar-nav > li > a:focus,
#scam header .header-top nav .collapsing > ul.navbar-nav > li > a:focus {
  color: #E6264E;
}
#scam header .header-top nav .collapse > ul.navbar-nav > li > a:hover::after,
#scam header .header-top nav .collapsing > ul.navbar-nav > li > a:hover::after,
#scam header .header-top nav .collapse > ul.navbar-nav > li > a:focus::after,
#scam header .header-top nav .collapsing > ul.navbar-nav > li > a:focus::after {
  background-image: url('../img/fleche-menu-rouge.svg');
}
#scam header .header-top nav .collapse > ul.navbar-nav > li.show > a,
#scam header .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #E6264E;
}
#scam header .header-top nav .collapse > ul.navbar-nav > li.show > a::after,
#scam header .header-top nav .collapsing > ul.navbar-nav > li.show > a::after {
  background-image: url('../img/fleche-menu-rouge.svg');
}
#scam header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu a:hover,
#scam header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu a:hover {
  color: #E6264E;
}
#scam header .header-top nav .collapse > ul.navbar-nav.menu-principal li a,
#scam header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a {
  color: #E6264E;
}
@media screen and (max-width: 991px) {
  #scam header .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  #scam header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #E6264E;
  }
}
#scam header .bloc-titre h1 strong {
  color: #E6264E;
}
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover,
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus {
  color: #E6264E;
}
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover::after,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover::after,
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus::after,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus::after {
  background-image: url('../img/fleche-menu-rouge.svg');
}
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #E6264E;
}
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a::after,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a::after {
  background-image: url('../img/fleche-menu-rouge.svg');
}
@media screen and (max-width: 991px) {
  #scam header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal,
  #scam header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal {
    background-color: #2C3273;
  }
}
@media screen and (max-width: 991px) {
  #scam header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  #scam header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #E6264E;
  }
}
#scam header.produit .bloc-titre a:hover {
  color: #E6264E;
}
#scam .article-call-to-action {
  background-color: #E6264E;
}
#scam .article-call-to-action .bloc-texte-cta .bouton {
  color: #E6264E;
}
#scam .article-call-to-action .bloc-texte-cta p {
  color: black;
}
#scam .article-texte-photo .bloc-texte h2 strong {
  color: #E6264E;
}
#scam .article-slider-secteurs .slider-secteur .secteur a:hover h2 {
  color: #E6264E;
}
#scam .article-liste-article .bloc-liste-article .bloc-info-article h3 {
  color: #E6264E;
}
#scam .article-liste-article .bloc-liste-article .bloc-info-article .lien {
  color: #E6264E;
}
#scam .article-liste-article.tous-les-articles .categories li button.active,
#scam .article-liste-article.tous-les-articles .categories li button:hover {
  color: #E6264E;
}
#scam .article-slider .slick-dots li button:hover {
  background-color: #E6264E;
}
#scam .article-slider .slick-dots li.slick-active button {
  background-color: #E6264E;
}
#scam .article-article .lien-retour a {
  color: #E6264E;
}
#scam .article-article .contenu-article .texte-article {
  color: #E6264E;
}
#scam .article-liste-produit .filtre-produits ul li button.active,
#scam .article-liste-produit .filtre-produits ul li button:hover {
  background-color: #E6264E;
}
#techno ::-moz-selection {
  background-color: #159099;
}
#techno ::selection {
  background-color: #159099;
}
#techno header .header-top nav .collapse > ul.navbar-nav > li.active > a,
#techno header .header-top nav .collapse > ul.navbar-nav > li.show > a,
#techno header .header-top nav .collapsing > ul.navbar-nav > li.active > a,
#techno header .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #159099;
}
#techno header .header-top nav .collapse > ul.navbar-nav > li > a:hover,
#techno header .header-top nav .collapsing > ul.navbar-nav > li > a:hover,
#techno header .header-top nav .collapse > ul.navbar-nav > li > a:focus,
#techno header .header-top nav .collapsing > ul.navbar-nav > li > a:focus {
  color: #159099;
}
#techno header .header-top nav .collapse > ul.navbar-nav > li > a:hover::after,
#techno header .header-top nav .collapsing > ul.navbar-nav > li > a:hover::after,
#techno header .header-top nav .collapse > ul.navbar-nav > li > a:focus::after,
#techno header .header-top nav .collapsing > ul.navbar-nav > li > a:focus::after {
  background-image: url('../img/fleche-menu-vert.svg');
}
#techno header .header-top nav .collapse > ul.navbar-nav > li.show > a,
#techno header .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #159099;
}
#techno header .header-top nav .collapse > ul.navbar-nav > li.show > a::after,
#techno header .header-top nav .collapsing > ul.navbar-nav > li.show > a::after {
  background-image: url('../img/fleche-menu-vert.svg');
}
#techno header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu a:hover,
#techno header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu a:hover {
  color: #159099;
}
#techno header .header-top nav .collapse > ul.navbar-nav.menu-principal li a,
#techno header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a {
  color: #159099;
}
@media screen and (max-width: 991px) {
  #techno header .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  #techno header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #159099;
  }
}
#techno header .bloc-titre h1 strong {
  color: #159099;
}
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover,
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus {
  color: #159099;
}
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover::after,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover::after,
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus::after,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus::after {
  background-image: url('../img/fleche-menu-vert.svg');
}
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #159099;
}
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a::after,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a::after {
  background-image: url('../img/fleche-menu-vert.svg');
}
@media screen and (max-width: 991px) {
  #techno header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal,
  #techno header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal {
    background-color: #2C3273;
  }
}
@media screen and (max-width: 991px) {
  #techno header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  #techno header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #159099;
  }
}
#techno header.produit .bloc-titre a:hover {
  color: #159099;
}
#techno .article-call-to-action {
  background-color: #159099;
}
#techno .article-call-to-action .bloc-texte-cta .bouton {
  color: #159099;
}
#techno .article-call-to-action .bloc-texte-cta p {
  color: black;
}
#techno .article-texte-photo .bloc-texte h2 strong {
  color: #159099;
}
#techno .article-slider-secteurs .slider-secteur .secteur a:hover h2 {
  color: #159099;
}
#techno .article-liste-article .bloc-liste-article .bloc-info-article h3 {
  color: #159099;
}
#techno .article-liste-article .bloc-liste-article .bloc-info-article .lien {
  color: #159099;
}
#techno .article-liste-article.tous-les-articles .categories li button.active,
#techno .article-liste-article.tous-les-articles .categories li button:hover {
  color: #159099;
}
#techno .article-slider .slick-dots li button:hover {
  background-color: #159099;
}
#techno .article-slider .slick-dots li.slick-active button {
  background-color: #159099;
}
#techno .article-article .lien-retour a {
  color: #159099;
}
#techno .article-article .contenu-article .texte-article {
  color: #159099;
}
#techno .article-liste-produit .filtre-produits ul li button.active,
#techno .article-liste-produit .filtre-produits ul li button:hover {
  background-color: #159099;
}
::-moz-selection {
  color: white;
  background-color: #F08468;
}
::selection {
  color: white;
  background-color: #F08468;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
em,
i {
  font-style: italic;
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
b,
strong {
  font-weight: bold;
  font-style: inherit;
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}
span.underline,
u {
  text-decoration: underline;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-size: inherit;
}
a,
span {
  text-decoration: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  outline: none;
}
a {
  display: inline-block;
  vertical-align: bottom;
}
.nostretch {
  white-space: nowrap;
  width: 1%;
}
* {
  font-family: 'Manrope', sans-serif;
  color: #2C3273;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 50px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}
h2 {
  font-size: 30px;
  font-weight: bold;
}
h3 {
  font-size: 20px;
  color: #F08468;
  font-weight: bold;
}
.bouton {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #F08468;
  padding: 12px 25px;
  border-radius: 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  border: none;
}
.bouton:focus,
.bouton:hover {
  color: white;
  text-decoration: none;
  background-color: #D8785F;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bouton.blanc {
  background-color: white;
  color: #2C3273;
}
.bouton.blanc:hover {
  background-color: #EFEFEF;
}
input.bouton {
  color: white!important;
  width: auto;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  color: #2C3273;
  background-color: white;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}
.wpcf7-not-valid {
  border: 2px solid #F08468;
  border-radius: 5px 5px 0 0;
}
.wpcf7-not-valid-tip {
  margin-top: -20px;
  background-color: #F08468;
  text-align: center;
  padding: 5px;
  color: white;
  margin-bottom: 20px;
  border-radius: 0 0 5px 5px;
}
#scam .bouton {
  background-color: #E6264E;
}
#scam .bouton:hover {
  background-color: #CB284A;
}
#scam .bouton.blanc {
  background-color: white;
  color: #2C3273;
}
#scam .bouton.blanc:hover {
  background-color: #EFEFEF;
}
#techno .bouton {
  background-color: #159099;
}
#techno .bouton:hover {
  background-color: #077F88;
}
#techno .bouton.blanc {
  background-color: white;
  color: #2C3273;
}
#techno .bouton.blanc:hover {
  background-color: #EFEFEF;
}
.bloc-marque {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #2C3273;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .bloc-marque {
    display: none;
  }
}
.bloc-marque .marque-groupe {
  width: 55px;
  padding: 50px 10px;
  cursor: pointer;
  position: relative;
}
.bloc-marque .marque-groupe:after {
  content: "";
  width: 15px;
  height: 10px;
  background-image: url('../img/fleche.svg');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 25px;
  left: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.bloc-marque .liste-marque {
  width: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bloc-marque .liste-marque.test {
  width: 183px;
  padding: 10px 10px 0 0;
}
.bloc-marque .liste-marque a {
  display: block;
  margin-bottom: 10px;
  background-color: #2C3273;
  border-radius: 8px;
  text-align: center;
  padding: 10px 25px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.41);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.41);
}
.bloc-marque .liste-marque a:hover {
  -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.41);
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.41);
}
.bloc-marque .liste-marque a img {
  height: 28px;
}
.bloc-marque .liste-marque a:nth-child(2) {
  background-color: #F08468;
}
.bloc-marque .liste-marque a:nth-child(3) {
  background-color: #E6264E;
}
.bloc-marque .liste-marque a:nth-child(4) {
  background-color: #159099;
}
article {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 70px;
}
article:first-child {
  margin-top: 70px;
}
.row {
  position: relative;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
form input {
  height: 47px;
  width: 100%;
  border-radius: 8px;
  border: none;
  color: #B9B9B9 !important;
  padding-left: 15px;
  outline: none;
  margin-bottom: 20px;
}
form textarea {
  width: 100%;
  border-radius: 8px;
  height: 200px;
  color: #B9B9B9 !important;
  padding-left: 15px;
  padding-top: 15px;
  outline: none;
  margin-bottom: 20px;
}
form .bouton {
  float: right;
}
header {
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: auto 100%;
  background-size: cover;
  position: relative;
  
}
.page:not(.home) header{
  background-attachment: initial !important;
  background-position: bottom right;
}
/* body:not(.home):not(.single) header:before{
  content: "";

background: -moz-linear-gradient(top,  rgba(255,255,255,0) 56%, rgba(44,50,115,0.3) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 56%,rgba(44,50,115,0.3) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 56%,rgba(44,50,115,0.3) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4d2c3273',GradientType=0 );
  position: absolute;
  bottom: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  display: block;
} */

body:not(.home) header .container, body:not(.home) header .header-top:not(.scroll){ 
  /* z-index: 10; */
  position: relative;
}
header .header-top {
  padding-top: 30px;
  z-index: 99;
}
header .header-top .bloc-logo {
  padding-left: 30px;
}
header .header-top nav {
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  header .header-top nav .navbar-toggler {
    background-color: white;
    float: right;
  }

  .page:not(.home) header{
    /* background-image: none !important; */
  }

  body:not(.home) header .header-top{

    position: relative;
  }
  body:not(.home) header .header-top.scroll{

    position: fixed;
    top: 0 !important;
  }
}

header .header-top nav .collapse,
header .header-top nav .collapsing {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse,
  header .header-top nav .collapsing {
    position: absolute !important;
    top: calc(100% + 20px) !important;
    width: 100vw;
    right: -7.5px;
    background-color: white;
    text-align: center;
    z-index: 3000000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .header-top nav .collapse.show,
  header .header-top nav .collapsing.show {
    position: absolute;
    top: calc(100% + 20px) !important;
    width: 100vw;
    right: -7.5px;
    background-color: white;
    text-align: center;
    z-index: 3000000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
header .header-top nav .collapse > ul.navbar-nav,
header .header-top nav .collapsing > ul.navbar-nav {
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 90px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav,
  header .header-top nav .collapsing > ul.navbar-nav {
    padding-right: 0;
  }
}
header .header-top nav .collapse > ul.navbar-nav > li > a,
header .header-top nav .collapsing > ul.navbar-nav > li > a {
  color: #2C3273;
  font-weight: bold;
  padding: 10px 23px;
}
@media screen and (max-width: 1199px) {
  header .header-top nav .collapse > ul.navbar-nav > li > a,
  header .header-top nav .collapsing > ul.navbar-nav > li > a {
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav > li > a,
  header .header-top nav .collapsing > ul.navbar-nav > li > a {
    color: #2C3273;
  }
}
header .header-top nav .collapse > ul.navbar-nav > li > a:focus,
header .header-top nav .collapse > ul.navbar-nav > li > a:hover,
header .header-top nav .collapsing > ul.navbar-nav > li > a:focus,
header .header-top nav .collapsing > ul.navbar-nav > li > a:hover {
  color: #F08468;
}
header .header-top nav .collapse > ul.navbar-nav > li > a:focus:after,
header .header-top nav .collapse > ul.navbar-nav > li > a:hover:after,
header .header-top nav .collapsing > ul.navbar-nav > li > a:focus:after,
header .header-top nav .collapsing > ul.navbar-nav > li > a:hover:after {
  background-image: url('../img/fleche-menu-orange.svg');
}
header .header-top nav .collapse > ul.navbar-nav > li > a:after,
header .header-top nav .collapsing > ul.navbar-nav > li > a:after {
  width: 9px;
  height: 6px;
  background-image: url('../img/fleche-menu.svg');
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav > li > a:after,
  header .header-top nav .collapsing > ul.navbar-nav > li > a:after {
    content: none;
  }
}
header .header-top nav .collapse > ul.navbar-nav > li.active > a,
header .header-top nav .collapse > ul.navbar-nav > li.show > a,
header .header-top nav .collapsing > ul.navbar-nav > li.active > a,
header .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #F08468;
}
header .header-top nav .collapse > ul.navbar-nav > li.active > a:after,
header .header-top nav .collapse > ul.navbar-nav > li.show > a:after,
header .header-top nav .collapsing > ul.navbar-nav > li.active > a:after,
header .header-top nav .collapsing > ul.navbar-nav > li.show > a:after {
  background-image: url('../img/fleche-menu-orange.svg');
}
header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu,
header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu {
  text-align: center;
  width: 250px;
  left: calc(50% - 125px);
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu,
  header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu {
    width: 100%;
    border: none;
  }
}
header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu a,
header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu a {
  color: black;
  background: transparent;
}
header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu a:hover,
header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu a:hover {
  color: #F08468;
}
header .header-top nav .collapse > ul.navbar-nav.menu-principal,
header .header-top nav .collapsing > ul.navbar-nav.menu-principal {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav.menu-principal,
  header .header-top nav .collapsing > ul.navbar-nav.menu-principal {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: #2C3273;
  }
  header .header-top nav .collapse > ul.navbar-nav.menu-principal + ul,
  header .header-top nav .collapsing > ul.navbar-nav.menu-principal + ul {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
header .header-top nav .collapse > ul.navbar-nav.menu-principal li a,
header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a {
  color: #F08468;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav.menu-principal li a,
  header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a {
    font-size: 16px;
    padding: 10px;
    color: white;
  }
}
header .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
  color: #CCCCCC;
}
@media screen and (max-width: 991px) {
  header .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #F08468;
  }
}
header .header-top nav .collapse > ul.navbar-nav.menu-principal li:last-child a,
header .header-top nav .collapsing > ul.navbar-nav.menu-principal li:last-child a {
  padding-right: 23px;
}
@media screen and (max-width: 1199px) {
  header .header-top nav .collapse > ul.navbar-nav.menu-principal li:last-child a,
  header .header-top nav .collapsing > ul.navbar-nav.menu-principal li:last-child a {
    padding-right: 10px;
  }
}
header .bloc-titre {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  header .bloc-titre {
    padding: 50px 0;
  }
}
body:not(.home):not(.single) header .bloc-titre h1 {
  color: #2c3273;
  margin: 0;
}
header .bloc-titre h1 {
  color: white;
  margin: 0;
}
header .bloc-titre h1 strong {
  color: #F08468;
}
header .bloc-titre .bouton {
  margin-top: 30px;
}
header.interne .header-top {
  background-color: white;
  margin: 0 75px 0 20px;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  header.interne .header-top {
    margin: 0;
    border-radius: 0;
  }
}
header.interne .header-top .bloc-logo {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  header.interne .header-top nav .collapse,
  header.interne .header-top nav .collapsing {
    position: absolute;
    top: calc(100% + 10px);
    width: calc(100vw - 110px);
    right: -30px;
    background-color: white;
    text-align: center;
    z-index: 3000000;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 767px) {
  header.interne .header-top nav .collapse,
  header.interne .header-top nav .collapsing {
    width: 100vw;
    border-radius: 0;
  }
}
header.interne .header-top nav .collapse > ul.navbar-nav,
header.interne .header-top nav .collapsing > ul.navbar-nav {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  header.interne .header-top nav .collapse > ul.navbar-nav,
  header.interne .header-top nav .collapsing > ul.navbar-nav {
    padding-right: 0;
  }
}
header.interne .header-top nav .collapse > ul.navbar-nav > li > a,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a {
  color: #2C3273;
}
header.interne .header-top nav .collapse > ul.navbar-nav > li > a:after,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:after {
  background-image: url('../img/fleche-menu-bleu.svg');
}
header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus,
header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover {
  color: #F08468;
}
header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus:after,
header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover:after,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus:after,
header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover:after {
  background-image: url('../img/fleche-menu-orange.svg');
}
header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a,
header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #F08468;
}
header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a:after,
header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a:after {
  background-image: url('../img/fleche-menu-orange.svg');
}
@media screen and (max-width: 991px) {
  header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal,
  header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal {
    background-color: #2C3273;
  }
}
header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal li a,
header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal li a {
  color: #F08468;
}
header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
  color: #CCCCCC;
}
@media screen and (max-width: 991px) {
  header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #F08468;
  }
}
header.interne .bloc-titre {
  padding: 100px 0;
  text-align: center;
}
header.produit .bloc-titre {
  position: relative;
}
header.produit .bloc-titre p {
  margin-bottom: 0;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
header.produit .bloc-titre a {
  position: absolute;
  bottom: 15px;
  left: 0;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.produit .bloc-titre a:hover {
  color: #F08468;
  text-decoration: none;
}
.home header .bloc-titre {
  text-align: center;
}
.single-format-standard header {
  background-image: none !important;
}
.secteurs-template-default header .bloc-titre {
  position: relative;
}
.secteurs-template-default header .bloc-titre h2 {
  color: #F08468;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.secteurs-template-default header .bloc-titre a {
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .secteurs-template-default header .bloc-titre a {
    position: static;
  }
}
.secteurs-template-default header .bloc-titre a:hover {
  text-decoration: none;
  color: #F08468;
}
.article-liste-marque {
  margin: 30px 0 !important;
}
.article-liste-marque a {
  background-color: #2C3273;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .article-liste-marque a {
    margin-bottom: 15px;
  }
}
.article-liste-marque a:hover {
  background-color: #191C43;
}
.article-liste-marque a.orange {
  background-color: #F08468;
}
.article-liste-marque a.orange:hover {
  background-color: #D8785F;
}
.article-liste-marque a.rouge {
  background-color: #E6264E;
}
.article-liste-marque a.rouge:hover {
  background-color: #CB284A;
}
.article-liste-marque a.vert {
  background-color: #159099;
}
.article-liste-marque a.vert:hover {
  background-color: #077F88;
}
.article-liste-marque + article {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .article-texte-photo {
    margin-top: 0;
  }
}
.article-texte-photo .img-texte-photo {
  position: absolute;
  top: -25px;
  height: 100%;
  right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .article-texte-photo .img-texte-photo {
    height: 500px;
    position: static;
    border-radius: 0;
    margin-bottom: -10px;
  }
}
.article-texte-photo .bloc-texte {
  padding: 70px 230px 70px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 1199px) {
  .article-texte-photo .bloc-texte {
    padding-right: 100px;
  }
}
@media screen and (max-width: 991px) {
  .article-texte-photo .bloc-texte {
    padding: 30px;
  }
}
.article-texte-photo .bloc-texte p {
  color: black;
}
.article-texte-photo .bloc-texte ul li {
  color: black;
}
.article-texte-photo .bloc-texte h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.article-texte-photo .bloc-texte h2 strong {
  color: #F08468;
}
.article-texte-photo .bloc-texte :last-child {
  margin-bottom: 0;
}
.article-texte-photo.photo-gauche .img-texte-photo {
  right: auto;
  left: 15px;
}
.article-texte-photo.photo-gauche .bloc-texte {
  padding: 70px 40px 70px 230px;
}
@media screen and (max-width: 1199px) {
  .article-texte-photo.photo-gauche .bloc-texte {
    padding-left: 100px;
  }
}
@media screen and (max-width: 991px) {
  .article-texte-photo.photo-gauche .bloc-texte {
    padding: 30px;
  }
}
.article-slider-secteurs {
  font-size: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .article-slider-secteurs {
    margin-top: 0;
  }
}
.article-slider-secteurs .titre-secteur {
  text-align: center;
  width: 140px;
  height: 320px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .article-slider-secteurs .titre-secteur {
    width: 100%;
    height: auto;
  }
}
.article-slider-secteurs .titre-secteur h2 {
  width: 320px;
  height: 140px;
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .article-slider-secteurs .titre-secteur h2 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.article-slider-secteurs .liste-nos-secteur,
.article-slider-secteurs .slider-secteur {
  height: 320px;
  width: calc(100% - 140px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-slider-secteurs .liste-nos-secteur,
  .article-slider-secteurs .slider-secteur {
    width: 100%;
  }
}
.article-slider-secteurs .liste-nos-secteur .slick-arrow,
.article-slider-secteurs .slider-secteur .slick-arrow {
  width: 56px;
  height: 56px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
}
.article-slider-secteurs .liste-nos-secteur .slick-arrow:before,
.article-slider-secteurs .slider-secteur .slick-arrow:before {
  content: none;
}
.article-slider-secteurs .liste-nos-secteur .slick-arrow.slick-next,
.article-slider-secteurs .slider-secteur .slick-arrow.slick-next {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  left: 0px;
  background-image: url('../img/fleche-droit.svg');
}
.article-slider-secteurs .liste-nos-secteur .slick-arrow.slick-prev,
.article-slider-secteurs .slider-secteur .slick-arrow.slick-prev {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  left: -56px;
  z-index: 2;
  background-image: url('../img/fleche-gauche.svg');
}
.article-slider-secteurs .liste-nos-secteur .slick-list,
.article-slider-secteurs .slider-secteur .slick-list {
  width: calc(100% + 200px);
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .article-slider-secteurs .liste-nos-secteur .slick-list,
  .article-slider-secteurs .slider-secteur .slick-list {
    width: 100%;
    margin-left: 0;
  }
}
.article-slider-secteurs .liste-nos-secteur .secteur,
.article-slider-secteurs .slider-secteur .secteur {
  height: 320px;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  position: relative;
}
.article-slider-secteurs .liste-nos-secteur .secteur a,
.article-slider-secteurs .slider-secteur .secteur a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}
.article-slider-secteurs .liste-nos-secteur .secteur a:before,
.article-slider-secteurs .slider-secteur .secteur a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2C3273;
  border-radius: 8px;
  opacity: 0.55;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-slider-secteurs .liste-nos-secteur .secteur a h2,
.article-slider-secteurs .slider-secteur .secteur a h2 {
  color: white;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-slider-secteurs .liste-nos-secteur .secteur a:hover:before,
.article-slider-secteurs .slider-secteur .secteur a:hover:before {
  opacity: 1;
}
.article-slider-secteurs .liste-nos-secteur .secteur a:hover h2,
.article-slider-secteurs .slider-secteur .secteur a:hover h2 {
  color: #F08468;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur {
  padding: 15px;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur .bloc-image-produit-slider {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  text-decoration: none;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a:before {
  opacity: 0;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a h2 {
  opacity: 0;
  margin-bottom: 0;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a p {
  opacity: 0;
  color: white;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a .bouton {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a:hover:before {
  opacity: 0.75;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a:hover h2 {
  color: white;
  opacity: 1;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a:hover p {
  opacity: 1;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur a:hover .bouton {
  opacity: 1;
}
.article-liste-logo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
  padding: 70px 0;
  position: relative;
}
.article-liste-logo .bloc-bouton {
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-liste-logo .titre-logo {
  margin-bottom: 30px;
}
.article-liste-logo .titre-logo h2 {
  color: white;
}
.article-liste-logo .liste-logo .logo .bloc-logo {
  background-color: white;
  text-align: center;
  width: 100%;
  max-width: 114px;
  height: 114px;
  line-height: 114px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
}
.article-liste-logo .liste-logo .logo .bloc-logo img {
  display: inline-block;
  vertical-align: middle;
}
.article-liste-logo .liste-logo .slick-arrow {
  background-color: white;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-repeat: no-repeat;
  background-position: center center;
}
.article-liste-logo .liste-logo .slick-arrow:before {
  content: none;
}
.article-liste-logo .liste-logo .slick-arrow.slick-next {
  background-image: url('../img/fleche-gauche-petit.svg');
}
.article-liste-logo .liste-logo .slick-arrow.slick-prev {
  background-image: url('../img/fleche-droit-petit.svg');
}
.article-liste-article {
  text-align: center;
}
.article-liste-article h2 {
  margin-bottom: 40px;
}
.article-liste-article .bloc-liste-article {
  background-color: white;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .article-liste-article .bloc-liste-article {
    margin-bottom: 30px;
  }
}
.article-liste-article .bloc-liste-article .bloc-image img {
  width: 100%;
}
.article-liste-article .bloc-liste-article .bloc-info-article {
  padding: 30px;
  text-align: left;
}
.article-liste-article .bloc-liste-article .bloc-info-article h3 {
  font-weight: bold;
  font-size: 20px;
  color: #F08468;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-liste-article .bloc-liste-article .bloc-info-article .info {
  color: black;
}
.article-liste-article .bloc-liste-article .bloc-info-article .lien {
  color: #F08468;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-liste-article .bloc-liste-article:hover h3 {
  color: #2C3273;
}
.article-liste-article .bloc-liste-article:hover .lien {
  color: #2C3273;
}
.article-liste-article .bouton {
  margin-top: 50px;
}
.article-liste-article.tous-les-articles h1 {
  font-size: 30px;
}
.article-liste-article.tous-les-articles .tout {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .article-liste-article.tous-les-articles .tout {
    margin-bottom: 30px;
  }
}
.article-liste-article.tous-les-articles .categories {
  margin: 30px 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-liste-article.tous-les-articles .categories li {
  margin: 0 50px;
}
.article-liste-article.tous-les-articles .categories li button {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  border: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}
.article-liste-article.tous-les-articles .categories li button.active,
.article-liste-article.tous-les-articles .categories li button:hover {
  color: #F08468;
  text-decoration: underline;
}
.article-certification {
  text-align: center;
}
.article-certification .bloc-certification {
  padding: 70px 60px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .article-certification .bloc-certification {
    padding: 50px 30px 10px 30px;
  }
}
.article-certification .bloc-certification h2 {
  margin-bottom: 40px;
}
.article-certification .bloc-certification .liste-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .article-certification .bloc-certification .liste-logo .bloc-logo {
    width: 115px;
    height: 115px;
    line-height: 115px;
  }
}
.article-edito {
  margin-bottom: 140px;
}
.article-edito .bloc-edito h2 {
  margin-bottom: 25px;
}
.article-edito .bloc-edito p {
  color: black;
}
.article-argument {
  text-align: center;
}
.article-argument .bloc-argument {
  padding: 50px 0 20px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.article-argument .bloc-argument ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  list-style-type: none;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-argument .bloc-argument ul li {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .article-argument .bloc-argument ul li {
    min-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .article-argument .bloc-argument ul li {
    width: 100%;
  }
}
.article-argument .bloc-argument ul li .bloc-image {
  height: 70px;
  line-height: 70px;
  margin-bottom: 10px;
}
.article-argument .bloc-argument ul li .bloc-texte h3 {
  color: white;
}
.article-argument .bloc-bouton .bouton {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-historique {
  text-align: center;
}
.article-historique h2 {
  margin-bottom: 30px;
}
.article-historique ul {
  padding-left: 0;
  list-style-type: none;
  max-width: 565px;
  margin: 0 auto;
}
.article-historique ul li {
  margin-top: 25px;
}
.article-historique ul li p {
  color: black;
  margin-bottom: 0;
}
.article-call-to-action {
  background-color: #2C3273;
  padding: 25px 0;
  margin-bottom: 0;
}
.article-call-to-action + article {
  margin-top: 70px;
}
.article-call-to-action * {
  color: white;
}
.article-call-to-action .bloc-photo {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.09);
}
.article-call-to-action .bloc-texte-cta {
  padding: 70px 0;
}
.article-call-to-action .bloc-texte-cta .bouton {
  margin-bottom: 50px;
}
.article-call-to-action .bloc-texte-cta p {
  margin: 25px 0;
}
.article-slider {
  margin-bottom: 0 !important;
}
.article-slider + article {
  margin-top: 70px;
}
.article-slider .slick-dots {
  bottom: 30px;
}
.article-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.article-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 10px;
  margin: 0px 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-slider .slick-dots li button:before {
  content: none;
}
.article-slider .slick-dots li button:hover {
  background-color: #F08468;
}
.article-slider .slick-dots li.slick-active button {
  background-color: #F08468;
}
.article-article .lien-retour a {
  color: #F08468;
}
.article-article .header-article {
  text-align: center;
}
.article-article .header-article h1 {
  font-size: 30px;
  margin-bottom: 0;
}
.article-article .header-article p {
  color: black;
  margin-bottom: 0;
}
.article-article .contenu-article {
  margin-top: 25px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.article-article .contenu-article .image-principale {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.article-article .contenu-article .texte-article {
  padding: 85px 60px;
}
.article-article .contenu-article .texte-article h2 {
  margin: 40px 0 20px 0;
  font-size: 20px;
  color: #F08468;
}
.article-article .contenu-article .texte-article h2 + h3 {
  margin-top: -15px;
}
.article-article .contenu-article .texte-article h3 {
  font-size: 18px;
  color: black;
  font-weight: normal;
  margin-bottom: 20px;
}
.article-article .contenu-article .texte-article ul li {
  color: black;
}
.article-article .contenu-article .texte-article a {
  color: #F08468;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-article .contenu-article .texte-article a:hover {
  color: #2C3273;
}
.article-article .contenu-article .texte-article p {
  color: black;
}
.article-article .contenu-article .texte-article :first-child {
  margin-top: 0;
}
.article-article .contenu-article .texte-article :last-child {
  margin-bottom: 0;
}
.article-contact {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 0;
}
.article-contact:first-child, .article-formulaire:first-child {
  margin-top: -95px;
  padding-top: 200px;
}
.article-formulaire:first-child+article{
  margin-top: 0;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .article-contact:first-child, .article-formulaire:first-child {
    padding-top: 120px;
  }
  .article-formulaire:first-child+article{
    margin-top: 0;
    padding-top: 50px;
  }
}
.article-contact * {
  color: white;
}
.article-contact h1 {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article-contact h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .article-contact .adresse-photo {
    margin-bottom: 50px;
  }
}
.article-contact .adresse-photo .bloc-top {
  background-color: white;
  text-align: center;
  padding: 50px;
}
.article-contact .adresse-photo .bloc-top *{
  color: #2b3273;
}
@media screen and (max-width: 991px) {
  .article-contact .adresse-photo .bloc-top {
    padding: 15px;
  }
}
.article-contact .adresse-photo .bloc-top h2 {
  font-size: 20px;
}
.article-contact .adresse-photo .bloc-top address {
  margin-bottom: 0;
}
.article-contact .adresse-photo .bloc-bas {
  min-height: 250px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.article-contact .bloc-liste-adresses {
  padding-left: 37px;
}
@media screen and (max-width: 767px) {
  .article-contact .bloc-liste-adresses {
    text-align: center;
    padding-left: 0;
  }
}
.article-contact .bloc-liste-adresses address {
  padding-left: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .article-contact .bloc-liste-adresses address {
    margin-bottom: 50px;
    padding-left: 0;
  }
}
.article-contact.devis .adresse-photo {
  height: 100%;
}
.article-contact.devis .adresse-photo .bloc-top {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-contact.devis form h2 {
  margin-bottom: 30px;
}
.article-contact.devis form .etape {
  display: none;
}
.article-contact.devis form .etape:nth-child(2) {
  display: block;
}
.article-formulaire {
  background-color: #2C3273;
  margin-bottom: 0;
  padding: 70px 0;
}
.article-formulaire * {
  color: white;
}
.article-formulaire + article {
  margin-top: 70px;
}
.article-groupe {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.article-groupe + article {
  margin-top: 70px;
}
.article-groupe .bloc-groupe {
  padding: 70px 0;
  text-align: center;
}
.article-groupe .bloc-groupe h2 {
  font-size: 25px;
  font-weight: normal;
  color: white;
  margin-bottom: 15px;
}
.article-groupe .bloc-groupe .bloc-logo {
  margin-bottom: 30px;
}
.article-liste-produit {
  margin-top: 30px !important;
}
.article-liste-produit .filtre-produits {
  margin-bottom: 30px;
}
.article-liste-produit .filtre-produits ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-liste-produit .filtre-produits ul li {
  margin: 0 20px;
}
.article-liste-produit .filtre-produits ul li button {
  border: none;
  background-color: white;
  padding: 10px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.article-liste-produit .filtre-produits ul li button.active,
.article-liste-produit .filtre-produits ul li button:hover {
  background-color: #F08468;
  color: white;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.article-liste-produit .bloc-produit {
  margin-bottom: 50px;
  height: 320px;
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.article-liste-produit .bloc-produit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}
.article-liste-produit .bloc-produit a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2C3273;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-liste-produit .bloc-produit a h2 {
  opacity: 0;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}
.article-liste-produit .bloc-produit a p {
  opacity: 0;
  color: white;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.article-liste-produit .bloc-produit a .bouton {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.article-liste-produit .bloc-produit a:hover:before {
  opacity: 0.75;
}
.article-liste-produit .bloc-produit a:hover h2 {
  color: white;
  opacity: 1;
}
.article-liste-produit .bloc-produit a:hover p {
  opacity: 1;
}
.article-liste-produit .bloc-produit a:hover .bouton {
  opacity: 1;
}
.article-produit .bloc-img-fiche {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .article-produit .bloc-img-fiche {
    margin-bottom: 30px;
  }
}
.article-produit .bloc-img-fiche .bloc-img {
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  height: 407px;
  border-radius: 8px;
  line-height: 407px;
  text-align: center;
  margin-bottom: 50px;
}
.article-produit .bloc-img-fiche .liste-fiche a {
  margin-bottom: 20px;
}
.article-produit .texte-produit {
  padding-left: 50px;
}
@media screen and (max-width: 1199px) {
  .article-produit .texte-produit {
    padding-left: 0;
  }
}
.article-produit .texte-produit p {
  color: black;
}
.article-produit .texte-produit h2 {
  margin-top: 50px;
  margin-bottom: 25px;
}
.article-produit .texte-produit h2:first-child {
  margin-top: 0;
}
.article-produit .texte-produit ul {
  padding-left: 0;
}
.article-produit .texte-produit ul li {
  color: black;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}
.article-produit .texte-produit ul li:before {
  content: url('../img/puce.svg');
  position: absolute;
  top: 5px;
  left: 0;
}
footer {
  background-color: #2C3273;
  padding: 20px 0;
}
footer * {
  color: white;
  font-size: 13px;
}
footer p {
  margin-bottom: 0;
}
footer a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #F08468;
}
footer a.reseau {
  width: 15px;
  height: 20px;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin: 0 2px;
}
footer a.reseau.facebook {
  background-image: url('../img/facebook.svg');
}
footer a.reseau.facebook:hover {
  background-image: url('../img/facebook-orange.svg');
}
footer a.reseau.linkedin {
  background-image: url('../img/linkedin.svg');
}
footer a.reseau.linkedin:hover {
  background-image: url('../img/linkedin-orange.svg');
}
footer a.reseau.instagram {
  background-image: url('../img/instagram.svg');
}
footer a.reseau.instagram:hover {
  background-image: url('../img/instagram-orange.svg');
}
@media screen and (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .right {
    text-align: center;
  }
}
#filtration .article-call-to-action {
  background-color: #F08468;
}
#filtration .article-call-to-action .bloc-texte-cta .bouton {
  color: #F08468;
}
#filtration .article-call-to-action .bloc-texte-cta p {
  color: black;
}
#scam ::-moz-selection {
  background-color: #E6264E;
}
#scam ::selection {
  background-color: #E6264E;
}
#scam header .header-top nav .collapse > ul.navbar-nav > li.active > a,
#scam header .header-top nav .collapse > ul.navbar-nav > li.show > a,
#scam header .header-top nav .collapsing > ul.navbar-nav > li.active > a,
#scam header .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #E6264E;
}
#scam header .header-top nav .collapse > ul.navbar-nav > li > a:focus,
#scam header .header-top nav .collapse > ul.navbar-nav > li > a:hover,
#scam header .header-top nav .collapsing > ul.navbar-nav > li > a:focus,
#scam header .header-top nav .collapsing > ul.navbar-nav > li > a:hover {
  color: #E6264E;
}
#scam header .header-top nav .collapse > ul.navbar-nav > li > a:focus:after,
#scam header .header-top nav .collapse > ul.navbar-nav > li > a:hover:after,
#scam header .header-top nav .collapsing > ul.navbar-nav > li > a:focus:after,
#scam header .header-top nav .collapsing > ul.navbar-nav > li > a:hover:after {
  background-image: url('../img/fleche-menu-rouge.svg');
}
#scam header .header-top nav .collapse > ul.navbar-nav > li.show > a,
#scam header .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #E6264E;
}
#scam header .header-top nav .collapse > ul.navbar-nav > li.show > a:after,
#scam header .header-top nav .collapsing > ul.navbar-nav > li.show > a:after {
  background-image: url('../img/fleche-menu-rouge.svg');
}
#scam header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu a:hover,
#scam header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu a:hover {
  color: #E6264E;
}
#scam header .header-top nav .collapse > ul.navbar-nav.menu-principal li a,
#scam header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a {
  color: #E6264E;
}
@media screen and (max-width: 991px) {
  #scam header .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  #scam header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #E6264E;
  }
}
#scam header .bloc-titre h1 strong {
  color: #E6264E;
}
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus,
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover {
  color: #E6264E;
}
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus:after,
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover:after,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus:after,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover:after {
  background-image: url('../img/fleche-menu-rouge.svg');
}
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #E6264E;
}
#scam header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a:after,
#scam header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a:after {
  background-image: url('../img/fleche-menu-rouge.svg');
}
@media screen and (max-width: 991px) {
  #scam header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal,
  #scam header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal {
    background-color: #2C3273;
  }
}
@media screen and (max-width: 991px) {
  #scam header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  #scam header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #E6264E;
  }
}
#scam header.produit .bloc-titre a:hover {
  color: #E6264E;
}
#scam .article-call-to-action {
  background-color: #E6264E;
}
#scam .article-call-to-action .bloc-texte-cta .bouton {
  color: #E6264E;
}
#scam .article-call-to-action .bloc-texte-cta p {
  color: black;
}
#scam .article-texte-photo .bloc-texte h2 strong {
  color: #E6264E;
}
#scam .article-slider-secteurs .slider-secteur .secteur a:hover h2 {
  color: #E6264E;
}
#scam .article-liste-article .bloc-liste-article .bloc-info-article h3 {
  color: #E6264E;
}
#scam .article-liste-article .bloc-liste-article .bloc-info-article .lien {
  color: #E6264E;
}
#scam .article-liste-article.tous-les-articles .categories li button.active,
#scam .article-liste-article.tous-les-articles .categories li button:hover {
  color: #E6264E;
}
#scam .article-slider .slick-dots li button:hover {
  background-color: #E6264E;
}
#scam .article-slider .slick-dots li.slick-active button {
  background-color: #E6264E;
}
#scam .article-article .lien-retour a {
  color: #E6264E;
}
#scam .article-article .contenu-article .texte-article {
  color: #E6264E;
}
#scam .article-liste-produit .filtre-produits ul li button.active,
#scam .article-liste-produit .filtre-produits ul li button:hover {
  background-color: #E6264E;
}
#techno ::-moz-selection {
  background-color: #159099;
}
#techno ::selection {
  background-color: #159099;
}
#techno header .header-top nav .collapse > ul.navbar-nav > li.active > a,
#techno header .header-top nav .collapse > ul.navbar-nav > li.show > a,
#techno header .header-top nav .collapsing > ul.navbar-nav > li.active > a,
#techno header .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #159099;
}
#techno header .header-top nav .collapse > ul.navbar-nav > li > a:focus,
#techno header .header-top nav .collapse > ul.navbar-nav > li > a:hover,
#techno header .header-top nav .collapsing > ul.navbar-nav > li > a:focus,
#techno header .header-top nav .collapsing > ul.navbar-nav > li > a:hover {
  color: #159099;
}
#techno header .header-top nav .collapse > ul.navbar-nav > li > a:focus:after,
#techno header .header-top nav .collapse > ul.navbar-nav > li > a:hover:after,
#techno header .header-top nav .collapsing > ul.navbar-nav > li > a:focus:after,
#techno header .header-top nav .collapsing > ul.navbar-nav > li > a:hover:after {
  background-image: url('../img/fleche-menu-vert.svg');
}
#techno header .header-top nav .collapse > ul.navbar-nav > li.show > a,
#techno header .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #159099;
}
#techno header .header-top nav .collapse > ul.navbar-nav > li.show > a:after,
#techno header .header-top nav .collapsing > ul.navbar-nav > li.show > a:after {
  background-image: url('../img/fleche-menu-vert.svg');
}
#techno header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu a:hover,
#techno header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu a:hover {
  color: #159099;
}
#techno header .header-top nav .collapse > ul.navbar-nav.menu-principal li a,
#techno header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a {
  color: #159099;
}
@media screen and (max-width: 991px) {
  #techno header .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  #techno header .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #159099;
  }
}
#techno header .bloc-titre h1 strong {
  color: #159099;
}
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus,
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover {
  color: #159099;
}
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li > a:focus:after,
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li > a:hover:after,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:focus:after,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li > a:hover:after {
  background-image: url('../img/fleche-menu-vert.svg');
}
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a {
  color: #159099;
}
#techno header.interne .header-top nav .collapse > ul.navbar-nav > li.show > a:after,
#techno header.interne .header-top nav .collapsing > ul.navbar-nav > li.show > a:after {
  background-image: url('../img/fleche-menu-vert.svg');
}
@media screen and (max-width: 991px) {
  #techno header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal,
  #techno header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal {
    background-color: #2C3273;
  }
}
@media screen and (max-width: 991px) {
  #techno header.interne .header-top nav .collapse > ul.navbar-nav.menu-principal li a:hover,
  #techno header.interne .header-top nav .collapsing > ul.navbar-nav.menu-principal li a:hover {
    color: #159099;
  }
}
#techno header.produit .bloc-titre a:hover {
  color: #159099;
}
#techno .article-call-to-action {
  background-color: #159099;
}
#techno .article-call-to-action .bloc-texte-cta .bouton {
  color: #159099;
}
#techno .article-call-to-action .bloc-texte-cta p {
  color: black;
}
#techno .article-texte-photo .bloc-texte h2 strong {
  color: #159099;
}
#techno .article-slider-secteurs .slider-secteur .secteur a:hover h2 {
  color: #159099;
}
#techno .article-liste-article .bloc-liste-article .bloc-info-article h3 {
  color: #159099;
}
#techno .article-liste-article .bloc-liste-article .bloc-info-article .lien {
  color: #159099;
}
#techno .article-liste-article.tous-les-articles .categories li button.active,
#techno .article-liste-article.tous-les-articles .categories li button:hover {
  color: #159099;
}
#techno .article-slider .slick-dots li button:hover {
  background-color: #159099;
}
#techno .article-slider .slick-dots li.slick-active button {
  background-color: #159099;
}
#techno .article-article .lien-retour a {
  color: #159099;
}
#techno .article-article .contenu-article .texte-article {
  color: #159099;
}
#techno .article-liste-produit .filtre-produits ul li button.active,
#techno .article-liste-produit .filtre-produits ul li button:hover {
  background-color: #159099;
}
header.interne .bloc-titre p {
  color: white;
  margin-bottom: 0;
}
.article-texte-photo + .article-texte-photo {
  margin-top: 70px;
}
.article-slider-secteurs .liste-nos-secteur .secteur a,
.article-slider-secteurs .slider-secteur .secteur a {
  text-align: center;
}
.article-slider-secteurs.liste-tous-nos-secteurs .liste-nos-secteur {
  width: 100%;
  display: block;
  height: auto;
}
.article-slider-secteurs.liste-tous-nos-secteurs {
  overflow: visible;
}
.article-slider-secteurs.liste-tous-nos-secteurs .liste-nos-secteur .secteur {
  margin-bottom: 30px;
}
.menu-item-has-children:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
header .header-top nav .collapse > ul.navbar-nav > li .dropdown-menu,
header .header-top nav .collapsing > ul.navbar-nav > li .dropdown-menu {
  margin-top: 0;
}
header .header-top.scroll {
  position: fixed;
  width: calc(100% - 95px);
  
  top: 0;
  right: 75px;
  left: 20px;
  margin: 0;
  background-color: white;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
header .header-top.scroll nav .collapse > ul.navbar-nav,
header .header-top.scroll nav .collapsing > ul.navbar-nav {
  padding-right: 0;
}
header .header-top.scroll nav .collapse > ul.navbar-nav:not(.menu-principal) > li > a,
header .header-top.scroll nav .collapsing > ul.navbar-nav:not(.menu-principal) > li > a {
  color: #2C3273;
}
header .header-top.scroll nav .collapse > ul.navbar-nav:not(.menu-principal) > li > a:focus,
header .header-top.scroll nav .collapse > ul.navbar-nav:not(.menu-principal) > li > a:hover,
header .header-top.scroll nav .collapsing > ul.navbar-nav:not(.menu-principal) > li > a:focus,
header .header-top.scroll nav .collapsing > ul.navbar-nav:not(.menu-principal) > li > a:hover {
  color: #F08468;
}
.admin-bar header .header-top.scroll {
  top: 32px;
}
.article-liste-produit .filtre-produits .sous-categories,
.article-liste-produit .filtre-produits > div {
  display: none;
}
.article-liste-produit .col-produit {
  display: none;
}
.article-liste-produit .filtre-produits button {
  background-color: transparent;
  border: none;
  margin-bottom: 30px;
  outline: none;
}
.article-liste-produit .filtre-produits button img {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-liste-produit .filtre-produits button h3 {
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scam .article-liste-produit .filtre-produits button h3 {
  color: #E6264E;
}
#techno .article-liste-produit .filtre-produits button h3 {
  color: #159099;
}
.article-liste-produit .filtre-produits button:hover h3 {
  color: #2C3273;
}
.texte-categorie {
  text-align: center;
  margin-top: 30px;
}
.texte-categorie p {
  color: black;
  margin-bottom: 30px;
  margin-top: 30px;
}
.article-liste-produit .bloc-produit {
  height: auto;
  text-align: center;
  padding: 0px 15px 30px 15px;
}
.article-liste-produit .bloc-produit a {
  display: inline-block;
}
.article-liste-produit .bloc-produit a:before {
  content: none;
}
.article-liste-produit .bloc-produit a h2 {
  opacity: 1;
}
.article-liste-produit .fils-ariane {
  position: absolute;
  top: -80px;
  z-index: 10;
  padding: 0;
}
.article-liste-produit .fils-ariane li button {
  color: white;
  font-size: 18px;
  background-color: transparent;
  border: none;
  outline: none;
}
#filtration .article-liste-produit .fils-ariane li button:hover {
  color: #F08468;
}
#scam .article-liste-produit .fils-ariane li button:hover {
  color: #E6264E;
}
#techno .article-liste-produit .fils-ariane li button:hover {
  color: #159099;
}
.article-liste-produit .fils-ariane li {
  display: inline-block;
  vertical-align: middle;
}
.article-liste-produit .fils-ariane li:before {
  content: ">";
  font-size: 18px;
  color: white;
  display: inline-block;
  vertical-align: bottom;
}
.article-liste-produit .fils-ariane li:first-child:before {
  content: none;
}
.article-slider-secteurs.top-produit .bloc-bouton {
  text-align: center;
  padding-top: 30px;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur {
  height: auto;
}
.article-slider-secteurs.top-produit .slider-secteur {
  height: auto;
  text-align: center;
}
.article-slider-secteurs.top-produit .slider-secteur .slick-track {
  padding: 10px 0;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.article-slider-secteurs.top-produit .slider-secteur img {
  display: inline-block;
}
.article-slider-secteurs.top-produit .slider-secteur a {
  display: inline-block !important;
  vertical-align: middle;
  margin-bottom: 30px;
}
.article-slider-secteurs.top-produit .slider-secteur a:before {
  content: none !important;
}
button .bloc-img-produit {
  height: 320px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.article-liste-produit .bloc-produit .bloc-img-produit {
  height: 320px;
  line-height: 320px;
}
.article-liste-produit .bloc-produit {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-scam .article-liste-produit .bloc-produit {
  width: 100%;
}
.article-liste-produit .bloc-produit:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 5px 0 #000000;
  box-shadow: 0 0 5px 0 #000000;
}
.article-liste-produit .bloc-produit .bouton {
  margin-top: 15px;
  display: inline-block;
}
.article-liste-produit .filtre-produits button img {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 100%;
}
.article-liste-logo:last-child {
  margin-bottom: 0;
}
.article-call-to-action + .article-slider {
  margin-top: 0px;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur.lien-scam {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article-slider-secteurs.top-produit .slider-secteur .secteur.lien-scam:hover {
  -webkit-box-shadow: 0 0 5px 0 #000000;
  box-shadow: 0 0 5px 0 #000000;
  text-decoration: none;
}
.lien-scam .bouton {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.article-liste-produit .bloc-produit {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
.article-liste-produit .bloc-produit .bouton {
  display: inline;
  position: absolute;
  height: auto;
  left: 50%;
  white-space: nowrap;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .article-liste-produit .fils-ariane {
    top: -100px;
  }
  header .header-top.scroll {
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
.wpml-ls-menu-item .dropdown-menu {
  width: 50px !important;
  min-width: 50px !important;
  left: calc(50% - 25px) !important;
}
.wpml-ls-menu-item .dropdown-menu a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header-slider{
  margin-top: -92px;;
}
.header-top{
  position: relative;
  z-index: 2;
}

.wpml-ls-item {
  margin-top: 7px!important;
}

.wpml-ls-menu-item .wpml-ls-flag {
  margin: auto;
}

.intl-tel-input.separate-dial-code .selected-dial-code, span.country-name {
  color: #2C3273!important;
}

.mlLink {
  font-size:10px;
  color: #fff;
}
.mlLink a, .mlLink a:hover {
  color: #fff;
  text-decoration: underline;
}