/******************************************************************
    Variables :
        Those should be used in your theme
******************************************************************/
/*
 * Fonts
 */
/*
 * Colors
 */
/* Functionnal colors */
/* Theme colors */
/* Default colors */
/* Usefull colors */
/*
 * Borders
 */
/******************************************************************
  Unused Variables :
    Only for prestashop compatibility, feel free to delete
******************************************************************/
/**************************************************************
					CMS Pages Styles
***************************************************************/
.accordion-content {
  display: none;
  padding: 10px 20px;
  font-size: 14px;
}

.accordion-content.default {
  display: block;
}

.accordion-toggle {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #343738;
  cursor: pointer;
  font-size: 15px;
  padding: 10px 15px;
}

.accordion-toggle:before {
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 8px;
  content: "\f196";
  display: inline-block;
  vertical-align: top;
}

.accordion-toggle.minus-cercle:before {
  content: "\f147";
}

#cms .guide {
  margin-top: 34px;
}

#cms .guideachat {
  list-style: none;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-top: 14px;
}

#cms .guideachat li {
  flex: 0 0 25%;
  max-width: 24%;
  margin-bottom: 30px;
  margin-right: 1%;
}

#cms .guideachat .title-h2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  text-decoration: none;
  min-height: 62px;
  display: block;
  text-align: center;
}

#cms .guideachat img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

#cms .guidenobullet {
  display: none;
}

#cms #sommaire {
  background: url(https://www.lerevechezvous.com/img/cms/sommaire.png) #724bc3 no-repeat center;
  width: 550px;
  height: 58px;
  display: flex;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0 auto;
  padding-top: 19px;
  padding-left: 203px;
  opacity: 0.8;
  margin-top: 16px;
}

#cms #sommaire a {
  color: white;
}

#cms .sommaire:before {
  content: "\f02d";
  font-size: 21px;
  margin-right: 5px;
}

#cms .sommaire2:before {
  content: "\f0d9";
  font-size: 21px;
  margin-right: 5px;
}

#cms h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

#cms h3 {
  font-size: 14px;
  margin-bottom: 10px;
  clear: both;
}

@media (min-width: 992px) {
  #cms h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #cms h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

/* #cms .rte a {
  color: #724bc3;
} */

#cms .rte .rteleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 6px;
  width: 250px;
}

#cms .rte .rteright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 6px;
  width: 250px;
}

#cms .rte ul {
  margin-left: 2%;
}

#espaceprodiv div {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#espaceprodiv div p {
  padding: 10px;
}

#espaceprodiv p {
  line-height: 15pt;
  font-size: 13pt;
}

#espaceprodiv h3 {
  text-align: center;
  vertical-align: middle;
  clear: both;
  margin-top: 48px;
  font-size: 32px;
  line-height: 72px;
}

#espaceprodiv h3#formpro {
  padding-top: 20px;
}

#espaceprodiv .progauche {
  float: left;
  width: 50%;
  clear: both;
}

#espaceprodiv .prodroite {
  float: right;
  width: 50%;
}

#espaceprodiv .bouton a {
  display: block;
  width: 50%;
  text-align: center;
  text-decoration: none;
  border: none;
  padding: 6px 0 6px 0;
  border-radius: 8px;
  background: #e355df;
  margin: 0 auto;
  color: #fff;
}

#espaceprodiv .bouton a:hover {
  background: #7C98B6;
}

#hs-form-iframe-0 {
  margin-left: 10%;
}

#espaceprodiv .credits {
  color: #d4d4d4;
  font-size: 7pt;
  text-decoration: none;
  float: right;
  clear: both;
  order: 16;
}

#espaceprodiv #clientspros {
  clear: both;
  padding-top: 40px;
}

#espaceprodiv #clientspros li {
  list-style: outside none;
}

#espaceprodiv #clientspros #manufacturers_list {
  padding-top: 35px;
}

@media (min-width: 121px) and (max-width: 820px) {
  #cms .rte .rteleft, #cms .rte .rteright {
    width: 100%;
  }

  /* Modification pour image page ticket SAV */
  .elementor-element-tbabnte div div img {
      display: block;
      width: 360px;
      max-height: 120px;
      height: auto;
      object-fit: cover;
  }

  #cms #sommaire {
    display: block;
    width: 98%;
    background: #724bc3;
    line-height: 33px;
    margin-left: 1%;
    font-size: 14px;
    padding: 0;
    height: initial;
    margin-top: 5px;
  }
  #cms .sommaire:before {
    margin-right: 21px;
  }
  #cms .guideachat li {
    flex: 0 0 48%;
    max-width: 48%;
    margin-left: 1%;
  }
  #cms .guideachat .title-h2 {
    font-size: 15px;
    min-height: 50px;
  }
  #espaceprodiv {
    display: flex;
    flex-direction: column;
  }
  #espaceprodiv p {
    margin: 2px;
  }
  #espaceprodiv .bouton a {
    width: 100%;
  }
  #espaceprodiv .progauche {
    width: 100%;
  }
  #espaceprodiv .prodroite {
    width: 100%;
  }
  #espaceprodiv h3 {
    line-height: 30px;
  }
  #espaceprodiv #pro1 {
    order: 1;
  }
  #espaceprodiv #pro1bis {
    order: 2;
  }
  #espaceprodiv #pro2 {
    order: 4;
  }
  #espaceprodiv #pro3 {
    order: 3;
  }
  #espaceprodiv #pro4 {
    order: 5;
  }
  #espaceprodiv #pro5 {
    order: 6;
  }
  #espaceprodiv #pro6 {
    order: 8;
  }
  #espaceprodiv #pro7 {
    order: 7;
  }
  #espaceprodiv #pro8 {
    order: 9;
  }
  #espaceprodiv #pro9 {
    order: 10;
  }
  #espaceprodiv #pro10 {
    order: 12;
  }
  #espaceprodiv #pro11 {
    order: 11;
  }
  #espaceprodiv #pro12 {
    order: 13;
  }
  #espaceprodiv #pro13 {
    order: 14;
  }
  #espaceprodiv #pro14 {
    order: 16;
  }
  #espaceprodiv #pro15 {
    order: 15;
  }
  #espaceprodiv #clientspros {
    padding: 0;
    order: 17;
  }
  #espaceprodiv #clientspros #manufacturers_list {
    height: 100%;
  }
  #espaceprodiv #clientspros #hide {
    display: none;
  }
  #espaceprodiv h3#formpro {
    order: 18;
    margin-bottom: 50px;
    padding: 0;
  }
}

@media (min-width: 121px) and (max-width: 450px) {
  #cmspaiementalma {
    width: 100%;
    height: auto;
  }
}
