<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main &gt; .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer &gt; .container {
  padding-right: 15px;
  padding-left: 15px;
  max-width:
}

code {
  font-size: 80%;
}
.navbar-brand{
	color:fff;
}
.starter-template {
  padding: 5% 1.5rem 0rem 1.5rem;
  text-align: center;
}

body {
font-family: 'Open Sans', sans-serif !important; 

}
#navbarsExampleDefault{
	margin-left:10% !important;

}
.logo-blanc{
	height:2rem;
	margin-right:1rem;
}
.navbar{
	position:static !important;
}
.nav-item{
	margin-right:3rem;
}
.navbar-dark .navbar-nav .nav-link{
	color:#fff !important;
}
.background{
	background-image: url(img-index/background-mirror.jpg) ;
	background-repeat: repeat;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
     background-size: cover; /* version standardisÃ©e */
	max-width: 100%;
	padding:0;


}
.background .container{
	padding-bottom:5%;
}
.navbar-brand{
	display:block;
	position:relative;
	float:left;
}
.connexion{
	position:absolute;
	right:2rem;
}

.form-signin{
  width: 100%;
margin : 0 20% 0 20%;
  max-width: 60%;
  padding: 15px;
}

.form-signin .form-control {
  position: relative;
  float:left;
  width: 70%;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#message-confirmation{
	margin:auto;
	background-color:#fff;
	border-radius: 30px;
	border: 1px solid #d1d1d1;
	padding : 4rem;
	max-width:34rem;
	text-align:center;
}
#bloc-confirmation{
		padding-top:5rem;	
		padding-bottom:10rem;
}
#message-confirmation p{
	margin-top:2rem;
}
#message-confirmation img{
	height:8rem;
}
.clear{
	 display: block; 
clear:both;
}
.btn-lg{
 margin-left:1rem;	
}
.logo{
	Font-size:1.8rem;
	margin-bottom :2.5rem;
	font-weight: 600;
}
.accroche-logo{
		margin-bottom :4rem;
}
.footer{
	position:fixed;
	bottom:0;
	width:100%;
	background-color:#ebebeb;
}
.text-muted{
	text-align:right;
	padding-right:1rem ;
}

@media screen and (max-width: 1036px)
{
    .form-signin{
	max-width: 100%;
	margin : 0 0 20% 0;
	padding: 0;
	}
}
@media screen and (max-width: 836px)
{
    .form-signin .form-control{
position: static;
  float:none;
  width: 100%;
	}
	.btn-lg{
  position: static;
  float:none;
  width: 100%;
   margin-left:0rem;
margin-top:1rem;   
}
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                /*url('http://i.stack.imgur.com/FhHRx.gif') */
                /*url('https://i.pinimg.com/originals/24/0e/f5/240ef515a65a2f4d02b5189c8b23037b.gif') */
				url(img-index/loading-smooth.gif)
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
.error-message {
  color: red;
  font-size: 0.8em;
  margin-top: 0.2em;
}
</pre></body></html>