/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cas-client/cas-client.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 * VARIABLES
 * –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.m-cas-client {
  position: relative;
  z-index: 1;
}
.m-cas-client img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.m-cas-client .info {
  background-color: #28BDEF;
  padding: 50px 50px 45px 30px;
}
.m-cas-client .info .activite {
  margin-bottom: 35px;
}
.m-cas-client .info-titre {
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
.m-cas-client .info-texte {
  font-size: calc(1.2875rem + 0.45vw);
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 1200px) {
  .m-cas-client .info-texte {
    font-size: 1.625rem;
  }
}
.m-cas-client .info p {
  line-height: initial;
  color: #fff;
}
.m-cas-client .info .toggle-titre {
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3333333333;
  position: relative;
  margin: 20px 0 0;
  transition: all 0.2s ease-in-out 0.1s;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 991.98px) {
  .m-cas-client .info .toggle-titre {
    line-height: 1.5;
  }
}
.m-cas-client .info .toggle-titre.active span::after {
  transform: translate(3px) rotate(0deg);
}
.m-cas-client .info .toggle-texte {
  position: relative;
  padding: 8px 0 0;
  transition: all 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
}
.m-cas-client .info .toggle-texte p,
.m-cas-client .info .toggle-texte ul {
  margin-bottom: 0;
  color: #fff;
}
.m-cas-client .info span:after {
  content: url(../img/triangle-pleinwhite.svg);
  position: absolute;
  width: 30px;
  height: 14px;
  right: 10px;
  transform: rotate(-90deg);
  transition: 0.3s ease;
}

/*# sourceMappingURL=cas-client.min.css.map*/