.process .item {
  height: 100%;
}

.process .item .title {
  font-size: 18px;
  font-weight: 700;
}

.sidebar-title h4,
.sidebar-title .text {
  font-size: 24px;
}

/* correction cursor wait in BO */
.gin-back-to-admin .placeholder{
  vertical-align: unset;
  cursor: pointer;
  background-color: unset;
  opacity: 1;
}

/* Figures */
.bloc_texte .ckeditor figure.align-center,
.services-single .ckeditor figure.align-center {
  text-align: center;
}

.bloc_texte .ckeditor figure figcaption,
.services-single .ckeditor figure figcaption {
  text-align: center;
}

/* listes */
.ckeditor ol li .list-icon{
  color: #A61522;
  font-weight: bolder;
  width: 20px;
}

.bloc_texte .ckeditor a, .services-single .ckeditor a{
  text-decoration: underline;
}

.bloc_texte .ckeditor a:after, .services-single .ckeditor a:after{
  content: "";
  display: inline-block;
  background: url("../img/internal-link-red.png") no-repeat;
  background-position-y : 1px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
}

.bloc_texte .ckeditor a[target=_blank]:after, .services-single .ckeditor a[target=_blank]:after {
  content: "";
  display: inline-block;
  background: url("../img/external-link-red.png") no-repeat;
  background-position-y : 1px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
}

/* Footer subscribe */
.footer-subscribe{
  text-align: right;
}

.footer-subscribe .ckeditor p{
  margin-bottom: 0px !important;
}

.footer-subscribe .ckeditor .list-unstyled .list-text p{
  font-size: 16px;
  font-weight: normal;
}

.multiples-cta-item{
  padding-bottom: 24px;
}

.multiples-cta-item h4,
.multiples-cta-item .title {
  font-size: 18px;
}

/* news item add link */

.blog1 .item .wrap .wrapper-img a.link-news{
  display: block;
}

/* sitemap */

.sitemap em{
  background: none;
  cursor: pointer;
}

/* bloc tarif prix */

.pricing .item .cont .numb {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.6);
  opacity: .8;
}

.pricing .item .cont p.a_partir {
  margin: 15px 0 0 0;
}

.pricing .item .cont p.price-price {
  font-weight: 700;
  margin: 0 0 15px 0;
  font-size: 60px;
  line-height: 1.25em;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  color: #101010;
  display: inline-flex;
  position: relative;
}

.pricing .item .cont p.price-price span {
  font-size: 14px;
  padding-left: 10px;
  font-weight: 400;
  color: #777;
}

/* webform contact confirmation */
.webform-confirmation__message h6{
  color: #A61522;
}

.user-logged-in .navbar-expand-lg.nav-scroll {
  position: absolute;
}

.user-logged-in #block-asracing-theme-content {
  margin-top: 113px;
}

.user-logged-in #block-asracing-theme-content .header {
  position: relative;
}

.form-item-field-categorie-target-id li .bef-link--selected  {
  color: #A61522!important;
}

.form-item-field-tag-target-id li:has(> a.bef-link--selected)  {
  background: #A61522;
}

.webform-submission-formulaire-de-contact-form label {
  display: none;
}

.webform-submission-formulaire-de-contact-form #edit-actions {
  width: auto!important;
}

.btn-modal:hover{
  background: #ffffff !important;
  color: #000000 !important;
}

/* mobile */
@media screen and (max-width: 991px) {
  .appointment h4,
  .appointment .title {
    font-size: 25px;
  }

  .blog2 .post-cont h5, .blog2 .post-cont h5 a{
    font-size: 25px;
  }

  .banner-header h1{
    font-size: 30px;
  }

  .process .animate-box{
    margin-bottom: 20px;
  }

  #block-appointment-clients .appointment .offset-lg-1{
    padding-left: 0;
    padding-right: 0;
  }

  #block-appointment-clients .appointment .offset-lg-1 .booking-box{
    padding-left: 12px;
    padding-right: 12px;
  }

  /* bloc texte mobile */
  .bloc_texte h2, .services-single h2{
    font-size: 22px;
  }

  .bloc_texte .ckeditor h3, .services-single .ckeditor h3{
    font-size: 18px;
    margin: 15px 0;
  }

  .bloc_texte .ckeditor h4, .services-single .ckeditor h4{
    font-size: 14px;
    margin: 15px 0;
  }

  .bloc_texte .ckeditor h5, .services-single .ckeditor h5{
    font-size: 12px;
    margin: 15px 0;
  }

  .bloc_texte .ckeditor h6, .services-single .ckeditor h6{
    font-size: 10px;
    margin: 15px 0;
  }

  .bloc_texte .ckeditor img, .services-single .ckeditor img{
    float: none;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .footer-subscribe{
    text-align: left;
  }

  .footer-subscribe .ckeditor .list-unstyled .list-text{
    margin-left: 0;
  }

  .user-logged-in #block-asracing-theme-content {
    margin-top: 131px;
  }

  .bloc_texte .ckeditor a {
    line-break: anywhere;
  }
}
