
body{
	margin: 0 auto;
  	padding:0;
	/*background-image: url("/LOGO/FOND.jpg");*/
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url('../LOGO/FOND.jpg');
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url('../LOGO/FOND.jpg');
	background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url('../LOGO/FOND.jpg');
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9)), url('../LOGO/FOND.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;	
	-o-background-size: cover;
	background-size: cover;
}

.cadrejour {
	border-top: 3px #27ae60 solid;
    border-right: 3px #27ae60 solid;
    border-bottom: 3px #27ae60 solid;
    border-left: 3px #27ae60 solid;
	font-size: 200%;
	font-family: "FontAwesome";  
}

.image_rotate {
    animation: rotation 2s infinite linear;
	animation-iteration-count: 1;
}

@keyframes rotation {
    from {
        transform: rotate(0deg) scale(0,0);
    }
    to {
        transform: rotate(359deg) scale(1,1);
    }
}

.title_top {
  position: relative;
  font-size: 300%;
  font-family: "FontAwesome";  
  background-color: rgba(44, 62, 80,0.7);
  text-align: center;
  color: #FFFFFF;
  margin: 10px ;
  margin-top: 10px;
  height: auto;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
}

.container{
	width: 500px;
	height: auto;
	padding-bottom: 20px;
	text-align: center;
	margin: 10 auto;
	background-color: rgba(44, 62, 80,0.7);
	margin-top: 80px;
}

.container img{
	width: 200px;
	height: 150px;
	margin-top: -60px;
}

input[type="text"],input[type="password"]{
	margin-top: 30px;
	height: 50px;
	width: 300px;
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #fff;
	padding-left: 40px;
}

.form-input::before{
	content: "\f023";
	font-family: "FontAwesome";
	padding-left: 07px;
	padding-top: 35px;
	position: absolute;
	font-size: 35px;
	color: #2980b9; 
}

.form-input:nth-child(2)::before{
	content: "\f007";
}

.btn-login{
	padding: 15px 25px;
	border: none;
	background-color: #27ae60;
	color: #fff;
	margin: 20px;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.dinner{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 90%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
  
}

.copyright{
	font-size: 18px !important;
	font-family: "FontAwesome";
	color: #fff;
}

.messageTRUE{
	text-align: center;
	font-family: "FontAwesome";
	font-size: 22px !important;
	color: #7efc08;
	font-weight: bold;
}

.messageFALSE{
	text-align: center;
	font-family: "FontAwesome";
	font-size: 22px !important;
	color: #fc0808;
	font-weight: bold;
}

.centre{
  text-align: center;
}

.centrebutton{
  text-align: center !important;
  
}

.centrebutton a{
    margin: 100px;
	padding-bottom: 70px;
}


.gallery {
  text-align: center !important;
  box-shadow: 0 0.1rem 0 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  grid-gap: 20px;
  padding-bottom: 70px;
  align-items: center;
}

.gallery .glightbox:hover {
  filter: none !important;
  transition: 0.3s ease-out !important;
  transform: scale(1.06) !important;
}

img {
  width: 300px;
  height: 150p;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px, rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
}

html {
  scroll-behavior: smooth;
}

.to-top {
  background: #27ae60;
  position: fixed;
  bottom: 16px;
  right:32px;
  width:50px;
  height:50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:32px;
  color:#1f1f1f;
  text-decoration: none;
  opacity:0;
  pointer-events: none;
  transition: all .4s;
}

.to-top.active {
  bottom:32px;
  pointer-events: auto;
  opacity:1;
}

.round {
  border-radius: 50%;
}

.nav_sql_next  {
	color: #27ae60;
}
.nav_sql_back{
	color: #27ae60;
}

/* Css Florent */

table {
	border-collapse: collapse;
	width: 100%;
  }
  
  th, td {
	text-align: left;
	padding: 8px;
  }
  
  tr:nth-child(even) {background-color: #f2f2f2;
}

li{
	list-style: none;
}

h2{
	text-decoration: underline;
}

.fond{
	font-size: 150%;
    font-family: "FontAwesome";
    background-color: rgba(44, 62, 80,0.7);
    text-align: center;
    color: #FFFFFF;
    margin: 10px auto;
    border-radius: 30px;
    margin-top: 10px;
    height: auto;
    width: 700px;
	padding: 25px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
}

