/* You can add global styles to this file, and also import other style files */
.center-div{
    margin-left:auto; 
    margin-right:auto;
}

.header-button-link
{
  color: white !important;
}

.center-text{
  text-align: center;
}

.back-table{
  border:solid 1px;
  border-collapse: collapse;
  width : 100%;
}
.back-table td, .back-table th {
  border: solid 1px;
  text-align: center;
}

.return-link{
  float:right;
}

.flex{
  display : flex;
}

.form-button{
  padding:5px;
  margin: 5px;
}


textarea{
  min-height: 300px;
}


.intro-lead-in-bg{
	background-image:url(../assets/img/logo-min.png);
} 

.home-background{
    background-image:url(../assets/img/header-bg.jpg);
}

/*#commentaire {

    background-image: url(../assets/img/header-comment.jpg) !important;
}*/

.consultation-link{
  font-size: 40px;
  text-decoration: underline;
  color:white;
  font-family: Montserrat,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
}

#promotions{
	text-align: center;
	font: 400 50px 'Lobster Two', Helvetica, sans-serif!important;
    text-shadow: 1px 1px 0px #ededed, 4px 4px 0px rgba(0,0,0,0.15)!important;
    width: 100%;
	height:300px;
    background-image:url(../assets/img/promotions.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.promotion-link{
    color:white;
}
/*#mainNav {
  background-color: #8ac8b1 !important;
}*/

.admin-container{
  background-color: rgb(220, 255, 229) !important;
  color:grey;
}

.admin-container label{
  width: 30%;
  margin-top : 15px;
}
.admin-container input{
  width: 70%;
}