:root {
  --content-font: var(--title-font);
}

.card {
  box-shadow: none;
  text-align: justify;
  height: 100%;
  position: relative;
  border: none;
}

.card img {
  display: block;
  border-radius: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-position: center;
  background-position: center;
  width: 100%;
  object-fit: cover;
}

.col-encadre .card .card-body {
  box-sizing: border-box;
  width: 60%;
  height: 15rem;
  position: absolute;
  display: block;
  bottom: 0;
  background: white;
  margin-left: 2rem;
  padding: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.encadre.card img {
  height: 100%;
}

.card h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 400;
}

.card h6 {
  text-align: center;
  font-size: 1.7rem;
}

.card p {
  font-weight: 200;
  padding: 0.2rem 1.2rem;
  color: #2d373e;
}

.annonce {
  --border-color: #cbced1;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.annonce .header {
  border: solid 1px var(--border-color);
}

.annonce .header .card-title {
  font-variant-caps: small-caps;
  text-transform: none;
  /* font-size: 2.1rem; */
  font-size: 1.8rem;
}

.annonce .header .card-subtitle {
  font-size: 1.7rem;
}

.annonce .content {
  border: solid 1px var(--border-color);
}
.annonce .content-card {
  position: relative;
}

.annonce .link {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-size: 1.5rem;
}
.annonce .bottom-color-line {
  bottom: 0;
}
.annonce .mini-color-line {
  position: absolute;
  width: 1.4rem;
  margin: 0;
  left: calc(50% - 0.7rem);
}
.annonce .maxi-color-line {
  margin: 0;
  position: absolute;
  width: 11.4rem;
  left: calc(50% - 5.7rem);
}

.submenu .header::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #424242;
}

.submenu.card h5 {
  text-align: left;
  font-size: 1.5rem;
}
.submenu.card h6 {
  font-family: var(--title-font);
  font-weight: 200;
  font-size: 1rem;
  text-align: left;
}

.home-container {
  padding: 0;
}

#home-left-part
{
    float: left;
    width: 55%;
    padding-right: 20px;
}

#home-right-part
{
    float: left;
    width: 175px;
    margin-left: 10px;
    color: #7b7b7b;
    font-size: 11px;
}

#block-2
{
    width: 640px;
    margin-top: 35px;
}

#block-dossier
{
    width: 400px;
}

#block-dossier h1
{
    text-transform: uppercase;
    padding-bottom: 2px;
    border: none;
}

#block-dossier p
{
    color: #a89ca4;
    font-family: Arial;
}

#block-dossier img
{
    float: right;
    margin: 2px 0 3px 15px;
}

#cours-actualises
{
    width: 147px;
    float: left;
}

#cours-actualises h1
{
    border-bottom: solid 3px #866c7d;
    padding-bottom: 12px;
    margin-bottom: 21px;
}

#cours-actualises h1 a
{
  color: #8a8a89;
  font-size: 11px;
}

#cours-actualises li
{
    text-decoration: none;
    margin: 10px 0;
}

#cours-actualises li a
{
  font-size: 11px;
  color: #866C7D;
}

#livre
{
    width: 200px;
    float: left;
    margin: 0 0 0 57px
}

#livre h2
{
    font-size: 12px;
    text-align: right;
    margin-top: 38px;
}

#livre p
{
    text-align: right;
    color: #8a8a89;

}

#livre img
{
    float: right;
    margin-left: 18px;
    border: solid 1px #ededed;
}

#livre .plus
{
    margin-bottom: 4px;
    float: right;
}

#home-left-part h1
{
	color: #7b7b7b;
	font-size: 12px;
}

#home-boursier-macaron
{
  position: absolute;
  right: 16px;
  top: 12px;
}

#home-block1
{
  position: relative;
	border: solid 1px #EAEAEA;
	padding: 0 10px 10px 10px;
}

#home-block2
{
  /*margin: 35px 0 0 10px;*/
  margin: 20px 0 0 0;
}

#home-block2 .list li
{
  list-style-image: url("/images/fleche_droite_mini.png");
}

#home-block2 h2 a
{
  /*color: #76929e;*/
  font-family: Arial, Helvetica, sans-serif;
}

.home-block h2
{
    color: #2b70a0;
    font-size: 15px;
    font-weight: normal;
}

#home-right-part h2
{
    font-size: 14px;
    font-weight: normal;
}

#home-right-part .feed-entry
{
  margin-top: 11px;
  clear: both;
}

#home-right-part .feed-entry-title
{
  margin-bottom: 5px;
}


#home-right-part .feed-entry a
{
  font-size: 11px;
  color: #474747;
}

#home-right-part .feed-entry-enclosure
{
  float: right;
  margin: 2px;
}

.summary
{
  /*font-style: italic;*/
}

.home-news-block img
{
  float: right;
}

#plus
{
  float: left;
  margin-top: 10px;
}

#knowledge-list li
{
  float: left;
  width: 33%;
  text-align: center;
}

#knowledge-list li .title
{
  margin-top: 2px;
}

#home-bottom
{
  clear: both;
  position: relative;
  top: 20px;
  padding-top: 10px;
  border-top: 1px solid #EAEAEA;
}

#home-bottom h2 a
{
  text-transform: uppercase;
}

#book-bases .description
{
  width: 145px;
  float: left;
  text-align: center;
}

#book-bases .description h1
{
  font-size: 17px;
  color: #5c5c5c;
  text-transform: none;
  padding: 0;
  border-bottom: 0;
  margin: 15px 0 4px 0;
}

#book-bases .description h2
{
  font-size: 14px;
  color: #8e4990;
  margin: 0 0 25px 0;
}

#book-bases .price
{
  font-family: osvaldo, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #255774;
  margin-bottom: 4px;
}

#book-bases .format
{
  font-family: osvaldo, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 18px;
  color: #959595;
}

#book-bases .box-link
{
  margin: 0 auto;
  width: 90px;
  padding: 6px;
}

#block-lessons
{
  clear: both;
  margin-top: 28px;
}

#block-lessons a
{
  color: #866c7d;
}

#block-lessons .menu-wrapper
{
  float: left;
  width: 44%;
  margin: 5px 10% 5px 0;
  min-height: 10rem;
}

#block-lessons .menu-wrapper h2
{
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
}

#block-lessons .menu-wrapper:nth-child(odd)
{
  margin-right: 0;
}

#headline
{
  min-height: 0;
}

#right-sidebar
{
  margin: 0 0 0 17px;
}

.block
{
  position: relative;
}

.block > h2
{
 transform: rotate(-90deg);
 width: 10rem;
 position: absolute;
 margin: 0;
 left: -6.5rem;
}

#last-item
{
  top: 12.5rem;
}

#random-lessons
{
  top: 8rem;
}
