/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.force-center .pwr-3D-box .pwr-image-box__front {display: flex; flex-direction: column; justify-content: center; text-align: center; height: 100%;}
.pwr-back-to-top {background-color:#000;}
ul.nav-rapide li:before {background:#ffffff !important;}
ul.nav-rapide li a {color:#ffffff !important;}
ul.nav-rapide li a:hover {text-decoration:underline !important;}

/* Last item in any header dropdown styled as CTA */
header .hs-menu-wrapper > ul > li:nth-child(3) > ul > li:last-child > a {
  background: #1F3864;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  text-transform: uppercase;
}

header .hs-menu-wrapper ul ul > li:last-child > a:hover {
  background: #2E4F8C;
  text-decoration: none;
}
}

/*****************************************/
/* Start Menu Services    */
/*****************************************/
.consab-services .pwr-sec-breadcrumbs__list-item:not(:last-child):after {content: ">";}
.consab-services {background-color:transparent;}

/* Mobile par défaut (base) */
.consab-services .pwr-sec-breadcrumbs__link {
  font-size: 1.4em;
}

/* Petits mobiles (max 480px) */
@media (max-width: 480px) {
  .consab-services .pwr-sec-breadcrumbs__link {
    font-size: 1.2em;
  }
  .consab-services .page-center {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Mobiles moyens (481px à 575px) */
@media (min-width: 481px) and (max-width: 575px) {
  .consab-services .pwr-sec-breadcrumbs__link {
    font-size: 1.3em;
  }
  .consab-services .page-center {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Grands mobiles / Petites tablettes (576px à 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .consab-services .pwr-sec-breadcrumbs__link {
    font-size: 1.35em;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Tablettes (768px à 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .consab-services .pwr-sec-breadcrumbs__link {
    font-size: 1.3em;
    margin-left: 0;
    margin-right: 0;
  }
  .consab-services .page-center .pwr-sec-breadcrumbs__link {
    margin: 0;
    padding: 0;
  }
}

/* Desktop (1024px à 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
  .consab-services .pwr-sec-breadcrumbs__link {
    font-size: 1.5em;
  }
}

/* Large desktop (1200px à 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .consab-services .pwr-sec-breadcrumbs__link {
    font-size: 1.6em;
  }
}

/* Très grand desktop (1400px et plus) */
@media (min-width: 1400px) {
  .consab-services .pwr-sec-breadcrumbs__link {
    font-size: 1.7em;
  }
}
/*****************************************/
/* End Menu Services    */
/*****************************************/