body{
	background-color: #fff;
	font-family: WistiaPlayerInterNumbersSemiBold, Helvetica, sans-serif;
	color: #1273a0;
	text-align: center;
	padding : 0;
	margin: 0;
	/*
	background-image: url('../images/logo_elsounita_coaching.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 25%;
	background-position: center;
	*/
	min-height: 88vh;
	display: grid;
	grid-template-rows: auto 1fr auto;	
}


/* GENERAL */

#header{
	background-color: #f9d7e0;
	text-align: center;
}

#header img{
	max-width: 150px;
}

#corps{
	padding: 20px;
	width: 840px;
	margin-left: auto;
    margin-right: auto;
}
#adm_corps{
	padding: 20px;
	width: 1000px;
	margin-left: auto;
    margin-right: auto;
}

#footer{
	background-image: url('../images/fond_elsounita.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	min-height: 10vh;
	line-height: 10vh;
	vertical-align: middle;
	font-size: 2vh;
	color: #fff;
	margin-top: 20px;
}

h1, h2{
	margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #1273a0;
}

hr{
	width: 50%;
	border-top: 1px dashed #1273a0;
}

form{
	font-size: 1.7vh;
}

table {
  border-collapse: collapse;
}

.messagenok{
	margin-top: 20px;
	padding: 5px;
	background-color: #f9d7e0;
	width: 70%;
	margin-left: 15%;
	font-size: 2vh;
}
.messageok{
	margin-top: 20px;
	padding: 5px;
	background-color: #e7fff2;
	width: 70%;
	margin-left: 15%;
	font-size: 2vh;
}

#hello{
	margin-top: 30px;
	font-size: 2vh;
}

#liens{
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 20px;
}
#liens a{
	margin: 5%;
	color: #ef8c9c;
	text-decoration: underline #ef8c9c;
	font-size: 1.8vh;
}

#footer a{
	color: #fff;
	text-decoration: underline #fff;
	font-size: 1.8vh;
}

#admseance, #admutil, #admform, #admabo{
	overflow: auto;
	max-height: 1000px;
}

#adm_liens{
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 10px;
}
#adm_liens a{
	margin: 10px;
	color: #ef8c9c;
	text-decoration: underline #ef8c9c;
	font-size: 1.8vh;
}

.up{
	margin-left: auto;
    margin-right: auto;
	text-align: right;	
	margin-top: -45px;
	margin-bottom: 45px;
}
.up a{
	color: #ef8c9c;
	text-decoration: underline #ef8c9c;
	font-size: 1.8vh;
}

#planning{
	overflow-x: hidden;
	overflow-y: auto;
	/* max-height: 2000px; */
}

._masque_{
   display: none;
}

/* SEANCE */

.seance{
	width: 98%;
	max-width: 850px;
	border: 5px solid #ef8c9c;
	border-radius: 30px;	
	font-size: 1.8vh;	
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 35px;
}
.seance img{
	height: 50px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.bandeau_seance{
	/*height: 50px;*/
	line-height: 50px;
	border-radius: 25px 25px 0 0;
	border-bottom: 3px dotted #ef8c9c;
	margin-top: -1px;
	margin-left: -1px;
	margin-bottom: 10px;
	font-size: 2.5vh;
	vertical-align: center;
	font-weight: bold;
	color: #1273a0;
	/*text-shadow:
	   -1px -1px 0 #1273a0,  
		1px -1px 0 #1273a0,
		-1px 1px 0 #1273a0,
		 1px 1px 0 #1273a0;*/
}
.c_seance{
	text-align: center;
	font-size: 3vh;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	width: 30%;
	margin-left: auto;
    margin-right: auto;
	border-radius: 30px;
	margin-bottom: 10px;
}
.p_seance{
	text-align: left;
	margin-bottom: 10px;
}
.m_seance{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #f9d7e0;
	border-bottom: 1px solid #f9d7e0;	
}


/* FORMULAIRE */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type="submit"]{
	min-width: 300px;
	background-color: #ef8c9c;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    margin-top: 20px;
	margin-bottom: 20px;
    cursor: pointer;
	font-size: 1.8vh;
	border: 1px solid #ef8c9c;
	border-radius: 30px;
	font-weight: bold;
}

#adm_stats input[type="button"]{
	min-width: 300px;
	background-color: #ef8c9c;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    margin-top: 20px;
	margin-bottom: 20px;
    cursor: pointer;
	font-size: 1.8vh;
	border: 1px solid #ef8c9c;
	border-radius: 30px;
	font-weight: bold;
}

#planning input[type="button"]{
	min-width: calc(100% + 10px);
	background-color: #ef8c9c;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    cursor: pointer;
	font-size: 1.8vh;
	border: 1px solid #ef8c9c;
	border-radius: 0 0 25px 25px;
	font-weight: bold;
	margin-left: -5px;	
	margin-bottom: -10px;
}
#hello button[type="submit"]{
	min-width: 200px;
	background-color: #ef8c9c;
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
    cursor: pointer;
	font-size: 1.8vh;
	border: 1px solid #ef8c9c;
	border-radius: 30px;
	font-weight: bold;
}
#rattrapage input[type="button"]{
	min-width: calc(98%);
	background-color: #fff;
    color: #000;
    padding: 15px 30px;
    text-decoration: underline;
    cursor: pointer;
	font-size: 1.2vh;
	border: 0;
	font-weight: bold;
	text-align: right;
}
#sortir input[type="button"]{
	min-width: calc(100% + 10px);
	background-color: #1273a0;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    cursor: pointer;
	font-size: 1.8vh;
	border: 1px solid #1273a0;
	border-radius: 0 0 25px 25px;
	font-weight: bold;
	margin-left: -5px;	
	margin-bottom: -10px;
}

input[type="number"],input[type="text"],input[type="password"], textarea{
	border: none;
	border-bottom: 1px solid #f9d7e0;
	font-size: 2vh;
}

select{
    height: 30px;
    border: 1px solid #ef8c9c;
    color: #1273a0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px #ccc;
	cursor: pointer;
}

.custom-select{
	width: 200px;
}

ol li{
	font-weight: bold;
	margin-bottom: 10px;
}

/* SCROLLBARS */

/* Works on Firefox */
* {
  scrollbar-height: thin;
  scrollbar-width: thin;
  scrollbar-color: #ef8c9c #f9d7e0;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: #f9d7e0;
}
*::-webkit-scrollbar-thumb {
  background-color: #ef8c9c;
  border-radius: 10px;
  border: 3px solid #f9d7e0;
}


/* PAIEMENT */
#recap_paiement{
	margin: auto;
	text-align: center;
	border: solid 2px #ef8c9c;
	border-radius: 30px;
	padding: 20px;
}

#recap_paiement img{
	height: 50px;
	vertical-align: middle;
}



