/* CSS pour Onstage_Student_Interface */
body {
	color: black;
}

/*header {
width: 90%;
height: 160px;
margin: 0 0;
padding: 0 5%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
background-color: white;
background-image: url('../IMG/header_Backgroundimage.png');
background-size: 1920px 191px;
background-position: top center;
background-attachment: fixed;
background-repeat: no-repeat;
z-index: 100;
position: fixed;
top: 0;
}*/

.header-area {
	background-image: url(../New/images/01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	padding-bottom: 136px;
	/* padding-top: 38px; */
}

.rouge {
	color: #3C90C7;
	text-decoration: none;
}

a.rouge span {
	border: 2px solid #3C90C7;
	padding: 5px;
}

.rouge:hover span, .rouge:hover {
	color: #ff798f;
	text-decoration: none;
}

.rouge:hover span {
	border: 2px solid #ff798f;
}

#logo {
	margin: 40px 0 0;
}

div#logo a {
	background-color: #79c4f4;
	padding: 20px 15px 10px;
	margin: 11px 0 2%;
}

div#menu {
	margin: 40px 0 0;
	min-width: 50%;
	text-align: right;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

div#menu div {
	margin: 1% 0;
	text-align: left;
}

div#menu div:last-child {
margin: 10px 0;
}
a.profil, div#logo a {
	color: white;
	text-decoration: none;
}

a.profil:hover, div#logo a:hover {
	color: #ff798f;
	text-decoration: underline;
}

div#logo a:hover {
	text-decoration: overline;
}

body.student h4.nom {
	text-align: center;
	margin: 0 auto 40px; /* 160px + 10px (margin-bottom) */
	color: black;
	font-size: 48px;
}

body.student h4.nom a {
	color: black;
}

body.student h4.nom a:hover {
	color: #ff798f;
}

h3.after_header {
	width: 100%;
	color: #000 ;
	text-align: center;
	margin: 10px auto; /* 160px + 10px (margin-bottom) */
	font-size: 60px;
}


div.content {
	width: 100%;
	margin: 2% auto;
}

div.corps {
  padding: 1% 3%;
  width: 74%; /* 74% + 2 x 3% padding = 80% */
  margin: 3% auto;
}

div.message {
	background-color: white;
	color: #333;
	border: 2px solid #ff798f;
	border-radius: 20px;
	font-weight: bold;
}

body.student div.corps h4 {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 49px;
color: black;
margin: 0 0 2%;
}

svg.line {
	width: 100%;
	height: 30px;
}

.boutons {
	margin: 7% 0 0;
	text-align: left;
}

.boutons button {
	display: inline-block;
	width: 212px;
	height: 60px;
	margin-right: 6%;
	font-size: 24px;
	font-weight: bold;
	border-radius: 20px;
}

button.test {
	background-color: #79c4f2;
	border: 2px solid #79c4f2;
	color: white;
}

button.test:hover {
	background-color: white;
	border-color: #79c4f2;
	color: #79c4f2;
}

button.suppress {
	background-color: #ff798f;
	border: 2px solid #ff798f;
	color: white;
}

button.suppress:hover {
	background-color: white;
	border-color: #ff798f;
	color: #ff798f;
}

button.telecharge {
	background-color: #79f2a1;
	border: 2px solid #79f2a1;
	color: white;
}

button.telecharge:hover {
	background-color: white;
	border-color: #79f2a1;
	color: #79f2a1;
}

button:disabled, button[disabled], button:disabled:hover, button[disabled]:hover {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: initial;
}

button.premier, button.deuxieme {
	background-color: #79c4f4;
	border: 1px solid #79c4f4;
	border-radius: 20px;
	color: white;
}

button.premier:hover {
	background-color: white;
	color:#79c4f4;
}

button.deuxieme {
	background-color: #ff7675;
	border: 1px solid #ff7675;
}

button.deuxieme:hover {
	background-color: white;
	color:#ff7675;
}

form.histoire {
	margin: 20px 0;
	padding: 0 55px;
	border-left: 1px solid #79c4f4;
}

li span {
	color: black;
}

/* Menu Année */
.historicbtn, .historicbtn0 {
  background-color: white;
  color: #79c4f2;
  margin: 0;
  padding: 16px;
  font-size: 24px;
  border: 2px solid #79c4f2;
}

.historicbtn0:hover {
	cursor: initial;
}

.historique {
  position: absolute;
  width: auto;
  display: inline-block;
}

.historique-content {
  display: none;
/*  position: absolute;*/
  background-color: #79c4f2;
  color: white;
  width: 100%;
  z-index: 1;
}

.historique-content a {
  color: #79c4f2;
  background-color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.historique-content a:hover {background-color: #79c4f2; color: white;}

.historique:hover .historique-content {display: block; border: 1px dotted #79c4f2;}

.historique:hover .historicbtn {background-color: #ff798f;}

.historicbtn img {
	width: 20px;
	height: auto;
	padding-left: 20px;
}

/* Fin Menu Année */

form.interface_student {
	margin: 0;
	padding: 0;
}

button:hover {
	cursor:pointer;
}
.intitule {
	clear:both;
}
div.supprimer {
	clear:both;
	display: flex;
}
div.supprimer button:first-child {
	width:60%;
	float:left;
}
div.supprimer button:nth-child(2) {
	width:35%;
	float:right;
	background-color: #ef700b;
	border-color: #ef700b;
	color:white;
}
div.supprimer button:nth-child(2):hover {
	background-color: white;
	color:#ef700b;
}

.tests {
	margin: 1% auto;
	padding: 0 1%;
	font-weight: bold;
	color: #666;
	background-color: #eee;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-evenly;
	align-content: center;
}

.date-test, .actions, .date-test-pro, .actions-pro-mess {
	width: 50%;
	border-radius: 2rem;
	margin: 1rem auto;
	text-align: center;
	align-content: center;
}

.date-test-pro {
	width: 40%;
	align-content: center;
	text-align: center;
}

.actions.ave {
	background-color: rgba(125, 242, 161, 0.25);
	border: 2px solid rgba(125, 242, 161, 0.5);
}

.actions-pro-res {
	width: 20%;
	text-align: center;
	align-content: center;
}

.actions-pro-mess {
	width: 40%;
	background-color: rgba(121, 196, 244, 0.5);
	border: 2px solid rgba(121, 196, 244, 0.75);
}

.tests button:first-child {
	margin-left: 1%;
}

.grise {
	background-color: grey;
}


.video {
	background-color: #c5e590;
}
.ressource {
	background-color: #a0c5ce;
}
.guide {
	background-color: #80bcd4;
}
.test {
	background-color: #f3c190;
}
#video {
	border-top: solid #c5e590 15px;
	padding-top: 30px;
}
#ressource {
	border-top: solid #a0c5ce 15px;
	padding-top: 30px;	
}
#guide {
	border-top: solid #79f2a1 15px;
	padding-top: 30px;
}
#test {
	border-top: solid #79c4f4 15px;
	padding-top: 30px;
	width: 100%;
}

button.button1.bold {
	align-items: center;
	margin-top: -10px;
	width: 100%;
	height: 60px;
	border-radius: 0px;
	background-color: rgba(121, 242, 161, 0.25);
	border: 2px solid rgba(121, 242, 161, 0.5);
	color: black;
}
button.button1.bold:hover {
	background-color: white;
	border: 3px solid rgba(121, 242, 161, 0.5);
}
button.button2.bold {
	align-items: center;
	margin-top: -10px;
	width: 100%;
	height: 60px;
	border-radius: 0px;
	background-color: rgba(125, 242, 161, 0.25);
	border: 2px solid rgba(125, 242, 161, 0.5);
	color: black;
}
button.button2.bold:hover {
	background-color: white;
	border: 3px solid rgba(125, 242, 161, 0.5);
}
button.button3.bold {
	align-items: center;
	margin-top: -10px;
	width: 100%;
	height: 60px;
	border-radius: 0px;
	background-color: rgba(255,121,143,0.25); /* #a0c5ce */
	border: 2px solid rgba(255,121,143,0.5);
	color: black;
}
button.button3.bold:hover {
	background-color: white;
	border: 3px solid rgba(255,121,143,0.5);
}
button.button4.bold {
	align-items: center;
	margin-top: -10px;
	width: 100%;
	height: 60px;
	border-radius: 0px;
	background-color: rgba(121, 196, 244, 0.5);
	border: 2px solid rgba(121, 196, 244, 0.75);
	color: black;
}
button.button4.bold:hover {
	background-color: white;
	border: 3px solid rgba(121, 196, 244, 0.75);
}

div.supplement {
	margin: 1% 0;
	font-style: italic;
	font-weight: 600;
	color: #666;
}

.masked {
/*	font-size: 0.8rem;*/
	font-weight: normal;
	color: #79c4f2;
	padding: 2rem 1rem;
	display: inline-block;
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 780px) {
.sidebar ,.photos, .content, .header, iframe, .comment1, .comment2, .img1, .img2, .img3 {
	width: 100%;
	right: 0;
	text-align: center;
	height: auto;
	position: relative;
}
.maitre {
	width: 200px;
	text-align: justify;
}
.photos {
	top: 0px;
	height: auto;
}

.content {
	width: 94%;
	right: 0;
}

.sidebar a {float: left;}
div.content {
	margin-left: 0;
	margin-right: 0;
}
body.student h4.nom {
	font-size: 28px;
}
h3.after_header {
	font-size: 36px;
}
h4.nom {
	font-size: 30px;
}
div#menu {
	margin: 18px 0 0;
	width: 50%;
}
.historicbtn, .historicbtn0 {
  font-size: 16px;
}

  div#logo {
    width: 36%;
  }

  div#menu {
    width: 50%;
  }

}


/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {

h3.after_header {
	font-size: 36px;
}
h4.nom {
	font-size: 30px;
}

body.student div.corps h4 img {
	width: 100%;
}

.tests {
	margin: 6% auto;
	padding: 7%;
	font-weight: bold;
	color: #666;
	background-color: #eee;
	border-radius: 20px;
}

.tests button:first-child {
	margin-left: 0;
}

.historique {
  position: unset;
}

}