@charset "UTF-8";body {
  margin: 0;
  font-family: Times new roman;
  font-size: 20px;
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: #5cb85c;
  text-align: center;
  background-color: #b3d0fc;  
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  background-color: #b3d0fc;   
  border-radius: 0.5rem;
  color: #fff;
}
body.wrapper-fluid footer > .grid-child, body.wrapper-fluid header > .grid-child {
  padding-left: 2em;
  padding-right: 2em;
  background-color: #b3d0fc;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.container-header .grid-child {
  padding: .5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    background-color: #b3d0fc;
}
 
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
}
.breadcrumb-item.active {
  color: #fff;
}
.ma-banniere {
	width: 100%;
    height: 100%;
}
.container-banner .banner-overlay {
   height: 50vh;
}
.img-articles {
  height: auto;
  max-width: 300px;
}
.maClassCSS img{
  height: auto;
  max-width: 300px;
  width: 100%;
} 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Times new roman;
  font-weight: 20px;
  font-size: 30px;
}
