@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #141414;
}

::-webkit-scrollbar-thumb {
	background: #134eb2;
}

::-webkit-scrollbar-thumb:hover {
	background: #4d8cf8;
}

html {
	background-color: #d1dcf2;
	background-repeat: repeat;
}

body {
    overflow-x: hidden;
    width: 100%;
}

.section{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 100vh;
}

.content{
	width: 100vw;
	display: flex;
	flex-direction: column;
}

#RetourHaut {
	z-index: 100000;
	position: fixed;
	bottom: 50px;
	right: 20px;
	padding: 10px;
	border-radius: 30px;
	background-color: #134eb2;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}

#RetourHaut a:visited{
  color: white;
}

#AncreFooter{
	height: auto;
}

.topnav {
	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	background-color: #134eb2;
}

.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  transition: all 0.5s ease-out;
  	font-family: 'Montserrat', sans-serif;
}

.topnav #EVASION{
	float: left;
}

.topnav a:hover {
  background-color: #4d8cf8;
  cursor: pointer;
}

.topnav a:active {
  background-color: #4CAF50;
  color: white;
}

.mainLogoAccueil {
	width: 50%;
	display: flex;
	justify-content: center;
}

.mainLogo{
	width: 50%;
	display: flex;
	justify-content: center;
}


.row{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

#text {
	width: 65%;
	margin: 10px;
	padding: 5px 25px 25px 25px;
	background-color: #fff;
}

#textResume {
	width: 65%;
	margin: 10px;
	padding: 5px 25px 25px 25px;
	background-color: #fff;
}

h1 {
	color: #475978;
	font-family: 'Spartan', sans-serif;
}

h2 {
	color: #475978;
	font-size: 1.5em;
	font-family: 'Spartan', sans-serif;
}

#text p, #textResume p {
	text-align: justify;
	font-size: 1.2em;
	color: #475978;
	line-height: 150%;
	text-shadow:;
	padding: 10px 25px 10px 25px;
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
}

/* Bouton Main Page Saisons*/
.evasionSaisons {
	width:50%;
	margin: 10px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-content: center;
}

.btnSaison {
	width: 100%;
	color: #fff;
	border: none;
	outline: none;
	padding: 12px;
	background-color: #134eb2;
	cursor: pointer;
	transition: all 0.5s ease-out;
	font-family: 'Montserrat', sans-serif;
}

.btnSaison:hover {
	background-color: #4d8cf8;
}

.btnSaison.active {
	background-color: #ffc445;
	color: white;
}

.saisonEnCours {
	width: 100%;
	color: #fff;
	border: none;
	outline: none;
	padding: 12px;
	background-color: #37b5e0;
	cursor: pointer;
	transition: all 0.5s ease-out;
	font-family: 'Montserrat', sans-serif;
}

.saisonEnCours:hover {
	background-color: #4ccbf6;
}

/* Boutons Main Page Participer et Histoire Canon */
.evasionImportant {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	align-content: center;
}

.btnImportant {
	display: flex;
	color: #fff;
	border: none;
	outline: none;
	padding: 12px;
	background-color: #134eb2;
	cursor: pointer;
	transition: all 0.5s ease-out;
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
}

.btnImportant:hover {
	background-color: #4d8cf8;
}

/* Boutons des rounds de chaque Saison */
.evasionRounds {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	align-content: center;
}

.btnRounds {
	display: flex;
	color: #fff;
	border: none;
	outline: none;
	padding: 12px;
	background-color: #134eb2;
	cursor: pointer;
	transition: all 0.5s ease-out;
	margin-left: 10px;
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
}

.btnRounds:hover {
	background-color: #4d8cf8;
}

/* Boutons des participants */
.myBtnContainer {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	align-content: center;
}

.conteneurVS {
	display: flex;
	flex-direction: row;
	background-color: #134eb2;
	margin-right: 10px;
	margin-left: 10px;
}

.btnParticipant {
	display: flex;
	color: #fff;
	border: none;
	outline: none;
	padding: 12px;
	background-color: #134eb2;
	cursor: pointer;
	transition: all 0.5s ease-out;
	font-family: 'Montserrat', sans-serif;
}

.btnParticipant:hover {
	background-color: #4d8cf8;
}

/* Boutons des juges */
.btnJuge {
	width: 100%;
	color: #fff;
	border: none;
	outline: none;
	padding: 12px;
	background-color: #ee8e2a;
	cursor: pointer;
	transition: all 0.5s ease-out;
	font-family: 'Montserrat', sans-serif;
}

.btnJuge:hover {
	background-color: #f3ac61;
}

/* Boutons des Résumés */
.btnResume {
	width: 100%;
	color: #fff;
	border: none;
	outline: none;
	padding: 12px;
	background-color: #37b5e0;
	cursor: pointer;
	transition: all 0.5s ease-out;
	font-family: 'Montserrat', sans-serif;
}

.btnResume:hover {
	background-color: #4ccbf6;
}

.btnResume.active {
	background-color: #ffc445;
	color: white;
}

.versus {
	color: #fff;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'Montserrat', sans-serif;
}

.ligne {
	justify-content: center;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.colonne {
	width: 50%;
}

.colonne img {
	vertical-align: middle;
	width: 100%;
}

.list{
	display: none;
}

.show {
	display: flex;
	justify-content: center;
}

.frame {
	text-align: center;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
}

.footer {
	justify-content: center;
	align-items: center;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	background-color: #134eb2;
	color: #fff;
}

.footer .fab, .footer .fas {
	color: #fff;
}

.footer a:link {
	text-decoration: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.footer a:visited {
	text-decoration: none;
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer a:active {
	text-decoration: underline;
	color: #fff;
}

@media screen and (min-width:600px) and (max-width:1280px){
}

@media screen and (max-width: 600px) {
}