html{
    height: 100%;
}
body {
    position: relative;
    margin: 0;
    padding-bottom: 0rem;
    min-height: 100%;
    /*background-image: url("../images/home.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 80%;*/
	color: #004085;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}
.form-control{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #363636;
    color: #ffffff;
    font-size: 13px;
}
#footer a{
    color: #004085;
}
#footer a:hover{
    color: #555555;
}
a:hover{
    text-decoration: none;
}
.static_link, .static_link:hover{
    color: #0077FF;
}
.inactive_link, .inactive_link:hover{
    color: #6BAFFF;
}
/* Navbar */
.navbar{
    font-weight: 400;
    -webkit-box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    -moz-box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: large
}
.navbar-light .navbar-nav .nav-link {
    color: #03363D;
}

.navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #2276D2;
    text-decoration: underline;
}

/* D finir la taille de la police de base */
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    transition: font-size 0.3s ease-in-out;
}

/* Agrandir le texte au survol */
.navbar-light .navbar-nav .nav-link:hover {
    font-size: 20px;
    color: #2276D2;
    text-decoration: underline;
}



/* Heading */
.heading{
    font-weight: 200;
    font-size: 42px;
    line-height: 48px;
    padding-top: 10px;
}
.sub_heading{
    font-weight: 200;
    font-size: 36px;
    margin-top: 5px;
    line-height: 35px;
}
/* Knowledge base */

@media screen and (max-width: 576px) {
  .slider-block {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .slider.bloc img {
    width: 33.33%;
    margin-right: 20px;
  }
  
  .slider.bloc img:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .slider.bloc img {
    width: 33.33%;
    margin-right: 20px;
  }
}
.pointer{
    cursor: pointer;
}
.bg-staff{
    background-color: #fff;
}


