body{
	background-color: rgba(248,209,129,1);
}
.corps{
	width: 85%;
	margin: auto;
	font-size: 18px;
	text-align: center;
}
#retour {
	font-size: 24px;
	margin: 0;
	position: absolute;
}
.enonce, .is_et_solutions{
	display: inline-block;
	vertical-align: middle;
	margin: auto;
	text-align: center;
}
.enonce{
	width: 60%;
	position: relative;
}
.enonce img {
	display: block;
	margin: auto;
	text-align: justify;
	max-width: min(640px, 100%);
	max-height: 640px;
	position: relative;
}

.flou img, .flou p, .flou button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.is_et_solutions{
	width: 39%;
}
.bouton_is, .bouton_rep, .bouton_nouvelle_is{
	height: 50px;
	color: white;
	text-align: center;
	font-size: 20px;
	font-family: Georgia,"Times New Roman",Times,serif;
	border: 2px #ddd outset;
}
.bouton_declencheur {
	width: auto;
	min-width: 30%;
	height: auto;
	min-height: 50px;
	color: black;
	background-color: rgba(243,165,5,1);
	text-align: center;
	font-size: 20px;
	font-family: Georgia,"Times New Roman",Times,serif;
	border: 2px #ddd outset;
	margin-top: 20px;
}
.bouton_rep{
	width: 30%;
	background-color: #3643f4;
	border: 2px #ddd outset;
}
button {
	cursor: pointer;
}
button:active {
	border-style: inset;
}
#proposition, #equipe {
	width: 60%;
	margin-right: 10px;
}
#reponse {
	width: 100%;
	height: 40px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
}
#partenaire {
	width: 100%;
	height: 40px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
}
optgroup {
	font-family: Georgia,"Times New Roman",Times,serif;
}
#proposition, #equipe, .bouton_rep {
	display: inline-block;
	vertical-align: middle;
}
#nb_prop {
	width: 100%;
	color: black;
}
#prop_imp {
	width: 100%;
	color: red;
}
#reponse-connue {
	width: 100%;
	color: green;
}
.bouton_is{
	display: block;
	width: 100%;
	background-color: #4caf50;
}
#prend_is {
	margin: 0;
}
.bouton_nouvelle_is {
	display: block;
	width: 100%;
	background-color: rgba(204,6,5,1);
}
.txt-is {
	display: block;
	background-color: white;
	position: relative;
	opacity: 0;
	height: 0px;
	width: 100%;
	margin-top: 0;
	word-wrap: break-word;
	text-align: center;
	transition-property: opacity, height;
	transition-duration: 0.6s;
	transition-timing-function: ease-in-out;
	overflow: hidden;
}

#podiumtable {
	width: 90%;
}
#podiumtable td {
	position: relative;
}

.notation {
   direction: rtl;
}
.notation a, .non, .oui {
   text-decoration: none;
   font-size: 42px;
   transition: color .4s;
   font-weight: normal;
}
.notation a:not(.oui), .notation a:has(~ a.oui:hover) {
   color: gray;
}
.oui, .notation a:hover, .notation a:focus, .notation a:hover ~ a, .notation a:focus ~ a {
   color: green;
   cursor: pointer;
}

.indic_votes, .nbres_votes_conteneur {
	display: inline-block;
	vertical-align: bottom;
	margin: 5px;
}
.recap_votes {
	width: 100%;
	text-align: center;
}
.nbres_votes_conteneur {
	width: 50%;
	position: relative;
	background-color: #ccc;
	border-radius: 10px;
}
.nbres_votes {
	height: 18px;
	background-color: green;
	text-align: right;
	border-radius: 10px;
}

.modal-click {
	cursor: pointer;
}

.modal {
  display: block;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(128,128,128,0.9);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  text-align: center;
}

.modal-content {
  display: block;
  max-width: 80%;
  margin: auto;
  text-align: center;
  transform: scale(0);
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 50px;
  transform: scale(0);
}

.modal-content, #caption {
  transition: transform 0.6s ease-in-out;
}

#close {
  position: relative;
  display: block;
  text-align: right;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#close:hover, #close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media all and (max-width:1100px) {
	.notation a {
		font-size: 32px;
	}
	.nbres_votes, .nbres_votes_conteneur, .recap_votes {
		display: none;
	}
	.bouton_is, .bouton_rep, .bouton_nouvelle_is{
		font-size: 16px;
	}
	#reponse {
		font-size: 14px;
	}
}