/* Module 'notre expertise' (page d'accueil uniquement)
   Source : "Simple Custom CSS and JS PRO" (code #141) - migre dans le theme enfant.
*/
.saf_hide-show .saf_hide-show-container {
  transition: all 1s; }
  @media all and (min-width: 768px) {
    .saf_hide-show .saf_hide-show-container {
      width: 70%; } }
  .saf_hide-show .saf_hide-show-container .hidden-content {
    border-left: 100px solid #e41b13;
    max-height: 0;
    overflow: hidden;
    transition: all 1s; }
    @media all and (max-width: 768px) {
    .saf_hide-show .saf_hide-show-container .hidden-content {
      border-left: 50px solid #e41b13; } }
    .saf_hide-show .saf_hide-show-container .hidden-content .vc_col-has-fill {
      min-height: 200px; }
    .saf_hide-show .saf_hide-show-container .hidden-content .img-column {
      margin: 0; }
  .saf_hide-show .saf_hide-show-container .title-btn {
    border-left: 100px solid #e41b13;
    /*.show {
      max-height: 1000px;
      opacity: 1;
      transition: all 1.5s;
    }*/ }
    @media all and (max-width: 768px) {
    .saf_hide-show .saf_hide-show-container .title-btn {
      border-left: 50px solid #e41b13; } }
    .saf_hide-show .saf_hide-show-container .title-btn:hover {
      cursor: pointer; }
      .saf_hide-show .saf_hide-show-container .title-btn:hover h2 {
        color: #303030; }
    .saf_hide-show .saf_hide-show-container .title-btn h2 {
      margin-bottom: 0;
      font-size: 25px;
      line-height: 1.1;
      transition: color 0.25s;
      text-transform: uppercase; }
      @media all and (max-width: 768px) {
    .saf_hide-show .saf_hide-show-container .title-btn h2 {
      font-size: 16px; } }
  .saf_hide-show:nth-child(even) {
    justify-content: flex-end; }
  .saf_hide-show:nth-child(even) .saf_hide-show-container .hidden-content {
    border-left: inherit;
    border-right: 100px solid #e41b13; }
    @media all and (max-width: 768px) {
      .saf_hide-show:nth-child(even) .saf_hide-show-container .hidden-content {
        border-right: 50px solid #e41b13; } }
    .saf_hide-show:nth-child(even) .saf_hide-show-container .title-btn {
      border-left: inherit;
      border-right: 100px solid #e41b13; }
    @media all and (max-width: 768px) {
      .saf_hide-show:nth-child(even) .saf_hide-show-container .title-btn {
        border-right: 50px solid #e41b13; } }
    .saf_hide-show:nth-child(even) .saf_hide-show-container .title-btn h2 {
      text-align: left !important; }

.saf_hide-show .show {
  width: 100% !important; }
  .saf_hide-show .show .hidden-content {
    max-height: 1000px;
    opacity: 1;
    transition: all 1s; }
