/* Style */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap'); /* 'Dancing Script', cursive */
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap'); /* 'Slabo 27px', serif; */


* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../images/rink01.jpg) fixed;
	background-size: cover;
}

#container {
	width: 1100px;
	height: 600px;
	margin: 0 auto;
 	/*border: 2px solid Gainsboro;*/
}

header {
	/*background: silver;*/
	width: 1100px;
	margin: 20px 0;
}

header h1 {
	color: Gainsboro;
	/*text-shadow: -1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black;*/
	text-shadow: 0 -1px 0 #fff, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
	padding: 20px;
	font-variant-caps: all-small-caps;
	font-size: 45px;
}

nav {
	width: 1100px;
	margin: 20px 0;
	padding: 10px 0;
}

.dropbtn {
	background-color: Gainsboro;
	font-weight: bold;
	color: black;
	width: 125px;
	padding: 5px;
	font-size: 16px;
	border: solid black;
	border-radius: 10px;
	cursor: pointer;
}

.dropdown {
	position: relative;
	text-align: center;
	display: inline-block;
}

.dropdown-content {
	display: none;
	font-weight: bold;
	position: absolute;
	border-radius: 10px;
	box-shadow: 20px 8px 32px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	font-size: 12px;
	padding: 12px 13px;
	min-width: 100px;
	text-align: center;
	border: solid black;
	border-radius: 10px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: white;
	color: black;
	cursor: pointer;
}

.dropdown:hover .dropdown-content {
	display: block;
	background-color: Gainsboro;
	cursor: pointer;
}

.dropdown:hover .dropdown-content #rouges {
	background-color: FireBrick;
	color: white;
}

.dropdown:hover .dropdown-content #blancs {
	background-color: white;
	color: red;
}

.dropdown:hover .dropdown-content #bleus {
	background-color: MidnightBlue; /* dark blue */
	color: white;
}

.dropdown:hover .dropdown-content #gris {
	background-color: grey;
	color: white;
	text-shadow: 0px 0px 10px black;
	/*color: black;*/
}

.dropdown:hover .dropbtn {
	background-color: black;
	color: white;
}

/* ARTICLE */

main {
	width: 1100px;
	margin: 10px 0;
	border-radius: 10px;
}

#sec1 {
	float: left;
	width: 750px;
	font-family: Colibri;
	font-size: 15px;
}

#wener h2 {
	font-variant-caps: all-small-caps;
	font-size: 25px;
}

article {
	background: Gainsboro;
	padding: 15px;
	margin: 10px 0;
	border-radius: 10px;
}

figure img {
    max-width: 20%;
    padding-top: 15px;
    padding-left: 15px;
}

/*ASIDE*/

#sec2 {
	float: right;
	width: 340px;
}

#sec2 aside {
	background: Gainsboro;
	padding: 10px;
	margin: 10px 0;
	border-radius: 10px;
}

aside h1 {
	font-weight: bold;
}

article .prde {
	font-size: 20px;
}

mark.white {
    background-color: white;
    color: red;
    text-shadow: 0px 0px 1px black;
}

mark.blue {
    background-color: MidnightBlue;
    color: white;
    text-shadow: 0px 0px 1px black;
}

mark.red {
    background-color: FireBrick;
    color: white;
    text-shadow: 0px 0px 1px black;
}

mark.grey {
    background-color: grey;
    color: white;
	text-shadow: 0px 0px 1px black;
}

h1.match {
    font-weight: bold;
    font-size: 15px;
}

h2.team1 {
    font-weight:bold;
    font-size: 17px;
    font-style: italic;
}

h2.team2 {
    font-weight:bold;
    font-size: 17px;
    font-style: italic;
}

h2.team3 {
    font-weight:bold;
    font-size: 17px;
    font-style: italic;
}

h2.team4 {
    font-weight:bold;
    font-size: 17px;
    font-style: italic;
}

#parties {
	text-align: center;
	font-weight:bold;
    font-size: 30px;
    padding-bottom: 10px;
}

#match {
	font-weight:bold;
	text-decoration: underline;
    font-size: 22.5px;
}

#comments {
	padding-bottom: 15px;
}

#commanditaires {
	font-style: italic;
}


.commanditaires {
	margin-bottom: 5px;
	text-align: center;
	font-size: 25px;
  	text-shadow: 1px 1px 1px black;
	color: black;
	font-weight: bold;
}

#opencomment {
	font-size: 21px;
	font-family: 'Caveat', cursive; sans-serif;
	/*font-family: 'Dancing Script', cursive; sans-serif;*/	
}


/* FOOTER */
/*footer {
	background-color: Gainsboro;
	width: 1055px;
	height: 25px;
	margin: 10px 0;
	padding: 20px;
	border-radius: 10px;
}

footer h3 {
	text-align: center;
}*/

.absence {
	font-family: Calibri;
	text-decoration: underline;
	font-size: 18px;
}

.appelez {
	text-shadow: .5px 0px 0px black;
	color: red;
	font-style: italic;
}

.rencontre {
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}

.equipes {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 20px;
}


#center {
	margin-top: 15px;
	font-weight: bold;
}

#break {
	margin-top: 15px;
	margin-bottom: 15px;
}

#breakaside {
	margin-top: 5px;
	margin-bottom: 5px;
}

audio {
	padding-top: 5px;
}