/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
.retour{
    clear: both;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background-image: url(img/bg1.jpg);
    min-height: 1200px;
	line-height: 1;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container{
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.5);
}
.bandeau{
    background-color: orangered;
}
h1{
    text-align: center;
    font-size: 30px;
    text-shadow: 3px 3px 2px black;
    color: white;
    padding: 30px;
}
.bg-light{
    background-color: orangered!important;
    padding: 15px;
}
.deuxieme{
    background-color: transparent;
    padding: 15px;
}
.nav-link{
    color: white;
}
.nav-link:hover{
    color: black;
}
.opacity{
    background-color: rgba(255,255,255,0.3);
}
.col-lg{
    padding: 15px;
    margin-top: 15px;
}
.box{
    border-left: 1px dashed black;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: white;
}
.footer{
    text-align: center;
    color: black;
    background-color: orangered;
    padding: 10px;
}

@media screen and (max-width:991px){ 
    .box{
        border-left: none;
        border-top: 1px dashed black;
    }
 }