@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.woff2") format("woff2"),
    url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BlackItalic.woff2") format("woff2"),
    url("../fonts/Gotham-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookItalic.woff2") format("woff2"),
    url("../fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("Gotham-BoldItalic.woff2") format("woff2"),
    url("Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-ExtraLight.woff2") format("woff2"),
    url("../fonts/Gotham-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/Gotham-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"),
    url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-LightItalic.woff2") format("woff2"),
    url("../fonts/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-MediumItalic.woff2") format("woff2"),
    url("../fonts/Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "edr";
  src: url("../fonts/font-icon/edr.eot?dfx7my");
  src: url("../fonts/font-icon/edr.eot?dfx7my#iefix")
      format("embedded-opentype"),
    url("../fonts/font-icon/edr.ttf?dfx7my") format("truetype"),
    url("../fonts/font-icon/edr.woff?dfx7my") format("woff"),
    url("../fonts/font-icon/edr.svg?dfx7my#edr") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


[class^="icn-"],
[class*=" icn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "edr" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icn-facebook:before {
  content: "\e900";
}
.icn-twitter:before {
  content: "\e901";
}
.icn-linkedin:before {
  content: "\e902";
}
.icn-instagram:before {
  content: "\e903";
}
.icn-google_plus:before {
  content: "\e904";
}
.icn-location:before {
  content: "\e905";
}
.icn-fleche_ligth:before {
  content: "\e906";
}
.icn-fleche_bold:before {
  content: "\e907";
}
.icn-btn_close:before {
  content: "\e908";
}
html,
body {
  font-family: "Gotham";
  font-size: 14px;
  color: #002550;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden !important;
}
h1,
h2,
h3 {
  font-family: "Gotham";
  font-weight: 200;
  color: #002550;
  text-transform: uppercase;
  line-height: 1.1;
}
h1 {
  font-size: 68px;
}
h2 {
  font-size: 50px;
  font-weight: 300;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
h4 {
  font-size: 15px;
  color: #002550;
  font-weight: 500;
  line-height: 1.2;
}
a {
  color: #e1261d;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
strong,
b {
  font-weight: 700;
}
.btn,
a.btn {
  display: inline-block;
  font-family: "Gotham";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  background: #002550;
  padding: 12px 35px;
  position: relative;
  border-radius: 0;
  border: 1px solid #002550;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: transparent;
  color: #002550 !important;
}
.btn-custom,
a.btn-custom {
  color: #fff !important;
  background: #e1261d;
  border-color: #e1261d;
}
.btn-custom:hover {
  color: #fff !important;
  background: #525252;
  border-color: #525252;
  text-decoration: none;
}
:focus {
  outline: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}

button:focus {
  outline: none;
}
.cntimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cntSelect {
  position: relative;
}
.select-lang .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-lang .select,.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
  width: 41px;
  height: auto;
}
.wpml-ls-legacy-dropdown-click a{
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.home .select-lang .select,.home .wpml-ls-legacy-dropdown-click > ul span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  width: 41px;
  height: auto;
}
.wpml-ls-legacy-dropdown-click a{
  font-size: 14px !important;
  font-weight: 500;
}
.select-lang .select-styled {
  position: relative;
  z-index: 2;
  background: transparent;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
  color: #fff;
  background: transparent;
}
.home .select-lang .select-styled::after ,.home .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #e1261d;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 2px;
  z-index: 1;
}
.select-lang .select-styled::after,.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #e1261d;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 2px;
  z-index: 1;
}
.wpml-ls-legacy-dropdown-click .active a.wpml-ls-item-toggle span{
  color: #fff;
}
.white .select-lang .select-styled {
  color: #000;
}
.white .select-lang .select-styled::after {
  border: 2px solid #000;
  border-left: none;
  border-top: none;
}
.select-lang .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 9px;
  left: auto;
  margin: 0;
  padding: 20px 0 25px;
  color: #fff;
  list-style: none;
  width: 46px;
  z-index: 3;
}
.select-lang .select-styled,.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  position: relative;
  z-index: 6;
  border-top: 3px solid #fff;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
  padding-top: 1rem;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu::before {
  border-color: #fff transparent transparent transparent;
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.select-lang .select-styled::before {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.select-lang .select-styled.active {
  border-color: #fff;
  color: #fff;
}
.select-lang .select-styled.active::after{
  border-color: #fff;
}
.select-lang .select-styled.active::before {
  border-color: #fff transparent transparent transparent;
}
.select-lang .select-options > li {
  position: relative;
  z-index: 5;
}
.wpml-ls-legacy-dropdown-click > ul{
  position: relative;
}
.select-lang .select-options::after,.wpml-ls-legacy-dropdown-click > ul.active::after {
  content: "";
  display: block;
  width: 50vw;
  height: calc(100% + 37px);
  background-color: #000203;
  opacity: 0.8;
  position: absolute;
  top: -13px;
  left: -25px;
  z-index: -1;
}
.affix .wpml-ls-legacy-dropdown-click > ul span{
  color: #000;
}
.select-lang .select-options li {
  margin: 0;
  padding: 5px 0;
  text-indent: 15px;
  transition: all 0.15s ease-in;
}
.select-lang .select-options:hover li {
  opacity: 0.3;
}
.select-lang .select-options li:hover {
  opacity: 1;
}
.select-lang .select-options li[rel="hide"] {
  display: none;
}
#sectBanniere {
  width: 100%;
  height: calc(100vh - 55px);
  overflow: hidden;
  margin-top: 55px;
  background: transparent;
  transition: all .5s ease-in-out;
}
.affix #sectHeader{
  background: #ffffff;
}
.affix #navigation .cntnav > li > a, .affix #navigation .dropItems .cntsubnav > li > a, .affix #navigation .cntespace .item-espace{
  color: #000;
}
.affix .select-lang .select{
  color: #000;
}
#sectBanniereInter {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}
#sectBanniere .banniereIntern,
#sectBanniereInter .banniereIntern,
#sectBanniere .banniereIntern .banniere-img,
#sectBanniereInter .banniereIntern .banniere-img,
#sectBanniere .banniereIntern .banniere-img img 
#sectBanniereInter .banniereIntern .banniere-img img {
  width: 100%;
  height: 100%;
}
#sectBanniere .banniereIntern .banniere-img img,
#sectBanniereInter .banniereIntern .banniere-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sectHeader.white {
  background-color: #fff;
}
#sectHeader .info-header .box-info .item-info a {
  color: #fff;
  font-size: 20px;
}
#sectHeader .info-header {
  display: flex;
  justify-content: flex-end;
  padding-top: 14px;
  z-index: 5;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
.affix .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after{
  border-color: #e1261d;
}
.affix .wpml-ls-legacy-dropdown-click > ul.active span{
  color: #fff;
}
.affix .wpml-ls-legacy-dropdown-click .active .wpml-ls-sub-menu a span{
  color: #fff;
}
#sectHeader .info-header .box-info {
  display: flex;
  align-items: center;
}
#sectHeader {
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
.home #sectHeader{
  background: transparent;
}
.affix.home #sectHeader{
  background: #fff;
}
#sectHeader .container{
  position: relative;
}
#sectHeader .info-header .box-info {
  margin-left: -27px;
  margin-right: -27px;
}
#sectHeader .info-header .box-info .item-info {
  padding-left: 27px;
  padding-right: 27px;
  position: relative;
}
#sectHeader .info-header .box-info .item-info::after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#sectHeader .info-header .box-info .item-info:last-child::after {
  content: none;
}
#sectHeader .sect-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
#sectHeader .sect-nav .cntlogo {
  display: block;
  position: relative;
  z-index: 5;
  border: none !important;
  width: 250px;
}
#sectHeader .sect-nav .cntlogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#navigation {
  display: flex;
  padding-top: 15px;
  padding-left: 0;
  width: 100%;
  justify-content: center;
  transition: all .5s ease-in-out;
}
.affix #navigation{
  padding-top: 15px;
}
#navigation .cntnav {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}
#navigation .cntnav > li,
#navigation .cntespace {
  padding: 0 13px;
}
#navigation .cntnav > li:first-child {
  padding-left: 0;
}
#navigation .cntnav > li > a,
#navigation .cntespace .item-espace {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 3px solid transparent;
  padding-bottom: 6px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#navigation .cntnav > li > a,
#navigation .dropItems .cntsubnav > li > a,
#navigation .cntespace .item-espace {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  position: relative;
  z-index: 5;
  text-decoration: none;
}
.home #navigation .cntnav > li > a,
.home #navigation .dropItems .cntsubnav > li > a,
.home #navigation .cntespace .item-espace {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 5;
  text-decoration: none;
}
.home.affix #navigation .cntnav > li > a,
.home.affix #navigation .dropItems .cntsubnav > li > a,
.home.affix #navigation .cntespace .item-espace {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  position: relative;
  z-index: 5;
}
.white #navigation .cntnav > li > a {
  color: #000;
}
#navigation .cntnav > li:hover > a,
#navigation .cntnav > li.current-menu-item > a,
#navigation .cntespace:hover .item-espace,
#navigation .cntespace.active .item-espace {
  border-color: #e1261d;
}
.affix .select-lang .select-styled::after{
  border-color: #e1261d;
}
.home #navigation .cntnav > li:hover > a,
.home #navigation .cntnav > li.active > a,
.home #navigation .cntespace:hover .item-espace,
.home #navigation .cntespace.active .item-espace {
  border-color: #fff;
}
.home.affix #navigation .cntnav > li:hover > a,
.home.affix #navigation .cntnav > li.current-menu-item > a,
.home.affix #navigation .cntespace:hover .item-espace,
.home.affix #navigation .cntespace.active .item-espace {
  border-color: #e1261d;
}
.affix .select-lang .select-styled.active {
  color: #FFF;
}
.affix .select-lang .select-styled.active::after{
  border-color: #fff;
}
#sectHeader .sect-nav .cntlogo img.logo-dark,
body.menu-dark #sectHeader:not(.navOpen) .sect-nav .cntlogo img.logo-light {
  display: none;
}

body.menu-dark #sectHeader:not(.navOpen) .sect-nav .cntlogo img.logo-dark {
  display: block;
}
body.menu-dark.menuOpened .sect-nav .cntlogo img.logo-light{
  display: block !important;
}
body.menu-dark.menuOpened .sect-nav .cntlogo img.logo-dark{
  display: none !important;
}
.dropItems > div,
.dropItems > a {
  display: block;
  position: relative;
  padding-right: 17px;
  z-index: 5;
}
.dropItems > .arrow-right::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #004987;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  right: 0;
  border-radius: 2px;
  z-index: 1;
}
.dropItems > div::before,
.dropItems > a::before,
.mainsubnav > a::before {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.dropItems:hover > div:before,
.dropItems:hover > a:before,
.mainsubnav:hover > a::before,
.dropItems.active > div::before {
  border-color: #004987 transparent transparent transparent;
}
#navigation .dropItems > .cntsubnav {
  position: relative;
}
#navigation .cntespace {
  padding-right: 0;
  position: relative;
}
#navigation .cntespace::after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#navigation .cntespace .item-espace {
  cursor: pointer;
}
#navigation .dropItems {
  position: relative;
}
#navigation .dropItems .cntsubnav {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  min-width: 142px;
  padding-left: 21px;
  list-style: none;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
#navigation .dropItems .cntsubnav > li {
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
#navigation .dropItems .cntsubnav::after {
  content: "";
  display: block;
  width: 50vw;
  height: calc(100% + 37px);
  background-color: #000203;
  opacity: 0.8;
  position: absolute;
  top: -37px;
  left: 1px;
  z-index: 1;
}
#navigation .cntespace .navImg > li > a {
  display: grid;
  grid-template-columns: 1fr 15px;
  grid-gap: 10px;
  align-items: start;
}
#navigation .cntespace .navImg:hover > li > a {
  opacity: 0.3;
}
#navigation .cntespace .navImg > li > a:hover {
  opacity: 1;
}
#navigation .dropItems .navImg > li > a .img-item {
  width: 15px;
  height: 14px;
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
}
#navigation .dropItems .navImg > li > a .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#navigation .cntnav .mainsubnav .boxMegamenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 195px;
  padding-bottom: 20px;
  background: rgba(0, 2, 3, 0.8);
  transition: all 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.white #navigation .cntnav .mainsubnav .boxMegamenu {
  background: rgba(255, 255, 255, 1);
}
#navigation .cntnav .mainsubnav:hover .boxMegamenu {
  opacity: 1;
  visibility: visible;
}
#navigation .cntnav .mainsubnav .boxMegamenu .cntsubnav {

  display: flex;
  margin-left: -18px;
  margin-right: -18px;
  flex-wrap: wrap;
}
#navigation .cntnav .mainsubnav .boxMegamenu .cntsubnav li a {
  display: inline-block;
}
#navigation .cntnav .mainsubnav .boxMegamenu .cntsubnav > li > a {
  margin-bottom: 8px;
  text-transform: inherit;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
}
#navigation .cntnav .mainsubnav .boxMegamenu .cntsubnav > li > a:hover{
  border-bottom: 1px solid #004987;
}
#navigation .cntnav .mainsubnav .boxMegamenu .cntsubnav > li {
  padding: 0 20px;
  width: 25%;
  color: #fff;
  text-align: center;
}
#navigation .cntnav .mainsubnav .boxMegamenu  p {
  text-align: left;
}
#navigation .cntnav .cntsubnav > li > a {
  text-transform: uppercase;
}
#navigation .cntnav .cntsubnav > li > a,
#navigation .cntnav .cntsubnav2 > li > a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
#navigation .cntnav .cntsubnav,
#navigation .cntnav .cntsubnav2 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#navigation .cntnav .mainsubnav .boxMegamenu .cntsubnav2 > li > a {
  margin-bottom: 6px;
  opacity: 0.3;
}
#navigation .cntnav .mainsubnav .boxMegamenu .cntsubnav2 > li > a:hover {
  opacity: 1;
}
#navigation .cntsubnav  .cntimg {
width: 100%;
position: relative;
overflow: hidden;
}
#navigation .cntsubnav  .topheadlogo {
  margin-bottom: 1rem;
}
#navigation .cntsubnav .subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 27px;
  display: block;
  text-align: left;
}
#navigation .logohead { text-align: center;}
#navigation .logohead img { max-width: 44%;}
#navigation .select-lang {
  display: none;
}
#navigation .cntnav .mainsubnav .boxMegamenu ul.navPieces  {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  padding-left: 0 ;
  margin-top: -25px;
  margin-bottom: 25px;
}
#navigation .cntnav .mainsubnav .boxMegamenu ul.navPieces  li {
  text-align: center;
  padding: 0 2rem;
  position: relative;
  cursor: pointer;
  width: 120px;
}
#navigation .cntnav .mainsubnav .boxMegamenu ul.navPieces li a {
  color: #fff;
  width: 80px;
  text-align: center;
  font-size: 12px;
  border-bottom: none !important;
  letter-spacing: inherit;
}
#navigation .cntnav .mainsubnav .boxMegamenu ul.navPieces li img {
  min-height: 80px;
  transform: scale(1);
  transition: all .3s ease-in-out;
  width: 70px;
}
#navigation .cntnav .mainsubnav .boxMegamenu ul.navPieces li:hover img {
  transform: scale(1.3);
}
#navigation .cntnav .mainsubnav .boxMegamenu ul.navPieces li::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 10px;
}
.white #navigation .cntnav .mainsubnav .boxMegamenu .cntsubnav > li {
  color:#000;
}
.white #navigation .cntnav .mainsubnav .boxMegamenu .cntsubnav > li > a {
  color: #000;
}
.white #navigation .cntnav .mainsubnav .boxMegamenu ul.navPieces li::after {
  background-color: #004987;
}
#navigation .cntnav .mainsubnav .boxMegamenu ul.navPieces li:last-child::after {
  display: none;
}
#navigation ul.navPieces li a span {
  display: block;
}
.white #navigation ul.navPieces li a span {
  color: #004987;
}
#sectBanniere .cntItems .slick-dots {
  position: absolute;
  top: calc(100% + -40px);
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#sectBanniere .cntItems .slick-dots li {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#sectBanniere .cntItems .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 35px;
  height: 4px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}
#sectBanniere .cntItems .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 1px;
  transform: translateY(-50%);
  text-align: center;
  opacity: 1;
  background: #fff;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
#sectBanniere .cntItems .slick-dots li.slick-active button:before {
  height: 4px;
  opacity: 1;
}
#sectBanniere .banniereIntern {
  position: relative;
  height: calc(100vh - 65px);
}
#sectBanniere .banniereIntern .banniere-caption {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
#sectBanniereInter::before{
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 2, 3, 0.5);
  width: 100%;
  height: 60vh;
  top: 0;
  left: 0;
}
#sectBanniereInter .banniereIntern .banniere-caption {
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
#sectBanniereInter .banniereIntern .banniere-caption h1 {
  font-weight: 600;
  line-height: 44px;
  color: #fff;
  font-size: 63px;
}
#cntSlider .itemSlider .cntCaption {
  color: #fff;
  width: 50%;
  margin-left: auto;
}
#cntSlider .itemSlider .cntCaption span {
  color:#004987
}
.scrollnav {
  position: absolute;
  bottom: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  left: calc(50% - 35px);
}
.scrollnav img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cntItems .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 65%;
  display: block;
  width: 43px;
  height: 43px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9;
  border-radius: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.slick-next {
  left: -70px;
}
.slick-prev {
  right: -70px;
}
.cntItems .slick-arrow::before {
  content: "\e906";
  display: block;
  width: 100%;
  height: 100%;
  font-family: "edr";
  color: #fff;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  transform: scale(-1, 1);
}
.cntItems .slick-prev:before {
  transform: scale(1, 1);
  left: 0;
}
.cntItems .slick-prev:before {
  transform: scale(1, 1);
  right: 0;
}
#cntSlider .itemSlider .cntCaption h2 {
  font-size: 78px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 80px;
}
#cntSlider .itemSlider .cntCaption .descriptCaption {
  font-size: 17px;
}
#cntSlider .itemSlider .cntCaption .descriptCaption span {
  color: #004987;
}

#upline{
  background: #ececec;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all .5s ease-in-out;
}
.affix #sectHeader {
  top: 54px;
}
.affix #upline{
  padding: 10px 0;
}
#mainHeader{
  position: relative;
}
#upline ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#upline ul li{
  list-style: none;
}
#upline .social li{
  margin-right: 2rem;
}
#upline .social li a{
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
}
#upline .social li a img{
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out;
}
#upline .social li a .hover{
  opacity: 0;
}
#upline .social li a:hover .hover{
  opacity: 1;
}
#upline .social li a:hover .nohover{
  opacity: 0;
}
#upline .social{
  margin-right: 2rem;
}
#upline .menu-top{
  margin-right: 2rem;
}
#upline .menu-top li a{
  color: #505050;
  font-size: 17px;
  transition: all .5s ease-in-out;
  text-decoration: none;
}
#upline .menu-top li a:hover{
  color: #e1261d;
}
#upline .menu-top li{
  position: relative;
  margin-right: 3rem;
}
#upline .menu-top li:last-child{
  margin-right: 0;
}
#upline .menu-top li::after{
  content: "";
  background: #505050;
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
}
#upline .menu-top li:last-child:after{
  content: none;
}

/* Expertise */
#expertise{
  background: #ececec url(../img/fond-nos-expertises.svg) no-repeat top center;
  padding: 80px 0;
}
#expertise .box{
  position: relative;
}
#expertise .box a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}
#expertise .titre{
  text-align: center;
  margin-bottom: 60px;
  font-size: 50px;
  color: #000000;
  font-weight: 400;
  line-height: 60px;
}
#expertise .box .logos img{
  height: 80px;
  object-fit: contain;
  max-width: 80%;
  margin-left: 34px;
}
#expertise .box .titres{
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: -44%;
  transform: rotate(-90deg);
  width: 100%;
  height: auto;
}
#expertise .box-img{
  position: relative;
  height: 270px;
}
#expertise .box-img::after{
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 29px);
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  transition: all .5s ease-in-out;
}
#expertise .box:hover .box-img::after{
  background: transparent;
}
#expertise .box3 .logos img{
  width: 180px;
}
#expertise .box-img img{
  width: 90%;
  margin-left: auto;
  object-fit: cover;
  height: 100%;
  display: block;
}
#expertise .box1 .titres,#expertise .box4 .titres{
  color: #e74910;
}
.page-id-1984 #sous-menu ul li.box4 a {
  color: #e74910;
}
.page-id-1984 #sous-menu ul li.box4 a::after {
  opacity: 1;
}
#expertise .box2 .titres{
  color: #004d80;
}
#expertise .box3 .titres{
  color: #00a03a;
}
#expertise .desc{
  color: #000;
  margin: 25px 0 0 auto;
  width: 90%;
}

/* parallax */
#parallax{
  padding: 80px 0 50px 0;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  background-attachment: fixed !important;
}
#parallax::after{
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#parallax .container{
  position: relative;
  z-index: 1;
}
#parallax .titre{
  text-align: center;
  margin-bottom: 50px;
  font-size: 45px;
  color: #fff;
  font-weight: 400;
  line-height: 55px;
}
#parallax blockquote{
  margin-bottom: 2.5rem;
  position: relative;
  width: 100%;
  padding: 0 1rem;
}
#parallax blockquote::after{
  content: "";
  background: url(../img/guillemet-droite.svg) no-repeat center;
  width: 30px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: -5px;
  right: -15px;
}
#parallax blockquote::before{
  content: "";
  background: url(../img/guillemet-gauche.svg) no-repeat center;
  width: 30px;
  height: 40px;
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
}
#parallax blockquote p{
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
}
#parallax p{
  color: #fff;
  text-align: center;
  font-size: 17px;
}

/* slide-block */
#slide-block{
  background: #ececec;
  padding: 70px 0 50px 0;
}
#slide-block .slick-initialized .slick-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
#slide-block .slick-initialized .slick-slide a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}
#slide-block .slick-dots{
  margin: 3rem 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slide-block .slick-dots li{
  list-style: none;
  margin: 0 5px;
}
#slide-block .slick-dots li button{
  background: #b6b6b6;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
#slide-block .slick-dots li.slick-active button{
  background: #e1261d;
}
#slide-block .slick-prev{
  background: url(../img/arrow.svg) no-repeat center;
  position: absolute;
  left: -4rem;
  top: 45%;
  transform: translateY(-50%);
  font-size: 0;
  border: none;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 40px;
  z-index: 1;
}
#slide-block .slick-next{
  background: url(../img/arrow.svg) no-repeat center;
  position: absolute;
  right: -4rem;
  top: 45%;
  transform: translateY(-50%) rotate(180deg);
  font-size: 0;
  border: none;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 40px;
  left: inherit;
  z-index: 1;
}
#slide-block .liste-block{
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#slide-block .content{
  width: 50%;
  height: 100%;
  padding: 20px 80px;
}
#slide-block .box-img{
  width: 50%;
  height: 100%;
}
#slide-block .content .titre{
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
#slide-block .content p{
  color: #000;
  text-align: justify;
}

/* Actus */
#actus{
  padding: 80px 0;
}
#actus .titre{
  text-align: center;
  margin-bottom: 60px;
  font-size: 50px;
  color: #000000;
  font-weight: 400;
  line-height: 60px;
}
#actus .box-img{
  width: 100%;
  height: 195px;
  position: relative;
}
#actus .box-img::after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all .5s ease;
}
#actus .box-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#actus .box:hover .box-img::after{
  opacity: 0;
}
#actus .box a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#actus .box{
  position: relative;
  width: 100%;
}
#actus .content{
  background: #ececec;
  padding: 20px 30px 10px 30px;
}
#actus .content .titres{
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
#actus .content p{
  color: #000;
}

/* Valeur */
#valeur{
  padding: 50px 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#valeur .titre{
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  color: #000000;
  font-weight: 400;
  line-height: 60px;
}
#valeur ul{
  padding: 0;
  margin: 0 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#valeur ul li{
  list-style: none;
  font-size: 23px;
  text-transform: uppercase;
  color: #000;
  margin: 0 10px;
  position: relative;
}
#valeur ul li::after{
  content: "";
  background: #e1261d;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}
#valeur ul li:last-child:after{
  content: none;
}
.btn-custom{
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
}

/* Footer */
footer{
  background: #393939 url(../img/footer.svg) no-repeat 90% bottom;
  padding: 80px 0 0 0;
}
footer .copyright{
  text-align: center;
  color: #fff;
  padding: 70px 0 15px 0;
}
footer .menus{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
footer .menus li{
  width: 50%;
  margin-top: 5px;
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
footer .menus li::after{
  content: "";
  background: #e1261d;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .menus li a{
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}
footer .btns{
  margin: 0 auto;
  padding: 0;
}
footer .btns li a{
  display: block;
}
footer .btns li{
  list-style: none;
  margin-bottom: 1.5rem;
}
footer .btns li:last-child{
  margin-bottom: 0;
}
footer .social{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .social li{
  list-style: none;
  margin-bottom: 2.5rem;
}
footer .social li:last-child{
  margin-bottom: 0;
}

/* mosaique */
#mosaique .liste-mosaique{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#mosaique .liste-mosaique > li.list{
  list-style: none;
  width: 20%;
  height: 300px;
  position: relative;
}
#mosaique .liste-mosaique .list .box{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 15px 2rem;
  text-align: center;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: all .5s ease-in-out;
}
#mosaique .liste-mosaique .list:hover .box{
  opacity: 1;
}
#mosaique .liste-mosaique .list .box .titre{
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
#mosaique .liste-mosaique .list .box p{
  color: #fff;
  margin: 0;
  padding: 0;
}
#mosaique .liste-mosaique > li.list a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  transition: all .5s ease-in-out;
}
#mosaique .liste-mosaique > li.list:hover a{
  background: transparent;
}
#mosaique .liste-mosaique > li.list > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mosaique .liste-mosaique > li.list .icn{
  position: absolute;
  left: 2rem;
  top: 15px;
  width: 30px;
  height: 30px;
}
#mosaique .liste-mosaique > li.list .icn img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out;
}
#mosaique .liste-mosaique > li.list .icn img.icn-img-hover{
  opacity: 0;
}
#mosaique .liste-mosaique > li.list:hover .icn img.icn-img-hover{
  opacity: 1;
}
#mosaique .liste-mosaique > li.list:hover .icn img.icn-img{
  opacity: 0;
}
#mosaique .liste-mosaique > li.center{
  width: 20%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:#393939 url(../img/fond-suivez-nous.svg) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 49.99%;
  transform: translate(-50%, -50%);
}
#mosaique .liste-mosaique > li.center .titre{
  text-align: center;
  margin-bottom: 15px;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 50px;
}
#mosaique .liste-mosaique > li.center .social{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mosaique .liste-mosaique > li.center .social li{
  list-style: none;
  margin: 0 10px;
}
#mosaique .liste-mosaique > li.list:nth-child(7){
  margin-right: 20%;
}
#sectHeader .sect-nav .cntlogo .black{
  display: none;
}
.affix #sectHeader .sect-nav .cntlogo .black{
  display: block;
  width: 150px;
  margin: -61px auto 10px auto;
}
.affix #sectHeader .sect-nav .cntlogo .white{
  display: none;
}
.mobile{
  display: none !important;
}
#mosaique .liste-mosaique > li.center .social a{
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}
#mosaique .liste-mosaique > li.center .social a img{
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s ease-in-out;
}
#mosaique .liste-mosaique > li.center .social a .hover{
  opacity: 0;
}
#mosaique .liste-mosaique > li.center .social a:hover .hover{
  opacity: 1;
}
#mosaique .liste-mosaique > li.center .social a:hover .nohover{
  opacity: 0;
}
#sectHeader .sect-nav .cntlogo .black.page{
  display: block !important;
  width: 150px;
  margin: -61px auto 10px auto;
}
#sectBanniere-page{
  height: 250px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  margin-top: 107px;
}
#sectBanniere-page h1{
  text-align: center;
  color: #fff;
  text-transform: initial;
  font-weight: 500;
}
.fond-gray{
  background: #ececec url(../img/fond-nos-expertises.png) no-repeat -10% 101%;
  padding-bottom: 50px;
  color: #000;
}
#sous-menu{
  padding: 25px 0 0 0;
  margin-bottom: 18px;
  z-index: 2;
  position: relative;
}
#sous-menu.affix{
  position: fixed;
  left: 0;
  top: 106px;
  width: 100%;
  background: #ececec;
  z-index: 10;
  padding: 25px 0 18px 0;
  margin-bottom: 0;
}
#sous-menu ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sous-menu ul li{
  list-style: none;
  margin: 0 35px;
}
#sous-menu ul li:first-child{
  margin-left: 0;
}
#sous-menu ul li:last-child{
  margin-right: 0;
}
#sous-menu ul li a{
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
#sous-menu ul li a:hover,#sous-menu ul li.active a{
  color: #e1261d;
  text-decoration: none;
}
#sous-menu ul li a::after{
  content: "";
  background: #e1261d;
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 3px;
  left: 0;
  opacity: 0;
}
#sous-menu ul li.active a::after,#sous-menu ul li a:hover::after{
  opacity: 1;
}
#section_1 .container,#section_2 .container,#section_3 .container,#section_4 .container,#section_5 .container,#section_6 .container,#expertise.page-expertises .container{
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
#section_1,#section_2,#section_3,#section_4,#section_5,#section_6{
  margin-bottom: 15px;
  position: relative;
}
#expertise.detail-expertises{
  position: relative;
  margin-bottom: 40px;
}
#expertise.detail-expertises .container{
  position: relative;
  z-index: 1;
}
#section_1::after,#section_2::after,#section_3::after,#section_4::after,#section_5::after,#section_6::after,#expertise.page-expertises::after,#content-expertises::after,#expertise.detail-expertises::after{
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  width: 1440px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#section_1 .text1,#section_2 .text1,#section_4 .text1,#section_6 .text1{
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}
#section_1 .text2{
  font-weight: bold;
}
#section_1 .text2 span{
  display: inline-block;
  margin-left: 1rem;
  position: relative;
}
#section_1 .text2 span::before{
  content: "";
  background: #e1261d;
  width: 5px;
  height: 5px;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  left: -.48rem;
  top: -2px;
}
#offres .desc,#section_1 .desc,#section_2 .desc,#section_2 .desc2,#section_4 .desc,#section_6 .desc{
  text-align: justify;
  position: relative;
}
#offres .desc p:first-of-type:first-letter,#section_1 .desc p:first-of-type:first-letter,#section_2 .desc p:first-of-type:first-letter,#section_4 .desc p:first-of-type:first-letter,#section_6 .desc p:first-of-type:first-letter{
  color: #e1261d;
  font-size: 50px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 5px;
  line-height: 50px;
}
body:is(.page-template-tpl-nosoffres,.single-offres) .desc{
  font-size:16px;

}
body:not(.page-template-tpl-nosoffres,.single-offres) #section_1 .desc::before{
  content: "";
  background: url(../img/quote.png) no-repeat center;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 20px;
  display: block;
}
body:not(.page-template-tpl-nosoffres,.single-offres) #section_1 .desc::after{
  content: "";
  background: url(../img/quote.png) no-repeat center;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  transform: rotate(180deg);
}
#section_1 .text3{
  font-weight: bold;
  color: #b0b0b0;
  text-transform: uppercase;
  text-align: right;

}
#section_2 .desc2{
  margin-top: 33px;
}
#section_2 .element-item {
  position: relative;
}
#section_3 .grid{
  position: relative;
}
#section_3 .element-item {
  position: relative;
  float: left;
  min-height: 45px;
  margin: 20px;
  width: calc(25% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200Px;
  height: 100Px;
}
#section_3 .element-item img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#section_1 .img-box,#section_2 .img-box{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#section_2 .img-box{
  margin-top: 2rem;
}
#section_3 .container{
  padding-top: 30px;
}
#section_3 .logo-top{
  width: 150px;
  margin: 0 auto 70px auto;
  position: relative;
}
#section_3 .button-group{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
  position: relative;
  flex-direction: column;
}
#section_3 .button-group .btn-bottom button{
  border: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 7px 50px;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: url(../img/logo-btn.png) no-repeat 3px center;
  position: relative;
  background-size: 25px;
}
#section_3 .button-group .btn-bottom button:nth-child(2){
  background-color: #004d80;
}
#section_3 .button-group .btn-bottom button:nth-child(3){
  background-color: #00a03a;
}
#section_3 .button-group .btn-bottom button:nth-child(1){
  background-color: #e74910;
}
#section_3 .button-group .btn-bottom button:nth-child(4){
  background-color: #e74910;
}
/*#section_3 .logo-top::after{
  content: "";
  background: #e1261d;
  height: 2px;
  width: 538px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 57%;
  transform: translateX(-50%);
}*/
#section_3 .btn-bottom::before{
	content: "";
	background: #e1261d;
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 83px;
	left: 0;
}
#section_3 .button-group .btn-bottom button:first-child::before{
	background-color: #fff;
	content: "";
	height: 10px;
	left: 20%;
	position: absolute;
	top: -53px;
	transform: translateX(-50%);
	width: 60%;
}
#section_3 .button-group .btn-bottom button:last-child::before{
	background-color: #fff;
	content: "";
	height: 10px;
	right: -40%;
	position: absolute;
	top: -53px;
	transform: translateX(-50%);
	width: 60%;
}
#section_3 .button-group .btn-bottom button::after{
	content: url(../img/traits.svg);
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
#section_3 .button-group .btn-bottom.active button{
  opacity: .5;
}
#section_3 .button-group .btn-bottom.active button.is-checked{
  opacity: 1;
}
#section_3 .logo-top button{
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#section_3 .logo-top img{
  width: 140px;
}
#section_5 .container{
  padding-top: 100px;
  padding-bottom: 100px;
}
#section_5 ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#section_5 ul li{
  list-style: none;
  width: 20%;
}
#section_5 ul li .titre strong,#section_5 ul li .icn{
  transition: all .5s ease-in-out;
}
#section_5 ul li .icn{
  transition: all .5s ease-in-out;
  transform: rotateY(0);
}
#section_5 ul li:hover .icn,#section_5 ul li .icn.hover{
  transform: rotateY(180deg);
}
#section_5 ul li:hover .titre strong{
  color: #e1261d;
}
#section_5 ul li .titre{
  text-align: center;
  font-size: 18px;
  line-height: 25px;
} 
#section_5 ul li .icn{
  margin: 100px auto 0 auto;
  width: 150px;
  height: 150px;
  background: #e1261d;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #ececec;
  position: relative;
}
#section_5 ul li .icn::before{
  content: "";
  background: #b0b0b0;
  width: 2px;
  height: 90px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#section_5 ul li:nth-child(2n) .icn{
  margin: 0 auto 100px auto;
}
#section_5 ul li:nth-child(2n) .icn::before{
  bottom: -100px;
  left: 50%;
  top: inherit
}
#section_5 ul li .icn img{
  object-fit: contain;
  width: 80px;
  height: 80px;
}
.page-template-tpl-groupe #section_5 ul li:nth-child(2n){
  flex-direction: column-reverse;
  display: flex;
}
/* #section_6::after{
  background: #fff url(../img/Map.svg) no-repeat right bottom;
  background-size: 70%;
} */
/* #section_6 .container{
  padding-bottom: 400px;
} */
#section_4 .time{
  display: flex;
  align-items: center;
  width: 90%;
}
#section_4 .time .box-img{
  width: 170px;
  height: 120px;
  border-radius: 40px;
  overflow: hidden;
  border: 10px solid #ececec;
}
#section_4 .time .picto{
  position: relative;
}
#section_4 .time .picto::after{
  content: "";
  background: url(../img/time.svg) no-repeat center;
  width: 144px;
  height: 70px;
  display: block;
  background-size: contain;
  position: absolute;
  right: -54px;
  top: -6px;
}
#section_4 .time:hover .picto::after{
  content: "";
  background: url(../img/time-hover.svg) no-repeat center;
  width: 144px;
  height: 70px;
  display: block;
  background-size: contain;
  position: absolute;
  right: -54px;
  top: -6px;
}
#section_4 .time .box-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section_4 .time .titre{
  font-weight: bold;
  color: #e1261d;
}
#section_4 .time p{
  line-height: 17px;
  margin: 0;
  padding: 0;
  font-size: 13Px;
}
#section_4 .time .content{
  margin-left: 75px;
}
#section_4 .col-sm-7 .time:nth-child(2n){
  flex-direction: row-reverse;
}
#section_4 .col-sm-7 .time:nth-child(2n) .content{
  margin-left: 0;
  margin-right: 75px;
  text-align: right;
}
#section_4 .time:nth-child(2) .picto::after,
#section_4 .time:nth-child(6) .picto::after{
  right: inherit;
  top: inherit;
  transform: rotate(180deg);
  bottom: -6px;
  left: -54px;
}
#section_4 .time:nth-child(3) .picto::after{
  right: -54px;
  top: inherit;
  transform: rotateX(180deg);
  bottom: -6px;
}
#section_4 .time:nth-child(4) .picto::after{
  right: inherit;
  top: -6px;
  transform: rotateY(180deg);
  bottom: inherit;
  left: -54px;
}
#section_4 .time .picto::before{
  content: "";
  background: #ececec;
  width: 1px;
  height: 280px;
  display: block;
  position: absolute;
  right: -114px;
  bottom: -145px;
  transform: rotate(-70deg);
  z-index: -1;
}
#section_4 .time:last-child .picto::before{
  content: none;
}
#section_4 .time:nth-child(2) .picto::before{
  transform: rotate(70deg);
  right: inherit;
  bottom: -142px;
  left: -128px;
}
#section_4 .time:nth-child(4) .picto::before{
  transform: rotate(70deg);
  right: inherit;
  bottom: -142px;
  left: -128px;
}
#section_4 .time:nth-child(5) .content{max-width: 220px;}
#section_4 .time:nth-child(5) .picto::before{
	transform: none;
	height: 91px;
	width: 560px;
	bottom: -40px;
	right: auto;
	left: 160px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #ececec;
	border-top: none;
	border-radius: 80px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#section_4 .time:nth-child(6){
	position: relative;
	margin-bottom: -90px;
	top: -90px;
	width: 138%;
}

#sous-menu ul li.box1 a:hover, .page-id-233 #sous-menu ul li.box1 a {
  color: #e74910;
}
#sous-menu ul li.box2 a:hover,.page-id-235 #sous-menu ul li.box2 a {
  color: #004d80;
}
#sous-menu ul li.box3 a:hover,.page-id-237 #sous-menu ul li.box3 a {
  color: #00a03a;
}
.page-id-233 #sous-menu ul li.box1 a::after,.page-id-235 #sous-menu ul li.box2 a::after,.page-id-237 #sous-menu ul li.box3 a::after {
  opacity: 1;
}
#sous-menu ul li.box1 a::after{
  background: #e74910;
}
#sous-menu ul li.box2 a::after{
  background: #004d80;
}
#sous-menu ul li.box3 a::after{
  background: #00a03a;
}
#expertise.page-expertises{
  position: relative;
  padding: 0;
}
#expertise.page-expertises .container{
  padding: 50px 0 0 0;
}
#expertise.page-expertises .box .titres{
  top: 39%;
}
#expertise.page-expertises .box .arrow{
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 90%;
  padding: 10px 0;
  z-index: 1;
}
#expertise.page-expertises .box .arrow img{
  width: 29px;
  height: 16px;
  object-fit: contain;
  margin: 0 auto;
  transition: all .5s ease-in-out;
}
#expertise.page-expertises .box:hover .arrow img{
  transform: rotate(180deg);
}
#expertise.page-expertises .box1 .arrow{
  background: rgba(231, 73, 16, 0.6);
}
#expertise.page-expertises .box2 .arrow{
  background: rgba(0, 77, 128, 0.6);
}
#expertise.page-expertises .box3 .arrow{
  background: rgba(0, 160, 58, 0.6);
}
#expertise.page-expertises .box4 .arrow{
  background: rgba(231, 73, 16, 0.6);
}
#content-expertises{
  position: relative;
}
#content-expertises .container{
  position: relative;
  z-index: 1;
  padding: 0 0 50px 0;
}
#expertise.page-expertises .box .box-bottom{
  width: 90%;
  margin-left: auto;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 25px;
}
#expertise.page-expertises .box .box-bottom .titre{
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  min-height: 40px;
}
#expertise.page-expertises .box .box-bottom .desc{
  margin: 0;
  min-height: 89px;
}
#expertise.page-expertises .box .box-bottom .chiffre{
  font-size: 97px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}
#expertise.page-expertises .box .box-bottom .chiffre img{
  margin-bottom: -10px;
}
#content-expertises .box-img{
  margin-top: 30px;
  width: 100%;
  text-align: right;
  height: 510px;
}
#content-expertises .box-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#expertise.page-expertises .box1 .box-bottom{
  background: url(../img/fond1.png) no-repeat center;
}
#expertise.page-expertises .box2 .box-bottom{
  background: url(../img/fond2.png) no-repeat center;
}
#expertise.page-expertises .box3 .box-bottom{
  background: url(../img/fond3.png) no-repeat center;
}
.page-template-tpl-expertises-detail .fond-gray {
  background: #ececec;
}
#expertise.page-expertises .box4 .box-bottom{
  background: url(../img/fond1.png) no-repeat center;
}
#expertise.detail-expertises{
  padding: 50px 0;
}
#expertise.detail-expertises h2{
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.forge #expertise.detail-expertises h2 {
  color: #004d80;
}
.laminage #expertise.detail-expertises h2 {
  color: #e74910;
}
.clôture #expertise.detail-expertises h2 {
  color: #00a03a;
}
#expertise.detail-expertises .titres{
  font-weight: bold;
  margin-bottom: 10px;
}
.forge #expertise.detail-expertises .titres{
  color: #004d80;
}
.laminage #expertise.detail-expertises .titres{
  color: #e74910;
}
.clôture #expertise.detail-expertises .titres{
  color: #00a03a;
}
#expertise.detail-expertises .descs p:first-of-type:first-letter{
  font-size: 50px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 5px;
  line-height: 50px;
}
.forge #expertise.detail-expertises .descs p:first-of-type:first-letter{
  color: #004d80;
}
.laminage #expertise.detail-expertises .descs p:first-of-type:first-letter{
  color: #e74910;
}
.clôture #expertise.detail-expertises .descs p:first-of-type:first-letter{
  color: #00a03a;
}
.forge #expertise.detail-expertises .descs,.laminage #expertise.detail-expertises .descs,.clôture #expertise.detail-expertises .descs{
  margin-bottom: 3rem;
}
.forge #expertise.detail-expertises .chiffres ul li .icn{
  background: #004d80;
}
.forge #expertise.detail-expertises .chiffres ul li .titre strong{
  color: #004d80;
}
.laminage #expertise.detail-expertises .chiffres ul li .icn{
  background: #e74910;
}
.laminage #expertise.detail-expertises .chiffres ul li .titre strong{
  color: #e74910;
}
.clôture #expertise.detail-expertises .chiffres ul li .icn{
  background: #00a03a;
}
.clôture #expertise.detail-expertises .chiffres ul li .titre strong{
  color: #00a03a;
}
#expertise.detail-expertises .chiffres ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#expertise.detail-expertises .chiffres ul li{
  list-style: none;
  width: 33.33%;
}
#expertise.detail-expertises .title{
  font-weight: bold;
  margin-bottom: 2rem;
}
.forge #expertise.detail-expertises .title{
  color: #004d80;
}
.laminage #expertise.detail-expertises .title{
  color: #e74910;
}
.clôture #expertise.detail-expertises .title{
  color: #00a03a;
}
#expertise.detail-expertises .chiffres ul li .titre{
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
} 
#expertise.detail-expertises .chiffres ul li .icn{
  margin: 60px auto 0 auto;
  width: 94px;
  height: 94px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #ececec;
  position: relative;
}
#expertise.detail-expertises .chiffres ul li .icn::before{
  content: "";
  background: #b0b0b0;
  width: 1px;
  height: 51px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#expertise.detail-expertises .chiffres ul li:nth-child(2n) .icn{
  margin: 0 auto 60px auto;
}
#expertise.detail-expertises .chiffres ul li:nth-child(2n) .icn::before{
  bottom: -60px;
  left: 50%;
  top: inherit
}
#expertise.detail-expertises .chiffres ul li .icn img{
  object-fit: contain;
  width: 40px;
  height: 40px;
}
#expertise.detail-expertises .chiffres ul li:nth-child(2n){
  flex-direction: column-reverse;
  display: flex;
}
#expertise.detail-expertises .chiffres{
  margin-bottom: 50px;
}
#expertise.detail-expertises .clients ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#expertise.detail-expertises .clients ul li{
  list-style: none;
  width: 20%;
  margin: 10px 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#expertise.detail-expertises .clients ul li img{
  object-fit: contain;
}
#expertise.detail-expertises .clients .title{
  margin-bottom: 1rem;
}
#expertise.detail-expertises .clients{
  margin-bottom: 50px;
}
#expertise.detail-expertises .responsabilite .box-imgs{
  height: 160px;
  width: 100%;
}
#expertise.detail-expertises .responsabilite .box-imgs img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#expertise.detail-expertises .responsabilite .desc {
  margin: 25px 0 0 0;
  width: 100%;
  text-align: justify;
}
.forge #expertise.detail-expertises .responsabilite .desc{
  /* color: #004d80; */
}
.laminage #expertise.detail-expertises .responsabilite .desc{
  /* color: #e74910; */
}
.clôture #expertise.detail-expertises .responsabilite .desc{
  /* color: #00a03a; */
}
#expertise.detail-expertises .responsabilite ul li .icn{
  margin: 0 auto 30px auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid #ececec;
  position: relative;
}
#expertise.detail-expertises .responsabilite ul li .icn::before{
  content: "";
  background: #b0b0b0;
  width: 1px;
  height: 22px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#expertise.detail-expertises .responsabilite ul li{
  flex-direction: column-reverse;
  display: flex;
}
#expertise.detail-expertises .responsabilite ul{
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.forge #expertise.detail-expertises .responsabilite ul li .icn{
  background: #004d80;
}
.laminage #expertise.detail-expertises .responsabilite ul li .icn{
  background: #e74910;
}
.clôture #expertise.detail-expertises .responsabilite ul li .icn{
  background: #00a03a;
}
#expertise.detail-expertises .responsabilite ul li .icn img{
  width: 25px;
  object-fit: contain;
}
#expertise.detail-expertises .responsabilite .titres {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  line-height: 12px;
}
.forge #expertise.detail-expertises .responsabilite .titres strong{
  color: #004d80;
}
.laminage #expertise.detail-expertises .responsabilite .titres strong{
  color: #e74910;
}
.forge #expertise.detail-expertises .responsabilite .titres strong{
  color: #e74910;
}
.clôture #expertise.detail-expertises .responsabilite .titres strong{
  color: #00a03a;
}
#expertise.detail-expertises .site ul{
  margin: 0;
  padding: 0;
}
#expertise.detail-expertises .site ul li{
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#expertise.detail-expertises .site ul li .adresse{
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid;
}
#expertise.detail-expertises .site ul li .icn{
  width: 150Px;
  height: 70px;
}
#expertise.detail-expertises .site ul li .icn img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#expertise.detail-expertises .site .title,#expertise.detail-expertises .atouts .title {
  margin-bottom: 1rem;
}
.forge #expertise.detail-expertises .site ul li .adresse{
  border-color: #004d80;
}
.laminage #expertise.detail-expertises .site ul li .adresse{
  border-color: #e74910;
}
.clôture #expertise.detail-expertises .site ul li .adresse{
  border-color: #00a03a;
}
#expertise.detail-expertises .site {
  margin-bottom: 30px;
}
#expertise.detail-expertises .atouts .descss ul{
  margin: 0 0 0 13px;
  padding: 0;
}
.forge #expertise.detail-expertises .atouts .descss ul li::marker{
  color: #004d80;
}
.laminage #expertise.detail-expertises .atouts .descss ul li::marker{
  color: #e74910;
}
.clôture #expertise.detail-expertises .atouts .descss ul li::marker{
  color: #00a03a;
}
#expertise.detail-expertises .atouts .descss{
  margin-bottom: 2rem;
}
#expertise.detail-expertises .innovation .title{
  margin-bottom: .5rem;
}
#expertise.detail-expertises .atouts .box-imgs{
  height: 220px;
  width: 100%;
}
#expertise.detail-expertises .atouts .box-imgs img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#expertise.detail-expertises .atouts{
  margin-bottom: 20px;
}
#expertise.detail-expertises .innovation .descss{
  text-align: justify;
}
#expertise.detail-expertises .innovation{
  margin-bottom: 3rem;
}
#expertise.detail-expertises .marches ul{
  margin: 0;
  padding: 0 2rem;
}
#expertise.detail-expertises .marches ul li{
  list-style: none;
  position: relative;
}
#expertise.detail-expertises .marches ul li::after{
  content: "";
  width: 1px;
  height: 47px;
  display: block;
  position: absolute;
  left: 1px;
  top: 0;
}
#expertise.detail-expertises .marches ul li:first-child:after{
  content: none;
}
.forge #expertise.detail-expertises .marches ul li::after{
  background: #004d80;
}
.laminage #expertise.detail-expertises .marches ul li::after{
  background: #e74910;
}
.clôture #expertise.detail-expertises .marches ul li::after{
  background: #00a03a;
}
#expertise.detail-expertises .marches ul li .icn{
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#expertise.detail-expertises .marches ul li .texte{
  font-size: 13px;
  text-align: center;
}
.forge #expertise.detail-expertises .marches ul li .texte{
  color: #004d80;
}
.laminage #expertise.detail-expertises .marches ul li .texte{
  color: #e74910;
}
.clôture #expertise.detail-expertises .marches ul li .texte{
  color: #00a03a;
}
#expertise.detail-expertises .marches ul .slick-prev{
  width: 18px;
  height: 33px;
  background-size: contain;
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#expertise.detail-expertises .marches ul .slick-next{
  width: 18px;
  height: 33px;
  background-size: contain;
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: inherit;
}
.forge #expertise.detail-expertises .marches ul .slick-prev,.forge #expertise.detail-expertises .marches ul .slick-next{
  background: url(../img/arrow-marches.png) no-repeat center;
}
.laminage #expertise.detail-expertises .marches ul .slick-prev,.laminage #expertise.detail-expertises .marches ul .slick-next{
  background: url(../img/arrow-marches2.png) no-repeat center;
}
.clôture #expertise.detail-expertises .marches ul .slick-prev,.clôture #expertise.detail-expertises .marches ul .slick-next{
  background: url(../img/arrow-marches3.png) no-repeat center;
}
#expertise.detail-expertises .marches{
  margin-bottom: 2rem;
}
#expertise.detail-expertises .normes ul{
  margin: 0 auto;
  padding: 0;
  width: 350px;
}
#expertise.detail-expertises .normes ul li{
  list-style: none;
}
#expertise.detail-expertises .normes ul li .icn{
  display: flex;
  align-items: center;
  justify-content: center;
}
#expertise.detail-expertises .normes .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
#expertise.detail-expertises .normes .slick-dots button{
  background: #ececec;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  display: block;
  border: none;
  font-size: 0;
}
#expertise.detail-expertises .normes .slick-dots li{
  margin: 0 10px;
}
.forge #expertise.detail-expertises .normes .slick-dots .slick-active button{
  background: #004d80;
}
.laminage #expertise.detail-expertises .normes .slick-dots .slick-active button{
  background: #e74910;
}
.clôture #expertise.detail-expertises .normes .slick-dots .slick-active button{
  background: #00a03a;
}
.forge #expertise.detail-expertises::after{
  background: #fff url(../img/filigrane-forge.png) no-repeat center;
}
.laminage #expertise.detail-expertises::after{
  background: #fff url(../img/filigrane-forge2.png) no-repeat center;
}
.clôture #expertise.detail-expertises::after{
  background: #fff url(../img/filigrane-forge3.png) no-repeat center;
}
.btn-expertises{
  border: none;
  box-shadow: none;
  border-radius: 3px;
  padding: 7px 50px;
  margin: 0 10px;
  font-weight: bold;
  color: #fff;
  background: url(../img/logo-btn.png) no-repeat 3px center;
  position: relative;
  display: inline-block;
  background-size: 25px;
}
.btn-expertises:hover{
  color: #fff;
}
.forge .btn-expertises{
  background-color: #004d80;
}
.laminage .btn-expertises{
  background-color: #e74910;
}
.clôture .btn-expertises{
  background-color: #00a03a;
}
.btn-expertises.left,.btn-expertises.right{
  text-transform: uppercase;
  width: 170px;
  height: 35px;
  z-index: 100;
  text-decoration: none;
}
.btn-expertises.left{
  position: absolute;
  top: 120px;
  left: -114px;
  transform: rotate(-90deg);
}
.btn-expertises.right{
  position: absolute;
  top: 120px;
  right: -113px;
  transform: rotate(-90deg);
}
.forge .btn-expertises.left{
  background-color: #e74910;
}
.forge .btn-expertises.right{
  background-color: #00a03a;
}
.laminage .btn-expertises.left{
  background-color: #00a03a;
}
.laminage .btn-expertises.right{
  background-color: #e74910;
}
.clôture .btn-expertises.left{
  background-color: #004d80;
}
.clôture .btn-expertises.right{
  background-color: #e74910;
}
.page-id-1984 .btn-expertises.left{
  background-color: #e74910;
}
.page-id-1984 .btn-expertises.right{
  background-color: #004d80;
}
.btn-expertises.left::after{
  content: "";
  background: url(../img/arrow-leftright.png) no-repeat center;
  width: 12px;
  height: 21px;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%) rotate(-90deg);
}
.btn-expertises.right::after{
  content: "";
  background: url(../img/arrow-leftright.png) no-repeat center;
  width: 12px;
  height: 21px;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%) rotate(90deg);
}
.btns-fixed{
  position: absolute;
  width: 1440px;
  top: 0;
  left: 50%;
  height: 170px;
  transform: translateX(-50%);
  transition: all .5s ease-in-out;
  z-index: -1;
}
.btns-fixed.affix{
  position: fixed;
  top: 250px;
  z-index: -1;
}
.page-template-tpl-valeurs .fond-gray{
  background: #ececec;
}
.valeurs #section_1, .valeurs #section_2, .valeurs #section_3, .valeurs #section_4, .valeurs #section_5{
  margin-bottom: 0;
}
.valeurs #section_1 .container{
  padding-top: 50px;
  padding-bottom: 40px;
}
.valeurs #section_2 .container, .valeurs #section_3 .container, .valeurs #section_4 .container, .valeurs #section_5 .container{
  padding-top: 0;
  padding-bottom: 40px;
}
.fond-gray.valeurs .titre{
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.fond-gray.valeurs .box-img{
  width: 100%;
  height: 100%;
}
.fond-gray.valeurs .box-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fond-gray.valeurs .texte{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fond-gray.valeurs .texte span{
  position: relative;
  display: inline-block;
}
.fond-gray.valeurs .texte span::before {
  content: "";
  background: url(../img/quote2.png) no-repeat center;
  width: 32px;
  height: 30px;
  position: absolute;
  left: -40px;
  top: -15px;
  display: block;
}
.fond-gray.valeurs .texte span::after {
  content: "";
  background: url(../img/quote2.png) no-repeat center;
  width: 32px;
  height: 30px;
  position: absolute;
  right: -40px;
  bottom: -25px;
  display: block;
  transform: rotate(180deg);
}
.fond-gray.valeurs .desc::after,.fond-gray.valeurs .desc::before{
  content: none !important;
}
.fond-gray.valeurs .liste-section li .icn{
  margin: 0 auto 30px auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #ececec;
  position: relative;
}
.fond-gray.valeurs .liste-section li .icn::before{
  content: "";
  background: #b0b0b0;
  width: 1px;
  height: 21px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.fond-gray.valeurs .liste-section li{
  flex-direction: column-reverse;
  display: flex;
}
.fond-gray.valeurs .liste-section{
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.fond-gray.valeurs .liste-section li .icn{
  background: #004d80;
}
.fond-gray.valeurs .liste-section li .icn img{
  width: 22px;
  object-fit: contain;
}
.fond-gray.valeurs .liste-section .titre{
  text-align: center;
  text-transform: initial;
  font-weight: 400;
  color: #000;
  line-height: 17px;
}
.fond-gray.valeurs .liste-section .titre strong{
  font-weight: bold;
  color: #004d80;
}
.fond-gray.valeurs #section_3 .desc p:first-of-type:first-letter,.fond-gray.valeurs #section_5 .parallax .desc p:first-of-type:first-letter{
  color: #e1261d;
  font-size: 50px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 5px;
  line-height: 50px;
}
.fond-gray.valeurs #section_4 ul li:nth-child(1) .icn{
  background: #e74910;
}
.fond-gray.valeurs #section_4 ul li:nth-child(2) .icn{
  background: #004d80;
}
.fond-gray.valeurs #section_4 ul li:nth-child(3) .icn{
  background: #00a03a;
}
.fond-gray.valeurs #section_4 ul li:nth-child(1) strong{
  color: #e74910;
}
.fond-gray.valeurs #section_4 ul li:nth-child(2) strong{
  color: #004d80;
}
.fond-gray.valeurs #section_4 ul li:nth-child(3) strong{
  color: #00a03a;
}
.fond-gray.valeurs #section_5 .parallax{
  background-position: center !important;
  background-size: cover !important;
  padding: 50px;
  margin-bottom: 40px;
  overflow: hidden;
}
.fond-gray.valeurs .parallax .titre{
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  text-transform: initial;
  margin-bottom: 2rem;
}
.fond-gray.valeurs .parallax .titre2{
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.fond-gray.valeurs .parallax .desc{
  color: #fff;
}
.fond-gray.valeurs #section_5 .desc2 ul{
  display: block;
  margin-left: 13px;
}
.fond-gray.valeurs #section_5 .desc2 ul li{
  width: 100%;
  list-style: disc;
  margin-bottom: 1rem;
}
.fond-gray.valeurs #section_5 .desc2 ul li::marker{
  color: #e1261d;
}
.fond-gray.contact{
  padding-top: 70px;
  padding-bottom: 0;
}
.fond-gray.contact #section_1 {
  margin-bottom: 0;
}
.fond-gray.contact #section_1 .container {
  padding-top: 20px;
  padding-bottom: 0;
}
.fond-gray.contact #section_1 .desc{
  text-align: initial;
  margin-top: 2rem;
  margin-bottom: 80px;
}
.fond-gray.contact #section_1 .desc::after,.fond-gray.contact #section_1 .desc::before{
  content: none;
}
.fond-gray.contact #section_1 .texte{
  margin-left: 1rem;
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
}
.fond-gray.contact #section_1 .texte span{
  color: #e1261d;
}
.fond-gray.contact .wpcf7-form{
  background: #ececec;
  border-radius: 30px;
  padding: 30px 15px 10px 15px;
}
.fond-gray.contact .wpcf7-form .titres{
  text-align: right;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.fond-gray.contact .wpcf7-form .flex-content{
  display: flex;
  align-items: center;
}
#scetion_3b.fond-gray.contact{background-image: none;}
#scetion_3b.fond-gray.contact .wpcf7-form .flex-content{
	 -ms-flex-align: end !important;
		align-items: end !important;
}
#scetion_3b.fond-gray.contact .wpcf7-form .flex-content .t12{padding-bottom:5px}
#scetion_3b.fond-gray.contact .wpcf7-form textarea.form-control{width:100%;}
.fond-gray.contact .wpcf7-form label{
  margin-right: 1rem;
  margin-bottom: 0;
}
.fond-gray.contact .wpcf7-form .row > div{
  margin-bottom: 2rem;
}
.fond-gray.contact .wpcf7-form .form-control{
  border: none;
  border-radius: 30px;
}
.fond-gray.contact .wpcf7-form .titres2 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.fond-gray.contact .wpcf7-form textarea.form-control {
  width: 90%;
  margin: 1.5rem auto 2rem auto;
  padding: 1.5rem 1rem;
}
.fond-gray.contact .wpcf7-form .row > div.content{
  margin-bottom: .2rem;
}
.fond-gray.contact .wpcf7-form .btns{
  background: #e1261d;
  color: #fff;
  font-weight: bold;
  padding: 5px 50px;
  border-radius: 40px;
  border: none;
  margin: 0;
  font-size: 18px;
  transition: all .5s ease-in-out;
}
.fond-gray.contact .wpcf7-form .btns:hover{
  background: #525252;
}
.fond-gray.contact .wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.fond-gray.contact .wpcf7-form .cv,.fond-gray.contact .wpcf7-form .lm{
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(2);
  display: none;
}
.fond-gray.contact .wpcf7-form .btn-files br,.fond-gray.contact .wpcf7-form .btn-files br{
  display: none;
}
.fond-gray.contact .wpcf7 form .wpcf7-response-output {
  margin: .5em 0.5em 1em;
}
.fileUpload {
  position: relative;
  width: 115px;
  height: 31px;
  margin-right: 1rem;
  margin-left: 5px;
  cursor: pointer;
  overflow: hidden;
}
#wpcf7-f430-o1 .t12,
#wpcf7-f1410-o1 .t12{
	position:relative;
	top:12px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
[data-name="cv"], [data-name="lm"]{display:none;}
.btn--browse{
  position: relative;
}
.fond-gray.contact .text{
  display: inline-block;
  background: #898989;
  color: #fff;
  font-weight: bold;
  padding: 5px 19px;
  border-radius: 30px;
  transition: all .5s ease-in-out;
  cursor: pointer;
}
.fond-gray.contact .wpcf7-form .flex-content #uploadFile.cvs{
  /* width: 40%; */
  width: 98%;
}
.fond-gray.contact .wpcf7-form p{
  margin: 0;
}
.fond-gray.contact .wpcf7-form .flex-content #uploadFile2.lms {
  /* width: 22%; */
  width: 98%;
}
.fond-gray.contact .liste-galerie{
  margin: 4rem 0 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.fond-gray.contact .liste-galerie li{
  list-style: none;
  width: 19.222%;
  margin: 0 10px 10px 0;
  height: 150px;
  display: flex;
  position: relative;
}
.fond-gray.contact .liste-galerie li:nth-child(5n),.fond-gray.contact .liste-galerie li:last-child{
  margin-right: 0;
}
.fond-gray.contact .liste-galerie li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fond-gray.contact .liste-galerie li .box-img{
  width: 100%;
  height: 100%;
}
.fond-gray.contact .liste-galerie li:nth-child(1) .box-img{
  height: 60%;
  margin-top: auto;
}
.fond-gray.contact .liste-galerie li:nth-child(3) .box-img{
  height: 50%;
  margin: auto 0;
}
.fond-gray.contact .liste-galerie li:nth-child(4) .box-img{
  height: 75%;
}
.fond-gray.contact .liste-galerie li:nth-child(5){
  bottom: -25px;
}
.fond-gray.contact .liste-galerie li:nth-child(7) .box-img{
  height: 75%;
}
.fond-gray.contact .liste-galerie li:nth-child(11) .box-img{
  height: 60%;
}
.fond-gray.contact .liste-galerie li:nth-child(13) .box-img{
  height: 60%;
}
.fond-gray.contact .liste-galerie li:nth-child(12) .box-img{
  height: 40%;
}
.fond-gray.contact .liste-galerie li:nth-child(8),.fond-gray.contact .liste-galerie li:nth-child(9) {
  margin-top: -37px;
}
.fond-gray.contact .liste-galerie li:nth-child(11),.fond-gray.contact .liste-galerie li:nth-child(12),.fond-gray.contact .liste-galerie li:nth-child(13) {
  margin-top: -62px;
}
.fond-gray.contact .liste-galerie li:nth-child(10) {
  margin-top: 25px;
}
.fond-gray.contact .wpcf7-form .fileUpload:hover .text{
  background: #e1261d;
}
.page-template-tpl-contactez-nous .fond-gray.contact #section_1 .container{
  padding-bottom: 5rem;
  padding-top: 3rem;
}
#actus #section_1 .container {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.fond-gray.actus #actus::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  width: 1440px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fond-gray.actus #actus{
  position: relative;
}
.fond-gray.actus #actus .container{
  z-index: 1;
  position: relative;
}
.fond-gray.actus{
  padding-top: 5rem;
}
.fond-gray.actus #actus .liste-actus > div{
  margin-bottom: 30px;
}
.single-post #actus .box-img {
  height: 400px;
}
.single-post #actus .content {
  background: transparent;
  padding: 0;
}
.single-post #actus .content .titres {
  font-size: 40px;
}
.single-post #actus .box-img::after{
  background: transparent;
}
footer .social li a .hover{
  opacity: 0;
}
footer .social li a:hover .hover{
  opacity: 1;
}
footer .social li a:hover .nohover{
  opacity: 0;
}

footer .social li a{
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
footer .social li a img{
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out;
}
.wp-pagenavi {
  text-align: center;
  margin-top: 3rem;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #ececec;
  background: #ececec;
  color: #000;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #e1261d;
  background: #e1261d;
  color: #fff;
}
.page-template-default.page h2{
  font-size: 30px;
  font-weight: 500;
}
#expertise.detail-expertises .chiffres ul li:hover .icn,#expertise.detail-expertises .responsabilite ul li:hover .icn,.fond-gray.valeurs .liste-section li:hover .icn {
  transform: rotateY(180deg);
}
#expertise.detail-expertises .chiffres ul li .icn,#expertise.detail-expertises .responsabilite ul li .icn,.fond-gray.valeurs .liste-section li .icn {
  transition: all .5s ease-in-out;
  transform: rotateY(0);
}
.wpml-ls-legacy-dropdown-click {
  width: auto;
  max-width: inherit;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  background: transparent;
  border: none;
  padding: 0;
}
.btn-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  flex-wrap: wrap;
}
.btn-bottom li{
  list-style: none;
  margin: 0 5px 15px 5px;
}
#section_3 .infos{
  position: absolute;
  left: 950px;
  text-transform: uppercase;
  color: #e1261d;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 250px;
  transition: all .5s ease-in-out;
  opacity: 1;
  top: 80%;
}
#section_3 .infos.hide{
  opacity: 0;
}
#section_3 .infos .arrow{
  margin-right: 1rem;
  transform: rotate(215deg);
  position: relative;
  top: -3px;
}
.bounce {
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX
      (-15px);
  }
}

/* Maps */
#forlam-keyfigures-map {
	margin: 0;
	padding: 1em 0 4em;
	text-align: center;
	width: 100%;
  position: relative;
}
#forlam-keyfigures-map svg {
	width: 100%;
  max-width: 1280px;
  min-height: 500px;
  height: auto;
  transform: scale(1.37);
  margin-top: 5rem;
}
#forlam-keyfigures-map svg path {
	fill: url("#continents-not-active");
	transition: all ease-in-out .4s;
	stroke: none;
  position: relative;
}
.box3 a span{
  font-size:14px !important;
}
#forlam-keyfigures-map svg path.active {
	cursor: pointer;
	fill: url(#active-continent)
}
#tooltip ul li.model_3{
  width: 100%;
}
#forlam-keyfigures-map svg path.active:hover,#forlam-keyfigures-map svg path.active-maps {
	fill: url("#active-continent-hover")
}

.desc-maps{
  position: relative;
  min-height: 200px;
}
.desc-maps > div{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.desc-maps > div.active{
  opacity: 1;
}
#tooltip {
  pointer-events: none;
  position: absolute;
  text-align: center;
  background: #fff;
  padding: 10px 15px 0px 15px;
  max-width: 400px;
  height: 100px;
  z-index: -100;
  margin: 0 auto;
  color: #000;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .5s ease-in-out;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.34);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.34);
  display: flex;
  align-items: center;
  justify-content: center;
}
#tooltip.active {
  opacity: 1;
  z-index: 5;
}
#tooltip .titre{
  font-weight: bold;
  font-size: 20px;
}
#tooltip ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
#tooltip ul li{
  list-style: none;
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
  width: 50%;
}
#tooltip ul li.model_2{
  width: 33.33%;
}
#tooltip ul li img{
  object-fit: contain;
  width: 115px;
  height: 25px;
  margin: 0 auto;
}
#sectBanniere-page .ctitre1{ font-size: 35px; }
#sectBanniere-page .filtre{
	background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#sectBanniere-page .container{
  position: relative;
  z-index: 1;
}
#sectBanniere-page{
  position: relative;
}
form .acceptance{
	margin-bottom:1.5rem;
	display: block;
}
form .acceptance input {
  border: 1px solid #000;
  border-radius: 0;
}
form .acceptance a{
	color: #e1261d;
  text-decoration: underline;
}
form .acceptance a:hover{
	color: #000;
}
#section_6 .full-inner-content .picto-loca{
  width: 35px;
  position: absolute;
  left: 45%;
  z-index: 1;
  top: 23%;
  transform: translate(-50%,-50%);
}

/* .wpml-ls{display:none;} */
#expertise .row .col-sm-3{
  padding: 0;
}

/* * * * * * Nous rejoindre * * * * * */
#breadcrumbs{font-size:13px;}
#breadcrumbs .cseparateur{color:#e1261d;}
#breadcrumbs a{
	color:#000;
	text-decoration:none;
}
#pnosoffres{
	background-image: none;
	background-color: #fff;
	color: #000;
	padding-top: 0;
}
#pnosoffres > #section_1 > .container,
#snosoffres > #offres > .container{
	padding-top: 20px;
	padding-bottom: 0;
}
#pnosoffres .ctitre1{
	
	font-size: 37px;
	font-weight: 300;
	margin-bottom: 25px;
}
#pnosoffres .cdesc{
	margin-bottom: 60px;
}
#pnosoffres .ctform > .container, #snosoffres .ctform > .container{z-index:1;}
#snosoffres .ctform{border-bottom: 1px solid #fff; }
#pnosoffres .ctform, #snosoffres .ctform{
	background-color: #000;
	color: #fff;
	padding-bottom: 25px;
	padding-top: 25px;
	position: relative;
	z-index: 10;
}
#pnosoffres .ctform::after, #snosoffres .ctform::after{
	content: '';
	background-color: #000;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
#pnosoffres .ctform label, #snosoffres .ctform label{
	font-size: 17px;
}
#pnosoffres .ctform a, #snosoffres .ctform a,
#pnosoffres .ctform button, #snosoffres .ctform button{
	font-size: 14px;
}
#pnosoffres .ctform select:focus, #snosoffres .ctform select:focus, 
#pnosoffres .ctform select:hover, #snosoffres .ctform select:hover{
	border: none;
	outline: none;
}
#pnosoffres .ctform select, #snosoffres .ctform select{
	border: none;
	height: 50px;
}

.ct-select{
	cursor: pointer;
	position: relative;
}
.cselect{
	display: none;
	visibility: hidden;
}
.ct-select .select-styled{
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 35px 0 20px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	font-size: 16px;
	color: #000;
	position: relative;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ct-select .select-styled::after{
	background-image: url('../img/icon-select.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 20px;
	top: 0;
	width: 31px;
	transform: rotate(0);
	transition: all .5s ease-in-out;
}
.ct-select .select-styled.active::after{transform:rotate(180deg);}
.ct-select .select-styled.active{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.ctselect .select-options{
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #000;
	display: none;
	left: 0;
	list-style: none;
	margin-top: 0;
	overflow: hidden;
	padding-bottom: 3px;
	padding-left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999;
}
.ctselect .select-options li{
	font-size: 16px;
	padding: 5px 20px;
	width: auto;
}
.ctselect .select-options li:hover, .ctselect .select-options li.active{
	background-color: rgba(223,44,44,0.2);
	color: #DF2C2C;
}

.ctform .tousoffres{
	background-image: url('../img/tous-offres.svg');
	background-position: 25px center;
	background-size: auto 76%;
	background-repeat: no-repeat;
	border: 2px solid #DF2C2C;
	color: #fff;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding: 0 40px 0 90px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: none;
}
.ctform .tousoffres:hover{
	background-color: #525252;
	border-color: #525252;
}
.ctform .filtreoffres{border: none;}

#pnosoffres #section_1 .ctliste{
	padding-bottom: 50px;
	padding-top: 60px;
}
.ctliste .ctable{
	font-size: 17px;
}
.ctliste .ctable th{
	font-weight: 300;
	background-color: #393939;
	color: #fff;
	position: relative;
}
.ctliste .ctable th.sep::before, .ctliste .ctable td.sep::before{
	background-color: #fff;
	bottom: 8px;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	top: 8px;
	width: 1px;
}
.ctliste .ctable td.sep::before{
	background-color:#393939;
	top: 18px;
}
.ctliste .ctable th:first-child, .ctliste .ctable td:first-child::after{
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.ctliste .ctable th:last-child, .ctliste .ctable td:last-child::after{
	background-position: 93% center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ctliste .ctable th:nth-child(2){ min-width: 175px; }
.ctliste .ctable th:nth-child(3){ min-width: 220px; }
.ctliste .ctable th:nth-child(4){ min-width: 175px; }
.ctliste .ctable th:last-child{ min-width: 155px; }
.ctliste .ctable td{
	color: #393939;
	font-size: 17px;
	padding-top: calc(.75rem + 10px);
	position:relative;
}
.ctliste .ctable td:after{
	background-color: #ececec;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 10px;
	z-index: -1;
}
.ctliste .ctable td:last-child::after{ background-image: url('../img/icon-th.svg');}
.ctliste .ctable td:last-child[colspan]::after{background-image:none;}
.ctliste .ctable td.sep:last-child a{padding-right:20px;}
.ctliste .ctable td a{
	color: inherit;
	display: block;
	text-decoration: none;
}
.ctliste .palert{
	background-color: #ececec;
	border-color: #393939;
}
.ctliste .pagination a{
	color: #e1261d;
	text-decoration: none;
}

#snosoffres .single-offre{
	background-image: url('../img/fond-offre.svg');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	font-size: 17px;
	color: #000;
	padding-top: 7px;
}
.btn-custom.soffre{ font-size: 14px;}

.ct-elink .elink{
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}