body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
  }
/*--- navigation bar ---*/
.navbar {
    background:#5882FA;
    color: #fff;
}
.nav-link1 {
    text-decoration: none;
    color: #fff;    
}
.nav-link1:hover {
    text-decoration: none;
    color: rgb(179, 177, 177);    
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
  }

.header {
    background-image: url('../PDLMB5.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 150px;
  }

.header-nom {
    margin: 1em;
    color:white;
    text-shadow: 0 0 0.2em rgb(32, 32, 32), 0 0 0.2em rgb(32, 32, 32), 0 0 0.2em rgb(32, 32, 32) ;
  }

.nomASL {
  font-size: larger;
}

/* fleche vers le bas du menu */
#monMenu .dropdown-toggle::after { 
  color:white; 
  }

.features {
    margin: -4em auto;
    padding: 1em;
    position: relative;
  }
.feature-title {
  color: #333;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/*
.features img {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
*/

.page-footer {
    background-color: #222;
    color: #ccc;
    padding: 50px 0px 0px 0px;
  }
.footer-copyright {
    color: #666;
    padding: 0px 10px 10px 10px;
}

.card {
    background-color: rgb(255, 255, 255);
    margin: 1em;
}

.card:hover {
    background-color: rgb(233, 232, 232);
}

.bigcard:hover {
    background-color: rgb(255, 255, 255);
}




/* css for mobile (résolution width<1200px) */

@media (max-width: 1200px) {  
  /* on diminue au maxi les marges du squelette */
  .card {
    margin: 0em;
  }
  .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header {
    height: 100px
  }
  .header-nom {
    margin: 0.2em 0em 0em 0em;  
  }
  .container-fluid {
    padding-left: 0px;
  }
}



