.blanc {
  color: #ffffff;
}
.bleuClair {
  color: #728FAA;
}
.bleuFonce {
  color: #063D64;
}
.bleu {
  color: #156DAB;
}
.vert {
  color: #60C539;
}
.gris {
  color: #6B6D6E;
}
.grisClair {
  color: #F3F6FF;
}
.grisClair1 {
  color: #E6E6E6;
}
.noir {
  color: #0F202A;
}
.orange {
  color: #FE801D;
}
.orangeClair {
  color: #FFF5EA;
}
article.node--type-bafa-session.node--view-mode-resume.node--unpublished {
  padding: 0;
}
article.node--type-bafa-session.node--view-mode-resume .node__content {
  margin: 0;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .entete {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #60C539;
  padding: 10px 15px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .entete h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
  text-align: left;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .entete span {
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps {
  padding: 25px 25px 25px 25px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps .dates {
  background-image: url(../images/icon/calendar.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  padding-left: 22px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps .adresse {
  background-image: url(../images/icon/geoloc.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 10px;
  padding-left: 22px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps #maps-resume-session {
  height: 250px;
  margin-bottom: 10px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps .datelimite {
  background-image: url(../images/icon/chrono.png);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #E6E6E6;
  font-size: 15px;
  line-height: 19px;
  color: #FE801D;
  padding-bottom: 15px;
  padding-left: 22px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps .montants {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FFF5EA;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
  padding: 10px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps .montants .montant {
  background: transparent;
  float: left;
  text-align: center;
  width: 50%;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps .montants .montant:first-child {
  border-right: 1px solid #ffffff;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps .montants .montant .libelle {
  font-size: 15px;
  line-height: 19px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps .montants .montant .prix {
  color: #FE801D;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
article.node--type-bafa-session.node--view-mode-resume .node__content .corps .montants .montant.large {
  border: 0;
  width: 100%;
}
