body, html {
    height: 100%;
    background-color: #202020;
}
.bg {
    /* The image used */
    background-image: url("../img/it-head.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* Title align et color */
    padding-top: 25%;
    color : white;
    text-shadow: 0.1em 0.1em 0.2em black
}


/*a {
*/
	/*box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);*/
	/*
	color :white;

}*/

.mcfloue {

	filter: blur(2px);
    opacity: .5
}

/* navbar noir scroll */

.navbar-default{
  transition:500ms ease;
  background-image:linear-gradient(rgba(0,0,0, .5) 60%, rgba(0,0,0, 0));
  /*background-color: rgba(0,0,0, .5);*/
}
.navbar-default.scrolled{
  background:#191919; /* #000*/
}

.mcnavfont{

	color:red;
}
.navbar-dark .navbar-nav .nav-link {

	    color: rgba(240,240,240,.8);
}


.mcdark-font {

	background-color: #191919;

}

.mcdark-section {

	background-color: #202020;
  color: white;

}
