body {
  background-color: #181818;
  margin:0px;
}

p {
	color:Black;
	font-family:Segoe WP;
}

 /* unvisited link */
a:link {
  color: #888;
}

/* visited link */
a:visited {
  color: #888;
}

/* mouse over link */
a:hover {
  color: #888;
}

/* selected link */
a:active {
  color: #888;
} 

#navbar {
	min-height: 80px;
	width: 100%;
	position: fixed;
	background-color: #181818;
	z-index: 5;
}

#container-title {
	width: 100%;
	background-color: #121d28 ;
	padding-top:80px;
}

#media-container {
	background-color: white;
	padding:10px;
}

#container-features {
	width: 100%;
	background-color: white;
}

#container-features-text {
	width: 65%;
	padding:30px;
	text-align:left;
}

#pics-container {
	width: 100%;
	background-color: #222222;
	padding-top:90px;
	padding-bottom:90px;
}

#bottom-container {
	background-color: #121d28 ;
	width: 100%;
}

#container-infos{
	background-color: #ffffff;
	padding:10px;
	padding-left:150px;
}

#container-infos-text {
	width: 65%;
	padding:10px;
	text-align:center;
}

.contact {
	margin-left: 20px;
}

.style_prevu_kit
{
    display:inline-block;
    border:0;
	z-index: 2;
    width:343px;
    height:202px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
	margin:15px

}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 3;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
	cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
	width:1024px;
	height:576px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}