/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template/the-big-picture)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {
  /*background: url('/img/img-bg-prehome.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-size:14px;
  font-family: 'PT Sans', sans-serif;
  background-color:transparent !important;*/
  background-color:rgba(171,202,233,0.45) !important;
	font-size:14px;
}

html
{
	background-color:transparent !important;
}

.navbar
{
	color:#06038d;
	min-height:120px;
}

.navbar li a.nav-link
{
	font-weight:bold;
        color:#06038d !important;
}

.navbar li.copyright
{
	color:#9190CC;
	font-size:12px;
	line-height:40px;
	margin-left:10px;
}
html,
body {
  height: 100%;
  background-color: #333;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

.cover-container {
  max-width: 80em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


.logo-home
{
	display:block;
	margin:10% auto;
	margin-bottom:5%;
}

.acces-distributeur
{
	margin-bottom:10%;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.acces-distributeur:hover, .acces-particulier:hover
{
	margin-top:30px;
}

.acces-particulier
{
	margin-bottom:30%;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.distributeur-titre {
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#06038d;
	margin-top:-107px;
}

.particulier-titre {
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#06038d;
	margin-top:-187px;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}



/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.logo-fb
{
	margin-left:50px;
}
.logo-fb a
{
	line-height:30px;
	max-height:20px;
	
}
