@charset "UTF-8";

* {
  box-sizing: border-box; }
  *::after, *::before {
    box-sizing: border-box; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

html {
  font-size: .625em;
  font-size: calc(1em * .625); }

body, pre, input, textarea, select {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.2rem; }

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

body {
  -webkit-font-smoothing: antialiased; }

html {
  font-size: .625em;
  font-size: calc(1em * .625); }

body, pre, input, textarea, select {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.2rem; }

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

a {
  color: #000;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    text-decoration: none; }
  a img {
    border-width: 0; }
  a:active, a:hover {
    outline-width: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

template,
[hidden] {
  display: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

svg:not(:root) {
  overflow: hidden; }

td {
  vertical-align: top; }

ul {
  list-style-type: disc; }

.cms_bloc ol {
  list-style-position: inside; }

.cms_bloc ul {
  list-style-type: none; }

.cms_bloc li {
  padding-left: 2.3rem; }

.cms_bloc ol li {
  padding-left: .7rem; }

.cms_part {
  text-align: left;
  margin: 0 auto; }

.cms_bloc {
  padding: .5rem 0;
  clear: both; }

.cms_bloc_form .cms_bloc_form_container {
  width: 80%; }
  .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field {
    margin: .4rem 0; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .label {
      display: inline-block;
      vertical-align: top;
      width: 40%;
      padding-right: 2rem; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value {
      display: inline-block;
      vertical-align: top;
      width: 60%; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value input, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value select, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value textarea {
        width: 100%;
        max-width: 100%;
        border-radius: .2rem;
        border: 1px solid #bbb;
        border: 1px solid rgba(0, 0, 0, 0.25); }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field > .value textarea {
        height: 10rem; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_file input {
      border: none; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_checkbox > p, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_radio > p {
      width: 40%;
      display: inline-block;
      vertical-align: top; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_checkbox > .value input, .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_radio > .value input {
      width: auto; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .label {
      text-align: right; }
      .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .label img {
        border: 1px solid #555; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_antispam > .value input {
      width: 60%; }
    .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field.cms_bloc_form_field_submit {
      padding-left: 40%; }

.cms_bloc_form .cms_bloc_form_error {
  color: #F00;
  padding-bottom: 1rem; }

.cms_bloc_form .cms_bloc_form_message {
  font-weight: bold; }

.cms_bloc_form .cms_bloc_form_field_content {
  text-align: justify; }

.cms_bloc_media {
  text-align: center; }
  .cms_bloc_media * {
    border: 0;
    margin: 0 auto; }
  .cms_bloc_media img {
    max-width: 100%; }

.mediaImagemap {
  max-width: 100%;
  height: auto; }
  .mediaImagemap .mediaImagemap-shape {
    stroke: none;
    fill: transparent;
    transition: fill .2s linear; }
  .mediaImagemap text {
    font-size: 2vw;
    fill: white;
    font-weight: bold;
    opacity: 0;
    transition: .4s ease-out; }
  .mediaImagemap .mediaImagemap-link {
    cursor: pointer;
    text-decoration: none !important; }
    .mediaImagemap .mediaImagemap-link:hover .mediaImagemap-shape {
      fill: rgba(0, 0, 0, 0.2); }
    .mediaImagemap .mediaImagemap-link:hover text {
      opacity: 1; }

.cms_bloc_map .mm_carte {
  margin: auto; }

.cms_bloc_map .mm_carte .mm_info_photo {
  float: left;
  padding: 0 .5rem .5rem 0; }

.cms_bloc_map .mm_carte .mm_info_titre {
  font-weight: bold; }

.cms_bloc_text {
  text-align: justify; }
  .cms_bloc_text table {
    width: 100%;
    border-color: #000; }
    .cms_bloc_text table th, .cms_bloc_text table td {
      border-color: #000; }
    .cms_bloc_text table td {
      vertical-align: top; }
  .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    float: left;
    padding: 0 1.5rem 1.5rem 0; }
  .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    float: right;
    padding: 0 0 1.5rem 1.5rem; }
  .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
  .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
    max-width: 33.333%; }
  .cms_bloc_text .cms_bloc_text_media_centre {
    text-align: center;
    padding: 1.5rem 0; }
    .cms_bloc_text .cms_bloc_text_media_centre .cms_bloc_media {
      margin: 1.5rem 0; }
  .cms_bloc_text .cms_bloc_text_two_columns > div {
    display: inline-block;
    vertical-align: top;
    width: 48%; }
    .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_gauche {
      margin-right: 2%; }
    .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_droite {
      margin-left: 2%; }

.spacer {
  clear: both;
  display: block;
  line-height: 0;
  width: 0;
  font-size: 0; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

[class*=img-txt] {
  display: block;
  overflow: hidden;
  text-indent: -999.9rem; }

.img-txt-a {
  position: absolute; }

div#breadCrumb ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  div#breadCrumb ol li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: baseline; }
    div#breadCrumb ol li ~ li::before {
      display: inline-block;
      vertical-align: baseline;
      content: '>';
      margin-left: 0.4rem;
      margin-right: 0.4rem;
      line-height: 1; }
    div#breadCrumb ol li ~ li a {
      display: inline-block;
      vertical-align: baseline; }

.csCols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .csCols li {
    list-style-type: none; }
  .csCols.csCols-aifs {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .csCols.csCols-aic {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .csCols.csCols-jcsa {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .csCols.csCols-jcsb {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .csCols.csCols-rowReverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .csCols.csCols-columnReverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .csCols-col {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
    .csCols-col-3 {
      -webkit-flex-basis: 33.33%;
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%;
      max-width: 33.33%; }
    .csCols-col-4 {
      -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
      max-width: 25%; }
    .csCols-col-5 {
      -webkit-flex-basis: 20%;
          -ms-flex-preferred-size: 20%;
              flex-basis: 20%;
      max-width: 20%; }
    .csCols-col-6 {
      -webkit-flex-basis: 16.667%;
          -ms-flex-preferred-size: 16.667%;
              flex-basis: 16.667%;
      max-width: 16.667%; }
    .csCols-col-7 {
      -webkit-flex-basis: 14.28%;
          -ms-flex-preferred-size: 14.28%;
              flex-basis: 14.28%;
      max-width: 14.28%; }
    .csCols-col-8 {
      -webkit-flex-basis: 12.5%;
          -ms-flex-preferred-size: 12.5%;
              flex-basis: 12.5%;
      max-width: 12.5%; }

@media screen and (max-width: 1200px) {
  .csCols-col-5 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .csCols-col-6 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .csCols-col-7 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .csCols-col-8 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; } }

@media screen and (max-width: 900px) {
  .csCols-col-3, .csCols-col-4, .csCols-col-5, .csCols-col-6, .csCols-col-7, .csCols-col-8 {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    max-width: 33%; } }

@media screen and (max-width: 768px) {
  .csCols-col-3, .csCols-col-4, .csCols-col-5, .csCols-col-6, .csCols-col-7, .csCols-col-8 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; } }

@media screen and (max-width: 440px) {
  .csCols-col-3, .csCols-col-4, .csCols-col-5, .csCols-col-6, .csCols-col-7, .csCols-col-8 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; } }

.csComponent {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */ }
  .csComponent:hover img,
  .csComponent:hover p {
    opacity: 1; }
  .csComponent:hover img,
  .csComponent:hover h2,
  .csComponent:hover p {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .csComponent:hover p {
    transition-delay: 0.05s;
    transition-duration: 0.35s; }
  .csComponent img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8; }
  .csComponent .content {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .csComponent .content::before,
  .csComponent .content::after {
    pointer-events: none; }
  .csComponent .content,
  .csComponent .content > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .csComponent .content > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  .csComponent h2 {
    word-spacing: -0.15em;
    font-size: 2.4rem;
    font-weight: 200; }
  .csComponent h2 span {
    font-weight: 800; }
  .csComponent h2, .csComponent p {
    margin: 0; }
  .csComponent p {
    letter-spacing: .1rem;
    font-size: 68.5%; }


@font-face {
  font-family: "wgfont";
  font-weight: normal;
  font-style: normal;
  src: url("https://www.elec-chantier.com/lib/CMS/fonts/wgfont/wgfont.eot");
  src: url("https://www.elec-chantier.com/lib/CMS/fonts/wgfont/wgfont.woff") format("woff"), url("https://www.elec-chantier.com/lib/CMS/fonts/wgfont/wgfont.ttf") format("truetype"), url("https://www.elec-chantier.com/lib/CMS/fonts/wgfont/wgfont.eot?#iefix") format("embedded-opentype"), url("https://www.elec-chantier.com/lib/CMS/fonts/wgfont/wgfont.svg#wgfont") format("svg"); }

.wgf[class^="wgf-"],
.wgf[class*=" wgf-"] {
  display: inline-block;
  font-family: 'wgfont';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wgf-arrow-back::before {
  content: ""; }

.wgf-arrow-forward::before {
  content: ""; }

.wgf-clear::before {
  content: ""; }

.wgf-done::before {
  content: ""; }

.wgf-email::before {
  content: ""; }

.wgf-facebook-square::before {
  content: ""; }

.wgf-facebook::before {
  content: ""; }

.wgf-feed::before {
  content: ""; }

.wgf-feed2::before {
  content: ""; }

.wgf-feed3::before {
  content: ""; }

.wgf-google-plus-square::before {
  content: ""; }

.wgf-google-plus::before {
  content: ""; }

.wgf-google-plus2::before {
  content: ""; }

.wgf-home::before {
  content: ""; }

.wgf-instagram::before {
  content: ""; }

.wgf-keyboard-arrow-down::before {
  content: ""; }

.wgf-keyboard-arrow-left::before {
  content: ""; }

.wgf-keyboard-arrow-right::before {
  content: ""; }

.wgf-keyboard-arrow-up::before {
  content: ""; }

.wgf-linkedin-square::before {
  content: ""; }

.wgf-linkedin::before {
  content: ""; }

.wgf-mobile::before {
  content: ""; }

.wgf-phone::before {
  content: ""; }

.wgf-pinterest-square::before {
  content: ""; }

.wgf-pinterest::before {
  content: ""; }

.wgf-pinterest2::before {
  content: ""; }

.wgf-print::before {
  content: ""; }

.wgf-search::before {
  content: ""; }

.wgf-send::before {
  content: ""; }

.wgf-sitemap::before {
  content: ""; }

.wgf-twitter-square::before {
  content: ""; }

.wgf-twitter::before {
  content: ""; }

.wgf-viadeo::before {
  content: ""; }

.wgf-youtube-play::before {
  content: ""; }

.wgf-youtube-square::before {
  content: ""; }

.wgf-youtube::before {
  content: ""; }

.menu ul, .menu li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu-horizontal ul.niv1 {
  height: 100%; }
  .menu-horizontal ul.niv1 li.niv1 {
    position: relative; }
    .menu-horizontal ul.niv1 li.niv1 a {
      display: block;
      width: 100%; }
    .menu-horizontal ul.niv1 li.niv1 a.niv1 {
      height: 100%;
      display: block; }
      .menu-horizontal ul.niv1 li.niv1 a.niv1::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 100%; }
      .menu-horizontal ul.niv1 li.niv1 a.niv1 > span {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 1px);
        padding-right: 1px; }

.menu-horizontal li.niv2, .menu-horizontal li.niv3 {
  position: relative; }

.menu-horizontal ul.niv2, .menu-horizontal ul.niv3 {
  position: absolute; }

.menu-horizontal ul.niv2 {
  top: 100%;
  left: -99999px;
  text-align: left;
  min-width: 100%; }
  .menu-horizontal ul.niv2.hover {
    left: 0; }
  .menu-horizontal ul.niv2.toLeft.hover {
    left: inherit;
    left: initial;
    right: 0; }

.menu-horizontal ul.niv3 {
  left: 100%;
  top: -99999px;
  width: 90%; }
  .menu-horizontal ul.niv3.toLeft {
    left: initial;
    right: 100%; }
  .menu-horizontal ul.niv3.hover {
    top: 0; }

.menu-horizontal.table ul.niv1 {
  display: table;
  width: 100%; }
  .menu-horizontal.table ul.niv1 li.niv1 {
    display: table-cell;
    text-align: center;
    height: 100%; }

.menu-horizontal.inline ul.niv1 li.niv1 {
  display: inline-block;
  vertical-align: top;
  height: 100%; }

.ma-container img {
  max-width: 100%; }

.ma-container .ma-news-resume.hasFloatingPicture .ma-news-image {
  float: left; }

.ma-container ul, .ma-container li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: visible; }

.cs-copyright {
  /* colors */
  --copyrightColorText: #aaaaaa;
  --copyrightColorLink: var(--copyrightColorText);
  --copyrightColorSeparator: var(--copyrightColorText);
  --copyrightColorSvg: var(--copyrightColorText);
  --copyrightTooltipBackground: #ffffff;
  --copyrightTooltipColor: #000000;
  /* size */
  --copyrightFontSize: 12px;
  --copyrightSizeSvg: 15px;
  --copyrightSizeSeparator: 11px;
  --copyrightSizeSeparatorIcon: 10px;
  /* position, direction */
  --copyrightAlignPosition: center;
  /* flex-start, center, flex-end */
  --copyrightPosition: center;
  /* flex-start, center, flex-end, space-between */
  --copyrightDirection: column;
  /* row, column */
  /* padding */
  --copyrightTooltipPadding: 0; }

body, td, pre, input[type="text"], textarea, select {
  font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #6f6f6f; }

@font-face {
  font-family: "Hall Fetica";
  src: url("https://www.elec-chantier.com/default/CMS/css/common/../../fonts/elecchantier/Hall Fetica.ttf"); }
html {
  font-size: 10px; }

.cms_bloc_text table:not(.cms_bloc_text_two_column) {
  border-collapse: collapse;
  border: none; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) tr {
    border: none; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) th, .cms_bloc_text table:not(.cms_bloc_text_two_column) td {
    border: 1px solid #e4e4e4;
    line-height: 1.2; }
  .cms_bloc_text table:not(.cms_bloc_text_two_column) td {
    padding: .8rem;
    text-align: left;
    vertical-align: middle; }

.cms_bloc li {
  padding-left: 0; }

.content ul, .content ol {
  position: relative;
  padding: .5rem 0; }
.content ol {
  list-style-position: inside; }
  .content ol li {
    padding-bottom: .6rem;
    padding-left: .7rem; }
.content ul {
  list-style-type: disc; }
.content .cms_bloc ul.sitemap li, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li, .content .cms_bloc.cms_bloc_text ul li {
  text-align: left;
  line-height: 1.4;
  padding-top: 2px;
  padding-bottom: 2px; }

a {
  color: #009dfa;
  font-weight: inherit;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.container {
  margin: 0 auto;
  width: 96rem;
  text-align: left; }

body, [id^='zone'] {
  min-width: 96rem; }

.cms_bloc_title h2 {
  color: #3E8CB7;
  font-size: 3rem;
  line-height: 1.15;
  font-family: "Hall Fetica", Arial, Tahoma, Verdana, Helvetica, sans-serif; }

main.content .ma-news-content ul li {
  font-size: 1.6rem;
  list-style-type: none; }
  main.content .ma-news-content ul li::before {
    content: "";
    height: 4.5rem;
    width: 4.5rem;
    background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/logoli.png");
    display: inline-block;
    vertical-align: middle;
    border-radius: 23rem;
    margin-right: 1rem;
    background-size: cover; }

.cms_bloc_form_field_text label {
  width: 43% !important;
  padding-left: 3%; }
.cms_bloc_form_field_text .value {
  width: 57% !important; }
  .cms_bloc_form_field_text .value input {
    height: 3.5rem; }

.cms_bloc .cms_bloc_media {
  max-width: 50% !important; }

.cms_bloc_text, strong, p, label {
  color: #009dfa; }

#contactForms .formOne .cms_bloc_form_field_submit button, #contactForms .formTwo .cms_bloc_form_field_submit button {
  font-family: "Hall Fetica", Arial, Tahoma, Verdana, Helvetica, sans-serif; }

.pageType #menu::after {
  content: none; }
.pageType #zone-header > .container .logo {
  text-align: center;
  margin: 6rem 0;
  padding: 0;
  margin-top: 2rem; }
.pageType #zone-diaporama {
  background: linear-gradient(to bottom, #005faa 30%, #0099db 72%); }
  .pageType #zone-diaporama::before {
    top: -3.5rem; }
  .pageType #zone-diaporama.fil {
    background: #f2d300; }
    .pageType #zone-diaporama.fil + #zone-page.noPicture main {
      padding-top: 2rem; }
    .pageType #zone-diaporama.fil + #zone-page.noPicture .ma-detail .cms_bloc_title {
      box-shadow: none;
      margin-top: 7rem; }
    .pageType #zone-diaporama.fil + #zone-page.noPicture .ma-detail .ma-news-date {
      top: 4rem;
      margin-left: 0rem; }
    .pageType #zone-diaporama.fil + #zone-page.many::after {
      content: "";
      left: 0;
      width: 100%;
      position: absolute;
      height: 4rem;
      box-shadow: 0 -18px 30px -17px black;
      top: 35rem;
      background-color: white; }
    .pageType #zone-diaporama.fil + #zone-page::before {
      background: #f2d300; }
    .pageType #zone-diaporama.fil + #zone-page .ma-detail .ma-news-image {
      position: absolute;
      top: 0;
      margin-top: 0;
      width: 100%;
      left: 0;
      height: 34rem;
      overflow: hidden;
      z-index: -1; }
      .pageType #zone-diaporama.fil + #zone-page .ma-detail .ma-news-image img {
        margin: 0;
        width: 100%;
        border: none; }
    .pageType #zone-diaporama.fil + #zone-page .ma-detail .cms_bloc_title {
      display: block;
      margin-top: 19.1rem;
      text-align: right;
      background: white;
      box-shadow: -2px -5px 11px -5px black inset;
      padding: 2rem 4rem; }
    .pageType #zone-diaporama.fil + #zone-page .ma-detail .ma-news-resume {
      width: 100%;
      float: none;
      margin-top: 6rem;
      text-align: left; }
    .pageType #zone-diaporama.fil + #zone-page .ma-detail .ma-news-content {
      background-color: white;
      padding: 2rem 0;
      margin-top: 0rem; }
    .pageType #zone-diaporama.fil + #zone-page .ma-detail .ma-news-date {
      top: 29rem;
      margin-left: -4.5rem;
      box-shadow: 0px 0px 0px 4px white;
      left: inherit; }
    .pageType #zone-diaporama.fil::after {
      content: "";
      height: .1rem;
      position: absolute;
      top: -4rem;
      z-index: 59;
      box-shadow: 0px 8px 44px 9px black;
      opacity: .6; }
    .pageType #zone-diaporama.fil h2 {
      margin-top: 1.7rem; }
    .pageType #zone-diaporama.fil meta, .pageType #zone-diaporama.fil p, .pageType #zone-diaporama.fil .ma-news-content {
      display: none; }
    .pageType #zone-diaporama.fil .ma-all-news {
      display: none; }
  .pageType #zone-diaporama h2 {
    margin-top: 3rem;
    color: white;
    font-family: "Hall Fetica", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 3.6rem;
    text-align: center;
    font-style: italic;
    z-index: 60;
    position: relative; }
.pageType #zone-page::before {
  content: "";
  height: 5rem;
  width: 5rem;
  background-color: #0099db;
  position: absolute;
  left: 49.8%;
  z-index: 10;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: -3rem; }
.pageType #zone-page .cms_bloc_module .ma-news-title {
  margin: 0;
  font-size: 3rem;
  text-align: right;
  width: 87%;
  float: right; }
  .pageType #zone-page .cms_bloc_module .ma-news-title a:hover {
    text-decoration: underline; }
.pageType #zone-page .cms_bloc_module .ma-news-image {
  position: absolute;
  width: 94%;
  height: 8rem;
  overflow: hidden;
  right: 0;
  margin: 0;
  bottom: 0; }
  .pageType #zone-page .cms_bloc_module .ma-news-image img {
    width: 100%;
    margin: 0;
    border: none; }
  .pageType #zone-page .cms_bloc_module .ma-news-image a {
    margin: 0; }
    .pageType #zone-page .cms_bloc_module .ma-news-image a img {
      width: 100%;
      margin: 0;
      border: none; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:first-child {
  margin-bottom: 14rem;
  height: 16rem; }
  .pageType #zone-page .cms_bloc_module .ma-allNews li:first-child .ma-news-date {
    width: 9rem;
    height: 9rem;
    top: 3rem;
    border: .5rem solid white; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:nth-child(0) {
  opacity: 1.1; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:nth-child(1) {
  opacity: 1; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:nth-child(2) {
  opacity: 0.9; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:nth-child(3) {
  opacity: 0.8; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:nth-child(4) {
  opacity: 0.7; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:nth-child(5) {
  opacity: 0.6; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:nth-child(6) {
  opacity: 0.5; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:nth-child(7) {
  opacity: 0.4; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:nth-child(8) {
  opacity: 0.3; }
.pageType #zone-page .cms_bloc_module .ma-allNews li:nth-child(9) {
  opacity: 0.2; }
.pageType #zone-page .cms_bloc_module .news {
  position: relative;
  height: 9rem;
  padding-top: 1rem;
  border: none;
  margin-bottom: 1rem; }
  .pageType #zone-page .cms_bloc_module .news .ma-news-right {
    width: 100%; }
.pageType #zone-page .cms_bloc_module .ma-news-know-more-link {
  display: none; }
.pageType #zone-page .cms_bloc_module .ma-news-right::before {
  content: "";
  width: 98%;
  height: 89%;
  background-color: #fafafa;
  position: absolute;
  z-index: -1;
  top: -.6rem;
  right: -3rem;
  background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/motif.png");
  opacity: 0.1; }
.pageType #zone-page .cms_bloc_module .ma-news-date {
  position: absolute;
  width: 8rem;
  height: 8rem;
  padding: 1.6rem 2rem 0;
  text-align: center;
  background-color: #0099db;
  color: white;
  border-radius: 50%;
  top: -1rem;
  left: 1rem;
  box-shadow: 0px 0px 1px 5px white;
  box-shadow: inset 0px 0px 8px 1px rgba(0, 0, 0, 0.57);
  overflow: hidden;
  z-index: 10;
  font-size: 3rem;
  line-height: 0.9;
  font-weight: 700; }
  .pageType #zone-page .cms_bloc_module .ma-news-date span {
    font-size: 1.5rem;
    color: white;
    display: block;
    font-weight: 400;
    line-height: 1.3; }
  .pageType #zone-page .cms_bloc_module .ma-news-date::after {
    content: "";
    height: 100%;
    width: 100%;
    background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/motif.png");
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2; }
.pageType #zone-page .cms_bloc_module .ma-news-resume {
  text-align: right;
  font-size: 1.4rem;
  width: 87%;
  float: right; }
.pageType #zone-page #breadcrumb {
  display: none; }
.pageType #zone-page main {
  padding-top: 5rem;
  width: 100% !important; }
  .pageType #zone-page main .cms_bloc h1, .pageType #zone-page main .cms_bloc h2, .pageType #zone-page main .cms_bloc h3, .pageType #zone-page main .cms_bloc h4, .pageType #zone-page main .cms_bloc p, .pageType #zone-page main .cms_bloc span {
    color: #0099db; }

.Contact + #zone-page .spacer {
  padding: 0 !important; }
  .Contact + #zone-page .spacer::after {
    background: none;
    box-shadow: none;
    content: none;
    display: none; }

.pageType .Mentions li {
  position: relative; }
  .pageType .Mentions li::before {
    position: absolute;
    left: -4rem;
    top: 1rem;
    margin-right: 1rem;
    margin-left: 3rem !important; }

#haut {
  padding-top: 36.3rem; }

#zone-header {
  position: relative;
  z-index: 61;
  background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/bg.jpg");
  padding-bottom: 1rem;
  position: absolute;
  width: 100%;
  top: 0; }
  #zone-header .textgr {
    position: absolute;
    left: 14.1rem;
    top: 1.2rem;
    font-family: 'Trebuchet MS';
    color: #005faa;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.4;
    vertical-align: top; }
  #zone-header.fixed .topBar + .container {
    position: fixed;
    width: 100%;
    top: 0; }
    #zone-header.fixed .topBar + .container .logo {
      display: none; }
    #zone-header.fixed .topBar + .container #menu::after {
      content: none; }
  #zone-header.fixed::after {
    position: fixed;
    top: 6rem; }
  #zone-header::after {
    content: "";
    background-color: #fed300;
    width: calc(96rem / 2 + 50% + 12rem);
    height: 1rem;
    position: absolute;
    left: -1rem;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
    z-index: -1;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3); }
  #zone-header .topBar {
    padding-top: 1.7rem;
    overflow: hidden;
    position: relative;
    height: 12rem; }
    #zone-header .topBar .container {
      position: relative; }
    #zone-header .topBar::before {
      width: 300rem;
      left: -43rem;
      content: "";
      position: absolute;
      height: 10rem;
      top: -2rem;
      z-index: -1;
      background-color: white;
      box-shadow: 0px 0px 49px 2px black;
      -webkit-transform: skewX(0deg);
              transform: skewX(0deg);
      border-radius: 97rem 0rem 180rem 180rem / 0rem 0rem 14rem 10rem; }
    #zone-header .topBar img {
      display: inline-block; }
    #zone-header .topBar a.logoNaec {
      display: inline-block;
      vertical-align: top;
      height: 2.5rem;
      width: 12rem;
      text-align: right;
      transition: .4s ease-out; }
      #zone-header .topBar a.logoNaec img {
        width: 12rem; }
      #zone-header .topBar a.logoNaec:hover {
        -webkit-transform: translateX(-0.4rem);
                transform: translateX(-0.4rem); }
  #zone-header h1 {
    display: inline-block;
    font-family: 'Trebuchet MS';
    width: 69rem;
    color: #005faa;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.4;
    vertical-align: top;
    margin-left: 1.5rem; }
  #zone-header > .container .logo {
    margin: 2rem 0;
    padding-right: 8rem;
    display: inline-block;
    vertical-align: middle;
    z-index: 5;
    transition: all .2s ease-in-out;
    padding-top: 4rem;
    width: 100%;
    text-align: right; }
    #zone-header > .container .logo:hover {
      -webkit-transform: translateX(0.4rem);
              transform: translateX(0.4rem); }

#zone-quisommesnous {
  height: 52rem;
  padding-top: 4rem;
  background: linear-gradient(to right, #005faa 33%, #0099db 80%);
  position: relative; }
  #zone-quisommesnous::before {
    background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/motif.png");
    content: "";
    width: 100%;
    position: absolute;
    height: 52rem;
    left: 0;
    top: 0;
    opacity: .2;
    z-index: 1; }
  #zone-quisommesnous .bx-controls {
    position: absolute;
    bottom: 5rem;
    z-index: 999; }
    #zone-quisommesnous .bx-controls .bx-pager-item {
      display: inline-block; }
      #zone-quisommesnous .bx-controls .bx-pager-item a {
        font-size: 0;
        height: 1.2rem;
        width: 1.2rem;
        background-color: rgba(255, 255, 255, 0.6);
        display: block;
        border-radius: 2rem;
        margin-right: .5rem; }
        #zone-quisommesnous .bx-controls .bx-pager-item a.active {
          background-color: white; }
  #zone-quisommesnous h2 {
    font-size: 4.7rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
    font-family: "Hall Fetica";
    color: white;
    font-style: italic; }
  #zone-quisommesnous p.description {
    color: white;
    margin: 1rem 0rem; }
  #zone-quisommesnous .readMoreLink {
    color: white;
    text-decoration: none;
    font-weight: normal; }
    #zone-quisommesnous .readMoreLink p {
      display: inline-block;
      margin-left: 0.5rem; }
    #zone-quisommesnous .readMoreLink:hover {
      text-decoration: underline; }
      #zone-quisommesnous .readMoreLink:hover p {
        text-decoration: underline; }
    #zone-quisommesnous .readMoreLink::before {
      content: ">";
      display: inline-block;
      vertical-align: middle;
      color: white; }
  #zone-quisommesnous h3 {
    font-size: 2.4rem;
    font-weight: 400;
    text-decoration: none;
    color: white; }
  #zone-quisommesnous .container {
    position: relative;
    z-index: 2; }
  #zone-quisommesnous .ma-news-date {
    display: none; }
  #zone-quisommesnous .subtitleMa {
    display: none; }
  #zone-quisommesnous .colLeft {
    width: 50%;
    vertical-align: top;
    display: inline-block; }
    #zone-quisommesnous .colLeft .bx-pager-link {
      background: rgba(255, 255, 255, 0.6) !important; }
    #zone-quisommesnous .colLeft .bx-pager-link.active {
      background: white !important; }
    #zone-quisommesnous .colLeft img {
      display: none; }
  #zone-quisommesnous .colRight {
    width: 50%;
    display: inline-block;
    text-align: center; }

#zone-partner {
  height: 22rem;
  box-shadow: 0px 0px 53px -8px black;
  background-color: white;
  z-index: 1;
  position: relative;
  overflow: hidden; }
  #zone-partner::before {
    content: "";
    background-image: url(https://elecchantier.site.webgazelle.net/default/CMS/css/common/../../images/elecchantier/motif.png);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .1;
    z-index: -1; }
  #zone-partner .container {
    background-color: white;
    position: relative; }
    #zone-partner .container::before {
      content: "";
      height: 107%;
      box-shadow: 10px 0px 14px -6px rgba(0, 0, 0, 0.27);
      position: absolute;
      width: 9rem;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  #zone-partner .leftCol {
    width: 50%;
    vertical-align: top;
    display: inline-block; }
    #zone-partner .leftCol .part {
      height: 11rem; }
      #zone-partner .leftCol .part:last-child h3 {
        font-size: 3rem !important;
        line-height: 3rem; }
      #zone-partner .leftCol .part:first-child {
        background: linear-gradient(to right, #005faa 33%, #0099db 80%); }
        #zone-partner .leftCol .part:first-child h3 {
          font-size: 3rem;
          font-weight: normal;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-align: center; }
      #zone-partner .leftCol .part:last-child {
        background: linear-gradient(to right, #0099db 33%, #005faa 80%); }
        #zone-partner .leftCol .part:last-child .contentText {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-align: center;
          position: relative; }
          #zone-partner .leftCol .part:last-child .contentText h3 {
            font-size: 2.4rem;
            font-weight: normal;
            text-transform: uppercase; }
      #zone-partner .leftCol .part h3 {
        font-family: "Hall Fetica";
        font-style: italic;
        color: white; }
      #zone-partner .leftCol .part p {
        font-family: "Trebuchet MS";
        color: white;
        font-size: 1.6rem; }
  #zone-partner .rightCol {
    height: 22rem;
    width: 50%;
    display: inline-block;
    text-align: center; }
    #zone-partner .rightCol .bx-viewport {
      height: 22rem !important; }
      #zone-partner .rightCol .bx-viewport .mc-diaporama-slider a.partner {
        left: 0 !important; }
    #zone-partner .rightCol .mc-diaporama-container {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    #zone-partner .rightCol .mc-diaporama-slide {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      height: 221px;
      display: flex; }
      #zone-partner .rightCol .mc-diaporama-slide img {
        max-width: 481px;
        max-height: 221px;
        margin: auto; }
    #zone-partner .rightCol .bx-prev .prev {
      background-color: white;
      height: 3rem;
      width: 3rem;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      border-radius: 2rem;
      box-shadow: 1px 1px 2px -1px black;
      left: -1.5rem; }
      #zone-partner .rightCol .bx-prev .prev::before {
        content: "";
        display: block;
        border-right: .5rem solid #005faa;
        border-left: .5rem solid transparent;
        border-top: .5rem solid transparent;
        border-bottom: .5rem solid transparent;
        position: absolute;
        top: 50%;
        margin-left: -.4rem;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        left: 50%; }
      #zone-partner .rightCol .bx-prev .prev:hover::before {
        border-right-color: #fed300; }
    #zone-partner .rightCol .bx-next .next {
      background-color: white;
      height: 3rem;
      width: 3rem;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      border-radius: 2rem;
      box-shadow: 1px 1px 2px -1px black;
      right: -1.5rem; }
      #zone-partner .rightCol .bx-next .next::before {
        content: "";
        display: block;
        border-right: .5rem solid transparent;
        border-left: .5rem solid #005faa;
        border-top: .5rem solid transparent;
        border-bottom: .5rem solid transparent;
        position: absolute;
        top: 50%;
        margin-left: .4rem;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        left: 50%; }
      #zone-partner .rightCol .bx-next .next:hover::before {
        border-left-color: #fed300; }

#zone-services {
  height: 72rem;
  background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/bg-services.jpg");
  padding-top: 4.5rem; }
  #zone-services h2 {
    font-family: "Hall Fetica";
    font-style: italic;
    font-size: 4.7rem;
    letter-spacing: .1rem;
    font-weight: 300;
    padding-left: 2rem;
    color: #00a0ff; }
  #zone-services p.subtitle {
    padding-left: 2rem;
    font-weight: bold;
    color: #009dfa;
    font-size: 3rem; }
  #zone-services ul {
    margin-top: 11.5rem; }
  #zone-services li {
    list-style-type: none;
    width: 20rem;
    display: inline-block;
    margin: 0rem 1.8rem; }
    #zone-services li a {
      text-decoration: none;
      font-weight: inherit; }
    #zone-services li div {
      height: 18rem;
      width: 18rem;
      background-color: #009dfa;
      background: repeating-linear-gradient(135deg, #009dfa 0, #009dfa 0.25rem, #008adb 0.25rem, #008adb 0.4rem, #009dfa 0.4rem);
      border-radius: 10rem;
      margin: auto;
      margin-bottom: 2rem;
      transition: ease-out .2s;
      box-shadow: inset 0px 0px 11px 1px rgba(0, 0, 0, 0.57); }
      #zone-services li div::before {
        content: "";
        height: 12.5rem;
        width: 12.5rem;
        background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/spriteicone.png");
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      #zone-services li div.icon1::before {
        background-repeat: no-repeat;
        background-position: -.2rem;
        height: 12.4rem;
        width: 11rem; }
      #zone-services li div.icon2::before {
        background-repeat: no-repeat;
        background-position-x: -24.2rem;
        height: 12.4rem;
        width: 11rem; }
      #zone-services li div.icon3::before {
        background-repeat: no-repeat;
        background-position: -43rem;
        height: 12.4rem;
        width: 14rem;
        background-size: 78rem; }
      #zone-services li div.icon4::before {
        background-repeat: no-repeat;
        background-position: -65rem;
        height: 12.4rem;
        width: 14rem;
        background-size: 78rem; }
    #zone-services li p {
      color: #009dfa;
      font-weight: bold;
      font-size: 2rem;
      line-height: 2rem;
      text-align: center;
      transition: ease-out .2s; }
    #zone-services li:hover div {
      background: repeating-linear-gradient(135deg, #006dc4 0, #006dc4 0.25rem, #005ca5 0.25rem, #005ca5 0.4rem, #006dc4 0.4rem);
      background-color: #005faa; }
    #zone-services li:hover p {
      color: #005faa; }

#menu::before {
  content: "";
  width: 30%;
  left: 0;
  height: 6rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 16%); }
#menu::after {
  content: "";
  width: 63%;
  height: 21rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/fondblanc.png");
  background-size: cover;
  z-index: -1; }
#menu .menu {
  height: 6rem;
  width: 100%; }
  #menu .menu::after {
    content: "";
    width: calc((100% - 90rem) / 2);
    margin-top: -6rem;
    height: 6rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.78) 80%);
    position: absolute;
    left: 0;
    left: -2.91rem;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg); }
  #menu .menu ul.niv1 {
    height: 6rem; }
  #menu .menu ul.niv2 {
    width: 100%;
    min-width: 20rem; }
    #menu .menu ul.niv2.hover li.niv2 {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #menu .menu ul.niv2.hover li.niv2:nth-child(1) {
        transition: opacity 0.3s ease-in-out 0.01s, -webkit-transform 0.3s ease-in-out 0.01s;
        transition: transform 0.3s ease-in-out 0.01s, opacity 0.3s ease-in-out 0.01s;
        transition: transform 0.3s ease-in-out 0.01s, opacity 0.3s ease-in-out 0.01s, -webkit-transform 0.3s ease-in-out 0.01s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(2) {
        transition: opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s;
        transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s;
        transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(3) {
        transition: opacity 0.3s ease-in-out 0.03s, -webkit-transform 0.3s ease-in-out 0.03s;
        transition: transform 0.3s ease-in-out 0.03s, opacity 0.3s ease-in-out 0.03s;
        transition: transform 0.3s ease-in-out 0.03s, opacity 0.3s ease-in-out 0.03s, -webkit-transform 0.3s ease-in-out 0.03s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(4) {
        transition: opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s;
        transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s;
        transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(5) {
        transition: opacity 0.3s ease-in-out 0.05s, -webkit-transform 0.3s ease-in-out 0.05s;
        transition: transform 0.3s ease-in-out 0.05s, opacity 0.3s ease-in-out 0.05s;
        transition: transform 0.3s ease-in-out 0.05s, opacity 0.3s ease-in-out 0.05s, -webkit-transform 0.3s ease-in-out 0.05s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(6) {
        transition: opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s;
        transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s;
        transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(7) {
        transition: opacity 0.3s ease-in-out 0.07s, -webkit-transform 0.3s ease-in-out 0.07s;
        transition: transform 0.3s ease-in-out 0.07s, opacity 0.3s ease-in-out 0.07s;
        transition: transform 0.3s ease-in-out 0.07s, opacity 0.3s ease-in-out 0.07s, -webkit-transform 0.3s ease-in-out 0.07s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(8) {
        transition: opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s;
        transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s;
        transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(9) {
        transition: opacity 0.3s ease-in-out 0.09s, -webkit-transform 0.3s ease-in-out 0.09s;
        transition: transform 0.3s ease-in-out 0.09s, opacity 0.3s ease-in-out 0.09s;
        transition: transform 0.3s ease-in-out 0.09s, opacity 0.3s ease-in-out 0.09s, -webkit-transform 0.3s ease-in-out 0.09s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(10) {
        transition: opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
        transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s;
        transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(11) {
        transition: opacity 0.3s ease-in-out 0.11s, -webkit-transform 0.3s ease-in-out 0.11s;
        transition: transform 0.3s ease-in-out 0.11s, opacity 0.3s ease-in-out 0.11s;
        transition: transform 0.3s ease-in-out 0.11s, opacity 0.3s ease-in-out 0.11s, -webkit-transform 0.3s ease-in-out 0.11s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(12) {
        transition: opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s;
        transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s;
        transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(13) {
        transition: opacity 0.3s ease-in-out 0.13s, -webkit-transform 0.3s ease-in-out 0.13s;
        transition: transform 0.3s ease-in-out 0.13s, opacity 0.3s ease-in-out 0.13s;
        transition: transform 0.3s ease-in-out 0.13s, opacity 0.3s ease-in-out 0.13s, -webkit-transform 0.3s ease-in-out 0.13s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(14) {
        transition: opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s;
        transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s;
        transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(15) {
        transition: opacity 0.3s ease-in-out 0.15s, -webkit-transform 0.3s ease-in-out 0.15s;
        transition: transform 0.3s ease-in-out 0.15s, opacity 0.3s ease-in-out 0.15s;
        transition: transform 0.3s ease-in-out 0.15s, opacity 0.3s ease-in-out 0.15s, -webkit-transform 0.3s ease-in-out 0.15s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(16) {
        transition: opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s;
        transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s;
        transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(17) {
        transition: opacity 0.3s ease-in-out 0.17s, -webkit-transform 0.3s ease-in-out 0.17s;
        transition: transform 0.3s ease-in-out 0.17s, opacity 0.3s ease-in-out 0.17s;
        transition: transform 0.3s ease-in-out 0.17s, opacity 0.3s ease-in-out 0.17s, -webkit-transform 0.3s ease-in-out 0.17s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(18) {
        transition: opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s;
        transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s;
        transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(19) {
        transition: opacity 0.3s ease-in-out 0.19s, -webkit-transform 0.3s ease-in-out 0.19s;
        transition: transform 0.3s ease-in-out 0.19s, opacity 0.3s ease-in-out 0.19s;
        transition: transform 0.3s ease-in-out 0.19s, opacity 0.3s ease-in-out 0.19s, -webkit-transform 0.3s ease-in-out 0.19s; }
      #menu .menu ul.niv2.hover li.niv2:nth-child(20) {
        transition: opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s; }
  #menu .menu ul.niv3 {
    width: 90%;
    min-width: 16rem; }
    #menu .menu ul.niv3.toLeft li.niv3 {
      -webkit-transform: translateX(1rem);
              transform: translateX(1rem); }
    #menu .menu ul.niv3.hover li.niv3 {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      #menu .menu ul.niv3.hover li.niv3:nth-child(1) {
        transition: opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s;
        transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s;
        transition: transform 0.3s ease-in-out 0.02s, opacity 0.3s ease-in-out 0.02s, -webkit-transform 0.3s ease-in-out 0.02s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(2) {
        transition: opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s;
        transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s;
        transition: transform 0.3s ease-in-out 0.04s, opacity 0.3s ease-in-out 0.04s, -webkit-transform 0.3s ease-in-out 0.04s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(3) {
        transition: opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s;
        transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s;
        transition: transform 0.3s ease-in-out 0.06s, opacity 0.3s ease-in-out 0.06s, -webkit-transform 0.3s ease-in-out 0.06s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(4) {
        transition: opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s;
        transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s;
        transition: transform 0.3s ease-in-out 0.08s, opacity 0.3s ease-in-out 0.08s, -webkit-transform 0.3s ease-in-out 0.08s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(5) {
        transition: opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
        transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s;
        transition: transform 0.3s ease-in-out 0.1s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(6) {
        transition: opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s;
        transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s;
        transition: transform 0.3s ease-in-out 0.12s, opacity 0.3s ease-in-out 0.12s, -webkit-transform 0.3s ease-in-out 0.12s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(7) {
        transition: opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s;
        transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s;
        transition: transform 0.3s ease-in-out 0.14s, opacity 0.3s ease-in-out 0.14s, -webkit-transform 0.3s ease-in-out 0.14s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(8) {
        transition: opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s;
        transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s;
        transition: transform 0.3s ease-in-out 0.16s, opacity 0.3s ease-in-out 0.16s, -webkit-transform 0.3s ease-in-out 0.16s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(9) {
        transition: opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s;
        transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s;
        transition: transform 0.3s ease-in-out 0.18s, opacity 0.3s ease-in-out 0.18s, -webkit-transform 0.3s ease-in-out 0.18s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(10) {
        transition: opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s;
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
        transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, -webkit-transform 0.3s ease-in-out 0.2s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(11) {
        transition: opacity 0.3s ease-in-out 0.22s, -webkit-transform 0.3s ease-in-out 0.22s;
        transition: transform 0.3s ease-in-out 0.22s, opacity 0.3s ease-in-out 0.22s;
        transition: transform 0.3s ease-in-out 0.22s, opacity 0.3s ease-in-out 0.22s, -webkit-transform 0.3s ease-in-out 0.22s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(12) {
        transition: opacity 0.3s ease-in-out 0.24s, -webkit-transform 0.3s ease-in-out 0.24s;
        transition: transform 0.3s ease-in-out 0.24s, opacity 0.3s ease-in-out 0.24s;
        transition: transform 0.3s ease-in-out 0.24s, opacity 0.3s ease-in-out 0.24s, -webkit-transform 0.3s ease-in-out 0.24s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(13) {
        transition: opacity 0.3s ease-in-out 0.26s, -webkit-transform 0.3s ease-in-out 0.26s;
        transition: transform 0.3s ease-in-out 0.26s, opacity 0.3s ease-in-out 0.26s;
        transition: transform 0.3s ease-in-out 0.26s, opacity 0.3s ease-in-out 0.26s, -webkit-transform 0.3s ease-in-out 0.26s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(14) {
        transition: opacity 0.3s ease-in-out 0.28s, -webkit-transform 0.3s ease-in-out 0.28s;
        transition: transform 0.3s ease-in-out 0.28s, opacity 0.3s ease-in-out 0.28s;
        transition: transform 0.3s ease-in-out 0.28s, opacity 0.3s ease-in-out 0.28s, -webkit-transform 0.3s ease-in-out 0.28s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(15) {
        transition: opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
        transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
        transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(16) {
        transition: opacity 0.3s ease-in-out 0.32s, -webkit-transform 0.3s ease-in-out 0.32s;
        transition: transform 0.3s ease-in-out 0.32s, opacity 0.3s ease-in-out 0.32s;
        transition: transform 0.3s ease-in-out 0.32s, opacity 0.3s ease-in-out 0.32s, -webkit-transform 0.3s ease-in-out 0.32s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(17) {
        transition: opacity 0.3s ease-in-out 0.34s, -webkit-transform 0.3s ease-in-out 0.34s;
        transition: transform 0.3s ease-in-out 0.34s, opacity 0.3s ease-in-out 0.34s;
        transition: transform 0.3s ease-in-out 0.34s, opacity 0.3s ease-in-out 0.34s, -webkit-transform 0.3s ease-in-out 0.34s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(18) {
        transition: opacity 0.3s ease-in-out 0.36s, -webkit-transform 0.3s ease-in-out 0.36s;
        transition: transform 0.3s ease-in-out 0.36s, opacity 0.3s ease-in-out 0.36s;
        transition: transform 0.3s ease-in-out 0.36s, opacity 0.3s ease-in-out 0.36s, -webkit-transform 0.3s ease-in-out 0.36s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(19) {
        transition: opacity 0.3s ease-in-out 0.38s, -webkit-transform 0.3s ease-in-out 0.38s;
        transition: transform 0.3s ease-in-out 0.38s, opacity 0.3s ease-in-out 0.38s;
        transition: transform 0.3s ease-in-out 0.38s, opacity 0.3s ease-in-out 0.38s, -webkit-transform 0.3s ease-in-out 0.38s; }
      #menu .menu ul.niv3.hover li.niv3:nth-child(20) {
        transition: opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.3s ease-in-out 0.4s;
        transition: transform 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s;
        transition: transform 0.3s ease-in-out 0.4s, opacity 0.3s ease-in-out 0.4s, -webkit-transform 0.3s ease-in-out 0.4s; }
  #menu .menu a {
    position: relative;
    text-decoration: none;
    font-weight: normal; }
    #menu .menu a.niv1 {
      color: white;
      font-size: 2rem;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.8) 90%);
      padding: 0 1rem;
      -webkit-transform: skewX(45deg);
              transform: skewX(45deg);
      transition: ease-out .4s; }
      #menu .menu a.niv1 span {
        -webkit-transform: skewX(-45deg);
                transform: skewX(-45deg);
        font-family: "Hall Fetica";
        font-style: italic; }
    #menu .menu a.niv2 {
      color: white;
      font-size: 1.8rem;
      min-height: 3rem;
      padding: 0.35rem 1rem; }
    #menu .menu a.niv3 {
      color: white;
      font-size: 1.6rem;
      min-height: 3rem;
      padding: 0.45rem 1rem; }
  #menu .menu li.niv1 {
    height: 100%;
    position: relative; }
  #menu .menu li.niv2 {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 0;
    width: 100%;
    background: #333; }
  #menu .menu li.niv3 {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
    opacity: 0;
    width: 100%;
    background: #3d3d3d; }
  #menu .menu li:hover > a.niv1, #menu .menu li.on > a.niv1, #menu .menu li > a:hover.niv1, #menu .menu li > a.on.niv1 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 14%, rgba(0, 0, 0, 0.8) 25%);
    color: #009dfa; }
  #menu .menu li:hover > a.niv2, #menu .menu li.on > a.niv2, #menu .menu li > a:hover.niv2, #menu .menu li > a.on.niv2 {
    background: #4d4d4d; }
  #menu .menu li:hover > a.niv3, #menu .menu li.on > a.niv3, #menu .menu li > a:hover.niv3, #menu .menu li > a.on.niv3 {
    background: #3d3d3d; }

#zone-actualites {
  height: 64rem;
  overflow: hidden;
  position: relative;
  padding-top: 3.5rem; }
  #zone-actualites::before {
    content: "";
    height: .1rem;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 59;
    box-shadow: 0px 0px 54px 14px rgba(0, 0, 0, 0.7); }
  #zone-actualites::after {
    background-image: url("https://elecchantier.site.webgazelle.net/default/CMS/css/common/../../images/elecchantier/motif.png");
    content: "";
    width: 100%;
    position: absolute;
    height: 64rem;
    left: 0;
    top: 0;
    opacity: .2;
    z-index: 50; }
  #zone-actualites .bx-controls {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 37rem; }
  #zone-actualites .bx-viewport {
    height: 30rem !important; }
  #zone-actualites .ma-news-know-more-link {
    text-align: center;
    margin-top: 3rem; }
    #zone-actualites .ma-news-know-more-link:hover a {
      text-decoration: underline; }
    #zone-actualites .ma-news-know-more-link a {
      color: #00a0ff;
      font-style: italic;
      text-decoration: none; }
      #zone-actualites .ma-news-know-more-link a::before {
        content: ">";
        display: inline-block;
        margin-right: .5rem; }
  #zone-actualites .bx-controls-direction {
    width: 100%; }
    #zone-actualites .bx-controls-direction .bx-prev {
      left: -7rem;
      position: absolute;
      font-size: 0px;
      height: 4rem;
      width: 4rem;
      background-color: #009dfa;
      border-radius: 2rem;
      transition: ease-out .4s; }
      #zone-actualites .bx-controls-direction .bx-prev:hover {
        background-color: #005faa; }
      #zone-actualites .bx-controls-direction .bx-prev::before {
        content: '';
        display: inline-block;
        width: 0rem;
        border-right: 1rem solid rgba(255, 255, 255, 0.8);
        border-left: .7rem solid transparent;
        border-top: .7rem solid transparent;
        border-bottom: .7rem solid transparent;
        -webkit-transform: none;
                transform: none;
        top: 33%;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-81%, -50%);
                transform: translate(-81%, -50%); }
    #zone-actualites .bx-controls-direction .bx-next {
      right: -10.5rem;
      position: absolute;
      font-size: 0px;
      height: 4rem;
      width: 4rem;
      background-color: #009dfa;
      border-radius: 2rem;
      transition: ease-out .4s; }
      #zone-actualites .bx-controls-direction .bx-next:hover {
        background-color: #005faa; }
      #zone-actualites .bx-controls-direction .bx-next::before {
        content: '';
        display: inline-block;
        width: 0rem;
        border-right: .7rem solid transparent;
        border-left: 1rem solid rgba(255, 255, 255, 0.8);
        border-top: .7rem solid transparent;
        border-bottom: .7rem solid transparent;
        -webkit-transform: none;
                transform: none;
        top: 33%;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-17%, -50%);
                transform: translate(-17%, -50%); }
  #zone-actualites > .container {
    position: initial; }
    #zone-actualites > .container .subtitleMa {
      color: white;
      z-index: 60;
      position: relative;
      font-size: 2.5rem; }
  #zone-actualites .ma-news-image {
    display: block;
    width: 100%;
    height: 10rem;
    overflow: hidden;
    position: relative; }
  #zone-actualites .ma-title {
    position: relative;
    margin: 0;
    z-index: 60; }
  #zone-actualites .ma-news-date {
    font-family: "Hall Fetica", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    color: #009dfa;
    font-size: 2.4rem;
    line-height: 2rem; }
  #zone-actualites .ma-news-title {
    font-family: "Hall Fetica", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0;
    line-height: 2rem;
    margin-bottom: 2rem;
    color: #00a0ff; }
  #zone-actualites .ma-news-title a, #zone-actualites .ma-news-resume {
    color: #009dfa; }
  #zone-actualites .ma-news-container {
    margin: auto;
    margin-top: 5rem;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 59;
    width: 60rem;
    height: 40rem;
    padding: 5rem 8rem;
    padding-top: 7rem; }
  #zone-actualites .ma-container {
    position: initial; }
    #zone-actualites .ma-container img {
      z-index: 49 !important;
      left: 0 !important;
      position: absolute !important;
      display: block !important;
      opacity: 1 !important;
      top: 0;
      width: 100%; }

#contactForms .cms_bloc_form_field_text::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/motif.png");
  position: absolute;
  z-index: -1;
  opacity: 0.06; }
#contactForms > .container {
  width: 99rem !important; }
#contactForms .cms_bloc_form_field_radio_value {
  position: relative; }
  #contactForms .cms_bloc_form_field_radio_value label {
    padding-left: 1.1rem; }
  #contactForms .cms_bloc_form_field_radio_value::before {
    content: "";
    width: 43rem;
    height: 120%;
    top: -0.34rem;
    background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/motif.png");
    position: absolute;
    z-index: -1;
    opacity: 0.06; }
#contactForms .formTwo .cms_bloc_form_container .cms_bloc_form_field:nth-child(6) {
  margin-bottom: 11rem; }

#zone-contact {
  height: 20rem;
  background: linear-gradient(to bottom, #005faa 30%, #0099db 72%);
  padding-top: 3.5rem;
  position: relative; }
  #zone-contact::before {
    background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/motif.png");
    content: "";
    width: 100%;
    position: absolute;
    height: 20rem;
    left: 0;
    top: 0;
    opacity: .2;
    z-index: 1; }
  #zone-contact .container {
    position: relative;
    z-index: 2; }
  #zone-contact h2 {
    font-size: 4.7rem;
    font-weight: 300;
    font-family: "Hall Fetica";
    color: white;
    font-style: italic;
    line-height: 5rem; }
  #zone-contact p.subtitle {
    color: white;
    z-index: 999;
    position: relative;
    font-size: 3rem;
    margin-bottom: 1.8rem; }
  #zone-contact ul li {
    width: 50%;
    list-style-type: none;
    text-align: center;
    display: inline-block; }
    #zone-contact ul li a {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
      font-family: "Hall Fetica", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      cursor: pointer;
      font-size: 3.2rem;
      text-transform: uppercase; }
      #zone-contact ul li a.on {
        color: white; }
      #zone-contact ul li a:hover {
        color: white; }

#contactForms {
  padding: 3rem 0; }
  #contactForms .formOne, #contactForms .formTwo {
    display: none; }
    #contactForms .formOne form, #contactForms .formTwo form {
      column-count: 2;
      column-gap: 0rem;
      -moz-column-count: 2;
      -moz-column-gap: 0rem;
      -webkit-column-count: 2;
      -webkit-column-gap: 0rem; }
    #contactForms .formOne.on, #contactForms .formTwo.on {
      display: block; }
    #contactForms .formOne .cms_bloc_form_field, #contactForms .formTwo .cms_bloc_form_field {
      margin: 1.5rem 0;
      position: relative;
      margin-top: 0; }
    #contactForms .formOne .cms_bloc_form_field_text .value,
    #contactForms .formOne .cms_bloc_form_field_antispam .value, #contactForms .formTwo .cms_bloc_form_field_text .value,
    #contactForms .formTwo .cms_bloc_form_field_antispam .value {
      width: 54% !important;
      margin-left: 1%; }
      #contactForms .formOne .cms_bloc_form_field_text .value input,
      #contactForms .formOne .cms_bloc_form_field_antispam .value input, #contactForms .formTwo .cms_bloc_form_field_text .value input,
      #contactForms .formTwo .cms_bloc_form_field_antispam .value input {
        width: 100%; }
    #contactForms .formOne .cms_bloc_form_field_text label,
    #contactForms .formOne .cms_bloc_form_field_antispam label, #contactForms .formTwo .cms_bloc_form_field_text label,
    #contactForms .formTwo .cms_bloc_form_field_antispam label {
      width: 45% !important;
      padding-left: 3%; }
    #contactForms .formOne .cms_bloc_form_field_antispam label, #contactForms .formTwo .cms_bloc_form_field_antispam label {
      text-align: center;
      padding-top: 0.4rem; }
    #contactForms .formOne .value, #contactForms .formTwo .value {
      vertical-align: middle; }
    #contactForms .formOne .cms_bloc_form_field_radio > p, #contactForms .formTwo .cms_bloc_form_field_radio > p {
      display: none; }
    #contactForms .formOne .cms_bloc_form_field_radio .value, #contactForms .formTwo .cms_bloc_form_field_radio .value {
      width: 85%; }
    #contactForms .formOne .cms_bloc_form_field_submit button, #contactForms .formTwo .cms_bloc_form_field_submit button {
      border: none;
      background-color: #00a0ff;
      color: white;
      text-transform: uppercase;
      width: 100%;
      padding: .5rem 0rem;
      font-size: 2rem;
      cursor: pointer;
      transition: ease-out .4s; }
      #contactForms .formOne .cms_bloc_form_field_submit button:hover, #contactForms .formTwo .cms_bloc_form_field_submit button:hover {
        background-color: #fed300; }
    #contactForms .formOne input[type="radio"]:checked + label::before, #contactForms .formTwo input[type="radio"]:checked + label::before {
      content: "";
      display: inline-block;
      height: 2.2rem;
      width: 2.2rem;
      border-radius: 1.5rem;
      background-color: #00a0ff;
      position: absolute;
      left: 38.42rem;
      top: .94rem; }
    #contactForms .formOne .cms_bloc_form_field_radio_value, #contactForms .formTwo .cms_bloc_form_field_radio_value {
      margin-bottom: 2rem;
      margin-top: .8rem; }
      #contactForms .formOne .cms_bloc_form_field_radio_value input, #contactForms .formTwo .cms_bloc_form_field_radio_value input {
        display: none; }
      #contactForms .formOne .cms_bloc_form_field_radio_value .label, #contactForms .formTwo .cms_bloc_form_field_radio_value .label {
        position: relative;
        width: 39rem;
        display: inline-block; }
        #contactForms .formOne .cms_bloc_form_field_radio_value .label::after, #contactForms .formTwo .cms_bloc_form_field_radio_value .label::after {
          content: "";
          display: inline-block;
          height: 3rem;
          width: 3rem;
          border: 1px solid rgba(0, 0, 0, 0.1);
          border-radius: 1.5rem;
          position: absolute;
          right: -2rem;
          margin-top: -1.4rem; }
    #contactForms .formOne label, #contactForms .formTwo label {
      color: #009dfa;
      vertical-align: middle;
      padding-right: 0rem;
      font-size: 1.35rem;
      font-weight: bold; }
    #contactForms .formOne input[type="text"], #contactForms .formTwo input[type="text"] {
      height: 3rem;
      border: none;
      background-color: white;
      box-shadow: 0px 0px 4px 0px rgba(2, 2, 2, 0.75);
      padding-left: .5rem; }

.cms_bloc_form .cms_bloc_form_container {
  width: 90%;
  padding-top: 0.5rem; }

#zone-page {
  position: relative;
  z-index: 5;
  background: white;
  padding: 2rem 0; }
  #zone-page .backActu {
    text-align: right;
    text-decoration: none; }
    #zone-page .backActu:hover p::before {
      -webkit-transform: translateX(-0.5rem);
              transform: translateX(-0.5rem); }
    #zone-page .backActu p {
      display: inline-block;
      padding-right: 4rem; }
      #zone-page .backActu p::before {
        content: "<";
        font-size: 1.7rem;
        color: #3E8CB7;
        display: inline-block;
        margin-right: .6rem;
        transition: .4s ease-out; }
  #zone-page > .container main, #zone-page > .container aside {
    display: inline-block;
    vertical-align: top; }
  #zone-page > .container main {
    width: 70rem;
    margin-right: 4rem; }
    #zone-page > .container main .cms_bloc_text_media_gauche ul {
      padding-left: 53%; }
      #zone-page > .container main .cms_bloc_text_media_gauche ul li::before {
        margin-right: 1rem;
        margin-left: 0rem; }
    #zone-page > .container main .cms_bloc_text li {
      list-style-type: none; }
      #zone-page > .container main .cms_bloc_text li::before {
        content: "";
        height: .5rem;
        width: .5rem;
        background-color: #009dfa;
        border-radius: .5rem;
        display: inline-block;
        vertical-align: middle;
        margin-right: 1rem;
        margin-left: 2rem; }
    #zone-page > .container main .ma-news-content ul li {
      font-size: 1.6rem;
      list-style-type: none; }
      #zone-page > .container main .ma-news-content ul li::before {
        content: "";
        height: 4.5rem;
        width: 4.5rem;
        background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/logoli.png");
        display: inline-block;
        vertical-align: middle;
        border-radius: 23rem;
        margin-right: 1rem;
        background-size: cover; }
    #zone-page > .container main .cms_bloc_text_media_gauche p, #zone-page > .container main .cms_bloc_text_media_droite p {
      width: 50%;
      display: inline-block !important; }
    #zone-page > .container main .cms_bloc_text + .spacer {
      padding: 5rem 0rem; }
    #zone-page > .container main a.bouton:hover {
      background-color: #fed300; }
    #zone-page > .container main .cms_bloc {
      word-wrap: break-word; }
      #zone-page > .container main .cms_bloc p {
        display: block; }
    #zone-page > .container main .cms_bloc_text + .spacer:last-child::after {
      content: none; }
    #zone-page > .container main .cms_bloc_text + .spacer::after {
      content: "";
      width: 100%;
      box-shadow: 0px -14px 18px -18px black;
      position: absolute;
      left: 0;
      height: 5rem;
      background-color: white; }
  #zone-page > .container aside {
    width: 25rem; }

#zone-subfooter {
  height: 22rem;
  background: linear-gradient(to bottom, #005faa 30%, #0099db 72%);
  position: relative; }
  #zone-subfooter > .container {
    text-align: center;
    position: relative; }
    #zone-subfooter > .container::before {
      content: "";
      width: 3px;
      height: 60%;
      position: absolute;
      left: 25%;
      top: 2rem;
      background-color: white; }
    #zone-subfooter > .container::after {
      content: "";
      width: 3px;
      height: 60%;
      position: absolute;
      right: 25%;
      top: 2rem;
      background-color: white; }
    #zone-subfooter > .container img {
      margin: 2.5rem 0rem; }
    #zone-subfooter > .container .scrollTop {
      height: 4rem;
      width: 4rem;
      border-radius: 2rem;
      position: relative;
      margin: auto;
      margin-top: 9rem;
      z-index: 999;
      border-top: 2rem solid white;
      cursor: pointer;
      transition: ease-out .4s; }
      #zone-subfooter > .container .scrollTop:hover {
        border-color: #fed300; }
        #zone-subfooter > .container .scrollTop:hover::after {
          border-bottom-color: rgba(255, 255, 255, 0.8); }
      #zone-subfooter > .container .scrollTop::after {
        content: '';
        display: inline-block;
        width: 0rem;
        border-right: .7rem solid transparent;
        border-left: .7rem solid transparent;
        border-top: .7rem solid transparent;
        border-bottom: 1rem solid rgba(0, 0, 0, 0.2);
        -webkit-transform: none;
                transform: none;
        top: 0%;
        z-index: 999;
        position: absolute;
        left: 52%;
        -webkit-transform: translate(-50%, -117%);
                transform: translate(-50%, -117%);
        transition: ease-out .4s; }
    #zone-subfooter > .container .socialLinks li {
      display: inline-block;
      margin: 0rem .5rem; }
      #zone-subfooter > .container .socialLinks li a {
        color: #005faa;
        background-color: white;
        padding: 1rem;
        display: inline-block;
        width: 4rem;
        height: 4rem;
        border-radius: 2rem;
        font-size: 2.4rem;
        transition: ease-out .4s; }
        #zone-subfooter > .container .socialLinks li a:hover {
          background-color: #fed300; }
          #zone-subfooter > .container .socialLinks li a:hover i {
            color: white; }
        #zone-subfooter > .container .socialLinks li a i {
          top: 50%;
          position: relative;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          transition: ease-out .2s; }
        #zone-subfooter > .container .socialLinks li a span {
          display: none; }

#zone-footer {
  background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/texturebottom.jpg");
  position: relative;
  padding: 5rem 0 0 0;
  overflow: hidden; }
  #zone-footer::before {
    content: "";
    width: 219rem;
    position: absolute;
    height: 22rem;
    border-bottom: 8rem solid #0099db;
    z-index: 996;
    top: -17rem;
    border-radius: 95rem 0rem 180rem 298rem / 0rem 0rem 14rem 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  #zone-footer::after {
    content: "";
    width: 219rem;
    position: absolute;
    height: 14rem;
    border-bottom: 5rem solid transparent;
    z-index: 997;
    top: -9rem;
    border-radius: 95rem 0rem 180rem 298rem / 0rem 0rem 14rem 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 40%, transparent 80%); }
  #zone-footer > .container {
    color: white;
    padding: 2rem 0 1rem;
    position: relative;
    z-index: 1000; }
    #zone-footer > .container .left, #zone-footer > .container .right {
      display: inline-block;
      vertical-align: middle; }
    #zone-footer > .container .left {
      width: 20%;
      vertical-align: top; }
    #zone-footer > .container .right {
      width: 100%;
      text-align: right;
      margin-bottom: 2rem;
      text-align: center; }
    #zone-footer > .container .sitemap-print {
      color: #aaaaaa;
      font-size: 1.2rem; }
      #zone-footer > .container .sitemap-print a {
        text-decoration: none;
        display: inline-block;
        color: inherit;
        margin: 0 1rem 0;
        color: #aaaaaa;
        font-size: 1.2rem; }
        #zone-footer > .container .sitemap-print a i, #zone-footer > .container .sitemap-print a span {
          display: inline-block;
          vertical-align: middle; }
        #zone-footer > .container .sitemap-print a i {
          margin-right: .6rem; }
    #zone-footer > .container .socialLinks {
      display: flex; }
      #zone-footer > .container .socialLinks, #zone-footer > .container .socialLinks > li {
        margin: 0;
        padding: 0;
        list-style-type: none; }
      #zone-footer > .container .socialLinks > li {
        margin: 0 .2rem;
        color: #fff; }
      #zone-footer > .container .socialLinks a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3.6rem;
        height: 3.6rem;
        text-align: center;
        overflow: hidden;
        font-size: 0;
        color: inherit;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.05);
        text-decoration: none; }
        #zone-footer > .container .socialLinks a i {
          font-size: 2rem; }
        #zone-footer > .container .socialLinks a.facebookLink:hover {
          background: #3c5a99; }
        #zone-footer > .container .socialLinks a.twitterLink:hover {
          background: #5ea9dd; }
        #zone-footer > .container .socialLinks a.googleLink:hover {
          background: #d74536; }
        #zone-footer > .container .socialLinks a.youtubeLink:hover {
          background: #e62117; }
        #zone-footer > .container .socialLinks a.pinterestLink:hover {
          background: #cb2026; }
        #zone-footer > .container .socialLinks a.viadeoLink:hover {
          background: #f4982b; }
        #zone-footer > .container .socialLinks a.linkedinLink:hover {
          background: #1a85bc; }
        #zone-footer > .container .socialLinks a:hover {
          color: #fff; }

h3.soustitre_1 {
  position: static;
  font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 2rem;
  color: #005faa;
  margin-bottom: 1rem; }

h4.soustitre_2 {
  position: static;
  font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-style: italic; }

h5.intertitre {
  position: static;
  font-style: italic;
  color: #3e8cb7; }

strong.accroche {
  position: static;
  border-left: 2px solid #3e8cb7;
  padding-left: 1rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #3e8cb7;
  padding-right: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0rem; }

strong.mise_en_avant_1 {
  position: static; }

strong.mise_en_avant_2 {
  position: static; }

a.bouton {
  position: static;
  display: inline-block;
  padding: 1rem 2rem;
  color: white;
  background-color: #3e8cb7;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: ease-out .4s;
  transition: ease-out .4s; }

span.legende {
  position: static; }

blockquote.citation {
  position: static;
  background-color: #005faa;
  color: white;
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#zone-diaporama {
  height: 12rem;
  position: relative;
  overflow: hidden; }
  #zone-diaporama.fixed::before {
    position: fixed;
    top: -3.1rem;
    border-top: 10rem solid white;
    width: 273rem;
    left: calc(50% - (273rem / 2));
    border-radius: 112rem 177rem 268rem 241rem / 16rem 25rem 0rem 0rem;
    height: 10rem;
    box-shadow: 1px 1px 61px -2px black; }
  #zone-diaporama::before {
    width: 170%;
    left: calc(50% - (170% / 2));
    content: "";
    position: absolute;
    height: 16rem;
    top: -3.8rem;
    z-index: -1;
    border-top: 4rem solid white;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
    border-radius: 153rem 184rem 184rem 184rem / 18rem 14rem 0rem 0rem;
    z-index: 60; }
  #zone-diaporama::after {
    width: 170%;
    left: calc(50% - (170% / 2));
    content: "";
    position: absolute;
    height: 16rem;
    top: -3.8rem;
    z-index: -1;
    border-top: 4rem solid white;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
    border-radius: 153rem 184rem 184rem 184rem / 18rem 14rem 0rem 0rem;
    z-index: 50;
    background-image: url("https://www.elec-chantier.com/default/CMS/css/common/../../images/elecchantier/motif.png");
    opacity: 0.3; }
  #zone-diaporama #mc-diaporama {
    height: 100% !important; }
    #zone-diaporama #mc-diaporama::before {
      content: "";
      height: .1rem;
      width: 100%;
      position: absolute;
      top: 0;
      z-index: 59;
      box-shadow: 0px 0px 54px 12px black; }
    #zone-diaporama #mc-diaporama .bx-wrapper, #zone-diaporama #mc-diaporama .bx-viewport, #zone-diaporama #mc-diaporama .mc-diaporama-slider, #zone-diaporama #mc-diaporama .mc-diaporama-slide, #zone-diaporama #mc-diaporama .mc-diaporama-container {
      width: 100% !important;
      height: 100% !important; }
    #zone-diaporama #mc-diaporama .mc-diaporama-slide {
      background-position: center;
      background-size: cover; }

.ma-container.ma-aside {
  position: relative;
  line-height: 1.3; }
  .ma-container.ma-aside .ma-title {
    font-size: 4.7rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
    font-family: "Hall Fetica";
    color: white;
    font-style: italic; }
  .ma-container.ma-aside .ma-news-container {
    height: 22rem;
    border-radius: .4rem; }
    .ma-container.ma-aside .ma-news-container .ma-news .ma-news-date {
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: normal;
      margin: .4rem 0; }
    .ma-container.ma-aside .ma-news-container .ma-news .ma-news-title {
      margin: 0.5rem 0; }
      .ma-container.ma-aside .ma-news-container .ma-news .ma-news-title, .ma-container.ma-aside .ma-news-container .ma-news .ma-news-title a {
        font-size: 2.4rem;
        font-weight: 400;
        text-decoration: none;
        color: white; }
      .ma-container.ma-aside .ma-news-container .ma-news .ma-news-title a:hover {
        text-decoration: underline; }
    .ma-container.ma-aside .ma-news-container .ma-news .ma-news-resume {
      font-size: 2rem;
      font-weight: normal;
      color: white;
      line-height: 1.4; }
    .ma-container.ma-aside .ma-news-container .ma-news .ma-know-more-link {
      display: inline-block;
      margin: 0.5rem 0;
      font-size: 1.3rem;
      color: white;
      font-weight: 600; }
  .ma-container.ma-aside .ma-all-news-link {
    position: absolute;
    top: 0.6rem;
    display: none;
    right: 0; }
    .ma-container.ma-aside .ma-all-news-link a {
      font-size: 1.2rem;
      font-weight: normal; }
  .ma-container.ma-aside .ma-pagination {
    position: absolute;
    bottom: 2.6rem;
    left: 0rem;
    height: 1.2rem; }
    .ma-container.ma-aside .ma-pagination .ma-pager .bx-pager-item {
      display: inline-block;
      width: 1.2rem;
      height: 1.2rem;
      margin-right: .4rem; }
      .ma-container.ma-aside .ma-pagination .ma-pager .bx-pager-item a {
        display: inline-block;
        text-indent: -999rem;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 100%;
        background: white;
        opacity: .8; }
        .ma-container.ma-aside .ma-pagination .ma-pager .bx-pager-item a.active {
          opacity: 1; }
  .ma-container.ma-aside .bx-controls-direction {
    position: absolute;
    bottom: 2rem;
    right: 2rem; }
    .ma-container.ma-aside .bx-controls-direction a {
      display: inline-block;
      width: 2.6rem;
      height: 2.6rem;
      margin-left: .6rem; }
      .ma-container.ma-aside .bx-controls-direction a::before {
        content: '';
        display: inline-block;
        width: 1rem;
        height: 1rem;
        margin: 0.7rem 0 0;
        line-height: 2.4rem;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .ma-container.ma-aside .bx-controls-direction a.bx-prev {
        padding-left: 0.9rem; }
        .ma-container.ma-aside .bx-controls-direction a.bx-prev::before {
          border-top: 1px solid #bbbbbb;
          border-left: 1px solid #bbbbbb; }
      .ma-container.ma-aside .bx-controls-direction a.bx-next {
        padding-left: 0.5rem; }
        .ma-container.ma-aside .bx-controls-direction a.bx-next::before {
          border-bottom: 1px solid #bbbbbb;
          border-right: 1px solid #bbbbbb; }
.ma-container.ma-allNews {
  font-size: 1.4rem; }
  .ma-container.ma-allNews .ma-news-image a:hover::before {
    color: #fed300; }
  .ma-container.ma-allNews .ma-news-image a::before {
    content: "En savoir +";
    position: absolute;
    left: 50%;
    font-style: italic;
    font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    font-size: 2.5rem;
    top: 50%;
    font-weight: 200; }
  .ma-container.ma-allNews ul {
    padding: 1rem 0; }
  .ma-container.ma-allNews li.news {
    *zoom: 1;
    padding-left: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #eee; }
    .ma-container.ma-allNews li.news:before, .ma-container.ma-allNews li.news:after {
      content: ' ';
      display: table; }
    .ma-container.ma-allNews li.news:after {
      clear: both; }
    .ma-container.ma-allNews li.news .ma-news-image {
      display: inline-block;
      vertical-align: top;
      margin: .5rem 2rem 0 0; }
      .ma-container.ma-allNews li.news .ma-news-image a {
        display: block; }
        .ma-container.ma-allNews li.news .ma-news-image a img {
          border: .6rem solid white;
          max-width: 100%;
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2); }
    .ma-container.ma-allNews li.news div.ma-news-right {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 21.2rem); }
    .ma-container.ma-allNews li.news .ma-news-date {
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: normal;
      margin: .4rem 0; }
    .ma-container.ma-allNews li.news .ma-news-title {
      font-size: 1.8rem;
      margin-bottom: 0.4rem;
      line-height: 1.3; }
      .ma-container.ma-allNews li.news .ma-news-title, .ma-container.ma-allNews li.news .ma-news-title a {
        font-weight: 400;
        text-decoration: none;
        margin-bottom: 2rem; }
    .ma-container.ma-allNews li.news .ma-news-resume {
      font-size: 1.3rem;
      font-weight: normal;
      line-height: 1.4;
      margin: 0 !important; }
    .ma-container.ma-allNews li.news .ma-know-more-link {
      display: inline-block;
      margin: 0.5rem 0;
      font-size: 1.3rem;
      font-weight: 600; }
  .ma-container.ma-allNews div.ma-all-news-pagination {
    *zoom: 1;
    text-align: center;
    padding: 1rem 0 0; }
    .ma-container.ma-allNews div.ma-all-news-pagination:before, .ma-container.ma-allNews div.ma-all-news-pagination:after {
      content: ' ';
      display: table; }
    .ma-container.ma-allNews div.ma-all-news-pagination:after {
      clear: both; }
    .ma-container.ma-allNews div.ma-all-news-pagination > span {
      display: inline-block;
      vertical-align: top;
      padding: 0 .4rem; }
      .ma-container.ma-allNews div.ma-all-news-pagination > span span, .ma-container.ma-allNews div.ma-all-news-pagination > span a {
        display: inline-block;
        vertical-align: top;
        padding: 0 .2rem; }
.ma-container.ma-detail .ma-news-date {
  margin: .4rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal; }
.ma-container.ma-detail .ma-news-resume {
  margin: .6rem 0;
  font-weight: 600; }
.ma-container.ma-detail .ma-news-image {
  margin: 1.4rem 0; }
  .ma-container.ma-detail .ma-news-image img {
    border: .6rem solid white;
    max-width: 100%;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2); }

.bl [class|="bl-category-label"],
.bl [class|="bl-category-parent-label"] {
  border-left: 8px solid #3e8cb7; }

#bl-recap-payment-paymode .bl-recap-elem.on .bl-recap-paymode-button button,
.ip-bankTransfer-popup .ip-bankTransfer-finish a,
.bl-product .bl-product-picture.pager-active img {
  border: 1px solid #3e8cb7; }

.bl-list-categories [class|="bl-category-link"]:hover span,
.bl-list-category-detail .bl-category-link:hover span {
  background-color: #3e8cb7; }

.bl [class|="bl-category-label"] a,
.bl [class|="bl-category-label"],
.bl [class|="bl-category-parent-label"],
.bl-list-products-multiple-add-to-card-button,
.bl-product-add-to-cart-button,
.bl-list-products li .bl-product-add-to-cart,
.bl-list-items li .bl-product-add-to-cart,
.bl-my-cart-finish-order input.submit,
.bl-my-cart-finish-order button.submit,
.bl-list-items li.bl-item .bl-product-add-to-cart,
.bl-subscribe-user-submit input#bl-cart-information-request,
.bl-list-products-multiple-add-to-card-button input,
.bl-product-add-to-cart-button input,
.bl-subscribe-user-submit:before,
.bl-my-cart div.bl-my-cart-finish-order:before,
.bl-product .bl-product-add-to-cart-button:before,
.bl-list-products li.bl-mode-light .bl-product-add-to-cart,
.bl-list-items li.bl-mode-light .bl-product-add-to-cart {
  color: white; }

.bl-product-price .bl-products-promoted,
.bl-list-items li div.bl-item-price div.bl-products-list-promoted,
.bl-list-products li div.bl-item-price div.bl-products-list-promoted,
.bl-list-items li div.bl-light-price-container div.bl-products-list-promoted,
.bl-list-products li div.bl-light-price-container div.bl-products-list-promoted,
.bl-label-input {
  color: #3e8cb7; }

.bl-product-price div + div {
  color: #3e8cb7; }

#bl-recap-payment-paymode #bl-recap-payment-finish > button,
.bl-list-products-multiple-add-to-card-button,
.bl-product-add-to-cart-button,
.bl-my-cart-finish-order input.submit,
.bl-my-cart-finish-order button.submit,
.bl-list-items li.bl-item .bl-product-add-to-cart,
.bl-subscribe-user-submit input,
.bl-subscribe-user-submit input#bl-cart-information-request,
.bl-popup-detail-contener a,
.bl-list-items li.bl-mode-list .bl-product-add-to-cart,
.bl-list-items li.bl-mode-light .bl-product-add-to-cart,
.bl-list-items li.bl-mode-mosaic .bl-product-add-to-cart,
.bl-list-products li.bl-mode-list .bl-product-add-to-cart,
.bl-list-products li.bl-mode-light .bl-product-add-to-cart,
.bl-list-products li.bl-mode-mosaic .bl-product-add-to-cart {
  background-color: #3e8cb7; }

#bl-recap-payment-paymode #bl-recap-payment-finish > button:hover,
#bl-recap-payment-paymode .bl-recap-elem.on .bl-recap-paymode-button button > div.radio::before,
.bl-list-products-multiple-add-to-card-button:hover,
.bl-product-add-to-cart-button:hover,
.bl-my-cart-finish-order:hover input.submit,
.bl-my-cart-finish-order:hover button.submit,
.bl-subscribe-user-submit:hover input#bl-cart-information-request,
.bl-list-items li.bl-item .bl-product-add-to-cart:hover,
.bl-subscribe-user-submit input:hover,
.bl [class|="bl-category-label"],
.bl [class|="bl-category-parent-label"],
.bl-popup-detail-contener a:hover,
.bl-list-items li .bl-product-add-to-cart:hover {
  background-color: #3e8cb7; }

.bl-my-cart td.bl-my-cart-description div.bl-my-cart-title,
.bl-my-cart td.description div.title,
.bl-my-cart th.bl-my-cart-price,
.bl-my-cart th.price,
.bl-my-cart p.bl-recap-intertitre span,
.bl-my-cart-product-popup .bl-popup-product-title,
.bl-my-cart-product-popup div span,
.bl-recap-contener .bl-recap-etape.active,
div.bl-subscribe span#termsOfSale-label a,
div.bl-subscribe fieldset legend,
.bl-product-price,
.bl-list-products li h3 a,
.bl-list-items li h3 a,
.bl-product-price-list,
.bl-list-items li.bl-item div.bl-item-price,
.bl-product-shipping,
.bl-product-add-to-cart-quantity label,
.bl-list-sous-categories a:hover,
.bl-my-cart-product-popup .bl-popup-product-title a,
.bl-product-title-description,
.bl-product-price div,
.bl-product-price .promoted,
.bl-product-main-title h2,
.ip-checks-popup .ip-checks-finish a,
.ip-checks-popup .ip-checks-title,
.bl-my-cart-label.total,
.bl-my-cart-total,
div#bl-information-request-div fieldset legend,
.bl-product-criteria > .label,
.ip-bankTransfer-popup .ip-bankTransfer-finish a,
.bl-list-sous-categories a {
  color: #3e8cb7; }

.bl-list-items li.bl-mode-light h3 a:hover,
.bl-list-products li.bl-mode-light h3 a:hover,
.bl-list-items li.bl-mode-list2 h3 a:hover,
.bl-list-products li.bl-mode-list2 h3 a:hover,
.bl-list-items li.bl-mode-mosaic2 h3 a:hover,
.bl-list-products li.bl-mode-mosaic2 h3 a:hover,
.bl-product-price div + div,
.bl-product-price .promoted.new_price {
  color: #3e8cb7; }

.bl-recap-contener .bl-recap-etape {
  color: #3e8cb7; }

@media (max-width: 800px) {
  .cms_bloc_GP-Mosaique .gp-container.gp-mosaique .gp-mosaique-page.col4 figure {
    width: calc(50% - 1rem); } }

@font-face {
  font-family: 'fontello';
  src: url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.eot?43976665');
  src: url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.eot?43976665#iefix') format('embedded-opentype'),
       url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.woff2?43976665') format('woff2'),
       url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.woff?43976665') format('woff'),
       url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.ttf?43976665') format('truetype'),
       url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.svg?43976665#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.svg?43976665#fontello') format('svg');
  }
}
*/
 
.wgf-whatsApp:before,
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
 
  /* you can be more comfortable with increased icons size */
   font-size: 120%; 
   margin-left: -1rem;
   margin-bottom: 0.3rem;
   width: 100%;
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.wgf-whatsApp:before { content: '\f232'; } /* '' */
@font-face {
  font-family: 'fontello';
  src: url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.eot?56559813');
  src: url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.eot?56559813#iefix') format('embedded-opentype'),
       url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.svg?56559813#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('data:application/octet-stream;base64,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') format('woff'),
       url('data:application/octet-stream;base64,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AAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKyAAEAKrEABUKzCgIBCCqxAAVCsw4AAQgqsQAGQroCwAABAAkqsQAHQroAQAABAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbMMAgEMKrgB/4WwBI2xAgBEAAA=') format('truetype');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://www.elec-chantier.com/default/CMS/css/common/../font/fontello.svg?56559813#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.wgf-whatsApp:before { content: '\f232'; } /* '' */