/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./parts/modules/carte/carte.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * VARIABLES
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.m-carte .texte {
  margin-bottom: 30px;
}
.m-carte .agence {
  position: relative;
  padding-left: 20px;
  margin: 0 0 40px 100px;
}
@media (max-width: 991.98px) {
  .m-carte .agence {
    margin: 0 0 40px 0;
  }
}
.m-carte .agence.primary:before {
  background: #000000;
}
.m-carte .agence.primary .tel {
  color: #000000;
}
.m-carte .agence:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: #28BDEF;
}
.m-carte .agence p {
  line-height: initial;
}
.m-carte .agence .nom {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 900;
}
@media (min-width: 1200px) {
  .m-carte .agence .nom {
    font-size: 1.5rem;
  }
}
.m-carte .agence .adresse, .m-carte .agence .ville {
  font-size: 1.25rem;
  font-weight: 400;
}
.m-carte .agence .tel {
  font-size: 1.25rem;
  font-weight: 900;
  color: #28BDEF;
  text-decoration: none;
}

/*# sourceMappingURL=carte.min.css.map*/