/*
 * Above this size, we consider that we are on a desktop with hovers and clicks.
 * Below this size, we consider that we are on a tablet or phone.
 */
/*
 * Flash effect with a long wait at the end so as to add delay when
 * iterating this effect few times.
 */
@-webkit-keyframes flashLong {
  from,
  12.5%,
  25%,
  to {
    opacity: 1;
  }
  6.25%,
  18.75% {
    opacity: 0;
  }
}
@-moz-keyframes flashLong {
  from,
  12.5%,
  25%,
  to {
    opacity: 1;
  }
  6.25%,
  18.75% {
    opacity: 0;
  }
}
@-o-keyframes flashLong {
  from,
  12.5%,
  25%,
  to {
    opacity: 1;
  }
  6.25%,
  18.75% {
    opacity: 0;
  }
}
@-ms-keyframes flashLong {
  from,
  12.5%,
  25%,
  to {
    opacity: 1;
  }
  6.25%,
  18.75% {
    opacity: 0;
  }
}
@keyframes flashLong {
  from,
  12.5%,
  25%,
  to {
    opacity: 1;
  }
  6.25%,
  18.75% {
    opacity: 0;
  }
}
.flashLong {
  animation-name: flashLong;
}
@-webkit-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slick-next:before,
.slick-prev:before {
  color: #bbb;
  font-size: 35px;
}
.slick-dots li button:before {
  font-size: 15px;
}
.c-hidden {
  display: none;
}
.c-body {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.c-common {
  background-color: #412A3F;
  color: #EBB7BC;
}
.c-title {
  padding: 5px;
  font-size: 30px;
  font-family: 'Playfair Display', serif;
}
.c-description {
  padding: 5px;
  font-size: 20px;
  font-family: 'Reem Kufi', sans-serif;
  text-align: justify;
}
.c-link {
  color: #DC8FA3;
}
.c-link:visited {
  color: #DC8FA3;
}
.c-link:hover {
  color: #F8E3E2;
}
.c-link:active {
  color: #F8E3E2;
}
.l-mainMenu-button {
  position: fixed;
  top: 5px;
  right: 5px;
  border: none;
  background-color: transparent;
  color: #EBB7BC;
  cursor: pointer;
  z-index: 100;
}
.l-mainMenu-button:hover,
.l-mainMenu-button:focus,
.l-mainMenu-button:active {
  color: #F8E3E2;
}
.l-mainMenu-button:hover:not(.visible) .l-mainMenu-buttonIcon,
.l-mainMenu-button:focus:not(.visible) .l-mainMenu-buttonIcon,
.l-mainMenu-button:active:not(.visible) .l-mainMenu-buttonIcon {
  box-shadow: 0 0 20px 8px rgba(65, 42, 63, 0.75);
  background-color: rgba(65, 42, 63, 0.75);
}
.l-mainMenu-button.visible {
  z-index: 200;
}
.l-mainMenu-button.visible .l-mainMenu-buttonIcon {
  box-shadow: none;
  background-color: transparent;
}
.l-mainMenu-buttonIcon {
  box-shadow: 0 0 20px 8px rgba(65, 42, 63, 0.5);
  background-color: rgba(65, 42, 63, 0.5);
  border-radius: 5px;
  transition: all 0.5s ease;
}
.l-mainMenu {
  height: 0;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  border-bottom-left-radius: 100%;
  z-index: 190;
  background-color: rgba(65, 42, 63, 0);
  transition: all 0.5s ease-in;
}
.l-mainMenu.visible {
  height: 100%;
  width: 100%;
  visibility: visible;
  border-radius: 0;
  background-color: rgba(65, 42, 63, 0.9);
}
.l-mainMenu.visible .l-mainMenuChoice {
  opacity: 1;
  transition: opacity 1s ease;
}
.l-mainMenu.visible .l-mainMenuChoice:hover .l-mainMenuChoiceText,
.l-mainMenu.visible .l-mainMenuChoice:focus .l-mainMenuChoiceText,
.l-mainMenu.visible .l-mainMenuChoice:active .l-mainMenuChoiceText {
  color: #EBB7BC;
}
.l-mainMenuChoice {
  display: inline-block;
  padding: 20px;
  color: #DC8FA3;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.l-mainMenuChoiceText {
  font-size: 30px;
  font-family: 'Reem Kufi', sans-serif;
  font-weight: bold;
}
.l-home-selections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.l-home-selection {
  padding: 15px;
  text-decoration: none;
  color: #DC8FA3;
  font-family: 'Reem Kufi', sans-serif;
  font-weight: bold;
  font-size: 30px;
  transition: all 0.25s ease;
}
.l-home-selection:hover,
.l-home-selection:focus,
.l-home-selection:active {
  color: #EBB7BC;
}
.l-draw-drawings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-draw-drawing {
  padding: 10px;
}
.l-draw-drawingImg {
  max-width: 200px;
  max-height: 200px;
  background-color: #FFF;
  border-radius: 20px;
  transition: all 0.25s ease;
}
.l-draw-drawingImg:hover {
  margin: -4px 4px 4px -4px;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.5);
}
.l-draw-drawingDate {
  padding: 5px;
  font-size: 20px;
  text-align: center;
  font-family: 'Reem Kufi', sans-serif;
}
.l-videos {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1065px) {
  .l-videos {
    flex-direction: column;
  }
}
.l-video {
  width: calc(100% - 347px);
}
@media (max-width: 1065px) {
  .l-video {
    width: 100%;
  }
}
.l-video-solo {
  width: 100%;
  max-width: 1280px;
  position: relative;
}
.l-video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #412A3F;
}
.l-video-info {
  position: relative;
  margin: 10px;
}
@media (max-width: 768px) {
  .l-video-info {
    margin: 2px;
  }
}
.l-video-titleDate {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-video-title {
  padding: 0 10px;
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-video-title {
    padding: 0 2px;
  }
}
.l-video-date {
  padding: 0 10px;
  font-size: 25px;
  font-family: 'Reem Kufi', sans-serif;
}
@media (max-width: 768px) {
  .l-video-date {
    padding: 0 2px;
  }
}
.l-video-description {
  display: block;
  padding: 10px;
  text-align: justify;
  font-size: 20px;
  font-family: 'Reem Kufi', sans-serif;
}
@media (max-width: 768px) {
  .l-video-description {
    padding: 2px;
  }
}
.l-video-thumbnails {
  flex: none;
  border-left: #EBB7BC solid 2px;
  overflow-y: scroll;
}
@media (max-width: 1065px) {
  .l-video-thumbnails {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin: 5px 0;
    border-left: none;
    overflow: visible;
  }
}
@media not all and (max-width: 1065px) {
  .l-video-thumbnails {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .l-video-thumbnails .l-videoThumbnail:last-child {
    margin-bottom: 100%;
  }
}
.l-videoThumbnail {
  position: relative;
  max-width: 320px;
  max-height: 180px;
  margin: 5px;
  padding: 0;
  overflow: hidden;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .l-videoThumbnail {
    margin: 2px;
  }
}
.l-videoThumbnail-link {
  display: block;
  max-width: 100%;
  max-height: 100%;
  opacity: 0.8;
}
.l-videoThumbnail-link:hover,
.l-videoThumbnail-link:focus,
.l-videoThumbnail-link:active,
.l-videoThumbnail-link.active {
  opacity: 1;
}
.l-videoThumbnail-title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 2px;
  opacity: 0.8;
  font-family: 'Reem Kufi', sans-serif;
  font-size: 22px;
  color: #412A3F;
  background-color: #EBB7BC;
}
.l-videoThumbnail-date {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px;
  opacity: 0.8;
  font-family: 'Reem Kufi', sans-serif;
  font-size: 22px;
  color: #412A3F;
  background-color: #EBB7BC;
  border-radius: 4px 0 0 0;
}
.l-video-playerContainer {
  width: 100%;
  max-width: 1280px;
  position: relative;
}
.l-video-iframeWrapper {
  position: relative;
  overflow: hidden;
  width: 1280px;
  padding-top: 56.25%;
}
.l-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.l-blobwar-containerWrapper {
  width: 100%;
  height: 400px;
  margin-top: 80px;
  position: relative;
}
.l-blobwar-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-blobwar-loadingScreenWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: progress;
}
.l-blobwar-loadingScreen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.l-blobwar-winScores {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
.l-blobwar-winScoreCurrentGame {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-blobwar-winScoreCurrentGameResult {
  padding: 10px;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: tada;
}
.l-blobwar-winScoreCurrentGameResult.player1 {
  color: #00008B;
}
.l-blobwar-winScoreCurrentGameResult.player2 {
  color: #DC143C;
}
.l-blobwar-winScoreGames {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.l-blobwar-scoreGames {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.l-blobwar-scoreGame {
  padding: 5px;
  font-family: 'Playfair Display', serif;
}
.l-blobwar-scoreGame .score {
  font-size: 1.3em;
  font-weight: bold;
  transition: all 1s ease;
}
.l-blobwar-scoreGame .activePlayer {
  font-size: 1.3em;
  font-weight: bold;
}
.l-blobwar-scoreGame.player1 {
  color: #00008B;
}
.l-blobwar-scoreGame.player2 {
  color: #DC143C;
}
.l-blobwar-settings {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.l-blobwar-settingsPlayers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-blobwar-settingsPlayer {
  display: flex;
  margin: 5px;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
  border-radius: 50px;
}
.l-blobwar-settingsPlayer.player1,
.l-blobwar-settingsPlayer.player1 .l-blobwar-settingsPlayerInput {
  color: #fff;
  background-color: #00008B;
}
.l-blobwar-settingsPlayer.player2,
.l-blobwar-settingsPlayer.player2 .l-blobwar-settingsPlayerInput {
  color: #fff;
  background-color: #DC143C;
}
.l-blobwar-settingsPlayer.player1 {
  border-color: #00008B;
}
.l-blobwar-settingsPlayer.player2 {
  border-color: #DC143C;
}
.l-blobwar-settingsPlayerLabel {
  padding: 5px 5px 5px 10px;
  margin-right: 10px;
  font-family: 'Playfair Display', serif;
}
.l-blobwar-settingsPlayerInput {
  padding: 5px;
  font-size: 1.1em;
  font-family: 'Reem Kufi', sans-serif;
  border: none;
  border-left: #fff solid 1px;
  background-color: white;
  transition: all 1s ease;
}
.l-blobwar-settingsParameters {
  display: flex;
  margin: 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-blobwar-settingsParameter {
  display: flex;
  margin: 5px;
  padding: 5px 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
  border-radius: 50px;
  color: #fff;
  background-color: #000;
}
.l-blobwar-settingsParameterLabel {
  margin-right: 10px;
  font-family: 'Playfair Display', serif;
}
.l-blobwar-settingsParameterInput {
  margin-right: 10px;
}
.l-blobwar-settingsParameterOuput {
  font-family: 'Reem Kufi', sans-serif;
  font-weight: bold;
}
.l-blobwar-settingsButtons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-blobwar-switchFirstPlayer,
.l-blobwar-switchFirstPlayer.disabled:hover,
.l-blobwar-switchFirstPlayer.disabled:focus,
.l-blobwar-switchFirstPlayer.disabled:active {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-family: 'Playfair Display', serif;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  border: black solid 1px;
  background: #fff;
  background-color: #fff;
  transition: all 1s ease;
}
.l-blobwar-switchFirstPlayer {
  cursor: pointer;
}
.l-blobwar-switchFirstPlayer:hover,
.l-blobwar-switchFirstPlayer:focus {
  outline: 0;
  background: linear-gradient(-45deg, #ddd, #fff, #aaa);
}
.l-blobwar-switchFirstPlayer:active {
  left: calc(50% + 2px);
  top: calc(50% + 2px);
  box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.l-blobwar-switchFirstPlayer.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.l-blobwar-mapsWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 150;
  overflow-y: auto;
}
.l-blobwar-maps {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-blobwar-map {
  position: relative;
  padding: 5px 10px 10px 10px;
  margin: 2px;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.l-blobwar-map:hover,
.l-blobwar-map:focus {
  background-color: rgba(0, 0, 255, 0.35);
  cursor: pointer;
}
.l-blobwar-map.chosen,
.l-blobwar-map.chosen:hover,
.l-blobwar-map.chosen:focus {
  background-color: rgba(0, 255, 0, 0.35);
}
.l-blobwar-mapTitle {
  padding: 5px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
}
.l-blobwar-mapWrapper {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-blobwar-infoWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 180;
  overflow-y: auto;
}
.l-blobwar-info {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-blobwar-rules {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 30px;
}
.l-blobwar-rulesContents {
  padding: 0 50px 0 35px;
}
.l-blobwar-rulesTitle {
  padding: 10px;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}
.l-blobwar-rulesContent {
  padding: 10px;
  font-family: 'Reem Kufi', sans-serif;
  font-size: 1.3em;
  color: #000;
  text-align: justify;
}
.l-blobwar-rulesImage {
  width: 300px;
  padding: 5px;
  border-radius: 10px;
}
.l-blobwar-rulesSlide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-button {
  padding: 5px 8px;
  margin: 5px;
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 1.2em;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  border: black solid 1px;
  border-radius: 50px;
  background-color: #fff;
  cursor: pointer;
  transition: all 1s ease;
}
.l-button:hover,
.l-button:focus {
  outline: 0;
  background: linear-gradient(-45deg, #ddd, #fff, #aaa);
}
.l-button:active {
  position: relative;
  top: 2px;
  left: 2px;
  box-shadow: inset 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.l-buttonClose {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #ddd;
  cursor: pointer;
  z-index: 200;
  transition: all 0.5s ease;
}
.l-buttonClose:hover,
.l-buttonClose:focus {
  color: #aaa;
}
.l-buttonClose:active {
  color: #ddd;
}
.l-buttonInfo {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 1.4em;
  cursor: pointer;
  z-index: 160;
  transition: all 0.5s ease;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-delay: 1s;
  animation-iteration-count: 3;
  animation-name: flashLong;
}
.l-buttonInfo .fa-circle {
  color: #fff;
}
.l-buttonInfo .fa-info-circle {
  color: #0000CD;
}
.l-buttonInfo:hover .fa-info-circle,
.l-buttonInfo:focus .fa-info-circle {
  color: #000080;
}
.l-buttonInfo:active .fa-info-circle {
  color: #0000CD;
}
