.col {
	display: table-cell;
	padding:0 10px;
	border: 1px solid silver;
	white-space: normal;
	margin-bottom : 5px;
	width:16%;
	background-color:#f8f8f8;
	font-size:1.2em;
	}

	h1 {
	padding-top:20px;
}


@media (max-width: 750px) {
	.col {
		display: inline-block;
		margin-bottom:5px;
        padding:10px 10px 10px 10px;
		text-align: left;
		width:95%;
		border: 1px solid #a1a1a1;
		/*border-radius: 25px;*/
    		}
  	}

/* BackToTop button css */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    /*background-color:#3498db;*/
    background:rgba(0, 0, 0, 0.25);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}

#scroll:hover {
    background:rgba(0, 0, 0, 1);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

    nav.navbar.navbar-default.navbar-fixed-top div.container div.navbar-header span.titre {
      font-family: 'kuroregular';
      text-align:center;
      vertical-align:middle;
      font-variant:uppercase;
      text-indent:25px;
      margin-left:25px;
    }
ul.nav.navbar-nav.navbar-right li a:hover.border.ext {
  color: purple;
}