.container-banner {
  padding: 0 0 0 0 ;
  margin-bottom: 4px ;
}
.container-header {
  background-image: none ;
  background-color: white ;
}

.brand-logo {
  text-align: left;
  justify-content: left;
}

.a2a_kit {
  display: inline-block; 
  margin-left: 10px;
}

.page-header h1 {
  color: #425E85;
}

.container-nav {
  background-color: #00448A;
}

.container-header .container-nav {
  padding-top: 0px ;
  padding-bottom: 0px ;
}

.container-banner {
  background-color: #00448A;
   padding-bottom: 6px ; 
}

.navbar-brand {
  width: 100%;
  padding: 0 0 0 0;
}
.slide-desc-text-default {
  padding: 5px 5px 5px;
}

.top-a.card {
   margin-bottom: 2px ;
   margin-top: 4px ;
   border-top-width: 0 ;
   border-bottom-width: 0 ;
   border-left-width: 0 ;
   border-right-width: 0 ;
   background-color: #00448A;
}

.top-a.card > .card-body {
  padding:  0 0 0 0 ;
}
 
.top-b.card {
   background-color: #00448A ;
   margin-bottom: 2px ;
   margin-top: 4px ;
   border-top-width: 0 ;
   border-bottom-width: 0 ;
   border-left-width: 0 ;
   border-right-width: 0 ;

}


.slick-list.draggable {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.top-b a:link,
.top-b a:visited, 
.bottom-a a:link,
.bottom-a a:visited, 
.sidebar-left a:link,
.sidebar-left a:visited, 
.sidebar-right a:link,
.sidebar-right a:visited
{
  color: #68EAFF ;
}

.card-header {
  color: yellow ;
}

.sidebar-right {
  background-color: #00448A ;
  color: white ;
}

.sidebar-right.card {
  margin-bottom: 2px ;
  margin-top: 4px ;
}

.mod_events_latest_first, .mod_events_latest {
  color: #FFFFFF ;
}

.sidebar-left.card {
  background-color: #00448A ;
  color: white ;
  margin-bottom: 2px ;
  margin-top: 4px ;
}

.container-bottom-a {
  background-color: #00448A ;
}

.bottom-a.card {
  background-color: #00448A ;
  margin-left: 8px ;
  margin-right: 8px ;
}

.grid-child.container-bottom-b {
  background-image: none ;
  background-color: white;
  justify-contenet: center ;
  text-align: center ;
}

.card-body {
  color: white ;
}

.container-footer {
  background-image: none ;
  background-color: #00448A;
}

.footer .grid-child {
  justify-content: center;
  padding-top: 15px ;
  padding-bottom: 10px ;
}

.metismenu.mod-menu .mm-collapse {
  background-color: #00448A;
}

.metismenu-item  a:link, 
.metismenu-item  a:visited , 
.metismenu-item  a:active {
  color: #68EAFF;
  text-decoration: none ;
}

.metismenu-item  a:hover {
  color: #68EAFF;
  text-decoration: underline ;
}

a:link, a:visited, a:hover, a:active > h4.mfp_default_title {
  color: #425E85 ;
}

.metismenu.mod-menu .parent>ul { color: #FFFFFF ;
}

.mod-finder {
   margin-top:4px ;
   margin-bottom: 4px ;
}

.monbandeau {
  min-width: 70%;
}

.myiframe {
  font-family: "Bistream Charter" ;
  font-size: 12px;
}

table.myiframe {
  color: white ;
  border: 1px solid;
  border-collapse: collapse;
  border-color: white ;
}

.myiframe caption, .myiframe thead {
  font-size: 14px;
}

.colcenter {
  text-align: center ;
}

/* zoom images */
img.zoom
{
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
img.zoom:hover
{
  transform: rotate(0deg) scale(2.5);
}
