@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	margin: 0;
	padding: 0;
    background: url('../images/background.jpg') no-repeat center fixed;
	background-size: cover;
	overflow-x: hidden;
}

h1, div {
	text-align: center;
	margin: 10px auto;
}

#form_connexion_inscription, #form_accueil {
	height: auto;
	padding: 20px;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#form_connexion_inscription {
	width: 70vw;
}

#form_accueil {
	width: 50vw;
}

h1 {
	max-width: 100vw;
	background: #fff;
	color: #59194B;
	font-family: Oswald;
	font-size: 32px;
	padding: 10px;
	margin: 30px 0;
}

h2 {
	color: #7e7e7e; 
	font-family: Oswald;
	font-size: 26px;
	margin-bottom: 0px;
}

h3 {
	width: auto;
	font-family: Oswald;
	font-size: 22px;
	margin-bottom: 0;
}

form p {
	font-family: Oswald;
	font-size: 18px;
	margin-top: 0;
	color: #59194B;
}

.connexion, .inscription {
	width: 40%; 
	background-color: #fff;
	border-radius: 8px;
	padding: 5px;
}

.connexion {
	float: left; 
	position: relative; 
	left: 4%;
}

#form_connexion_admin {
	height: auto;
	width: 100%;
	padding: 20px;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
}

.connexion_admin {
	width: 40%;
	max-width: 400px;
	background-color: #fff;
	border-radius: 8px;
	padding: 5px;
}

.inscription {
	float: right; 
	position: relative; 
	right: 4%;
}

.connexion form input, .inscription form input {
	width: 80%;
	max-width: 300px;
}

.inscription_ok {
	width: 70%; 
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
}

.inscription_ok em {
	color: #59194B;
	font-weight: bold;
}

#mdp_genere {
	text-align: center;
	border: 0;
	font-family: Yu Gothic;
	font-size: 16px;
	font-weight: bold;
	outline: none;
}

.copy_mdp {
	position: absolute;
	width: 22px;
	cursor: pointer;
}

.button {
	color: #fff;
    background-color: #59194B;
    padding: 10px 16px 10px 16px;
    margin-top: 10px;
    border: 0px;
    text-align: center;
    margin-bottom: 30px;
}

.button:hover {
	box-sizing: border-box;
	color: #59194B;
	background: #fff;
	box-shadow: inset 0px 0px 0px 3px #59194B;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.date_msg {
	background: #fff;
	height: auto;
	width: 100%;
	padding: 20px;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 20px;
}

.tableau_date {
	background: #fff;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	overflow-x: auto;
}

.tableau_date table {
	margin: 0 auto;
}

.tableau_date th {
	width: 130px;
	min-width: 130px;
}

.tableau_date table, .tablea_date thead, .tableau_date td, .tableau_date th {
	border: 1px solid lightgrey;
	border-collapse: collapse;
}

.tableau_info {
	background: #f0f0f0;
    width: 100vw;
	margin-top: 50px;
}


.dchoiceg {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: none;
	padding: 0;
	text-align: center;
	line-height: 50px;
	margin: auto;
	background-color: white;
	font-family: Yu Gothic;
	font-size: 16px; 
}

.dchoiceg:hover {
	color: limegreen;
	font-weight: bold;
}

.menu_container {
	margin: 0;
	display: flex;
    justify-content: space-around;
}

.menu {
    position: relative;
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
	padding: 0;
}

.menu > li {
	display: inline-block;
    width: 350px;
    height: 20%;
    line-height: 50px;
    background: #fff;
    list-style-type: none;
    text-align: center;
}

.menu > li a {
    display: block;
    color: #000;
    text-decoration: none;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style-type: none;
	padding: 0;
}

.menu > li:hover {
    background-color: lightgray;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #000;
}

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-decoration: none;
    text-align: center;
}

.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background-color: white;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
    background-color: white;
}

.accueil_titre {
	font-size: 40px;
}