.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
}

body {
	/* background-color: #2c323c; */
	background-image: url('../img/Droussel Website Background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

#logoCOVER {
	width: 330px;
	height: 100px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	margin-top: 13px;
	margin-bottom: 10px;
}

#logoCOVER:hover {
	opacity: 0.8;
}

#logoCOVER:active {
	opacity: 0.5;
}


hr {
	background: grey;
	margin-left: 100px;
	margin-right: 100px;
}

.topnav {
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
	/* background-color: #668ac4; */
	background-color: #2c323c;
}

.topnav a.active {
	color: #66d9ff;
}

.topnav a {
	font-size: 16px;
	display: block;
	float: left;
  	color: #f2f2f2;
  	text-align: center;
  	padding: 14px 16px;
  	text-decoration: none;
  	font-family: 'Bree Serif', serif;
}

.topnav a:hover {
  	background-color: #ddd;
  	color: black;
}

.AccueilDan {
	padding: 40px;
	padding-top: 20px;
	margin: 0 auto;
	margin-top: 20px;
	border: solid 2px black;
	width: 800px;
	border-radius: 20px;
	margin-bottom: 30px;
	background-color: rgba(171, 198, 232, 0.1);
}

.AccueilDan_Ecole {
	padding: 40px;
	padding-top: 20px;
	margin: 0 auto;
	margin-top: 20px;
	border: solid 2px black;
	width: 800px;
	border-radius: 20px;
	margin-bottom: 30px;
	background-color: white;
}

.texteDan_Ecole {
	text-align: center;
	color: grey;
	font-size: 25px;
	font-weight: 650;
}

.GallerieDan {
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	border: solid 2px black;
	max-width: 1380px;
	border-radius: 20px;
	padding-bottom: 20px;
	background-color: rgba(171, 198, 232, 0.1);
	padding-left: 20px;
	padding-right: 20px;
}

.column {
  	float: left;
  	width: 23.9%;
  	padding: 10px;
}

/* Style the images inside the grid */
.column img.images {
  	opacity: 0.8;
  	cursor: pointer;
}

.column img.images:hover {
  	opacity: 1;
}

/* Clear floats after the columns */
.row:before {
  	content: "";
  	display: table;
  	clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.expandedImageDan {
  	position: relative;
  	display: none;
  	text-align: center;
}

#expandedImg {
	width: 40%;
	margin-bottom: 20px;
  	border: 1.5px solid black;
}

/* Expanding image text */
#imgtext {
  	position: absolute;
  	bottom: 25px;
  	left: 430px;
  	color: white;
  	font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  	position: relative;
  	bottom: 150px;
  	left: 520px;
  	color: white;
  	font-size: 35px;
  	cursor: pointer;
}

.closebtn:hover {
	color: tomato;
}

.closebtn:active {
	color: red;
}

.closebtnOther {
  	position: absolute;
  	top: 0;
  	right: 420px;
  	color: white;
  	font-size: 35px;
  	cursor: pointer;
}

.closebtnOther:hover {
	color: tomato;
}

.closebtnOther:active {
	color: red;
}

.texteDan {
	color: lightgrey;
	text-align: center;
	font-size: 16px;
}

.texteDanInfos {
	color: lightgrey;
	text-align: center;
	font-size: 16px;
}

.ImageDan {
	background-size: contain;
	margin: 0 auto;
	margin-bottom: 20px;
	pointer-events: none;
	max-height: 500px;
}

#CVDanMobile {
	display: none;
}

.CVDan {
	background: #cccccc;
	height: auto;
	margin-left: 25px;
	margin-right: 25px;
	border-radius: 5px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	padding-right: 30px;

}

#ColorHeader {
	height: 285px;
	background: #5277b2;
	margin-bottom: 73px;
}

.container {
	width: 795px;
}

#topHeader {
	padding-top: 21px;
	margin-bottom: 130px;
}

#headerText {
	font-size: 3rem;
	font-weight: normal;
	color: white;
	text-align: center;
}

#MiddleImages {
	margin-bottom: 45px;
}

.imageBottom {
	padding-bottom: 23px;
}

#Footer {
    top: 320px;
    position: relative;
    /* background: #666666; */
    background-color: #2c323c;
    height: 60px;
    margin: 20px 20px 20px 20px;
    border-radius: 5px;
    overflow: hidden;
}

#FooterText {
	padding-top: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
	color: white;
}

#FooterText a {
	color: white;
}

#FooterText p span a:hover {
	color: lightgrey;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.FilesDan {
	padding-top: 15px;
	text-align: center;
	height: 300px;
}

.FilesDan a {
	font-size: 15px;
	color: white;
}

.FilesDan a:hover {
	text-decoration: none;
	color: orange;
}

.hidden {
	display: none;
}

.telephoneDan a {
	text-decoration: none;
	color: orange;
	font-size: 20px; 
	position: relative;
	display: inline-block;
}

.courrielDan a {
	text-decoration: none;
	color: orange;
	font-size: 20px; 
	position: relative;
	display: inline-block; 
}

.dropdownMyCellList {
	border-radius: 10px;
	display: none;
	position: absolute;
  	right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	background-color: lightgrey;
  	min-width: 160px;
  	overflow: auto;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.dropdownMyCellList span {
	color: black;
  	padding: 16px 16px;
  	text-decoration: none;
  	display: block;
  	-webkit-user-select: all;
  	-moz-user-select: all;
  	-ms-user-select: all;
 	user-select: all; 
}

.dropdownMyCellList span::selection {
	background-color: grey;
	color: white;
}

.dropdownMyCellList a::selection {
	background-color: grey;
	color: white;
}

.CellShow {
	display: block;
}

.isVisible {
	display: block;
}

#buttonCopyText {
	border: none;
	border-style: none;
	background: none;
	color: grey;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
	-webkit-transition: color 1s;
	transition: color 1s;
	
}

#buttonCopyText:hover {
	color: #498ffc;
}

#HoraireSession {
	display: block;
	margin: 0 auto;
	width: 800px;
	padding: 30px;
    margin-top: 20px;
	border: solid 2px black;
	border-radius: 10px;
	background-color: rgba(171, 198, 232, 0.1);
}

#HoraireImage {
	background-size: contain;
	height: 455px;
	background-position: center;
	border: solid 1px black;
	pointer-events: none;
}

.downloadHoraire {
	display: block;
	padding-top: 40px;
	margin: 0 auto;
	text-align: center;
}

.downloadHoraire a {
	font-size: 12px;
	color: floralwhite;
	font-weight: bold;
}

.downloadHoraire a:hover {
	text-decoration: none;
	background-color: royalblue;
}

.downloadHoraire a:active {
	background-color: dodgerblue;
}

.horaireButton {
	padding: 10px;
	background: #668ac4;
	border-radius: 10px;
}

.GallerieLogo {
	margin: 0 auto;
	width: 800px;
	margin-bottom: 20px;
}

.Tournament12 {
	display: inline-block;
	background: url('../img/Tournament12.png') no-repeat;
	width: 357px;
	height: 183px; 
}

.Tournament12:hover {
	opacity: 0.8;
}

.Tournament12:active {
	opacity: 0.5;
}

.hidden-CapitalCityReds {
	display: inline-block;
	background: url('https://via.placeholder.com/400x155.png?text=Coming%20Soon') no-repeat;
	background-size: contain;
	width: 400px;
	height: 155px;
	margin-left: 30px;
	border-radius: 10px;
}

.hidden-CapitalCityReds:hover {
	opacity: 0.8;
}

.hidden-CapitalCityReds:active {
	opacity: 0.5;
}

.CapitalCityReds {
	display: inline-block;
	background: url('../img/CapitalCityReds.png') no-repeat;
	background-size: contain;
	width: 400px;
	height: 155px;
	margin-left: 30px;
}

.CapitalCityReds:hover {
	opacity: 0.8;
}

.CapitalCityReds:active {
	opacity: 0.5;
}

.TyransDeGatineau {
	margin-left: -70px;
	display: inline-block;
	background: url('../img/TyransDeGatineau.png') no-repeat;
	background-size: contain;
	width: 300px;
	height: 120px;
}

.TyransDeGatineau:hover {
	opacity: 0.8;
}

.TyransDeGatineau:active {
	opacity: 0.5;
}

.Hull-Volant {
	margin-left: 100px;
	display: inline-block;
	background: url('../img/Hull-Volant.png') no-repeat;
	background-size: contain;
	width: 280px;
	height: 150px; 
}

.Hull-Volant:hover {
	opacity: 0.8;
}

.Hull-Volant:active {
	opacity: 0.5;
}

.LBVO-Sox {
	display: inline-block;
	background: url('../img/LBVO-Sox.png') no-repeat;
	background-size: contain;
	width: 250px;
	height: 250px; 
}

.LBVO-Sox:hover {
	opacity: 0.8;
}

.LBVO-Sox:active {
	opacity: 0.5;
}

.downloadBtn {
	display: block;
	width: 30px;
	height: 30px;
	z-index: 1;
	position: relative;
  	top: 30px;
  	left: 10px;
  	visibility: hidden;
  	opacity: 0;
	transition: opacity .2s, visibility .2s;
}

.column:hover .downloadBtn {
	visibility: visible;
	opacity: 0.8;
}

#Via_Solution {} #Omnivox {} #Google_drive {}

#Alex_Mageau {
	text-decoration: none;
	color: grey;
	font-size: 30px;
}

#Alex_Mageau:hover {
	color: darkblue;
}








/*////////////////////////////////////////////////////////////
//////               Start of Media Content             //////
////////////////////////////////////////////////////////////*/










@media (min-width: 1000px) and (max-width: 1380px) {
		
	.GallerieDan {
		width: 1000px;
	}
	
	#imgtext {
	  	position: absolute;
	  	left: 310px;
	  	color: white;
	  	font-size: 20px;
	}
	
	.closebtnOther {
	  	position: absolute;
	  	top: 0;
	  	right: 300px;
	  	color: white;
	  	font-size: 35px;
	  	cursor: pointer;
	}	

	.closebtn {
	  	position: relative;
	  	bottom: 105px;
	  	left: 370px;
	  	color: white;
	  	font-size: 35px;
	  	cursor: pointer;
	}
}

@media (min-width: 801px) and (max-width: 1000px) {
		
	.closebtnOther {
	  	position: absolute;
	  	top: 0;
	  	right: 240px;
	  	color: white;
	  	font-size: 35px;
	  	cursor: pointer;
	}

	.GallerieDan {
		width: 800px;
	}

	#imgtext {
	  	position: absolute;
	  	left: 250px;
	  	color: white;
	  	font-size: 15px;
	}

	.closebtn {
	  	position: relative;
	  	bottom: 80px;
	  	left: 295px;
	  	color: white;
	  	font-size: 25px;
	  	cursor: pointer;
	}
}

@media screen and (max-width: 800px) {
	
	.closebtnOther {
	  	position: absolute;
	  	top: 0;
	  	right: 208px;
	  	color: white;
	  	font-size: 35px;
	  	cursor: pointer;
	}	

	.GallerieLogo {
		margin: 0 auto;
		width: 100%;
	} 

	.Tournament12 {
		margin: 0 auto;
		display: block;
		margin-bottom: 50px;
	}

	.TyransDeGatineau {
		margin: 0 auto;
		display: block;
	}

	.Hull-Volant {
		margin: 0 auto;
		display: block;
		margin-bottom: 25px;
	}

	.CapitalCityReds {
		margin: 0 auto;
		display: block;
		width: 300px;
	}

	.hidden-CapitalCityReds {
		margin: 0 auto;
		display: block;
		width: 300px;
	}

	.topnav a {
		display: none;
		float: none;
  	  	width: 100%;
  	}

	.hidden {
		display: block;
	}

  	.AccueilDan {
  		margin: 0 auto;
  		margin-top: 50px;
  		width: 85%;
  	}
	
	#FooterText	{
		width: 100%;
	}

	#CVDanMobile {
		display: block;
	}

	.CVDanMobile {
		display: none;
	}

	.isVisible {
		display: none;
	}
  	
}



@media (min-width: 701px) and (max-width: 800px) {

	.GallerieDan {
		width: 700px;
	}

	#imgtext {
	  	position: absolute;
	  	left: 215px;
	  	color: white;
	  	font-size: 15px;
	}

	.closebtn {
	  	position: relative;
	  	bottom: 75px;
	  	left: 260px;
	  	color: white;
	  	font-size: 25px;
	  	cursor: pointer;
	}

	.texteDanInfos {
		font-size: 15px;
	}

	#HoraireSession {
		max-width: 600px;
	}

	#HoraireImage {
		margin: 0 auto;
		max-width: 550px;
		height: 100%;
	}
	
}

@media (min-width: 601px) and (max-width: 700px) {
	
	.closebtnOther {
	  	position: absolute;
	  	top: 0;
	  	right: 180px;
	  	color: white;
	  	font-size: 35px;
	  	cursor: pointer;
		}

	.GallerieDan {
		width: 600px;
	}

	#imgtext {
	  	position: absolute;
	  	left: 190px;
	  	color: white;
	  	font-size: 15px;
	}

	.closebtn {
	  	position: relative;
	  	bottom: 65px;
	  	left: 220px;
	  	color: white;
	  	font-size: 25px;
	  	cursor: pointer;
	}

	.texteDanInfos {
		font-size: 15px;
	}

	#HoraireSession {
		max-width: 600px;
	}

	#HoraireImage {
		margin: 0 auto;
		max-width: 550px;
		height: 100%;
	}
	
}

@media (max-width: 450px) {
	#Tournament_bracket-mobile {
		display: block !important;
	}

	#Tournament_bracket {
		display: none !important;
	}
}

@media (max-width: 700px) {
	.headerText h1:nth-of-type(1) {
		font-size: 20px !important;
	}

	.headerText h1:nth-of-type(2) {
		font-size: 30px !important;
	}

	.headerText h1:nth-of-type(3) {
		font-size: 20px !important;
	}

	.headerText a {
		font-size: 15px !important;
	}

	#Tournament_bracket table {
		width: 100% !important;
	}

	#Tournament_bracket table .main h3 {
		width: 100% !important;
	}
}

@media (orientation: portrait) and (min-width: 505px) and (max-width: 600px) {
	
	.closebtnOther {
	  	position: absolute;
	  	top: -10px;
	  	right: 150px;
	  	color: white;
	  	font-size: 35px;
	  	cursor: pointer;
		}

	.GallerieDan {
		width: 500px;
	}

	#imgtext {
	  	position: absolute;
	  	left: 145px;
	  	color: white;
	  	font-size: 15px;
	}

	.closebtn {
	  	position: relative;
	  	bottom: 50px;
	  	left: 180px;
	  	color: white;
	  	font-size: 25px;
	  	cursor: pointer;
	}

	.texteDanInfos {
		font-size: 15px;
	}

	#HoraireSession {
		margin: 0 auto;
		margin-top: 120px;
		transform: rotate(90deg);
		width: 500px;
		max-height: 400px;
	}

	#HoraireImage {
		margin: 0 auto;
		height: 100%;
	}

	#downloadHoraire {
		padding-top: 120px;
	}

	#Footer {
		margin-top: 120px;
	}
}

@media (min-width: 401px) and (max-width: 504px) {
	
	.closebtnOther {
	  	position: absolute;
	  	top: -10px;
	  	right: 110px;
	  	color: white;
	  	font-size: 35px;
	  	cursor: pointer;
		}

	.GallerieDan {
		width: 400px;
	}

	#imgtext {
	  	position: absolute;
	  	bottom: 20px;
	  	left: 110px;
	  	color: white;
	  	font-size: 12px;
	}

	.closebtn {
	  	position: relative;
	  	bottom: 40px;
	  	left: 140px;
	  	color: white;
	  	font-size: 25px;
	  	cursor: pointer;
	}
}

@media (orientation: portrait) and (min-width: 381px) and (max-width: 505px) {

	.texteDanInfos {
		font-size: 14px;
	}

	#HoraireSession {
		margin: 0 auto;
		margin-top: 100px;
		transform: rotate(90deg);
		width: 380px;
		max-height: 400px;
	}

	#HoraireImage {
		margin: 0 auto;
		height: 100%;
	}

	#downloadHoraire {
		padding-top: 100px;
	}

	#Footer {
		margin-top: 120px;
	}
}

@media (orientation: portrait) and (max-width: 400px) {
	
	.closebtnOther {
	  	position: absolute;
	  	top: -5px;
	  	right: 100px;
	  	color: white;
	  	font-size: 20px;
	  	cursor: pointer;
	}

	.Tournament12 {
		background-size: contain;
		width: 260px;
		height: 140px;
	}

	.GallerieDan {
		width: 350px;
	}

	#imgtext {
	  	position: absolute;
	  	bottom: 20px;
	  	left: 100px;
	  	color: white;
	  	font-size: 11px;
	}

	.closebtn {
	  	position: relative;
	  	bottom: 35px;
	  	left: 120px;
	  	color: white;
	  	font-size: 25px;
	  	cursor: pointer;
	}

	.texteDanInfos {
		font-size: 13px;
	}

	#HoraireSession {
		margin: 0 auto;
		margin-top: 100px;
		transform: rotate(90deg);
		width: 320px;
		max-height: 400px;
	}

	#HoraireImage {
		margin: 0 auto;
		height: 100%;
	}

	#downloadHoraire {
		padding-top: 100px;
	}

	#Footer {
		margin-top: 120px;
	}
}