blockquote {
  position: relative;
  background: #d6d6d6;
  padding: 40px 70px;
}
blockquote p {
  margin: 0;
}
blockquote:before {
  position: absolute;
  top: 25px;
  left: 25px;
  content: "\f10d";
  font-family: 'Fontawesome';
  font-size: 40px;
  color: #999;
}
blockquote:after {
  position: absolute;
  bottom: 25px;
  right: 25px;
  content: "\f10e";
  font-family: 'Fontawesome';
  font-size: 40px;
  color: #999;
}

.promote_frame{
    border: none;
    background: none;
    min-width: 50%;
}

.promote_frame .card-body{
    border-style: solid;
    border-width: 50px;
    padding: 0px !important;
    border-image-source: url(https://www.apprendre-html-et-css.com/images/border.png);
    border-image-slice: 142 142 142 142;"
}

/* Task page */

.section {
    margin-bottom: 10px;
    border-width: 1px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    position: relative;
    padding: 1rem;
    margin: 1rem -.75rem 0;
    border: solid #dee2e6;
}

.section span.title {
    margin-top: -10px !important;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
    color:#4f4f4f;
}

.section span.title i {
    margin-left: 10px;
    float: right;
}

.section label {
    text-align:right !important;
}

/* for mobile */
@media only screen and (max-width: 600px) {
    .section label {
        text-align:left !important;
    }
}

#trackings  div.tracking_element{
    margin:10px;
}

#trackings div.tracking_element .tracking_value{
    text-align: center;
}




/* Time Page */

#timer_count > .card {
    width: 50rem;
}

#timer_count button {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
    margin:10px;
    }