@charset "UTF-8";
header {
  height: 91px;
  position: relative;
}
@media screen and (max-width: 800px) {
  header {
    height: 60px;
    border-bottom: 1px solid #ccc;
  }
}
header .logo {
  position: absolute;
  background: #fff;
  padding: 33px 20px 15px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 200;
  -webkit-box-shadow: 0px 7px 37px -12px rgb(161, 161, 161);
  -moz-box-shadow: 0px 7px 37px -12px rgb(161, 161, 161);
  box-shadow: 0px 7px 37px -12px rgb(161, 161, 161);
}
@media screen and (max-width: 800px) {
  header .logo {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    padding: 10px 0;
    text-align: center;
  }
}
header .logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  header .logo img {
    width: 110px;
    height: auto;
  }
}
header .logoTplElec {
  z-index: 200;
}
@media screen and (max-width: 800px) {
  header .logoTplElec {
    position: relative;
    text-align: center;
  }
}
header .logoTplElec img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  header .logoTplElec img {
    height: 43px;
    width: 110px;
  }
}
header #menu-button {
  position: absolute;
  top: 50%;
  z-index: 500;
  margin-top: -20px;
  left: 10px;
  cursor: pointer;
  width: 40px;
  height: 41px;
  background: url(../images/menu-button.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header #menu-button {
    background: url(../images/menu-button@2x.png) no-repeat;
    background-size: 40px 40px;
  }
}
header #menu-button.active {
  background: url(../images/menu-button-close.png) no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header #menu-button.active {
    background: url(../images/menu-button-close@x2.png) no-repeat;
    background-size: 40px 40px;
  }
}
header menu {
  margin-left: 230px;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  header menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0;
    background: #fff;
    padding-top: 0;
    display: none;
  }
}
header menu li {
  margin-right: 12px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
  header menu li {
    display: block !important;
    padding: 14px 15px;
    font-weight: normal;
    border-top: 1px solid #f4f4f4;
    margin-right: 0;
  }
}
header menu li .submenu {
  position: absolute;
  display: none;
  padding: 0 0px;
  background: #fff;
  top: 39px;
  z-index: 300;
  width: 613px;
  -webkit-box-shadow: 0px 7px 37px -12px rgb(161, 161, 161);
  -moz-box-shadow: 0px 7px 37px -12px rgb(161, 161, 161);
  box-shadow: 0px 7px 37px -12px rgb(161, 161, 161);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 800px) {
  header menu li .submenu {
    position: relative;
    width: auto;
    top: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
    padding: 0;
  }
  header menu li .submenu img {
    display: none;
  }
}
header menu li .submenu .row .level-2 {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  margin: 0;
  padding: 0 0px 15px;
  cursor: pointer;
  float: left;
  border-width: 2px;
  border-style: solid;
  border-color: #f5f5f5;
}
header menu li .submenu .row .level-2 a {
  font-size: 10px;
}
@media screen and (max-width: 800px) {
  header menu li .submenu .row .level-2 {
    display: block;
    text-align: left;
    padding: 9px 0 9px 15px;
    border: none;
    margin-left: 15px;
    font-weight: 700;
    float: none;
    border-bottom: 1px solid #f4f4f4;
  }
  header menu li .submenu .row .level-2 br {
    display: none;
  }
  header menu li .submenu .row .level-2:last-child {
    border-bottom: none;
  }
}
header menu li .submenu .row .level-2.highlight .titre {
  color: #00a850;
}
header menu li .submenu .row .level-2:last-child {
  margin-right: 0;
}
header menu li .submenu .row .level-2 .image {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  header menu li .submenu .row .level-2 .image {
    display: none;
  }
}
header menu li .submenu .row .level-2:hover {
  background: url(../images/background-menu-assurances-over.png) repeat-x top left;
  border-width: 2px;
  border-style: solid;
  border-color: #95da94;
}
@media screen and (max-width: 800px) {
  header menu li .submenu .row .level-2:hover {
    background: none;
    border: none;
    border-bottom: 1px solid #f4f4f4;
  }
}
header menu li .submenu .row .level-2:hover a {
  color: #fff;
}
@media screen and (max-width: 800px) {
  header menu li .submenu .row .level-2:hover a {
    color: #00a850;
  }
}
header menu li .submenu .row .level-2:hover.highlight .titre {
  color: #fff;
}
@media screen and (max-width: 800px) {
  header menu li .submenu .row .level-2:hover.highlight .titre {
    color: #00a850;
  }
}
header menu li .submenu .row .level-2:hover .image {
  margin-bottom: 17px;
}
header menu li .submenu .row .level-2 .titre {
  height: 26px;
}
@media screen and (max-width: 800px) {
  header menu li .submenu .row .level-2 .titre {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  header menu li .submenu .row:first-child .level-2 {
    border-bottom: 1px solid #f4f4f4;
    border-top: none;
  }
}
header menu li .submenu .row:last-child .level-2 {
  border-bottom: none;
}
@media screen and (max-width: 800px) {
  header menu li .submenu .row:last-child .level-2 {
    border-bottom: 1px solid #f4f4f4;
  }
}
header menu li .submenu .row:last-child .level-2:last-child {
  border-bottom: none;
}
header menu li a {
  color: #888888;
  text-decoration: none;
  font-size: 11px;
}
header menu li a:hover {
  color: #00a850;
}
header menu li a.headerMenuTitle {
  color: #00a850;
}
header menu li a.headerMenuTitle:hover {
  color: #606060;
}
header menu li.active > a {
  color: #00a850;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  header menu li.item-101 > a {
    display: block;
    width: 100%;
    background: url(../images/chevron-right.png) no-repeat 98% 50%;
  }
}
@media screen and (max-width: 800px) {
  header menu li.item-101.active > a {
    background: url(../images/chevron-bottom.png) no-repeat 98% 50%;
  }
}
header .comm {
  float: right;
}
header #encart {
  background: url(../images/degrade-vert.png) repeat-x top left;
  display: inline-block;
  float: right;
  color: #fff;
  font-size: 11px;
  width: 210px;
  height: 91px;
}
header #encart ul {
  padding-left: 10px;
}
header #encart ul li {
  list-style-image: url(../images/puce-fleche.png);
  list-style-position: inside;
  margin-bottom: 5px;
}
header #encart a {
  color: #fff;
  text-decoration: none;
}
header #encart a:hover {
  font-weight: bold;
  text-decoration: underline;
}
header #encart h3 {
  text-transform: uppercase;
  background: url(../images/picto-espace-amv.png) no-repeat 12px 50%;
  margin: 0;
  padding: 9px 12px 9px 40px;
  font-size: 11px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #7fcf96;
}
header #encart h3:hover {
  background-color: #52c203;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 5px -2px rgb(26, 148, 42);
  -moz-box-shadow: 0px 5px 5px -2px rgb(26, 148, 42);
  box-shadow: 0px 5px 5px -2px rgb(26, 148, 42);
}
header #encart h3 a:hover {
  text-decoration: none;
}

footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer menu {
  padding: 0;
  padding-left: 15px;
}
footer menu ul {
  padding: 0;
  list-style: none;
}
footer menu ul li {
  display: inline-block;
  margin-right: 10px;
}
footer menu ul li, footer menu ul li a {
  font-size: 10px;
  color: #666666;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
footer menu ul li a:hover {
  color: #00a850;
}
footer .mention {
  font-size: 10px;
  color: #adadad;
  text-align: justify;
  line-height: 15px;
  padding-left: 15px;
}
footer .mention a {
  color: #adadad;
  text-decoration: none;
}
footer .note {
  color: #cacaca;
}
footer #accespro {
  margin-top: 5px;
}
footer #accespro .button-gris {
  width: 138px;
}
@media screen and (max-width: 800px) {
  footer #accespro {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  footer #accespro {
    display: none;
  }
}

#lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/background-lightbox-home.png);
  z-index: 510;
}

#bandeau-cookies {
  background: url(../images/background-cookies.png);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
}
#bandeau-cookies a {
  color: #00a850;
  text-decoration: none;
}
#bandeau-cookies a:hover {
  text-decoration: underline;
}

.debug-info p {
  display: none;
}
.debug-info h3 {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 2px;
  margin-bottom: 2px;
}
.debug-info h3 :after {
  content: "➕"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.debug-info h3 .active:after {
  content: "➖";
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.title-popUp-garantie {
  color: #606060;
}

.Transform_h2_div_obtenirTarif {
  color: #606060;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

#Transform_h2_span_vosCoordonnees {
  color: #606060;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  font-weight: normal;
  text-transform: uppercase;
}

#Transform_h2_div_PrododuitConcerne {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-bottom: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

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