@charset "utf-8";
/* CSS Document */
.espace{margin-bottom: 10px;margin-top: 20px;}
.galerie{
	/* [disabled]margin-bottom: 10px; */
	/* [disabled]margin-top: 20px; */
	color: #FFF;
	background-color: #757F95;
	font-family: Roboto;
}
#TopUp{display:none;position:fixed;bottom:20px;right:30px;z-index:99;font-size:18px;border:0;outline:0;background-color:red;color:white;cursor:pointer;padding:15px;border-radius:4px}
#TopUp:hover{background-color:#555}

 html,
        body {
            height: 100%;
        }

        /* Navigation*/

        .navbar {
            background-color: transparent;
        }

        .top-nav-collapse {
            background-color: #929FBA;
        }
@media (max-width: 992px) {
.fixed-top {
position: absolute;
background-color: #7283A7 !important;
}
}
        footer.page-footer {
            background-color: #929FBA;
        }

        @media only screen and (max-width: 768px) {
            .navbar {
                background-color: #929FBA;
            }
        }

.secondary-text {
  color: #aa66cc; }
  .w-auto {
    width: auto;
}
